diff --git a/build/BICAN_schema.yaml b/build/BICAN_schema.yaml index 024c29c..1426602 100644 --- a/build/BICAN_schema.yaml +++ b/build/BICAN_schema.yaml @@ -4,39 +4,17 @@ title: General Cell Annotation Open Standard id: https://cellular-semantics.sanger.ac.uk/ontology/CAS license: GNU GPL v3.0 prefixes: - cell_annotation_schema: - prefix_prefix: cell_annotation_schema - prefix_reference: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ - CAS: - prefix_prefix: CAS - prefix_reference: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ - linkml: - prefix_prefix: linkml - prefix_reference: https://w3id.org/linkml/ - xsd: - prefix_prefix: xsd - prefix_reference: http://www.w3.org/2001/XMLSchema# - shex: - prefix_prefix: shex - prefix_reference: http://www.w3.org/ns/shex# - schema: - prefix_prefix: schema - prefix_reference: http://schema.org/ - obo: - prefix_prefix: obo - prefix_reference: http://purl.obolibrary.org/obo/ - CL: - prefix_prefix: CL - prefix_reference: http://purl.obolibrary.org/obo/CL_ - PCL: - prefix_prefix: PCL - prefix_reference: http://purl.obolibrary.org/obo/PCL_ - RO: - prefix_prefix: RO - prefix_reference: http://purl.obolibrary.org/obo/RO_ - skos: - prefix_prefix: skos - prefix_reference: http://www.w3.org/2004/02/skos/core# + cell_annotation_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ + CAS: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ + linkml: https://w3id.org/linkml/ + xsd: http://www.w3.org/2001/XMLSchema# + shex: http://www.w3.org/ns/shex# + schema: http://schema.org/ + obo: http://purl.obolibrary.org/obo/ + CL: http://purl.obolibrary.org/obo/CL_ + PCL: http://purl.obolibrary.org/obo/PCL_ + RO: http://purl.obolibrary.org/obo/RO_ + skos: http://www.w3.org/2004/02/skos/core# default_curi_maps: - semweb_context - obo_context @@ -44,7 +22,6 @@ default_prefix: cell_annotation_schema default_range: string types: string: - name: string description: A character string notes: - In RDF serializations, a slot with range of string is treated as a literal or @@ -56,7 +33,6 @@ types: base: str uri: xsd:string integer: - name: integer description: An integer notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -67,7 +43,6 @@ types: base: int uri: xsd:integer boolean: - name: boolean description: A binary (true or false) value notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -79,7 +54,6 @@ types: uri: xsd:boolean repr: bool float: - name: float description: A real number that conforms to the xsd:float specification notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -90,7 +64,6 @@ types: base: float uri: xsd:float double: - name: double description: A real number that conforms to the xsd:double specification notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -101,7 +74,6 @@ types: base: float uri: xsd:double decimal: - name: decimal description: A real number with arbitrary precision that conforms to the xsd:decimal specification notes: @@ -113,7 +85,6 @@ types: base: Decimal uri: xsd:decimal time: - name: time description: A time object represents a (local) time of day, independent of any particular day notes: @@ -127,7 +98,6 @@ types: uri: xsd:time repr: str date: - name: date description: a date (year, month and day) in an idealized calendar notes: - URI is dateTime because OWL reasoners don't work with straight date or time @@ -140,7 +110,6 @@ types: uri: xsd:date repr: str datetime: - name: datetime description: The combination of a date and time notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -152,7 +121,6 @@ types: uri: xsd:dateTime repr: str date_or_datetime: - name: date_or_datetime description: Either a date or a datetime notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -162,7 +130,6 @@ types: uri: linkml:DateOrDatetime repr: str uriorcurie: - name: uriorcurie description: a URI or a CURIE notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -172,7 +139,6 @@ types: uri: xsd:anyURI repr: str curie: - name: curie conforms_to: https://www.w3.org/TR/curie/ description: a compact URI notes: @@ -186,7 +152,6 @@ types: uri: xsd:string repr: str uri: - name: uri conforms_to: https://www.ietf.org/rfc/rfc3987.txt description: a complete URI notes: @@ -203,7 +168,6 @@ types: uri: xsd:anyURI repr: str ncname: - name: ncname description: Prefix part of CURIE notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -213,7 +177,6 @@ types: uri: xsd:string repr: str objectidentifier: - name: objectidentifier description: A URI or CURIE that represents an object in the model. notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -225,7 +188,6 @@ types: uri: shex:iri repr: str nodeidentifier: - name: nodeidentifier description: A URI, CURIE or BNODE that represents a node in a model. notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -235,7 +197,6 @@ types: uri: shex:nonLiteral repr: str jsonpointer: - name: jsonpointer conforms_to: https://datatracker.ietf.org/doc/html/rfc6901 description: A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current @@ -248,7 +209,6 @@ types: uri: xsd:string repr: str jsonpath: - name: jsonpath conforms_to: https://www.ietf.org/archive/id/draft-goessner-dispatch-jsonpath-00.html description: A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within @@ -261,7 +221,6 @@ types: uri: xsd:string repr: str sparqlpath: - name: sparqlpath conforms_to: https://www.w3.org/TR/sparql11-query/#propertypaths description: A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects @@ -275,25 +234,17 @@ types: repr: str enums: review_options: - name: review_options from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS permissible_values: - Agree: - text: Agree - Disagree: - text: Disagree + Agree: {} + Disagree: {} annotation_method_options: - name: annotation_method_options from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS permissible_values: - algorithmic: - text: algorithmic - manual: - text: manual - both: - text: both + algorithmic: {} + manual: {} + both: {} CellTypeEnum: - name: CellTypeEnum from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS reachable_from: source_ontology: obo:cl @@ -302,15 +253,16983 @@ enums: relationship_types: - rdfs:subClassOf include_self: true + permissible_values: + CL:0019019: + text: CL:0019019 + description: A smooth muscle cell that is part of the tracheobronchial tree. + meaning: CL:0019019 + title: tracheobronchial smooth muscle cell + CL:0011105: + text: CL:0011105 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer, using dopamine. + meaning: CL:0011105 + title: dopamanergic interplexiform cell + CL:0000057: + text: CL:0000057 + description: A connective tissue cell which secretes an extracellular matrix + rich in collagen and other macromolecules. Flattened and irregular in outline + with branching processes; appear fusiform or spindle-shaped. + meaning: CL:0000057 + title: fibroblast + CL:0002656: + text: CL:0002656 + description: A glandular epithelial cell of the endometrium. + meaning: CL:0002656 + title: glandular cell of endometrium + CL:0002224: + text: CL:0002224 + description: A cell of the cuboidal epithelium that covers the lens. The cells + of the lens epithelium regulate most of the homeostatic functions of the + lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, + Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens + to maintain appropriate lens osmolarity and volume, with equatorially positioned + lens epithelium cells contributing most to this current. The activity of + the Na+/K+ ATPases keeps water and current flowing through the lens from + the poles and exiting through the equatorial regions. The cells of the lens + epithelium also serve as the progenitors for new lens fibers. It constantly + lays down fibers in the embryo, fetus, infant, and adult, and continues + to lay down fibers for lifelong growth. + meaning: CL:0002224 + title: lens epithelial cell + CL:4030031: + text: CL:4030031 + description: Any cell that is located within the interstitium between the + cells most prominent in defining a given tissue. "Interstitial cell" is + a morphological term and refers to a variety of cells with differing origins + and phenotypes. + meaning: CL:4030031 + title: interstitial cell + CL:0002625: + text: CL:0002625 + description: A cell of the seminiferous tubule epithelium. + meaning: CL:0002625 + title: seminiferous tubule epithelial cell + CL:1000490: + text: CL:1000490 + description: A mesothelial cell that is part of the peritoneum. + meaning: CL:1000490 + title: mesothelial cell of peritoneum + CL:0000801: + text: CL:0000801 + description: A mature gamma-delta T cell that is found in the columnar epithelium + of the gastrointestinal tract. These cells participate in mucosal immune + responses. + meaning: CL:0000801 + title: gamma-delta intraepithelial T cell + CL:0002116: + text: CL:0002116 + description: A B220-low CD38-positive unswitched memory B cell is a CD38-positive + unswitched memory B cell that has the phenotype B220-low, CD38-positive, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002116 + title: B220-low CD38-positive unswitched memory B cell + CL:0000578: + text: CL:0000578 + description: A cell in vitro that has undergone physical changes as a consequence + of a deliberate and specific experimental procedure. + meaning: CL:0000578 + title: experimentally modified cell in vitro + CL:0000618: + text: CL:0000618 + meaning: CL:0000618 + title: sheath cell + CL:0000435: + text: CL:0000435 + meaning: CL:0000435 + title: alkali secreting cell + CL:0000654: + text: CL:0000654 + description: A primary oocyte is an oocyte that has not completed female meosis + I. + meaning: CL:0000654 + title: primary oocyte + CL:0002130: + text: CL:0002130 + description: A cardiac myocyte of the interatrial region of the heart. + meaning: CL:0002130 + title: regular interatrial cardiac myocyte + CL:0017003: + text: CL:0017003 + description: An epithelial cell that is part of the prostatic urethra. + meaning: CL:0017003 + title: epithelial cell of prostatic urethra + CL:0002038: + text: CL:0002038 + description: A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell + located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high + and PD1-high, and stimulates follicular B cells to undergo class-switching + and antibody production. + meaning: CL:0002038 + title: T follicular helper cell + CL:0002311: + text: CL:0002311 + description: An acidophilic cell of the anterior pituitary that produces prolactin. + meaning: CL:0002311 + title: mammotroph + CL:0000722: + text: CL:0000722 + meaning: CL:0000722 + title: cystoblast + CL:0000059: + text: CL:0000059 + description: Skeletogenic cell that produces enamel, overlies the odontogenic + papilla, and arises from the differentiation of a preameloblast cell. + meaning: CL:0000059 + title: ameloblast + CL:0000160: + text: CL:0000160 + description: A cell of the epithelial lining that produce and secrete mucins. + meaning: CL:0000160 + title: goblet cell + CL:0002680: + text: CL:0002680 + description: A PP cell found in intestine. + meaning: CL:0002680 + title: PP cell of intestine + CL:0002382: + text: CL:0002382 + description: A conidium that has more than one nucleus. + meaning: CL:0002382 + title: multinucleate conidium + CL:0002027: + text: CL:0002027 + description: A megakaryocyte cell with is CD9-positive and CD41-positive. + meaning: CL:0002027 + title: CD9-positive, CD41-positive megakaryocyte cell + CL:4033024: + text: CL:4033024 + description: A basal cell that is part of a duct of an airway submucosal gland. + meaning: CL:4033024 + title: airway submucosal gland duct basal cell + CL:0010017: + text: CL:0010017 + description: A zygote in a plant or an animal. + meaning: CL:0010017 + title: zygote + CL:0000815: + text: CL:0000815 + description: A T cell which regulates overall immune responses as well as + the responses of other T cell subsets through direct cell-cell contact and + cytokine release. + meaning: CL:0000815 + title: regulatory T cell + CL:0002319: + text: CL:0002319 + description: A cell that is part of the nervous system. + meaning: CL:0002319 + title: neural cell + CL:0011113: + text: CL:0011113 + description: Neuron found in the spiral ganglion. + meaning: CL:0011113 + title: spiral ganglion neuron + CL:0000662: + text: CL:0000662 + meaning: CL:0000662 + title: neuroglioblast (sensu Nematoda) + CL:0002292: + text: CL:0002292 + description: A round or oval neuroepithelial cell that contacts other type + I cells or capillaries. They occur in clusters that are surrounded by sheath + cells (type-II cells) in the carotid body. This cell type is capable of + secreting a number of neurotransmitters. + meaning: CL:0002292 + title: type I cell of carotid body + CL:0000067: + text: CL:0000067 + description: An epithelial cell that has a cilia. + meaning: CL:0000067 + title: ciliated epithelial cell + CL:0002181: + text: CL:0002181 + description: A neck cell that secretes mucus within the stomach. Its products + are distinct histochemically from those of the surface mucous cells of stomach. + meaning: CL:0002181 + title: mucous neck cell of gastric gland + CL:0004214: + text: CL:0004214 + description: A type of type 3 cone bipolar cell with distinctive crescent-shaped + dendrites. + meaning: CL:0004214 + title: type 3b cone bipolar cell + CL:0000594: + text: CL:0000594 + description: An elongated, spindle-shaped, cell that is located between the + basal lamina and the plasmalemma of a muscle fiber. These cells are mostly + quiescent, but upon activation they divide to produce cells that generate + new muscle fibers. + meaning: CL:0000594 + title: skeletal muscle satellite cell + CL:0002520: + text: CL:0002520 + description: An insect excretory cell that regulates hemolymph composition + by filtration and filtrate endocytosis. + meaning: CL:0002520 + title: nephrocyte + CL:0002627: + text: CL:0002627 + description: A mature astrocyte that is capable of producing cytokines. + meaning: CL:0002627 + title: mature astrocyte + CL:0004225: + text: CL:0004225 + description: A broadly stratifying amacrine cell with a small dendritic field, + straight dendrites and post-synaptic terminals in S1, S2, and S3. + meaning: CL:0004225 + title: spider amacrine cell + CL:0002422: + text: CL:0002422 + description: A reticulocyte lacking a nucleus and showing a basophilic reticulum + under vital staining due to the presence of ribosomes. + meaning: CL:0002422 + title: enucleated reticulocyte + CL:0000570: + text: CL:0000570 + description: A neuroepithelial cells that occurs singly or in small groups, + close to the outer follicular borders but within the follicular basement + membrane of the thyroid. Expresses a form of the neural cell adhesion molecule + (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine. + meaning: CL:0000570 + title: parafollicular cell + CL:0000599: + text: CL:0000599 + description: An asexual, nonmotile spore formed by higher fungi; conidia are + usually made from the side or tip of specialized sporogenous cells and do + not form by progressive cleavage of the cytoplasm. + meaning: CL:0000599 + title: conidium + CL:0002570: + text: CL:0002570 + description: A mesenchymal stem cell of adipose tissue. + meaning: CL:0002570 + title: mesenchymal stem cell of adipose tissue + CL:0000499: + text: CL:0000499 + description: A connective tissue cell of an organ found in the loose connective + tissue. These are most often associated with the uterine mucosa and the + ovary as well as the hematopoietic system and elsewhere. + meaning: CL:0000499 + title: stromal cell + CL:0000077: + text: CL:0000077 + description: A flattened epithelial cell of mesenchymal origin that lines + the serous cavity. + meaning: CL:0000077 + title: mesothelial cell + CL:1000337: + text: CL:1000337 + description: An enterocyte that is part of the epithelium of duodenal gland. + meaning: CL:1000337 + title: enterocyte of epithelium of duodenal gland + CL:0002283: + text: CL:0002283 + description: An epithelial cell of the mucosa associated with facial skeleton. + meaning: CL:0002283 + title: ecto-epithelial cell of viscerocranial mucosa + CL:0002457: + text: CL:0002457 + description: A Langerhans cell that is in the epidermis and is CD45-positive, + MHCII-positive, and CD11b-positive. + meaning: CL:0002457 + title: epidermal Langerhans cell + CL:0002556: + text: CL:0002556 + description: A fibroblast of the periodontium. + meaning: CL:0002556 + title: fibroblast of periodontium + CL:0002155: + text: CL:0002155 + description: A crenated erythrocyte with 30+ crenations, bumps or spurs that + are the result of damage due to age or disease. + meaning: CL:0002155 + title: echinocyte + CL:0002406: + text: CL:0002406 + description: A double negative post-natal thymocyte that has a T cell receptor + consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. + This cell type is CD4-negative, CD8-negative and CD24-positive. + meaning: CL:0002406 + title: immature Vgamma2-positive thymocyte + CL:0001072: + text: CL:0001072 + description: An innate lymphoid cell in the human with the phenotype CD34-negative, + CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells. + meaning: CL:0001072 + title: CD34-negative, CD117-positive innate lymphoid cell, human + CL:0009035: + text: CL:0009035 + description: A stromal cell found in the lamina propria of the vermiform appendix. + meaning: CL:0009035 + title: stromal cell of lamina propria of vermiform appendix + CL:0000473: + text: CL:0000473 + description: A cell whose primary function is to protect the organism. + meaning: CL:0000473 + title: defensive cell + CL:0000109: + text: CL:0000109 + meaning: CL:0000109 + title: adrenergic neuron + CL:0000518: + text: CL:0000518 + description: A phagocyte in vertebrates that is able to phagocytosis. + meaning: CL:0000518 + title: phagocyte (sensu Vertebrata) + CL:4023010: + text: CL:4023010 + description: "A GABAergic cortical interneuron that is strongly labelled for\ + \ \u03B17 nAChRs. These cells have soma found in L1 and have multipolar\ + \ dendrites with vertically descending axonal collaterals that project deep\ + \ into the column, usually branching and terminating in L5A." + meaning: CL:4023010 + title: alpha7 GABAergic cortical interneuron (Mmus) + CL:1001428: + text: CL:1001428 + description: A urothelial cell that is part of the urothelium of the urinary + bladder. + meaning: CL:1001428 + title: bladder urothelial cell + CL:4033014: + text: CL:4033014 + description: A small, narrow, peg-shaped epithelial cell with little cytoplasm + that is part of oviduct epithelium. This cell is rarer than the ciliated + and secretory epithelial cells of the fallopian tube epithelium and is often + found intercalated between them. Peg cells are generally distributed basally + along the epithelium and have been found in high concentrations at the fimbriated, + distal end of the fallopian tube in humans. It may have a regenerative/stem-cell + function. In humans, markers include EPCAM, CD44, and ITGA6. + meaning: CL:4033014 + title: peg cell + CL:0000212: + text: CL:0000212 + description: A cell that takes up and metabolizes substances. + meaning: CL:0000212 + title: absorptive cell + CL:0000611: + text: CL:0000611 + description: Any granulocytopoietic cell that has part some transcription + factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has + part some erythroid transcription factor and lacks plasma membrane part + some CD19 molecule and lacks plasma membrane part some CD4 molecule and + lacks plasma membrane part some integrin alpha-M and lacks plasma membrane + part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion + molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma + membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks + plasma membrane part some membrane-spanning 4-domains subfamily A member + 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and + lacks plasma membrane part some CD14 molecule and lacks plasma membrane + part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte + antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has + plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase + 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha + chain and has plasma membrane part some interleukin-5 receptor subunit alpha + and has plasma membrane part some mast/stem cell growth factor receptor + and is capable of some eosinophil differentiation. + meaning: CL:0000611 + title: eosinophil progenitor cell + CL:1000597: + text: CL:1000597 + description: A cell that is part of a tip of a renal papilla. + meaning: CL:1000597 + title: papillary tips cell + CL:0000198: + text: CL:0000198 + description: The peripheral receptor for pain. Includes receptors which are + sensitive to painful mechanical stimuli, extreme heat or cold, and chemical + stimuli. All mammalian nociceptors are free nerve endings. + meaning: CL:0000198 + title: pain receptor cell + CL:0002622: + text: CL:0002622 + description: A stromal cell of the prostate. + meaning: CL:0002622 + title: prostate stromal cell + CL:0000759: + text: CL:0000759 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The axon terminal is narrowly stratified and are found + just below a calretinin-expressing band in sublamina 4 of the inner plexiform + layer. + meaning: CL:0000759 + title: type 7 cone bipolar cell (sensu Mus) + CL:0002342: + text: CL:0002342 + description: A circulating endothelial cell of the phenotype CD146-positive, + CD105-positive, CD45-negative. This cell type is indicative of recent vascular + damage. + meaning: CL:0002342 + title: circulating endothelial cell + CL:0000357: + text: CL:0000357 + meaning: CL:0000357 + title: stratified epithelial stem cell + CL:1000368: + text: CL:1000368 + description: A transitional myocyte that is part of the anterior division + of left branch of atrioventricular bundle. + meaning: CL:1000368 + title: transitional myocyte of anterior division of left branch of atrioventricular + bundle + CL:0005025: + text: CL:0005025 + description: A motor neuron that synapses to parasympathetic neurons that + innervate tear glands, sweat glands, and the smooth muscles and glands of + the pulmonary, cardiovascular, and gastrointestinal systems. + meaning: CL:0005025 + title: visceromotor neuron + CL:1000279: + text: CL:1000279 + description: A smooth muscle cell that is part of the large intestine. + meaning: CL:1000279 + title: smooth muscle cell of large intestine + CL:0002140: + text: CL:0002140 + description: A sebum secreting cell of the skin that secretes sebum into the + hair follicles. + meaning: CL:0002140 + title: acinar cell of sebaceous gland + CL:1000376: + text: CL:1000376 + description: A Purkinje myocyte that is part of the interventricular septum. + meaning: CL:1000376 + title: Purkinje myocyte of interventricular septum + CL:2000085: + text: CL:2000085 + description: Any mononuclear cell that is part of a umbilical cord. + meaning: CL:2000085 + title: mononuclear cell of umbilical cord + CL:0000775: + text: CL:0000775 + description: Any of the immature or mature forms of a granular leukocyte that + in its mature form has a nucleus with three to five lobes connected by slender + threads of chromatin, and cytoplasm containing fine inconspicuous granules + and stainable by neutral dyes. + meaning: CL:0000775 + title: neutrophil + CL:0000748: + text: CL:0000748 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the inner plexiform layer. + meaning: CL:0000748 + title: retinal bipolar neuron + CL:0002026: + text: CL:0002026 + description: A megakaryocyte progenitor cell that is CD34-negative, CD41-positive + and CD42-positive. + meaning: CL:0002026 + title: CD34-negative, CD41-positive, CD42-positive megakaryocyte cell + CL:0002451: + text: CL:0002451 + description: A multi-fate stem cell that is the source of cells for growth + of the mammary gland during puberty and gestation. This cell type gives + rise to both the luminal and myoepithelial cell types of the gland, and + have been shown to have the ability to regenerate the entire organ in mice. + This cell type also plays an important role in carcinogenesis of the breast. + This cell type is Lin-, CD24-positive, CD29-hi. + meaning: CL:0002451 + title: mammary stem cell + CL:0002404: + text: CL:0002404 + description: A thymocyte found in the fetal thymus. + meaning: CL:0002404 + title: fetal thymocyte + CL:0002243: + text: CL:0002243 + description: A circular smooth muscle cell of the iris, innervated by the + ciliary nerves (parasympathetic), and acting to contract the pupil. This + muscle cell derives from neuroectoderm. This smooth muscle cell results + from transformation of epithelial cells to smooth muscle cells. + meaning: CL:0002243 + title: smooth muscle cell of sphincter of pupil + CL:0002546: + text: CL:0002546 + description: An endothelial progenitor cell that participates in angiogenesis + during development. + meaning: CL:0002546 + title: embryonic blood vessel endothelial progenitor cell + CL:0002493: + text: CL:0002493 + description: A polarized cell that is juxtaposed to fibrocytes in the underlying + spiral ligament. This cell type secretes potassium ions derived from fibrocytes + through gap junctions. + meaning: CL:0002493 + title: strial basal cell + CL:1001124: + text: CL:1001124 + description: Any peritubular capillary endothelial cell that is part of some + renal cortex peritubular capillary. + meaning: CL:1001124 + title: kidney cortex peritubular capillary cell + CL:0000112: + text: CL:0000112 + meaning: CL:0000112 + title: columnar neuron + CL:4023123: + text: CL:4023123 + description: A kisspeptin neuron that is located in the hypothalamus. These + neurons project to and activate gonadotrophin-releasing hormone neurons + (acting via the kisspeptin receptor) in the hypothalamus and stimulate the + secretion of gonadotrophin-releasing hormone. + meaning: CL:4023123 + title: hypothalamus kisspeptin neuron + CL:0000352: + text: CL:0000352 + description: A cell of the outer layer of a blastula that gives rise to the + ectoderm after gastrulation. + meaning: CL:0000352 + title: epiblast cell + CL:1001109: + text: CL:1001109 + description: An epithelial cell that is part of some loop of Henle thick ascending + limb segment located in the renal cortex. + meaning: CL:1001109 + title: kidney loop of Henle cortical thick ascending limb epithelial cell + CL:2000095: + text: CL:2000095 + description: Any hematopoietic stem cell that is part of a umbilical cord + blood. + meaning: CL:2000095 + title: cord blood hematopoietic stem cell + CL:4033056: + text: CL:4033056 + description: A differentiated flat keratinocyte that is part of a nail plate. + An onychocyte is firmly adherent and does not desquamate. + meaning: CL:4033056 + title: onychocyte + CL:0002280: + text: CL:0002280 + description: An enteroendocrine cell found in the ileum and jejunum that produces + neurotensin. + meaning: CL:0002280 + title: type N enteroendocrine cell + CL:1000465: + text: CL:1000465 + description: A chromaffin cell that is part of the ovary. + meaning: CL:1000465 + title: chromaffin cell of ovary + CL:0000889: + text: CL:0000889 + description: An immature myeloid leukocyte of heterogeneous phenotype found + particularly in cancer and sepsis patients that is capable of suppressing + activity of T cells in ex vivo assays. This cell type is CD45-positive, + CD11b-positive. + meaning: CL:0000889 + title: myeloid suppressor cell + CL:0002008: + text: CL:0002008 + description: A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, + IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell. + meaning: CL:0002008 + title: CD34-positive, CD38-positive eosinophil progenitor cell + CL:4030033: + text: CL:4030033 + description: An endothelial cell that lines a surface of a cardiac valve leaflet. + Along with valve interstitial cells, a valve endothelial cell maintains + tissue homeostasis for the function of cardiac valves through secreting + biochemical signals, matrix proteins and matrix remodeling enzymes. + meaning: CL:4030033 + title: valve endothelial cell + CL:0000632: + text: CL:0000632 + description: A cell that is found in the perisinusoidal space of the liver + that is capable of multiple roles including storage of retinol, presentation + of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, + production of extracellular matrix components that can contribute to liver + fibrosis. This activated state has a myofibroblast-like phenotype, though + it's not clear in the literature if this is terminally differentiated. This + cell type comprises approximately 8-15% of total cells in the liver. + meaning: CL:0000632 + title: hepatic stellate cell + CL:0000342: + text: CL:0000342 + description: Any animal cell containing pigment granules. + meaning: CL:0000342 + title: pigment cell (sensu Vertebrata) + CL:0000832: + text: CL:0000832 + description: A myeloblast committed to the eosinophil lineage. + meaning: CL:0000832 + title: eosinophilic myeloblast + CL:4042008: + text: CL:4042008 + description: A cell type located in the first layer of the neocortex with + radial protrusions extending transversely into the deeper cortex layers, + herby facilitating communication across neurons, astrocytes, capillaries, + meninges and cerebrospinal fluid through contact with neurons, pia mater + and capillaries. + meaning: CL:4042008 + title: fibrous astrocyte + CL:1001451: + text: CL:1001451 + description: A sensory neuron of the dorsal root ganglia that senses body + position and sends information about how much the muscle is stretched to + the spinal cord. + meaning: CL:1001451 + title: sensory neuron of dorsal root ganglion + CL:0002607: + text: CL:0002607 + description: A neural crest cell that gives rise to cells of the enteric nervous + system. + meaning: CL:0002607 + title: migratory enteric neural crest cell + CL:4033062: + text: CL:4033062 + description: A trophoblast cell that invades the uterine wall to anchor the + placenta to the uterus. An interstitial extravillous trophoblast cell differentiates + from an extravillous trophoblast cell, becoming hyperchromatic and changing + its morphology to a fibroblast-like spindle-shaped cell. In humans, this + cell can be distinguished by the expression of placental-specific protein + 8, which stimulates migration. + meaning: CL:4033062 + title: interstitial extravillous trophoblast cell + CL:1000437: + text: CL:1000437 + description: An epithelial cell that is part of the nasolacrimal duct. + meaning: CL:1000437 + title: epithelial cell of nasolacrimal duct + CL:0011106: + text: CL:0011106 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer using GABA. + meaning: CL:0011106 + title: GABAnergic interplexiform cell + CL:1000312: + text: CL:1000312 + description: A goblet cell that is part of the epithelium of bronchus. + meaning: CL:1000312 + title: bronchial goblet cell + CL:1000327: + text: CL:1000327 + description: A goblet cell that is part of the epithelium proper of appendix. + meaning: CL:1000327 + title: appendix goblet cell + CL:0008048: + text: CL:0008048 + description: A glutamatergic motor neuron with a soma in the brainstem or + cerebral cortex. They do not synapse directly to muscles but rather to + lower motor neurons, which do. They are the main controllers of voluntary + movement. + meaning: CL:0008048 + title: upper motor neuron + CL:0000857: + text: CL:0000857 + description: A skeletal muscle myoblast that differentiates into slow muscle + fibers. + meaning: CL:0000857 + title: slow muscle myoblast + CL:1000239: + text: CL:1000239 + description: Any glial cell that is part of some anterior lateral line nerve. + meaning: CL:1000239 + title: anterior lateral line nerve glial cell + CL:0002329: + text: CL:0002329 + description: An epithelial cell type that lacks the columnar shape typical + for other respiratory epithelial cells. This cell type is able to differentiate + into other respiratory epithelial cells in response to injury. + meaning: CL:0002329 + title: basal epithelial cell of tracheobronchial tree + CL:0004230: + text: CL:0004230 + description: A bistratified amacrine cell with a small dendritic field that + has post-synaptic terminals in S1 and the border of S1-S2, and termination + of a second arbor within the border of S2-S3 and S3. + meaning: CL:0004230 + title: diffuse bistratified amacrine cell + CL:0002144: + text: CL:0002144 + description: An endothelial cell found in capillaries. + meaning: CL:0002144 + title: capillary endothelial cell + CL:1001021: + text: CL:1001021 + description: Any kidney loop of Henle epithelial cell that is part of some + descending limb of loop of Henle. + meaning: CL:1001021 + title: kidney loop of Henle descending limb epithelial cell + CL:0008010: + text: CL:0008010 + description: A cranial motor neuron whose soma is located in the midbrain + andor hindbrain and which innervates the skeletal muscles of the eye or + tongue. + meaning: CL:0008010 + title: cranial somatomotor neuron + CL:0002118: + text: CL:0002118 + description: A CD38-negative IgG-negative memory B cell is a IgG-negative + class switched memory B cell that lacks IgG on the cell surface with the + phenotype CD38-negative and IgG-negative. + meaning: CL:0002118 + title: CD38-negative IgG-negative class switched memory B cell + CL:4023064: + text: CL:4023064 + description: An interneuron that is derived from the caudal ganglionic eminence. + meaning: CL:4023064 + title: caudal ganglionic eminence derived interneuron + CL:0000878: + text: CL:0000878 + description: A tissue-resident macrophage found in the central nervous system. + meaning: CL:0000878 + title: central nervous system macrophage + CL:0009051: + text: CL:0009051 + description: A T cell that is located in the anorectum. + meaning: CL:0009051 + title: T cell of anorectum + CL:0019001: + text: CL:0019001 + description: Any serous secreting cell that is part of the tracheobronchial + epithelium. + meaning: CL:0019001 + title: tracheobronchial serous cell + CL:1001100: + text: CL:1001100 + description: Any smooth muscle cell that is part of some renal efferent arteriole. + meaning: CL:1001100 + title: kidney efferent arteriole smooth muscle cell + CL:0002571: + text: CL:0002571 + description: A mesenchymal stem cell of liver. + meaning: CL:0002571 + title: hepatic mesenchymal stem cell + CL:0008035: + text: CL:0008035 + description: Any vascular associated smooth muscle cell that is part of some + microcirculatory vessel. + meaning: CL:0008035 + title: microcirculation associated smooth muscle cell + CL:0003045: + text: CL:0003045 + description: A bistratified ganglion cell with larger, asymetric dendritic + fields that terminate in S2 and S4. + meaning: CL:0003045 + title: M12 retinal ganglion cell + CL:0002666: + text: CL:0002666 + description: An otic fibrocyte that underlies the spiral prominence and is + part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002666 + title: type 2 otic fibrocyte + CL:4023044: + text: CL:4023044 + description: An extratelencephalic-projecting glutamatergic neuron located + in layer 5b of the primary motor cortex that does not project to the medulla. + Non-MY ET cells are large, big-tufted cells with the apical dendrite often + bifurcating close to the soma, suggesting they are corticospinal cells. + Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, + and smaller AP width, compared to L5 IT neurons. + meaning: CL:4023044 + title: non-medulla, extratelencephalic-projecting glutamatergic neuron of + the primary motor cortex + CL:0002085: + text: CL:0002085 + description: Specialized elongated ventricular ependymal cell that has processes + that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts + seen in developing brain. Found in the adult brain in the third ventricle, + cerebral aqueduct, spinal canal and floor of the fourth ventricle. + meaning: CL:0002085 + title: tanycyte + CL:1001142: + text: CL:1001142 + description: Any kidney cortex vein cell that is part of some kidney arcuate + vein. + meaning: CL:1001142 + title: arcuate vein cell + CL:0002661: + text: CL:0002661 + description: A luminal cell of terminal ducts, i.e.e the terminal branch of + a lactiferous duct which alveolar cells drain into. + meaning: CL:0002661 + title: luminal cell of lactiferous terminal ductal lobular unit + CL:0000146: + text: CL:0000146 + meaning: CL:0000146 + title: simple columnar epithelial cell + CL:0002089: + text: CL:0002089 + description: A group 2 innate lymphoid cell in the mouse capable of secreting + IL-13 in response to a helminth infection. This cell is lineage-negative, + ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive. + meaning: CL:0002089 + title: group 2 innate lymphoid cell, mouse + CL:0000507: + text: CL:0000507 + description: A peptide hormone secreting cell that secretes endorphin. + meaning: CL:0000507 + title: endorphin secreting cell + CL:0000246: + text: CL:0000246 + meaning: CL:0000246 + title: Mauthner neuron + CL:0002016: + text: CL:0002016 + description: A polychromatiic erythroblast that is Gly-A-positive and CD71-low. + meaning: CL:0002016 + title: CD71-low, GlyA-positive polychromatic erythroblast + CL:0002526: + text: CL:0002526 + description: A dermal dendritic cell that is CD1a-negative and CD14-positive. + meaning: CL:0002526 + title: CD14-positive dermal dendritic cell + CL:0002514: + text: CL:0002514 + description: A CD8alpha alpha positive gamma-delta intraepithelial T cell + that does not express a TCR partially encoded by the Vgamma5 gene segment. + meaning: CL:0002514 + title: Vgamma5-negative CD8alpha alpha positive gamma-delta intraepithelial + T cell + CL:0011102: + text: CL:0011102 + description: Parasympathetic neurons are part of the parasympathetic nervous + sysem and the cell bodies lie in the brain and sacral region of the spinal + cord. The neurons are mainly cholinergic. + meaning: CL:0011102 + title: parasympathetic neuron + CL:0004232: + text: CL:0004232 + description: An amacrine cell with a flat dendritic arbor and a medium dendritic + field. Starburst amacrine cells have post-synaptic terminals in S2. This + cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) + and acetylcholine. + meaning: CL:0004232 + title: starburst amacrine cell + CL:0001006: + text: CL:0001006 + description: Dermal dendritic cell is a conventional dendritic cell that is + CD11b-positive, CD205-positive and CD8 alpha-negative. + meaning: CL:0001006 + title: dermal dendritic cell + CL:0009081: + text: CL:0009081 + description: The human equivalent of a DN2 thymocyte; typically contains two + phases, in the latter of which these thymocytes begin the process of beta + selection. + meaning: CL:0009081 + title: specified double negative thymocyte (Homo sapiens) + CL:0008004: + text: CL:0008004 + description: A muscle cell that is part of some somatic muscle. + meaning: CL:0008004 + title: somatic muscle cell + CL:1001582: + text: CL:1001582 + description: Neuron of lateral ventricle. + meaning: CL:1001582 + title: lateral ventricle neuron + CL:1000350: + text: CL:1000350 + description: A basal cell that is part of the epithelium of terminal bronchiole. + meaning: CL:1000350 + title: basal cell of epithelium of terminal bronchiole + CL:0000416: + text: CL:0000416 + meaning: CL:0000416 + title: polytene cell + CL:0000199: + text: CL:0000199 + description: A cell specialized to transduce mechanical stimuli and relay + that information centrally in the nervous system. + meaning: CL:0000199 + title: mechanoreceptor cell + CL:0000208: + text: CL:0000208 + meaning: CL:0000208 + title: pH receptor cell + CL:1000271: + text: CL:1000271 + description: Any ciliated cell that is part of some lung. + meaning: CL:1000271 + title: lung ciliated cell + CL:0000421: + text: CL:0000421 + description: A free floating cell, including amebocytes and eleocytes, in + the coelom of certain animals, especially annelids. + meaning: CL:0000421 + title: coelomocyte + CL:2000043: + text: CL:2000043 + description: Any pericyte cell that is part of a brain. + meaning: CL:2000043 + title: brain pericyte + CL:0002606: + text: CL:0002606 + description: An astrocyte of the spinal cord. + meaning: CL:0002606 + title: astrocyte of the spinal cord + CL:0000214: + text: CL:0000214 + description: A cell located in the synovial joint. + meaning: CL:0000214 + title: synovial cell + CL:0000605: + text: CL:0000605 + description: A spore formed following mitosis or mitoses. + meaning: CL:0000605 + title: fungal asexual spore + CL:0001087: + text: CL:0001087 + description: A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, + CD45RO-negative, and CCR7-negative. + meaning: CL:0001087 + title: effector memory CD4-positive, alpha-beta T cell, terminally differentiated + CL:0002096: + text: CL:0002096 + description: A specialised myocyte that lies between the sinoatrial node and + the atrioventricular node and is involved in the conduction of electrical + signals. + meaning: CL:0002096 + title: internodal tract myocyte + CL:1000493: + text: CL:1000493 + description: A mesothelial cell that is part of the visceral pleura. + meaning: CL:1000493 + title: mesothelial cell of visceral pleura + CL:0002478: + text: CL:0002478 + description: An adipose macrophage that does not express F4/80but is MHC-II-positive. + This cell type exhibits autofluorescence under typical flow cyometry conditions. + meaning: CL:0002478 + title: F4/80-negative adipose macrophage + CL:4033013: + text: CL:4033013 + description: A keratinocyte of the epidermis suprabasal layer. This cell may + express the differentiation markers keratin 10 and keratin 1. + meaning: CL:4033013 + title: suprabasal keratinocyte + CL:4033048: + text: CL:4033048 + description: A respiratory epithelial cell with topographic nuclear position + in between the basal and luminal cell of the airway epithelium. This non-basal, + intermediate cell has limited proliferative capacity, ultrastructural features + of basal cells and no defined features of the typically differentiated cellular + phenotypes. + meaning: CL:4033048 + title: respiratory suprabasal cell + CL:1000428: + text: CL:1000428 + description: A somatic stem cell that is part of the epidermis. + meaning: CL:1000428 + title: stem cell of epidermis + CL:4030013: + text: CL:4030013 + description: Epithelial cell of the descending thin limb of the long loop + (juxtamedullary) nephron that spans the outer medulla (inner stripe). It + is known in some mammalian species that the long descending limb of the + loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist + protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the + protein kinase Stk32a. + meaning: CL:4030013 + title: kidney loop of Henle long descending thin limb outer medulla epithelial + cell + CL:0000019: + text: CL:0000019 + description: A mature male germ cell that develops from a spermatid. + meaning: CL:0000019 + title: sperm + CL:0002228: + text: CL:0002228 + description: An elongating cell that rapidly obliterates the lumen of the + lens vesicle. Subsequently, differentiation of this cell type at the lens + equator leads to the formation of secondary fiber cells that come to overlie + the primary fibers. + meaning: CL:0002228 + title: primary lens fiber + CL:4028006: + text: CL:4028006 + description: A pulmonary interstitial fibroblast that is part of the alveolus + and localizes to vascular adventitia. + meaning: CL:4028006 + title: alveolar adventitial fibroblast + CL:0002129: + text: CL:0002129 + description: Regular cardiac myocyte of a cardiac atrium. + meaning: CL:0002129 + title: regular atrial cardiac myocyte + CL:0001021: + text: CL:0001021 + description: A common lymphoid progenitor that is CD10-positive, CD45RA-positive, + CD34-positive and CD38-positive. + meaning: CL:0001021 + title: CD34-positive, CD38-positive common lymphoid progenitor + CL:1001610: + text: CL:1001610 + description: 'Hematopoietic cells resident in the bone marrow. Include: hematopoietic + stem cells (lymphoid stem cells and myeloid stem cells) and the precursor + cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, + monocytes and lymphocytes.' + meaning: CL:1001610 + title: bone marrow hematopoietic cell + CL:1000909: + text: CL:1000909 + description: Any nephron tubule epithelial cell that is part of some loop + of Henle. + meaning: CL:1000909 + title: kidney loop of Henle epithelial cell + CL:0000410: + text: CL:0000410 + meaning: CL:0000410 + title: CNS long range interneuron + CL:4023025: + text: CL:4023025 + description: A sst GABAergic cortical interneuron that is both an interneuron + and a projecting neuron. They are found in all layers from upper L2/3 down + to the bottom of L6. They have long-range projections, some with axons fading + into white matter. These cells have low rebound potential, low hyperpolarization + sag, and high variability in membrane time constant. + meaning: CL:4023025 + title: long-range projecting sst GABAergic cortical interneuron (Mmus) + CL:0000130: + text: CL:0000130 + meaning: CL:0000130 + title: neuron associated cell (sensu Nematoda and Protostomia) + CL:0000864: + text: CL:0000864 + description: A macrophage constitutively resident in a particular tissue under + non-inflammatory conditions, and capable of phagocytosing a variety of extracellular + particulate material, including immune complexes, microorganisms, and dead + cells. + meaning: CL:0000864 + title: tissue-resident macrophage + CL:0000048: + text: CL:0000048 + description: A stem cell that can give rise to multiple lineages of cells. + meaning: CL:0000048 + title: multi fate stem cell + CL:0002357: + text: CL:0002357 + description: A fetal liver derived enucleated erythrocyte. This erythrocyte + resembles adult erythrocytes in that they are small (3- to 6- times smaller + than primitive erythrocytes) and produce adult hemaglobins. + meaning: CL:0002357 + title: fetal derived definitive erythrocyte + CL:0002560: + text: CL:0002560 + description: An epithelial cell that resides in the inner root sheath of the + hair follicle. + meaning: CL:0002560 + title: inner root sheath cell + CL:0000964: + text: CL:0000964 + description: A germinal center B cell that founds a germinal center, and has + the phenotype IgD-positive, CD38-positive, and CD23-negative. + meaning: CL:0000964 + title: Bm2' B cell + CL:0009005: + text: CL:0009005 + description: Any cell in a salivary gland. + meaning: CL:0009005 + title: salivary gland cell + CL:0000483: + text: CL:0000483 + description: A peptide hormone secreting cell that secretes bombesin stimulating + hormone. + meaning: CL:0000483 + title: bombesin stimulating hormone secreting cell + CL:0000185: + text: CL:0000185 + description: Contractile cells resembling smooth muscle cells that are present + in glands, notably the mammary gland, and aid in secretion. This cell has + long weaving dendritic processes containing myofilament. + meaning: CL:0000185 + title: myoepithelial cell + CL:0000956: + text: CL:0000956 + description: A pre-B-I cell is a precursor B cell that expresses CD34 and + surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) + on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries + a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain + protein. + meaning: CL:0000956 + title: pre-B-I cell + CL:4030049: + text: CL:4030049 + description: A DRD2-expressing medium spiny neuron that is part of a striosome + of dorsal striatum. + meaning: CL:4030049 + title: striosomal D2 medium spiny neuron + CL:0002326: + text: CL:0002326 + description: A mammary epithelial cell that occurs in the lumen of the ductal + and alveoli structure in the breast. + meaning: CL:0002326 + title: luminal epithelial cell of mammary gland + CL:0000028: + text: CL:0000028 + meaning: CL:0000028 + title: CNS neuron (sensu Nematoda and Protostomia) + CL:0000847: + text: CL:0000847 + description: An olfactory receptor cell in which the apical ending of the + dendrite is a pronounced ciliated olfactory knob. + meaning: CL:0000847 + title: ciliated olfactory receptor neuron + CL:1000323: + text: CL:1000323 + description: A goblet cell that is part of the epithelium of pyloric gland. + meaning: CL:1000323 + title: pyloric gastric gland goblet cell + CL:0010006: + text: CL:0010006 + description: Any blood vessel endothelial cell that is part of some heart. + meaning: CL:0010006 + title: cardiac blood vessel endothelial cell + CL:4033018: + text: CL:4033018 + description: A megakaryocyte that is resident in the lung connective tissue. + meaning: CL:4033018 + title: lung megakaryocyte + CL:1000182: + text: CL:1000182 + description: Any tip cell that is part of some Malpighian tubule. + meaning: CL:1000182 + title: malpighian tubule tip cell + CL:0000233: + text: CL:0000233 + description: A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, + found in the blood of all mammals, and mainly involved in blood coagulation. + meaning: CL:0000233 + title: platelet + CL:1001567: + text: CL:1001567 + description: Any endothelial cell of vascular tree that is part of some lung. + meaning: CL:1001567 + title: lung endothelial cell + CL:0000443: + text: CL:0000443 + description: Any secretory cell that is capable of some calcitonin secretion. + meaning: CL:0000443 + title: calcitonin secreting cell + CL:0000474: + text: CL:0000474 + description: An insect renal cell that filters hemolymph and is found with + other pericardial nephrocytes in two rows flanking the dorsal vessel. + meaning: CL:0000474 + title: pericardial nephrocyte + CL:4023168: + text: CL:4023168 + description: A neuron that is part of the somatic sensory system. Somatosensory + neurons innervate the skin or integument to detect different types of thermal, + chemical, and mechanical touch stimuli. + meaning: CL:4023168 + title: somatosensory neuron + CL:0000204: + text: CL:0000204 + meaning: CL:0000204 + title: acceleration receptive cell + CL:1000478: + text: CL:1000478 + description: A transitional myocyte that is part of the sinoatrial node. + meaning: CL:1000478 + title: transitional myocyte of sinoatrial node + CL:0000557: + text: CL:0000557 + description: A hematopoietic progenitor cell that is committed to the granulocyte + and monocyte lineages. These cells are CD123-positive, and do not express + Gata1 or Gata2 but do express C/EBPa, and Pu.1. + meaning: CL:0000557 + title: granulocyte monocyte progenitor cell + CL:0002456: + text: CL:0002456 + description: A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive + and CD4-positive. + meaning: CL:0002456 + title: CD8_alpha-positive plasmacytoid dendritic cell + CL:0000501: + text: CL:0000501 + description: A supporting cell for the developing female gamete in the ovary + of mammals. They develop from the coelomic epithelial cells of the gonadal + ridge. Granulosa cells form a single layer around the mammalian oocyte in + the primordial ovarian follicle and advance to form a multilayered cumulus + oophorus surrounding the ovum in the Graafian follicle. The major functions + of granulosa cells include the production of steroids and LH receptors. + meaning: CL:0000501 + title: granulosa cell + CL:4023075: + text: CL:4023075 + description: A sst GABAergic cortical interneuron found in L6 that expresses + tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization + within L6. + meaning: CL:4023075 + title: L6 th sst GABAergic interneuron (Mmus) + CL:0002278: + text: CL:0002278 + description: An enteroendocrine cell of duodenum and jejunum that produces + gastric inhibitory peptide. + meaning: CL:0002278 + title: GIP cell + CL:4033045: + text: CL:4033045 + description: A dendritic cell that captures antigens in a lung and migrates + to a lymph node or to the spleen to activate T cells. + meaning: CL:4033045 + title: lung migratory dendritic cell + CL:1001576: + text: CL:1001576 + description: Squamous cell of oral epithelium. + meaning: CL:1001576 + title: oral mucosa squamous cell + CL:1001435: + text: CL:1001435 + description: The small neuron in the glomerular layer of the olfactory bulb + whose dendrites arborize within a glomerulus, where it receives synaptic + input from olfactory receptor cell axon terminals, and also engages in dendrodendritic + interactions with mitral and tufted cell dendrites; uses both GABA and dopamine + as a neurotransmitter. + meaning: CL:1001435 + title: periglomerular cell + CL:0002681: + text: CL:0002681 + description: A cell that is part of a cortex of kidney. + meaning: CL:0002681 + title: kidney cortical cell + CL:0002083: + text: CL:0002083 + description: A chromaffin cell of the adrenal medulla that produces norepinephrine. + meaning: CL:0002083 + title: type I cell of adrenal medulla + CL:1001123: + text: CL:1001123 + description: Any peritubular capillary endothelial cell that is part of some + outer renal medulla peritubular capillary. + meaning: CL:1001123 + title: kidney outer medulla peritubular capillary cell + CL:0009095: + text: CL:0009095 + description: An endothelial cell that is part of a uterus. + meaning: CL:0009095 + title: endothelial cell of uterus + CL:0001052: + text: CL:0001052 + description: A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-negative. + meaning: CL:0001052 + title: CD8-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell + CL:1000304: + text: CL:1000304 + description: A fibroblast that is part of the connective tissue of nonglandular + part of prostate. + meaning: CL:1000304 + title: fibroblast of connective tissue of nonglandular part of prostate + CL:0002165: + text: CL:0002165 + description: A supporting cell that is attached to the basement membrane and + forms rows that support the hair cells. + meaning: CL:0002165 + title: phalangeal cell + CL:1000418: + text: CL:1000418 + description: A myoepithelial cell that is part of the mammary gland alveolus. + meaning: CL:1000418 + title: myoepithelial cell of lactiferous alveolus + CL:0002489: + text: CL:0002489 + description: A thymocyte that lacks expression of CD4 and CD8. + meaning: CL:0002489 + title: double negative thymocyte + CL:0002270: + text: CL:0002270 + description: A type EC enteroendocrine cell in the duodenum and jejunum that + stores and secretes motilin and 5-hydroxytryptamine. + meaning: CL:0002270 + title: type EC2 enteroendocrine cell + CL:4023189: + text: CL:4023189 + description: A retinal ganglion cell located in the ganglion cell layer of + the retina. This cell projects to magnocellular cells in the lateral geniculate + nucleus (LGN). They have large cell bodies and extensive, branching dendritic + networks that contribute to their large receptive fields. + meaning: CL:4023189 + title: parasol ganglion cell of retina + CL:0003042: + text: CL:0003042 + description: An M9 retinal ganglion cell with synaptic terminals in S4 that + is depolarized by decreased illumination of their receptive field center + meaning: CL:0003042 + title: M9-OFF retinal ganglion cell + CL:0000901: + text: CL:0000901 + description: CD4-positive alpha-beta T cell with regulatory function that + produces IL-10. + meaning: CL:0000901 + title: Tr1 cell + CL:0002107: + text: CL:0002107 + description: An IgD-negative CD38-positive IgG memory B cell is a CD38-positive + IgG-positive that has class switched and lacks expression of IgD on the + cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive. + meaning: CL:0002107 + title: IgD-negative CD38-positive IgG memory B cell + CL:1000472: + text: CL:1000472 + description: A myoepithelial cell that is part of the tertiary lactiferous + duct. + meaning: CL:1000472 + title: myoepithelial cell of tertiary lactiferous duct + CL:0005011: + text: CL:0005011 + description: A cuboidal epithelial cell of the kidney which secretes acid + and reabsorbs base to regulate acid/base balance. + meaning: CL:0005011 + title: renal alpha-intercalated cell + CL:0000929: + text: CL:0000929 + description: A mature NK T cell that secretes interferon-gamma and enhances + Th1 immune responses. + meaning: CL:0000929 + title: CD4-negative, CD8-negative type I NK T cell secreting interferon-gamma + CL:4023007: + text: CL:4023007 + description: A vip GABAergic cortical interneuron with bipolar morphology, + with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across + all layers (with preferences for layers II/III and Va) and a dendritic tree + that is vertically more restricted than deeper layer vip cells and extend + fewer dendrites into the layers outside their home layer (location of soma). + L2/3 bipolar vip cells have great variability in firing patterns, though + most are continuous adapting. L2/3 bipolar vip cells are more depolarized + in their resting state, had less fast rectification, and had smaller after + hyperpolarization than deeper vip cells. + meaning: CL:4023007 + title: L2/3 bipolar vip GABAergic interneuron (Mmus) + CL:0009049: + text: CL:0009049 + description: A layer of smooth muscle cells that forms the outer layer of + the high endothelial venule of lymph node and pumps to allow flow of lymph + fluid carrying lymphocytes. + meaning: CL:0009049 + title: smooth muscle cell of high endothelial venule of lymph node + CL:0000188: + text: CL:0000188 + description: A somatic cell located in skeletal muscle. + meaning: CL:0000188 + title: cell of skeletal muscle + CL:2000093: + text: CL:2000093 + description: Any fibroblast of lung that is part of a bronchus. + meaning: CL:2000093 + title: bronchus fibroblast of lung + CL:1001474: + text: CL:1001474 + description: An inhibitory, GABAergic projection neuron in the striatum that + integrates glutamatergic signals arising from the cerebral cortex and thalamus. + meaning: CL:1001474 + title: medium spiny neuron + CL:1000414: + text: CL:1000414 + description: An endothelial cell that is part of the venule. + meaning: CL:1000414 + title: endothelial cell of venule + CL:1001318: + text: CL:1001318 + description: A pericyte cell located in the kidney interstitium. + meaning: CL:1001318 + title: renal interstitial pericyte + CL:0000777: + text: CL:0000777 + description: A tissue-resident macrophage of the renal glomerular mesangium + involved in the disposal and degradation of filtration residues, presentation + of antigen to T cells and in tissue remodeling. + meaning: CL:0000777 + title: mesangial phagocyte + CL:0002103: + text: CL:0002103 + description: An IgG-positive double negative memory B cell is a double negative + memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative. + meaning: CL:0002103 + title: IgG-positive double negative memory B cell + CL:1001580: + text: CL:1001580 + description: A glial cell that is part of the hippocampus. + meaning: CL:1001580 + title: hippocampal glial cell + CL:0000020: + text: CL:0000020 + description: An euploid male germ cell of an early stage of spermatogenesis. + meaning: CL:0000020 + title: spermatogonium + CL:0002530: + text: CL:0002530 + description: An immature CD1a-positive dermal dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002530 + title: immature CD1a-positive dermal dendritic cell + CL:0000708: + text: CL:0000708 + description: Stromal cell that forms the internal covering of the vertebrate + brain and produces ECM for this and the choroid plexus. + meaning: CL:0000708 + title: leptomeningeal cell + CL:4023046: + text: CL:4023046 + description: An excitatory glutamatergic neuron transcriptomically related + to the CT subclass, with a soma preferentially located in the bottom of + L6 of the primary motor cortex. + meaning: CL:4023046 + title: L6b glutamatergic neuron of the primary motor cortex + CL:0000659: + text: CL:0000659 + description: An extracellular matrix secreting cell that secretes eggshell. + meaning: CL:0000659 + title: eggshell secreting cell + CL:4023158: + text: CL:4023158 + description: A neuron in the posterior ventral cochlear nucleus that is distinguished + by their long, thick and tentacle-shaped dendrites that typically emanate + from one side of the cell body. + meaning: CL:4023158 + title: octopus cell of the mammalian cochlear nucleus + CL:1001433: + text: CL:1001433 + description: An epithelial cell of the exocrine pancreas. + meaning: CL:1001433 + title: epithelial cell of exocrine pancreas + CL:4042009: + text: CL:4042009 + description: An astrocyte type that presents radial protrusions across the + layers of a cortex. The soma of this astrocyte is part of the first layer + of a neocortex. This astrocyte extents its protrusions transversally to + the deeper layers of a cortex and it creates contact with neurons, the pia + matter and capillaries. This astrocyte is involved in facilitating the communication + across neurons, astrocytes, capillaries, meninges and the cerebrospinal + fluid. + meaning: CL:4042009 + title: interlaminar astrocyte + CL:0002667: + text: CL:0002667 + description: An otic fibrocyte that resides above the stria vasularis and + is part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002667 + title: type 5 otic fibrocyte + CL:0000489: + text: CL:0000489 + meaning: CL:0000489 + title: scotopic photoreceptor cell + CL:0000962: + text: CL:0000962 + description: A follicular B cell that is IgD-positive and CD23-positive and + CD38-positive. This naive cell type is activated in the extrafollicular + areas via interaction with dendritic cells and antigen specific T cells. + meaning: CL:0000962 + title: Bm2 B cell + CL:0000743: + text: CL:0000743 + description: Chondrocyte that is terminally differentiated, produces type + X collagen, is large in size, and often associated with the replacement + of cartilage by bone (endochondral ossification). + meaning: CL:0000743 + title: hypertrophic chondrocyte + CL:0000545: + text: CL:0000545 + description: A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, + CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma. + meaning: CL:0000545 + title: T-helper 1 cell + CL:0000603: + text: CL:0000603 + description: A fungal cell with two genetically distinct haploid nuclei. + meaning: CL:0000603 + title: dikaryon + CL:1000458: + text: CL:1000458 + description: A melanocyte that is part of the skin of body. + meaning: CL:1000458 + title: melanocyte of skin + CL:0000037: + text: CL:0000037 + description: 'A stem cell from which all cells of the lymphoid and myeloid + lineages develop, including blood cells and cells of the immune system. + Hematopoietic stem cells lack cell markers of effector cells (lin-negative). + Lin-negative is defined by lacking one or more of the following cell surface + markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, + CD20, CD56, ly6G, ter119.' + meaning: CL:0000037 + title: hematopoietic stem cell + CL:0000711: + text: CL:0000711 + description: Cumulus cell is a specialized granulosa cell that surrounds and + nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to + form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, + cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus + cells are used to make a distinction between this cell and the other functionally + different subpopulation of granulosa cells at the wall of the Graafian follicle. + meaning: CL:0000711 + title: cumulus cell + CL:0007019: + text: CL:0007019 + meaning: CL:0007019 + title: epidermal mucus secreting cell + CL:0002651: + text: CL:0002651 + description: An endothelial cell that is part of the venous sinus of spleen. + This endothelial cell has an elongated, spindle-shaped, flattened morphology + that is parallel to long axis of sinus. This cell type rests on a basement + membrane interrupted by numerous narrow slits. + meaning: CL:0002651 + title: endothelial cell of venous sinus of spleen + CL:4033063: + text: CL:4033063 + description: A trophoblast cell that invades the maternal spiral arteries + and replace the endothelial lining, remodeling the vessels and allowing + for adequate blood transport into the placenta. An endovascular extravillous + trophoblast cell differentiates from an extravillous trophoblast cell. In + humans, this cell can be distinguished by the expression of CD56. + meaning: CL:4033063 + title: endovascular extravillous trophoblast cell + CL:0010013: + text: CL:0010013 + meaning: CL:0010013 + title: type I pinealocyte + CL:0000752: + text: CL:0000752 + description: A bipolar neuron found in the retina and having connections with + cone photoreceptor cells and neurons in the inner plexiform layer. + meaning: CL:0000752 + title: cone retinal bipolar cell + CL:0009111: + text: CL:0009111 + description: A germinal center B cell found in a lymph node germinal center + light zone. + meaning: CL:0009111 + title: centrocyte + CL:0002384: + text: CL:0002384 + description: A macroconidium that has only one nucleus. + meaning: CL:0002384 + title: uninucleate macroconidium + CL:0000102: + text: CL:0000102 + meaning: CL:0000102 + title: polymodal neuron + CL:4023055: + text: CL:4023055 + description: A corticothalamic-projecting glutamatergic neuron that is located + in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology + and mostly untufted apical dendrites terminating in midcortical layers. + CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells + have a near tonic firing pattern and are distinguished from L6 IT neurons + by a lower inter-spike interval adaptation index. + meaning: CL:4023055 + title: corticothalamic VAL/VM projecting glutamatergic neuron of the primary + motor cortex + CL:0002205: + text: CL:0002205 + description: A brush cell found in the epithelium of lobular bronchiole. + meaning: CL:0002205 + title: brush cell of lobular bronchiole + CL:0002251: + text: CL:0002251 + description: An epithelial cell of the musculomembranous digestive tube extending + from the mouth to the anus. + meaning: CL:0002251 + title: epithelial cell of alimentary canal + CL:4033006: + text: CL:4033006 + description: A(n) endothelial cell that is part of a(n) efferent lymphatic + vessel. + meaning: CL:4033006 + title: endothelial cell of efferent lymphatic vessel + CL:0000667: + text: CL:0000667 + description: An extracellular matrix secreting cell that secretes collagen. + meaning: CL:0000667 + title: collagen secreting cell + CL:0000157: + text: CL:0000157 + description: A cell that specializes in secretion of surfactant in the alveoli + of the lung. + meaning: CL:0000157 + title: surfactant secreting cell + CL:0002235: + text: CL:0002235 + description: A cell of the luminal layer of the epithelium in the prostatic + acinus. + meaning: CL:0002235 + title: luminal cell of prostatic acinus + CL:0009011: + text: CL:0009011 + description: "A rapidly proliferating population of cells that differentiate\ + \ from stem cells of the intestinal crypt of the colon. Stem cells located\ + \ in the crypts of Lieberk\xFChn give rise to proliferating progenitor or\ + \ transit amplifying cells that differentiate into the four major epithelial\ + \ cell types. These include columnar absorptive cells or enterocytes, mucous\ + \ secreting goblet cells, enteroendocrine cells and paneth cells." + meaning: CL:0009011 + title: transit amplifying cell of colon + CL:1000504: + text: CL:1000504 + description: A cell that is part of a renal medulla. + meaning: CL:1000504 + title: kidney medulla cell + CL:4006001: + text: CL:4006001 + description: A fibroblast that is part of the skin of scalp. + meaning: CL:4006001 + title: fibroblast of skin of scalp + CL:0000241: + text: CL:0000241 + meaning: CL:0000241 + title: stratified cuboidal epithelial cell + CL:0000463: + text: CL:0000463 + description: An epidermal cell that secretes chitinous cuticle from its apical + side. + meaning: CL:0000463 + title: epidermal cell (sensu Arthropoda) + CL:0001063: + text: CL:0001063 + description: An abnormal cell exhibiting dysregulation of cell proliferation + or programmed cell death and capable of forming a neoplasm, an aggregate + of cells in the form of a tumor mass or an excess number of abnormal cells + (liquid tumor) within an organism. + meaning: CL:0001063 + title: neoplastic cell + CL:0010000: + text: CL:0010000 + description: A hair follicle matrix region cell which synthesizes keratin + and undergoes a characteristic change as it moves upward from the hair bulb + to become the hair medulla cortex and hair root sheath. + meaning: CL:0010000 + title: keratinized cell of hair follicle + CL:0002465: + text: CL:0002465 + description: A conventional dendritic cell that expresses CD11b (ITGAM). + meaning: CL:0002465 + title: CD11b-positive dendritic cell + CL:0000719: + text: CL:0000719 + meaning: CL:0000719 + title: posterior cone cell (sensu Endopterygota) + CL:4023036: + text: CL:4023036 + description: A pvalb GABAergic cortical interneuron that is recognizable by + the straight terminal axonal 'cartridges' of vertically oriented strings + of synaptic boutons. Chandelier PV cells' boutons target exclusively the + axon initial segment (AIS) of pyramidal cells, with a single cell innervating + hundreds of pyramidal cells in a clustered manner. + meaning: CL:4023036 + title: chandelier pvalb GABAergic cortical interneuron + CL:4023110: + text: CL:4023110 + description: A pyramidal neuron with soma located in the amygdala. + meaning: CL:4023110 + title: amygdala pyramidal neuron + CL:2000048: + text: CL:2000048 + description: A lower motor neuron whose soma is located in the anterior horn. + Anterior horn motor neurons project from the anterior portion of the grey + matter in the spinal cord to some skeletal muscles. + meaning: CL:2000048 + title: anterior horn motor neuron + CL:0000388: + text: CL:0000388 + description: An elongated fibrocyte that is part of a tendon. The cytoplasm + is stretched between the collagen fibres of the tendon. They have a central + cell nucleus with a prominent nucleolus. Tendon cells have a well-developed + rough endoplasmic reticulum and they are responsible for synthesis and turnover + of tendon fibres and ground substance. + meaning: CL:0000388 + title: tendon cell + CL:0000826: + text: CL:0000826 + description: A progenitor cell of the B cell lineage, with some lineage specific + activity such as early stages of recombination of B cell receptor genes, + but not yet fully committed to the B cell lineage until the expression of + PAX5 occurs. + meaning: CL:0000826 + title: pro-B cell + CL:0000106: + text: CL:0000106 + description: Neuron with one neurite that extends from the cell body. + meaning: CL:0000106 + title: unipolar neuron + CL:0000589: + text: CL:0000589 + description: A bulbous cell that is medially placed in one row in the organ + of Corti. In contrast to the outer hair cells, the inner hair cells are + fewer in number, have fewer sensory hairs, and are less differentiated. + meaning: CL:0000589 + title: cochlear inner hair cell + CL:1001593: + text: CL:1001593 + description: 'Glandular cell of parathyroid epithelium. Example: Parathyroid + chief cell and parathyroid oxyphil cells.' + meaning: CL:1001593 + title: parathyroid glandular cell + CL:1000473: + text: CL:1000473 + description: A myoepithelial cell that is part of the quarternary lactiferous + duct. + meaning: CL:1000473 + title: myoepithelial cell of quarternary lactiferous duct + CL:0002562: + text: CL:0002562 + description: An epidermal cell that is part of the germinal matrix. + meaning: CL:0002562 + title: hair germinal matrix cell + CL:2000008: + text: CL:2000008 + description: Any blood vessel endothelial cell that is part of a microvascular + endothelium. + meaning: CL:2000008 + title: microvascular endothelial cell + CL:0002210: + text: CL:0002210 + description: A slow muscle cell that contains high levels of myoglobin and + oxygen storing proteins giving the cell a red appearance. + meaning: CL:0002210 + title: red muscle cell + CL:0002509: + text: CL:0002509 + description: A langerin-positive lymph node dendritic cell that is CD103-positive + and CD11b-low. + meaning: CL:0002509 + title: CD103-positive, langerin-positive lymph node dendritic cell + CL:0002154: + text: CL:0002154 + description: A promyelocyte with a nucleus that is indented and contains more + marginated heterochromatin compared to its precursor cell (myeloblast); + cytoplasm is deeply basophilic and contains numerous mitochondria and meandering + cysternae of endoplasmic reticulum; largest of the granulocyte lineages. + meaning: CL:0002154 + title: early promyelocyte + CL:0000341: + text: CL:0000341 + meaning: CL:0000341 + title: pigment cell (sensu Nematoda and Protostomia) + CL:0000581: + text: CL:0000581 + description: A macrophage resident in the peritoneum under non-inflammatory + conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, + CD115-high, MHC-II-negative, and Dectin-1-positive. + meaning: CL:0000581 + title: peritoneal macrophage + CL:0002337: + text: CL:0002337 + description: A stem cell located in the bulge of the hair follicle that can + give rise to regenerate the new follicle with each hair cycle and to reepithelialize + the epidermis during wound repair. + meaning: CL:0002337 + title: keratinocyte stem cell + CL:4030016: + text: CL:4030016 + description: An epithelial cell located in the early distal convoluted tubule. + meaning: CL:4030016 + title: epithelial cell of early distal convoluted tubule + CL:4030019: + text: CL:4030019 + description: A renal intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030019 + title: kidney connecting tubule intercalated cell + CL:4023121: + text: CL:4023121 + description: A sst GABAergic cortical interneuron that also expresses Chodl. + These neurons are rare and correspond to the only known cortical interneurons + with long-range projection. + meaning: CL:4023121 + title: sst chodl GABAergic cortical interneuron + CL:0000824: + text: CL:0000824 + description: A natural killer cell that is developmentally mature and expresses + a variety of inhibitory and activating receptors that recognize MHC class + I and other stress related molecules. + meaning: CL:0000824 + title: mature natural killer cell + CL:2000011: + text: CL:2000011 + description: Any endothelial cell of lymphatic vessel that is part of a dermis. + meaning: CL:2000011 + title: dermis lymphatic vessel endothelial cell + CL:1001225: + text: CL:1001225 + description: A cell that is part of a collecting duct of renal tubule. + meaning: CL:1001225 + title: kidney collecting duct cell + CL:0000010: + text: CL:0000010 + description: A cell in vitro that is or has been maintained or propagated + as part of a cell culture. + meaning: CL:0000010 + title: cultured cell + CL:0009079: + text: CL:0009079 + description: A fibroblast located between thymic lobules. + meaning: CL:0009079 + title: thymic fibroblast type 2 + CL:0011015: + text: CL:0011015 + description: A motile sperm cell that contain no F-actin, and their motility + is powered by a dynamic filament system. + meaning: CL:0011015 + title: amoeboid sperm cell + CL:0002482: + text: CL:0002482 + description: A melanocyte that produces pigment in the dermis. + meaning: CL:0002482 + title: dermal melanocyte + CL:1000329: + text: CL:1000329 + description: A goblet cell that is part of the epithelium of trachea. + meaning: CL:1000329 + title: tracheal goblet cell + CL:4023004: + text: CL:4023004 + description: A type of intrafusal muscle fiber that lies in the center of + a muscle spindle. Nuclei are clustered centrally and give the equatorial + region a swollen appearance. They are associated with associated with dynamic + gamma motor neurons, and the stretching of the equatorial region of the + nuclear bag fibers results in an increase in the firing rate of type Ia + sensory fibers. + meaning: CL:4023004 + title: nuclear bag fiber + CL:1000447: + text: CL:1000447 + description: A basal cell that is part of the epithelium of esophagus. + meaning: CL:1000447 + title: epithelial cell of stratum germinativum of esophagus + CL:0001061: + text: CL:0001061 + description: A cell found in an organism or derived from an organism exhibiting + a phenotype that deviates from the expected phenotype of any native cell + type of that organism. Abnormal cells are typically found in disease states + or disease models. + meaning: CL:0001061 + title: abnormal cell + CL:0000460: + text: CL:0000460 + description: Any secretory cell that is capable of some glucocorticoid secretion. + meaning: CL:0000460 + title: glucocorticoid secreting cell + CL:1001068: + text: CL:1001068 + meaning: CL:1001068 + title: kidney venous system smooth muscle cell + CL:0000098: + text: CL:0000098 + description: A specialized epithelial cell involved in sensory perception. + Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear + receptor systems; contain sensory cells surrounded by supportive, non-receptive + cells. + meaning: CL:0000098 + title: sensory epithelial cell + CL:0000935: + text: CL:0000935 + description: A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell + that is found in the columnar epithelium of the gastrointestinal tract. + meaning: CL:0000935 + title: CD4-negative, CD8-negative, alpha-beta intraepithelial T cell + CL:0009043: + text: CL:0009043 + description: An intestinal crypt stem cell that is located in the colon. + meaning: CL:0009043 + title: intestinal crypt stem cell of colon + CL:0004244: + text: CL:0004244 + description: An amacrine cell with a wide dendritic field, dendrites in S4, + and post-synaptic terminals in S4. + meaning: CL:0004244 + title: WF4 amacrine cell + CL:1000448: + text: CL:1000448 + description: An epithelial cell that is part of the sweat gland. + meaning: CL:1000448 + title: epithelial cell of sweat gland + CL:0001059: + text: CL:0001059 + description: A progenitor cell committed to myeloid lineage, including the + megakaryocyte and erythroid lineages. These cells are CD34-positive, and + express Gata1, Gata2, C/EBPa, and Pu.1. + meaning: CL:0001059 + title: common myeloid progenitor, CD34-positive + CL:0000945: + text: CL:0000945 + description: A lymphocyte of B lineage with the commitment to express an immunoglobulin + complex. + meaning: CL:0000945 + title: lymphocyte of B lineage + CL:0001057: + text: CL:0001057 + description: A myeloid dendritic cell with the phenotype HLA-DRA-positive. + meaning: CL:0001057 + title: myeloid dendritic cell, human + CL:1001224: + text: CL:1001224 + description: Any smooth muscle cell that is part of some renal interlobular + vein. + meaning: CL:1001224 + title: interlobulary vein smooth muscle cell + CL:0005005: + text: CL:0005005 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into a cyanophore. + meaning: CL:0005005 + title: cyanoblast + CL:0000649: + text: CL:0000649 + description: A cell with delicate radiating processes known as desmosomes + that form intercellular bridges between other cells of this type. This cell + type forms the stratum spinosum (prickle cell layer). A function of this + cell is to generate keratin. + meaning: CL:0000649 + title: prickle cell + CL:2000025: + text: CL:2000025 + description: Any oligodendrocyte that is part of a spinal cord. + meaning: CL:2000025 + title: spinal cord oligodendrocyte + CL:0000996: + text: CL:0000996 + description: Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative + plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0000996 + title: mature CD11c-negative plasmacytoid dendritic cell + CL:4023169: + text: CL:4023169 + description: A neuron that is responsible for sensation in the face or motor + functions such as biting and chewing. Trigeminal neurons extend a single + axon shaft along the lateral white matter of the hindbrain and spinal cord. + The highly branched axons innervate the integument of the head. + meaning: CL:4023169 + title: trigeminal neuron + CL:0000989: + text: CL:0000989 + description: CD11c-low plasmacytoid dendritic cell is a leukocyte that is + CD11c-low, CD45R-positive, GR1-positive and CD11b-negative. + meaning: CL:0000989 + title: CD11c-low plasmacytoid dendritic cell + CL:0002373: + text: CL:0002373 + description: A peptide hormone secreting cell that secretes growth hormone + releasing hormone. + meaning: CL:0002373 + title: growth hormone releasing hormone secreting cell + CL:4030057: + text: CL:4030057 + description: A medium spiny neuron that exhibits transcriptional divergence + from direct and indirect spiny projection neurons, for example, enrichment + in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium + spiny neurons have been found to be differentially distributed across the + basal ganglia, the eccentric medium spiny neuron cell type has been found + to be more evenly distributed throughout cerebral nuclei. + meaning: CL:4030057 + title: eccentric medium spiny neuron + CL:0000597: + text: CL:0000597 + description: The smaller of two types of asexual spores formed by some fungi. + An ovoid to pear-shaped asexual spore that contains very little cytoplasm + and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. + Micronidia are extruded from the hyphal cell wall. + meaning: CL:0000597 + title: microconidium + CL:0002108: + text: CL:0002108 + description: A CD38-negative IgG memory B cell is a IgG-positive class switched + memory B cell that has class switched and expresses IgG on the cell surface + with the phenotype CD38-negative, IgD-negative, and IgG-positive. + meaning: CL:0002108 + title: CD38-negative IgG memory B cell + CL:0001049: + text: CL:0001049 + description: A recently activated CD8-positive, alpha-beta T cell with the + phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, + CD127-negative, CCR7-negative, and CD25-positive. + meaning: CL:0001049 + title: activated CD8-positive, alpha-beta T cell, human + CL:0002407: + text: CL:0002407 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, + CD8-negative and CD24-negative. + meaning: CL:0002407 + title: mature Vgamma2-positive thymocyte + CL:0000552: + text: CL:0000552 + description: The final stage of the nucleated, immature erythrocyte, before + nuclear loss. Typically the cytoplasm is described as acidophilic, but it + still shows a faint polychromatic tint. The nucleus is small and initially + may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic + erythroblast, but ultimately it becomes pyknotic, and appears as a deeply + staining, blue-black, homogeneous structureless mass. The nucleus is often + eccentric and sometimes lobulated. + meaning: CL:0000552 + title: orthochromatic erythroblast + CL:0000980: + text: CL:0000980 + description: An activated mature (naive or memory) B cell that is secreting + immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative. + meaning: CL:0000980 + title: plasmablast + CL:0002598: + text: CL:0002598 + description: Any smooth muscle cell that is part of some bronchus. + meaning: CL:0002598 + title: bronchial smooth muscle cell + CL:0001034: + text: CL:0001034 + description: A cell that is maintained or propagated in a controlled artificial + environment for use in an investigation. + meaning: CL:0001034 + title: cell in vitro + CL:1001006: + text: CL:1001006 + description: Any kidney arterial blood vessel cell that is part of some renal + afferent arteriole. + meaning: CL:1001006 + title: kidney afferent arteriole cell + CL:2000037: + text: CL:2000037 + description: Any neuromast hair cell that is part of a posterior lateral line. + meaning: CL:2000037 + title: posterior lateral line neuromast hair cell + CL:1000326: + text: CL:1000326 + description: A goblet cell that is part of the epithelium proper of ileum. + meaning: CL:1000326 + title: ileal goblet cell + CL:4033030: + text: CL:4033030 + description: An OFF calbindin-negative bipolar cell that has a large dendritic + field and stratifies narrowly close to the middle of the inner plexiform + layer. Its axon terminal is characterized by regularly branching and varicose + processes resembling beads on a string. Most of DB3b contacts with cones + are non-triad-associated. + meaning: CL:4033030 + title: diffuse bipolar 3b cell + CL:0002318: + text: CL:0002318 + description: A mesothelial cell capable of circulating in the blood by first + losing its squamous character. This cell can incorporate into the regenerating + mesothelium. + meaning: CL:0002318 + title: peripheral blood mesothelial cell + CL:0000919: + text: CL:0000919 + description: A CD8-positive alpha beta-positive T cell with the phenotype + FoxP3-positive and having suppressor function. + meaning: CL:0000919 + title: CD8-positive, CD25-positive, alpha-beta regulatory T cell + CL:0002341: + text: CL:0002341 + description: An undifferentiated cell of the prostate epithelium that lacks + secretory activity. + meaning: CL:0002341 + title: basal cell of prostate epithelium + CL:0000638: + text: CL:0000638 + description: An acidophilic chromophil cell that of the anterior pituitary + gland. + meaning: CL:0000638 + title: acidophil cell of pars distalis of adenohypophysis + CL:1000854: + text: CL:1000854 + description: A blood vessel cell that is part of a kidney. + meaning: CL:1000854 + title: kidney blood vessel cell + CL:1000123: + text: CL:1000123 + description: Any epithelial cell that is part of some metanephric nephron + tubule. + meaning: CL:1000123 + title: metanephric nephron tubule epithelial cell + CL:1001214: + text: CL:1001214 + description: Any smooth muscle cell that is part of some kidney arcuate artery. + meaning: CL:1001214 + title: arcuate artery smooth muscle cell + CL:0000031: + text: CL:0000031 + description: A cell that will develop into a neuron often after a migration + phase. + meaning: CL:0000031 + title: neuroblast (sensu Vertebrata) + CL:0000312: + text: CL:0000312 + description: An epidermal cell which synthesizes keratin and undergoes a characteristic + change as it moves upward from the basal layers of the epidermis to the + cornified (horny) layer of the skin. Successive stages of differentiation + of the keratinocytes forming the epidermal layers are basal cell, spinous + or prickle cell, and the granular cell. + meaning: CL:0000312 + title: keratinocyte + CL:4023059: + text: CL:4023059 + description: An oligodendrocyte precursor cell that is committed to differentiate. + meaning: CL:4023059 + title: differentiation-committed oligodendrocyte precursor + CL:0000432: + text: CL:0000432 + description: A fibroblast that synthesizes collagen and uses it to produce + reticular fibers, thus providing structural support. Reticular cells are + found in many organs, including the spleen, lymph nodes and kidneys. Subtypes + of reticular cells include epithelial, mesenchymal, and fibroblastic reticular + cells. Fibroblastic reticular cells are involved in directing B cells and + T cells to specific regions within a tissue, whereas epithelial and mesenchymal + reticular cells are associated with certain areas of the brain. + meaning: CL:0000432 + title: reticular cell + CL:0000129: + text: CL:0000129 + description: A central nervous system macrophage found in the parenchyma of + the central nervous system. Marker include CD11b-positive, F4/80-positive, + and CD68-positive. + meaning: CL:0000129 + title: microglial cell + CL:0002310: + text: CL:0002310 + description: An acidophil cell of the anterior pituitary gland that produces + both prolactin and growth hormone. + meaning: CL:0002310 + title: mammosomatotroph + CL:2000001: + text: CL:2000001 + description: A leukocyte with a single non-segmented nucleus in the mature + form found in the circulatory pool of blood. + meaning: CL:2000001 + title: peripheral blood mononuclear cell + CL:0008046: + text: CL:0008046 + description: A skeletal muscle fiber that is innervated by alpha motor neuron + and generates tension by contracting, thereby allowing for skeletal movement. + These fibers make up the large mass of skeletal muscle tissue and are attached + to bones by tendons. + meaning: CL:0008046 + title: extrafusal muscle fiber + CL:0000636: + text: CL:0000636 + description: Astrocyte-like radial glial cell that extends vertically throughout + the retina, with the nucleus are usually in the middle of the inner nuclear + layer. + meaning: CL:0000636 + title: Mueller cell + CL:1000695: + text: CL:1000695 + meaning: CL:1000695 + title: kidney interstitial alternatively activated macrophage + CL:0002554: + text: CL:0002554 + description: A fibroblast of the lymphatic system. + meaning: CL:0002554 + title: fibroblast of lymphatic vessel + CL:0000056: + text: CL:0000056 + description: A cell that is commited to differentiating into a muscle cell. Embryonic + myoblasts develop from the mesoderm. They undergo proliferation, migrate + to their various sites, and then differentiate into the appropriate form + of myocytes. Myoblasts also occur as transient populations of cells in + muscles undergoing repair. + meaning: CL:0000056 + title: myoblast + CL:0009004: + text: CL:0009004 + description: Any cell in the retina, the innermost layer or coating at the + back of the eyeball, which is sensitive to light and in which the optic + nerve terminates. + meaning: CL:0009004 + title: retinal cell + CL:2000014: + text: CL:2000014 + description: Any skin fibroblast that is part of a upper leg skin. + meaning: CL:2000014 + title: fibroblast of upper leg skin + CL:1000042: + text: CL:1000042 + description: Any neuroblast (sensu Vertebrata) that is part of some forebrain. + meaning: CL:1000042 + title: forebrain neuroblast + CL:0000039: + text: CL:0000039 + description: A cell that is within the developmental lineage of gametes and + is able to pass along its genetic material to offspring. + meaning: CL:0000039 + title: germ line cell + CL:4030064: + text: CL:4030064 + description: 'An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 5. The standard transcriptomic reference data + for this cell type can be found on the CellxGene census under the collection: + ''Transcriptomic cytoarchitecture reveals principles of human neocortex + organization'', dataset: ''Supercluster: IT-projecting excitatory neurons'', + Author Categories: ''CrossArea_subclass'', L5 IT.' + meaning: CL:4030064 + title: L5 intratelencephalic projecting glutamatergic neuron + CL:0002597: + text: CL:0002597 + description: A smooth muscle cell of the bladder. + meaning: CL:0002597 + title: smooth muscle cell of bladder + CL:0000365: + text: CL:0000365 + description: Diploid cell produced by the fusion of sperm cell nucleus and + egg cell. + meaning: CL:0000365 + title: animal zygote + CL:0000555: + text: CL:0000555 + meaning: CL:0000555 + title: neuronal brush cell + CL:0000621: + text: CL:0000621 + description: A myoblast that is committed to a myotube-specific program of + differentiation but not yet fused. It undergoes very limited additional + proliferation. After fusion, it will take on a muscle identity specified + by a `muscle founder cell` (CL:0008006). + meaning: CL:0000621 + title: fusion competent myoblast + CL:0008037: + text: CL:0008037 + description: A lower motor neuron that innervates only intrafusal muscle fibers. + Unlike the alpha motor neurons, gamma motor neurons do not directly adjust + the lengthening or shortening of muscles but function in adjusting the sensitivity + of muscle spindles and in keeping muscle spindles taut, thereby allowing + the continued firing of alpha neurons. + meaning: CL:0008037 + title: gamma motor neuron + CL:0003035: + text: CL:0003035 + description: A monostratified retinal ganglion cell that contains opsin. + meaning: CL:0003035 + title: M6 retinal ganglion cell + CL:0000586: + text: CL:0000586 + description: The reproductive cell in multicellular organisms. + meaning: CL:0000586 + title: germ cell + CL:0002291: + text: CL:0002291 + description: A sperm bearing an X chromosome. Chromosomal and genetic sex + is established at fertilization in mammals and depends upon whether an X-bearing + sperm or a Y-bearing sperm fertilizes the X-bearing ovum. + meaning: CL:0002291 + title: X chromosome-bearing sperm cell + CL:1001585: + text: CL:1001585 + description: 'Glandular cell of appendix epithelium. Example: Goblet cells; + enterocytes or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001585 + title: appendix glandular cell + CL:0000029: + text: CL:0000029 + description: Any neuron that develops from some migratory neural crest cell. + meaning: CL:0000029 + title: neural crest derived neuron + CL:0002574: + text: CL:0002574 + description: A stromal cell of the pancreas. + meaning: CL:0002574 + title: stromal cell of pancreas + CL:0002541: + text: CL:0002541 + description: A mesenchymal stem cell of the chorionic membrane. + meaning: CL:0002541 + title: chorionic membrane mesenchymal stem cell + CL:0000885: + text: CL:0000885 + description: A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated + lymphoid tissues of the gut. + meaning: CL:0000885 + title: gut-associated lymphoid tissue macrophage + CL:0000937: + text: CL:0000937 + description: Cell committed to natural killer cell lineage that has the phenotype + CD122-positive, CD34-positive, and CD117-positive. This cell type lacks + expression of natural killer receptor proteins. + meaning: CL:0000937 + title: pre-natural killer cell + CL:0002173: + text: CL:0002173 + description: A cell that is a specialized type of pericyte providing structural + support for the capillary loops of kidney. A flat, elongated cell with extensive + fine cytoplasmic processes found outside the kidney glomerulus near the + macula densa and bound laterally by afferent and efferent arterioles. Being + phagocytic, this cell participates in the continuous turnover of the basal + lamina by removing its outer portion containing residues of filtration, + while the lamina is renewed on its inner surface by the endothelial cells. + meaning: CL:0002173 + title: extraglomerular mesangial cell + CL:4040006: + text: CL:4040006 + description: A chromatophore that is part of the dermis. + meaning: CL:4040006 + title: dermal chromatophore + CL:2000088: + text: CL:2000088 + description: Any basket cell that is part of a Ammon's horn. + meaning: CL:2000088 + title: Ammon's horn basket cell + CL:0000811: + text: CL:0000811 + description: An immature alpha-beta T cell that is located in the thymus and + is CD8-positive and CD4-negative. + meaning: CL:0000811 + title: CD8-positive, alpha-beta thymocyte + CL:0005023: + text: CL:0005023 + description: Cranial motor neuron which innervates muscles derived from the + branchial (pharyngeal) arches. + meaning: CL:0005023 + title: branchiomotor neuron + CL:0002336: + text: CL:0002336 + description: An endothelial cell that lines the oral cavitiy including the + mucosa of the gums, the palate, the lip, and the cheek. + meaning: CL:0002336 + title: buccal mucosa cell + CL:0009097: + text: CL:0009097 + description: A skeletal muscle fiber found in an embryo. In mammalian embryos, + skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded + by the MYH3 gene), which regulates skeletal muscle development. + meaning: CL:0009097 + title: embryonic skeletal muscle fiber + CL:0000946: + text: CL:0000946 + description: A lymphocyte of B lineage that is devoted to secreting large + amounts of immunoglobulin. + meaning: CL:0000946 + title: antibody secreting cell + CL:4033038: + text: CL:4033038 + description: An alpha-beta CD4 T cell that resides in the lung. + meaning: CL:4033038 + title: lung resident memory CD4-positive, alpha-beta T cell + CL:0000120: + text: CL:0000120 + description: A neuron of the vertebrate central nervous system that is small + in size. This general class includes small neurons in the granular layer + of the cerebellar cortex, cerebral cortex neurons that are not pyramidal + cells and small neurons without axons found in the olfactory bulb. + meaning: CL:0000120 + title: granule cell + CL:4023009: + text: CL:4023009 + description: A glutamatergic neuron located in the cerebral cortex that projects + to structures not derived from telencephalon. + meaning: CL:4023009 + title: extratelencephalic-projecting glutamatergic cortical neuron + CL:0002233: + text: CL:0002233 + description: An epithelial cell of the prostatic acinus. + meaning: CL:0002233 + title: epithelial cell of prostatic acinus + CL:0000647: + text: CL:0000647 + description: A phagocytic cell formed by the fusion of macrophages, occurs + in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, + component of granulomas. Sometimes used to refer to megakaryocytes. + meaning: CL:0000647 + title: multinucleated giant cell + CL:0000977: + text: CL:0000977 + description: A short lived plasma cell that secretes IgG. + meaning: CL:0000977 + title: IgG short lived plasma cell + CL:0000078: + text: CL:0000078 + meaning: CL:0000078 + title: peridermal cell + CL:0002106: + text: CL:0002106 + description: An IgD-positive CD38-positive IgG memory B cell is a CD38-positive + IgG-positive class switched memory B cell that has class switched and expresses + IgD on the cell surface with the phenotype IgD-positive, CD38-positive, + and IgG-positive. + meaning: CL:0002106 + title: IgD-positive CD38-positive IgG memory B cell + CL:0002387: + text: CL:0002387 + description: Cylindrical spore formed by development and compartmentation + of hyphae; the hyphae are often supporting blastoconidiophores. + meaning: CL:0002387 + title: arthroconidium + CL:0002219: + text: CL:0002219 + description: A trophoblast found at the junction of the placenta. This cell + type makes a unique fibronectin-trophouteronectin junction that helps mediate + attachment of the placenta to the uterus. This cell type is also found junction + of the chorion layer of the external membranes and the decidua. + meaning: CL:0002219 + title: anchoring trophoblast + CL:4030036: + text: CL:4030036 + description: A spermatid in an early stage of maturation that has a round + morphology and is transcriptionally active. + meaning: CL:4030036 + title: early spermatid + CL:0002516: + text: CL:0002516 + description: A chromaffin cell interspersed among the interrenal epithelial + layer of the anterior kidney of teloest fish. + meaning: CL:0002516 + title: interrenal chromaffin cell + CL:0002636: + text: CL:0002636 + description: A nonkeratinized cell epithleial cell of the inferior part of + the anal canal. + meaning: CL:0002636 + title: nonkeratinized epithelial cell of inferior part of anal canal + CL:0001039: + text: CL:0001039 + description: Osteoblast that is terminally differentiated, located adjacent + to acellular or cellular bone tissue within periosteum, and is capable of + mineralizing the matrix. + meaning: CL:0001039 + title: terminally differentiated osteoblast + CL:0002588: + text: CL:0002588 + description: A smooth muscle cell of the umbilical vein. + meaning: CL:0002588 + title: smooth muscle cell of the umbilical vein + CL:1000398: + text: CL:1000398 + description: An endothelial cell that is part of the hepatic sinusoid. These + cells possess flattened areas containing perforations about 0.1 micrometers + in diameter, known as fenestrae. The fenestrae are arranged in groups known + as sieve plates. + meaning: CL:1000398 + title: endothelial cell of hepatic sinusoid + CL:4033017: + text: CL:4033017 + description: A smooth muscle cell that is part of a bronchiole. + meaning: CL:4033017 + title: bronchiolar smooth muscle cell + CL:0000861: + text: CL:0000861 + description: A macrophage which develops from an inflammatory monocyte and + is recruited into the tissues in response to injury and infection as part + of an inflammatory response. Markers include CD11b-positive, CD68-positive, + and F4/80-positive. + meaning: CL:0000861 + title: elicited macrophage + CL:0000372: + text: CL:0000372 + description: An epidermal cell that is part of a cell cluster organ of the + insect integument (such as a sensillum) and that secretes a cuticular specialization + that forms a socket around the base of a cuticular specialization produced + by a trichogen cell. + meaning: CL:0000372 + title: tormogen cell + CL:0000753: + text: CL:0000753 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The cell body of these cells is in the middle of the inner + plexiform layer. The dendritic tree is stout and the axon terminates in + sublamina 1. The axonal terminal is wide and has only a few varicosities. + meaning: CL:0000753 + title: type 1 cone bipolar cell (sensu Mus) + CL:0000066: + text: CL:0000066 + description: A cell that is usually found in a two-dimensional sheet with + a free surface. The cell has a cytoskeleton that allows for tight cell to + cell contact and for cell polarity where apical part is directed towards + the lumen and the basal part to the basal lamina. + meaning: CL:0000066 + title: epithelial cell + CL:1000681: + text: CL:1000681 + description: A cell that is part of an interstitial compartment of a renal + cortex. + meaning: CL:1000681 + title: kidney cortex interstitial cell + CL:0000819: + text: CL:0000819 + description: A B cell of distinct lineage and surface marker expression. B-1 + B cells are thought to be the primary source of natural IgM immunoglobulin, + that is, IgM produced in large quantities without prior antigenic stimulation + and generally reactive against various microorganisms, as well as the source + of T-independent IgA immunoglobulin in the mucosal areas. These cells are + CD43-positive. + meaning: CL:0000819 + title: B-1 B cell + CL:0000221: + text: CL:0000221 + description: A cell of the outer of the three germ layers of the embryo. + meaning: CL:0000221 + title: ectodermal cell + CL:0000842: + text: CL:0000842 + description: A leukocyte with a single non-segmented nucleus in the mature + form. + meaning: CL:0000842 + title: mononuclear cell + CL:0001031: + text: CL:0001031 + description: An excitatory granule cell with a soma located in the granular + layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites + with a characteristic claw-like appearance and a long axon that ascends + to the molecular layer where it bifurcates (except in non-teleost fish, + where it does not bifurcate) and extends mediolaterally to form parallel + fibers. + meaning: CL:0001031 + title: cerebellar granule cell + CL:0000097: + text: CL:0000097 + description: A cell that is found in almost all tissues containing numerous + basophilic granules and capable of releasing large amounts of histamine + and heparin upon activation. Progenitors leave bone marrow and mature in + connective and mucosal tissue. Mature mast cells are found in all tissues, + except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, + CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is + the main controlling signal of their survival and development. + meaning: CL:0000097 + title: mast cell + CL:0000408: + text: CL:0000408 + description: Any male germ cell that has characteristic some haploid and is + capable of some fertilization. + meaning: CL:0000408 + title: male gamete + CL:0002204: + text: CL:0002204 + description: A cell type found in the gastrointestinal and respiratory tracts + that is characterized by the presence of a tuft of blunt, squat microvilli + (120-140 per cell). Function of this cell type is not known. + meaning: CL:0002204 + title: brush cell + CL:0004215: + text: CL:0004215 + description: A type 5 cone bipolar cell with narrowly stratified post synaptic + terminals. + meaning: CL:0004215 + title: type 5a cone bipolar cell + CL:0000110: + text: CL:0000110 + description: A neuron that uses neuropeptides as transmitters. + meaning: CL:0000110 + title: peptidergic neuron + CL:2000040: + text: CL:2000040 + description: Any microvascular endothelial cell that is part of a urinary + bladder. + meaning: CL:2000040 + title: bladder microvascular endothelial cell + CL:1000454: + text: CL:1000454 + description: An epithelial cell that is part of the collecting duct of renal + tubule. + meaning: CL:1000454 + title: kidney collecting duct epithelial cell + CL:0000822: + text: CL:0000822 + description: A conventional B cell subject to antigenic stimulation and dependent + on T cell help and with a distinct surface marker expression pattern from + B-1 B cells. These cells are CD43-negative. + meaning: CL:0000822 + title: B-2 B cell + CL:0000925: + text: CL:0000925 + description: A type I NK T cell that has been recently activated, secretes + interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, + and downregulated NK markers. + meaning: CL:0000925 + title: activated CD4-positive type I NK T cell + CL:0002218: + text: CL:0002218 + description: A double negative thymocyte that has a T cell receptor consisting + of a gamma chain that has as part a Vgamma3 segment, and a delta chain. + This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type + is found in the fetal thymus with highest numbers occurring at E17-E18. + meaning: CL:0002218 + title: immature dendritic epithelial T cell precursor + CL:0002412: + text: CL:0002412 + description: A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains + in the T-cell receptor. + meaning: CL:0002412 + title: Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:0004124: + text: CL:0004124 + description: A retinal ganglion cell C inner that has medium dendritic diversity. + meaning: CL:0004124 + title: retinal ganglion cell C1 + CL:4023039: + text: CL:4023039 + description: Any neuron that has its soma located in some amygdala and is + capable of some glutamate secretion, neurotransmission. + meaning: CL:4023039 + title: amygdala excitatory neuron + CL:0000584: + text: CL:0000584 + description: An epithelial cell that has its apical plasma membrane folded + into microvilli to provide ample surface for the absorption of nutrients + from the intestinal lumen. + meaning: CL:0000584 + title: enterocyte + CL:2000024: + text: CL:2000024 + description: Any neuron that is part of a spinal cord medial motor column. + meaning: CL:2000024 + title: spinal cord medial motor column neuron + CL:0000023: + text: CL:0000023 + description: A female germ cell that has entered meiosis. + meaning: CL:0000023 + title: oocyte + CL:0009008: + text: CL:0009008 + description: A macrophage which is resident in the lamina propria of the large + intestine. + meaning: CL:0009008 + title: gastrointestinal tract (lamina propria) macrophage of large intestine + CL:4023163: + text: CL:4023163 + description: A bushy cell that receives only few large excitatory endbulb + synapses from auditory nerves. Spherical bush cells give excitatory input + to the lateral and medial parts of the superior olive. + meaning: CL:4023163 + title: spherical bushy cell + CL:0000893: + text: CL:0000893 + description: An immature T cell located in the thymus. + meaning: CL:0000893 + title: thymocyte + CL:0011000: + text: CL:0011000 + description: A CNS interneuron located in the dorsal horn of the spinal cord. + meaning: CL:0011000 + title: dorsal horn interneuron + CL:0000602: + text: CL:0000602 + description: A receptor in the vascular system, particularly the aorta and + carotid sinus, which is sensitive to stretch of the vessel walls. + meaning: CL:0000602 + title: pressoreceptor cell + CL:0000211: + text: CL:0000211 + description: A cell whose function is determined by the generation or the + reception of an electric signal. + meaning: CL:0000211 + title: electrically active cell + CL:0017006: + text: CL:0017006 + description: A lymphocyte of B lineage that has gotten larger after being + stimulated by an antigen. + meaning: CL:0017006 + title: B-lymphoblast + CL:1000507: + text: CL:1000507 + description: A cell that is part of a nephron tubule. + meaning: CL:1000507 + title: kidney tubule cell + CL:0000766: + text: CL:0000766 + description: A cell of the monocyte, granulocyte, or mast cell lineage. + meaning: CL:0000766 + title: myeloid leukocyte + CL:0000362: + text: CL:0000362 + description: An epithelial cell of the integument (the outer layer of an organism). + meaning: CL:0000362 + title: epidermal cell + CL:0000022: + text: CL:0000022 + description: A stem cell that is the precursor of female gametes. + meaning: CL:0000022 + title: female germ line stem cell + CL:1000891: + text: CL:1000891 + description: Any kidney blood vessel cell that is part of some kidney arterial + blood vessel. + meaning: CL:1000891 + title: kidney arterial blood vessel cell + CL:1000391: + text: CL:1000391 + description: A melanocyte that is part of the eyelid. + meaning: CL:1000391 + title: melanocyte of eyelid + CL:0002631: + text: CL:0002631 + description: Any epithelial cell that is part of some upper respiratory tract + epithelium. + meaning: CL:0002631 + title: epithelial cell of upper respiratory tract + CL:0000941: + text: CL:0000941 + description: A dendritic cell arising in thymus that has the phenotype CD11c-positive, + CD11b-negative, and CD45RA-negative. + meaning: CL:0000941 + title: thymic conventional dendritic cell + CL:0000240: + text: CL:0000240 + meaning: CL:0000240 + title: stratified squamous epithelial cell + CL:1000358: + text: CL:1000358 + description: A M cell that is part of the epithelium proper of ileum. + meaning: CL:1000358 + title: microfold cell of epithelium proper of ileum + CL:0001050: + text: CL:0001050 + description: A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, + CD45RA-positive. + meaning: CL:0001050 + title: effector CD8-positive, alpha-beta T cell + CL:0002528: + text: CL:0002528 + description: A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0002528 + title: mature CD14-positive dermal dendritic cell + CL:0002303: + text: CL:0002303 + description: A cell that is part of pigmented ciliary epithelium. This cell + type uptakes sodium and chloride ions from stromal interstitium and passes + the ions to non-pigmented ciliary epithelial cells via gap junctions. + meaning: CL:0002303 + title: pigmented ciliary epithelial cell + CL:0002445: + text: CL:0002445 + description: A NK1.1-positive T cell that is Ly49D-negative. + meaning: CL:0002445 + title: Ly49D-negative natural killer cell, mouse + CL:0000033: + text: CL:0000033 + description: An exocrine cell characterized by loss of part of the cytoplasm + during the process of secretion. The secreted substance is accumulated at + the apical end and is either budded off through the plasma membrane producing + secreted vesicles or dissolved in the cytoplasm that is lost during secretion. + meaning: CL:0000033 + title: apocrine cell + CL:1000486: + text: CL:1000486 + description: A basal cell that is part of the urothelium. Compared to other + urothelial cell types, a basal cell of the urothelium is positioned along + the basement membrane, is the most undifferentiated and serves a progenitor + role. + meaning: CL:1000486 + title: basal cell of urothelium + CL:0000839: + text: CL:0000839 + description: A progenitor cell restricted to the myeloid lineage. + meaning: CL:0000839 + title: myeloid lineage restricted progenitor cell + CL:0003016: + text: CL:0003016 + description: A G11 retinal ganglion cell that has post synaptic terminals + in sublaminar layer S2 and is depolarized by decreased illumination of their + receptive field center + meaning: CL:0003016 + title: G11-OFF retinal ganglion cell + CL:2000080: + text: CL:2000080 + description: Any mesenchymal stem cell of adipose tissue that is part of an + abdomen. + meaning: CL:2000080 + title: mesenchymal stem cell of abdominal adipose tissue + CL:0000898: + text: CL:0000898 + description: Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, + CD45RA-positive, and CD127-positive. This cell type is also described as + being CD25-negative, CD62L-high and CD44-low. + meaning: CL:0000898 + title: naive T cell + CL:0002113: + text: CL:0002113 + description: A B220-low CD38-negative unswitched memory B cell is a CD38-negative + unswitched memory B cell that has the phenotype B220-low, CD38-negative, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002113 + title: B220-low CD38-negative unswitched memory B cell + CL:0009038: + text: CL:0009038 + description: A macrophage that is located in the colon. + meaning: CL:0009038 + title: colon macrophage + CL:0000051: + text: CL:0000051 + description: A oligopotent progenitor cell committed to the lymphoid lineage. + meaning: CL:0000051 + title: common lymphoid progenitor + CL:0000060: + text: CL:0000060 + description: Skeletogenic cell that secretes dentine matrix, is derived from + the odontogenic papilla, and develops from a preodontoblast cell. + meaning: CL:0000060 + title: odontoblast + CL:0000720: + text: CL:0000720 + meaning: CL:0000720 + title: anterior cone cell (sensu Endopterygota) + CL:0000123: + text: CL:0000123 + meaning: CL:0000123 + title: neuron associated cell (sensu Vertebrata) + CL:1000347: + text: CL:1000347 + description: A columnar cell of the colon that is part of the colonic epithelium. + meaning: CL:1000347 + title: enterocyte of colon + CL:0000149: + text: CL:0000149 + meaning: CL:0000149 + title: visual pigment cell + CL:0009106: + text: CL:0009106 + description: A specialized fibroblast found in the medulla of lymph node. + meaning: CL:0009106 + title: medullary reticular cell + CL:1000360: + text: CL:1000360 + description: A M cell that is part of the epithelium proper of large intestine. + meaning: CL:1000360 + title: microfold cell of epithelium proper of large intestine + CL:0000613: + text: CL:0000613 + description: A progenitor cell committed to the basophil lineage. This cell + lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, + T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, + Gata-2 and C/EBPa. + meaning: CL:0000613 + title: basophil progenitor cell + CL:4033055: + text: CL:4033055 + description: A ciliated cell that is part of a ciliated duct of an airway + submucosal gland. + meaning: CL:4033055 + title: airway submucosal gland duct ciliated cell + CL:0009074: + text: CL:0009074 + description: A thymic medullary epithelial cell that expresses typical tuft + cell markers instead of classical mTEC or cTEC markers. This population + has a bulbous-like structure. + meaning: CL:0009074 + title: medullary thymic epithelial cell type 4 + CL:0000688: + text: CL:0000688 + description: A fibroblast-like cell that provides support at neuromuscular + junctions in vertebrates and are localized outside the synaptic basal lamina. + meaning: CL:0000688 + title: perijunctional fibroblast + CL:0000991: + text: CL:0000991 + description: CD11c-negative plasmacytoid dendritic cell is a leukocyte is + CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive. + meaning: CL:0000991 + title: CD11c-negative plasmacytoid dendritic cell + CL:0000790: + text: CL:0000790 + description: An alpha-beta T cell that has an immature phenotype and has not + completed T cell selection. + meaning: CL:0000790 + title: immature alpha-beta T cell + CL:1000191: + text: CL:1000191 + description: A rod-like cell in the inner ear, having their heads joined and + their bases on the basilar membrane widely separated so as to form a spiral + tunnel known as the tunnel of Corti. + meaning: CL:1000191 + title: pillar cell + CL:0000710: + text: CL:0000710 + description: Epithelial cells derived from neural plate and neural crest. + meaning: CL:0000710 + title: neurecto-epithelial cell + CL:0002153: + text: CL:0002153 + description: The dead keratin-filled squamous cell of the stratum corneum. + This cell type lacks a nucleus. + meaning: CL:0002153 + title: corneocyte + CL:0005002: + text: CL:0005002 + description: A non-terminally differentiated cell that differentiates into + a xanthophore. + meaning: CL:0005002 + title: xanthoblast + CL:0001013: + text: CL:0001013 + description: Mature interstitial dendritic cell is a interstitial dendritic + cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001013 + title: mature interstitial dendritic cell + CL:0009017: + text: CL:0009017 + description: An intestinal stem cell that is located in the small intestine + crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the + small intestine and are highly proliferative. They either differentiate + into transit amplifying cells or self-renew to form new stem cells. + meaning: CL:0009017 + title: intestinal crypt stem cell of small intestine + CL:0008040: + text: CL:0008040 + description: An endothelial cell of the venule that is squamous shaped. This + is in contrast to the cubodial shape of high endothelial venule cells. + meaning: CL:0008040 + title: squamous endothelial cell of venule + CL:0002110: + text: CL:0002110 + description: A B220-low CD38-positive naive B cell is a CD38-positive naive + B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, + surface IgM-positive, and CD27-negative, that has not yet been activated + by antigen in the periphery. + meaning: CL:0002110 + title: B220-low CD38-positive naive B cell + CL:0000255: + text: CL:0000255 + description: Any cell that only exists in Eukaryota. + meaning: CL:0000255 + title: eukaryotic cell + CL:1000612: + text: CL:1000612 + description: Any renal cortical epithelial cell that is part of some renal + corpuscle. + meaning: CL:1000612 + title: kidney corpuscule cell + CL:3000001: + text: CL:3000001 + description: A tissue-resident macrophage that is part of the placenta. A + Hofbauer cell expresses high levels of growth factors and metalloproteinases + that support vasculogenesis, angiogenesis, branching morphogenesis and tissue + remodeling. A Hofbauer cell has a fetal origin and is present throughout + pregnancy. + meaning: CL:3000001 + title: Hofbauer cell + CL:0002274: + text: CL:0002274 + description: A cell type that secretes histamine. + meaning: CL:0002274 + title: histamine secreting cell + CL:0002048: + text: CL:0002048 + description: A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, + CD38-positive. + meaning: CL:0002048 + title: late pro-B cell + CL:0000761: + text: CL:0000761 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The dendritic tree is wide and the dendritic convergence + indicates cone selectivity. The axon terminal is sparsely branched and terminates + in sublamina 5 of the inner plexiform layer. + meaning: CL:0000761 + title: type 9 cone bipolar cell (sensu Mus) + CL:0001019: + text: CL:0001019 + meaning: CL:0001019 + title: CD115-positive monocyte OR common dendritic progenitor + CL:0002269: + text: CL:0002269 + description: An endocrine cell that secretes vasoactive intestinal peptide. + meaning: CL:0002269 + title: vasoactive intestinal peptide secreting cell + CL:0009009: + text: CL:0009009 + description: A paneth cell that is located in the epithelium of the colon. + meaning: CL:0009009 + title: paneth cell of colon + CL:0010016: + text: CL:0010016 + description: A cell with a flagellum surrounded by a collar of microvilli. + The motion of the flagellum draws water past the microvilli, serving either + a feeding or sensory function. Collar cells are found in multiple animals, + including sponges, echinoderms, and cnidarians. They are also found outside + animals in the choanoflagellates. Although collar cells are superficially + similar, their cytoskeletal structure and functional biology are different + in different groups of organisms. + meaning: CL:0010016 + title: collar cell + CL:1001603: + text: CL:1001603 + description: Circulating macrophages and tissue macrophages (alveolar macrophages) + of lung. + meaning: CL:1001603 + title: lung macrophage + CL:0004217: + text: CL:0004217 + description: A horizontal cell with a large cell body, thick dendrites, and + a large dendritic arbor. + meaning: CL:0004217 + title: H1 horizontal cell + CL:0001040: + text: CL:0001040 + description: Osteoblast that is non-terminally differentiated and located + in cellular bone tissue or under the periosteum in acellular bone. + meaning: CL:0001040 + title: non-terminally differentiated osteoblast + CL:0002669: + text: CL:0002669 + description: An otic fibrocyte that lines the otic capsule. + meaning: CL:0002669 + title: type 3 otic fibrocyte + CL:0000205: + text: CL:0000205 + description: A cellular receptor which mediates the sense of temperature. + Thermoreceptor cells in vertebrates are mostly located under the skin. In + mammals there are separate types of thermoreceptors for cold and for warmth + and pain receptor cells which detect cold or heat extreme enough to cause + pain. + meaning: CL:0000205 + title: thermoreceptor cell + CL:0002294: + text: CL:0002294 + description: An epithelial cell with a well defined Golgi apparatus that makes + up the continuous layer of cells bordering the thymic tissue beneath the + capsule. + meaning: CL:0002294 + title: type-1 epithelial cell of thymus + CL:1000345: + text: CL:1000345 + description: A paneth cell that is part of the epithelium of crypt of Lieberkuhn + of small intestine. + meaning: CL:1000345 + title: paneth cell of epithelium of crypt of Lieberkuhn of small intestine + CL:0009077: + text: CL:0009077 + description: A thymic epithelial cell located within the subcapsular region + of the thymus. + meaning: CL:0009077 + title: subcapsular thymic epithelial cell + CL:0001201: + text: CL:0001201 + description: A B cell that is CD19-positive. + meaning: CL:0001201 + title: B cell, CD19-positive + CL:0002600: + text: CL:0002600 + description: A smooth muscle cell of the trachea. + meaning: CL:0002600 + title: smooth muscle cell of trachea + CL:4023030: + text: CL:4023030 + description: A sst GABAergic cortical interneuron that has "fanning-out' Martinotti + morphology that is found in layer 2/3/5 of the cerebral cortex. They have + local axon arbor and long ascending axons that spreads horizontally and + arborizes significantly in L1. + meaning: CL:4023030 + title: L2/3/5 fan Martinotti sst GABAergic interneuron (Mmus) + CL:0000361: + text: CL:0000361 + description: A cell of the embryo in the early stage following the blastula, + characterized by morphogenetic cell movements, cell differentiation, and + the formation of the three germ layers. + meaning: CL:0000361 + title: gastrula cell + CL:0019022: + text: CL:0019022 + description: An endothelial cell found in the centrilobular region hepatic + sinusoid, near the central vein. The fenestrae of these cells are smaller + but more numerous compared with those of endothelial cells near the periportal + region of the hepatic sinusoid. + meaning: CL:0019022 + title: endothelial cell of pericentral hepatic sinusoid + CL:4023170: + text: CL:4023170 + description: A trigeminal neuron that is responsible for sensation in the + face. + meaning: CL:4023170 + title: trigeminal sensory neuron + CL:0002475: + text: CL:0002475 + description: A MHC-II-negative classical monocyte located in lymphoid tissue + that is F4/80-positive, CD11c-intermediate, and CD11b-high. + meaning: CL:0002475 + title: lymphoid MHC-II-negative non-classical monocyte + CL:0000677: + text: CL:0000677 + description: Cell of the intestinal epithelium with a brush border made up + of many parallel packed microvilli; associated with absorption, particularly + of macromolecules. + meaning: CL:0000677 + title: gut absorptive cell + CL:0002017: + text: CL:0002017 + description: An orthochromatophilic erythroblast that is ter119-high, CD71-low, + and Kit-negative. + meaning: CL:0002017 + title: Kit-negative, Ly-76 high orthochromatophilic erythroblasts + CL:0000680: + text: CL:0000680 + description: A non-terminally differentiated cell that is capable of developing + into a muscle cell. + meaning: CL:0000680 + title: muscle precursor cell + CL:0003011: + text: CL:0003011 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field and a sparse dendritic arbor with post synaptic terminals in sublaminar + layer S4. + meaning: CL:0003011 + title: G8 retinal ganglion cell + CL:1000363: + text: CL:1000363 + description: A transitional myocyte that is part of the atrial branch of anterior + internodal tract. + meaning: CL:1000363 + title: transitional myocyte of atrial branch of anterior internodal tract + CL:0002220: + text: CL:0002220 + description: A cell located between the pinealocytes. + meaning: CL:0002220 + title: interstitial cell of pineal gland + CL:4023108: + text: CL:4023108 + description: A magnocellular neurosecretory cell that is capable of producing + and secreting oxytocin. + meaning: CL:4023108 + title: oxytocin-secreting magnocellular cell + CL:0010014: + text: CL:0010014 + meaning: CL:0010014 + title: type II pinealocyte + CL:0000315: + text: CL:0000315 + description: A cell secreting tears, the fluid secreted by the lacrimal glands. + This fluid moistens the conjunctiva and cornea. + meaning: CL:0000315 + title: tear secreting cell + CL:0000155: + text: CL:0000155 + description: A cell that is usually basal in position, cuboidal with round + nucleus, short microvilli, secretes pepsinogen. + meaning: CL:0000155 + title: peptic cell + CL:0009022: + text: CL:0009022 + description: A stromal cell found in the lamina propria of the small intestine. + meaning: CL:0009022 + title: stromal cell of lamina propria of small intestine + CL:0001022: + text: CL:0001022 + description: CD115-positive monocyte is a monocyte that is CD115-positive + and CD11b-positive. + meaning: CL:0001022 + title: CD115-positive monocyte + CL:1000289: + text: CL:1000289 + description: A muscle cell that is part of the atrial septal branch of anterior + internodal tract. + meaning: CL:1000289 + title: myocyte of atrial septal branch of anterior internodal tract + CL:0002076: + text: CL:0002076 + description: An epithelial cell derived from endoderm. + meaning: CL:0002076 + title: endo-epithelial cell + CL:0001005: + text: CL:0001005 + description: Mature CD8_alpha-positive CD11b-negative dendritic cell is a + CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001005 + title: mature CD8_alpha-positive CD11b-negative dendritic cell + CL:0001080: + text: CL:0001080 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive, and NKp44-negative. + meaning: CL:0001080 + title: NKp44-negative group 3 innate lymphoid cell, human + CL:0003024: + text: CL:0003024 + description: A retinal ganglion cell C with medium cell bodies and large dendritic + field. + meaning: CL:0003024 + title: retinal ganglion cell C inner + CL:0002448: + text: CL:0002448 + description: A NK1.1-positive T cell that is Ly49H-negative. + meaning: CL:0002448 + title: Ly49H-negative natural killer cell, mouse + CL:0009061: + text: CL:0009061 + description: An intestinal crypt stem cell that is located in the anorectum. + meaning: CL:0009061 + title: intestinal crypt stem cell of anorectum + CL:0000486: + text: CL:0000486 + description: A large binucleate cell that forms a 'garland' around the anterior + end of the proventriculus (cardia) at its junction with the esophagus in + both adults and larvae flies. Each cell is surrounded by a basement membrane + and there are numerous micro-invaginations (lacunae) extending from the + surface into the cytoplasm. At the mouth of each lacuna is a doubled filament + forming a specialised filtration system (diaphragm). The filtrate is endocytosed + from the lacunae. + meaning: CL:0000486 + title: garland cell + CL:1000372: + text: CL:1000372 + description: A transitional myocyte that is part of the atrial part of atrioventricular + bundle. + meaning: CL:1000372 + title: transitional myocyte of atrial part of atrioventricular bundle + CL:0002352: + text: CL:0002352 + description: A hematopoietic stem cell that exists during embryogenesis. + meaning: CL:0002352 + title: gestational hematopoietic stem cell + CL:1000698: + text: CL:1000698 + description: A tissue-resident macrophage that is part of some kidney. + meaning: CL:1000698 + title: kidney resident macrophage + CL:1001436: + text: CL:1001436 + description: The subcutaneous mechanoreceptors that innervate tylotrich hair + follicles. + meaning: CL:1001436 + title: hair-tylotrich neuron + CL:0002347: + text: CL:0002347 + description: A mature natural killer cell that is CD27-high and CD11b-high. + This cell type is capable of interferon-gamma secretion. + meaning: CL:0002347 + title: CD27-high, CD11b-high natural killer cell, mouse + CL:2000035: + text: CL:2000035 + description: Any neuromast mantle cell that is part of an anterior lateral + line. + meaning: CL:2000035 + title: anterior lateral line neuromast mantle cell + CL:0009069: + text: CL:0009069 + description: An unconventional T lymphocyte population within the thymic medulla + that expresses both alpha/beta and gamma/delta T cell signatures. + meaning: CL:0009069 + title: CD8aa(II) thymocyte + CL:0002281: + text: CL:0002281 + description: Scattered in duodenojejunal mucosa, this enteroendocrine cell + secretes secretin and serotonin. + meaning: CL:0002281 + title: type S enteroendocrine cell + CL:0009115: + text: CL:0009115 + description: An endothelial cell located in a lymph node lymphatic vessel. + meaning: CL:0009115 + title: lymph node lymphatic vessel endothelial cell + CL:0002604: + text: CL:0002604 + description: An astrocyte that is part of the hippocampus. + meaning: CL:0002604 + title: hippocampal astrocyte + CL:0000534: + text: CL:0000534 + description: A primary neuron (sensu Teleostei) that is neither a sensory + neuron or a motor neuron. + meaning: CL:0000534 + title: primary interneuron (sensu Teleostei) + CL:0002256: + text: CL:0002256 + description: A supportive cell that has characteristics of glial cell. Processes + of this cell envelope the junctions between glomus cells and nerve endings. + meaning: CL:0002256 + title: supporting cell of carotid body + CL:0002599: + text: CL:0002599 + description: A smooth muscle cell of the esophagus. + meaning: CL:0002599 + title: smooth muscle cell of the esophagus + CL:0002620: + text: CL:0002620 + description: A fibroblast of skin. + meaning: CL:0002620 + title: skin fibroblast + CL:0000082: + text: CL:0000082 + description: An epithelial cell of the lung. + meaning: CL:0000082 + title: epithelial cell of lung + CL:0002321: + text: CL:0002321 + description: A cell of the embryo. + meaning: CL:0002321 + title: embryonic cell (metazoa) + CL:0009033: + text: CL:0009033 + description: A plasma cell that is located in a vermiform appendix. + meaning: CL:0009033 + title: plasma cell of appendix + CL:0002289: + text: CL:0002289 + description: A densely staining taste receptor cell that contains many dense + vacuoles in their apical regions which project into the apical space and + bear microvilli. This cell type serves as a supporting cell by surrounding + and isolating the other cell types from each other; secrete a dense amorphous + material that surrounds the microvilli in the taste pore. This cell type + expresses a glial glutumate transporter, GLAST. + meaning: CL:0002289 + title: type I taste bud cell + CL:0009058: + text: CL:0009058 + description: An enterocyte that is located in the anorectum. + meaning: CL:0009058 + title: enterocyte of anorectum + CL:0000336: + text: CL:0000336 + description: A cell found within the adrenal medulla that secrete biogenic + amine hormones upon stimulation. + meaning: CL:0000336 + title: adrenal medulla chromaffin cell + CL:4040003: + text: CL:4040003 + description: Precursor of type II pneumocyte. These cells do not have lamellar + bodies, which are a marker of type II pneumocyte maturity. + meaning: CL:4040003 + title: fetal pre-type II pulmonary alveolar epithelial cell + CL:4030006: + text: CL:4030006 + description: An epithelial cell that is part of the fallopian tube epithelium + that secretes mucous fluid and oviduct-specific products through the stimulation + of estrogen and luteinizing hormone. The fallopian tube secretory cell has + approximately the same height as the ciliated cell and is usually a more + narrow columnar cell. The nucleus is ovoid and perpendicular to the long + axis of the cell. The chromatin is more dense and the nucleolus smaller + than that seen in the ciliated cell. + meaning: CL:4030006 + title: fallopian tube secretory epithelial cell + CL:0000653: + text: CL:0000653 + description: A specialized kidney epithelial cell, contained within a glomerulus, + that contains "feet" that interdigitate with the "feet" of other podocytes. + meaning: CL:0000653 + title: podocyte + CL:0009066: + text: CL:0009066 + description: A stratified squamous epithelial cell that is part of the anal + canal. + meaning: CL:0009066 + title: stratified squamous epithelial cell of anal canal + CL:4023081: + text: CL:4023081 + description: a L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex that has inverted pyramidal morphology. + meaning: CL:4023081 + title: inverted L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex (Mmus) + CL:1000280: + text: CL:1000280 + description: A smooth muscle cell that is part of the colon. + meaning: CL:1000280 + title: smooth muscle cell of colon + CL:2000019: + text: CL:2000019 + description: Any photoreceptor cell that is part of a compound eye. + meaning: CL:2000019 + title: compound eye photoreceptor cell + CL:0002064: + text: CL:0002064 + description: A secretory cell found in pancreatic acini that secretes digestive + enzymes and mucins. This cell is a typical zymogenic cell, have a basal + nucleus and basophilic cytoplasm consisting of regular arrays of granular + endoplasmic reticulum with mitochondria and dense secretory granules. + meaning: CL:0002064 + title: pancreatic acinar cell + CL:0000703: + text: CL:0000703 + description: Cell that provides some or all mechanical, nutritional and phagocytic + support to their neighbors. + meaning: CL:0000703 + title: sustentacular cell + CL:1000456: + text: CL:1000456 + description: A mesothelial cell that is part of the parietal peritoneum. + meaning: CL:1000456 + title: mesothelial cell of parietal peritoneum + CL:0000293: + text: CL:0000293 + description: A cell whose primary function is to provide structural support, + to provide strength and physical integrity to the organism. + meaning: CL:0000293 + title: structural cell + CL:4029003: + text: CL:4029003 + description: A gamete-nursing cell that derives from the somatic tissues of + the gonad (del Pino, 2021). + meaning: CL:4029003 + title: somatic nurse-like cell + CL:0002207: + text: CL:0002207 + description: Brush cell of the epithelium in the trachea. + meaning: CL:0002207 + title: brush cell of trachea + CL:0000173: + text: CL:0000173 + description: A D cell located in the pancreas. Peripherally placed within + the islets like type A cells; contains somatostatin. + meaning: CL:0000173 + title: pancreatic D cell + CL:0004116: + text: CL:0004116 + description: A retinal ganglion with cell medium cell bodies and medium to + large dendritic fields. + meaning: CL:0004116 + title: retinal ganglion cell C + CL:0002518: + text: CL:0002518 + description: An epithelial cell of the kidney. + meaning: CL:0002518 + title: kidney epithelial cell + CL:0002147: + text: CL:0002147 + description: A chief cell of parathyroid glands that does not stain with hematoxylin + or eosin. This cell is larger, has a larger nucleus and fewer secretory + granules than dark chief cells. + meaning: CL:0002147 + title: clear chief cell of parathyroid gland + CL:0009025: + text: CL:0009025 + description: A mesothelial cell that is part of the colon. + meaning: CL:0009025 + title: mesothelial cell of colon + CL:0000745: + text: CL:0000745 + description: A neuron that laterally connects other neurons in the inner nuclear + layer of the retina. + meaning: CL:0000745 + title: retina horizontal cell + CL:4023181: + text: CL:4023181 + description: A neurecto-epithelial cell that is part of the basal layer of + the subcommissural organ and specializes in the secretion of proteins into + the subarachnoid space. Hypendymal cells have similar characteristics to + ependymal cells and express SCO-spondin. + meaning: CL:4023181 + title: hypendymal cell + CL:0002123: + text: CL:0002123 + description: A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive + IgG-negative class switched memory B cell that lacks IgG on the cell surface + with the phenotype B220-low, CD38-positive, and IgG-positive. + meaning: CL:0002123 + title: B220-low CD38-positive IgG-negative class switched memory B cell + CL:0002450: + text: CL:0002450 + description: A specialized hair cell that has an elongated kinocilium upon + which an otolith accretes. The tether cell then anchors the otolith in place. + meaning: CL:0002450 + title: tether cell + CL:0002093: + text: CL:0002093 + description: A small cell formed by the second meiotic division of oocytes. + In mammals, the second polar body may fail to form unless the ovum has been + penetrated by a sperm cell. + meaning: CL:0002093 + title: secondary polar body + CL:0002060: + text: CL:0002060 + description: A melanin-containing macrophage that obtains the pigment by phagocytosis + of melanosomes. + meaning: CL:0002060 + title: melanophage + CL:0002142: + text: CL:0002142 + description: A cell pyramidal in shape, with their broad ends facing and forming + the greater extent of the lining of the main lumen. Secretes glycoproteins + associated with mucus. + meaning: CL:0002142 + title: dark cell of eccrine sweat gland + CL:4023114: + text: CL:4023114 + description: A vestibular afferent neuron which posseses a unique postsynaptic + terminal, the calyx, which completely covers the basolateral walls of type + I hair cells and receives input from multiple ribbon synapses. + meaning: CL:4023114 + title: calyx vestibular afferent neuron + CL:0002287: + text: CL:0002287 + description: A rounded, mitotically active stem cell which is the source of + new cells of the taste bud; located basally. + meaning: CL:0002287 + title: type IV taste receptor cell + CL:0000502: + text: CL:0000502 + description: A cell found throughout the gastrointestinal tract and in the + pancreas. They secrete somatostatin in both an endocrine and paracrine manner. + Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic + enzymes, and gastric hydrochloric acid. A variety of substances which inhibit + gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related + peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory + peptide) are thought to act by releasing somatostatin. + meaning: CL:0000502 + title: type D enteroendocrine cell + CL:0011007: + text: CL:0011007 + description: A cell in the area of mesoderm in the neurulating embryo that + flanks and forms simultaneously with the neural tube. The cells of this + region give rise to somites. + meaning: CL:0011007 + title: paraxial cell + CL:0009054: + text: CL:0009054 + description: A microfold cell (M cell) that is part of the anorectum. + meaning: CL:0009054 + title: microfold cell of epithelium proper of anorectum + CL:0000026: + text: CL:0000026 + description: A germline cell that contributes to the development of the oocyte + by transferring cytoplasm directly to oocyte. + meaning: CL:0000026 + title: invertebrate nurse cell + CL:0009092: + text: CL:0009092 + description: An endothelial cell that is part of a placenta. + meaning: CL:0009092 + title: endothelial cell of placenta + CL:0002348: + text: CL:0002348 + description: A CD27-low, CD11b-high natural killer cell that has a higher + threshold of activation due to higher expression of inhibitory receptors. + meaning: CL:0002348 + title: CD27-low, CD11b-high natural killer cell, mouse + CL:0001028: + text: CL:0001028 + description: CD7-positive lymphoid progenitor cell is a lymphoid progenitor + cell that is CD34-positive, CD7-positive and is CD45RA-negative. + meaning: CL:0001028 + title: CD7-positive lymphoid progenitor cell + CL:4033012: + text: CL:4033012 + description: A(n) smooth muscle cell that is part of a(n) large intestine + smooth muscle longitudinal layer. + meaning: CL:4033012 + title: smooth muscle cell of large intestine smooth muscle longitudinal layer + CL:1000245: + text: CL:1000245 + description: Any neuron that has its soma located in some posterior lateral + line ganglion. + meaning: CL:1000245 + title: posterior lateral line ganglion neuron + CL:0002458: + text: CL:0002458 + description: A dermal dendritic cell that is langerin-positive and CD103-positive. + meaning: CL:0002458 + title: langerin-positive dermal dendritic cell + CL:0000780: + text: CL:0000780 + description: A specialized multinuclear osteoclast associated with the absorption + and removal of cementum. + meaning: CL:0000780 + title: multinuclear odontoclast + CL:1001217: + text: CL:1001217 + description: Any smooth muscle cell that is part of some interlobular artery. + meaning: CL:1001217 + title: interlobulary artery smooth muscle cell + CL:1000309: + text: CL:1000309 + description: An adipocyte that is part of the epicardial fat. + meaning: CL:1000309 + title: epicardial adipocyte + CL:4033025: + text: CL:4033025 + description: A fibroblast that is part of the fibrous layer of the perichondrium. + This cell is responsible for collagen fiber production. + meaning: CL:4033025 + title: perichondrial fibroblast + CL:0000309: + text: CL:0000309 + meaning: CL:0000309 + title: copper accumulating cell + CL:0002659: + text: CL:0002659 + description: A glandular epithelial cell that is part of the stomach. + meaning: CL:0002659 + title: glandular cell of stomach + CL:0000982: + text: CL:0000982 + description: A plasmablast that secretes IgG. + meaning: CL:0000982 + title: IgG plasmablast + CL:4023160: + text: CL:4023160 + description: A neuron of the dorsal cochlear nucleus with spiny dendrites + that receive input from the axons of granule cells and with axons that release + GABA and glycine onto cartwheel, pyramidal and giant cell targets. + meaning: CL:4023160 + title: cartwheel cell + CL:0000969: + text: CL:0000969 + description: A mature B cell that has the phenotype CD1d-positive and expresses + interleukin-10. This cell type has been associated with suppression of chronic + inflammatory responses and T cell responses. + meaning: CL:0000969 + title: regulatory B cell + CL:0001020: + text: CL:0001020 + description: Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans + cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001020 + title: mature CD8_alpha-low Langerhans cell + CL:2000055: + text: CL:2000055 + description: Any dendritic cell that is part of a liver. + meaning: CL:2000055 + title: liver dendritic cell + CL:0002267: + text: CL:0002267 + description: A type D cell found in the stomach. + meaning: CL:0002267 + title: type D cell of stomach + CL:0000553: + text: CL:0000553 + description: The earliest cytologically identifiable precursor in the thrombocytic + series. This cell is capable of endomitosis and lacks expression of hematopoieitic + lineage markers (lin-negative). + meaning: CL:0000553 + title: megakaryocyte progenitor cell + CL:0000651: + text: CL:0000651 + description: A mucus-secreting cell, with numerous apical secretory vesicles + containing mucins; nucleus are basally displaced; numerous at the neck of + mucus secreting glands + meaning: CL:0000651 + title: mucous neck cell + CL:4023013: + text: CL:4023013 + description: A glutamatergic neuron located in the cerebral cortex that projects + to the thalamus. + meaning: CL:4023013 + title: corticothalamic-projecting glutamatergic cortical neuron + CL:2000027: + text: CL:2000027 + description: Any basket cell that is part of a cerebellum. + meaning: CL:2000027 + title: cerebellum basket cell + CL:0002401: + text: CL:0002401 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain that has as part a Vgamma3 segment, and a delta chain. This cell type + is CD4-negative, CD8-negative and CD24-negative. This cell-type is found + in the fetal thymus with highest numbers occurring at E17-E18. + meaning: CL:0002401 + title: mature dendritic epithelial T cell precursor + CL:0002094: + text: CL:0002094 + description: A cell that makes up the loose connective tissue of the ovary. + meaning: CL:0002094 + title: interstitial cell of ovary + CL:0007001: + text: CL:0007001 + description: Cell that has the potential to form a skeletal cell type (e.g. + cells in periosteum, cells in marrow) and produce extracellular matrix (often + mineralized) and skeletal tissue (often mineralized). + meaning: CL:0007001 + title: skeletogenic cell + CL:0002279: + text: CL:0002279 + description: A enteroendocrine cell type that is numerous in ileum, present + in jejunum and large intestine, few in duodenum. This cell type produces + glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 + and -2) and PYY. + meaning: CL:0002279 + title: type L enteroendocrine cell + CL:0000858: + text: CL:0000858 + description: A skeletal muscle myoblast that differentiates into fast muscle + fibers. + meaning: CL:0000858 + title: fast muscle myoblast + CL:2000044: + text: CL:2000044 + description: Any microvascular endothelial cell that is part of a brain. + meaning: CL:2000044 + title: brain microvascular endothelial cell + CL:0002531: + text: CL:0002531 + description: A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, + CD86-high, and MHCII-high. + meaning: CL:0002531 + title: mature CD1a-positive dermal dendritic cell + CL:0002358: + text: CL:0002358 + description: Derived from the Greek word pyren (the pit of a stone fruit), + this is a transient nucleated cell type that results from exclusion of the + nucleus from the primitive erythrocyte. + meaning: CL:0002358 + title: pyrenocyte + CL:0002430: + text: CL:0002430 + description: A double-positive thymocyte that is undergoing positive selection, + has high expression of the alpha-beta T cell receptor, is CD69-positive, + and is in the process of down regulating the CD4 co-receptor. + meaning: CL:0002430 + title: CD4-intermediate, CD8-positive double-positive thymocyte + CL:4030067: + text: CL:4030067 + description: A near-projecting glutamatergic neuron with a soma found in cortical + layer 5/6. + meaning: CL:4030067 + title: L5/6 near-projecting glutamatergic neuron + CL:0002411: + text: CL:0002411 + description: A gamma-delta receptor that expresses Vgamma1.1 but does not + express Vdelta6.3 chains in the T-cell receptor. + meaning: CL:0002411 + title: Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:0008028: + text: CL:0008028 + description: Any neuron that is capable of part of some visual perception. + meaning: CL:0008028 + title: visual system neuron + CL:0000894: + text: CL:0000894 + description: A pro-T cell that has the phenotype CD4-negative, CD8-negative, + CD44-positive, and CD25-negative. + meaning: CL:0000894 + title: DN1 thymic pro-T cell + CL:4023047: + text: CL:4023047 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 2/3 of the primary motor cortex. + meaning: CL:4023047 + title: L2/3 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0000985: + text: CL:0000985 + description: A fully differentiated plasma cell that secretes IgG. + meaning: CL:0000985 + title: IgG plasma cell + CL:0002538: + text: CL:0002538 + description: An epithelial cell of the intrahepatic portion of the bile duct. + These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic + ratio relative to large/extrahepatic cholangiocytes. + meaning: CL:0002538 + title: intrahepatic cholangiocyte + CL:0002557: + text: CL:0002557 + description: A fibroblast of pulmonary artery. + meaning: CL:0002557 + title: fibroblast of pulmonary artery + CL:0009112: + text: CL:0009112 + description: A germinal center B cell found in a lymph node germinal center + dark zone. + meaning: CL:0009112 + title: centroblast + CL:0000921: + text: CL:0000921 + description: An alpha-beta T cell expressing NK cell markers that is CD1d + restricted and expresses specific V-alpha chains. NK T cells of this type + recognize the glycolipid alpha-galactosylceramide in the context of CD1d. + meaning: CL:0000921 + title: type I NK T cell + CL:0002160: + text: CL:0002160 + description: A cell type found in the basal epithelial layer on the external + side of the tympanic membrane. Cell type is flattened with intracellular + spaces of variable dimensions. + meaning: CL:0002160 + title: basal external epithelial cell of tympanic membrane + CL:0002300: + text: CL:0002300 + description: A small medullary thymic epithelial cell with a spindle shape, + often arranged in groups and connected to each other by large desmosomes + and interdigitations. The cytoplasm is sparse, with scanty organelles and + thick bundles of cytokeratin. + meaning: CL:0002300 + title: type-7 epithelial cell of thymus + CL:0009007: + text: CL:0009007 + description: A macrophage which is resident in the lamina propria of the small + intestine. + meaning: CL:0009007 + title: gastrointestinal tract (lamina propria) macrophage of small intestine + CL:0000768: + text: CL:0000768 + description: Any of the immature forms of a basophil, in which basophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000768 + title: immature basophil + CL:0000036: + text: CL:0000036 + meaning: CL:0000036 + title: epithelial fate stem cell + CL:0000693: + text: CL:0000693 + description: An interneuron that has spider-like appearance with a small round + soma, a large number (7-10) of short, smooth, or slightly beaded primary + dendrites that give rise to only a few secondary branches, and a branched + axon that establishes a dense axonal mesh with thin shafts. + meaning: CL:0000693 + title: neurogliaform cell + CL:0002295: + text: CL:0002295 + description: A thymic epithelial cell that has an eccentric, round, or irregularly + shaped hetero or euchromatic nucleus. The hallmark of this cell type is + the presence of vacuoles, which are clustered in one area of the cytoplasm + in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like + form, occasionally showing delicate internal microvillous projections. + meaning: CL:0002295 + title: type-6 epithelial cell of thymus + CL:0002388: + text: CL:0002388 + description: An arthroconidium that has more than one nucleus. + meaning: CL:0002388 + title: multinucleate arthroconidium + CL:0000909: + text: CL:0000909 + description: A CD8-positive, alpha-beta T cell that has differentiated into + a memory T cell. + meaning: CL:0000909 + title: CD8-positive, alpha-beta memory T cell + CL:0019020: + text: CL:0019020 + description: An epithelial cell of the extrahepatic bile ducts, including + the left and right hepatic duct, common hepatic duct, and common bile duct. + They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio + relative to small/intrahepatic cholangiocytes. + meaning: CL:0019020 + title: extrahepatic cholangiocyte + CL:4023074: + text: CL:4023074 + description: A neuron that has its soma located in the mammillary body. + meaning: CL:4023074 + title: mammillary body neuron + CL:4023109: + text: CL:4023109 + description: A magnocellular neurosecretory cell that is capable of producing + and secreting vasopressin. + meaning: CL:4023109 + title: vasopressin-secreting magnocellular cell + CL:0013000: + text: CL:0013000 + description: Any radial glial cell that is part of some forebrain. + meaning: CL:0013000 + title: forebrain radial glial cell + CL:0000583: + text: CL:0000583 + description: A tissue-resident macrophage found in the alveoli of the lungs. + Ingests small inhaled particles resulting in degradation and presentation + of the antigen to immunocompetent cells. Markers include F4/80-positive, + CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, + MR-positive, CX3CR1-negative. + meaning: CL:0000583 + title: alveolar macrophage + CL:0000694: + text: CL:0000694 + meaning: CL:0000694 + title: R3 photoreceptor cell + CL:0002050: + text: CL:0002050 + description: A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, + CD43-positive, CD45R-positive and BP-positive. + meaning: CL:0002050 + title: fraction C' precursor B cell + CL:0003027: + text: CL:0003027 + description: A bistratified retinal ganglion cell D cell that has medium dendritic + arbor and a large dendritic field that terminates in S2 and S4. + meaning: CL:0003027 + title: retinal ganglion cell D2 + CL:0001044: + text: CL:0001044 + description: A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, + CD45RA-positive. + meaning: CL:0001044 + title: effector CD4-positive, alpha-beta T cell + CL:0000348: + text: CL:0000348 + description: A structural cell that is part of optic choroid. + meaning: CL:0000348 + title: choroidal cell of the eye + CL:0000001: + text: CL:0000001 + description: A cultured cell that is freshly isolated from a organismal source, + or derives in culture from such a cell prior to the culture being passaged. + meaning: CL:0000001 + title: primary cultured cell + CL:0002640: + text: CL:0002640 + description: An epithelial fate stem cell derived form the amnion membrane. + meaning: CL:0002640 + title: amniotic epithelial stem cell + CL:1001430: + text: CL:1001430 + description: Any urothelial cell that is part of some urethra urothelium. + meaning: CL:1001430 + title: urethra urothelial cell + CL:1000085: + text: CL:1000085 + meaning: CL:1000085 + title: stratified non keratinized epithelial stem cell + CL:4030025: + text: CL:4030025 + description: A fibroblast that is located in the renal cortical interstitium. + meaning: CL:4030025 + title: renal cortical fibroblast + CL:0011017: + text: CL:0011017 + description: Cell that is part of the vagal neural crest population. The vagal + neural crest arises from the axial level of somites 1-7 and has been described + as a hybrid between the head and the trunk populations. + meaning: CL:0011017 + title: vagal neural crest cell + CL:0000990: + text: CL:0000990 + description: Conventional dendritic cell is a dendritic cell that is CD11c-high. + meaning: CL:0000990 + title: conventional dendritic cell + CL:0010021: + text: CL:0010021 + description: Any myoblast that develops into some cardiac muscle cell. + meaning: CL:0010021 + title: cardiac myoblast + CL:0000509: + text: CL:0000509 + description: A peptide hormone secreting cell that secretes gastrin. + meaning: CL:0000509 + title: gastrin secreting cell + CL:0009068: + text: CL:0009068 + description: An unconventional T lymphocyte population within the thymic medulla + that is potentially a thymic resident population. + meaning: CL:0009068 + title: CD8aa(I) thymocyte + CL:0000131: + text: CL:0000131 + meaning: CL:0000131 + title: gut endothelial cell + CL:4023124: + text: CL:4023124 + description: A kisspeptin neuron that is located in the dentate gyrus of the + hippocampus. + meaning: CL:4023124 + title: dentate gyrus kisspeptin neuron + CL:0002105: + text: CL:0002105 + description: A CD38-positive IgG memory B cell is a class switched memory + B cell that expresses IgG on the cell surface with the phenotype CD38-positive + and IgG-positive. + meaning: CL:0002105 + title: CD38-positive IgG memory B cell + CL:0002112: + text: CL:0002112 + description: A B220-positive CD38-negative unswitched memory B cell is a CD38-negative + unswitched memory B cell that has the phenotype B220-positive, CD38-negative, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002112 + title: B220-positive CD38-negative unswitched memory B cell + CL:1000333: + text: CL:1000333 + description: A serous secreting cell that is part of the epithelium of bronchiole. + meaning: CL:1000333 + title: serous cell of epithelium of lobular bronchiole + CL:1000714: + text: CL:1000714 + description: Any renal principal cell that is part of some cortical collecting + duct. + meaning: CL:1000714 + title: kidney cortex collecting duct principal cell + CL:0000165: + text: CL:0000165 + description: A neuron that is capable of some hormone secretion in response + to neuronal signals. + meaning: CL:0000165 + title: neuroendocrine cell + CL:0002602: + text: CL:0002602 + description: Any connective tissue cell that is part of some annulus fibrosus + disci intervertebralis. + meaning: CL:0002602 + title: annulus pulposus cell + CL:2000096: + text: CL:2000096 + description: Any fibroblast that is part of a reticular layer of dermis. + meaning: CL:2000096 + title: fibroblast of the reticular layer of dermis + CL:0002596: + text: CL:0002596 + description: Smooth muscle cell of the carotid artery. + meaning: CL:0002596 + title: smooth muscle cell of the carotid artery + CL:0002564: + text: CL:0002564 + description: A connective tissue cell of the nucleus pulposus cell of intervertebral + disc. + meaning: CL:0002564 + title: nucleus pulposus cell of intervertebral disc + CL:0000563: + text: CL:0000563 + description: A rounded, inactive form that certain bacteria assume under conditions + of extreme temperature, dryness, or lack of food. The bacterium develops + a waterproof cell wall that protects it from being dried out or damaged. + meaning: CL:0000563 + title: endospore + CL:0002045: + text: CL:0002045 + description: A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, + BP-1-negative and Ly6c-negative. This cell type is also described as being + lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive. + meaning: CL:0002045 + title: fraction A pre-pro B cell + CL:2000000: + text: CL:2000000 + description: Any melanocyte that is part of a epidermis. + meaning: CL:2000000 + title: epidermal melanocyte + CL:0000313: + text: CL:0000313 + description: Columnar glandular cell with irregular nucleus, copious granular + endoplasmic reticulum and supranuclear granules. Secretes a watery fluid + containing proteins known as serous fluid. + meaning: CL:0000313 + title: serous secreting cell + CL:1000457: + text: CL:1000457 + description: A mesothelial cell that is part of the visceral peritoneum. + meaning: CL:1000457 + title: mesothelial cell of visceral peritoneum + CL:0000560: + text: CL:0000560 + description: A late neutrophilic metamyelocyte in which the nucleus is indented + to more than half the distance to the farthest nuclear margin but in no + area being condensed to a single filament. The nucleus is in the form of + a curved or coiled band, not having acquired the typical multilobar shape + of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, + CD35-negative, and CD49d-negative. + meaning: CL:0000560 + title: band form neutrophil + CL:0004245: + text: CL:0004245 + description: An amacrine cell with a wide dendritic field and post-synaptic + terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric + acid (GABA) and serotonin. + meaning: CL:0004245 + title: indoleamine-accumulating amacrine cell + CL:0000813: + text: CL:0000813 + description: A long-lived, antigen-experienced T cell that has acquired a + memory phenotype including distinct surface markers and the ability to differentiate + into an effector T cell upon antigen reexposure. + meaning: CL:0000813 + title: memory T cell + CL:0011100: + text: CL:0011100 + description: Neuron that secretes the neurotransmitter galanin. + meaning: CL:0011100 + title: galanergic neuron + CL:0002513: + text: CL:0002513 + description: A CD8alpha alpha positive gamma-delta intraepithelial T cell + that expresses a TCR encoded in part by the Vgamma5 gene segment. + meaning: CL:0002513 + title: Vgamma5-positive CD8alpha alpha positive gamma-delta intraepithelial + T cell + CL:4023125: + text: CL:4023125 + description: A hypothalamus kisspeptin neuron that coexpresses kisspeptin, + neurokinin B and dynorphin. + meaning: CL:4023125 + title: KNDy neuron + CL:0001076: + text: CL:0001076 + description: An innate lymphoid cell in the human with the phenotype NKp46-positive + that is a precusor for NK cells and ILC3 cells. + meaning: CL:0001076 + title: NKp46-positive innate lymphoid cell, human + CL:0000897: + text: CL:0000897 + description: A CD4-positive, alpha-beta T cell that has differentiated into + a memory T cell. + meaning: CL:0000897 + title: CD4-positive, alpha-beta memory T cell + CL:4033051: + text: CL:4033051 + description: A parasol ganglion cell that depolarizes in response to decreased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from DB3a bipolar cells. + meaning: CL:4033051 + title: OFF parasol ganglion cell + CL:0002677: + text: CL:0002677 + description: A regulatory T cell that has not encountered antigen. + meaning: CL:0002677 + title: naive regulatory T cell + CL:0002250: + text: CL:0002250 + description: A cell that is found in a zone occupying the bottom region of + the crypt; provide the source of most of the cell types of the intestinal + epithelium; proliferate by mitotic division; differentiates into columnar + or goblet cells. + meaning: CL:0002250 + title: intestinal crypt stem cell + CL:2000051: + text: CL:2000051 + description: Any fibroblast that is part of a spleen. + meaning: CL:2000051 + title: splenic fibroblast + CL:0000172: + text: CL:0000172 + description: Any secretory cell that is capable of some somatostatin secretion. + meaning: CL:0000172 + title: somatostatin secreting cell + CL:0000641: + text: CL:0000641 + description: A cell that is resistant to stains. + meaning: CL:0000641 + title: chromophobe cell + CL:4042006: + text: CL:4042006 + description: A border associated macrophage which is part of a dura matter. + This macrophage phagocytoses intruding pathogens and foreign molecules detected + in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid + body with dynamic protrusions in homeostasis. + meaning: CL:4042006 + title: dural macrophage + CL:0004241: + text: CL:0004241 + description: An amacrine cell with a wide dendritic field, dendrites in S2, + and post-synaptic terminals in S1. + meaning: CL:0004241 + title: WF2 amacrine cell + CL:0008002: + text: CL:0008002 + description: A transversely striated, synctial cell of skeletal muscle. It + is formed when proliferating myoblasts exit the cell cycle, differentiate + and fuse. + meaning: CL:0008002 + title: skeletal muscle fiber + CL:4023028: + text: CL:4023028 + description: A sst GABAergic cortical interneuron with a soma found in lower + L5 with mostly local axonal arborization but with some sparse ascending + axons. L5 non-Martinotti sst cells show somatic localization and local axon + plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive + thalamic input from the ventral posteromedial nucleus and specifically target + L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend + to show a higher input resistance and seem to be less stuttering. + meaning: CL:4023028 + title: L5 non-Martinotti sst GABAergic interneuron (Mmus) + CL:4030032: + text: CL:4030032 + description: An interstitial cell that is part of a cardiac valve leaflet. + Along with valve endothelial cells, a valve interstitial cell maintains + tissue homeostasis for the function of cardiac valves through secreting + biochemical signals, matrix proteins and matrix remodeling enzymes. + meaning: CL:4030032 + title: valve interstitial cell + CL:0011110: + text: CL:0011110 + description: Neuron that secretes histamine. + meaning: CL:0011110 + title: histaminergic neuron + CL:0011030: + text: CL:0011030 + description: Any microvascular endothelial cell that is part of the dermis. + meaning: CL:0011030 + title: dermal microvascular endothelial cell + CL:1000383: + text: CL:1000383 + description: A type II vestibular sensory cell that is part of the epithelium + of macula of utricle of membranous labyrinth. + meaning: CL:1000383 + title: type 2 vestibular sensory cell of epithelium of macula of utricle of + membranous labyrinth + CL:0000571: + text: CL:0000571 + description: A pigment cell derived from the neural crest. Contains uric acid + or other purine crystals deposited in stacks called leucosomes. The crystals + reflect light and this gives a white appearance under white light. + meaning: CL:0000571 + title: leucophore + CL:0002583: + text: CL:0002583 + description: A preadipocyte that is part of subcutaneous tissue. + meaning: CL:0002583 + title: subcutaneous preadipocyte + CL:0000735: + text: CL:0000735 + description: A hemocyte that derives from the larval lymph gland. + meaning: CL:0000735 + title: lymph gland hemocyte + CL:0000762: + text: CL:0000762 + description: A nucleated blood cell involved in coagulation, typically seen + in birds and other non-mammalian vertebrates. + meaning: CL:0000762 + title: nucleated thrombocyte + CL:1000850: + text: CL:1000850 + description: Any epithelial cell of distal tubule that is part of some macula + densa. + meaning: CL:1000850 + title: macula densa epithelial cell + CL:0000311: + text: CL:0000311 + meaning: CL:0000311 + title: keratin accumulating cell + CL:0000128: + text: CL:0000128 + description: A class of large neuroglial (macroglial) cells in the central + nervous system. Form the insulating myelin sheath of axons in the central + nervous system. + meaning: CL:0000128 + title: oligodendrocyte + CL:1000322: + text: CL:1000322 + description: A goblet cell that is part of the epithelium of pancreatic duct. + meaning: CL:1000322 + title: pancreatic goblet cell + CL:0000569: + text: CL:0000569 + description: A mesenchymal cell found in the developing heart and that develops + into some part of the heart. These cells derive from intra- and extra-cardiac + sources, including the endocardium, epicardium, neural crest, and second + heart field. + meaning: CL:0000569 + title: cardiac mesenchymal cell + CL:1000365: + text: CL:1000365 + description: A transitional myocyte that is part of the atrial septal branch + of anterior internodal tract. + meaning: CL:1000365 + title: transitional myocyte of atrial septal branch of anterior internodal + tract + CL:0000629: + text: CL:0000629 + description: A cell that is specialized to store a particular substance(s), + which is(are) later released from the store for a particular purpose. + meaning: CL:0000629 + title: storage cell + CL:0000751: + text: CL:0000751 + description: A bipolar neuron found in the retina that is synapsed by rod + photoreceptor cells but not by cone photoreceptor cells. These neurons + depolarize in response to light. + meaning: CL:0000751 + title: rod bipolar cell + CL:0000219: + text: CL:0000219 + description: A cell that moves by its own activities. + meaning: CL:0000219 + title: motile cell + CL:2000052: + text: CL:2000052 + description: Any endothelial cell of artery that is part of a umbilical cord. + meaning: CL:2000052 + title: umbilical artery endothelial cell + CL:0002068: + text: CL:0002068 + description: Specialized cardiac myocyte that is subendocardially interspersed + with the regular cardiac muscle cell. They are uninucleate cylindrical cells, + associated end-to-end in long rows, continue from the node to the atrioventricular + bundle; relatively short compared to ordinary myocytes but are nearly twice + their diameter. + meaning: CL:0002068 + title: Purkinje myocyte + CL:0000373: + text: CL:0000373 + description: A progenitor cell found in the larval epidermis of insects and + that gives rise to the adult abdominal epidermis. + meaning: CL:0000373 + title: histoblast + CL:1000550: + text: CL:1000550 + description: Any kidney cell that is part of some papillary duct. + meaning: CL:1000550 + title: kidney papillary duct principal epithelial cell + CL:0002490: + text: CL:0002490 + description: A supporting cell of the organ of Corti. + meaning: CL:0002490 + title: organ of Corti supporting cell + CL:4023093: + text: CL:4023093 + description: A pyramidal neuron which lacks a tuft formation but extends small + radial distances forming a star-like shape. + meaning: CL:4023093 + title: stellate pyramidal neuron + CL:0002192: + text: CL:0002192 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a myelocyte and a band form cell. The + nucleus becomes indented where the indentation is smaller than half the + distance to the farthest nuclear margin; chromatin becomes coarse and clumped; + specific granules predominate while primary granules are rare. + meaning: CL:0002192 + title: metamyelocyte + CL:3000002: + text: CL:3000002 + description: Sympathetic noradrenergic neuron. + meaning: CL:3000002 + title: sympathetic noradrenergic neuron + CL:0007016: + text: CL:0007016 + description: Muscle precursor cell that is adjacent to the notochord and part + of the presomitic mesoderm. + meaning: CL:0007016 + title: adaxial cell + CL:0000883: + text: CL:0000883 + description: A thymic macrophage found in the thymic cortex. + meaning: CL:0000883 + title: thymic cortical macrophage + CL:1000284: + text: CL:1000284 + description: A smooth muscle cell that is part of the descending colon. + meaning: CL:1000284 + title: smooth muscle fiber of descending colon + CL:0002039: + text: CL:0002039 + description: A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative + NK T cell. + meaning: CL:0002039 + title: immature NK T cell stage I + CL:0000307: + text: CL:0000307 + description: An epithelial cell found in the trachea. + meaning: CL:0000307 + title: tracheal epithelial cell + CL:1000373: + text: CL:1000373 + description: A transitional myocyte that is part of the ventricular part of + atrioventricular bundle. + meaning: CL:1000373 + title: transitional myocyte of ventricular part of atrioventricular bundle + CL:0007003: + text: CL:0007003 + description: Skeletogenic cell that has the potential to form an odontoblast, + deposits predentine, and arises from a cranial neural crest cell. + meaning: CL:0007003 + title: preodontoblast + CL:0011025: + text: CL:0011025 + description: An effector T cell that displays impaired effector functions + (e.g., rapid production of effector cytokines, cytotoxicity) and has limited + proliferative potential. + meaning: CL:0011025 + title: exhausted T cell + CL:0002307: + text: CL:0002307 + description: A brush border epithelial cell located in the proximal tubule + of the kidney, essential for reabsorbing substances like glucose and amino + acids from the glomerular filtrate. These cells also secrete organic ions, + playing a crucial role in maintaining kidney homeostasis, including electrolyte + and acid-base balance, and excreting metabolic waste. + meaning: CL:0002307 + title: brush border cell of the proximal tubule + CL:1001286: + text: CL:1001286 + description: Any vasa recta descending limb cell that is part of some inner + medulla vasa recta descending limb. + meaning: CL:1001286 + title: inner medulla vasa recta descending limb cell + CL:0000072: + text: CL:0000072 + meaning: CL:0000072 + title: non-branched duct epithelial cell + CL:0000183: + text: CL:0000183 + description: A cell whose primary function is to shorten. + meaning: CL:0000183 + title: contractile cell + CL:0002248: + text: CL:0002248 + description: A pluripotent stem cell has the ability to form cells from all + three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent + stem cells, they cell can not generate all the cells of the whole organism + such as placenta. + meaning: CL:0002248 + title: pluripotent stem cell + CL:4033052: + text: CL:4033052 + description: A parasol ganglion cell that depolarizes in response to increased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from DB4 bipolar cells. + meaning: CL:4033052 + title: ON parasol ganglion cell + CL:0002126: + text: CL:0002126 + description: A CD25-positive, CD27-positive immature gamma-delta T cell found + in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, + CD62L-high, CD44-high, CD2-low, CD5-low). + meaning: CL:0002126 + title: CD25-positive, CD27-positive immature gamma-delta T cell + CL:0002523: + text: CL:0002523 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the mesonephros. + meaning: CL:0002523 + title: mesonephric podocyte + CL:1000409: + text: CL:1000409 + description: A muscle cell that is part of the sinoatrial node. + meaning: CL:1000409 + title: myocyte of sinoatrial node + CL:0000425: + text: CL:0000425 + description: Forms the terminal part of the cuticle-lined excretory duct of + C. elegans. + meaning: CL:0000425 + title: pore cell + CL:0000237: + text: CL:0000237 + meaning: CL:0000237 + title: keratinizing barrier epithelial cell + CL:0004250: + text: CL:0004250 + description: An amicrine that stratifies dendrites at two and only two locations. + meaning: CL:0004250 + title: bistratified retinal amacrine cell + CL:0002517: + text: CL:0002517 + description: An interrenal chromaffin cell found in teleosts that contain + small, homogeneous electron-lucent granules that are separated from the + vesicular membrane by a visible halo. + meaning: CL:0002517 + title: interrenal epinephrin secreting cell + CL:0002053: + text: CL:0002053 + description: A small pre-B cell that is CD22-positive and CD38-low. + meaning: CL:0002053 + title: CD22-positive, CD38-low small pre-B cell + CL:4030041: + text: CL:4030041 + description: A ciliated cell of the endometrial luminal epithelium. + meaning: CL:4030041 + title: luminal endometrial ciliated epithelial cell + CL:0000911: + text: CL:0000911 + description: A differentiated T cell with ability to traffic to peripheral + tissues and is capable of mounting a specific immune response. + meaning: CL:0000911 + title: effector T cell + CL:4030043: + text: CL:4030043 + description: A DRD1-expressing medium spiny neuron that is part of a matrix + compartment of dorsal striatum. + meaning: CL:4030043 + title: matrix D1 medium spiny neuron + CL:4023041: + text: CL:4023041 + description: A glutamatergic neuron, with a soma found in the deeper portion + of L5, that has long-range axonal projections including deep subcortical + targets outside of the telencephalon and, in some cases, the spinal cord. + While the L5 ET neuron projections are not limited to ET targets, they are + clearly differentiated from the neuron subclasses whose projections are + constrained to intratelencephalic (IT) targets. L5 ET neurons are generally + the largest excitatory cortical neurons, typically having a thick apical + dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing + physiological characteristics. + meaning: CL:4023041 + title: L5 extratelencephalic projecting glutamatergic cortical neuron + CL:0000795: + text: CL:0000795 + description: A CD8-positive, alpha-beta T cell that regulates overall immune + responses as well as the responses of other T cell subsets through direct + cell-cell contact and cytokine release. + meaning: CL:0000795 + title: CD8-positive, alpha-beta regulatory T cell + CL:0001077: + text: CL:0001077 + description: An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, + T-bet-positive. + meaning: CL:0001077 + title: ILC1, human + CL:0009101: + text: CL:0009101 + description: A reticular cell involved in directing B cells and T cells to + specific regions within a tissue. + meaning: CL:0009101 + title: fibroblastic reticular cell + CL:1000143: + text: CL:1000143 + description: Any goblet cell that is part of some lung epithelium. + meaning: CL:1000143 + title: lung goblet cell + CL:1001602: + text: CL:1001602 + description: Endothelial cells forming the walls of the capillaries within + the cerebral cortex. + meaning: CL:1001602 + title: cerebral cortex endothelial cell + CL:2000016: + text: CL:2000016 + description: Any lung endothelial cell that is part of a microvascular endothelium. + meaning: CL:2000016 + title: lung microvascular endothelial cell + CL:0000844: + text: CL:0000844 + description: A rapidly cycling mature B cell that has distinct phenotypic + characteristics and is involved in T-dependent immune responses and located + typically in the germinal centers of lymph nodes. This cell type expresses + Ly77 after activation. + meaning: CL:0000844 + title: germinal center B cell + CL:0000787: + text: CL:0000787 + description: A memory B cell is a mature B cell that is long-lived, readily + activated upon re-encounter of its antigenic determinant, and has been selected + for expression of higher affinity immunoglobulin. This cell type has the + phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative. + meaning: CL:0000787 + title: memory B cell + CL:1000299: + text: CL:1000299 + description: A fibroblast that is part of the connective tissue of prostate. + meaning: CL:1000299 + title: fibroblast of connective tissue of prostate + CL:0003001: + text: CL:0003001 + description: A retinal ganglion cell that has dendrites stratified in two + layers of the inner-plexiform layer. + meaning: CL:0003001 + title: bistratified retinal ganglion cell + CL:0001071: + text: CL:0001071 + description: An innate lymphoid cell that constituitively expresses RORgt + and is capable of expressing IL17A and/or IL-22. + meaning: CL:0001071 + title: group 3 innate lymphoid cell + CL:0000809: + text: CL:0000809 + description: A thymocyte expressing the alpha-beta T cell receptor complex + as well as both the CD4 and CD8 coreceptors. + meaning: CL:0000809 + title: double-positive, alpha-beta thymocyte + CL:0002025: + text: CL:0002025 + description: A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, + and CD42-negative. + meaning: CL:0002025 + title: CD34-positive, CD41-positive, CD42-negative megakaryocyte progenitor + cell + CL:0002323: + text: CL:0002323 + description: "A cell of a\_fetus which is suspended in the amniotic fluid.\ + \ Amniocytes are considered to arise from several tissues including fetal\ + \ skin, the fetal urinary tract, umbilical cord, and the inner amniotic\ + \ surface." + meaning: CL:0002323 + title: amniocyte + CL:0008011: + text: CL:0008011 + description: A skeletal muscle satellite cell that divides by stem cell division. A + proportion of this population undergoes symmetric stem cell division, producing + two skeletal muscle satellite stem cells. The rest undergo asymmetric stem + cell division - retaining their identity while budding off a daughter cell + that differentiates into an adult skeletal muscle myoblast. + meaning: CL:0008011 + title: skeletal muscle satellite stem cell + CL:0000626: + text: CL:0000626 + description: A granule cell that has a soma located in an olfactory bulb granule + cell layer. An olfactory granule cell is an interneuron that lacks an axon, + makes reciprocal dendro-dendritic synapses with mitral cells and tufted + cells and is involved in the fine spatio-temporal tuning of the responses + of these principal olfactory bulb neurons to odors. + meaning: CL:0000626 + title: olfactory granule cell + CL:0000427: + text: CL:0000427 + description: A scaffolding cell type found in C. elegans, this cell plays + a supportive role to the muscle arms. May also have an endocrine role. + meaning: CL:0000427 + title: GLR cell + CL:0001026: + text: CL:0001026 + description: A common myeloid progenitor that is CD34-positive, CD38-positive, + IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative. + meaning: CL:0001026 + title: CD34-positive, CD38-positive common myeloid progenitor + CL:0000480: + text: CL:0000480 + description: A peptide hormone secreting cell that secretes secretin stimulating + hormone + meaning: CL:0000480 + title: secretin stimulating hormone secreting cell + CL:0000892: + text: CL:0000892 + description: A type of foam cell derived from a smooth muscle cell containing + lipids in small vacuoles and typically seen in atherolosclerotic lesions, + as well as other conditions. + meaning: CL:0000892 + title: smooth muscle cell derived foam cell + CL:0000506: + text: CL:0000506 + description: An endorphine cell that secretes enkephalin. + meaning: CL:0000506 + title: enkephalin secreting cell + CL:0019018: + text: CL:0019018 + description: A smooth muscle cell that is part of any blood vessel. + meaning: CL:0019018 + title: blood vessel smooth muscle cell + CL:4033058: + text: CL:4033058 + description: A luminal epithelial cell of the mammary gland that transduces + endocrine cues to orchestrate proliferation, architectural remodeling, and + differentiation of other cells in the mammary gland via paracrine signaling. + This cell expresses high levels of estrogen receptors. In humans, a luminal + hormone-sensing cell can be identified by high levels of EpCAM and low levels + of CD49f, and in mice it can be identified by low levels of CD29 and high + levels of Foxa1, CD133, and Sca1 (Ly6a). + meaning: CL:4033058 + title: luminal hormone-sensing cell of mammary gland + CL:0012000: + text: CL:0012000 + description: An astrocyte of the forebrain. + meaning: CL:0012000 + title: astrocyte of the forebrain + CL:1000022: + text: CL:1000022 + description: Any epithelial cell that is part of some mesonephric nephron + tubule. + meaning: CL:1000022 + title: mesonephric nephron tubule epithelial cell + CL:1000488: + text: CL:1000488 + description: An epithelial cell that is part of the bile duct. Cholangiocytes + contribute to bile secretion via net release of bicarbonate and water. They + are cuboidal epithelium in the small interlobular bile ducts, but become + columnar and mucus secreting in larger bile ducts approaching the porta + hepatis and the extrahepatic ducts. + meaning: CL:1000488 + title: cholangiocyte + CL:0002284: + text: CL:0002284 + description: An enteroendocrine cell found in the fundus and pylorus; this + cell type has dense round secretory granules that contain ghrelin. + meaning: CL:0002284 + title: type X enteroendocrine cell + CL:0000423: + text: CL:0000423 + meaning: CL:0000423 + title: tip cell + CL:4033027: + text: CL:4033027 + description: An OFF diffuse bipolar cell that makes synaptic contact with + both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors. + meaning: CL:4033027 + title: diffuse bipolar 1 cell + CL:0000154: + text: CL:0000154 + description: Any secretory cell that is capable of some protein secretion. + meaning: CL:0000154 + title: protein secreting cell + CL:4042011: + text: CL:4042011 + description: An interlaminar astrocyte type whose soma is part of the upper + first layer of the neocortex and its processes extend to a pia surface. + meaning: CL:4042011 + title: subpial interlaminar astrocyte + CL:0000236: + text: CL:0000236 + description: A lymphocyte of B lineage that is capable of B cell mediated + immunity. + meaning: CL:0000236 + title: B cell + CL:2000047: + text: CL:2000047 + description: Any motor neuron that is part of a brainstem. + meaning: CL:2000047 + title: brainstem motor neuron + CL:0001079: + text: CL:0001079 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive, and NKp44-positive. + meaning: CL:0001079 + title: NKp44-positive group 3 innate lymphoid cell, human + CL:4033029: + text: CL:4033029 + description: An OFF calbindin-positive bipolar cell that has a large dendritic + field and stratifies narrowly close to the middle of the inner plexiform + layer. Its axon terminal is characterized by regularly branching and varicose + processes resembling beads on a string. Most of DB3a contacts with cones + are triad-associated. + meaning: CL:4033029 + title: diffuse bipolar 3a cell + CL:0002575: + text: CL:0002575 + description: A pericyte of the central nervous system. + meaning: CL:0002575 + title: central nervous system pericyte + CL:0002054: + text: CL:0002054 + description: An immature B cell that is IgM-positive, CD45R-positive, CD43-low, + CD25-negative, and CD127-negative. This cell type has also been described + as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and + HSA-positive. + meaning: CL:0002054 + title: fraction E immature B cell + CL:0001030: + text: CL:0001030 + meaning: CL:0001030 + title: CD117-positive common myeloid progenitor OR CD217-positive common lymphoid + progenitor + CL:0002042: + text: CL:0002042 + description: A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell. + meaning: CL:0002042 + title: immature NK T cell stage IV + CL:1000283: + text: CL:1000283 + description: A smooth muscle cell that is part of the transverse colon. + meaning: CL:1000283 + title: smooth muscle fiber of transverse colon + CL:0002202: + text: CL:0002202 + description: An epithelial cell of the tracheobronchial tree. + meaning: CL:0002202 + title: epithelial cell of tracheobronchial tree + CL:0000225: + text: CL:0000225 + description: A cell that lacks a nucleus. + meaning: CL:0000225 + title: anucleate cell + CL:0002265: + text: CL:0002265 + description: A D cell located in the colon. + meaning: CL:0002265 + title: type D cell of colon + CL:0002031: + text: CL:0002031 + description: A hematopoietic progenitor cell that is capable of developing + into only one lineage of hematopoietic cells. + meaning: CL:0002031 + title: hematopoietic lineage restricted progenitor cell + CL:2000041: + text: CL:2000041 + description: Any dermis lymphatic vessel endothelial cell that is part of + a microvascular endothelium. + meaning: CL:2000041 + title: dermis microvascular lymphatic vessel endothelial cell + CL:0000069: + text: CL:0000069 + meaning: CL:0000069 + title: branched duct epithelial cell + CL:0002498: + text: CL:0002498 + description: A trophoblast giant cell that is derived from ectoplacental cone + and, later in gestation, the spongiotrophoblast. + meaning: CL:0002498 + title: secondary trophoblast giant cell + CL:0007021: + text: CL:0007021 + description: Secretory cell that produces a chemical mixture that triggers + antipredator behavior. The substance is released only upon disruption of + the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, + 1992] + meaning: CL:0007021 + title: alarm substance cell + CL:0000127: + text: CL:0000127 + description: A class of large neuroglial (macroglial) cells in the central + nervous system - the largest and most numerous neuroglial cells in the brain + and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with + many long processes, including those with 'end feet' which form the glial + (limiting) membrane and directly and indirectly contribute to the blood-brain + barrier. They regulate the extracellular ionic and chemical environment, + and 'reactive astrocytes' (along with microglia) respond to injury. + meaning: CL:0000127 + title: astrocyte + CL:1001608: + text: CL:1001608 + description: Fibroblast from foreskin. + meaning: CL:1001608 + title: foreskin fibroblast + CL:0002355: + text: CL:0002355 + description: A large nucleated basophilic erythrocyte found in mammalian embryos. + This cell type arises from the blood islands of yolk sacs and expresses + different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. + Considered a type of erythroblast as this cell type can enucleate in circulation. + meaning: CL:0002355 + title: primitive red blood cell + CL:0000776: + text: CL:0000776 + description: Any of the immature forms of a neutrophil in which neutrophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000776 + title: immature neutrophil + CL:0004233: + text: CL:0004233 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals that stratify at S2, with a second stratification that occurs + in S3 and S4. This cell type releases the neurotransmitter glycine. + meaning: CL:0004233 + title: DAPI-3 amacrine cell + CL:4030056: + text: CL:4030056 + description: A urothelial cell that is terminally differentiated and part + of the urothelial apical surface that forms the high-resistance barrier + of urothelium. Umbrella cells have been described as the largest of urothelial + cell types, highly polarized, and, in some species, multinucleated. In the + relaxed state, these cells form a dome-shaped structure at the apical pole + and can also cover multiple underlying intermediate cells, leading to the + name umbrella cells. In contrast, these cells flatten when the bladder is + filled. + meaning: CL:4030056 + title: umbrella cell of urothelium + CL:0000437: + text: CL:0000437 + description: A rounded cell that is usually situated next to sinusoids; secretes + follicular stimulating hormone (FSH) and luteinizing hormone (LH). + meaning: CL:0000437 + title: gonadtroph + CL:0001029: + text: CL:0001029 + description: Common dendritic precursor is a hematopoietic progenitor cell + that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane + parts for hematopoietic lineage markers. + meaning: CL:0001029 + title: common dendritic progenitor + CL:4030002: + text: CL:4030002 + description: An alpha-beta memory T cell with the phenotype CD45RA-positive. + meaning: CL:4030002 + title: effector memory CD45RA-positive, alpha-beta T cell, terminally differentiated + CL:0002481: + text: CL:0002481 + description: The flattened smooth myoepithelial cells of mesodermal origin + that lie just outside the basal lamina of the seminiferous tubule. + meaning: CL:0002481 + title: peritubular myoid cell + CL:0002410: + text: CL:0002410 + description: A cell that is found in the periacinar space of the exocrine + pancreas and in perivascular and periductal regions of the pancreas, and + has long cytoplasmic processes that encircle the base of the acinus. Expresses + several intermediate filament proteins including vimentin and nestin. Shares + many of the characteristics of hepatatic stellate cells, but not stellate + cells of the central nervous system. Upon activation, this cell type undergoes + morphological and gene expression changes that make the cell suggestive + of being a type of myofibroblast. + meaning: CL:0002410 + title: pancreatic stellate cell + CL:1000275: + text: CL:1000275 + description: A smooth muscle cell that is part of the small intestine. + meaning: CL:1000275 + title: smooth muscle cell of small intestine + CL:0002630: + text: CL:0002630 + description: A spore formed from bacteria in the order Actinomycetales. + meaning: CL:0002630 + title: actinomycete-type spore + CL:0002024: + text: CL:0002024 + description: A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, + CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma + receptor II/III-low. + meaning: CL:0002024 + title: Kit-positive megakaryocyte progenitor cell + CL:4030030: + text: CL:4030030 + description: A blood lymphocyte located in the flowing, circulating blood + of the body. + meaning: CL:4030030 + title: peripheral blood lymphocyte + CL:4023049: + text: CL:4023049 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in L5 of the primary motor cortex. + meaning: CL:4023049 + title: L5 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0007000: + text: CL:0007000 + description: Skeletogenic cell that has the potential to develop into an ameloblast. + Located in the inner enamel epithelium, these cells elongate, their nuclei + shift distally (away from the dental papilla), and their cytoplasm becomes + filled with organelles needed for synthesis and secretion of enamel proteins. + meaning: CL:0007000 + title: preameloblast + CL:0002223: + text: CL:0002223 + description: A cell of the transparent layer of simple cuboidal epithelium + over the anterior surface of the lens; transform into lens fiber(s). + meaning: CL:0002223 + title: anterior lens cell + CL:0004243: + text: CL:0004243 + description: An amacrine cell with a wild dendritic field, dendrites in S3, + and post-synaptic terminals in S3. Dendrites have spikes, cross over each + other, and cover a larger volume than dendrties of W3-1 retinal amacrine + cells. + meaning: CL:0004243 + title: WF3-2 amacrine cell + CL:1000394: + text: CL:1000394 + description: A myoepithelial cell that is part of the intralobular part of + terminal lactiferous duct. + meaning: CL:1000394 + title: myoepithelial cell of intralobular lactiferous duct + CL:0000884: + text: CL:0000884 + description: A tissue-resident macrophage found in the mucosa associated lymphoid + tissue. + meaning: CL:0000884 + title: mucosa-associated lymphoid tissue macrophage + CL:0000358: + text: CL:0000358 + description: A smooth muscle cell that is part of a sphincter. A sphincter + is a typically circular muscle that normally maintains constriction of a + natural body passage or orifice and which relaxes as required by normal + physiological functioning. + meaning: CL:0000358 + title: sphincter associated smooth muscle cell + CL:0008036: + text: CL:0008036 + description: A trophoblast cell that is not part of a placental villous. + meaning: CL:0008036 + title: extravillous trophoblast + CL:1001561: + text: CL:1001561 + description: Chemosensitive cells that innervate the vomernasal organ epithelium + and are responsible for receiving and transmitting pheromone signals. + meaning: CL:1001561 + title: vomeronasal sensory neuron + CL:0009036: + text: CL:0009036 + description: A macrophage located in the vermiform appendix. + meaning: CL:0009036 + title: appendix macrophage + CL:0002626: + text: CL:0002626 + description: An immature astrocyte. + meaning: CL:0002626 + title: immature astrocyte + CL:1001066: + text: CL:1001066 + meaning: CL:1001066 + title: kidney arteriole smooth muscle cell + CL:0000948: + text: CL:0000948 + description: A class switched memory B cell that expresses IgE on the cell + surface. + meaning: CL:0000948 + title: IgE memory B cell + CL:0000168: + text: CL:0000168 + description: Any secretory cell that is capable of some insulin secretion. + meaning: CL:0000168 + title: insulin secreting cell + CL:0002273: + text: CL:0002273 + description: A type EC enteroendocrine cell type that is numerous in the fundus + of the stomach; stores 5-hydroxytryptamine and histamine. + meaning: CL:0002273 + title: type ECL enteroendocrine cell + CL:0000470: + text: CL:0000470 + meaning: CL:0000470 + title: digestive enzyme secreting cell + CL:0000356: + text: CL:0000356 + meaning: CL:0000356 + title: hair matrix stem cell + CL:0002075: + text: CL:0002075 + description: Infrequent type of columnar epithelial cell. This cell is characterized + by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) + on the cell surface. The microvilli contain filaments that stretch into + the underlying cytoplasm. They have a distinctive pear shape with a wide + base and a narrow microvillous apex. Function not known. + meaning: CL:0002075 + title: brush cell of tracheobronchial tree + CL:4023005: + text: CL:4023005 + description: A nuclear bag fiber that is sensitive mainly to the rate of change + in muscle length. + meaning: CL:4023005 + title: dynamic nuclear bag fiber + CL:0000855: + text: CL:0000855 + description: Hair cell is a mechanoreceptor cell that is sensitive to movement + of the hair-like projections (stereocilia and kinocilia) which relay the + information centrally in the nervous system. + meaning: CL:0000855 + title: sensory hair cell + CL:0000226: + text: CL:0000226 + description: A cell with a single nucleus. + meaning: CL:0000226 + title: single nucleate cell + CL:0000930: + text: CL:0000930 + description: A mature NK T cell that secretes interleukin-4 and enhances Th2 + immune responses. + meaning: CL:0000930 + title: CD4-negative, CD8-negative type I NK T cell secreting interleukin-4 + CL:0000678: + text: CL:0000678 + meaning: CL:0000678 + title: commissural neuron + CL:0000772: + text: CL:0000772 + description: Any of the immature forms of an eosinophil, in which eosinophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000772 + title: immature eosinophil + CL:0002455: + text: CL:0002455 + description: A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative + and CD4-positive. + meaning: CL:0002455 + title: CD8_alpha-negative plasmacytoid dendritic cell + CL:0002479: + text: CL:0002479 + description: An adipose macrophage that does not express MHC-II but is F4/80-positive. + meaning: CL:0002479 + title: F4/80-positive adipose macrophage + CL:0000068: + text: CL:0000068 + description: An epithelial cell that is part of a duct. + meaning: CL:0000068 + title: duct epithelial cell + CL:0011103: + text: CL:0011103 + description: Sympathetic neurons are part of the sympathetic nervous system + and are primarily adrenergic producing the neurotransmitter noradrenalin + along with other neuropeptides. + meaning: CL:0011103 + title: sympathetic neuron + CL:0002633: + text: CL:0002633 + description: A basal cell in the respiratory tract. + meaning: CL:0002633 + title: respiratory basal cell + CL:0000891: + text: CL:0000891 + description: A type of cell containing lipids in small vacuoles and typically + seen in atherolosclerotic lesions, as well as other conditions. + meaning: CL:0000891 + title: foam cell + CL:2000033: + text: CL:2000033 + description: Any basal cell of epidermis that is part of a limb. + meaning: CL:2000033 + title: limb basal cell of epidermis + CL:0000147: + text: CL:0000147 + description: A pigment cell is a cell that contains pigment granules. + meaning: CL:0000147 + title: pigment cell + CL:0002665: + text: CL:0002665 + description: A fibrocyte of the cochlea that has specialized structural and + molecular adaptions. + meaning: CL:0002665 + title: otic fibrocyte + CL:0002470: + text: CL:0002470 + description: Gr1-high monocyte that has a MHC-II receptor complex. + meaning: CL:0002470 + title: MHC-II-positive classical monocyte + CL:0002594: + text: CL:0002594 + description: A smooth muscle cell of the umbilical artery. + meaning: CL:0002594 + title: smooth muscle cell of the umbilical artery + CL:0004222: + text: CL:0004222 + description: A flag amacrine cell with post-synaptic terminals in S3, S4, + and S5. This cell type releases the neurotransmitter glycine. + meaning: CL:0004222 + title: flag B amacrine cell + CL:0000103: + text: CL:0000103 + description: A type of interneuron that has two neurites, usually an axon + and a dendrite, extending from opposite poles of an ovoid cell body. + meaning: CL:0000103 + title: bipolar neuron + CL:1000746: + text: CL:1000746 + description: Any kidney corpuscule cell that is part of some renal glomerulus. + meaning: CL:1000746 + title: glomerular cell + CL:0000377: + text: CL:0000377 + meaning: CL:0000377 + title: tracheoblast + CL:0002139: + text: CL:0002139 + description: An endothelial cell of the vascular tree, which includes blood + vessels and lymphatic vessels. + meaning: CL:0002139 + title: endothelial cell of vascular tree + CL:0000071: + text: CL:0000071 + description: An endothelial cell that lines the vasculature. + meaning: CL:0000071 + title: blood vessel endothelial cell + CL:0000852: + text: CL:0000852 + description: Neuromast support cell is a non-sensory cell of the neuromast + that extend between the sensory hair cells from the basement membrane to + the apical surface; neuromast support cells are surrounded by neuromast + mantle cells. + meaning: CL:0000852 + title: neuromast supporting cell + CL:0000723: + text: CL:0000723 + description: A stem cell that can give rise to cell types of the body other + than those of the germ-line. + meaning: CL:0000723 + title: somatic stem cell + CL:0002007: + text: CL:0002007 + description: A lineage marker-negative, CD34-positive, IL5r-alpha-positive, + and Sca1-negative eosinophil progenitor cell. + meaning: CL:0002007 + title: Kit-low, CD34-positive eosinophil progenitor cell + CL:0000606: + text: CL:0000606 + description: The larger of two types of asexual spores formed by some fungi; + usually round or oblong. + meaning: CL:0000606 + title: macroconidium + CL:0000609: + text: CL:0000609 + description: A mechanoreceptor located in the acoustic maculae and the semicircular + canals that mediates the sense of balance, movement, and head position. + The vestibular hair cells are connected to accessory structures in such + a way that movements of the head displace their stereocilia. This influences + the membrane potential of the cells which relay information about movements + via the vestibular part of the vestibulocochlear nerve to the brain stem. + meaning: CL:0000609 + title: vestibular hair cell + CL:0001053: + text: CL:0001053 + description: A memory B cell that lacks expression of surface IgD. + meaning: CL:0001053 + title: IgD-negative memory B cell + CL:0000781: + text: CL:0000781 + description: A specialized mononuclear osteoclast associated with the absorption + and removal of cementum. + meaning: CL:0000781 + title: mononuclear odontoclast + CL:0009059: + text: CL:0009059 + description: A plasma cell that is located in the medullary sinus of the lymph + node. + meaning: CL:0009059 + title: plasma cell of medullary sinus of lymph node + CL:0002121: + text: CL:0002121 + description: A CD24-negative CD38-negative IgG-negative memory B cell is a + CD38-negative IgG-negative class switched memory B cell that lacks IgG on + the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative. + meaning: CL:0002121 + title: CD24-negative CD38-negative IgG-negative class switched memory B cell + CL:0000747: + text: CL:0000747 + description: A pigment cell derived from the neural crest. Contains blue pigment + of unknown chemical composition in fibrous organelles termed cyanosomes. + This gives a blue appearance. + meaning: CL:0000747 + title: cyanophore + CL:0011020: + text: CL:0011020 + description: An undifferentiated cell that originates from a neural stem cell + and has the capacity to generate multiple types of lineage-restricted progenitors + but not to self-renew. + meaning: CL:0011020 + title: neural progenitor cell + CL:4033020: + text: CL:4033020 + description: A mucus secreting cell that is part of a submucosal gland of + the trachea. + meaning: CL:4033020 + title: mucus secreting cell of trachea gland + CL:1000276: + text: CL:1000276 + description: A smooth muscle cell that is part of the duodenum. + meaning: CL:1000276 + title: smooth muscle fiber of duodenum + CL:0011028: + text: CL:0011028 + description: A neural-crest derived glial cell that supports the growth and + survival of primary olfactory neuroons from the neuroepithelium in the nasal + cavity to the brain by encasing large bundles of numerous unmyelinated axons. + meaning: CL:0011028 + title: olfactory ensheathing cell + CL:4030065: + text: CL:4030065 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found in L6 of the primary motor cortex. + These cells are short untufted pyramidal cells, which could be stellate + or inverted. The standard transcriptomic reference data for this cell type + can be found on the CellxGene census under the collection: ''Transcriptomic + cytoarchitecture reveals principles of human neocortex organization'', dataset: + ''Supercluster: IT-projecting excitatory neurons'', Author Categories: ''CrossArea_subclass'', + L6 IT.' + meaning: CL:4030065 + title: L6 intratelencephalic projecting glutamatergic neuron + CL:2000010: + text: CL:2000010 + description: Any blood vessel endothelial cell that is part of a dermis. + meaning: CL:2000010 + title: dermis blood vessel endothelial cell + CL:0000802: + text: CL:0000802 + description: A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha + alpha-positive. + meaning: CL:0000802 + title: CD8-alpha alpha positive, gamma-delta intraepithelial T cell + CL:0002115: + text: CL:0002115 + description: A B220-positive CD38-positive unswitched memory B cell is a CD38-positive + unswitched memory B cell that has the phenotype B220-positive, CD38-positive, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002115 + title: B220-positive CD38-positive unswitched memory B cell + CL:1001223: + text: CL:1001223 + description: Any endothelial cell that is part of some renal interlobular + vein. + meaning: CL:1001223 + title: interlobulary vein endothelial cell + CL:0002152: + text: CL:0002152 + description: A columnar cell of the cervix uteri. + meaning: CL:0002152 + title: columnar cell of endocervix + CL:0000234: + text: CL:0000234 + description: Any cell capable of ingesting particulate matter via phagocytosis. + meaning: CL:0000234 + title: phagocyte + CL:0001081: + text: CL:0001081 + description: A group 2 innate lymphoid cell in the human with the phenotype + CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive. + meaning: CL:0001081 + title: group 2 innate lymphoid cell, human + CL:0000340: + text: CL:0000340 + description: A precursor of the central nervous system that gives rise to + glial cells only. + meaning: CL:0000340 + title: glioblast (sensu Nematoda and Protostomia) + CL:0000738: + text: CL:0000738 + description: An achromatic cell of the myeloid or lymphoid lineages capable + of ameboid movement, found in blood or other tissue. + meaning: CL:0000738 + title: leukocyte + CL:0002506: + text: CL:0002506 + description: A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, + MHC-II-high and CD103-positive that is located in the liver. + meaning: CL:0002506 + title: liver CD103-positive dendritic cell + CL:0000396: + text: CL:0000396 + description: A hemocyte found in immuno-stimulated larvae. + meaning: CL:0000396 + title: lamellocyte + CL:0000040: + text: CL:0000040 + description: A myeloid progenitor cell committed to the monocyte lineage. + This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and + the presence of a nucleolus. + meaning: CL:0000040 + title: monoblast + CL:4023054: + text: CL:4023054 + description: A mesothelial cell that has undergone mesothelial-to-mesenchymal + transition (MMT) to become a fibroblast cell. + meaning: CL:4023054 + title: mesothelial fibroblast + CL:0000347: + text: CL:0000347 + description: A cell of the sclera of the eye. + meaning: CL:0000347 + title: scleral cell + CL:0009048: + text: CL:0009048 + description: A macrophage that is located in the anorectum. + meaning: CL:0009048 + title: anorectum macrophage + CL:0000798: + text: CL:0000798 + description: A T cell that expresses a gamma-delta T cell receptor complex. + meaning: CL:0000798 + title: gamma-delta T cell + CL:1001590: + text: CL:1001590 + description: Glandular cell of epididymal epithelium. + meaning: CL:1001590 + title: epididymis glandular cell + CL:0000476: + text: CL:0000476 + description: A basophil cell of the anterior pituitary that produces thyroid + stimulating hormone, thyrotrophin. This cell type is elongated, polygonal + and lie in clusters towards the adenohypophyseal center. + meaning: CL:0000476 + title: thyrotroph + CL:0002293: + text: CL:0002293 + description: An epithelial cell of the thymus. Epithelial reticular cells + are pleomorphic, stellate, non-phagocytic cells which seem to be supportive + in function and are held together by desmosomes. They replace the fibroblastoid + reticular cells found in other lymphoid organs. Other epithelial cells in + the medulla have the ultrastructure of secretory cells. Although different + epithelial cells throughout the thymus appear alike by light microscopy + their ultrastructure and function varies. + meaning: CL:0002293 + title: epithelial cell of thymus + CL:4033047: + text: CL:4033047 + description: A midget ganglion cell that depolarizes in response to decreased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from flat midget bipolar cells. + meaning: CL:4033047 + title: OFF midget ganglion cell + CL:0001082: + text: CL:0001082 + description: An innate lyphoid cell with an immature phenotype. + meaning: CL:0001082 + title: immature innate lymphoid cell + CL:1000324: + text: CL:1000324 + description: A goblet cell that is part of the epithelium proper of duodenum. + meaning: CL:1000324 + title: duodenal goblet cell + CL:0000535: + text: CL:0000535 + description: A neuron of teleosts that develops later than a primary neuron, + typically during the larval stages. + meaning: CL:0000535 + title: secondary neuron (sensu Teleostei) + CL:1001107: + text: CL:1001107 + description: An epithelial cell that is part of some loop of Henle thin ascending + limb. + meaning: CL:1001107 + title: kidney loop of Henle thin ascending limb epithelial cell + CL:0001041: + text: CL:0001041 + description: A CD8-positive alpha-beta-positive T cell with the phenotype + CXCR3-positive and having suppressor function. They are capable of producing + IL-10, suppressing proliferation, and suppressing IFN-gamma production. + meaning: CL:0001041 + title: CD8-positive, CXCR3-positive, alpha-beta regulatory T cell + CL:4030066: + text: CL:4030066 + description: 'An epithelial cell that is part of a ureteric bud. A ureteric + bud cell has the potential to induce metanephric mesenchymal cells to proliferate + and convert to epithelia that form renal tubules via: (1) the secretion + of multiple diffusible growth factors that rescue renal progenitors from + apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms + that induce mesenchymal-epithelial conversion.' + meaning: CL:4030066 + title: ureteric bud cell + CL:0008031: + text: CL:0008031 + description: An interneuron that has its soma located in the cerebral cortex. + meaning: CL:0008031 + title: cortical interneuron + CL:0002363: + text: CL:0002363 + description: "A keratocyte is a specialized fibroblast\_residing in the cornea\ + \ stroma that has a flattened, dendritic morphology; located between the\ + \ lamellae with a large flattened nucleus, and lengthy processes which communicate\ + \ with neighboring cells. This\_corneal\_layer, representing about 85-90%\ + \ of corneal thickness, is built up from highly regular collagenous lamellae\ + \ and extracellular matrix components. Keratocytes play the major role in\ + \ keeping it transparent, healing its wounds, and synthesizing its components.\ + \ This cell type secretes collagen I, V, VI, and keratan sulfate." + meaning: CL:0002363 + title: keratocyte + CL:0004219: + text: CL:0004219 + description: A bistratifed retinal amacrine cell with a small dendritic field, + dendrite stratification in S1-S2, and a second dendrite stratification in + S5. This cell type releases the neurotransmitter glycine. + meaning: CL:0004219 + title: A2 amacrine cell + CL:0011004: + text: CL:0011004 + description: A vetebrate lens cell that is any of the elongated, tightly packed + cells that make up the bulk of the mature lens in a camera-type eye. + meaning: CL:0011004 + title: lens fiber cell + CL:0002149: + text: CL:0002149 + description: An epithelial cell of the uterus. + meaning: CL:0002149 + title: epithelial cell of uterus + CL:0000582: + text: CL:0000582 + description: A neutrophil precursor in the granulocytic series, being a cell + intermediate in development between a myelocyte and the band form neutrophil. + The protein synthesis seen in earlier stages decreases or stops; the nucleus + becomes indented where the indentation is smaller than half the distance + to the farthest nuclear margin; chromatin becomes coarse and clumped; specific + granules predominate while primary granules are rare; and the cytoplasm + becomes amphophilic like that of a mature granulocyte. This cell type is + integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, + CD33-positive, CD24-positive, fMLP receptor-negative and has expression + of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase + and neutrophil gelatinase associated lipocalin. + meaning: CL:0000582 + title: neutrophilic metamyelocyte + CL:0002014: + text: CL:0002014 + description: A basophilic erythroblast that is Lyg 76-high and is Kit-negative. + meaning: CL:0002014 + title: Kit-negative, Ly-76 high basophilic erythroblast + CL:1001052: + text: CL:1001052 + description: Any kidney venous blood vessel cell that is part of some renal + cortex vein. + meaning: CL:1001052 + title: kidney cortex vein cell + CL:0009103: + text: CL:0009103 + description: A fibroblastic reticular cell found in the lymph node subcapsular + sinus. + meaning: CL:0009103 + title: lymph node marginal reticular cell + CL:0000987: + text: CL:0000987 + description: A fully differentiated plasma cell that secretes IgA. + meaning: CL:0000987 + title: IgA plasma cell + CL:0002511: + text: CL:0002511 + description: A langerin-negative lymph node dendritic cell that is CD103-negative + and CD11b-low. + meaning: CL:0002511 + title: CD11b-low, CD103-negative, langerin-negative lymph node dendritic cell + CL:0000617: + text: CL:0000617 + description: A neuron that uses GABA as a vesicular neurotransmitter + meaning: CL:0000617 + title: GABAergic neuron + CL:0002464: + text: CL:0002464 + description: An adipose dendritic cell that is SIRPa-negative. + meaning: CL:0002464 + title: SIRPa-negative adipose dendritic cell + CL:1000432: + text: CL:1000432 + description: An epithelial cell that is part of the conjunctiva. + meaning: CL:1000432 + title: conjunctival epithelial cell + CL:1001503: + text: CL:1001503 + description: The principal glutaminergic neuron located in the outer third + of the external plexiform layer of the olfactory bulb; a single short primary + dendrite traverses the outer external plexiform layer and terminates within + an olfactory glomerulus in a tuft of branches, where it receives the input + from olfactory receptor neuron axon terminals; axons of the tufted cells + transfer information to a number of areas in the brain, including the piriform + cortex, entorhinal cortex, olfactory tubercle, and amygdala. + meaning: CL:1001503 + title: olfactory bulb tufted cell + CL:2000086: + text: CL:2000086 + description: Any basket cell that is part of a neocortex. + meaning: CL:2000086 + title: neocortex basket cell + CL:0003010: + text: CL:0003010 + description: A bistratified retinal ganglion cell that has a dendrite field + that terminates in sublaminar layer S2 and a second dendrite field that + terminates in sublaminar layer S4. + meaning: CL:0003010 + title: G7 retinal ganglion cell + CL:0002128: + text: CL:0002128 + description: A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 + and some IFNg. + meaning: CL:0002128 + title: Tc17 cell + CL:0002408: + text: CL:0002408 + description: A double negative post-natal thymocyte that has a T cell receptor + consisting of a gamma chain that does not contain a Vgamma2 segment, and + a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. + meaning: CL:0002408 + title: immature Vgamma2-negative thymocyte + CL:0002662: + text: CL:0002662 + description: A luminal epithelial cell of the lactiferous duct. This cuboidal + epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive. + meaning: CL:0002662 + title: luminal cell of lactiferous duct + CL:4033066: + text: CL:4033066 + description: A supporting cell that is part of the ovary and differentiates + into a granulosa cell. A pre-granulosa cell develops from an early supporting + gonadal cell by repressing testis determination, which can then proliferate + to form primordial follicles. + meaning: CL:4033066 + title: pre-granulosa cell + CL:0000197: + text: CL:0000197 + description: A cell that is capable of detection of a stimulus involved in + sensory perception. + meaning: CL:0000197 + title: sensory receptor cell + CL:0000015: + text: CL:0000015 + description: A germ cell that supports male gamete production. In some species, + non-germ cells known as Sertoli cells also play a role in spermatogenesis. + meaning: CL:0000015 + title: male germ cell + CL:4023038: + text: CL:4023038 + description: A glutamatergic neuron with a soma found in cortical layer 6b. + They are transcriptomically related to corticothalamic-projecting neurons + but have differential projections to the thalamus or anterior cingulate. + meaning: CL:4023038 + title: L6b glutamatergic cortical neuron + CL:0000900: + text: CL:0000900 + description: A CD8-positive, alpha-beta T cell that has not experienced activation + via antigen contact and has the phenotype CD45RA-positive, CCR7-positive + and CD127-positive. This cell type is also described as being CD25-negative, + CD62L-high and CD44-low. + meaning: CL:0000900 + title: naive thymus-derived CD8-positive, alpha-beta T cell + CL:1001009: + text: CL:1001009 + description: Any kidney arterial blood vessel cell that is part of some renal + efferent arteriole. + meaning: CL:1001009 + title: kidney efferent arteriole cell + CL:0002394: + text: CL:0002394 + description: A myeloid dendritic cell found in the blood, lymph nodes, tonsil, + bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, + and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive + T cells and can produce inteferon-beta. + meaning: CL:0002394 + title: CD141-positive myeloid dendritic cell + CL:0002313: + text: CL:0002313 + description: An ecto-epithelial cell of the prostate gland that secretes hormones. + meaning: CL:0002313 + title: endocrine-paracrine cell of prostate gland + CL:0000006: + text: CL:0000006 + description: Any sensory receptor cell that is a(n) neuron and is capable + of some detection of stimulus involved in sensory perception. + meaning: CL:0000006 + title: neuronal receptor cell + CL:0000988: + text: CL:0000988 + description: A cell of a hematopoietic lineage. + meaning: CL:0000988 + title: hematopoietic cell + CL:0000444: + text: CL:0000444 + description: A muscle cell in which the fibers are organised into sarcomeres + but in which adjacent myofibrils are offset from each other, producing an + oblique banding pattern. + meaning: CL:0000444 + title: obliquely striated muscle cell + CL:4033011: + text: CL:4033011 + description: A(n) smooth muscle cell that is part of a(n) large intestine + smooth muscle circular layer. + meaning: CL:4033011 + title: smooth muscle cell of large intestine smooth muscle circular layer + CL:0002673: + text: CL:0002673 + description: A skeletal muscle cell that is part of the tongue. + meaning: CL:0002673 + title: tongue muscle cell + CL:0009082: + text: CL:0009082 + description: The human equivalent of a DN3 thymocyte; these thymocytes finish + the process of beta selection. + meaning: CL:0009082 + title: committed double negative thymocyte (Homo sapiens) + CL:4023116: + text: CL:4023116 + description: A spiral ganglion neuron that innervates outer hair cells. Type + 1 spiral ganglion neurons are unmyelinated and unipolar. + meaning: CL:4023116 + title: type 2 spiral ganglion neuron + CL:0002102: + text: CL:0002102 + description: A CD38-negative naive B cell is a mature B cell that has the + phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and + CD27-negative, that has not yet been activated by antigen in the periphery. + meaning: CL:0002102 + title: CD38-negative naive B cell + CL:0000782: + text: CL:0000782 + description: A dendritic cell of the myeloid lineage. + meaning: CL:0000782 + title: myeloid dendritic cell + CL:0004162: + text: CL:0004162 + description: A cone whose sensitivity measurements have an average spectral + peak of 358.2 nm. These cones are described in rat. + meaning: CL:0004162 + title: 360 nm-cone + CL:1001432: + text: CL:1001432 + description: Any renal intercalated cell that is part of some collecting duct + of renal tubule. + meaning: CL:1001432 + title: kidney collecting duct intercalated cell + CL:0005012: + text: CL:0005012 + description: A ciliated epithelial cell with many cilia. + meaning: CL:0005012 + title: multi-ciliated epithelial cell + CL:4033008: + text: CL:4033008 + description: A(n) vein endothelial cell that is part of a(n) respiratory system. + meaning: CL:4033008 + title: vein endothelial cell of respiratory system + CL:2000013: + text: CL:2000013 + description: Any skin fibroblast that is part of a skin of abdomen. + meaning: CL:2000013 + title: fibroblast of skin of abdomen + CL:0009072: + text: CL:0009072 + description: A thymic medullary epithelial cell that expresses AIRE or other + canonical markers of mature mTECs like Fezf2. + meaning: CL:0009072 + title: medullary thymic epithelial cell type 2 + CL:4030000: + text: CL:4030000 + description: A melanocyte located in the vascular uvea and involved in photoprotection, + regulation of oxidative damage and immune responses. + meaning: CL:4030000 + title: choroidal melanocyte + CL:0000576: + text: CL:0000576 + description: Myeloid mononuclear recirculating leukocyte that can act as a + precursor of tissue macrophages, osteoclasts and some populations of tissue + dendritic cells. + meaning: CL:0000576 + title: monocyte + CL:0005008: + text: CL:0005008 + description: An auditory hair cell located in the macula that is sensitive + to auditory stimuli. + meaning: CL:0005008 + title: macular hair cell + CL:4023035: + text: CL:4023035 + description: A neuron that is derived from a precursor cell in the lateral + ganglion eminence. + meaning: CL:4023035 + title: lateral ganglionic eminence derived neuron + CL:0002098: + text: CL:0002098 + description: A cardiac myocyte that is connected to other cardiac myocytes + by transverse intercalated discs (GO:0014704) at a regular interval. + meaning: CL:0002098 + title: regular cardiac myocyte + CL:4023065: + text: CL:4023065 + description: A GABAergic cell located in the cerebral cortex that expresses + meis2. + meaning: CL:4023065 + title: meis2 expressing cortical GABAergic cell + CL:0000395: + text: CL:0000395 + description: A precursor of mature crystal cells. + meaning: CL:0000395 + title: procrystal cell + CL:0000170: + text: CL:0000170 + description: A cell that secretes glucagon. + meaning: CL:0000170 + title: glucagon secreting cell + CL:4023020: + text: CL:4023020 + description: A gamma motor neuron that innervates dynamic nuclear bag fibers + (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They + alter muscle spindle sensitivity and increases its discharge in response + to velocity of muscle length (rather than just magnitude). + meaning: CL:4023020 + title: dynamic gamma motor neuron + CL:0009013: + text: CL:0009013 + description: A progenitor cell with hepatic and biliary lineage potential, + identified in mouse and human, and anatomically restricted to the ductal + plate of fetal liver. + meaning: CL:0009013 + title: fetal hepatobiliary progenitor cell + CL:0001004: + text: CL:0001004 + description: Immature CD8_alpha-positive CD11b-negative dendritic cell is + a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0001004 + title: immature CD8_alpha-positive CD11b-negative dendritic cell + CL:0009031: + text: CL:0009031 + description: A T cell that is located in a vermiform appendix. + meaning: CL:0009031 + title: T cell of appendix + CL:4023111: + text: CL:4023111 + description: A pyramidal neuron with soma located in the cerebral cortex. + meaning: CL:4023111 + title: cerebral cortex pyramidal neuron + CL:2000077: + text: CL:2000077 + description: Any striated muscle cell that is part of a skeletal muscle tissue + of pectoralis major. + meaning: CL:2000077 + title: skeletal muscle tissue of pectoralis major striated muscle cell + CL:0002519: + text: CL:0002519 + description: An interrenal epithelial kidney cell is an epithelial cell found + in the anterior kidney of teleosts fish. This cell type is arranged in layers + around the posterior cardinal vein and contains many mitochondria with tubulovesicular + cristae. Interrenal chromaffin cells are interspersed among the tissue layer + created by this cell type. + meaning: CL:0002519 + title: interrenal epithelial cell + CL:0002425: + text: CL:0002425 + description: A pro-T cell that is lin-negative, CD25-negative, CD127-negative, + CD44-positive and kit-positive. + meaning: CL:0002425 + title: early T lineage precursor + CL:0002577: + text: CL:0002577 + description: An epithelial cell of the placenta. + meaning: CL:0002577 + title: placental epithelial cell + CL:4030028: + text: CL:4030028 + description: An amacrine cell that uses glycine as a neurotransmitter. + meaning: CL:4030028 + title: glycinergic amacrine cell + CL:4030037: + text: CL:4030037 + description: A spermatid in a late stage of maturation that has an elongated + morphology and is transcriptionally inert when the acrosome is fully developed. + meaning: CL:4030037 + title: late spermatid + CL:0002350: + text: CL:0002350 + description: An endothelial cell that lines the intracavitary lumen of the + heart, separating the circulating blood from the underlying myocardium. + This cell type releases a number of vasoactive substances including prostacyclin, + nitrous oxide and endothelin. + meaning: CL:0002350 + title: endocardial cell + CL:0000644: + text: CL:0000644 + description: Type of radial astrocyte in the cerebellar cortex that have their + cell bodies in the Purkinje cell layer and processes that extend into the + molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann + glia express high densities of glutamate transporters that limit diffusion + of the neurotransmitter glutamate during its release from synaptic terminals. + Besides their role in early development of the cerebellum, Bergmann glia + are also required for the pruning or addition of synapses. + meaning: CL:0000644 + title: Bergmann glial cell + CL:4033041: + text: CL:4033041 + description: An alveolar macrophage that expresses CCL3. + meaning: CL:4033041 + title: CCL3-positive alveolar macrophage + CL:0007011: + text: CL:0007011 + description: Neuron that is part of the enteric nervous system. + meaning: CL:0007011 + title: enteric neuron + CL:0000650: + text: CL:0000650 + description: A cell type that encapsulates the capillaries and venules in + the kidney. This cell secretes mesangial matrix that provides the structural + support for the capillaries. + meaning: CL:0000650 + title: mesangial cell + CL:0000995: + text: CL:0000995 + meaning: CL:0000995 + title: CD34-positive, CD38-positive common myeloid progenitor OR CD34-positive, + CD38-positive common lymphoid progenitor + CL:0002525: + text: CL:0002525 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the metanephros. + meaning: CL:0002525 + title: metanephric podocyte + CL:1000434: + text: CL:1000434 + description: An epithelial cell that is part of the external acoustic meatus. + meaning: CL:1000434 + title: epithelial cell of external acoustic meatus + CL:0002141: + text: CL:0002141 + description: A parathyroid chief cell that is actively secreting hormone. + Have large Golgi complexes with numerous vesicles and small membrane-bound + granules; secretory granules are rare, cytoplasmic glycogen sparse, much + of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum + in parallel arrays; in normal humans, inactive chief cells outnumber active + chief cells in a ratio of 3-5:1 + meaning: CL:0002141 + title: active chief cell of parathyroid gland + CL:1000381: + text: CL:1000381 + description: A type I vestibular sensory cell that is part of the epithelium + of crista of ampulla of semicircular duct of membranous labyrinth. + meaning: CL:1000381 + title: type 1 vestibular sensory cell of epithelium of crista of ampulla of + semicircular duct of membranous labyrinth + CL:0000189: + text: CL:0000189 + description: A muscle cell that develops tension more slowly than a fast-twitch + fiber. + meaning: CL:0000189 + title: slow muscle cell + CL:0007006: + text: CL:0007006 + description: Mesodermal cell that is axially located and gives rise to the + cells of the notochord. + meaning: CL:0007006 + title: chordamesodermal cell + CL:4033026: + text: CL:4033026 + description: A perichondrial fibroblast that is part of the lung. + meaning: CL:4033026 + title: lung perichondrial fibroblast + CL:0001204: + text: CL:0001204 + description: CD4-positive, alpha-beta long-lived T cell with the phenotype + CD45RO-positive and CD127-positive. This cell type is also described as + being CD25-negative, CD44-high, and CD122-high. + meaning: CL:0001204 + title: CD4-positive, alpha-beta memory T cell, CD45RO-positive + CL:0002296: + text: CL:0002296 + description: An epithelial cell with high nuclear and cytoplasmic electron-density. + This cell type is found in the deeper portions of the cortex but is more + abundant in the medulla of the thymus. + meaning: CL:0002296 + title: type-4 epithelial cell of thymus + CL:0003006: + text: CL:0003006 + description: A G4 retinal ganglion cell that has post sympatic terminals in + sublaminar layers S3 and S4 and is depolarized by illumination of its receptive + field center. + meaning: CL:0003006 + title: G4-ON retinal ganglion cell + CL:0002427: + text: CL:0002427 + description: A double-positive, alpha-beta thymocyte that is small and not + proliferating. + meaning: CL:0002427 + title: resting double-positive thymocyte + CL:0000963: + text: CL:0000963 + description: A germinal center B cell that develops from a Bm3 B cell. This + cell has the phenotype IgM-negative, IgD-positive, and CD38-positive. + meaning: CL:0000963 + title: Bm3-delta B cell + CL:4040002: + text: CL:4040002 + description: Glial cell that provides support to the enteric nervous system. + It is involved in enteric neurotransmission, in maintaining the integrity + of the mucosal barrier of the gut and serves as a link between the nervous + and immune systems of the gut. In enteric nerve strands, glial processes + ensheath multiaxonal bundles which distinguishes enteric glia from all other + peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial + cell is the presence of 10 nm filaments, which criss-cross the cell body, + form axial bundles in the processes and appear to firmly anchor the cells + to the ganglionic surfaces. Similar to astrocytes, their main constituent + is glial fibrillary acidic protein (GFAP). + meaning: CL:4040002 + title: enteroglial cell + CL:0002497: + text: CL:0002497 + description: A trophoblast giant cell derived from the mural trophectoderm. + meaning: CL:0002497 + title: primary trophoblast giant cell + CL:0002086: + text: CL:0002086 + description: A cardiac myocyte that is an excitable cells in the myocardium, + specifically in the conducting system of heart. + meaning: CL:0002086 + title: specialized cardiac myocyte + CL:0000162: + text: CL:0000162 + description: A large, oval stomach epithelial cell with a central nucleus; + source of gastric acid. Secretes HCl. + meaning: CL:0000162 + title: parietal cell + CL:1001033: + text: CL:1001033 + description: An endothelial cell that is part of some peritubular capillary. + meaning: CL:1001033 + title: peritubular capillary endothelial cell + CL:0000992: + text: CL:0000992 + description: Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low + plasmacytoid dendritic cell that is CD80-low and CD86-low. + meaning: CL:0000992 + title: immature CD11c-low plasmacytoid dendritic cell + CL:2000072: + text: CL:2000072 + description: Any microvascular endothelial cell that is part of a adipose + tissue. + meaning: CL:2000072 + title: adipose microvascular endothelial cell + CL:0002305: + text: CL:0002305 + description: An epithelial cell of the distal convoluted tubule of the kidney + that helps regulate systemic levels of potassium, sodium, calcium, and pH. + meaning: CL:0002305 + title: epithelial cell of distal tubule + CL:4028001: + text: CL:4028001 + description: Any capillary endothelial cell that is part of a lung. + meaning: CL:4028001 + title: pulmonary capillary endothelial cell + CL:0002466: + text: CL:0002466 + description: A CD11b-positive dendritic cell located in the serosal portion + of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, + CD11c-low, CD103-negative. + meaning: CL:0002466 + title: small intestine serosal dendritic cell + CL:0000595: + text: CL:0000595 + description: An erythrocyte lacking a nucleus. + meaning: CL:0000595 + title: enucleate erythrocyte + CL:0000906: + text: CL:0000906 + description: A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, + CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative. + meaning: CL:0000906 + title: activated CD8-positive, alpha-beta T cell + CL:0002639: + text: CL:0002639 + description: An amniotic stem cell is a mesenchymalstem cell extracted from + amniotic fluid. Amniotic stem cells are able to differentiate into various + tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and + bone + meaning: CL:0002639 + title: amniotic stem cell + CL:1000510: + text: CL:1000510 + description: Any kidney epithelial cell that is part of some glomerular epithelium. + meaning: CL:1000510 + title: kidney glomerular epithelial cell + CL:0000527: + text: CL:0000527 + description: A neuron which sends impulses peripherally to activate muscles + or secretory cells. + meaning: CL:0000527 + title: efferent neuron + CL:1000721: + text: CL:1000721 + description: Any renal principal cell that is part of some papillary duct. + meaning: CL:1000721 + title: kidney papillary duct principal cell + CL:0000633: + text: CL:0000633 + description: A tall supporting cell that is arranged in rows adjacent to the + last row of outer phalangeal cells. This cell type constitutes the outer + border of the organ of Corti. + meaning: CL:0000633 + title: Hensen cell + CL:0002374: + text: CL:0002374 + description: A hair cell of the ear that contains the organs of balance and + hearing. + meaning: CL:0002374 + title: ear hair cell + CL:1000424: + text: CL:1000424 + description: A chromaffin cell that is part of the paraaortic body. + meaning: CL:1000424 + title: chromaffin cell of paraaortic body + CL:0000017: + text: CL:0000017 + description: A male germ cell that develops from spermatogonia. The euploid + primary spermatocytes undergo meiosis and give rise to the haploid secondary + spermatocytes which in turn give rise to spermatids. + meaning: CL:0000017 + title: spermatocyte + CL:0019017: + text: CL:0019017 + description: A smooth muscle cell that is part of any lymphatic vessel. + meaning: CL:0019017 + title: lymphatic vessel smooth muscle cell + CL:0000257: + text: CL:0000257 + description: Any cell that only exists in Eumycetozoa. + meaning: CL:0000257 + title: Eumycetozoan cell + CL:1000356: + text: CL:1000356 + description: A M cell that is part of the epithelium proper of duodenum. + meaning: CL:1000356 + title: microfold cell of epithelium proper of duodenum + CL:0009042: + text: CL:0009042 + description: An enteroendocrine cell that is located in the colon. + meaning: CL:0009042 + title: enteroendocrine cell of colon + CL:0009027: + text: CL:0009027 + description: A transit amplifying cell that is part of a crypt of Lieberkuhn + of large intestine. + meaning: CL:0009027 + title: transit amplifying cell of appendix + CL:0008022: + text: CL:0008022 + description: A mesenchymal cell of the endocardial cushion. These cells + develop via an epithelial to mesenchymal transition when endocardial cells + break cell-to-cell contacts and migrate into the cardiac jelly. Cells from + this population form the heart septa and valves. + meaning: CL:0008022 + title: endocardial cushion cell + CL:1001568: + text: CL:1001568 + description: Any endothelial cell of vascular tree that is part of some pulmonary + artery. + meaning: CL:1001568 + title: pulmonary artery endothelial cell + CL:4023092: + text: CL:4023092 + description: A pyramidal neuron which has an apical tree which is oriented + towards the white matter. + meaning: CL:4023092 + title: inverted pyramidal neuron + CL:4023018: + text: CL:4023018 + description: A GABAergic interneuron located in the cerebral cortex that expresses + Parvalbumin. + meaning: CL:4023018 + title: pvalb GABAergic cortical interneuron + CL:0000442: + text: CL:0000442 + description: A cell with extensive dendritic processes found in the B cell + areas (primary follicles and germinal centers) of lymphoid tissue. They + are unrelated to the dendritic cell associated with T cells. Follicular + dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic + cells, they do not process or present antigen in a way that allows recognition + by T cells. Instead, they hold antigen in the form of immune complexes on + their surfaces for long periods and can present antigen to B cells during + an immune response. + meaning: CL:0000442 + title: follicular dendritic cell + CL:0001058: + text: CL:0001058 + description: A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, + CD123-positive, and CD11c-negative. + meaning: CL:0001058 + title: plasmacytoid dendritic cell, human + CL:0007010: + text: CL:0007010 + description: Skeletogenic cell that has the potential to transform into an + osteoblast, and develops from neural crest or mesodermal cells. + meaning: CL:0007010 + title: preosteoblast + CL:0000574: + text: CL:0000574 + description: A pigment cell derived from the neural crest. Contains pteridine + and/or carotenoid pigments in structures called pterinosomes or erythrosomes. + This gives an orange to red appearance. + meaning: CL:0000574 + title: erythrophore + CL:0011029: + text: CL:0011029 + description: An explosive cell containing one giant secretory organelle called + a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains + a toxin responsible for the stings delivered by a cnidarian to other organisms. + Cnidae are used to capture prey and as a defense against predators. The + presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, + hydrae, jellyfish, etc.). + meaning: CL:0011029 + title: cnidocyte + CL:1001573: + text: CL:1001573 + description: Cell of the nasopharyngeal epithelium. + meaning: CL:1001573 + title: nasopharyngeal epithelial cell + CL:0000481: + text: CL:0000481 + description: A peptide hormone secreting cell that secretes cholecystokin + stimulating hormone. + meaning: CL:0000481 + title: cholecystokin stimulating hormone secreting cell + CL:1000691: + text: CL:1000691 + meaning: CL:1000691 + title: kidney interstitial myofibroblast + CL:0005024: + text: CL:0005024 + description: A motor neuron that innervates a skeletal muscle. These motor + neurons are all excitatory and cholinergic. + meaning: CL:0005024 + title: somatomotor neuron + CL:0000118: + text: CL:0000118 + description: Basket cells are inhibitory GABAergic interneurons of the brain. + In general, dendrites of basket cells are free branching and contain smooth + spines. Axons are highly branched. The branched axonal arborizations give + rise to basket-like structures that surround the soma of the target cell. + Basket cells form axo-somatic synapses, meaning their synapses target somas + of other cells. + meaning: CL:0000118 + title: basket cell + CL:1001606: + text: CL:1001606 + description: Keratinocyte from foreskin. + meaning: CL:1001606 + title: foreskin keratinocyte + CL:0002641: + text: CL:0002641 + description: An epithelial cell of the esophageal gland proper. + meaning: CL:0002641 + title: epithelial cell of esophageal gland proper + CL:0011022: + text: CL:0011022 + description: A fibroblast that is part of skin of back. + meaning: CL:0011022 + title: fibroblast of skin of back + CL:0000058: + text: CL:0000058 + description: Skeletogenic cell that is typically non-terminally differentiated, + secretes an avascular, GAG rich matrix; is not buried in cartilage tissue + matrix, retains the ability to divide, located adjacent to cartilage tissue + (including within the perichondrium), and develops from prechondroblast + (and thus prechondrogenic) cell. + meaning: CL:0000058 + title: chondroblast + CL:4023056: + text: CL:4023056 + description: A type of mouse mesothelial fibroblast that is derived from the + neural crest, is localized on blood vessels, and is a key component of the + pia and arachnoid membranes surrounding the brain. + meaning: CL:4023056 + title: vascular leptomeningeal cell (Mmus) + CL:4023188: + text: CL:4023188 + description: A retinal ganglion cell that originate in the ganglion cell layer + of the retina, and project to the parvocellular layers of the lateral geniculate + nucleus (LGN). These cells are known as midget retinal ganglion cells due + to the small sizes of their dendritic trees and cell bodies. + meaning: CL:4023188 + title: midget ganglion cell of retina + CL:0000107: + text: CL:0000107 + description: A neuron whose cell body is within an autonomic ganglion. + meaning: CL:0000107 + title: autonomic neuron + CL:0000955: + text: CL:0000955 + description: A pre-B-II cell is a precursor B cell that expresses immunoglobulin + mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin + kappa light chain and immunoglobulin lambda light chain. + meaning: CL:0000955 + title: pre-B-II cell + CL:0002354: + text: CL:0002354 + description: A hematopoietic stem found in the yolk sac. In mice, this cell + type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, + CD44-positive. + meaning: CL:0002354 + title: yolk sac hematopoietic stem cell + CL:0000936: + text: CL:0000936 + description: A lymphoid progenitor cell that is found in bone marrow, gives + rise to B cells, T cells, natural killer cells and dendritic cells, and + has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, + CD34-positive, CD150 negative, and GlyA-negative. + meaning: CL:0000936 + title: early lymphoid progenitor + CL:0000468: + text: CL:0000468 + description: A precursor of the central nervous system that gives rise to + both neurons and glial cells. + meaning: CL:0000468 + title: neuroglioblast (sensu Nematoda and Protostomia) + CL:0000740: + text: CL:0000740 + description: The set of neurons that receives neural inputs via bipolar, horizontal + and amacrine cells. The axons of these cells make up the optic nerve. + meaning: CL:0000740 + title: retinal ganglion cell + CL:0002550: + text: CL:0002550 + description: A fibroblast that is part of the conjuctiva of the eye. + meaning: CL:0002550 + title: fibroblast of the conjunctiva + CL:0008038: + text: CL:0008038 + description: A large, multipolar lower motor neuron of the brainstem and spinal + cord that innervates the extrafusal muscle fibers of skeletal muscle and + are directly responsible for initiating their contraction. While their cell + bodies are in the CNS (in the anterior gray horn of the spinal cord), they + are part of the somatic nervous system - a branch of the PNS. + meaning: CL:0008038 + title: alpha motor neuron + CL:4033064: + text: CL:4033064 + description: A tissue-resident macrophage that is part of the uterus. + meaning: CL:4033064 + title: uterine resident macrophage + CL:0000544: + text: CL:0000544 + meaning: CL:0000544 + title: slowly adapting mechanoreceptor cell + CL:0002539: + text: CL:0002539 + description: A smooth muscle cell of the aorta. + meaning: CL:0002539 + title: aortic smooth muscle cell + CL:4023033: + text: CL:4023033 + description: A retinal ganglion cell that is depolarized by decreased illumination + of their receptive field center. + meaning: CL:4023033 + title: OFF retinal ganglion cell + CL:4033016: + text: CL:4033016 + description: "A myofibroblast that is part of an alveoli during alveolarization.\ + \ The contractile force of this cell elongates the secondary crest, while\ + \ producing a framework of elastin and tenascin. During the maturation of\ + \ the septa, secondary crest myofibroblasts, together with matrix fibroblasts,\ + \ secrete metalloproteinases and other ECM\u2010remodeling proteins to thin\ + \ the septal tip ECM. The secondary crest myofibroblast continues producing\ + \ elastin, eventually undergoing apoptosis during adulthood." + meaning: CL:4033016 + title: secondary crest myofibroblast + CL:0001051: + text: CL:0001051 + description: A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-negative. + meaning: CL:0001051 + title: CD4-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell + CL:2000002: + text: CL:2000002 + description: "A specialized, enlarged, connective tissue cell of the decidua\ + \ with enlarged nucleus, dense membrane\u2010bound secretory granules and\ + \ cytoplasmic accumulation of glycogen and lipid droplets. These cells develop\ + \ by the transformation of endometrial stromal cells during decidualization." + meaning: CL:2000002 + title: decidual cell + CL:2000007: + text: CL:2000007 + description: Chondrocyte forming the hyaline cartilage found in the knee joint. + meaning: CL:2000007 + title: articular chondrocyte of knee joint + CL:1001036: + text: CL:1001036 + description: A cell that is part of a vasa recta. + meaning: CL:1001036 + title: vasa recta cell + CL:1000286: + text: CL:1000286 + description: A smooth muscle cell that is part of the rectum. + meaning: CL:1000286 + title: smooth muscle cell of rectum + CL:0002381: + text: CL:0002381 + description: A conidium that has only one nucleus. + meaning: CL:0002381 + title: uninucleate conidium + CL:0000867: + text: CL:0000867 + description: A tissue-resident macrophage found in a secondary lymphoid organ. + meaning: CL:0000867 + title: secondary lymphoid organ macrophage + CL:0002242: + text: CL:0002242 + description: A cell containing at least one nucleus. + meaning: CL:0002242 + title: nucleate cell + CL:0002180: + text: CL:0002180 + description: A mucous cell in the epithelium of the stomach. + meaning: CL:0002180 + title: mucous cell of stomach + CL:2000020: + text: CL:2000020 + description: Any native cell that is part of a inner cell mass. + meaning: CL:2000020 + title: inner cell mass cell + CL:0002558: + text: CL:0002558 + description: A fibroblast that is part of villous mesenchyme. + meaning: CL:0002558 + title: fibroblast of villous mesenchyme + CL:2000083: + text: CL:2000083 + description: Any hair follicle dermal papilla cell that is part of a scalp. + meaning: CL:2000083 + title: hair follicle dermal papilla cell of scalp + CL:0000696: + text: CL:0000696 + description: A cell that stores and secretes pancreatic polypeptide hormone. + meaning: CL:0000696 + title: PP cell + CL:0002365: + text: CL:0002365 + description: An epithelial cell of the medullary thymus. This cell type expresses + a diverse range of tissue-specific antigens. This promiscuous gene expression + is a cell-autonomous property of medullary epithelial cells and is maintained + during the entire period of thymic T cell output. + meaning: CL:0002365 + title: medullary thymic epithelial cell + CL:1000332: + text: CL:1000332 + description: A serous secreting cell that is part of the epithelium of terminal + bronchiole. + meaning: CL:1000332 + title: serous cell of epithelium of terminal bronchiole + CL:0002338: + text: CL:0002338 + description: A natural killer cell that is developmentally immature, has the + phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and + CD161-positive. + meaning: CL:0002338 + title: CD56-positive, CD161-positive immature natural killer cell, human + CL:0009087: + text: CL:0009087 + description: An extravillous trophoblast that is polynuclear. + meaning: CL:0009087 + title: fused extravillous trophoblast + CL:4030020: + text: CL:4030020 + description: A renal alpha-intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030020 + title: kidney connecting tubule alpha-intercalated cell + CL:0009041: + text: CL:0009041 + description: A tuft cell that is a part of the colon. + meaning: CL:0009041 + title: tuft cell of colon + CL:4033019: + text: CL:4033019 + description: An ON bipolar cell type with dendrites selectively contacting + S-cones. + meaning: CL:4033019 + title: ON-blue cone bipolar cell + CL:0000577: + text: CL:0000577 + description: A subtype of enteroendocrine cells found in the gastrointestinal + mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. + These cell type secretes serotonin and some neurotransmitters including + enkephalins and substance P. Their secretory granules stain readily with + silver (argentaffin stain). + meaning: CL:0000577 + title: type EC enteroendocrine cell + CL:0000389: + text: CL:0000389 + meaning: CL:0000389 + title: socket cell (sensu Nematoda) + CL:0000136: + text: CL:0000136 + description: A fat-storing cell found mostly in the abdominal cavity and subcutaneous + tissue of mammals. Fat is usually stored in the form of triglycerides. + meaning: CL:0000136 + title: adipocyte + CL:0019026: + text: CL:0019026 + description: Any hepatocyte that is part of the liver lobule periportal region. + These cells are primarily involved in oxidative energy metabolism. + meaning: CL:0019026 + title: periportal region hepatocyte + CL:4030004: + text: CL:4030004 + description: A large epithelial cell found in the thymus. This cell type may + internalize thymocytes through extensions of plasma membrane. The cell surface + and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and + MHC Class II antigens. The interaction of these antigens with a developing + thymocyte determines whether the thymocyte undergoes positive or negative + selection. + meaning: CL:4030004 + title: thymic nurse cell + CL:0002419: + text: CL:0002419 + description: A T cell that expresses a T cell receptor complex and has completed + T cell selection. + meaning: CL:0002419 + title: mature T cell + CL:0010001: + text: CL:0010001 + description: A stromal cell that is part_of a bone marrow. + meaning: CL:0010001 + title: stromal cell of bone marrow + CL:0000418: + text: CL:0000418 + description: An epithelial cell found in C. elegans that firmly hold the outer + body wall and the lips to the inner cylinder of the pharynx in a manner + that keeps these organs from breaking apart, while still giving each organ + freedom of movement during feeding. + meaning: CL:0000418 + title: arcade cell + CL:0000186: + text: CL:0000186 + description: An animal cell that has characteristics of both a fibroblast + cell and a smooth muscle cell. + meaning: CL:0000186 + title: myofibroblast cell + CL:0000675: + text: CL:0000675 + description: A mature sexual reproductive cell of the female germline. + meaning: CL:0000675 + title: female gamete + CL:1001575: + text: CL:1001575 + description: Squamous cell of uterine cervix epithelium. + meaning: CL:1001575 + title: uterine cervix squamous cell + CL:0011027: + text: CL:0011027 + description: Any fibroblast that is part of skeletal muscle tissue. + meaning: CL:0011027 + title: skeletal muscle fibroblast + CL:0002416: + text: CL:0002416 + description: A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative. + meaning: CL:0002416 + title: mature Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:0002379: + text: CL:0002379 + description: A neurecto-epithelial cell found in the arachnoid villi of dura + mater. This cell type facilitates flow of cerebrospinal fluid into the blood. + meaning: CL:0002379 + title: meningothelial cell + CL:0000386: + text: CL:0000386 + meaning: CL:0000386 + title: attachment cell + CL:0000932: + text: CL:0000932 + description: A type II NK T cell that has been recently activated, secretes + interferon-gamma, and has the phenotype CD69-positive and downregulated + NK markers. + meaning: CL:0000932 + title: type II NK T cell secreting interferon-gamma + CL:0002435: + text: CL:0002435 + description: A CD8-positive, CD4-negative thymocyte that expresses high levels + of the alpha-beta T cell receptor and is CD69-positive. + meaning: CL:0002435 + title: CD69-positive, CD8-positive single-positive thymocyte + CL:0011108: + text: CL:0011108 + description: Epithelial cell that is part of the colon epithelium. + meaning: CL:0011108 + title: colon epithelial cell + CL:4030048: + text: CL:4030048 + description: A DRD1-expressing medium spiny neuron that is part of a striosome + of dorsal striatum. + meaning: CL:4030048 + title: striosomal D1 medium spiny neuron + CL:0000961: + text: CL:0000961 + description: A follicular B cell that is IgD-positive, CD23-negative, and + CD38-negative. This naive cell type is activated in the extrafollicular + areas through interaction with interdigitating dendritic cells and antigen-specific + CD4-positive T cells. + meaning: CL:0000961 + title: Bm1 B cell + CL:0009099: + text: CL:0009099 + description: A progenitor cell that is a tissue-resident mesenchymal cell, + important for skeletal muscle regeneration, and able to differentiate into + both adipocytes or fibroblasts. + meaning: CL:0009099 + title: fibro/adipogenic progenitor cell + CL:1000325: + text: CL:1000325 + description: A goblet cell that is part of the epithelium proper of jejunum. + meaning: CL:1000325 + title: jejunal goblet cell + CL:0002184: + text: CL:0002184 + description: A flat or angular epithelial cell with condensed nuclei and darkly + staining cytoplasm containing numerous intermediate filaments inserted into + desmosomes contacting surrounding supporting cells; lie in contact with + the basal lamina of olfactory epithelium. + meaning: CL:0002184 + title: basal proper cell of olfactory epithelium + CL:0000706: + text: CL:0000706 + description: Specialized ependymal cell that produces the cerebrospinal fluid + from the blood and secretes it into the lumen of the brain and spinal chord. + meaning: CL:0000706 + title: choroid plexus epithelial cell + CL:0000642: + text: CL:0000642 + description: An agranular supporting cell of the anterior pituitary (adenohypophysis) + that is characterized by a star-like morphology and ability to form follicles. + Folliculostellate cells communicate with each other and with endocrine cells + via gap junctions. + meaning: CL:0000642 + title: folliculostellate cell + CL:0002618: + text: CL:0002618 + description: An endothelial cell of the umbilical vein. + meaning: CL:0002618 + title: endothelial cell of umbilical vein + CL:0000024: + text: CL:0000024 + description: An undifferentiated germ cell that proliferates rapidly and gives + rise to oocytes. + meaning: CL:0000024 + title: oogonial cell + CL:4040005: + text: CL:4040005 + description: A mesenchymal stem cell that is part of the apical papilla tooth + root. + meaning: CL:4040005 + title: mesenchymal stem cell of apical papilla + CL:0008025: + text: CL:0008025 + description: A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter. + meaning: CL:0008025 + title: noradrenergic neuron + CL:0002035: + text: CL:0002035 + description: A hematopoietic progenitor that has restricted self-renewal capability. + Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative. + meaning: CL:0002035 + title: Slamf1-negative multipotent progenitor cell + CL:0002559: + text: CL:0002559 + description: An animal cell that is part of a hair follicle. + meaning: CL:0002559 + title: hair follicle cell + CL:0000810: + text: CL:0000810 + description: An immature alpha-beta T cell that is located in the thymus and + is CD4-positive and CD8-negative. + meaning: CL:0000810 + title: CD4-positive, alpha-beta thymocyte + CL:0005003: + text: CL:0005003 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into a leucophore. + meaning: CL:0005003 + title: leucoblast + CL:0002581: + text: CL:0002581 + description: A preadipocyte that is part of a perirenal fat tissue. + meaning: CL:0002581 + title: perirenal preadipocyte + CL:0002533: + text: CL:0002533 + description: An immature CD16-positive myeloid dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002533 + title: immature CD16-positive myeloid dendritic cell + CL:0002088: + text: CL:0002088 + description: This is a cell found in the gastrointestinal tract of mammals + and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs + from the enteric nervous system to smooth muscle cells and are thought to + be the cells from which gastrointestinal stromal tumors (GISTs) arise. + meaning: CL:0002088 + title: interstitial cell of Cajal + CL:4033039: + text: CL:4033039 + description: An alpha-beta CD8 T cell that resides in the lung. + meaning: CL:4033039 + title: lung resident memory CD8-positive, alpha-beta T cell + CL:1000342: + text: CL:1000342 + description: An enterocyte that is part of the epithelium proper of ileum. + meaning: CL:1000342 + title: enterocyte of epithelium proper of ileum + CL:0004125: + text: CL:0004125 + description: A retinal ganglion cell C inner that has dense dendritic diversity. + meaning: CL:0004125 + title: retinal ganglion cell C2 inner + CL:0002672: + text: CL:0002672 + description: A multi-fate stem cell that can give rise to different retinal + cell types including rod and cone cells. + meaning: CL:0002672 + title: retinal progenitor cell + CL:0000485: + text: CL:0000485 + description: Mast cell subtype that contains only the serine protease trypase + in its granules. These cells are primarily found in mucosal tissue, such + as intestinal mucosa and alveoli. They depend upon T-cells for development + of phenotype. + meaning: CL:0000485 + title: mucosal type mast cell + CL:0000940: + text: CL:0000940 + description: An alpha-beta T cell that is found in the lamina propria of mucosal + tissues and is restricted by the MR-1 molecule. + meaning: CL:0000940 + title: mucosal invariant T cell + CL:0002240: + text: CL:0002240 + description: A fibroblast in the bone marrow. + meaning: CL:0002240 + title: marrow fibroblast + CL:1000702: + text: CL:1000702 + description: Any smooth muscle cell that is part of some kidney pelvis smooth + muscle. + meaning: CL:1000702 + title: kidney pelvis smooth muscle cell + CL:0000683: + text: CL:0000683 + description: A cell that transports hormones from neurosecretory cells. This + nerve cell is characterized by bipolar shape and endfeet that contact a + basal lamina around blood vessels, and/or the pia mater or vitreous body + of the eye and additionally contact the ventricular surface or sub-retinal + space. + meaning: CL:0000683 + title: ependymoglial cell + CL:0002483: + text: CL:0002483 + description: A melanocyte that produces pigment within the hair follicle. + meaning: CL:0002483 + title: hair follicle melanocyte + CL:0010011: + text: CL:0010011 + description: A GABAergic interneuron whose soma is located in the cerebral + cortex. + meaning: CL:0010011 + title: cerebral cortex GABAergic interneuron + CL:0009052: + text: CL:0009052 + description: A smooth muscle cell that is located in the anorectum. + meaning: CL:0009052 + title: smooth muscle cell of anorectum + CL:0000827: + text: CL:0000827 + description: A lymphoid progenitor cell of the T cell lineage, with some lineage + specific marker expression, but not yet fully committed to the T cell lineage. + meaning: CL:0000827 + title: pro-T cell + CL:1000549: + text: CL:1000549 + description: An epithelial cell that is part of a cortical collecting duct. + meaning: CL:1000549 + title: kidney cortex collecting duct epithelial cell + CL:4023008: + text: CL:4023008 + description: A glutamatergic neuron located in the cerebral cortex that projects + to structures of telencephalic origins. + meaning: CL:4023008 + title: intratelencephalic-projecting glutamatergic cortical neuron + CL:0002138: + text: CL:0002138 + description: A endothelial cell of a lymphatic vessel. The border of the oak + leaf-shaped endothelial cell of initial lymphatics are joined by specialized + buttons. The discontinuous feature of buttons distinguishes them from zippers + in collecting lymphatics, but both types of junctions are composed of proteins + typical of adherens junctions and tight junctions found in the endothelium + of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped + endothelial cell, leaving open the tips of flaps as routes for fluid entry + without disassembly and reformation of intercellular junctions. + meaning: CL:0002138 + title: endothelial cell of lymphatic vessel + CL:1001111: + text: CL:1001111 + description: An epithelial cell that is part of some loop of Henle thin descending + limb. + meaning: CL:1001111 + title: kidney loop of Henle thin descending limb epithelial cell + CL:1001505: + text: CL:1001505 + description: The secretory neurons of the paraventricular nucleus that synthesize + and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing + hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system. + meaning: CL:1001505 + title: parvocellular neurosecretory cell + CL:0000619: + text: CL:0000619 + meaning: CL:0000619 + title: supporting cell (sensu Nematoda) + CL:0000730: + text: CL:0000730 + description: A cell at the front of a migrating epithelial sheet. + meaning: CL:0000730 + title: leading edge cell + CL:0000407: + text: CL:0000407 + description: A cell that anchors the cell body of a scolopidial neuron to + the integument. + meaning: CL:0000407 + title: scolopidial ligament cell + CL:0000041: + text: CL:0000041 + description: A fully differentiated eosinophil, a granular leukocyte with + a nucleus that usually has two lobes connected by one or more slender threads, + and cytoplasm containing coarse, round granules that are uniform in size + and which can be stained by the dye eosin. Cells are also differentiated + from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This + cell type is CD49d-positive. + meaning: CL:0000041 + title: mature eosinophil + CL:1000839: + text: CL:1000839 + description: Any epithelial cell of proximal tubule that is part of some proximal + straight tubule. + meaning: CL:1000839 + title: kidney proximal straight tubule epithelial cell + CL:0002540: + text: CL:0002540 + description: A mesenchymal stem cell that is part of the bone marrow. + meaning: CL:0002540 + title: mesenchymal stem cell of the bone marrow + CL:0005019: + text: CL:0005019 + description: Ghrelin secreting cells found in the endocrine pancreas. + meaning: CL:0005019 + title: pancreatic epsilon cell + CL:0000966: + text: CL:0000966 + description: A germinal center B cell that has the phenotype CD77-negative, + IgD-negative, and CD38-positive. These cells have undergone somatic mutation + of the B cell receptor. + meaning: CL:0000966 + title: Bm4 B cell + CL:0011032: + text: CL:0011032 + description: An enterocyte that possesses a large supranuclear vacuolar system + that preferentially internalizes dietary protein via receptor-mediated and + fluid-phase endocytosis for intracellular digestion and trans-cellular transport. + In zebrafish these cells are located in the posterior region of the mid + intestine throughout life. In mammals they are found in the ileum pre-weaning + and later are replaced by mature enterocytes. + meaning: CL:0011032 + title: lysosome-rich enterocyte + CL:0004235: + text: CL:0004235 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric + acid (GABA). + meaning: CL:0004235 + title: AB broad diffuse-1 amacrine cell + CL:0004252: + text: CL:0004252 + description: An amicrine that has a medium dendritic field. + meaning: CL:0004252 + title: medium field retinal amacrine cell + CL:0000913: + text: CL:0000913 + description: CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000913 + title: effector memory CD8-positive, alpha-beta T cell + CL:4042001: + text: CL:4042001 + description: A GABAergic interneuron that has its soma located in the striatum + and that has an enriched expression of the gene TAC3. + meaning: CL:4042001 + title: TAC3-positive striatal interneuron + CL:0019032: + text: CL:0019032 + description: Any brush cell that is part of the intestinal epithelium. + meaning: CL:0019032 + title: intestinal tuft cell + CL:0000121: + text: CL:0000121 + description: The output neuron of the cerebellar cortex. + meaning: CL:0000121 + title: Purkinje cell + CL:0000587: + text: CL:0000587 + description: A thermoreceptor cell that detects reduced temperatures. + meaning: CL:0000587 + title: cold sensing thermoreceptor cell + CL:0002306: + text: CL:0002306 + description: An epithelial cell of the proximal tubule of the kidney. + meaning: CL:0002306 + title: epithelial cell of proximal tubule + CL:4033001: + text: CL:4033001 + description: A(n) endothelial cell that is part of a(n) arteriole of lymph + node. + meaning: CL:4033001 + title: endothelial cell of arteriole of lymph node + CL:0002203: + text: CL:0002203 + description: Brush cell found in the epithelial layer of the colon. + meaning: CL:0002203 + title: brush cell of epithelium proper of large intestine + CL:0003004: + text: CL:0003004 + description: A bistratified retinal ganglion cell that has a small dendritic + field with sparse density that terminates at the intersection of the S4-S5 + sublaminar level, and a second dendrite field that is medium in size and + degree of arborization that terminates in sublaminar layer S2. + meaning: CL:0003004 + title: G3 retinal ganglion cell + CL:0002006: + text: CL:0002006 + description: A megakaryocyte erythroid progenitor cell that is Kit-positive + and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative + and Fcgr II/III-low. + meaning: CL:0002006 + title: Kit-positive, CD34-negative megakaryocyte erythroid progenitor cell + CL:0000860: + text: CL:0000860 + description: A monocyte that responds rapidly to microbial stimuli by secreting + cytokines and antimicrobial factors and which is characterized by high expression + of CCR2 in both rodents and humans, negative for the lineage markers CD3, + CD19, and CD20, and of larger size than non-classical monocytes. + meaning: CL:0000860 + title: classical monocyte + CL:0001035: + text: CL:0001035 + description: A connective tissue cell found in bone. + meaning: CL:0001035 + title: bone cell + CL:4033065: + text: CL:4033065 + description: A mature B cell that serves as an intermediate stage in the differentiation + of naive B cells into a plasmablast. A preplasmablast expresses CD30 and + IL-6R and lacks expression of CD20, CD23, CD38 and CD138. + meaning: CL:4033065 + title: preplasmablast + CL:0009105: + text: CL:0009105 + description: A fibroblastic reticular cell found in the lymph node T cell + domain. + meaning: CL:0009105 + title: T cell zone reticular cell + CL:0000374: + text: CL:0000374 + description: An epidermal cell that is part of a cell cluster organ of the + insect integument (such as a sensillum) and that secretes a cuticular specialization, + often in the form of a hair, bristle, peg or scale. The base of this specialization + is often surrounded by a socket produced by a closely associated tormogen + cell. + meaning: CL:0000374 + title: trichogen cell + CL:1000718: + text: CL:1000718 + description: Any renal principal cell that is part of some inner medullary + collecting duct. + meaning: CL:1000718 + title: kidney inner medulla collecting duct principal cell + CL:1001434: + text: CL:1001434 + description: A neuron residing in the olfactory bulb that serve to process + and refine signals arising from olfactory sensory neurons + meaning: CL:1001434 + title: olfactory bulb interneuron + CL:0002375: + text: CL:0002375 + description: A glioblast cell that develops from a migratory neural crest + cell. The SCP is embedded among neurons (axons) with minimal extracellular + spaces separating them from nerve cell membranes and has no basal lamina. + In rodents SCPs are the only cells in the Schwann cell linage that expresses + Cdh19. + meaning: CL:0002375 + title: Schwann cell precursor + CL:0017000: + text: CL:0017000 + description: An ionocyte that is part of the lung epithelium. The cells from + this type are major sources of the CFTR protein in human and mice. + meaning: CL:0017000 + title: pulmonary ionocyte + CL:0000008: + text: CL:0000008 + description: Cell that is part of the migratory cranial neural crest population. + Migratory cranial neural crest cells develop from premigratory cranial neural + crest cells and have undergone epithelial to mesenchymal transition and + delamination. + meaning: CL:0000008 + title: migratory cranial neural crest cell + CL:0002037: + text: CL:0002037 + description: Intraepithelial T cells with a memory phenotype of CD2-positive, + CD5-positive, and CD44-positive. + meaning: CL:0002037 + title: CD2-positive, CD5-positive, CD44-positive alpha-beta intraepithelial + T cell + CL:0002344: + text: CL:0002344 + description: A natural killer cell that is developmentally immature, has the + phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and + CD161-positive. + meaning: CL:0002344 + title: CD56-negative, CD161-positive immature natural killer cell, human + CL:0009075: + text: CL:0009075 + description: A thymic medullary epithelial cell that expresses muscle-specific + biomarkers. + meaning: CL:0009075 + title: myo-medullary thymic epithelial cell + CL:0000084: + text: CL:0000084 + description: A type of lymphocyte whose defining characteristic is the expression + of a T cell receptor complex. + meaning: CL:0000084 + title: T cell + CL:0000190: + text: CL:0000190 + description: A muscle cell that can develop high tension rapidly. It is usually + innervated by a single alpha neuron. + meaning: CL:0000190 + title: fast muscle cell + CL:0000116: + text: CL:0000116 + description: Pioneer neurons establish a pathway in the developing central + nervous system and then undergo programmed cell death once the adult axons, + which follow them, have made connections with the target site. Thus, they + are a transient cell type involved in axon guidance. + meaning: CL:0000116 + title: pioneer neuron + CL:0002302: + text: CL:0002302 + description: A synovial cell that is macrophage-like, characterized by surface + ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic + vesicles, Golgi apparatus and little granular endoplasmic reticulum. + meaning: CL:0002302 + title: type A synovial cell + CL:4023029: + text: CL:4023029 + description: A medium spiny neuron that expresses dopamine type 2 receptors + and projects to the external globus pallidus. + meaning: CL:4023029 + title: indirect pathway medium spiny neuron + CL:0002125: + text: CL:0002125 + description: A circulating gamma-delta T cell that expresses RORgamma(t), + is CD27-negative and is capable of IL-17 secretion. + meaning: CL:0002125 + title: CD27-negative gamma-delta T cell + CL:0000767: + text: CL:0000767 + description: Any of the immature or mature forms of a granular leukocyte that + in its mature form has an irregularly shaped, pale-staining nucleus that + is partially constricted into two lobes, and with cytoplasm that contains + coarse, bluish-black granules of variable size. Basophils contain vasoactive + amines such as histamine and serotonin, which are released on appropriate + stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, + and FceRIa-positive. + meaning: CL:0000767 + title: basophil + CL:0000922: + text: CL:0000922 + description: An alpha-beta T cell expressing NK call markers that is CD1d + restricted and expresses a diverse TCR repertoire. Type II NKT cells do + not become activated by alpha-galactosylceramide when presented by CD1d. + meaning: CL:0000922 + title: type II NK T cell + CL:0000030: + text: CL:0000030 + meaning: CL:0000030 + title: glioblast + CL:0000774: + text: CL:0000774 + description: A late eosinophilic metamyelocyte in which the nucleus is in + the form of a curved or coiled band, not having acquired the typical multilobar + shape of the mature eosinophil. + meaning: CL:0000774 + title: band form eosinophil + CL:1000441: + text: CL:1000441 + description: An epithelial cell that is part of the viscerocranial mucosa. + meaning: CL:1000441 + title: epithelial cell of viscerocranial mucosa + CL:0000845: + text: CL:0000845 + description: A mature B cell that is located in the marginal zone of the spleen + with the phenotype CD23-negative and CD21-positive and expressing a B cell + receptor usually reactive to bacterial cell wall components or senescent + self components such as oxidized-LDL. This cell type is also described as + being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high. + meaning: CL:0000845 + title: marginal zone B cell of spleen + CL:1000803: + text: CL:1000803 + description: A cell that is part of an interstitial compartment of an inner + renal medulla. + meaning: CL:1000803 + title: kidney inner medulla interstitial cell + CL:0002446: + text: CL:0002446 + description: A NK1.1-positive T cell that is Ly49Cl-negative. + meaning: CL:0002446 + title: Ly49CI-negative natural killer cell, mouse + CL:4033067: + text: CL:4033067 + description: A follicular cell of ovary that differentiates from a granulosa + cell during the secondary follicle stage. Mural granulosa cells line the + inner surface of the follicle wall, surrounding the fluid-filled antral + cavity. These cells produce oestrogen during the follicular phase in response + to follicle-stimulating hormone (FSH), and progesterone after ovulation + in response to luteinizing hormone (LH). + meaning: CL:4033067 + title: mural granulosa cell + CL:0000153: + text: CL:0000153 + description: A cell that secretes glycosaminoglycans. + meaning: CL:0000153 + title: glycosaminoglycan secreting cell + CL:0002052: + text: CL:0002052 + description: A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- + light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, + CD45R-positive and CD25-positive. This cell type is also described as being + AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive. + meaning: CL:0002052 + title: fraction D precursor B cell + CL:0002046: + text: CL:0002046 + description: A pro-B cell that is CD22-positive, CD34-positive, CD38-positive + and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. + Cell is CD19-negative, CD20-negative, complement receptor type 2-negative + and CD10-low. D-to-J recombination of the heavy chain occurs at this stage. + meaning: CL:0002046 + title: early pro-B cell + CL:0000670: + text: CL:0000670 + description: A primordial germ cell is a diploid germ cell precursors that + transiently exist in the embryo before they enter into close association + with the somatic cells of the gonad and become irreversibly committed as + germ cells. + meaning: CL:0000670 + title: primordial germ cell + CL:0000504: + text: CL:0000504 + description: A enteroendocrine cell part of the glands of the gastric mucosa. + They produce histamine and peptides such as chromogranins. This cell type + respond to gastrin by releasing histamine which acts as a paracrine stimulator + of the release of hydrochloric acid from the gastric parietal cells. + meaning: CL:0000504 + title: enterochromaffin-like cell + CL:0000807: + text: CL:0000807 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain + in complex with the pre-T cell receptor alpha chain. + meaning: CL:0000807 + title: DN3 thymocyte + CL:1000413: + text: CL:1000413 + description: A blood vessel endothelial cell that is part of an arterial endothelium. + meaning: CL:1000413 + title: endothelial cell of artery + CL:0002312: + text: CL:0002312 + description: An acidophilic cell of the anterior pituitary that produces growth + hormone, somatotropin. + meaning: CL:0002312 + title: somatotroph + CL:0002282: + text: CL:0002282 + description: An enteroendocrine cell which produces a gastrin- and cholecystokinin-like + peptide. The apical microvilli-rich plasma membrane is in open contact with + the small intestine mucosa. This cell type is devoid of gastrin-17 but contains + other fragments of the gastrin polypeptide. + meaning: CL:0002282 + title: type TG enteroendocrine cell + CL:2000031: + text: CL:2000031 + description: Any neuron that is part of a lateral line ganglion. + meaning: CL:2000031 + title: lateral line ganglion neuron + CL:0009062: + text: CL:0009062 + description: A specialized type of CD4 positive T cell, the follicular helper + T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular + localization. These specialised T cells reside in the germinal center of + the lymph node. + meaning: CL:0009062 + title: germinal center T cell + CL:0000397: + text: CL:0000397 + description: Any interneuron that has its soma located in some ganglion. + meaning: CL:0000397 + title: ganglion interneuron + CL:0002612: + text: CL:0002612 + description: A neuron of the ventral spinal cord. + meaning: CL:0002612 + title: neuron of the ventral spinal cord + CL:0000496: + text: CL:0000496 + description: A photoreceptor cell that is sensitive to green light. + meaning: CL:0000496 + title: green sensitive photoreceptor cell + CL:4033054: + text: CL:4033054 + description: A cell that is adjacent to a vessel. A perivascular cell plays + a crucial role in maintaining vascular function and tissue homeostasis. + This cell type regulates vessel integrity and flow dynamics. + meaning: CL:4033054 + title: perivascular cell + CL:2000090: + text: CL:2000090 + description: Any stellate cell that is part of a dentate gyrus of hippocampal + formation. + meaning: CL:2000090 + title: dentate gyrus of hippocampal formation stellate cell + CL:0000350: + text: CL:0000350 + description: Any extraembryonic cell that is part of some amnioserosa. + meaning: CL:0000350 + title: amnioserosal cell + CL:0002436: + text: CL:0002436 + description: A mature CD4-positive, CD8-negative alpha-beta T cell found in + the thymus that is CD24-low and has high expression of the T cell receptor. + meaning: CL:0002436 + title: mature CD4 single-positive thymocyte + CL:0003017: + text: CL:0003017 + description: A retinal ganglion B cell that has post synaptic terminals in + S2. + meaning: CL:0003017 + title: retinal ganglion cell B3 outer + CL:0002179: + text: CL:0002179 + description: An epithelial cell within one of the pits in the embryonic gastric + mucosa from which the gastric glands develop . + meaning: CL:0002179 + title: foveolar cell of stomach + CL:0000079: + text: CL:0000079 + meaning: CL:0000079 + title: stratified epithelial cell + CL:0004216: + text: CL:0004216 + description: A type 5 cone bipolar cell with diffuse axonal branches. + meaning: CL:0004216 + title: type 5b cone bipolar cell + CL:3000004: + text: CL:3000004 + description: Peripheral sensory neuron. + meaning: CL:3000004 + title: peripheral sensory neuron + CL:0001056: + text: CL:0001056 + description: A dendritic cell with the phenotype HLA-DRA-positive. + meaning: CL:0001056 + title: dendritic cell, human + CL:0000521: + text: CL:0000521 + description: Any cell that only exists in Fungi. + meaning: CL:0000521 + title: fungal cell + CL:0011010: + text: CL:0011010 + description: A cell derived from the mesoderm that is found at the periphery + of the embryo. + meaning: CL:0011010 + title: lateral mesodermal cell + CL:1000344: + text: CL:1000344 + description: A Paneth cell that is part of the epithelium proper of small + intestine. + meaning: CL:1000344 + title: paneth cell of epithelium proper of small intestine + CL:0000249: + text: CL:0000249 + meaning: CL:0000249 + title: hatching gland cell + CL:0002474: + text: CL:0002474 + description: A MHC-II-negative classical monocyte located in lymphoid tissue + that is F4/80-positive, CD11c-negative, and CD11b-high. + meaning: CL:0002474 + title: lymphoid MHC-II-negative classical monocyte + CL:0002069: + text: CL:0002069 + description: Mostly cylindrical, resemble Type 1 in their contents and the + presence of a kinocilium and stereocilium apically; much greater variation + in size, some almost span the entire thickness of the sensory epithelium, + while others are smaller than Type 1; receive multiple efferent nerve boutons + around their bases as well as afferent endings, which are small expansions + rather than chalices. + meaning: CL:0002069 + title: type II vestibular sensory cell + CL:4028004: + text: CL:4028004 + description: A pulmonary interstitial fibroblast that is part of the alveolus + and contains lipid droplets. + meaning: CL:4028004 + title: alveolar type 1 fibroblast cell + CL:0003025: + text: CL:0003025 + description: A retinal ganglion cell C inner that has sparse dendritic density, + and large dendritic field. + meaning: CL:0003025 + title: retinal ganglion cell C3 + CL:0009015: + text: CL:0009015 + description: A follicular dendritic cell located in the Peyer's patch. These + cells from a meshwork in which Peyer's patch B cells reside. + meaning: CL:0009015 + title: Peyer's patch follicular dendritic cell + CL:0002551: + text: CL:0002551 + description: Any skin fibroblast that is part of some dermis. + meaning: CL:0002551 + title: fibroblast of dermis + CL:0009044: + text: CL:0009044 + description: A lymphocyte that resides in the lamina propria of the small + intestine. Lamina propria leukocytes and intraepithelial lymphocytes are + the effector compartments of the gut mucosal immune system. Lymphocytes + circulate through gut associated lymphoid tissues until recruitment by intestinal + antigens. They are involved in the gut immune response. + meaning: CL:0009044 + title: lymphocyte of small intestine lamina propria + CL:0002503: + text: CL:0002503 + description: A cell of the adventitial layer of ductal structures such as + the uterer, defent duct, biliary duct, etc + meaning: CL:0002503 + title: adventitial cell + CL:0017005: + text: CL:0017005 + description: A lymphocyte that has gotten larger after being stimulated by + an antigen. + meaning: CL:0017005 + title: lymphoblast + CL:0001048: + text: CL:0001048 + description: A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory + cell with the phenotype HLA-DRA-positive, indicating recent activation. + meaning: CL:0001048 + title: activated CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory + T cell, human + CL:0001032: + text: CL:0001032 + description: Granule cell that is part of the cerebral cortex. + meaning: CL:0001032 + title: cortical granule cell + CL:0002157: + text: CL:0002157 + description: A cell type that makes up the highly vascular membrane lining + the marrow cavity of long bones. + meaning: CL:0002157 + title: endosteal cell + CL:0000394: + text: CL:0000394 + description: A phagocytic hemocyte, responsible for the engulfment of small + particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial + peptides and contribute to the production and secretion of proteins of the + hemolymph. + meaning: CL:0000394 + title: plasmatocyte + CL:4033037: + text: CL:4033037 + description: A mucus secreting cell of a submucosal gland of the tracheobronchial + tree. + meaning: CL:4033037 + title: mucus secreting cell of tracheobronchial tree submucosal gland + CL:2000094: + text: CL:2000094 + description: Any epithelial cell of viscerocranial mucosa that is part of + a nasal cavity respiratory epithelium. + meaning: CL:2000094 + title: nasal cavity respiratory epithelium epithelial cell of viscerocranial + mucosa + CL:0002051: + text: CL:0002051 + description: A pre-BCR positive B cell that is CD38-high. + meaning: CL:0002051 + title: CD38-high pre-BCR positive cell + CL:0000601: + text: CL:0000601 + description: A mechanoreceptor in the organ of Corti. In mammals the outer + hair cells are arranged in three rows which are further from the modiolus + than the single row of inner hair cells. The motile properties of the outer + hair cells may contribute actively to tuning the sensitivity and frequency + selectivity of the cochlea. + meaning: CL:0000601 + title: cochlear outer hair cell + CL:0000838: + text: CL:0000838 + description: A progenitor cell restricted to the lymphoid lineage. + meaning: CL:0000838 + title: lymphoid lineage restricted progenitor cell + CL:4030017: + text: CL:4030017 + description: An epithelial cell located in the late distal convoluted tubule. + meaning: CL:4030017 + title: epithelial cell of late distal convoluted tubule + CL:0004224: + text: CL:0004224 + description: A broadly stratifying amacrine cell that has a small dendritic + field and post-synaptic terminals in S2 and S3. This cell type releases + the neurotransmitter glycine. + meaning: CL:0004224 + title: AB diffuse-2 amacrine cell + CL:1000420: + text: CL:1000420 + description: A myoepithelial cell that is part of the terminal lactiferous + duct. + meaning: CL:1000420 + title: myoepithelial cell of terminal lactiferous duct + CL:0000295: + text: CL:0000295 + description: A peptide hormone secreting cell that produces growth hormone, + somatotropin. + meaning: CL:0000295 + title: somatotropin secreting cell + CL:4033043: + text: CL:4033043 + description: A macrophage that is part of the lung connective tissue (pulmonary + interstitium). This cell performs tissue remodeling and contributes to barrier + immunity through antigen presentation. + meaning: CL:4033043 + title: lung interstitial macrophage + CL:0000202: + text: CL:0000202 + description: A mechanoreceptor cell of the auditory or vestibular system that + is sensitive to auditory stimuli. The accessory sensory structures are arranged + so that appropriate stimuli cause movement of the hair-like projections + (stereocilia and kinocilia) which relay the information centrally in the + nervous system. + meaning: CL:0000202 + title: auditory hair cell + CL:0009018: + text: CL:0009018 + description: A lymphocyte that resides in the lamina propria of the large + intestine. + meaning: CL:0009018 + title: lymphocyte of large intestine lamina propria + CL:2000078: + text: CL:2000078 + description: Any pericyte cell that is part of a placenta. + meaning: CL:2000078 + title: placental pericyte + CL:1000272: + text: CL:1000272 + description: Any secretory cell that is part of some lung. + meaning: CL:1000272 + title: lung secretory cell + CL:0009034: + text: CL:0009034 + description: A dendritic cell that is located in a vermiform appendix. + meaning: CL:0009034 + title: dendritic cell of appendix + CL:0000721: + text: CL:0000721 + meaning: CL:0000721 + title: equatorial cone cell (sensu Endopterygota) + CL:0000196: + text: CL:0000196 + description: A muscle cell that is involved in the mechanism of insect flight. + This encompasses both, cells that power flight and cells that control flight. + meaning: CL:0000196 + title: insect flight muscle cell + CL:1001319: + text: CL:1001319 + description: Any cell that is part of some urinary bladder. + meaning: CL:1001319 + title: bladder cell + CL:0000339: + text: CL:0000339 + description: An early neural cell developing from the early ependymal cell + of the neural tube. + meaning: CL:0000339 + title: glioblast (sensu Vertebrata) + CL:0000631: + text: CL:0000631 + description: Cells forming a framework supporting the organ of Corti. Specific + cells are those of Claudius, Deiters and Hensen. + meaning: CL:0000631 + title: labyrinth supporting cell + CL:0008027: + text: CL:0008027 + description: A bipolar neuron found in the retina that is synapsed by rod + photoreceptor cells. These neurons have axons that arborize and synapse + to targets in inner plexiform layers 4 and 5 and depolarize in response + to light. + meaning: CL:0008027 + title: rod bipolar cell (sensu Mus) + CL:0004238: + text: CL:0004238 + description: A bistratified amacrine cell with a medium dendritic field, a + flat and sparse dendritic arbor, and post-synaptic terminals at the intersections + of S1 and S2, and S3 and S4. + meaning: CL:0004238 + title: asymmetric bistratified amacrine cell + CL:0000035: + text: CL:0000035 + description: A stem cell that self-renews as well as give rise to a single + mature cell type. + meaning: CL:0000035 + title: single fate stem cell + CL:1001097: + text: CL:1001097 + description: Any smooth muscle cell that is part of some renal afferent arteriole. + meaning: CL:1001097 + title: kidney afferent arteriole smooth muscle cell + CL:1000838: + text: CL:1000838 + description: Any epithelial cell of proximal tubule that is part of some proximal + convoluted tubule and has part some brush border. + meaning: CL:1000838 + title: kidney proximal convoluted tubule epithelial cell + CL:3000000: + text: CL:3000000 + description: A ciliated epithelial cell of the esophagus. + meaning: CL:3000000 + title: ciliated epithelial cell of esophagus + CL:0000881: + text: CL:0000881 + description: A border associated macrophage that is adjacent to a small blood + vessel of a brain. A perivascular macrophage expresses the markers CD14, + CD16 and CD163. In homeostatic conditions, this central nervous system macrophage + has a non-motile cell body with extending and retracting projections through + the blood vessel wall. + meaning: CL:0000881 + title: perivascular macrophage + CL:0002437: + text: CL:0002437 + description: A mature CD8-positive, CD4-negative alpha-beta T cell found in + the thymus that is CD24-low and has high expression of the T cell receptor. + meaning: CL:0002437 + title: mature CD8 single-positive thymocyte + CL:0002320: + text: CL:0002320 + description: A cell of the supporting or framework tissue of the body, arising + chiefly from the embryonic mesoderm and including adipose tissue, cartilage, + and bone. + meaning: CL:0002320 + title: connective tissue cell + CL:1000616: + text: CL:1000616 + description: Any kidney medulla cell that is part of some outer medulla of + kidney. + meaning: CL:1000616 + title: kidney outer medulla cell + CL:0003015: + text: CL:0003015 + description: A G11 retinal ganglion cell that has post synaptic terminals + in sublaminar layer S4 and is depolarized by illumination of its receptive + field center. + meaning: CL:0003015 + title: G11-ON retinal ganglion cell + CL:0002359: + text: CL:0002359 + description: A hematopoietic stem cell of the placenta. This cell type is + first observed E10.5 This cell type may give rise to fetal liver hematopoietic + stem cells. + meaning: CL:0002359 + title: placental hematopoietic stem cell + CL:0005010: + text: CL:0005010 + description: A cuboidal epithelial cell of the kidney that regulates acid/base + balance. + meaning: CL:0005010 + title: renal intercalated cell + CL:0002623: + text: CL:0002623 + description: An acinar cell of salivary gland. + meaning: CL:0002623 + title: acinar cell of salivary gland + CL:1001516: + text: CL:1001516 + description: The various hormone- or neurotransmitter-secreting cells present + throughout the mucosa of the intestinal tract. + meaning: CL:1001516 + title: intestinal enteroendocrine cell + CL:0000713: + text: CL:0000713 + meaning: CL:0000713 + title: corona radiata cell + CL:0009116: + text: CL:0009116 + description: A progenitor cell with the potential to differentiate into luminal + epithelial cells of mammary glands. In mouse, CD61 and c-kit were found + to be coexpressed by the majority of, but not all, committed luminal progenitor + cells. + meaning: CL:0009116 + title: progenitor cell of mammary luminal epithelium + CL:0011002: + text: CL:0011002 + description: A motor neuron that is generated only on limb levels and send + axons into the limb mesenchyme. + meaning: CL:0011002 + title: lateral motor column neuron + CL:4023080: + text: CL:4023080 + description: a L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex that has stellate pyramidal morphology. + meaning: CL:4023080 + title: stellate L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex (Mmus) + CL:0009071: + text: CL:0009071 + description: A thymic medullary epithelial cell considered to be a pre-AIRE + mTEC population. + meaning: CL:0009071 + title: medullary thymic epithelial cell type 1 + CL:0000652: + text: CL:0000652 + description: This cell type produces and secretes melatonin and forms the + pineal parenchyma. Extending from each cell body, which has a spherical, + oval or lobulated mucleus, are one or more tortuous basophilic processes, + containing parallel microtubules known as synaptic ribbons. These processes + end in expanded terminal buds near capillaries or less, frequently, ependymal + cells of the pineal recess. The terminal buds contain granular endoplasmic + reticulum, mitochondria and electron-dense cored vesicles, which store monoamines + and polypeptide hormones, release of which appears to require sympathetic + innervation. + meaning: CL:0000652 + title: pinealocyte + CL:4023127: + text: CL:4023127 + description: a KNDy neuron that is located in the arcuate nucleus of the hypothalamus. + meaning: CL:4023127 + title: arcuate nucleus of hypothalamus KNDy neuron + CL:0000862: + text: CL:0000862 + description: A macrophage that suppresses immune responses. + meaning: CL:0000862 + title: suppressor macrophage + CL:0000993: + text: CL:0000993 + description: Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid + dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and + MHCII-positive. + meaning: CL:0000993 + title: mature CD11c-low plasmacytoid dendritic cell + CL:0002009: + text: CL:0002009 + description: A progenitor cell that can give rise to plasmacytoid and myeloid + dendritic cells, and to monocytes and macrophages. + meaning: CL:0002009 + title: macrophage dendritic cell progenitor + CL:0002603: + text: CL:0002603 + description: An astrocyte of the cerebellum. + meaning: CL:0002603 + title: astrocyte of the cerebellum + CL:0009060: + text: CL:0009060 + description: A mature B cell located in the marginal zone of the lymph node. + meaning: CL:0009060 + title: marginal zone B cell of lymph node + CL:0002254: + text: CL:0002254 + description: An epithelial cell of the small intestine. + meaning: CL:0002254 + title: epithelial cell of small intestine + CL:0009055: + text: CL:0009055 + description: A paneth cell that is located in the anorectum. + meaning: CL:0009055 + title: paneth cell of anorectum + CL:0000818: + text: CL:0000818 + description: An immature B cell of an intermediate stage between the pre-B + cell stage and the mature naive stage with the phenotype surface IgM-positive + and CD19-positive, and are subject to the process of B cell selection. A + transitional B cell migrates from the bone marrow into the peripheral circulation, + and then to the spleen. + meaning: CL:0000818 + title: transitional stage B cell + CL:0000998: + text: CL:0000998 + description: CD8_alpha-negative CD11b-negative dendritic cell is a conventional + dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and + is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive + T cells. + meaning: CL:0000998 + title: CD8_alpha-negative CD11b-negative dendritic cell + CL:0001043: + text: CL:0001043 + description: A recently activated CD4-positive, alpha-beta T cell with the + phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, + CD127-negative, and CD25-positive. + meaning: CL:0001043 + title: activated CD4-positive, alpha-beta T cell, human + CL:0009078: + text: CL:0009078 + description: A fibroblast located in the thymic capsule. + meaning: CL:0009078 + title: thymic fibroblast type 1 + CL:0000314: + text: CL:0000314 + meaning: CL:0000314 + title: milk secreting cell + CL:0000608: + text: CL:0000608 + description: A thick walled, sexual, resting spore formed by Zygomycetes; + sometimes refers to the spore and the multi-layered cell wall that encloses + the spore, the zygosporangium. + meaning: CL:0000608 + title: zygospore + CL:0000744: + text: CL:0000744 + description: A columnar chondrocyte that differentiates in the late embryonic + growth plate of bone. Columnar chondrocytes vigorously proliferate and form + columns in the growth plate. + meaning: CL:0000744 + title: columnar chondrocyte + CL:0002259: + text: CL:0002259 + description: The stem cell from which glial precursor cell arises from. + meaning: CL:0002259 + title: neuroepithelial stem cell + CL:0002004: + text: CL:0002004 + description: A proerythoblast that is CD34-negative and GlyA-negative. + meaning: CL:0002004 + title: CD34-negative, GlyA-negative proerythroblast + CL:1000433: + text: CL:1000433 + description: An epithelial cell that is part of the lacrimal canaliculus. + meaning: CL:1000433 + title: epithelial cell of lacrimal canaliculus + CL:0004227: + text: CL:0004227 + description: A bistratified amacrine cell with a small dendritic field. Flat + bistratified amacrine cells have post-synaptic terminals both on the border + of S1 and S2, and on the border of S3 and S4. This cell type releases the + neurotransmitter glycine. + meaning: CL:0004227 + title: flat bistratified amacrine cell + CL:4033022: + text: CL:4033022 + description: A mucus secreting cell of a submucosal gland of the bronchus. + meaning: CL:4033022 + title: mucus secreting cell of bronchus submucosal gland + CL:0003048: + text: CL:0003048 + description: A cone cell that detects long wavelength light. Exact peak of + spectra detected differs between species. In humans, spectra peaks at 564-580 + nm. + meaning: CL:0003048 + title: L cone cell + CL:0009080: + text: CL:0009080 + description: A tuft cell located in the small intestine. + meaning: CL:0009080 + title: tuft cell of small intestine + CL:0002569: + text: CL:0002569 + description: A mesenchymal stem cell of the umbilical cord. + meaning: CL:0002569 + title: mesenchymal stem cell of umbilical cord + CL:0000235: + text: CL:0000235 + description: A mononuclear phagocyte present in variety of tissues, typically + differentiated from monocytes, capable of phagocytosing a variety of extracellular + particulate material, including immune complexes, microorganisms, and dead + cells. + meaning: CL:0000235 + title: macrophage + CL:0002176: + text: CL:0002176 + description: A cell of a secondary follicile within the ovary. + meaning: CL:0002176 + title: secondary follicular cell of ovary + CL:4030005: + text: CL:4030005 + description: A renal beta-intercalated cell that is part of the cortical collecting + duct. The medullary collecting duct does not contain the renal beta-intercalated + cell type. + meaning: CL:4030005 + title: kidney collecting duct beta-intercalated cell + CL:0000999: + text: CL:0000999 + description: CD8_alpha-negative CD11b-positive dendritic cell is a conventional + dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative + and CD8_alpha-negative. + meaning: CL:0000999 + title: CD4-positive CD11b-positive dendritic cell + CL:0002472: + text: CL:0002472 + description: Gr1-low non-classical monocyte that has low to intermediate expression + of the MHC-II complex. + meaning: CL:0002472 + title: MHC-II-low non-classical monocyte + CL:0003021: + text: CL:0003021 + description: A retinal ganglion cell C outer that has a medium dendritic field + and a dense dendritic arbor. + meaning: CL:0003021 + title: retinal ganglion cell C4 + CL:4023000: + text: CL:4023000 + description: A motor neuron that innervates both intrafusal and extrafusal + muscle fibers. Low abundancy. They control both muscle contraction and responsiveness + of the sensory feedback from muscle spindles. + meaning: CL:4023000 + title: beta motor neuron + CL:0002657: + text: CL:0002657 + description: A glandular epithelial cell of the esophagus. + meaning: CL:0002657 + title: glandular cell of esophagus + CL:0000514: + text: CL:0000514 + description: A precursor cell destined to differentiate into smooth muscle + myocytes. + meaning: CL:0000514 + title: smooth muscle myoblast + CL:0000349: + text: CL:0000349 + description: Any cell that is part of some extraembryonic structure. + meaning: CL:0000349 + title: extraembryonic cell + CL:0002190: + text: CL:0002190 + description: A flat keratinocyte immediately below the cornified layer. + meaning: CL:0002190 + title: squamous cell of epidermis + CL:4030035: + text: CL:4030035 + description: A dental pulp cell that possesses stem-cell-like qualities, including + self-renewal capability and multi-lineage differentiation. + meaning: CL:4030035 + title: dental pulp stem cell + CL:0002067: + text: CL:0002067 + description: An enteroendocrine cell that produces glucagon. + meaning: CL:0002067 + title: type A enteroendocrine cell + CL:0009114: + text: CL:0009114 + description: A B cell found in the perisinusoidal area of a lymph node. In + humans, monocytoid B cells are a morphologically distinct B cell population + (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many + similarities with marginal zone B cells including marker expression, and + are increased in disease settings. + meaning: CL:0009114 + title: monocytoid B cell + CL:1001517: + text: CL:1001517 + description: The various hormone- or neurotransmitter-secreting cells present + throughout the mucosa of the stomach. + meaning: CL:1001517 + title: stomach enteroendocrine cell + CL:0000137: + text: CL:0000137 + description: A mature osteoblast that has become embedded in the bone matrix. + They occupy a small cavity, called lacuna, in the matrix and are connected + to adjacent osteocytes via protoplasmic projections called canaliculi. + meaning: CL:0000137 + title: osteocyte + CL:0009024: + text: CL:0009024 + description: A mesothelial cell that is part of the small intestine. + meaning: CL:0009024 + title: mesothelial cell of small intestine + CL:4040004: + text: CL:4040004 + description: Any mesenchymal stem cell of adipose tissue that is part of an + orbital region. + meaning: CL:4040004 + title: mesenchymal stem cell of orbital adipose tissue + CL:0002367: + text: CL:0002367 + description: A cell that lines the trabecular meshwork, which is an area of + tissue in the eye located around the base of the cornea, near the ciliary + body, and is responsible for draining the aqueous humor from the eye via + the anterior chamber (the chamber on the front of the eye covered by the + cornea). This cell may play a role in regulating intraocular pressure. + meaning: CL:0002367 + title: trabecular meshwork cell + CL:0002062: + text: CL:0002062 + description: A squamous pulmonary alveolar epithelial cell that is flattened + and branched. A pulmonary alveolar type 1 cell covers more than 98% of the + alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions + to form the air-blood barrier essential for normal gas exchange. + meaning: CL:0002062 + title: pulmonary alveolar type 1 cell + CL:0000724: + text: CL:0000724 + description: A differentiated cell that functions as a site of nitrogen fixation + under aerobic conditions. + meaning: CL:0000724 + title: heterocyst + CL:1001598: + text: CL:1001598 + description: 'A glandular cell found in the epithelium of the small intestine. + Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; + M cells; Somatostatin-secreting Cells (D-cells) .' + meaning: CL:1001598 + title: small intestine glandular cell + CL:1001589: + text: CL:1001589 + description: 'Glandular cell of duodenal epithelium. Example: Enterocytes, + Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner''s gland + cell.' + meaning: CL:1001589 + title: duodenum glandular cell + CL:1000147: + text: CL:1000147 + description: A cell that is part of a cardiac valve. + meaning: CL:1000147 + title: cardiac valve cell + CL:0002402: + text: CL:0002402 + description: A resting mature B cell within the Peyer's patch that is CD19-positive, + B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, + and CD5-negative. + meaning: CL:0002402 + title: Peyer's patch B cell + CL:1001126: + text: CL:1001126 + description: Any vasa recta cell that is part of some inner renal medulla + vasa recta. + meaning: CL:1001126 + title: inner renal medulla vasa recta cell + CL:0002608: + text: CL:0002608 + description: A neuron with a soma found in the hippocampus. + meaning: CL:0002608 + title: hippocampal neuron + CL:0002011: + text: CL:0002011 + description: A progenitor cell that can give rise to plasmacytoid and myeloid + dendritic cells, and to monocytes and macrophages. Marker for this cell + is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative. + meaning: CL:0002011 + title: Kit-positive macrophage dendritic cell progenitor + CL:4023012: + text: CL:4023012 + description: A glutamatergic neuron located in the cerebral cortex that projects + axons locally rather than distantly. + meaning: CL:4023012 + title: near-projecting glutamatergic cortical neuron + CL:0005014: + text: CL:0005014 + description: A non-sensory cell that extends from the basement membrane to + the apical surface of the auditory epithelium and provides support for auditory + hair cells. + meaning: CL:0005014 + title: auditory epithelial supporting cell + CL:0002249: + text: CL:0002249 + description: A stem cell that can differentiate into a cardiac myocyte. + meaning: CL:0002249 + title: primitive cardiac myocyte + CL:0002675: + text: CL:0002675 + description: A S. pombe cell type determined by mat1-Pc and mat1-Pi on the + mat1 locus. + meaning: CL:0002675 + title: H plus + CL:0000025: + text: CL:0000025 + description: A female gamete where meiosis has progressed to metaphase II + and is able to participate in fertilization. + meaning: CL:0000025 + title: egg cell + CL:2000021: + text: CL:2000021 + description: Any native cell that is part of a sebaceous gland. + meaning: CL:2000021 + title: sebaceous gland cell + CL:0002120: + text: CL:0002120 + description: An CD24-positive CD38-negative IgG-negative memory B cell is + a CD38-negative IgG-negative class switched memory B cell that lacks IgG + on the cell surface with the phenotype CD24-positive, CD38-negative, and + IgG-negative. + meaning: CL:0002120 + title: CD24-positive CD38-negative IgG-negative class switched memory B cell + CL:0008005: + text: CL:0008005 + description: A somatic muscle cell that is oblquely striated. Examples include + the somatic muscles of nematodes. + meaning: CL:0008005 + title: obliquely striated somatic muscle cell + CL:0002654: + text: CL:0002654 + description: An epithelial cell of stratum corneum of esophageal epithelium. + meaning: CL:0002654 + title: epithelial cell of stratum corneum of esophageal epithelium + CL:0011018: + text: CL:0011018 + description: "A group 3 innate lymphoid cell that express ROR gamma t and\ + \ IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c,\ + \ Gr-1), with the functional ability to interact with mesenchymal cells\ + \ through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer\ + \ cells are key to the development of lymph nodes and Peyer\u2019s patches." + meaning: CL:0011018 + title: "lymphoid tissue\u2013inducer cell" + CL:0000660: + text: CL:0000660 + description: An extracellular matrix secreting cell that secretes glycocalyx. + meaning: CL:0000660 + title: glycocalyx secreting cell + CL:0000763: + text: CL:0000763 + description: A cell of the monocyte, granulocyte, mast cell, megakaryocyte, + or erythroid lineage. + meaning: CL:0000763 + title: myeloid cell + CL:0002199: + text: CL:0002199 + description: An oncocyte located in the parathyroid gland. + meaning: CL:0002199 + title: oxyphil cell of parathyroid gland + CL:0001018: + text: CL:0001018 + description: Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001018 + title: immature CD8_alpha-low Langerhans cell + CL:0003009: + text: CL:0003009 + description: A mono-stratified retinal ganglion cell that has a medium dendritic + field and a sparse dendritic arbor with post sympatic terminals in sublaminar + layer S4 and S5. + meaning: CL:0003009 + title: G6 retinal ganglion cell + CL:0000180: + text: CL:0000180 + description: A steroid hormone secreting cell that secretes estradiol. + meaning: CL:0000180 + title: estradiol secreting cell + CL:0002308: + text: CL:0002308 + description: An epithelial cell of a skin gland. + meaning: CL:0002308 + title: epithelial cell of skin gland + CL:0002543: + text: CL:0002543 + description: An endothelial cell that is part of the vein. + meaning: CL:0002543 + title: vein endothelial cell + CL:0008032: + text: CL:0008032 + description: A GABAergic interneuron in human cortical layer 1 that has large + rosehip-shaped axonal boutons and compact arborization. + meaning: CL:0008032 + title: rosehip neuron + CL:1000442: + text: CL:1000442 + description: An urothelial cell that is part of the trigone of urinary bladder. + meaning: CL:1000442 + title: urothelial cell of trigone of urinary bladder + CL:0002488: + text: CL:0002488 + description: A trophoblast cell that has a large volume of cytoplasm, is polyploid + and is usually mononuclear but is also occasionally multi-nucleate. This + cell type is important in establishing maternal physiology and remodeling + of the vasculature of the placenta. + meaning: CL:0002488 + title: trophoblast giant cell + CL:0000014: + text: CL:0000014 + description: A stem cell that is the precursor of gametes. + meaning: CL:0000014 + title: germ line stem cell + CL:0004242: + text: CL:0004242 + description: An amacrine cell with a wide dendritic field, dendrites in S3, + and post-synaptic terminals in S3. Dendrites of this cell type are straight + and minimally branched. + meaning: CL:0004242 + title: WF3-1 amacrine cell + CL:1000050: + text: CL:1000050 + description: Any glial cell that is part of some lateral line nerve. + meaning: CL:1000050 + title: lateral line nerve glial cell + CL:1001572: + text: CL:1001572 + description: A vascular endothelial cell found in colon blood vessels. + meaning: CL:1001572 + title: colon endothelial cell + CL:0000984: + text: CL:0000984 + description: A plasmablast that secretes IgA. + meaning: CL:0000984 + title: IgA plasmablast + CL:0000104: + text: CL:0000104 + description: A neuron with three or more neurites, usually an axon and multiple + dendrites. + meaning: CL:0000104 + title: multipolar neuron + CL:1001285: + text: CL:1001285 + description: A cell that is part of some vasa recta descending limb. + meaning: CL:1001285 + title: vasa recta descending limb cell + CL:1000419: + text: CL:1000419 + description: A myoepithelial cell that is part of the lactiferous duct. + meaning: CL:1000419 + title: myoepithelial cell of lactiferous duct + CL:0000417: + text: CL:0000417 + meaning: CL:0000417 + title: endopolyploid cell + CL:0002146: + text: CL:0002146 + description: A sweat producing cell of eccrine sweat glands. Pyramidal in + shape, with its base resting on the basal lamina or myoepitheliocytes, and + its microvillus-covered apical plasma membrane line up the intercellular + canaliculi. Cell is not stained by hematoxylin or eosin. + meaning: CL:0002146 + title: clear cell of eccrine sweat gland + CL:0002122: + text: CL:0002122 + description: A B220-positive CD38-positive IgG-negative memory B cell is a + CD38-positive IgG-negative class switched memory B cell that lacks IgG on + the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative. + meaning: CL:0002122 + title: B220-positive CD38-positive IgG-negative class switched memory B cell + CL:0000695: + text: CL:0000695 + description: A neuron of the human embryonic marginal zone which display, + as a salient feature, radial ascending processes that contact the pial surface, + and a horizontal axon plexus located in the deep marginal zone. One feature + of these cells in mammals is that they express the Reelin gene. + meaning: CL:0000695 + title: Cajal-Retzius cell + CL:0002070: + text: CL:0002070 + description: Bottle-shaped with narrow neck; broad, rounded basal portion + where nucleus is located; stereocilia and a single kinocilium is present + apically; receive nerve bouton at their base from an afferent cup-shaped + (chalice or calyx) nerve ending. + meaning: CL:0002070 + title: type I vestibular sensory cell + CL:4023083: + text: CL:4023083 + description: A GABAergic interneuron that selectively innervates the axon + initial segment of pyramidal cells. Their local axonal clusters are formed + by high-frequency branching at shallow angles, often ramifying around, above + or below their somata with a high bouton density. The characteristic terminal + portions of the axon form short vertical rows of boutons, resembling the + candlesticks and candles of a chandelier. Chandelier cells can be multipolar + or bitufted. + meaning: CL:4023083 + title: chandelier cell + CL:1000366: + text: CL:1000366 + description: A transitional myocyte that is part of the middle internodal + tract. + meaning: CL:1000366 + title: transitional myocyte of middle internodal tract + CL:0003014: + text: CL:0003014 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field, a medium dendritic arbor, and a medium length secondary dendrite + shaft. + meaning: CL:0003014 + title: G11 retinal ganglion cell + CL:0002512: + text: CL:0002512 + description: A langerin-negative lymph node dendritic cell that is CD103-negative + and CD11b-high. + meaning: CL:0002512 + title: CD11b-high, CD103-negative, langerin-negative lymph node dendritic + cell + CL:0002595: + text: CL:0002595 + description: A smooth muscle cell of the subclavian artery. + meaning: CL:0002595 + title: smooth muscle cell of the subclavian artery + CL:0002078: + text: CL:0002078 + description: Epithelial cell derived from mesoderm or mesenchyme. + meaning: CL:0002078 + title: meso-epithelial cell + CL:0002420: + text: CL:0002420 + description: A T cell that has not completed T cell selection. + meaning: CL:0002420 + title: immature T cell + CL:0000503: + text: CL:0000503 + description: A flattened stroma cell forming a sheath or theca outside the + basal lamina lining the mature ovarian follicle. Thecal interstitial or + stromal cells are steroidogenic, and produce primarily androgens which serve + as precusors of estrogens in the granulosa cells. + meaning: CL:0000503 + title: theca cell + CL:0000908: + text: CL:0000908 + description: A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, + CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines. + meaning: CL:0000908 + title: CD8-positive, alpha-beta cytokine secreting effector T cell + CL:0002664: + text: CL:0002664 + description: A stem cell that can give rise to multiple cell types (i.e. smooth + muscle, endothelial) in the developing heart. + meaning: CL:0002664 + title: cardioblast + CL:4023057: + text: CL:4023057 + description: Any GABAergic interneuron that has its soma located in some cerebellar + cortex. + meaning: CL:4023057 + title: cerebellar inhibitory GABAergic interneuron + CL:0002532: + text: CL:0002532 + description: A myeloid dendritic cell found in the blood that is CD16-positive. + meaning: CL:0002532 + title: CD16-positive myeloid dendritic cell + CL:0008001: + text: CL:0008001 + description: Any hematopoietic cell that is a precursor of some other hematopoietic + cell type. + meaning: CL:0008001 + title: hematopoietic precursor cell + CL:0000206: + text: CL:0000206 + description: A cell specialized to detect chemical substances and relay that + information centrally in the nervous system. Chemoreceptors may monitor + external stimuli, as in taste and olfaction, or internal stimuli, such as + the concentrations of oxygen and carbon dioxide in the blood. + meaning: CL:0000206 + title: chemoreceptor cell + CL:2000065: + text: CL:2000065 + description: Any microvascular endothelial cell that is part of a female urethra. + meaning: CL:2000065 + title: ovarian microvascular endothelial cell + CL:0000957: + text: CL:0000957 + description: A large pre-B-II cell is a pre-B-II cell that is proliferating + and is Rag1-negative and Rag2-negative. + meaning: CL:0000957 + title: large pre-B-II cell + CL:0000986: + text: CL:0000986 + description: A fully differentiated plasma cell that secretes IgM. + meaning: CL:0000986 + title: IgM plasma cell + CL:0000792: + text: CL:0000792 + description: A CD4-positive, CD25-positive, alpha-beta T cell that regulates + overall immune responses as well as the responses of other T cell subsets + through direct cell-cell contact and cytokine release. + meaning: CL:0000792 + title: CD4-positive, CD25-positive, alpha-beta regulatory T cell + CL:0002194: + text: CL:0002194 + description: A cell involved in the formation of a monocyte (monopoiesis). + meaning: CL:0002194 + title: monopoietic cell + CL:0002496: + text: CL:0002496 + description: A T cell that is located in the intestinal epithelium and is + capable of a mucosal immune response. + meaning: CL:0002496 + title: intraepithelial lymphocyte + CL:0000600: + text: CL:0000600 + description: A fungal cell with two or more genetically distinct nuclei. + meaning: CL:0000600 + title: heterokaryon + CL:0000355: + text: CL:0000355 + description: A multifate stem cell found in skeletal muscle than can differentiate + into many different cell types, including muscle. Distinct cell type from + satellite cell. + meaning: CL:0000355 + title: multi-potent skeletal muscle stem cell + CL:1000893: + text: CL:1000893 + description: Any kidney blood vessel cell that is part of some renal vein. + meaning: CL:1000893 + title: kidney venous blood vessel cell + CL:0002044: + text: CL:0002044 + description: A basophil mast progenitor cell that is Beta-7 integrin-high, + Kit-positive FcRgammaII/III-positive and Sca1-negative. + meaning: CL:0002044 + title: Kit-positive, integrin beta7-high basophil mast progenitor cell + CL:0002246: + text: CL:0002246 + description: A hematopoeitic stem cell found in the blood. Normally found + in very limited numbers in the peripheral circulation (less than 0.1% of + all nucleated cells). + meaning: CL:0002246 + title: peripheral blood stem cell + CL:0009098: + text: CL:0009098 + description: A skeletal muscle fiber found at the fetal and neonatal stages. + In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy + chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears + shortly after birth and is replaced by expression of adult heavy chain myosins. + meaning: CL:0009098 + title: fetal and neonatal skeletal muscle fiber + CL:1000720: + text: CL:1000720 + description: Any renal intercalated cell that is part of some papillary duct. + meaning: CL:1000720 + title: kidney papillary duct intercalated cell + CL:0000975: + text: CL:0000975 + description: A fully differentiated plasma cell that lives for months. + meaning: CL:0000975 + title: short lived plasma cell + CL:0000367: + text: CL:0000367 + meaning: CL:0000367 + title: sheath cell (sensu Nematoda) + CL:0009045: + text: CL:0009045 + description: A B cell found in the lymph node medullary sinus. + meaning: CL:0009045 + title: B cell of medullary sinus of lymph node + CL:0002443: + text: CL:0002443 + description: A NK1.1-positive T cell that is Ly49Cl-positive. + meaning: CL:0002443 + title: Ly49CI-positive natural killer cell, mouse + CL:0000446: + text: CL:0000446 + description: An epithelial cell of the parathyroid gland that is arranged + in wide, irregular interconnecting columns; responsible for the synthesis + and secretion of parathyroid hormone. + meaning: CL:0000446 + title: chief cell of parathyroid gland + CL:0000561: + text: CL:0000561 + description: Interneuron of the vertebrate retina. They integrate, modulate, + and interpose a temporal domain in the visual message presented to the retinal + ganglion cells, with which they synapse in the inner plexiform layer. They + lack large axons. + meaning: CL:0000561 + title: amacrine cell + CL:0002143: + text: CL:0002143 + description: A chief cell that is smaller than light chief cells and has a + smaller and darker nucleus and a finely granular cytoplasm with many granules. + meaning: CL:0002143 + title: dark chief cell of parathyroid gland + CL:0000566: + text: CL:0000566 + description: A mesenchymal stem cell capable of developing into blood vessel + endothelium. + meaning: CL:0000566 + title: angioblastic mesenchymal cell + CL:0019021: + text: CL:0019021 + description: An endothelial cell found in the periportal region hepatic sinusoid, + near the portal triad. The fenestrae of these cells are larger but fewer + in number compared with those of endothelial cells near the centrilobular + region of the hepatic sinusoid. + meaning: CL:0019021 + title: endothelial cell of periportal hepatic sinusoid + CL:1001145: + text: CL:1001145 + description: Any kidney cortex vein cell that is part of some renal interlobular + vein. + meaning: CL:1001145 + title: interlobular vein cell + CL:0008012: + text: CL:0008012 + description: A skeletal muscle satellite cell that is mitotically quiescent. These + cells are wedge shaped and have a large nuclear to cytoplasmic ratio with + few organelles, a small nucleus and condensed interphase chromatin. Satellite + cells typically remain in this state until activated following muscle damage. + meaning: CL:0008012 + title: quiescent skeletal muscle satellite cell + CL:0000142: + text: CL:0000142 + description: A cell occurring in the peripheral part of the vitreous body + of the eye that may be responsible for production of hyaluronic acid and + collagen. + meaning: CL:0000142 + title: hyalocyte + CL:2000017: + text: CL:2000017 + description: Any fibroblast that is part of a periodontal ligament. + meaning: CL:2000017 + title: fibroblast of peridontal ligament + CL:0004115: + text: CL:0004115 + description: A monostratified retinal ganglion cell with small to medium soma + and small to medium dendritic field. + meaning: CL:0004115 + title: retinal ganglion cell B + CL:0000424: + text: CL:0000424 + description: A cell involved in the elimination of metabolic and foreign toxins, + and in maintaining the ionic, acid-base and water balance of biological + fluids. + meaning: CL:0000424 + title: excretory cell + CL:0000568: + text: CL:0000568 + description: A cell that originates in the neural crest, that has certain + cytochemical and ultrastructural characteristics and is found scattered + throughout the body; types include melanocytes, the cells of the chromaffin + system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, + lungs, gastrointestinal tract, and pancreas. This cell type concentrates + the amino acid precursors of certain amines and decarboxylate them, forming + amines that function as regulators and neurotransmitters. This cell type + produces substances such as epinephrine, norepinephrine, dopamine, serotonin, + enkephalin, somatostatin, neurotensin, and substance P, the actions of which + may affect contiguous cells, nearby groups of cells, or distant cells, thus + functioning as local or systemic hormones. The name is an acronym for amine + precursor uptake and decarboxylation cell. + meaning: CL:0000568 + title: amine precursor uptake and decarboxylation cell + CL:0002642: + text: CL:0002642 + description: An epithelial cell of the esophageal cardiac gland that occurs + both in the proximal and distal esophagus, within the lamina propia. + meaning: CL:0002642 + title: epithelial cell of esophageal cardiac gland + CL:0002349: + text: CL:0002349 + description: A natural killer cell that is CD27-high and CD11b-low. + meaning: CL:0002349 + title: CD27-high, CD11b-low natural killer cell, mouse + CL:0002522: + text: CL:0002522 + description: A renal filtration cell is a specialized cell of the renal system + that filter fluids by charge, size or both. + meaning: CL:0002522 + title: renal filtration cell + CL:0002501: + text: CL:0002501 + description: A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive + intestinal polypeptide. + meaning: CL:0002501 + title: type D1 enteroendocrine cell + CL:0000817: + text: CL:0000817 + description: A precursor B cell is a B cell with the phenotype CD10-positive. + meaning: CL:0000817 + title: precursor B cell + CL:0000429: + text: CL:0000429 + description: A columnar epithelial cell that is part of an insect imaginal + disc. + meaning: CL:0000429 + title: imaginal disc cell + CL:1001431: + text: CL:1001431 + description: Any renal principal cell that is part of some collecting duct + of renal tubule. + meaning: CL:1001431 + title: kidney collecting duct principal cell + CL:0002567: + text: CL:0002567 + description: A melanocyte that appears lighter in color. + meaning: CL:0002567 + title: light melanocyte + CL:0000853: + text: CL:0000853 + description: Olfactory epithelial support cell is a columnar cell that extends + from the epithelial free margin to the basement membrane of the olfactory + epithelium. This cell type has a large, vertically, elongate, euchromatic + nucleus, along with other nuclei, forms a layer superficial to the cell + body of the receptor cell; sends long somewhat irregular microvilli into + the mucus layer; at the base, with expanded end-feet containing numerous + lamellated dense bodies resembling lipofuscin of neurons. + meaning: CL:0000853 + title: olfactory epithelial supporting cell + CL:0002217: + text: CL:0002217 + description: A trophoblast that leaves the placenta and invades the endometrium + and myometrium. This cell type is crucial in increasing blood flow to the + fetus. + meaning: CL:0002217 + title: intermediate trophoblast cell + CL:4023062: + text: CL:4023062 + description: A neuron with its soma located in the dentate gyrus of the hippocampus. + meaning: CL:4023062 + title: dentate gyrus neuron + CL:1000281: + text: CL:1000281 + description: A smooth muscle cell that is part of the cecum. + meaning: CL:1000281 + title: smooth muscle cell of cecum + CL:0002368: + text: CL:0002368 + description: An endo-epithelial cell of the respiratory tract. + meaning: CL:0002368 + title: respiratory epithelial cell + CL:0000749: + text: CL:0000749 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the inner half of the inner plexiform + layer. These cells depolarize in response to light stimulation of their + corresponding photoreceptors. + meaning: CL:0000749 + title: ON-bipolar cell + CL:0002225: + text: CL:0002225 + description: A lens fiber cell that develops from primary lens fiber; located + towards the center of lens; cell organelles are normally degraded or in + the process of being degraded. + meaning: CL:0002225 + title: secondary lens fiber + CL:4030062: + text: CL:4030062 + description: An intratelencephalic-projecting glutamatergic with a soma located + in cortical layer 4/5. + meaning: CL:4030062 + title: L4/5 intratelencephalic projecting glutamatergic neuron + CL:0000334: + text: CL:0000334 + meaning: CL:0000334 + title: vegetative cell (sensu Fungi) + CL:2000006: + text: CL:2000006 + description: Any germinal center B cell that is part of a tonsil. + meaning: CL:2000006 + title: tonsil germinal center B cell + CL:1000335: + text: CL:1000335 + description: An enterocyte that is part of the epithelium of intestinal villus. + meaning: CL:1000335 + title: enterocyte of epithelium of intestinal villus + CL:1000285: + text: CL:1000285 + description: A smooth muscle cell that is part of the sigmoid colon. + meaning: CL:1000285 + title: smooth muscle cell of sigmoid colon + CL:0000043: + text: CL:0000043 + description: A fully differentiated basophil, a granular leukocyte with an + irregularly shaped, pale-staining nucleus that is partially constricted + into two lobes, and with cytoplasm that contains coarse granules of variable + size. Basophils contain vasoactive amines such as histamine and serotonin, + which are released on appropriate stimulation. + meaning: CL:0000043 + title: mature basophil + CL:4042005: + text: CL:4042005 + description: A choroid plexus macrophage that is part of a choroid plexus + stroma. + meaning: CL:4042005 + title: stromal choroid plexus macrophage + CL:0003034: + text: CL:0003034 + description: A monostratified retinal ganglion cell that has a small soma, + an assymetric dendritic field with post synaptic terminals in sublaminar + layer S3. + meaning: CL:0003034 + title: M5 retinal ganglion cell + CL:1000849: + text: CL:1000849 + description: Any epithelial cell of distal tubule that is part of some distal + convoluted tubule. + meaning: CL:1000849 + title: kidney distal convoluted tubule epithelial cell + CL:0007008: + text: CL:0007008 + description: Notochordal cell that is inner portion of the notochord and becomes + vacuolated as development proceeds. + meaning: CL:0007008 + title: notochordal vacuole cell + CL:0000457: + text: CL:0000457 + meaning: CL:0000457 + title: biogenic amine secreting cell + CL:1000317: + text: CL:1000317 + description: A goblet cell that is part of the epithelium of intestinal villus. + meaning: CL:1000317 + title: intestinal villus goblet cell + CL:0000325: + text: CL:0000325 + description: A cell that is specialised to accumulate a particular substance(s). + meaning: CL:0000325 + title: stuff accumulating cell + CL:0011031: + text: CL:0011031 + description: A dendritic cell that develops from a monocyte. + meaning: CL:0011031 + title: monocyte-derived dendritic cell + CL:0010003: + text: CL:0010003 + description: An epithelial cell that is part_of a alveolus of lung. + meaning: CL:0010003 + title: epithelial cell of alveolus of lung + CL:0002417: + text: CL:0002417 + description: An immature or mature cell of the first erythroid lineage to + arise during embryonic development. + meaning: CL:0002417 + title: primitive erythroid lineage cell + CL:0002584: + text: CL:0002584 + description: An epithelial cell of the kidney cortex. + meaning: CL:0002584 + title: renal cortical epithelial cell + CL:1000487: + text: CL:1000487 + description: A smooth muscle cell that is part of the prostate gland. + meaning: CL:1000487 + title: smooth muscle cell of prostate + CL:0000338: + text: CL:0000338 + description: A neural precursor of the central nervous system. + meaning: CL:0000338 + title: neuroblast (sensu Nematoda and Protostomia) + CL:0002183: + text: CL:0002183 + description: A stomach epithelial cell that is olumnar in form with a few + short apical microvilli; relatively undifferentiated mitotic cell from which + other types of gland are derived; few in number, situated in the isthmus + region of the gland and base of the gastric pit. + meaning: CL:0002183 + title: stem cell of gastric gland + CL:0000637: + text: CL:0000637 + description: A cell that stains readily in the anterior pituitary gland. + meaning: CL:0000637 + title: chromophil cell of anterior pituitary gland + CL:0002549: + text: CL:0002549 + description: A fibroblast that is part of the choroid plexus. + meaning: CL:0002549 + title: fibroblast of choroid plexus + CL:0002257: + text: CL:0002257 + description: An epithelial cell of thyroid gland. + meaning: CL:0002257 + title: epithelial cell of thyroid gland + CL:1000296: + text: CL:1000296 + description: An epithelial cell that is part of the urethra. + meaning: CL:1000296 + title: epithelial cell of urethra + CL:4030058: + text: CL:4030058 + description: A macrophage that expresses the T cell receptor complex at the + cell surface. + meaning: CL:4030058 + title: TCR-positive macrophage + CL:1000979: + text: CL:1000979 + description: Any smooth muscle cell that is part of some muscular coat of + ureter. + meaning: CL:1000979 + title: ureter smooth muscle cell + CL:0000939: + text: CL:0000939 + description: A mature natural killer cell that has the phenotype CD56-low, + CD16-positive and which is capable of cytotoxicity and cytokine production. + meaning: CL:0000939 + title: CD16-positive, CD56-dim natural killer cell, human + CL:0000032: + text: CL:0000032 + description: A cell of a platelike structure, especially a thickened plate + of ectoderm in the early embryo, from which a sense organ develops. + meaning: CL:0000032 + title: neuroplacodal cell + CL:0002150: + text: CL:0002150 + description: Epithelioid macrophage is an activated macrophage that resembles + an epithelial cell with finely granular, pale eosinophilic cytoplasm and + central, ovoid nucleus (oval or elongate). This cell type is able to merge + into one another to form aggregates. The presence of such aggregates may + characterize some pathologic conditions, mainly granulomatous inflammation. + meaning: CL:0002150 + title: epithelioid macrophage + CL:0009006: + text: CL:0009006 + description: An enteroendocrine cell that is located in the small intestine. + meaning: CL:0009006 + title: enteroendocrine cell of small intestine + CL:0000579: + text: CL:0000579 + description: A follicle cell that migrates from the anterior pole of the insect + egg chamber to the anterior of the oocyte where they participate in the + formation of the micropyle. + meaning: CL:0000579 + title: border follicle cell + CL:0000217: + text: CL:0000217 + meaning: CL:0000217 + title: insulating cell + CL:0000916: + text: CL:0000916 + description: A mature gamma-delta T cell located in the epidermis that regulates + wound healing. + meaning: CL:0000916 + title: dendritic epidermal T cell + CL:0000406: + text: CL:0000406 + meaning: CL:0000406 + title: CNS short range interneuron + CL:1000405: + text: CL:1000405 + description: An epithelial cell that is part of the appendix. + meaning: CL:1000405 + title: epithelial cell of appendix + CL:1000355: + text: CL:1000355 + description: A M cell that is part of the epithelium proper of small intestine. + meaning: CL:1000355 + title: microfold cell of epithelium proper of small intestine + CL:0000968: + text: CL:0000968 + description: A mature B cell that produces cytokines that can influence CD4 + T cell differentiation. + meaning: CL:0000968 + title: Be cell + CL:0002383: + text: CL:0002383 + description: A uninucleate spore formed on specialized cells or projections, + sterigma, of a conidiophore head. + meaning: CL:0002383 + title: conidium of conidiophore head + CL:4029002: + text: CL:4029002 + description: A gamete-nursing cell that derives from a germline cell (del + Pino, 2021). + meaning: CL:4029002 + title: germline-derived nurse cell + CL:4023088: + text: CL:4023088 + description: A basket cell that is large, and typically ascends to give rise + to many long horizontally and vertically projecting axon collaterals that + traverse neighboring columns and can extend through all cortical layers. + meaning: CL:4023088 + title: large basket cell + CL:4033053: + text: CL:4033053 + description: A bistratfied retinal ganglion cell with a small dendritic field + that has dendrites in the ON and OFF sublamina of the retinal inner plexiform + layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar + and amacrine input to both the OFF and ON dendritic tree. + meaning: CL:4033053 + title: small bistratified retinal ganglion cell + CL:2000046: + text: CL:2000046 + description: Any cardiac muscle cell that is part of a cardiac ventricle. + meaning: CL:2000046 + title: ventricular cardiac muscle cell + CL:4023072: + text: CL:4023072 + description: A cell that is part of the brain vasculature. + meaning: CL:4023072 + title: brain vascular cell + CL:0002236: + text: CL:0002236 + description: A cell that constitutes the basal layer of epithelium in the + prostatic duct. + meaning: CL:0002236 + title: basal epithelial cell of prostatic duct + CL:0000519: + text: CL:0000519 + description: A phagocyte from organisms in the Nematoda or Protostomia clades. + meaning: CL:0000519 + title: phagocyte (sensu Nematoda and Protostomia) + CL:0002670: + text: CL:0002670 + description: An otic fibrocyte that underlies the stria vascularis and is + part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002670 + title: type 1 otic fibrocyte + CL:1000480: + text: CL:1000480 + description: A transitional myocyte that is part of the internodal tract. + meaning: CL:1000480 + title: transitional myocyte of internodal tract + CL:1000308: + text: CL:1000308 + description: A fibrocyte that is part of the adventitia of ureter. + meaning: CL:1000308 + title: fibrocyte of adventitia of ureter + CL:0000308: + text: CL:0000308 + meaning: CL:0000308 + title: metal ion accumulating cell + CL:0000422: + text: CL:0000422 + description: A cell whose primary function is to cause growth by stimulating + cell division in its immediate cellular environment. + meaning: CL:0000422 + title: mitogenic signaling cell + CL:4006000: + text: CL:4006000 + description: A fibroblast that is part of the breast. + meaning: CL:4006000 + title: fibroblast of breast + CL:0000182: + text: CL:0000182 + description: The main structural component of the liver. They are specialized + epithelial cells that are organized into interconnected plates called lobules. + Majority of cell population of liver, polygonal in shape, arranged in plates + or trabeculae between sinusoids; may have single nucleus or binucleated. + meaning: CL:0000182 + title: hepatocyte + CL:0002095: + text: CL:0002095 + description: A cell in the hilum of the ovary that produces androgens. + meaning: CL:0002095 + title: hilus cell of ovary + CL:0002398: + text: CL:0002398 + description: An intermediate monocyte that is Gr1-positive, CD43-positive. + meaning: CL:0002398 + title: Gr1-positive, CD43-positive monocyte + CL:0000335: + text: CL:0000335 + description: A mesenchymal cell in embryonic development found in a contracting + mass and that gives rise to osteoprogenitors. + meaning: CL:0000335 + title: mesenchyme condensation cell + CL:1000482: + text: CL:1000482 + description: A myocardial endocrine cell that is part of the interventricular + septum. + meaning: CL:1000482 + title: myocardial endocrine cell of interventricular septum + CL:0019031: + text: CL:0019031 + description: 'Goblet cells reside throughout the length of the small and large + intestine and are responsible for the production and maintenance of the + protective mucus blanket by synthesizing and secreting high-molecular-weight + glycoproteins known as mucins. Human intestinal goblet cells secrete the + MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, + AGR2, ZG16, and TFF3.' + meaning: CL:0019031 + title: intestine goblet cell + CL:0002030: + text: CL:0002030 + description: A lineage negative, Sca1-negative basophil progenitor cell that + is Fc epsilon RIalpha-high. + meaning: CL:0002030 + title: Fc-epsilon RIalpha-high basophil progenitor cell + CL:0002582: + text: CL:0002582 + description: A preadipocyte that is part of visceral tissue. + meaning: CL:0002582 + title: visceral preadipocyte + CL:0002440: + text: CL:0002440 + description: A NK1.1-positive T cell that is Ly49D-positive. + meaning: CL:0002440 + title: Ly49D-positive natural killer cell, mouse + CL:1001509: + text: CL:1001509 + description: The neurons that utilize glycine as a neurotransmitter. + meaning: CL:1001509 + title: glycinergic neuron + CL:0002428: + text: CL:0002428 + description: A double-positive thymocyte that is large (i.e. has a high forward + scatter signal in flow cytometry) and is actively proliferating. + meaning: CL:0002428 + title: double-positive blast + CL:0002453: + text: CL:0002453 + description: A progenitor cell of the central nervous system that can differentiate + into oligodendrocytes or type-2 astrocytes. This cell originates from multiple + structures within the developing brain including the medial ganglion eminence + and the lateral ganglionic eminence. These cells migrate throughout the + central nervous system and persist into adulthood where they play an important + role in remyelination of injured neurons. + meaning: CL:0002453 + title: oligodendrocyte precursor cell + CL:0000488: + text: CL:0000488 + description: A photoreceptor cell that detects visible light. + meaning: CL:0000488 + title: visible light photoreceptor cell + CL:1000090: + text: CL:1000090 + description: Any epithelial cell that is part of some pronephric nephron tubule. + meaning: CL:1000090 + title: pronephric nephron tubule epithelial cell + CL:0004126: + text: CL:0004126 + description: A retinal ganglion cell C outer that has symmetrical and dense + dendritic dendritic tree with a large dendritic field. + meaning: CL:0004126 + title: retinal ganglion cell C2 outer + CL:0002159: + text: CL:0002159 + description: Epithelial cells derived from general body ectoderm and ectoderm + placodes. + meaning: CL:0002159 + title: general ecto-epithelial cell + CL:0000096: + text: CL:0000096 + description: A fully differentiated neutrophil, a granular leukocyte having + a nucleus with three to five lobes connected by slender threads, and cytoplasm + containing fine inconspicuous granules and stainable by neutral dyes. They + are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life + of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, + CD43-positive, CD181-positive, and CD182-positive. + meaning: CL:0000096 + title: mature neutrophil + CL:0000872: + text: CL:0000872 + description: A splenic macrophage found in the marginal zone of the spleen, + involved in recognition and clearance of particulate material from the splenic + circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, + SIGN-R1-positive, and Dectin2-positive. + meaning: CL:0000872 + title: splenic marginal zone macrophage + CL:0002201: + text: CL:0002201 + description: A renal intercalated cell that secretes base and reabsorbs acid + in the distal segments of the kidney tubule to maintain acid/base balance. + meaning: CL:0002201 + title: renal beta-intercalated cell + CL:0000244: + text: CL:0000244 + description: A cell characteristically found lining hollow organs that are + subject to great mechanical change due to contraction and distention; originally + thought to represent a transition between stratified squamous and columnar + epithelium. + meaning: CL:0000244 + title: transitional epithelial cell + CL:4033002: + text: CL:4033002 + description: A(n) neuroendocrine cell that is part of a(n) epithelium of crypt + of Lieberkuhn. + meaning: CL:4033002 + title: neuroendocrine cell of epithelium of crypt of Lieberkuhn + CL:1000606: + text: CL:1000606 + description: Any neuron that has its soma located in some kidney. + meaning: CL:1000606 + title: kidney nerve cell + CL:4033059: + text: CL:4033059 + description: A lactocyte that highly expresses genes associated with transcription, + immune cell function, and cellular stress. A lactocyte type 1 also expresses + genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit + at lower levels than a lactocyte type 2. + meaning: CL:4033059 + title: lactocyte type 1 + CL:0003039: + text: CL:0003039 + description: A monostratified retinal ganglion cell with large soma and medium + dendritic field, with dense dendritic arbor. + meaning: CL:0003039 + title: M8 retinal ganglion cell + CL:0000871: + text: CL:0000871 + description: A secondary lymphoid organ macrophage found in the spleen. + meaning: CL:0000871 + title: splenic macrophage + CL:0000353: + text: CL:0000353 + description: An undifferentiated cell produced by early cleavages of the fertilized + egg (zygote). + meaning: CL:0000353 + title: blastoderm cell + CL:0002074: + text: CL:0002074 + description: The myoendocrine cellis a specialized myocyte localized mainly + in the right and left atrial appendages, and also scattered within other + areas of the atria and along the conductive system in the ventricular septum. + The most conspicuous feature distinguishing myoendocrine cells from other + atrial myoctyes is the presence of membane-bounded secretory granules (these + granules contain precursor of cardiodilatins or atrial natriuretic polypeptides). + meaning: CL:0002074 + title: myocardial endocrine cell + CL:0002614: + text: CL:0002614 + description: A neuron of the substantia nigra. + meaning: CL:0002614 + title: neuron of the substantia nigra + CL:0000716: + text: CL:0000716 + description: A crystal cell that derives from the larval lymph gland. + meaning: CL:0000716 + title: lymph gland crystal cell + CL:0012001: + text: CL:0012001 + description: A CNS neuron of the forebrain. + meaning: CL:0012001 + title: neuron of the forebrain + CL:0002266: + text: CL:0002266 + description: A type D cell of the small intestine. + meaning: CL:0002266 + title: type D cell of small intestine + CL:0000126: + text: CL:0000126 + description: A neuroglial cell of ectodermal origin, i.e., the astrocytes + and oligodendrocytes considered together. + meaning: CL:0000126 + title: macroglial cell + CL:0002652: + text: CL:0002652 + description: A venule endothelial cell that is cubodial, expresses leukocyte-specific + receptors, and allows for passage of lymphocytes into bloodstream. + meaning: CL:0002652 + title: endothelial cell of high endothelial venule + CL:0000547: + text: CL:0000547 + description: An immature, nucleated erythrocyte occupying the stage of erythropoeisis + that follows formation of erythroid progenitor cells. This cell is CD71-positive, + has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers. + meaning: CL:0000547 + title: proerythroblast + CL:0000737: + text: CL:0000737 + description: Muscle cell which has as its direct parts myofilaments organized + into sarcomeres. + meaning: CL:0000737 + title: striated muscle cell + CL:4023042: + text: CL:4023042 + description: A corticothalamic-projecting neuron with a soma found in cortical + layer 6. + meaning: CL:4023042 + title: L6 corticothalamic-projecting glutamatergic cortical neuron + CL:1001127: + text: CL:1001127 + description: Any vasa recta cell that is part of some outer renal medulla + vasa recta. + meaning: CL:1001127 + title: outer renal medulla vasa recta cell + CL:0008013: + text: CL:0008013 + description: A visceromotor motor neuron whose soma is located in the hindbrain, + and which synapses to parasympathetic neurons that innervate tear glands, + sweat glands, and the smooth muscles of the head. + meaning: CL:0008013 + title: cranial visceromotor neuron + CL:0002578: + text: CL:0002578 + description: A preadipocyte found in mesenteric tissue. + meaning: CL:0002578 + title: mesenteric preadipocyte + CL:0009086: + text: CL:0009086 + description: An endothelial cell that is part of a respiratory system lymphatic + vessel. + meaning: CL:0009086 + title: endothelial cell of respiratory system lymphatic vessel + CL:0000177: + text: CL:0000177 + description: Any secretory cell that is capable of some testosterone secretion. + meaning: CL:0000177 + title: testosterone secreting cell + CL:0002643: + text: CL:0002643 + description: An epithelial cell of stratum corneum of esophageal epithelium + that lacks keratin. + meaning: CL:0002643 + title: nonkeratinized cell of stratum corneum of esophageal epithelium + CL:0002022: + text: CL:0002022 + description: An enucleate erythrocyte that is Lyg-76-high. + meaning: CL:0002022 + title: Ly-76 high positive erythrocyte + CL:0002632: + text: CL:0002632 + description: Any epithelial cell that is part of some lower respiratory tract + epithelium. + meaning: CL:0002632 + title: epithelial cell of lower respiratory tract + CL:0000055: + text: CL:0000055 + description: A precursor cell with a limited number of potential fates. + meaning: CL:0000055 + title: non-terminally differentiated cell + CL:0002535: + text: CL:0002535 + description: An epithelial cell of the cervix. + meaning: CL:0002535 + title: epithelial cell of cervix + CL:2000091: + text: CL:2000091 + description: Any microvascular endothelial cell that is part of a endometrial + blood vessel. + meaning: CL:2000091 + title: endometrial microvascular endothelial cell + CL:0000251: + text: CL:0000251 + meaning: CL:0000251 + title: extramedullary cell + CL:0001016: + text: CL:0001016 + description: Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001016 + title: immature CD1a-positive Langerhans cell + CL:1001587: + text: CL:1001587 + description: Glandular cell of uterine cervix epithelium. + meaning: CL:1001587 + title: uterine cervix glandular cell + CL:0002162: + text: CL:0002162 + description: An extremely flattened cell type found on the inner side of the + tympanic membrane. The surface of this cell type carries sparse pleomorphic + microvilli that are more common near the junctional zones. + meaning: CL:0002162 + title: internal epithelial cell of tympanic membrane + CL:0002576: + text: CL:0002576 + description: 'A glial cell that is part of the perineurium. This cell type + has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments + of external lamina and/or external lamina-like material, attachment plaques, + and desmosome-like junctions. Perineurial cells historically have been referred + to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial + cell: does not have a compact nucleus and large endoplasmic reticulum; does + have a double basement membrane opposed to a single basal lamina; is carefully + joined to other perineurial cells by tight junctions into a single sheet + as opposed to arranged in a large mass; and finally, can surround a small + axon bundle at a nerve terminal whereas a fibroblast cannot.' + meaning: CL:0002576 + title: perineurial cell + CL:0000624: + text: CL:0000624 + description: A mature alpha-beta T cell that expresses an alpha-beta T cell + receptor and the CD4 coreceptor. + meaning: CL:0000624 + title: CD4-positive, alpha-beta T cell + CL:0000523: + text: CL:0000523 + description: A cell from the inner layer of the trophoblast of the early mammalian + embryo that gives rise to the outer surface and villi of the chorion. Mononuclear + crytoblasts fuse to give rise to a multinuclear cytotrophoblast. + meaning: CL:0000523 + title: mononuclear cytotrophoblast cell + CL:0002151: + text: CL:0002151 + description: A promyelocyte that is considerably smaller, with more condensed + chromatin, and nucleoli are no longer conspicuous. + meaning: CL:0002151 + title: late promyelocyte + CL:4023090: + text: CL:4023090 + description: A basket cell with axonal arbors composed of frequent, short, + curvy axonal branches that tend to be near their somata and within the same + layer. + meaning: CL:4023090 + title: small basket cell + CL:4023032: + text: CL:4023032 + meaning: CL:4023032 + title: ON retinal ganglion cell + CL:1000353: + text: CL:1000353 + description: A M cell that is part of the epithelium of small intestine. + meaning: CL:1000353 + title: microfold cell of epithelium of small intestine + CL:0000256: + text: CL:0000256 + meaning: CL:0000256 + title: uric acid accumulating cell + CL:0010004: + text: CL:0010004 + description: A mononuclear cell that is part_of a bone marrow. + meaning: CL:0010004 + title: mononuclear cell of bone marrow + CL:0003031: + text: CL:0003031 + description: A monostratified retinal ganglion cell that has post synaptic + terminals in sublaminar layer S4 and is depolarized by illumination of its + receptive field center. + meaning: CL:0003031 + title: M3-ON retinal ganglion cell + CL:2000032: + text: CL:2000032 + description: A neuron that is part of a peripheral nervous system. + meaning: CL:2000032 + title: peripheral nervous system neuron + CL:0000428: + text: CL:0000428 + meaning: CL:0000428 + title: yolk cell + CL:0005000: + text: CL:0005000 + description: A CNS interneuron located in the spinal cord. + meaning: CL:0005000 + title: spinal cord interneuron + CL:0000836: + text: CL:0000836 + description: A precursor in the granulocytic series, being a cell intermediate + in development between a myeloblast and myelocyte, that has distinct nucleoli, + a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary + cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, + CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma + Fc region receptor III-negative, and CD24-negative. + meaning: CL:0000836 + title: promyelocyte + CL:1001106: + text: CL:1001106 + description: "An epithelial cell that is part of some loop of Henle thick\ + \ ascending limb. It is known in some mammalian species that this cell may\ + \ express the Na+-K+-2Cl\u2212\_cotransporter (NKCC2) apically." + meaning: CL:1001106 + title: kidney loop of Henle thick ascending limb epithelial cell + CL:0000467: + text: CL:0000467 + description: A peptide hormone secreting cell that produces adrenocorticotropin, + or corticotropin. + meaning: CL:0000467 + title: adrenocorticotropic hormone secreting cell + CL:0000431: + text: CL:0000431 + description: A pigment cell derived from the neural crest. The cell contains + flat light-reflecting platelets, probably of guanine, in stacks called reflecting + platelets or iridisomes. The color-generating components produce a silver, + gold, or iridescent color. + meaning: CL:0000431 + title: iridophore + CL:0002390: + text: CL:0002390 + description: A blastoconidium that has only one nucleus. + meaning: CL:0002390 + title: uninucleate blastconidium + CL:4033035: + text: CL:4033035 + description: An ON bipolar cell that has large dendritic and axonal fields. + meaning: CL:4033035 + title: giant bipolar cell + CL:0000614: + text: CL:0000614 + description: A basophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte; + in this stage, production of primary granules is complete and basophil-specific + granules has started. No nucleolus is present. Markers are being integrin + alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, + aminopeptidase N-positive. + meaning: CL:0000614 + title: basophilic myelocyte + CL:0000080: + text: CL:0000080 + description: A cell which moves among different tissues of the body, via blood, + lymph, or other medium. + meaning: CL:0000080 + title: circulating cell + CL:0002439: + text: CL:0002439 + description: A NK1.1-positive T cell that is NKGA2-positive. + meaning: CL:0002439 + title: NKGA2-positive natural killer cell, mouse + CL:4033003: + text: CL:4033003 + description: A(n) myoepithelial cell that is part of a(n) bronchus submucosal + gland. + meaning: CL:4033003 + title: myoepithelial cell of bronchus submucosal gland + CL:0000512: + text: CL:0000512 + description: A paracrine cell is a secretory cell that secretes an agonist + into intercellular spaces in which it diffuses to a target cell other than + that which produced it. + meaning: CL:0000512 + title: paracrine cell + CL:0009029: + text: CL:0009029 + description: A mesothelial cell that is located in a vermiform appendix. + meaning: CL:0009029 + title: mesothelial cell of appendix + CL:0000478: + text: CL:0000478 + description: A peptide hormone secreting cell that secretes oxytocin stimulating + hormone + meaning: CL:0000478 + title: oxytocin stimulating hormone secreting cell + CL:0004001: + text: CL:0004001 + description: An interneuron whose axon stays entirely within the gray matter + region where the cell body resides. + meaning: CL:0004001 + title: local interneuron + CL:0000797: + text: CL:0000797 + description: A mature alpha-beta T cell of the columnar epithelium of the + gastrointestinal tract. Intraepithelial T cells often have distinct developmental + pathways and activation requirements. + meaning: CL:0000797 + title: alpha-beta intraepithelial T cell + CL:0005021: + text: CL:0005021 + description: Mesenchymal derived lymphatic progenitor cells that give rise + to the superficial lymphatics. + meaning: CL:0005021 + title: mesenchymal lymphangioblast + CL:1000338: + text: CL:1000338 + description: An enterocyte that is part of the epithelium of crypt of Lieberkuhn + of small intestine. + meaning: CL:1000338 + title: enterocyte of epithelium of crypt of Lieberkuhn of small intestine + CL:0000746: + text: CL:0000746 + description: Cardiac muscle cells are striated muscle cells that are responsible + for heart contraction. In mammals, the contractile fiber resembles those + of skeletal muscle but are only one third as large in diameter, are richer + in sarcoplasm, and contain centrally located instead of peripheral nuclei. + meaning: CL:0000746 + title: cardiac muscle cell + CL:0000958: + text: CL:0000958 + description: A transitional stage B cell that migrates from the bone marrow + into the peripheral circulation, and finally to the spleen. This cell type + has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, + CD23-negative, and CD62L-negative, and CD93-positive. This cell type has + also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, + and CD23-negative. + meaning: CL:0000958 + title: T1 B cell + CL:0002433: + text: CL:0002433 + description: A CD4-positive, CD8-negative thymocyte that expresses high levels + of the alpha-beta T cell receptor and is CD69-positive. + meaning: CL:0002433 + title: CD69-positive, CD4-positive single-positive thymocyte + CL:0000890: + text: CL:0000890 + description: An elicited macrophage characterized by low production of pro-inflammatory + and Th1 polarizing cytokines and high expression of arginase-1, and associated + with tissue remodelling. + meaning: CL:0000890 + title: alternatively activated macrophage + CL:0000169: + text: CL:0000169 + description: A cell that secretes insulin and is located towards the center + of the islets of Langerhans. + meaning: CL:0000169 + title: type B pancreatic cell + CL:4023063: + text: CL:4023063 + description: An interneuron that is derived from the medial ganglionic eminence. + meaning: CL:4023063 + title: medial ganglionic eminence derived interneuron + CL:0001003: + text: CL:0001003 + description: Mature CD8_alpha-negative CD11b-positive dendritic cell is a + CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001003 + title: mature CD8_alpha-negative CD11b-positive dendritic cell + CL:4033046: + text: CL:4033046 + description: A midget ganglion cell that depolarizes in response to increased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from invaginating midget bipolar cells. + meaning: CL:4033046 + title: ON midget ganglion cell + CL:0008019: + text: CL:0008019 + description: A non-polarised cell precursor cell that is part of some mesenchyme, + is associated with the cell matrix but is not connected to other cells and + is capable of migration. + meaning: CL:0008019 + title: mesenchymal cell + CL:0002275: + text: CL:0002275 + description: A PP cell located in the islets of the pancreas. + meaning: CL:0002275 + title: pancreatic PP cell + CL:0002548: + text: CL:0002548 + description: A fibroblast that is part of the heart. + meaning: CL:0002548 + title: fibroblast of cardiac tissue + CL:0000732: + text: CL:0000732 + meaning: CL:0000732 + title: amoeboid cell + CL:4023164: + text: CL:4023164 + description: A bushy cell that receives a large number of medium-sized synapses, + called modified endbulbs. Globular bushy cells extend to the superior olive + on both sides of the brainstem where they give input to the bipolar neurons. + meaning: CL:4023164 + title: globular bushy cell + CL:0004221: + text: CL:0004221 + description: A flag amacrine cell with post-synaptic terminals in S2 and S3. + This cell type releases the neurotransmitter glycine. + meaning: CL:0004221 + title: flag A amacrine cell + CL:4033028: + text: CL:4033028 + description: An OFF diffuse bipolar cell that predominantly connects to ON + parasol cells and lateral amacrine cells. This cell contains a large number + of synaptic ribbons and a small axon arbor area. + meaning: CL:4033028 + title: diffuse bipolar 2 cell + CL:4030054: + text: CL:4030054 + description: A DRD1-expressing medium spiny neuron that is part of dense, + RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and + near the adjacent septal nuclei. + meaning: CL:4030054 + title: RXFP1-positive interface island D1-medium spiny neuron + CL:0002322: + text: CL:0002322 + description: A stem cell of embryonic origin. + meaning: CL:0002322 + title: embryonic stem cell + CL:0000451: + text: CL:0000451 + description: A cell of hematopoietic origin, typically resident in particular + tissues, specialized in the uptake, processing, and transport of antigens + to lymph nodes for the purpose of stimulating an immune response via T cell + activation. These cells are lineage negative (CD3-negative, CD19-negative, + CD34-negative, and CD56-negative). + meaning: CL:0000451 + title: dendritic cell + CL:4023016: + text: CL:4023016 + description: A GABAergic neuron located in the cerebral cortex that expresses + vasoactive intestinal polypeptide + meaning: CL:4023016 + title: vip GABAergic cortical interneuron + CL:0009073: + text: CL:0009073 + description: A thymic medullary epithelial cell considered to be a post-AIRE + cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs + within Hassall's Corpuscles. + meaning: CL:0009073 + title: medullary thymic epithelial cell type 3 + CL:1000282: + text: CL:1000282 + description: A smooth muscle cell that is part of the ascending colon. + meaning: CL:1000282 + title: smooth muscle fiber of ascending colon + CL:1000315: + text: CL:1000315 + description: A goblet cell that is part of the epithelium of principal gastric + gland. + meaning: CL:1000315 + title: principal gastric gland goblet cell + CL:0000536: + text: CL:0000536 + description: A secondary neuron (sensu Teleostei) that has a motor function. + meaning: CL:0000536 + title: secondary motor neuron (sensu Teleostei) + CL:0011024: + text: CL:0011024 + description: A double negative thymocyte that is CD3-positive, CD4-negative, + CD8-negative, that that are present in the periphery in very low numbers + and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, + but not IL-2, IL-4, IL-10 or IL-13 upon activation. + meaning: CL:0011024 + title: double negative T regulatory cell + CL:0002148: + text: CL:0002148 + description: A cell found within the dental pulp. + meaning: CL:0002148 + title: dental pulp cell + CL:0000530: + text: CL:0000530 + description: A neuron that develops during the early segmentation stages in + teleosts, before the neural tube is formed. + meaning: CL:0000530 + title: primary neuron (sensu Teleostei) + CL:0000439: + text: CL:0000439 + description: A peptide hormone cell that secretes prolactin. + meaning: CL:0000439 + title: prolactin secreting cell + CL:0002409: + text: CL:0002409 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain that does not contain the Vgamma2 segment, and a delta chain. This + cell type is CD4-negative, CD8-negative and CD24-negative. + meaning: CL:0002409 + title: mature Vgamma2-negative thymocyte + CL:1001210: + text: CL:1001210 + description: Any vasa recta ascending limb cell that is part of some outer + medulla vasa recta ascending limb. + meaning: CL:1001210 + title: outer medulla vasa recta ascending limb cell + CL:0002221: + text: CL:0002221 + description: A squamous cell that has keratin in the esophagus. + meaning: CL:0002221 + title: keratinized squamous cell of esophagus + CL:0003020: + text: CL:0003020 + description: A retinal ganglion cell C that has post-synaptic terminals in + S2. + meaning: CL:0003020 + title: retinal ganglion cell C outer + CL:1000489: + text: CL:1000489 + description: A reticular cell that is part of the splenic cord. + meaning: CL:1000489 + title: reticular cell of splenic cord + CL:0000376: + text: CL:0000376 + meaning: CL:0000376 + title: humidity receptor cell + CL:0009000: + text: CL:0009000 + description: A sensory neuron of the spinal nerve that senses body position + and sends information about how much the muscle is stretched to the spinal + cord. + meaning: CL:0009000 + title: sensory neuron of spinal nerve + CL:0000757: + text: CL:0000757 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The axon terminal is restricted to sublamina 3 of the inner + plexiform layer. It is narrowly stratified and branched. The dendritic tree + has many delicate branches. + meaning: CL:0000757 + title: type 5 cone bipolar cell (sensu Mus) + CL:0002012: + text: CL:0002012 + description: A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive. + meaning: CL:0002012 + title: Kit-low proerythroblast + CL:0000794: + text: CL:0000794 + description: A CD8-positive, alpha-beta T cell that is capable of killing + target cells in an antigen specific manner with the phenotype perforin-positive + and granzyme B-positive. + meaning: CL:0000794 + title: CD8-positive, alpha-beta cytotoxic T cell + CL:0000223: + text: CL:0000223 + description: A cell of the inner of the three germ layers of the embryo. + meaning: CL:0000223 + title: endodermal cell + CL:0000134: + text: CL:0000134 + description: A connective tissue cell that normally gives rise to other cells + that are organized as three-dimensional masses. In humans, this cell type + is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, + and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, + myocytes, neurons, or chondroblasts in vitro. Originally described as residing + in the bone marrow, this cell type is now known to reside in many, if not + all, adult organs. + meaning: CL:0000134 + title: mesenchymal stem cell + CL:1000307: + text: CL:1000307 + description: A fibroblast that is part of the dense regular elastic tissue. + meaning: CL:1000307 + title: fibroblast of dense regular elastic tissue + CL:0000971: + text: CL:0000971 + description: An IgM memory B cell is an unswitched memory B cell with the + phenotype IgM-positive and IgD-negative. + meaning: CL:0000971 + title: IgM memory B cell + CL:0011009: + text: CL:0011009 + description: A plasmatocyte derived from the embryonic head mesoderm. + meaning: CL:0011009 + title: embryonic plasmatocyte + CL:0000462: + text: CL:0000462 + description: A cell of mesodermal origin that is closely associated with the + epithelium of an imaginal disc. It is a precursor of some of the insect's + adult muscles. + meaning: CL:0000462 + title: adepithelial cell + CL:0001065: + text: CL:0001065 + description: A lymphocyte that lacks characteristic T cell, B cell, myeloid + cell, and dendritic cell markers, that functions as part of the innate immune + response to produce cytokines and other effector responses. + meaning: CL:0001065 + title: innate lymphoid cell + CL:0000997: + text: CL:0000997 + description: Immature CD8_alpha-negative CD11b-positive dendritic cell is + a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0000997 + title: immature CD8_alpha-negative CD11b-positive dendritic cell + CL:0003028: + text: CL:0003028 + description: A monostratified retinal ganglion cell that has a small dendrite + field with a dense dendrite arbor with post synaptic terminals in sublaminer + layer S4. + meaning: CL:0003028 + title: M1 retinal ganglion cell + CL:0000854: + text: CL:0000854 + description: Interneuromast cell is a neuroectodermal cell deposited by the + migrating lateral line primordium between the neuromasts. Interneuromast + cells proliferate and migrate to form additional neuromasts. + meaning: CL:0000854 + title: interneuromast cell + CL:0002333: + text: CL:0002333 + description: An adipocyte derived from a neural crest cell. + meaning: CL:0002333 + title: neural crest derived adipocyte + CL:0002616: + text: CL:0002616 + description: An adipocyte of perirenal fat tissue. + meaning: CL:0002616 + title: perirenal adipocyte + CL:0007012: + text: CL:0007012 + description: Odontoblast that non-terminally differentiated, located in the + odontogenic papilla and dentine tissue, and transforms from a odontoblast + cell. + meaning: CL:0007012 + title: non-terminally differentiated odontoblast + CL:1000083: + text: CL:1000083 + meaning: CL:1000083 + title: stratified keratinized epithelial stem cell + CL:0002415: + text: CL:0002415 + description: A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive. + meaning: CL:0002415 + title: immature Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:2000062: + text: CL:2000062 + description: Any capillary endothelial cell that is part of a placenta. + meaning: CL:2000062 + title: placental villus capillary endothelial cell + CL:1001221: + text: CL:1001221 + description: Any smooth muscle cell that is part of some kidney arcuate vein. + meaning: CL:1001221 + title: arcuate vein smooth muscle cell + CL:4030053: + text: CL:4030053 + description: A DRD1-expressing, medium spiny neuron-like granule cell that + is part of an Island of Calleja. + meaning: CL:4030053 + title: Island of Calleja granule cell + CL:0001027: + text: CL:0001027 + description: CD7-negative lymphoid progenitor cell is a lymphoid progenitor + cell that is CD34-positive, CD7-negative and CD45RA-negative. + meaning: CL:0001027 + title: CD7-negative lymphoid progenitor cell + CL:4030055: + text: CL:4030055 + description: A urothelial cell that is part of the regenerative layer(s) of + cells directly superficial to basal cells in urothelium. The layer of intermediate + cells in the urothelium ranges from one to several layers thick depending + on the species with intermediate cells attached to adjacent cell layers + and one another via desmosomes. + meaning: CL:4030055 + title: intermediate cell of urothelium + CL:2000060: + text: CL:2000060 + description: A trophoblast of placental villi. These cells fuse to form synctial trophoplast + - the placental side of the interface between the placenta and maternal + blood sinusoids in the decidua. + meaning: CL:2000060 + title: placental villous trophoblast + CL:1000682: + text: CL:1000682 + description: A cell that is part of an interstitum of a renal medulla. + meaning: CL:1000682 + title: kidney medulla interstitial cell + CL:1000291: + text: CL:1000291 + description: A muscle cell that is part of the posterior internodal tract. + meaning: CL:1000291 + title: myocyte of posterior internodal tract + CL:0009108: + text: CL:0009108 + description: A lymphatic endothelial cell located in the subcapsular sinus + floor of a lymph node. In human, it's characterized by a unique marker expression + (TNFRSF9+). + meaning: CL:0009108 + title: lymphatic endothelial cell of subcapsular sinus floor + CL:1000301: + text: CL:1000301 + description: A fibroblast that is part of the subepithelial connective tissue + of prostatic gland. + meaning: CL:1000301 + title: fibroblast of subepithelial connective tissue of prostatic gland + CL:0009065: + text: CL:0009065 + description: An intestinal tuft cell that is located in the anorectum. + meaning: CL:0009065 + title: tuft cell of anorectum + CL:0000681: + text: CL:0000681 + description: A cell present in the developing CNS. Functions as both a precursor + cell and as a scaffold to support neuronal migration. + meaning: CL:0000681 + title: radial glial cell + CL:0002593: + text: CL:0002593 + description: A smooth muscle of the internal thoracic artery. + meaning: CL:0002593 + title: smooth muscle cell of the internal thoracic artery + CL:4023112: + text: CL:4023112 + description: An afferent neuron of the vestibular system that innervate the + base of the hair cell and increase or decrease their neural firing rate + as the receptor cell is excited or inhibited. + meaning: CL:4023112 + title: vestibular afferent neuron + CL:0002023: + text: CL:0002023 + description: A megakaroycotye progenitor cell that is CD34-positive, CD41-positive + and CD42-positive on the cell surface. + meaning: CL:0002023 + title: CD34-positive, CD41-positive, CD42-positive megakaryocyte progenitor + cell + CL:0000458: + text: CL:0000458 + description: A cell type that secretes 5-Hydroxytryptamine (serotonin). + meaning: CL:0000458 + title: serotonin secreting cell + CL:0002029: + text: CL:0002029 + description: A lineage-negative, Kit-positive, CD45-positive mast cell progenitor + that is Fc-epsilon RIalpha-low. + meaning: CL:0002029 + title: Fc-epsilon RIalpha-low mast cell progenitor + CL:0000178: + text: CL:0000178 + description: A Leydig cell is a testosterone-secreting cell in the interstitial + area, between the seminiferous tubules, in the testis. + meaning: CL:0000178 + title: Leydig cell + CL:1000804: + text: CL:1000804 + description: A kidney cell that is part of an interstitial compartment of + an outer renal medulla. + meaning: CL:1000804 + title: kidney outer medulla interstitial cell + CL:0000384: + text: CL:0000384 + meaning: CL:0000384 + title: ligament cell + CL:1000497: + text: CL:1000497 + description: A cell that is part of a kidney. + meaning: CL:1000497 + title: kidney cell + CL:0000949: + text: CL:0000949 + description: A plasmablast that secretes IgD, and which occur in a small proportion + of B cells in the adult. + meaning: CL:0000949 + title: IgD plasmablast + CL:0011019: + text: CL:0011019 + description: A mesothelial cell that is part of the epicardium. + meaning: CL:0011019 + title: mesothelial cell of epicardium + CL:0000469: + text: CL:0000469 + description: A neural progenitor cell that is the daughter of a neuroblast + (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, + glia and (occasionally) epithelial cells. + meaning: CL:0000469 + title: ganglion mother cell + CL:4030060: + text: CL:4030060 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 2. + meaning: CL:4030060 + title: L2 intratelencephalic projecting glutamatergic neuron + CL:4030003: + text: CL:4030003 + description: A cell that makes up the loose connective tissue of the thymus. + meaning: CL:4030003 + title: interstitial cell of thymus + CL:0002471: + text: CL:0002471 + description: Gr1-low non-classical monocyte that lacks expression of a MHC-II + complex. + meaning: CL:0002471 + title: MHC-II-negative non-classical monocyte + CL:2000042: + text: CL:2000042 + description: Any fibroblast that is part of a embryo. + meaning: CL:2000042 + title: embryonic fibroblast + CL:0000346: + text: CL:0000346 + description: A specialized mesenchymal cell that resides in the dermal papilla + located at the bottom of hair follicles. This cell plays a pivotal roles + in hair formation, growth, and cycling. + meaning: CL:0000346 + title: hair follicle dermal papilla cell + CL:1001571: + text: CL:1001571 + description: A pyramidal neuron with a soma found in the hippocampus. + meaning: CL:1001571 + title: hippocampal pyramidal neuron + CL:0002463: + text: CL:0002463 + description: An adipose dendritic cell that is SIRPa-positive. + meaning: CL:0002463 + title: SIRPa-positive adipose dendritic cell + CL:0000415: + text: CL:0000415 + description: A cell whose nucleus has two haploid genomes. + meaning: CL:0000415 + title: diploid cell + CL:0002507: + text: CL:0002507 + description: A dermal dendritic cell isolated from skin draining lymph nodes + that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative. + meaning: CL:0002507 + title: langerin-positive lymph node dendritic cell + CL:0000210: + text: CL:0000210 + description: A cell specialized to detect and transduce light. + meaning: CL:0000210 + title: photoreceptor cell + CL:0002036: + text: CL:0002036 + description: A hematopoietic progenitor that has some limited self-renewal + capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive. + meaning: CL:0002036 + title: Slamf1-positive multipotent progenitor cell + CL:1000361: + text: CL:1000361 + description: A transitional myocyte that is part of the interatrial septum. + meaning: CL:1000361 + title: transitional myocyte of interatrial septum + CL:0000101: + text: CL:0000101 + description: Any neuron having a sensory function; an afferent neuron conveying + sensory impulses. + meaning: CL:0000101 + title: sensory neuron + CL:1001220: + text: CL:1001220 + description: Any endothelial cell that is part of some kidney arcuate vein. + meaning: CL:1001220 + title: arcuate vein endothelial cell + CL:0003033: + text: CL:0003033 + description: A monostratified retinal ganglion cell that has a large soma, + a medium dendritic field with post synaptic terminals in sublaminar layer + S3. + meaning: CL:0003033 + title: M4 retinal ganglion cell + CL:0002351: + text: CL:0002351 + description: A progenitor cell that is able to differentiate into the pancreas + alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 + and Isl-1. + meaning: CL:0002351 + title: progenitor cell of endocrine pancreas + CL:0000725: + text: CL:0000725 + description: Any cell that is capable of some nitrogen fixation. + meaning: CL:0000725 + title: nitrogen fixing cell + CL:1001209: + text: CL:1001209 + description: Any vasa recta ascending limb cell that is part of some inner + medulla vasa recta ascending limb. + meaning: CL:1001209 + title: inner medulla vasa recta ascending limb cell + CL:0002002: + text: CL:0002002 + description: A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, + Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, + Cxc3r1-negative, and CD90-negative. + meaning: CL:0002002 + title: Kit-positive granulocyte monocyte progenitor + CL:0000529: + text: CL:0000529 + meaning: CL:0000529 + title: pigmented epithelial cell + CL:0002678: + text: CL:0002678 + description: A CD4-positive, CD25-positive alpha-beta regulatory T cell that + has encountered antigen. + meaning: CL:0002678 + title: memory regulatory T cell + CL:0000764: + text: CL:0000764 + description: A immature or mature cell in the lineage leading to and including + erythrocytes. + meaning: CL:0000764 + title: erythroid lineage cell + CL:4023060: + text: CL:4023060 + description: A neuron that has its soma located in CA1-3 of the hippocampus. + meaning: CL:4023060 + title: hippocampal CA1-3 neuron + CL:0009021: + text: CL:0009021 + description: A stromal cell found in the lamina propria of the large intestine. + meaning: CL:0009021 + title: stromal cell of lamina propria of large intestine + CL:2000074: + text: CL:2000074 + description: Any leukocyte that is part of a spleen. + meaning: CL:2000074 + title: splenocyte + CL:0009104: + text: CL:0009104 + description: A fibroblastic reticular cell found in the lymph node germinal + center dark zone (B cell zone). + meaning: CL:0009104 + title: B cell zone reticular cell + CL:1000397: + text: CL:1000397 + description: An endothelial cell that is part of the venous sinus of red pulp + of spleen. + meaning: CL:1000397 + title: endothelial cell of venous sinus of red pulp of spleen + CL:0001017: + text: CL:0001017 + description: Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans + cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001017 + title: mature CD1a-positive Langerhans cell + CL:0004236: + text: CL:0004236 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2, S3, and S4. This cell type releases the neurotransmitter + gamma-aminobutyric acid (GABA). + meaning: CL:0004236 + title: AB broad diffuse-2 amacrine cell + CL:4042012: + text: CL:4042012 + description: An L2 intratelencephalic projecting glutamatergic neuron with + a soma on the L1-L2 border. This neuron type has small apical dendrites + projecting to L1. + meaning: CL:4042012 + title: L2 marginal neuron + CL:1001591: + text: CL:1001591 + description: 'Glandular cell of oviduct epithelium. Example: peg cells, ciliated + cells.' + meaning: CL:1001591 + title: oviduct glandular cell + CL:0000676: + text: CL:0000676 + meaning: CL:0000676 + title: cap cell + CL:2000067: + text: CL:2000067 + description: Any fibroblast that is part of a cardiac atrium. + meaning: CL:2000067 + title: cardiac atrium fibroblast + CL:0001074: + text: CL:0001074 + description: An innate lymphoid cell precursor in the human with the phenotype + CD34-positive, CD56-positive, CD117-positive.Thie cell type may include + precusors to NK cells and ILC3 cells. + meaning: CL:0001074 + title: CD34-positive, CD56-positive, CD117-positive common innate lymphoid + precursor, human + CL:0000843: + text: CL:0000843 + description: A resting mature B cell that has the phenotype IgM-positive, + IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles + of the white pulp of the spleen or the corticol areas of the peripheral + lymph nodes. This cell type is also described as being CD19-positive, B220-positive, + AA4-negative, CD43-negative, and CD5-negative. + meaning: CL:0000843 + title: follicular B cell + CL:0002261: + text: CL:0002261 + description: An endothelial cell found in the mucosa associated with the facial + skeleton. + meaning: CL:0002261 + title: endothelial cell of viscerocranial mucosa + CL:0000942: + text: CL:0000942 + description: A plasmacytoid dendritic cell developing in the thymus with phenotype + CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive. + meaning: CL:0000942 + title: thymic plasmacytoid dendritic cell + CL:4030009: + text: CL:4030009 + description: A brush border cell that is part of segment 1 (S1) of the proximal + tubule epithelium, located in the renal cortex. + meaning: CL:4030009 + title: epithelial cell of proximal tubule segment 1 + CL:0002362: + text: CL:0002362 + description: A cell located in the outermost proliferative zone of the external + germinal layer that can differentiate into astroglial cells and granule + cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive. + meaning: CL:0002362 + title: cerebellar granule cell precursor + CL:1000617: + text: CL:1000617 + description: Any kidney medulla cell that is part of some inner medulla of + kidney. + meaning: CL:1000617 + title: kidney inner medulla cell + CL:0002380: + text: CL:0002380 + description: An asexual spore formed by Oomycetes; formed upon fertilization + of an oosphere. + meaning: CL:0002380 + title: oospore + CL:4040001: + text: CL:4040001 + description: A horse-specific, highly invasive trophoblast cell that invades + the endometrium where it forms endometrial cups. + meaning: CL:4040001 + title: chorionic girdle cell + CL:0000163: + text: CL:0000163 + description: A cell of an endocrine gland, ductless glands that secrete substances + which are released directly into the circulation and which influence metabolism + and other body functions. + meaning: CL:0000163 + title: endocrine cell + CL:0000634: + text: CL:0000634 + description: A cuboidal cell which along with Boettcher's cells form the floor + of the external spiral sulcus, external to the organ of Corti. + meaning: CL:0000634 + title: Claudius cell + CL:0003041: + text: CL:0003041 + description: An M9 retinal ganglion cells with synaptic terminals in S2 and + is depolarized by illumination of its receptive field center. + meaning: CL:0003041 + title: M9-ON retinal ganglion cell + CL:0000905: + text: CL:0000905 + description: CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000905 + title: effector memory CD4-positive, alpha-beta T cell + CL:4023128: + text: CL:4023128 + description: a KNDy neuron that is located in the rostral periventricular + region of the third ventricle. + meaning: CL:4023128 + title: rostral periventricular region of the third ventricle KNDy neuron + CL:0000951: + text: CL:0000951 + description: A short lived plasma cell that secretes IgE. + meaning: CL:0000951 + title: IgE short lived plasma cell + CL:0000607: + text: CL:0000607 + description: A thick walled spore that stores and protects one or more nuclei + following sexual reproduction in an Ascomycete. + meaning: CL:0000607 + title: ascospore + CL:0000145: + text: CL:0000145 + description: A cell capable of processing and presenting lipid and protein + antigens to T cells in order to initiate an immune response. + meaning: CL:0000145 + title: professional antigen presenting cell + CL:0000805: + text: CL:0000805 + description: A thymocyte that has the phenotype CD4-negative, CD8-positive, + CD44-negative, CD25-negative, and pre-TCR-positive. + meaning: CL:0000805 + title: immature single positive thymocyte + CL:4030001: + text: CL:4030001 + description: A stromal cell that is part of the thymus. + meaning: CL:4030001 + title: stromal cell of thymus + CL:0002252: + text: CL:0002252 + description: An epithelial cell of the esophagus. + meaning: CL:0002252 + title: epithelial cell of esophagus + CL:0009003: + text: CL:0009003 + description: Any cell in the midgut (middle subdivision of a digestive tract) + of an insect larva. + meaning: CL:0009003 + title: larval midgut cell + CL:0002197: + text: CL:0002197 + description: A parathyroid chief cell that is not actively secreting hormone. + Contains small Golgi complexes with only a few grouped vesicles and membrane-bound + secretory granules; glycogen and many lipofuscin granules abound but sacs + of granular endoplasmic reticulum are rare and dispersed. In normal humans, + inactive chief cells out number active chief cells in a ratio of 3-5:1. + meaning: CL:0002197 + title: inactive chief cell of parathyoid gland + CL:0007018: + text: CL:0007018 + description: Ciliated cell of the embryonic epidermis and functions in embryonic + movements. + meaning: CL:0007018 + title: epidermal ciliary cell + CL:0008021: + text: CL:0008021 + description: Any neuron that has its soma located in some anterior lateral + line ganglion. + meaning: CL:0008021 + title: anterior lateral line ganglion neuron + CL:0000886: + text: CL:0000886 + description: A mucosa-associated lymphoid tissue macrophage found in the nasal + and bronchial mucosa-associated lymphoid tissues. + meaning: CL:0000886 + title: nasal and broncial associated lymphoid tissue macrophage + CL:0002241: + text: CL:0002241 + description: A fibroblasts found in interstitial spaces in the pulmonary tract. + Greater numbers of these cells are found in idiopathic pulmonary fibrosis. + meaning: CL:0002241 + title: pulmonary interstitial fibroblast + CL:0000135: + text: CL:0000135 + description: An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum + is scanty with flattened nucleus. Term used by some histologists; when fibroblasts + become relatively inactive in fiber formation. However, this cell has the + potential for fibrogenesis in quiescent connective tissue of the adult, + as well as during development, other histologists prefer to use the term + fibroblast in all circumstances. These cells represent ~0.5% of peripheral + blood leukocytes. + meaning: CL:0000135 + title: fibrocyte + CL:0004218: + text: CL:0004218 + description: A horizontal cell with a small cell body, thin dendrites, and + small dendritic arbor. + meaning: CL:0004218 + title: H2 horizontal cell + CL:0000005: + text: CL:0000005 + description: Any fibroblast that is derived from the neural crest. + meaning: CL:0000005 + title: neural crest derived fibroblast + CL:0009093: + text: CL:0009093 + description: A smooth muscle cell that is part of a placenta. + meaning: CL:0009093 + title: smooth muscle cell of placenta + CL:0000686: + text: CL:0000686 + description: A columnar/cuboidal epithelial cell that secretes cerebrospinal + fluid. + meaning: CL:0000686 + title: cerebrospinal fluid secreting cell + CL:0000081: + text: CL:0000081 + description: A cell found predominately in the blood. + meaning: CL:0000081 + title: blood cell + CL:4023079: + text: CL:4023079 + description: A GABAergic inhibitory neuron that is derived from the midbrain. + meaning: CL:4023079 + title: midbrain-derived inhibitory neuron + CL:0000907: + text: CL:0000907 + description: CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000907 + title: central memory CD8-positive, alpha-beta T cell + CL:1001578: + text: CL:1001578 + description: Squamous cell of vaginal epithelium. + meaning: CL:1001578 + title: vagina squamous cell + CL:0000850: + text: CL:0000850 + description: A neuron that releases serotonin as a neurotransmitter. + meaning: CL:0000850 + title: serotonergic neuron + CL:0001054: + text: CL:0001054 + description: A monocyte that expresses CD14 and is negative for the lineage + markers CD3, CD19, and CD20. + meaning: CL:0001054 + title: CD14-positive monocyte + CL:0008015: + text: CL:0008015 + description: A motor neuron that is capable of directly inhibiting muscle + contraction. + meaning: CL:0008015 + title: inhibitory motor neuron + CL:4033049: + text: CL:4033049 + description: A taste receptor cell that is part of a taste bud of a tongue. + meaning: CL:4033049 + title: taste receptor cell of tongue + CL:0000788: + text: CL:0000788 + description: A naive B cell is a mature B cell that has the phenotype surface + IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that + has not yet been activated by antigen in the periphery. + meaning: CL:0000788 + title: naive B cell + CL:0002239: + text: CL:0002239 + description: A primordial cell from which an oocyte (ovum) ultimately is developed. + meaning: CL:0002239 + title: ooblast + CL:0000513: + text: CL:0000513 + description: A precursor cell destined to differentiate into cardiac muscle + cell. + meaning: CL:0000513 + title: cardiac muscle myoblast + CL:0000592: + text: CL:0000592 + description: A large, progesterone secreting cell in the corpus luteum that + develops from the granulosa cells. + meaning: CL:0000592 + title: large luteal cell + CL:4023129: + text: CL:4023129 + description: A retinal cell that is immature or undifferentiated. + meaning: CL:4023129 + title: retinoblast + CL:4023019: + text: CL:4023019 + description: A vip GABAergic cortical interneuron that expresses cck. L5/6 + cck cells have soma found mainly in L5 and L6 and have large axonal arborization. + meaning: CL:4023019 + title: L5/6 cck, vip GABAergic interneuron (Mmus) + CL:0000404: + text: CL:0000404 + description: A cell that initiates an electrical signal and passes that signal + to another cell. + meaning: CL:0000404 + title: electrically signaling cell + CL:0002545: + text: CL:0002545 + description: An endothelial cell that is part of the thoracic endothelium. + meaning: CL:0002545 + title: thoracic aorta endothelial cell + CL:0007023: + text: CL:0007023 + description: Epidermal cell rich in mitochondria. In amphibians, appears during + metamorphosis. + meaning: CL:0007023 + title: flask cell + CL:0000200: + text: CL:0000200 + description: Any neuron that is capable of some detection of mechanical stimulus + involved in sensory perception of touch. + meaning: CL:0000200 + title: touch receptor cell + CL:2000076: + text: CL:2000076 + description: Any vein endothelial cell that is part of a hindlimb stylopod. + meaning: CL:2000076 + title: hindlimb stylopod vein endothelial cell + CL:0000910: + text: CL:0000910 + description: A mature T cell that differentiated and acquired cytotoxic function + with the phenotype perforin-positive and granzyme-B positive. + meaning: CL:0000910 + title: cytotoxic T cell + CL:0002524: + text: CL:0002524 + description: A disseminated nephrocyte is a nephrocyte that filters hemolymph + and is found at scattered locations in the fat body or other tissues. + meaning: CL:0002524 + title: disseminated nephrocyte + CL:0000715: + text: CL:0000715 + description: A crystal cell that derives from the embryonic head mesoderm. + meaning: CL:0000715 + title: embryonic crystal cell + CL:0000875: + text: CL:0000875 + description: A type of monocyte characterized by low expression of CCR2, low + responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, + and decrease size relative to classical monocytes, but increased co-stimulatory + activity. May also play a role in tissue repair. + meaning: CL:0000875 + title: non-classical monocyte + CL:0002332: + text: CL:0002332 + description: A ciliated cell of the bronchus. + meaning: CL:0002332 + title: ciliated cell of the bronchus + CL:0009110: + text: CL:0009110 + description: A lymphatic endothelial cell located in the ceiling part of a + lymph node medulla. + meaning: CL:0009110 + title: lymphatic endothelial cell of medulla ceiling + CL:0002485: + text: CL:0002485 + description: A melanocyte of the retina. This cell type is distinct from pigmented + retinal epithelium. + meaning: CL:0002485 + title: retinal melanocyte + CL:1001135: + text: CL:1001135 + description: Any kidney cortex artery cell that is part of some kidney arcuate + artery. + meaning: CL:1001135 + title: arcuate artery cell + CL:0002467: + text: CL:0002467 + description: A myeloid suppressor cell that is Gr1-high and CD11c-negative. + meaning: CL:0002467 + title: Gr1-high myeloid suppressor cell + CL:0009076: + text: CL:0009076 + description: A thymic medullary epithelial cell that expresses neuroendocrine + biomarkers. + meaning: CL:0009076 + title: neuro-medullary thymic epithelial cell + CL:0004161: + text: CL:0004161 + description: A cone whose sensitivity measurements have an average spectral + peak of 510 nm. These cones are described in rat. + meaning: CL:0004161 + title: 510 nm-cone + CL:0000380: + text: CL:0000380 + description: The support cell that makes the thecogen dendritic cap - a cuticle-like + matrix around the tip of the eo-dendrite and which encloses the soma of + the eo-neuron. + meaning: CL:0000380 + title: thecogen cell + CL:0000301: + text: CL:0000301 + description: A primordial germ cell of insects. Such cells form at the posterior + pole of the early embryo. + meaning: CL:0000301 + title: pole cell + CL:4030012: + text: CL:4030012 + description: Epithelial cell of the descending thin limb of the short loop + (cortical) nephron limited to the outer medulla (mainly inner strip). It + is known in some mammalian species that the short descending limb of the + loop of Henle selectively expresses the serine protease Corin, the homeobox + TF Uncx, and the urea channel Slc14a2. + meaning: CL:4030012 + title: kidney loop of Henle short descending thin limb epithelial cell + CL:1000348: + text: CL:1000348 + description: A basal cell that is part of the epithelium of trachea. + meaning: CL:1000348 + title: basal cell of epithelium of trachea + CL:0000441: + text: CL:0000441 + description: A stem cell that gives rise to the follicle cells that surround + the oocyte in female arthropods. + meaning: CL:0000441 + title: follicle stem cell (sensu Arthropoda) + CL:4023118: + text: CL:4023118 + description: A sst GABAergic interneuron does not have Martinotti morphology + with a soma found in L5/6 of the cerebral cortex. + meaning: CL:4023118 + title: L5/6 non-Martinotti sst GABAergic interneuron (Mmus) + CL:4023053: + text: CL:4023053 + description: A Betz cell that syanpses with spinal interneurons. + meaning: CL:4023053 + title: spinal interneuron synapsing Betz cell + CL:0002393: + text: CL:0002393 + description: A monocyte that has characteristics of both patrolling and inflammatory + monocytes. + meaning: CL:0002393 + title: intermediate monocyte + CL:0010015: + text: CL:0010015 + description: A highly specialized cell type exclusive to and forming neuroepithelium + of the Saccus vasculosus, covering the caudal diverticulum of the infundibular + recess. + meaning: CL:0010015 + title: coronet cell + CL:0002454: + text: CL:0002454 + description: Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell + is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative + and is CD205-positive. + meaning: CL:0002454 + title: Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell + CL:1001596: + text: CL:1001596 + description: 'Glandular cell of salivary gland. Example: Serous cells, mucous + cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal + epithelium of the striated ducts, epithelial cells of excretory ducts.' + meaning: CL:1001596 + title: salivary gland glandular cell + CL:1000357: + text: CL:1000357 + description: A M cell that is part of the epithelium proper of jejunum. + meaning: CL:1000357 + title: microfold cell of epithelium proper of jejunum + CL:0002133: + text: CL:0002133 + description: A stromal cell of the ovarian cortex. + meaning: CL:0002133 + title: stromal cell of ovarian cortex + CL:0007005: + text: CL:0007005 + description: Cell that is part of the notochord. + meaning: CL:0007005 + title: notochordal cell + CL:0000837: + text: CL:0000837 + description: A hematopoietic multipotent progenitor cell is multipotent, but + not capable of long-term self-renewal. These cells are characterized as + lacking lineage cell surface markers and being CD34-positive in both mice + and humans. + meaning: CL:0000837 + title: hematopoietic multipotent progenitor cell + CL:0002304: + text: CL:0002304 + description: A cell that is part of non-pigmented ciliary epithelium. This + cell type participates in aqueous humor formation by releasing solute, principally + sodium and chloride ions received from pigmented epithelial cells via gap + junctions, into the aqueous humor of the eye. + meaning: CL:0002304 + title: non-pigmented ciliary epithelial cell + CL:0002395: + text: CL:0002395 + description: A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, + CD115-positive, and B220-negative. + meaning: CL:0002395 + title: Gr1-high classical monocyte + CL:0000784: + text: CL:0000784 + description: A dendritic cell type of distinct morphology, localization, and + surface marker expression (CD123-positive) from other dendritic cell types + and associated with early stage immune responses, particularly the release + of physiologically abundant amounts of type I interferons in response to + infection. + meaning: CL:0000784 + title: plasmacytoid dendritic cell + CL:0002215: + text: CL:0002215 + description: A type II muscle cell that contains a low content of myoglobin, + relatively few mitochondria, relatively few blood capillaries and large + amounts of glycogen. Type II B fibres are white, geared to generate ATP + by anaerobic metabolic processes, not able to supply skeletal muscle fibres + continuously with sufficient ATP, fatigue easily, split ATP at a fast rate + and have a fast contraction velocity. + meaning: CL:0002215 + title: type IIb muscle cell + CL:0002200: + text: CL:0002200 + description: An oncocyte located in the thyroid. + meaning: CL:0002200 + title: oxyphil cell of thyroid + CL:0017010: + text: CL:0017010 + description: A hillock cell that is part of the urethra. + meaning: CL:0017010 + title: hillock cell of urethral epithelium + CL:0000152: + text: CL:0000152 + description: A cell of an exocrine gland; i.e. a gland that discharges its + secretion via a duct. + meaning: CL:0000152 + title: exocrine cell + CL:1001213: + text: CL:1001213 + description: Any endothelial cell that is part of some kidney arcuate artery. + meaning: CL:1001213 + title: arcuate artery endothelial cell + CL:0000117: + text: CL:0000117 + meaning: CL:0000117 + title: CNS neuron (sensu Vertebrata) + CL:4042010: + text: CL:4042010 + description: An interlaminar astrocyte whose soma is part of the first layer + of a neocortex and is in contact with a pia surface. + meaning: CL:4042010 + title: pial interlaminar astrocyte + CL:0000783: + text: CL:0000783 + description: A phagocyte formed by the fusion of mononuclear phagocytes. + meaning: CL:0000783 + title: multinucleated phagocyte + CL:0009014: + text: CL:0009014 + description: A lymphocyte that is part of a Peyer's patch. These cells have + a major role in driving the immune response to antigens sampled from the + intestinal lumen, and in regulating the formation of follicle-associated + epithelium and M cells in Peyer's patches by converting intestitial enterocytes + into M cells. + meaning: CL:0009014 + title: Peyer's patch lymphocyte + CL:0003007: + text: CL:0003007 + description: A G4 retinal ganglion cell that has post sympatic terminals in + sublaminar layers S2 and S3 and is depolarized by decreased illumination + of their receptive field center + meaning: CL:0003007 + title: G4-OFF retinal ganglion cell + CL:0000931: + text: CL:0000931 + description: A type II NK T cell that has been recently activated, secretes + interferon-gamma and interleukin-4, and has the phenotype CD69-positive + and downregulated NK markers. + meaning: CL:0000931 + title: activated type II NK T cell + CL:0009040: + text: CL:0009040 + description: A stromal cell found in the lamina propria of the colon. + meaning: CL:0009040 + title: stromal cell of lamina propria of colon + CL:0000868: + text: CL:0000868 + description: A secondary lymphoid organ macrophage found in a lymph node. + This cell is CD169-high. + meaning: CL:0000868 + title: lymph node macrophage + CL:0000390: + text: CL:0000390 + meaning: CL:0000390 + title: blood cell (sensu Nematoda and Protostomia) + CL:1000425: + text: CL:1000425 + description: A chromaffin cell that is part of the paraganglion. + meaning: CL:1000425 + title: chromaffin cell of paraganglion + CL:2000058: + text: CL:2000058 + description: Any osteoblast that is part of a skull. + meaning: CL:2000058 + title: calvarial osteoblast + CL:4023026: + text: CL:4023026 + description: A medium spiny neuron that expresses dopamine type 1 receptors + and projects to the globus pallidus internus or the substantia nigra pars + reticulata. + meaning: CL:4023026 + title: direct pathway medium spiny neuron + CL:0011021: + text: CL:0011021 + description: A fibroblast that is part of upper back skin. + meaning: CL:0011021 + title: fibroblast of upper back skin + CL:1000382: + text: CL:1000382 + description: A type II vestibular sensory cell that is part of the stato-acoustic + epithelium. + meaning: CL:1000382 + title: type 2 vestibular sensory cell of stato-acoustic epithelium + CL:4023002: + text: CL:4023002 + description: A beta motor neuron that innervates the nuclear bag fibers of + muscle spindles. + meaning: CL:4023002 + title: dynamic beta motor neuron + CL:2000012: + text: CL:2000012 + description: Any skin fibroblast that is part of a pedal digit skin. + meaning: CL:2000012 + title: fibroblast of pedal digit skin + CL:0000960: + text: CL:0000960 + description: A transitional stage B cell that expresses surface IgM and IgD, + and CD62L. This cell type appears to be an anergic B cell that does not + proliferate upon BCR signaling, is found in the spleen and lymph nodes, + and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, + CD23-positive, CD62L-positive, and CD93-positive. This cell type has also + been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and + CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface + expression of IgM). + meaning: CL:0000960 + title: T3 B cell + CL:2000059: + text: CL:2000059 + description: Any microvascular endothelial cell that is part of a prostate + gland. + meaning: CL:2000059 + title: prostate gland microvascular endothelial cell + CL:0002297: + text: CL:0002297 + description: A thymic epithelial cell with moderate nuclear and cytoplasmic + electron-density. Scattered in the cortex, this cell type is predominant + in the mid and deep cortex. + meaning: CL:0002297 + title: type-3 epithelial cell of thymus + CL:0000575: + text: CL:0000575 + description: An epithelial cell of the cornea. + meaning: CL:0000575 + title: corneal epithelial cell + CL:0000923: + text: CL:0000923 + description: A type I NK T cell that has the phenotype CD4-positive. + meaning: CL:0000923 + title: CD4-positive type I NK T cell + CL:0000482: + text: CL:0000482 + description: An endocrine cell that secretes juvenile hormone. + meaning: CL:0000482 + title: juvenile hormone secreting cell + CL:0002364: + text: CL:0002364 + description: An epithelial cell of the cortical portion of the thymus. Epithelial + cells in this region are required for positive selection of CD8-positive + T cells. + meaning: CL:0002364 + title: cortical thymic epithelial cell + CL:0007009: + text: CL:0007009 + description: Skeletogenic cell that has the potential to develop into a chondroblast; + and arises from neural crest, meseosdermal and notochordal and connective + tissue cells. + meaning: CL:0007009 + title: prechondroblast + CL:0000828: + text: CL:0000828 + description: A progenitor cell of the thrombocyte, a nucleated blood cell + involved in coagulation typically seen in birds and other non-mammalian + vertebrates. + meaning: CL:0000828 + title: thromboblast + CL:0002114: + text: CL:0002114 + description: A CD38-positive unswitched memory B cell is an unswitched memory + B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, + and IgG-negative. + meaning: CL:0002114 + title: CD38-positive unswitched memory B cell + CL:0000924: + text: CL:0000924 + description: A type I NK T cell that has the phenotype CD4-negative and CD8-negative. + meaning: CL:0000924 + title: CD4-negative, CD8-negative type I NK T cell + CL:1000290: + text: CL:1000290 + description: A muscle cell that is part of the middle internodal tract. + meaning: CL:1000290 + title: myocyte of middle internodal tract + CL:0002314: + text: CL:0002314 + description: An auditory epithelial support cell located in the vestibular + epithelium that has many hallmarks of glial cells. This cell type express + glial markers such as vimentin, S100, glutamate-aspartate transporter, low + affinity neurotrophin receptor p75, glial fibrillary acidic protein, and + proteolipid protein. + meaning: CL:0002314 + title: external supporting cell of vestibular epithelium + CL:1000287: + text: CL:1000287 + description: A muscle cell that is part of the anterior internodal tract. + meaning: CL:1000287 + title: myocyte of anterior internodal tract + CL:2000075: + text: CL:2000075 + description: Any endodermal cell that is part of a anterior visceral endoderm. + meaning: CL:2000075 + title: anterior visceral endoderm cell + CL:0002077: + text: CL:0002077 + description: An epithelial cell derived from ectoderm. + meaning: CL:0002077 + title: ecto-epithelial cell + CL:4028002: + text: CL:4028002 + description: An alveolar capillary endothelial cell that is located distally + to alveolar capillary type 2 endothelial cells. + meaning: CL:4028002 + title: alveolar capillary type 1 endothelial cell + CL:0000187: + text: CL:0000187 + description: A mature contractile cell, commonly known as a myocyte. This + cell has as part of its cytoplasm myofibrils organized in various patterns. + meaning: CL:0000187 + title: muscle cell + CL:4040000: + text: CL:4040000 + description: A glial precursor cell that generates oligodendrocytes and type-1 + and type-2 astrocytes. It has been shown in some mammals that this cell + type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. + Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha + and can differentiate into both type-1 and type-2 astrocytes. + meaning: CL:4040000 + title: glial restricted tripotential precursor cell + CL:1000379: + text: CL:1000379 + description: A type I vestibular sensory cell that is part of the epithelium + of macula of utricle of membranous labyrinth. + meaning: CL:1000379 + title: type 1 vestibular sensory cell of epithelium of macula of utricle of + membranous labyrinth + CL:0002360: + text: CL:0002360 + description: A hematopoietic stem cell from the aorta-gonad-mesonephros region + of the developing embryo. First seen at E10.5 in mouse embryos. May give + rise to fetal liver HSC. + meaning: CL:0002360 + title: AGM hematopoietic stem cell + CL:0004117: + text: CL:0004117 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field. + meaning: CL:0004117 + title: retinal ganglion cell A + CL:0004213: + text: CL:0004213 + description: A type of type 3 cone bipolar cell with distinctive curly dendrites. + meaning: CL:0004213 + title: type 3a cone bipolar cell + CL:1000699: + text: CL:1000699 + description: A resident-dendritic cell that is part of a kidney. + meaning: CL:1000699 + title: kidney resident dendritic cell + CL:0004251: + text: CL:0004251 + description: An amicrine that has a narrow dendritic field. + meaning: CL:0004251 + title: narrow field retinal amacrine cell + CL:0002505: + text: CL:0002505 + description: A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, + MHC-II-positive and CD103-negative. + meaning: CL:0002505 + title: liver CD103-negative dendritic cell + CL:0001045: + text: CL:0001045 + description: A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, + CD127lo, CCR4-positive, and CD45RO-negative. + meaning: CL:0001045 + title: naive CCR4-positive regulatory T cell + CL:0000756: + text: CL:0000756 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The cell has a diffuse axon terminal with varicosities + in sublaminae 1 and 2 of the inner plexiform layer. + meaning: CL:0000756 + title: type 4 cone bipolar cell (sensu Mus) + CL:4030038: + text: CL:4030038 + description: A CD24-positive, CD-133-positive, vimentin-positive cell found + scattered throughout a renal proximal tubule and that may participate in + tubular regeneration. Compared to other proximal tubular cell types, this + cell contains less cytoplasm, fewer mitochondria and no brush border. + meaning: CL:4030038 + title: CD24-positive, CD-133-positive, vimentin-positive proximal tubular + cell + CL:0002272: + text: CL:0002272 + description: A cell that secretes motilin, a gastric hormone that at low pH + inhibits gastric motor activity, whereas at high pH has a stimulating effect. + meaning: CL:0002272 + title: motilin secreting cell + CL:2000073: + text: CL:2000073 + description: Any migratory neural crest cell that is part of a cardiac neural + crest. + meaning: CL:2000073 + title: migratory cardiac neural crest cell + CL:1001437: + text: CL:1001437 + description: The subcutaneous mechanoreceptors that innervate vellus hairs. + meaning: CL:1001437 + title: hair-down neuron + CL:0002418: + text: CL:0002418 + description: A pluripotent cell in the yolk sac that can give rise to mesenchymal + cells including erythrocytes and endothelial cells. + meaning: CL:0002418 + title: hemangioblast + CL:4023021: + text: CL:4023021 + description: A gamma motor neuron that innervates static nuclear bag fibers + (bag2 fibers) and increases their firing, in response to an increase in + the magnitude of change in length, and controls the static sensitivity of + the stretch reflex. + meaning: CL:4023021 + title: static gamma motor neuron + CL:0000554: + text: CL:0000554 + description: A peptide hormone secreting cell that secretes gastrin stimulating + hormone. + meaning: CL:0000554 + title: gastrin stimulating hormone secreting cell + CL:4030027: + text: CL:4030027 + description: An amacrine cell that uses GABA as a neurotransmitter. + meaning: CL:4030027 + title: GABAergic amacrine cell + CL:0000524: + text: CL:0000524 + description: A cell, usually of bacteria or yeast, which has partially lost + its cell wall. + meaning: CL:0000524 + title: spheroplast + CL:0000516: + text: CL:0000516 + description: A non-neuronal cell that surrounds the neuronal cell bodies of + the ganglia. + meaning: CL:0000516 + title: perineuronal satellite cell + CL:0002353: + text: CL:0002353 + description: A hematopoietic stem cell that resides in the fetal liver. In + mice, this cell type is first observed at E10.5. This cell type is MHC-positive, + HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, + CD48-negative and CD244-negative. + meaning: CL:0002353 + title: fetal liver hematopoietic progenitor cell + CL:0001046: + text: CL:0001046 + description: A memory regulatory T cell with phenotype CD4-positive, CD25-positive, + CD127lo, CCR4-positive, and CD45RO-positive. + meaning: CL:0001046 + title: memory CCR4-positive regulatory T cell + CL:4033007: + text: CL:4033007 + description: A(n) brush cell that is part of a(n) epithelium of lobar bronchus. + meaning: CL:4033007 + title: brush cell of epithelium of lobar bronchus + CL:0009039: + text: CL:0009039 + description: A goblet cell that is located in the colon. + meaning: CL:0009039 + title: colon goblet cell + CL:0002119: + text: CL:0002119 + description: A CD38-positive IgG-negative memory B cell is an IgG-negative + class switched memory B cell that lacks IgG on the cell surface with the + phenotype CD38-positive and IgG-negative. + meaning: CL:0002119 + title: CD38-positive IgG-negative class switched memory B cell + CL:0005009: + text: CL:0005009 + description: A cuboidal epithelial cell of the kidney which regulates sodium + and potassium balance. The activity of sodium and potassium channels on + the apical membrane of the cell is regulated by aldosterone and vasopressin. + In mammals this cell type is located in the renal collecting duct system. + meaning: CL:0005009 + title: renal principal cell + CL:2000049: + text: CL:2000049 + description: Any pyramidal cell that is part of a primary motor cortex. + meaning: CL:2000049 + title: primary motor cortex pyramidal cell + CL:0000799: + text: CL:0000799 + description: A gamma-delta T cell that has an immature phenotype. + meaning: CL:0000799 + title: immature gamma-delta T cell + CL:4033010: + text: CL:4033010 + description: A(n) neuroendocrine cell that is part of a(n) epithelium of lobar + bronchus. + meaning: CL:4033010 + title: neuroendocrine cell of epithelium of lobar bronchus + CL:0007007: + text: CL:0007007 + description: Notochordal cell that is part of the outer epithelium of the + notochord and surrounds the vacuolated notochord cells. + meaning: CL:0007007 + title: notochordal sheath cell + CL:0000541: + text: CL:0000541 + description: A cell that originates from the neural crest and differentiates + into a pigment cell. + meaning: CL:0000541 + title: melanoblast + CL:0000564: + text: CL:0000564 + description: A promyelocyte committed to the neutrophil lineage. This cell + type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, + has low expression of PU.1 transcription factor and lacks lactotransferrin + expression. + meaning: CL:0000564 + title: neutrophilic promyelocyte + CL:0000497: + text: CL:0000497 + description: A photoreceptor cell that is sensitive to red light. + meaning: CL:0000497 + title: red sensitive photoreceptor cell + CL:0003049: + text: CL:0003049 + description: A cone cell that detects medium wavelength light. Exact peak + of spectra detected differs between species. In humans, spectra peaks at + 534-545 nm. + meaning: CL:0003049 + title: M cone cell + CL:0000556: + text: CL:0000556 + description: A large hematopoietic cell (50 to 100 micron) with a lobated + nucleus. Once mature, this cell undergoes multiple rounds of endomitosis + and cytoplasmic restructuring to allow platelet formation and release. + meaning: CL:0000556 + title: megakaryocyte + CL:0000876: + text: CL:0000876 + description: A splenic macrophage found in the white pulp of the spleen. Markers + include F4/80-negative, CD68-positive, and macrosialin-positive. + meaning: CL:0000876 + title: splenic white pulp macrophage + CL:0002399: + text: CL:0002399 + description: A myeloid dendritic cell found in the blood that is CD1c-positive. + meaning: CL:0002399 + title: CD1c-positive myeloid dendritic cell + CL:4023048: + text: CL:4023048 + description: An intratelencephalic-projecting glutamatergic with a soma located + in upper L5 of the primary motor cortex. These cells have thin untufted + apical dendrites. + meaning: CL:4023048 + title: L4/5 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0009046: + text: CL:0009046 + description: A T cell found in the lymph node medullary sinus. + meaning: CL:0009046 + title: T cell of medullary sinus of lymph node + CL:1000298: + text: CL:1000298 + description: A mesothelial cell that is part of the dura mater. + meaning: CL:1000298 + title: mesothelial cell of dura mater + CL:0008039: + text: CL:0008039 + description: The motor neurons of vertebrates that directly innervate skeletal + muscles. They receive input from upper motor neurons. + meaning: CL:0008039 + title: lower motor neuron + CL:0000387: + text: CL:0000387 + description: A blood cell of the circulatory system of arthropods. + meaning: CL:0000387 + title: hemocyte (sensu Arthropoda) + CL:1001609: + text: CL:1001609 + description: Fibroblast from muscle organ. + meaning: CL:1001609 + title: muscle fibroblast + CL:1000601: + text: CL:1000601 + description: Any cell that is part of some ureter. + meaning: CL:1000601 + title: ureteral cell + CL:0000140: + text: CL:0000140 + description: Skeletogenic cell that secretes dentine matrix, is derived from + odontogenic papilla. Embedded in dentine tissue, and is the transformation + of a non-terminally differentiated odontoblast cell. + meaning: CL:0000140 + title: odontocyte + CL:0000505: + text: CL:0000505 + description: A peptide hormone secreting cell that secretes substance P. + meaning: CL:0000505 + title: substance P secreting cell + CL:4032001: + text: CL:4032001 + description: A GABAergic interneuron located in the cerebral cortex that expresses + reelin (rln). + meaning: CL:4032001 + title: reelin GABAergic cortical interneuron + CL:0002434: + text: CL:0002434 + description: A CD8-positive, CD4-negative thymocyte that is CD24-positive + and expresses high levels of the alpha-beta T cell receptor. + meaning: CL:0002434 + title: CD24-positive, CD8 single-positive thymocyte + CL:0000531: + text: CL:0000531 + description: A primary neuron (sensu Teleostei) that has a sensory function. + meaning: CL:0000531 + title: primary sensory neuron (sensu Teleostei) + CL:1000278: + text: CL:1000278 + description: A smooth muscle cell that is part of the ileum. + meaning: CL:1000278 + title: smooth muscle fiber of ileum + CL:1001586: + text: CL:1001586 + description: 'Glandular cell of mammary epithelium. Example: glandular cells + of large and intermediate ducts, glandular cells in terminal ducts.' + meaning: CL:1001586 + title: mammary gland glandular cell + CL:0001008: + text: CL:0001008 + description: A hematopoietic stem cell that has plasma membrane part Kit-positive, + SCA-1-positive, CD150-positive and CD34-negative. + meaning: CL:0001008 + title: Kit and Sca1-positive hematopoietic stem cell + CL:0002166: + text: CL:0002166 + description: An epithelial cell that remains from the disintegration of the + epithelial root sheath involved in the development of teeth. + meaning: CL:0002166 + title: epithelial cell of Malassez + CL:0000216: + text: CL:0000216 + description: A supporting cell projecting inward from the basement membrane + of seminiferous tubules. They surround and nourish the developing male germ + cells and secrete androgen binding protein. Their tight junctions with the + spermatogonia and spermatocytes provide a blood-testis barrier. + meaning: CL:0000216 + title: Sertoli cell + CL:0002391: + text: CL:0002391 + description: A blastoconidium that has more than one nucleus. + meaning: CL:0002391 + title: multinucleate blastoconidium + CL:2000084: + text: CL:2000084 + description: Any goblet cell that is part of a conjunctiva. + meaning: CL:2000084 + title: conjunctiva goblet cell + CL:0011012: + text: CL:0011012 + description: A cell of the neural crest. Neural crest cells are multipotent. + Premigratory neural crest cells are found at the neural plate boarder, some + of which will undergo ectomesynchymal transition and delamination to form + migratory neural crest cells. + meaning: CL:0011012 + title: neural crest cell + CL:0009028: + text: CL:0009028 + description: An intestinal crypt stem cell that is located in the vermiform + appendix. These stem cells reside at the bottom of crypts in the appendix + and are highly proliferative. They either differentiate into transit amplifying + cells or self-renew to form new stem cells. + meaning: CL:0009028 + title: intestinal crypt stem cell of appendix + CL:0002196: + text: CL:0002196 + description: A transient hepatic stem cell observed after liver injury with + a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes + and bile duct cells. Arises from more than one tissue. + meaning: CL:0002196 + title: hepatic oval stem cell + CL:0002072: + text: CL:0002072 + description: A specialized cardiac myocyte in the sinoatrial and atrioventricular + nodes. The cell is slender and fusiform confined to the nodal center, circumferentially + arranged around the nodal artery. + meaning: CL:0002072 + title: nodal myocyte + CL:0002534: + text: CL:0002534 + description: A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, + CD86-high, and MHCII-high. + meaning: CL:0002534 + title: mature CD16-positive myeloid dendritic cell + CL:0000820: + text: CL:0000820 + description: A B-1 B cell that has the phenotype CD5-positive. + meaning: CL:0000820 + title: B-1a B cell + CL:0000038: + text: CL:0000038 + description: A progenitor cell committed to the erythroid lineage. + meaning: CL:0000038 + title: erythroid progenitor cell + CL:0009094: + text: CL:0009094 + description: An endothelial cell that is part of a hepatic portal vein. + meaning: CL:0009094 + title: endothelial cell of hepatic portal vein + CL:4042002: + text: CL:4042002 + description: A nucleus accumbens shell and olfactory tubercle D1 medium spiny + neuron that co-expresses TAC3 and the DRD1 receptor. + meaning: CL:4042002 + title: TAC3-positive medium spiny neuron + CL:0000452: + text: CL:0000452 + meaning: CL:0000452 + title: thyroid hormone secreting cell + CL:0000215: + text: CL:0000215 + description: A cell whose primary function is to prevent the transport of + stuff across compartments. + meaning: CL:0000215 + title: barrier cell + CL:0002376: + text: CL:0002376 + description: A glial cell that ensheaths multiple small diameter axons in + the peripheral nervous system. The non-myelinating Schwann cell is embedded + among neurons (axons) with minimal extracellular spaces separating them + from nerve cell membranes and has a basal lamina. Cells can survive without + an axon present. These cells can de-differentiate into immature Schwann + cells. + meaning: CL:0002376 + title: non-myelinating Schwann cell + CL:0002495: + text: CL:0002495 + description: A fetal and neonatal heart cell that undergoes proliferation + and is not yet terminally differentiated into a binucleate or a multinucleate + cardiac myocyte. + meaning: CL:0002495 + title: fetal cardiomyocyte + CL:0000773: + text: CL:0000773 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a eosinophilic myelocyte and a band + form eosinophil. The nucleus becomes indented where the indentation is smaller + than half the distance to the farthest nuclear margin; chromatin becomes + coarse and clumped; specific granules predominate while primary granules + are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, + low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, + CD24-positive and aminopeptidase N-negative. + meaning: CL:0000773 + title: eosinophilic metamyelocyte + CL:0000393: + text: CL:0000393 + description: A cell whose function is determined by its response to an electric + signal. + meaning: CL:0000393 + title: electrically responsive cell + CL:1000450: + text: CL:1000450 + description: An epithelial cell that is part of the glomerular capsule. + meaning: CL:1000450 + title: epithelial cell of glomerular capsule + CL:1001287: + text: CL:1001287 + description: Any vasa recta descending limb cell that is part of some outer + medulla vasa recta descending limb. + meaning: CL:1001287 + title: outer medulla vasa recta descending limb cell + CL:0009056: + text: CL:0009056 + description: A transit amplifying cell that is located in the anorectum. + meaning: CL:0009056 + title: transit amplifying cell of anorectum + CL:0000934: + text: CL:0000934 + description: A CD4-positive, alpha-beta T cell that has cytotoxic function. + meaning: CL:0000934 + title: CD4-positive, alpha-beta cytotoxic T cell + CL:0000771: + text: CL:0000771 + description: Any of the immature or mature forms of a granular leukocyte with + a nucleus that usually has two lobes connected by one or more slender threads + of chromatin, and cytoplasm containing coarse, round granules that are uniform + in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, + CD191-positive, and CD193-positive. + meaning: CL:0000771 + title: eosinophil + CL:0003046: + text: CL:0003046 + description: A bistratifed retinal ganglion cell that has small, symmetric + dendritic fields that terminate in S2 and S4. + meaning: CL:0003046 + title: M13 retinal ganglion cell + CL:4023017: + text: CL:4023017 + description: A GABAergic neuron located in the cerebral cortex that expresses + somatostatin (sst) + meaning: CL:4023017 + title: sst GABAergic cortical interneuron + CL:0002591: + text: CL:0002591 + description: A smooth muscle of the pulmonary artery. + meaning: CL:0002591 + title: smooth muscle cell of the pulmonary artery + CL:0002423: + text: CL:0002423 + description: A DN2 thymocyte that is Kit-hi. + meaning: CL:0002423 + title: DN2a thymocyte + CL:0000697: + text: CL:0000697 + meaning: CL:0000697 + title: R4 photoreceptor cell + CL:0000856: + text: CL:0000856 + description: Neuromast hair cell is a hair cell that acts as a sensory receptor + of the neuromast; it is morphologically polarized as a result of the relative + position of the single kinocilium and the clusters of stereocilia on its + apical surface. + meaning: CL:0000856 + title: neuromast hair cell + CL:2000057: + text: CL:2000057 + description: Any osteoblast that is part of a femur. + meaning: CL:2000057 + title: femural osteoblast + CL:1000436: + text: CL:1000436 + description: An epithelial cell that is part of the lacrimal sac. + meaning: CL:1000436 + title: epithelial cell of lacrimal sac + CL:0000062: + text: CL:0000062 + description: Skeletogenic cell that secretes osteoid, is capable of producing + mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid + tissue, and arises from the transformation of a preosteoblast cell. + meaning: CL:0000062 + title: osteoblast + CL:2000063: + text: CL:2000063 + description: Any fibroblast that is part of a female gonad. + meaning: CL:2000063 + title: ovarian fibroblast + CL:0000835: + text: CL:0000835 + description: The most primitive precursor in the granulocytic series, having + fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic + ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in + the bone marrow. + meaning: CL:0000835 + title: myeloblast + CL:4023086: + text: CL:4023086 + description: A Martinotti neuron that has axons that form a horizontal ramification, + making it T-shaped. + meaning: CL:4023086 + title: T Martinotti neuron + CL:0002315: + text: CL:0002315 + description: An epithelial supporting cell located in the cochlea. + meaning: CL:0002315 + title: supporting cell of cochlea + CL:0000658: + text: CL:0000658 + description: An epithelial cell that secretes cuticle. + meaning: CL:0000658 + title: cuticle secreting cell + CL:0000166: + text: CL:0000166 + description: A cell that stores epinephrine secretory vesicles. During times + of stress, the nervous system signals the vesicles to secrete their hormonal + content. Their name derives from their ability to stain a brownish color + with chromic salts. Characteristically, they are located in the adrenal + medulla and paraganglia of the sympathetic nervous system. + meaning: CL:0000166 + title: chromaffin cell + CL:0000419: + text: CL:0000419 + description: An epithelial fate stem cell found in flatworms. + meaning: CL:0000419 + title: seam cell + CL:0000978: + text: CL:0000978 + description: A short lived plasma cell that secretes IgM. + meaning: CL:0000978 + title: IgM short lived plasma cell + CL:1000692: + text: CL:1000692 + description: A fibroblast that is part of an interstitial compartment of a + kidney. + meaning: CL:1000692 + title: kidney interstitial fibroblast + CL:0002624: + text: CL:0002624 + description: A paneth cell of the appendix. + meaning: CL:0002624 + title: paneth cell of the appendix + CL:0009096: + text: CL:0009096 + description: Any cell that is part of the esophageal non-keratinized stratified + squamous epithelium. In humans, the esophagus, which requires flexibility + to accommodate swallowing of a bolus, is covered with a non-keratinized + epithelium. + meaning: CL:0009096 + title: esophagus non-keratinized squamous epithelial cell + CL:1000369: + text: CL:1000369 + description: A transitional myocyte that is part of the septal division of + left branch of atrioventricular bundle. + meaning: CL:1000369 + title: transitional myocyte of septal division of left branch of atrioventricular + bundle + CL:4030022: + text: CL:4030022 + description: A fibroblast that is located in the renal medulla interstitium. + meaning: CL:4030022 + title: renal medullary fibroblast + CL:0000115: + text: CL:0000115 + description: An endothelial cell comprises the outermost layer or lining of + anatomical structures and can be squamous or cuboidal. In mammals, endothelial + cell has vimentin filaments and is derived from the mesoderm. + meaning: CL:0000115 + title: endothelial cell + CL:1000426: + text: CL:1000426 + description: A chromaffin cell that is part of the adrenal gland. + meaning: CL:1000426 + title: chromaffin cell of adrenal gland + CL:0004121: + text: CL:0004121 + description: A retinal ganglion cell B that has a very small but very dense + dendritic field, and has post synaptic terminals in S2. + meaning: CL:0004121 + title: retinal ganglion cell B2 + CL:1000371: + text: CL:1000371 + description: A transitional myocyte that is part of the right branch of atrioventricular + bundle. + meaning: CL:1000371 + title: transitional myocyte of right branch of atrioventricular bundle + CL:0009102: + text: CL:0009102 + description: "A specialized, fibroblastic reticular cell of mesenchymal origin\ + \ found in lymph nodes. In human, it expresses several markers common to\ + \ myofibroblasts (desmin, vimentin, CD73, CD90, \u03B1-smooth muscle actin\ + \ (\u03B1SMA)), and can be differentiated from endothelial cells by its\ + \ lack of CD31 expression. These cells are critical for the overall organization\ + \ and function of the lymph node. Lymph node fibroblastic reticular cells\ + \ (FRCs) can be further classified based on their location, function, and\ + \ unique marker expression." + meaning: CL:0009102 + title: lymph node fibroblastic reticular cell + CL:0002635: + text: CL:0002635 + description: A nonkeratinized epithelial cell of the anal canal. + meaning: CL:0002635 + title: nonkeratinized epithelial cell of anal column + CL:0002189: + text: CL:0002189 + description: A keratinocyte of the epidermis that is characterized by containing + granules of keratohyalin and lamellar granules. + meaning: CL:0002189 + title: granular cell of epidermis + CL:0000042: + text: CL:0000042 + description: A myeloblast committed to the neutrophil lineage. This cell type + is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and + has low expression of PU.1 transcription factor. + meaning: CL:0000042 + title: neutrophilic myeloblast + CL:4033044: + text: CL:4033044 + description: An epithelial cell part of respiratory tract epithelium that + is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, + a required step for multiciliogenesis. + meaning: CL:4033044 + title: deuterosomal cell + CL:0000520: + text: CL:0000520 + meaning: CL:0000520 + title: prokaryotic cell + CL:1000341: + text: CL:1000341 + description: An enterocyte that is part of the epithelium proper of jejunum. + meaning: CL:1000341 + title: enterocyte of epithelium proper of jejunum + CL:0000950: + text: CL:0000950 + description: A plasmablast that secretes IgE. + meaning: CL:0000950 + title: IgE plasmablast + CL:0000049: + text: CL:0000049 + description: A progenitor cell committed to myeloid lineage, including the + megakaryocyte and erythroid lineages. + meaning: CL:0000049 + title: common myeloid progenitor + CL:0000831: + text: CL:0000831 + description: A progenitor cell of the mast cell lineage. Markers for this + cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, + and lineage-negative. + meaning: CL:0000831 + title: mast cell progenitor + CL:4023119: + text: CL:4023119 + description: A subpopulation of amacrine cell that migrate further than other + amacrine cells, and come to lie basal to the inner plexiform layer (IPL) + in the ganglion cell layer. Displaced amacrine cells still have their neurites + extending apically into the IPL, and therefore exhibit an inverted polarity + with respect to the other amacrine cells. + meaning: CL:4023119 + title: displaced amacrine cell + CL:0000645: + text: CL:0000645 + description: A glial cell of astrocytic lineage with long processes running + parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. + These processes form a three-dimensional network among the axons of the + hypothalamic neurosecretory cells and are connected by gap junctions which + provide for their metabolic coupling. This cell type constitutes most of + the nonexcitable tissue in the neurohypophsis; function may include possibly + acting as an intermediate in the modulation of oxytocin and vasopressin + release. This cell type is highly variable in size and shape and commonly + contain lipid droplets and deposits of lipochrome pigment. + meaning: CL:0000645 + title: pituicyte + CL:0000755: + text: CL:0000755 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The dendritic tree is delicate and the dendritic tips appear + small when compared with type 1 cells. The axon terminal is stratified and + restricted to sublamina 2 of the inner plexiform layer. + meaning: CL:0000755 + title: type 3 cone bipolar cell (sensu Mus) + CL:0002290: + text: CL:0002290 + description: A sperm bearing a Y chromosome. Chromosomal and genetic sex is + established at fertilization in mammals and depends upon whether an X-bearing + sperm or a Y-bearing sperm fertilizes the X-bearing ovum. + meaning: CL:0002290 + title: Y chromosome-bearing sperm cell + CL:0000866: + text: CL:0000866 + description: A tissue-resident macrophage resident found in the thymus, involved + in the clearance of apoptotic thymocytes. + meaning: CL:0000866 + title: thymic macrophage + CL:0000382: + text: CL:0000382 + description: A cell that is part of a scolopidium and surrounds the dendrite + of a scolopidial neuron. + meaning: CL:0000382 + title: scolopale cell + CL:4023043: + text: CL:4023043 + description: A near-projecting glutamatergic neuron with a soma found in layer + 5/6 of the primary motor cortex. + meaning: CL:4023043 + title: L5/6 near-projecting glutamatergic neuron of the primary motor cortex + CL:0002132: + text: CL:0002132 + description: A stomal cell of the ovary + meaning: CL:0002132 + title: stromal cell of ovary + CL:0000947: + text: CL:0000947 + description: A long lived plasma cell that secretes IgE. + meaning: CL:0000947 + title: IgE plasma cell + CL:0002034: + text: CL:0002034 + description: A hematopoietic stem cell with long term self renewal capability. + This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative + and Flt3-negative. + meaning: CL:0002034 + title: long term hematopoietic stem cell + CL:0008024: + text: CL:0008024 + description: An endocrine cell that is part of the pancreas. + meaning: CL:0008024 + title: pancreatic endocrine cell + CL:0002552: + text: CL:0002552 + description: Any fibroblast that is part of some gingiva. + meaning: CL:0002552 + title: fibroblast of gingiva + CL:0000227: + text: CL:0000227 + description: Any cell that has characteristic some binucleate. + meaning: CL:0000227 + title: binucleate cell + CL:2000071: + text: CL:2000071 + description: Any microvascular endothelial cell that is part of a breast. + meaning: CL:2000071 + title: mammary microvascular endothelial cell + CL:0000882: + text: CL:0000882 + description: A thymic macrophage found in the thymic medulla. + meaning: CL:0000882 + title: thymic medullary macrophage + CL:0000551: + text: CL:0000551 + meaning: CL:0000551 + title: unimodal nocireceptor + CL:0000926: + text: CL:0000926 + description: A mature NK T cell that secretes interferon-gamma and enhances + type 1 immune responses. + meaning: CL:0000926 + title: CD4-positive type I NK T cell secreting interferon-gamma + CL:0002124: + text: CL:0002124 + description: A circulating gamma-delta T cell that is CD27-positive and capable + of producing IFN-gamma. + meaning: CL:0002124 + title: CD27-positive gamma-delta T cell + CL:0010008: + text: CL:0010008 + description: Any endothelial cell that is part of some heart. + meaning: CL:0010008 + title: cardiac endothelial cell + CL:0000731: + text: CL:0000731 + description: A cell of a layer of transitional epithelium in the wall of the + proximal urethra, bladder, ureter or renal pelvis, external to the lamina + propria. + meaning: CL:0000731 + title: urothelial cell + CL:0009090: + text: CL:0009090 + description: An adult endothelial progenitor cell that is resident of adult + vasculature and capable of differentiating to regenerate endothelial cell + populations. Endothelial colony forming cells are characterised in vivo + by clonal proliferative status, de novo vessel formation, homing to ischemic + sites and paracrine support of angiogenesis. These cells are phenotypically + similar to endothelial cells. + meaning: CL:0009090 + title: endothelial colony forming cell + CL:0009067: + text: CL:0009067 + description: An enterocyte found in the small intestine of newborn mammals + and characterized by the presence of an apical canalicular system (ACS) + leading to production of large vacuoles, important for colostral macromolecule + uptake. After birth, the vacuolated fetal-type enterocytes are replaced + with enterocytes lacking an ACS. + meaning: CL:0009067 + title: vacuolated fetal-type enterocyte + CL:0002059: + text: CL:0002059 + description: A conventional thymic dendritic cell that is CD8alpha-positive. + meaning: CL:0002059 + title: CD8alpha-positive thymic conventional dendritic cell + CL:0002460: + text: CL:0002460 + description: A conventional thymic dendritic cell that is CD8alpha-negative. + meaning: CL:0002460 + title: CD8alpha-negative thymic conventional dendritic cell + CL:0000286: + text: CL:0000286 + description: A cell of a filament of a fungal mycelium. + meaning: CL:0000286 + title: hyphal cell + CL:4023154: + text: CL:4023154 + description: A glial cell that myelinates axonal processes. + meaning: CL:4023154 + title: myelinating glial cell + CL:0004253: + text: CL:0004253 + description: An amicrine that has a wide dendritic field. + meaning: CL:0004253 + title: wide field retinal amacrine cell + CL:0019015: + text: CL:0019015 + description: An eosinophil with a ring-shaped nucleus that is resident in + the lung parenchyma. In mouse, lung parenchyma resident eosinophils are + IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they + are Siglec-8+ CD62L+ IL-3R(low). + meaning: CL:0019015 + title: lung parenchyma resident eosinophil + CL:1001096: + text: CL:1001096 + description: Any endothelial cell that is part of some renal afferent arteriole. + meaning: CL:1001096 + title: kidney afferent arteriole endothelial cell + CL:0000192: + text: CL:0000192 + description: A non-striated, elongated, spindle-shaped cell found lining the + digestive tract, uterus, and blood vessels. They develop from specialized + myoblasts (smooth muscle myoblast). + meaning: CL:0000192 + title: smooth muscle cell + CL:1000719: + text: CL:1000719 + description: Any renal intercalated cell that is part of some inner medullary + collecting duct. + meaning: CL:1000719 + title: kidney inner medulla collecting duct intercalated cell + CL:1000343: + text: CL:1000343 + description: A paneth cell that is part of the epithelium of small intestine. + meaning: CL:1000343 + title: paneth cell of epithelium of small intestine + CL:0000590: + text: CL:0000590 + description: A progesterone secreting cell in the corpus luteum that develops + from theca cells. + meaning: CL:0000590 + title: small luteal cell + CL:0000533: + text: CL:0000533 + description: A primary neuron (sensu Teleostei) that has a motor function. + meaning: CL:0000533 + title: primary motor neuron (sensu Teleostei) + CL:0001011: + text: CL:0001011 + description: Immature interstitial dendritic cell is a interstitial dendritic + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001011 + title: immature interstitial dendritic cell + CL:0000718: + text: CL:0000718 + description: A cell of an ommatidium that secretes lens materials. + meaning: CL:0000718 + title: compound eye cone cell + CL:0000684: + text: CL:0000684 + meaning: CL:0000684 + title: littoral cell of liver + CL:4030068: + text: CL:4030068 + description: 'A transcriptomically distinct intratelencepalic-projecting glutamatergic + neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic + reference data for this cell type can be found on the CellxGene census under + the collection: ''Transcriptomic cytoarchitecture reveals principles of + human neocortex organization'', dataset: ''Supercluster: IT-projecting excitatory + neurons'', Author Categories: ''CrossArea_cluster'', L6 IT Car3.' + meaning: CL:4030068 + title: L6 intratelencephalic projecting Car3 glutamatergic neuron + CL:0002087: + text: CL:0002087 + description: A leukocyte that lacks granules. + meaning: CL:0002087 + title: nongranular leukocyte + CL:0000952: + text: CL:0000952 + description: An preBRC-positive large pre-B-II cell is a large pre-B-II cell + that is pre-B cell receptor-positive, composed of surrogate light chain + protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with + immunoglobulin mu heavy chain (IgHmu) on the cell surface. + meaning: CL:0000952 + title: preBCR-positive large pre-B-II cell + CL:1000300: + text: CL:1000300 + description: A fibroblast that is part of the outer membrane of prostatic + capsule. + meaning: CL:1000300 + title: fibroblast of outer membrane of prostatic capsule + CL:0000526: + text: CL:0000526 + description: A neuron which conveys sensory information centrally from the + periphery. + meaning: CL:0000526 + title: afferent neuron + CL:0002537: + text: CL:0002537 + description: A mesenchymal stem cell of the amnion membrane. + meaning: CL:0002537 + title: amnion mesenchymal stem cell + CL:1000481: + text: CL:1000481 + description: A transitional myocyte that is part of the atrioventricular bundle. + meaning: CL:1000481 + title: transitional myocyte of atrioventricular bundle + CL:0002000: + text: CL:0002000 + description: An erythroid progenitor cell is Kit-positive, Ly6A-negative, + CD41-negative, CD127-negative, and CD123-negative. This cell type is also + described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, + CD105-positive, and FcgR-negative. + meaning: CL:0002000 + title: Kit-positive erythroid progenitor cell + CL:0004138: + text: CL:0004138 + description: A retinal ganglion A cell with dense arbor near soma. + meaning: CL:0004138 + title: retinal ganglion cell A2 + CL:0000700: + text: CL:0000700 + description: A neuron that releases dopamine as a neurotransmitter. + meaning: CL:0000700 + title: dopaminergic neuron + CL:0000863: + text: CL:0000863 + description: An elicited macrophage that is recruited into the tissues in + response to injury and infection as part of an inflammatory response, expresses + high levels of pro-inflammatory cytokines, ROS and NO, and shows potent + microbicidal activity. + meaning: CL:0000863 + title: inflammatory macrophage + CL:0002477: + text: CL:0002477 + description: A macrophage located in adipose tissue that is CD45-positive, + CD11c-positive, and SIRPa-positive. + meaning: CL:0002477 + title: adipose macrophage + CL:0002182: + text: CL:0002182 + description: A simple columnar cell that populates the entire luminal surface + including the gastric pits. This cell types secrete mucus to form a thick + protective, lubricant layer over the gastric wall. + meaning: CL:0002182 + title: surface mucosal cell of stomach + CL:0000333: + text: CL:0000333 + description: A cell derived from the specialized ectoderm flanking each side + of the embryonic neural plate, which after the closure of the neural tube, + forms masses of cells that migrate out from the dorsal aspect of the neural + tube to spread throughout the body. + meaning: CL:0000333 + title: migratory neural crest cell + CL:0002345: + text: CL:0002345 + description: An immature natural killer cell that is NK1.1-positive, DX5-positive, + Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers + in the liver. + meaning: CL:0002345 + title: CD27-low, CD11b-low immature natural killer cell, mouse + CL:0002090: + text: CL:0002090 + description: One of two small cells formed by the first and second meiotic + division of oocytes. + meaning: CL:0002090 + title: polar body + CL:0002615: + text: CL:0002615 + description: An adipocyte that is part of omentum tissue. + meaning: CL:0002615 + title: adipocyte of omentum tissue + CL:0001042: + text: CL:0001042 + description: CD4-positive, alpha-beta T cell that produces IL-22. + meaning: CL:0001042 + title: T-helper 22 cell + CL:0009010: + text: CL:0009010 + description: Transit-amplifying cells (TACs) are an undifferentiated population + in transition between stem cells and differentiated cells. + meaning: CL:0009010 + title: transit amplifying cell + CL:4030029: + text: CL:4030029 + description: A lymphocyte located in blood. + meaning: CL:4030029 + title: blood lymphocyte + CL:1000708: + text: CL:1000708 + description: Any ureteral cell that is part of some adventitia of ureter. + meaning: CL:1000708 + title: ureter adventitial cell + CL:0000707: + text: CL:0000707 + meaning: CL:0000707 + title: R7 photoreceptor cell + CL:0009100: + text: CL:0009100 + description: A fibroblast located in the portal triad. Hepatic portal fibroblast + are a non-parenchymal cell population located adjacent to bile duct epithelia + in liver and are distinct from stellate cells. They differentiate into fibrogenic + myofibroblasts during chronic injury states producing high levels of collagen. + meaning: CL:0009100 + title: hepatic portal fibroblast + CL:0011001: + text: CL:0011001 + description: A motor neuron that passes from the spinal cord toward or to + a muscle and conducts an impulse that causes movement. + meaning: CL:0011001 + title: spinal cord motor neuron + CL:0011111: + text: CL:0011111 + description: A neuroendocrine cell that secretes gonadotropin-releasing hormone + (GnRH). A GnRH neuron is born in the nasal placode during embryonic development + and migrates through the nose and forebrain to the hypothalamus. This cell + regulates reproduction by secreting GnRH into the pituitary portal vessels + to induce the release of gonadotropins into the general circulation. + meaning: CL:0011111 + title: gonadotropin-releasing hormone neuron + CL:1001320: + text: CL:1001320 + description: Any cell that is part of some urethra. + meaning: CL:1001320 + title: urethra cell + CL:1000311: + text: CL:1000311 + description: An adipocyte that is part of the epicardial fat of left ventricle. + meaning: CL:1000311 + title: adipocyte of epicardial fat of left ventricle + CL:0002484: + text: CL:0002484 + description: A melanocyte that produces pigment in the epithelium. + meaning: CL:0002484 + title: epithelial melanocyte + CL:0000326: + text: CL:0000326 + meaning: CL:0000326 + title: glycogen accumulating cell + CL:0001055: + text: CL:0001055 + description: An intermediate monocyte that is CD14-positive and with low amounts + of CD16. + meaning: CL:0001055 + title: CD14-positive, CD16-low monocyte + CL:0000750: + text: CL:0000750 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the outer half of the inner plexiform + layer. These cells depolarize in response to light to dark transition. + meaning: CL:0000750 + title: OFF-bipolar cell + CL:4042013: + text: CL:4042013 + description: 'A transcriptomically distinct lamp5 GABAergic cortical interneuron + located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard + transcriptomic reference data for this cell type can be found on the CellxGene + census under the collection: ''Transcriptomic cytoarchitecture reveals principles + of human neocortex organization'', dataset: ''Supercluster: CGE-derived + interneurons'', Author Categories: ''CrossArea_subclass'', Lamp5 Lhx6.' + meaning: CL:4042013 + title: Lamp5 Lhx6 neuron + CL:1000443: + text: CL:1000443 + description: A smooth muscle cell that is part of the ciliary body. + meaning: CL:1000443 + title: ciliary muscle cell + CL:0000709: + text: CL:0000709 + meaning: CL:0000709 + title: R8 photoreceptor cell + CL:0000083: + text: CL:0000083 + description: An epithelial cell of the pancreas. + meaning: CL:0000083 + title: epithelial cell of pancreas + CL:4030047: + text: CL:4030047 + description: A DRD2-expressing medium spiny neuron that is part of a matrix + compartment of dorsal striatum. + meaning: CL:4030047 + title: matrix D2 medium spiny neuron + CL:0000007: + text: CL:0000007 + description: A cell found in the embryo before the formation of all the gem + layers is complete. + meaning: CL:0000007 + title: early embryonic cell (metazoa) + CL:0008026: + text: CL:0008026 + description: An epithelial cell that is part of the epithelium of a tracheal + tube in an open tracheal system, such as that found in insects. + meaning: CL:0008026 + title: open tracheal system tracheocyte + CL:0002486: + text: CL:0002486 + description: A melanocyte located between the epithelial marginal cell layer + and the mesodermal basal cell layer within the intrastrial space; the predominant + cellular component of the electrogenic machinery that generates an endocochlear + potential (80-100 mV) . + meaning: CL:0002486 + title: strial intermediate cell + CL:0009083: + text: CL:0009083 + description: The human equivalent of a DN4 thymocyte. + meaning: CL:0009083 + title: rearranging double negative thymocyte (Homo sapiens) + CL:0002213: + text: CL:0002213 + description: A muscle cell with low content of myoglobin and other oxygen + storing proteins. This muscle cell has a white appearance. + meaning: CL:0002213 + title: white muscle cell + CL:2000038: + text: CL:2000038 + description: Any neuromast mantle cell that is part of a posterior lateral + line. + meaning: CL:2000038 + title: posterior lateral line neuromast mantle cell + CL:0003013: + text: CL:0003013 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field, a medium dendritic arbor, and a long secondary dendrite shaft with + post synaptic terminals in sublaminar layer S4. + meaning: CL:0003013 + title: G10 retinal ganglion cell + CL:1000445: + text: CL:1000445 + description: A myoepithelial cell that is part of the dilatator pupillae. + meaning: CL:1000445 + title: myoepithelial cell of dilator pupillae + CL:4033033: + text: CL:4033033 + description: An OFF bipolar cell with a small dendritic tree that provides + most of the triad-associated basal (flat) contacts at cone pedicles. + meaning: CL:4033033 + title: flat midget bipolar cell + CL:0000825: + text: CL:0000825 + description: A lymphoid progenitor cell that is committed to the natural killer + cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the + phenotypic characteristics of later stages of natural killer cell development + such as expression of NK activating and inhibitory molecules. In human this + cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, + and CD161 negative. + meaning: CL:0000825 + title: pro-NK cell + CL:1000495: + text: CL:1000495 + description: A goblet cell that is part of the small intestine. + meaning: CL:1000495 + title: small intestine goblet cell + CL:2000068: + text: CL:2000068 + description: Any fibroblast that is part of a pericardium. + meaning: CL:2000068 + title: pericardium fibroblast + CL:0004228: + text: CL:0004228 + description: An amacrine cell with a small dendritic field that has post-synaptic + terminals in S1, S2, S3, and S4. + meaning: CL:0004228 + title: broad diffuse amacrine cell + CL:1001607: + text: CL:1001607 + description: Chondrocyte forming the hyaline cartilage found in joints. + meaning: CL:1001607 + title: articular chondrocyte + CL:4028003: + text: CL:4028003 + description: An alveolar capillary endothelial cell that is located proximally + to alveolar capillary type 1 endothelial cells and in close apposition to + alveolar type 1 epithelial cells (also known as type I pneumocytes). + meaning: CL:4028003 + title: alveolar capillary type 2 endothelial cell + CL:0000247: + text: CL:0000247 + description: Type of neuron that is a primary mechanosensory cell, with peripheral + neurites innervating the skin with free nerve endings. + meaning: CL:0000247 + title: Rohon-Beard neuron + CL:0005006: + text: CL:0005006 + description: Specialized epithelial cells involved in the maintenance of osmotic + homeostasis. They are characterized by abundant mitochondria and ion transporters. + In amniotes, they are present in the renal system. In freshwater fish, ionocytes + in the skin and gills help maintain osmotic homeostasis by absorbing salt + from the external environment. + meaning: CL:0005006 + title: ionocyte + CL:0002061: + text: CL:0002061 + description: A T-helper cell that is characterized by secreting interleukin + 9 and responding to helminth infections. This cell-type can derives from + Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production + is surpressed. + meaning: CL:0002061 + title: T-helper 9 cell + CL:0002580: + text: CL:0002580 + description: A preadipocyte that is part of the breast. + meaning: CL:0002580 + title: preadipocyte of the breast + CL:0002229: + text: CL:0002229 + description: A chief cell that is bigger than dark chief cells and has a larger + and lighter nucleus and a cytoplasm with few granules. + meaning: CL:0002229 + title: light chief cell of parathyroid gland + CL:1001064: + text: CL:1001064 + meaning: CL:1001064 + title: kidney artery smooth muscle cell + CL:4030021: + text: CL:4030021 + description: A renal beta-intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030021 + title: kidney connecting tubule beta-intercalated cell + CL:0000846: + text: CL:0000846 + description: An epithelial cell of the vestibular sensory organ that is characterized + by intense enzymatic activities and numerous basal membrane infoldings. + meaning: CL:0000846 + title: vestibular dark cell + CL:0002469: + text: CL:0002469 + description: Gr1-high monocyte that lacks MHC-II receptor complex. + meaning: CL:0002469 + title: MHC-II-negative classical monocyte + CL:1000466: + text: CL:1000466 + description: A chromaffin cell that is part of the right ovary. + meaning: CL:1000466 + title: chromaffin cell of right ovary + CL:0005013: + text: CL:0005013 + description: A ciliated epithelial cell with a single cilium. + meaning: CL:0005013 + title: single ciliated epithelial cell + CL:0000176: + text: CL:0000176 + description: Any secretory cell that is capable of some ecdysteroid secretion. + meaning: CL:0000176 + title: ecdysteroid secreting cell + CL:0009050: + text: CL:0009050 + description: A B cell that is located in the anorectum. + meaning: CL:0009050 + title: B cell of anorectum + CL:1000305: + text: CL:1000305 + description: A fibroblast that is part of the connective tissue of glandular + part of prostate. + meaning: CL:1000305 + title: fibroblast of connective tissue of glandular part of prostate + CL:0002003: + text: CL:0002003 + description: An erythroid progenitor cell that is CD34-positive and is GlyA-negative. + meaning: CL:0002003 + title: CD34-positive, GlyA-negative erythroid progenitor cell + CL:0002164: + text: CL:0002164 + description: A rod-shaped cell found in 3 or 4 rows that lie adjacent to and + support the outer hair cells. + meaning: CL:0002164 + title: external pillar cell of cochlea + CL:0002135: + text: CL:0002135 + description: Epidermal cells that do not contain keratin. Cell type is usually + associated with moist epidermal tissues. + meaning: CL:0002135 + title: nonkeratinized cell of epidermis + CL:4023027: + text: CL:4023027 + description: A sst GABAergic cortical interneuron with a soma found in L5 + and possesses 'T-shaped' Martinotti morphologies with local axonal plexus + in L5a and translaminar axons restricted to the uppermost part of L1. They + show low-threshold spiking patterns with strong rebound firing, and inhibit + the L1 apical tuft of nearby pyramidal cells. + meaning: CL:4023027 + title: L5 sst T-Martinotti interneuron (Mmus) + CL:0000179: + text: CL:0000179 + description: Any secretory cell that is capable of some progesterone secretion. + meaning: CL:0000179 + title: progesterone secreting cell + CL:0002082: + text: CL:0002082 + description: A chromaffin cell of the adrenal medulla that produces epinephrine. + meaning: CL:0002082 + title: type II cell of adrenal medulla + CL:0000094: + text: CL:0000094 + description: A leukocyte with abundant granules in the cytoplasm. + meaning: CL:0000094 + title: granulocyte + CL:0003038: + text: CL:0003038 + description: An M7 retinal ganglion cells with synaptic terminals in S2 and + is depolarized by decreased illumination of their receptive field center + meaning: CL:0003038 + title: M7-OFF retinal ganglion cell + CL:0002369: + text: CL:0002369 + description: A differentiated form of a fungus produced during or as a result + of an asexual or sexual reproductive process; usually a cell with a thick + cell wall that stores and protects one or more nuclei. Spores may be produced + in response to, and are characteristically resistant to, adverse environmental + conditions. + meaning: CL:0002369 + title: fungal spore + CL:1000716: + text: CL:1000716 + description: Principal cell that is part of some outer medullary collecting + duct. It is known in some mammalian species that this cell may express the + epithelial sodium channel (ENaC). + meaning: CL:1000716 + title: kidney outer medulla collecting duct principal cell + CL:0000970: + text: CL:0000970 + description: An unswitched memory B cell is a memory B cell that has the phenotype + IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, + IgE-negative, and IgA-negative. + meaning: CL:0000970 + title: unswitched memory B cell + CL:0003002: + text: CL:0003002 + description: A retinal ganglion cell that has a small dendritic field and + a medium dendritic arbor with post sympatic terminals in sublaminar layer + S3. + meaning: CL:0003002 + title: G1 retinal ganglion cell + CL:0000454: + text: CL:0000454 + description: A cell capable of producing epinephrine. Epiniphrine is synthesized + from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase + enzyme, which is expressed in the adrenal glands, androgenic neurons, and + in other cell types. + meaning: CL:0000454 + title: epinephrine secreting cell + CL:0002561: + text: CL:0002561 + description: An epithelial cell that is part of the outer root sheath. + meaning: CL:0002561 + title: outer root sheath cell + CL:0000477: + text: CL:0000477 + description: A somatic epithelial cell of the insect egg chamber. + meaning: CL:0000477 + title: follicle cell of egg chamber + CL:0000674: + text: CL:0000674 + description: A follicle cell that is part of the stalk connecting adjacent + egg chambers. + meaning: CL:0000674 + title: interfollicle cell + CL:0003029: + text: CL:0003029 + description: A monostratified retinal ganglion cell that has a small soma, + a small dendrite field with a dense dendrite arbor, and post synaptic terminals + in sublaminer layer S2 and S3. + meaning: CL:0003029 + title: M2 retinal ganglion cell + CL:4023162: + text: CL:4023162 + description: A neuron found in the anterior part of the ventral cochlear nucleus + that has the appearance of bushes, having short dendrites. Bushy cells give + outputs to different parts of the superior olivary complex. + meaning: CL:4023162 + title: bushy cell + CL:1001599: + text: CL:1001599 + description: 'Glandular cell of exocrine pancreas epithelium. Example: pancreatic + acinar cell, glandular cells in pancreatic canaliculi, glandular cells in + pancreatic ducts.' + meaning: CL:1001599 + title: pancreas exocrine glandular cell + CL:1001577: + text: CL:1001577 + description: Squamous cell of tonsil epithelium. + meaning: CL:1001577 + title: tonsil squamous cell + CL:0008009: + text: CL:0008009 + description: A visceral muscle that is transversely striated. Examples include + the visceral muscle cells of arthropods. + meaning: CL:0008009 + title: transversely striated visceral muscle cell + CL:0003030: + text: CL:0003030 + description: A monostratified retinal ganglion cell that has a medium soma + and a small dendrite field. + meaning: CL:0003030 + title: M3 retinal ganglion cell + CL:0003022: + text: CL:0003022 + description: A retinal ganglion cell C outer that has medium dendritic density + and field size. + meaning: CL:0003022 + title: retinal ganglion cell C5 + CL:0002101: + text: CL:0002101 + description: A CD38-positive naive B cell is a mature B cell that has the + phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and + CD27-negative, and that has not yet been activated by antigen in the periphery. + meaning: CL:0002101 + title: CD38-positive naive B cell + CL:0009032: + text: CL:0009032 + description: A B cell that is located in a vermiform appendix. + meaning: CL:0009032 + title: B cell of appendix + CL:1001138: + text: CL:1001138 + description: Any kidney cortex artery cell that is part of some interlobular + artery. + meaning: CL:1001138 + title: interlobular artery cell + CL:0002461: + text: CL:0002461 + description: A conventional dendritic cell that is CD103-positive. This cell + type is usually found in non-lymphoid tissue. + meaning: CL:0002461 + title: CD103-positive dendritic cell + CL:0000635: + text: CL:0000635 + description: The outer phalangeal cells of the organ of Corti. This cell holds + the base of the hair cell in a cup-shaped depression. + meaning: CL:0000635 + title: Deiter's cell + CL:0002366: + text: CL:0002366 + description: A smooth muscle cell of the myometrium that enlarges and stretches + during pregnancy, and contracts in response to oxytocin. + meaning: CL:0002366 + title: myometrial cell + CL:0002441: + text: CL:0002441 + description: A NK1.1-positive T cell that is CD94-positive. + meaning: CL:0002441 + title: CD94-positive natural killer cell, mouse + CL:0002079: + text: CL:0002079 + description: Epithelial cell found in the ducts of the pancreas. This cell + type contributes to the high luminal pH. + meaning: CL:0002079 + title: pancreatic ductal cell + CL:0002655: + text: CL:0002655 + description: An epithelial cell of stratum spinosum of esophageal epithelium. + meaning: CL:0002655 + title: epithelial cell of stratum spinosum of esophageal epithelium + CL:4033036: + text: CL:4033036 + description: An OFF bipolar cell that is fovea-specific and expresses FEZF1, + NXPH1 and NXPH2. + meaning: CL:4033036 + title: OFFx cell + CL:0002255: + text: CL:0002255 + description: A stromal cell of the endometrium that is fibroblastic in appearance. + During decidualization this cell may differentiate into a decidual stromal + cell. + meaning: CL:0002255 + title: stromal cell of endometrium + CL:0002553: + text: CL:0002553 + description: A fibroblast that is part of lung. + meaning: CL:0002553 + title: fibroblast of lung + CL:0002476: + text: CL:0002476 + description: A tissue-resident macrophage located in the bone marrow. This + cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, + F4/80-positive. + meaning: CL:0002476 + title: bone marrow macrophage + CL:0002568: + text: CL:0002568 + description: A mesenchymal stem cell that is part of Wharton's jelly. + meaning: CL:0002568 + title: mesenchymal stem cell of Wharton's jelly + CL:0017001: + text: CL:0017001 + description: A mesodermal cell that is part of the splanchnic layer of lateral + plate mesoderm. + meaning: CL:0017001 + title: splanchnic mesodermal cell + CL:0002071: + text: CL:0002071 + description: Columnar cell which populate the epithelium of large intestine + and absorb water. This cell is the most numerous of the epithelial cell + types in the large intestine; bear apical microvilli, contain secretory + granules in their apical cytoplasm; secretion appears to be largely mucins, + but is also rich in antibodies of the IgA type. + meaning: CL:0002071 + title: enterocyte of epithelium of large intestine + CL:4030010: + text: CL:4030010 + description: A brush border cell that is part of segment 2 (S2) of the proximal + tubule epithelium, located in the renal cortex. In addition to its reabsorptive + functions, it is also specialized in the secretion of organic anions and + cations, including para-aminohippurate. + meaning: CL:4030010 + title: epithelial cell of proximal tubule segment 2 + CL:0000869: + text: CL:0000869 + description: A gut-associated lymphoid tissue macrophage found in tonsils. + meaning: CL:0000869 + title: tonsillar macrophage + CL:0000903: + text: CL:0000903 + description: CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, + CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function. + meaning: CL:0000903 + title: natural T-regulatory cell + CL:4023069: + text: CL:4023069 + description: A GABAergic cortical interneuron that develops from the medial + ganglionic eminence and has migrated to the cerebral cortex. + meaning: CL:4023069 + title: medial ganglionic eminence derived GABAergic cortical interneuron + CL:0002226: + text: CL:0002226 + description: A secondary lens fiber cell that lacks a nucleus. + meaning: CL:0002226 + title: non-nucleated secondary lens fiber + CL:0000448: + text: CL:0000448 + description: An adipocyte with light coloration and few mitochondria. It contains + a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole. + meaning: CL:0000448 + title: white adipocyte + CL:0000630: + text: CL:0000630 + description: A cell whose primary function is to support other cell types. + meaning: CL:0000630 + title: supporting cell + CL:0002585: + text: CL:0002585 + description: A blood vessel endothelial cell that is part of the retina. + meaning: CL:0002585 + title: retinal blood vessel endothelial cell + CL:0000976: + text: CL:0000976 + description: A short lived plasma cell that secretes IgA. These cells may + be found in the bone marrow as well as in the mucosal immune system. + meaning: CL:0000976 + title: IgA short lived plasma cell + CL:0008006: + text: CL:0008006 + description: A myoblast that detemines the properties (size, shape and attachment + to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops + into a somatic muscle myotube via fusion with `fusion component myoblasts` + (CL:0000621). + meaning: CL:0008006 + title: muscle founder cell + CL:0002487: + text: CL:0002487 + description: A neuronal receptor that respond to mechanical pressure or distortion + in the skin. + meaning: CL:0002487 + title: cutaneous/subcutaneous mechanoreceptor cell + CL:1000547: + text: CL:1000547 + description: An epithelial cell that is part of some inner medullary collecting + duct. + meaning: CL:1000547 + title: kidney inner medulla collecting duct epithelial cell + CL:0001202: + text: CL:0001202 + description: A plasmablast that is CD86-positive. + meaning: CL:0001202 + title: CD86-positive plasmablast + CL:4023071: + text: CL:4023071 + description: A GABAergic cortical interneuron that expresses cck. L5/6 cck + cells have soma found mainly in L5 and L6 and have large axonal arborization. + meaning: CL:4023071 + title: L5/6 cck GABAergic interneuron (Mmus) + CL:0011006: + text: CL:0011006 + description: An inhibitory GABAergic interneuron found in the cerebellar cortex. + meaning: CL:0011006 + title: Lugaro cell + CL:0002134: + text: CL:0002134 + description: A stromal cell of the ovarian medulla. + meaning: CL:0002134 + title: stromal cell of ovarian medulla + CL:0002500: + text: CL:0002500 + description: A P/D1 enteroendocrine cell that is Grimelius positive and stores + bombesin-like polypeptide. + meaning: CL:0002500 + title: P enteroendocrine cell + CL:0000666: + text: CL:0000666 + description: An endothelial cell that has small pores, or fenestrations, which + allow for the efficient exchange of substances between the blood and surrounding + tissues. + meaning: CL:0000666 + title: fenestrated endothelial cell + CL:0002663: + text: CL:0002663 + description: A myocardial endocrine cell that is part of the atrium. + meaning: CL:0002663 + title: myocardial endocrine cell of atrium + CL:0000329: + text: CL:0000329 + description: Any cell that is capable of some oxygen transport. + meaning: CL:0000329 + title: oxygen accumulating cell + CL:0000494: + text: CL:0000494 + description: A photoreceptor cell that detects ultraviolet light. + meaning: CL:0000494 + title: UV sensitive photoreceptor cell + CL:0002277: + text: CL:0002277 + description: An enteroendocrine cell commonest in the duodenum and jejunum, + rare in ileum, that secretes cholecystokinin. This cell type is involved + in the regulation of digestive enzymes and bile. + meaning: CL:0002277 + title: type I enteroendocrine cell + CL:0002010: + text: CL:0002010 + description: A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive + cell with intermediate expression of SIRP-alpha. + meaning: CL:0002010 + title: pre-conventional dendritic cell + CL:0002161: + text: CL:0002161 + description: A cell type found on the superficial layer of the external side + of the tympanic membrane. This cell-type lacks a nucleus. + meaning: CL:0002161 + title: superficial external epithelial cell of tympanic membrane + CL:0002231: + text: CL:0002231 + description: An epithelial cell of the prostate. + meaning: CL:0002231 + title: epithelial cell of prostate + CL:4030014: + text: CL:4030014 + description: Epithelial cell of the descending thin limb of the long loop + (juxtamedullary) nephron that spans the inner medulla. It is known in some + mammalian species that the long descending limb of the loop of Henle in + the inner medulla selectively expresses the nuclear receptor Nr2e3, the + Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, + which expresses a urea transporter, is also expressed in the inner medulla. + meaning: CL:4030014 + title: kidney loop of Henle long descending thin limb inner medulla epithelial + cell + CL:1000334: + text: CL:1000334 + description: An enterocyte that is part of the epithelium of small intestine. + meaning: CL:1000334 + title: enterocyte of epithelium of small intestine + CL:1001045: + text: CL:1001045 + description: Any kidney arterial blood vessel cell that is part of some renal + cortex artery. + meaning: CL:1001045 + title: kidney cortex artery cell + CL:0002015: + text: CL:0002015 + description: A polychromatophilic erythroblast that is Lyg 76-high and is + Kit-negative. + meaning: CL:0002015 + title: Kit-negative, Ly-76 high polychromatophilic erythroblast + CL:1001588: + text: CL:1001588 + description: 'Glandular cell of colon epithelium. Example: Goblet cells; enterocytes + or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001588 + title: colon glandular cell + CL:0002193: + text: CL:0002193 + description: A cell type that is the first of the maturation stages of the + granulocytic leukocytes normally found in the bone marrow. Granules are + seen in the cytoplasm. The nuclear material of the myelocyte is denser than + that of the myeloblast but lacks a definable membrane. The cell is flat + and contains increasing numbers of granules as maturation progresses. + meaning: CL:0002193 + title: myelocyte + CL:0001658: + text: CL:0001658 + meaning: CL:0001658 + title: visual pigment cell (sensu Nematoda and Protostomia) + CL:0002169: + text: CL:0002169 + description: An epithelial cell located on the basal lamina of the olfactory + epithelium. + meaning: CL:0002169 + title: basal cell of olfactory epithelium + CL:0002405: + text: CL:0002405 + description: A post-natal thymocyte expressing components of the gamma-delta + T cell receptor. This cell type is always double-negative (i.e. CD4-negative, + CD8-negative). + meaning: CL:0002405 + title: gamma-delta thymocyte + CL:1000768: + text: CL:1000768 + description: Any nephron tubule epithelial cell that is part of some renal + connecting tubule. + meaning: CL:1000768 + title: kidney connecting tubule epithelial cell + CL:4030052: + text: CL:4030052 + description: A DRD2-expressing medium spiny neuron that is part of a nucleus + accumbens shell or olfactory tubercle. + meaning: CL:4030052 + title: nucleus accumbens shell and olfactory tubercle D2 medium spiny neuron + CL:0001066: + text: CL:0001066 + description: A progenitor cell committed to the erythroid lineage. This cell + is ter119-positive but lacks expression of other hematopoietic lineage markers + (lin-negative). + meaning: CL:0001066 + title: erythroid progenitor cell, mammalian + CL:4023011: + text: CL:4023011 + description: A GABAergic neuron located in the cerebral cortex that expresses + Lamp5 + meaning: CL:4023011 + title: lamp5 GABAergic cortical interneuron + CL:1000415: + text: CL:1000415 + description: An epithelial cell that is part of the gallbladder. + meaning: CL:1000415 + title: epithelial cell of gallbladder + CL:4033009: + text: CL:4033009 + description: A(n) goblet cell that is part of a(n) epithelium of lobar bronchus. + meaning: CL:4033009 + title: goblet cell of epithelium of lobar bronchus + CL:0009085: + text: CL:0009085 + description: An adult endothelial progenitor cell characterised in vivo by + homing to ischemic sites and paracrine support of angiogenesis. They may + form discrete colonies. + meaning: CL:0009085 + title: "colony forming unit \u2013 Hill cell" + CL:0004137: + text: CL:0004137 + description: A retinal ganglion A2 cell with dendrites terminating in S4. + meaning: CL:0004137 + title: retinal ganglion cell A2 inner + CL:1000615: + text: CL:1000615 + description: Any kidney tubule cell that is part of some renal cortex tubule. + meaning: CL:1000615 + title: kidney cortex tubule cell + CL:1000477: + text: CL:1000477 + description: A nodal myocyte that is part of the sinoatrial node. + meaning: CL:1000477 + title: cardiac pacemaker cell of sinoatrial node + CL:0002158: + text: CL:0002158 + description: Epithelial cell found on the external side of the tympanic membrane + meaning: CL:0002158 + title: external epithelial cell of tympanic membrane + CL:0000967: + text: CL:0000967 + description: A memory B cell arising in the germinal center that is IgD-negative + and has undergone somatic mutation of the variable region of the immunoglobulin + heavy and light chain genes. + meaning: CL:0000967 + title: Bm5 B cell + CL:0010012: + text: CL:0010012 + description: A CNS neuron of the cerebral cortex. + meaning: CL:0010012 + title: cerebral cortex neuron + CL:1000703: + text: CL:1000703 + description: Any kidney epithelial cell that is part of some kidney pelvis + urothelium. + meaning: CL:1000703 + title: kidney pelvis urothelial cell + CL:0004240: + text: CL:0004240 + description: An amacrine cell with a wide dendritic field, dendrites in S1, + and post-synaptic terminals in S1. + meaning: CL:0004240 + title: WF1 amacrine cell + CL:0000726: + text: CL:0000726 + description: An asexual 1-celled spore (primarily for perennation, not dissemination). + Originates endogenously and singly within part of a pre-existing cell by + the contraction of the protoplast. Possesses an inner secondary and often + thickened hyaline or brown wall, usually impregnated with hydrophobic material. + meaning: CL:0000726 + title: chlamydospore + CL:4023003: + text: CL:4023003 + description: A type of intrafusal muscle fiber that has nuclei arranged in + a linear row. Unlike nuclear bag fibers, the equatorial region of these + fibers (in the centre of the spindle) is not expanded. These fibers are + responsible for the detection of changes in muscle length. They are innervated + by static gamma motor neurons and are principally associated with type II + sensory fibers. + meaning: CL:4023003 + title: nuclear chain fiber + CL:0000915: + text: CL:0000915 + description: An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive + located in the columnar epithelium of the gastrointestinal tract. These + cells have a memory phenotype of CD2-negative and CD5-negative. + meaning: CL:0000915 + title: CD8-alpha-alpha-positive, alpha-beta intraepithelial T cell + CL:0000434: + text: CL:0000434 + description: A secretory cell that discharges its product without loss of + cytoplasm. + meaning: CL:0000434 + title: eccrine cell + CL:0002444: + text: CL:0002444 + description: A NK1.1-positive T cell that is Ly49H-positive. + meaning: CL:0002444 + title: Ly49H-positive natural killer cell, mouse + CL:0002234: + text: CL:0002234 + description: A cell of the basal layer of the epithelium in the prostatic + acinus. + meaning: CL:0002234 + title: basal cell of prostatic acinus + CL:4030063: + text: CL:4030063 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found in cortical layer 3-4. This neuron + type can have a pyramidal, star-pyramidal or spiny stellate morphology and + projects its output to L2/3 and L5A/B. The standard transcriptomic reference + data for this cell type can be found on the CellxGene census under the collection: + ''Transcriptomic cytoarchitecture reveals principles of human neocortex + organization'', dataset: ''Supercluster: IT-projecting excitatory neurons'', + Author Categories: ''CrossArea_subclass'', L4 IT.' + meaning: CL:4030063 + title: L4 intratelencephalic projecting glutamatergic neuron + CL:0000324: + text: CL:0000324 + meaning: CL:0000324 + title: metanephric mesenchyme stem cell + CL:1000492: + text: CL:1000492 + description: A mesothelial cell that is part of the parietal pleura. + meaning: CL:1000492 + title: mesothelial cell of parietal pleura + CL:0000627: + text: CL:0000627 + description: A cell involved in transporting nutrients, minerals, water, gases + and other chemicals between cells for a variety of purposes including conveying + nutrition to other tissues, removing waste products from the tissues, conveying + gases for respiration, distributing heat and repelling invasion of foreign + substances. + meaning: CL:0000627 + title: transporting cell + CL:0002617: + text: CL:0002617 + description: An adipocyte that is part of the breast. + meaning: CL:0002617 + title: adipocyte of breast + CL:0001001: + text: CL:0001001 + description: Immature CD8_alpha-negative CD11b-negative dendritic cell is + a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0001001 + title: immature CD8_alpha-negative CD11b-negative dendritic cell + CL:0011023: + text: CL:0011023 + description: A mast cell that is CD25+. + meaning: CL:0011023 + title: CD25+ mast cell + CL:2000005: + text: CL:2000005 + description: Any macroglial cell that is part of a brain. + meaning: CL:2000005 + title: brain macroglial cell + CL:0000105: + text: CL:0000105 + description: Neuron with two neurites that are fused grossly when they protrude + from the soma and bifurcate a short distance from the soma. + meaning: CL:0000105 + title: pseudounipolar neuron + CL:2000066: + text: CL:2000066 + description: Any fibroblast that is part of a cardiac ventricle. + meaning: CL:2000066 + title: cardiac ventricle fibroblast + CL:0000877: + text: CL:0000877 + description: A splenic white pulp macrophage found in and around the germinal + centers of the white pulp of the spleen that participates in phagocytosis + of apoptotic B cells from the germinal centers. A marker for a cell of this + type is Mertk-positive. + meaning: CL:0000877 + title: splenic tingible body macrophage + CL:0002343: + text: CL:0002343 + description: A natural killer cell subset that is found in the decidual of + the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This + cell type represents the most abundant immune cell type in the decidual + during the first trimester of pregnancy. + meaning: CL:0002343 + title: decidual natural killer cell, human + CL:1000217: + text: CL:1000217 + description: Any chondrocyte that is part of some growth plate cartilage. + meaning: CL:1000217 + title: growth plate cartilage chondrocyte + CL:1000354: + text: CL:1000354 + description: A M cell that is part of the epithelium of intestinal villus. + meaning: CL:1000354 + title: microfold cell of epithelium of intestinal villus + CL:0000345: + text: CL:0000345 + description: A mesenchymal cell that is part of a small mass of condensed + mesenchyme in the enamel organ; it differentiates into the dentin and dental + pulp. + meaning: CL:0000345 + title: dental papilla cell + CL:0000322: + text: CL:0000322 + description: An epithelial cell that lines the peripheral gas exchange region + of the lungs of air-breathing vertebrates. + meaning: CL:0000322 + title: pulmonary alveolar epithelial cell + CL:2000045: + text: CL:2000045 + description: Any melanocyte of skin that is part of a skin of prepuce of penis. + meaning: CL:2000045 + title: foreskin melanocyte + CL:0000887: + text: CL:0000887 + description: A lymph node macrophage found in the subcapsular sinus of lymph + nodes that participates in sensing, clearance, and antigen presentation + of lymph-borne particulate antigens. This macrophage is capable of activating + invaraint NKT cells and is CD169-positive. + meaning: CL:0000887 + title: lymph node subcapsular sinus macrophage + CL:0000465: + text: CL:0000465 + description: A precursor of the cells that form the dorsal vessel of arthropods. + meaning: CL:0000465 + title: cardioblast (sensu Arthropoda) + CL:0002356: + text: CL:0002356 + description: A primitive erythrocyte that has undergone enucleation. This + cell type is 3-6 fold bigger than the fetal derived erythrocytes that they + co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin + chains. + meaning: CL:0002356 + title: primitive reticulocyte + CL:1000330: + text: CL:1000330 + description: A serous secreting cell that is part of the epithelium of trachea. + meaning: CL:1000330 + title: serous cell of epithelium of trachea + CL:0002285: + text: CL:0002285 + description: A taste receptor cell that is characterized by morphologically + identifiable synaptic contacts with the gustatory nerve fibers and expression + of the synaptic membrane protein-25 (SNAP-25) and NCAM. + meaning: CL:0002285 + title: type III taste bud cell + CL:0017004: + text: CL:0017004 + description: A supportive cell with a small, oval-shaped body and one to five + telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of + micrometers long and mostly below 0.2 microns of caliber. + meaning: CL:0017004 + title: telocyte + CL:0002043: + text: CL:0002043 + description: A hematopoietic multipotent progenitor cell that is CD34-positive, + CD38-negative, CD45RA-negative, and CD90-negative. + meaning: CL:0002043 + title: CD34-positive, CD38-negative multipotent progenitor cell + CL:0001047: + text: CL:0001047 + description: A CD4-positive, CD25-positive, alpha-beta regulatory T cell with + the additional phenotype CCR4-positive. + meaning: CL:0001047 + title: CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T + cell + CL:1000468: + text: CL:1000468 + description: A myoepithelial cell that is part of the acinus of lactiferous + gland. + meaning: CL:1000468 + title: myoepithelial cell of acinus of lactiferous gland + CL:0000459: + text: CL:0000459 + description: A cell capable of producting norepiniphrine. Norepiniphrine is + a catecholamine with multiple roles including as a hormone and a neurotransmitter. + In addition, epiniphrine is synthesized from norepiniphrine by the actions + of the phenylethanolamine N-methyltransferase enzyme. + meaning: CL:0000459 + title: noradrenergic cell + CL:0000765: + text: CL:0000765 + description: A nucleated precursor of an erythrocyte that lacks hematopoietic + lineage markers. + meaning: CL:0000765 + title: erythroblast + CL:1000340: + text: CL:1000340 + description: An enterocyte that is part of the epithelium proper of duodenum. + meaning: CL:1000340 + title: enterocyte of epithelium proper of duodenum + CL:4033034: + text: CL:4033034 + description: An ON bipolar cell with a small dendritic tree that forms most + of the central (invaginating) elements opposite the synaptic ribbon at the + cone triad. + meaning: CL:4033034 + title: invaginating midget bipolar cell + CL:0002171: + text: CL:0002171 + description: A rounded or elliptical epithelial cell, with pale-staining open + face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; + form a distinct basal zone spaced slightly from the basal surface of the + epithelium. + meaning: CL:0002171 + title: globose cell of olfactory epithelium + CL:0000318: + text: CL:0000318 + description: A cell secreting sweat, the fluid excreted by the sweat glands + of mammals. It consists of water containing sodium chloride, phosphate, + urea, ammonia, and other waste products. + meaning: CL:0000318 + title: sweat secreting cell + CL:0002005: + text: CL:0002005 + description: A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive + and is IL3-receptor alpha-negative and CD45RA-negative. + meaning: CL:0002005 + title: CD34-positive, CD38-positive megakaryocyte erythroid progenitor cell + CL:0002377: + text: CL:0002377 + description: A glial cell that develops from a Schwann cell precursor. The + immature Schwann cell is embedded among neurons (axons) with minimal extracellular + spaces separating them from nerve cell membranes and has a basal lamina. + Cells can survive without an axon present. Immature Schwann cell can be + found communally ensheathing large groups of axons. + meaning: CL:0002377 + title: immature Schwann cell + CL:0009047: + text: CL:0009047 + description: A macrophage found in the medullary sinus of the lymph node. + meaning: CL:0009047 + title: macrophage of medullary sinus of lymph node + CL:0002309: + text: CL:0002309 + description: A basophil chromphil cell of the anterior pitiutary gland that + produce adrenocorticotropic hormone, melanocyte-stimulating hormone and + lipotropin. This cell type is irregular in shape and has short dendritic + processes which are inserted among other neighboring cells; + meaning: CL:0002309 + title: corticotroph + CL:0000412: + text: CL:0000412 + description: A cell that contains more than two haploid sets of chromosomes. + meaning: CL:0000412 + title: polyploid cell + CL:1000412: + text: CL:1000412 + description: An endothelial cell that is part of the arteriole. + meaning: CL:1000412 + title: endothelial cell of arteriole + CL:0002049: + text: CL:0002049 + description: A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, + and BP-positive. Intracellularly expression of surrogate light chain, Rag1 + and Rag2, TdT, occurs while there is no expression of mu heavy chain. + meaning: CL:0002049 + title: fraction C precursor B cell + CL:0000034: + text: CL:0000034 + description: A relatively undifferentiated cell that retains the ability to + divide and proliferate throughout life to provide progenitor cells that + can differentiate into specialized cells. + meaning: CL:0000034 + title: stem cell + CL:0002325: + text: CL:0002325 + description: A milk-producing glandular epithelial cell that is part of a + mammary gland alveolus and differentiates from a luminal adaptive secretory + precursor cell during secretory differentiation (also termed lactogenesis + I). Following secretory activation (also termed lactogenesis II), a lactocyte + is involved in the synthesis and/or transport of milk constituents including + proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, + and cytokines into the lumen of the lactating mammary gland. + meaning: CL:0002325 + title: lactocyte + CL:2000004: + text: CL:2000004 + description: Any cell that is part of a pituitary gland. + meaning: CL:2000004 + title: pituitary gland cell + CL:0002330: + text: CL:0002330 + description: An undifferentiated columnar cell of the bronchus epithelium + meaning: CL:0002330 + title: undifferentiated cell of bronchus epithelium + CL:0002400: + text: CL:0002400 + description: A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, + CD43-positive and HSA-positive. + meaning: CL:0002400 + title: fraction B/C precursor B cell + CL:4023001: + text: CL:4023001 + description: A beta motor neuron that innervates nuclear chain fibers. + meaning: CL:4023001 + title: static beta motor neuron + CL:2000022: + text: CL:2000022 + description: Any native cell that is part of a cardiac septum. + meaning: CL:2000022 + title: cardiac septum cell + CL:4030061: + text: CL:4030061 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 3. + meaning: CL:4030061 + title: L3 intratelencephalic projecting glutamatergic neuron + CL:0000879: + text: CL:0000879 + description: A border associated macrophage that is part of a meninx. This + macrophage type is elongated and amoeboid spindle-shaped with limited mobility. + This macrophage is highly phagocytic, expresses scavenger receptors, has + dynamic protrusions and extends its processes during inflammation. + meaning: CL:0000879 + title: meningeal macrophage + CL:4023052: + text: CL:4023052 + description: A Betz cell that synapses with lower motor neurons directly. + meaning: CL:4023052 + title: Betz upper motor neuron + CL:0000800: + text: CL:0000800 + description: A gamma-delta T cell that has a mature phenotype. These cells + can be found in tissues and circulation where they express unique TCR repertoire + depending on their location. + meaning: CL:0000800 + title: mature gamma-delta T cell + CL:0002566: + text: CL:0002566 + description: A melanocyte that appears darker due to content or amount of + melanin granules. + meaning: CL:0002566 + title: dark melanocyte + CL:0002216: + text: CL:0002216 + description: An intermediate muscle cell that has characteristics of both + fast and slow muscle cells. + meaning: CL:0002216 + title: intermediate muscle cell + CL:0000808: + text: CL:0000808 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-negative, CD25-negative, and pre-TCR-positive. + meaning: CL:0000808 + title: DN4 thymocyte + CL:4042003: + text: CL:4042003 + description: A central nervous system macrophage that is part of a choroid + plexus, a meninx and a perivascular space. A border associated macrophage + interacts with various components of the CNS vasculature and meninges, it + participates in immune surveillance and in the regulation of the blood brain + barrier. + meaning: CL:4042003 + title: border associated macrophage + CL:0000673: + text: CL:0000673 + description: An intrinsic neuron of the mushroom body of arthropods and annelids. + They have tightly packed, cytoplasm-poor cell bodies. + meaning: CL:0000673 + title: Kenyon cell + CL:2000034: + text: CL:2000034 + description: Any neuromast hair cell that is part of a anterior lateral line. + meaning: CL:2000034 + title: anterior lateral line neuromast hair cell + CL:0000143: + text: CL:0000143 + meaning: CL:0000143 + title: guidepost cell + CL:0000625: + text: CL:0000625 + description: A T cell expressing an alpha-beta T cell receptor and the CD8 + coreceptor. + meaning: CL:0000625 + title: CD8-positive, alpha-beta T cell + CL:1000693: + text: CL:1000693 + meaning: CL:1000693 + title: kidney interstitial fibrocyte + CL:0000567: + text: CL:0000567 + meaning: CL:0000567 + title: polymodal nocireceptor + CL:1001597: + text: CL:1001597 + description: Glandular cell of seminal vesicle epithelium. + meaning: CL:1001597 + title: seminal vesicle glandular cell + CL:1000223: + text: CL:1000223 + description: A neuroendocrine cell that is part of respiratory epithelium + of the lung and is involved in the sensory detection of environmental stimuli, + including hypoxia, nicotine and air pressure. Ultrastructurally, this cell + type is characterized by the presence of cytoplasmic dense core granules, + which are considered the storage sites of amine and peptide hormones. Lung + neuroendocrine cells are innervated and appear as solitary cells or as clustered + masses, localized at airway bifurcation sites, called neuroepithelial bodies + that can release serotonin in response to hypoxia and interact with sensory + nerve terminals. Lung neuroendocrine cells also function as reserve stem + cells that repair the surrounding epithelium after injury. + meaning: CL:1000223 + title: lung neuroendocrine cell + CL:0000445: + text: CL:0000445 + meaning: CL:0000445 + title: apoptosis fated cell + CL:4023089: + text: CL:4023089 + description: A basket cell which has simpler dendritic arbors (compared to + small or large basket cells), and an axonal plexus of intermediate density, + composed of a few long, smooth axonal branches. + meaning: CL:4023089 + title: nest basket cell + CL:1000696: + text: CL:1000696 + meaning: CL:1000696 + title: kidney interstitial inflammatory macrophage + CL:1000314: + text: CL:1000314 + description: A goblet cell that is part of the epithelium of gastric cardiac + gland. + meaning: CL:1000314 + title: gastric cardiac gland goblet cell + CL:0004237: + text: CL:0004237 + description: A retinal amacrine cell with a medium dendritic field and post-synaptic + terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter + gamma-aminobutyric acid (GABA). + meaning: CL:0004237 + title: fountain amacrine cell + CL:1000479: + text: CL:1000479 + description: A Purkinje myocyte that is part of the atrioventricular node. + meaning: CL:1000479 + title: Purkinje myocyte of atrioventricular node + CL:0007004: + text: CL:0007004 + description: Cell that is part of the neural crest region of the neuroepithelium, + prior to migration. Note that not all premigratory neural crest cells may + become migratory neural crest cells. + meaning: CL:0007004 + title: premigratory neural crest cell + CL:4030042: + text: CL:4030042 + description: A ciliated cell of the endometrial glandular epithelium. + meaning: CL:4030042 + title: glandular endometrial ciliated epithelial cell + CL:0000354: + text: CL:0000354 + meaning: CL:0000354 + title: blastemal cell + CL:0000793: + text: CL:0000793 + description: A CD4-positive, alpha-beta T cell that is found in the columnar + epithelium of the gastrointestinal tract. + meaning: CL:0000793 + title: CD4-positive, alpha-beta intraepithelial T cell + CL:1000362: + text: CL:1000362 + description: A transitional myocyte that is part of the interventricular septum. + meaning: CL:1000362 + title: transitional myocyte of interventricular septum + CL:0002339: + text: CL:0002339 + description: A prostate epithelial cell that is CD133-positive, CD44-positive, + integrin A2beta3-high. This cell is a stem cell for the prostate epithelium. + meaning: CL:0002339 + title: prostate stem cell + CL:0002247: + text: CL:0002247 + description: A tissue macrophage that is in the pleural space. + meaning: CL:0002247 + title: pleural macrophage + CL:0002211: + text: CL:0002211 + description: A slow muscle cell that has large amounts of myoglobin, stores + energy as triglycerides, generates ATP by the oxidative method and is resistant + to fatigue. + meaning: CL:0002211 + title: type I muscle cell + CL:0000655: + text: CL:0000655 + description: A secondary oocyte is an oocyte that has not completed meiosis + II. + meaning: CL:0000655 + title: secondary oocyte + CL:4023015: + text: CL:4023015 + description: A GABAergic neuron located in the cerebral cortex that expresses + Gamma-synuclein + meaning: CL:4023015 + title: sncg GABAergic cortical interneuron + CL:0000814: + text: CL:0000814 + description: A mature alpha-beta T cell of a distinct lineage that bears natural + killer markers and a T cell receptor specific for a limited set of ligands. + NK T cells have activation and regulatory roles particularly early in an + immune response. + meaning: CL:0000814 + title: mature NK T cell + CL:0002298: + text: CL:0002298 + description: A thymic epithelial cell type with low nuclear and cytoplasmic + electrondensity; has a round, euchromatic nucleus and occurs in small groups + at the corticomedullary junction or scattered singly in the medulla. + meaning: CL:0002298 + title: type-5 epithelial cell of thymus + CL:0000011: + text: CL:0000011 + description: Cell that is part of the migratory trunk neural crest population. + Migratory trunk neural crest cells develop from premigratory trunk neural + crest cells and have undergone epithelial to mesenchymal transition and + delamination. + meaning: CL:0000011 + title: migratory trunk neural crest cell + CL:0000669: + text: CL:0000669 + description: An elongated, contractile cell found wrapped about precapillary + arterioles outside the basement membrane. Pericytes are present in capillaries + where proper adventitia and muscle layer are missing (thus distingushing + this cell type from adventitial cells). They are relatively undifferentiated + and may become fibroblasts, macrophages, or smooth muscle cells. + meaning: CL:0000669 + title: pericyte + CL:0000125: + text: CL:0000125 + description: A non-neuronal cell of the nervous system. They not only provide + physical support, but also respond to injury, regulate the ionic and chemical + composition of the extracellular milieu. Guide neuronal migration during + development, and exchange metabolites with neurons. + meaning: CL:0000125 + title: glial cell + CL:1000453: + text: CL:1000453 + description: An epithelial cell that is part of the intermediate tubule. + meaning: CL:1000453 + title: epithelial cell of intermediate tubule + CL:0002028: + text: CL:0002028 + description: A cell type that can give rise to basophil and mast cells. This + cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, + and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa + meaning: CL:0002028 + title: basophil mast progenitor cell + CL:0000222: + text: CL:0000222 + description: A cell of the middle germ layer of the embryo. + meaning: CL:0000222 + title: mesodermal cell + CL:0002397: + text: CL:0002397 + description: A CD14-positive monocyte that is also CD16-positive and CCR2-negative. + meaning: CL:0002397 + title: CD14-positive, CD16-positive monocyte + CL:1000618: + text: CL:1000618 + description: Any kidney cortical cell that is part of some juxtaglomerular + apparatus. + meaning: CL:1000618 + title: juxtaglomerular complex cell + CL:0002634: + text: CL:0002634 + description: An epithelial cell of the anal column. + meaning: CL:0002634 + title: epithelial cell of anal column + CL:4033040: + text: CL:4033040 + description: A lung resident memory CD8-positive, alpha-beta T cell that is + CD103-positive. + meaning: CL:4033040 + title: lung resident memory CD8-positive, CD103-positive, alpha-beta T cell + CL:0011003: + text: CL:0011003 + description: A neurosecretory neuron residing mainly in the hypothalamic supraoptic + and paraventricular nuclei and in a number of smaller accessory cell groups + between these two nuclei, that is capable of secreting the hormones oxytocin + or vasopressin, and sometimes both, into the systemic circulation. + meaning: CL:0011003 + title: magnocellular neurosecretory cell + CL:0002459: + text: CL:0002459 + description: A dermal dendritic cell that is langerin-negative, CD103-negative, + and CD11b-positive. + meaning: CL:0002459 + title: langerin-negative dermal dendritic cell + CL:0002237: + text: CL:0002237 + description: A cell that constitutes the luminal layer of epithelium of prostatic + duct. + meaning: CL:0002237 + title: luminal epithelial cell of prostatic duct + CL:0002521: + text: CL:0002521 + description: An adipocyte that is part of subcutaneous adipose tissue. + meaning: CL:0002521 + title: subcutaneous adipocyte + CL:0002244: + text: CL:0002244 + description: A nonstratified squamous cell located in the ectocervix. + meaning: CL:0002244 + title: squamous cell of ectocervix + CL:0000498: + text: CL:0000498 + description: An interneuron (also called relay neuron, association neuron + or local circuit neuron) is a multipolar neuron which connects afferent + neurons and efferent neurons in neural pathways. Like motor neurons, interneuron + cell bodies are always located in the central nervous system (CNS). + meaning: CL:0000498 + title: inhibitory interneuron + CL:0002547: + text: CL:0002547 + description: A fibroblast of the aortic adventitia. + meaning: CL:0002547 + title: fibroblast of the aortic adventitia + CL:0002579: + text: CL:0002579 + description: A preadipocyte that is part of an omentum. + meaning: CL:0002579 + title: omentum preadipocyte + CL:0000213: + text: CL:0000213 + description: A cell within an epithelial cell sheet whose main function is + to act as an internal or external covering for a tissue or an organism. + meaning: CL:0000213 + title: lining cell + CL:0017002: + text: CL:0017002 + description: A neuroendocrine cell that is part of the prostate epithelium. + meaning: CL:0017002 + title: prostate neuroendocrine cell + CL:0002421: + text: CL:0002421 + description: A reticulocyte that retains the nucleus and other organelles. + Found in birds, fish, amphibians and reptiles. + meaning: CL:0002421 + title: nucleated reticulocyte + CL:4033057: + text: CL:4033057 + description: A luminal epithelial cell of the mammary gland that can proliferate + and has the potential to differentiate into a lactocyte during pregnancy. + In humans, a luminal adaptive secretory precursor cell can be identified + by high levels of the markers EpCAM and CD49f, and in mice it can be identified + by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8. + meaning: CL:4033057 + title: luminal adaptive secretory precursor cell of mammary gland + CL:1001016: + text: CL:1001016 + description: Any kidney loop of Henle epithelial cell that is part of some + ascending limb of loop of Henle. + meaning: CL:1001016 + title: kidney loop of Henle ascending limb epithelial cell + CL:0002109: + text: CL:0002109 + description: A B220-positive CD38-positive naive B cell is a CD38-positive + naive B cell that has the phenotype B220-positive, CD38-positive, surface + IgD-positive, surface IgM-positive, and CD27-negative, and that has not + yet been activated by antigen in the periphery. + meaning: CL:0002109 + title: B220-positive CD38-positive naive B cell + CL:1000274: + text: CL:1000274 + meaning: CL:1000274 + title: trophectodermal cell + CL:0000591: + text: CL:0000591 + description: A thermoreceptor cell that detects increased temperatures. + meaning: CL:0000591 + title: warmth sensing thermoreceptor cell + CL:0000699: + text: CL:0000699 + description: A type of glomus or chief cell, is sensitive to hypoxia and produce + catecholamines. + meaning: CL:0000699 + title: paraganglial type 1 cell + CL:0002644: + text: CL:0002644 + description: An endothelial cell of viscerocranial mucosa that is part of + the tympanic region of the viscerocranial mucosa. + meaning: CL:0002644 + title: endo-epithelial cell of tympanic part of viscerocranial mucosa + CL:0000319: + text: CL:0000319 + description: Any secretory cell that is capable of some mucus secretion. + meaning: CL:0000319 + title: mucus secreting cell + CL:0002137: + text: CL:0002137 + description: A cell in the zona reticularis that produce sex hormones. + meaning: CL:0002137 + title: type III cell of adrenal cortex + CL:0000413: + text: CL:0000413 + description: A cell whose nucleus contains a single haploid genome. + meaning: CL:0000413 + title: haploid cell + CL:0000100: + text: CL:0000100 + description: An efferent neuron that passes from the central nervous system + or a ganglion toward or to a muscle and conducts an impulse that causes + or inhibits movement. + meaning: CL:0000100 + title: motor neuron + CL:0000490: + text: CL:0000490 + meaning: CL:0000490 + title: photopic photoreceptor cell + CL:0002628: + text: CL:0002628 + description: An immature microglial cell with a ramified morphology. + meaning: CL:0002628 + title: immature microglial cell + CL:0000933: + text: CL:0000933 + description: A type II NK T cell that has been recently activated, secretes + interleukin-4, and has the phenotype CD69-positive and downregulated NK + markers. + meaning: CL:0000933 + title: type II NK T cell secreting interleukin-4 + CL:0000679: + text: CL:0000679 + description: A neuron that is capable of some neurotansmission by glutamate + secretion. + meaning: CL:0000679 + title: glutamatergic neuron + CL:0002572: + text: CL:0002572 + description: A mesenchymal stem cell of the vertebrae. + meaning: CL:0002572 + title: vertebral mesenchymal stem cell + CL:0010022: + text: CL:0010022 + description: A neuron that has its soma in the heart. + meaning: CL:0010022 + title: cardiac neuron + CL:0004239: + text: CL:0004239 + description: A bistratified amacrine cell with a medium dendritic field and + post-synaptic terminals in S1-S2, and S4. + meaning: CL:0004239 + title: wavy bistratified amacrine cell + CL:0005001: + text: CL:0005001 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into an iridophore. + meaning: CL:0005001 + title: iridoblast + CL:0000691: + text: CL:0000691 + description: Any interneuron that has characteristic some stellate morphology. + meaning: CL:0000691 + title: stellate interneuron + CL:2000015: + text: CL:2000015 + description: Any skin fibroblast that is part of a arm. + meaning: CL:2000015 + title: fibroblast of arm + CL:0002586: + text: CL:0002586 + description: An epithelial cell of the retinal pigmented epithelium. + meaning: CL:0002586 + title: retinal pigment epithelial cell + CL:0000453: + text: CL:0000453 + description: Langerhans cell is a conventional dendritic cell that has plasma + membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid + origin, that appears clear on light microscopy and has a dark-staining, + indented nucleus and characteristic inclusions (Birbeck granules) in the + cytoplasm; Langerhans cells are found principally in the stratum spinosum + of the epidermis, but they also occur in other stratified epithelia and + have been identified in the lung, lymph nodes, spleen, and thymus. + meaning: CL:0000453 + title: Langerhans cell + CL:0002222: + text: CL:0002222 + description: A cell comprising the transparent, biconvex body separating the + posterior chamber and vitreous body, and constituting part of the refracting + mechanism of the mammalian eye. + meaning: CL:0002222 + title: vertebrate lens cell + CL:0000770: + text: CL:0000770 + description: A late basophilic metamyelocyte in which the nucleus is in the + form of a curved or coiled band, not having acquired the typical multilobar + shape of the mature basophil. + meaning: CL:0000770 + title: band form basophil + CL:0000823: + text: CL:0000823 + description: A natural killer cell that is developmentally immature and expresses + natural killer cell receptors (NKR). + meaning: CL:0000823 + title: immature natural killer cell + CL:0005018: + text: CL:0005018 + description: A cell that secretes ghrelin, the peptide hormone that stimulates + hunger. + meaning: CL:0005018 + title: ghrelin secreting cell + CL:1000378: + text: CL:1000378 + description: A type I vestibular sensory cell that is part of the stato-acoustic + epithelium. + meaning: CL:1000378 + title: type 1 vestibular sensory cell of stato-acoustic epithelium + CL:0002536: + text: CL:0002536 + description: An epithelial cell that is part of the amnion. + meaning: CL:0002536 + title: epithelial cell of amnion + CL:0000758: + text: CL:0000758 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The cell has a loose, delicate axon terminal that opens + in sublamina 3 of the inner plexiform layer and descends into sublamina + 4. + meaning: CL:0000758 + title: type 6 cone bipolar cell (sensu Mus) + CL:2000036: + text: CL:2000036 + description: Any neuromast support cell that is part of a anterior lateral + line. + meaning: CL:2000036 + title: anterior lateral line neuromast supporting cell + CL:0002610: + text: CL:0002610 + description: A neuron of the raphe nuclei. + meaning: CL:0002610 + title: raphe nuclei neuron + CL:4023031: + text: CL:4023031 + description: "A sst GABAergic cortical interneuron with a soma found in lower\ + \ L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending\ + \ axons but denser local axons and sparser \u2018fanning-out\u2019 projections\ + \ to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5\ + \ fan Martinotti Cell) and non-zero afterdepolarization (ADP)." + meaning: CL:4023031 + title: L4 sst Martinotti interneuron (Mmus) + CL:0002145: + text: CL:0002145 + description: A ciliated columnar cell found in the trachea and bronchus. Vary + from low to tall columnar; possesses up to 300 cilia at its surface, interspersed + with long irregular microvilli with the cilia varying in length from about + 6um in the trachea to about 4um in the terminal bronchioles; driving force + of the ciliary current in the bronchial tree. + meaning: CL:0002145 + title: ciliated columnar cell of tracheobronchial tree + CL:0000965: + text: CL:0000965 + description: A germinal center B cell that is rapidly dividing and has the + phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation + of the immunoglobulin V gene region can occur during proliferation of this + cell type. + meaning: CL:0000965 + title: Bm3 B cell + CL:1000494: + text: CL:1000494 + description: An epithelial cell that is part of a nephron tubule. + meaning: CL:1000494 + title: nephron tubule epithelial cell + CL:0011115: + text: CL:0011115 + description: A cell that, by division or terminal differentiation, can give + rise to other cell types. + meaning: CL:0011115 + title: precursor cell + CL:0002527: + text: CL:0002527 + description: An immature CD14-positive dermal dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002527 + title: immature CD14-positive dermal dendritic cell + CL:0009113: + text: CL:0009113 + description: A regulatory T cell present in the B cell follicles and germinal + centers of lymphoid tissues. In humans, it is CXCR5+. + meaning: CL:0009113 + title: T follicular regulatory cell + CL:0009012: + text: CL:0009012 + description: "A rapidly proliferating population of cells that differentiate\ + \ from stem cells of the intestinal crypt of the small intestine. Stem cells\ + \ located in the crypts of Lieberk\xFChn give rise to proliferating progenitor\ + \ or transit amplifying cells that differentiate into the four major epithelial\ + \ cell types. These include columnar absorptive cells or enterocytes, mucous\ + \ secreting goblet cells, enteroendocrine cells and paneth cells." + meaning: CL:0009012 + title: transit amplifying cell of small intestine + CL:0000628: + text: CL:0000628 + description: A cell that can perform photosynthesis, in which carbohydrates + are synthesized from carbon dioxide and water, using light as the energy + source. + meaning: CL:0000628 + title: photosynthetic cell + CL:0000712: + text: CL:0000712 + description: Any epidermal cell that is part of some stratum granulosum of + epidermis. + meaning: CL:0000712 + title: stratum granulosum cell + CL:0000099: + text: CL:0000099 + description: Most generally any neuron which is not motor or sensory. Interneurons + may also refer to neurons whose axons remain within a particular brain region + as contrasted with projection neurons which have axons projecting to other + brain regions. + meaning: CL:0000099 + title: interneuron + CL:4023024: + text: CL:4023024 + description: A lamp5 GABAergic cortical interneuron with layer-adapting morphology. + NGC lamp5 cells have a small round soma, short dendrites, and a wide dense + axonal arbor that tends to establish a dense axonal mesh with high connection + probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have + unique synaptic properties that distinguish them from other GABAergic interneurons, + including the release of GABA to the extracellular space via volume transmission, + and the ability to produce GABA-B responses in connected postsynaptic targets. + meaning: CL:4023024 + title: neurogliaform lamp5 GABAergic cortical interneuron (Mmus) + CL:4023095: + text: CL:4023095 + description: A pyramidal neuron which lacks a clear tuft formation but extends + to large radial distances. + meaning: CL:4023095 + title: untufted pyramidal neuron + CL:0000639: + text: CL:0000639 + description: A basophilic chromophil cell that of the anterior pituitary gland. + meaning: CL:0000639 + title: basophil cell of pars distalis of adenohypophysis + CL:0000385: + text: CL:0000385 + description: A precursor of mature hemocytes. + meaning: CL:0000385 + title: prohemocyte (sensu Nematoda and Protostomia) + CL:0000359: + text: CL:0000359 + description: A smooth muscle cell associated with the vasculature. + meaning: CL:0000359 + title: vascular associated smooth muscle cell + CL:0002619: + text: CL:0002619 + description: An adult angioblastic cell released from the bone marrow, or + from the kidney in some teleost species, capable of blood circulation and + participation in angiogenesis by differentiating into blood vessel endothelial + cells. + meaning: CL:0002619 + title: adult endothelial progenitor cell + CL:0009107: + text: CL:0009107 + description: A lymphatic endothelial cell located in the subcapsular sinus + ceiling of a lymph node. In human, it's characterized by a unique marker + expression (NT5e+ and Caveolin-1+). + meaning: CL:0009107 + title: lymphatic endothelial cell of subcapsular sinus ceiling + CL:0002175: + text: CL:0002175 + description: A cell within the primary follicle of the ovary. + meaning: CL:0002175 + title: primary follicular cell of ovary + CL:4023045: + text: CL:4023045 + description: An extratelencephalic-projecting glutamatergic neuron located + in layer 5b of the primary motor cortex that projects to the medulla. MY + ET cells are large, big-tufted cells with the apical dendrite often bifurcating + close to the soma, suggesting they are corticospinal cells. MY ET cells + have bigger hyperpolarization sag, lower input resistance, and smaller AP + width, compared to L5 IT neurons. + meaning: CL:4023045 + title: medulla-projecting glutamatergic neuron of the primary motor cortex + CL:4033023: + text: CL:4033023 + description: An epithelial cell that is part of a collecting duct of an airway + submucosal gland. + meaning: CL:4033023 + title: airway submucosal gland collecting duct epithelial cell + CL:4033015: + text: CL:4033015 + description: A star-shaped glial cell that is part of some retina. This cell + links neurons to blood vessels and may provide structural and physiological + support to optic nerve head axons. + meaning: CL:4033015 + title: retinal astrocyte + CL:0000528: + text: CL:0000528 + description: A nerve cell where transmission is mediated by nitric oxide. + meaning: CL:0000528 + title: nitrergic neuron + CL:0000402: + text: CL:0000402 + description: An interneuron that has its cell body in a central nervous system. + meaning: CL:0000402 + title: CNS interneuron + CL:0002104: + text: CL:0002104 + description: An IgG-negative double negative memory B cell is a double negative + memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative. + meaning: CL:0002104 + title: IgG-negative double negative memory B cell + CL:0002032: + text: CL:0002032 + description: A hematopoietic oligopotent progenitor cell that has the ability + to differentiate into limited cell types but lacks lineage cell markers + and self renewal capabilities. + meaning: CL:0002032 + title: hematopoietic oligopotent progenitor cell + CL:0002605: + text: CL:0002605 + description: An astrocyte of the cerebral cortex. + meaning: CL:0002605 + title: astrocyte of the cerebral cortex + CL:0011114: + text: CL:0011114 + description: A segmented neutrophilic cell of the bone marrow reserve pool + that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity + immunoglobulin gamma Fc region receptor III) on its cell surface. + meaning: CL:0011114 + title: segmented neutrophil of bone marrow + CL:0001000: + text: CL:0001000 + description: CD8_alpha-positive CD11b-negative dendritic cell is a conventional + dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive + and CD8_alpha-positive. + meaning: CL:0001000 + title: CD8_alpha-positive CD11b-negative dendritic cell + CL:0002021: + text: CL:0002021 + description: An enucleate erythrocyte that is GlyA-positive. + meaning: CL:0002021 + title: GlyA-positive erythrocyte + CL:0007022: + text: CL:0007022 + description: A specialized pore forming cell of the follicle, located adjacent + to the animal pole of the oocyte. The micropylar cell makes the single micropyle + (pore) through the chorion through which the sperm fertilizes the egg. + meaning: CL:0007022 + title: micropylar cell + CL:2000030: + text: CL:2000030 + description: Any native cell that is part of a hypothalamus. + meaning: CL:2000030 + title: hypothalamus cell + CL:0002081: + text: CL:0002081 + description: This cell resembles a glia cell, express the glial marker S100 + and act as a supporting cell to type I cell. This cell is located in a small + cluster of type I and type II cells near the fork of the carotid artery. + meaning: CL:0002081 + title: type II cell of carotid body + CL:0000138: + text: CL:0000138 + description: Skeletogenic cell that is terminally differentiated, secretes + an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains + the ability to divide, and develops from a chondroblast cell. + meaning: CL:0000138 + title: chondrocyte + CL:0000943: + text: CL:0000943 + description: A Be cell that facilitates development of T-helper 1 (Th1) phenotype + in CD4-positive T cells, and secretes high levels of interleukin-2, tumor + necrosis factor-alpha and interferon-gamma. + meaning: CL:0000943 + title: Be1 Cell + CL:0004234: + text: CL:0004234 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2, and in S3-S4. + meaning: CL:0004234 + title: diffuse multistratified amacrine cell + CL:0000119: + text: CL:0000119 + description: Large intrinsic neuron located in the granule layer of the cerebellar + cortex that extends its dendrites into the molecular layer where they receive + contact from parallel fibers. The axon of the Golgi cell ramifies densely + in the granule layer and enters into a complex arrangement with mossy fiber + terminals and granule cell dendrites to form the cerebellar glomerulus. + Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th + ed. 2004. + meaning: CL:0000119 + title: cerebellar Golgi cell + CL:1000339: + text: CL:1000339 + description: An enterocyte that is part of the epithelium proper of small + intestine. + meaning: CL:1000339 + title: enterocyte of epithelium proper of small intestine + CL:0000959: + text: CL:0000959 + description: A transitional stage B cell that has the phenotype surface IgM-positive, + surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive + and is located in the splenic B follicles. This cell type has also been + described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive. + meaning: CL:0000959 + title: T2 B cell + CL:0010005: + text: CL:0010005 + description: A specialized cardiomyocyte that transmit signals from the AV + node to the cardiac Purkinje fibers. + meaning: CL:0010005 + title: atrioventricular bundle cell + CL:0002020: + text: CL:0002020 + description: A reticulocyte that is GlyA-positive. + meaning: CL:0002020 + title: GlyA-positive reticulocytes + CL:4023058: + text: CL:4023058 + description: A mesothelial fibroblast found in the leptomeninx. + meaning: CL:4023058 + title: mesothelial fibroblast of the leptomeninx + CL:0010002: + text: CL:0010002 + description: An epithelial cell that is part_of a umbilical artery. + meaning: CL:0010002 + title: epithelial cell of umbilical artery + CL:0009064: + text: CL:0009064 + description: "A T cell located in the lymph node paracortex, where macrophages\ + \ and dendritic cells present antigenic peptides to these na\xEFve T cells,\ + \ stimulating them to become activated helper T cells or cytotoxic T lymphocytes." + meaning: CL:0009064 + title: lymph node paracortex T cell + CL:4033004: + text: CL:4033004 + description: A(n) smooth muscle cell that is part of a(n) taenia coli. + meaning: CL:4033004 + title: smooth muscle cell of taenia coli + CL:0000449: + text: CL:0000449 + description: A cell from the thermogenic form of adipose tissue found in many + species, particularly in newborns and hibernating mammals, but also in + lesser amounts in adults of other mammals including humans. Brown fat is + capable of rapid liberation of energy and seems to be important in the maintenance + of body temperature immediately after birth and upon waking from hibernation. + meaning: CL:0000449 + title: brown adipocyte + CL:0000689: + text: CL:0000689 + description: A cell with both myofibrils and secretory granules. + meaning: CL:0000689 + title: myoendocrine cell + CL:0002334: + text: CL:0002334 + description: An undifferentiated fibroblast that can be stimulated to form + a fat cell. + meaning: CL:0002334 + title: preadipocyte + CL:1000596: + text: CL:1000596 + description: Any kidney cell that is part of some juxtamedullary cortex. + meaning: CL:1000596 + title: inner renal cortex cell + CL:0000343: + text: CL:0000343 + description: A pigment cell that is capable of detecting light stimulus that + is involved in visual perception. + meaning: CL:0000343 + title: visual pigment cell (sensu Vertebrata) + CL:4023077: + text: CL:4023077 + description: A type of interneuron that has two clusters of dendritic branches + that originate directly from the soma and extend in opposite directions + and axons that form a plexus which spreads widely. Compared to bipolar neurons, + bitufted neurons have branching that occur close to the soma. + meaning: CL:4023077 + title: bitufted neuron + CL:0002316: + text: CL:0002316 + description: A supporting cell of the vestibular epithelium. + meaning: CL:0002316 + title: supporting cell of vestibular epithelium + CL:1000351: + text: CL:1000351 + description: A basal cell that is part of the epithelium of respiratory bronchiole. + meaning: CL:1000351 + title: basal cell of epithelium of respiratory bronchiole + CL:0000517: + text: CL:0000517 + description: A type of foam cell derived from a macrophage containing lipids + in small vacuoles and typically seen in atherolosclerotic lesions, as well + as other conditions. + meaning: CL:0000517 + title: macrophage derived foam cell + CL:0000047: + text: CL:0000047 + description: An undifferentiated neural cell that originates from the neuroectoderm + and has the capacity both to perpetually self-renew without differentiating + and to generate multiple central nervous system neuronal and glial cell + types. + meaning: CL:0000047 + title: neural stem cell + CL:0009001: + text: CL:0009001 + description: Any cell in the compound eye, a light sensing organ composed + of ommatidia. + meaning: CL:0009001 + title: compound eye retinal cell + CL:0002674: + text: CL:0002674 + description: A S. pombe mating type determined by the mat1-Mc and mat1-Mi + on the mat1 locus. + meaning: CL:0002674 + title: H minus + CL:0019002: + text: CL:0019002 + description: Any chondrocyte that is part of the tracheobronchial tree. + meaning: CL:0019002 + title: tracheobronchial chondrocyte + CL:0002001: + text: CL:0002001 + description: A granulocyte monocyte progenitor is CD34-positive, CD38-positive, + IL-3receptor-alpha-positive and is CD45RA-negative. + meaning: CL:0002001 + title: CD34-positive, CD38-positive granulocyte monocyte progenitor + CL:0002163: + text: CL:0002163 + description: A rod-shpaed cell that forms a single row adjacent to and supporting + the inner hair cells. + meaning: CL:0002163 + title: internal pillar cell of cochlea + CL:0009053: + text: CL:0009053 + description: A stromal cell found in the lamina propria of the anorectum. + meaning: CL:0009053 + title: stromal cell of anorectum lamina propria + CL:0000411: + text: CL:0000411 + description: An epithelial cell of the hypodermis of Caenorhabditis. + meaning: CL:0000411 + title: Caenorhabditis hypodermal cell + CL:0005020: + text: CL:0005020 + description: Lymphatic progenitor cells. + meaning: CL:0005020 + title: lymphangioblast + CL:0000785: + text: CL:0000785 + description: A B cell that is mature, having left the bone marrow. Initially, + these cells are IgM-positive and IgD-positive, and they can be activated + by antigen. + meaning: CL:0000785 + title: mature B cell + CL:0008016: + text: CL:0008016 + description: A skeletal muscle satellite cell that has become mitotically + active - typically following muscle damage. + meaning: CL:0008016 + title: activated skeletal muscle satellite cell + CL:0002438: + text: CL:0002438 + description: A mature NK cell that is NK1.1-positive. + meaning: CL:0002438 + title: NK1.1-positive natural killer cell, mouse + CL:0002328: + text: CL:0002328 + description: An epithelial cell of the bronchus. + meaning: CL:0002328 + title: bronchial epithelial cell + CL:0000253: + text: CL:0000253 + meaning: CL:0000253 + title: eurydendroid cell + CL:0004220: + text: CL:0004220 + description: An amacrine cell with a small, asymteric dendritic field. + meaning: CL:0004220 + title: flag amacrine cell + CL:0000075: + text: CL:0000075 + description: A columnar/cuboidal epithelial cell is a cell usually found in + a two dimensional sheet with a free surface. Columnar/cuboidal epithelial + cells take on the shape of a column or cube. + meaning: CL:0000075 + title: columnar/cuboidal epithelial cell + CL:0002555: + text: CL:0002555 + description: A fibroblast that is part of the mammary gland. + meaning: CL:0002555 + title: fibroblast of mammary gland + CL:0000379: + text: CL:0000379 + meaning: CL:0000379 + title: sensory processing neuron + CL:0000108: + text: CL:0000108 + description: A neuron that uses acetylcholine as a vesicular neurotransmitter. + meaning: CL:0000108 + title: cholinergic neuron + CL:0004226: + text: CL:0004226 + description: An amacrine cell with a small dendritic field with post-synaptic + terminals in S3 and S4. + meaning: CL:0004226 + title: monostratified amacrine cell + CL:4033060: + text: CL:4033060 + description: A lactocyte that highly expresses genes associated with lipid + production and milk component biosynthesis. + meaning: CL:4033060 + title: lactocyte type 2 + CL:0002019: + text: CL:0002019 + description: A reticulocyte that is Ly76-high and is Kit-negative. + meaning: CL:0002019 + title: Ly-76 high reticulocyte + CL:0000232: + text: CL:0000232 + description: A red blood cell. In mammals, mature erythrocytes are biconcave + disks containing hemoglobin whose function is to transport oxygen. + meaning: CL:0000232 + title: erythrocyte + CL:0000704: + text: CL:0000704 + description: A specialized endothelial cell that senses extracellular signals + and guides the directed growth of blood vessels. + meaning: CL:0000704 + title: endothelial tip cell + CL:0011008: + text: CL:0011008 + description: A hemocyte derived from the embryonic head mesoderm, which enters + the hemolymph as a circulating cell. + meaning: CL:0011008 + title: embryonic hemocyte + CL:1000303: + text: CL:1000303 + description: A fibroblast that is part of the areolar connective tissue. + meaning: CL:1000303 + title: fibroblast of areolar connective tissue + CL:0000018: + text: CL:0000018 + description: A male germ cell that develops from the haploid secondary spermatocytes. + Without further division, spermatids undergo structural changes and give + rise to spermatozoa. + meaning: CL:0000018 + title: spermatid + CL:0009088: + text: CL:0009088 + description: An adult endothelial progenitor cell characterised in vivo by + homing to ischemic sites and paracrine support of angiogenesis. These cells + do not form colonies. + meaning: CL:0009088 + title: circulating angiogenic cell + CL:0008034: + text: CL:0008034 + description: Mural cells are pericytes and the vascular smooth muscle cells + (vSMCs) of the microcirculation. + meaning: CL:0008034 + title: mural cell + CL:1001611: + text: CL:1001611 + description: Neuron of the cerebellum. + meaning: CL:1001611 + title: cerebellar neuron + CL:0009020: + text: CL:0009020 + description: An intestinal tuft cell that is a part of a vermiform appendix. + meaning: CL:0009020 + title: tuft cell of appendix + CL:2000061: + text: CL:2000061 + description: Any mesenchymal stem cell that is part of a placenta. + meaning: CL:2000061 + title: placental amniotic mesenchymal stromal cell + CL:0000207: + text: CL:0000207 + description: Any neuron that is capable of some detection of chemical stimulus + involved in sensory perception of smell. + meaning: CL:0000207 + title: olfactory receptor cell + CL:0002117: + text: CL:0002117 + description: A class switched memory B cell that lacks IgG on the cell surface. + meaning: CL:0002117 + title: IgG-negative class switched memory B cell + CL:0000371: + text: CL:0000371 + description: The cell protoplasm after removal of the cell wall. + meaning: CL:0000371 + title: protoplast + CL:0002174: + text: CL:0002174 + description: A cell within the follicle of an ovary. + meaning: CL:0002174 + title: follicular cell of ovary + CL:0001015: + text: CL:0001015 + description: CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high + and is CD8_alpha-low. + meaning: CL:0001015 + title: CD8_alpha-low Langerhans cell + CL:0000848: + text: CL:0000848 + description: An olfactory receptor cell in which the apical ending of the + dendrite is a knob that bears numerous microvilli. + meaning: CL:0000848 + title: microvillous olfactory receptor neuron + CL:1001502: + text: CL:1001502 + description: The large glutaminergic nerve cells whose dendrites synapse with + axons of the olfactory receptor neurons in the glomerular layer of the olfactory + bulb, and whose axons pass centrally in the olfactory tract to the olfactory + cortex. + meaning: CL:1001502 + title: mitral cell + CL:4042007: + text: CL:4042007 + description: An astrocyte with highly branched protrusions, found in neocortex + layers 2-6. It is involved with the formation and elimination of synapses, + glutamate clearance, modulation of synaptic functions and regulation of + blood flow in response to synaptic activity. + meaning: CL:4042007 + title: protoplasmic astrocyte + CL:0010007: + text: CL:0010007 + description: Any cell that is part of some His-Purkinje system. + meaning: CL:0010007 + title: His-Purkinje system cell + CL:0008018: + text: CL:0008018 + description: A myoblast that is commited to developing into a somatic muscle. + meaning: CL:0008018 + title: somatic muscle myoblast + CL:0002097: + text: CL:0002097 + description: A cell of the adrenal cortex. Cell types include those that synthesize + and secrete chemical derivatives (steroids) of cholesterol. + meaning: CL:0002097 + title: cortical cell of adrenal gland + CL:1000410: + text: CL:1000410 + description: A muscle cell that is part of the atrioventricular node. + meaning: CL:1000410 + title: myocyte of atrioventricular node + CL:0008033: + text: CL:0008033 + description: A pericyte of the decidual vasculature. + meaning: CL:0008033 + title: decidual pericyte + CL:0000209: + text: CL:0000209 + description: A specialized cell involved in gustatory sensory perception. + meaning: CL:0000209 + title: taste receptor cell + CL:0003018: + text: CL:0003018 + description: A retinal ganglion B3 cell with dentrites terminating in S4. + meaning: CL:0003018 + title: retinal ganglion cell B3 inner + CL:0000027: + text: CL:0000027 + description: A smooth muscle cell derived from the neural crest. + meaning: CL:0000027 + title: smooth muscle cell neural crest derived + CL:0002170: + text: CL:0002170 + description: A keratinized cell located in the hard palate or gingiva. + meaning: CL:0002170 + title: keratinized cell of the oral mucosa + CL:0002262: + text: CL:0002262 + description: An endothelial cell that lines any of the venous cavities through + which blood passes in various glands and organs such as the spleen and liver. + meaning: CL:0002262 + title: endothelial cell of sinusoid + CL:0000796: + text: CL:0000796 + description: A alpha-beta intraepithelial T cell found in the columnar epithelium + of the gastrointestinal tract. Intraepithelial T cells often have distinct + developmental pathways and activation requirements. + meaning: CL:0000796 + title: CD8-alpha-beta-positive, alpha-beta intraepithelial T cell + CL:0007017: + text: CL:0007017 + description: An epidermal cell with apical microvilli or a single apical projection + have synaptic associations with nerve fibres in the epidermis. + meaning: CL:0007017 + title: Stiftchenzellen + CL:0002668: + text: CL:0002668 + description: An otic fibrocyte that is lateral to the basilar membrane and + anchoris it to the lateral wall. + meaning: CL:0002668 + title: type 4 otic fibrocyte + CL:1000470: + text: CL:1000470 + description: A myoepithelial cell that is part of the primary lactiferous + duct. + meaning: CL:1000470 + title: myoepithelial cell of primary lactiferous duct + CL:0000682: + text: CL:0000682 + description: An absorptive cell of the gut epithelium that endocytoses microorganisms + and intact macromolecules from the gut lumen and transports them to the + subepithelial space where they are presented to antigen-presenting cells + and lymphocytes. + meaning: CL:0000682 + title: M cell of gut + CL:0005026: + text: CL:0005026 + description: Multi fate stem cell that gives rise to both hepatocytes and + cholangiocytes as descendants. The term often refers to fetal precursors + of hepatocytes (differently from 'hepatic stem cell', usually applied to + the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts + may also be endogenous, as some stem cells found in the liver come from + the bone marrow via blood circulation. + meaning: CL:0005026 + title: hepatoblast + CL:0011011: + text: CL:0011011 + description: A cell derived from the mesoderm that is located between the + paraxial mesoderm and the lateral plate. + meaning: CL:0011011 + title: intermediate mesodermal cell + CL:0005015: + text: CL:0005015 + description: An auditory epithelial support cell that surrounds the nerve + fibers and synapses of the auditory inner hair cells. + meaning: CL:0005015 + title: inner phalangeal cell + CL:0000954: + text: CL:0000954 + description: A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, + Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, + and carries a DNA rearrangement of one or more immunoglobulin light chain + genes. + meaning: CL:0000954 + title: small pre-B-II cell + CL:0000972: + text: CL:0000972 + description: A class switched memory B cell is a memory B cell that has undergone + Ig class switching and therefore is IgM-negative on the cell surface. These + cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface. + meaning: CL:0000972 + title: class switched memory B cell + CL:0000789: + text: CL:0000789 + description: A T cell that expresses an alpha-beta T cell receptor complex. + meaning: CL:0000789 + title: alpha-beta T cell + CL:0009019: + text: CL:0009019 + description: A kidney cortical cell that is part of the nephrogenic zone. + meaning: CL:0009019 + title: nephrogenic zone cell + CL:0017011: + text: CL:0017011 + description: A hillock cell that is part of the prostatic urethra. + meaning: CL:0017011 + title: hillock cell of prostatic urethral epithelium + CL:0000904: + text: CL:0000904 + description: CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000904 + title: central memory CD4-positive, alpha-beta T cell + CL:0004139: + text: CL:0004139 + description: A retinal ganglion A2 cell with dendrites terminating in S2. + meaning: CL:0004139 + title: retinal ganglion cell A2 outer + CL:0009016: + text: CL:0009016 + description: An intestinal stem cell that is located in the large intestine + crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the + large intestine and are highly proliferative. They either differentiate + into transit amplifying cells or self-renew to form new stem cells. + meaning: CL:0009016 + title: intestinal crypt stem cell of large intestine + CL:4023087: + text: CL:4023087 + description: A Martinotti neuron that has axons that form a fan-like plexus. + meaning: CL:4023087 + title: fan Martinotti neuron + CL:0000840: + text: CL:0000840 + description: An immature cell of the conventional dendritic cell lineage, + characterized by high levels of antigen uptake via endocytosis, macropinocytosis, + and phagocytosis, and typically found resident in the tissues. Markers for + this cell are CD80-low, CD86-low, and MHC-II-low. + meaning: CL:0000840 + title: immature conventional dendritic cell + CL:0008049: + text: CL:0008049 + description: A giant pyramidal neuron with a soma in layer Vb of the primary + motor cortex that sends its axons down the spinal cord via the corticospinal + tract, either synapsing directly with alpha motor neurons, or targeting + interneurons in the spinal cord. In humans, Betz cells are the largest known + in the central nervous system. + meaning: CL:0008049 + title: Betz cell + CL:0002473: + text: CL:0002473 + description: Gr1-low non-classical monocyte that has high surface expression + of a MHC-II complex. + meaning: CL:0002473 + title: MHC-II-high non-classical monocyte + CL:0010009: + text: CL:0010009 + description: Any photoreceptor cell that is part of some camera-type eye. + meaning: CL:0010009 + title: camera-type eye photoreceptor cell + CL:0002206: + text: CL:0002206 + description: A brush cell of the epithelium in the terminal bronchiole. + meaning: CL:0002206 + title: brush cell of terminal bronchiole + CL:0000287: + text: CL:0000287 + description: Any photoreceptor cell that is part of some eye. + meaning: CL:0000287 + title: eye photoreceptor cell + CL:0009063: + text: CL:0009063 + description: An enteroendocrine cell that is located in the anorectum. + meaning: CL:0009063 + title: enteroendocrine cell of anorectum + CL:0002370: + text: CL:0002370 + description: A simple columnar epithelial cell that secretes mucin. Rough + endoplasmic reticulum, mitochondria, the nucleus, and other organelles are + concentrated in the basal portion. The apical plasma membrane projects microvilli + to increase surface area for secretion. + meaning: CL:0002370 + title: respiratory goblet cell + CL:0000851: + text: CL:0000851 + description: Neuromast mantle cell is a non-sensory cell. Neuromast mantle + cells surround the neuromast support cells and neuromast hair cells, separating + the neuromast from the epidermis, and secrete cupula in which the ciliary + bundles of all the hair cells are embedded. + meaning: CL:0000851 + title: neuromast mantle cell + CL:0000701: + text: CL:0000701 + description: Supports paraganglial type 1 cell. + meaning: CL:0000701 + title: paraganglia type 2 cell + CL:1001595: + text: CL:1001595 + description: 'Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes + or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001595 + title: rectum glandular cell + CL:4030026: + text: CL:4030026 + description: An absorptive epithelial cell of the human intestine expressing + bestrophin-4 (BEST4) calcium-activated ion channels. + meaning: CL:4030026 + title: BEST4+ intestinal epithelial cell, human + CL:0000456: + text: CL:0000456 + description: Any secretory cell that is capable of some mineralocorticoid + secretion. + meaning: CL:0000456 + title: mineralocorticoid secreting cell + CL:0002449: + text: CL:0002449 + description: A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive. + meaning: CL:0002449 + title: CD94-positive Ly49CI-positive natural killer cell, mouse + CL:0000742: + text: CL:0000742 + description: A round chondrocyte that first differentiates in the late embryonic + growth plate of bone. + meaning: CL:0000742 + title: periarticular chondrocyte + CL:1000385: + text: CL:1000385 + description: A type II vestibular sensory cell that is part of the epithelium + of crista of ampulla of semicircular duct of membranous labyrinth. + meaning: CL:1000385 + title: type 2 vestibular sensory cell of epithelium of crista of ampulla of + semicircular duct of membranous labyrinth + CL:0002327: + text: CL:0002327 + description: An epithelial cell of the mammary gland. + meaning: CL:0002327 + title: mammary gland epithelial cell + CL:0002013: + text: CL:0002013 + description: A basophilic erythroblast that is GlyA-positive. + meaning: CL:0002013 + title: GlyA-positive basophilic erythroblast + CL:0002361: + text: CL:0002361 + description: A progenitor cell that is capable of forming colonies of primitive + erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in + mouse and expresses CD41. + meaning: CL:0002361 + title: primitive erythroid progenitor + CL:1000082: + text: CL:1000082 + meaning: CL:1000082 + title: stretch receptor cell + CL:1001581: + text: CL:1001581 + description: Glial cell of lateral ventricle. + meaning: CL:1001581 + title: lateral ventricle glial cell + CL:1000302: + text: CL:1000302 + description: A fibroblast that is part of the papillary layer of dermis. + meaning: CL:1000302 + title: fibroblast of papillary layer of dermis + CL:0003032: + text: CL:0003032 + description: A monostratified retinal ganglion cell that has post synaptic + terminals in sublaminar layer S2 and is depolarized by decreased illumination + of their receptive field center + meaning: CL:0003032 + title: M3-OFF retinal ganglion cell + CL:0002502: + text: CL:0002502 + description: An enteroendocrine cell of the small intestine that secretes + motilin. + meaning: CL:0002502 + title: type M enteroendocrine cell + CL:4023022: + text: CL:4023022 + description: A Lamp5 GABAergic cortical interneuron that has extended axons + in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in + having elongated horizontal axonal arbors largely confined to L1; but the + dendritic arbors are wider and have fewer branches, while the axon is less + tortuous and extends further from the soma + meaning: CL:4023022 + title: canopy lamp5 GABAergic cortical interneuron (Mmus) + CL:0019028: + text: CL:0019028 + description: Any hepatocyte that is part of the liver lobule midzonal region. + These cells have mixed functionality in comparison with those in the other + two regions of the liver lobule. + meaning: CL:0019028 + title: midzonal region hepatocyte + CL:0000803: + text: CL:0000803 + description: A gamma-delta intraepithelial T cell that has the phenotype CD4-negative + and CD8-negative. + meaning: CL:0000803 + title: CD4-negative CD8-negative gamma-delta intraepithelial T cell + CL:0002335: + text: CL:0002335 + description: A preadipocyte that is capable of differentiating into a brown + adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing + 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) + coactivator-1alpha). + meaning: CL:0002335 + title: brown preadipocyte + CL:0004223: + text: CL:0004223 + description: A amacrine cell with a small dendritic field and post-synaptic + terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped + dendritic arbor and undulate dendrites. + meaning: CL:0004223 + title: AB diffuse-1 amacrine cell + CL:0000484: + text: CL:0000484 + description: Mast cell subtype whose granules contain both the serine proteases + tryptase and chymase. These cells are primarily found in connective tissue, + such as the peritoneal cavity, skin, and intestinal submucosa. Their development + is T-cell independent. + meaning: CL:0000484 + title: connective tissue type mast cell + CL:1001579: + text: CL:1001579 + description: Glial cell of cerebral cortex. + meaning: CL:1001579 + title: cerebral cortex glial cell + CL:0002653: + text: CL:0002653 + description: A squamous shaped endothelial cell. + meaning: CL:0002653 + title: squamous endothelial cell + CL:0002340: + text: CL:0002340 + description: The exocrine cell of the prostate, this epithelial cell secretes + prostatic acid phosphotase and PSA, and is dependent on androgen hormones + for survival. + meaning: CL:0002340 + title: luminal cell of prostate epithelium + CL:0002258: + text: CL:0002258 + description: A cell type that varies from squamous to columnar, depending + on their activity with microvillus directed luminally. This cell produces + and secretes thyroid hormones. + meaning: CL:0002258 + title: thyroid follicular cell + CL:0002414: + text: CL:0002414 + description: A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive. + meaning: CL:0002414 + title: immature Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:4030059: + text: CL:4030059 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found between cortical layer 2-4. This + intratelencephalic-projecting glutamatergic neuron has thin-tufted apical + dendrites and extends its axonal projection into L5 in the neocortex. This + neuronal type has a hyperpolarised resting membrane potential. The standard + transcriptomic reference data for this cell type can be found on the CellxGene + census under the collection: ''Transcriptomic cytoarchitecture reveals principles + of human neocortex organization'', dataset: ''Supercluster: IT-projecting + excitatory neurons'', Author Categories: ''CrossArea_subclass'', clusters + L2/3 IT.' + meaning: CL:4030059 + title: L2/3 intratelencephalic projecting glutamatergic neuron + CL:1000706: + text: CL:1000706 + description: Any urothelial cell that is part of some urothelium of ureter. + meaning: CL:1000706 + title: ureter urothelial cell + CL:4030015: + text: CL:4030015 + description: A renal alpha-intercalated cell that is part of the collecting + duct of the renal tubule. + meaning: CL:4030015 + title: kidney collecting duct alpha-intercalated cell + CL:0000310: + text: CL:0000310 + meaning: CL:0000310 + title: iron accumulating cell + CL:0002679: + text: CL:0002679 + description: A lymphocyte found in adipose tissue that lacks lineage markers + of other lymphocytes but is capable of mediating TH2 cytokine responses. + This cell type is found in fat associated lymphoid clusters, proliferates + in response to IL2 and produce large amounts of TH2 cytokines such as IL5, + IL6 and IL13 + meaning: CL:0002679 + title: natural helper lymphocyte + CL:0002080: + text: CL:0002080 + description: A cubodial epithelial cell that is continuous with the lining + of intercalated ducts that drain the acinus. This cell type secretes a high + pH solution to aid in activation of zymogens, and can differentiate into + endocrine and exocrine pancreatic cell types. + meaning: CL:0002080 + title: pancreatic centro-acinar cell + CL:0003005: + text: CL:0003005 + description: A mono-stratified retinal ganglion cell that has a small dendritic + field and dense dendritic arbor. + meaning: CL:0003005 + title: G4 retinal ganglion cell + CL:0000974: + text: CL:0000974 + description: A fully differentiated plasma cell that lives for years, as opposed + to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, + CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, + surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. + The majority of these cells of this type reside in the bone marrow. + meaning: CL:0000974 + title: long lived plasma cell + CL:0000133: + text: CL:0000133 + description: Ectoderm destined to be nervous tissue. + meaning: CL:0000133 + title: neurectodermal cell + CL:0002468: + text: CL:0002468 + description: A myeloid suppressor cell that is Gr1-low and CD11c-positive. + meaning: CL:0002468 + title: Gr1-low myeloid suppressor cell + CL:0002177: + text: CL:0002177 + description: A supporting cell of the anterior pituitary gland involved in + trophic and catabolic processes; expresses a broad spectrum of cytokeratins + indicative of their epithelial nature. + meaning: CL:0002177 + title: folliculostellate cell of pars distalis of adenohypophysis + CL:4030050: + text: CL:4030050 + description: A medium spiny neuron that expresses both DRD1 and DRD2 and is + part of an extra-striosomal part of dorsal striatum. + meaning: CL:4030050 + title: D1/D2-hybrid medium spiny neuron + CL:0000300: + text: CL:0000300 + description: A mature sexual reproductive cell having a single set of unpaired + chromosomes. + meaning: CL:0000300 + title: gamete + CL:2000092: + text: CL:2000092 + description: Any keratinocyte that is part of a hair follicle. + meaning: CL:2000092 + title: hair follicular keratinocyte + CL:4033061: + text: CL:4033061 + description: An endothelial cell that is part of a central vein of liver. + meaning: CL:4033061 + title: endothelial cell of central vein of liver + CL:0000656: + text: CL:0000656 + description: A diploid cell that has derived from a spermatogonium and can + subsequently begin meiosis and divide into two haploid secondary spermatocytes. + meaning: CL:0000656 + title: primary spermatocyte + CL:0000150: + text: CL:0000150 + description: A specialized epithelial cell that is capable of synthesizing + and secreting certain biomolecules. + meaning: CL:0000150 + title: glandular epithelial cell + CL:0000549: + text: CL:0000549 + description: A nucleated immature erythrocyte, having cytoplasm generally + similar to that of the earlier proerythroblast but sometimes even more basophilic, + and usually regular in outline. The nucleus is still relatively large, but + the chromatin strands are thicker and more deeply staining, giving a coarser + appearance; the nucleoli have disappeared. This cell is CD71-positive and + lacks hematopoeitic lineage markers. + meaning: CL:0000549 + title: basophilic erythroblast + CL:0000902: + text: CL:0000902 + description: CD4-positive alpha-beta T cell with the phenotype CD25-positive, + CTLA-4-positive, and FoxP3-positive with regulatory function. + meaning: CL:0000902 + title: induced T-regulatory cell + CL:0000944: + text: CL:0000944 + description: A Be cell that facilitates development of T-helper 2 (Th2) phenotype + T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, + and interleukin-6. + meaning: CL:0000944 + title: Be2 cell + CL:0002544: + text: CL:0002544 + description: An arterial endothelial cell that is part of the aorta endothelium. + meaning: CL:0002544 + title: aortic endothelial cell + CL:0000833: + text: CL:0000833 + description: A promyelocyte committed to the eosinophil lineage. + meaning: CL:0000833 + title: eosinophilic promyelocyte + CL:4023122: + text: CL:4023122 + description: An interneuron located in the cerebral cortex that expresses + the oxytocin receptor. These interneurons also express somatostatin. + meaning: CL:4023122 + title: oxytocin receptor sst GABAergic cortical interneuron + CL:0000158: + text: CL:0000158 + description: A non-mucous, epithelial secretory cell that is part of the tracheobronchial + tree. A club cell has short microvilli but no cilia. A club cell is able + to multiply and differentiate into ciliated cells to regenerate the bronchiolar + epithelium and it also protects the tracheobronchial epithelium. + meaning: CL:0000158 + title: club cell + CL:0003043: + text: CL:0003043 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with dense dendritic arbor. + meaning: CL:0003043 + title: M10 retinal ganglion cell + CL:0002613: + text: CL:0002613 + description: A neuron of the striatum. + meaning: CL:0002613 + title: striatum neuron + CL:0008003: + text: CL:0008003 + description: A myotube that is part of some somatic muscle. Examples include + arthropod somatic muscle cells. + meaning: CL:0008003 + title: somatic muscle myotube + CL:4023061: + text: CL:4023061 + description: A neuron that has its soma located in CA4 of the hippocampus. + meaning: CL:4023061 + title: hippocampal CA4 neuron + CL:0002227: + text: CL:0002227 + description: A secondary fiber cell that contains a nucleus. + meaning: CL:0002227 + title: nucleated secondary lens fiber + CL:1000449: + text: CL:1000449 + description: An epithelial cell that is part of the nephron. + meaning: CL:1000449 + title: epithelial cell of nephron + CL:0009002: + text: CL:0009002 + description: Any cell participating in the inflammatory response to a foreign + substance, e.g. neutrophil, macrophage. + meaning: CL:0009002 + title: inflammatory cell + CL:1000427: + text: CL:1000427 + description: A chromaffin cell that is part of the adrenal cortex. + meaning: CL:1000427 + title: adrenal cortex chromaffin cell + CL:0008020: + text: CL:0008020 + description: A skeletal muscle satellite cell that undergoes symmetric division + to produce two adult skeleltal muscle myoblasts. + meaning: CL:0008020 + title: skeletal muscle satellite myogenic cell + CL:0000546: + text: CL:0000546 + description: A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, + CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4. + meaning: CL:0000546 + title: T-helper 2 cell + CL:0000914: + text: CL:0000914 + description: An immature alpha-beta T-cell that express Egr2. These cells + give rise to T cells expressing NK markers. + meaning: CL:0000914 + title: immature NK T cell + CL:0001002: + text: CL:0001002 + description: Mature CD8_alpha-negative CD11b-negative dendritic cell is a + CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001002 + title: mature CD8_alpha-negative CD11b-negative dendritic cell + CL:0000159: + text: CL:0000159 + meaning: CL:0000159 + title: seromucus secreting cell + CL:0002385: + text: CL:0002385 + description: An oblong or round asexual spore formed from conidial chains. + meaning: CL:0002385 + title: blastoconidium + CL:0000928: + text: CL:0000928 + description: A type I NK T cell that has been recently activated, secretes + interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, + CD69-positive, and downregulated NK markers. + meaning: CL:0000928 + title: activated CD4-negative, CD8-negative type I NK T cell + CL:0001062: + text: CL:0001062 + description: A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, + CD45RO-negative, and CCR7-negative. + meaning: CL:0001062 + title: effector memory CD8-positive, alpha-beta T cell, terminally differentiated + CL:1001108: + text: CL:1001108 + description: An epithelial cell that is part of some loop of Henle thick ascending + limb segment located in the renal medulla. + meaning: CL:1001108 + title: kidney loop of Henle medullary thick ascending limb epithelial cell + CL:0002092: + text: CL:0002092 + description: A cell found in the bone marrow. This can include fibroblasts, + macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and + hematopoietic cells. + meaning: CL:0002092 + title: bone marrow cell + CL:2000018: + text: CL:2000018 + description: Any endothelial cell of artery that is part of a coronary artery. + meaning: CL:2000018 + title: endothelial cell of coronary artery + CL:0009089: + text: CL:0009089 + description: A pericyte cell that is part of a lung. + meaning: CL:0009089 + title: lung pericyte + CL:1001592: + text: CL:1001592 + description: Glandular cell of gallbladder epithelium. + meaning: CL:1001592 + title: gallbladder glandular cell + CL:0002590: + text: CL:0002590 + description: A vascular associated smooth muscle cell of the brain vasculature. + meaning: CL:0002590 + title: smooth muscle cell of the brain vasculature + CL:0000113: + text: CL:0000113 + description: A vertebrate phagocyte with a single nucleus. + meaning: CL:0000113 + title: mononuclear phagocyte + CL:0000203: + text: CL:0000203 + description: Any neuronal receptor cell that is capable of some detection + of mechanical stimulus involved in sensory perception of gravity. + meaning: CL:0000203 + title: gravity sensitive cell + CL:0002563: + text: CL:0002563 + description: An epithelial cell of the intestine. + meaning: CL:0002563 + title: intestinal epithelial cell + CL:0002403: + text: CL:0002403 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, + CD8-negative and CD24-negative. This cell-type is found in the fetal thymus. + meaning: CL:0002403 + title: mature Vgamma2-positive fetal thymocyte + CL:0002611: + text: CL:0002611 + description: A CNS neuron of the dorsal spinal cord. + meaning: CL:0002611 + title: neuron of the dorsal spinal cord + CL:4030008: + text: CL:4030008 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the pronephros. + meaning: CL:4030008 + title: pronephric podocyte + CL:0009091: + text: CL:0009091 + description: A stem cell found in the interstitial compartment of the neonatal + testis; it is capable of self-renewal as well as differentiation into steroidogenic + cells (adult Leydig cells). Intermediate stages of development include progenitor + Leydig cells and immature Leydig cells. + meaning: CL:0009091 + title: Leydig stem cell + CL:0000806: + text: CL:0000806 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-positive, and CD25-positive. + meaning: CL:0000806 + title: DN2 thymocyte + CL:4023076: + text: CL:4023076 + description: An interneuron that has Martinotti morphology. These interneurons + are scattered throughout various layers of the cerebral cortex, sending + their axons up to the cortical layer I where they form axonal arborization. + meaning: CL:4023076 + title: Martinotti neuron + CL:0000392: + text: CL:0000392 + description: A hemocyte that synthesizes and secretes melanins as part of + the antimicrobial immune response. It is characterized morphologically by + crystal inclusions of phenoloxidases in its cytoplasm, hence its name. + meaning: CL:0000392 + title: crystal cell + CL:4023187: + text: CL:4023187 + description: A neuron with a small cell body that is located in a koniocellular + layer of the lateral geniculate nucleus (LGN). + meaning: CL:4023187 + title: koniocellular cell + CL:0000874: + text: CL:0000874 + description: A splenic macrophage found in the red-pulp of the spleen, and + involved in immune responses to blood-borne pathogens and in the clearance + of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, + MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low. + meaning: CL:0000874 + title: splenic red pulp macrophage + CL:1000435: + text: CL:1000435 + description: An epithelial cell that is part of the lacrimal drainage system. + meaning: CL:1000435 + title: epithelial cell of lacrimal drainage system + CL:1000717: + text: CL:1000717 + description: Intercalated cell that is part of some outer medullary collecting + duct. It is known in some mammalian species that this cell may contribute + in the maintenance of acid/base homeostasis. + meaning: CL:1000717 + title: kidney outer medulla collecting duct intercalated cell + CL:0000239: + text: CL:0000239 + description: An epithelial cell characterized by the presence of a brush border + on its apical surface, which increases the surface area for absorption. + meaning: CL:0000239 + title: brush border epithelial cell + CL:0000511: + text: CL:0000511 + description: A peptide hormone secreting cell that secretes androgen binding + protein. + meaning: CL:0000511 + title: androgen binding protein secreting cell + CL:4030039: + text: CL:4030039 + description: An extratelencephalic-projecting glutamatergic cortical neuron + that is morphologically-defined with a large, spindle-shaped cell body, + thick bipolar dendrites with limited branching and a moderate density of + spines, and often an axon initial segment that emanates from the side of + the cell body. This cell type is associated with markers POU3F, BMP3 and + ITGA4. + meaning: CL:4030039 + title: von Economo neuron + CL:0000550: + text: CL:0000550 + description: A nucleated, immature erythrocyte in which the nucleus occupies + a relatively smaller part of the cell than in its precursor, the basophilic + erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus + is no longer a purely basophilic, but takes on acidophilic aspects, which + becomes progressively more marked as the cell matures. The chromatin of + the nucleus is arranged in coarse, deeply staining clumps. This cell is + CD71-positive and lacks hematopoeitic lineage markers. + meaning: CL:0000550 + title: polychromatophilic erythroblast + CL:0000525: + text: CL:0000525 + description: A cell from the outer syncytial layer of the trophoblast of an + early mammalian embryo, directly associated with the maternal blood supply. + It secretes hCG in order to maintain progesterone secretion and sustain + a pregnancy. + meaning: CL:0000525 + title: syncytiotrophoblast cell + CL:0019003: + text: CL:0019003 + description: Any goblet cell that is part of the tracheobronchial epithelium. + meaning: CL:0019003 + title: tracheobronchial goblet cell + CL:0000438: + text: CL:0000438 + description: A peptide hormone secreting cell pituitary that produces luteinizing + hormone. + meaning: CL:0000438 + title: luteinizing hormone secreting cell + CL:0000052: + text: CL:0000052 + description: A stem cell from which all cells of the body can form. + meaning: CL:0000052 + title: totipotent stem cell + CL:0000981: + text: CL:0000981 + description: A memory B cell with the phenotype IgD-negative and CD27-negative. + meaning: CL:0000981 + title: double negative memory B cell + CL:4023066: + text: CL:4023066 + description: A pyramidal neuron which has an apical tree which is oriented + parallel to the pia. This is unlike typical pyramidal neurons which have + its apical dendrite aligned vertically. + meaning: CL:4023066 + title: horizontal pyramidal neuron + CL:0011101: + text: CL:0011101 + description: Cells of the uterine chorion that acquire specialized structural + and/or functional features that characterize chorionic trophoblasts. These + cells will migrate towards the spongiotrophoblast layer and give rise to + syncytiotrophoblasts of the labyrinthine layer. + meaning: CL:0011101 + title: chorionic trophoblast cell + CL:4033031: + text: CL:4033031 + description: An ON diffuse bipolar cell that predominantly connects to ON + parasol cells and lateral amacrine cells. + meaning: CL:4033031 + title: diffuse bipolar 4 cell + CL:0000151: + text: CL:0000151 + description: A cell that specializes in controlled release of one or more + substances. + meaning: CL:0000151 + title: secretory cell + CL:1000374: + text: CL:1000374 + description: A transitional myocyte that is part of the posterior division + of left branch of atrioventricular bundle. + meaning: CL:1000374 + title: transitional myocyte of posterior division of left branch of atrioventricular + bundle + CL:0000542: + text: CL:0000542 + description: A lymphocyte is a leukocyte commonly found in the blood and lymph + that has the characteristics of a large nucleus, a neutral staining cytoplasm, + and prominent heterochromatin. + meaning: CL:0000542 + title: lymphocyte + CL:4030011: + text: CL:4030011 + description: A brush border cell that is part of segment 3 (S3) of the proximal + tubule epithelium, which extends from the medullary rays of the renal cortex + into the outer medulla. + meaning: CL:4030011 + title: epithelial cell of proximal tubule segment 3 + CL:0000540: + text: CL:0000540 + description: The basic cellular unit of nervous tissue. Each neuron consists + of a body, an axon, and dendrites. Their purpose is to receive, conduct, + and transmit impulses in the nervous system. + meaning: CL:0000540 + title: neuron + CL:0000580: + text: CL:0000580 + description: A neutrophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte; + in this stage, production of primary granules is complete and neutrophil-specific + granules has started. No nucleolus is present. This cell type is CD13-positive, + CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, + CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, + myeloperoxidase-positive and NGAL-positive. + meaning: CL:0000580 + title: neutrophilic myelocyte + CL:0001009: + text: CL:0001009 + description: Immature dermal dendritic cell is a dermal dendritic cell that + is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001009 + title: immature dermal dendritic cell + CL:0000588: + text: CL:0000588 + description: A specialized osteoclast associated with the absorption and removal + of cementum. + meaning: CL:0000588 + title: odontoclast + CL:0011014: + text: CL:0011014 + description: A sperm cell that is not cabaple of motion (motility). + meaning: CL:0011014 + title: non-motile sperm cell + CL:4033042: + text: CL:4033042 + description: An alveolar macrophage that expresses metallothionein. + meaning: CL:4033042 + title: metallothionein-positive alveolar macrophage + CL:0000816: + text: CL:0000816 + description: An immature B cell is a B cell that has the phenotype surface + IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin + class switching or peripheral encounter with antigen and activation. + meaning: CL:0000816 + title: immature B cell + CL:0000558: + text: CL:0000558 + description: An immature erythrocyte that changes the protein composition + of its plasma membrane by exosome formation and extrusion. The types of + protein removed differ between species though removal of the transferrin + receptor is apparent in mammals and birds. + meaning: CL:0000558 + title: reticulocyte + CL:0000778: + text: CL:0000778 + description: A specialized mononuclear osteoclast associated with the absorption + and removal of bone, precursor of multinuclear osteoclasts. + meaning: CL:0000778 + title: mononuclear osteoclast + CL:0000500: + text: CL:0000500 + description: An epithelial somatic cell associated with a maturing oocyte. + meaning: CL:0000500 + title: follicular epithelial cell + CL:0009030: + text: CL:0009030 + description: An intestinal enteroendocrine cell that is located in a vermiform + appendix. + meaning: CL:0009030 + title: enteroendocrine cell of appendix + CL:0008017: + text: CL:0008017 + description: A skeletal muscle myoblast that is part of a skeletal mucle. These + cells are formed following acivation and division of skeletal muscle satellite + cells. They form a transient population that is lost when they fuse to form + skeletal muscle fibers. + meaning: CL:0008017 + title: adult skeletal muscle myoblast + CL:4023159: + text: CL:4023159 + description: An interneuron that has double bouquet morphology. + meaning: CL:4023159 + title: double bouquet cell + CL:0002504: + text: CL:0002504 + description: A smooth muscle cell of the intestine. + meaning: CL:0002504 + title: enteric smooth muscle cell + CL:0000690: + text: CL:0000690 + meaning: CL:0000690 + title: R2 photoreceptor cell + CL:0002317: + text: CL:0002317 + description: An external limiting cell found in the vestibular epithelium. + meaning: CL:0002317 + title: external limiting cell of vestibular epithelium + CL:2000079: + text: CL:2000079 + description: Any mesenchymal stem cell of the bone marrow that is part of + a femur. + meaning: CL:2000079 + title: mesenchymal stem cell of femoral bone marrow + CL:4023120: + text: CL:4023120 + description: An auditory hair cell found in the cochlea. + meaning: CL:4023120 + title: cochlea auditory hair cell + CL:0002629: + text: CL:0002629 + description: A mature microglial cell that has changed shape to an amoeboid + morphology and is capable of cytokine production and antigen presentation. + meaning: CL:0002629 + title: mature microglial cell + CL:0017009: + text: CL:0017009 + description: A human dendritic cell that expresses the AXL and SIGLEC6 genes. + meaning: CL:0017009 + title: Axl+ dendritic cell, human + CL:0000573: + text: CL:0000573 + description: One of the two photoreceptor cell types in the vertebrate retina. + In cones the photopigment is in invaginations of the cell membrane of the + outer segment. Cones are less sensitive to light than rods, but they provide + vision with higher spatial and temporal acuity, and the combination of signals + from cones with different pigments allows color vision. + meaning: CL:0000573 + title: retinal cone cell + CL:1000313: + text: CL:1000313 + description: A goblet cell that is part of the epithelium of stomach. + meaning: CL:1000313 + title: gastric goblet cell + CL:0002253: + text: CL:0002253 + description: An epithelial cell of the large intestine. + meaning: CL:0002253 + title: epithelial cell of large intestine + CL:0019029: + text: CL:0019029 + description: Any hepatocyte that is part of the liver lobule centrilobular + region. These cells are the primary location for the biotransformation of + drugs. + meaning: CL:0019029 + title: centrilobular region hepatocyte + CL:0000648: + text: CL:0000648 + description: A smooth muscle cell that synthesizes, stores, and secretes the + enzyme renin. This cell type are located in the wall of the afferent arteriole + at the entrance to the glomerulus. While having a different origin than + other kidney smooth muscle cells, this cell type expresses smooth muscle + actin upon maturation. + meaning: CL:0000648 + title: kidney granular cell + CL:0000870: + text: CL:0000870 + description: A gut-associated lymphoid tissue macrophage found in the Peyer's + patches. + meaning: CL:0000870 + title: Peyer's patch macrophage + CL:1000236: + text: CL:1000236 + description: Any glial cell that is part of some posterior lateral line nerve. + meaning: CL:1000236 + title: posterior lateral line nerve glial cell + CL:0001069: + text: CL:0001069 + description: An innate lymphoid cell that is capable of producing T-helper + 2-cell associated cytokines upon stimulation. + meaning: CL:0001069 + title: group 2 innate lymphoid cell + CL:0002084: + text: CL:0002084 + description: A Boettcher cell is a polyhedral cells on the basilar membrane + of the cochlea, and is located beneath Claudius cells. A Boettcher cell + is considered a supporting cell for the organ of Corti, and is present only + in the lower turn of the cochlea. These cells interweave with each other, + and project microvilli into the intercellular space. Because of their structural + specialization, a Boettcher cell is believed to play a significant role + in the function of the cochlea. They demonstrate high levels of calmodulin, + and may be involved in mediating Ca(2+) regulation and ion transport. + meaning: CL:0002084 + title: Boettcher cell + CL:1000367: + text: CL:1000367 + description: A transitional myocyte that is part of the posterior internodal + tract. + meaning: CL:1000367 + title: transitional myocyte of posterior internodal tract + CL:4029001: + text: CL:4029001 + description: A cell that supports the development of a gamete by providing + it cytoplasmic material (including entire organelles) by direct cross-membrane + channels (del Pino, 2021). + meaning: CL:4029001 + title: gamete-nursing cell + CL:4033000: + text: CL:4033000 + description: A(n) endothelial cell that is part of a(n) venule of lymph node. + meaning: CL:4033000 + title: endothelial cell of venule of lymph node + CL:0002658: + text: CL:0002658 + description: A glandular epithelial cell of the large intestine. + meaning: CL:0002658 + title: glandular cell of the large intestine + CL:0000565: + text: CL:0000565 + description: A cell found in fat bodies whose primary function is intermediary + metabolism. + meaning: CL:0000565 + title: fat body cell + CL:0001033: + text: CL:0001033 + description: Granule cell with a soma found in the hippocampus. + meaning: CL:0001033 + title: hippocampal granule cell + CL:0000479: + text: CL:0000479 + description: A peptide hormone secreting cell that secretes vasopressin stimulating + hormone + meaning: CL:0000479 + title: vasopressin stimulating hormone secreting cell + CL:0002508: + text: CL:0002508 + description: A dermal dendritic cell isolated from skin draining lymph nodes + that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative. + meaning: CL:0002508 + title: langerin-negative, CD103-negative lymph node dendritic cell + CL:0000141: + text: CL:0000141 + description: An osteocytelike cell with numerous processes, trapped in a lacuna + in the cement of the tooth. + meaning: CL:0000141 + title: cementocyte + CL:0002592: + text: CL:0002592 + description: A smooth muscle cell of the coronary artery. + meaning: CL:0002592 + title: smooth muscle cell of the coronary artery + CL:1001131: + text: CL:1001131 + description: A cell that is part of some vasa recta ascending limb. + meaning: CL:1001131 + title: vasa recta ascending limb cell + CL:0000849: + text: CL:0000849 + description: An olfactory receptor cell with short cilia growing in an invagination + bordered by microvilli. + meaning: CL:0000849 + title: crypt olfactory receptor neuron + CL:0009109: + text: CL:0009109 + description: A lymphatic endothelial cell located in a lymph node trabecula. + meaning: CL:0009109 + title: lymphatic endothelial cell of trabecula + CL:4030023: + text: CL:4030023 + description: A hillock cell that is located in respiratory epithelium. In + some mammalian species, this cell type has been noted to express KRT13 and + KRT4 and is postulated to play a role in squamous barrier function and immunomodulation. + meaning: CL:4030023 + title: respiratory hillock cell + CL:0004247: + text: CL:0004247 + description: A neuron that stratifies dendrites at two and only two locations. + meaning: CL:0004247 + title: bistratified cell + CL:0000091: + text: CL:0000091 + description: A tissue-resident macrophage of the reticuloendothelial system + found on the luminal surface of the hepatic sinusoids involved in erythrocyte + clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, + CD163/SRCR-positive. Irregular, with long processes including lamellipodia + extending into the sinusoid lumen, have flattened nucleus with cytoplasm + containing characteristic invaginations of the plasma membrane (vermiform + bodies); lie within the sinusoid lumen attached to the endothelial surface; + derived from the bone marrow, form a major part of the body's mononuclear + phagocyte system. + meaning: CL:0000091 + title: Kupffer cell + CL:0000122: + text: CL:0000122 + description: A neuron that has dendritic processes radiating from the cell + body forming a star-like shape. + meaning: CL:0000122 + title: stellate neuron + CL:0000741: + text: CL:0000741 + description: A motor neuron that is located in the cervical region of the + spinal cord and selectively innervates the sternocleidmastoid or trapezius + muscle. Unlike other motor neurons, they extend axons dorsally along lateral + margins of the spinal cord. + meaning: CL:0000741 + title: spinal accessory motor neuron + CL:1001005: + text: CL:1001005 + description: Any kidney capillary endothelial cell that is part of some glomerular + capillary endothelium. + meaning: CL:1001005 + title: glomerular capillary endothelial cell + CL:0001023: + text: CL:0001023 + description: A common myeloid progenitor that is Kit-positive and CD34-positive, + Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low. + meaning: CL:0001023 + title: Kit-positive, CD34-positive common myeloid progenitor + CL:0000065: + text: CL:0000065 + description: A neurectoderm derived cell that lines the neural lumen. + meaning: CL:0000065 + title: ependymal cell + CL:2000089: + text: CL:2000089 + description: A granule cell that has soma location in the dentate gyrus cell + layer of the hippocampal formation and has an elliptical cell body and characteristic + cone-shaped tree of spiny apical dendrites. The branches extend throughout + the molecular layer and the distal tips of the dendritic tree end just at + the hippocampal fissure or at the ventricular surface. The dentate gyrus + granule cell is the principal cell type of the dentate gyrus. + meaning: CL:2000089 + title: dentate gyrus granule cell + CL:1000505: + text: CL:1000505 + description: A cell that is part of a renal pelvis. + meaning: CL:1000505 + title: kidney pelvis cell + CL:0002178: + text: CL:0002178 + description: An epithelial cell found in the lining of the stomach. + meaning: CL:0002178 + title: epithelial cell of stomach + CL:0003008: + text: CL:0003008 + description: A mono-stratified retinal ganglion cell that has a medium dendritic + field and a medium dendritic arbor with post sympatic terminals in sublaminar + layer S2. + meaning: CL:0003008 + title: G5 retinal ganglion cell + CL:0002209: + text: CL:0002209 + description: An epithelial cell present in the trachea and bronchi; columnar + in shape; generally lack cilia; immature forms of ciliated or secretory + cells which have been formed from stem cells. + meaning: CL:0002209 + title: intermediate epitheliocyte + CL:4023006: + text: CL:4023006 + description: A nuclear bag fiber that is sensitive only changes in muscle + length but not the rate of that change. + meaning: CL:4023006 + title: static nuclear bag fiber + CL:0000754: + text: CL:0000754 + description: 'An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The dendritic tree is not well filled and the dendrites + are more delicate than in type 1 cells. The axon terminal is bushier and + exhibits a dense plexus of varicosities in the inner part of sublamina 1 + (Ghosh et al., 2004). It can be differentiated from other retinal bipolar + neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, + 2016).' + meaning: CL:0000754 + title: type 2 cone bipolar cell (sensu Mus) + CL:0000841: + text: CL:0000841 + description: A mature cell of the conventional dendritic cell lineage, characterized + by a high capacity for antigen presentation and typically found in a lymph + node. + meaning: CL:0000841 + title: mature conventional dendritic cell + CL:0000175: + text: CL:0000175 + description: A progesterone secreting cell in the corpus luteum. The large + luteal cells develop from the granulosa cells. The small luteal cells develop + from the theca cells. + meaning: CL:0000175 + title: luteal cell + CL:0004120: + text: CL:0004120 + description: A retinal ganglion A cell found in the retina with large somata, + often polygonal in shape. The dendritic fields consist of three to seven + stout dendrites that are sparce near soma. Dendrites terminate in S4. + meaning: CL:0004120 + title: retinal ganglion cell A1 + CL:0002424: + text: CL:0002424 + description: A DN2 thymocyte that is Kit-low. + meaning: CL:0002424 + title: DN2b thymocyte + CL:0000865: + text: CL:0000865 + description: A gut-associated lymphoid tissue macrophage found in lamina propria + of the gut. + meaning: CL:0000865 + title: gastrointestinal tract (lamina propria) macrophage + CL:1000600: + text: CL:1000600 + description: Any cell that is part of some lower urinary tract. + meaning: CL:1000600 + title: lower urinary tract cell + CL:1000321: + text: CL:1000321 + description: A goblet cell that is part of the epithelium of crypt of Lieberkuhn + of large intestine. + meaning: CL:1000321 + title: large intestine crypt goblet cell + CL:0002063: + text: CL:0002063 + description: A pulmonary alveolar epithelial cell that modulates the fluid + surrounding the alveolar epithelium by secreting and recycling surfactants. + This cell type also contributes to tissue repair and can differentiate after + injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker + than squamous alveolar cells, have a rounded apical surface that projects + above the level of surrounding epithelium. The free surface is covered by + short microvilli. + meaning: CL:0002063 + title: pulmonary alveolar type 2 cell + CL:4023097: + text: CL:4023097 + description: A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid + barrier cells make up the tight-junctioned layer in the leptomeninx that + functions as the physiologic barrier between the cerebrospinal fluid in + the subarachnoid space and the fenestrated capillaries in the dura. + meaning: CL:4023097 + title: arachnoid barrier cell + CL:0002198: + text: CL:0002198 + description: A large epithelial cell with an extremely acidophilic and granular + cytoplasm, containing vast numbers of mitochondria; such cells may undergo + neoplastic transformation. From the Greek word onkos meaning swelling, this + cell type is found in parathyroid, salivary and thyroid glands. + meaning: CL:0002198 + title: oncocyte + CL:4030007: + text: CL:4030007 + description: An epithelial ciliated cell that is part of the fallopian tube. + This cell type is found mainly on the apex of the mucosal folds and contributes, + together with peristaltic contractions, to the self-propulsion of spermatozoa, + the transport of ovum during ovulation and the transport of the fertilized + ovum to the intramural fallopian tube. A fallopian tube ciliated cell has + a columnar shape and contains an oval or round nucleus, often located perpendicular + or parallel to the long axis of the cell. + meaning: CL:4030007 + title: fallopian tube ciliated cell + CL:4023161: + text: CL:4023161 + description: An excitatory glutamatergic interneuron found in the granular + layer of the cerebellar cortex and also in the granule cell domain of the + cochlear nucleus. Unipolar brush cells have a round or oval cell body with + usually a single short dendrite that ends in a brush-like tuft of short + dendrites unique to them known as dendrioles. + meaning: CL:4023161 + title: unipolar brush cell + CL:0000218: + text: CL:0000218 + description: A neuroglial cell of the peripheral nervous system which forms + the insulating myelin sheaths of peripheral axons. + meaning: CL:0000218 + title: myelinating Schwann cell + CL:0000021: + text: CL:0000021 + description: Female germ cell is a germ cell that supports female gamete production. + meaning: CL:0000021 + title: female germ cell + CL:0000064: + text: CL:0000064 + description: A cell that has a filiform extrusion of the cell surface. + meaning: CL:0000064 + title: ciliated cell + CL:1000352: + text: CL:1000352 + description: A basal cell that is part of the epithelium of bronchiole. + meaning: CL:1000352 + title: basal cell of epithelium of lobular bronchiole + CL:1000417: + text: CL:1000417 + description: A myoepithelial cell that is part of the sweat gland. + meaning: CL:1000417 + title: myoepithelial cell of sweat gland + CL:0000167: + text: CL:0000167 + description: Any secretory cell that is capable of some peptide hormone secretion. + meaning: CL:0000167 + title: peptide hormone secreting cell + CL:2000069: + text: CL:2000069 + description: Any fibroblast that is part of a gallbladder. + meaning: CL:2000069 + title: gallbladder fibroblast + CL:0002040: + text: CL:0002040 + description: A CD24-low, CD44-negative, NK1.1-negative NK T cell. + meaning: CL:0002040 + title: immature NK T cell stage II + CL:4030018: + text: CL:4030018 + description: A renal principal cell located in the connecting tubule. + meaning: CL:4030018 + title: kidney connecting tubule principal cell + CL:0004231: + text: CL:0004231 + description: A broadly stratifying amacrine cell with a small dendritic field + and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic + terminals in S2, S3, and S4. + meaning: CL:0004231 + title: recurving diffuse amacrine cell + CL:0000054: + text: CL:0000054 + meaning: CL:0000054 + title: bone matrix secreting cell + CL:0000532: + text: CL:0000532 + meaning: CL:0000532 + title: CAP motoneuron + CL:1000500: + text: CL:1000500 + description: A cell that is part of kidney interstitium. + meaning: CL:1000500 + title: kidney interstitial cell + CL:0000830: + text: CL:0000830 + description: A promyelocyte committed to the basophil lineage. + meaning: CL:0000830 + title: basophilic promyelocyte + CL:4023171: + text: CL:4023171 + description: A trigeminal neuron that is responsible for motor functions such + as biting and chewing. + meaning: CL:4023171 + title: trigeminal motor neuron + CL:0000114: + text: CL:0000114 + meaning: CL:0000114 + title: surface ectodermal cell + CL:0000622: + text: CL:0000622 + description: A secretory cell that is grouped together with other cells of + the same type to form grape shaped clusters known as acini (singular acinus). + meaning: CL:0000622 + title: acinar cell + CL:0002429: + text: CL:0002429 + description: A double-positive thymocyte that is CD69-positive and has begun + positive selection. + meaning: CL:0002429 + title: CD69-positive double-positive thymocyte + CL:0001067: + text: CL:0001067 + description: An innate lymphoid cell that is capable of producing the type + 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines. + meaning: CL:0001067 + title: group 1 innate lymphoid cell + CL:0002047: + text: CL:0002047 + description: A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive + and BP-1-negative. + meaning: CL:0002047 + title: fraction B precursor B cell + CL:0007013: + text: CL:0007013 + description: Odontoblast that is terminally differentiated and derived from + an odontogenic papilla and associated with dentine. + meaning: CL:0007013 + title: terminally differentiated odontoblast + CL:0002638: + text: CL:0002638 + description: A respiratory stem cell found at the junction of the terminal + (conductive) bronchiole and the respiratory bronchiole. This cell types + gives rise to alveolar cell types and club cells in response to lung injury. + This cell type expresses markers Scgb1a1 and Sftpc. + meaning: CL:0002638 + title: bronchioalveolar stem cell + CL:0000646: + text: CL:0000646 + description: Undifferentiated; mitotic stem cell for other epithelial cell + types; rounded or elliptical with little cytoplasm and few organelles; contain + cytokeratin intermediate filament. + meaning: CL:0000646 + title: basal cell + CL:1000484: + text: CL:1000484 + description: A Purkinje myocyte that is part of the atrioventricular bundle. + meaning: CL:1000484 + title: Purkinje myocyte of atrioventricular bundle + CL:1000892: + text: CL:1000892 + description: Any kidney blood vessel cell that is part of some kidney capillary. + meaning: CL:1000892 + title: kidney capillary endothelial cell + CL:0002172: + text: CL:0002172 + description: A long, spindle-shaped supporting cells arranged in parallel + rows that secretes components of the tectorial membrane and potassium ions + into the endolymph. + meaning: CL:0002172 + title: interdental cell of cochlea + CL:0000228: + text: CL:0000228 + description: A cell with more than one nucleus. + meaning: CL:0000228 + title: multinucleate cell + CL:0000174: + text: CL:0000174 + description: Any secretory cell that is capable of some steroid hormone secretion. + meaning: CL:0000174 + title: steroid hormone secreting cell + CL:0002212: + text: CL:0002212 + description: A fast muscle fiber cell that stores energy in the form of glycogen + and creatine phosphate. + meaning: CL:0002212 + title: type II muscle cell + CL:1000380: + text: CL:1000380 + description: A type I vestibular sensory cell that is part of the epithelium + of macula of saccule of membranous labyrinth. + meaning: CL:1000380 + title: type 1 vestibular sensory cell of epithelium of macula of saccule of + membranous labyrinth + CL:1000438: + text: CL:1000438 + description: An epithelial cell that is part of the wall of inferior part + of anal canal. + meaning: CL:1000438 + title: epithelial cell of wall of inferior part of anal canal + CL:4023094: + text: CL:4023094 + description: A pyramidal neuron which has a distinctive tuft formation, distal + from the soma. + meaning: CL:4023094 + title: tufted pyramidal neuron + CL:0002066: + text: CL:0002066 + description: A neuroendocrine cell found in the epithelium of the lungs and + respiratory tract. This cell type is rounded or elliptical in shape, situated + mainly in the basal part of the epithelium; regulates bronchial secretion, + smooth muscle contraction, lobular growth, ciliary activity and chemoreception. + Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles + with a clear halo between the core and the limiting membrane. + meaning: CL:0002066 + title: Feyrter cell + CL:0009084: + text: CL:0009084 + description: An epithelial cell that is part of an endometrial gland. + meaning: CL:0009084 + title: epithelial cell of endometrial gland + CL:2000023: + text: CL:2000023 + description: Any interneuron that is part of a spinal cord ventral column. + meaning: CL:2000023 + title: spinal cord ventral column interneuron + CL:0004229: + text: CL:0004229 + description: A bistratified amacrine cell with a small dendritic field that + has dendrite stratification in S2, and in S3 and S4. + meaning: CL:0004229 + title: A2-like amacrine cell + CL:0002676: + text: CL:0002676 + description: A neuroblast derived from a neural crest cell. + meaning: CL:0002676 + title: neural crest derived neuroblast + CL:0002091: + text: CL:0002091 + description: A small cell formed by the first meiotic division of oocytes. + meaning: CL:0002091 + title: primary polar body + CL:0001064: + text: CL:0001064 + description: A neoplastic cell that is capable of entering a surrounding tissue + meaning: CL:0001064 + title: malignant cell + CL:0000615: + text: CL:0000615 + description: A thick walled spore containing one or more haploid nuclei produced + by sexual reproduction in an Basidiomycete; formed externally on extrusions + of the basidium. + meaning: CL:0000615 + title: basidiospore + CL:0005007: + text: CL:0005007 + description: Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact + the central canal of the spinal cord and have ipsilateral ascending axons. + meaning: CL:0005007 + title: Kolmer-Agduhr neuron + CL:0001012: + text: CL:0001012 + meaning: CL:0001012 + title: CD7-negative lymphoid progenitor OR granulocyte monocyte progenitor + CL:1000346: + text: CL:1000346 + description: An enterocyte that is part of the epithelium proper of large + intestine. + meaning: CL:1000346 + title: enterocyte of epithelium proper of large intestine + CL:0000061: + text: CL:0000061 + description: Skeletogenic cell that produces cementum (a bony substance that + covers the root of a tooth), is part of the odontogenic papilla, and develops + from a precementoblast cell. + meaning: CL:0000061 + title: cementoblast + CL:0000687: + text: CL:0000687 + meaning: CL:0000687 + title: R1 photoreceptor cell + CL:0000148: + text: CL:0000148 + description: A pigment cell derived from the neural crest. Contains melanin-filled + pigment granules, which gives a brown to black appearance. + meaning: CL:0000148 + title: melanocyte + CL:1000370: + text: CL:1000370 + description: A transitional myocyte that is part of the left branch of atrioventricular + bundle. + meaning: CL:1000370 + title: transitional myocyte of left branch of atrioventricular bundle + CL:0002372: + text: CL:0002372 + description: A transversely striated, synctial muscle cell, formed by the + fusion of myoblasts. + meaning: CL:0002372 + title: myotube + CL:0000430: + text: CL:0000430 + description: A pigment cell derived from the neural crest. Contains cartenoid + pigments in structures called pterinosomes or xanthosomes. This gives an + appearance ranging from a golden yellow to orange and red. + meaning: CL:0000430 + title: xanthophore cell + CL:0009026: + text: CL:0009026 + description: An enterocyte that is a part of a vermiform appendix. + meaning: CL:0009026 + title: enterocyte of appendix + CL:1001569: + text: CL:1001569 + description: An interneuron with a soma found in the hippocampus. + meaning: CL:1001569 + title: hippocampal interneuron + CL:0002386: + text: CL:0002386 + description: A macroconidium that has more than one nucleus. + meaning: CL:0002386 + title: multinucleate macroconidium + CL:0002299: + text: CL:0002299 + description: An epithelial cell scattered in the cortex, predominant in the + outer cortex with a large pale nucleus and a prominent nucleolus. + meaning: CL:0002299 + title: type-2 epithelial cell of thymus + CL:0000383: + text: CL:0000383 + meaning: CL:0000383 + title: nephrogenic mesenchyme stem cell + CL:0002127: + text: CL:0002127 + description: A T cell with a receptor of limited diversity that is capable + of immediate effector functions upon stimulation. + meaning: CL:0002127 + title: innate effector T cell + CL:0003044: + text: CL:0003044 + description: A bistratified ganglion cell with small, dense dendritic fields + that terminate in S1 and S3. + meaning: CL:0003044 + title: M11 retinal ganglion cell + CL:1000444: + text: CL:1000444 + description: A mesothelial cell that is part of the anterior chamber of eyeball. + meaning: CL:1000444 + title: mesothelial cell of anterior chamber of eye + CL:0002195: + text: CL:0002195 + description: A stem cell that can give rise to the cells of the liver. The + term usually refers to the self-renewing pool of hepatocyte precursors in + the adult liver (differently from 'hepatoblast', often used for fetal precursors + of hepatocytes). + meaning: CL:0002195 + title: hepatic stem cell + CL:0003050: + text: CL:0003050 + description: A cone cell that detects short wavelength light. Exact peak of + spectra detected differs between species. In humans, spectra peaks at 420-440 + nm. + meaning: CL:0003050 + title: S cone cell + CL:0000873: + text: CL:0000873 + description: A splenic macrophage found in the areas surrounding the white + pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, + Dectin2-low, sialoadhesin-positive. + meaning: CL:0000873 + title: splenic metallophillic macrophage + CL:0002589: + text: CL:0002589 + description: A smooth muscle cell of the bachiocephalic vasculature. + meaning: CL:0002589 + title: smooth muscle cell of the brachiocephalic vasculature + CL:0009037: + text: CL:0009037 + description: A B lymphocyte that resides in the mantle zone of the lymph node + germinal center. These are generally IgM and IgD positive activated B cells + that form a 'corona' around the germinal center and are part of the establishment + of a secondary lymphatic follicule. + meaning: CL:0009037 + title: lymph node mantle zone B cell + CL:0005022: + text: CL:0005022 + description: Lymphatic progenitor cells, derived from the veins, that give + rise to lymphatic endothelial cells. + meaning: CL:0005022 + title: vascular lymphangioblast + CL:0002099: + text: CL:0002099 + description: A small, polyhedral, cell found in rounded groups or curved columns + with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid + droplets. This cell in the zona glomerulosa produces mineralocorticoids. + meaning: CL:0002099 + title: type I cell of adrenal cortex + CL:0002431: + text: CL:0002431 + description: A double-positive thymocyte that is undergoing positive selection, + has high expression of the alpha-beta T cell receptor, is CD69-positive, + and is in the process of down regulating the CD8 co-receptor. + meaning: CL:0002431 + title: CD4-positive, CD8-intermediate double-positive thymocyte + CL:0000242: + text: CL:0000242 + description: A modified epidermal cell located in the stratum basale. They + are found mostly in areas where sensory perception is acute. Merkel cells + are closely associated with an expanded terminal bulb of an afferent myelinated + nerve fiber. + meaning: CL:0000242 + title: Merkel cell + CL:0000829: + text: CL:0000829 + description: A myeloblast committed to the basophil lineage. + meaning: CL:0000829 + title: basophilic myeloblast + CL:0003047: + text: CL:0003047 + description: A bistratifed retinal ganglion cell that has small, symmetric + dendritic fields that terminate in S1 and S4-S5. + meaning: CL:0003047 + title: M14 retinal ganglion cell + CL:1000546: + text: CL:1000546 + description: An epithelial cell that is part of a renal medulla collecting + duct. + meaning: CL:1000546 + title: kidney medulla collecting duct epithelial cell + CL:0000464: + text: CL:0000464 + description: An epidermal progenitor cell that arises from neuroectoderm and + in turn gives rise to the epidermal sheath of ventral and cephalic regions. + meaning: CL:0000464 + title: epidermoblast + CL:0002413: + text: CL:0002413 + description: A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative. + meaning: CL:0002413 + title: mature Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:0002515: + text: CL:0002515 + description: An interrenal chromaffin cell found in teleosts that contain + heterogeneous vesicles with electron-dense granules located asymmetrically + within the vesicular membrane. + meaning: CL:0002515 + title: interrenal norepinephrine type cell + CL:0002492: + text: CL:0002492 + description: A polarized columnar cell that covesr the lateral surface of + the cochlear duct, secretes potassium ions and forms a continuous sheet + in contact with the endolymph; marginal cells form extensive interdigitations + with the basal and intermediate cells in the normal adult stria. + meaning: CL:0002492 + title: strial marginal cell + CL:0002073: + text: CL:0002073 + description: Specialized cardiac myocyte which is in the internodal tract + and atrioventricular node. The cell is more slender than ordinary atrial + myocytes and has more myofibrils than nodal myocytes. + meaning: CL:0002073 + title: transitional myocyte + CL:1000377: + text: CL:1000377 + description: A Feyrter cell that is part of the epithelium of trachea. + meaning: CL:1000377 + title: dense-core granulated cell of epithelium of trachea + CL:1000155: + text: CL:1000155 + description: A specialized epithelial secretory cell that moves chloride ions + and water across the tubule epithelium. + meaning: CL:1000155 + title: Malpighian tubule stellate cell + CL:0003036: + text: CL:0003036 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with medium dendritic arbor, and has dendrites in layers + 2 and 5. + meaning: CL:0003036 + title: M7 retinal ganglion cell + CL:1000742: + text: CL:1000742 + description: A mesangial cell located among the glomerular capillaries in + a renal corpuscle. + meaning: CL:1000742 + title: glomerular mesangial cell + CL:0001025: + text: CL:0001025 + description: A common lymphoid progenitor that is Kit-low, FLT3-positive, + IL7ralpha-positive, and SCA1-low. + meaning: CL:0001025 + title: Kit-positive, Sca1-positive common lymphoid progenitor + CL:0004183: + text: CL:0004183 + description: A monostratified retinal ganglion cell with medium soma, sparse + dendritic tree, and medium dendritic field. + meaning: CL:0004183 + title: retinal ganglion cell B3 + CL:1000288: + text: CL:1000288 + description: A muscle cell that is part of the atrial branch of anterior internodal + tract. + meaning: CL:1000288 + title: myocyte of atrial branch of anterior internodal tract + CL:0002510: + text: CL:0002510 + description: A langerin-positive lymph node dendritic cell that is CD103-negative + and CD11b-high. + meaning: CL:0002510 + title: CD103-negative, langerin-positive lymph node dendritic cell + CL:0002494: + text: CL:0002494 + description: A cell located in the heart, including both muscle and non muscle + cells. + meaning: CL:0002494 + title: cardiocyte + CL:2000070: + text: CL:2000070 + description: Any fibroblast that is part of a optic choroid. + meaning: CL:2000070 + title: optic choroid fibroblast + CL:0002131: + text: CL:0002131 + description: Regular cardiac myocyte of a cardiac ventricle. + meaning: CL:0002131 + title: regular ventricular cardiac myocyte + CL:0001073: + text: CL:0001073 + description: An innate lymphoid cell in the human with the phenotype CD34-negative, + CD56-positive, CD117-positive.Thie cell type may include precusors to NK + cells and ILC3 cells. + meaning: CL:0001073 + title: CD34-negative, CD56-positive, CD117-positive innate lymphoid cell, + human + CL:4023050: + text: CL:4023050 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in L6 of the primary motor cortex. These cells are short untufted + pyramidal cells, which could be stellate or inverted. + meaning: CL:4023050 + title: L6 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0002426: + text: CL:0002426 + description: A mature natural killer cell that is CD11b-positive and CD27-positive. + meaning: CL:0002426 + title: CD11b-positive, CD27-positive natural killer cell, mouse + CL:0002167: + text: CL:0002167 + description: A specialized cell involved in sensory perception of smell. + meaning: CL:0002167 + title: olfactory epithelial cell + CL:1000001: + text: CL:1000001 + description: Any neuron that has its soma located in some retrotrapezoid nucleus. + meaning: CL:1000001 + title: retrotrapezoid nucleus neuron + CL:0000604: + text: CL:0000604 + description: One of the two photoreceptor cell types of the vertebrate retina. + In rods the photopigment is in stacks of membranous disks separate from + the outer cell membrane. Rods are more sensitive to light than cones, but + rod mediated vision has less spatial and temporal resolution than cone vision. + meaning: CL:0000604 + title: retinal rod cell + CL:0009057: + text: CL:0009057 + description: A goblet cell that is located in the anorectum. + meaning: CL:0009057 + title: anorectum goblet cell + CL:0000702: + text: CL:0000702 + meaning: CL:0000702 + title: R5 photoreceptor cell + CL:0003037: + text: CL:0003037 + description: An M7 retinal ganglion cells with synaptic terminals in S4 and + is depolarized by illumination of its receptive field center. + meaning: CL:0003037 + title: M7-ON retinal ganglion cell + CL:4023107: + text: CL:4023107 + description: A neuron with soma location in the reticular formation with axons + that extend into the spinal cord such. Reticulospinal neuron activity can + lead to a variety of motor behaviors. + meaning: CL:4023107 + title: reticulospinal neuron + CL:0002057: + text: CL:0002057 + description: A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, + CD163-positive. + meaning: CL:0002057 + title: CD14-positive, CD16-negative classical monocyte + CL:4033032: + text: CL:4033032 + description: An ON diffuse bipolar cell that has a large dendritic field and + large axon terminals, which show little or no overlap. This cell predominantly + connects to narrow thorny ganglion cells. + meaning: CL:4033032 + title: diffuse bipolar 6 cell + CL:4033005: + text: CL:4033005 + description: A(n) serous secreting cell that is part of a(n) bronchus submucosal + gland. + meaning: CL:4033005 + title: serous secreting cell of bronchus submucosal gland + CL:0000917: + text: CL:0000917 + description: A CD8-positive, alpha-beta positive T cell that has the phenotype + T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and + is capable of producing interferon-gamma. + meaning: CL:0000917 + title: Tc1 cell + CL:0011013: + text: CL:0011013 + description: A sperm cell that is cabaple of motion (motility). + meaning: CL:0011013 + title: motile sperm cell + CL:0000821: + text: CL:0000821 + description: A B-1 B cell that has the phenotype CD5-negative, but having + other phenotypic attributes of a B-1 B cell. + meaning: CL:0000821 + title: B-1b B cell + CL:0000973: + text: CL:0000973 + description: A class switched memory B cell that expresses IgA. + meaning: CL:0000973 + title: IgA memory B cell + CL:0000671: + text: CL:0000671 + description: A follicle cell that migrates from the dorso-anterior part of + the oocyte associated follicular epithelium, in between the nurse cells + and the oocyte, and participates in the formation of the operculum. + meaning: CL:0000671 + title: centripetally migrating follicle cell + CL:1000359: + text: CL:1000359 + description: A M cell that is part of the epithelium proper of appendix. + meaning: CL:1000359 + title: microfold cell of epithelium proper of appendix + CL:1000320: + text: CL:1000320 + description: A goblet cell that is part of the epithelium of large intestine. + meaning: CL:1000320 + title: large intestine goblet cell + CL:0000657: + text: CL:0000657 + description: One of the two haploid cells into which a primary spermatocyte + divides, and which in turn gives origin to spermatids. + meaning: CL:0000657 + title: secondary spermatocyte + CL:0000705: + text: CL:0000705 + meaning: CL:0000705 + title: R6 photoreceptor cell + CL:0002601: + text: CL:0002601 + description: A smooth muscle cell of the uterus. + meaning: CL:0002601 + title: uterine smooth muscle cell + CL:0000598: + text: CL:0000598 + description: Pyramidal neurons have a pyramid-shaped soma with a single axon, + a large apical dendrite and multiple basal dendrites. The apex and an apical + dendrite typically point toward the pial surface and other dendrites and + an axon emerging from the base. The axons may have local collaterals but + also project outside their region. Pyramidal neurons are found in the cerebral + cortex, the hippocampus, and the amygdala. + meaning: CL:0000598 + title: pyramidal neuron + CL:0000327: + text: CL:0000327 + meaning: CL:0000327 + title: extracellular matrix secreting cell + CL:1000471: + text: CL:1000471 + description: A myoepithelial cell that is part of the secondary lactiferous + duct. + meaning: CL:1000471 + title: myoepithelial cell of secondary lactiferous duct + CL:1000310: + text: CL:1000310 + description: An adipocyte that is part of the epicardial fat of right ventricle. + meaning: CL:1000310 + title: adipocyte of epicardial fat of right ventricle + CL:4032000: + text: CL:4032000 + description: An epithelial cell of the urethra that has an expression profile + similar to lung club cells. Club-like cells of the urethra epithelium are + similar to lung club cells in their expression of SCGB1A1 and in their enrichment + of immunomodulatory programs. + meaning: CL:4032000 + title: club-like cell of the urethral epithelium + CL:0000016: + text: CL:0000016 + description: A stem cell that is the precursor of male gametes. + meaning: CL:0000016 + title: male germ line stem cell + CL:0002645: + text: CL:0002645 + description: An endocranial viscerocranial mucosa cell that is part of viscerocranial + mucosa. + meaning: CL:0002645 + title: endo-epithelial cell of pharyngotympanic part of viscerocranial mucosa + CL:0015000: + text: CL:0015000 + description: Motor neuron that innervate muscles that control eye, jaw, and + facial movements of the vertebrate head and parasympathetic neurons that + innervate certain glands and organs. + meaning: CL:0015000 + title: cranial motor neuron + CL:1001099: + text: CL:1001099 + description: Any endothelial cell that is part of some renal efferent arteriole. + meaning: CL:1001099 + title: kidney efferent arteriole endothelial cell + CL:2000029: + text: CL:2000029 + description: Any neuron that is part of a central nervous system. + meaning: CL:2000029 + title: central nervous system neuron + CL:0000733: + text: CL:0000733 + description: A plasmatocyte that derives from the larval lymph gland. + meaning: CL:0000733 + title: lymph gland plasmatocyte + CL:4033021: + text: CL:4033021 + description: A myoepithelial cell that is part of a submucosal gland of the + trachea. + meaning: CL:4033021 + title: myoepithelial cell of trachea gland + CL:0002462: + text: CL:0002462 + description: A F4/80-negative dendritic cell located in adipose tissue. + meaning: CL:0002462 + title: adipose dendritic cell + CL:0000596: + text: CL:0000596 + description: A spore formed following meiosis. Sometimes following meiosis, + prospores may undergo one or more rounds of mitosis before they are fully + mature. + meaning: CL:0000596 + title: sexual spore + CL:0009070: + text: CL:0009070 + description: A thymic epithelial cell located at the corticomedullary junction. + meaning: CL:0009070 + title: corticomedullary thymic epithelial cell + CL:2000054: + text: CL:2000054 + description: A large, granular, liver specific natural killer cell that adheres + to the endothelial cells of the hepatic sinusoid. + meaning: CL:2000054 + title: hepatic pit cell + CL:4030034: + text: CL:4030034 + description: A ciliated cell of the respiratory system. Ciliated cells are + present in airway epithelium. + meaning: CL:4030034 + title: respiratory ciliated cell + CL:0002033: + text: CL:0002033 + description: A hematopoietic stem cell capable of rapid replenishment of myeloerythroid + progenitors and limited self renewal capability. This cell is Kit-positive, + Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative. + meaning: CL:0002033 + title: short term hematopoietic stem cell + CL:0004119: + text: CL:0004119 + description: A retinal ganglion cell B that has medium body size, medium dendritic + field and dense dendritic arbor, and has post synaptic terminals in S2. + meaning: CL:0004119 + title: retinal ganglion cell B1 + CL:0000360: + text: CL:0000360 + description: A cell of the early embryo at the developmental stage in which + the blastomeres, resulting from repeated mitotic divisions of the fertilized + ovum (zygote), form a compact cell mass. + meaning: CL:0000360 + title: morula cell + CL:0000515: + text: CL:0000515 + description: A myoblast that differentiates into skeletal muscle fibers. + meaning: CL:0000515 + title: skeletal muscle myoblast + CL:2000056: + text: CL:2000056 + description: Any pyramidal cell that is part of a regional part of cerebral + cortex. + meaning: CL:2000056 + title: Meynert cell + CL:0007020: + text: CL:0007020 + description: Characteristic early embryonic cell with a bottle or flask shape + that is first to migrate inwards at the blastopore during gastrulation in + amphibians. + meaning: CL:0007020 + title: bottle cell + CL:0002018: + text: CL:0002018 + description: An erythroblast that is GlyA-positive and CD71-negative. + meaning: CL:0002018 + title: CD71-negative, GlyA-positive orthochromatic erythroblast + CL:2000081: + text: CL:2000081 + description: Any melanocyte of skin that is part of a skin of face. + meaning: CL:2000081 + title: melanocyte of skin of face + CL:4023068: + text: CL:4023068 + description: An excitatory neuron that has its soma located in the thalamic + complex. + meaning: CL:4023068 + title: thalamic excitatory neuron + CL:1001216: + text: CL:1001216 + description: Any endothelial cell that is part of some interlobular artery. + meaning: CL:1001216 + title: interlobulary artery endothelial cell + CL:0000000: + text: CL:0000000 + description: A material entity of anatomical origin (part of or deriving from + an organism) that has as its parts a maximally connected cell compartment + surrounded by a plasma membrane. + meaning: CL:0000000 + title: cell + CL:1000364: + text: CL:1000364 + description: A transitional myocyte that is part of the anterior internodal + tract. + meaning: CL:1000364 + title: transitional myocyte of anterior internodal tract + CL:0000238: + text: CL:0000238 + meaning: CL:0000238 + title: non keratinizing barrier epithelial cell + CL:0003040: + text: CL:0003040 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with medium dendritic arbor, and has dendrites in layers + 1 and 5. + meaning: CL:0003040 + title: M9 retinal ganglion cell + CL:0009023: + text: CL:0009023 + description: A T cell which resides in the Peyer's patch of the small intestine. + meaning: CL:0009023 + title: small intestine Peyer's patch T cell + CL:0000593: + text: CL:0000593 + description: A steroid hormone secreting cell that secretes androgen. + meaning: CL:0000593 + title: androgen secreting cell + CL:0002447: + text: CL:0002447 + description: A NK1.1-positive T cell that is CD94-negative. + meaning: CL:0002447 + title: CD94-negative natural killer cell, mouse + CL:1000411: + text: CL:1000411 + description: An endothelial cell that is part of the small intestine Peyer's + patch. + meaning: CL:1000411 + title: endothelial cell of Peyer's patch + CL:0000420: + text: CL:0000420 + meaning: CL:0000420 + title: syncytial epithelial cell + CL:1000375: + text: CL:1000375 + description: A myocardial endocrine cell that is part of the septal division + of left branch of atrioventricular bundle. + meaning: CL:1000375 + title: myocardial endocrine cell of septal division of left branch of atrioventricular + bundle + CL:0000834: + text: CL:0000834 + description: A progenitor cell of the neutrophil lineage. + meaning: CL:0000834 + title: neutrophil progenitor cell + CL:0000994: + text: CL:0000994 + description: Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative + plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low. + meaning: CL:0000994 + title: immature CD11c-negative plasmacytoid dendritic cell + CL:0002268: + text: CL:0002268 + description: An enteroendocrine cell that stores and secretes Ghrelin. + meaning: CL:0002268 + title: P/D1 enteroendocrine cell + CL:0000880: + text: CL:0000880 + description: A border associated macrophage found at the interface between + the blood and the cerebrospinal fluid in the brain. This central nervous + system macrophage has a star-like shaped body and expresses scavenger receptors. + meaning: CL:0000880 + title: choroid plexus macrophage + CL:0002168: + text: CL:0002168 + description: A border cell is a slender columnar cell on the medial portion + of the basilar membrane. + meaning: CL:0002168 + title: border cell of cochlea + CL:0002100: + text: CL:0002100 + description: A regular cardiac myocyte of the interventricular region of the + heart. + meaning: CL:0002100 + title: regular interventricular cardiac myocyte + CL:0000351: + text: CL:0000351 + description: A cell lining the outside of the blastocyst. After binding to + the endometrium, trophoblast cells develop into two distinct layers, an + inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous + multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early + fetal-maternal interface. + meaning: CL:0000351 + title: trophoblast cell + CL:0002271: + text: CL:0002271 + description: A type EC enteredocrine cell in the intestines that stores and + secretes substance P and 5-hydroxytryptamine. + meaning: CL:0002271 + title: type EC1 enteroendocrine cell + CL:0000896: + text: CL:0000896 + description: A recently activated CD4-positive, alpha-beta T cell with the + phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive. + meaning: CL:0000896 + title: activated CD4-positive, alpha-beta T cell + CL:0000095: + text: CL:0000095 + meaning: CL:0000095 + title: neuron associated cell + CL:0002208: + text: CL:0002208 + description: A brush cell found in the epithelium of bronchus. + meaning: CL:0002208 + title: brush cell of bronchus + CL:0004246: + text: CL:0004246 + description: A central nervous system neuron that stratifies at one and only + one location. + meaning: CL:0004246 + title: monostratified cell + CL:0002491: + text: CL:0002491 + description: A specialized cell involved in auditory sensory perception. + meaning: CL:0002491 + title: auditory epithelial cell + CL:0000508: + text: CL:0000508 + description: An endocrine cell found in the pyloric gland mucosa (antral mucosa) + of the stomach of mammals and responsible for the secretion of gastrin and + enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow + apex bearing long microvilli. + meaning: CL:0000508 + title: type G enteroendocrine cell + CL:0002660: + text: CL:0002660 + description: A luminal epithelial cell of mammary gland located in acinus + of structure. + meaning: CL:0002660 + title: luminal cell of acinus of lactiferous gland + CL:4023113: + text: CL:4023113 + description: A vestibular afferent neuron that makes bouton synapses to type + II hair cells. + meaning: CL:4023113 + title: bouton vestibular afferent neuron + CL:0001010: + text: CL:0001010 + description: Mature dermal dendritic cell is a dermal dendritic cell that + is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001010 + title: mature dermal dendritic cell + CL:4023014: + text: CL:4023014 + description: A vip GABAergic cortical interneuron with a soma found in L5. + L5 vip cells have mostly local morphology with some deep-projecting axons. + They show only moderate resistance, comparable to that of sst subclass and + unlike typical Vip subclass cells that tend to show high input resistance. + L5 vip cells show particularly low resting membrane potential. + meaning: CL:4023014 + title: L5 vip GABAergic interneuron (Mmus) + CL:0002214: + text: CL:0002214 + description: A type II muscle cell that contains large amounts of myoglobin, + has many mitochondria and very many blood capillaries. Type II A cells are + red, have a very high capacity for generating ATP by oxidative metabolic + processes, split ATP at a very rapid rate, have a fast contraction velocity + and are resistant to fatigue. + meaning: CL:0002214 + title: type IIa muscle cell + CL:0000378: + text: CL:0000378 + meaning: CL:0000378 + title: supporting cell (sensu Nematoda and Protostomia) + CL:1000491: + text: CL:1000491 + description: A mesothelial cell that is part of the pleura. + meaning: CL:1000491 + title: mesothelial cell of pleura + CL:0001007: + text: CL:0001007 + description: Interstitial dendritic cell is a conventional dendritic cell + that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and + CD36-positive. + meaning: CL:0001007 + title: interstitial dendritic cell + CL:0000612: + text: CL:0000612 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte;in + this stage, production of primary granules is complete and eosinophil-specific + granules has started. No nucleolus is present. These cells are integrin + alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, + and CD33-positive. + meaning: CL:0000612 + title: eosinophilic myelocyte + CL:0002136: + text: CL:0002136 + description: A cell in the zona fasciculata that produce glucocorticoids, + e.g cortisol. + meaning: CL:0002136 + title: type II cell of adrenal cortex + CL:0008047: + text: CL:0008047 + description: A skeletal muscle fiber that is part of a muscle spindle. These + are specialized muscle fibers that serve as proprioceptors, detecting the + amount and rate of change in length of a muscle. They are innervated by + both sensory neurons and motor neurons (gamma and beta motorneurons, collectively + referred to as fusimotor neurons). + meaning: CL:0008047 + title: intrafusal muscle fiber + CL:0002056: + text: CL:0002056 + description: A mature B cell subset originally defined as having being CD45R-positive, + IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated + being CD21-positive and CD23-negative and CD93 negative. + meaning: CL:0002056 + title: fraction F mature B cell + CL:0002442: + text: CL:0002442 + description: A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative. + meaning: CL:0002442 + title: CD94-negative, Ly49CI-negative natural killer cell, mouse + CL:0002058: + text: CL:0002058 + description: A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive. + meaning: CL:0002058 + title: Gr1-low non-classical monocyte + CL:0010020: + text: CL:0010020 + description: Any glial cell that is part of some heart. + meaning: CL:0010020 + title: cardiac glial cell + CL:0002238: + text: CL:0002238 + description: A primordial germ cell that is destined to become a male germ + cell. + meaning: CL:0002238 + title: male gonocyte + CL:0000440: + text: CL:0000440 + description: A cell of the intermediate pituitary that produces melanocyte + stimulating hormone. + meaning: CL:0000440 + title: melanocyte stimulating hormone secreting cell + CL:1000469: + text: CL:1000469 + description: A myoepithelial cell that is part of the main lactiferous duct. + meaning: CL:1000469 + title: myoepithelial cell of main lactiferous duct + CL:1000222: + text: CL:1000222 + description: Any neuroendocrine cell that is part of some stomach. + meaning: CL:1000222 + title: stomach neuroendocrine cell + CL:0000164: + text: CL:0000164 + description: An endocrine cell that is located in the epithelium of the gastrointestinal + tract or in the pancreas. + meaning: CL:0000164 + title: enteroendocrine cell + CL:4023051: + text: CL:4023051 + description: A type of mesothelial fibroblast that is derived from the neural + crest, is localized on blood vessels, and is a key component of the pia + and arachnoid membranes surrounding the brain. + meaning: CL:4023051 + title: vascular leptomeningeal cell + CL:1000331: + text: CL:1000331 + description: A serous secreting cell that is part of the epithelium of bronchus. + meaning: CL:1000331 + title: serous cell of epithelium of bronchus + CL:0000092: + text: CL:0000092 + description: 'A specialized phagocytic cell associated with the absorption + and removal of the mineralized matrix of bone tissue, which typically differentiates + from monocytes. This cell has the following markers: tartrate-resistant + acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear + factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor + superfamily member 11A-positive and macrophage colony-stimulating factor + 1 receptor-positive.' + meaning: CL:0000092 + title: osteoclast + CL:0002565: + text: CL:0002565 + description: A pigment cell located in the epithelium of the iris. + meaning: CL:0002565 + title: iris pigment epithelial cell + CL:0000895: + text: CL:0000895 + description: An antigen inexperienced CD4-positive, alpha-beta T cell with + the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell + type develops in the thymus. This cell type is also described as being CD25-negative, + CD62L-high, and CD44-low. + meaning: CL:0000895 + title: naive thymus-derived CD4-positive, alpha-beta T cell + CL:0001075: + text: CL:0001075 + description: An innate lymphoid cell in the human with the phenotype KLRG1-positive + that is a precusor for ILC2 cells. + meaning: CL:0001075 + title: KLRG1-positive innate lymphoid cell, human + CL:0001200: + text: CL:0001200 + description: A lymphocyte of B lineage that is CD19-positive. + meaning: CL:0001200 + title: lymphocyte of B lineage, CD19-positive + CL:0002188: + text: CL:0002188 + description: An endothelial cell found in the glomerulus of the kidney. This + cell is flattened, highly fenestrated, and plays a vital role in the formation + of glomerular ultrafiltrate. + meaning: CL:0002188 + title: glomerular endothelial cell + CL:0003026: + text: CL:0003026 + description: A bistratified retinal ganglion cell that has a small dendrite + fields with a sparse dendrite arbor terminating in S2 and S3. + meaning: CL:0003026 + title: retinal ganglion cell D1 + CL:0002499: + text: CL:0002499 + description: A trophoblast cell that arises in the junctional zone (basal + plate) of the placenta. + meaning: CL:0002499 + title: spongiotrophoblast cell + CL:0000786: + text: CL:0000786 + description: A terminally differentiated, post-mitotic, antibody secreting + cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, + and MHC Class II-negative. Plasma cells are oval or round with extensive + rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round + nucleus having a characteristic cartwheel heterochromatin pattern and are + devoted to producing large amounts of immunoglobulin. + meaning: CL:0000786 + title: plasma cell + CL:0000983: + text: CL:0000983 + description: A plasmablast that secretes IgM. + meaning: CL:0000983 + title: IgM plasmablast + CL:0000760: + text: CL:0000760 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. This cell has the widest dendritic field and the widest + axon terminal of all retinal bipolar cells. The axon terminal is delicate + and stratified through sublaminae 4 and 5 of the inner plexiform layer. + meaning: CL:0000760 + title: type 8 cone bipolar cell (sensu Mus) + CL:0000447: + text: CL:0000447 + meaning: CL:0000447 + title: carbohydrate secreting cell + CL:0002263: + text: CL:0002263 + description: One of three types of epithelial cells that populate the parathyroid + gland; cytological characteristics intermediate between those of the chief + cell and of the oxyphil cell. Because only one hormone is produced, the + three cell forms are widely believed to be different phases in the life + cycle of a single cell type, with the chief cell being its physiologically + active stage. + meaning: CL:0002263 + title: transitional cell of parathyroid gland + CL:0002288: + text: CL:0002288 + description: A cell type that forms the boundary with the surrounding epithelium. + meaning: CL:0002288 + title: type V taste receptor cell + CL:2000053: + text: CL:2000053 + description: Any endothelial cell that is part of a spleen. + meaning: CL:2000053 + title: splenic endothelial cell + CL:0002671: + text: CL:0002671 + description: An endothelial stalk cell is a specialized endothelial cell that + follows behind the tip cell of an angiogenic sprout. + meaning: CL:0002671 + title: endothelial stalk cell + CL:0000912: + text: CL:0000912 + description: A effector T cell that provides help in the form of secreted + cytokines to other immune cells. + meaning: CL:0000912 + title: helper T cell + CL:0002187: + text: CL:0002187 + description: A basally situated, mitotically active, columnar-shaped keratinocyte + attached to the basement membrane. + meaning: CL:0002187 + title: basal cell of epidermis + CL:0000692: + text: CL:0000692 + description: A neuroglial cell of the peripheral nervous system inside the + basal lamina of the neuromuscular junction providing chemical and physical + support to the synapse. + meaning: CL:0000692 + title: terminal Schwann cell + CL:0000193: + text: CL:0000193 + description: A striated muscle cell of an arthropod heart that participates + in heart contraction. + meaning: CL:0000193 + title: cardiac muscle cell (sensu Arthopoda) + CL:0002301: + text: CL:0002301 + description: A resident stromal cell located in the synovial membrane and + responsible for the production of immune-related cytokines and chemokines. + This cell type secretes glycoproteins and hyaluronic acid, has abundant + granular endoplasmic reticulum, but contains fewer vacuoles and vesicles. + meaning: CL:0002301 + title: type B synovial cell + CL:0001014: + text: CL:0001014 + description: CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive + and CD324-positive. + meaning: CL:0001014 + title: CD1a-positive Langerhans cell + CL:0002346: + text: CL:0002346 + description: An immature natural killer cell that is NK1.1-positive and DX-5 + negative. + meaning: CL:0002346 + title: Dx5-negative, NK1.1-positive immature natural killer cell, mouse + CL:0000495: + text: CL:0000495 + description: A photoreceptor cell that is sensitive to blue light. + meaning: CL:0000495 + title: blue sensitive photoreceptor cell + CL:0011016: + text: CL:0011016 + description: A motile sperm cell that contains a slender threadlike microscopic + appendage that enables motion. + meaning: CL:0011016 + title: flagellated sperm cell + CL:0005004: + text: CL:0005004 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into an erythrophore. + meaning: CL:0005004 + title: pigment erythroblast + CL:4030024: + text: CL:4030024 + description: An epithelial, transitional cell type between basal and secretory; + located in stratified, non-ciliated structures (called hillocks) with high + cell turnover in epithelium. In some mammalian species, this cell type has + been noted to express KRT13 and is postulated to play a role in squamous + barrier function and immunomodulation. + meaning: CL:4030024 + title: hillock cell + CL:0000769: + text: CL:0000769 + description: A basophil precursor in the granulocytic series, being a cell + intermediate in development between a basophilic myelocyte and a band form + basophil. The nucleus becomes indented where the indentation is smaller + than half the distance to the farthest nuclear margin; chromatin becomes + coarse and clumped; specific granules predominate while primary granules + are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, + CD33-positive, and CD13-positive. + meaning: CL:0000769 + title: basophilic metamyelocyte + CL:2000028: + text: CL:2000028 + description: Any glutamatergic neuron that is part of a cerebellum. + meaning: CL:2000028 + title: cerebellum glutamatergic neuron + CL:0002389: + text: CL:0002389 + description: An arthroconidium that has only one nucleus. + meaning: CL:0002389 + title: uninucleate arthroconidium + CL:0002260: + text: CL:0002260 + description: An epithelial cell of the parathyroid gland. + meaning: CL:0002260 + title: epithelial cell of parathyroid gland + CL:0000171: + text: CL:0000171 + description: A type of enteocrine cell found in the periphery of the islets + of Langerhans that secretes glucagon. + meaning: CL:0000171 + title: pancreatic A cell + CL:0000323: + text: CL:0000323 + meaning: CL:0000323 + title: lysozyme secreting cell + CL:0008007: + text: CL:0008007 + description: A muscle cell that is part of some visceral muscle. + meaning: CL:0008007 + title: visceral muscle cell + CL:0002432: + text: CL:0002432 + description: A CD4-positive, CD8-negative thymocyte that is CD24-positive + and expresses high levels of the alpha-beta T cell receptor. + meaning: CL:0002432 + title: CD24-positive, CD4 single-positive thymocyte + CL:0000979: + text: CL:0000979 + description: An IgG memory B cell is a class switched memory B cell that is + class switched and expresses IgG on the cell surface. + meaning: CL:0000979 + title: IgG memory B cell + CL:0001024: + text: CL:0001024 + description: CD133-positive hematopoietic stem cell is a hematopoietic stem + cell that is CD34-positive, CD90-positive, and CD133-positive. + meaning: CL:0001024 + title: CD34-positive, CD38-negative hematopoietic stem cell + CL:0000899: + text: CL:0000899 + description: CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, + CXCR3-negative, CCR6-positive, and capable of producing IL-17. + meaning: CL:0000899 + title: T-helper 17 cell + CL:0000076: + text: CL:0000076 + meaning: CL:0000076 + title: squamous epithelial cell + CL:0001078: + text: CL:0001078 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive. + meaning: CL:0001078 + title: group 3 innate lymphoid cell, human + CL:0001060: + text: CL:0001060 + description: A hematopoietic oligopotent progenitor cell that has the ability + to differentiate into limited cell types but lacks lineage cell markers + and self renewal capabilities. Cell lacks hematopoeitic lineage markers. + meaning: CL:0001060 + title: hematopoietic oligopotent progenitor cell, lineage-negative + CL:0007002: + text: CL:0007002 + description: Skeletogenic cell that has the potential to develop into a cementoblast. + meaning: CL:0007002 + title: precementoblast + CL:0008000: + text: CL:0008000 + description: Any muscle cell in which the fibers are not organised into sarcomeres. + meaning: CL:0008000 + title: non-striated muscle cell + CL:0002621: + text: CL:0002621 + description: Any epithelial cell that is part of some gingival epithelium. + meaning: CL:0002621 + title: gingival epithelial cell + CL:1001601: + text: CL:1001601 + description: Hormone secreting cell located in the cortex of adrenal gland. + Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids + and androgens. + meaning: CL:1001601 + title: adrenal gland glandular cell + CL:0002637: + text: CL:0002637 + description: An epithelial cell of the anal canal that is keratinized. This + cell type is found towards the lower, rectal end of the anal canal. + meaning: CL:0002637 + title: keratinized epithelial cell of the anal canal + CL:2000039: + text: CL:2000039 + description: Any neuromast support cell that is part of a posterior lateral + line. + meaning: CL:2000039 + title: posterior lateral line neuromast supporting cell + CL:1000306: + text: CL:1000306 + description: A fibroblast that is part of the tunica adventitia of artery. + meaning: CL:1000306 + title: fibroblast of tunica adventitia of artery + CL:0001203: + text: CL:0001203 + description: A CD8-positive, alpha-beta T cell with memory phenotype indicated + by being CD45RO and CD127-positive. This cell type is also described as + being CD25-negative, CD44-high, and CD122-high. + meaning: CL:0001203 + title: CD8-positive, alpha-beta memory T cell, CD45RO-positive + CL:1000467: + text: CL:1000467 + description: A chromaffin cell that is part of the left ovary. + meaning: CL:1000467 + title: chromaffin cell of left ovary + CL:0000888: + text: CL:0000888 + description: A lymph node macrophage found in the cortex of lymph nodes, in + particular in and around the germinal centers, and that participates in + phagocytosis of apoptotic B cells from the germinal centers. + meaning: CL:0000888 + title: lymph node tingible body macrophage + CL:0000050: + text: CL:0000050 + description: A progenitor cell committed to the megakaryocyte and erythroid + lineages. + meaning: CL:0000050 + title: megakaryocyte-erythroid progenitor cell + CL:0002191: + text: CL:0002191 + description: A cell involved in the formation of a granulocyte. + meaning: CL:0002191 + title: granulocytopoietic cell + CL:0010010: + text: CL:0010010 + description: Any stellate neuron that has its soma located in some cerebellum. + meaning: CL:0010010 + title: cerebellar stellate cell + CL:0000436: + text: CL:0000436 + meaning: CL:0000436 + title: vaginal lubricant secreting cell + CL:0011109: + text: CL:0011109 + description: A neuron that releases hypocretin as a neurotransmitter. + meaning: CL:0011109 + title: hypocretin-secreting neuron + CL:0001068: + text: CL:0001068 + description: A group 1 innate lymphoid cell that is non-cytotoxic. + meaning: CL:0001068 + title: ILC1 + CL:0002286: + text: CL:0002286 + description: A taste receptor cell that has a short microvilli, a projecting + apical region, a large rounded nucleus, and expresses taste chemoreceptors + thus making them the transducing cell for taste qualities. + meaning: CL:0002286 + title: type II taste cell + CL:0000132: + text: CL:0000132 + description: An hexagonal, flattened, mitochondria-rich endothelial cell that + forms a monolayer on the posterior surface of the cornea (the corneal endothelium). + Corneal endothelial cells are derived from the neural crest and are responsible + for keeping the cornea transparent by maintaining the tissue in a semi-dry + state through the action of their ionic pumps and tight junction barrier. + meaning: CL:0000132 + title: corneal endothelial cell + CL:2000087: + text: CL:2000087 + description: Any basket cell that is part of a dentate gyrus of hippocampal + formation. + meaning: CL:2000087 + title: dentate gyrus of hippocampal formation basket cell + CL:2000097: + text: CL:2000097 + description: Any dopaminergic neuron that is part of a midbrain. + meaning: CL:2000097 + title: midbrain dopaminergic neuron + CL:0003003: + text: CL:0003003 + description: A mono-stratified retinal ganglion cell that has a small dendritic + field and a sparse dendritic arbor with post sympatic terminals in sublaminar + layer S3. + meaning: CL:0003003 + title: G2 retinal ganglion cell + CL:0000492: + text: CL:0000492 + description: A CD4-positive, alpha-beta T cell that cooperates with other + lymphocytes via direct contact or cytokine release to initiate a variety + of immune functions. + meaning: CL:0000492 + title: CD4-positive helper T cell + CL:1000452: + text: CL:1000452 + description: An epithelial cell that is part of the glomerular parietal epithelium. + meaning: CL:1000452 + title: parietal epithelial cell + CL:0000510: + text: CL:0000510 + description: An epithelial cell found in the basal part of the intestinal + glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize + and secrete lysozyme and cryptdins. Numerous in the deeper parts of the + intestinal crypts, particularly in the duodenum, rich in zinc, contain large + acidophilic granules, with irregular apical microvilli and prominent membrane-bound + vacuoles containing matrix. + meaning: CL:0000510 + title: paneth cell + CL:0002232: + text: CL:0002232 + description: An epithelial cell of prostatic duct. + meaning: CL:0002232 + title: epithelial cell of prostatic duct + CL:4023115: + text: CL:4023115 + description: A spiral ganglion neuron that innervates inner hair cells. Type + 1 spiral ganglion neurons are myelinated and bipolar. + meaning: CL:4023115 + title: type 1 spiral ganglion neuron + CL:0002041: + text: CL:0002041 + description: A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell. + meaning: CL:0002041 + title: immature NK T cell stage III + CL:0000661: + text: CL:0000661 + meaning: CL:0000661 + title: distal tip cell (sensu Nematoda) + CL:2000064: + text: CL:2000064 + description: Any epithelial cell that is part of a female gonad. + meaning: CL:2000064 + title: ovarian surface epithelial cell + CL:0002573: + text: CL:0002573 + description: A glial cell that myelinates or ensheathes axons in the peripheral + nervous system. + meaning: CL:0002573 + title: Schwann cell + CL:0000779: + text: CL:0000779 + description: A specialized multinuclear osteoclast associated with the absorption + and removal of bone. + meaning: CL:0000779 + title: multinuclear osteoclast + CL:1000277: + text: CL:1000277 + description: A smooth muscle cell that is part of the jejunum. + meaning: CL:1000277 + title: smooth muscle fiber of jejunum + CL:0000487: + text: CL:0000487 + description: A secretory cell of ectodermal origin. This cell may have important + functions in fatty acid and hydrocarbon metabolism and is metabolically + linked to the fat body and tracheae. This cell is exclusive of arthropods. + meaning: CL:0000487 + title: oenocyte + CL:0000559: + text: CL:0000559 + description: A precursor in the monocytic series, being a cell intermediate + in development between the monoblast and monocyte. This cell is CD11b-positive + and has fine azurophil granules. + meaning: CL:0000559 + title: promonocyte + CL:0000920: + text: CL:0000920 + description: CD8-positive, alpha-beta positive regulatory T cell with the + phenotype CD28-negative and FoxP3-positive. + meaning: CL:0000920 + title: CD8-positive, CD28-negative, alpha-beta regulatory T cell + CL:0000562: + text: CL:0000562 + description: An erythrocyte having a nucleus. + meaning: CL:0000562 + title: nucleate erythrocyte + CL:0003012: + text: CL:0003012 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field and a medium dendritic arbor with post synaptic terminals in sublaminar + layer S1 and S2. + meaning: CL:0003012 + title: G9 retinal ganglion cell + CL:0008008: + text: CL:0008008 + description: A visceral muscle cell that is striated. Examples include the + visceral muscle cells of arhtropods. + meaning: CL:0008008 + title: striated visceral muscle cell + CL:0002480: + text: CL:0002480 + description: A goblet cell located in the nasal epithelium. + meaning: CL:0002480 + title: nasal mucosa goblet cell + CL:4030040: + text: CL:4030040 + description: A ciliated cell of the endometrial epithelium. The cilia of this + cell type help move mucus from glandular tissue of the endometrium. + meaning: CL:4030040 + title: endometrial ciliated epithelial cell + CL:4023023: + text: CL:4023023 + description: A lamp 5 GABAergic cortical interneuron with neurogliaform morphology + with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization + (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform + cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 + cells are medial ganglionic eminence (MGE)-derived + meaning: CL:4023023 + title: L5,6 neurogliaform lamp5 GABAergic interneuron (Mmus) + CL:0011104: + text: CL:0011104 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer. + meaning: CL:0011104 + title: interplexiform cell + CL:0000918: + text: CL:0000918 + description: A CD8-positive, alpha-beta positive T cell expressing GATA-3 + and secreting IL-4. + meaning: CL:0000918 + title: Tc2 cell + CL:0000938: + text: CL:0000938 + description: NK cell that has the phenotype CD56-bright, CD16-negative, and + CD84-positive with the function to secrete interferon-gamma but is not cytotoxic. + meaning: CL:0000938 + title: CD16-negative, CD56-bright natural killer cell, human + CL:4023130: + text: CL:4023130 + description: A neuron that expresses kisspeptin. These neurons are predominantly + located in the hypothalamus, but also found in other parts of the brain + including the hippocampal dentate gyrus. + meaning: CL:4023130 + title: kisspeptin neuron + CL:4030051: + text: CL:4030051 + description: A DRD1-expressing medium spiny neuron that is part of a nucleus + accumbens shell or olfactory tubercle. + meaning: CL:4030051 + title: nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron + CL:0002111: + text: CL:0002111 + description: An CD38-negative unswitched memory B cell is an unswitched memory + B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, + and IgG-negative. + meaning: CL:0002111 + title: CD38-negative unswitched memory B cell + CL:1000349: + text: CL:1000349 + description: A basal cell found in the bronchus epithelium. + meaning: CL:1000349 + title: basal cell of epithelium of bronchus + CL:4033050: + text: CL:4033050 + description: A neuron that releases catecholamine as a neurotransmitter. + meaning: CL:4033050 + title: catecholaminergic neuron + CL:0000927: + text: CL:0000927 + description: A mature NK T cell that predominantly secretes type 2 cytokines + such as interleukin-4 and interleukin-13 and enhances type 2 immune responses. + meaning: CL:0000927 + title: CD4-positive type I NK T cell secreting interleukin-4 + CL:0011026: + text: CL:0011026 + description: A precursor cell that has a tendency to differentiate into a + specific type of cell. They are descendants of stem cells, only they are + more constrained in their differentiation potential or capacity for self-renewal, + and are often more limited in both senses. + meaning: CL:0011026 + title: progenitor cell + CL:0002529: + text: CL:0002529 + description: A dermal dendritic cell that is CD1a-positive and CD14-negative. + meaning: CL:0002529 + title: CD1a-positive dermal dendritic cell + CL:0000623: + text: CL:0000623 + description: A lymphocyte that can spontaneously kill a variety of target + cells without prior antigenic activation via germline encoded activation + receptors and also regulate immune responses via cytokine release and direct + contact with other cells. + meaning: CL:0000623 + title: natural killer cell + CL:0000791: + text: CL:0000791 + description: A alpha-beta T cell that has a mature phenotype. + meaning: CL:0000791 + title: mature alpha-beta T cell + CL:1000073: + text: CL:1000073 + description: Any radial glial cell that is part of some spinal cord. + meaning: CL:1000073 + title: spinal cord radial glial cell + CL:0000317: + text: CL:0000317 + description: A cell secreting sebun, an oily substance secreted by sebaceous + glands, composed of keratin, fat, and cellular debris. + meaning: CL:0000317 + title: sebum secreting cell + CL:0000953: + text: CL:0000953 + description: A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell + that is pre-B cell receptor-negative, composed of surrogate light chain + protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with + immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA + rearrangement of immunoglobulin light chain genes. + meaning: CL:0000953 + title: preBCR-negative large pre-B-II cell + CL:1000548: + text: CL:1000548 + description: An epithelial cell that is part of an outer medullary collecting + duct. + meaning: CL:1000548 + title: kidney outer medulla collecting duct epithelial cell + CL:1000483: + text: CL:1000483 + description: A Purkinje myocyte that is part of the internodal tract. + meaning: CL:1000483 + title: Purkinje myocyte of internodal tract + CL:0001070: + text: CL:0001070 + description: An adipocyte that is beige in color, thermogenic, and which differentiates + in white fat tissue from a Myf5-negative progenitor. + meaning: CL:0001070 + title: beige adipocyte + CL:0003051: + text: CL:0003051 + description: A cone cell that detects ultraviolet (UV) wavelength light. + meaning: CL:0003051 + title: UV cone cell + CL:0011005: + text: CL:0011005 + description: An interneuron that uses GABA as a vesicular neurotransmitter. These + interneurons are inhibitory + meaning: CL:0011005 + title: GABAergic interneuron + CL:0002055: + text: CL:0002055 + description: An immature B cell that is CD38-negative, CD10-low, CD21-low, + and CD22-high. + meaning: CL:0002055 + title: CD38-negative immature B cell + CL:1000715: + text: CL:1000715 + description: Any renal intercalated cell that is part of some cortical collecting + duct. + meaning: CL:1000715 + title: kidney cortex collecting duct intercalated cell + CL:0002324: + text: CL:0002324 + description: A myoepithelial cell that is part of a mammary gland and is located + in the basal layer. During lactation, a basal-myoepithelial cell of mammary + gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial + cell of mammary gland can be identified by high levels of CD49f and low + levels of EpCAM. + meaning: CL:0002324 + title: basal-myoepithelial cell of mammary gland + CL:0002378: + text: CL:0002378 + description: A double negative thymocyte that has a T cell receptor consisting + of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell + type is CD4-negative, CD8-negative and CD24-positive and is found in the + fetal thymus. + meaning: CL:0002378 + title: immature Vgamma2-positive fetal thymocyte + CL:1000384: + text: CL:1000384 + description: A type II vestibular sensory cell that is part of the epithelium + of macula of saccule of membranous labyrinth. + meaning: CL:1000384 + title: type 2 vestibular sensory cell of epithelium of macula of saccule of + membranous labyrinth + CL:3000003: + text: CL:3000003 + description: Sympathetic cholinergic neuron. + meaning: CL:3000003 + title: sympathetic cholinergic neuron + CL:4042004: + text: CL:4042004 + description: A choroid plexus macrophage that is part of the apical surface + of some choroid plexus epithelium. This macrophage has a star-like shaped + body. + meaning: CL:4042004 + title: choroid epiplexus macrophage + CL:0003023: + text: CL:0003023 + description: A retinal ganglion cell C outer that has dense dendritic diversity. + meaning: CL:0003023 + title: retinal ganglion cell C6 + CL:0002396: + text: CL:0002396 + description: A patrolling monocyte that is CD14-low and CD16-positive. + meaning: CL:0002396 + title: CD14-low, CD16-positive monocyte + CL:1000697: + text: CL:1000697 + meaning: CL:1000697 + title: kidney interstitial suppressor macrophage + CL:0000306: + text: CL:0000306 + meaning: CL:0000306 + title: crystallin accumulating cell + CL:0002264: + text: CL:0002264 + description: A type of enteroendocrine cell found in the stomach that secretes + glucagon. + meaning: CL:0002264 + title: type A cell of stomach + CL:4023040: + text: CL:4023040 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layers L2/3-6. + meaning: CL:4023040 + title: L2/3-6 intratelencephalic projecting glutamatergic neuron slots: cell_set_accession: - name: cell_set_accession description: An identifier that can be used to consistently refer to the set of cells being annotated, even if the cell_label changes. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true parent_cell_set_accession: - name: parent_cell_set_accession description: A list of accessions of cell sets that subsume this cell set. This can be used to compose hierarchies of annotated cell sets, built from a fixed set of clusters. @@ -318,95 +17237,77 @@ slots: slot_uri: RO:0015003 range: string transferred_annotations: - name: transferred_annotations from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: AnnotationTransfer multivalued: true cells: - name: cells description: By convention this is only used for annotation transfer labelsets. It MUST not be combined with the 'cell_ids' field. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Cell multivalued: true negative_marker_gene_evidence: - name: negative_marker_gene_evidence description: Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true rank: - name: rank description: A number indicating relative granularity with 0 being the most specific. Use this where a single dataset has multiple keys that are used consistently to record annotations and different levels of granularity. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: integer transferred_cell_label: - name: transferred_cell_label description: Transferred cell label from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS source_taxonomy: - name: source_taxonomy description: PURL of source taxonomy from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: uriorcurie source_node_accession: - name: source_node_accession description: accession of node that label was transferred from from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS algorithm_name: - name: algorithm_name description: Name of algorithm used to transfer annotation from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS comment: - name: comment description: Free text comment on annotation transfer from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: IAO:0000115 cell_id: - name: cell_id description: Identifier for a single cell. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true confidence: - name: confidence description: Normalised confidence score from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: float author_categories: - name: author_categories description: Categories of authorship for the annotation from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: string datestamp: - name: datestamp description: Time and date review was last edited. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true reviewer: - name: reviewer description: Review Author from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS review: - name: review description: Reviewer's verdict on the annotation. Must be 'Agree' or 'Disagree' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: review_options explanation: - name: explanation description: Free-text review of annotation. This is required if the verdict is disagree and should include reasons for disagreement. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: IAO:0000115 name: - name: name description: name of annotation key from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: rdfs:label required: true description: - name: description description: The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 @@ -414,30 +17315,25 @@ slots: from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: IAO:0000115 annotation_method: - name: annotation_method description: 'The method used for creating the cell annotations. This MUST be one of the following strings: `''algorithmic''`, `''manual''`, or `''both''`' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: annotation_method_options automated_annotation: - name: automated_annotation from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: AutomatedAnnotation algorithm_version: - name: algorithm_version description: The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning). from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true algorithm_repo_url: - name: algorithm_repo_url description: This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true reference_location: - name: reference_location description: "This field denotes a valid URL of the annotated dataset that was\ \ the source of annotated reference data. \nThis MUST be a string of a valid\ \ URL. The concept of a 'reference' specifically refers to 'annotation transfer'\ @@ -445,7 +17341,6 @@ slots: \ to the 'query' dataset." from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS labelset: - name: labelset description: "The unique name of the set of cell annotations. \nEach cell within\ \ the AnnData/Seurat file MUST be associated with a 'cell_label' value in order\ \ for this to be a valid 'cellannotation_setname'." @@ -454,7 +17349,6 @@ slots: range: string required: true cell_label: - name: cell_label description: "This denotes any free-text term which the author uses to annotate\ \ cells, i.e. the preferred cell label name used by the author. Abbreviations\ \ are exceptable in this field; refer to 'cell_fullname' for related details.\ @@ -468,7 +17362,6 @@ slots: slot_uri: rdfs:label required: true cell_fullname: - name: cell_fullname description: "This MUST be the full-length name for the biological entity listed\ \ in `cell_label` by the author. (If the value in `cell_label` is the full-length\ \ term, this field will contain the same value.) \nNOTE: any reserved word used\ @@ -483,7 +17376,6 @@ slots: from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: skos:preflabel cell_ontology_term_id: - name: cell_ontology_term_id description: 'This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology @@ -503,11 +17395,9 @@ slots: slot_uri: RO:0002473 range: CellTypeEnum cell_ontology_term: - name: cell_ontology_term description: This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cell_ids: - name: cell_ids description: Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix. @@ -515,7 +17405,6 @@ slots: slot_uri: CAS:has_cellid multivalued: true rationale: - name: rationale description: "The free-text rationale which users provide as justification/evidence\ \ for their cell annotations. \nResearchers are encouraged to use this field\ \ to cite relevant publications in-line using standard academic citations of\ @@ -524,45 +17413,37 @@ slots: \ rationale_dois. There MUST be a 2000-character limit." from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS rationale_dois: - name: rationale_dois from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true marker_gene_evidence: - name: marker_gene_evidence description: Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true synonyms: - name: synonyms description: List of synonyms from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true reviews: - name: reviews from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Review multivalued: true author_annotation_fields: - name: author_annotation_fields description: A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS matrix_file_id: - name: matrix_file_id description: A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS title: - name: title description: The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true cellannotation_schema_version: - name: cellannotation_schema_version description: 'The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 @@ -570,83 +17451,68 @@ slots: by Semantic Versioning 2.0.0, https://semver.org/' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cellannotation_timestamp: - name: cellannotation_timestamp description: The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'` from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cellannotation_version: - name: cellannotation_version description: The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/ from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cellannotation_url: - name: cellannotation_url description: A persistent URL of all cell annotations published (per dataset). from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS author_list: - name: author_list description: This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS author_name: - name: author_name description: Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]` from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true author_contact: - name: author_contact description: Primary author's contact. This MUST be a valid email address of the author from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS orcid: - name: orcid description: Primary author's orcid. This MUST be a valid ORCID for the author from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS labelsets: - name: labelsets from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Labelset required: true multivalued: true - inlined: true + inlined_as_list: true annotations: - name: annotations from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Annotation required: true multivalued: true - inlined: true + inlined_as_list: true id: - name: id from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS identifier: true range: uriorcurie classes: Bican_Taxonomy: - name: Bican_Taxonomy from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS is_a: Taxonomy slot_usage: labelsets: - name: labelsets range: Bican_Labelset annotations: - name: annotations range: Bican_Annotation class_uri: CAS:Taxonomy tree_root: true Bican_Labelset: - name: Bican_Labelset from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS is_a: Labelset slots: - rank class_uri: CAS:Labelset Bican_Annotation: - name: Bican_Annotation from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS is_a: Annotation slots: @@ -657,7 +17523,6 @@ classes: - negative_marker_gene_evidence class_uri: PCL:0010001 AnnotationTransfer: - name: AnnotationTransfer from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - transferred_cell_label @@ -666,14 +17531,12 @@ classes: - algorithm_name - comment Cell: - name: Cell from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - cell_id - confidence - author_categories Review: - name: Review from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - datestamp @@ -681,7 +17544,6 @@ classes: - review - explanation Labelset: - name: Labelset from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - name @@ -689,7 +17551,6 @@ classes: - annotation_method - automated_annotation AutomatedAnnotation: - name: AutomatedAnnotation description: A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.) @@ -700,7 +17561,6 @@ classes: - algorithm_repo_url - reference_location Annotation: - name: Annotation description: 'A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools @@ -724,7 +17584,6 @@ classes: - author_annotation_fields class_uri: PCL:0010001 Taxonomy: - name: Taxonomy from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - matrix_file_id diff --git a/build/CAP_schema.yaml b/build/CAP_schema.yaml index 78edc5d..a686052 100644 --- a/build/CAP_schema.yaml +++ b/build/CAP_schema.yaml @@ -4,39 +4,17 @@ title: General Cell Annotation Open Standard id: https://cellular-semantics.sanger.ac.uk/ontology/CAS license: GNU GPL v3.0 prefixes: - cell_annotation_schema: - prefix_prefix: cell_annotation_schema - prefix_reference: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ - CAS: - prefix_prefix: CAS - prefix_reference: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ - linkml: - prefix_prefix: linkml - prefix_reference: https://w3id.org/linkml/ - xsd: - prefix_prefix: xsd - prefix_reference: http://www.w3.org/2001/XMLSchema# - shex: - prefix_prefix: shex - prefix_reference: http://www.w3.org/ns/shex# - schema: - prefix_prefix: schema - prefix_reference: http://schema.org/ - obo: - prefix_prefix: obo - prefix_reference: http://purl.obolibrary.org/obo/ - CL: - prefix_prefix: CL - prefix_reference: http://purl.obolibrary.org/obo/CL_ - PCL: - prefix_prefix: PCL - prefix_reference: http://purl.obolibrary.org/obo/PCL_ - RO: - prefix_prefix: RO - prefix_reference: http://purl.obolibrary.org/obo/RO_ - skos: - prefix_prefix: skos - prefix_reference: http://www.w3.org/2004/02/skos/core# + cell_annotation_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ + CAS: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ + linkml: https://w3id.org/linkml/ + xsd: http://www.w3.org/2001/XMLSchema# + shex: http://www.w3.org/ns/shex# + schema: http://schema.org/ + obo: http://purl.obolibrary.org/obo/ + CL: http://purl.obolibrary.org/obo/CL_ + PCL: http://purl.obolibrary.org/obo/PCL_ + RO: http://purl.obolibrary.org/obo/RO_ + skos: http://www.w3.org/2004/02/skos/core# default_curi_maps: - semweb_context - obo_context @@ -44,7 +22,6 @@ default_prefix: cell_annotation_schema default_range: string types: string: - name: string description: A character string notes: - In RDF serializations, a slot with range of string is treated as a literal or @@ -56,7 +33,6 @@ types: base: str uri: xsd:string integer: - name: integer description: An integer notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -67,7 +43,6 @@ types: base: int uri: xsd:integer boolean: - name: boolean description: A binary (true or false) value notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -79,7 +54,6 @@ types: uri: xsd:boolean repr: bool float: - name: float description: A real number that conforms to the xsd:float specification notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -90,7 +64,6 @@ types: base: float uri: xsd:float double: - name: double description: A real number that conforms to the xsd:double specification notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -101,7 +74,6 @@ types: base: float uri: xsd:double decimal: - name: decimal description: A real number with arbitrary precision that conforms to the xsd:decimal specification notes: @@ -113,7 +85,6 @@ types: base: Decimal uri: xsd:decimal time: - name: time description: A time object represents a (local) time of day, independent of any particular day notes: @@ -127,7 +98,6 @@ types: uri: xsd:time repr: str date: - name: date description: a date (year, month and day) in an idealized calendar notes: - URI is dateTime because OWL reasoners don't work with straight date or time @@ -140,7 +110,6 @@ types: uri: xsd:date repr: str datetime: - name: datetime description: The combination of a date and time notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -152,7 +121,6 @@ types: uri: xsd:dateTime repr: str date_or_datetime: - name: date_or_datetime description: Either a date or a datetime notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -162,7 +130,6 @@ types: uri: linkml:DateOrDatetime repr: str uriorcurie: - name: uriorcurie description: a URI or a CURIE notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -172,7 +139,6 @@ types: uri: xsd:anyURI repr: str curie: - name: curie conforms_to: https://www.w3.org/TR/curie/ description: a compact URI notes: @@ -186,7 +152,6 @@ types: uri: xsd:string repr: str uri: - name: uri conforms_to: https://www.ietf.org/rfc/rfc3987.txt description: a complete URI notes: @@ -203,7 +168,6 @@ types: uri: xsd:anyURI repr: str ncname: - name: ncname description: Prefix part of CURIE notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -213,7 +177,6 @@ types: uri: xsd:string repr: str objectidentifier: - name: objectidentifier description: A URI or CURIE that represents an object in the model. notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -225,7 +188,6 @@ types: uri: shex:iri repr: str nodeidentifier: - name: nodeidentifier description: A URI, CURIE or BNODE that represents a node in a model. notes: - If you are authoring schemas in LinkML YAML, the type is referenced with the @@ -235,7 +197,6 @@ types: uri: shex:nonLiteral repr: str jsonpointer: - name: jsonpointer conforms_to: https://datatracker.ietf.org/doc/html/rfc6901 description: A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current @@ -248,7 +209,6 @@ types: uri: xsd:string repr: str jsonpath: - name: jsonpath conforms_to: https://www.ietf.org/archive/id/draft-goessner-dispatch-jsonpath-00.html description: A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within @@ -261,7 +221,6 @@ types: uri: xsd:string repr: str sparqlpath: - name: sparqlpath conforms_to: https://www.w3.org/TR/sparql11-query/#propertypaths description: A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects @@ -275,25 +234,17 @@ types: repr: str enums: review_options: - name: review_options from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS permissible_values: - Agree: - text: Agree - Disagree: - text: Disagree + Agree: {} + Disagree: {} annotation_method_options: - name: annotation_method_options from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS permissible_values: - algorithmic: - text: algorithmic - manual: - text: manual - both: - text: both + algorithmic: {} + manual: {} + both: {} CellTypeEnum: - name: CellTypeEnum from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS reachable_from: source_ontology: obo:cl @@ -302,48 +253,17010 @@ enums: relationship_types: - rdfs:subClassOf include_self: true + permissible_values: + CL:0019019: + text: CL:0019019 + description: A smooth muscle cell that is part of the tracheobronchial tree. + meaning: CL:0019019 + title: tracheobronchial smooth muscle cell + CL:0011105: + text: CL:0011105 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer, using dopamine. + meaning: CL:0011105 + title: dopamanergic interplexiform cell + CL:0000057: + text: CL:0000057 + description: A connective tissue cell which secretes an extracellular matrix + rich in collagen and other macromolecules. Flattened and irregular in outline + with branching processes; appear fusiform or spindle-shaped. + meaning: CL:0000057 + title: fibroblast + CL:0002656: + text: CL:0002656 + description: A glandular epithelial cell of the endometrium. + meaning: CL:0002656 + title: glandular cell of endometrium + CL:0002224: + text: CL:0002224 + description: A cell of the cuboidal epithelium that covers the lens. The cells + of the lens epithelium regulate most of the homeostatic functions of the + lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, + Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens + to maintain appropriate lens osmolarity and volume, with equatorially positioned + lens epithelium cells contributing most to this current. The activity of + the Na+/K+ ATPases keeps water and current flowing through the lens from + the poles and exiting through the equatorial regions. The cells of the lens + epithelium also serve as the progenitors for new lens fibers. It constantly + lays down fibers in the embryo, fetus, infant, and adult, and continues + to lay down fibers for lifelong growth. + meaning: CL:0002224 + title: lens epithelial cell + CL:4030031: + text: CL:4030031 + description: Any cell that is located within the interstitium between the + cells most prominent in defining a given tissue. "Interstitial cell" is + a morphological term and refers to a variety of cells with differing origins + and phenotypes. + meaning: CL:4030031 + title: interstitial cell + CL:0002625: + text: CL:0002625 + description: A cell of the seminiferous tubule epithelium. + meaning: CL:0002625 + title: seminiferous tubule epithelial cell + CL:1000490: + text: CL:1000490 + description: A mesothelial cell that is part of the peritoneum. + meaning: CL:1000490 + title: mesothelial cell of peritoneum + CL:0000801: + text: CL:0000801 + description: A mature gamma-delta T cell that is found in the columnar epithelium + of the gastrointestinal tract. These cells participate in mucosal immune + responses. + meaning: CL:0000801 + title: gamma-delta intraepithelial T cell + CL:0002116: + text: CL:0002116 + description: A B220-low CD38-positive unswitched memory B cell is a CD38-positive + unswitched memory B cell that has the phenotype B220-low, CD38-positive, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002116 + title: B220-low CD38-positive unswitched memory B cell + CL:0000578: + text: CL:0000578 + description: A cell in vitro that has undergone physical changes as a consequence + of a deliberate and specific experimental procedure. + meaning: CL:0000578 + title: experimentally modified cell in vitro + CL:0000618: + text: CL:0000618 + meaning: CL:0000618 + title: sheath cell + CL:0000435: + text: CL:0000435 + meaning: CL:0000435 + title: alkali secreting cell + CL:0000654: + text: CL:0000654 + description: A primary oocyte is an oocyte that has not completed female meosis + I. + meaning: CL:0000654 + title: primary oocyte + CL:0002130: + text: CL:0002130 + description: A cardiac myocyte of the interatrial region of the heart. + meaning: CL:0002130 + title: regular interatrial cardiac myocyte + CL:0017003: + text: CL:0017003 + description: An epithelial cell that is part of the prostatic urethra. + meaning: CL:0017003 + title: epithelial cell of prostatic urethra + CL:0002038: + text: CL:0002038 + description: A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell + located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high + and PD1-high, and stimulates follicular B cells to undergo class-switching + and antibody production. + meaning: CL:0002038 + title: T follicular helper cell + CL:0002311: + text: CL:0002311 + description: An acidophilic cell of the anterior pituitary that produces prolactin. + meaning: CL:0002311 + title: mammotroph + CL:0000722: + text: CL:0000722 + meaning: CL:0000722 + title: cystoblast + CL:0000059: + text: CL:0000059 + description: Skeletogenic cell that produces enamel, overlies the odontogenic + papilla, and arises from the differentiation of a preameloblast cell. + meaning: CL:0000059 + title: ameloblast + CL:0000160: + text: CL:0000160 + description: A cell of the epithelial lining that produce and secrete mucins. + meaning: CL:0000160 + title: goblet cell + CL:0002680: + text: CL:0002680 + description: A PP cell found in intestine. + meaning: CL:0002680 + title: PP cell of intestine + CL:0002382: + text: CL:0002382 + description: A conidium that has more than one nucleus. + meaning: CL:0002382 + title: multinucleate conidium + CL:0002027: + text: CL:0002027 + description: A megakaryocyte cell with is CD9-positive and CD41-positive. + meaning: CL:0002027 + title: CD9-positive, CD41-positive megakaryocyte cell + CL:4033024: + text: CL:4033024 + description: A basal cell that is part of a duct of an airway submucosal gland. + meaning: CL:4033024 + title: airway submucosal gland duct basal cell + CL:0010017: + text: CL:0010017 + description: A zygote in a plant or an animal. + meaning: CL:0010017 + title: zygote + CL:0000815: + text: CL:0000815 + description: A T cell which regulates overall immune responses as well as + the responses of other T cell subsets through direct cell-cell contact and + cytokine release. + meaning: CL:0000815 + title: regulatory T cell + CL:0002319: + text: CL:0002319 + description: A cell that is part of the nervous system. + meaning: CL:0002319 + title: neural cell + CL:0011113: + text: CL:0011113 + description: Neuron found in the spiral ganglion. + meaning: CL:0011113 + title: spiral ganglion neuron + CL:0000662: + text: CL:0000662 + meaning: CL:0000662 + title: neuroglioblast (sensu Nematoda) + CL:0002292: + text: CL:0002292 + description: A round or oval neuroepithelial cell that contacts other type + I cells or capillaries. They occur in clusters that are surrounded by sheath + cells (type-II cells) in the carotid body. This cell type is capable of + secreting a number of neurotransmitters. + meaning: CL:0002292 + title: type I cell of carotid body + CL:0000067: + text: CL:0000067 + description: An epithelial cell that has a cilia. + meaning: CL:0000067 + title: ciliated epithelial cell + CL:0002181: + text: CL:0002181 + description: A neck cell that secretes mucus within the stomach. Its products + are distinct histochemically from those of the surface mucous cells of stomach. + meaning: CL:0002181 + title: mucous neck cell of gastric gland + CL:0004214: + text: CL:0004214 + description: A type of type 3 cone bipolar cell with distinctive crescent-shaped + dendrites. + meaning: CL:0004214 + title: type 3b cone bipolar cell + CL:0000594: + text: CL:0000594 + description: An elongated, spindle-shaped, cell that is located between the + basal lamina and the plasmalemma of a muscle fiber. These cells are mostly + quiescent, but upon activation they divide to produce cells that generate + new muscle fibers. + meaning: CL:0000594 + title: skeletal muscle satellite cell + CL:0002520: + text: CL:0002520 + description: An insect excretory cell that regulates hemolymph composition + by filtration and filtrate endocytosis. + meaning: CL:0002520 + title: nephrocyte + CL:0002627: + text: CL:0002627 + description: A mature astrocyte that is capable of producing cytokines. + meaning: CL:0002627 + title: mature astrocyte + CL:0004225: + text: CL:0004225 + description: A broadly stratifying amacrine cell with a small dendritic field, + straight dendrites and post-synaptic terminals in S1, S2, and S3. + meaning: CL:0004225 + title: spider amacrine cell + CL:0002422: + text: CL:0002422 + description: A reticulocyte lacking a nucleus and showing a basophilic reticulum + under vital staining due to the presence of ribosomes. + meaning: CL:0002422 + title: enucleated reticulocyte + CL:0000570: + text: CL:0000570 + description: A neuroepithelial cells that occurs singly or in small groups, + close to the outer follicular borders but within the follicular basement + membrane of the thyroid. Expresses a form of the neural cell adhesion molecule + (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine. + meaning: CL:0000570 + title: parafollicular cell + CL:0000599: + text: CL:0000599 + description: An asexual, nonmotile spore formed by higher fungi; conidia are + usually made from the side or tip of specialized sporogenous cells and do + not form by progressive cleavage of the cytoplasm. + meaning: CL:0000599 + title: conidium + CL:0002570: + text: CL:0002570 + description: A mesenchymal stem cell of adipose tissue. + meaning: CL:0002570 + title: mesenchymal stem cell of adipose tissue + CL:0000499: + text: CL:0000499 + description: A connective tissue cell of an organ found in the loose connective + tissue. These are most often associated with the uterine mucosa and the + ovary as well as the hematopoietic system and elsewhere. + meaning: CL:0000499 + title: stromal cell + CL:0000077: + text: CL:0000077 + description: A flattened epithelial cell of mesenchymal origin that lines + the serous cavity. + meaning: CL:0000077 + title: mesothelial cell + CL:1000337: + text: CL:1000337 + description: An enterocyte that is part of the epithelium of duodenal gland. + meaning: CL:1000337 + title: enterocyte of epithelium of duodenal gland + CL:0002283: + text: CL:0002283 + description: An epithelial cell of the mucosa associated with facial skeleton. + meaning: CL:0002283 + title: ecto-epithelial cell of viscerocranial mucosa + CL:0002457: + text: CL:0002457 + description: A Langerhans cell that is in the epidermis and is CD45-positive, + MHCII-positive, and CD11b-positive. + meaning: CL:0002457 + title: epidermal Langerhans cell + CL:0002556: + text: CL:0002556 + description: A fibroblast of the periodontium. + meaning: CL:0002556 + title: fibroblast of periodontium + CL:0002155: + text: CL:0002155 + description: A crenated erythrocyte with 30+ crenations, bumps or spurs that + are the result of damage due to age or disease. + meaning: CL:0002155 + title: echinocyte + CL:0002406: + text: CL:0002406 + description: A double negative post-natal thymocyte that has a T cell receptor + consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. + This cell type is CD4-negative, CD8-negative and CD24-positive. + meaning: CL:0002406 + title: immature Vgamma2-positive thymocyte + CL:0001072: + text: CL:0001072 + description: An innate lymphoid cell in the human with the phenotype CD34-negative, + CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells. + meaning: CL:0001072 + title: CD34-negative, CD117-positive innate lymphoid cell, human + CL:0009035: + text: CL:0009035 + description: A stromal cell found in the lamina propria of the vermiform appendix. + meaning: CL:0009035 + title: stromal cell of lamina propria of vermiform appendix + CL:0000473: + text: CL:0000473 + description: A cell whose primary function is to protect the organism. + meaning: CL:0000473 + title: defensive cell + CL:0000109: + text: CL:0000109 + meaning: CL:0000109 + title: adrenergic neuron + CL:0000518: + text: CL:0000518 + description: A phagocyte in vertebrates that is able to phagocytosis. + meaning: CL:0000518 + title: phagocyte (sensu Vertebrata) + CL:4023010: + text: CL:4023010 + description: "A GABAergic cortical interneuron that is strongly labelled for\ + \ \u03B17 nAChRs. These cells have soma found in L1 and have multipolar\ + \ dendrites with vertically descending axonal collaterals that project deep\ + \ into the column, usually branching and terminating in L5A." + meaning: CL:4023010 + title: alpha7 GABAergic cortical interneuron (Mmus) + CL:1001428: + text: CL:1001428 + description: A urothelial cell that is part of the urothelium of the urinary + bladder. + meaning: CL:1001428 + title: bladder urothelial cell + CL:4033014: + text: CL:4033014 + description: A small, narrow, peg-shaped epithelial cell with little cytoplasm + that is part of oviduct epithelium. This cell is rarer than the ciliated + and secretory epithelial cells of the fallopian tube epithelium and is often + found intercalated between them. Peg cells are generally distributed basally + along the epithelium and have been found in high concentrations at the fimbriated, + distal end of the fallopian tube in humans. It may have a regenerative/stem-cell + function. In humans, markers include EPCAM, CD44, and ITGA6. + meaning: CL:4033014 + title: peg cell + CL:0000212: + text: CL:0000212 + description: A cell that takes up and metabolizes substances. + meaning: CL:0000212 + title: absorptive cell + CL:0000611: + text: CL:0000611 + description: Any granulocytopoietic cell that has part some transcription + factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has + part some erythroid transcription factor and lacks plasma membrane part + some CD19 molecule and lacks plasma membrane part some CD4 molecule and + lacks plasma membrane part some integrin alpha-M and lacks plasma membrane + part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion + molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma + membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks + plasma membrane part some membrane-spanning 4-domains subfamily A member + 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and + lacks plasma membrane part some CD14 molecule and lacks plasma membrane + part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte + antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has + plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase + 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha + chain and has plasma membrane part some interleukin-5 receptor subunit alpha + and has plasma membrane part some mast/stem cell growth factor receptor + and is capable of some eosinophil differentiation. + meaning: CL:0000611 + title: eosinophil progenitor cell + CL:1000597: + text: CL:1000597 + description: A cell that is part of a tip of a renal papilla. + meaning: CL:1000597 + title: papillary tips cell + CL:0000198: + text: CL:0000198 + description: The peripheral receptor for pain. Includes receptors which are + sensitive to painful mechanical stimuli, extreme heat or cold, and chemical + stimuli. All mammalian nociceptors are free nerve endings. + meaning: CL:0000198 + title: pain receptor cell + CL:0002622: + text: CL:0002622 + description: A stromal cell of the prostate. + meaning: CL:0002622 + title: prostate stromal cell + CL:0000759: + text: CL:0000759 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The axon terminal is narrowly stratified and are found + just below a calretinin-expressing band in sublamina 4 of the inner plexiform + layer. + meaning: CL:0000759 + title: type 7 cone bipolar cell (sensu Mus) + CL:0002342: + text: CL:0002342 + description: A circulating endothelial cell of the phenotype CD146-positive, + CD105-positive, CD45-negative. This cell type is indicative of recent vascular + damage. + meaning: CL:0002342 + title: circulating endothelial cell + CL:0000357: + text: CL:0000357 + meaning: CL:0000357 + title: stratified epithelial stem cell + CL:1000368: + text: CL:1000368 + description: A transitional myocyte that is part of the anterior division + of left branch of atrioventricular bundle. + meaning: CL:1000368 + title: transitional myocyte of anterior division of left branch of atrioventricular + bundle + CL:0005025: + text: CL:0005025 + description: A motor neuron that synapses to parasympathetic neurons that + innervate tear glands, sweat glands, and the smooth muscles and glands of + the pulmonary, cardiovascular, and gastrointestinal systems. + meaning: CL:0005025 + title: visceromotor neuron + CL:1000279: + text: CL:1000279 + description: A smooth muscle cell that is part of the large intestine. + meaning: CL:1000279 + title: smooth muscle cell of large intestine + CL:0002140: + text: CL:0002140 + description: A sebum secreting cell of the skin that secretes sebum into the + hair follicles. + meaning: CL:0002140 + title: acinar cell of sebaceous gland + CL:1000376: + text: CL:1000376 + description: A Purkinje myocyte that is part of the interventricular septum. + meaning: CL:1000376 + title: Purkinje myocyte of interventricular septum + CL:2000085: + text: CL:2000085 + description: Any mononuclear cell that is part of a umbilical cord. + meaning: CL:2000085 + title: mononuclear cell of umbilical cord + CL:0000775: + text: CL:0000775 + description: Any of the immature or mature forms of a granular leukocyte that + in its mature form has a nucleus with three to five lobes connected by slender + threads of chromatin, and cytoplasm containing fine inconspicuous granules + and stainable by neutral dyes. + meaning: CL:0000775 + title: neutrophil + CL:0000748: + text: CL:0000748 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the inner plexiform layer. + meaning: CL:0000748 + title: retinal bipolar neuron + CL:0002026: + text: CL:0002026 + description: A megakaryocyte progenitor cell that is CD34-negative, CD41-positive + and CD42-positive. + meaning: CL:0002026 + title: CD34-negative, CD41-positive, CD42-positive megakaryocyte cell + CL:0002451: + text: CL:0002451 + description: A multi-fate stem cell that is the source of cells for growth + of the mammary gland during puberty and gestation. This cell type gives + rise to both the luminal and myoepithelial cell types of the gland, and + have been shown to have the ability to regenerate the entire organ in mice. + This cell type also plays an important role in carcinogenesis of the breast. + This cell type is Lin-, CD24-positive, CD29-hi. + meaning: CL:0002451 + title: mammary stem cell + CL:0002404: + text: CL:0002404 + description: A thymocyte found in the fetal thymus. + meaning: CL:0002404 + title: fetal thymocyte + CL:0002243: + text: CL:0002243 + description: A circular smooth muscle cell of the iris, innervated by the + ciliary nerves (parasympathetic), and acting to contract the pupil. This + muscle cell derives from neuroectoderm. This smooth muscle cell results + from transformation of epithelial cells to smooth muscle cells. + meaning: CL:0002243 + title: smooth muscle cell of sphincter of pupil + CL:0002546: + text: CL:0002546 + description: An endothelial progenitor cell that participates in angiogenesis + during development. + meaning: CL:0002546 + title: embryonic blood vessel endothelial progenitor cell + CL:0002493: + text: CL:0002493 + description: A polarized cell that is juxtaposed to fibrocytes in the underlying + spiral ligament. This cell type secretes potassium ions derived from fibrocytes + through gap junctions. + meaning: CL:0002493 + title: strial basal cell + CL:1001124: + text: CL:1001124 + description: Any peritubular capillary endothelial cell that is part of some + renal cortex peritubular capillary. + meaning: CL:1001124 + title: kidney cortex peritubular capillary cell + CL:0000112: + text: CL:0000112 + meaning: CL:0000112 + title: columnar neuron + CL:4023123: + text: CL:4023123 + description: A kisspeptin neuron that is located in the hypothalamus. These + neurons project to and activate gonadotrophin-releasing hormone neurons + (acting via the kisspeptin receptor) in the hypothalamus and stimulate the + secretion of gonadotrophin-releasing hormone. + meaning: CL:4023123 + title: hypothalamus kisspeptin neuron + CL:0000352: + text: CL:0000352 + description: A cell of the outer layer of a blastula that gives rise to the + ectoderm after gastrulation. + meaning: CL:0000352 + title: epiblast cell + CL:1001109: + text: CL:1001109 + description: An epithelial cell that is part of some loop of Henle thick ascending + limb segment located in the renal cortex. + meaning: CL:1001109 + title: kidney loop of Henle cortical thick ascending limb epithelial cell + CL:2000095: + text: CL:2000095 + description: Any hematopoietic stem cell that is part of a umbilical cord + blood. + meaning: CL:2000095 + title: cord blood hematopoietic stem cell + CL:4033056: + text: CL:4033056 + description: A differentiated flat keratinocyte that is part of a nail plate. + An onychocyte is firmly adherent and does not desquamate. + meaning: CL:4033056 + title: onychocyte + CL:0002280: + text: CL:0002280 + description: An enteroendocrine cell found in the ileum and jejunum that produces + neurotensin. + meaning: CL:0002280 + title: type N enteroendocrine cell + CL:1000465: + text: CL:1000465 + description: A chromaffin cell that is part of the ovary. + meaning: CL:1000465 + title: chromaffin cell of ovary + CL:0000889: + text: CL:0000889 + description: An immature myeloid leukocyte of heterogeneous phenotype found + particularly in cancer and sepsis patients that is capable of suppressing + activity of T cells in ex vivo assays. This cell type is CD45-positive, + CD11b-positive. + meaning: CL:0000889 + title: myeloid suppressor cell + CL:0002008: + text: CL:0002008 + description: A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, + IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell. + meaning: CL:0002008 + title: CD34-positive, CD38-positive eosinophil progenitor cell + CL:4030033: + text: CL:4030033 + description: An endothelial cell that lines a surface of a cardiac valve leaflet. + Along with valve interstitial cells, a valve endothelial cell maintains + tissue homeostasis for the function of cardiac valves through secreting + biochemical signals, matrix proteins and matrix remodeling enzymes. + meaning: CL:4030033 + title: valve endothelial cell + CL:0000632: + text: CL:0000632 + description: A cell that is found in the perisinusoidal space of the liver + that is capable of multiple roles including storage of retinol, presentation + of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, + production of extracellular matrix components that can contribute to liver + fibrosis. This activated state has a myofibroblast-like phenotype, though + it's not clear in the literature if this is terminally differentiated. This + cell type comprises approximately 8-15% of total cells in the liver. + meaning: CL:0000632 + title: hepatic stellate cell + CL:0000342: + text: CL:0000342 + description: Any animal cell containing pigment granules. + meaning: CL:0000342 + title: pigment cell (sensu Vertebrata) + CL:0000832: + text: CL:0000832 + description: A myeloblast committed to the eosinophil lineage. + meaning: CL:0000832 + title: eosinophilic myeloblast + CL:4042008: + text: CL:4042008 + description: A cell type located in the first layer of the neocortex with + radial protrusions extending transversely into the deeper cortex layers, + herby facilitating communication across neurons, astrocytes, capillaries, + meninges and cerebrospinal fluid through contact with neurons, pia mater + and capillaries. + meaning: CL:4042008 + title: fibrous astrocyte + CL:1001451: + text: CL:1001451 + description: A sensory neuron of the dorsal root ganglia that senses body + position and sends information about how much the muscle is stretched to + the spinal cord. + meaning: CL:1001451 + title: sensory neuron of dorsal root ganglion + CL:0002607: + text: CL:0002607 + description: A neural crest cell that gives rise to cells of the enteric nervous + system. + meaning: CL:0002607 + title: migratory enteric neural crest cell + CL:4033062: + text: CL:4033062 + description: A trophoblast cell that invades the uterine wall to anchor the + placenta to the uterus. An interstitial extravillous trophoblast cell differentiates + from an extravillous trophoblast cell, becoming hyperchromatic and changing + its morphology to a fibroblast-like spindle-shaped cell. In humans, this + cell can be distinguished by the expression of placental-specific protein + 8, which stimulates migration. + meaning: CL:4033062 + title: interstitial extravillous trophoblast cell + CL:1000437: + text: CL:1000437 + description: An epithelial cell that is part of the nasolacrimal duct. + meaning: CL:1000437 + title: epithelial cell of nasolacrimal duct + CL:0011106: + text: CL:0011106 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer using GABA. + meaning: CL:0011106 + title: GABAnergic interplexiform cell + CL:1000312: + text: CL:1000312 + description: A goblet cell that is part of the epithelium of bronchus. + meaning: CL:1000312 + title: bronchial goblet cell + CL:1000327: + text: CL:1000327 + description: A goblet cell that is part of the epithelium proper of appendix. + meaning: CL:1000327 + title: appendix goblet cell + CL:0008048: + text: CL:0008048 + description: A glutamatergic motor neuron with a soma in the brainstem or + cerebral cortex. They do not synapse directly to muscles but rather to + lower motor neurons, which do. They are the main controllers of voluntary + movement. + meaning: CL:0008048 + title: upper motor neuron + CL:0000857: + text: CL:0000857 + description: A skeletal muscle myoblast that differentiates into slow muscle + fibers. + meaning: CL:0000857 + title: slow muscle myoblast + CL:1000239: + text: CL:1000239 + description: Any glial cell that is part of some anterior lateral line nerve. + meaning: CL:1000239 + title: anterior lateral line nerve glial cell + CL:0002329: + text: CL:0002329 + description: An epithelial cell type that lacks the columnar shape typical + for other respiratory epithelial cells. This cell type is able to differentiate + into other respiratory epithelial cells in response to injury. + meaning: CL:0002329 + title: basal epithelial cell of tracheobronchial tree + CL:0004230: + text: CL:0004230 + description: A bistratified amacrine cell with a small dendritic field that + has post-synaptic terminals in S1 and the border of S1-S2, and termination + of a second arbor within the border of S2-S3 and S3. + meaning: CL:0004230 + title: diffuse bistratified amacrine cell + CL:0002144: + text: CL:0002144 + description: An endothelial cell found in capillaries. + meaning: CL:0002144 + title: capillary endothelial cell + CL:1001021: + text: CL:1001021 + description: Any kidney loop of Henle epithelial cell that is part of some + descending limb of loop of Henle. + meaning: CL:1001021 + title: kidney loop of Henle descending limb epithelial cell + CL:0008010: + text: CL:0008010 + description: A cranial motor neuron whose soma is located in the midbrain + andor hindbrain and which innervates the skeletal muscles of the eye or + tongue. + meaning: CL:0008010 + title: cranial somatomotor neuron + CL:0002118: + text: CL:0002118 + description: A CD38-negative IgG-negative memory B cell is a IgG-negative + class switched memory B cell that lacks IgG on the cell surface with the + phenotype CD38-negative and IgG-negative. + meaning: CL:0002118 + title: CD38-negative IgG-negative class switched memory B cell + CL:4023064: + text: CL:4023064 + description: An interneuron that is derived from the caudal ganglionic eminence. + meaning: CL:4023064 + title: caudal ganglionic eminence derived interneuron + CL:0000878: + text: CL:0000878 + description: A tissue-resident macrophage found in the central nervous system. + meaning: CL:0000878 + title: central nervous system macrophage + CL:0009051: + text: CL:0009051 + description: A T cell that is located in the anorectum. + meaning: CL:0009051 + title: T cell of anorectum + CL:0019001: + text: CL:0019001 + description: Any serous secreting cell that is part of the tracheobronchial + epithelium. + meaning: CL:0019001 + title: tracheobronchial serous cell + CL:1001100: + text: CL:1001100 + description: Any smooth muscle cell that is part of some renal efferent arteriole. + meaning: CL:1001100 + title: kidney efferent arteriole smooth muscle cell + CL:0002571: + text: CL:0002571 + description: A mesenchymal stem cell of liver. + meaning: CL:0002571 + title: hepatic mesenchymal stem cell + CL:0008035: + text: CL:0008035 + description: Any vascular associated smooth muscle cell that is part of some + microcirculatory vessel. + meaning: CL:0008035 + title: microcirculation associated smooth muscle cell + CL:0003045: + text: CL:0003045 + description: A bistratified ganglion cell with larger, asymetric dendritic + fields that terminate in S2 and S4. + meaning: CL:0003045 + title: M12 retinal ganglion cell + CL:0002666: + text: CL:0002666 + description: An otic fibrocyte that underlies the spiral prominence and is + part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002666 + title: type 2 otic fibrocyte + CL:4023044: + text: CL:4023044 + description: An extratelencephalic-projecting glutamatergic neuron located + in layer 5b of the primary motor cortex that does not project to the medulla. + Non-MY ET cells are large, big-tufted cells with the apical dendrite often + bifurcating close to the soma, suggesting they are corticospinal cells. + Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, + and smaller AP width, compared to L5 IT neurons. + meaning: CL:4023044 + title: non-medulla, extratelencephalic-projecting glutamatergic neuron of + the primary motor cortex + CL:0002085: + text: CL:0002085 + description: Specialized elongated ventricular ependymal cell that has processes + that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts + seen in developing brain. Found in the adult brain in the third ventricle, + cerebral aqueduct, spinal canal and floor of the fourth ventricle. + meaning: CL:0002085 + title: tanycyte + CL:1001142: + text: CL:1001142 + description: Any kidney cortex vein cell that is part of some kidney arcuate + vein. + meaning: CL:1001142 + title: arcuate vein cell + CL:0002661: + text: CL:0002661 + description: A luminal cell of terminal ducts, i.e.e the terminal branch of + a lactiferous duct which alveolar cells drain into. + meaning: CL:0002661 + title: luminal cell of lactiferous terminal ductal lobular unit + CL:0000146: + text: CL:0000146 + meaning: CL:0000146 + title: simple columnar epithelial cell + CL:0002089: + text: CL:0002089 + description: A group 2 innate lymphoid cell in the mouse capable of secreting + IL-13 in response to a helminth infection. This cell is lineage-negative, + ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive. + meaning: CL:0002089 + title: group 2 innate lymphoid cell, mouse + CL:0000507: + text: CL:0000507 + description: A peptide hormone secreting cell that secretes endorphin. + meaning: CL:0000507 + title: endorphin secreting cell + CL:0000246: + text: CL:0000246 + meaning: CL:0000246 + title: Mauthner neuron + CL:0002016: + text: CL:0002016 + description: A polychromatiic erythroblast that is Gly-A-positive and CD71-low. + meaning: CL:0002016 + title: CD71-low, GlyA-positive polychromatic erythroblast + CL:0002526: + text: CL:0002526 + description: A dermal dendritic cell that is CD1a-negative and CD14-positive. + meaning: CL:0002526 + title: CD14-positive dermal dendritic cell + CL:0002514: + text: CL:0002514 + description: A CD8alpha alpha positive gamma-delta intraepithelial T cell + that does not express a TCR partially encoded by the Vgamma5 gene segment. + meaning: CL:0002514 + title: Vgamma5-negative CD8alpha alpha positive gamma-delta intraepithelial + T cell + CL:0011102: + text: CL:0011102 + description: Parasympathetic neurons are part of the parasympathetic nervous + sysem and the cell bodies lie in the brain and sacral region of the spinal + cord. The neurons are mainly cholinergic. + meaning: CL:0011102 + title: parasympathetic neuron + CL:0004232: + text: CL:0004232 + description: An amacrine cell with a flat dendritic arbor and a medium dendritic + field. Starburst amacrine cells have post-synaptic terminals in S2. This + cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) + and acetylcholine. + meaning: CL:0004232 + title: starburst amacrine cell + CL:0001006: + text: CL:0001006 + description: Dermal dendritic cell is a conventional dendritic cell that is + CD11b-positive, CD205-positive and CD8 alpha-negative. + meaning: CL:0001006 + title: dermal dendritic cell + CL:0009081: + text: CL:0009081 + description: The human equivalent of a DN2 thymocyte; typically contains two + phases, in the latter of which these thymocytes begin the process of beta + selection. + meaning: CL:0009081 + title: specified double negative thymocyte (Homo sapiens) + CL:0008004: + text: CL:0008004 + description: A muscle cell that is part of some somatic muscle. + meaning: CL:0008004 + title: somatic muscle cell + CL:1001582: + text: CL:1001582 + description: Neuron of lateral ventricle. + meaning: CL:1001582 + title: lateral ventricle neuron + CL:1000350: + text: CL:1000350 + description: A basal cell that is part of the epithelium of terminal bronchiole. + meaning: CL:1000350 + title: basal cell of epithelium of terminal bronchiole + CL:0000416: + text: CL:0000416 + meaning: CL:0000416 + title: polytene cell + CL:0000199: + text: CL:0000199 + description: A cell specialized to transduce mechanical stimuli and relay + that information centrally in the nervous system. + meaning: CL:0000199 + title: mechanoreceptor cell + CL:0000208: + text: CL:0000208 + meaning: CL:0000208 + title: pH receptor cell + CL:1000271: + text: CL:1000271 + description: Any ciliated cell that is part of some lung. + meaning: CL:1000271 + title: lung ciliated cell + CL:0000421: + text: CL:0000421 + description: A free floating cell, including amebocytes and eleocytes, in + the coelom of certain animals, especially annelids. + meaning: CL:0000421 + title: coelomocyte + CL:2000043: + text: CL:2000043 + description: Any pericyte cell that is part of a brain. + meaning: CL:2000043 + title: brain pericyte + CL:0002606: + text: CL:0002606 + description: An astrocyte of the spinal cord. + meaning: CL:0002606 + title: astrocyte of the spinal cord + CL:0000214: + text: CL:0000214 + description: A cell located in the synovial joint. + meaning: CL:0000214 + title: synovial cell + CL:0000605: + text: CL:0000605 + description: A spore formed following mitosis or mitoses. + meaning: CL:0000605 + title: fungal asexual spore + CL:0001087: + text: CL:0001087 + description: A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, + CD45RO-negative, and CCR7-negative. + meaning: CL:0001087 + title: effector memory CD4-positive, alpha-beta T cell, terminally differentiated + CL:0002096: + text: CL:0002096 + description: A specialised myocyte that lies between the sinoatrial node and + the atrioventricular node and is involved in the conduction of electrical + signals. + meaning: CL:0002096 + title: internodal tract myocyte + CL:1000493: + text: CL:1000493 + description: A mesothelial cell that is part of the visceral pleura. + meaning: CL:1000493 + title: mesothelial cell of visceral pleura + CL:0002478: + text: CL:0002478 + description: An adipose macrophage that does not express F4/80but is MHC-II-positive. + This cell type exhibits autofluorescence under typical flow cyometry conditions. + meaning: CL:0002478 + title: F4/80-negative adipose macrophage + CL:4033013: + text: CL:4033013 + description: A keratinocyte of the epidermis suprabasal layer. This cell may + express the differentiation markers keratin 10 and keratin 1. + meaning: CL:4033013 + title: suprabasal keratinocyte + CL:4033048: + text: CL:4033048 + description: A respiratory epithelial cell with topographic nuclear position + in between the basal and luminal cell of the airway epithelium. This non-basal, + intermediate cell has limited proliferative capacity, ultrastructural features + of basal cells and no defined features of the typically differentiated cellular + phenotypes. + meaning: CL:4033048 + title: respiratory suprabasal cell + CL:1000428: + text: CL:1000428 + description: A somatic stem cell that is part of the epidermis. + meaning: CL:1000428 + title: stem cell of epidermis + CL:4030013: + text: CL:4030013 + description: Epithelial cell of the descending thin limb of the long loop + (juxtamedullary) nephron that spans the outer medulla (inner stripe). It + is known in some mammalian species that the long descending limb of the + loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist + protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the + protein kinase Stk32a. + meaning: CL:4030013 + title: kidney loop of Henle long descending thin limb outer medulla epithelial + cell + CL:0000019: + text: CL:0000019 + description: A mature male germ cell that develops from a spermatid. + meaning: CL:0000019 + title: sperm + CL:0002228: + text: CL:0002228 + description: An elongating cell that rapidly obliterates the lumen of the + lens vesicle. Subsequently, differentiation of this cell type at the lens + equator leads to the formation of secondary fiber cells that come to overlie + the primary fibers. + meaning: CL:0002228 + title: primary lens fiber + CL:4028006: + text: CL:4028006 + description: A pulmonary interstitial fibroblast that is part of the alveolus + and localizes to vascular adventitia. + meaning: CL:4028006 + title: alveolar adventitial fibroblast + CL:0002129: + text: CL:0002129 + description: Regular cardiac myocyte of a cardiac atrium. + meaning: CL:0002129 + title: regular atrial cardiac myocyte + CL:0001021: + text: CL:0001021 + description: A common lymphoid progenitor that is CD10-positive, CD45RA-positive, + CD34-positive and CD38-positive. + meaning: CL:0001021 + title: CD34-positive, CD38-positive common lymphoid progenitor + CL:1001610: + text: CL:1001610 + description: 'Hematopoietic cells resident in the bone marrow. Include: hematopoietic + stem cells (lymphoid stem cells and myeloid stem cells) and the precursor + cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, + monocytes and lymphocytes.' + meaning: CL:1001610 + title: bone marrow hematopoietic cell + CL:1000909: + text: CL:1000909 + description: Any nephron tubule epithelial cell that is part of some loop + of Henle. + meaning: CL:1000909 + title: kidney loop of Henle epithelial cell + CL:0000410: + text: CL:0000410 + meaning: CL:0000410 + title: CNS long range interneuron + CL:4023025: + text: CL:4023025 + description: A sst GABAergic cortical interneuron that is both an interneuron + and a projecting neuron. They are found in all layers from upper L2/3 down + to the bottom of L6. They have long-range projections, some with axons fading + into white matter. These cells have low rebound potential, low hyperpolarization + sag, and high variability in membrane time constant. + meaning: CL:4023025 + title: long-range projecting sst GABAergic cortical interneuron (Mmus) + CL:0000130: + text: CL:0000130 + meaning: CL:0000130 + title: neuron associated cell (sensu Nematoda and Protostomia) + CL:0000864: + text: CL:0000864 + description: A macrophage constitutively resident in a particular tissue under + non-inflammatory conditions, and capable of phagocytosing a variety of extracellular + particulate material, including immune complexes, microorganisms, and dead + cells. + meaning: CL:0000864 + title: tissue-resident macrophage + CL:0000048: + text: CL:0000048 + description: A stem cell that can give rise to multiple lineages of cells. + meaning: CL:0000048 + title: multi fate stem cell + CL:0002357: + text: CL:0002357 + description: A fetal liver derived enucleated erythrocyte. This erythrocyte + resembles adult erythrocytes in that they are small (3- to 6- times smaller + than primitive erythrocytes) and produce adult hemaglobins. + meaning: CL:0002357 + title: fetal derived definitive erythrocyte + CL:0002560: + text: CL:0002560 + description: An epithelial cell that resides in the inner root sheath of the + hair follicle. + meaning: CL:0002560 + title: inner root sheath cell + CL:0000964: + text: CL:0000964 + description: A germinal center B cell that founds a germinal center, and has + the phenotype IgD-positive, CD38-positive, and CD23-negative. + meaning: CL:0000964 + title: Bm2' B cell + CL:0009005: + text: CL:0009005 + description: Any cell in a salivary gland. + meaning: CL:0009005 + title: salivary gland cell + CL:0000483: + text: CL:0000483 + description: A peptide hormone secreting cell that secretes bombesin stimulating + hormone. + meaning: CL:0000483 + title: bombesin stimulating hormone secreting cell + CL:0000185: + text: CL:0000185 + description: Contractile cells resembling smooth muscle cells that are present + in glands, notably the mammary gland, and aid in secretion. This cell has + long weaving dendritic processes containing myofilament. + meaning: CL:0000185 + title: myoepithelial cell + CL:0000956: + text: CL:0000956 + description: A pre-B-I cell is a precursor B cell that expresses CD34 and + surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) + on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries + a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain + protein. + meaning: CL:0000956 + title: pre-B-I cell + CL:4030049: + text: CL:4030049 + description: A DRD2-expressing medium spiny neuron that is part of a striosome + of dorsal striatum. + meaning: CL:4030049 + title: striosomal D2 medium spiny neuron + CL:0002326: + text: CL:0002326 + description: A mammary epithelial cell that occurs in the lumen of the ductal + and alveoli structure in the breast. + meaning: CL:0002326 + title: luminal epithelial cell of mammary gland + CL:0000028: + text: CL:0000028 + meaning: CL:0000028 + title: CNS neuron (sensu Nematoda and Protostomia) + CL:0000847: + text: CL:0000847 + description: An olfactory receptor cell in which the apical ending of the + dendrite is a pronounced ciliated olfactory knob. + meaning: CL:0000847 + title: ciliated olfactory receptor neuron + CL:1000323: + text: CL:1000323 + description: A goblet cell that is part of the epithelium of pyloric gland. + meaning: CL:1000323 + title: pyloric gastric gland goblet cell + CL:0010006: + text: CL:0010006 + description: Any blood vessel endothelial cell that is part of some heart. + meaning: CL:0010006 + title: cardiac blood vessel endothelial cell + CL:4033018: + text: CL:4033018 + description: A megakaryocyte that is resident in the lung connective tissue. + meaning: CL:4033018 + title: lung megakaryocyte + CL:1000182: + text: CL:1000182 + description: Any tip cell that is part of some Malpighian tubule. + meaning: CL:1000182 + title: malpighian tubule tip cell + CL:0000233: + text: CL:0000233 + description: A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, + found in the blood of all mammals, and mainly involved in blood coagulation. + meaning: CL:0000233 + title: platelet + CL:1001567: + text: CL:1001567 + description: Any endothelial cell of vascular tree that is part of some lung. + meaning: CL:1001567 + title: lung endothelial cell + CL:0000443: + text: CL:0000443 + description: Any secretory cell that is capable of some calcitonin secretion. + meaning: CL:0000443 + title: calcitonin secreting cell + CL:0000474: + text: CL:0000474 + description: An insect renal cell that filters hemolymph and is found with + other pericardial nephrocytes in two rows flanking the dorsal vessel. + meaning: CL:0000474 + title: pericardial nephrocyte + CL:4023168: + text: CL:4023168 + description: A neuron that is part of the somatic sensory system. Somatosensory + neurons innervate the skin or integument to detect different types of thermal, + chemical, and mechanical touch stimuli. + meaning: CL:4023168 + title: somatosensory neuron + CL:0000204: + text: CL:0000204 + meaning: CL:0000204 + title: acceleration receptive cell + CL:1000478: + text: CL:1000478 + description: A transitional myocyte that is part of the sinoatrial node. + meaning: CL:1000478 + title: transitional myocyte of sinoatrial node + CL:0000557: + text: CL:0000557 + description: A hematopoietic progenitor cell that is committed to the granulocyte + and monocyte lineages. These cells are CD123-positive, and do not express + Gata1 or Gata2 but do express C/EBPa, and Pu.1. + meaning: CL:0000557 + title: granulocyte monocyte progenitor cell + CL:0002456: + text: CL:0002456 + description: A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive + and CD4-positive. + meaning: CL:0002456 + title: CD8_alpha-positive plasmacytoid dendritic cell + CL:0000501: + text: CL:0000501 + description: A supporting cell for the developing female gamete in the ovary + of mammals. They develop from the coelomic epithelial cells of the gonadal + ridge. Granulosa cells form a single layer around the mammalian oocyte in + the primordial ovarian follicle and advance to form a multilayered cumulus + oophorus surrounding the ovum in the Graafian follicle. The major functions + of granulosa cells include the production of steroids and LH receptors. + meaning: CL:0000501 + title: granulosa cell + CL:4023075: + text: CL:4023075 + description: A sst GABAergic cortical interneuron found in L6 that expresses + tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization + within L6. + meaning: CL:4023075 + title: L6 th sst GABAergic interneuron (Mmus) + CL:0002278: + text: CL:0002278 + description: An enteroendocrine cell of duodenum and jejunum that produces + gastric inhibitory peptide. + meaning: CL:0002278 + title: GIP cell + CL:4033045: + text: CL:4033045 + description: A dendritic cell that captures antigens in a lung and migrates + to a lymph node or to the spleen to activate T cells. + meaning: CL:4033045 + title: lung migratory dendritic cell + CL:1001576: + text: CL:1001576 + description: Squamous cell of oral epithelium. + meaning: CL:1001576 + title: oral mucosa squamous cell + CL:1001435: + text: CL:1001435 + description: The small neuron in the glomerular layer of the olfactory bulb + whose dendrites arborize within a glomerulus, where it receives synaptic + input from olfactory receptor cell axon terminals, and also engages in dendrodendritic + interactions with mitral and tufted cell dendrites; uses both GABA and dopamine + as a neurotransmitter. + meaning: CL:1001435 + title: periglomerular cell + CL:0002681: + text: CL:0002681 + description: A cell that is part of a cortex of kidney. + meaning: CL:0002681 + title: kidney cortical cell + CL:0002083: + text: CL:0002083 + description: A chromaffin cell of the adrenal medulla that produces norepinephrine. + meaning: CL:0002083 + title: type I cell of adrenal medulla + CL:1001123: + text: CL:1001123 + description: Any peritubular capillary endothelial cell that is part of some + outer renal medulla peritubular capillary. + meaning: CL:1001123 + title: kidney outer medulla peritubular capillary cell + CL:0009095: + text: CL:0009095 + description: An endothelial cell that is part of a uterus. + meaning: CL:0009095 + title: endothelial cell of uterus + CL:0001052: + text: CL:0001052 + description: A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-negative. + meaning: CL:0001052 + title: CD8-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell + CL:1000304: + text: CL:1000304 + description: A fibroblast that is part of the connective tissue of nonglandular + part of prostate. + meaning: CL:1000304 + title: fibroblast of connective tissue of nonglandular part of prostate + CL:0002165: + text: CL:0002165 + description: A supporting cell that is attached to the basement membrane and + forms rows that support the hair cells. + meaning: CL:0002165 + title: phalangeal cell + CL:1000418: + text: CL:1000418 + description: A myoepithelial cell that is part of the mammary gland alveolus. + meaning: CL:1000418 + title: myoepithelial cell of lactiferous alveolus + CL:0002489: + text: CL:0002489 + description: A thymocyte that lacks expression of CD4 and CD8. + meaning: CL:0002489 + title: double negative thymocyte + CL:0002270: + text: CL:0002270 + description: A type EC enteroendocrine cell in the duodenum and jejunum that + stores and secretes motilin and 5-hydroxytryptamine. + meaning: CL:0002270 + title: type EC2 enteroendocrine cell + CL:4023189: + text: CL:4023189 + description: A retinal ganglion cell located in the ganglion cell layer of + the retina. This cell projects to magnocellular cells in the lateral geniculate + nucleus (LGN). They have large cell bodies and extensive, branching dendritic + networks that contribute to their large receptive fields. + meaning: CL:4023189 + title: parasol ganglion cell of retina + CL:0003042: + text: CL:0003042 + description: An M9 retinal ganglion cell with synaptic terminals in S4 that + is depolarized by decreased illumination of their receptive field center + meaning: CL:0003042 + title: M9-OFF retinal ganglion cell + CL:0000901: + text: CL:0000901 + description: CD4-positive alpha-beta T cell with regulatory function that + produces IL-10. + meaning: CL:0000901 + title: Tr1 cell + CL:0002107: + text: CL:0002107 + description: An IgD-negative CD38-positive IgG memory B cell is a CD38-positive + IgG-positive that has class switched and lacks expression of IgD on the + cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive. + meaning: CL:0002107 + title: IgD-negative CD38-positive IgG memory B cell + CL:1000472: + text: CL:1000472 + description: A myoepithelial cell that is part of the tertiary lactiferous + duct. + meaning: CL:1000472 + title: myoepithelial cell of tertiary lactiferous duct + CL:0005011: + text: CL:0005011 + description: A cuboidal epithelial cell of the kidney which secretes acid + and reabsorbs base to regulate acid/base balance. + meaning: CL:0005011 + title: renal alpha-intercalated cell + CL:0000929: + text: CL:0000929 + description: A mature NK T cell that secretes interferon-gamma and enhances + Th1 immune responses. + meaning: CL:0000929 + title: CD4-negative, CD8-negative type I NK T cell secreting interferon-gamma + CL:4023007: + text: CL:4023007 + description: A vip GABAergic cortical interneuron with bipolar morphology, + with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across + all layers (with preferences for layers II/III and Va) and a dendritic tree + that is vertically more restricted than deeper layer vip cells and extend + fewer dendrites into the layers outside their home layer (location of soma). + L2/3 bipolar vip cells have great variability in firing patterns, though + most are continuous adapting. L2/3 bipolar vip cells are more depolarized + in their resting state, had less fast rectification, and had smaller after + hyperpolarization than deeper vip cells. + meaning: CL:4023007 + title: L2/3 bipolar vip GABAergic interneuron (Mmus) + CL:0009049: + text: CL:0009049 + description: A layer of smooth muscle cells that forms the outer layer of + the high endothelial venule of lymph node and pumps to allow flow of lymph + fluid carrying lymphocytes. + meaning: CL:0009049 + title: smooth muscle cell of high endothelial venule of lymph node + CL:0000188: + text: CL:0000188 + description: A somatic cell located in skeletal muscle. + meaning: CL:0000188 + title: cell of skeletal muscle + CL:2000093: + text: CL:2000093 + description: Any fibroblast of lung that is part of a bronchus. + meaning: CL:2000093 + title: bronchus fibroblast of lung + CL:1001474: + text: CL:1001474 + description: An inhibitory, GABAergic projection neuron in the striatum that + integrates glutamatergic signals arising from the cerebral cortex and thalamus. + meaning: CL:1001474 + title: medium spiny neuron + CL:1000414: + text: CL:1000414 + description: An endothelial cell that is part of the venule. + meaning: CL:1000414 + title: endothelial cell of venule + CL:1001318: + text: CL:1001318 + description: A pericyte cell located in the kidney interstitium. + meaning: CL:1001318 + title: renal interstitial pericyte + CL:0000777: + text: CL:0000777 + description: A tissue-resident macrophage of the renal glomerular mesangium + involved in the disposal and degradation of filtration residues, presentation + of antigen to T cells and in tissue remodeling. + meaning: CL:0000777 + title: mesangial phagocyte + CL:0002103: + text: CL:0002103 + description: An IgG-positive double negative memory B cell is a double negative + memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative. + meaning: CL:0002103 + title: IgG-positive double negative memory B cell + CL:1001580: + text: CL:1001580 + description: A glial cell that is part of the hippocampus. + meaning: CL:1001580 + title: hippocampal glial cell + CL:0000020: + text: CL:0000020 + description: An euploid male germ cell of an early stage of spermatogenesis. + meaning: CL:0000020 + title: spermatogonium + CL:0002530: + text: CL:0002530 + description: An immature CD1a-positive dermal dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002530 + title: immature CD1a-positive dermal dendritic cell + CL:0000708: + text: CL:0000708 + description: Stromal cell that forms the internal covering of the vertebrate + brain and produces ECM for this and the choroid plexus. + meaning: CL:0000708 + title: leptomeningeal cell + CL:4023046: + text: CL:4023046 + description: An excitatory glutamatergic neuron transcriptomically related + to the CT subclass, with a soma preferentially located in the bottom of + L6 of the primary motor cortex. + meaning: CL:4023046 + title: L6b glutamatergic neuron of the primary motor cortex + CL:0000659: + text: CL:0000659 + description: An extracellular matrix secreting cell that secretes eggshell. + meaning: CL:0000659 + title: eggshell secreting cell + CL:4023158: + text: CL:4023158 + description: A neuron in the posterior ventral cochlear nucleus that is distinguished + by their long, thick and tentacle-shaped dendrites that typically emanate + from one side of the cell body. + meaning: CL:4023158 + title: octopus cell of the mammalian cochlear nucleus + CL:1001433: + text: CL:1001433 + description: An epithelial cell of the exocrine pancreas. + meaning: CL:1001433 + title: epithelial cell of exocrine pancreas + CL:4042009: + text: CL:4042009 + description: An astrocyte type that presents radial protrusions across the + layers of a cortex. The soma of this astrocyte is part of the first layer + of a neocortex. This astrocyte extents its protrusions transversally to + the deeper layers of a cortex and it creates contact with neurons, the pia + matter and capillaries. This astrocyte is involved in facilitating the communication + across neurons, astrocytes, capillaries, meninges and the cerebrospinal + fluid. + meaning: CL:4042009 + title: interlaminar astrocyte + CL:0002667: + text: CL:0002667 + description: An otic fibrocyte that resides above the stria vasularis and + is part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002667 + title: type 5 otic fibrocyte + CL:0000489: + text: CL:0000489 + meaning: CL:0000489 + title: scotopic photoreceptor cell + CL:0000962: + text: CL:0000962 + description: A follicular B cell that is IgD-positive and CD23-positive and + CD38-positive. This naive cell type is activated in the extrafollicular + areas via interaction with dendritic cells and antigen specific T cells. + meaning: CL:0000962 + title: Bm2 B cell + CL:0000743: + text: CL:0000743 + description: Chondrocyte that is terminally differentiated, produces type + X collagen, is large in size, and often associated with the replacement + of cartilage by bone (endochondral ossification). + meaning: CL:0000743 + title: hypertrophic chondrocyte + CL:0000545: + text: CL:0000545 + description: A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, + CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma. + meaning: CL:0000545 + title: T-helper 1 cell + CL:0000603: + text: CL:0000603 + description: A fungal cell with two genetically distinct haploid nuclei. + meaning: CL:0000603 + title: dikaryon + CL:1000458: + text: CL:1000458 + description: A melanocyte that is part of the skin of body. + meaning: CL:1000458 + title: melanocyte of skin + CL:0000037: + text: CL:0000037 + description: 'A stem cell from which all cells of the lymphoid and myeloid + lineages develop, including blood cells and cells of the immune system. + Hematopoietic stem cells lack cell markers of effector cells (lin-negative). + Lin-negative is defined by lacking one or more of the following cell surface + markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, + CD20, CD56, ly6G, ter119.' + meaning: CL:0000037 + title: hematopoietic stem cell + CL:0000711: + text: CL:0000711 + description: Cumulus cell is a specialized granulosa cell that surrounds and + nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to + form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, + cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus + cells are used to make a distinction between this cell and the other functionally + different subpopulation of granulosa cells at the wall of the Graafian follicle. + meaning: CL:0000711 + title: cumulus cell + CL:0007019: + text: CL:0007019 + meaning: CL:0007019 + title: epidermal mucus secreting cell + CL:0002651: + text: CL:0002651 + description: An endothelial cell that is part of the venous sinus of spleen. + This endothelial cell has an elongated, spindle-shaped, flattened morphology + that is parallel to long axis of sinus. This cell type rests on a basement + membrane interrupted by numerous narrow slits. + meaning: CL:0002651 + title: endothelial cell of venous sinus of spleen + CL:4033063: + text: CL:4033063 + description: A trophoblast cell that invades the maternal spiral arteries + and replace the endothelial lining, remodeling the vessels and allowing + for adequate blood transport into the placenta. An endovascular extravillous + trophoblast cell differentiates from an extravillous trophoblast cell. In + humans, this cell can be distinguished by the expression of CD56. + meaning: CL:4033063 + title: endovascular extravillous trophoblast cell + CL:0010013: + text: CL:0010013 + meaning: CL:0010013 + title: type I pinealocyte + CL:0000752: + text: CL:0000752 + description: A bipolar neuron found in the retina and having connections with + cone photoreceptor cells and neurons in the inner plexiform layer. + meaning: CL:0000752 + title: cone retinal bipolar cell + CL:0009111: + text: CL:0009111 + description: A germinal center B cell found in a lymph node germinal center + light zone. + meaning: CL:0009111 + title: centrocyte + CL:0002384: + text: CL:0002384 + description: A macroconidium that has only one nucleus. + meaning: CL:0002384 + title: uninucleate macroconidium + CL:0000102: + text: CL:0000102 + meaning: CL:0000102 + title: polymodal neuron + CL:4023055: + text: CL:4023055 + description: A corticothalamic-projecting glutamatergic neuron that is located + in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology + and mostly untufted apical dendrites terminating in midcortical layers. + CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells + have a near tonic firing pattern and are distinguished from L6 IT neurons + by a lower inter-spike interval adaptation index. + meaning: CL:4023055 + title: corticothalamic VAL/VM projecting glutamatergic neuron of the primary + motor cortex + CL:0002205: + text: CL:0002205 + description: A brush cell found in the epithelium of lobular bronchiole. + meaning: CL:0002205 + title: brush cell of lobular bronchiole + CL:0002251: + text: CL:0002251 + description: An epithelial cell of the musculomembranous digestive tube extending + from the mouth to the anus. + meaning: CL:0002251 + title: epithelial cell of alimentary canal + CL:4033006: + text: CL:4033006 + description: A(n) endothelial cell that is part of a(n) efferent lymphatic + vessel. + meaning: CL:4033006 + title: endothelial cell of efferent lymphatic vessel + CL:0000667: + text: CL:0000667 + description: An extracellular matrix secreting cell that secretes collagen. + meaning: CL:0000667 + title: collagen secreting cell + CL:0000157: + text: CL:0000157 + description: A cell that specializes in secretion of surfactant in the alveoli + of the lung. + meaning: CL:0000157 + title: surfactant secreting cell + CL:0002235: + text: CL:0002235 + description: A cell of the luminal layer of the epithelium in the prostatic + acinus. + meaning: CL:0002235 + title: luminal cell of prostatic acinus + CL:0009011: + text: CL:0009011 + description: "A rapidly proliferating population of cells that differentiate\ + \ from stem cells of the intestinal crypt of the colon. Stem cells located\ + \ in the crypts of Lieberk\xFChn give rise to proliferating progenitor or\ + \ transit amplifying cells that differentiate into the four major epithelial\ + \ cell types. These include columnar absorptive cells or enterocytes, mucous\ + \ secreting goblet cells, enteroendocrine cells and paneth cells." + meaning: CL:0009011 + title: transit amplifying cell of colon + CL:1000504: + text: CL:1000504 + description: A cell that is part of a renal medulla. + meaning: CL:1000504 + title: kidney medulla cell + CL:4006001: + text: CL:4006001 + description: A fibroblast that is part of the skin of scalp. + meaning: CL:4006001 + title: fibroblast of skin of scalp + CL:0000241: + text: CL:0000241 + meaning: CL:0000241 + title: stratified cuboidal epithelial cell + CL:0000463: + text: CL:0000463 + description: An epidermal cell that secretes chitinous cuticle from its apical + side. + meaning: CL:0000463 + title: epidermal cell (sensu Arthropoda) + CL:0001063: + text: CL:0001063 + description: An abnormal cell exhibiting dysregulation of cell proliferation + or programmed cell death and capable of forming a neoplasm, an aggregate + of cells in the form of a tumor mass or an excess number of abnormal cells + (liquid tumor) within an organism. + meaning: CL:0001063 + title: neoplastic cell + CL:0010000: + text: CL:0010000 + description: A hair follicle matrix region cell which synthesizes keratin + and undergoes a characteristic change as it moves upward from the hair bulb + to become the hair medulla cortex and hair root sheath. + meaning: CL:0010000 + title: keratinized cell of hair follicle + CL:0002465: + text: CL:0002465 + description: A conventional dendritic cell that expresses CD11b (ITGAM). + meaning: CL:0002465 + title: CD11b-positive dendritic cell + CL:0000719: + text: CL:0000719 + meaning: CL:0000719 + title: posterior cone cell (sensu Endopterygota) + CL:4023036: + text: CL:4023036 + description: A pvalb GABAergic cortical interneuron that is recognizable by + the straight terminal axonal 'cartridges' of vertically oriented strings + of synaptic boutons. Chandelier PV cells' boutons target exclusively the + axon initial segment (AIS) of pyramidal cells, with a single cell innervating + hundreds of pyramidal cells in a clustered manner. + meaning: CL:4023036 + title: chandelier pvalb GABAergic cortical interneuron + CL:4023110: + text: CL:4023110 + description: A pyramidal neuron with soma located in the amygdala. + meaning: CL:4023110 + title: amygdala pyramidal neuron + CL:2000048: + text: CL:2000048 + description: A lower motor neuron whose soma is located in the anterior horn. + Anterior horn motor neurons project from the anterior portion of the grey + matter in the spinal cord to some skeletal muscles. + meaning: CL:2000048 + title: anterior horn motor neuron + CL:0000388: + text: CL:0000388 + description: An elongated fibrocyte that is part of a tendon. The cytoplasm + is stretched between the collagen fibres of the tendon. They have a central + cell nucleus with a prominent nucleolus. Tendon cells have a well-developed + rough endoplasmic reticulum and they are responsible for synthesis and turnover + of tendon fibres and ground substance. + meaning: CL:0000388 + title: tendon cell + CL:0000826: + text: CL:0000826 + description: A progenitor cell of the B cell lineage, with some lineage specific + activity such as early stages of recombination of B cell receptor genes, + but not yet fully committed to the B cell lineage until the expression of + PAX5 occurs. + meaning: CL:0000826 + title: pro-B cell + CL:0000106: + text: CL:0000106 + description: Neuron with one neurite that extends from the cell body. + meaning: CL:0000106 + title: unipolar neuron + CL:0000589: + text: CL:0000589 + description: A bulbous cell that is medially placed in one row in the organ + of Corti. In contrast to the outer hair cells, the inner hair cells are + fewer in number, have fewer sensory hairs, and are less differentiated. + meaning: CL:0000589 + title: cochlear inner hair cell + CL:1001593: + text: CL:1001593 + description: 'Glandular cell of parathyroid epithelium. Example: Parathyroid + chief cell and parathyroid oxyphil cells.' + meaning: CL:1001593 + title: parathyroid glandular cell + CL:1000473: + text: CL:1000473 + description: A myoepithelial cell that is part of the quarternary lactiferous + duct. + meaning: CL:1000473 + title: myoepithelial cell of quarternary lactiferous duct + CL:0002562: + text: CL:0002562 + description: An epidermal cell that is part of the germinal matrix. + meaning: CL:0002562 + title: hair germinal matrix cell + CL:2000008: + text: CL:2000008 + description: Any blood vessel endothelial cell that is part of a microvascular + endothelium. + meaning: CL:2000008 + title: microvascular endothelial cell + CL:0002210: + text: CL:0002210 + description: A slow muscle cell that contains high levels of myoglobin and + oxygen storing proteins giving the cell a red appearance. + meaning: CL:0002210 + title: red muscle cell + CL:0002509: + text: CL:0002509 + description: A langerin-positive lymph node dendritic cell that is CD103-positive + and CD11b-low. + meaning: CL:0002509 + title: CD103-positive, langerin-positive lymph node dendritic cell + CL:0002154: + text: CL:0002154 + description: A promyelocyte with a nucleus that is indented and contains more + marginated heterochromatin compared to its precursor cell (myeloblast); + cytoplasm is deeply basophilic and contains numerous mitochondria and meandering + cysternae of endoplasmic reticulum; largest of the granulocyte lineages. + meaning: CL:0002154 + title: early promyelocyte + CL:0000341: + text: CL:0000341 + meaning: CL:0000341 + title: pigment cell (sensu Nematoda and Protostomia) + CL:0000581: + text: CL:0000581 + description: A macrophage resident in the peritoneum under non-inflammatory + conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, + CD115-high, MHC-II-negative, and Dectin-1-positive. + meaning: CL:0000581 + title: peritoneal macrophage + CL:0002337: + text: CL:0002337 + description: A stem cell located in the bulge of the hair follicle that can + give rise to regenerate the new follicle with each hair cycle and to reepithelialize + the epidermis during wound repair. + meaning: CL:0002337 + title: keratinocyte stem cell + CL:4030016: + text: CL:4030016 + description: An epithelial cell located in the early distal convoluted tubule. + meaning: CL:4030016 + title: epithelial cell of early distal convoluted tubule + CL:4030019: + text: CL:4030019 + description: A renal intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030019 + title: kidney connecting tubule intercalated cell + CL:4023121: + text: CL:4023121 + description: A sst GABAergic cortical interneuron that also expresses Chodl. + These neurons are rare and correspond to the only known cortical interneurons + with long-range projection. + meaning: CL:4023121 + title: sst chodl GABAergic cortical interneuron + CL:0000824: + text: CL:0000824 + description: A natural killer cell that is developmentally mature and expresses + a variety of inhibitory and activating receptors that recognize MHC class + I and other stress related molecules. + meaning: CL:0000824 + title: mature natural killer cell + CL:2000011: + text: CL:2000011 + description: Any endothelial cell of lymphatic vessel that is part of a dermis. + meaning: CL:2000011 + title: dermis lymphatic vessel endothelial cell + CL:1001225: + text: CL:1001225 + description: A cell that is part of a collecting duct of renal tubule. + meaning: CL:1001225 + title: kidney collecting duct cell + CL:0000010: + text: CL:0000010 + description: A cell in vitro that is or has been maintained or propagated + as part of a cell culture. + meaning: CL:0000010 + title: cultured cell + CL:0009079: + text: CL:0009079 + description: A fibroblast located between thymic lobules. + meaning: CL:0009079 + title: thymic fibroblast type 2 + CL:0011015: + text: CL:0011015 + description: A motile sperm cell that contain no F-actin, and their motility + is powered by a dynamic filament system. + meaning: CL:0011015 + title: amoeboid sperm cell + CL:0002482: + text: CL:0002482 + description: A melanocyte that produces pigment in the dermis. + meaning: CL:0002482 + title: dermal melanocyte + CL:1000329: + text: CL:1000329 + description: A goblet cell that is part of the epithelium of trachea. + meaning: CL:1000329 + title: tracheal goblet cell + CL:4023004: + text: CL:4023004 + description: A type of intrafusal muscle fiber that lies in the center of + a muscle spindle. Nuclei are clustered centrally and give the equatorial + region a swollen appearance. They are associated with associated with dynamic + gamma motor neurons, and the stretching of the equatorial region of the + nuclear bag fibers results in an increase in the firing rate of type Ia + sensory fibers. + meaning: CL:4023004 + title: nuclear bag fiber + CL:1000447: + text: CL:1000447 + description: A basal cell that is part of the epithelium of esophagus. + meaning: CL:1000447 + title: epithelial cell of stratum germinativum of esophagus + CL:0001061: + text: CL:0001061 + description: A cell found in an organism or derived from an organism exhibiting + a phenotype that deviates from the expected phenotype of any native cell + type of that organism. Abnormal cells are typically found in disease states + or disease models. + meaning: CL:0001061 + title: abnormal cell + CL:0000460: + text: CL:0000460 + description: Any secretory cell that is capable of some glucocorticoid secretion. + meaning: CL:0000460 + title: glucocorticoid secreting cell + CL:1001068: + text: CL:1001068 + meaning: CL:1001068 + title: kidney venous system smooth muscle cell + CL:0000098: + text: CL:0000098 + description: A specialized epithelial cell involved in sensory perception. + Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear + receptor systems; contain sensory cells surrounded by supportive, non-receptive + cells. + meaning: CL:0000098 + title: sensory epithelial cell + CL:0000935: + text: CL:0000935 + description: A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell + that is found in the columnar epithelium of the gastrointestinal tract. + meaning: CL:0000935 + title: CD4-negative, CD8-negative, alpha-beta intraepithelial T cell + CL:0009043: + text: CL:0009043 + description: An intestinal crypt stem cell that is located in the colon. + meaning: CL:0009043 + title: intestinal crypt stem cell of colon + CL:0004244: + text: CL:0004244 + description: An amacrine cell with a wide dendritic field, dendrites in S4, + and post-synaptic terminals in S4. + meaning: CL:0004244 + title: WF4 amacrine cell + CL:1000448: + text: CL:1000448 + description: An epithelial cell that is part of the sweat gland. + meaning: CL:1000448 + title: epithelial cell of sweat gland + CL:0001059: + text: CL:0001059 + description: A progenitor cell committed to myeloid lineage, including the + megakaryocyte and erythroid lineages. These cells are CD34-positive, and + express Gata1, Gata2, C/EBPa, and Pu.1. + meaning: CL:0001059 + title: common myeloid progenitor, CD34-positive + CL:0000945: + text: CL:0000945 + description: A lymphocyte of B lineage with the commitment to express an immunoglobulin + complex. + meaning: CL:0000945 + title: lymphocyte of B lineage + CL:0001057: + text: CL:0001057 + description: A myeloid dendritic cell with the phenotype HLA-DRA-positive. + meaning: CL:0001057 + title: myeloid dendritic cell, human + CL:1001224: + text: CL:1001224 + description: Any smooth muscle cell that is part of some renal interlobular + vein. + meaning: CL:1001224 + title: interlobulary vein smooth muscle cell + CL:0005005: + text: CL:0005005 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into a cyanophore. + meaning: CL:0005005 + title: cyanoblast + CL:0000649: + text: CL:0000649 + description: A cell with delicate radiating processes known as desmosomes + that form intercellular bridges between other cells of this type. This cell + type forms the stratum spinosum (prickle cell layer). A function of this + cell is to generate keratin. + meaning: CL:0000649 + title: prickle cell + CL:2000025: + text: CL:2000025 + description: Any oligodendrocyte that is part of a spinal cord. + meaning: CL:2000025 + title: spinal cord oligodendrocyte + CL:0000996: + text: CL:0000996 + description: Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative + plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0000996 + title: mature CD11c-negative plasmacytoid dendritic cell + CL:4023169: + text: CL:4023169 + description: A neuron that is responsible for sensation in the face or motor + functions such as biting and chewing. Trigeminal neurons extend a single + axon shaft along the lateral white matter of the hindbrain and spinal cord. + The highly branched axons innervate the integument of the head. + meaning: CL:4023169 + title: trigeminal neuron + CL:0000989: + text: CL:0000989 + description: CD11c-low plasmacytoid dendritic cell is a leukocyte that is + CD11c-low, CD45R-positive, GR1-positive and CD11b-negative. + meaning: CL:0000989 + title: CD11c-low plasmacytoid dendritic cell + CL:0002373: + text: CL:0002373 + description: A peptide hormone secreting cell that secretes growth hormone + releasing hormone. + meaning: CL:0002373 + title: growth hormone releasing hormone secreting cell + CL:4030057: + text: CL:4030057 + description: A medium spiny neuron that exhibits transcriptional divergence + from direct and indirect spiny projection neurons, for example, enrichment + in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium + spiny neurons have been found to be differentially distributed across the + basal ganglia, the eccentric medium spiny neuron cell type has been found + to be more evenly distributed throughout cerebral nuclei. + meaning: CL:4030057 + title: eccentric medium spiny neuron + CL:0000597: + text: CL:0000597 + description: The smaller of two types of asexual spores formed by some fungi. + An ovoid to pear-shaped asexual spore that contains very little cytoplasm + and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. + Micronidia are extruded from the hyphal cell wall. + meaning: CL:0000597 + title: microconidium + CL:0002108: + text: CL:0002108 + description: A CD38-negative IgG memory B cell is a IgG-positive class switched + memory B cell that has class switched and expresses IgG on the cell surface + with the phenotype CD38-negative, IgD-negative, and IgG-positive. + meaning: CL:0002108 + title: CD38-negative IgG memory B cell + CL:0001049: + text: CL:0001049 + description: A recently activated CD8-positive, alpha-beta T cell with the + phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, + CD127-negative, CCR7-negative, and CD25-positive. + meaning: CL:0001049 + title: activated CD8-positive, alpha-beta T cell, human + CL:0002407: + text: CL:0002407 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, + CD8-negative and CD24-negative. + meaning: CL:0002407 + title: mature Vgamma2-positive thymocyte + CL:0000552: + text: CL:0000552 + description: The final stage of the nucleated, immature erythrocyte, before + nuclear loss. Typically the cytoplasm is described as acidophilic, but it + still shows a faint polychromatic tint. The nucleus is small and initially + may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic + erythroblast, but ultimately it becomes pyknotic, and appears as a deeply + staining, blue-black, homogeneous structureless mass. The nucleus is often + eccentric and sometimes lobulated. + meaning: CL:0000552 + title: orthochromatic erythroblast + CL:0000980: + text: CL:0000980 + description: An activated mature (naive or memory) B cell that is secreting + immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative. + meaning: CL:0000980 + title: plasmablast + CL:0002598: + text: CL:0002598 + description: Any smooth muscle cell that is part of some bronchus. + meaning: CL:0002598 + title: bronchial smooth muscle cell + CL:0001034: + text: CL:0001034 + description: A cell that is maintained or propagated in a controlled artificial + environment for use in an investigation. + meaning: CL:0001034 + title: cell in vitro + CL:1001006: + text: CL:1001006 + description: Any kidney arterial blood vessel cell that is part of some renal + afferent arteriole. + meaning: CL:1001006 + title: kidney afferent arteriole cell + CL:2000037: + text: CL:2000037 + description: Any neuromast hair cell that is part of a posterior lateral line. + meaning: CL:2000037 + title: posterior lateral line neuromast hair cell + CL:1000326: + text: CL:1000326 + description: A goblet cell that is part of the epithelium proper of ileum. + meaning: CL:1000326 + title: ileal goblet cell + CL:4033030: + text: CL:4033030 + description: An OFF calbindin-negative bipolar cell that has a large dendritic + field and stratifies narrowly close to the middle of the inner plexiform + layer. Its axon terminal is characterized by regularly branching and varicose + processes resembling beads on a string. Most of DB3b contacts with cones + are non-triad-associated. + meaning: CL:4033030 + title: diffuse bipolar 3b cell + CL:0002318: + text: CL:0002318 + description: A mesothelial cell capable of circulating in the blood by first + losing its squamous character. This cell can incorporate into the regenerating + mesothelium. + meaning: CL:0002318 + title: peripheral blood mesothelial cell + CL:0000919: + text: CL:0000919 + description: A CD8-positive alpha beta-positive T cell with the phenotype + FoxP3-positive and having suppressor function. + meaning: CL:0000919 + title: CD8-positive, CD25-positive, alpha-beta regulatory T cell + CL:0002341: + text: CL:0002341 + description: An undifferentiated cell of the prostate epithelium that lacks + secretory activity. + meaning: CL:0002341 + title: basal cell of prostate epithelium + CL:0000638: + text: CL:0000638 + description: An acidophilic chromophil cell that of the anterior pituitary + gland. + meaning: CL:0000638 + title: acidophil cell of pars distalis of adenohypophysis + CL:1000854: + text: CL:1000854 + description: A blood vessel cell that is part of a kidney. + meaning: CL:1000854 + title: kidney blood vessel cell + CL:1000123: + text: CL:1000123 + description: Any epithelial cell that is part of some metanephric nephron + tubule. + meaning: CL:1000123 + title: metanephric nephron tubule epithelial cell + CL:1001214: + text: CL:1001214 + description: Any smooth muscle cell that is part of some kidney arcuate artery. + meaning: CL:1001214 + title: arcuate artery smooth muscle cell + CL:0000031: + text: CL:0000031 + description: A cell that will develop into a neuron often after a migration + phase. + meaning: CL:0000031 + title: neuroblast (sensu Vertebrata) + CL:0000312: + text: CL:0000312 + description: An epidermal cell which synthesizes keratin and undergoes a characteristic + change as it moves upward from the basal layers of the epidermis to the + cornified (horny) layer of the skin. Successive stages of differentiation + of the keratinocytes forming the epidermal layers are basal cell, spinous + or prickle cell, and the granular cell. + meaning: CL:0000312 + title: keratinocyte + CL:4023059: + text: CL:4023059 + description: An oligodendrocyte precursor cell that is committed to differentiate. + meaning: CL:4023059 + title: differentiation-committed oligodendrocyte precursor + CL:0000432: + text: CL:0000432 + description: A fibroblast that synthesizes collagen and uses it to produce + reticular fibers, thus providing structural support. Reticular cells are + found in many organs, including the spleen, lymph nodes and kidneys. Subtypes + of reticular cells include epithelial, mesenchymal, and fibroblastic reticular + cells. Fibroblastic reticular cells are involved in directing B cells and + T cells to specific regions within a tissue, whereas epithelial and mesenchymal + reticular cells are associated with certain areas of the brain. + meaning: CL:0000432 + title: reticular cell + CL:0000129: + text: CL:0000129 + description: A central nervous system macrophage found in the parenchyma of + the central nervous system. Marker include CD11b-positive, F4/80-positive, + and CD68-positive. + meaning: CL:0000129 + title: microglial cell + CL:0002310: + text: CL:0002310 + description: An acidophil cell of the anterior pituitary gland that produces + both prolactin and growth hormone. + meaning: CL:0002310 + title: mammosomatotroph + CL:2000001: + text: CL:2000001 + description: A leukocyte with a single non-segmented nucleus in the mature + form found in the circulatory pool of blood. + meaning: CL:2000001 + title: peripheral blood mononuclear cell + CL:0008046: + text: CL:0008046 + description: A skeletal muscle fiber that is innervated by alpha motor neuron + and generates tension by contracting, thereby allowing for skeletal movement. + These fibers make up the large mass of skeletal muscle tissue and are attached + to bones by tendons. + meaning: CL:0008046 + title: extrafusal muscle fiber + CL:0000636: + text: CL:0000636 + description: Astrocyte-like radial glial cell that extends vertically throughout + the retina, with the nucleus are usually in the middle of the inner nuclear + layer. + meaning: CL:0000636 + title: Mueller cell + CL:1000695: + text: CL:1000695 + meaning: CL:1000695 + title: kidney interstitial alternatively activated macrophage + CL:0002554: + text: CL:0002554 + description: A fibroblast of the lymphatic system. + meaning: CL:0002554 + title: fibroblast of lymphatic vessel + CL:0000056: + text: CL:0000056 + description: A cell that is commited to differentiating into a muscle cell. Embryonic + myoblasts develop from the mesoderm. They undergo proliferation, migrate + to their various sites, and then differentiate into the appropriate form + of myocytes. Myoblasts also occur as transient populations of cells in + muscles undergoing repair. + meaning: CL:0000056 + title: myoblast + CL:0009004: + text: CL:0009004 + description: Any cell in the retina, the innermost layer or coating at the + back of the eyeball, which is sensitive to light and in which the optic + nerve terminates. + meaning: CL:0009004 + title: retinal cell + CL:2000014: + text: CL:2000014 + description: Any skin fibroblast that is part of a upper leg skin. + meaning: CL:2000014 + title: fibroblast of upper leg skin + CL:1000042: + text: CL:1000042 + description: Any neuroblast (sensu Vertebrata) that is part of some forebrain. + meaning: CL:1000042 + title: forebrain neuroblast + CL:0000039: + text: CL:0000039 + description: A cell that is within the developmental lineage of gametes and + is able to pass along its genetic material to offspring. + meaning: CL:0000039 + title: germ line cell + CL:4030064: + text: CL:4030064 + description: 'An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 5. The standard transcriptomic reference data + for this cell type can be found on the CellxGene census under the collection: + ''Transcriptomic cytoarchitecture reveals principles of human neocortex + organization'', dataset: ''Supercluster: IT-projecting excitatory neurons'', + Author Categories: ''CrossArea_subclass'', L5 IT.' + meaning: CL:4030064 + title: L5 intratelencephalic projecting glutamatergic neuron + CL:0002597: + text: CL:0002597 + description: A smooth muscle cell of the bladder. + meaning: CL:0002597 + title: smooth muscle cell of bladder + CL:0000365: + text: CL:0000365 + description: Diploid cell produced by the fusion of sperm cell nucleus and + egg cell. + meaning: CL:0000365 + title: animal zygote + CL:0000555: + text: CL:0000555 + meaning: CL:0000555 + title: neuronal brush cell + CL:0000621: + text: CL:0000621 + description: A myoblast that is committed to a myotube-specific program of + differentiation but not yet fused. It undergoes very limited additional + proliferation. After fusion, it will take on a muscle identity specified + by a `muscle founder cell` (CL:0008006). + meaning: CL:0000621 + title: fusion competent myoblast + CL:0008037: + text: CL:0008037 + description: A lower motor neuron that innervates only intrafusal muscle fibers. + Unlike the alpha motor neurons, gamma motor neurons do not directly adjust + the lengthening or shortening of muscles but function in adjusting the sensitivity + of muscle spindles and in keeping muscle spindles taut, thereby allowing + the continued firing of alpha neurons. + meaning: CL:0008037 + title: gamma motor neuron + CL:0003035: + text: CL:0003035 + description: A monostratified retinal ganglion cell that contains opsin. + meaning: CL:0003035 + title: M6 retinal ganglion cell + CL:0000586: + text: CL:0000586 + description: The reproductive cell in multicellular organisms. + meaning: CL:0000586 + title: germ cell + CL:0002291: + text: CL:0002291 + description: A sperm bearing an X chromosome. Chromosomal and genetic sex + is established at fertilization in mammals and depends upon whether an X-bearing + sperm or a Y-bearing sperm fertilizes the X-bearing ovum. + meaning: CL:0002291 + title: X chromosome-bearing sperm cell + CL:1001585: + text: CL:1001585 + description: 'Glandular cell of appendix epithelium. Example: Goblet cells; + enterocytes or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001585 + title: appendix glandular cell + CL:0000029: + text: CL:0000029 + description: Any neuron that develops from some migratory neural crest cell. + meaning: CL:0000029 + title: neural crest derived neuron + CL:0002574: + text: CL:0002574 + description: A stromal cell of the pancreas. + meaning: CL:0002574 + title: stromal cell of pancreas + CL:0002541: + text: CL:0002541 + description: A mesenchymal stem cell of the chorionic membrane. + meaning: CL:0002541 + title: chorionic membrane mesenchymal stem cell + CL:0000885: + text: CL:0000885 + description: A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated + lymphoid tissues of the gut. + meaning: CL:0000885 + title: gut-associated lymphoid tissue macrophage + CL:0000937: + text: CL:0000937 + description: Cell committed to natural killer cell lineage that has the phenotype + CD122-positive, CD34-positive, and CD117-positive. This cell type lacks + expression of natural killer receptor proteins. + meaning: CL:0000937 + title: pre-natural killer cell + CL:0002173: + text: CL:0002173 + description: A cell that is a specialized type of pericyte providing structural + support for the capillary loops of kidney. A flat, elongated cell with extensive + fine cytoplasmic processes found outside the kidney glomerulus near the + macula densa and bound laterally by afferent and efferent arterioles. Being + phagocytic, this cell participates in the continuous turnover of the basal + lamina by removing its outer portion containing residues of filtration, + while the lamina is renewed on its inner surface by the endothelial cells. + meaning: CL:0002173 + title: extraglomerular mesangial cell + CL:4040006: + text: CL:4040006 + description: A chromatophore that is part of the dermis. + meaning: CL:4040006 + title: dermal chromatophore + CL:2000088: + text: CL:2000088 + description: Any basket cell that is part of a Ammon's horn. + meaning: CL:2000088 + title: Ammon's horn basket cell + CL:0000811: + text: CL:0000811 + description: An immature alpha-beta T cell that is located in the thymus and + is CD8-positive and CD4-negative. + meaning: CL:0000811 + title: CD8-positive, alpha-beta thymocyte + CL:0005023: + text: CL:0005023 + description: Cranial motor neuron which innervates muscles derived from the + branchial (pharyngeal) arches. + meaning: CL:0005023 + title: branchiomotor neuron + CL:0002336: + text: CL:0002336 + description: An endothelial cell that lines the oral cavitiy including the + mucosa of the gums, the palate, the lip, and the cheek. + meaning: CL:0002336 + title: buccal mucosa cell + CL:0009097: + text: CL:0009097 + description: A skeletal muscle fiber found in an embryo. In mammalian embryos, + skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded + by the MYH3 gene), which regulates skeletal muscle development. + meaning: CL:0009097 + title: embryonic skeletal muscle fiber + CL:0000946: + text: CL:0000946 + description: A lymphocyte of B lineage that is devoted to secreting large + amounts of immunoglobulin. + meaning: CL:0000946 + title: antibody secreting cell + CL:4033038: + text: CL:4033038 + description: An alpha-beta CD4 T cell that resides in the lung. + meaning: CL:4033038 + title: lung resident memory CD4-positive, alpha-beta T cell + CL:0000120: + text: CL:0000120 + description: A neuron of the vertebrate central nervous system that is small + in size. This general class includes small neurons in the granular layer + of the cerebellar cortex, cerebral cortex neurons that are not pyramidal + cells and small neurons without axons found in the olfactory bulb. + meaning: CL:0000120 + title: granule cell + CL:4023009: + text: CL:4023009 + description: A glutamatergic neuron located in the cerebral cortex that projects + to structures not derived from telencephalon. + meaning: CL:4023009 + title: extratelencephalic-projecting glutamatergic cortical neuron + CL:0002233: + text: CL:0002233 + description: An epithelial cell of the prostatic acinus. + meaning: CL:0002233 + title: epithelial cell of prostatic acinus + CL:0000647: + text: CL:0000647 + description: A phagocytic cell formed by the fusion of macrophages, occurs + in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, + component of granulomas. Sometimes used to refer to megakaryocytes. + meaning: CL:0000647 + title: multinucleated giant cell + CL:0000977: + text: CL:0000977 + description: A short lived plasma cell that secretes IgG. + meaning: CL:0000977 + title: IgG short lived plasma cell + CL:0000078: + text: CL:0000078 + meaning: CL:0000078 + title: peridermal cell + CL:0002106: + text: CL:0002106 + description: An IgD-positive CD38-positive IgG memory B cell is a CD38-positive + IgG-positive class switched memory B cell that has class switched and expresses + IgD on the cell surface with the phenotype IgD-positive, CD38-positive, + and IgG-positive. + meaning: CL:0002106 + title: IgD-positive CD38-positive IgG memory B cell + CL:0002387: + text: CL:0002387 + description: Cylindrical spore formed by development and compartmentation + of hyphae; the hyphae are often supporting blastoconidiophores. + meaning: CL:0002387 + title: arthroconidium + CL:0002219: + text: CL:0002219 + description: A trophoblast found at the junction of the placenta. This cell + type makes a unique fibronectin-trophouteronectin junction that helps mediate + attachment of the placenta to the uterus. This cell type is also found junction + of the chorion layer of the external membranes and the decidua. + meaning: CL:0002219 + title: anchoring trophoblast + CL:4030036: + text: CL:4030036 + description: A spermatid in an early stage of maturation that has a round + morphology and is transcriptionally active. + meaning: CL:4030036 + title: early spermatid + CL:0002516: + text: CL:0002516 + description: A chromaffin cell interspersed among the interrenal epithelial + layer of the anterior kidney of teloest fish. + meaning: CL:0002516 + title: interrenal chromaffin cell + CL:0002636: + text: CL:0002636 + description: A nonkeratinized cell epithleial cell of the inferior part of + the anal canal. + meaning: CL:0002636 + title: nonkeratinized epithelial cell of inferior part of anal canal + CL:0001039: + text: CL:0001039 + description: Osteoblast that is terminally differentiated, located adjacent + to acellular or cellular bone tissue within periosteum, and is capable of + mineralizing the matrix. + meaning: CL:0001039 + title: terminally differentiated osteoblast + CL:0002588: + text: CL:0002588 + description: A smooth muscle cell of the umbilical vein. + meaning: CL:0002588 + title: smooth muscle cell of the umbilical vein + CL:1000398: + text: CL:1000398 + description: An endothelial cell that is part of the hepatic sinusoid. These + cells possess flattened areas containing perforations about 0.1 micrometers + in diameter, known as fenestrae. The fenestrae are arranged in groups known + as sieve plates. + meaning: CL:1000398 + title: endothelial cell of hepatic sinusoid + CL:4033017: + text: CL:4033017 + description: A smooth muscle cell that is part of a bronchiole. + meaning: CL:4033017 + title: bronchiolar smooth muscle cell + CL:0000861: + text: CL:0000861 + description: A macrophage which develops from an inflammatory monocyte and + is recruited into the tissues in response to injury and infection as part + of an inflammatory response. Markers include CD11b-positive, CD68-positive, + and F4/80-positive. + meaning: CL:0000861 + title: elicited macrophage + CL:0000372: + text: CL:0000372 + description: An epidermal cell that is part of a cell cluster organ of the + insect integument (such as a sensillum) and that secretes a cuticular specialization + that forms a socket around the base of a cuticular specialization produced + by a trichogen cell. + meaning: CL:0000372 + title: tormogen cell + CL:0000753: + text: CL:0000753 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The cell body of these cells is in the middle of the inner + plexiform layer. The dendritic tree is stout and the axon terminates in + sublamina 1. The axonal terminal is wide and has only a few varicosities. + meaning: CL:0000753 + title: type 1 cone bipolar cell (sensu Mus) + CL:0000066: + text: CL:0000066 + description: A cell that is usually found in a two-dimensional sheet with + a free surface. The cell has a cytoskeleton that allows for tight cell to + cell contact and for cell polarity where apical part is directed towards + the lumen and the basal part to the basal lamina. + meaning: CL:0000066 + title: epithelial cell + CL:1000681: + text: CL:1000681 + description: A cell that is part of an interstitial compartment of a renal + cortex. + meaning: CL:1000681 + title: kidney cortex interstitial cell + CL:0000819: + text: CL:0000819 + description: A B cell of distinct lineage and surface marker expression. B-1 + B cells are thought to be the primary source of natural IgM immunoglobulin, + that is, IgM produced in large quantities without prior antigenic stimulation + and generally reactive against various microorganisms, as well as the source + of T-independent IgA immunoglobulin in the mucosal areas. These cells are + CD43-positive. + meaning: CL:0000819 + title: B-1 B cell + CL:0000221: + text: CL:0000221 + description: A cell of the outer of the three germ layers of the embryo. + meaning: CL:0000221 + title: ectodermal cell + CL:0000842: + text: CL:0000842 + description: A leukocyte with a single non-segmented nucleus in the mature + form. + meaning: CL:0000842 + title: mononuclear cell + CL:0001031: + text: CL:0001031 + description: An excitatory granule cell with a soma located in the granular + layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites + with a characteristic claw-like appearance and a long axon that ascends + to the molecular layer where it bifurcates (except in non-teleost fish, + where it does not bifurcate) and extends mediolaterally to form parallel + fibers. + meaning: CL:0001031 + title: cerebellar granule cell + CL:0000097: + text: CL:0000097 + description: A cell that is found in almost all tissues containing numerous + basophilic granules and capable of releasing large amounts of histamine + and heparin upon activation. Progenitors leave bone marrow and mature in + connective and mucosal tissue. Mature mast cells are found in all tissues, + except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, + CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is + the main controlling signal of their survival and development. + meaning: CL:0000097 + title: mast cell + CL:0000408: + text: CL:0000408 + description: Any male germ cell that has characteristic some haploid and is + capable of some fertilization. + meaning: CL:0000408 + title: male gamete + CL:0002204: + text: CL:0002204 + description: A cell type found in the gastrointestinal and respiratory tracts + that is characterized by the presence of a tuft of blunt, squat microvilli + (120-140 per cell). Function of this cell type is not known. + meaning: CL:0002204 + title: brush cell + CL:0004215: + text: CL:0004215 + description: A type 5 cone bipolar cell with narrowly stratified post synaptic + terminals. + meaning: CL:0004215 + title: type 5a cone bipolar cell + CL:0000110: + text: CL:0000110 + description: A neuron that uses neuropeptides as transmitters. + meaning: CL:0000110 + title: peptidergic neuron + CL:2000040: + text: CL:2000040 + description: Any microvascular endothelial cell that is part of a urinary + bladder. + meaning: CL:2000040 + title: bladder microvascular endothelial cell + CL:1000454: + text: CL:1000454 + description: An epithelial cell that is part of the collecting duct of renal + tubule. + meaning: CL:1000454 + title: kidney collecting duct epithelial cell + CL:0000822: + text: CL:0000822 + description: A conventional B cell subject to antigenic stimulation and dependent + on T cell help and with a distinct surface marker expression pattern from + B-1 B cells. These cells are CD43-negative. + meaning: CL:0000822 + title: B-2 B cell + CL:0000925: + text: CL:0000925 + description: A type I NK T cell that has been recently activated, secretes + interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, + and downregulated NK markers. + meaning: CL:0000925 + title: activated CD4-positive type I NK T cell + CL:0002218: + text: CL:0002218 + description: A double negative thymocyte that has a T cell receptor consisting + of a gamma chain that has as part a Vgamma3 segment, and a delta chain. + This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type + is found in the fetal thymus with highest numbers occurring at E17-E18. + meaning: CL:0002218 + title: immature dendritic epithelial T cell precursor + CL:0002412: + text: CL:0002412 + description: A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains + in the T-cell receptor. + meaning: CL:0002412 + title: Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:0004124: + text: CL:0004124 + description: A retinal ganglion cell C inner that has medium dendritic diversity. + meaning: CL:0004124 + title: retinal ganglion cell C1 + CL:4023039: + text: CL:4023039 + description: Any neuron that has its soma located in some amygdala and is + capable of some glutamate secretion, neurotransmission. + meaning: CL:4023039 + title: amygdala excitatory neuron + CL:0000584: + text: CL:0000584 + description: An epithelial cell that has its apical plasma membrane folded + into microvilli to provide ample surface for the absorption of nutrients + from the intestinal lumen. + meaning: CL:0000584 + title: enterocyte + CL:2000024: + text: CL:2000024 + description: Any neuron that is part of a spinal cord medial motor column. + meaning: CL:2000024 + title: spinal cord medial motor column neuron + CL:0000023: + text: CL:0000023 + description: A female germ cell that has entered meiosis. + meaning: CL:0000023 + title: oocyte + CL:0009008: + text: CL:0009008 + description: A macrophage which is resident in the lamina propria of the large + intestine. + meaning: CL:0009008 + title: gastrointestinal tract (lamina propria) macrophage of large intestine + CL:4023163: + text: CL:4023163 + description: A bushy cell that receives only few large excitatory endbulb + synapses from auditory nerves. Spherical bush cells give excitatory input + to the lateral and medial parts of the superior olive. + meaning: CL:4023163 + title: spherical bushy cell + CL:0000893: + text: CL:0000893 + description: An immature T cell located in the thymus. + meaning: CL:0000893 + title: thymocyte + CL:0011000: + text: CL:0011000 + description: A CNS interneuron located in the dorsal horn of the spinal cord. + meaning: CL:0011000 + title: dorsal horn interneuron + CL:0000602: + text: CL:0000602 + description: A receptor in the vascular system, particularly the aorta and + carotid sinus, which is sensitive to stretch of the vessel walls. + meaning: CL:0000602 + title: pressoreceptor cell + CL:0000211: + text: CL:0000211 + description: A cell whose function is determined by the generation or the + reception of an electric signal. + meaning: CL:0000211 + title: electrically active cell + CL:0017006: + text: CL:0017006 + description: A lymphocyte of B lineage that has gotten larger after being + stimulated by an antigen. + meaning: CL:0017006 + title: B-lymphoblast + CL:1000507: + text: CL:1000507 + description: A cell that is part of a nephron tubule. + meaning: CL:1000507 + title: kidney tubule cell + CL:0000766: + text: CL:0000766 + description: A cell of the monocyte, granulocyte, or mast cell lineage. + meaning: CL:0000766 + title: myeloid leukocyte + CL:0000362: + text: CL:0000362 + description: An epithelial cell of the integument (the outer layer of an organism). + meaning: CL:0000362 + title: epidermal cell + CL:0000022: + text: CL:0000022 + description: A stem cell that is the precursor of female gametes. + meaning: CL:0000022 + title: female germ line stem cell + CL:1000891: + text: CL:1000891 + description: Any kidney blood vessel cell that is part of some kidney arterial + blood vessel. + meaning: CL:1000891 + title: kidney arterial blood vessel cell + CL:1000391: + text: CL:1000391 + description: A melanocyte that is part of the eyelid. + meaning: CL:1000391 + title: melanocyte of eyelid + CL:0002631: + text: CL:0002631 + description: Any epithelial cell that is part of some upper respiratory tract + epithelium. + meaning: CL:0002631 + title: epithelial cell of upper respiratory tract + CL:0000941: + text: CL:0000941 + description: A dendritic cell arising in thymus that has the phenotype CD11c-positive, + CD11b-negative, and CD45RA-negative. + meaning: CL:0000941 + title: thymic conventional dendritic cell + CL:0000240: + text: CL:0000240 + meaning: CL:0000240 + title: stratified squamous epithelial cell + CL:1000358: + text: CL:1000358 + description: A M cell that is part of the epithelium proper of ileum. + meaning: CL:1000358 + title: microfold cell of epithelium proper of ileum + CL:0001050: + text: CL:0001050 + description: A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, + CD45RA-positive. + meaning: CL:0001050 + title: effector CD8-positive, alpha-beta T cell + CL:0002528: + text: CL:0002528 + description: A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0002528 + title: mature CD14-positive dermal dendritic cell + CL:0002303: + text: CL:0002303 + description: A cell that is part of pigmented ciliary epithelium. This cell + type uptakes sodium and chloride ions from stromal interstitium and passes + the ions to non-pigmented ciliary epithelial cells via gap junctions. + meaning: CL:0002303 + title: pigmented ciliary epithelial cell + CL:0002445: + text: CL:0002445 + description: A NK1.1-positive T cell that is Ly49D-negative. + meaning: CL:0002445 + title: Ly49D-negative natural killer cell, mouse + CL:0000033: + text: CL:0000033 + description: An exocrine cell characterized by loss of part of the cytoplasm + during the process of secretion. The secreted substance is accumulated at + the apical end and is either budded off through the plasma membrane producing + secreted vesicles or dissolved in the cytoplasm that is lost during secretion. + meaning: CL:0000033 + title: apocrine cell + CL:1000486: + text: CL:1000486 + description: A basal cell that is part of the urothelium. Compared to other + urothelial cell types, a basal cell of the urothelium is positioned along + the basement membrane, is the most undifferentiated and serves a progenitor + role. + meaning: CL:1000486 + title: basal cell of urothelium + CL:0000839: + text: CL:0000839 + description: A progenitor cell restricted to the myeloid lineage. + meaning: CL:0000839 + title: myeloid lineage restricted progenitor cell + CL:0003016: + text: CL:0003016 + description: A G11 retinal ganglion cell that has post synaptic terminals + in sublaminar layer S2 and is depolarized by decreased illumination of their + receptive field center + meaning: CL:0003016 + title: G11-OFF retinal ganglion cell + CL:2000080: + text: CL:2000080 + description: Any mesenchymal stem cell of adipose tissue that is part of an + abdomen. + meaning: CL:2000080 + title: mesenchymal stem cell of abdominal adipose tissue + CL:0000898: + text: CL:0000898 + description: Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, + CD45RA-positive, and CD127-positive. This cell type is also described as + being CD25-negative, CD62L-high and CD44-low. + meaning: CL:0000898 + title: naive T cell + CL:0002113: + text: CL:0002113 + description: A B220-low CD38-negative unswitched memory B cell is a CD38-negative + unswitched memory B cell that has the phenotype B220-low, CD38-negative, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002113 + title: B220-low CD38-negative unswitched memory B cell + CL:0009038: + text: CL:0009038 + description: A macrophage that is located in the colon. + meaning: CL:0009038 + title: colon macrophage + CL:0000051: + text: CL:0000051 + description: A oligopotent progenitor cell committed to the lymphoid lineage. + meaning: CL:0000051 + title: common lymphoid progenitor + CL:0000060: + text: CL:0000060 + description: Skeletogenic cell that secretes dentine matrix, is derived from + the odontogenic papilla, and develops from a preodontoblast cell. + meaning: CL:0000060 + title: odontoblast + CL:0000720: + text: CL:0000720 + meaning: CL:0000720 + title: anterior cone cell (sensu Endopterygota) + CL:0000123: + text: CL:0000123 + meaning: CL:0000123 + title: neuron associated cell (sensu Vertebrata) + CL:1000347: + text: CL:1000347 + description: A columnar cell of the colon that is part of the colonic epithelium. + meaning: CL:1000347 + title: enterocyte of colon + CL:0000149: + text: CL:0000149 + meaning: CL:0000149 + title: visual pigment cell + CL:0009106: + text: CL:0009106 + description: A specialized fibroblast found in the medulla of lymph node. + meaning: CL:0009106 + title: medullary reticular cell + CL:1000360: + text: CL:1000360 + description: A M cell that is part of the epithelium proper of large intestine. + meaning: CL:1000360 + title: microfold cell of epithelium proper of large intestine + CL:0000613: + text: CL:0000613 + description: A progenitor cell committed to the basophil lineage. This cell + lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, + T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, + Gata-2 and C/EBPa. + meaning: CL:0000613 + title: basophil progenitor cell + CL:4033055: + text: CL:4033055 + description: A ciliated cell that is part of a ciliated duct of an airway + submucosal gland. + meaning: CL:4033055 + title: airway submucosal gland duct ciliated cell + CL:0009074: + text: CL:0009074 + description: A thymic medullary epithelial cell that expresses typical tuft + cell markers instead of classical mTEC or cTEC markers. This population + has a bulbous-like structure. + meaning: CL:0009074 + title: medullary thymic epithelial cell type 4 + CL:0000688: + text: CL:0000688 + description: A fibroblast-like cell that provides support at neuromuscular + junctions in vertebrates and are localized outside the synaptic basal lamina. + meaning: CL:0000688 + title: perijunctional fibroblast + CL:0000991: + text: CL:0000991 + description: CD11c-negative plasmacytoid dendritic cell is a leukocyte is + CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive. + meaning: CL:0000991 + title: CD11c-negative plasmacytoid dendritic cell + CL:0000790: + text: CL:0000790 + description: An alpha-beta T cell that has an immature phenotype and has not + completed T cell selection. + meaning: CL:0000790 + title: immature alpha-beta T cell + CL:1000191: + text: CL:1000191 + description: A rod-like cell in the inner ear, having their heads joined and + their bases on the basilar membrane widely separated so as to form a spiral + tunnel known as the tunnel of Corti. + meaning: CL:1000191 + title: pillar cell + CL:0000710: + text: CL:0000710 + description: Epithelial cells derived from neural plate and neural crest. + meaning: CL:0000710 + title: neurecto-epithelial cell + CL:0002153: + text: CL:0002153 + description: The dead keratin-filled squamous cell of the stratum corneum. + This cell type lacks a nucleus. + meaning: CL:0002153 + title: corneocyte + CL:0005002: + text: CL:0005002 + description: A non-terminally differentiated cell that differentiates into + a xanthophore. + meaning: CL:0005002 + title: xanthoblast + CL:0001013: + text: CL:0001013 + description: Mature interstitial dendritic cell is a interstitial dendritic + cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001013 + title: mature interstitial dendritic cell + CL:0009017: + text: CL:0009017 + description: An intestinal stem cell that is located in the small intestine + crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the + small intestine and are highly proliferative. They either differentiate + into transit amplifying cells or self-renew to form new stem cells. + meaning: CL:0009017 + title: intestinal crypt stem cell of small intestine + CL:0008040: + text: CL:0008040 + description: An endothelial cell of the venule that is squamous shaped. This + is in contrast to the cubodial shape of high endothelial venule cells. + meaning: CL:0008040 + title: squamous endothelial cell of venule + CL:0002110: + text: CL:0002110 + description: A B220-low CD38-positive naive B cell is a CD38-positive naive + B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, + surface IgM-positive, and CD27-negative, that has not yet been activated + by antigen in the periphery. + meaning: CL:0002110 + title: B220-low CD38-positive naive B cell + CL:0000255: + text: CL:0000255 + description: Any cell that only exists in Eukaryota. + meaning: CL:0000255 + title: eukaryotic cell + CL:1000612: + text: CL:1000612 + description: Any renal cortical epithelial cell that is part of some renal + corpuscle. + meaning: CL:1000612 + title: kidney corpuscule cell + CL:3000001: + text: CL:3000001 + description: A tissue-resident macrophage that is part of the placenta. A + Hofbauer cell expresses high levels of growth factors and metalloproteinases + that support vasculogenesis, angiogenesis, branching morphogenesis and tissue + remodeling. A Hofbauer cell has a fetal origin and is present throughout + pregnancy. + meaning: CL:3000001 + title: Hofbauer cell + CL:0002274: + text: CL:0002274 + description: A cell type that secretes histamine. + meaning: CL:0002274 + title: histamine secreting cell + CL:0002048: + text: CL:0002048 + description: A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, + CD38-positive. + meaning: CL:0002048 + title: late pro-B cell + CL:0000761: + text: CL:0000761 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The dendritic tree is wide and the dendritic convergence + indicates cone selectivity. The axon terminal is sparsely branched and terminates + in sublamina 5 of the inner plexiform layer. + meaning: CL:0000761 + title: type 9 cone bipolar cell (sensu Mus) + CL:0001019: + text: CL:0001019 + meaning: CL:0001019 + title: CD115-positive monocyte OR common dendritic progenitor + CL:0002269: + text: CL:0002269 + description: An endocrine cell that secretes vasoactive intestinal peptide. + meaning: CL:0002269 + title: vasoactive intestinal peptide secreting cell + CL:0009009: + text: CL:0009009 + description: A paneth cell that is located in the epithelium of the colon. + meaning: CL:0009009 + title: paneth cell of colon + CL:0010016: + text: CL:0010016 + description: A cell with a flagellum surrounded by a collar of microvilli. + The motion of the flagellum draws water past the microvilli, serving either + a feeding or sensory function. Collar cells are found in multiple animals, + including sponges, echinoderms, and cnidarians. They are also found outside + animals in the choanoflagellates. Although collar cells are superficially + similar, their cytoskeletal structure and functional biology are different + in different groups of organisms. + meaning: CL:0010016 + title: collar cell + CL:1001603: + text: CL:1001603 + description: Circulating macrophages and tissue macrophages (alveolar macrophages) + of lung. + meaning: CL:1001603 + title: lung macrophage + CL:0004217: + text: CL:0004217 + description: A horizontal cell with a large cell body, thick dendrites, and + a large dendritic arbor. + meaning: CL:0004217 + title: H1 horizontal cell + CL:0001040: + text: CL:0001040 + description: Osteoblast that is non-terminally differentiated and located + in cellular bone tissue or under the periosteum in acellular bone. + meaning: CL:0001040 + title: non-terminally differentiated osteoblast + CL:0002669: + text: CL:0002669 + description: An otic fibrocyte that lines the otic capsule. + meaning: CL:0002669 + title: type 3 otic fibrocyte + CL:0000205: + text: CL:0000205 + description: A cellular receptor which mediates the sense of temperature. + Thermoreceptor cells in vertebrates are mostly located under the skin. In + mammals there are separate types of thermoreceptors for cold and for warmth + and pain receptor cells which detect cold or heat extreme enough to cause + pain. + meaning: CL:0000205 + title: thermoreceptor cell + CL:0002294: + text: CL:0002294 + description: An epithelial cell with a well defined Golgi apparatus that makes + up the continuous layer of cells bordering the thymic tissue beneath the + capsule. + meaning: CL:0002294 + title: type-1 epithelial cell of thymus + CL:1000345: + text: CL:1000345 + description: A paneth cell that is part of the epithelium of crypt of Lieberkuhn + of small intestine. + meaning: CL:1000345 + title: paneth cell of epithelium of crypt of Lieberkuhn of small intestine + CL:0009077: + text: CL:0009077 + description: A thymic epithelial cell located within the subcapsular region + of the thymus. + meaning: CL:0009077 + title: subcapsular thymic epithelial cell + CL:0001201: + text: CL:0001201 + description: A B cell that is CD19-positive. + meaning: CL:0001201 + title: B cell, CD19-positive + CL:0002600: + text: CL:0002600 + description: A smooth muscle cell of the trachea. + meaning: CL:0002600 + title: smooth muscle cell of trachea + CL:4023030: + text: CL:4023030 + description: A sst GABAergic cortical interneuron that has "fanning-out' Martinotti + morphology that is found in layer 2/3/5 of the cerebral cortex. They have + local axon arbor and long ascending axons that spreads horizontally and + arborizes significantly in L1. + meaning: CL:4023030 + title: L2/3/5 fan Martinotti sst GABAergic interneuron (Mmus) + CL:0000361: + text: CL:0000361 + description: A cell of the embryo in the early stage following the blastula, + characterized by morphogenetic cell movements, cell differentiation, and + the formation of the three germ layers. + meaning: CL:0000361 + title: gastrula cell + CL:0019022: + text: CL:0019022 + description: An endothelial cell found in the centrilobular region hepatic + sinusoid, near the central vein. The fenestrae of these cells are smaller + but more numerous compared with those of endothelial cells near the periportal + region of the hepatic sinusoid. + meaning: CL:0019022 + title: endothelial cell of pericentral hepatic sinusoid + CL:4023170: + text: CL:4023170 + description: A trigeminal neuron that is responsible for sensation in the + face. + meaning: CL:4023170 + title: trigeminal sensory neuron + CL:0002475: + text: CL:0002475 + description: A MHC-II-negative classical monocyte located in lymphoid tissue + that is F4/80-positive, CD11c-intermediate, and CD11b-high. + meaning: CL:0002475 + title: lymphoid MHC-II-negative non-classical monocyte + CL:0000677: + text: CL:0000677 + description: Cell of the intestinal epithelium with a brush border made up + of many parallel packed microvilli; associated with absorption, particularly + of macromolecules. + meaning: CL:0000677 + title: gut absorptive cell + CL:0002017: + text: CL:0002017 + description: An orthochromatophilic erythroblast that is ter119-high, CD71-low, + and Kit-negative. + meaning: CL:0002017 + title: Kit-negative, Ly-76 high orthochromatophilic erythroblasts + CL:0000680: + text: CL:0000680 + description: A non-terminally differentiated cell that is capable of developing + into a muscle cell. + meaning: CL:0000680 + title: muscle precursor cell + CL:0003011: + text: CL:0003011 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field and a sparse dendritic arbor with post synaptic terminals in sublaminar + layer S4. + meaning: CL:0003011 + title: G8 retinal ganglion cell + CL:1000363: + text: CL:1000363 + description: A transitional myocyte that is part of the atrial branch of anterior + internodal tract. + meaning: CL:1000363 + title: transitional myocyte of atrial branch of anterior internodal tract + CL:0002220: + text: CL:0002220 + description: A cell located between the pinealocytes. + meaning: CL:0002220 + title: interstitial cell of pineal gland + CL:4023108: + text: CL:4023108 + description: A magnocellular neurosecretory cell that is capable of producing + and secreting oxytocin. + meaning: CL:4023108 + title: oxytocin-secreting magnocellular cell + CL:0010014: + text: CL:0010014 + meaning: CL:0010014 + title: type II pinealocyte + CL:0000315: + text: CL:0000315 + description: A cell secreting tears, the fluid secreted by the lacrimal glands. + This fluid moistens the conjunctiva and cornea. + meaning: CL:0000315 + title: tear secreting cell + CL:0000155: + text: CL:0000155 + description: A cell that is usually basal in position, cuboidal with round + nucleus, short microvilli, secretes pepsinogen. + meaning: CL:0000155 + title: peptic cell + CL:0009022: + text: CL:0009022 + description: A stromal cell found in the lamina propria of the small intestine. + meaning: CL:0009022 + title: stromal cell of lamina propria of small intestine + CL:0001022: + text: CL:0001022 + description: CD115-positive monocyte is a monocyte that is CD115-positive + and CD11b-positive. + meaning: CL:0001022 + title: CD115-positive monocyte + CL:1000289: + text: CL:1000289 + description: A muscle cell that is part of the atrial septal branch of anterior + internodal tract. + meaning: CL:1000289 + title: myocyte of atrial septal branch of anterior internodal tract + CL:0002076: + text: CL:0002076 + description: An epithelial cell derived from endoderm. + meaning: CL:0002076 + title: endo-epithelial cell + CL:0001005: + text: CL:0001005 + description: Mature CD8_alpha-positive CD11b-negative dendritic cell is a + CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001005 + title: mature CD8_alpha-positive CD11b-negative dendritic cell + CL:0001080: + text: CL:0001080 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive, and NKp44-negative. + meaning: CL:0001080 + title: NKp44-negative group 3 innate lymphoid cell, human + CL:0003024: + text: CL:0003024 + description: A retinal ganglion cell C with medium cell bodies and large dendritic + field. + meaning: CL:0003024 + title: retinal ganglion cell C inner + CL:0002448: + text: CL:0002448 + description: A NK1.1-positive T cell that is Ly49H-negative. + meaning: CL:0002448 + title: Ly49H-negative natural killer cell, mouse + CL:0009061: + text: CL:0009061 + description: An intestinal crypt stem cell that is located in the anorectum. + meaning: CL:0009061 + title: intestinal crypt stem cell of anorectum + CL:0000486: + text: CL:0000486 + description: A large binucleate cell that forms a 'garland' around the anterior + end of the proventriculus (cardia) at its junction with the esophagus in + both adults and larvae flies. Each cell is surrounded by a basement membrane + and there are numerous micro-invaginations (lacunae) extending from the + surface into the cytoplasm. At the mouth of each lacuna is a doubled filament + forming a specialised filtration system (diaphragm). The filtrate is endocytosed + from the lacunae. + meaning: CL:0000486 + title: garland cell + CL:1000372: + text: CL:1000372 + description: A transitional myocyte that is part of the atrial part of atrioventricular + bundle. + meaning: CL:1000372 + title: transitional myocyte of atrial part of atrioventricular bundle + CL:0002352: + text: CL:0002352 + description: A hematopoietic stem cell that exists during embryogenesis. + meaning: CL:0002352 + title: gestational hematopoietic stem cell + CL:1000698: + text: CL:1000698 + description: A tissue-resident macrophage that is part of some kidney. + meaning: CL:1000698 + title: kidney resident macrophage + CL:1001436: + text: CL:1001436 + description: The subcutaneous mechanoreceptors that innervate tylotrich hair + follicles. + meaning: CL:1001436 + title: hair-tylotrich neuron + CL:0002347: + text: CL:0002347 + description: A mature natural killer cell that is CD27-high and CD11b-high. + This cell type is capable of interferon-gamma secretion. + meaning: CL:0002347 + title: CD27-high, CD11b-high natural killer cell, mouse + CL:2000035: + text: CL:2000035 + description: Any neuromast mantle cell that is part of an anterior lateral + line. + meaning: CL:2000035 + title: anterior lateral line neuromast mantle cell + CL:0009069: + text: CL:0009069 + description: An unconventional T lymphocyte population within the thymic medulla + that expresses both alpha/beta and gamma/delta T cell signatures. + meaning: CL:0009069 + title: CD8aa(II) thymocyte + CL:0002281: + text: CL:0002281 + description: Scattered in duodenojejunal mucosa, this enteroendocrine cell + secretes secretin and serotonin. + meaning: CL:0002281 + title: type S enteroendocrine cell + CL:0009115: + text: CL:0009115 + description: An endothelial cell located in a lymph node lymphatic vessel. + meaning: CL:0009115 + title: lymph node lymphatic vessel endothelial cell + CL:0002604: + text: CL:0002604 + description: An astrocyte that is part of the hippocampus. + meaning: CL:0002604 + title: hippocampal astrocyte + CL:0000534: + text: CL:0000534 + description: A primary neuron (sensu Teleostei) that is neither a sensory + neuron or a motor neuron. + meaning: CL:0000534 + title: primary interneuron (sensu Teleostei) + CL:0002256: + text: CL:0002256 + description: A supportive cell that has characteristics of glial cell. Processes + of this cell envelope the junctions between glomus cells and nerve endings. + meaning: CL:0002256 + title: supporting cell of carotid body + CL:0002599: + text: CL:0002599 + description: A smooth muscle cell of the esophagus. + meaning: CL:0002599 + title: smooth muscle cell of the esophagus + CL:0002620: + text: CL:0002620 + description: A fibroblast of skin. + meaning: CL:0002620 + title: skin fibroblast + CL:0000082: + text: CL:0000082 + description: An epithelial cell of the lung. + meaning: CL:0000082 + title: epithelial cell of lung + CL:0002321: + text: CL:0002321 + description: A cell of the embryo. + meaning: CL:0002321 + title: embryonic cell (metazoa) + CL:0009033: + text: CL:0009033 + description: A plasma cell that is located in a vermiform appendix. + meaning: CL:0009033 + title: plasma cell of appendix + CL:0002289: + text: CL:0002289 + description: A densely staining taste receptor cell that contains many dense + vacuoles in their apical regions which project into the apical space and + bear microvilli. This cell type serves as a supporting cell by surrounding + and isolating the other cell types from each other; secrete a dense amorphous + material that surrounds the microvilli in the taste pore. This cell type + expresses a glial glutumate transporter, GLAST. + meaning: CL:0002289 + title: type I taste bud cell + CL:0009058: + text: CL:0009058 + description: An enterocyte that is located in the anorectum. + meaning: CL:0009058 + title: enterocyte of anorectum + CL:0000336: + text: CL:0000336 + description: A cell found within the adrenal medulla that secrete biogenic + amine hormones upon stimulation. + meaning: CL:0000336 + title: adrenal medulla chromaffin cell + CL:4040003: + text: CL:4040003 + description: Precursor of type II pneumocyte. These cells do not have lamellar + bodies, which are a marker of type II pneumocyte maturity. + meaning: CL:4040003 + title: fetal pre-type II pulmonary alveolar epithelial cell + CL:4030006: + text: CL:4030006 + description: An epithelial cell that is part of the fallopian tube epithelium + that secretes mucous fluid and oviduct-specific products through the stimulation + of estrogen and luteinizing hormone. The fallopian tube secretory cell has + approximately the same height as the ciliated cell and is usually a more + narrow columnar cell. The nucleus is ovoid and perpendicular to the long + axis of the cell. The chromatin is more dense and the nucleolus smaller + than that seen in the ciliated cell. + meaning: CL:4030006 + title: fallopian tube secretory epithelial cell + CL:0000653: + text: CL:0000653 + description: A specialized kidney epithelial cell, contained within a glomerulus, + that contains "feet" that interdigitate with the "feet" of other podocytes. + meaning: CL:0000653 + title: podocyte + CL:0009066: + text: CL:0009066 + description: A stratified squamous epithelial cell that is part of the anal + canal. + meaning: CL:0009066 + title: stratified squamous epithelial cell of anal canal + CL:4023081: + text: CL:4023081 + description: a L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex that has inverted pyramidal morphology. + meaning: CL:4023081 + title: inverted L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex (Mmus) + CL:1000280: + text: CL:1000280 + description: A smooth muscle cell that is part of the colon. + meaning: CL:1000280 + title: smooth muscle cell of colon + CL:2000019: + text: CL:2000019 + description: Any photoreceptor cell that is part of a compound eye. + meaning: CL:2000019 + title: compound eye photoreceptor cell + CL:0002064: + text: CL:0002064 + description: A secretory cell found in pancreatic acini that secretes digestive + enzymes and mucins. This cell is a typical zymogenic cell, have a basal + nucleus and basophilic cytoplasm consisting of regular arrays of granular + endoplasmic reticulum with mitochondria and dense secretory granules. + meaning: CL:0002064 + title: pancreatic acinar cell + CL:0000703: + text: CL:0000703 + description: Cell that provides some or all mechanical, nutritional and phagocytic + support to their neighbors. + meaning: CL:0000703 + title: sustentacular cell + CL:1000456: + text: CL:1000456 + description: A mesothelial cell that is part of the parietal peritoneum. + meaning: CL:1000456 + title: mesothelial cell of parietal peritoneum + CL:0000293: + text: CL:0000293 + description: A cell whose primary function is to provide structural support, + to provide strength and physical integrity to the organism. + meaning: CL:0000293 + title: structural cell + CL:4029003: + text: CL:4029003 + description: A gamete-nursing cell that derives from the somatic tissues of + the gonad (del Pino, 2021). + meaning: CL:4029003 + title: somatic nurse-like cell + CL:0002207: + text: CL:0002207 + description: Brush cell of the epithelium in the trachea. + meaning: CL:0002207 + title: brush cell of trachea + CL:0000173: + text: CL:0000173 + description: A D cell located in the pancreas. Peripherally placed within + the islets like type A cells; contains somatostatin. + meaning: CL:0000173 + title: pancreatic D cell + CL:0004116: + text: CL:0004116 + description: A retinal ganglion with cell medium cell bodies and medium to + large dendritic fields. + meaning: CL:0004116 + title: retinal ganglion cell C + CL:0002518: + text: CL:0002518 + description: An epithelial cell of the kidney. + meaning: CL:0002518 + title: kidney epithelial cell + CL:0002147: + text: CL:0002147 + description: A chief cell of parathyroid glands that does not stain with hematoxylin + or eosin. This cell is larger, has a larger nucleus and fewer secretory + granules than dark chief cells. + meaning: CL:0002147 + title: clear chief cell of parathyroid gland + CL:0009025: + text: CL:0009025 + description: A mesothelial cell that is part of the colon. + meaning: CL:0009025 + title: mesothelial cell of colon + CL:0000745: + text: CL:0000745 + description: A neuron that laterally connects other neurons in the inner nuclear + layer of the retina. + meaning: CL:0000745 + title: retina horizontal cell + CL:4023181: + text: CL:4023181 + description: A neurecto-epithelial cell that is part of the basal layer of + the subcommissural organ and specializes in the secretion of proteins into + the subarachnoid space. Hypendymal cells have similar characteristics to + ependymal cells and express SCO-spondin. + meaning: CL:4023181 + title: hypendymal cell + CL:0002123: + text: CL:0002123 + description: A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive + IgG-negative class switched memory B cell that lacks IgG on the cell surface + with the phenotype B220-low, CD38-positive, and IgG-positive. + meaning: CL:0002123 + title: B220-low CD38-positive IgG-negative class switched memory B cell + CL:0002450: + text: CL:0002450 + description: A specialized hair cell that has an elongated kinocilium upon + which an otolith accretes. The tether cell then anchors the otolith in place. + meaning: CL:0002450 + title: tether cell + CL:0002093: + text: CL:0002093 + description: A small cell formed by the second meiotic division of oocytes. + In mammals, the second polar body may fail to form unless the ovum has been + penetrated by a sperm cell. + meaning: CL:0002093 + title: secondary polar body + CL:0002060: + text: CL:0002060 + description: A melanin-containing macrophage that obtains the pigment by phagocytosis + of melanosomes. + meaning: CL:0002060 + title: melanophage + CL:0002142: + text: CL:0002142 + description: A cell pyramidal in shape, with their broad ends facing and forming + the greater extent of the lining of the main lumen. Secretes glycoproteins + associated with mucus. + meaning: CL:0002142 + title: dark cell of eccrine sweat gland + CL:4023114: + text: CL:4023114 + description: A vestibular afferent neuron which posseses a unique postsynaptic + terminal, the calyx, which completely covers the basolateral walls of type + I hair cells and receives input from multiple ribbon synapses. + meaning: CL:4023114 + title: calyx vestibular afferent neuron + CL:0002287: + text: CL:0002287 + description: A rounded, mitotically active stem cell which is the source of + new cells of the taste bud; located basally. + meaning: CL:0002287 + title: type IV taste receptor cell + CL:0000502: + text: CL:0000502 + description: A cell found throughout the gastrointestinal tract and in the + pancreas. They secrete somatostatin in both an endocrine and paracrine manner. + Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic + enzymes, and gastric hydrochloric acid. A variety of substances which inhibit + gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related + peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory + peptide) are thought to act by releasing somatostatin. + meaning: CL:0000502 + title: type D enteroendocrine cell + CL:0011007: + text: CL:0011007 + description: A cell in the area of mesoderm in the neurulating embryo that + flanks and forms simultaneously with the neural tube. The cells of this + region give rise to somites. + meaning: CL:0011007 + title: paraxial cell + CL:0009054: + text: CL:0009054 + description: A microfold cell (M cell) that is part of the anorectum. + meaning: CL:0009054 + title: microfold cell of epithelium proper of anorectum + CL:0000026: + text: CL:0000026 + description: A germline cell that contributes to the development of the oocyte + by transferring cytoplasm directly to oocyte. + meaning: CL:0000026 + title: invertebrate nurse cell + CL:0009092: + text: CL:0009092 + description: An endothelial cell that is part of a placenta. + meaning: CL:0009092 + title: endothelial cell of placenta + CL:0002348: + text: CL:0002348 + description: A CD27-low, CD11b-high natural killer cell that has a higher + threshold of activation due to higher expression of inhibitory receptors. + meaning: CL:0002348 + title: CD27-low, CD11b-high natural killer cell, mouse + CL:0001028: + text: CL:0001028 + description: CD7-positive lymphoid progenitor cell is a lymphoid progenitor + cell that is CD34-positive, CD7-positive and is CD45RA-negative. + meaning: CL:0001028 + title: CD7-positive lymphoid progenitor cell + CL:4033012: + text: CL:4033012 + description: A(n) smooth muscle cell that is part of a(n) large intestine + smooth muscle longitudinal layer. + meaning: CL:4033012 + title: smooth muscle cell of large intestine smooth muscle longitudinal layer + CL:1000245: + text: CL:1000245 + description: Any neuron that has its soma located in some posterior lateral + line ganglion. + meaning: CL:1000245 + title: posterior lateral line ganglion neuron + CL:0002458: + text: CL:0002458 + description: A dermal dendritic cell that is langerin-positive and CD103-positive. + meaning: CL:0002458 + title: langerin-positive dermal dendritic cell + CL:0000780: + text: CL:0000780 + description: A specialized multinuclear osteoclast associated with the absorption + and removal of cementum. + meaning: CL:0000780 + title: multinuclear odontoclast + CL:1001217: + text: CL:1001217 + description: Any smooth muscle cell that is part of some interlobular artery. + meaning: CL:1001217 + title: interlobulary artery smooth muscle cell + CL:1000309: + text: CL:1000309 + description: An adipocyte that is part of the epicardial fat. + meaning: CL:1000309 + title: epicardial adipocyte + CL:4033025: + text: CL:4033025 + description: A fibroblast that is part of the fibrous layer of the perichondrium. + This cell is responsible for collagen fiber production. + meaning: CL:4033025 + title: perichondrial fibroblast + CL:0000309: + text: CL:0000309 + meaning: CL:0000309 + title: copper accumulating cell + CL:0002659: + text: CL:0002659 + description: A glandular epithelial cell that is part of the stomach. + meaning: CL:0002659 + title: glandular cell of stomach + CL:0000982: + text: CL:0000982 + description: A plasmablast that secretes IgG. + meaning: CL:0000982 + title: IgG plasmablast + CL:4023160: + text: CL:4023160 + description: A neuron of the dorsal cochlear nucleus with spiny dendrites + that receive input from the axons of granule cells and with axons that release + GABA and glycine onto cartwheel, pyramidal and giant cell targets. + meaning: CL:4023160 + title: cartwheel cell + CL:0000969: + text: CL:0000969 + description: A mature B cell that has the phenotype CD1d-positive and expresses + interleukin-10. This cell type has been associated with suppression of chronic + inflammatory responses and T cell responses. + meaning: CL:0000969 + title: regulatory B cell + CL:0001020: + text: CL:0001020 + description: Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans + cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001020 + title: mature CD8_alpha-low Langerhans cell + CL:2000055: + text: CL:2000055 + description: Any dendritic cell that is part of a liver. + meaning: CL:2000055 + title: liver dendritic cell + CL:0002267: + text: CL:0002267 + description: A type D cell found in the stomach. + meaning: CL:0002267 + title: type D cell of stomach + CL:0000553: + text: CL:0000553 + description: The earliest cytologically identifiable precursor in the thrombocytic + series. This cell is capable of endomitosis and lacks expression of hematopoieitic + lineage markers (lin-negative). + meaning: CL:0000553 + title: megakaryocyte progenitor cell + CL:0000651: + text: CL:0000651 + description: A mucus-secreting cell, with numerous apical secretory vesicles + containing mucins; nucleus are basally displaced; numerous at the neck of + mucus secreting glands + meaning: CL:0000651 + title: mucous neck cell + CL:4023013: + text: CL:4023013 + description: A glutamatergic neuron located in the cerebral cortex that projects + to the thalamus. + meaning: CL:4023013 + title: corticothalamic-projecting glutamatergic cortical neuron + CL:2000027: + text: CL:2000027 + description: Any basket cell that is part of a cerebellum. + meaning: CL:2000027 + title: cerebellum basket cell + CL:0002401: + text: CL:0002401 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain that has as part a Vgamma3 segment, and a delta chain. This cell type + is CD4-negative, CD8-negative and CD24-negative. This cell-type is found + in the fetal thymus with highest numbers occurring at E17-E18. + meaning: CL:0002401 + title: mature dendritic epithelial T cell precursor + CL:0002094: + text: CL:0002094 + description: A cell that makes up the loose connective tissue of the ovary. + meaning: CL:0002094 + title: interstitial cell of ovary + CL:0007001: + text: CL:0007001 + description: Cell that has the potential to form a skeletal cell type (e.g. + cells in periosteum, cells in marrow) and produce extracellular matrix (often + mineralized) and skeletal tissue (often mineralized). + meaning: CL:0007001 + title: skeletogenic cell + CL:0002279: + text: CL:0002279 + description: A enteroendocrine cell type that is numerous in ileum, present + in jejunum and large intestine, few in duodenum. This cell type produces + glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 + and -2) and PYY. + meaning: CL:0002279 + title: type L enteroendocrine cell + CL:0000858: + text: CL:0000858 + description: A skeletal muscle myoblast that differentiates into fast muscle + fibers. + meaning: CL:0000858 + title: fast muscle myoblast + CL:2000044: + text: CL:2000044 + description: Any microvascular endothelial cell that is part of a brain. + meaning: CL:2000044 + title: brain microvascular endothelial cell + CL:0002531: + text: CL:0002531 + description: A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, + CD86-high, and MHCII-high. + meaning: CL:0002531 + title: mature CD1a-positive dermal dendritic cell + CL:0002358: + text: CL:0002358 + description: Derived from the Greek word pyren (the pit of a stone fruit), + this is a transient nucleated cell type that results from exclusion of the + nucleus from the primitive erythrocyte. + meaning: CL:0002358 + title: pyrenocyte + CL:0002430: + text: CL:0002430 + description: A double-positive thymocyte that is undergoing positive selection, + has high expression of the alpha-beta T cell receptor, is CD69-positive, + and is in the process of down regulating the CD4 co-receptor. + meaning: CL:0002430 + title: CD4-intermediate, CD8-positive double-positive thymocyte + CL:4030067: + text: CL:4030067 + description: A near-projecting glutamatergic neuron with a soma found in cortical + layer 5/6. + meaning: CL:4030067 + title: L5/6 near-projecting glutamatergic neuron + CL:0002411: + text: CL:0002411 + description: A gamma-delta receptor that expresses Vgamma1.1 but does not + express Vdelta6.3 chains in the T-cell receptor. + meaning: CL:0002411 + title: Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:0008028: + text: CL:0008028 + description: Any neuron that is capable of part of some visual perception. + meaning: CL:0008028 + title: visual system neuron + CL:0000894: + text: CL:0000894 + description: A pro-T cell that has the phenotype CD4-negative, CD8-negative, + CD44-positive, and CD25-negative. + meaning: CL:0000894 + title: DN1 thymic pro-T cell + CL:4023047: + text: CL:4023047 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 2/3 of the primary motor cortex. + meaning: CL:4023047 + title: L2/3 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0000985: + text: CL:0000985 + description: A fully differentiated plasma cell that secretes IgG. + meaning: CL:0000985 + title: IgG plasma cell + CL:0002538: + text: CL:0002538 + description: An epithelial cell of the intrahepatic portion of the bile duct. + These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic + ratio relative to large/extrahepatic cholangiocytes. + meaning: CL:0002538 + title: intrahepatic cholangiocyte + CL:0002557: + text: CL:0002557 + description: A fibroblast of pulmonary artery. + meaning: CL:0002557 + title: fibroblast of pulmonary artery + CL:0009112: + text: CL:0009112 + description: A germinal center B cell found in a lymph node germinal center + dark zone. + meaning: CL:0009112 + title: centroblast + CL:0000921: + text: CL:0000921 + description: An alpha-beta T cell expressing NK cell markers that is CD1d + restricted and expresses specific V-alpha chains. NK T cells of this type + recognize the glycolipid alpha-galactosylceramide in the context of CD1d. + meaning: CL:0000921 + title: type I NK T cell + CL:0002160: + text: CL:0002160 + description: A cell type found in the basal epithelial layer on the external + side of the tympanic membrane. Cell type is flattened with intracellular + spaces of variable dimensions. + meaning: CL:0002160 + title: basal external epithelial cell of tympanic membrane + CL:0002300: + text: CL:0002300 + description: A small medullary thymic epithelial cell with a spindle shape, + often arranged in groups and connected to each other by large desmosomes + and interdigitations. The cytoplasm is sparse, with scanty organelles and + thick bundles of cytokeratin. + meaning: CL:0002300 + title: type-7 epithelial cell of thymus + CL:0009007: + text: CL:0009007 + description: A macrophage which is resident in the lamina propria of the small + intestine. + meaning: CL:0009007 + title: gastrointestinal tract (lamina propria) macrophage of small intestine + CL:0000768: + text: CL:0000768 + description: Any of the immature forms of a basophil, in which basophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000768 + title: immature basophil + CL:0000036: + text: CL:0000036 + meaning: CL:0000036 + title: epithelial fate stem cell + CL:0000693: + text: CL:0000693 + description: An interneuron that has spider-like appearance with a small round + soma, a large number (7-10) of short, smooth, or slightly beaded primary + dendrites that give rise to only a few secondary branches, and a branched + axon that establishes a dense axonal mesh with thin shafts. + meaning: CL:0000693 + title: neurogliaform cell + CL:0002295: + text: CL:0002295 + description: A thymic epithelial cell that has an eccentric, round, or irregularly + shaped hetero or euchromatic nucleus. The hallmark of this cell type is + the presence of vacuoles, which are clustered in one area of the cytoplasm + in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like + form, occasionally showing delicate internal microvillous projections. + meaning: CL:0002295 + title: type-6 epithelial cell of thymus + CL:0002388: + text: CL:0002388 + description: An arthroconidium that has more than one nucleus. + meaning: CL:0002388 + title: multinucleate arthroconidium + CL:0000909: + text: CL:0000909 + description: A CD8-positive, alpha-beta T cell that has differentiated into + a memory T cell. + meaning: CL:0000909 + title: CD8-positive, alpha-beta memory T cell + CL:0019020: + text: CL:0019020 + description: An epithelial cell of the extrahepatic bile ducts, including + the left and right hepatic duct, common hepatic duct, and common bile duct. + They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio + relative to small/intrahepatic cholangiocytes. + meaning: CL:0019020 + title: extrahepatic cholangiocyte + CL:4023074: + text: CL:4023074 + description: A neuron that has its soma located in the mammillary body. + meaning: CL:4023074 + title: mammillary body neuron + CL:4023109: + text: CL:4023109 + description: A magnocellular neurosecretory cell that is capable of producing + and secreting vasopressin. + meaning: CL:4023109 + title: vasopressin-secreting magnocellular cell + CL:0013000: + text: CL:0013000 + description: Any radial glial cell that is part of some forebrain. + meaning: CL:0013000 + title: forebrain radial glial cell + CL:0000583: + text: CL:0000583 + description: A tissue-resident macrophage found in the alveoli of the lungs. + Ingests small inhaled particles resulting in degradation and presentation + of the antigen to immunocompetent cells. Markers include F4/80-positive, + CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, + MR-positive, CX3CR1-negative. + meaning: CL:0000583 + title: alveolar macrophage + CL:0000694: + text: CL:0000694 + meaning: CL:0000694 + title: R3 photoreceptor cell + CL:0002050: + text: CL:0002050 + description: A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, + CD43-positive, CD45R-positive and BP-positive. + meaning: CL:0002050 + title: fraction C' precursor B cell + CL:0003027: + text: CL:0003027 + description: A bistratified retinal ganglion cell D cell that has medium dendritic + arbor and a large dendritic field that terminates in S2 and S4. + meaning: CL:0003027 + title: retinal ganglion cell D2 + CL:0001044: + text: CL:0001044 + description: A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, + CD45RA-positive. + meaning: CL:0001044 + title: effector CD4-positive, alpha-beta T cell + CL:0000348: + text: CL:0000348 + description: A structural cell that is part of optic choroid. + meaning: CL:0000348 + title: choroidal cell of the eye + CL:0000001: + text: CL:0000001 + description: A cultured cell that is freshly isolated from a organismal source, + or derives in culture from such a cell prior to the culture being passaged. + meaning: CL:0000001 + title: primary cultured cell + CL:0002640: + text: CL:0002640 + description: An epithelial fate stem cell derived form the amnion membrane. + meaning: CL:0002640 + title: amniotic epithelial stem cell + CL:1001430: + text: CL:1001430 + description: Any urothelial cell that is part of some urethra urothelium. + meaning: CL:1001430 + title: urethra urothelial cell + CL:1000085: + text: CL:1000085 + meaning: CL:1000085 + title: stratified non keratinized epithelial stem cell + CL:4030025: + text: CL:4030025 + description: A fibroblast that is located in the renal cortical interstitium. + meaning: CL:4030025 + title: renal cortical fibroblast + CL:0011017: + text: CL:0011017 + description: Cell that is part of the vagal neural crest population. The vagal + neural crest arises from the axial level of somites 1-7 and has been described + as a hybrid between the head and the trunk populations. + meaning: CL:0011017 + title: vagal neural crest cell + CL:0000990: + text: CL:0000990 + description: Conventional dendritic cell is a dendritic cell that is CD11c-high. + meaning: CL:0000990 + title: conventional dendritic cell + CL:0010021: + text: CL:0010021 + description: Any myoblast that develops into some cardiac muscle cell. + meaning: CL:0010021 + title: cardiac myoblast + CL:0000509: + text: CL:0000509 + description: A peptide hormone secreting cell that secretes gastrin. + meaning: CL:0000509 + title: gastrin secreting cell + CL:0009068: + text: CL:0009068 + description: An unconventional T lymphocyte population within the thymic medulla + that is potentially a thymic resident population. + meaning: CL:0009068 + title: CD8aa(I) thymocyte + CL:0000131: + text: CL:0000131 + meaning: CL:0000131 + title: gut endothelial cell + CL:4023124: + text: CL:4023124 + description: A kisspeptin neuron that is located in the dentate gyrus of the + hippocampus. + meaning: CL:4023124 + title: dentate gyrus kisspeptin neuron + CL:0002105: + text: CL:0002105 + description: A CD38-positive IgG memory B cell is a class switched memory + B cell that expresses IgG on the cell surface with the phenotype CD38-positive + and IgG-positive. + meaning: CL:0002105 + title: CD38-positive IgG memory B cell + CL:0002112: + text: CL:0002112 + description: A B220-positive CD38-negative unswitched memory B cell is a CD38-negative + unswitched memory B cell that has the phenotype B220-positive, CD38-negative, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002112 + title: B220-positive CD38-negative unswitched memory B cell + CL:1000333: + text: CL:1000333 + description: A serous secreting cell that is part of the epithelium of bronchiole. + meaning: CL:1000333 + title: serous cell of epithelium of lobular bronchiole + CL:1000714: + text: CL:1000714 + description: Any renal principal cell that is part of some cortical collecting + duct. + meaning: CL:1000714 + title: kidney cortex collecting duct principal cell + CL:0000165: + text: CL:0000165 + description: A neuron that is capable of some hormone secretion in response + to neuronal signals. + meaning: CL:0000165 + title: neuroendocrine cell + CL:0002602: + text: CL:0002602 + description: Any connective tissue cell that is part of some annulus fibrosus + disci intervertebralis. + meaning: CL:0002602 + title: annulus pulposus cell + CL:2000096: + text: CL:2000096 + description: Any fibroblast that is part of a reticular layer of dermis. + meaning: CL:2000096 + title: fibroblast of the reticular layer of dermis + CL:0002596: + text: CL:0002596 + description: Smooth muscle cell of the carotid artery. + meaning: CL:0002596 + title: smooth muscle cell of the carotid artery + CL:0002564: + text: CL:0002564 + description: A connective tissue cell of the nucleus pulposus cell of intervertebral + disc. + meaning: CL:0002564 + title: nucleus pulposus cell of intervertebral disc + CL:0000563: + text: CL:0000563 + description: A rounded, inactive form that certain bacteria assume under conditions + of extreme temperature, dryness, or lack of food. The bacterium develops + a waterproof cell wall that protects it from being dried out or damaged. + meaning: CL:0000563 + title: endospore + CL:0002045: + text: CL:0002045 + description: A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, + BP-1-negative and Ly6c-negative. This cell type is also described as being + lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive. + meaning: CL:0002045 + title: fraction A pre-pro B cell + CL:2000000: + text: CL:2000000 + description: Any melanocyte that is part of a epidermis. + meaning: CL:2000000 + title: epidermal melanocyte + CL:0000313: + text: CL:0000313 + description: Columnar glandular cell with irregular nucleus, copious granular + endoplasmic reticulum and supranuclear granules. Secretes a watery fluid + containing proteins known as serous fluid. + meaning: CL:0000313 + title: serous secreting cell + CL:1000457: + text: CL:1000457 + description: A mesothelial cell that is part of the visceral peritoneum. + meaning: CL:1000457 + title: mesothelial cell of visceral peritoneum + CL:0000560: + text: CL:0000560 + description: A late neutrophilic metamyelocyte in which the nucleus is indented + to more than half the distance to the farthest nuclear margin but in no + area being condensed to a single filament. The nucleus is in the form of + a curved or coiled band, not having acquired the typical multilobar shape + of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, + CD35-negative, and CD49d-negative. + meaning: CL:0000560 + title: band form neutrophil + CL:0004245: + text: CL:0004245 + description: An amacrine cell with a wide dendritic field and post-synaptic + terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric + acid (GABA) and serotonin. + meaning: CL:0004245 + title: indoleamine-accumulating amacrine cell + CL:0000813: + text: CL:0000813 + description: A long-lived, antigen-experienced T cell that has acquired a + memory phenotype including distinct surface markers and the ability to differentiate + into an effector T cell upon antigen reexposure. + meaning: CL:0000813 + title: memory T cell + CL:0011100: + text: CL:0011100 + description: Neuron that secretes the neurotransmitter galanin. + meaning: CL:0011100 + title: galanergic neuron + CL:0002513: + text: CL:0002513 + description: A CD8alpha alpha positive gamma-delta intraepithelial T cell + that expresses a TCR encoded in part by the Vgamma5 gene segment. + meaning: CL:0002513 + title: Vgamma5-positive CD8alpha alpha positive gamma-delta intraepithelial + T cell + CL:4023125: + text: CL:4023125 + description: A hypothalamus kisspeptin neuron that coexpresses kisspeptin, + neurokinin B and dynorphin. + meaning: CL:4023125 + title: KNDy neuron + CL:0001076: + text: CL:0001076 + description: An innate lymphoid cell in the human with the phenotype NKp46-positive + that is a precusor for NK cells and ILC3 cells. + meaning: CL:0001076 + title: NKp46-positive innate lymphoid cell, human + CL:0000897: + text: CL:0000897 + description: A CD4-positive, alpha-beta T cell that has differentiated into + a memory T cell. + meaning: CL:0000897 + title: CD4-positive, alpha-beta memory T cell + CL:4033051: + text: CL:4033051 + description: A parasol ganglion cell that depolarizes in response to decreased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from DB3a bipolar cells. + meaning: CL:4033051 + title: OFF parasol ganglion cell + CL:0002677: + text: CL:0002677 + description: A regulatory T cell that has not encountered antigen. + meaning: CL:0002677 + title: naive regulatory T cell + CL:0002250: + text: CL:0002250 + description: A cell that is found in a zone occupying the bottom region of + the crypt; provide the source of most of the cell types of the intestinal + epithelium; proliferate by mitotic division; differentiates into columnar + or goblet cells. + meaning: CL:0002250 + title: intestinal crypt stem cell + CL:2000051: + text: CL:2000051 + description: Any fibroblast that is part of a spleen. + meaning: CL:2000051 + title: splenic fibroblast + CL:0000172: + text: CL:0000172 + description: Any secretory cell that is capable of some somatostatin secretion. + meaning: CL:0000172 + title: somatostatin secreting cell + CL:0000641: + text: CL:0000641 + description: A cell that is resistant to stains. + meaning: CL:0000641 + title: chromophobe cell + CL:4042006: + text: CL:4042006 + description: A border associated macrophage which is part of a dura matter. + This macrophage phagocytoses intruding pathogens and foreign molecules detected + in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid + body with dynamic protrusions in homeostasis. + meaning: CL:4042006 + title: dural macrophage + CL:0004241: + text: CL:0004241 + description: An amacrine cell with a wide dendritic field, dendrites in S2, + and post-synaptic terminals in S1. + meaning: CL:0004241 + title: WF2 amacrine cell + CL:0008002: + text: CL:0008002 + description: A transversely striated, synctial cell of skeletal muscle. It + is formed when proliferating myoblasts exit the cell cycle, differentiate + and fuse. + meaning: CL:0008002 + title: skeletal muscle fiber + CL:4023028: + text: CL:4023028 + description: A sst GABAergic cortical interneuron with a soma found in lower + L5 with mostly local axonal arborization but with some sparse ascending + axons. L5 non-Martinotti sst cells show somatic localization and local axon + plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive + thalamic input from the ventral posteromedial nucleus and specifically target + L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend + to show a higher input resistance and seem to be less stuttering. + meaning: CL:4023028 + title: L5 non-Martinotti sst GABAergic interneuron (Mmus) + CL:4030032: + text: CL:4030032 + description: An interstitial cell that is part of a cardiac valve leaflet. + Along with valve endothelial cells, a valve interstitial cell maintains + tissue homeostasis for the function of cardiac valves through secreting + biochemical signals, matrix proteins and matrix remodeling enzymes. + meaning: CL:4030032 + title: valve interstitial cell + CL:0011110: + text: CL:0011110 + description: Neuron that secretes histamine. + meaning: CL:0011110 + title: histaminergic neuron + CL:0011030: + text: CL:0011030 + description: Any microvascular endothelial cell that is part of the dermis. + meaning: CL:0011030 + title: dermal microvascular endothelial cell + CL:1000383: + text: CL:1000383 + description: A type II vestibular sensory cell that is part of the epithelium + of macula of utricle of membranous labyrinth. + meaning: CL:1000383 + title: type 2 vestibular sensory cell of epithelium of macula of utricle of + membranous labyrinth + CL:0000571: + text: CL:0000571 + description: A pigment cell derived from the neural crest. Contains uric acid + or other purine crystals deposited in stacks called leucosomes. The crystals + reflect light and this gives a white appearance under white light. + meaning: CL:0000571 + title: leucophore + CL:0002583: + text: CL:0002583 + description: A preadipocyte that is part of subcutaneous tissue. + meaning: CL:0002583 + title: subcutaneous preadipocyte + CL:0000735: + text: CL:0000735 + description: A hemocyte that derives from the larval lymph gland. + meaning: CL:0000735 + title: lymph gland hemocyte + CL:0000762: + text: CL:0000762 + description: A nucleated blood cell involved in coagulation, typically seen + in birds and other non-mammalian vertebrates. + meaning: CL:0000762 + title: nucleated thrombocyte + CL:1000850: + text: CL:1000850 + description: Any epithelial cell of distal tubule that is part of some macula + densa. + meaning: CL:1000850 + title: macula densa epithelial cell + CL:0000311: + text: CL:0000311 + meaning: CL:0000311 + title: keratin accumulating cell + CL:0000128: + text: CL:0000128 + description: A class of large neuroglial (macroglial) cells in the central + nervous system. Form the insulating myelin sheath of axons in the central + nervous system. + meaning: CL:0000128 + title: oligodendrocyte + CL:1000322: + text: CL:1000322 + description: A goblet cell that is part of the epithelium of pancreatic duct. + meaning: CL:1000322 + title: pancreatic goblet cell + CL:0000569: + text: CL:0000569 + description: A mesenchymal cell found in the developing heart and that develops + into some part of the heart. These cells derive from intra- and extra-cardiac + sources, including the endocardium, epicardium, neural crest, and second + heart field. + meaning: CL:0000569 + title: cardiac mesenchymal cell + CL:1000365: + text: CL:1000365 + description: A transitional myocyte that is part of the atrial septal branch + of anterior internodal tract. + meaning: CL:1000365 + title: transitional myocyte of atrial septal branch of anterior internodal + tract + CL:0000629: + text: CL:0000629 + description: A cell that is specialized to store a particular substance(s), + which is(are) later released from the store for a particular purpose. + meaning: CL:0000629 + title: storage cell + CL:0000751: + text: CL:0000751 + description: A bipolar neuron found in the retina that is synapsed by rod + photoreceptor cells but not by cone photoreceptor cells. These neurons + depolarize in response to light. + meaning: CL:0000751 + title: rod bipolar cell + CL:0000219: + text: CL:0000219 + description: A cell that moves by its own activities. + meaning: CL:0000219 + title: motile cell + CL:2000052: + text: CL:2000052 + description: Any endothelial cell of artery that is part of a umbilical cord. + meaning: CL:2000052 + title: umbilical artery endothelial cell + CL:0002068: + text: CL:0002068 + description: Specialized cardiac myocyte that is subendocardially interspersed + with the regular cardiac muscle cell. They are uninucleate cylindrical cells, + associated end-to-end in long rows, continue from the node to the atrioventricular + bundle; relatively short compared to ordinary myocytes but are nearly twice + their diameter. + meaning: CL:0002068 + title: Purkinje myocyte + CL:0000373: + text: CL:0000373 + description: A progenitor cell found in the larval epidermis of insects and + that gives rise to the adult abdominal epidermis. + meaning: CL:0000373 + title: histoblast + CL:1000550: + text: CL:1000550 + description: Any kidney cell that is part of some papillary duct. + meaning: CL:1000550 + title: kidney papillary duct principal epithelial cell + CL:0002490: + text: CL:0002490 + description: A supporting cell of the organ of Corti. + meaning: CL:0002490 + title: organ of Corti supporting cell + CL:4023093: + text: CL:4023093 + description: A pyramidal neuron which lacks a tuft formation but extends small + radial distances forming a star-like shape. + meaning: CL:4023093 + title: stellate pyramidal neuron + CL:0002192: + text: CL:0002192 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a myelocyte and a band form cell. The + nucleus becomes indented where the indentation is smaller than half the + distance to the farthest nuclear margin; chromatin becomes coarse and clumped; + specific granules predominate while primary granules are rare. + meaning: CL:0002192 + title: metamyelocyte + CL:3000002: + text: CL:3000002 + description: Sympathetic noradrenergic neuron. + meaning: CL:3000002 + title: sympathetic noradrenergic neuron + CL:0007016: + text: CL:0007016 + description: Muscle precursor cell that is adjacent to the notochord and part + of the presomitic mesoderm. + meaning: CL:0007016 + title: adaxial cell + CL:0000883: + text: CL:0000883 + description: A thymic macrophage found in the thymic cortex. + meaning: CL:0000883 + title: thymic cortical macrophage + CL:1000284: + text: CL:1000284 + description: A smooth muscle cell that is part of the descending colon. + meaning: CL:1000284 + title: smooth muscle fiber of descending colon + CL:0002039: + text: CL:0002039 + description: A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative + NK T cell. + meaning: CL:0002039 + title: immature NK T cell stage I + CL:0000307: + text: CL:0000307 + description: An epithelial cell found in the trachea. + meaning: CL:0000307 + title: tracheal epithelial cell + CL:1000373: + text: CL:1000373 + description: A transitional myocyte that is part of the ventricular part of + atrioventricular bundle. + meaning: CL:1000373 + title: transitional myocyte of ventricular part of atrioventricular bundle + CL:0007003: + text: CL:0007003 + description: Skeletogenic cell that has the potential to form an odontoblast, + deposits predentine, and arises from a cranial neural crest cell. + meaning: CL:0007003 + title: preodontoblast + CL:0011025: + text: CL:0011025 + description: An effector T cell that displays impaired effector functions + (e.g., rapid production of effector cytokines, cytotoxicity) and has limited + proliferative potential. + meaning: CL:0011025 + title: exhausted T cell + CL:0002307: + text: CL:0002307 + description: A brush border epithelial cell located in the proximal tubule + of the kidney, essential for reabsorbing substances like glucose and amino + acids from the glomerular filtrate. These cells also secrete organic ions, + playing a crucial role in maintaining kidney homeostasis, including electrolyte + and acid-base balance, and excreting metabolic waste. + meaning: CL:0002307 + title: brush border cell of the proximal tubule + CL:1001286: + text: CL:1001286 + description: Any vasa recta descending limb cell that is part of some inner + medulla vasa recta descending limb. + meaning: CL:1001286 + title: inner medulla vasa recta descending limb cell + CL:0000072: + text: CL:0000072 + meaning: CL:0000072 + title: non-branched duct epithelial cell + CL:0000183: + text: CL:0000183 + description: A cell whose primary function is to shorten. + meaning: CL:0000183 + title: contractile cell + CL:0002248: + text: CL:0002248 + description: A pluripotent stem cell has the ability to form cells from all + three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent + stem cells, they cell can not generate all the cells of the whole organism + such as placenta. + meaning: CL:0002248 + title: pluripotent stem cell + CL:4033052: + text: CL:4033052 + description: A parasol ganglion cell that depolarizes in response to increased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from DB4 bipolar cells. + meaning: CL:4033052 + title: ON parasol ganglion cell + CL:0002126: + text: CL:0002126 + description: A CD25-positive, CD27-positive immature gamma-delta T cell found + in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, + CD62L-high, CD44-high, CD2-low, CD5-low). + meaning: CL:0002126 + title: CD25-positive, CD27-positive immature gamma-delta T cell + CL:0002523: + text: CL:0002523 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the mesonephros. + meaning: CL:0002523 + title: mesonephric podocyte + CL:1000409: + text: CL:1000409 + description: A muscle cell that is part of the sinoatrial node. + meaning: CL:1000409 + title: myocyte of sinoatrial node + CL:0000425: + text: CL:0000425 + description: Forms the terminal part of the cuticle-lined excretory duct of + C. elegans. + meaning: CL:0000425 + title: pore cell + CL:0000237: + text: CL:0000237 + meaning: CL:0000237 + title: keratinizing barrier epithelial cell + CL:0004250: + text: CL:0004250 + description: An amicrine that stratifies dendrites at two and only two locations. + meaning: CL:0004250 + title: bistratified retinal amacrine cell + CL:0002517: + text: CL:0002517 + description: An interrenal chromaffin cell found in teleosts that contain + small, homogeneous electron-lucent granules that are separated from the + vesicular membrane by a visible halo. + meaning: CL:0002517 + title: interrenal epinephrin secreting cell + CL:0002053: + text: CL:0002053 + description: A small pre-B cell that is CD22-positive and CD38-low. + meaning: CL:0002053 + title: CD22-positive, CD38-low small pre-B cell + CL:4030041: + text: CL:4030041 + description: A ciliated cell of the endometrial luminal epithelium. + meaning: CL:4030041 + title: luminal endometrial ciliated epithelial cell + CL:0000911: + text: CL:0000911 + description: A differentiated T cell with ability to traffic to peripheral + tissues and is capable of mounting a specific immune response. + meaning: CL:0000911 + title: effector T cell + CL:4030043: + text: CL:4030043 + description: A DRD1-expressing medium spiny neuron that is part of a matrix + compartment of dorsal striatum. + meaning: CL:4030043 + title: matrix D1 medium spiny neuron + CL:4023041: + text: CL:4023041 + description: A glutamatergic neuron, with a soma found in the deeper portion + of L5, that has long-range axonal projections including deep subcortical + targets outside of the telencephalon and, in some cases, the spinal cord. + While the L5 ET neuron projections are not limited to ET targets, they are + clearly differentiated from the neuron subclasses whose projections are + constrained to intratelencephalic (IT) targets. L5 ET neurons are generally + the largest excitatory cortical neurons, typically having a thick apical + dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing + physiological characteristics. + meaning: CL:4023041 + title: L5 extratelencephalic projecting glutamatergic cortical neuron + CL:0000795: + text: CL:0000795 + description: A CD8-positive, alpha-beta T cell that regulates overall immune + responses as well as the responses of other T cell subsets through direct + cell-cell contact and cytokine release. + meaning: CL:0000795 + title: CD8-positive, alpha-beta regulatory T cell + CL:0001077: + text: CL:0001077 + description: An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, + T-bet-positive. + meaning: CL:0001077 + title: ILC1, human + CL:0009101: + text: CL:0009101 + description: A reticular cell involved in directing B cells and T cells to + specific regions within a tissue. + meaning: CL:0009101 + title: fibroblastic reticular cell + CL:1000143: + text: CL:1000143 + description: Any goblet cell that is part of some lung epithelium. + meaning: CL:1000143 + title: lung goblet cell + CL:1001602: + text: CL:1001602 + description: Endothelial cells forming the walls of the capillaries within + the cerebral cortex. + meaning: CL:1001602 + title: cerebral cortex endothelial cell + CL:2000016: + text: CL:2000016 + description: Any lung endothelial cell that is part of a microvascular endothelium. + meaning: CL:2000016 + title: lung microvascular endothelial cell + CL:0000844: + text: CL:0000844 + description: A rapidly cycling mature B cell that has distinct phenotypic + characteristics and is involved in T-dependent immune responses and located + typically in the germinal centers of lymph nodes. This cell type expresses + Ly77 after activation. + meaning: CL:0000844 + title: germinal center B cell + CL:0000787: + text: CL:0000787 + description: A memory B cell is a mature B cell that is long-lived, readily + activated upon re-encounter of its antigenic determinant, and has been selected + for expression of higher affinity immunoglobulin. This cell type has the + phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative. + meaning: CL:0000787 + title: memory B cell + CL:1000299: + text: CL:1000299 + description: A fibroblast that is part of the connective tissue of prostate. + meaning: CL:1000299 + title: fibroblast of connective tissue of prostate + CL:0003001: + text: CL:0003001 + description: A retinal ganglion cell that has dendrites stratified in two + layers of the inner-plexiform layer. + meaning: CL:0003001 + title: bistratified retinal ganglion cell + CL:0001071: + text: CL:0001071 + description: An innate lymphoid cell that constituitively expresses RORgt + and is capable of expressing IL17A and/or IL-22. + meaning: CL:0001071 + title: group 3 innate lymphoid cell + CL:0000809: + text: CL:0000809 + description: A thymocyte expressing the alpha-beta T cell receptor complex + as well as both the CD4 and CD8 coreceptors. + meaning: CL:0000809 + title: double-positive, alpha-beta thymocyte + CL:0002025: + text: CL:0002025 + description: A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, + and CD42-negative. + meaning: CL:0002025 + title: CD34-positive, CD41-positive, CD42-negative megakaryocyte progenitor + cell + CL:0002323: + text: CL:0002323 + description: "A cell of a\_fetus which is suspended in the amniotic fluid.\ + \ Amniocytes are considered to arise from several tissues including fetal\ + \ skin, the fetal urinary tract, umbilical cord, and the inner amniotic\ + \ surface." + meaning: CL:0002323 + title: amniocyte + CL:0008011: + text: CL:0008011 + description: A skeletal muscle satellite cell that divides by stem cell division. A + proportion of this population undergoes symmetric stem cell division, producing + two skeletal muscle satellite stem cells. The rest undergo asymmetric stem + cell division - retaining their identity while budding off a daughter cell + that differentiates into an adult skeletal muscle myoblast. + meaning: CL:0008011 + title: skeletal muscle satellite stem cell + CL:0000626: + text: CL:0000626 + description: A granule cell that has a soma located in an olfactory bulb granule + cell layer. An olfactory granule cell is an interneuron that lacks an axon, + makes reciprocal dendro-dendritic synapses with mitral cells and tufted + cells and is involved in the fine spatio-temporal tuning of the responses + of these principal olfactory bulb neurons to odors. + meaning: CL:0000626 + title: olfactory granule cell + CL:0000427: + text: CL:0000427 + description: A scaffolding cell type found in C. elegans, this cell plays + a supportive role to the muscle arms. May also have an endocrine role. + meaning: CL:0000427 + title: GLR cell + CL:0001026: + text: CL:0001026 + description: A common myeloid progenitor that is CD34-positive, CD38-positive, + IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative. + meaning: CL:0001026 + title: CD34-positive, CD38-positive common myeloid progenitor + CL:0000480: + text: CL:0000480 + description: A peptide hormone secreting cell that secretes secretin stimulating + hormone + meaning: CL:0000480 + title: secretin stimulating hormone secreting cell + CL:0000892: + text: CL:0000892 + description: A type of foam cell derived from a smooth muscle cell containing + lipids in small vacuoles and typically seen in atherolosclerotic lesions, + as well as other conditions. + meaning: CL:0000892 + title: smooth muscle cell derived foam cell + CL:0000506: + text: CL:0000506 + description: An endorphine cell that secretes enkephalin. + meaning: CL:0000506 + title: enkephalin secreting cell + CL:0019018: + text: CL:0019018 + description: A smooth muscle cell that is part of any blood vessel. + meaning: CL:0019018 + title: blood vessel smooth muscle cell + CL:4033058: + text: CL:4033058 + description: A luminal epithelial cell of the mammary gland that transduces + endocrine cues to orchestrate proliferation, architectural remodeling, and + differentiation of other cells in the mammary gland via paracrine signaling. + This cell expresses high levels of estrogen receptors. In humans, a luminal + hormone-sensing cell can be identified by high levels of EpCAM and low levels + of CD49f, and in mice it can be identified by low levels of CD29 and high + levels of Foxa1, CD133, and Sca1 (Ly6a). + meaning: CL:4033058 + title: luminal hormone-sensing cell of mammary gland + CL:0012000: + text: CL:0012000 + description: An astrocyte of the forebrain. + meaning: CL:0012000 + title: astrocyte of the forebrain + CL:1000022: + text: CL:1000022 + description: Any epithelial cell that is part of some mesonephric nephron + tubule. + meaning: CL:1000022 + title: mesonephric nephron tubule epithelial cell + CL:1000488: + text: CL:1000488 + description: An epithelial cell that is part of the bile duct. Cholangiocytes + contribute to bile secretion via net release of bicarbonate and water. They + are cuboidal epithelium in the small interlobular bile ducts, but become + columnar and mucus secreting in larger bile ducts approaching the porta + hepatis and the extrahepatic ducts. + meaning: CL:1000488 + title: cholangiocyte + CL:0002284: + text: CL:0002284 + description: An enteroendocrine cell found in the fundus and pylorus; this + cell type has dense round secretory granules that contain ghrelin. + meaning: CL:0002284 + title: type X enteroendocrine cell + CL:0000423: + text: CL:0000423 + meaning: CL:0000423 + title: tip cell + CL:4033027: + text: CL:4033027 + description: An OFF diffuse bipolar cell that makes synaptic contact with + both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors. + meaning: CL:4033027 + title: diffuse bipolar 1 cell + CL:0000154: + text: CL:0000154 + description: Any secretory cell that is capable of some protein secretion. + meaning: CL:0000154 + title: protein secreting cell + CL:4042011: + text: CL:4042011 + description: An interlaminar astrocyte type whose soma is part of the upper + first layer of the neocortex and its processes extend to a pia surface. + meaning: CL:4042011 + title: subpial interlaminar astrocyte + CL:0000236: + text: CL:0000236 + description: A lymphocyte of B lineage that is capable of B cell mediated + immunity. + meaning: CL:0000236 + title: B cell + CL:2000047: + text: CL:2000047 + description: Any motor neuron that is part of a brainstem. + meaning: CL:2000047 + title: brainstem motor neuron + CL:0001079: + text: CL:0001079 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive, and NKp44-positive. + meaning: CL:0001079 + title: NKp44-positive group 3 innate lymphoid cell, human + CL:4033029: + text: CL:4033029 + description: An OFF calbindin-positive bipolar cell that has a large dendritic + field and stratifies narrowly close to the middle of the inner plexiform + layer. Its axon terminal is characterized by regularly branching and varicose + processes resembling beads on a string. Most of DB3a contacts with cones + are triad-associated. + meaning: CL:4033029 + title: diffuse bipolar 3a cell + CL:0002575: + text: CL:0002575 + description: A pericyte of the central nervous system. + meaning: CL:0002575 + title: central nervous system pericyte + CL:0002054: + text: CL:0002054 + description: An immature B cell that is IgM-positive, CD45R-positive, CD43-low, + CD25-negative, and CD127-negative. This cell type has also been described + as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and + HSA-positive. + meaning: CL:0002054 + title: fraction E immature B cell + CL:0001030: + text: CL:0001030 + meaning: CL:0001030 + title: CD117-positive common myeloid progenitor OR CD217-positive common lymphoid + progenitor + CL:0002042: + text: CL:0002042 + description: A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell. + meaning: CL:0002042 + title: immature NK T cell stage IV + CL:1000283: + text: CL:1000283 + description: A smooth muscle cell that is part of the transverse colon. + meaning: CL:1000283 + title: smooth muscle fiber of transverse colon + CL:0002202: + text: CL:0002202 + description: An epithelial cell of the tracheobronchial tree. + meaning: CL:0002202 + title: epithelial cell of tracheobronchial tree + CL:0000225: + text: CL:0000225 + description: A cell that lacks a nucleus. + meaning: CL:0000225 + title: anucleate cell + CL:0002265: + text: CL:0002265 + description: A D cell located in the colon. + meaning: CL:0002265 + title: type D cell of colon + CL:0002031: + text: CL:0002031 + description: A hematopoietic progenitor cell that is capable of developing + into only one lineage of hematopoietic cells. + meaning: CL:0002031 + title: hematopoietic lineage restricted progenitor cell + CL:2000041: + text: CL:2000041 + description: Any dermis lymphatic vessel endothelial cell that is part of + a microvascular endothelium. + meaning: CL:2000041 + title: dermis microvascular lymphatic vessel endothelial cell + CL:0000069: + text: CL:0000069 + meaning: CL:0000069 + title: branched duct epithelial cell + CL:0002498: + text: CL:0002498 + description: A trophoblast giant cell that is derived from ectoplacental cone + and, later in gestation, the spongiotrophoblast. + meaning: CL:0002498 + title: secondary trophoblast giant cell + CL:0007021: + text: CL:0007021 + description: Secretory cell that produces a chemical mixture that triggers + antipredator behavior. The substance is released only upon disruption of + the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, + 1992] + meaning: CL:0007021 + title: alarm substance cell + CL:0000127: + text: CL:0000127 + description: A class of large neuroglial (macroglial) cells in the central + nervous system - the largest and most numerous neuroglial cells in the brain + and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with + many long processes, including those with 'end feet' which form the glial + (limiting) membrane and directly and indirectly contribute to the blood-brain + barrier. They regulate the extracellular ionic and chemical environment, + and 'reactive astrocytes' (along with microglia) respond to injury. + meaning: CL:0000127 + title: astrocyte + CL:1001608: + text: CL:1001608 + description: Fibroblast from foreskin. + meaning: CL:1001608 + title: foreskin fibroblast + CL:0002355: + text: CL:0002355 + description: A large nucleated basophilic erythrocyte found in mammalian embryos. + This cell type arises from the blood islands of yolk sacs and expresses + different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. + Considered a type of erythroblast as this cell type can enucleate in circulation. + meaning: CL:0002355 + title: primitive red blood cell + CL:0000776: + text: CL:0000776 + description: Any of the immature forms of a neutrophil in which neutrophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000776 + title: immature neutrophil + CL:0004233: + text: CL:0004233 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals that stratify at S2, with a second stratification that occurs + in S3 and S4. This cell type releases the neurotransmitter glycine. + meaning: CL:0004233 + title: DAPI-3 amacrine cell + CL:4030056: + text: CL:4030056 + description: A urothelial cell that is terminally differentiated and part + of the urothelial apical surface that forms the high-resistance barrier + of urothelium. Umbrella cells have been described as the largest of urothelial + cell types, highly polarized, and, in some species, multinucleated. In the + relaxed state, these cells form a dome-shaped structure at the apical pole + and can also cover multiple underlying intermediate cells, leading to the + name umbrella cells. In contrast, these cells flatten when the bladder is + filled. + meaning: CL:4030056 + title: umbrella cell of urothelium + CL:0000437: + text: CL:0000437 + description: A rounded cell that is usually situated next to sinusoids; secretes + follicular stimulating hormone (FSH) and luteinizing hormone (LH). + meaning: CL:0000437 + title: gonadtroph + CL:0001029: + text: CL:0001029 + description: Common dendritic precursor is a hematopoietic progenitor cell + that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane + parts for hematopoietic lineage markers. + meaning: CL:0001029 + title: common dendritic progenitor + CL:4030002: + text: CL:4030002 + description: An alpha-beta memory T cell with the phenotype CD45RA-positive. + meaning: CL:4030002 + title: effector memory CD45RA-positive, alpha-beta T cell, terminally differentiated + CL:0002481: + text: CL:0002481 + description: The flattened smooth myoepithelial cells of mesodermal origin + that lie just outside the basal lamina of the seminiferous tubule. + meaning: CL:0002481 + title: peritubular myoid cell + CL:0002410: + text: CL:0002410 + description: A cell that is found in the periacinar space of the exocrine + pancreas and in perivascular and periductal regions of the pancreas, and + has long cytoplasmic processes that encircle the base of the acinus. Expresses + several intermediate filament proteins including vimentin and nestin. Shares + many of the characteristics of hepatatic stellate cells, but not stellate + cells of the central nervous system. Upon activation, this cell type undergoes + morphological and gene expression changes that make the cell suggestive + of being a type of myofibroblast. + meaning: CL:0002410 + title: pancreatic stellate cell + CL:1000275: + text: CL:1000275 + description: A smooth muscle cell that is part of the small intestine. + meaning: CL:1000275 + title: smooth muscle cell of small intestine + CL:0002630: + text: CL:0002630 + description: A spore formed from bacteria in the order Actinomycetales. + meaning: CL:0002630 + title: actinomycete-type spore + CL:0002024: + text: CL:0002024 + description: A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, + CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma + receptor II/III-low. + meaning: CL:0002024 + title: Kit-positive megakaryocyte progenitor cell + CL:4030030: + text: CL:4030030 + description: A blood lymphocyte located in the flowing, circulating blood + of the body. + meaning: CL:4030030 + title: peripheral blood lymphocyte + CL:4023049: + text: CL:4023049 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in L5 of the primary motor cortex. + meaning: CL:4023049 + title: L5 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0007000: + text: CL:0007000 + description: Skeletogenic cell that has the potential to develop into an ameloblast. + Located in the inner enamel epithelium, these cells elongate, their nuclei + shift distally (away from the dental papilla), and their cytoplasm becomes + filled with organelles needed for synthesis and secretion of enamel proteins. + meaning: CL:0007000 + title: preameloblast + CL:0002223: + text: CL:0002223 + description: A cell of the transparent layer of simple cuboidal epithelium + over the anterior surface of the lens; transform into lens fiber(s). + meaning: CL:0002223 + title: anterior lens cell + CL:0004243: + text: CL:0004243 + description: An amacrine cell with a wild dendritic field, dendrites in S3, + and post-synaptic terminals in S3. Dendrites have spikes, cross over each + other, and cover a larger volume than dendrties of W3-1 retinal amacrine + cells. + meaning: CL:0004243 + title: WF3-2 amacrine cell + CL:1000394: + text: CL:1000394 + description: A myoepithelial cell that is part of the intralobular part of + terminal lactiferous duct. + meaning: CL:1000394 + title: myoepithelial cell of intralobular lactiferous duct + CL:0000884: + text: CL:0000884 + description: A tissue-resident macrophage found in the mucosa associated lymphoid + tissue. + meaning: CL:0000884 + title: mucosa-associated lymphoid tissue macrophage + CL:0000358: + text: CL:0000358 + description: A smooth muscle cell that is part of a sphincter. A sphincter + is a typically circular muscle that normally maintains constriction of a + natural body passage or orifice and which relaxes as required by normal + physiological functioning. + meaning: CL:0000358 + title: sphincter associated smooth muscle cell + CL:0008036: + text: CL:0008036 + description: A trophoblast cell that is not part of a placental villous. + meaning: CL:0008036 + title: extravillous trophoblast + CL:1001561: + text: CL:1001561 + description: Chemosensitive cells that innervate the vomernasal organ epithelium + and are responsible for receiving and transmitting pheromone signals. + meaning: CL:1001561 + title: vomeronasal sensory neuron + CL:0009036: + text: CL:0009036 + description: A macrophage located in the vermiform appendix. + meaning: CL:0009036 + title: appendix macrophage + CL:0002626: + text: CL:0002626 + description: An immature astrocyte. + meaning: CL:0002626 + title: immature astrocyte + CL:1001066: + text: CL:1001066 + meaning: CL:1001066 + title: kidney arteriole smooth muscle cell + CL:0000948: + text: CL:0000948 + description: A class switched memory B cell that expresses IgE on the cell + surface. + meaning: CL:0000948 + title: IgE memory B cell + CL:0000168: + text: CL:0000168 + description: Any secretory cell that is capable of some insulin secretion. + meaning: CL:0000168 + title: insulin secreting cell + CL:0002273: + text: CL:0002273 + description: A type EC enteroendocrine cell type that is numerous in the fundus + of the stomach; stores 5-hydroxytryptamine and histamine. + meaning: CL:0002273 + title: type ECL enteroendocrine cell + CL:0000470: + text: CL:0000470 + meaning: CL:0000470 + title: digestive enzyme secreting cell + CL:0000356: + text: CL:0000356 + meaning: CL:0000356 + title: hair matrix stem cell + CL:0002075: + text: CL:0002075 + description: Infrequent type of columnar epithelial cell. This cell is characterized + by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) + on the cell surface. The microvilli contain filaments that stretch into + the underlying cytoplasm. They have a distinctive pear shape with a wide + base and a narrow microvillous apex. Function not known. + meaning: CL:0002075 + title: brush cell of tracheobronchial tree + CL:4023005: + text: CL:4023005 + description: A nuclear bag fiber that is sensitive mainly to the rate of change + in muscle length. + meaning: CL:4023005 + title: dynamic nuclear bag fiber + CL:0000855: + text: CL:0000855 + description: Hair cell is a mechanoreceptor cell that is sensitive to movement + of the hair-like projections (stereocilia and kinocilia) which relay the + information centrally in the nervous system. + meaning: CL:0000855 + title: sensory hair cell + CL:0000226: + text: CL:0000226 + description: A cell with a single nucleus. + meaning: CL:0000226 + title: single nucleate cell + CL:0000930: + text: CL:0000930 + description: A mature NK T cell that secretes interleukin-4 and enhances Th2 + immune responses. + meaning: CL:0000930 + title: CD4-negative, CD8-negative type I NK T cell secreting interleukin-4 + CL:0000678: + text: CL:0000678 + meaning: CL:0000678 + title: commissural neuron + CL:0000772: + text: CL:0000772 + description: Any of the immature forms of an eosinophil, in which eosinophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000772 + title: immature eosinophil + CL:0002455: + text: CL:0002455 + description: A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative + and CD4-positive. + meaning: CL:0002455 + title: CD8_alpha-negative plasmacytoid dendritic cell + CL:0002479: + text: CL:0002479 + description: An adipose macrophage that does not express MHC-II but is F4/80-positive. + meaning: CL:0002479 + title: F4/80-positive adipose macrophage + CL:0000068: + text: CL:0000068 + description: An epithelial cell that is part of a duct. + meaning: CL:0000068 + title: duct epithelial cell + CL:0011103: + text: CL:0011103 + description: Sympathetic neurons are part of the sympathetic nervous system + and are primarily adrenergic producing the neurotransmitter noradrenalin + along with other neuropeptides. + meaning: CL:0011103 + title: sympathetic neuron + CL:0002633: + text: CL:0002633 + description: A basal cell in the respiratory tract. + meaning: CL:0002633 + title: respiratory basal cell + CL:0000891: + text: CL:0000891 + description: A type of cell containing lipids in small vacuoles and typically + seen in atherolosclerotic lesions, as well as other conditions. + meaning: CL:0000891 + title: foam cell + CL:2000033: + text: CL:2000033 + description: Any basal cell of epidermis that is part of a limb. + meaning: CL:2000033 + title: limb basal cell of epidermis + CL:0000147: + text: CL:0000147 + description: A pigment cell is a cell that contains pigment granules. + meaning: CL:0000147 + title: pigment cell + CL:0002665: + text: CL:0002665 + description: A fibrocyte of the cochlea that has specialized structural and + molecular adaptions. + meaning: CL:0002665 + title: otic fibrocyte + CL:0002470: + text: CL:0002470 + description: Gr1-high monocyte that has a MHC-II receptor complex. + meaning: CL:0002470 + title: MHC-II-positive classical monocyte + CL:0002594: + text: CL:0002594 + description: A smooth muscle cell of the umbilical artery. + meaning: CL:0002594 + title: smooth muscle cell of the umbilical artery + CL:0004222: + text: CL:0004222 + description: A flag amacrine cell with post-synaptic terminals in S3, S4, + and S5. This cell type releases the neurotransmitter glycine. + meaning: CL:0004222 + title: flag B amacrine cell + CL:0000103: + text: CL:0000103 + description: A type of interneuron that has two neurites, usually an axon + and a dendrite, extending from opposite poles of an ovoid cell body. + meaning: CL:0000103 + title: bipolar neuron + CL:1000746: + text: CL:1000746 + description: Any kidney corpuscule cell that is part of some renal glomerulus. + meaning: CL:1000746 + title: glomerular cell + CL:0000377: + text: CL:0000377 + meaning: CL:0000377 + title: tracheoblast + CL:0002139: + text: CL:0002139 + description: An endothelial cell of the vascular tree, which includes blood + vessels and lymphatic vessels. + meaning: CL:0002139 + title: endothelial cell of vascular tree + CL:0000071: + text: CL:0000071 + description: An endothelial cell that lines the vasculature. + meaning: CL:0000071 + title: blood vessel endothelial cell + CL:0000852: + text: CL:0000852 + description: Neuromast support cell is a non-sensory cell of the neuromast + that extend between the sensory hair cells from the basement membrane to + the apical surface; neuromast support cells are surrounded by neuromast + mantle cells. + meaning: CL:0000852 + title: neuromast supporting cell + CL:0000723: + text: CL:0000723 + description: A stem cell that can give rise to cell types of the body other + than those of the germ-line. + meaning: CL:0000723 + title: somatic stem cell + CL:0002007: + text: CL:0002007 + description: A lineage marker-negative, CD34-positive, IL5r-alpha-positive, + and Sca1-negative eosinophil progenitor cell. + meaning: CL:0002007 + title: Kit-low, CD34-positive eosinophil progenitor cell + CL:0000606: + text: CL:0000606 + description: The larger of two types of asexual spores formed by some fungi; + usually round or oblong. + meaning: CL:0000606 + title: macroconidium + CL:0000609: + text: CL:0000609 + description: A mechanoreceptor located in the acoustic maculae and the semicircular + canals that mediates the sense of balance, movement, and head position. + The vestibular hair cells are connected to accessory structures in such + a way that movements of the head displace their stereocilia. This influences + the membrane potential of the cells which relay information about movements + via the vestibular part of the vestibulocochlear nerve to the brain stem. + meaning: CL:0000609 + title: vestibular hair cell + CL:0001053: + text: CL:0001053 + description: A memory B cell that lacks expression of surface IgD. + meaning: CL:0001053 + title: IgD-negative memory B cell + CL:0000781: + text: CL:0000781 + description: A specialized mononuclear osteoclast associated with the absorption + and removal of cementum. + meaning: CL:0000781 + title: mononuclear odontoclast + CL:0009059: + text: CL:0009059 + description: A plasma cell that is located in the medullary sinus of the lymph + node. + meaning: CL:0009059 + title: plasma cell of medullary sinus of lymph node + CL:0002121: + text: CL:0002121 + description: A CD24-negative CD38-negative IgG-negative memory B cell is a + CD38-negative IgG-negative class switched memory B cell that lacks IgG on + the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative. + meaning: CL:0002121 + title: CD24-negative CD38-negative IgG-negative class switched memory B cell + CL:0000747: + text: CL:0000747 + description: A pigment cell derived from the neural crest. Contains blue pigment + of unknown chemical composition in fibrous organelles termed cyanosomes. + This gives a blue appearance. + meaning: CL:0000747 + title: cyanophore + CL:0011020: + text: CL:0011020 + description: An undifferentiated cell that originates from a neural stem cell + and has the capacity to generate multiple types of lineage-restricted progenitors + but not to self-renew. + meaning: CL:0011020 + title: neural progenitor cell + CL:4033020: + text: CL:4033020 + description: A mucus secreting cell that is part of a submucosal gland of + the trachea. + meaning: CL:4033020 + title: mucus secreting cell of trachea gland + CL:1000276: + text: CL:1000276 + description: A smooth muscle cell that is part of the duodenum. + meaning: CL:1000276 + title: smooth muscle fiber of duodenum + CL:0011028: + text: CL:0011028 + description: A neural-crest derived glial cell that supports the growth and + survival of primary olfactory neuroons from the neuroepithelium in the nasal + cavity to the brain by encasing large bundles of numerous unmyelinated axons. + meaning: CL:0011028 + title: olfactory ensheathing cell + CL:4030065: + text: CL:4030065 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found in L6 of the primary motor cortex. + These cells are short untufted pyramidal cells, which could be stellate + or inverted. The standard transcriptomic reference data for this cell type + can be found on the CellxGene census under the collection: ''Transcriptomic + cytoarchitecture reveals principles of human neocortex organization'', dataset: + ''Supercluster: IT-projecting excitatory neurons'', Author Categories: ''CrossArea_subclass'', + L6 IT.' + meaning: CL:4030065 + title: L6 intratelencephalic projecting glutamatergic neuron + CL:2000010: + text: CL:2000010 + description: Any blood vessel endothelial cell that is part of a dermis. + meaning: CL:2000010 + title: dermis blood vessel endothelial cell + CL:0000802: + text: CL:0000802 + description: A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha + alpha-positive. + meaning: CL:0000802 + title: CD8-alpha alpha positive, gamma-delta intraepithelial T cell + CL:0002115: + text: CL:0002115 + description: A B220-positive CD38-positive unswitched memory B cell is a CD38-positive + unswitched memory B cell that has the phenotype B220-positive, CD38-positive, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002115 + title: B220-positive CD38-positive unswitched memory B cell + CL:1001223: + text: CL:1001223 + description: Any endothelial cell that is part of some renal interlobular + vein. + meaning: CL:1001223 + title: interlobulary vein endothelial cell + CL:0002152: + text: CL:0002152 + description: A columnar cell of the cervix uteri. + meaning: CL:0002152 + title: columnar cell of endocervix + CL:0000234: + text: CL:0000234 + description: Any cell capable of ingesting particulate matter via phagocytosis. + meaning: CL:0000234 + title: phagocyte + CL:0001081: + text: CL:0001081 + description: A group 2 innate lymphoid cell in the human with the phenotype + CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive. + meaning: CL:0001081 + title: group 2 innate lymphoid cell, human + CL:0000340: + text: CL:0000340 + description: A precursor of the central nervous system that gives rise to + glial cells only. + meaning: CL:0000340 + title: glioblast (sensu Nematoda and Protostomia) + CL:0000738: + text: CL:0000738 + description: An achromatic cell of the myeloid or lymphoid lineages capable + of ameboid movement, found in blood or other tissue. + meaning: CL:0000738 + title: leukocyte + CL:0002506: + text: CL:0002506 + description: A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, + MHC-II-high and CD103-positive that is located in the liver. + meaning: CL:0002506 + title: liver CD103-positive dendritic cell + CL:0000396: + text: CL:0000396 + description: A hemocyte found in immuno-stimulated larvae. + meaning: CL:0000396 + title: lamellocyte + CL:0000040: + text: CL:0000040 + description: A myeloid progenitor cell committed to the monocyte lineage. + This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and + the presence of a nucleolus. + meaning: CL:0000040 + title: monoblast + CL:4023054: + text: CL:4023054 + description: A mesothelial cell that has undergone mesothelial-to-mesenchymal + transition (MMT) to become a fibroblast cell. + meaning: CL:4023054 + title: mesothelial fibroblast + CL:0000347: + text: CL:0000347 + description: A cell of the sclera of the eye. + meaning: CL:0000347 + title: scleral cell + CL:0009048: + text: CL:0009048 + description: A macrophage that is located in the anorectum. + meaning: CL:0009048 + title: anorectum macrophage + CL:0000798: + text: CL:0000798 + description: A T cell that expresses a gamma-delta T cell receptor complex. + meaning: CL:0000798 + title: gamma-delta T cell + CL:1001590: + text: CL:1001590 + description: Glandular cell of epididymal epithelium. + meaning: CL:1001590 + title: epididymis glandular cell + CL:0000476: + text: CL:0000476 + description: A basophil cell of the anterior pituitary that produces thyroid + stimulating hormone, thyrotrophin. This cell type is elongated, polygonal + and lie in clusters towards the adenohypophyseal center. + meaning: CL:0000476 + title: thyrotroph + CL:0002293: + text: CL:0002293 + description: An epithelial cell of the thymus. Epithelial reticular cells + are pleomorphic, stellate, non-phagocytic cells which seem to be supportive + in function and are held together by desmosomes. They replace the fibroblastoid + reticular cells found in other lymphoid organs. Other epithelial cells in + the medulla have the ultrastructure of secretory cells. Although different + epithelial cells throughout the thymus appear alike by light microscopy + their ultrastructure and function varies. + meaning: CL:0002293 + title: epithelial cell of thymus + CL:4033047: + text: CL:4033047 + description: A midget ganglion cell that depolarizes in response to decreased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from flat midget bipolar cells. + meaning: CL:4033047 + title: OFF midget ganglion cell + CL:0001082: + text: CL:0001082 + description: An innate lyphoid cell with an immature phenotype. + meaning: CL:0001082 + title: immature innate lymphoid cell + CL:1000324: + text: CL:1000324 + description: A goblet cell that is part of the epithelium proper of duodenum. + meaning: CL:1000324 + title: duodenal goblet cell + CL:0000535: + text: CL:0000535 + description: A neuron of teleosts that develops later than a primary neuron, + typically during the larval stages. + meaning: CL:0000535 + title: secondary neuron (sensu Teleostei) + CL:1001107: + text: CL:1001107 + description: An epithelial cell that is part of some loop of Henle thin ascending + limb. + meaning: CL:1001107 + title: kidney loop of Henle thin ascending limb epithelial cell + CL:0001041: + text: CL:0001041 + description: A CD8-positive alpha-beta-positive T cell with the phenotype + CXCR3-positive and having suppressor function. They are capable of producing + IL-10, suppressing proliferation, and suppressing IFN-gamma production. + meaning: CL:0001041 + title: CD8-positive, CXCR3-positive, alpha-beta regulatory T cell + CL:4030066: + text: CL:4030066 + description: 'An epithelial cell that is part of a ureteric bud. A ureteric + bud cell has the potential to induce metanephric mesenchymal cells to proliferate + and convert to epithelia that form renal tubules via: (1) the secretion + of multiple diffusible growth factors that rescue renal progenitors from + apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms + that induce mesenchymal-epithelial conversion.' + meaning: CL:4030066 + title: ureteric bud cell + CL:0008031: + text: CL:0008031 + description: An interneuron that has its soma located in the cerebral cortex. + meaning: CL:0008031 + title: cortical interneuron + CL:0002363: + text: CL:0002363 + description: "A keratocyte is a specialized fibroblast\_residing in the cornea\ + \ stroma that has a flattened, dendritic morphology; located between the\ + \ lamellae with a large flattened nucleus, and lengthy processes which communicate\ + \ with neighboring cells. This\_corneal\_layer, representing about 85-90%\ + \ of corneal thickness, is built up from highly regular collagenous lamellae\ + \ and extracellular matrix components. Keratocytes play the major role in\ + \ keeping it transparent, healing its wounds, and synthesizing its components.\ + \ This cell type secretes collagen I, V, VI, and keratan sulfate." + meaning: CL:0002363 + title: keratocyte + CL:0004219: + text: CL:0004219 + description: A bistratifed retinal amacrine cell with a small dendritic field, + dendrite stratification in S1-S2, and a second dendrite stratification in + S5. This cell type releases the neurotransmitter glycine. + meaning: CL:0004219 + title: A2 amacrine cell + CL:0011004: + text: CL:0011004 + description: A vetebrate lens cell that is any of the elongated, tightly packed + cells that make up the bulk of the mature lens in a camera-type eye. + meaning: CL:0011004 + title: lens fiber cell + CL:0002149: + text: CL:0002149 + description: An epithelial cell of the uterus. + meaning: CL:0002149 + title: epithelial cell of uterus + CL:0000582: + text: CL:0000582 + description: A neutrophil precursor in the granulocytic series, being a cell + intermediate in development between a myelocyte and the band form neutrophil. + The protein synthesis seen in earlier stages decreases or stops; the nucleus + becomes indented where the indentation is smaller than half the distance + to the farthest nuclear margin; chromatin becomes coarse and clumped; specific + granules predominate while primary granules are rare; and the cytoplasm + becomes amphophilic like that of a mature granulocyte. This cell type is + integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, + CD33-positive, CD24-positive, fMLP receptor-negative and has expression + of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase + and neutrophil gelatinase associated lipocalin. + meaning: CL:0000582 + title: neutrophilic metamyelocyte + CL:0002014: + text: CL:0002014 + description: A basophilic erythroblast that is Lyg 76-high and is Kit-negative. + meaning: CL:0002014 + title: Kit-negative, Ly-76 high basophilic erythroblast + CL:1001052: + text: CL:1001052 + description: Any kidney venous blood vessel cell that is part of some renal + cortex vein. + meaning: CL:1001052 + title: kidney cortex vein cell + CL:0009103: + text: CL:0009103 + description: A fibroblastic reticular cell found in the lymph node subcapsular + sinus. + meaning: CL:0009103 + title: lymph node marginal reticular cell + CL:0000987: + text: CL:0000987 + description: A fully differentiated plasma cell that secretes IgA. + meaning: CL:0000987 + title: IgA plasma cell + CL:0002511: + text: CL:0002511 + description: A langerin-negative lymph node dendritic cell that is CD103-negative + and CD11b-low. + meaning: CL:0002511 + title: CD11b-low, CD103-negative, langerin-negative lymph node dendritic cell + CL:0000617: + text: CL:0000617 + description: A neuron that uses GABA as a vesicular neurotransmitter + meaning: CL:0000617 + title: GABAergic neuron + CL:0002464: + text: CL:0002464 + description: An adipose dendritic cell that is SIRPa-negative. + meaning: CL:0002464 + title: SIRPa-negative adipose dendritic cell + CL:1000432: + text: CL:1000432 + description: An epithelial cell that is part of the conjunctiva. + meaning: CL:1000432 + title: conjunctival epithelial cell + CL:1001503: + text: CL:1001503 + description: The principal glutaminergic neuron located in the outer third + of the external plexiform layer of the olfactory bulb; a single short primary + dendrite traverses the outer external plexiform layer and terminates within + an olfactory glomerulus in a tuft of branches, where it receives the input + from olfactory receptor neuron axon terminals; axons of the tufted cells + transfer information to a number of areas in the brain, including the piriform + cortex, entorhinal cortex, olfactory tubercle, and amygdala. + meaning: CL:1001503 + title: olfactory bulb tufted cell + CL:2000086: + text: CL:2000086 + description: Any basket cell that is part of a neocortex. + meaning: CL:2000086 + title: neocortex basket cell + CL:0003010: + text: CL:0003010 + description: A bistratified retinal ganglion cell that has a dendrite field + that terminates in sublaminar layer S2 and a second dendrite field that + terminates in sublaminar layer S4. + meaning: CL:0003010 + title: G7 retinal ganglion cell + CL:0002128: + text: CL:0002128 + description: A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 + and some IFNg. + meaning: CL:0002128 + title: Tc17 cell + CL:0002408: + text: CL:0002408 + description: A double negative post-natal thymocyte that has a T cell receptor + consisting of a gamma chain that does not contain a Vgamma2 segment, and + a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. + meaning: CL:0002408 + title: immature Vgamma2-negative thymocyte + CL:0002662: + text: CL:0002662 + description: A luminal epithelial cell of the lactiferous duct. This cuboidal + epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive. + meaning: CL:0002662 + title: luminal cell of lactiferous duct + CL:4033066: + text: CL:4033066 + description: A supporting cell that is part of the ovary and differentiates + into a granulosa cell. A pre-granulosa cell develops from an early supporting + gonadal cell by repressing testis determination, which can then proliferate + to form primordial follicles. + meaning: CL:4033066 + title: pre-granulosa cell + CL:0000197: + text: CL:0000197 + description: A cell that is capable of detection of a stimulus involved in + sensory perception. + meaning: CL:0000197 + title: sensory receptor cell + CL:0000015: + text: CL:0000015 + description: A germ cell that supports male gamete production. In some species, + non-germ cells known as Sertoli cells also play a role in spermatogenesis. + meaning: CL:0000015 + title: male germ cell + CL:4023038: + text: CL:4023038 + description: A glutamatergic neuron with a soma found in cortical layer 6b. + They are transcriptomically related to corticothalamic-projecting neurons + but have differential projections to the thalamus or anterior cingulate. + meaning: CL:4023038 + title: L6b glutamatergic cortical neuron + CL:0000900: + text: CL:0000900 + description: A CD8-positive, alpha-beta T cell that has not experienced activation + via antigen contact and has the phenotype CD45RA-positive, CCR7-positive + and CD127-positive. This cell type is also described as being CD25-negative, + CD62L-high and CD44-low. + meaning: CL:0000900 + title: naive thymus-derived CD8-positive, alpha-beta T cell + CL:1001009: + text: CL:1001009 + description: Any kidney arterial blood vessel cell that is part of some renal + efferent arteriole. + meaning: CL:1001009 + title: kidney efferent arteriole cell + CL:0002394: + text: CL:0002394 + description: A myeloid dendritic cell found in the blood, lymph nodes, tonsil, + bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, + and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive + T cells and can produce inteferon-beta. + meaning: CL:0002394 + title: CD141-positive myeloid dendritic cell + CL:0002313: + text: CL:0002313 + description: An ecto-epithelial cell of the prostate gland that secretes hormones. + meaning: CL:0002313 + title: endocrine-paracrine cell of prostate gland + CL:0000006: + text: CL:0000006 + description: Any sensory receptor cell that is a(n) neuron and is capable + of some detection of stimulus involved in sensory perception. + meaning: CL:0000006 + title: neuronal receptor cell + CL:0000988: + text: CL:0000988 + description: A cell of a hematopoietic lineage. + meaning: CL:0000988 + title: hematopoietic cell + CL:0000444: + text: CL:0000444 + description: A muscle cell in which the fibers are organised into sarcomeres + but in which adjacent myofibrils are offset from each other, producing an + oblique banding pattern. + meaning: CL:0000444 + title: obliquely striated muscle cell + CL:4033011: + text: CL:4033011 + description: A(n) smooth muscle cell that is part of a(n) large intestine + smooth muscle circular layer. + meaning: CL:4033011 + title: smooth muscle cell of large intestine smooth muscle circular layer + CL:0002673: + text: CL:0002673 + description: A skeletal muscle cell that is part of the tongue. + meaning: CL:0002673 + title: tongue muscle cell + CL:0009082: + text: CL:0009082 + description: The human equivalent of a DN3 thymocyte; these thymocytes finish + the process of beta selection. + meaning: CL:0009082 + title: committed double negative thymocyte (Homo sapiens) + CL:4023116: + text: CL:4023116 + description: A spiral ganglion neuron that innervates outer hair cells. Type + 1 spiral ganglion neurons are unmyelinated and unipolar. + meaning: CL:4023116 + title: type 2 spiral ganglion neuron + CL:0002102: + text: CL:0002102 + description: A CD38-negative naive B cell is a mature B cell that has the + phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and + CD27-negative, that has not yet been activated by antigen in the periphery. + meaning: CL:0002102 + title: CD38-negative naive B cell + CL:0000782: + text: CL:0000782 + description: A dendritic cell of the myeloid lineage. + meaning: CL:0000782 + title: myeloid dendritic cell + CL:0004162: + text: CL:0004162 + description: A cone whose sensitivity measurements have an average spectral + peak of 358.2 nm. These cones are described in rat. + meaning: CL:0004162 + title: 360 nm-cone + CL:1001432: + text: CL:1001432 + description: Any renal intercalated cell that is part of some collecting duct + of renal tubule. + meaning: CL:1001432 + title: kidney collecting duct intercalated cell + CL:0005012: + text: CL:0005012 + description: A ciliated epithelial cell with many cilia. + meaning: CL:0005012 + title: multi-ciliated epithelial cell + CL:4033008: + text: CL:4033008 + description: A(n) vein endothelial cell that is part of a(n) respiratory system. + meaning: CL:4033008 + title: vein endothelial cell of respiratory system + CL:2000013: + text: CL:2000013 + description: Any skin fibroblast that is part of a skin of abdomen. + meaning: CL:2000013 + title: fibroblast of skin of abdomen + CL:0009072: + text: CL:0009072 + description: A thymic medullary epithelial cell that expresses AIRE or other + canonical markers of mature mTECs like Fezf2. + meaning: CL:0009072 + title: medullary thymic epithelial cell type 2 + CL:4030000: + text: CL:4030000 + description: A melanocyte located in the vascular uvea and involved in photoprotection, + regulation of oxidative damage and immune responses. + meaning: CL:4030000 + title: choroidal melanocyte + CL:0000576: + text: CL:0000576 + description: Myeloid mononuclear recirculating leukocyte that can act as a + precursor of tissue macrophages, osteoclasts and some populations of tissue + dendritic cells. + meaning: CL:0000576 + title: monocyte + CL:0005008: + text: CL:0005008 + description: An auditory hair cell located in the macula that is sensitive + to auditory stimuli. + meaning: CL:0005008 + title: macular hair cell + CL:4023035: + text: CL:4023035 + description: A neuron that is derived from a precursor cell in the lateral + ganglion eminence. + meaning: CL:4023035 + title: lateral ganglionic eminence derived neuron + CL:0002098: + text: CL:0002098 + description: A cardiac myocyte that is connected to other cardiac myocytes + by transverse intercalated discs (GO:0014704) at a regular interval. + meaning: CL:0002098 + title: regular cardiac myocyte + CL:4023065: + text: CL:4023065 + description: A GABAergic cell located in the cerebral cortex that expresses + meis2. + meaning: CL:4023065 + title: meis2 expressing cortical GABAergic cell + CL:0000395: + text: CL:0000395 + description: A precursor of mature crystal cells. + meaning: CL:0000395 + title: procrystal cell + CL:0000170: + text: CL:0000170 + description: A cell that secretes glucagon. + meaning: CL:0000170 + title: glucagon secreting cell + CL:4023020: + text: CL:4023020 + description: A gamma motor neuron that innervates dynamic nuclear bag fibers + (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They + alter muscle spindle sensitivity and increases its discharge in response + to velocity of muscle length (rather than just magnitude). + meaning: CL:4023020 + title: dynamic gamma motor neuron + CL:0009013: + text: CL:0009013 + description: A progenitor cell with hepatic and biliary lineage potential, + identified in mouse and human, and anatomically restricted to the ductal + plate of fetal liver. + meaning: CL:0009013 + title: fetal hepatobiliary progenitor cell + CL:0001004: + text: CL:0001004 + description: Immature CD8_alpha-positive CD11b-negative dendritic cell is + a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0001004 + title: immature CD8_alpha-positive CD11b-negative dendritic cell + CL:0009031: + text: CL:0009031 + description: A T cell that is located in a vermiform appendix. + meaning: CL:0009031 + title: T cell of appendix + CL:4023111: + text: CL:4023111 + description: A pyramidal neuron with soma located in the cerebral cortex. + meaning: CL:4023111 + title: cerebral cortex pyramidal neuron + CL:2000077: + text: CL:2000077 + description: Any striated muscle cell that is part of a skeletal muscle tissue + of pectoralis major. + meaning: CL:2000077 + title: skeletal muscle tissue of pectoralis major striated muscle cell + CL:0002519: + text: CL:0002519 + description: An interrenal epithelial kidney cell is an epithelial cell found + in the anterior kidney of teleosts fish. This cell type is arranged in layers + around the posterior cardinal vein and contains many mitochondria with tubulovesicular + cristae. Interrenal chromaffin cells are interspersed among the tissue layer + created by this cell type. + meaning: CL:0002519 + title: interrenal epithelial cell + CL:0002425: + text: CL:0002425 + description: A pro-T cell that is lin-negative, CD25-negative, CD127-negative, + CD44-positive and kit-positive. + meaning: CL:0002425 + title: early T lineage precursor + CL:0002577: + text: CL:0002577 + description: An epithelial cell of the placenta. + meaning: CL:0002577 + title: placental epithelial cell + CL:4030028: + text: CL:4030028 + description: An amacrine cell that uses glycine as a neurotransmitter. + meaning: CL:4030028 + title: glycinergic amacrine cell + CL:4030037: + text: CL:4030037 + description: A spermatid in a late stage of maturation that has an elongated + morphology and is transcriptionally inert when the acrosome is fully developed. + meaning: CL:4030037 + title: late spermatid + CL:0002350: + text: CL:0002350 + description: An endothelial cell that lines the intracavitary lumen of the + heart, separating the circulating blood from the underlying myocardium. + This cell type releases a number of vasoactive substances including prostacyclin, + nitrous oxide and endothelin. + meaning: CL:0002350 + title: endocardial cell + CL:0000644: + text: CL:0000644 + description: Type of radial astrocyte in the cerebellar cortex that have their + cell bodies in the Purkinje cell layer and processes that extend into the + molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann + glia express high densities of glutamate transporters that limit diffusion + of the neurotransmitter glutamate during its release from synaptic terminals. + Besides their role in early development of the cerebellum, Bergmann glia + are also required for the pruning or addition of synapses. + meaning: CL:0000644 + title: Bergmann glial cell + CL:4033041: + text: CL:4033041 + description: An alveolar macrophage that expresses CCL3. + meaning: CL:4033041 + title: CCL3-positive alveolar macrophage + CL:0007011: + text: CL:0007011 + description: Neuron that is part of the enteric nervous system. + meaning: CL:0007011 + title: enteric neuron + CL:0000650: + text: CL:0000650 + description: A cell type that encapsulates the capillaries and venules in + the kidney. This cell secretes mesangial matrix that provides the structural + support for the capillaries. + meaning: CL:0000650 + title: mesangial cell + CL:0000995: + text: CL:0000995 + meaning: CL:0000995 + title: CD34-positive, CD38-positive common myeloid progenitor OR CD34-positive, + CD38-positive common lymphoid progenitor + CL:0002525: + text: CL:0002525 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the metanephros. + meaning: CL:0002525 + title: metanephric podocyte + CL:1000434: + text: CL:1000434 + description: An epithelial cell that is part of the external acoustic meatus. + meaning: CL:1000434 + title: epithelial cell of external acoustic meatus + CL:0002141: + text: CL:0002141 + description: A parathyroid chief cell that is actively secreting hormone. + Have large Golgi complexes with numerous vesicles and small membrane-bound + granules; secretory granules are rare, cytoplasmic glycogen sparse, much + of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum + in parallel arrays; in normal humans, inactive chief cells outnumber active + chief cells in a ratio of 3-5:1 + meaning: CL:0002141 + title: active chief cell of parathyroid gland + CL:1000381: + text: CL:1000381 + description: A type I vestibular sensory cell that is part of the epithelium + of crista of ampulla of semicircular duct of membranous labyrinth. + meaning: CL:1000381 + title: type 1 vestibular sensory cell of epithelium of crista of ampulla of + semicircular duct of membranous labyrinth + CL:0000189: + text: CL:0000189 + description: A muscle cell that develops tension more slowly than a fast-twitch + fiber. + meaning: CL:0000189 + title: slow muscle cell + CL:0007006: + text: CL:0007006 + description: Mesodermal cell that is axially located and gives rise to the + cells of the notochord. + meaning: CL:0007006 + title: chordamesodermal cell + CL:4033026: + text: CL:4033026 + description: A perichondrial fibroblast that is part of the lung. + meaning: CL:4033026 + title: lung perichondrial fibroblast + CL:0001204: + text: CL:0001204 + description: CD4-positive, alpha-beta long-lived T cell with the phenotype + CD45RO-positive and CD127-positive. This cell type is also described as + being CD25-negative, CD44-high, and CD122-high. + meaning: CL:0001204 + title: CD4-positive, alpha-beta memory T cell, CD45RO-positive + CL:0002296: + text: CL:0002296 + description: An epithelial cell with high nuclear and cytoplasmic electron-density. + This cell type is found in the deeper portions of the cortex but is more + abundant in the medulla of the thymus. + meaning: CL:0002296 + title: type-4 epithelial cell of thymus + CL:0003006: + text: CL:0003006 + description: A G4 retinal ganglion cell that has post sympatic terminals in + sublaminar layers S3 and S4 and is depolarized by illumination of its receptive + field center. + meaning: CL:0003006 + title: G4-ON retinal ganglion cell + CL:0002427: + text: CL:0002427 + description: A double-positive, alpha-beta thymocyte that is small and not + proliferating. + meaning: CL:0002427 + title: resting double-positive thymocyte + CL:0000963: + text: CL:0000963 + description: A germinal center B cell that develops from a Bm3 B cell. This + cell has the phenotype IgM-negative, IgD-positive, and CD38-positive. + meaning: CL:0000963 + title: Bm3-delta B cell + CL:4040002: + text: CL:4040002 + description: Glial cell that provides support to the enteric nervous system. + It is involved in enteric neurotransmission, in maintaining the integrity + of the mucosal barrier of the gut and serves as a link between the nervous + and immune systems of the gut. In enteric nerve strands, glial processes + ensheath multiaxonal bundles which distinguishes enteric glia from all other + peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial + cell is the presence of 10 nm filaments, which criss-cross the cell body, + form axial bundles in the processes and appear to firmly anchor the cells + to the ganglionic surfaces. Similar to astrocytes, their main constituent + is glial fibrillary acidic protein (GFAP). + meaning: CL:4040002 + title: enteroglial cell + CL:0002497: + text: CL:0002497 + description: A trophoblast giant cell derived from the mural trophectoderm. + meaning: CL:0002497 + title: primary trophoblast giant cell + CL:0002086: + text: CL:0002086 + description: A cardiac myocyte that is an excitable cells in the myocardium, + specifically in the conducting system of heart. + meaning: CL:0002086 + title: specialized cardiac myocyte + CL:0000162: + text: CL:0000162 + description: A large, oval stomach epithelial cell with a central nucleus; + source of gastric acid. Secretes HCl. + meaning: CL:0000162 + title: parietal cell + CL:1001033: + text: CL:1001033 + description: An endothelial cell that is part of some peritubular capillary. + meaning: CL:1001033 + title: peritubular capillary endothelial cell + CL:0000992: + text: CL:0000992 + description: Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low + plasmacytoid dendritic cell that is CD80-low and CD86-low. + meaning: CL:0000992 + title: immature CD11c-low plasmacytoid dendritic cell + CL:2000072: + text: CL:2000072 + description: Any microvascular endothelial cell that is part of a adipose + tissue. + meaning: CL:2000072 + title: adipose microvascular endothelial cell + CL:0002305: + text: CL:0002305 + description: An epithelial cell of the distal convoluted tubule of the kidney + that helps regulate systemic levels of potassium, sodium, calcium, and pH. + meaning: CL:0002305 + title: epithelial cell of distal tubule + CL:4028001: + text: CL:4028001 + description: Any capillary endothelial cell that is part of a lung. + meaning: CL:4028001 + title: pulmonary capillary endothelial cell + CL:0002466: + text: CL:0002466 + description: A CD11b-positive dendritic cell located in the serosal portion + of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, + CD11c-low, CD103-negative. + meaning: CL:0002466 + title: small intestine serosal dendritic cell + CL:0000595: + text: CL:0000595 + description: An erythrocyte lacking a nucleus. + meaning: CL:0000595 + title: enucleate erythrocyte + CL:0000906: + text: CL:0000906 + description: A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, + CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative. + meaning: CL:0000906 + title: activated CD8-positive, alpha-beta T cell + CL:0002639: + text: CL:0002639 + description: An amniotic stem cell is a mesenchymalstem cell extracted from + amniotic fluid. Amniotic stem cells are able to differentiate into various + tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and + bone + meaning: CL:0002639 + title: amniotic stem cell + CL:1000510: + text: CL:1000510 + description: Any kidney epithelial cell that is part of some glomerular epithelium. + meaning: CL:1000510 + title: kidney glomerular epithelial cell + CL:0000527: + text: CL:0000527 + description: A neuron which sends impulses peripherally to activate muscles + or secretory cells. + meaning: CL:0000527 + title: efferent neuron + CL:1000721: + text: CL:1000721 + description: Any renal principal cell that is part of some papillary duct. + meaning: CL:1000721 + title: kidney papillary duct principal cell + CL:0000633: + text: CL:0000633 + description: A tall supporting cell that is arranged in rows adjacent to the + last row of outer phalangeal cells. This cell type constitutes the outer + border of the organ of Corti. + meaning: CL:0000633 + title: Hensen cell + CL:0002374: + text: CL:0002374 + description: A hair cell of the ear that contains the organs of balance and + hearing. + meaning: CL:0002374 + title: ear hair cell + CL:1000424: + text: CL:1000424 + description: A chromaffin cell that is part of the paraaortic body. + meaning: CL:1000424 + title: chromaffin cell of paraaortic body + CL:0000017: + text: CL:0000017 + description: A male germ cell that develops from spermatogonia. The euploid + primary spermatocytes undergo meiosis and give rise to the haploid secondary + spermatocytes which in turn give rise to spermatids. + meaning: CL:0000017 + title: spermatocyte + CL:0019017: + text: CL:0019017 + description: A smooth muscle cell that is part of any lymphatic vessel. + meaning: CL:0019017 + title: lymphatic vessel smooth muscle cell + CL:0000257: + text: CL:0000257 + description: Any cell that only exists in Eumycetozoa. + meaning: CL:0000257 + title: Eumycetozoan cell + CL:1000356: + text: CL:1000356 + description: A M cell that is part of the epithelium proper of duodenum. + meaning: CL:1000356 + title: microfold cell of epithelium proper of duodenum + CL:0009042: + text: CL:0009042 + description: An enteroendocrine cell that is located in the colon. + meaning: CL:0009042 + title: enteroendocrine cell of colon + CL:0009027: + text: CL:0009027 + description: A transit amplifying cell that is part of a crypt of Lieberkuhn + of large intestine. + meaning: CL:0009027 + title: transit amplifying cell of appendix + CL:0008022: + text: CL:0008022 + description: A mesenchymal cell of the endocardial cushion. These cells + develop via an epithelial to mesenchymal transition when endocardial cells + break cell-to-cell contacts and migrate into the cardiac jelly. Cells from + this population form the heart septa and valves. + meaning: CL:0008022 + title: endocardial cushion cell + CL:1001568: + text: CL:1001568 + description: Any endothelial cell of vascular tree that is part of some pulmonary + artery. + meaning: CL:1001568 + title: pulmonary artery endothelial cell + CL:4023092: + text: CL:4023092 + description: A pyramidal neuron which has an apical tree which is oriented + towards the white matter. + meaning: CL:4023092 + title: inverted pyramidal neuron + CL:4023018: + text: CL:4023018 + description: A GABAergic interneuron located in the cerebral cortex that expresses + Parvalbumin. + meaning: CL:4023018 + title: pvalb GABAergic cortical interneuron + CL:0000442: + text: CL:0000442 + description: A cell with extensive dendritic processes found in the B cell + areas (primary follicles and germinal centers) of lymphoid tissue. They + are unrelated to the dendritic cell associated with T cells. Follicular + dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic + cells, they do not process or present antigen in a way that allows recognition + by T cells. Instead, they hold antigen in the form of immune complexes on + their surfaces for long periods and can present antigen to B cells during + an immune response. + meaning: CL:0000442 + title: follicular dendritic cell + CL:0001058: + text: CL:0001058 + description: A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, + CD123-positive, and CD11c-negative. + meaning: CL:0001058 + title: plasmacytoid dendritic cell, human + CL:0007010: + text: CL:0007010 + description: Skeletogenic cell that has the potential to transform into an + osteoblast, and develops from neural crest or mesodermal cells. + meaning: CL:0007010 + title: preosteoblast + CL:0000574: + text: CL:0000574 + description: A pigment cell derived from the neural crest. Contains pteridine + and/or carotenoid pigments in structures called pterinosomes or erythrosomes. + This gives an orange to red appearance. + meaning: CL:0000574 + title: erythrophore + CL:0011029: + text: CL:0011029 + description: An explosive cell containing one giant secretory organelle called + a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains + a toxin responsible for the stings delivered by a cnidarian to other organisms. + Cnidae are used to capture prey and as a defense against predators. The + presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, + hydrae, jellyfish, etc.). + meaning: CL:0011029 + title: cnidocyte + CL:1001573: + text: CL:1001573 + description: Cell of the nasopharyngeal epithelium. + meaning: CL:1001573 + title: nasopharyngeal epithelial cell + CL:0000481: + text: CL:0000481 + description: A peptide hormone secreting cell that secretes cholecystokin + stimulating hormone. + meaning: CL:0000481 + title: cholecystokin stimulating hormone secreting cell + CL:1000691: + text: CL:1000691 + meaning: CL:1000691 + title: kidney interstitial myofibroblast + CL:0005024: + text: CL:0005024 + description: A motor neuron that innervates a skeletal muscle. These motor + neurons are all excitatory and cholinergic. + meaning: CL:0005024 + title: somatomotor neuron + CL:0000118: + text: CL:0000118 + description: Basket cells are inhibitory GABAergic interneurons of the brain. + In general, dendrites of basket cells are free branching and contain smooth + spines. Axons are highly branched. The branched axonal arborizations give + rise to basket-like structures that surround the soma of the target cell. + Basket cells form axo-somatic synapses, meaning their synapses target somas + of other cells. + meaning: CL:0000118 + title: basket cell + CL:1001606: + text: CL:1001606 + description: Keratinocyte from foreskin. + meaning: CL:1001606 + title: foreskin keratinocyte + CL:0002641: + text: CL:0002641 + description: An epithelial cell of the esophageal gland proper. + meaning: CL:0002641 + title: epithelial cell of esophageal gland proper + CL:0011022: + text: CL:0011022 + description: A fibroblast that is part of skin of back. + meaning: CL:0011022 + title: fibroblast of skin of back + CL:0000058: + text: CL:0000058 + description: Skeletogenic cell that is typically non-terminally differentiated, + secretes an avascular, GAG rich matrix; is not buried in cartilage tissue + matrix, retains the ability to divide, located adjacent to cartilage tissue + (including within the perichondrium), and develops from prechondroblast + (and thus prechondrogenic) cell. + meaning: CL:0000058 + title: chondroblast + CL:4023056: + text: CL:4023056 + description: A type of mouse mesothelial fibroblast that is derived from the + neural crest, is localized on blood vessels, and is a key component of the + pia and arachnoid membranes surrounding the brain. + meaning: CL:4023056 + title: vascular leptomeningeal cell (Mmus) + CL:4023188: + text: CL:4023188 + description: A retinal ganglion cell that originate in the ganglion cell layer + of the retina, and project to the parvocellular layers of the lateral geniculate + nucleus (LGN). These cells are known as midget retinal ganglion cells due + to the small sizes of their dendritic trees and cell bodies. + meaning: CL:4023188 + title: midget ganglion cell of retina + CL:0000107: + text: CL:0000107 + description: A neuron whose cell body is within an autonomic ganglion. + meaning: CL:0000107 + title: autonomic neuron + CL:0000955: + text: CL:0000955 + description: A pre-B-II cell is a precursor B cell that expresses immunoglobulin + mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin + kappa light chain and immunoglobulin lambda light chain. + meaning: CL:0000955 + title: pre-B-II cell + CL:0002354: + text: CL:0002354 + description: A hematopoietic stem found in the yolk sac. In mice, this cell + type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, + CD44-positive. + meaning: CL:0002354 + title: yolk sac hematopoietic stem cell + CL:0000936: + text: CL:0000936 + description: A lymphoid progenitor cell that is found in bone marrow, gives + rise to B cells, T cells, natural killer cells and dendritic cells, and + has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, + CD34-positive, CD150 negative, and GlyA-negative. + meaning: CL:0000936 + title: early lymphoid progenitor + CL:0000468: + text: CL:0000468 + description: A precursor of the central nervous system that gives rise to + both neurons and glial cells. + meaning: CL:0000468 + title: neuroglioblast (sensu Nematoda and Protostomia) + CL:0000740: + text: CL:0000740 + description: The set of neurons that receives neural inputs via bipolar, horizontal + and amacrine cells. The axons of these cells make up the optic nerve. + meaning: CL:0000740 + title: retinal ganglion cell + CL:0002550: + text: CL:0002550 + description: A fibroblast that is part of the conjuctiva of the eye. + meaning: CL:0002550 + title: fibroblast of the conjunctiva + CL:0008038: + text: CL:0008038 + description: A large, multipolar lower motor neuron of the brainstem and spinal + cord that innervates the extrafusal muscle fibers of skeletal muscle and + are directly responsible for initiating their contraction. While their cell + bodies are in the CNS (in the anterior gray horn of the spinal cord), they + are part of the somatic nervous system - a branch of the PNS. + meaning: CL:0008038 + title: alpha motor neuron + CL:4033064: + text: CL:4033064 + description: A tissue-resident macrophage that is part of the uterus. + meaning: CL:4033064 + title: uterine resident macrophage + CL:0000544: + text: CL:0000544 + meaning: CL:0000544 + title: slowly adapting mechanoreceptor cell + CL:0002539: + text: CL:0002539 + description: A smooth muscle cell of the aorta. + meaning: CL:0002539 + title: aortic smooth muscle cell + CL:4023033: + text: CL:4023033 + description: A retinal ganglion cell that is depolarized by decreased illumination + of their receptive field center. + meaning: CL:4023033 + title: OFF retinal ganglion cell + CL:4033016: + text: CL:4033016 + description: "A myofibroblast that is part of an alveoli during alveolarization.\ + \ The contractile force of this cell elongates the secondary crest, while\ + \ producing a framework of elastin and tenascin. During the maturation of\ + \ the septa, secondary crest myofibroblasts, together with matrix fibroblasts,\ + \ secrete metalloproteinases and other ECM\u2010remodeling proteins to thin\ + \ the septal tip ECM. The secondary crest myofibroblast continues producing\ + \ elastin, eventually undergoing apoptosis during adulthood." + meaning: CL:4033016 + title: secondary crest myofibroblast + CL:0001051: + text: CL:0001051 + description: A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-negative. + meaning: CL:0001051 + title: CD4-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell + CL:2000002: + text: CL:2000002 + description: "A specialized, enlarged, connective tissue cell of the decidua\ + \ with enlarged nucleus, dense membrane\u2010bound secretory granules and\ + \ cytoplasmic accumulation of glycogen and lipid droplets. These cells develop\ + \ by the transformation of endometrial stromal cells during decidualization." + meaning: CL:2000002 + title: decidual cell + CL:2000007: + text: CL:2000007 + description: Chondrocyte forming the hyaline cartilage found in the knee joint. + meaning: CL:2000007 + title: articular chondrocyte of knee joint + CL:1001036: + text: CL:1001036 + description: A cell that is part of a vasa recta. + meaning: CL:1001036 + title: vasa recta cell + CL:1000286: + text: CL:1000286 + description: A smooth muscle cell that is part of the rectum. + meaning: CL:1000286 + title: smooth muscle cell of rectum + CL:0002381: + text: CL:0002381 + description: A conidium that has only one nucleus. + meaning: CL:0002381 + title: uninucleate conidium + CL:0000867: + text: CL:0000867 + description: A tissue-resident macrophage found in a secondary lymphoid organ. + meaning: CL:0000867 + title: secondary lymphoid organ macrophage + CL:0002242: + text: CL:0002242 + description: A cell containing at least one nucleus. + meaning: CL:0002242 + title: nucleate cell + CL:0002180: + text: CL:0002180 + description: A mucous cell in the epithelium of the stomach. + meaning: CL:0002180 + title: mucous cell of stomach + CL:2000020: + text: CL:2000020 + description: Any native cell that is part of a inner cell mass. + meaning: CL:2000020 + title: inner cell mass cell + CL:0002558: + text: CL:0002558 + description: A fibroblast that is part of villous mesenchyme. + meaning: CL:0002558 + title: fibroblast of villous mesenchyme + CL:2000083: + text: CL:2000083 + description: Any hair follicle dermal papilla cell that is part of a scalp. + meaning: CL:2000083 + title: hair follicle dermal papilla cell of scalp + CL:0000696: + text: CL:0000696 + description: A cell that stores and secretes pancreatic polypeptide hormone. + meaning: CL:0000696 + title: PP cell + CL:0002365: + text: CL:0002365 + description: An epithelial cell of the medullary thymus. This cell type expresses + a diverse range of tissue-specific antigens. This promiscuous gene expression + is a cell-autonomous property of medullary epithelial cells and is maintained + during the entire period of thymic T cell output. + meaning: CL:0002365 + title: medullary thymic epithelial cell + CL:1000332: + text: CL:1000332 + description: A serous secreting cell that is part of the epithelium of terminal + bronchiole. + meaning: CL:1000332 + title: serous cell of epithelium of terminal bronchiole + CL:0002338: + text: CL:0002338 + description: A natural killer cell that is developmentally immature, has the + phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and + CD161-positive. + meaning: CL:0002338 + title: CD56-positive, CD161-positive immature natural killer cell, human + CL:0009087: + text: CL:0009087 + description: An extravillous trophoblast that is polynuclear. + meaning: CL:0009087 + title: fused extravillous trophoblast + CL:4030020: + text: CL:4030020 + description: A renal alpha-intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030020 + title: kidney connecting tubule alpha-intercalated cell + CL:0009041: + text: CL:0009041 + description: A tuft cell that is a part of the colon. + meaning: CL:0009041 + title: tuft cell of colon + CL:4033019: + text: CL:4033019 + description: An ON bipolar cell type with dendrites selectively contacting + S-cones. + meaning: CL:4033019 + title: ON-blue cone bipolar cell + CL:0000577: + text: CL:0000577 + description: A subtype of enteroendocrine cells found in the gastrointestinal + mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. + These cell type secretes serotonin and some neurotransmitters including + enkephalins and substance P. Their secretory granules stain readily with + silver (argentaffin stain). + meaning: CL:0000577 + title: type EC enteroendocrine cell + CL:0000389: + text: CL:0000389 + meaning: CL:0000389 + title: socket cell (sensu Nematoda) + CL:0000136: + text: CL:0000136 + description: A fat-storing cell found mostly in the abdominal cavity and subcutaneous + tissue of mammals. Fat is usually stored in the form of triglycerides. + meaning: CL:0000136 + title: adipocyte + CL:0019026: + text: CL:0019026 + description: Any hepatocyte that is part of the liver lobule periportal region. + These cells are primarily involved in oxidative energy metabolism. + meaning: CL:0019026 + title: periportal region hepatocyte + CL:4030004: + text: CL:4030004 + description: A large epithelial cell found in the thymus. This cell type may + internalize thymocytes through extensions of plasma membrane. The cell surface + and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and + MHC Class II antigens. The interaction of these antigens with a developing + thymocyte determines whether the thymocyte undergoes positive or negative + selection. + meaning: CL:4030004 + title: thymic nurse cell + CL:0002419: + text: CL:0002419 + description: A T cell that expresses a T cell receptor complex and has completed + T cell selection. + meaning: CL:0002419 + title: mature T cell + CL:0010001: + text: CL:0010001 + description: A stromal cell that is part_of a bone marrow. + meaning: CL:0010001 + title: stromal cell of bone marrow + CL:0000418: + text: CL:0000418 + description: An epithelial cell found in C. elegans that firmly hold the outer + body wall and the lips to the inner cylinder of the pharynx in a manner + that keeps these organs from breaking apart, while still giving each organ + freedom of movement during feeding. + meaning: CL:0000418 + title: arcade cell + CL:0000186: + text: CL:0000186 + description: An animal cell that has characteristics of both a fibroblast + cell and a smooth muscle cell. + meaning: CL:0000186 + title: myofibroblast cell + CL:0000675: + text: CL:0000675 + description: A mature sexual reproductive cell of the female germline. + meaning: CL:0000675 + title: female gamete + CL:1001575: + text: CL:1001575 + description: Squamous cell of uterine cervix epithelium. + meaning: CL:1001575 + title: uterine cervix squamous cell + CL:0011027: + text: CL:0011027 + description: Any fibroblast that is part of skeletal muscle tissue. + meaning: CL:0011027 + title: skeletal muscle fibroblast + CL:0002416: + text: CL:0002416 + description: A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative. + meaning: CL:0002416 + title: mature Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:0002379: + text: CL:0002379 + description: A neurecto-epithelial cell found in the arachnoid villi of dura + mater. This cell type facilitates flow of cerebrospinal fluid into the blood. + meaning: CL:0002379 + title: meningothelial cell + CL:0000386: + text: CL:0000386 + meaning: CL:0000386 + title: attachment cell + CL:0000932: + text: CL:0000932 + description: A type II NK T cell that has been recently activated, secretes + interferon-gamma, and has the phenotype CD69-positive and downregulated + NK markers. + meaning: CL:0000932 + title: type II NK T cell secreting interferon-gamma + CL:0002435: + text: CL:0002435 + description: A CD8-positive, CD4-negative thymocyte that expresses high levels + of the alpha-beta T cell receptor and is CD69-positive. + meaning: CL:0002435 + title: CD69-positive, CD8-positive single-positive thymocyte + CL:0011108: + text: CL:0011108 + description: Epithelial cell that is part of the colon epithelium. + meaning: CL:0011108 + title: colon epithelial cell + CL:4030048: + text: CL:4030048 + description: A DRD1-expressing medium spiny neuron that is part of a striosome + of dorsal striatum. + meaning: CL:4030048 + title: striosomal D1 medium spiny neuron + CL:0000961: + text: CL:0000961 + description: A follicular B cell that is IgD-positive, CD23-negative, and + CD38-negative. This naive cell type is activated in the extrafollicular + areas through interaction with interdigitating dendritic cells and antigen-specific + CD4-positive T cells. + meaning: CL:0000961 + title: Bm1 B cell + CL:0009099: + text: CL:0009099 + description: A progenitor cell that is a tissue-resident mesenchymal cell, + important for skeletal muscle regeneration, and able to differentiate into + both adipocytes or fibroblasts. + meaning: CL:0009099 + title: fibro/adipogenic progenitor cell + CL:1000325: + text: CL:1000325 + description: A goblet cell that is part of the epithelium proper of jejunum. + meaning: CL:1000325 + title: jejunal goblet cell + CL:0002184: + text: CL:0002184 + description: A flat or angular epithelial cell with condensed nuclei and darkly + staining cytoplasm containing numerous intermediate filaments inserted into + desmosomes contacting surrounding supporting cells; lie in contact with + the basal lamina of olfactory epithelium. + meaning: CL:0002184 + title: basal proper cell of olfactory epithelium + CL:0000706: + text: CL:0000706 + description: Specialized ependymal cell that produces the cerebrospinal fluid + from the blood and secretes it into the lumen of the brain and spinal chord. + meaning: CL:0000706 + title: choroid plexus epithelial cell + CL:0000642: + text: CL:0000642 + description: An agranular supporting cell of the anterior pituitary (adenohypophysis) + that is characterized by a star-like morphology and ability to form follicles. + Folliculostellate cells communicate with each other and with endocrine cells + via gap junctions. + meaning: CL:0000642 + title: folliculostellate cell + CL:0002618: + text: CL:0002618 + description: An endothelial cell of the umbilical vein. + meaning: CL:0002618 + title: endothelial cell of umbilical vein + CL:0000024: + text: CL:0000024 + description: An undifferentiated germ cell that proliferates rapidly and gives + rise to oocytes. + meaning: CL:0000024 + title: oogonial cell + CL:4040005: + text: CL:4040005 + description: A mesenchymal stem cell that is part of the apical papilla tooth + root. + meaning: CL:4040005 + title: mesenchymal stem cell of apical papilla + CL:0008025: + text: CL:0008025 + description: A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter. + meaning: CL:0008025 + title: noradrenergic neuron + CL:0002035: + text: CL:0002035 + description: A hematopoietic progenitor that has restricted self-renewal capability. + Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative. + meaning: CL:0002035 + title: Slamf1-negative multipotent progenitor cell + CL:0002559: + text: CL:0002559 + description: An animal cell that is part of a hair follicle. + meaning: CL:0002559 + title: hair follicle cell + CL:0000810: + text: CL:0000810 + description: An immature alpha-beta T cell that is located in the thymus and + is CD4-positive and CD8-negative. + meaning: CL:0000810 + title: CD4-positive, alpha-beta thymocyte + CL:0005003: + text: CL:0005003 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into a leucophore. + meaning: CL:0005003 + title: leucoblast + CL:0002581: + text: CL:0002581 + description: A preadipocyte that is part of a perirenal fat tissue. + meaning: CL:0002581 + title: perirenal preadipocyte + CL:0002533: + text: CL:0002533 + description: An immature CD16-positive myeloid dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002533 + title: immature CD16-positive myeloid dendritic cell + CL:0002088: + text: CL:0002088 + description: This is a cell found in the gastrointestinal tract of mammals + and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs + from the enteric nervous system to smooth muscle cells and are thought to + be the cells from which gastrointestinal stromal tumors (GISTs) arise. + meaning: CL:0002088 + title: interstitial cell of Cajal + CL:4033039: + text: CL:4033039 + description: An alpha-beta CD8 T cell that resides in the lung. + meaning: CL:4033039 + title: lung resident memory CD8-positive, alpha-beta T cell + CL:1000342: + text: CL:1000342 + description: An enterocyte that is part of the epithelium proper of ileum. + meaning: CL:1000342 + title: enterocyte of epithelium proper of ileum + CL:0004125: + text: CL:0004125 + description: A retinal ganglion cell C inner that has dense dendritic diversity. + meaning: CL:0004125 + title: retinal ganglion cell C2 inner + CL:0002672: + text: CL:0002672 + description: A multi-fate stem cell that can give rise to different retinal + cell types including rod and cone cells. + meaning: CL:0002672 + title: retinal progenitor cell + CL:0000485: + text: CL:0000485 + description: Mast cell subtype that contains only the serine protease trypase + in its granules. These cells are primarily found in mucosal tissue, such + as intestinal mucosa and alveoli. They depend upon T-cells for development + of phenotype. + meaning: CL:0000485 + title: mucosal type mast cell + CL:0000940: + text: CL:0000940 + description: An alpha-beta T cell that is found in the lamina propria of mucosal + tissues and is restricted by the MR-1 molecule. + meaning: CL:0000940 + title: mucosal invariant T cell + CL:0002240: + text: CL:0002240 + description: A fibroblast in the bone marrow. + meaning: CL:0002240 + title: marrow fibroblast + CL:1000702: + text: CL:1000702 + description: Any smooth muscle cell that is part of some kidney pelvis smooth + muscle. + meaning: CL:1000702 + title: kidney pelvis smooth muscle cell + CL:0000683: + text: CL:0000683 + description: A cell that transports hormones from neurosecretory cells. This + nerve cell is characterized by bipolar shape and endfeet that contact a + basal lamina around blood vessels, and/or the pia mater or vitreous body + of the eye and additionally contact the ventricular surface or sub-retinal + space. + meaning: CL:0000683 + title: ependymoglial cell + CL:0002483: + text: CL:0002483 + description: A melanocyte that produces pigment within the hair follicle. + meaning: CL:0002483 + title: hair follicle melanocyte + CL:0010011: + text: CL:0010011 + description: A GABAergic interneuron whose soma is located in the cerebral + cortex. + meaning: CL:0010011 + title: cerebral cortex GABAergic interneuron + CL:0009052: + text: CL:0009052 + description: A smooth muscle cell that is located in the anorectum. + meaning: CL:0009052 + title: smooth muscle cell of anorectum + CL:0000827: + text: CL:0000827 + description: A lymphoid progenitor cell of the T cell lineage, with some lineage + specific marker expression, but not yet fully committed to the T cell lineage. + meaning: CL:0000827 + title: pro-T cell + CL:1000549: + text: CL:1000549 + description: An epithelial cell that is part of a cortical collecting duct. + meaning: CL:1000549 + title: kidney cortex collecting duct epithelial cell + CL:4023008: + text: CL:4023008 + description: A glutamatergic neuron located in the cerebral cortex that projects + to structures of telencephalic origins. + meaning: CL:4023008 + title: intratelencephalic-projecting glutamatergic cortical neuron + CL:0002138: + text: CL:0002138 + description: A endothelial cell of a lymphatic vessel. The border of the oak + leaf-shaped endothelial cell of initial lymphatics are joined by specialized + buttons. The discontinuous feature of buttons distinguishes them from zippers + in collecting lymphatics, but both types of junctions are composed of proteins + typical of adherens junctions and tight junctions found in the endothelium + of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped + endothelial cell, leaving open the tips of flaps as routes for fluid entry + without disassembly and reformation of intercellular junctions. + meaning: CL:0002138 + title: endothelial cell of lymphatic vessel + CL:1001111: + text: CL:1001111 + description: An epithelial cell that is part of some loop of Henle thin descending + limb. + meaning: CL:1001111 + title: kidney loop of Henle thin descending limb epithelial cell + CL:1001505: + text: CL:1001505 + description: The secretory neurons of the paraventricular nucleus that synthesize + and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing + hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system. + meaning: CL:1001505 + title: parvocellular neurosecretory cell + CL:0000619: + text: CL:0000619 + meaning: CL:0000619 + title: supporting cell (sensu Nematoda) + CL:0000730: + text: CL:0000730 + description: A cell at the front of a migrating epithelial sheet. + meaning: CL:0000730 + title: leading edge cell + CL:0000407: + text: CL:0000407 + description: A cell that anchors the cell body of a scolopidial neuron to + the integument. + meaning: CL:0000407 + title: scolopidial ligament cell + CL:0000041: + text: CL:0000041 + description: A fully differentiated eosinophil, a granular leukocyte with + a nucleus that usually has two lobes connected by one or more slender threads, + and cytoplasm containing coarse, round granules that are uniform in size + and which can be stained by the dye eosin. Cells are also differentiated + from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This + cell type is CD49d-positive. + meaning: CL:0000041 + title: mature eosinophil + CL:1000839: + text: CL:1000839 + description: Any epithelial cell of proximal tubule that is part of some proximal + straight tubule. + meaning: CL:1000839 + title: kidney proximal straight tubule epithelial cell + CL:0002540: + text: CL:0002540 + description: A mesenchymal stem cell that is part of the bone marrow. + meaning: CL:0002540 + title: mesenchymal stem cell of the bone marrow + CL:0005019: + text: CL:0005019 + description: Ghrelin secreting cells found in the endocrine pancreas. + meaning: CL:0005019 + title: pancreatic epsilon cell + CL:0000966: + text: CL:0000966 + description: A germinal center B cell that has the phenotype CD77-negative, + IgD-negative, and CD38-positive. These cells have undergone somatic mutation + of the B cell receptor. + meaning: CL:0000966 + title: Bm4 B cell + CL:0011032: + text: CL:0011032 + description: An enterocyte that possesses a large supranuclear vacuolar system + that preferentially internalizes dietary protein via receptor-mediated and + fluid-phase endocytosis for intracellular digestion and trans-cellular transport. + In zebrafish these cells are located in the posterior region of the mid + intestine throughout life. In mammals they are found in the ileum pre-weaning + and later are replaced by mature enterocytes. + meaning: CL:0011032 + title: lysosome-rich enterocyte + CL:0004235: + text: CL:0004235 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric + acid (GABA). + meaning: CL:0004235 + title: AB broad diffuse-1 amacrine cell + CL:0004252: + text: CL:0004252 + description: An amicrine that has a medium dendritic field. + meaning: CL:0004252 + title: medium field retinal amacrine cell + CL:0000913: + text: CL:0000913 + description: CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000913 + title: effector memory CD8-positive, alpha-beta T cell + CL:4042001: + text: CL:4042001 + description: A GABAergic interneuron that has its soma located in the striatum + and that has an enriched expression of the gene TAC3. + meaning: CL:4042001 + title: TAC3-positive striatal interneuron + CL:0019032: + text: CL:0019032 + description: Any brush cell that is part of the intestinal epithelium. + meaning: CL:0019032 + title: intestinal tuft cell + CL:0000121: + text: CL:0000121 + description: The output neuron of the cerebellar cortex. + meaning: CL:0000121 + title: Purkinje cell + CL:0000587: + text: CL:0000587 + description: A thermoreceptor cell that detects reduced temperatures. + meaning: CL:0000587 + title: cold sensing thermoreceptor cell + CL:0002306: + text: CL:0002306 + description: An epithelial cell of the proximal tubule of the kidney. + meaning: CL:0002306 + title: epithelial cell of proximal tubule + CL:4033001: + text: CL:4033001 + description: A(n) endothelial cell that is part of a(n) arteriole of lymph + node. + meaning: CL:4033001 + title: endothelial cell of arteriole of lymph node + CL:0002203: + text: CL:0002203 + description: Brush cell found in the epithelial layer of the colon. + meaning: CL:0002203 + title: brush cell of epithelium proper of large intestine + CL:0003004: + text: CL:0003004 + description: A bistratified retinal ganglion cell that has a small dendritic + field with sparse density that terminates at the intersection of the S4-S5 + sublaminar level, and a second dendrite field that is medium in size and + degree of arborization that terminates in sublaminar layer S2. + meaning: CL:0003004 + title: G3 retinal ganglion cell + CL:0002006: + text: CL:0002006 + description: A megakaryocyte erythroid progenitor cell that is Kit-positive + and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative + and Fcgr II/III-low. + meaning: CL:0002006 + title: Kit-positive, CD34-negative megakaryocyte erythroid progenitor cell + CL:0000860: + text: CL:0000860 + description: A monocyte that responds rapidly to microbial stimuli by secreting + cytokines and antimicrobial factors and which is characterized by high expression + of CCR2 in both rodents and humans, negative for the lineage markers CD3, + CD19, and CD20, and of larger size than non-classical monocytes. + meaning: CL:0000860 + title: classical monocyte + CL:0001035: + text: CL:0001035 + description: A connective tissue cell found in bone. + meaning: CL:0001035 + title: bone cell + CL:4033065: + text: CL:4033065 + description: A mature B cell that serves as an intermediate stage in the differentiation + of naive B cells into a plasmablast. A preplasmablast expresses CD30 and + IL-6R and lacks expression of CD20, CD23, CD38 and CD138. + meaning: CL:4033065 + title: preplasmablast + CL:0009105: + text: CL:0009105 + description: A fibroblastic reticular cell found in the lymph node T cell + domain. + meaning: CL:0009105 + title: T cell zone reticular cell + CL:0000374: + text: CL:0000374 + description: An epidermal cell that is part of a cell cluster organ of the + insect integument (such as a sensillum) and that secretes a cuticular specialization, + often in the form of a hair, bristle, peg or scale. The base of this specialization + is often surrounded by a socket produced by a closely associated tormogen + cell. + meaning: CL:0000374 + title: trichogen cell + CL:1000718: + text: CL:1000718 + description: Any renal principal cell that is part of some inner medullary + collecting duct. + meaning: CL:1000718 + title: kidney inner medulla collecting duct principal cell + CL:1001434: + text: CL:1001434 + description: A neuron residing in the olfactory bulb that serve to process + and refine signals arising from olfactory sensory neurons + meaning: CL:1001434 + title: olfactory bulb interneuron + CL:0002375: + text: CL:0002375 + description: A glioblast cell that develops from a migratory neural crest + cell. The SCP is embedded among neurons (axons) with minimal extracellular + spaces separating them from nerve cell membranes and has no basal lamina. + In rodents SCPs are the only cells in the Schwann cell linage that expresses + Cdh19. + meaning: CL:0002375 + title: Schwann cell precursor + CL:0017000: + text: CL:0017000 + description: An ionocyte that is part of the lung epithelium. The cells from + this type are major sources of the CFTR protein in human and mice. + meaning: CL:0017000 + title: pulmonary ionocyte + CL:0000008: + text: CL:0000008 + description: Cell that is part of the migratory cranial neural crest population. + Migratory cranial neural crest cells develop from premigratory cranial neural + crest cells and have undergone epithelial to mesenchymal transition and + delamination. + meaning: CL:0000008 + title: migratory cranial neural crest cell + CL:0002037: + text: CL:0002037 + description: Intraepithelial T cells with a memory phenotype of CD2-positive, + CD5-positive, and CD44-positive. + meaning: CL:0002037 + title: CD2-positive, CD5-positive, CD44-positive alpha-beta intraepithelial + T cell + CL:0002344: + text: CL:0002344 + description: A natural killer cell that is developmentally immature, has the + phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and + CD161-positive. + meaning: CL:0002344 + title: CD56-negative, CD161-positive immature natural killer cell, human + CL:0009075: + text: CL:0009075 + description: A thymic medullary epithelial cell that expresses muscle-specific + biomarkers. + meaning: CL:0009075 + title: myo-medullary thymic epithelial cell + CL:0000084: + text: CL:0000084 + description: A type of lymphocyte whose defining characteristic is the expression + of a T cell receptor complex. + meaning: CL:0000084 + title: T cell + CL:0000190: + text: CL:0000190 + description: A muscle cell that can develop high tension rapidly. It is usually + innervated by a single alpha neuron. + meaning: CL:0000190 + title: fast muscle cell + CL:0000116: + text: CL:0000116 + description: Pioneer neurons establish a pathway in the developing central + nervous system and then undergo programmed cell death once the adult axons, + which follow them, have made connections with the target site. Thus, they + are a transient cell type involved in axon guidance. + meaning: CL:0000116 + title: pioneer neuron + CL:0002302: + text: CL:0002302 + description: A synovial cell that is macrophage-like, characterized by surface + ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic + vesicles, Golgi apparatus and little granular endoplasmic reticulum. + meaning: CL:0002302 + title: type A synovial cell + CL:4023029: + text: CL:4023029 + description: A medium spiny neuron that expresses dopamine type 2 receptors + and projects to the external globus pallidus. + meaning: CL:4023029 + title: indirect pathway medium spiny neuron + CL:0002125: + text: CL:0002125 + description: A circulating gamma-delta T cell that expresses RORgamma(t), + is CD27-negative and is capable of IL-17 secretion. + meaning: CL:0002125 + title: CD27-negative gamma-delta T cell + CL:0000767: + text: CL:0000767 + description: Any of the immature or mature forms of a granular leukocyte that + in its mature form has an irregularly shaped, pale-staining nucleus that + is partially constricted into two lobes, and with cytoplasm that contains + coarse, bluish-black granules of variable size. Basophils contain vasoactive + amines such as histamine and serotonin, which are released on appropriate + stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, + and FceRIa-positive. + meaning: CL:0000767 + title: basophil + CL:0000922: + text: CL:0000922 + description: An alpha-beta T cell expressing NK call markers that is CD1d + restricted and expresses a diverse TCR repertoire. Type II NKT cells do + not become activated by alpha-galactosylceramide when presented by CD1d. + meaning: CL:0000922 + title: type II NK T cell + CL:0000030: + text: CL:0000030 + meaning: CL:0000030 + title: glioblast + CL:0000774: + text: CL:0000774 + description: A late eosinophilic metamyelocyte in which the nucleus is in + the form of a curved or coiled band, not having acquired the typical multilobar + shape of the mature eosinophil. + meaning: CL:0000774 + title: band form eosinophil + CL:1000441: + text: CL:1000441 + description: An epithelial cell that is part of the viscerocranial mucosa. + meaning: CL:1000441 + title: epithelial cell of viscerocranial mucosa + CL:0000845: + text: CL:0000845 + description: A mature B cell that is located in the marginal zone of the spleen + with the phenotype CD23-negative and CD21-positive and expressing a B cell + receptor usually reactive to bacterial cell wall components or senescent + self components such as oxidized-LDL. This cell type is also described as + being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high. + meaning: CL:0000845 + title: marginal zone B cell of spleen + CL:1000803: + text: CL:1000803 + description: A cell that is part of an interstitial compartment of an inner + renal medulla. + meaning: CL:1000803 + title: kidney inner medulla interstitial cell + CL:0002446: + text: CL:0002446 + description: A NK1.1-positive T cell that is Ly49Cl-negative. + meaning: CL:0002446 + title: Ly49CI-negative natural killer cell, mouse + CL:4033067: + text: CL:4033067 + description: A follicular cell of ovary that differentiates from a granulosa + cell during the secondary follicle stage. Mural granulosa cells line the + inner surface of the follicle wall, surrounding the fluid-filled antral + cavity. These cells produce oestrogen during the follicular phase in response + to follicle-stimulating hormone (FSH), and progesterone after ovulation + in response to luteinizing hormone (LH). + meaning: CL:4033067 + title: mural granulosa cell + CL:0000153: + text: CL:0000153 + description: A cell that secretes glycosaminoglycans. + meaning: CL:0000153 + title: glycosaminoglycan secreting cell + CL:0002052: + text: CL:0002052 + description: A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- + light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, + CD45R-positive and CD25-positive. This cell type is also described as being + AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive. + meaning: CL:0002052 + title: fraction D precursor B cell + CL:0002046: + text: CL:0002046 + description: A pro-B cell that is CD22-positive, CD34-positive, CD38-positive + and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. + Cell is CD19-negative, CD20-negative, complement receptor type 2-negative + and CD10-low. D-to-J recombination of the heavy chain occurs at this stage. + meaning: CL:0002046 + title: early pro-B cell + CL:0000670: + text: CL:0000670 + description: A primordial germ cell is a diploid germ cell precursors that + transiently exist in the embryo before they enter into close association + with the somatic cells of the gonad and become irreversibly committed as + germ cells. + meaning: CL:0000670 + title: primordial germ cell + CL:0000504: + text: CL:0000504 + description: A enteroendocrine cell part of the glands of the gastric mucosa. + They produce histamine and peptides such as chromogranins. This cell type + respond to gastrin by releasing histamine which acts as a paracrine stimulator + of the release of hydrochloric acid from the gastric parietal cells. + meaning: CL:0000504 + title: enterochromaffin-like cell + CL:0000807: + text: CL:0000807 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain + in complex with the pre-T cell receptor alpha chain. + meaning: CL:0000807 + title: DN3 thymocyte + CL:1000413: + text: CL:1000413 + description: A blood vessel endothelial cell that is part of an arterial endothelium. + meaning: CL:1000413 + title: endothelial cell of artery + CL:0002312: + text: CL:0002312 + description: An acidophilic cell of the anterior pituitary that produces growth + hormone, somatotropin. + meaning: CL:0002312 + title: somatotroph + CL:0002282: + text: CL:0002282 + description: An enteroendocrine cell which produces a gastrin- and cholecystokinin-like + peptide. The apical microvilli-rich plasma membrane is in open contact with + the small intestine mucosa. This cell type is devoid of gastrin-17 but contains + other fragments of the gastrin polypeptide. + meaning: CL:0002282 + title: type TG enteroendocrine cell + CL:2000031: + text: CL:2000031 + description: Any neuron that is part of a lateral line ganglion. + meaning: CL:2000031 + title: lateral line ganglion neuron + CL:0009062: + text: CL:0009062 + description: A specialized type of CD4 positive T cell, the follicular helper + T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular + localization. These specialised T cells reside in the germinal center of + the lymph node. + meaning: CL:0009062 + title: germinal center T cell + CL:0000397: + text: CL:0000397 + description: Any interneuron that has its soma located in some ganglion. + meaning: CL:0000397 + title: ganglion interneuron + CL:0002612: + text: CL:0002612 + description: A neuron of the ventral spinal cord. + meaning: CL:0002612 + title: neuron of the ventral spinal cord + CL:0000496: + text: CL:0000496 + description: A photoreceptor cell that is sensitive to green light. + meaning: CL:0000496 + title: green sensitive photoreceptor cell + CL:4033054: + text: CL:4033054 + description: A cell that is adjacent to a vessel. A perivascular cell plays + a crucial role in maintaining vascular function and tissue homeostasis. + This cell type regulates vessel integrity and flow dynamics. + meaning: CL:4033054 + title: perivascular cell + CL:2000090: + text: CL:2000090 + description: Any stellate cell that is part of a dentate gyrus of hippocampal + formation. + meaning: CL:2000090 + title: dentate gyrus of hippocampal formation stellate cell + CL:0000350: + text: CL:0000350 + description: Any extraembryonic cell that is part of some amnioserosa. + meaning: CL:0000350 + title: amnioserosal cell + CL:0002436: + text: CL:0002436 + description: A mature CD4-positive, CD8-negative alpha-beta T cell found in + the thymus that is CD24-low and has high expression of the T cell receptor. + meaning: CL:0002436 + title: mature CD4 single-positive thymocyte + CL:0003017: + text: CL:0003017 + description: A retinal ganglion B cell that has post synaptic terminals in + S2. + meaning: CL:0003017 + title: retinal ganglion cell B3 outer + CL:0002179: + text: CL:0002179 + description: An epithelial cell within one of the pits in the embryonic gastric + mucosa from which the gastric glands develop . + meaning: CL:0002179 + title: foveolar cell of stomach + CL:0000079: + text: CL:0000079 + meaning: CL:0000079 + title: stratified epithelial cell + CL:0004216: + text: CL:0004216 + description: A type 5 cone bipolar cell with diffuse axonal branches. + meaning: CL:0004216 + title: type 5b cone bipolar cell + CL:3000004: + text: CL:3000004 + description: Peripheral sensory neuron. + meaning: CL:3000004 + title: peripheral sensory neuron + CL:0001056: + text: CL:0001056 + description: A dendritic cell with the phenotype HLA-DRA-positive. + meaning: CL:0001056 + title: dendritic cell, human + CL:0000521: + text: CL:0000521 + description: Any cell that only exists in Fungi. + meaning: CL:0000521 + title: fungal cell + CL:0011010: + text: CL:0011010 + description: A cell derived from the mesoderm that is found at the periphery + of the embryo. + meaning: CL:0011010 + title: lateral mesodermal cell + CL:1000344: + text: CL:1000344 + description: A Paneth cell that is part of the epithelium proper of small + intestine. + meaning: CL:1000344 + title: paneth cell of epithelium proper of small intestine + CL:0000249: + text: CL:0000249 + meaning: CL:0000249 + title: hatching gland cell + CL:0002474: + text: CL:0002474 + description: A MHC-II-negative classical monocyte located in lymphoid tissue + that is F4/80-positive, CD11c-negative, and CD11b-high. + meaning: CL:0002474 + title: lymphoid MHC-II-negative classical monocyte + CL:0002069: + text: CL:0002069 + description: Mostly cylindrical, resemble Type 1 in their contents and the + presence of a kinocilium and stereocilium apically; much greater variation + in size, some almost span the entire thickness of the sensory epithelium, + while others are smaller than Type 1; receive multiple efferent nerve boutons + around their bases as well as afferent endings, which are small expansions + rather than chalices. + meaning: CL:0002069 + title: type II vestibular sensory cell + CL:4028004: + text: CL:4028004 + description: A pulmonary interstitial fibroblast that is part of the alveolus + and contains lipid droplets. + meaning: CL:4028004 + title: alveolar type 1 fibroblast cell + CL:0003025: + text: CL:0003025 + description: A retinal ganglion cell C inner that has sparse dendritic density, + and large dendritic field. + meaning: CL:0003025 + title: retinal ganglion cell C3 + CL:0009015: + text: CL:0009015 + description: A follicular dendritic cell located in the Peyer's patch. These + cells from a meshwork in which Peyer's patch B cells reside. + meaning: CL:0009015 + title: Peyer's patch follicular dendritic cell + CL:0002551: + text: CL:0002551 + description: Any skin fibroblast that is part of some dermis. + meaning: CL:0002551 + title: fibroblast of dermis + CL:0009044: + text: CL:0009044 + description: A lymphocyte that resides in the lamina propria of the small + intestine. Lamina propria leukocytes and intraepithelial lymphocytes are + the effector compartments of the gut mucosal immune system. Lymphocytes + circulate through gut associated lymphoid tissues until recruitment by intestinal + antigens. They are involved in the gut immune response. + meaning: CL:0009044 + title: lymphocyte of small intestine lamina propria + CL:0002503: + text: CL:0002503 + description: A cell of the adventitial layer of ductal structures such as + the uterer, defent duct, biliary duct, etc + meaning: CL:0002503 + title: adventitial cell + CL:0017005: + text: CL:0017005 + description: A lymphocyte that has gotten larger after being stimulated by + an antigen. + meaning: CL:0017005 + title: lymphoblast + CL:0001048: + text: CL:0001048 + description: A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory + cell with the phenotype HLA-DRA-positive, indicating recent activation. + meaning: CL:0001048 + title: activated CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory + T cell, human + CL:0001032: + text: CL:0001032 + description: Granule cell that is part of the cerebral cortex. + meaning: CL:0001032 + title: cortical granule cell + CL:0002157: + text: CL:0002157 + description: A cell type that makes up the highly vascular membrane lining + the marrow cavity of long bones. + meaning: CL:0002157 + title: endosteal cell + CL:0000394: + text: CL:0000394 + description: A phagocytic hemocyte, responsible for the engulfment of small + particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial + peptides and contribute to the production and secretion of proteins of the + hemolymph. + meaning: CL:0000394 + title: plasmatocyte + CL:4033037: + text: CL:4033037 + description: A mucus secreting cell of a submucosal gland of the tracheobronchial + tree. + meaning: CL:4033037 + title: mucus secreting cell of tracheobronchial tree submucosal gland + CL:2000094: + text: CL:2000094 + description: Any epithelial cell of viscerocranial mucosa that is part of + a nasal cavity respiratory epithelium. + meaning: CL:2000094 + title: nasal cavity respiratory epithelium epithelial cell of viscerocranial + mucosa + CL:0002051: + text: CL:0002051 + description: A pre-BCR positive B cell that is CD38-high. + meaning: CL:0002051 + title: CD38-high pre-BCR positive cell + CL:0000601: + text: CL:0000601 + description: A mechanoreceptor in the organ of Corti. In mammals the outer + hair cells are arranged in three rows which are further from the modiolus + than the single row of inner hair cells. The motile properties of the outer + hair cells may contribute actively to tuning the sensitivity and frequency + selectivity of the cochlea. + meaning: CL:0000601 + title: cochlear outer hair cell + CL:0000838: + text: CL:0000838 + description: A progenitor cell restricted to the lymphoid lineage. + meaning: CL:0000838 + title: lymphoid lineage restricted progenitor cell + CL:4030017: + text: CL:4030017 + description: An epithelial cell located in the late distal convoluted tubule. + meaning: CL:4030017 + title: epithelial cell of late distal convoluted tubule + CL:0004224: + text: CL:0004224 + description: A broadly stratifying amacrine cell that has a small dendritic + field and post-synaptic terminals in S2 and S3. This cell type releases + the neurotransmitter glycine. + meaning: CL:0004224 + title: AB diffuse-2 amacrine cell + CL:1000420: + text: CL:1000420 + description: A myoepithelial cell that is part of the terminal lactiferous + duct. + meaning: CL:1000420 + title: myoepithelial cell of terminal lactiferous duct + CL:0000295: + text: CL:0000295 + description: A peptide hormone secreting cell that produces growth hormone, + somatotropin. + meaning: CL:0000295 + title: somatotropin secreting cell + CL:4033043: + text: CL:4033043 + description: A macrophage that is part of the lung connective tissue (pulmonary + interstitium). This cell performs tissue remodeling and contributes to barrier + immunity through antigen presentation. + meaning: CL:4033043 + title: lung interstitial macrophage + CL:0000202: + text: CL:0000202 + description: A mechanoreceptor cell of the auditory or vestibular system that + is sensitive to auditory stimuli. The accessory sensory structures are arranged + so that appropriate stimuli cause movement of the hair-like projections + (stereocilia and kinocilia) which relay the information centrally in the + nervous system. + meaning: CL:0000202 + title: auditory hair cell + CL:0009018: + text: CL:0009018 + description: A lymphocyte that resides in the lamina propria of the large + intestine. + meaning: CL:0009018 + title: lymphocyte of large intestine lamina propria + CL:2000078: + text: CL:2000078 + description: Any pericyte cell that is part of a placenta. + meaning: CL:2000078 + title: placental pericyte + CL:1000272: + text: CL:1000272 + description: Any secretory cell that is part of some lung. + meaning: CL:1000272 + title: lung secretory cell + CL:0009034: + text: CL:0009034 + description: A dendritic cell that is located in a vermiform appendix. + meaning: CL:0009034 + title: dendritic cell of appendix + CL:0000721: + text: CL:0000721 + meaning: CL:0000721 + title: equatorial cone cell (sensu Endopterygota) + CL:0000196: + text: CL:0000196 + description: A muscle cell that is involved in the mechanism of insect flight. + This encompasses both, cells that power flight and cells that control flight. + meaning: CL:0000196 + title: insect flight muscle cell + CL:1001319: + text: CL:1001319 + description: Any cell that is part of some urinary bladder. + meaning: CL:1001319 + title: bladder cell + CL:0000339: + text: CL:0000339 + description: An early neural cell developing from the early ependymal cell + of the neural tube. + meaning: CL:0000339 + title: glioblast (sensu Vertebrata) + CL:0000631: + text: CL:0000631 + description: Cells forming a framework supporting the organ of Corti. Specific + cells are those of Claudius, Deiters and Hensen. + meaning: CL:0000631 + title: labyrinth supporting cell + CL:0008027: + text: CL:0008027 + description: A bipolar neuron found in the retina that is synapsed by rod + photoreceptor cells. These neurons have axons that arborize and synapse + to targets in inner plexiform layers 4 and 5 and depolarize in response + to light. + meaning: CL:0008027 + title: rod bipolar cell (sensu Mus) + CL:0004238: + text: CL:0004238 + description: A bistratified amacrine cell with a medium dendritic field, a + flat and sparse dendritic arbor, and post-synaptic terminals at the intersections + of S1 and S2, and S3 and S4. + meaning: CL:0004238 + title: asymmetric bistratified amacrine cell + CL:0000035: + text: CL:0000035 + description: A stem cell that self-renews as well as give rise to a single + mature cell type. + meaning: CL:0000035 + title: single fate stem cell + CL:1001097: + text: CL:1001097 + description: Any smooth muscle cell that is part of some renal afferent arteriole. + meaning: CL:1001097 + title: kidney afferent arteriole smooth muscle cell + CL:1000838: + text: CL:1000838 + description: Any epithelial cell of proximal tubule that is part of some proximal + convoluted tubule and has part some brush border. + meaning: CL:1000838 + title: kidney proximal convoluted tubule epithelial cell + CL:3000000: + text: CL:3000000 + description: A ciliated epithelial cell of the esophagus. + meaning: CL:3000000 + title: ciliated epithelial cell of esophagus + CL:0000881: + text: CL:0000881 + description: A border associated macrophage that is adjacent to a small blood + vessel of a brain. A perivascular macrophage expresses the markers CD14, + CD16 and CD163. In homeostatic conditions, this central nervous system macrophage + has a non-motile cell body with extending and retracting projections through + the blood vessel wall. + meaning: CL:0000881 + title: perivascular macrophage + CL:0002437: + text: CL:0002437 + description: A mature CD8-positive, CD4-negative alpha-beta T cell found in + the thymus that is CD24-low and has high expression of the T cell receptor. + meaning: CL:0002437 + title: mature CD8 single-positive thymocyte + CL:0002320: + text: CL:0002320 + description: A cell of the supporting or framework tissue of the body, arising + chiefly from the embryonic mesoderm and including adipose tissue, cartilage, + and bone. + meaning: CL:0002320 + title: connective tissue cell + CL:1000616: + text: CL:1000616 + description: Any kidney medulla cell that is part of some outer medulla of + kidney. + meaning: CL:1000616 + title: kidney outer medulla cell + CL:0003015: + text: CL:0003015 + description: A G11 retinal ganglion cell that has post synaptic terminals + in sublaminar layer S4 and is depolarized by illumination of its receptive + field center. + meaning: CL:0003015 + title: G11-ON retinal ganglion cell + CL:0002359: + text: CL:0002359 + description: A hematopoietic stem cell of the placenta. This cell type is + first observed E10.5 This cell type may give rise to fetal liver hematopoietic + stem cells. + meaning: CL:0002359 + title: placental hematopoietic stem cell + CL:0005010: + text: CL:0005010 + description: A cuboidal epithelial cell of the kidney that regulates acid/base + balance. + meaning: CL:0005010 + title: renal intercalated cell + CL:0002623: + text: CL:0002623 + description: An acinar cell of salivary gland. + meaning: CL:0002623 + title: acinar cell of salivary gland + CL:1001516: + text: CL:1001516 + description: The various hormone- or neurotransmitter-secreting cells present + throughout the mucosa of the intestinal tract. + meaning: CL:1001516 + title: intestinal enteroendocrine cell + CL:0000713: + text: CL:0000713 + meaning: CL:0000713 + title: corona radiata cell + CL:0009116: + text: CL:0009116 + description: A progenitor cell with the potential to differentiate into luminal + epithelial cells of mammary glands. In mouse, CD61 and c-kit were found + to be coexpressed by the majority of, but not all, committed luminal progenitor + cells. + meaning: CL:0009116 + title: progenitor cell of mammary luminal epithelium + CL:0011002: + text: CL:0011002 + description: A motor neuron that is generated only on limb levels and send + axons into the limb mesenchyme. + meaning: CL:0011002 + title: lateral motor column neuron + CL:4023080: + text: CL:4023080 + description: a L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex that has stellate pyramidal morphology. + meaning: CL:4023080 + title: stellate L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex (Mmus) + CL:0009071: + text: CL:0009071 + description: A thymic medullary epithelial cell considered to be a pre-AIRE + mTEC population. + meaning: CL:0009071 + title: medullary thymic epithelial cell type 1 + CL:0000652: + text: CL:0000652 + description: This cell type produces and secretes melatonin and forms the + pineal parenchyma. Extending from each cell body, which has a spherical, + oval or lobulated mucleus, are one or more tortuous basophilic processes, + containing parallel microtubules known as synaptic ribbons. These processes + end in expanded terminal buds near capillaries or less, frequently, ependymal + cells of the pineal recess. The terminal buds contain granular endoplasmic + reticulum, mitochondria and electron-dense cored vesicles, which store monoamines + and polypeptide hormones, release of which appears to require sympathetic + innervation. + meaning: CL:0000652 + title: pinealocyte + CL:4023127: + text: CL:4023127 + description: a KNDy neuron that is located in the arcuate nucleus of the hypothalamus. + meaning: CL:4023127 + title: arcuate nucleus of hypothalamus KNDy neuron + CL:0000862: + text: CL:0000862 + description: A macrophage that suppresses immune responses. + meaning: CL:0000862 + title: suppressor macrophage + CL:0000993: + text: CL:0000993 + description: Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid + dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and + MHCII-positive. + meaning: CL:0000993 + title: mature CD11c-low plasmacytoid dendritic cell + CL:0002009: + text: CL:0002009 + description: A progenitor cell that can give rise to plasmacytoid and myeloid + dendritic cells, and to monocytes and macrophages. + meaning: CL:0002009 + title: macrophage dendritic cell progenitor + CL:0002603: + text: CL:0002603 + description: An astrocyte of the cerebellum. + meaning: CL:0002603 + title: astrocyte of the cerebellum + CL:0009060: + text: CL:0009060 + description: A mature B cell located in the marginal zone of the lymph node. + meaning: CL:0009060 + title: marginal zone B cell of lymph node + CL:0002254: + text: CL:0002254 + description: An epithelial cell of the small intestine. + meaning: CL:0002254 + title: epithelial cell of small intestine + CL:0009055: + text: CL:0009055 + description: A paneth cell that is located in the anorectum. + meaning: CL:0009055 + title: paneth cell of anorectum + CL:0000818: + text: CL:0000818 + description: An immature B cell of an intermediate stage between the pre-B + cell stage and the mature naive stage with the phenotype surface IgM-positive + and CD19-positive, and are subject to the process of B cell selection. A + transitional B cell migrates from the bone marrow into the peripheral circulation, + and then to the spleen. + meaning: CL:0000818 + title: transitional stage B cell + CL:0000998: + text: CL:0000998 + description: CD8_alpha-negative CD11b-negative dendritic cell is a conventional + dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and + is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive + T cells. + meaning: CL:0000998 + title: CD8_alpha-negative CD11b-negative dendritic cell + CL:0001043: + text: CL:0001043 + description: A recently activated CD4-positive, alpha-beta T cell with the + phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, + CD127-negative, and CD25-positive. + meaning: CL:0001043 + title: activated CD4-positive, alpha-beta T cell, human + CL:0009078: + text: CL:0009078 + description: A fibroblast located in the thymic capsule. + meaning: CL:0009078 + title: thymic fibroblast type 1 + CL:0000314: + text: CL:0000314 + meaning: CL:0000314 + title: milk secreting cell + CL:0000608: + text: CL:0000608 + description: A thick walled, sexual, resting spore formed by Zygomycetes; + sometimes refers to the spore and the multi-layered cell wall that encloses + the spore, the zygosporangium. + meaning: CL:0000608 + title: zygospore + CL:0000744: + text: CL:0000744 + description: A columnar chondrocyte that differentiates in the late embryonic + growth plate of bone. Columnar chondrocytes vigorously proliferate and form + columns in the growth plate. + meaning: CL:0000744 + title: columnar chondrocyte + CL:0002259: + text: CL:0002259 + description: The stem cell from which glial precursor cell arises from. + meaning: CL:0002259 + title: neuroepithelial stem cell + CL:0002004: + text: CL:0002004 + description: A proerythoblast that is CD34-negative and GlyA-negative. + meaning: CL:0002004 + title: CD34-negative, GlyA-negative proerythroblast + CL:1000433: + text: CL:1000433 + description: An epithelial cell that is part of the lacrimal canaliculus. + meaning: CL:1000433 + title: epithelial cell of lacrimal canaliculus + CL:0004227: + text: CL:0004227 + description: A bistratified amacrine cell with a small dendritic field. Flat + bistratified amacrine cells have post-synaptic terminals both on the border + of S1 and S2, and on the border of S3 and S4. This cell type releases the + neurotransmitter glycine. + meaning: CL:0004227 + title: flat bistratified amacrine cell + CL:4033022: + text: CL:4033022 + description: A mucus secreting cell of a submucosal gland of the bronchus. + meaning: CL:4033022 + title: mucus secreting cell of bronchus submucosal gland + CL:0003048: + text: CL:0003048 + description: A cone cell that detects long wavelength light. Exact peak of + spectra detected differs between species. In humans, spectra peaks at 564-580 + nm. + meaning: CL:0003048 + title: L cone cell + CL:0009080: + text: CL:0009080 + description: A tuft cell located in the small intestine. + meaning: CL:0009080 + title: tuft cell of small intestine + CL:0002569: + text: CL:0002569 + description: A mesenchymal stem cell of the umbilical cord. + meaning: CL:0002569 + title: mesenchymal stem cell of umbilical cord + CL:0000235: + text: CL:0000235 + description: A mononuclear phagocyte present in variety of tissues, typically + differentiated from monocytes, capable of phagocytosing a variety of extracellular + particulate material, including immune complexes, microorganisms, and dead + cells. + meaning: CL:0000235 + title: macrophage + CL:0002176: + text: CL:0002176 + description: A cell of a secondary follicile within the ovary. + meaning: CL:0002176 + title: secondary follicular cell of ovary + CL:4030005: + text: CL:4030005 + description: A renal beta-intercalated cell that is part of the cortical collecting + duct. The medullary collecting duct does not contain the renal beta-intercalated + cell type. + meaning: CL:4030005 + title: kidney collecting duct beta-intercalated cell + CL:0000999: + text: CL:0000999 + description: CD8_alpha-negative CD11b-positive dendritic cell is a conventional + dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative + and CD8_alpha-negative. + meaning: CL:0000999 + title: CD4-positive CD11b-positive dendritic cell + CL:0002472: + text: CL:0002472 + description: Gr1-low non-classical monocyte that has low to intermediate expression + of the MHC-II complex. + meaning: CL:0002472 + title: MHC-II-low non-classical monocyte + CL:0003021: + text: CL:0003021 + description: A retinal ganglion cell C outer that has a medium dendritic field + and a dense dendritic arbor. + meaning: CL:0003021 + title: retinal ganglion cell C4 + CL:4023000: + text: CL:4023000 + description: A motor neuron that innervates both intrafusal and extrafusal + muscle fibers. Low abundancy. They control both muscle contraction and responsiveness + of the sensory feedback from muscle spindles. + meaning: CL:4023000 + title: beta motor neuron + CL:0002657: + text: CL:0002657 + description: A glandular epithelial cell of the esophagus. + meaning: CL:0002657 + title: glandular cell of esophagus + CL:0000514: + text: CL:0000514 + description: A precursor cell destined to differentiate into smooth muscle + myocytes. + meaning: CL:0000514 + title: smooth muscle myoblast + CL:0000349: + text: CL:0000349 + description: Any cell that is part of some extraembryonic structure. + meaning: CL:0000349 + title: extraembryonic cell + CL:0002190: + text: CL:0002190 + description: A flat keratinocyte immediately below the cornified layer. + meaning: CL:0002190 + title: squamous cell of epidermis + CL:4030035: + text: CL:4030035 + description: A dental pulp cell that possesses stem-cell-like qualities, including + self-renewal capability and multi-lineage differentiation. + meaning: CL:4030035 + title: dental pulp stem cell + CL:0002067: + text: CL:0002067 + description: An enteroendocrine cell that produces glucagon. + meaning: CL:0002067 + title: type A enteroendocrine cell + CL:0009114: + text: CL:0009114 + description: A B cell found in the perisinusoidal area of a lymph node. In + humans, monocytoid B cells are a morphologically distinct B cell population + (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many + similarities with marginal zone B cells including marker expression, and + are increased in disease settings. + meaning: CL:0009114 + title: monocytoid B cell + CL:1001517: + text: CL:1001517 + description: The various hormone- or neurotransmitter-secreting cells present + throughout the mucosa of the stomach. + meaning: CL:1001517 + title: stomach enteroendocrine cell + CL:0000137: + text: CL:0000137 + description: A mature osteoblast that has become embedded in the bone matrix. + They occupy a small cavity, called lacuna, in the matrix and are connected + to adjacent osteocytes via protoplasmic projections called canaliculi. + meaning: CL:0000137 + title: osteocyte + CL:0009024: + text: CL:0009024 + description: A mesothelial cell that is part of the small intestine. + meaning: CL:0009024 + title: mesothelial cell of small intestine + CL:4040004: + text: CL:4040004 + description: Any mesenchymal stem cell of adipose tissue that is part of an + orbital region. + meaning: CL:4040004 + title: mesenchymal stem cell of orbital adipose tissue + CL:0002367: + text: CL:0002367 + description: A cell that lines the trabecular meshwork, which is an area of + tissue in the eye located around the base of the cornea, near the ciliary + body, and is responsible for draining the aqueous humor from the eye via + the anterior chamber (the chamber on the front of the eye covered by the + cornea). This cell may play a role in regulating intraocular pressure. + meaning: CL:0002367 + title: trabecular meshwork cell + CL:0002062: + text: CL:0002062 + description: A squamous pulmonary alveolar epithelial cell that is flattened + and branched. A pulmonary alveolar type 1 cell covers more than 98% of the + alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions + to form the air-blood barrier essential for normal gas exchange. + meaning: CL:0002062 + title: pulmonary alveolar type 1 cell + CL:0000724: + text: CL:0000724 + description: A differentiated cell that functions as a site of nitrogen fixation + under aerobic conditions. + meaning: CL:0000724 + title: heterocyst + CL:1001598: + text: CL:1001598 + description: 'A glandular cell found in the epithelium of the small intestine. + Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; + M cells; Somatostatin-secreting Cells (D-cells) .' + meaning: CL:1001598 + title: small intestine glandular cell + CL:1001589: + text: CL:1001589 + description: 'Glandular cell of duodenal epithelium. Example: Enterocytes, + Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner''s gland + cell.' + meaning: CL:1001589 + title: duodenum glandular cell + CL:1000147: + text: CL:1000147 + description: A cell that is part of a cardiac valve. + meaning: CL:1000147 + title: cardiac valve cell + CL:0002402: + text: CL:0002402 + description: A resting mature B cell within the Peyer's patch that is CD19-positive, + B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, + and CD5-negative. + meaning: CL:0002402 + title: Peyer's patch B cell + CL:1001126: + text: CL:1001126 + description: Any vasa recta cell that is part of some inner renal medulla + vasa recta. + meaning: CL:1001126 + title: inner renal medulla vasa recta cell + CL:0002608: + text: CL:0002608 + description: A neuron with a soma found in the hippocampus. + meaning: CL:0002608 + title: hippocampal neuron + CL:0002011: + text: CL:0002011 + description: A progenitor cell that can give rise to plasmacytoid and myeloid + dendritic cells, and to monocytes and macrophages. Marker for this cell + is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative. + meaning: CL:0002011 + title: Kit-positive macrophage dendritic cell progenitor + CL:4023012: + text: CL:4023012 + description: A glutamatergic neuron located in the cerebral cortex that projects + axons locally rather than distantly. + meaning: CL:4023012 + title: near-projecting glutamatergic cortical neuron + CL:0005014: + text: CL:0005014 + description: A non-sensory cell that extends from the basement membrane to + the apical surface of the auditory epithelium and provides support for auditory + hair cells. + meaning: CL:0005014 + title: auditory epithelial supporting cell + CL:0002249: + text: CL:0002249 + description: A stem cell that can differentiate into a cardiac myocyte. + meaning: CL:0002249 + title: primitive cardiac myocyte + CL:0002675: + text: CL:0002675 + description: A S. pombe cell type determined by mat1-Pc and mat1-Pi on the + mat1 locus. + meaning: CL:0002675 + title: H plus + CL:0000025: + text: CL:0000025 + description: A female gamete where meiosis has progressed to metaphase II + and is able to participate in fertilization. + meaning: CL:0000025 + title: egg cell + CL:2000021: + text: CL:2000021 + description: Any native cell that is part of a sebaceous gland. + meaning: CL:2000021 + title: sebaceous gland cell + CL:0002120: + text: CL:0002120 + description: An CD24-positive CD38-negative IgG-negative memory B cell is + a CD38-negative IgG-negative class switched memory B cell that lacks IgG + on the cell surface with the phenotype CD24-positive, CD38-negative, and + IgG-negative. + meaning: CL:0002120 + title: CD24-positive CD38-negative IgG-negative class switched memory B cell + CL:0008005: + text: CL:0008005 + description: A somatic muscle cell that is oblquely striated. Examples include + the somatic muscles of nematodes. + meaning: CL:0008005 + title: obliquely striated somatic muscle cell + CL:0002654: + text: CL:0002654 + description: An epithelial cell of stratum corneum of esophageal epithelium. + meaning: CL:0002654 + title: epithelial cell of stratum corneum of esophageal epithelium + CL:0011018: + text: CL:0011018 + description: "A group 3 innate lymphoid cell that express ROR gamma t and\ + \ IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c,\ + \ Gr-1), with the functional ability to interact with mesenchymal cells\ + \ through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer\ + \ cells are key to the development of lymph nodes and Peyer\u2019s patches." + meaning: CL:0011018 + title: "lymphoid tissue\u2013inducer cell" + CL:0000660: + text: CL:0000660 + description: An extracellular matrix secreting cell that secretes glycocalyx. + meaning: CL:0000660 + title: glycocalyx secreting cell + CL:0000763: + text: CL:0000763 + description: A cell of the monocyte, granulocyte, mast cell, megakaryocyte, + or erythroid lineage. + meaning: CL:0000763 + title: myeloid cell + CL:0002199: + text: CL:0002199 + description: An oncocyte located in the parathyroid gland. + meaning: CL:0002199 + title: oxyphil cell of parathyroid gland + CL:0001018: + text: CL:0001018 + description: Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001018 + title: immature CD8_alpha-low Langerhans cell + CL:0003009: + text: CL:0003009 + description: A mono-stratified retinal ganglion cell that has a medium dendritic + field and a sparse dendritic arbor with post sympatic terminals in sublaminar + layer S4 and S5. + meaning: CL:0003009 + title: G6 retinal ganglion cell + CL:0000180: + text: CL:0000180 + description: A steroid hormone secreting cell that secretes estradiol. + meaning: CL:0000180 + title: estradiol secreting cell + CL:0002308: + text: CL:0002308 + description: An epithelial cell of a skin gland. + meaning: CL:0002308 + title: epithelial cell of skin gland + CL:0002543: + text: CL:0002543 + description: An endothelial cell that is part of the vein. + meaning: CL:0002543 + title: vein endothelial cell + CL:0008032: + text: CL:0008032 + description: A GABAergic interneuron in human cortical layer 1 that has large + rosehip-shaped axonal boutons and compact arborization. + meaning: CL:0008032 + title: rosehip neuron + CL:1000442: + text: CL:1000442 + description: An urothelial cell that is part of the trigone of urinary bladder. + meaning: CL:1000442 + title: urothelial cell of trigone of urinary bladder + CL:0002488: + text: CL:0002488 + description: A trophoblast cell that has a large volume of cytoplasm, is polyploid + and is usually mononuclear but is also occasionally multi-nucleate. This + cell type is important in establishing maternal physiology and remodeling + of the vasculature of the placenta. + meaning: CL:0002488 + title: trophoblast giant cell + CL:0000014: + text: CL:0000014 + description: A stem cell that is the precursor of gametes. + meaning: CL:0000014 + title: germ line stem cell + CL:0004242: + text: CL:0004242 + description: An amacrine cell with a wide dendritic field, dendrites in S3, + and post-synaptic terminals in S3. Dendrites of this cell type are straight + and minimally branched. + meaning: CL:0004242 + title: WF3-1 amacrine cell + CL:1000050: + text: CL:1000050 + description: Any glial cell that is part of some lateral line nerve. + meaning: CL:1000050 + title: lateral line nerve glial cell + CL:1001572: + text: CL:1001572 + description: A vascular endothelial cell found in colon blood vessels. + meaning: CL:1001572 + title: colon endothelial cell + CL:0000984: + text: CL:0000984 + description: A plasmablast that secretes IgA. + meaning: CL:0000984 + title: IgA plasmablast + CL:0000104: + text: CL:0000104 + description: A neuron with three or more neurites, usually an axon and multiple + dendrites. + meaning: CL:0000104 + title: multipolar neuron + CL:1001285: + text: CL:1001285 + description: A cell that is part of some vasa recta descending limb. + meaning: CL:1001285 + title: vasa recta descending limb cell + CL:1000419: + text: CL:1000419 + description: A myoepithelial cell that is part of the lactiferous duct. + meaning: CL:1000419 + title: myoepithelial cell of lactiferous duct + CL:0000417: + text: CL:0000417 + meaning: CL:0000417 + title: endopolyploid cell + CL:0002146: + text: CL:0002146 + description: A sweat producing cell of eccrine sweat glands. Pyramidal in + shape, with its base resting on the basal lamina or myoepitheliocytes, and + its microvillus-covered apical plasma membrane line up the intercellular + canaliculi. Cell is not stained by hematoxylin or eosin. + meaning: CL:0002146 + title: clear cell of eccrine sweat gland + CL:0002122: + text: CL:0002122 + description: A B220-positive CD38-positive IgG-negative memory B cell is a + CD38-positive IgG-negative class switched memory B cell that lacks IgG on + the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative. + meaning: CL:0002122 + title: B220-positive CD38-positive IgG-negative class switched memory B cell + CL:0000695: + text: CL:0000695 + description: A neuron of the human embryonic marginal zone which display, + as a salient feature, radial ascending processes that contact the pial surface, + and a horizontal axon plexus located in the deep marginal zone. One feature + of these cells in mammals is that they express the Reelin gene. + meaning: CL:0000695 + title: Cajal-Retzius cell + CL:0002070: + text: CL:0002070 + description: Bottle-shaped with narrow neck; broad, rounded basal portion + where nucleus is located; stereocilia and a single kinocilium is present + apically; receive nerve bouton at their base from an afferent cup-shaped + (chalice or calyx) nerve ending. + meaning: CL:0002070 + title: type I vestibular sensory cell + CL:4023083: + text: CL:4023083 + description: A GABAergic interneuron that selectively innervates the axon + initial segment of pyramidal cells. Their local axonal clusters are formed + by high-frequency branching at shallow angles, often ramifying around, above + or below their somata with a high bouton density. The characteristic terminal + portions of the axon form short vertical rows of boutons, resembling the + candlesticks and candles of a chandelier. Chandelier cells can be multipolar + or bitufted. + meaning: CL:4023083 + title: chandelier cell + CL:1000366: + text: CL:1000366 + description: A transitional myocyte that is part of the middle internodal + tract. + meaning: CL:1000366 + title: transitional myocyte of middle internodal tract + CL:0003014: + text: CL:0003014 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field, a medium dendritic arbor, and a medium length secondary dendrite + shaft. + meaning: CL:0003014 + title: G11 retinal ganglion cell + CL:0002512: + text: CL:0002512 + description: A langerin-negative lymph node dendritic cell that is CD103-negative + and CD11b-high. + meaning: CL:0002512 + title: CD11b-high, CD103-negative, langerin-negative lymph node dendritic + cell + CL:0002595: + text: CL:0002595 + description: A smooth muscle cell of the subclavian artery. + meaning: CL:0002595 + title: smooth muscle cell of the subclavian artery + CL:0002078: + text: CL:0002078 + description: Epithelial cell derived from mesoderm or mesenchyme. + meaning: CL:0002078 + title: meso-epithelial cell + CL:0002420: + text: CL:0002420 + description: A T cell that has not completed T cell selection. + meaning: CL:0002420 + title: immature T cell + CL:0000503: + text: CL:0000503 + description: A flattened stroma cell forming a sheath or theca outside the + basal lamina lining the mature ovarian follicle. Thecal interstitial or + stromal cells are steroidogenic, and produce primarily androgens which serve + as precusors of estrogens in the granulosa cells. + meaning: CL:0000503 + title: theca cell + CL:0000908: + text: CL:0000908 + description: A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, + CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines. + meaning: CL:0000908 + title: CD8-positive, alpha-beta cytokine secreting effector T cell + CL:0002664: + text: CL:0002664 + description: A stem cell that can give rise to multiple cell types (i.e. smooth + muscle, endothelial) in the developing heart. + meaning: CL:0002664 + title: cardioblast + CL:4023057: + text: CL:4023057 + description: Any GABAergic interneuron that has its soma located in some cerebellar + cortex. + meaning: CL:4023057 + title: cerebellar inhibitory GABAergic interneuron + CL:0002532: + text: CL:0002532 + description: A myeloid dendritic cell found in the blood that is CD16-positive. + meaning: CL:0002532 + title: CD16-positive myeloid dendritic cell + CL:0008001: + text: CL:0008001 + description: Any hematopoietic cell that is a precursor of some other hematopoietic + cell type. + meaning: CL:0008001 + title: hematopoietic precursor cell + CL:0000206: + text: CL:0000206 + description: A cell specialized to detect chemical substances and relay that + information centrally in the nervous system. Chemoreceptors may monitor + external stimuli, as in taste and olfaction, or internal stimuli, such as + the concentrations of oxygen and carbon dioxide in the blood. + meaning: CL:0000206 + title: chemoreceptor cell + CL:2000065: + text: CL:2000065 + description: Any microvascular endothelial cell that is part of a female urethra. + meaning: CL:2000065 + title: ovarian microvascular endothelial cell + CL:0000957: + text: CL:0000957 + description: A large pre-B-II cell is a pre-B-II cell that is proliferating + and is Rag1-negative and Rag2-negative. + meaning: CL:0000957 + title: large pre-B-II cell + CL:0000986: + text: CL:0000986 + description: A fully differentiated plasma cell that secretes IgM. + meaning: CL:0000986 + title: IgM plasma cell + CL:0000792: + text: CL:0000792 + description: A CD4-positive, CD25-positive, alpha-beta T cell that regulates + overall immune responses as well as the responses of other T cell subsets + through direct cell-cell contact and cytokine release. + meaning: CL:0000792 + title: CD4-positive, CD25-positive, alpha-beta regulatory T cell + CL:0002194: + text: CL:0002194 + description: A cell involved in the formation of a monocyte (monopoiesis). + meaning: CL:0002194 + title: monopoietic cell + CL:0002496: + text: CL:0002496 + description: A T cell that is located in the intestinal epithelium and is + capable of a mucosal immune response. + meaning: CL:0002496 + title: intraepithelial lymphocyte + CL:0000600: + text: CL:0000600 + description: A fungal cell with two or more genetically distinct nuclei. + meaning: CL:0000600 + title: heterokaryon + CL:0000355: + text: CL:0000355 + description: A multifate stem cell found in skeletal muscle than can differentiate + into many different cell types, including muscle. Distinct cell type from + satellite cell. + meaning: CL:0000355 + title: multi-potent skeletal muscle stem cell + CL:1000893: + text: CL:1000893 + description: Any kidney blood vessel cell that is part of some renal vein. + meaning: CL:1000893 + title: kidney venous blood vessel cell + CL:0002044: + text: CL:0002044 + description: A basophil mast progenitor cell that is Beta-7 integrin-high, + Kit-positive FcRgammaII/III-positive and Sca1-negative. + meaning: CL:0002044 + title: Kit-positive, integrin beta7-high basophil mast progenitor cell + CL:0002246: + text: CL:0002246 + description: A hematopoeitic stem cell found in the blood. Normally found + in very limited numbers in the peripheral circulation (less than 0.1% of + all nucleated cells). + meaning: CL:0002246 + title: peripheral blood stem cell + CL:0009098: + text: CL:0009098 + description: A skeletal muscle fiber found at the fetal and neonatal stages. + In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy + chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears + shortly after birth and is replaced by expression of adult heavy chain myosins. + meaning: CL:0009098 + title: fetal and neonatal skeletal muscle fiber + CL:1000720: + text: CL:1000720 + description: Any renal intercalated cell that is part of some papillary duct. + meaning: CL:1000720 + title: kidney papillary duct intercalated cell + CL:0000975: + text: CL:0000975 + description: A fully differentiated plasma cell that lives for months. + meaning: CL:0000975 + title: short lived plasma cell + CL:0000367: + text: CL:0000367 + meaning: CL:0000367 + title: sheath cell (sensu Nematoda) + CL:0009045: + text: CL:0009045 + description: A B cell found in the lymph node medullary sinus. + meaning: CL:0009045 + title: B cell of medullary sinus of lymph node + CL:0002443: + text: CL:0002443 + description: A NK1.1-positive T cell that is Ly49Cl-positive. + meaning: CL:0002443 + title: Ly49CI-positive natural killer cell, mouse + CL:0000446: + text: CL:0000446 + description: An epithelial cell of the parathyroid gland that is arranged + in wide, irregular interconnecting columns; responsible for the synthesis + and secretion of parathyroid hormone. + meaning: CL:0000446 + title: chief cell of parathyroid gland + CL:0000561: + text: CL:0000561 + description: Interneuron of the vertebrate retina. They integrate, modulate, + and interpose a temporal domain in the visual message presented to the retinal + ganglion cells, with which they synapse in the inner plexiform layer. They + lack large axons. + meaning: CL:0000561 + title: amacrine cell + CL:0002143: + text: CL:0002143 + description: A chief cell that is smaller than light chief cells and has a + smaller and darker nucleus and a finely granular cytoplasm with many granules. + meaning: CL:0002143 + title: dark chief cell of parathyroid gland + CL:0000566: + text: CL:0000566 + description: A mesenchymal stem cell capable of developing into blood vessel + endothelium. + meaning: CL:0000566 + title: angioblastic mesenchymal cell + CL:0019021: + text: CL:0019021 + description: An endothelial cell found in the periportal region hepatic sinusoid, + near the portal triad. The fenestrae of these cells are larger but fewer + in number compared with those of endothelial cells near the centrilobular + region of the hepatic sinusoid. + meaning: CL:0019021 + title: endothelial cell of periportal hepatic sinusoid + CL:1001145: + text: CL:1001145 + description: Any kidney cortex vein cell that is part of some renal interlobular + vein. + meaning: CL:1001145 + title: interlobular vein cell + CL:0008012: + text: CL:0008012 + description: A skeletal muscle satellite cell that is mitotically quiescent. These + cells are wedge shaped and have a large nuclear to cytoplasmic ratio with + few organelles, a small nucleus and condensed interphase chromatin. Satellite + cells typically remain in this state until activated following muscle damage. + meaning: CL:0008012 + title: quiescent skeletal muscle satellite cell + CL:0000142: + text: CL:0000142 + description: A cell occurring in the peripheral part of the vitreous body + of the eye that may be responsible for production of hyaluronic acid and + collagen. + meaning: CL:0000142 + title: hyalocyte + CL:2000017: + text: CL:2000017 + description: Any fibroblast that is part of a periodontal ligament. + meaning: CL:2000017 + title: fibroblast of peridontal ligament + CL:0004115: + text: CL:0004115 + description: A monostratified retinal ganglion cell with small to medium soma + and small to medium dendritic field. + meaning: CL:0004115 + title: retinal ganglion cell B + CL:0000424: + text: CL:0000424 + description: A cell involved in the elimination of metabolic and foreign toxins, + and in maintaining the ionic, acid-base and water balance of biological + fluids. + meaning: CL:0000424 + title: excretory cell + CL:0000568: + text: CL:0000568 + description: A cell that originates in the neural crest, that has certain + cytochemical and ultrastructural characteristics and is found scattered + throughout the body; types include melanocytes, the cells of the chromaffin + system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, + lungs, gastrointestinal tract, and pancreas. This cell type concentrates + the amino acid precursors of certain amines and decarboxylate them, forming + amines that function as regulators and neurotransmitters. This cell type + produces substances such as epinephrine, norepinephrine, dopamine, serotonin, + enkephalin, somatostatin, neurotensin, and substance P, the actions of which + may affect contiguous cells, nearby groups of cells, or distant cells, thus + functioning as local or systemic hormones. The name is an acronym for amine + precursor uptake and decarboxylation cell. + meaning: CL:0000568 + title: amine precursor uptake and decarboxylation cell + CL:0002642: + text: CL:0002642 + description: An epithelial cell of the esophageal cardiac gland that occurs + both in the proximal and distal esophagus, within the lamina propia. + meaning: CL:0002642 + title: epithelial cell of esophageal cardiac gland + CL:0002349: + text: CL:0002349 + description: A natural killer cell that is CD27-high and CD11b-low. + meaning: CL:0002349 + title: CD27-high, CD11b-low natural killer cell, mouse + CL:0002522: + text: CL:0002522 + description: A renal filtration cell is a specialized cell of the renal system + that filter fluids by charge, size or both. + meaning: CL:0002522 + title: renal filtration cell + CL:0002501: + text: CL:0002501 + description: A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive + intestinal polypeptide. + meaning: CL:0002501 + title: type D1 enteroendocrine cell + CL:0000817: + text: CL:0000817 + description: A precursor B cell is a B cell with the phenotype CD10-positive. + meaning: CL:0000817 + title: precursor B cell + CL:0000429: + text: CL:0000429 + description: A columnar epithelial cell that is part of an insect imaginal + disc. + meaning: CL:0000429 + title: imaginal disc cell + CL:1001431: + text: CL:1001431 + description: Any renal principal cell that is part of some collecting duct + of renal tubule. + meaning: CL:1001431 + title: kidney collecting duct principal cell + CL:0002567: + text: CL:0002567 + description: A melanocyte that appears lighter in color. + meaning: CL:0002567 + title: light melanocyte + CL:0000853: + text: CL:0000853 + description: Olfactory epithelial support cell is a columnar cell that extends + from the epithelial free margin to the basement membrane of the olfactory + epithelium. This cell type has a large, vertically, elongate, euchromatic + nucleus, along with other nuclei, forms a layer superficial to the cell + body of the receptor cell; sends long somewhat irregular microvilli into + the mucus layer; at the base, with expanded end-feet containing numerous + lamellated dense bodies resembling lipofuscin of neurons. + meaning: CL:0000853 + title: olfactory epithelial supporting cell + CL:0002217: + text: CL:0002217 + description: A trophoblast that leaves the placenta and invades the endometrium + and myometrium. This cell type is crucial in increasing blood flow to the + fetus. + meaning: CL:0002217 + title: intermediate trophoblast cell + CL:4023062: + text: CL:4023062 + description: A neuron with its soma located in the dentate gyrus of the hippocampus. + meaning: CL:4023062 + title: dentate gyrus neuron + CL:1000281: + text: CL:1000281 + description: A smooth muscle cell that is part of the cecum. + meaning: CL:1000281 + title: smooth muscle cell of cecum + CL:0002368: + text: CL:0002368 + description: An endo-epithelial cell of the respiratory tract. + meaning: CL:0002368 + title: respiratory epithelial cell + CL:0000749: + text: CL:0000749 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the inner half of the inner plexiform + layer. These cells depolarize in response to light stimulation of their + corresponding photoreceptors. + meaning: CL:0000749 + title: ON-bipolar cell + CL:0002225: + text: CL:0002225 + description: A lens fiber cell that develops from primary lens fiber; located + towards the center of lens; cell organelles are normally degraded or in + the process of being degraded. + meaning: CL:0002225 + title: secondary lens fiber + CL:4030062: + text: CL:4030062 + description: An intratelencephalic-projecting glutamatergic with a soma located + in cortical layer 4/5. + meaning: CL:4030062 + title: L4/5 intratelencephalic projecting glutamatergic neuron + CL:0000334: + text: CL:0000334 + meaning: CL:0000334 + title: vegetative cell (sensu Fungi) + CL:2000006: + text: CL:2000006 + description: Any germinal center B cell that is part of a tonsil. + meaning: CL:2000006 + title: tonsil germinal center B cell + CL:1000335: + text: CL:1000335 + description: An enterocyte that is part of the epithelium of intestinal villus. + meaning: CL:1000335 + title: enterocyte of epithelium of intestinal villus + CL:1000285: + text: CL:1000285 + description: A smooth muscle cell that is part of the sigmoid colon. + meaning: CL:1000285 + title: smooth muscle cell of sigmoid colon + CL:0000043: + text: CL:0000043 + description: A fully differentiated basophil, a granular leukocyte with an + irregularly shaped, pale-staining nucleus that is partially constricted + into two lobes, and with cytoplasm that contains coarse granules of variable + size. Basophils contain vasoactive amines such as histamine and serotonin, + which are released on appropriate stimulation. + meaning: CL:0000043 + title: mature basophil + CL:4042005: + text: CL:4042005 + description: A choroid plexus macrophage that is part of a choroid plexus + stroma. + meaning: CL:4042005 + title: stromal choroid plexus macrophage + CL:0003034: + text: CL:0003034 + description: A monostratified retinal ganglion cell that has a small soma, + an assymetric dendritic field with post synaptic terminals in sublaminar + layer S3. + meaning: CL:0003034 + title: M5 retinal ganglion cell + CL:1000849: + text: CL:1000849 + description: Any epithelial cell of distal tubule that is part of some distal + convoluted tubule. + meaning: CL:1000849 + title: kidney distal convoluted tubule epithelial cell + CL:0007008: + text: CL:0007008 + description: Notochordal cell that is inner portion of the notochord and becomes + vacuolated as development proceeds. + meaning: CL:0007008 + title: notochordal vacuole cell + CL:0000457: + text: CL:0000457 + meaning: CL:0000457 + title: biogenic amine secreting cell + CL:1000317: + text: CL:1000317 + description: A goblet cell that is part of the epithelium of intestinal villus. + meaning: CL:1000317 + title: intestinal villus goblet cell + CL:0000325: + text: CL:0000325 + description: A cell that is specialised to accumulate a particular substance(s). + meaning: CL:0000325 + title: stuff accumulating cell + CL:0011031: + text: CL:0011031 + description: A dendritic cell that develops from a monocyte. + meaning: CL:0011031 + title: monocyte-derived dendritic cell + CL:0010003: + text: CL:0010003 + description: An epithelial cell that is part_of a alveolus of lung. + meaning: CL:0010003 + title: epithelial cell of alveolus of lung + CL:0002417: + text: CL:0002417 + description: An immature or mature cell of the first erythroid lineage to + arise during embryonic development. + meaning: CL:0002417 + title: primitive erythroid lineage cell + CL:0002584: + text: CL:0002584 + description: An epithelial cell of the kidney cortex. + meaning: CL:0002584 + title: renal cortical epithelial cell + CL:1000487: + text: CL:1000487 + description: A smooth muscle cell that is part of the prostate gland. + meaning: CL:1000487 + title: smooth muscle cell of prostate + CL:0000338: + text: CL:0000338 + description: A neural precursor of the central nervous system. + meaning: CL:0000338 + title: neuroblast (sensu Nematoda and Protostomia) + CL:0002183: + text: CL:0002183 + description: A stomach epithelial cell that is olumnar in form with a few + short apical microvilli; relatively undifferentiated mitotic cell from which + other types of gland are derived; few in number, situated in the isthmus + region of the gland and base of the gastric pit. + meaning: CL:0002183 + title: stem cell of gastric gland + CL:0000637: + text: CL:0000637 + description: A cell that stains readily in the anterior pituitary gland. + meaning: CL:0000637 + title: chromophil cell of anterior pituitary gland + CL:0002549: + text: CL:0002549 + description: A fibroblast that is part of the choroid plexus. + meaning: CL:0002549 + title: fibroblast of choroid plexus + CL:0002257: + text: CL:0002257 + description: An epithelial cell of thyroid gland. + meaning: CL:0002257 + title: epithelial cell of thyroid gland + CL:1000296: + text: CL:1000296 + description: An epithelial cell that is part of the urethra. + meaning: CL:1000296 + title: epithelial cell of urethra + CL:4030058: + text: CL:4030058 + description: A macrophage that expresses the T cell receptor complex at the + cell surface. + meaning: CL:4030058 + title: TCR-positive macrophage + CL:1000979: + text: CL:1000979 + description: Any smooth muscle cell that is part of some muscular coat of + ureter. + meaning: CL:1000979 + title: ureter smooth muscle cell + CL:0000939: + text: CL:0000939 + description: A mature natural killer cell that has the phenotype CD56-low, + CD16-positive and which is capable of cytotoxicity and cytokine production. + meaning: CL:0000939 + title: CD16-positive, CD56-dim natural killer cell, human + CL:0000032: + text: CL:0000032 + description: A cell of a platelike structure, especially a thickened plate + of ectoderm in the early embryo, from which a sense organ develops. + meaning: CL:0000032 + title: neuroplacodal cell + CL:0002150: + text: CL:0002150 + description: Epithelioid macrophage is an activated macrophage that resembles + an epithelial cell with finely granular, pale eosinophilic cytoplasm and + central, ovoid nucleus (oval or elongate). This cell type is able to merge + into one another to form aggregates. The presence of such aggregates may + characterize some pathologic conditions, mainly granulomatous inflammation. + meaning: CL:0002150 + title: epithelioid macrophage + CL:0009006: + text: CL:0009006 + description: An enteroendocrine cell that is located in the small intestine. + meaning: CL:0009006 + title: enteroendocrine cell of small intestine + CL:0000579: + text: CL:0000579 + description: A follicle cell that migrates from the anterior pole of the insect + egg chamber to the anterior of the oocyte where they participate in the + formation of the micropyle. + meaning: CL:0000579 + title: border follicle cell + CL:0000217: + text: CL:0000217 + meaning: CL:0000217 + title: insulating cell + CL:0000916: + text: CL:0000916 + description: A mature gamma-delta T cell located in the epidermis that regulates + wound healing. + meaning: CL:0000916 + title: dendritic epidermal T cell + CL:0000406: + text: CL:0000406 + meaning: CL:0000406 + title: CNS short range interneuron + CL:1000405: + text: CL:1000405 + description: An epithelial cell that is part of the appendix. + meaning: CL:1000405 + title: epithelial cell of appendix + CL:1000355: + text: CL:1000355 + description: A M cell that is part of the epithelium proper of small intestine. + meaning: CL:1000355 + title: microfold cell of epithelium proper of small intestine + CL:0000968: + text: CL:0000968 + description: A mature B cell that produces cytokines that can influence CD4 + T cell differentiation. + meaning: CL:0000968 + title: Be cell + CL:0002383: + text: CL:0002383 + description: A uninucleate spore formed on specialized cells or projections, + sterigma, of a conidiophore head. + meaning: CL:0002383 + title: conidium of conidiophore head + CL:4029002: + text: CL:4029002 + description: A gamete-nursing cell that derives from a germline cell (del + Pino, 2021). + meaning: CL:4029002 + title: germline-derived nurse cell + CL:4023088: + text: CL:4023088 + description: A basket cell that is large, and typically ascends to give rise + to many long horizontally and vertically projecting axon collaterals that + traverse neighboring columns and can extend through all cortical layers. + meaning: CL:4023088 + title: large basket cell + CL:4033053: + text: CL:4033053 + description: A bistratfied retinal ganglion cell with a small dendritic field + that has dendrites in the ON and OFF sublamina of the retinal inner plexiform + layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar + and amacrine input to both the OFF and ON dendritic tree. + meaning: CL:4033053 + title: small bistratified retinal ganglion cell + CL:2000046: + text: CL:2000046 + description: Any cardiac muscle cell that is part of a cardiac ventricle. + meaning: CL:2000046 + title: ventricular cardiac muscle cell + CL:4023072: + text: CL:4023072 + description: A cell that is part of the brain vasculature. + meaning: CL:4023072 + title: brain vascular cell + CL:0002236: + text: CL:0002236 + description: A cell that constitutes the basal layer of epithelium in the + prostatic duct. + meaning: CL:0002236 + title: basal epithelial cell of prostatic duct + CL:0000519: + text: CL:0000519 + description: A phagocyte from organisms in the Nematoda or Protostomia clades. + meaning: CL:0000519 + title: phagocyte (sensu Nematoda and Protostomia) + CL:0002670: + text: CL:0002670 + description: An otic fibrocyte that underlies the stria vascularis and is + part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002670 + title: type 1 otic fibrocyte + CL:1000480: + text: CL:1000480 + description: A transitional myocyte that is part of the internodal tract. + meaning: CL:1000480 + title: transitional myocyte of internodal tract + CL:1000308: + text: CL:1000308 + description: A fibrocyte that is part of the adventitia of ureter. + meaning: CL:1000308 + title: fibrocyte of adventitia of ureter + CL:0000308: + text: CL:0000308 + meaning: CL:0000308 + title: metal ion accumulating cell + CL:0000422: + text: CL:0000422 + description: A cell whose primary function is to cause growth by stimulating + cell division in its immediate cellular environment. + meaning: CL:0000422 + title: mitogenic signaling cell + CL:4006000: + text: CL:4006000 + description: A fibroblast that is part of the breast. + meaning: CL:4006000 + title: fibroblast of breast + CL:0000182: + text: CL:0000182 + description: The main structural component of the liver. They are specialized + epithelial cells that are organized into interconnected plates called lobules. + Majority of cell population of liver, polygonal in shape, arranged in plates + or trabeculae between sinusoids; may have single nucleus or binucleated. + meaning: CL:0000182 + title: hepatocyte + CL:0002095: + text: CL:0002095 + description: A cell in the hilum of the ovary that produces androgens. + meaning: CL:0002095 + title: hilus cell of ovary + CL:0002398: + text: CL:0002398 + description: An intermediate monocyte that is Gr1-positive, CD43-positive. + meaning: CL:0002398 + title: Gr1-positive, CD43-positive monocyte + CL:0000335: + text: CL:0000335 + description: A mesenchymal cell in embryonic development found in a contracting + mass and that gives rise to osteoprogenitors. + meaning: CL:0000335 + title: mesenchyme condensation cell + CL:1000482: + text: CL:1000482 + description: A myocardial endocrine cell that is part of the interventricular + septum. + meaning: CL:1000482 + title: myocardial endocrine cell of interventricular septum + CL:0019031: + text: CL:0019031 + description: 'Goblet cells reside throughout the length of the small and large + intestine and are responsible for the production and maintenance of the + protective mucus blanket by synthesizing and secreting high-molecular-weight + glycoproteins known as mucins. Human intestinal goblet cells secrete the + MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, + AGR2, ZG16, and TFF3.' + meaning: CL:0019031 + title: intestine goblet cell + CL:0002030: + text: CL:0002030 + description: A lineage negative, Sca1-negative basophil progenitor cell that + is Fc epsilon RIalpha-high. + meaning: CL:0002030 + title: Fc-epsilon RIalpha-high basophil progenitor cell + CL:0002582: + text: CL:0002582 + description: A preadipocyte that is part of visceral tissue. + meaning: CL:0002582 + title: visceral preadipocyte + CL:0002440: + text: CL:0002440 + description: A NK1.1-positive T cell that is Ly49D-positive. + meaning: CL:0002440 + title: Ly49D-positive natural killer cell, mouse + CL:1001509: + text: CL:1001509 + description: The neurons that utilize glycine as a neurotransmitter. + meaning: CL:1001509 + title: glycinergic neuron + CL:0002428: + text: CL:0002428 + description: A double-positive thymocyte that is large (i.e. has a high forward + scatter signal in flow cytometry) and is actively proliferating. + meaning: CL:0002428 + title: double-positive blast + CL:0002453: + text: CL:0002453 + description: A progenitor cell of the central nervous system that can differentiate + into oligodendrocytes or type-2 astrocytes. This cell originates from multiple + structures within the developing brain including the medial ganglion eminence + and the lateral ganglionic eminence. These cells migrate throughout the + central nervous system and persist into adulthood where they play an important + role in remyelination of injured neurons. + meaning: CL:0002453 + title: oligodendrocyte precursor cell + CL:0000488: + text: CL:0000488 + description: A photoreceptor cell that detects visible light. + meaning: CL:0000488 + title: visible light photoreceptor cell + CL:1000090: + text: CL:1000090 + description: Any epithelial cell that is part of some pronephric nephron tubule. + meaning: CL:1000090 + title: pronephric nephron tubule epithelial cell + CL:0004126: + text: CL:0004126 + description: A retinal ganglion cell C outer that has symmetrical and dense + dendritic dendritic tree with a large dendritic field. + meaning: CL:0004126 + title: retinal ganglion cell C2 outer + CL:0002159: + text: CL:0002159 + description: Epithelial cells derived from general body ectoderm and ectoderm + placodes. + meaning: CL:0002159 + title: general ecto-epithelial cell + CL:0000096: + text: CL:0000096 + description: A fully differentiated neutrophil, a granular leukocyte having + a nucleus with three to five lobes connected by slender threads, and cytoplasm + containing fine inconspicuous granules and stainable by neutral dyes. They + are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life + of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, + CD43-positive, CD181-positive, and CD182-positive. + meaning: CL:0000096 + title: mature neutrophil + CL:0000872: + text: CL:0000872 + description: A splenic macrophage found in the marginal zone of the spleen, + involved in recognition and clearance of particulate material from the splenic + circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, + SIGN-R1-positive, and Dectin2-positive. + meaning: CL:0000872 + title: splenic marginal zone macrophage + CL:0002201: + text: CL:0002201 + description: A renal intercalated cell that secretes base and reabsorbs acid + in the distal segments of the kidney tubule to maintain acid/base balance. + meaning: CL:0002201 + title: renal beta-intercalated cell + CL:0000244: + text: CL:0000244 + description: A cell characteristically found lining hollow organs that are + subject to great mechanical change due to contraction and distention; originally + thought to represent a transition between stratified squamous and columnar + epithelium. + meaning: CL:0000244 + title: transitional epithelial cell + CL:4033002: + text: CL:4033002 + description: A(n) neuroendocrine cell that is part of a(n) epithelium of crypt + of Lieberkuhn. + meaning: CL:4033002 + title: neuroendocrine cell of epithelium of crypt of Lieberkuhn + CL:1000606: + text: CL:1000606 + description: Any neuron that has its soma located in some kidney. + meaning: CL:1000606 + title: kidney nerve cell + CL:4033059: + text: CL:4033059 + description: A lactocyte that highly expresses genes associated with transcription, + immune cell function, and cellular stress. A lactocyte type 1 also expresses + genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit + at lower levels than a lactocyte type 2. + meaning: CL:4033059 + title: lactocyte type 1 + CL:0003039: + text: CL:0003039 + description: A monostratified retinal ganglion cell with large soma and medium + dendritic field, with dense dendritic arbor. + meaning: CL:0003039 + title: M8 retinal ganglion cell + CL:0000871: + text: CL:0000871 + description: A secondary lymphoid organ macrophage found in the spleen. + meaning: CL:0000871 + title: splenic macrophage + CL:0000353: + text: CL:0000353 + description: An undifferentiated cell produced by early cleavages of the fertilized + egg (zygote). + meaning: CL:0000353 + title: blastoderm cell + CL:0002074: + text: CL:0002074 + description: The myoendocrine cellis a specialized myocyte localized mainly + in the right and left atrial appendages, and also scattered within other + areas of the atria and along the conductive system in the ventricular septum. + The most conspicuous feature distinguishing myoendocrine cells from other + atrial myoctyes is the presence of membane-bounded secretory granules (these + granules contain precursor of cardiodilatins or atrial natriuretic polypeptides). + meaning: CL:0002074 + title: myocardial endocrine cell + CL:0002614: + text: CL:0002614 + description: A neuron of the substantia nigra. + meaning: CL:0002614 + title: neuron of the substantia nigra + CL:0000716: + text: CL:0000716 + description: A crystal cell that derives from the larval lymph gland. + meaning: CL:0000716 + title: lymph gland crystal cell + CL:0012001: + text: CL:0012001 + description: A CNS neuron of the forebrain. + meaning: CL:0012001 + title: neuron of the forebrain + CL:0002266: + text: CL:0002266 + description: A type D cell of the small intestine. + meaning: CL:0002266 + title: type D cell of small intestine + CL:0000126: + text: CL:0000126 + description: A neuroglial cell of ectodermal origin, i.e., the astrocytes + and oligodendrocytes considered together. + meaning: CL:0000126 + title: macroglial cell + CL:0002652: + text: CL:0002652 + description: A venule endothelial cell that is cubodial, expresses leukocyte-specific + receptors, and allows for passage of lymphocytes into bloodstream. + meaning: CL:0002652 + title: endothelial cell of high endothelial venule + CL:0000547: + text: CL:0000547 + description: An immature, nucleated erythrocyte occupying the stage of erythropoeisis + that follows formation of erythroid progenitor cells. This cell is CD71-positive, + has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers. + meaning: CL:0000547 + title: proerythroblast + CL:0000737: + text: CL:0000737 + description: Muscle cell which has as its direct parts myofilaments organized + into sarcomeres. + meaning: CL:0000737 + title: striated muscle cell + CL:4023042: + text: CL:4023042 + description: A corticothalamic-projecting neuron with a soma found in cortical + layer 6. + meaning: CL:4023042 + title: L6 corticothalamic-projecting glutamatergic cortical neuron + CL:1001127: + text: CL:1001127 + description: Any vasa recta cell that is part of some outer renal medulla + vasa recta. + meaning: CL:1001127 + title: outer renal medulla vasa recta cell + CL:0008013: + text: CL:0008013 + description: A visceromotor motor neuron whose soma is located in the hindbrain, + and which synapses to parasympathetic neurons that innervate tear glands, + sweat glands, and the smooth muscles of the head. + meaning: CL:0008013 + title: cranial visceromotor neuron + CL:0002578: + text: CL:0002578 + description: A preadipocyte found in mesenteric tissue. + meaning: CL:0002578 + title: mesenteric preadipocyte + CL:0009086: + text: CL:0009086 + description: An endothelial cell that is part of a respiratory system lymphatic + vessel. + meaning: CL:0009086 + title: endothelial cell of respiratory system lymphatic vessel + CL:0000177: + text: CL:0000177 + description: Any secretory cell that is capable of some testosterone secretion. + meaning: CL:0000177 + title: testosterone secreting cell + CL:0002643: + text: CL:0002643 + description: An epithelial cell of stratum corneum of esophageal epithelium + that lacks keratin. + meaning: CL:0002643 + title: nonkeratinized cell of stratum corneum of esophageal epithelium + CL:0002022: + text: CL:0002022 + description: An enucleate erythrocyte that is Lyg-76-high. + meaning: CL:0002022 + title: Ly-76 high positive erythrocyte + CL:0002632: + text: CL:0002632 + description: Any epithelial cell that is part of some lower respiratory tract + epithelium. + meaning: CL:0002632 + title: epithelial cell of lower respiratory tract + CL:0000055: + text: CL:0000055 + description: A precursor cell with a limited number of potential fates. + meaning: CL:0000055 + title: non-terminally differentiated cell + CL:0002535: + text: CL:0002535 + description: An epithelial cell of the cervix. + meaning: CL:0002535 + title: epithelial cell of cervix + CL:2000091: + text: CL:2000091 + description: Any microvascular endothelial cell that is part of a endometrial + blood vessel. + meaning: CL:2000091 + title: endometrial microvascular endothelial cell + CL:0000251: + text: CL:0000251 + meaning: CL:0000251 + title: extramedullary cell + CL:0001016: + text: CL:0001016 + description: Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001016 + title: immature CD1a-positive Langerhans cell + CL:1001587: + text: CL:1001587 + description: Glandular cell of uterine cervix epithelium. + meaning: CL:1001587 + title: uterine cervix glandular cell + CL:0002162: + text: CL:0002162 + description: An extremely flattened cell type found on the inner side of the + tympanic membrane. The surface of this cell type carries sparse pleomorphic + microvilli that are more common near the junctional zones. + meaning: CL:0002162 + title: internal epithelial cell of tympanic membrane + CL:0002576: + text: CL:0002576 + description: 'A glial cell that is part of the perineurium. This cell type + has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments + of external lamina and/or external lamina-like material, attachment plaques, + and desmosome-like junctions. Perineurial cells historically have been referred + to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial + cell: does not have a compact nucleus and large endoplasmic reticulum; does + have a double basement membrane opposed to a single basal lamina; is carefully + joined to other perineurial cells by tight junctions into a single sheet + as opposed to arranged in a large mass; and finally, can surround a small + axon bundle at a nerve terminal whereas a fibroblast cannot.' + meaning: CL:0002576 + title: perineurial cell + CL:0000624: + text: CL:0000624 + description: A mature alpha-beta T cell that expresses an alpha-beta T cell + receptor and the CD4 coreceptor. + meaning: CL:0000624 + title: CD4-positive, alpha-beta T cell + CL:0000523: + text: CL:0000523 + description: A cell from the inner layer of the trophoblast of the early mammalian + embryo that gives rise to the outer surface and villi of the chorion. Mononuclear + crytoblasts fuse to give rise to a multinuclear cytotrophoblast. + meaning: CL:0000523 + title: mononuclear cytotrophoblast cell + CL:0002151: + text: CL:0002151 + description: A promyelocyte that is considerably smaller, with more condensed + chromatin, and nucleoli are no longer conspicuous. + meaning: CL:0002151 + title: late promyelocyte + CL:4023090: + text: CL:4023090 + description: A basket cell with axonal arbors composed of frequent, short, + curvy axonal branches that tend to be near their somata and within the same + layer. + meaning: CL:4023090 + title: small basket cell + CL:4023032: + text: CL:4023032 + meaning: CL:4023032 + title: ON retinal ganglion cell + CL:1000353: + text: CL:1000353 + description: A M cell that is part of the epithelium of small intestine. + meaning: CL:1000353 + title: microfold cell of epithelium of small intestine + CL:0000256: + text: CL:0000256 + meaning: CL:0000256 + title: uric acid accumulating cell + CL:0010004: + text: CL:0010004 + description: A mononuclear cell that is part_of a bone marrow. + meaning: CL:0010004 + title: mononuclear cell of bone marrow + CL:0003031: + text: CL:0003031 + description: A monostratified retinal ganglion cell that has post synaptic + terminals in sublaminar layer S4 and is depolarized by illumination of its + receptive field center. + meaning: CL:0003031 + title: M3-ON retinal ganglion cell + CL:2000032: + text: CL:2000032 + description: A neuron that is part of a peripheral nervous system. + meaning: CL:2000032 + title: peripheral nervous system neuron + CL:0000428: + text: CL:0000428 + meaning: CL:0000428 + title: yolk cell + CL:0005000: + text: CL:0005000 + description: A CNS interneuron located in the spinal cord. + meaning: CL:0005000 + title: spinal cord interneuron + CL:0000836: + text: CL:0000836 + description: A precursor in the granulocytic series, being a cell intermediate + in development between a myeloblast and myelocyte, that has distinct nucleoli, + a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary + cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, + CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma + Fc region receptor III-negative, and CD24-negative. + meaning: CL:0000836 + title: promyelocyte + CL:1001106: + text: CL:1001106 + description: "An epithelial cell that is part of some loop of Henle thick\ + \ ascending limb. It is known in some mammalian species that this cell may\ + \ express the Na+-K+-2Cl\u2212\_cotransporter (NKCC2) apically." + meaning: CL:1001106 + title: kidney loop of Henle thick ascending limb epithelial cell + CL:0000467: + text: CL:0000467 + description: A peptide hormone secreting cell that produces adrenocorticotropin, + or corticotropin. + meaning: CL:0000467 + title: adrenocorticotropic hormone secreting cell + CL:0000431: + text: CL:0000431 + description: A pigment cell derived from the neural crest. The cell contains + flat light-reflecting platelets, probably of guanine, in stacks called reflecting + platelets or iridisomes. The color-generating components produce a silver, + gold, or iridescent color. + meaning: CL:0000431 + title: iridophore + CL:0002390: + text: CL:0002390 + description: A blastoconidium that has only one nucleus. + meaning: CL:0002390 + title: uninucleate blastconidium + CL:4033035: + text: CL:4033035 + description: An ON bipolar cell that has large dendritic and axonal fields. + meaning: CL:4033035 + title: giant bipolar cell + CL:0000614: + text: CL:0000614 + description: A basophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte; + in this stage, production of primary granules is complete and basophil-specific + granules has started. No nucleolus is present. Markers are being integrin + alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, + aminopeptidase N-positive. + meaning: CL:0000614 + title: basophilic myelocyte + CL:0000080: + text: CL:0000080 + description: A cell which moves among different tissues of the body, via blood, + lymph, or other medium. + meaning: CL:0000080 + title: circulating cell + CL:0002439: + text: CL:0002439 + description: A NK1.1-positive T cell that is NKGA2-positive. + meaning: CL:0002439 + title: NKGA2-positive natural killer cell, mouse + CL:4033003: + text: CL:4033003 + description: A(n) myoepithelial cell that is part of a(n) bronchus submucosal + gland. + meaning: CL:4033003 + title: myoepithelial cell of bronchus submucosal gland + CL:0000512: + text: CL:0000512 + description: A paracrine cell is a secretory cell that secretes an agonist + into intercellular spaces in which it diffuses to a target cell other than + that which produced it. + meaning: CL:0000512 + title: paracrine cell + CL:0009029: + text: CL:0009029 + description: A mesothelial cell that is located in a vermiform appendix. + meaning: CL:0009029 + title: mesothelial cell of appendix + CL:0000478: + text: CL:0000478 + description: A peptide hormone secreting cell that secretes oxytocin stimulating + hormone + meaning: CL:0000478 + title: oxytocin stimulating hormone secreting cell + CL:0004001: + text: CL:0004001 + description: An interneuron whose axon stays entirely within the gray matter + region where the cell body resides. + meaning: CL:0004001 + title: local interneuron + CL:0000797: + text: CL:0000797 + description: A mature alpha-beta T cell of the columnar epithelium of the + gastrointestinal tract. Intraepithelial T cells often have distinct developmental + pathways and activation requirements. + meaning: CL:0000797 + title: alpha-beta intraepithelial T cell + CL:0005021: + text: CL:0005021 + description: Mesenchymal derived lymphatic progenitor cells that give rise + to the superficial lymphatics. + meaning: CL:0005021 + title: mesenchymal lymphangioblast + CL:1000338: + text: CL:1000338 + description: An enterocyte that is part of the epithelium of crypt of Lieberkuhn + of small intestine. + meaning: CL:1000338 + title: enterocyte of epithelium of crypt of Lieberkuhn of small intestine + CL:0000746: + text: CL:0000746 + description: Cardiac muscle cells are striated muscle cells that are responsible + for heart contraction. In mammals, the contractile fiber resembles those + of skeletal muscle but are only one third as large in diameter, are richer + in sarcoplasm, and contain centrally located instead of peripheral nuclei. + meaning: CL:0000746 + title: cardiac muscle cell + CL:0000958: + text: CL:0000958 + description: A transitional stage B cell that migrates from the bone marrow + into the peripheral circulation, and finally to the spleen. This cell type + has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, + CD23-negative, and CD62L-negative, and CD93-positive. This cell type has + also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, + and CD23-negative. + meaning: CL:0000958 + title: T1 B cell + CL:0002433: + text: CL:0002433 + description: A CD4-positive, CD8-negative thymocyte that expresses high levels + of the alpha-beta T cell receptor and is CD69-positive. + meaning: CL:0002433 + title: CD69-positive, CD4-positive single-positive thymocyte + CL:0000890: + text: CL:0000890 + description: An elicited macrophage characterized by low production of pro-inflammatory + and Th1 polarizing cytokines and high expression of arginase-1, and associated + with tissue remodelling. + meaning: CL:0000890 + title: alternatively activated macrophage + CL:0000169: + text: CL:0000169 + description: A cell that secretes insulin and is located towards the center + of the islets of Langerhans. + meaning: CL:0000169 + title: type B pancreatic cell + CL:4023063: + text: CL:4023063 + description: An interneuron that is derived from the medial ganglionic eminence. + meaning: CL:4023063 + title: medial ganglionic eminence derived interneuron + CL:0001003: + text: CL:0001003 + description: Mature CD8_alpha-negative CD11b-positive dendritic cell is a + CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001003 + title: mature CD8_alpha-negative CD11b-positive dendritic cell + CL:4033046: + text: CL:4033046 + description: A midget ganglion cell that depolarizes in response to increased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from invaginating midget bipolar cells. + meaning: CL:4033046 + title: ON midget ganglion cell + CL:0008019: + text: CL:0008019 + description: A non-polarised cell precursor cell that is part of some mesenchyme, + is associated with the cell matrix but is not connected to other cells and + is capable of migration. + meaning: CL:0008019 + title: mesenchymal cell + CL:0002275: + text: CL:0002275 + description: A PP cell located in the islets of the pancreas. + meaning: CL:0002275 + title: pancreatic PP cell + CL:0002548: + text: CL:0002548 + description: A fibroblast that is part of the heart. + meaning: CL:0002548 + title: fibroblast of cardiac tissue + CL:0000732: + text: CL:0000732 + meaning: CL:0000732 + title: amoeboid cell + CL:4023164: + text: CL:4023164 + description: A bushy cell that receives a large number of medium-sized synapses, + called modified endbulbs. Globular bushy cells extend to the superior olive + on both sides of the brainstem where they give input to the bipolar neurons. + meaning: CL:4023164 + title: globular bushy cell + CL:0004221: + text: CL:0004221 + description: A flag amacrine cell with post-synaptic terminals in S2 and S3. + This cell type releases the neurotransmitter glycine. + meaning: CL:0004221 + title: flag A amacrine cell + CL:4033028: + text: CL:4033028 + description: An OFF diffuse bipolar cell that predominantly connects to ON + parasol cells and lateral amacrine cells. This cell contains a large number + of synaptic ribbons and a small axon arbor area. + meaning: CL:4033028 + title: diffuse bipolar 2 cell + CL:4030054: + text: CL:4030054 + description: A DRD1-expressing medium spiny neuron that is part of dense, + RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and + near the adjacent septal nuclei. + meaning: CL:4030054 + title: RXFP1-positive interface island D1-medium spiny neuron + CL:0002322: + text: CL:0002322 + description: A stem cell of embryonic origin. + meaning: CL:0002322 + title: embryonic stem cell + CL:0000451: + text: CL:0000451 + description: A cell of hematopoietic origin, typically resident in particular + tissues, specialized in the uptake, processing, and transport of antigens + to lymph nodes for the purpose of stimulating an immune response via T cell + activation. These cells are lineage negative (CD3-negative, CD19-negative, + CD34-negative, and CD56-negative). + meaning: CL:0000451 + title: dendritic cell + CL:4023016: + text: CL:4023016 + description: A GABAergic neuron located in the cerebral cortex that expresses + vasoactive intestinal polypeptide + meaning: CL:4023016 + title: vip GABAergic cortical interneuron + CL:0009073: + text: CL:0009073 + description: A thymic medullary epithelial cell considered to be a post-AIRE + cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs + within Hassall's Corpuscles. + meaning: CL:0009073 + title: medullary thymic epithelial cell type 3 + CL:1000282: + text: CL:1000282 + description: A smooth muscle cell that is part of the ascending colon. + meaning: CL:1000282 + title: smooth muscle fiber of ascending colon + CL:1000315: + text: CL:1000315 + description: A goblet cell that is part of the epithelium of principal gastric + gland. + meaning: CL:1000315 + title: principal gastric gland goblet cell + CL:0000536: + text: CL:0000536 + description: A secondary neuron (sensu Teleostei) that has a motor function. + meaning: CL:0000536 + title: secondary motor neuron (sensu Teleostei) + CL:0011024: + text: CL:0011024 + description: A double negative thymocyte that is CD3-positive, CD4-negative, + CD8-negative, that that are present in the periphery in very low numbers + and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, + but not IL-2, IL-4, IL-10 or IL-13 upon activation. + meaning: CL:0011024 + title: double negative T regulatory cell + CL:0002148: + text: CL:0002148 + description: A cell found within the dental pulp. + meaning: CL:0002148 + title: dental pulp cell + CL:0000530: + text: CL:0000530 + description: A neuron that develops during the early segmentation stages in + teleosts, before the neural tube is formed. + meaning: CL:0000530 + title: primary neuron (sensu Teleostei) + CL:0000439: + text: CL:0000439 + description: A peptide hormone cell that secretes prolactin. + meaning: CL:0000439 + title: prolactin secreting cell + CL:0002409: + text: CL:0002409 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain that does not contain the Vgamma2 segment, and a delta chain. This + cell type is CD4-negative, CD8-negative and CD24-negative. + meaning: CL:0002409 + title: mature Vgamma2-negative thymocyte + CL:1001210: + text: CL:1001210 + description: Any vasa recta ascending limb cell that is part of some outer + medulla vasa recta ascending limb. + meaning: CL:1001210 + title: outer medulla vasa recta ascending limb cell + CL:0002221: + text: CL:0002221 + description: A squamous cell that has keratin in the esophagus. + meaning: CL:0002221 + title: keratinized squamous cell of esophagus + CL:0003020: + text: CL:0003020 + description: A retinal ganglion cell C that has post-synaptic terminals in + S2. + meaning: CL:0003020 + title: retinal ganglion cell C outer + CL:1000489: + text: CL:1000489 + description: A reticular cell that is part of the splenic cord. + meaning: CL:1000489 + title: reticular cell of splenic cord + CL:0000376: + text: CL:0000376 + meaning: CL:0000376 + title: humidity receptor cell + CL:0009000: + text: CL:0009000 + description: A sensory neuron of the spinal nerve that senses body position + and sends information about how much the muscle is stretched to the spinal + cord. + meaning: CL:0009000 + title: sensory neuron of spinal nerve + CL:0000757: + text: CL:0000757 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The axon terminal is restricted to sublamina 3 of the inner + plexiform layer. It is narrowly stratified and branched. The dendritic tree + has many delicate branches. + meaning: CL:0000757 + title: type 5 cone bipolar cell (sensu Mus) + CL:0002012: + text: CL:0002012 + description: A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive. + meaning: CL:0002012 + title: Kit-low proerythroblast + CL:0000794: + text: CL:0000794 + description: A CD8-positive, alpha-beta T cell that is capable of killing + target cells in an antigen specific manner with the phenotype perforin-positive + and granzyme B-positive. + meaning: CL:0000794 + title: CD8-positive, alpha-beta cytotoxic T cell + CL:0000223: + text: CL:0000223 + description: A cell of the inner of the three germ layers of the embryo. + meaning: CL:0000223 + title: endodermal cell + CL:0000134: + text: CL:0000134 + description: A connective tissue cell that normally gives rise to other cells + that are organized as three-dimensional masses. In humans, this cell type + is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, + and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, + myocytes, neurons, or chondroblasts in vitro. Originally described as residing + in the bone marrow, this cell type is now known to reside in many, if not + all, adult organs. + meaning: CL:0000134 + title: mesenchymal stem cell + CL:1000307: + text: CL:1000307 + description: A fibroblast that is part of the dense regular elastic tissue. + meaning: CL:1000307 + title: fibroblast of dense regular elastic tissue + CL:0000971: + text: CL:0000971 + description: An IgM memory B cell is an unswitched memory B cell with the + phenotype IgM-positive and IgD-negative. + meaning: CL:0000971 + title: IgM memory B cell + CL:0011009: + text: CL:0011009 + description: A plasmatocyte derived from the embryonic head mesoderm. + meaning: CL:0011009 + title: embryonic plasmatocyte + CL:0000462: + text: CL:0000462 + description: A cell of mesodermal origin that is closely associated with the + epithelium of an imaginal disc. It is a precursor of some of the insect's + adult muscles. + meaning: CL:0000462 + title: adepithelial cell + CL:0001065: + text: CL:0001065 + description: A lymphocyte that lacks characteristic T cell, B cell, myeloid + cell, and dendritic cell markers, that functions as part of the innate immune + response to produce cytokines and other effector responses. + meaning: CL:0001065 + title: innate lymphoid cell + CL:0000997: + text: CL:0000997 + description: Immature CD8_alpha-negative CD11b-positive dendritic cell is + a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0000997 + title: immature CD8_alpha-negative CD11b-positive dendritic cell + CL:0003028: + text: CL:0003028 + description: A monostratified retinal ganglion cell that has a small dendrite + field with a dense dendrite arbor with post synaptic terminals in sublaminer + layer S4. + meaning: CL:0003028 + title: M1 retinal ganglion cell + CL:0000854: + text: CL:0000854 + description: Interneuromast cell is a neuroectodermal cell deposited by the + migrating lateral line primordium between the neuromasts. Interneuromast + cells proliferate and migrate to form additional neuromasts. + meaning: CL:0000854 + title: interneuromast cell + CL:0002333: + text: CL:0002333 + description: An adipocyte derived from a neural crest cell. + meaning: CL:0002333 + title: neural crest derived adipocyte + CL:0002616: + text: CL:0002616 + description: An adipocyte of perirenal fat tissue. + meaning: CL:0002616 + title: perirenal adipocyte + CL:0007012: + text: CL:0007012 + description: Odontoblast that non-terminally differentiated, located in the + odontogenic papilla and dentine tissue, and transforms from a odontoblast + cell. + meaning: CL:0007012 + title: non-terminally differentiated odontoblast + CL:1000083: + text: CL:1000083 + meaning: CL:1000083 + title: stratified keratinized epithelial stem cell + CL:0002415: + text: CL:0002415 + description: A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive. + meaning: CL:0002415 + title: immature Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:2000062: + text: CL:2000062 + description: Any capillary endothelial cell that is part of a placenta. + meaning: CL:2000062 + title: placental villus capillary endothelial cell + CL:1001221: + text: CL:1001221 + description: Any smooth muscle cell that is part of some kidney arcuate vein. + meaning: CL:1001221 + title: arcuate vein smooth muscle cell + CL:4030053: + text: CL:4030053 + description: A DRD1-expressing, medium spiny neuron-like granule cell that + is part of an Island of Calleja. + meaning: CL:4030053 + title: Island of Calleja granule cell + CL:0001027: + text: CL:0001027 + description: CD7-negative lymphoid progenitor cell is a lymphoid progenitor + cell that is CD34-positive, CD7-negative and CD45RA-negative. + meaning: CL:0001027 + title: CD7-negative lymphoid progenitor cell + CL:4030055: + text: CL:4030055 + description: A urothelial cell that is part of the regenerative layer(s) of + cells directly superficial to basal cells in urothelium. The layer of intermediate + cells in the urothelium ranges from one to several layers thick depending + on the species with intermediate cells attached to adjacent cell layers + and one another via desmosomes. + meaning: CL:4030055 + title: intermediate cell of urothelium + CL:2000060: + text: CL:2000060 + description: A trophoblast of placental villi. These cells fuse to form synctial trophoplast + - the placental side of the interface between the placenta and maternal + blood sinusoids in the decidua. + meaning: CL:2000060 + title: placental villous trophoblast + CL:1000682: + text: CL:1000682 + description: A cell that is part of an interstitum of a renal medulla. + meaning: CL:1000682 + title: kidney medulla interstitial cell + CL:1000291: + text: CL:1000291 + description: A muscle cell that is part of the posterior internodal tract. + meaning: CL:1000291 + title: myocyte of posterior internodal tract + CL:0009108: + text: CL:0009108 + description: A lymphatic endothelial cell located in the subcapsular sinus + floor of a lymph node. In human, it's characterized by a unique marker expression + (TNFRSF9+). + meaning: CL:0009108 + title: lymphatic endothelial cell of subcapsular sinus floor + CL:1000301: + text: CL:1000301 + description: A fibroblast that is part of the subepithelial connective tissue + of prostatic gland. + meaning: CL:1000301 + title: fibroblast of subepithelial connective tissue of prostatic gland + CL:0009065: + text: CL:0009065 + description: An intestinal tuft cell that is located in the anorectum. + meaning: CL:0009065 + title: tuft cell of anorectum + CL:0000681: + text: CL:0000681 + description: A cell present in the developing CNS. Functions as both a precursor + cell and as a scaffold to support neuronal migration. + meaning: CL:0000681 + title: radial glial cell + CL:0002593: + text: CL:0002593 + description: A smooth muscle of the internal thoracic artery. + meaning: CL:0002593 + title: smooth muscle cell of the internal thoracic artery + CL:4023112: + text: CL:4023112 + description: An afferent neuron of the vestibular system that innervate the + base of the hair cell and increase or decrease their neural firing rate + as the receptor cell is excited or inhibited. + meaning: CL:4023112 + title: vestibular afferent neuron + CL:0002023: + text: CL:0002023 + description: A megakaroycotye progenitor cell that is CD34-positive, CD41-positive + and CD42-positive on the cell surface. + meaning: CL:0002023 + title: CD34-positive, CD41-positive, CD42-positive megakaryocyte progenitor + cell + CL:0000458: + text: CL:0000458 + description: A cell type that secretes 5-Hydroxytryptamine (serotonin). + meaning: CL:0000458 + title: serotonin secreting cell + CL:0002029: + text: CL:0002029 + description: A lineage-negative, Kit-positive, CD45-positive mast cell progenitor + that is Fc-epsilon RIalpha-low. + meaning: CL:0002029 + title: Fc-epsilon RIalpha-low mast cell progenitor + CL:0000178: + text: CL:0000178 + description: A Leydig cell is a testosterone-secreting cell in the interstitial + area, between the seminiferous tubules, in the testis. + meaning: CL:0000178 + title: Leydig cell + CL:1000804: + text: CL:1000804 + description: A kidney cell that is part of an interstitial compartment of + an outer renal medulla. + meaning: CL:1000804 + title: kidney outer medulla interstitial cell + CL:0000384: + text: CL:0000384 + meaning: CL:0000384 + title: ligament cell + CL:1000497: + text: CL:1000497 + description: A cell that is part of a kidney. + meaning: CL:1000497 + title: kidney cell + CL:0000949: + text: CL:0000949 + description: A plasmablast that secretes IgD, and which occur in a small proportion + of B cells in the adult. + meaning: CL:0000949 + title: IgD plasmablast + CL:0011019: + text: CL:0011019 + description: A mesothelial cell that is part of the epicardium. + meaning: CL:0011019 + title: mesothelial cell of epicardium + CL:0000469: + text: CL:0000469 + description: A neural progenitor cell that is the daughter of a neuroblast + (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, + glia and (occasionally) epithelial cells. + meaning: CL:0000469 + title: ganglion mother cell + CL:4030060: + text: CL:4030060 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 2. + meaning: CL:4030060 + title: L2 intratelencephalic projecting glutamatergic neuron + CL:4030003: + text: CL:4030003 + description: A cell that makes up the loose connective tissue of the thymus. + meaning: CL:4030003 + title: interstitial cell of thymus + CL:0002471: + text: CL:0002471 + description: Gr1-low non-classical monocyte that lacks expression of a MHC-II + complex. + meaning: CL:0002471 + title: MHC-II-negative non-classical monocyte + CL:2000042: + text: CL:2000042 + description: Any fibroblast that is part of a embryo. + meaning: CL:2000042 + title: embryonic fibroblast + CL:0000346: + text: CL:0000346 + description: A specialized mesenchymal cell that resides in the dermal papilla + located at the bottom of hair follicles. This cell plays a pivotal roles + in hair formation, growth, and cycling. + meaning: CL:0000346 + title: hair follicle dermal papilla cell + CL:1001571: + text: CL:1001571 + description: A pyramidal neuron with a soma found in the hippocampus. + meaning: CL:1001571 + title: hippocampal pyramidal neuron + CL:0002463: + text: CL:0002463 + description: An adipose dendritic cell that is SIRPa-positive. + meaning: CL:0002463 + title: SIRPa-positive adipose dendritic cell + CL:0000415: + text: CL:0000415 + description: A cell whose nucleus has two haploid genomes. + meaning: CL:0000415 + title: diploid cell + CL:0002507: + text: CL:0002507 + description: A dermal dendritic cell isolated from skin draining lymph nodes + that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative. + meaning: CL:0002507 + title: langerin-positive lymph node dendritic cell + CL:0000210: + text: CL:0000210 + description: A cell specialized to detect and transduce light. + meaning: CL:0000210 + title: photoreceptor cell + CL:0002036: + text: CL:0002036 + description: A hematopoietic progenitor that has some limited self-renewal + capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive. + meaning: CL:0002036 + title: Slamf1-positive multipotent progenitor cell + CL:1000361: + text: CL:1000361 + description: A transitional myocyte that is part of the interatrial septum. + meaning: CL:1000361 + title: transitional myocyte of interatrial septum + CL:0000101: + text: CL:0000101 + description: Any neuron having a sensory function; an afferent neuron conveying + sensory impulses. + meaning: CL:0000101 + title: sensory neuron + CL:1001220: + text: CL:1001220 + description: Any endothelial cell that is part of some kidney arcuate vein. + meaning: CL:1001220 + title: arcuate vein endothelial cell + CL:0003033: + text: CL:0003033 + description: A monostratified retinal ganglion cell that has a large soma, + a medium dendritic field with post synaptic terminals in sublaminar layer + S3. + meaning: CL:0003033 + title: M4 retinal ganglion cell + CL:0002351: + text: CL:0002351 + description: A progenitor cell that is able to differentiate into the pancreas + alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 + and Isl-1. + meaning: CL:0002351 + title: progenitor cell of endocrine pancreas + CL:0000725: + text: CL:0000725 + description: Any cell that is capable of some nitrogen fixation. + meaning: CL:0000725 + title: nitrogen fixing cell + CL:1001209: + text: CL:1001209 + description: Any vasa recta ascending limb cell that is part of some inner + medulla vasa recta ascending limb. + meaning: CL:1001209 + title: inner medulla vasa recta ascending limb cell + CL:0002002: + text: CL:0002002 + description: A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, + Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, + Cxc3r1-negative, and CD90-negative. + meaning: CL:0002002 + title: Kit-positive granulocyte monocyte progenitor + CL:0000529: + text: CL:0000529 + meaning: CL:0000529 + title: pigmented epithelial cell + CL:0002678: + text: CL:0002678 + description: A CD4-positive, CD25-positive alpha-beta regulatory T cell that + has encountered antigen. + meaning: CL:0002678 + title: memory regulatory T cell + CL:0000764: + text: CL:0000764 + description: A immature or mature cell in the lineage leading to and including + erythrocytes. + meaning: CL:0000764 + title: erythroid lineage cell + CL:4023060: + text: CL:4023060 + description: A neuron that has its soma located in CA1-3 of the hippocampus. + meaning: CL:4023060 + title: hippocampal CA1-3 neuron + CL:0009021: + text: CL:0009021 + description: A stromal cell found in the lamina propria of the large intestine. + meaning: CL:0009021 + title: stromal cell of lamina propria of large intestine + CL:2000074: + text: CL:2000074 + description: Any leukocyte that is part of a spleen. + meaning: CL:2000074 + title: splenocyte + CL:0009104: + text: CL:0009104 + description: A fibroblastic reticular cell found in the lymph node germinal + center dark zone (B cell zone). + meaning: CL:0009104 + title: B cell zone reticular cell + CL:1000397: + text: CL:1000397 + description: An endothelial cell that is part of the venous sinus of red pulp + of spleen. + meaning: CL:1000397 + title: endothelial cell of venous sinus of red pulp of spleen + CL:0001017: + text: CL:0001017 + description: Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans + cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001017 + title: mature CD1a-positive Langerhans cell + CL:0004236: + text: CL:0004236 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2, S3, and S4. This cell type releases the neurotransmitter + gamma-aminobutyric acid (GABA). + meaning: CL:0004236 + title: AB broad diffuse-2 amacrine cell + CL:4042012: + text: CL:4042012 + description: An L2 intratelencephalic projecting glutamatergic neuron with + a soma on the L1-L2 border. This neuron type has small apical dendrites + projecting to L1. + meaning: CL:4042012 + title: L2 marginal neuron + CL:1001591: + text: CL:1001591 + description: 'Glandular cell of oviduct epithelium. Example: peg cells, ciliated + cells.' + meaning: CL:1001591 + title: oviduct glandular cell + CL:0000676: + text: CL:0000676 + meaning: CL:0000676 + title: cap cell + CL:2000067: + text: CL:2000067 + description: Any fibroblast that is part of a cardiac atrium. + meaning: CL:2000067 + title: cardiac atrium fibroblast + CL:0001074: + text: CL:0001074 + description: An innate lymphoid cell precursor in the human with the phenotype + CD34-positive, CD56-positive, CD117-positive.Thie cell type may include + precusors to NK cells and ILC3 cells. + meaning: CL:0001074 + title: CD34-positive, CD56-positive, CD117-positive common innate lymphoid + precursor, human + CL:0000843: + text: CL:0000843 + description: A resting mature B cell that has the phenotype IgM-positive, + IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles + of the white pulp of the spleen or the corticol areas of the peripheral + lymph nodes. This cell type is also described as being CD19-positive, B220-positive, + AA4-negative, CD43-negative, and CD5-negative. + meaning: CL:0000843 + title: follicular B cell + CL:0002261: + text: CL:0002261 + description: An endothelial cell found in the mucosa associated with the facial + skeleton. + meaning: CL:0002261 + title: endothelial cell of viscerocranial mucosa + CL:0000942: + text: CL:0000942 + description: A plasmacytoid dendritic cell developing in the thymus with phenotype + CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive. + meaning: CL:0000942 + title: thymic plasmacytoid dendritic cell + CL:4030009: + text: CL:4030009 + description: A brush border cell that is part of segment 1 (S1) of the proximal + tubule epithelium, located in the renal cortex. + meaning: CL:4030009 + title: epithelial cell of proximal tubule segment 1 + CL:0002362: + text: CL:0002362 + description: A cell located in the outermost proliferative zone of the external + germinal layer that can differentiate into astroglial cells and granule + cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive. + meaning: CL:0002362 + title: cerebellar granule cell precursor + CL:1000617: + text: CL:1000617 + description: Any kidney medulla cell that is part of some inner medulla of + kidney. + meaning: CL:1000617 + title: kidney inner medulla cell + CL:0002380: + text: CL:0002380 + description: An asexual spore formed by Oomycetes; formed upon fertilization + of an oosphere. + meaning: CL:0002380 + title: oospore + CL:4040001: + text: CL:4040001 + description: A horse-specific, highly invasive trophoblast cell that invades + the endometrium where it forms endometrial cups. + meaning: CL:4040001 + title: chorionic girdle cell + CL:0000163: + text: CL:0000163 + description: A cell of an endocrine gland, ductless glands that secrete substances + which are released directly into the circulation and which influence metabolism + and other body functions. + meaning: CL:0000163 + title: endocrine cell + CL:0000634: + text: CL:0000634 + description: A cuboidal cell which along with Boettcher's cells form the floor + of the external spiral sulcus, external to the organ of Corti. + meaning: CL:0000634 + title: Claudius cell + CL:0003041: + text: CL:0003041 + description: An M9 retinal ganglion cells with synaptic terminals in S2 and + is depolarized by illumination of its receptive field center. + meaning: CL:0003041 + title: M9-ON retinal ganglion cell + CL:0000905: + text: CL:0000905 + description: CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000905 + title: effector memory CD4-positive, alpha-beta T cell + CL:4023128: + text: CL:4023128 + description: a KNDy neuron that is located in the rostral periventricular + region of the third ventricle. + meaning: CL:4023128 + title: rostral periventricular region of the third ventricle KNDy neuron + CL:0000951: + text: CL:0000951 + description: A short lived plasma cell that secretes IgE. + meaning: CL:0000951 + title: IgE short lived plasma cell + CL:0000607: + text: CL:0000607 + description: A thick walled spore that stores and protects one or more nuclei + following sexual reproduction in an Ascomycete. + meaning: CL:0000607 + title: ascospore + CL:0000145: + text: CL:0000145 + description: A cell capable of processing and presenting lipid and protein + antigens to T cells in order to initiate an immune response. + meaning: CL:0000145 + title: professional antigen presenting cell + CL:0000805: + text: CL:0000805 + description: A thymocyte that has the phenotype CD4-negative, CD8-positive, + CD44-negative, CD25-negative, and pre-TCR-positive. + meaning: CL:0000805 + title: immature single positive thymocyte + CL:4030001: + text: CL:4030001 + description: A stromal cell that is part of the thymus. + meaning: CL:4030001 + title: stromal cell of thymus + CL:0002252: + text: CL:0002252 + description: An epithelial cell of the esophagus. + meaning: CL:0002252 + title: epithelial cell of esophagus + CL:0009003: + text: CL:0009003 + description: Any cell in the midgut (middle subdivision of a digestive tract) + of an insect larva. + meaning: CL:0009003 + title: larval midgut cell + CL:0002197: + text: CL:0002197 + description: A parathyroid chief cell that is not actively secreting hormone. + Contains small Golgi complexes with only a few grouped vesicles and membrane-bound + secretory granules; glycogen and many lipofuscin granules abound but sacs + of granular endoplasmic reticulum are rare and dispersed. In normal humans, + inactive chief cells out number active chief cells in a ratio of 3-5:1. + meaning: CL:0002197 + title: inactive chief cell of parathyoid gland + CL:0007018: + text: CL:0007018 + description: Ciliated cell of the embryonic epidermis and functions in embryonic + movements. + meaning: CL:0007018 + title: epidermal ciliary cell + CL:0008021: + text: CL:0008021 + description: Any neuron that has its soma located in some anterior lateral + line ganglion. + meaning: CL:0008021 + title: anterior lateral line ganglion neuron + CL:0000886: + text: CL:0000886 + description: A mucosa-associated lymphoid tissue macrophage found in the nasal + and bronchial mucosa-associated lymphoid tissues. + meaning: CL:0000886 + title: nasal and broncial associated lymphoid tissue macrophage + CL:0002241: + text: CL:0002241 + description: A fibroblasts found in interstitial spaces in the pulmonary tract. + Greater numbers of these cells are found in idiopathic pulmonary fibrosis. + meaning: CL:0002241 + title: pulmonary interstitial fibroblast + CL:0000135: + text: CL:0000135 + description: An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum + is scanty with flattened nucleus. Term used by some histologists; when fibroblasts + become relatively inactive in fiber formation. However, this cell has the + potential for fibrogenesis in quiescent connective tissue of the adult, + as well as during development, other histologists prefer to use the term + fibroblast in all circumstances. These cells represent ~0.5% of peripheral + blood leukocytes. + meaning: CL:0000135 + title: fibrocyte + CL:0004218: + text: CL:0004218 + description: A horizontal cell with a small cell body, thin dendrites, and + small dendritic arbor. + meaning: CL:0004218 + title: H2 horizontal cell + CL:0000005: + text: CL:0000005 + description: Any fibroblast that is derived from the neural crest. + meaning: CL:0000005 + title: neural crest derived fibroblast + CL:0009093: + text: CL:0009093 + description: A smooth muscle cell that is part of a placenta. + meaning: CL:0009093 + title: smooth muscle cell of placenta + CL:0000686: + text: CL:0000686 + description: A columnar/cuboidal epithelial cell that secretes cerebrospinal + fluid. + meaning: CL:0000686 + title: cerebrospinal fluid secreting cell + CL:0000081: + text: CL:0000081 + description: A cell found predominately in the blood. + meaning: CL:0000081 + title: blood cell + CL:4023079: + text: CL:4023079 + description: A GABAergic inhibitory neuron that is derived from the midbrain. + meaning: CL:4023079 + title: midbrain-derived inhibitory neuron + CL:0000907: + text: CL:0000907 + description: CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000907 + title: central memory CD8-positive, alpha-beta T cell + CL:1001578: + text: CL:1001578 + description: Squamous cell of vaginal epithelium. + meaning: CL:1001578 + title: vagina squamous cell + CL:0000850: + text: CL:0000850 + description: A neuron that releases serotonin as a neurotransmitter. + meaning: CL:0000850 + title: serotonergic neuron + CL:0001054: + text: CL:0001054 + description: A monocyte that expresses CD14 and is negative for the lineage + markers CD3, CD19, and CD20. + meaning: CL:0001054 + title: CD14-positive monocyte + CL:0008015: + text: CL:0008015 + description: A motor neuron that is capable of directly inhibiting muscle + contraction. + meaning: CL:0008015 + title: inhibitory motor neuron + CL:4033049: + text: CL:4033049 + description: A taste receptor cell that is part of a taste bud of a tongue. + meaning: CL:4033049 + title: taste receptor cell of tongue + CL:0000788: + text: CL:0000788 + description: A naive B cell is a mature B cell that has the phenotype surface + IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that + has not yet been activated by antigen in the periphery. + meaning: CL:0000788 + title: naive B cell + CL:0002239: + text: CL:0002239 + description: A primordial cell from which an oocyte (ovum) ultimately is developed. + meaning: CL:0002239 + title: ooblast + CL:0000513: + text: CL:0000513 + description: A precursor cell destined to differentiate into cardiac muscle + cell. + meaning: CL:0000513 + title: cardiac muscle myoblast + CL:0000592: + text: CL:0000592 + description: A large, progesterone secreting cell in the corpus luteum that + develops from the granulosa cells. + meaning: CL:0000592 + title: large luteal cell + CL:4023129: + text: CL:4023129 + description: A retinal cell that is immature or undifferentiated. + meaning: CL:4023129 + title: retinoblast + CL:4023019: + text: CL:4023019 + description: A vip GABAergic cortical interneuron that expresses cck. L5/6 + cck cells have soma found mainly in L5 and L6 and have large axonal arborization. + meaning: CL:4023019 + title: L5/6 cck, vip GABAergic interneuron (Mmus) + CL:0000404: + text: CL:0000404 + description: A cell that initiates an electrical signal and passes that signal + to another cell. + meaning: CL:0000404 + title: electrically signaling cell + CL:0002545: + text: CL:0002545 + description: An endothelial cell that is part of the thoracic endothelium. + meaning: CL:0002545 + title: thoracic aorta endothelial cell + CL:0007023: + text: CL:0007023 + description: Epidermal cell rich in mitochondria. In amphibians, appears during + metamorphosis. + meaning: CL:0007023 + title: flask cell + CL:0000200: + text: CL:0000200 + description: Any neuron that is capable of some detection of mechanical stimulus + involved in sensory perception of touch. + meaning: CL:0000200 + title: touch receptor cell + CL:2000076: + text: CL:2000076 + description: Any vein endothelial cell that is part of a hindlimb stylopod. + meaning: CL:2000076 + title: hindlimb stylopod vein endothelial cell + CL:0000910: + text: CL:0000910 + description: A mature T cell that differentiated and acquired cytotoxic function + with the phenotype perforin-positive and granzyme-B positive. + meaning: CL:0000910 + title: cytotoxic T cell + CL:0002524: + text: CL:0002524 + description: A disseminated nephrocyte is a nephrocyte that filters hemolymph + and is found at scattered locations in the fat body or other tissues. + meaning: CL:0002524 + title: disseminated nephrocyte + CL:0000715: + text: CL:0000715 + description: A crystal cell that derives from the embryonic head mesoderm. + meaning: CL:0000715 + title: embryonic crystal cell + CL:0000875: + text: CL:0000875 + description: A type of monocyte characterized by low expression of CCR2, low + responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, + and decrease size relative to classical monocytes, but increased co-stimulatory + activity. May also play a role in tissue repair. + meaning: CL:0000875 + title: non-classical monocyte + CL:0002332: + text: CL:0002332 + description: A ciliated cell of the bronchus. + meaning: CL:0002332 + title: ciliated cell of the bronchus + CL:0009110: + text: CL:0009110 + description: A lymphatic endothelial cell located in the ceiling part of a + lymph node medulla. + meaning: CL:0009110 + title: lymphatic endothelial cell of medulla ceiling + CL:0002485: + text: CL:0002485 + description: A melanocyte of the retina. This cell type is distinct from pigmented + retinal epithelium. + meaning: CL:0002485 + title: retinal melanocyte + CL:1001135: + text: CL:1001135 + description: Any kidney cortex artery cell that is part of some kidney arcuate + artery. + meaning: CL:1001135 + title: arcuate artery cell + CL:0002467: + text: CL:0002467 + description: A myeloid suppressor cell that is Gr1-high and CD11c-negative. + meaning: CL:0002467 + title: Gr1-high myeloid suppressor cell + CL:0009076: + text: CL:0009076 + description: A thymic medullary epithelial cell that expresses neuroendocrine + biomarkers. + meaning: CL:0009076 + title: neuro-medullary thymic epithelial cell + CL:0004161: + text: CL:0004161 + description: A cone whose sensitivity measurements have an average spectral + peak of 510 nm. These cones are described in rat. + meaning: CL:0004161 + title: 510 nm-cone + CL:0000380: + text: CL:0000380 + description: The support cell that makes the thecogen dendritic cap - a cuticle-like + matrix around the tip of the eo-dendrite and which encloses the soma of + the eo-neuron. + meaning: CL:0000380 + title: thecogen cell + CL:0000301: + text: CL:0000301 + description: A primordial germ cell of insects. Such cells form at the posterior + pole of the early embryo. + meaning: CL:0000301 + title: pole cell + CL:4030012: + text: CL:4030012 + description: Epithelial cell of the descending thin limb of the short loop + (cortical) nephron limited to the outer medulla (mainly inner strip). It + is known in some mammalian species that the short descending limb of the + loop of Henle selectively expresses the serine protease Corin, the homeobox + TF Uncx, and the urea channel Slc14a2. + meaning: CL:4030012 + title: kidney loop of Henle short descending thin limb epithelial cell + CL:1000348: + text: CL:1000348 + description: A basal cell that is part of the epithelium of trachea. + meaning: CL:1000348 + title: basal cell of epithelium of trachea + CL:0000441: + text: CL:0000441 + description: A stem cell that gives rise to the follicle cells that surround + the oocyte in female arthropods. + meaning: CL:0000441 + title: follicle stem cell (sensu Arthropoda) + CL:4023118: + text: CL:4023118 + description: A sst GABAergic interneuron does not have Martinotti morphology + with a soma found in L5/6 of the cerebral cortex. + meaning: CL:4023118 + title: L5/6 non-Martinotti sst GABAergic interneuron (Mmus) + CL:4023053: + text: CL:4023053 + description: A Betz cell that syanpses with spinal interneurons. + meaning: CL:4023053 + title: spinal interneuron synapsing Betz cell + CL:0002393: + text: CL:0002393 + description: A monocyte that has characteristics of both patrolling and inflammatory + monocytes. + meaning: CL:0002393 + title: intermediate monocyte + CL:0010015: + text: CL:0010015 + description: A highly specialized cell type exclusive to and forming neuroepithelium + of the Saccus vasculosus, covering the caudal diverticulum of the infundibular + recess. + meaning: CL:0010015 + title: coronet cell + CL:0002454: + text: CL:0002454 + description: Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell + is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative + and is CD205-positive. + meaning: CL:0002454 + title: Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell + CL:1001596: + text: CL:1001596 + description: 'Glandular cell of salivary gland. Example: Serous cells, mucous + cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal + epithelium of the striated ducts, epithelial cells of excretory ducts.' + meaning: CL:1001596 + title: salivary gland glandular cell + CL:1000357: + text: CL:1000357 + description: A M cell that is part of the epithelium proper of jejunum. + meaning: CL:1000357 + title: microfold cell of epithelium proper of jejunum + CL:0002133: + text: CL:0002133 + description: A stromal cell of the ovarian cortex. + meaning: CL:0002133 + title: stromal cell of ovarian cortex + CL:0007005: + text: CL:0007005 + description: Cell that is part of the notochord. + meaning: CL:0007005 + title: notochordal cell + CL:0000837: + text: CL:0000837 + description: A hematopoietic multipotent progenitor cell is multipotent, but + not capable of long-term self-renewal. These cells are characterized as + lacking lineage cell surface markers and being CD34-positive in both mice + and humans. + meaning: CL:0000837 + title: hematopoietic multipotent progenitor cell + CL:0002304: + text: CL:0002304 + description: A cell that is part of non-pigmented ciliary epithelium. This + cell type participates in aqueous humor formation by releasing solute, principally + sodium and chloride ions received from pigmented epithelial cells via gap + junctions, into the aqueous humor of the eye. + meaning: CL:0002304 + title: non-pigmented ciliary epithelial cell + CL:0002395: + text: CL:0002395 + description: A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, + CD115-positive, and B220-negative. + meaning: CL:0002395 + title: Gr1-high classical monocyte + CL:0000784: + text: CL:0000784 + description: A dendritic cell type of distinct morphology, localization, and + surface marker expression (CD123-positive) from other dendritic cell types + and associated with early stage immune responses, particularly the release + of physiologically abundant amounts of type I interferons in response to + infection. + meaning: CL:0000784 + title: plasmacytoid dendritic cell + CL:0002215: + text: CL:0002215 + description: A type II muscle cell that contains a low content of myoglobin, + relatively few mitochondria, relatively few blood capillaries and large + amounts of glycogen. Type II B fibres are white, geared to generate ATP + by anaerobic metabolic processes, not able to supply skeletal muscle fibres + continuously with sufficient ATP, fatigue easily, split ATP at a fast rate + and have a fast contraction velocity. + meaning: CL:0002215 + title: type IIb muscle cell + CL:0002200: + text: CL:0002200 + description: An oncocyte located in the thyroid. + meaning: CL:0002200 + title: oxyphil cell of thyroid + CL:0017010: + text: CL:0017010 + description: A hillock cell that is part of the urethra. + meaning: CL:0017010 + title: hillock cell of urethral epithelium + CL:0000152: + text: CL:0000152 + description: A cell of an exocrine gland; i.e. a gland that discharges its + secretion via a duct. + meaning: CL:0000152 + title: exocrine cell + CL:1001213: + text: CL:1001213 + description: Any endothelial cell that is part of some kidney arcuate artery. + meaning: CL:1001213 + title: arcuate artery endothelial cell + CL:0000117: + text: CL:0000117 + meaning: CL:0000117 + title: CNS neuron (sensu Vertebrata) + CL:4042010: + text: CL:4042010 + description: An interlaminar astrocyte whose soma is part of the first layer + of a neocortex and is in contact with a pia surface. + meaning: CL:4042010 + title: pial interlaminar astrocyte + CL:0000783: + text: CL:0000783 + description: A phagocyte formed by the fusion of mononuclear phagocytes. + meaning: CL:0000783 + title: multinucleated phagocyte + CL:0009014: + text: CL:0009014 + description: A lymphocyte that is part of a Peyer's patch. These cells have + a major role in driving the immune response to antigens sampled from the + intestinal lumen, and in regulating the formation of follicle-associated + epithelium and M cells in Peyer's patches by converting intestitial enterocytes + into M cells. + meaning: CL:0009014 + title: Peyer's patch lymphocyte + CL:0003007: + text: CL:0003007 + description: A G4 retinal ganglion cell that has post sympatic terminals in + sublaminar layers S2 and S3 and is depolarized by decreased illumination + of their receptive field center + meaning: CL:0003007 + title: G4-OFF retinal ganglion cell + CL:0000931: + text: CL:0000931 + description: A type II NK T cell that has been recently activated, secretes + interferon-gamma and interleukin-4, and has the phenotype CD69-positive + and downregulated NK markers. + meaning: CL:0000931 + title: activated type II NK T cell + CL:0009040: + text: CL:0009040 + description: A stromal cell found in the lamina propria of the colon. + meaning: CL:0009040 + title: stromal cell of lamina propria of colon + CL:0000868: + text: CL:0000868 + description: A secondary lymphoid organ macrophage found in a lymph node. + This cell is CD169-high. + meaning: CL:0000868 + title: lymph node macrophage + CL:0000390: + text: CL:0000390 + meaning: CL:0000390 + title: blood cell (sensu Nematoda and Protostomia) + CL:1000425: + text: CL:1000425 + description: A chromaffin cell that is part of the paraganglion. + meaning: CL:1000425 + title: chromaffin cell of paraganglion + CL:2000058: + text: CL:2000058 + description: Any osteoblast that is part of a skull. + meaning: CL:2000058 + title: calvarial osteoblast + CL:4023026: + text: CL:4023026 + description: A medium spiny neuron that expresses dopamine type 1 receptors + and projects to the globus pallidus internus or the substantia nigra pars + reticulata. + meaning: CL:4023026 + title: direct pathway medium spiny neuron + CL:0011021: + text: CL:0011021 + description: A fibroblast that is part of upper back skin. + meaning: CL:0011021 + title: fibroblast of upper back skin + CL:1000382: + text: CL:1000382 + description: A type II vestibular sensory cell that is part of the stato-acoustic + epithelium. + meaning: CL:1000382 + title: type 2 vestibular sensory cell of stato-acoustic epithelium + CL:4023002: + text: CL:4023002 + description: A beta motor neuron that innervates the nuclear bag fibers of + muscle spindles. + meaning: CL:4023002 + title: dynamic beta motor neuron + CL:2000012: + text: CL:2000012 + description: Any skin fibroblast that is part of a pedal digit skin. + meaning: CL:2000012 + title: fibroblast of pedal digit skin + CL:0000960: + text: CL:0000960 + description: A transitional stage B cell that expresses surface IgM and IgD, + and CD62L. This cell type appears to be an anergic B cell that does not + proliferate upon BCR signaling, is found in the spleen and lymph nodes, + and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, + CD23-positive, CD62L-positive, and CD93-positive. This cell type has also + been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and + CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface + expression of IgM). + meaning: CL:0000960 + title: T3 B cell + CL:2000059: + text: CL:2000059 + description: Any microvascular endothelial cell that is part of a prostate + gland. + meaning: CL:2000059 + title: prostate gland microvascular endothelial cell + CL:0002297: + text: CL:0002297 + description: A thymic epithelial cell with moderate nuclear and cytoplasmic + electron-density. Scattered in the cortex, this cell type is predominant + in the mid and deep cortex. + meaning: CL:0002297 + title: type-3 epithelial cell of thymus + CL:0000575: + text: CL:0000575 + description: An epithelial cell of the cornea. + meaning: CL:0000575 + title: corneal epithelial cell + CL:0000923: + text: CL:0000923 + description: A type I NK T cell that has the phenotype CD4-positive. + meaning: CL:0000923 + title: CD4-positive type I NK T cell + CL:0000482: + text: CL:0000482 + description: An endocrine cell that secretes juvenile hormone. + meaning: CL:0000482 + title: juvenile hormone secreting cell + CL:0002364: + text: CL:0002364 + description: An epithelial cell of the cortical portion of the thymus. Epithelial + cells in this region are required for positive selection of CD8-positive + T cells. + meaning: CL:0002364 + title: cortical thymic epithelial cell + CL:0007009: + text: CL:0007009 + description: Skeletogenic cell that has the potential to develop into a chondroblast; + and arises from neural crest, meseosdermal and notochordal and connective + tissue cells. + meaning: CL:0007009 + title: prechondroblast + CL:0000828: + text: CL:0000828 + description: A progenitor cell of the thrombocyte, a nucleated blood cell + involved in coagulation typically seen in birds and other non-mammalian + vertebrates. + meaning: CL:0000828 + title: thromboblast + CL:0002114: + text: CL:0002114 + description: A CD38-positive unswitched memory B cell is an unswitched memory + B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, + and IgG-negative. + meaning: CL:0002114 + title: CD38-positive unswitched memory B cell + CL:0000924: + text: CL:0000924 + description: A type I NK T cell that has the phenotype CD4-negative and CD8-negative. + meaning: CL:0000924 + title: CD4-negative, CD8-negative type I NK T cell + CL:1000290: + text: CL:1000290 + description: A muscle cell that is part of the middle internodal tract. + meaning: CL:1000290 + title: myocyte of middle internodal tract + CL:0002314: + text: CL:0002314 + description: An auditory epithelial support cell located in the vestibular + epithelium that has many hallmarks of glial cells. This cell type express + glial markers such as vimentin, S100, glutamate-aspartate transporter, low + affinity neurotrophin receptor p75, glial fibrillary acidic protein, and + proteolipid protein. + meaning: CL:0002314 + title: external supporting cell of vestibular epithelium + CL:1000287: + text: CL:1000287 + description: A muscle cell that is part of the anterior internodal tract. + meaning: CL:1000287 + title: myocyte of anterior internodal tract + CL:2000075: + text: CL:2000075 + description: Any endodermal cell that is part of a anterior visceral endoderm. + meaning: CL:2000075 + title: anterior visceral endoderm cell + CL:0002077: + text: CL:0002077 + description: An epithelial cell derived from ectoderm. + meaning: CL:0002077 + title: ecto-epithelial cell + CL:4028002: + text: CL:4028002 + description: An alveolar capillary endothelial cell that is located distally + to alveolar capillary type 2 endothelial cells. + meaning: CL:4028002 + title: alveolar capillary type 1 endothelial cell + CL:0000187: + text: CL:0000187 + description: A mature contractile cell, commonly known as a myocyte. This + cell has as part of its cytoplasm myofibrils organized in various patterns. + meaning: CL:0000187 + title: muscle cell + CL:4040000: + text: CL:4040000 + description: A glial precursor cell that generates oligodendrocytes and type-1 + and type-2 astrocytes. It has been shown in some mammals that this cell + type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. + Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha + and can differentiate into both type-1 and type-2 astrocytes. + meaning: CL:4040000 + title: glial restricted tripotential precursor cell + CL:1000379: + text: CL:1000379 + description: A type I vestibular sensory cell that is part of the epithelium + of macula of utricle of membranous labyrinth. + meaning: CL:1000379 + title: type 1 vestibular sensory cell of epithelium of macula of utricle of + membranous labyrinth + CL:0002360: + text: CL:0002360 + description: A hematopoietic stem cell from the aorta-gonad-mesonephros region + of the developing embryo. First seen at E10.5 in mouse embryos. May give + rise to fetal liver HSC. + meaning: CL:0002360 + title: AGM hematopoietic stem cell + CL:0004117: + text: CL:0004117 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field. + meaning: CL:0004117 + title: retinal ganglion cell A + CL:0004213: + text: CL:0004213 + description: A type of type 3 cone bipolar cell with distinctive curly dendrites. + meaning: CL:0004213 + title: type 3a cone bipolar cell + CL:1000699: + text: CL:1000699 + description: A resident-dendritic cell that is part of a kidney. + meaning: CL:1000699 + title: kidney resident dendritic cell + CL:0004251: + text: CL:0004251 + description: An amicrine that has a narrow dendritic field. + meaning: CL:0004251 + title: narrow field retinal amacrine cell + CL:0002505: + text: CL:0002505 + description: A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, + MHC-II-positive and CD103-negative. + meaning: CL:0002505 + title: liver CD103-negative dendritic cell + CL:0001045: + text: CL:0001045 + description: A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, + CD127lo, CCR4-positive, and CD45RO-negative. + meaning: CL:0001045 + title: naive CCR4-positive regulatory T cell + CL:0000756: + text: CL:0000756 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The cell has a diffuse axon terminal with varicosities + in sublaminae 1 and 2 of the inner plexiform layer. + meaning: CL:0000756 + title: type 4 cone bipolar cell (sensu Mus) + CL:4030038: + text: CL:4030038 + description: A CD24-positive, CD-133-positive, vimentin-positive cell found + scattered throughout a renal proximal tubule and that may participate in + tubular regeneration. Compared to other proximal tubular cell types, this + cell contains less cytoplasm, fewer mitochondria and no brush border. + meaning: CL:4030038 + title: CD24-positive, CD-133-positive, vimentin-positive proximal tubular + cell + CL:0002272: + text: CL:0002272 + description: A cell that secretes motilin, a gastric hormone that at low pH + inhibits gastric motor activity, whereas at high pH has a stimulating effect. + meaning: CL:0002272 + title: motilin secreting cell + CL:2000073: + text: CL:2000073 + description: Any migratory neural crest cell that is part of a cardiac neural + crest. + meaning: CL:2000073 + title: migratory cardiac neural crest cell + CL:1001437: + text: CL:1001437 + description: The subcutaneous mechanoreceptors that innervate vellus hairs. + meaning: CL:1001437 + title: hair-down neuron + CL:0002418: + text: CL:0002418 + description: A pluripotent cell in the yolk sac that can give rise to mesenchymal + cells including erythrocytes and endothelial cells. + meaning: CL:0002418 + title: hemangioblast + CL:4023021: + text: CL:4023021 + description: A gamma motor neuron that innervates static nuclear bag fibers + (bag2 fibers) and increases their firing, in response to an increase in + the magnitude of change in length, and controls the static sensitivity of + the stretch reflex. + meaning: CL:4023021 + title: static gamma motor neuron + CL:0000554: + text: CL:0000554 + description: A peptide hormone secreting cell that secretes gastrin stimulating + hormone. + meaning: CL:0000554 + title: gastrin stimulating hormone secreting cell + CL:4030027: + text: CL:4030027 + description: An amacrine cell that uses GABA as a neurotransmitter. + meaning: CL:4030027 + title: GABAergic amacrine cell + CL:0000524: + text: CL:0000524 + description: A cell, usually of bacteria or yeast, which has partially lost + its cell wall. + meaning: CL:0000524 + title: spheroplast + CL:0000516: + text: CL:0000516 + description: A non-neuronal cell that surrounds the neuronal cell bodies of + the ganglia. + meaning: CL:0000516 + title: perineuronal satellite cell + CL:0002353: + text: CL:0002353 + description: A hematopoietic stem cell that resides in the fetal liver. In + mice, this cell type is first observed at E10.5. This cell type is MHC-positive, + HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, + CD48-negative and CD244-negative. + meaning: CL:0002353 + title: fetal liver hematopoietic progenitor cell + CL:0001046: + text: CL:0001046 + description: A memory regulatory T cell with phenotype CD4-positive, CD25-positive, + CD127lo, CCR4-positive, and CD45RO-positive. + meaning: CL:0001046 + title: memory CCR4-positive regulatory T cell + CL:4033007: + text: CL:4033007 + description: A(n) brush cell that is part of a(n) epithelium of lobar bronchus. + meaning: CL:4033007 + title: brush cell of epithelium of lobar bronchus + CL:0009039: + text: CL:0009039 + description: A goblet cell that is located in the colon. + meaning: CL:0009039 + title: colon goblet cell + CL:0002119: + text: CL:0002119 + description: A CD38-positive IgG-negative memory B cell is an IgG-negative + class switched memory B cell that lacks IgG on the cell surface with the + phenotype CD38-positive and IgG-negative. + meaning: CL:0002119 + title: CD38-positive IgG-negative class switched memory B cell + CL:0005009: + text: CL:0005009 + description: A cuboidal epithelial cell of the kidney which regulates sodium + and potassium balance. The activity of sodium and potassium channels on + the apical membrane of the cell is regulated by aldosterone and vasopressin. + In mammals this cell type is located in the renal collecting duct system. + meaning: CL:0005009 + title: renal principal cell + CL:2000049: + text: CL:2000049 + description: Any pyramidal cell that is part of a primary motor cortex. + meaning: CL:2000049 + title: primary motor cortex pyramidal cell + CL:0000799: + text: CL:0000799 + description: A gamma-delta T cell that has an immature phenotype. + meaning: CL:0000799 + title: immature gamma-delta T cell + CL:4033010: + text: CL:4033010 + description: A(n) neuroendocrine cell that is part of a(n) epithelium of lobar + bronchus. + meaning: CL:4033010 + title: neuroendocrine cell of epithelium of lobar bronchus + CL:0007007: + text: CL:0007007 + description: Notochordal cell that is part of the outer epithelium of the + notochord and surrounds the vacuolated notochord cells. + meaning: CL:0007007 + title: notochordal sheath cell + CL:0000541: + text: CL:0000541 + description: A cell that originates from the neural crest and differentiates + into a pigment cell. + meaning: CL:0000541 + title: melanoblast + CL:0000564: + text: CL:0000564 + description: A promyelocyte committed to the neutrophil lineage. This cell + type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, + has low expression of PU.1 transcription factor and lacks lactotransferrin + expression. + meaning: CL:0000564 + title: neutrophilic promyelocyte + CL:0000497: + text: CL:0000497 + description: A photoreceptor cell that is sensitive to red light. + meaning: CL:0000497 + title: red sensitive photoreceptor cell + CL:0003049: + text: CL:0003049 + description: A cone cell that detects medium wavelength light. Exact peak + of spectra detected differs between species. In humans, spectra peaks at + 534-545 nm. + meaning: CL:0003049 + title: M cone cell + CL:0000556: + text: CL:0000556 + description: A large hematopoietic cell (50 to 100 micron) with a lobated + nucleus. Once mature, this cell undergoes multiple rounds of endomitosis + and cytoplasmic restructuring to allow platelet formation and release. + meaning: CL:0000556 + title: megakaryocyte + CL:0000876: + text: CL:0000876 + description: A splenic macrophage found in the white pulp of the spleen. Markers + include F4/80-negative, CD68-positive, and macrosialin-positive. + meaning: CL:0000876 + title: splenic white pulp macrophage + CL:0002399: + text: CL:0002399 + description: A myeloid dendritic cell found in the blood that is CD1c-positive. + meaning: CL:0002399 + title: CD1c-positive myeloid dendritic cell + CL:4023048: + text: CL:4023048 + description: An intratelencephalic-projecting glutamatergic with a soma located + in upper L5 of the primary motor cortex. These cells have thin untufted + apical dendrites. + meaning: CL:4023048 + title: L4/5 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0009046: + text: CL:0009046 + description: A T cell found in the lymph node medullary sinus. + meaning: CL:0009046 + title: T cell of medullary sinus of lymph node + CL:1000298: + text: CL:1000298 + description: A mesothelial cell that is part of the dura mater. + meaning: CL:1000298 + title: mesothelial cell of dura mater + CL:0008039: + text: CL:0008039 + description: The motor neurons of vertebrates that directly innervate skeletal + muscles. They receive input from upper motor neurons. + meaning: CL:0008039 + title: lower motor neuron + CL:0000387: + text: CL:0000387 + description: A blood cell of the circulatory system of arthropods. + meaning: CL:0000387 + title: hemocyte (sensu Arthropoda) + CL:1001609: + text: CL:1001609 + description: Fibroblast from muscle organ. + meaning: CL:1001609 + title: muscle fibroblast + CL:1000601: + text: CL:1000601 + description: Any cell that is part of some ureter. + meaning: CL:1000601 + title: ureteral cell + CL:0000140: + text: CL:0000140 + description: Skeletogenic cell that secretes dentine matrix, is derived from + odontogenic papilla. Embedded in dentine tissue, and is the transformation + of a non-terminally differentiated odontoblast cell. + meaning: CL:0000140 + title: odontocyte + CL:0000505: + text: CL:0000505 + description: A peptide hormone secreting cell that secretes substance P. + meaning: CL:0000505 + title: substance P secreting cell + CL:4032001: + text: CL:4032001 + description: A GABAergic interneuron located in the cerebral cortex that expresses + reelin (rln). + meaning: CL:4032001 + title: reelin GABAergic cortical interneuron + CL:0002434: + text: CL:0002434 + description: A CD8-positive, CD4-negative thymocyte that is CD24-positive + and expresses high levels of the alpha-beta T cell receptor. + meaning: CL:0002434 + title: CD24-positive, CD8 single-positive thymocyte + CL:0000531: + text: CL:0000531 + description: A primary neuron (sensu Teleostei) that has a sensory function. + meaning: CL:0000531 + title: primary sensory neuron (sensu Teleostei) + CL:1000278: + text: CL:1000278 + description: A smooth muscle cell that is part of the ileum. + meaning: CL:1000278 + title: smooth muscle fiber of ileum + CL:1001586: + text: CL:1001586 + description: 'Glandular cell of mammary epithelium. Example: glandular cells + of large and intermediate ducts, glandular cells in terminal ducts.' + meaning: CL:1001586 + title: mammary gland glandular cell + CL:0001008: + text: CL:0001008 + description: A hematopoietic stem cell that has plasma membrane part Kit-positive, + SCA-1-positive, CD150-positive and CD34-negative. + meaning: CL:0001008 + title: Kit and Sca1-positive hematopoietic stem cell + CL:0002166: + text: CL:0002166 + description: An epithelial cell that remains from the disintegration of the + epithelial root sheath involved in the development of teeth. + meaning: CL:0002166 + title: epithelial cell of Malassez + CL:0000216: + text: CL:0000216 + description: A supporting cell projecting inward from the basement membrane + of seminiferous tubules. They surround and nourish the developing male germ + cells and secrete androgen binding protein. Their tight junctions with the + spermatogonia and spermatocytes provide a blood-testis barrier. + meaning: CL:0000216 + title: Sertoli cell + CL:0002391: + text: CL:0002391 + description: A blastoconidium that has more than one nucleus. + meaning: CL:0002391 + title: multinucleate blastoconidium + CL:2000084: + text: CL:2000084 + description: Any goblet cell that is part of a conjunctiva. + meaning: CL:2000084 + title: conjunctiva goblet cell + CL:0011012: + text: CL:0011012 + description: A cell of the neural crest. Neural crest cells are multipotent. + Premigratory neural crest cells are found at the neural plate boarder, some + of which will undergo ectomesynchymal transition and delamination to form + migratory neural crest cells. + meaning: CL:0011012 + title: neural crest cell + CL:0009028: + text: CL:0009028 + description: An intestinal crypt stem cell that is located in the vermiform + appendix. These stem cells reside at the bottom of crypts in the appendix + and are highly proliferative. They either differentiate into transit amplifying + cells or self-renew to form new stem cells. + meaning: CL:0009028 + title: intestinal crypt stem cell of appendix + CL:0002196: + text: CL:0002196 + description: A transient hepatic stem cell observed after liver injury with + a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes + and bile duct cells. Arises from more than one tissue. + meaning: CL:0002196 + title: hepatic oval stem cell + CL:0002072: + text: CL:0002072 + description: A specialized cardiac myocyte in the sinoatrial and atrioventricular + nodes. The cell is slender and fusiform confined to the nodal center, circumferentially + arranged around the nodal artery. + meaning: CL:0002072 + title: nodal myocyte + CL:0002534: + text: CL:0002534 + description: A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, + CD86-high, and MHCII-high. + meaning: CL:0002534 + title: mature CD16-positive myeloid dendritic cell + CL:0000820: + text: CL:0000820 + description: A B-1 B cell that has the phenotype CD5-positive. + meaning: CL:0000820 + title: B-1a B cell + CL:0000038: + text: CL:0000038 + description: A progenitor cell committed to the erythroid lineage. + meaning: CL:0000038 + title: erythroid progenitor cell + CL:0009094: + text: CL:0009094 + description: An endothelial cell that is part of a hepatic portal vein. + meaning: CL:0009094 + title: endothelial cell of hepatic portal vein + CL:4042002: + text: CL:4042002 + description: A nucleus accumbens shell and olfactory tubercle D1 medium spiny + neuron that co-expresses TAC3 and the DRD1 receptor. + meaning: CL:4042002 + title: TAC3-positive medium spiny neuron + CL:0000452: + text: CL:0000452 + meaning: CL:0000452 + title: thyroid hormone secreting cell + CL:0000215: + text: CL:0000215 + description: A cell whose primary function is to prevent the transport of + stuff across compartments. + meaning: CL:0000215 + title: barrier cell + CL:0002376: + text: CL:0002376 + description: A glial cell that ensheaths multiple small diameter axons in + the peripheral nervous system. The non-myelinating Schwann cell is embedded + among neurons (axons) with minimal extracellular spaces separating them + from nerve cell membranes and has a basal lamina. Cells can survive without + an axon present. These cells can de-differentiate into immature Schwann + cells. + meaning: CL:0002376 + title: non-myelinating Schwann cell + CL:0002495: + text: CL:0002495 + description: A fetal and neonatal heart cell that undergoes proliferation + and is not yet terminally differentiated into a binucleate or a multinucleate + cardiac myocyte. + meaning: CL:0002495 + title: fetal cardiomyocyte + CL:0000773: + text: CL:0000773 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a eosinophilic myelocyte and a band + form eosinophil. The nucleus becomes indented where the indentation is smaller + than half the distance to the farthest nuclear margin; chromatin becomes + coarse and clumped; specific granules predominate while primary granules + are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, + low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, + CD24-positive and aminopeptidase N-negative. + meaning: CL:0000773 + title: eosinophilic metamyelocyte + CL:0000393: + text: CL:0000393 + description: A cell whose function is determined by its response to an electric + signal. + meaning: CL:0000393 + title: electrically responsive cell + CL:1000450: + text: CL:1000450 + description: An epithelial cell that is part of the glomerular capsule. + meaning: CL:1000450 + title: epithelial cell of glomerular capsule + CL:1001287: + text: CL:1001287 + description: Any vasa recta descending limb cell that is part of some outer + medulla vasa recta descending limb. + meaning: CL:1001287 + title: outer medulla vasa recta descending limb cell + CL:0009056: + text: CL:0009056 + description: A transit amplifying cell that is located in the anorectum. + meaning: CL:0009056 + title: transit amplifying cell of anorectum + CL:0000934: + text: CL:0000934 + description: A CD4-positive, alpha-beta T cell that has cytotoxic function. + meaning: CL:0000934 + title: CD4-positive, alpha-beta cytotoxic T cell + CL:0000771: + text: CL:0000771 + description: Any of the immature or mature forms of a granular leukocyte with + a nucleus that usually has two lobes connected by one or more slender threads + of chromatin, and cytoplasm containing coarse, round granules that are uniform + in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, + CD191-positive, and CD193-positive. + meaning: CL:0000771 + title: eosinophil + CL:0003046: + text: CL:0003046 + description: A bistratifed retinal ganglion cell that has small, symmetric + dendritic fields that terminate in S2 and S4. + meaning: CL:0003046 + title: M13 retinal ganglion cell + CL:4023017: + text: CL:4023017 + description: A GABAergic neuron located in the cerebral cortex that expresses + somatostatin (sst) + meaning: CL:4023017 + title: sst GABAergic cortical interneuron + CL:0002591: + text: CL:0002591 + description: A smooth muscle of the pulmonary artery. + meaning: CL:0002591 + title: smooth muscle cell of the pulmonary artery + CL:0002423: + text: CL:0002423 + description: A DN2 thymocyte that is Kit-hi. + meaning: CL:0002423 + title: DN2a thymocyte + CL:0000697: + text: CL:0000697 + meaning: CL:0000697 + title: R4 photoreceptor cell + CL:0000856: + text: CL:0000856 + description: Neuromast hair cell is a hair cell that acts as a sensory receptor + of the neuromast; it is morphologically polarized as a result of the relative + position of the single kinocilium and the clusters of stereocilia on its + apical surface. + meaning: CL:0000856 + title: neuromast hair cell + CL:2000057: + text: CL:2000057 + description: Any osteoblast that is part of a femur. + meaning: CL:2000057 + title: femural osteoblast + CL:1000436: + text: CL:1000436 + description: An epithelial cell that is part of the lacrimal sac. + meaning: CL:1000436 + title: epithelial cell of lacrimal sac + CL:0000062: + text: CL:0000062 + description: Skeletogenic cell that secretes osteoid, is capable of producing + mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid + tissue, and arises from the transformation of a preosteoblast cell. + meaning: CL:0000062 + title: osteoblast + CL:2000063: + text: CL:2000063 + description: Any fibroblast that is part of a female gonad. + meaning: CL:2000063 + title: ovarian fibroblast + CL:0000835: + text: CL:0000835 + description: The most primitive precursor in the granulocytic series, having + fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic + ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in + the bone marrow. + meaning: CL:0000835 + title: myeloblast + CL:4023086: + text: CL:4023086 + description: A Martinotti neuron that has axons that form a horizontal ramification, + making it T-shaped. + meaning: CL:4023086 + title: T Martinotti neuron + CL:0002315: + text: CL:0002315 + description: An epithelial supporting cell located in the cochlea. + meaning: CL:0002315 + title: supporting cell of cochlea + CL:0000658: + text: CL:0000658 + description: An epithelial cell that secretes cuticle. + meaning: CL:0000658 + title: cuticle secreting cell + CL:0000166: + text: CL:0000166 + description: A cell that stores epinephrine secretory vesicles. During times + of stress, the nervous system signals the vesicles to secrete their hormonal + content. Their name derives from their ability to stain a brownish color + with chromic salts. Characteristically, they are located in the adrenal + medulla and paraganglia of the sympathetic nervous system. + meaning: CL:0000166 + title: chromaffin cell + CL:0000419: + text: CL:0000419 + description: An epithelial fate stem cell found in flatworms. + meaning: CL:0000419 + title: seam cell + CL:0000978: + text: CL:0000978 + description: A short lived plasma cell that secretes IgM. + meaning: CL:0000978 + title: IgM short lived plasma cell + CL:1000692: + text: CL:1000692 + description: A fibroblast that is part of an interstitial compartment of a + kidney. + meaning: CL:1000692 + title: kidney interstitial fibroblast + CL:0002624: + text: CL:0002624 + description: A paneth cell of the appendix. + meaning: CL:0002624 + title: paneth cell of the appendix + CL:0009096: + text: CL:0009096 + description: Any cell that is part of the esophageal non-keratinized stratified + squamous epithelium. In humans, the esophagus, which requires flexibility + to accommodate swallowing of a bolus, is covered with a non-keratinized + epithelium. + meaning: CL:0009096 + title: esophagus non-keratinized squamous epithelial cell + CL:1000369: + text: CL:1000369 + description: A transitional myocyte that is part of the septal division of + left branch of atrioventricular bundle. + meaning: CL:1000369 + title: transitional myocyte of septal division of left branch of atrioventricular + bundle + CL:4030022: + text: CL:4030022 + description: A fibroblast that is located in the renal medulla interstitium. + meaning: CL:4030022 + title: renal medullary fibroblast + CL:0000115: + text: CL:0000115 + description: An endothelial cell comprises the outermost layer or lining of + anatomical structures and can be squamous or cuboidal. In mammals, endothelial + cell has vimentin filaments and is derived from the mesoderm. + meaning: CL:0000115 + title: endothelial cell + CL:1000426: + text: CL:1000426 + description: A chromaffin cell that is part of the adrenal gland. + meaning: CL:1000426 + title: chromaffin cell of adrenal gland + CL:0004121: + text: CL:0004121 + description: A retinal ganglion cell B that has a very small but very dense + dendritic field, and has post synaptic terminals in S2. + meaning: CL:0004121 + title: retinal ganglion cell B2 + CL:1000371: + text: CL:1000371 + description: A transitional myocyte that is part of the right branch of atrioventricular + bundle. + meaning: CL:1000371 + title: transitional myocyte of right branch of atrioventricular bundle + CL:0009102: + text: CL:0009102 + description: "A specialized, fibroblastic reticular cell of mesenchymal origin\ + \ found in lymph nodes. In human, it expresses several markers common to\ + \ myofibroblasts (desmin, vimentin, CD73, CD90, \u03B1-smooth muscle actin\ + \ (\u03B1SMA)), and can be differentiated from endothelial cells by its\ + \ lack of CD31 expression. These cells are critical for the overall organization\ + \ and function of the lymph node. Lymph node fibroblastic reticular cells\ + \ (FRCs) can be further classified based on their location, function, and\ + \ unique marker expression." + meaning: CL:0009102 + title: lymph node fibroblastic reticular cell + CL:0002635: + text: CL:0002635 + description: A nonkeratinized epithelial cell of the anal canal. + meaning: CL:0002635 + title: nonkeratinized epithelial cell of anal column + CL:0002189: + text: CL:0002189 + description: A keratinocyte of the epidermis that is characterized by containing + granules of keratohyalin and lamellar granules. + meaning: CL:0002189 + title: granular cell of epidermis + CL:0000042: + text: CL:0000042 + description: A myeloblast committed to the neutrophil lineage. This cell type + is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and + has low expression of PU.1 transcription factor. + meaning: CL:0000042 + title: neutrophilic myeloblast + CL:4033044: + text: CL:4033044 + description: An epithelial cell part of respiratory tract epithelium that + is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, + a required step for multiciliogenesis. + meaning: CL:4033044 + title: deuterosomal cell + CL:0000520: + text: CL:0000520 + meaning: CL:0000520 + title: prokaryotic cell + CL:1000341: + text: CL:1000341 + description: An enterocyte that is part of the epithelium proper of jejunum. + meaning: CL:1000341 + title: enterocyte of epithelium proper of jejunum + CL:0000950: + text: CL:0000950 + description: A plasmablast that secretes IgE. + meaning: CL:0000950 + title: IgE plasmablast + CL:0000049: + text: CL:0000049 + description: A progenitor cell committed to myeloid lineage, including the + megakaryocyte and erythroid lineages. + meaning: CL:0000049 + title: common myeloid progenitor + CL:0000831: + text: CL:0000831 + description: A progenitor cell of the mast cell lineage. Markers for this + cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, + and lineage-negative. + meaning: CL:0000831 + title: mast cell progenitor + CL:4023119: + text: CL:4023119 + description: A subpopulation of amacrine cell that migrate further than other + amacrine cells, and come to lie basal to the inner plexiform layer (IPL) + in the ganglion cell layer. Displaced amacrine cells still have their neurites + extending apically into the IPL, and therefore exhibit an inverted polarity + with respect to the other amacrine cells. + meaning: CL:4023119 + title: displaced amacrine cell + CL:0000645: + text: CL:0000645 + description: A glial cell of astrocytic lineage with long processes running + parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. + These processes form a three-dimensional network among the axons of the + hypothalamic neurosecretory cells and are connected by gap junctions which + provide for their metabolic coupling. This cell type constitutes most of + the nonexcitable tissue in the neurohypophsis; function may include possibly + acting as an intermediate in the modulation of oxytocin and vasopressin + release. This cell type is highly variable in size and shape and commonly + contain lipid droplets and deposits of lipochrome pigment. + meaning: CL:0000645 + title: pituicyte + CL:0000755: + text: CL:0000755 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The dendritic tree is delicate and the dendritic tips appear + small when compared with type 1 cells. The axon terminal is stratified and + restricted to sublamina 2 of the inner plexiform layer. + meaning: CL:0000755 + title: type 3 cone bipolar cell (sensu Mus) + CL:0002290: + text: CL:0002290 + description: A sperm bearing a Y chromosome. Chromosomal and genetic sex is + established at fertilization in mammals and depends upon whether an X-bearing + sperm or a Y-bearing sperm fertilizes the X-bearing ovum. + meaning: CL:0002290 + title: Y chromosome-bearing sperm cell + CL:0000866: + text: CL:0000866 + description: A tissue-resident macrophage resident found in the thymus, involved + in the clearance of apoptotic thymocytes. + meaning: CL:0000866 + title: thymic macrophage + CL:0000382: + text: CL:0000382 + description: A cell that is part of a scolopidium and surrounds the dendrite + of a scolopidial neuron. + meaning: CL:0000382 + title: scolopale cell + CL:4023043: + text: CL:4023043 + description: A near-projecting glutamatergic neuron with a soma found in layer + 5/6 of the primary motor cortex. + meaning: CL:4023043 + title: L5/6 near-projecting glutamatergic neuron of the primary motor cortex + CL:0002132: + text: CL:0002132 + description: A stomal cell of the ovary + meaning: CL:0002132 + title: stromal cell of ovary + CL:0000947: + text: CL:0000947 + description: A long lived plasma cell that secretes IgE. + meaning: CL:0000947 + title: IgE plasma cell + CL:0002034: + text: CL:0002034 + description: A hematopoietic stem cell with long term self renewal capability. + This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative + and Flt3-negative. + meaning: CL:0002034 + title: long term hematopoietic stem cell + CL:0008024: + text: CL:0008024 + description: An endocrine cell that is part of the pancreas. + meaning: CL:0008024 + title: pancreatic endocrine cell + CL:0002552: + text: CL:0002552 + description: Any fibroblast that is part of some gingiva. + meaning: CL:0002552 + title: fibroblast of gingiva + CL:0000227: + text: CL:0000227 + description: Any cell that has characteristic some binucleate. + meaning: CL:0000227 + title: binucleate cell + CL:2000071: + text: CL:2000071 + description: Any microvascular endothelial cell that is part of a breast. + meaning: CL:2000071 + title: mammary microvascular endothelial cell + CL:0000882: + text: CL:0000882 + description: A thymic macrophage found in the thymic medulla. + meaning: CL:0000882 + title: thymic medullary macrophage + CL:0000551: + text: CL:0000551 + meaning: CL:0000551 + title: unimodal nocireceptor + CL:0000926: + text: CL:0000926 + description: A mature NK T cell that secretes interferon-gamma and enhances + type 1 immune responses. + meaning: CL:0000926 + title: CD4-positive type I NK T cell secreting interferon-gamma + CL:0002124: + text: CL:0002124 + description: A circulating gamma-delta T cell that is CD27-positive and capable + of producing IFN-gamma. + meaning: CL:0002124 + title: CD27-positive gamma-delta T cell + CL:0010008: + text: CL:0010008 + description: Any endothelial cell that is part of some heart. + meaning: CL:0010008 + title: cardiac endothelial cell + CL:0000731: + text: CL:0000731 + description: A cell of a layer of transitional epithelium in the wall of the + proximal urethra, bladder, ureter or renal pelvis, external to the lamina + propria. + meaning: CL:0000731 + title: urothelial cell + CL:0009090: + text: CL:0009090 + description: An adult endothelial progenitor cell that is resident of adult + vasculature and capable of differentiating to regenerate endothelial cell + populations. Endothelial colony forming cells are characterised in vivo + by clonal proliferative status, de novo vessel formation, homing to ischemic + sites and paracrine support of angiogenesis. These cells are phenotypically + similar to endothelial cells. + meaning: CL:0009090 + title: endothelial colony forming cell + CL:0009067: + text: CL:0009067 + description: An enterocyte found in the small intestine of newborn mammals + and characterized by the presence of an apical canalicular system (ACS) + leading to production of large vacuoles, important for colostral macromolecule + uptake. After birth, the vacuolated fetal-type enterocytes are replaced + with enterocytes lacking an ACS. + meaning: CL:0009067 + title: vacuolated fetal-type enterocyte + CL:0002059: + text: CL:0002059 + description: A conventional thymic dendritic cell that is CD8alpha-positive. + meaning: CL:0002059 + title: CD8alpha-positive thymic conventional dendritic cell + CL:0002460: + text: CL:0002460 + description: A conventional thymic dendritic cell that is CD8alpha-negative. + meaning: CL:0002460 + title: CD8alpha-negative thymic conventional dendritic cell + CL:0000286: + text: CL:0000286 + description: A cell of a filament of a fungal mycelium. + meaning: CL:0000286 + title: hyphal cell + CL:4023154: + text: CL:4023154 + description: A glial cell that myelinates axonal processes. + meaning: CL:4023154 + title: myelinating glial cell + CL:0004253: + text: CL:0004253 + description: An amicrine that has a wide dendritic field. + meaning: CL:0004253 + title: wide field retinal amacrine cell + CL:0019015: + text: CL:0019015 + description: An eosinophil with a ring-shaped nucleus that is resident in + the lung parenchyma. In mouse, lung parenchyma resident eosinophils are + IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they + are Siglec-8+ CD62L+ IL-3R(low). + meaning: CL:0019015 + title: lung parenchyma resident eosinophil + CL:1001096: + text: CL:1001096 + description: Any endothelial cell that is part of some renal afferent arteriole. + meaning: CL:1001096 + title: kidney afferent arteriole endothelial cell + CL:0000192: + text: CL:0000192 + description: A non-striated, elongated, spindle-shaped cell found lining the + digestive tract, uterus, and blood vessels. They develop from specialized + myoblasts (smooth muscle myoblast). + meaning: CL:0000192 + title: smooth muscle cell + CL:1000719: + text: CL:1000719 + description: Any renal intercalated cell that is part of some inner medullary + collecting duct. + meaning: CL:1000719 + title: kidney inner medulla collecting duct intercalated cell + CL:1000343: + text: CL:1000343 + description: A paneth cell that is part of the epithelium of small intestine. + meaning: CL:1000343 + title: paneth cell of epithelium of small intestine + CL:0000590: + text: CL:0000590 + description: A progesterone secreting cell in the corpus luteum that develops + from theca cells. + meaning: CL:0000590 + title: small luteal cell + CL:0000533: + text: CL:0000533 + description: A primary neuron (sensu Teleostei) that has a motor function. + meaning: CL:0000533 + title: primary motor neuron (sensu Teleostei) + CL:0001011: + text: CL:0001011 + description: Immature interstitial dendritic cell is a interstitial dendritic + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001011 + title: immature interstitial dendritic cell + CL:0000718: + text: CL:0000718 + description: A cell of an ommatidium that secretes lens materials. + meaning: CL:0000718 + title: compound eye cone cell + CL:0000684: + text: CL:0000684 + meaning: CL:0000684 + title: littoral cell of liver + CL:4030068: + text: CL:4030068 + description: 'A transcriptomically distinct intratelencepalic-projecting glutamatergic + neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic + reference data for this cell type can be found on the CellxGene census under + the collection: ''Transcriptomic cytoarchitecture reveals principles of + human neocortex organization'', dataset: ''Supercluster: IT-projecting excitatory + neurons'', Author Categories: ''CrossArea_cluster'', L6 IT Car3.' + meaning: CL:4030068 + title: L6 intratelencephalic projecting Car3 glutamatergic neuron + CL:0002087: + text: CL:0002087 + description: A leukocyte that lacks granules. + meaning: CL:0002087 + title: nongranular leukocyte + CL:0000952: + text: CL:0000952 + description: An preBRC-positive large pre-B-II cell is a large pre-B-II cell + that is pre-B cell receptor-positive, composed of surrogate light chain + protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with + immunoglobulin mu heavy chain (IgHmu) on the cell surface. + meaning: CL:0000952 + title: preBCR-positive large pre-B-II cell + CL:1000300: + text: CL:1000300 + description: A fibroblast that is part of the outer membrane of prostatic + capsule. + meaning: CL:1000300 + title: fibroblast of outer membrane of prostatic capsule + CL:0000526: + text: CL:0000526 + description: A neuron which conveys sensory information centrally from the + periphery. + meaning: CL:0000526 + title: afferent neuron + CL:0002537: + text: CL:0002537 + description: A mesenchymal stem cell of the amnion membrane. + meaning: CL:0002537 + title: amnion mesenchymal stem cell + CL:1000481: + text: CL:1000481 + description: A transitional myocyte that is part of the atrioventricular bundle. + meaning: CL:1000481 + title: transitional myocyte of atrioventricular bundle + CL:0002000: + text: CL:0002000 + description: An erythroid progenitor cell is Kit-positive, Ly6A-negative, + CD41-negative, CD127-negative, and CD123-negative. This cell type is also + described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, + CD105-positive, and FcgR-negative. + meaning: CL:0002000 + title: Kit-positive erythroid progenitor cell + CL:0004138: + text: CL:0004138 + description: A retinal ganglion A cell with dense arbor near soma. + meaning: CL:0004138 + title: retinal ganglion cell A2 + CL:0000700: + text: CL:0000700 + description: A neuron that releases dopamine as a neurotransmitter. + meaning: CL:0000700 + title: dopaminergic neuron + CL:0000863: + text: CL:0000863 + description: An elicited macrophage that is recruited into the tissues in + response to injury and infection as part of an inflammatory response, expresses + high levels of pro-inflammatory cytokines, ROS and NO, and shows potent + microbicidal activity. + meaning: CL:0000863 + title: inflammatory macrophage + CL:0002477: + text: CL:0002477 + description: A macrophage located in adipose tissue that is CD45-positive, + CD11c-positive, and SIRPa-positive. + meaning: CL:0002477 + title: adipose macrophage + CL:0002182: + text: CL:0002182 + description: A simple columnar cell that populates the entire luminal surface + including the gastric pits. This cell types secrete mucus to form a thick + protective, lubricant layer over the gastric wall. + meaning: CL:0002182 + title: surface mucosal cell of stomach + CL:0000333: + text: CL:0000333 + description: A cell derived from the specialized ectoderm flanking each side + of the embryonic neural plate, which after the closure of the neural tube, + forms masses of cells that migrate out from the dorsal aspect of the neural + tube to spread throughout the body. + meaning: CL:0000333 + title: migratory neural crest cell + CL:0002345: + text: CL:0002345 + description: An immature natural killer cell that is NK1.1-positive, DX5-positive, + Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers + in the liver. + meaning: CL:0002345 + title: CD27-low, CD11b-low immature natural killer cell, mouse + CL:0002090: + text: CL:0002090 + description: One of two small cells formed by the first and second meiotic + division of oocytes. + meaning: CL:0002090 + title: polar body + CL:0002615: + text: CL:0002615 + description: An adipocyte that is part of omentum tissue. + meaning: CL:0002615 + title: adipocyte of omentum tissue + CL:0001042: + text: CL:0001042 + description: CD4-positive, alpha-beta T cell that produces IL-22. + meaning: CL:0001042 + title: T-helper 22 cell + CL:0009010: + text: CL:0009010 + description: Transit-amplifying cells (TACs) are an undifferentiated population + in transition between stem cells and differentiated cells. + meaning: CL:0009010 + title: transit amplifying cell + CL:4030029: + text: CL:4030029 + description: A lymphocyte located in blood. + meaning: CL:4030029 + title: blood lymphocyte + CL:1000708: + text: CL:1000708 + description: Any ureteral cell that is part of some adventitia of ureter. + meaning: CL:1000708 + title: ureter adventitial cell + CL:0000707: + text: CL:0000707 + meaning: CL:0000707 + title: R7 photoreceptor cell + CL:0009100: + text: CL:0009100 + description: A fibroblast located in the portal triad. Hepatic portal fibroblast + are a non-parenchymal cell population located adjacent to bile duct epithelia + in liver and are distinct from stellate cells. They differentiate into fibrogenic + myofibroblasts during chronic injury states producing high levels of collagen. + meaning: CL:0009100 + title: hepatic portal fibroblast + CL:0011001: + text: CL:0011001 + description: A motor neuron that passes from the spinal cord toward or to + a muscle and conducts an impulse that causes movement. + meaning: CL:0011001 + title: spinal cord motor neuron + CL:0011111: + text: CL:0011111 + description: A neuroendocrine cell that secretes gonadotropin-releasing hormone + (GnRH). A GnRH neuron is born in the nasal placode during embryonic development + and migrates through the nose and forebrain to the hypothalamus. This cell + regulates reproduction by secreting GnRH into the pituitary portal vessels + to induce the release of gonadotropins into the general circulation. + meaning: CL:0011111 + title: gonadotropin-releasing hormone neuron + CL:1001320: + text: CL:1001320 + description: Any cell that is part of some urethra. + meaning: CL:1001320 + title: urethra cell + CL:1000311: + text: CL:1000311 + description: An adipocyte that is part of the epicardial fat of left ventricle. + meaning: CL:1000311 + title: adipocyte of epicardial fat of left ventricle + CL:0002484: + text: CL:0002484 + description: A melanocyte that produces pigment in the epithelium. + meaning: CL:0002484 + title: epithelial melanocyte + CL:0000326: + text: CL:0000326 + meaning: CL:0000326 + title: glycogen accumulating cell + CL:0001055: + text: CL:0001055 + description: An intermediate monocyte that is CD14-positive and with low amounts + of CD16. + meaning: CL:0001055 + title: CD14-positive, CD16-low monocyte + CL:0000750: + text: CL:0000750 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the outer half of the inner plexiform + layer. These cells depolarize in response to light to dark transition. + meaning: CL:0000750 + title: OFF-bipolar cell + CL:4042013: + text: CL:4042013 + description: 'A transcriptomically distinct lamp5 GABAergic cortical interneuron + located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard + transcriptomic reference data for this cell type can be found on the CellxGene + census under the collection: ''Transcriptomic cytoarchitecture reveals principles + of human neocortex organization'', dataset: ''Supercluster: CGE-derived + interneurons'', Author Categories: ''CrossArea_subclass'', Lamp5 Lhx6.' + meaning: CL:4042013 + title: Lamp5 Lhx6 neuron + CL:1000443: + text: CL:1000443 + description: A smooth muscle cell that is part of the ciliary body. + meaning: CL:1000443 + title: ciliary muscle cell + CL:0000709: + text: CL:0000709 + meaning: CL:0000709 + title: R8 photoreceptor cell + CL:0000083: + text: CL:0000083 + description: An epithelial cell of the pancreas. + meaning: CL:0000083 + title: epithelial cell of pancreas + CL:4030047: + text: CL:4030047 + description: A DRD2-expressing medium spiny neuron that is part of a matrix + compartment of dorsal striatum. + meaning: CL:4030047 + title: matrix D2 medium spiny neuron + CL:0000007: + text: CL:0000007 + description: A cell found in the embryo before the formation of all the gem + layers is complete. + meaning: CL:0000007 + title: early embryonic cell (metazoa) + CL:0008026: + text: CL:0008026 + description: An epithelial cell that is part of the epithelium of a tracheal + tube in an open tracheal system, such as that found in insects. + meaning: CL:0008026 + title: open tracheal system tracheocyte + CL:0002486: + text: CL:0002486 + description: A melanocyte located between the epithelial marginal cell layer + and the mesodermal basal cell layer within the intrastrial space; the predominant + cellular component of the electrogenic machinery that generates an endocochlear + potential (80-100 mV) . + meaning: CL:0002486 + title: strial intermediate cell + CL:0009083: + text: CL:0009083 + description: The human equivalent of a DN4 thymocyte. + meaning: CL:0009083 + title: rearranging double negative thymocyte (Homo sapiens) + CL:0002213: + text: CL:0002213 + description: A muscle cell with low content of myoglobin and other oxygen + storing proteins. This muscle cell has a white appearance. + meaning: CL:0002213 + title: white muscle cell + CL:2000038: + text: CL:2000038 + description: Any neuromast mantle cell that is part of a posterior lateral + line. + meaning: CL:2000038 + title: posterior lateral line neuromast mantle cell + CL:0003013: + text: CL:0003013 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field, a medium dendritic arbor, and a long secondary dendrite shaft with + post synaptic terminals in sublaminar layer S4. + meaning: CL:0003013 + title: G10 retinal ganglion cell + CL:1000445: + text: CL:1000445 + description: A myoepithelial cell that is part of the dilatator pupillae. + meaning: CL:1000445 + title: myoepithelial cell of dilator pupillae + CL:4033033: + text: CL:4033033 + description: An OFF bipolar cell with a small dendritic tree that provides + most of the triad-associated basal (flat) contacts at cone pedicles. + meaning: CL:4033033 + title: flat midget bipolar cell + CL:0000825: + text: CL:0000825 + description: A lymphoid progenitor cell that is committed to the natural killer + cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the + phenotypic characteristics of later stages of natural killer cell development + such as expression of NK activating and inhibitory molecules. In human this + cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, + and CD161 negative. + meaning: CL:0000825 + title: pro-NK cell + CL:1000495: + text: CL:1000495 + description: A goblet cell that is part of the small intestine. + meaning: CL:1000495 + title: small intestine goblet cell + CL:2000068: + text: CL:2000068 + description: Any fibroblast that is part of a pericardium. + meaning: CL:2000068 + title: pericardium fibroblast + CL:0004228: + text: CL:0004228 + description: An amacrine cell with a small dendritic field that has post-synaptic + terminals in S1, S2, S3, and S4. + meaning: CL:0004228 + title: broad diffuse amacrine cell + CL:1001607: + text: CL:1001607 + description: Chondrocyte forming the hyaline cartilage found in joints. + meaning: CL:1001607 + title: articular chondrocyte + CL:4028003: + text: CL:4028003 + description: An alveolar capillary endothelial cell that is located proximally + to alveolar capillary type 1 endothelial cells and in close apposition to + alveolar type 1 epithelial cells (also known as type I pneumocytes). + meaning: CL:4028003 + title: alveolar capillary type 2 endothelial cell + CL:0000247: + text: CL:0000247 + description: Type of neuron that is a primary mechanosensory cell, with peripheral + neurites innervating the skin with free nerve endings. + meaning: CL:0000247 + title: Rohon-Beard neuron + CL:0005006: + text: CL:0005006 + description: Specialized epithelial cells involved in the maintenance of osmotic + homeostasis. They are characterized by abundant mitochondria and ion transporters. + In amniotes, they are present in the renal system. In freshwater fish, ionocytes + in the skin and gills help maintain osmotic homeostasis by absorbing salt + from the external environment. + meaning: CL:0005006 + title: ionocyte + CL:0002061: + text: CL:0002061 + description: A T-helper cell that is characterized by secreting interleukin + 9 and responding to helminth infections. This cell-type can derives from + Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production + is surpressed. + meaning: CL:0002061 + title: T-helper 9 cell + CL:0002580: + text: CL:0002580 + description: A preadipocyte that is part of the breast. + meaning: CL:0002580 + title: preadipocyte of the breast + CL:0002229: + text: CL:0002229 + description: A chief cell that is bigger than dark chief cells and has a larger + and lighter nucleus and a cytoplasm with few granules. + meaning: CL:0002229 + title: light chief cell of parathyroid gland + CL:1001064: + text: CL:1001064 + meaning: CL:1001064 + title: kidney artery smooth muscle cell + CL:4030021: + text: CL:4030021 + description: A renal beta-intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030021 + title: kidney connecting tubule beta-intercalated cell + CL:0000846: + text: CL:0000846 + description: An epithelial cell of the vestibular sensory organ that is characterized + by intense enzymatic activities and numerous basal membrane infoldings. + meaning: CL:0000846 + title: vestibular dark cell + CL:0002469: + text: CL:0002469 + description: Gr1-high monocyte that lacks MHC-II receptor complex. + meaning: CL:0002469 + title: MHC-II-negative classical monocyte + CL:1000466: + text: CL:1000466 + description: A chromaffin cell that is part of the right ovary. + meaning: CL:1000466 + title: chromaffin cell of right ovary + CL:0005013: + text: CL:0005013 + description: A ciliated epithelial cell with a single cilium. + meaning: CL:0005013 + title: single ciliated epithelial cell + CL:0000176: + text: CL:0000176 + description: Any secretory cell that is capable of some ecdysteroid secretion. + meaning: CL:0000176 + title: ecdysteroid secreting cell + CL:0009050: + text: CL:0009050 + description: A B cell that is located in the anorectum. + meaning: CL:0009050 + title: B cell of anorectum + CL:1000305: + text: CL:1000305 + description: A fibroblast that is part of the connective tissue of glandular + part of prostate. + meaning: CL:1000305 + title: fibroblast of connective tissue of glandular part of prostate + CL:0002003: + text: CL:0002003 + description: An erythroid progenitor cell that is CD34-positive and is GlyA-negative. + meaning: CL:0002003 + title: CD34-positive, GlyA-negative erythroid progenitor cell + CL:0002164: + text: CL:0002164 + description: A rod-shaped cell found in 3 or 4 rows that lie adjacent to and + support the outer hair cells. + meaning: CL:0002164 + title: external pillar cell of cochlea + CL:0002135: + text: CL:0002135 + description: Epidermal cells that do not contain keratin. Cell type is usually + associated with moist epidermal tissues. + meaning: CL:0002135 + title: nonkeratinized cell of epidermis + CL:4023027: + text: CL:4023027 + description: A sst GABAergic cortical interneuron with a soma found in L5 + and possesses 'T-shaped' Martinotti morphologies with local axonal plexus + in L5a and translaminar axons restricted to the uppermost part of L1. They + show low-threshold spiking patterns with strong rebound firing, and inhibit + the L1 apical tuft of nearby pyramidal cells. + meaning: CL:4023027 + title: L5 sst T-Martinotti interneuron (Mmus) + CL:0000179: + text: CL:0000179 + description: Any secretory cell that is capable of some progesterone secretion. + meaning: CL:0000179 + title: progesterone secreting cell + CL:0002082: + text: CL:0002082 + description: A chromaffin cell of the adrenal medulla that produces epinephrine. + meaning: CL:0002082 + title: type II cell of adrenal medulla + CL:0000094: + text: CL:0000094 + description: A leukocyte with abundant granules in the cytoplasm. + meaning: CL:0000094 + title: granulocyte + CL:0003038: + text: CL:0003038 + description: An M7 retinal ganglion cells with synaptic terminals in S2 and + is depolarized by decreased illumination of their receptive field center + meaning: CL:0003038 + title: M7-OFF retinal ganglion cell + CL:0002369: + text: CL:0002369 + description: A differentiated form of a fungus produced during or as a result + of an asexual or sexual reproductive process; usually a cell with a thick + cell wall that stores and protects one or more nuclei. Spores may be produced + in response to, and are characteristically resistant to, adverse environmental + conditions. + meaning: CL:0002369 + title: fungal spore + CL:1000716: + text: CL:1000716 + description: Principal cell that is part of some outer medullary collecting + duct. It is known in some mammalian species that this cell may express the + epithelial sodium channel (ENaC). + meaning: CL:1000716 + title: kidney outer medulla collecting duct principal cell + CL:0000970: + text: CL:0000970 + description: An unswitched memory B cell is a memory B cell that has the phenotype + IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, + IgE-negative, and IgA-negative. + meaning: CL:0000970 + title: unswitched memory B cell + CL:0003002: + text: CL:0003002 + description: A retinal ganglion cell that has a small dendritic field and + a medium dendritic arbor with post sympatic terminals in sublaminar layer + S3. + meaning: CL:0003002 + title: G1 retinal ganglion cell + CL:0000454: + text: CL:0000454 + description: A cell capable of producing epinephrine. Epiniphrine is synthesized + from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase + enzyme, which is expressed in the adrenal glands, androgenic neurons, and + in other cell types. + meaning: CL:0000454 + title: epinephrine secreting cell + CL:0002561: + text: CL:0002561 + description: An epithelial cell that is part of the outer root sheath. + meaning: CL:0002561 + title: outer root sheath cell + CL:0000477: + text: CL:0000477 + description: A somatic epithelial cell of the insect egg chamber. + meaning: CL:0000477 + title: follicle cell of egg chamber + CL:0000674: + text: CL:0000674 + description: A follicle cell that is part of the stalk connecting adjacent + egg chambers. + meaning: CL:0000674 + title: interfollicle cell + CL:0003029: + text: CL:0003029 + description: A monostratified retinal ganglion cell that has a small soma, + a small dendrite field with a dense dendrite arbor, and post synaptic terminals + in sublaminer layer S2 and S3. + meaning: CL:0003029 + title: M2 retinal ganglion cell + CL:4023162: + text: CL:4023162 + description: A neuron found in the anterior part of the ventral cochlear nucleus + that has the appearance of bushes, having short dendrites. Bushy cells give + outputs to different parts of the superior olivary complex. + meaning: CL:4023162 + title: bushy cell + CL:1001599: + text: CL:1001599 + description: 'Glandular cell of exocrine pancreas epithelium. Example: pancreatic + acinar cell, glandular cells in pancreatic canaliculi, glandular cells in + pancreatic ducts.' + meaning: CL:1001599 + title: pancreas exocrine glandular cell + CL:1001577: + text: CL:1001577 + description: Squamous cell of tonsil epithelium. + meaning: CL:1001577 + title: tonsil squamous cell + CL:0008009: + text: CL:0008009 + description: A visceral muscle that is transversely striated. Examples include + the visceral muscle cells of arthropods. + meaning: CL:0008009 + title: transversely striated visceral muscle cell + CL:0003030: + text: CL:0003030 + description: A monostratified retinal ganglion cell that has a medium soma + and a small dendrite field. + meaning: CL:0003030 + title: M3 retinal ganglion cell + CL:0003022: + text: CL:0003022 + description: A retinal ganglion cell C outer that has medium dendritic density + and field size. + meaning: CL:0003022 + title: retinal ganglion cell C5 + CL:0002101: + text: CL:0002101 + description: A CD38-positive naive B cell is a mature B cell that has the + phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and + CD27-negative, and that has not yet been activated by antigen in the periphery. + meaning: CL:0002101 + title: CD38-positive naive B cell + CL:0009032: + text: CL:0009032 + description: A B cell that is located in a vermiform appendix. + meaning: CL:0009032 + title: B cell of appendix + CL:1001138: + text: CL:1001138 + description: Any kidney cortex artery cell that is part of some interlobular + artery. + meaning: CL:1001138 + title: interlobular artery cell + CL:0002461: + text: CL:0002461 + description: A conventional dendritic cell that is CD103-positive. This cell + type is usually found in non-lymphoid tissue. + meaning: CL:0002461 + title: CD103-positive dendritic cell + CL:0000635: + text: CL:0000635 + description: The outer phalangeal cells of the organ of Corti. This cell holds + the base of the hair cell in a cup-shaped depression. + meaning: CL:0000635 + title: Deiter's cell + CL:0002366: + text: CL:0002366 + description: A smooth muscle cell of the myometrium that enlarges and stretches + during pregnancy, and contracts in response to oxytocin. + meaning: CL:0002366 + title: myometrial cell + CL:0002441: + text: CL:0002441 + description: A NK1.1-positive T cell that is CD94-positive. + meaning: CL:0002441 + title: CD94-positive natural killer cell, mouse + CL:0002079: + text: CL:0002079 + description: Epithelial cell found in the ducts of the pancreas. This cell + type contributes to the high luminal pH. + meaning: CL:0002079 + title: pancreatic ductal cell + CL:0002655: + text: CL:0002655 + description: An epithelial cell of stratum spinosum of esophageal epithelium. + meaning: CL:0002655 + title: epithelial cell of stratum spinosum of esophageal epithelium + CL:4033036: + text: CL:4033036 + description: An OFF bipolar cell that is fovea-specific and expresses FEZF1, + NXPH1 and NXPH2. + meaning: CL:4033036 + title: OFFx cell + CL:0002255: + text: CL:0002255 + description: A stromal cell of the endometrium that is fibroblastic in appearance. + During decidualization this cell may differentiate into a decidual stromal + cell. + meaning: CL:0002255 + title: stromal cell of endometrium + CL:0002553: + text: CL:0002553 + description: A fibroblast that is part of lung. + meaning: CL:0002553 + title: fibroblast of lung + CL:0002476: + text: CL:0002476 + description: A tissue-resident macrophage located in the bone marrow. This + cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, + F4/80-positive. + meaning: CL:0002476 + title: bone marrow macrophage + CL:0002568: + text: CL:0002568 + description: A mesenchymal stem cell that is part of Wharton's jelly. + meaning: CL:0002568 + title: mesenchymal stem cell of Wharton's jelly + CL:0017001: + text: CL:0017001 + description: A mesodermal cell that is part of the splanchnic layer of lateral + plate mesoderm. + meaning: CL:0017001 + title: splanchnic mesodermal cell + CL:0002071: + text: CL:0002071 + description: Columnar cell which populate the epithelium of large intestine + and absorb water. This cell is the most numerous of the epithelial cell + types in the large intestine; bear apical microvilli, contain secretory + granules in their apical cytoplasm; secretion appears to be largely mucins, + but is also rich in antibodies of the IgA type. + meaning: CL:0002071 + title: enterocyte of epithelium of large intestine + CL:4030010: + text: CL:4030010 + description: A brush border cell that is part of segment 2 (S2) of the proximal + tubule epithelium, located in the renal cortex. In addition to its reabsorptive + functions, it is also specialized in the secretion of organic anions and + cations, including para-aminohippurate. + meaning: CL:4030010 + title: epithelial cell of proximal tubule segment 2 + CL:0000869: + text: CL:0000869 + description: A gut-associated lymphoid tissue macrophage found in tonsils. + meaning: CL:0000869 + title: tonsillar macrophage + CL:0000903: + text: CL:0000903 + description: CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, + CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function. + meaning: CL:0000903 + title: natural T-regulatory cell + CL:4023069: + text: CL:4023069 + description: A GABAergic cortical interneuron that develops from the medial + ganglionic eminence and has migrated to the cerebral cortex. + meaning: CL:4023069 + title: medial ganglionic eminence derived GABAergic cortical interneuron + CL:0002226: + text: CL:0002226 + description: A secondary lens fiber cell that lacks a nucleus. + meaning: CL:0002226 + title: non-nucleated secondary lens fiber + CL:0000448: + text: CL:0000448 + description: An adipocyte with light coloration and few mitochondria. It contains + a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole. + meaning: CL:0000448 + title: white adipocyte + CL:0000630: + text: CL:0000630 + description: A cell whose primary function is to support other cell types. + meaning: CL:0000630 + title: supporting cell + CL:0002585: + text: CL:0002585 + description: A blood vessel endothelial cell that is part of the retina. + meaning: CL:0002585 + title: retinal blood vessel endothelial cell + CL:0000976: + text: CL:0000976 + description: A short lived plasma cell that secretes IgA. These cells may + be found in the bone marrow as well as in the mucosal immune system. + meaning: CL:0000976 + title: IgA short lived plasma cell + CL:0008006: + text: CL:0008006 + description: A myoblast that detemines the properties (size, shape and attachment + to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops + into a somatic muscle myotube via fusion with `fusion component myoblasts` + (CL:0000621). + meaning: CL:0008006 + title: muscle founder cell + CL:0002487: + text: CL:0002487 + description: A neuronal receptor that respond to mechanical pressure or distortion + in the skin. + meaning: CL:0002487 + title: cutaneous/subcutaneous mechanoreceptor cell + CL:1000547: + text: CL:1000547 + description: An epithelial cell that is part of some inner medullary collecting + duct. + meaning: CL:1000547 + title: kidney inner medulla collecting duct epithelial cell + CL:0001202: + text: CL:0001202 + description: A plasmablast that is CD86-positive. + meaning: CL:0001202 + title: CD86-positive plasmablast + CL:4023071: + text: CL:4023071 + description: A GABAergic cortical interneuron that expresses cck. L5/6 cck + cells have soma found mainly in L5 and L6 and have large axonal arborization. + meaning: CL:4023071 + title: L5/6 cck GABAergic interneuron (Mmus) + CL:0011006: + text: CL:0011006 + description: An inhibitory GABAergic interneuron found in the cerebellar cortex. + meaning: CL:0011006 + title: Lugaro cell + CL:0002134: + text: CL:0002134 + description: A stromal cell of the ovarian medulla. + meaning: CL:0002134 + title: stromal cell of ovarian medulla + CL:0002500: + text: CL:0002500 + description: A P/D1 enteroendocrine cell that is Grimelius positive and stores + bombesin-like polypeptide. + meaning: CL:0002500 + title: P enteroendocrine cell + CL:0000666: + text: CL:0000666 + description: An endothelial cell that has small pores, or fenestrations, which + allow for the efficient exchange of substances between the blood and surrounding + tissues. + meaning: CL:0000666 + title: fenestrated endothelial cell + CL:0002663: + text: CL:0002663 + description: A myocardial endocrine cell that is part of the atrium. + meaning: CL:0002663 + title: myocardial endocrine cell of atrium + CL:0000329: + text: CL:0000329 + description: Any cell that is capable of some oxygen transport. + meaning: CL:0000329 + title: oxygen accumulating cell + CL:0000494: + text: CL:0000494 + description: A photoreceptor cell that detects ultraviolet light. + meaning: CL:0000494 + title: UV sensitive photoreceptor cell + CL:0002277: + text: CL:0002277 + description: An enteroendocrine cell commonest in the duodenum and jejunum, + rare in ileum, that secretes cholecystokinin. This cell type is involved + in the regulation of digestive enzymes and bile. + meaning: CL:0002277 + title: type I enteroendocrine cell + CL:0002010: + text: CL:0002010 + description: A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive + cell with intermediate expression of SIRP-alpha. + meaning: CL:0002010 + title: pre-conventional dendritic cell + CL:0002161: + text: CL:0002161 + description: A cell type found on the superficial layer of the external side + of the tympanic membrane. This cell-type lacks a nucleus. + meaning: CL:0002161 + title: superficial external epithelial cell of tympanic membrane + CL:0002231: + text: CL:0002231 + description: An epithelial cell of the prostate. + meaning: CL:0002231 + title: epithelial cell of prostate + CL:4030014: + text: CL:4030014 + description: Epithelial cell of the descending thin limb of the long loop + (juxtamedullary) nephron that spans the inner medulla. It is known in some + mammalian species that the long descending limb of the loop of Henle in + the inner medulla selectively expresses the nuclear receptor Nr2e3, the + Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, + which expresses a urea transporter, is also expressed in the inner medulla. + meaning: CL:4030014 + title: kidney loop of Henle long descending thin limb inner medulla epithelial + cell + CL:1000334: + text: CL:1000334 + description: An enterocyte that is part of the epithelium of small intestine. + meaning: CL:1000334 + title: enterocyte of epithelium of small intestine + CL:1001045: + text: CL:1001045 + description: Any kidney arterial blood vessel cell that is part of some renal + cortex artery. + meaning: CL:1001045 + title: kidney cortex artery cell + CL:0002015: + text: CL:0002015 + description: A polychromatophilic erythroblast that is Lyg 76-high and is + Kit-negative. + meaning: CL:0002015 + title: Kit-negative, Ly-76 high polychromatophilic erythroblast + CL:1001588: + text: CL:1001588 + description: 'Glandular cell of colon epithelium. Example: Goblet cells; enterocytes + or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001588 + title: colon glandular cell + CL:0002193: + text: CL:0002193 + description: A cell type that is the first of the maturation stages of the + granulocytic leukocytes normally found in the bone marrow. Granules are + seen in the cytoplasm. The nuclear material of the myelocyte is denser than + that of the myeloblast but lacks a definable membrane. The cell is flat + and contains increasing numbers of granules as maturation progresses. + meaning: CL:0002193 + title: myelocyte + CL:0001658: + text: CL:0001658 + meaning: CL:0001658 + title: visual pigment cell (sensu Nematoda and Protostomia) + CL:0002169: + text: CL:0002169 + description: An epithelial cell located on the basal lamina of the olfactory + epithelium. + meaning: CL:0002169 + title: basal cell of olfactory epithelium + CL:0002405: + text: CL:0002405 + description: A post-natal thymocyte expressing components of the gamma-delta + T cell receptor. This cell type is always double-negative (i.e. CD4-negative, + CD8-negative). + meaning: CL:0002405 + title: gamma-delta thymocyte + CL:1000768: + text: CL:1000768 + description: Any nephron tubule epithelial cell that is part of some renal + connecting tubule. + meaning: CL:1000768 + title: kidney connecting tubule epithelial cell + CL:4030052: + text: CL:4030052 + description: A DRD2-expressing medium spiny neuron that is part of a nucleus + accumbens shell or olfactory tubercle. + meaning: CL:4030052 + title: nucleus accumbens shell and olfactory tubercle D2 medium spiny neuron + CL:0001066: + text: CL:0001066 + description: A progenitor cell committed to the erythroid lineage. This cell + is ter119-positive but lacks expression of other hematopoietic lineage markers + (lin-negative). + meaning: CL:0001066 + title: erythroid progenitor cell, mammalian + CL:4023011: + text: CL:4023011 + description: A GABAergic neuron located in the cerebral cortex that expresses + Lamp5 + meaning: CL:4023011 + title: lamp5 GABAergic cortical interneuron + CL:1000415: + text: CL:1000415 + description: An epithelial cell that is part of the gallbladder. + meaning: CL:1000415 + title: epithelial cell of gallbladder + CL:4033009: + text: CL:4033009 + description: A(n) goblet cell that is part of a(n) epithelium of lobar bronchus. + meaning: CL:4033009 + title: goblet cell of epithelium of lobar bronchus + CL:0009085: + text: CL:0009085 + description: An adult endothelial progenitor cell characterised in vivo by + homing to ischemic sites and paracrine support of angiogenesis. They may + form discrete colonies. + meaning: CL:0009085 + title: "colony forming unit \u2013 Hill cell" + CL:0004137: + text: CL:0004137 + description: A retinal ganglion A2 cell with dendrites terminating in S4. + meaning: CL:0004137 + title: retinal ganglion cell A2 inner + CL:1000615: + text: CL:1000615 + description: Any kidney tubule cell that is part of some renal cortex tubule. + meaning: CL:1000615 + title: kidney cortex tubule cell + CL:1000477: + text: CL:1000477 + description: A nodal myocyte that is part of the sinoatrial node. + meaning: CL:1000477 + title: cardiac pacemaker cell of sinoatrial node + CL:0002158: + text: CL:0002158 + description: Epithelial cell found on the external side of the tympanic membrane + meaning: CL:0002158 + title: external epithelial cell of tympanic membrane + CL:0000967: + text: CL:0000967 + description: A memory B cell arising in the germinal center that is IgD-negative + and has undergone somatic mutation of the variable region of the immunoglobulin + heavy and light chain genes. + meaning: CL:0000967 + title: Bm5 B cell + CL:0010012: + text: CL:0010012 + description: A CNS neuron of the cerebral cortex. + meaning: CL:0010012 + title: cerebral cortex neuron + CL:1000703: + text: CL:1000703 + description: Any kidney epithelial cell that is part of some kidney pelvis + urothelium. + meaning: CL:1000703 + title: kidney pelvis urothelial cell + CL:0004240: + text: CL:0004240 + description: An amacrine cell with a wide dendritic field, dendrites in S1, + and post-synaptic terminals in S1. + meaning: CL:0004240 + title: WF1 amacrine cell + CL:0000726: + text: CL:0000726 + description: An asexual 1-celled spore (primarily for perennation, not dissemination). + Originates endogenously and singly within part of a pre-existing cell by + the contraction of the protoplast. Possesses an inner secondary and often + thickened hyaline or brown wall, usually impregnated with hydrophobic material. + meaning: CL:0000726 + title: chlamydospore + CL:4023003: + text: CL:4023003 + description: A type of intrafusal muscle fiber that has nuclei arranged in + a linear row. Unlike nuclear bag fibers, the equatorial region of these + fibers (in the centre of the spindle) is not expanded. These fibers are + responsible for the detection of changes in muscle length. They are innervated + by static gamma motor neurons and are principally associated with type II + sensory fibers. + meaning: CL:4023003 + title: nuclear chain fiber + CL:0000915: + text: CL:0000915 + description: An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive + located in the columnar epithelium of the gastrointestinal tract. These + cells have a memory phenotype of CD2-negative and CD5-negative. + meaning: CL:0000915 + title: CD8-alpha-alpha-positive, alpha-beta intraepithelial T cell + CL:0000434: + text: CL:0000434 + description: A secretory cell that discharges its product without loss of + cytoplasm. + meaning: CL:0000434 + title: eccrine cell + CL:0002444: + text: CL:0002444 + description: A NK1.1-positive T cell that is Ly49H-positive. + meaning: CL:0002444 + title: Ly49H-positive natural killer cell, mouse + CL:0002234: + text: CL:0002234 + description: A cell of the basal layer of the epithelium in the prostatic + acinus. + meaning: CL:0002234 + title: basal cell of prostatic acinus + CL:4030063: + text: CL:4030063 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found in cortical layer 3-4. This neuron + type can have a pyramidal, star-pyramidal or spiny stellate morphology and + projects its output to L2/3 and L5A/B. The standard transcriptomic reference + data for this cell type can be found on the CellxGene census under the collection: + ''Transcriptomic cytoarchitecture reveals principles of human neocortex + organization'', dataset: ''Supercluster: IT-projecting excitatory neurons'', + Author Categories: ''CrossArea_subclass'', L4 IT.' + meaning: CL:4030063 + title: L4 intratelencephalic projecting glutamatergic neuron + CL:0000324: + text: CL:0000324 + meaning: CL:0000324 + title: metanephric mesenchyme stem cell + CL:1000492: + text: CL:1000492 + description: A mesothelial cell that is part of the parietal pleura. + meaning: CL:1000492 + title: mesothelial cell of parietal pleura + CL:0000627: + text: CL:0000627 + description: A cell involved in transporting nutrients, minerals, water, gases + and other chemicals between cells for a variety of purposes including conveying + nutrition to other tissues, removing waste products from the tissues, conveying + gases for respiration, distributing heat and repelling invasion of foreign + substances. + meaning: CL:0000627 + title: transporting cell + CL:0002617: + text: CL:0002617 + description: An adipocyte that is part of the breast. + meaning: CL:0002617 + title: adipocyte of breast + CL:0001001: + text: CL:0001001 + description: Immature CD8_alpha-negative CD11b-negative dendritic cell is + a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0001001 + title: immature CD8_alpha-negative CD11b-negative dendritic cell + CL:0011023: + text: CL:0011023 + description: A mast cell that is CD25+. + meaning: CL:0011023 + title: CD25+ mast cell + CL:2000005: + text: CL:2000005 + description: Any macroglial cell that is part of a brain. + meaning: CL:2000005 + title: brain macroglial cell + CL:0000105: + text: CL:0000105 + description: Neuron with two neurites that are fused grossly when they protrude + from the soma and bifurcate a short distance from the soma. + meaning: CL:0000105 + title: pseudounipolar neuron + CL:2000066: + text: CL:2000066 + description: Any fibroblast that is part of a cardiac ventricle. + meaning: CL:2000066 + title: cardiac ventricle fibroblast + CL:0000877: + text: CL:0000877 + description: A splenic white pulp macrophage found in and around the germinal + centers of the white pulp of the spleen that participates in phagocytosis + of apoptotic B cells from the germinal centers. A marker for a cell of this + type is Mertk-positive. + meaning: CL:0000877 + title: splenic tingible body macrophage + CL:0002343: + text: CL:0002343 + description: A natural killer cell subset that is found in the decidual of + the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This + cell type represents the most abundant immune cell type in the decidual + during the first trimester of pregnancy. + meaning: CL:0002343 + title: decidual natural killer cell, human + CL:1000217: + text: CL:1000217 + description: Any chondrocyte that is part of some growth plate cartilage. + meaning: CL:1000217 + title: growth plate cartilage chondrocyte + CL:1000354: + text: CL:1000354 + description: A M cell that is part of the epithelium of intestinal villus. + meaning: CL:1000354 + title: microfold cell of epithelium of intestinal villus + CL:0000345: + text: CL:0000345 + description: A mesenchymal cell that is part of a small mass of condensed + mesenchyme in the enamel organ; it differentiates into the dentin and dental + pulp. + meaning: CL:0000345 + title: dental papilla cell + CL:0000322: + text: CL:0000322 + description: An epithelial cell that lines the peripheral gas exchange region + of the lungs of air-breathing vertebrates. + meaning: CL:0000322 + title: pulmonary alveolar epithelial cell + CL:2000045: + text: CL:2000045 + description: Any melanocyte of skin that is part of a skin of prepuce of penis. + meaning: CL:2000045 + title: foreskin melanocyte + CL:0000887: + text: CL:0000887 + description: A lymph node macrophage found in the subcapsular sinus of lymph + nodes that participates in sensing, clearance, and antigen presentation + of lymph-borne particulate antigens. This macrophage is capable of activating + invaraint NKT cells and is CD169-positive. + meaning: CL:0000887 + title: lymph node subcapsular sinus macrophage + CL:0000465: + text: CL:0000465 + description: A precursor of the cells that form the dorsal vessel of arthropods. + meaning: CL:0000465 + title: cardioblast (sensu Arthropoda) + CL:0002356: + text: CL:0002356 + description: A primitive erythrocyte that has undergone enucleation. This + cell type is 3-6 fold bigger than the fetal derived erythrocytes that they + co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin + chains. + meaning: CL:0002356 + title: primitive reticulocyte + CL:1000330: + text: CL:1000330 + description: A serous secreting cell that is part of the epithelium of trachea. + meaning: CL:1000330 + title: serous cell of epithelium of trachea + CL:0002285: + text: CL:0002285 + description: A taste receptor cell that is characterized by morphologically + identifiable synaptic contacts with the gustatory nerve fibers and expression + of the synaptic membrane protein-25 (SNAP-25) and NCAM. + meaning: CL:0002285 + title: type III taste bud cell + CL:0017004: + text: CL:0017004 + description: A supportive cell with a small, oval-shaped body and one to five + telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of + micrometers long and mostly below 0.2 microns of caliber. + meaning: CL:0017004 + title: telocyte + CL:0002043: + text: CL:0002043 + description: A hematopoietic multipotent progenitor cell that is CD34-positive, + CD38-negative, CD45RA-negative, and CD90-negative. + meaning: CL:0002043 + title: CD34-positive, CD38-negative multipotent progenitor cell + CL:0001047: + text: CL:0001047 + description: A CD4-positive, CD25-positive, alpha-beta regulatory T cell with + the additional phenotype CCR4-positive. + meaning: CL:0001047 + title: CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T + cell + CL:1000468: + text: CL:1000468 + description: A myoepithelial cell that is part of the acinus of lactiferous + gland. + meaning: CL:1000468 + title: myoepithelial cell of acinus of lactiferous gland + CL:0000459: + text: CL:0000459 + description: A cell capable of producting norepiniphrine. Norepiniphrine is + a catecholamine with multiple roles including as a hormone and a neurotransmitter. + In addition, epiniphrine is synthesized from norepiniphrine by the actions + of the phenylethanolamine N-methyltransferase enzyme. + meaning: CL:0000459 + title: noradrenergic cell + CL:0000765: + text: CL:0000765 + description: A nucleated precursor of an erythrocyte that lacks hematopoietic + lineage markers. + meaning: CL:0000765 + title: erythroblast + CL:1000340: + text: CL:1000340 + description: An enterocyte that is part of the epithelium proper of duodenum. + meaning: CL:1000340 + title: enterocyte of epithelium proper of duodenum + CL:4033034: + text: CL:4033034 + description: An ON bipolar cell with a small dendritic tree that forms most + of the central (invaginating) elements opposite the synaptic ribbon at the + cone triad. + meaning: CL:4033034 + title: invaginating midget bipolar cell + CL:0002171: + text: CL:0002171 + description: A rounded or elliptical epithelial cell, with pale-staining open + face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; + form a distinct basal zone spaced slightly from the basal surface of the + epithelium. + meaning: CL:0002171 + title: globose cell of olfactory epithelium + CL:0000318: + text: CL:0000318 + description: A cell secreting sweat, the fluid excreted by the sweat glands + of mammals. It consists of water containing sodium chloride, phosphate, + urea, ammonia, and other waste products. + meaning: CL:0000318 + title: sweat secreting cell + CL:0002005: + text: CL:0002005 + description: A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive + and is IL3-receptor alpha-negative and CD45RA-negative. + meaning: CL:0002005 + title: CD34-positive, CD38-positive megakaryocyte erythroid progenitor cell + CL:0002377: + text: CL:0002377 + description: A glial cell that develops from a Schwann cell precursor. The + immature Schwann cell is embedded among neurons (axons) with minimal extracellular + spaces separating them from nerve cell membranes and has a basal lamina. + Cells can survive without an axon present. Immature Schwann cell can be + found communally ensheathing large groups of axons. + meaning: CL:0002377 + title: immature Schwann cell + CL:0009047: + text: CL:0009047 + description: A macrophage found in the medullary sinus of the lymph node. + meaning: CL:0009047 + title: macrophage of medullary sinus of lymph node + CL:0002309: + text: CL:0002309 + description: A basophil chromphil cell of the anterior pitiutary gland that + produce adrenocorticotropic hormone, melanocyte-stimulating hormone and + lipotropin. This cell type is irregular in shape and has short dendritic + processes which are inserted among other neighboring cells; + meaning: CL:0002309 + title: corticotroph + CL:0000412: + text: CL:0000412 + description: A cell that contains more than two haploid sets of chromosomes. + meaning: CL:0000412 + title: polyploid cell + CL:1000412: + text: CL:1000412 + description: An endothelial cell that is part of the arteriole. + meaning: CL:1000412 + title: endothelial cell of arteriole + CL:0002049: + text: CL:0002049 + description: A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, + and BP-positive. Intracellularly expression of surrogate light chain, Rag1 + and Rag2, TdT, occurs while there is no expression of mu heavy chain. + meaning: CL:0002049 + title: fraction C precursor B cell + CL:0000034: + text: CL:0000034 + description: A relatively undifferentiated cell that retains the ability to + divide and proliferate throughout life to provide progenitor cells that + can differentiate into specialized cells. + meaning: CL:0000034 + title: stem cell + CL:0002325: + text: CL:0002325 + description: A milk-producing glandular epithelial cell that is part of a + mammary gland alveolus and differentiates from a luminal adaptive secretory + precursor cell during secretory differentiation (also termed lactogenesis + I). Following secretory activation (also termed lactogenesis II), a lactocyte + is involved in the synthesis and/or transport of milk constituents including + proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, + and cytokines into the lumen of the lactating mammary gland. + meaning: CL:0002325 + title: lactocyte + CL:2000004: + text: CL:2000004 + description: Any cell that is part of a pituitary gland. + meaning: CL:2000004 + title: pituitary gland cell + CL:0002330: + text: CL:0002330 + description: An undifferentiated columnar cell of the bronchus epithelium + meaning: CL:0002330 + title: undifferentiated cell of bronchus epithelium + CL:0002400: + text: CL:0002400 + description: A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, + CD43-positive and HSA-positive. + meaning: CL:0002400 + title: fraction B/C precursor B cell + CL:4023001: + text: CL:4023001 + description: A beta motor neuron that innervates nuclear chain fibers. + meaning: CL:4023001 + title: static beta motor neuron + CL:2000022: + text: CL:2000022 + description: Any native cell that is part of a cardiac septum. + meaning: CL:2000022 + title: cardiac septum cell + CL:4030061: + text: CL:4030061 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 3. + meaning: CL:4030061 + title: L3 intratelencephalic projecting glutamatergic neuron + CL:0000879: + text: CL:0000879 + description: A border associated macrophage that is part of a meninx. This + macrophage type is elongated and amoeboid spindle-shaped with limited mobility. + This macrophage is highly phagocytic, expresses scavenger receptors, has + dynamic protrusions and extends its processes during inflammation. + meaning: CL:0000879 + title: meningeal macrophage + CL:4023052: + text: CL:4023052 + description: A Betz cell that synapses with lower motor neurons directly. + meaning: CL:4023052 + title: Betz upper motor neuron + CL:0000800: + text: CL:0000800 + description: A gamma-delta T cell that has a mature phenotype. These cells + can be found in tissues and circulation where they express unique TCR repertoire + depending on their location. + meaning: CL:0000800 + title: mature gamma-delta T cell + CL:0002566: + text: CL:0002566 + description: A melanocyte that appears darker due to content or amount of + melanin granules. + meaning: CL:0002566 + title: dark melanocyte + CL:0002216: + text: CL:0002216 + description: An intermediate muscle cell that has characteristics of both + fast and slow muscle cells. + meaning: CL:0002216 + title: intermediate muscle cell + CL:0000808: + text: CL:0000808 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-negative, CD25-negative, and pre-TCR-positive. + meaning: CL:0000808 + title: DN4 thymocyte + CL:4042003: + text: CL:4042003 + description: A central nervous system macrophage that is part of a choroid + plexus, a meninx and a perivascular space. A border associated macrophage + interacts with various components of the CNS vasculature and meninges, it + participates in immune surveillance and in the regulation of the blood brain + barrier. + meaning: CL:4042003 + title: border associated macrophage + CL:0000673: + text: CL:0000673 + description: An intrinsic neuron of the mushroom body of arthropods and annelids. + They have tightly packed, cytoplasm-poor cell bodies. + meaning: CL:0000673 + title: Kenyon cell + CL:2000034: + text: CL:2000034 + description: Any neuromast hair cell that is part of a anterior lateral line. + meaning: CL:2000034 + title: anterior lateral line neuromast hair cell + CL:0000143: + text: CL:0000143 + meaning: CL:0000143 + title: guidepost cell + CL:0000625: + text: CL:0000625 + description: A T cell expressing an alpha-beta T cell receptor and the CD8 + coreceptor. + meaning: CL:0000625 + title: CD8-positive, alpha-beta T cell + CL:1000693: + text: CL:1000693 + meaning: CL:1000693 + title: kidney interstitial fibrocyte + CL:0000567: + text: CL:0000567 + meaning: CL:0000567 + title: polymodal nocireceptor + CL:1001597: + text: CL:1001597 + description: Glandular cell of seminal vesicle epithelium. + meaning: CL:1001597 + title: seminal vesicle glandular cell + CL:1000223: + text: CL:1000223 + description: A neuroendocrine cell that is part of respiratory epithelium + of the lung and is involved in the sensory detection of environmental stimuli, + including hypoxia, nicotine and air pressure. Ultrastructurally, this cell + type is characterized by the presence of cytoplasmic dense core granules, + which are considered the storage sites of amine and peptide hormones. Lung + neuroendocrine cells are innervated and appear as solitary cells or as clustered + masses, localized at airway bifurcation sites, called neuroepithelial bodies + that can release serotonin in response to hypoxia and interact with sensory + nerve terminals. Lung neuroendocrine cells also function as reserve stem + cells that repair the surrounding epithelium after injury. + meaning: CL:1000223 + title: lung neuroendocrine cell + CL:0000445: + text: CL:0000445 + meaning: CL:0000445 + title: apoptosis fated cell + CL:4023089: + text: CL:4023089 + description: A basket cell which has simpler dendritic arbors (compared to + small or large basket cells), and an axonal plexus of intermediate density, + composed of a few long, smooth axonal branches. + meaning: CL:4023089 + title: nest basket cell + CL:1000696: + text: CL:1000696 + meaning: CL:1000696 + title: kidney interstitial inflammatory macrophage + CL:1000314: + text: CL:1000314 + description: A goblet cell that is part of the epithelium of gastric cardiac + gland. + meaning: CL:1000314 + title: gastric cardiac gland goblet cell + CL:0004237: + text: CL:0004237 + description: A retinal amacrine cell with a medium dendritic field and post-synaptic + terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter + gamma-aminobutyric acid (GABA). + meaning: CL:0004237 + title: fountain amacrine cell + CL:1000479: + text: CL:1000479 + description: A Purkinje myocyte that is part of the atrioventricular node. + meaning: CL:1000479 + title: Purkinje myocyte of atrioventricular node + CL:0007004: + text: CL:0007004 + description: Cell that is part of the neural crest region of the neuroepithelium, + prior to migration. Note that not all premigratory neural crest cells may + become migratory neural crest cells. + meaning: CL:0007004 + title: premigratory neural crest cell + CL:4030042: + text: CL:4030042 + description: A ciliated cell of the endometrial glandular epithelium. + meaning: CL:4030042 + title: glandular endometrial ciliated epithelial cell + CL:0000354: + text: CL:0000354 + meaning: CL:0000354 + title: blastemal cell + CL:0000793: + text: CL:0000793 + description: A CD4-positive, alpha-beta T cell that is found in the columnar + epithelium of the gastrointestinal tract. + meaning: CL:0000793 + title: CD4-positive, alpha-beta intraepithelial T cell + CL:1000362: + text: CL:1000362 + description: A transitional myocyte that is part of the interventricular septum. + meaning: CL:1000362 + title: transitional myocyte of interventricular septum + CL:0002339: + text: CL:0002339 + description: A prostate epithelial cell that is CD133-positive, CD44-positive, + integrin A2beta3-high. This cell is a stem cell for the prostate epithelium. + meaning: CL:0002339 + title: prostate stem cell + CL:0002247: + text: CL:0002247 + description: A tissue macrophage that is in the pleural space. + meaning: CL:0002247 + title: pleural macrophage + CL:0002211: + text: CL:0002211 + description: A slow muscle cell that has large amounts of myoglobin, stores + energy as triglycerides, generates ATP by the oxidative method and is resistant + to fatigue. + meaning: CL:0002211 + title: type I muscle cell + CL:0000655: + text: CL:0000655 + description: A secondary oocyte is an oocyte that has not completed meiosis + II. + meaning: CL:0000655 + title: secondary oocyte + CL:4023015: + text: CL:4023015 + description: A GABAergic neuron located in the cerebral cortex that expresses + Gamma-synuclein + meaning: CL:4023015 + title: sncg GABAergic cortical interneuron + CL:0000814: + text: CL:0000814 + description: A mature alpha-beta T cell of a distinct lineage that bears natural + killer markers and a T cell receptor specific for a limited set of ligands. + NK T cells have activation and regulatory roles particularly early in an + immune response. + meaning: CL:0000814 + title: mature NK T cell + CL:0002298: + text: CL:0002298 + description: A thymic epithelial cell type with low nuclear and cytoplasmic + electrondensity; has a round, euchromatic nucleus and occurs in small groups + at the corticomedullary junction or scattered singly in the medulla. + meaning: CL:0002298 + title: type-5 epithelial cell of thymus + CL:0000011: + text: CL:0000011 + description: Cell that is part of the migratory trunk neural crest population. + Migratory trunk neural crest cells develop from premigratory trunk neural + crest cells and have undergone epithelial to mesenchymal transition and + delamination. + meaning: CL:0000011 + title: migratory trunk neural crest cell + CL:0000669: + text: CL:0000669 + description: An elongated, contractile cell found wrapped about precapillary + arterioles outside the basement membrane. Pericytes are present in capillaries + where proper adventitia and muscle layer are missing (thus distingushing + this cell type from adventitial cells). They are relatively undifferentiated + and may become fibroblasts, macrophages, or smooth muscle cells. + meaning: CL:0000669 + title: pericyte + CL:0000125: + text: CL:0000125 + description: A non-neuronal cell of the nervous system. They not only provide + physical support, but also respond to injury, regulate the ionic and chemical + composition of the extracellular milieu. Guide neuronal migration during + development, and exchange metabolites with neurons. + meaning: CL:0000125 + title: glial cell + CL:1000453: + text: CL:1000453 + description: An epithelial cell that is part of the intermediate tubule. + meaning: CL:1000453 + title: epithelial cell of intermediate tubule + CL:0002028: + text: CL:0002028 + description: A cell type that can give rise to basophil and mast cells. This + cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, + and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa + meaning: CL:0002028 + title: basophil mast progenitor cell + CL:0000222: + text: CL:0000222 + description: A cell of the middle germ layer of the embryo. + meaning: CL:0000222 + title: mesodermal cell + CL:0002397: + text: CL:0002397 + description: A CD14-positive monocyte that is also CD16-positive and CCR2-negative. + meaning: CL:0002397 + title: CD14-positive, CD16-positive monocyte + CL:1000618: + text: CL:1000618 + description: Any kidney cortical cell that is part of some juxtaglomerular + apparatus. + meaning: CL:1000618 + title: juxtaglomerular complex cell + CL:0002634: + text: CL:0002634 + description: An epithelial cell of the anal column. + meaning: CL:0002634 + title: epithelial cell of anal column + CL:4033040: + text: CL:4033040 + description: A lung resident memory CD8-positive, alpha-beta T cell that is + CD103-positive. + meaning: CL:4033040 + title: lung resident memory CD8-positive, CD103-positive, alpha-beta T cell + CL:0011003: + text: CL:0011003 + description: A neurosecretory neuron residing mainly in the hypothalamic supraoptic + and paraventricular nuclei and in a number of smaller accessory cell groups + between these two nuclei, that is capable of secreting the hormones oxytocin + or vasopressin, and sometimes both, into the systemic circulation. + meaning: CL:0011003 + title: magnocellular neurosecretory cell + CL:0002459: + text: CL:0002459 + description: A dermal dendritic cell that is langerin-negative, CD103-negative, + and CD11b-positive. + meaning: CL:0002459 + title: langerin-negative dermal dendritic cell + CL:0002237: + text: CL:0002237 + description: A cell that constitutes the luminal layer of epithelium of prostatic + duct. + meaning: CL:0002237 + title: luminal epithelial cell of prostatic duct + CL:0002521: + text: CL:0002521 + description: An adipocyte that is part of subcutaneous adipose tissue. + meaning: CL:0002521 + title: subcutaneous adipocyte + CL:0002244: + text: CL:0002244 + description: A nonstratified squamous cell located in the ectocervix. + meaning: CL:0002244 + title: squamous cell of ectocervix + CL:0000498: + text: CL:0000498 + description: An interneuron (also called relay neuron, association neuron + or local circuit neuron) is a multipolar neuron which connects afferent + neurons and efferent neurons in neural pathways. Like motor neurons, interneuron + cell bodies are always located in the central nervous system (CNS). + meaning: CL:0000498 + title: inhibitory interneuron + CL:0002547: + text: CL:0002547 + description: A fibroblast of the aortic adventitia. + meaning: CL:0002547 + title: fibroblast of the aortic adventitia + CL:0002579: + text: CL:0002579 + description: A preadipocyte that is part of an omentum. + meaning: CL:0002579 + title: omentum preadipocyte + CL:0000213: + text: CL:0000213 + description: A cell within an epithelial cell sheet whose main function is + to act as an internal or external covering for a tissue or an organism. + meaning: CL:0000213 + title: lining cell + CL:0017002: + text: CL:0017002 + description: A neuroendocrine cell that is part of the prostate epithelium. + meaning: CL:0017002 + title: prostate neuroendocrine cell + CL:0002421: + text: CL:0002421 + description: A reticulocyte that retains the nucleus and other organelles. + Found in birds, fish, amphibians and reptiles. + meaning: CL:0002421 + title: nucleated reticulocyte + CL:4033057: + text: CL:4033057 + description: A luminal epithelial cell of the mammary gland that can proliferate + and has the potential to differentiate into a lactocyte during pregnancy. + In humans, a luminal adaptive secretory precursor cell can be identified + by high levels of the markers EpCAM and CD49f, and in mice it can be identified + by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8. + meaning: CL:4033057 + title: luminal adaptive secretory precursor cell of mammary gland + CL:1001016: + text: CL:1001016 + description: Any kidney loop of Henle epithelial cell that is part of some + ascending limb of loop of Henle. + meaning: CL:1001016 + title: kidney loop of Henle ascending limb epithelial cell + CL:0002109: + text: CL:0002109 + description: A B220-positive CD38-positive naive B cell is a CD38-positive + naive B cell that has the phenotype B220-positive, CD38-positive, surface + IgD-positive, surface IgM-positive, and CD27-negative, and that has not + yet been activated by antigen in the periphery. + meaning: CL:0002109 + title: B220-positive CD38-positive naive B cell + CL:1000274: + text: CL:1000274 + meaning: CL:1000274 + title: trophectodermal cell + CL:0000591: + text: CL:0000591 + description: A thermoreceptor cell that detects increased temperatures. + meaning: CL:0000591 + title: warmth sensing thermoreceptor cell + CL:0000699: + text: CL:0000699 + description: A type of glomus or chief cell, is sensitive to hypoxia and produce + catecholamines. + meaning: CL:0000699 + title: paraganglial type 1 cell + CL:0002644: + text: CL:0002644 + description: An endothelial cell of viscerocranial mucosa that is part of + the tympanic region of the viscerocranial mucosa. + meaning: CL:0002644 + title: endo-epithelial cell of tympanic part of viscerocranial mucosa + CL:0000319: + text: CL:0000319 + description: Any secretory cell that is capable of some mucus secretion. + meaning: CL:0000319 + title: mucus secreting cell + CL:0002137: + text: CL:0002137 + description: A cell in the zona reticularis that produce sex hormones. + meaning: CL:0002137 + title: type III cell of adrenal cortex + CL:0000413: + text: CL:0000413 + description: A cell whose nucleus contains a single haploid genome. + meaning: CL:0000413 + title: haploid cell + CL:0000100: + text: CL:0000100 + description: An efferent neuron that passes from the central nervous system + or a ganglion toward or to a muscle and conducts an impulse that causes + or inhibits movement. + meaning: CL:0000100 + title: motor neuron + CL:0000490: + text: CL:0000490 + meaning: CL:0000490 + title: photopic photoreceptor cell + CL:0002628: + text: CL:0002628 + description: An immature microglial cell with a ramified morphology. + meaning: CL:0002628 + title: immature microglial cell + CL:0000933: + text: CL:0000933 + description: A type II NK T cell that has been recently activated, secretes + interleukin-4, and has the phenotype CD69-positive and downregulated NK + markers. + meaning: CL:0000933 + title: type II NK T cell secreting interleukin-4 + CL:0000679: + text: CL:0000679 + description: A neuron that is capable of some neurotansmission by glutamate + secretion. + meaning: CL:0000679 + title: glutamatergic neuron + CL:0002572: + text: CL:0002572 + description: A mesenchymal stem cell of the vertebrae. + meaning: CL:0002572 + title: vertebral mesenchymal stem cell + CL:0010022: + text: CL:0010022 + description: A neuron that has its soma in the heart. + meaning: CL:0010022 + title: cardiac neuron + CL:0004239: + text: CL:0004239 + description: A bistratified amacrine cell with a medium dendritic field and + post-synaptic terminals in S1-S2, and S4. + meaning: CL:0004239 + title: wavy bistratified amacrine cell + CL:0005001: + text: CL:0005001 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into an iridophore. + meaning: CL:0005001 + title: iridoblast + CL:0000691: + text: CL:0000691 + description: Any interneuron that has characteristic some stellate morphology. + meaning: CL:0000691 + title: stellate interneuron + CL:2000015: + text: CL:2000015 + description: Any skin fibroblast that is part of a arm. + meaning: CL:2000015 + title: fibroblast of arm + CL:0002586: + text: CL:0002586 + description: An epithelial cell of the retinal pigmented epithelium. + meaning: CL:0002586 + title: retinal pigment epithelial cell + CL:0000453: + text: CL:0000453 + description: Langerhans cell is a conventional dendritic cell that has plasma + membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid + origin, that appears clear on light microscopy and has a dark-staining, + indented nucleus and characteristic inclusions (Birbeck granules) in the + cytoplasm; Langerhans cells are found principally in the stratum spinosum + of the epidermis, but they also occur in other stratified epithelia and + have been identified in the lung, lymph nodes, spleen, and thymus. + meaning: CL:0000453 + title: Langerhans cell + CL:0002222: + text: CL:0002222 + description: A cell comprising the transparent, biconvex body separating the + posterior chamber and vitreous body, and constituting part of the refracting + mechanism of the mammalian eye. + meaning: CL:0002222 + title: vertebrate lens cell + CL:0000770: + text: CL:0000770 + description: A late basophilic metamyelocyte in which the nucleus is in the + form of a curved or coiled band, not having acquired the typical multilobar + shape of the mature basophil. + meaning: CL:0000770 + title: band form basophil + CL:0000823: + text: CL:0000823 + description: A natural killer cell that is developmentally immature and expresses + natural killer cell receptors (NKR). + meaning: CL:0000823 + title: immature natural killer cell + CL:0005018: + text: CL:0005018 + description: A cell that secretes ghrelin, the peptide hormone that stimulates + hunger. + meaning: CL:0005018 + title: ghrelin secreting cell + CL:1000378: + text: CL:1000378 + description: A type I vestibular sensory cell that is part of the stato-acoustic + epithelium. + meaning: CL:1000378 + title: type 1 vestibular sensory cell of stato-acoustic epithelium + CL:0002536: + text: CL:0002536 + description: An epithelial cell that is part of the amnion. + meaning: CL:0002536 + title: epithelial cell of amnion + CL:0000758: + text: CL:0000758 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The cell has a loose, delicate axon terminal that opens + in sublamina 3 of the inner plexiform layer and descends into sublamina + 4. + meaning: CL:0000758 + title: type 6 cone bipolar cell (sensu Mus) + CL:2000036: + text: CL:2000036 + description: Any neuromast support cell that is part of a anterior lateral + line. + meaning: CL:2000036 + title: anterior lateral line neuromast supporting cell + CL:0002610: + text: CL:0002610 + description: A neuron of the raphe nuclei. + meaning: CL:0002610 + title: raphe nuclei neuron + CL:4023031: + text: CL:4023031 + description: "A sst GABAergic cortical interneuron with a soma found in lower\ + \ L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending\ + \ axons but denser local axons and sparser \u2018fanning-out\u2019 projections\ + \ to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5\ + \ fan Martinotti Cell) and non-zero afterdepolarization (ADP)." + meaning: CL:4023031 + title: L4 sst Martinotti interneuron (Mmus) + CL:0002145: + text: CL:0002145 + description: A ciliated columnar cell found in the trachea and bronchus. Vary + from low to tall columnar; possesses up to 300 cilia at its surface, interspersed + with long irregular microvilli with the cilia varying in length from about + 6um in the trachea to about 4um in the terminal bronchioles; driving force + of the ciliary current in the bronchial tree. + meaning: CL:0002145 + title: ciliated columnar cell of tracheobronchial tree + CL:0000965: + text: CL:0000965 + description: A germinal center B cell that is rapidly dividing and has the + phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation + of the immunoglobulin V gene region can occur during proliferation of this + cell type. + meaning: CL:0000965 + title: Bm3 B cell + CL:1000494: + text: CL:1000494 + description: An epithelial cell that is part of a nephron tubule. + meaning: CL:1000494 + title: nephron tubule epithelial cell + CL:0011115: + text: CL:0011115 + description: A cell that, by division or terminal differentiation, can give + rise to other cell types. + meaning: CL:0011115 + title: precursor cell + CL:0002527: + text: CL:0002527 + description: An immature CD14-positive dermal dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002527 + title: immature CD14-positive dermal dendritic cell + CL:0009113: + text: CL:0009113 + description: A regulatory T cell present in the B cell follicles and germinal + centers of lymphoid tissues. In humans, it is CXCR5+. + meaning: CL:0009113 + title: T follicular regulatory cell + CL:0009012: + text: CL:0009012 + description: "A rapidly proliferating population of cells that differentiate\ + \ from stem cells of the intestinal crypt of the small intestine. Stem cells\ + \ located in the crypts of Lieberk\xFChn give rise to proliferating progenitor\ + \ or transit amplifying cells that differentiate into the four major epithelial\ + \ cell types. These include columnar absorptive cells or enterocytes, mucous\ + \ secreting goblet cells, enteroendocrine cells and paneth cells." + meaning: CL:0009012 + title: transit amplifying cell of small intestine + CL:0000628: + text: CL:0000628 + description: A cell that can perform photosynthesis, in which carbohydrates + are synthesized from carbon dioxide and water, using light as the energy + source. + meaning: CL:0000628 + title: photosynthetic cell + CL:0000712: + text: CL:0000712 + description: Any epidermal cell that is part of some stratum granulosum of + epidermis. + meaning: CL:0000712 + title: stratum granulosum cell + CL:0000099: + text: CL:0000099 + description: Most generally any neuron which is not motor or sensory. Interneurons + may also refer to neurons whose axons remain within a particular brain region + as contrasted with projection neurons which have axons projecting to other + brain regions. + meaning: CL:0000099 + title: interneuron + CL:4023024: + text: CL:4023024 + description: A lamp5 GABAergic cortical interneuron with layer-adapting morphology. + NGC lamp5 cells have a small round soma, short dendrites, and a wide dense + axonal arbor that tends to establish a dense axonal mesh with high connection + probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have + unique synaptic properties that distinguish them from other GABAergic interneurons, + including the release of GABA to the extracellular space via volume transmission, + and the ability to produce GABA-B responses in connected postsynaptic targets. + meaning: CL:4023024 + title: neurogliaform lamp5 GABAergic cortical interneuron (Mmus) + CL:4023095: + text: CL:4023095 + description: A pyramidal neuron which lacks a clear tuft formation but extends + to large radial distances. + meaning: CL:4023095 + title: untufted pyramidal neuron + CL:0000639: + text: CL:0000639 + description: A basophilic chromophil cell that of the anterior pituitary gland. + meaning: CL:0000639 + title: basophil cell of pars distalis of adenohypophysis + CL:0000385: + text: CL:0000385 + description: A precursor of mature hemocytes. + meaning: CL:0000385 + title: prohemocyte (sensu Nematoda and Protostomia) + CL:0000359: + text: CL:0000359 + description: A smooth muscle cell associated with the vasculature. + meaning: CL:0000359 + title: vascular associated smooth muscle cell + CL:0002619: + text: CL:0002619 + description: An adult angioblastic cell released from the bone marrow, or + from the kidney in some teleost species, capable of blood circulation and + participation in angiogenesis by differentiating into blood vessel endothelial + cells. + meaning: CL:0002619 + title: adult endothelial progenitor cell + CL:0009107: + text: CL:0009107 + description: A lymphatic endothelial cell located in the subcapsular sinus + ceiling of a lymph node. In human, it's characterized by a unique marker + expression (NT5e+ and Caveolin-1+). + meaning: CL:0009107 + title: lymphatic endothelial cell of subcapsular sinus ceiling + CL:0002175: + text: CL:0002175 + description: A cell within the primary follicle of the ovary. + meaning: CL:0002175 + title: primary follicular cell of ovary + CL:4023045: + text: CL:4023045 + description: An extratelencephalic-projecting glutamatergic neuron located + in layer 5b of the primary motor cortex that projects to the medulla. MY + ET cells are large, big-tufted cells with the apical dendrite often bifurcating + close to the soma, suggesting they are corticospinal cells. MY ET cells + have bigger hyperpolarization sag, lower input resistance, and smaller AP + width, compared to L5 IT neurons. + meaning: CL:4023045 + title: medulla-projecting glutamatergic neuron of the primary motor cortex + CL:4033023: + text: CL:4033023 + description: An epithelial cell that is part of a collecting duct of an airway + submucosal gland. + meaning: CL:4033023 + title: airway submucosal gland collecting duct epithelial cell + CL:4033015: + text: CL:4033015 + description: A star-shaped glial cell that is part of some retina. This cell + links neurons to blood vessels and may provide structural and physiological + support to optic nerve head axons. + meaning: CL:4033015 + title: retinal astrocyte + CL:0000528: + text: CL:0000528 + description: A nerve cell where transmission is mediated by nitric oxide. + meaning: CL:0000528 + title: nitrergic neuron + CL:0000402: + text: CL:0000402 + description: An interneuron that has its cell body in a central nervous system. + meaning: CL:0000402 + title: CNS interneuron + CL:0002104: + text: CL:0002104 + description: An IgG-negative double negative memory B cell is a double negative + memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative. + meaning: CL:0002104 + title: IgG-negative double negative memory B cell + CL:0002032: + text: CL:0002032 + description: A hematopoietic oligopotent progenitor cell that has the ability + to differentiate into limited cell types but lacks lineage cell markers + and self renewal capabilities. + meaning: CL:0002032 + title: hematopoietic oligopotent progenitor cell + CL:0002605: + text: CL:0002605 + description: An astrocyte of the cerebral cortex. + meaning: CL:0002605 + title: astrocyte of the cerebral cortex + CL:0011114: + text: CL:0011114 + description: A segmented neutrophilic cell of the bone marrow reserve pool + that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity + immunoglobulin gamma Fc region receptor III) on its cell surface. + meaning: CL:0011114 + title: segmented neutrophil of bone marrow + CL:0001000: + text: CL:0001000 + description: CD8_alpha-positive CD11b-negative dendritic cell is a conventional + dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive + and CD8_alpha-positive. + meaning: CL:0001000 + title: CD8_alpha-positive CD11b-negative dendritic cell + CL:0002021: + text: CL:0002021 + description: An enucleate erythrocyte that is GlyA-positive. + meaning: CL:0002021 + title: GlyA-positive erythrocyte + CL:0007022: + text: CL:0007022 + description: A specialized pore forming cell of the follicle, located adjacent + to the animal pole of the oocyte. The micropylar cell makes the single micropyle + (pore) through the chorion through which the sperm fertilizes the egg. + meaning: CL:0007022 + title: micropylar cell + CL:2000030: + text: CL:2000030 + description: Any native cell that is part of a hypothalamus. + meaning: CL:2000030 + title: hypothalamus cell + CL:0002081: + text: CL:0002081 + description: This cell resembles a glia cell, express the glial marker S100 + and act as a supporting cell to type I cell. This cell is located in a small + cluster of type I and type II cells near the fork of the carotid artery. + meaning: CL:0002081 + title: type II cell of carotid body + CL:0000138: + text: CL:0000138 + description: Skeletogenic cell that is terminally differentiated, secretes + an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains + the ability to divide, and develops from a chondroblast cell. + meaning: CL:0000138 + title: chondrocyte + CL:0000943: + text: CL:0000943 + description: A Be cell that facilitates development of T-helper 1 (Th1) phenotype + in CD4-positive T cells, and secretes high levels of interleukin-2, tumor + necrosis factor-alpha and interferon-gamma. + meaning: CL:0000943 + title: Be1 Cell + CL:0004234: + text: CL:0004234 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2, and in S3-S4. + meaning: CL:0004234 + title: diffuse multistratified amacrine cell + CL:0000119: + text: CL:0000119 + description: Large intrinsic neuron located in the granule layer of the cerebellar + cortex that extends its dendrites into the molecular layer where they receive + contact from parallel fibers. The axon of the Golgi cell ramifies densely + in the granule layer and enters into a complex arrangement with mossy fiber + terminals and granule cell dendrites to form the cerebellar glomerulus. + Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th + ed. 2004. + meaning: CL:0000119 + title: cerebellar Golgi cell + CL:1000339: + text: CL:1000339 + description: An enterocyte that is part of the epithelium proper of small + intestine. + meaning: CL:1000339 + title: enterocyte of epithelium proper of small intestine + CL:0000959: + text: CL:0000959 + description: A transitional stage B cell that has the phenotype surface IgM-positive, + surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive + and is located in the splenic B follicles. This cell type has also been + described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive. + meaning: CL:0000959 + title: T2 B cell + CL:0010005: + text: CL:0010005 + description: A specialized cardiomyocyte that transmit signals from the AV + node to the cardiac Purkinje fibers. + meaning: CL:0010005 + title: atrioventricular bundle cell + CL:0002020: + text: CL:0002020 + description: A reticulocyte that is GlyA-positive. + meaning: CL:0002020 + title: GlyA-positive reticulocytes + CL:4023058: + text: CL:4023058 + description: A mesothelial fibroblast found in the leptomeninx. + meaning: CL:4023058 + title: mesothelial fibroblast of the leptomeninx + CL:0010002: + text: CL:0010002 + description: An epithelial cell that is part_of a umbilical artery. + meaning: CL:0010002 + title: epithelial cell of umbilical artery + CL:0009064: + text: CL:0009064 + description: "A T cell located in the lymph node paracortex, where macrophages\ + \ and dendritic cells present antigenic peptides to these na\xEFve T cells,\ + \ stimulating them to become activated helper T cells or cytotoxic T lymphocytes." + meaning: CL:0009064 + title: lymph node paracortex T cell + CL:4033004: + text: CL:4033004 + description: A(n) smooth muscle cell that is part of a(n) taenia coli. + meaning: CL:4033004 + title: smooth muscle cell of taenia coli + CL:0000449: + text: CL:0000449 + description: A cell from the thermogenic form of adipose tissue found in many + species, particularly in newborns and hibernating mammals, but also in + lesser amounts in adults of other mammals including humans. Brown fat is + capable of rapid liberation of energy and seems to be important in the maintenance + of body temperature immediately after birth and upon waking from hibernation. + meaning: CL:0000449 + title: brown adipocyte + CL:0000689: + text: CL:0000689 + description: A cell with both myofibrils and secretory granules. + meaning: CL:0000689 + title: myoendocrine cell + CL:0002334: + text: CL:0002334 + description: An undifferentiated fibroblast that can be stimulated to form + a fat cell. + meaning: CL:0002334 + title: preadipocyte + CL:1000596: + text: CL:1000596 + description: Any kidney cell that is part of some juxtamedullary cortex. + meaning: CL:1000596 + title: inner renal cortex cell + CL:0000343: + text: CL:0000343 + description: A pigment cell that is capable of detecting light stimulus that + is involved in visual perception. + meaning: CL:0000343 + title: visual pigment cell (sensu Vertebrata) + CL:4023077: + text: CL:4023077 + description: A type of interneuron that has two clusters of dendritic branches + that originate directly from the soma and extend in opposite directions + and axons that form a plexus which spreads widely. Compared to bipolar neurons, + bitufted neurons have branching that occur close to the soma. + meaning: CL:4023077 + title: bitufted neuron + CL:0002316: + text: CL:0002316 + description: A supporting cell of the vestibular epithelium. + meaning: CL:0002316 + title: supporting cell of vestibular epithelium + CL:1000351: + text: CL:1000351 + description: A basal cell that is part of the epithelium of respiratory bronchiole. + meaning: CL:1000351 + title: basal cell of epithelium of respiratory bronchiole + CL:0000517: + text: CL:0000517 + description: A type of foam cell derived from a macrophage containing lipids + in small vacuoles and typically seen in atherolosclerotic lesions, as well + as other conditions. + meaning: CL:0000517 + title: macrophage derived foam cell + CL:0000047: + text: CL:0000047 + description: An undifferentiated neural cell that originates from the neuroectoderm + and has the capacity both to perpetually self-renew without differentiating + and to generate multiple central nervous system neuronal and glial cell + types. + meaning: CL:0000047 + title: neural stem cell + CL:0009001: + text: CL:0009001 + description: Any cell in the compound eye, a light sensing organ composed + of ommatidia. + meaning: CL:0009001 + title: compound eye retinal cell + CL:0002674: + text: CL:0002674 + description: A S. pombe mating type determined by the mat1-Mc and mat1-Mi + on the mat1 locus. + meaning: CL:0002674 + title: H minus + CL:0019002: + text: CL:0019002 + description: Any chondrocyte that is part of the tracheobronchial tree. + meaning: CL:0019002 + title: tracheobronchial chondrocyte + CL:0002001: + text: CL:0002001 + description: A granulocyte monocyte progenitor is CD34-positive, CD38-positive, + IL-3receptor-alpha-positive and is CD45RA-negative. + meaning: CL:0002001 + title: CD34-positive, CD38-positive granulocyte monocyte progenitor + CL:0002163: + text: CL:0002163 + description: A rod-shpaed cell that forms a single row adjacent to and supporting + the inner hair cells. + meaning: CL:0002163 + title: internal pillar cell of cochlea + CL:0009053: + text: CL:0009053 + description: A stromal cell found in the lamina propria of the anorectum. + meaning: CL:0009053 + title: stromal cell of anorectum lamina propria + CL:0000411: + text: CL:0000411 + description: An epithelial cell of the hypodermis of Caenorhabditis. + meaning: CL:0000411 + title: Caenorhabditis hypodermal cell + CL:0005020: + text: CL:0005020 + description: Lymphatic progenitor cells. + meaning: CL:0005020 + title: lymphangioblast + CL:0000785: + text: CL:0000785 + description: A B cell that is mature, having left the bone marrow. Initially, + these cells are IgM-positive and IgD-positive, and they can be activated + by antigen. + meaning: CL:0000785 + title: mature B cell + CL:0008016: + text: CL:0008016 + description: A skeletal muscle satellite cell that has become mitotically + active - typically following muscle damage. + meaning: CL:0008016 + title: activated skeletal muscle satellite cell + CL:0002438: + text: CL:0002438 + description: A mature NK cell that is NK1.1-positive. + meaning: CL:0002438 + title: NK1.1-positive natural killer cell, mouse + CL:0002328: + text: CL:0002328 + description: An epithelial cell of the bronchus. + meaning: CL:0002328 + title: bronchial epithelial cell + CL:0000253: + text: CL:0000253 + meaning: CL:0000253 + title: eurydendroid cell + CL:0004220: + text: CL:0004220 + description: An amacrine cell with a small, asymteric dendritic field. + meaning: CL:0004220 + title: flag amacrine cell + CL:0000075: + text: CL:0000075 + description: A columnar/cuboidal epithelial cell is a cell usually found in + a two dimensional sheet with a free surface. Columnar/cuboidal epithelial + cells take on the shape of a column or cube. + meaning: CL:0000075 + title: columnar/cuboidal epithelial cell + CL:0002555: + text: CL:0002555 + description: A fibroblast that is part of the mammary gland. + meaning: CL:0002555 + title: fibroblast of mammary gland + CL:0000379: + text: CL:0000379 + meaning: CL:0000379 + title: sensory processing neuron + CL:0000108: + text: CL:0000108 + description: A neuron that uses acetylcholine as a vesicular neurotransmitter. + meaning: CL:0000108 + title: cholinergic neuron + CL:0004226: + text: CL:0004226 + description: An amacrine cell with a small dendritic field with post-synaptic + terminals in S3 and S4. + meaning: CL:0004226 + title: monostratified amacrine cell + CL:4033060: + text: CL:4033060 + description: A lactocyte that highly expresses genes associated with lipid + production and milk component biosynthesis. + meaning: CL:4033060 + title: lactocyte type 2 + CL:0002019: + text: CL:0002019 + description: A reticulocyte that is Ly76-high and is Kit-negative. + meaning: CL:0002019 + title: Ly-76 high reticulocyte + CL:0000232: + text: CL:0000232 + description: A red blood cell. In mammals, mature erythrocytes are biconcave + disks containing hemoglobin whose function is to transport oxygen. + meaning: CL:0000232 + title: erythrocyte + CL:0000704: + text: CL:0000704 + description: A specialized endothelial cell that senses extracellular signals + and guides the directed growth of blood vessels. + meaning: CL:0000704 + title: endothelial tip cell + CL:0011008: + text: CL:0011008 + description: A hemocyte derived from the embryonic head mesoderm, which enters + the hemolymph as a circulating cell. + meaning: CL:0011008 + title: embryonic hemocyte + CL:1000303: + text: CL:1000303 + description: A fibroblast that is part of the areolar connective tissue. + meaning: CL:1000303 + title: fibroblast of areolar connective tissue + CL:0000018: + text: CL:0000018 + description: A male germ cell that develops from the haploid secondary spermatocytes. + Without further division, spermatids undergo structural changes and give + rise to spermatozoa. + meaning: CL:0000018 + title: spermatid + CL:0009088: + text: CL:0009088 + description: An adult endothelial progenitor cell characterised in vivo by + homing to ischemic sites and paracrine support of angiogenesis. These cells + do not form colonies. + meaning: CL:0009088 + title: circulating angiogenic cell + CL:0008034: + text: CL:0008034 + description: Mural cells are pericytes and the vascular smooth muscle cells + (vSMCs) of the microcirculation. + meaning: CL:0008034 + title: mural cell + CL:1001611: + text: CL:1001611 + description: Neuron of the cerebellum. + meaning: CL:1001611 + title: cerebellar neuron + CL:0009020: + text: CL:0009020 + description: An intestinal tuft cell that is a part of a vermiform appendix. + meaning: CL:0009020 + title: tuft cell of appendix + CL:2000061: + text: CL:2000061 + description: Any mesenchymal stem cell that is part of a placenta. + meaning: CL:2000061 + title: placental amniotic mesenchymal stromal cell + CL:0000207: + text: CL:0000207 + description: Any neuron that is capable of some detection of chemical stimulus + involved in sensory perception of smell. + meaning: CL:0000207 + title: olfactory receptor cell + CL:0002117: + text: CL:0002117 + description: A class switched memory B cell that lacks IgG on the cell surface. + meaning: CL:0002117 + title: IgG-negative class switched memory B cell + CL:0000371: + text: CL:0000371 + description: The cell protoplasm after removal of the cell wall. + meaning: CL:0000371 + title: protoplast + CL:0002174: + text: CL:0002174 + description: A cell within the follicle of an ovary. + meaning: CL:0002174 + title: follicular cell of ovary + CL:0001015: + text: CL:0001015 + description: CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high + and is CD8_alpha-low. + meaning: CL:0001015 + title: CD8_alpha-low Langerhans cell + CL:0000848: + text: CL:0000848 + description: An olfactory receptor cell in which the apical ending of the + dendrite is a knob that bears numerous microvilli. + meaning: CL:0000848 + title: microvillous olfactory receptor neuron + CL:1001502: + text: CL:1001502 + description: The large glutaminergic nerve cells whose dendrites synapse with + axons of the olfactory receptor neurons in the glomerular layer of the olfactory + bulb, and whose axons pass centrally in the olfactory tract to the olfactory + cortex. + meaning: CL:1001502 + title: mitral cell + CL:4042007: + text: CL:4042007 + description: An astrocyte with highly branched protrusions, found in neocortex + layers 2-6. It is involved with the formation and elimination of synapses, + glutamate clearance, modulation of synaptic functions and regulation of + blood flow in response to synaptic activity. + meaning: CL:4042007 + title: protoplasmic astrocyte + CL:0010007: + text: CL:0010007 + description: Any cell that is part of some His-Purkinje system. + meaning: CL:0010007 + title: His-Purkinje system cell + CL:0008018: + text: CL:0008018 + description: A myoblast that is commited to developing into a somatic muscle. + meaning: CL:0008018 + title: somatic muscle myoblast + CL:0002097: + text: CL:0002097 + description: A cell of the adrenal cortex. Cell types include those that synthesize + and secrete chemical derivatives (steroids) of cholesterol. + meaning: CL:0002097 + title: cortical cell of adrenal gland + CL:1000410: + text: CL:1000410 + description: A muscle cell that is part of the atrioventricular node. + meaning: CL:1000410 + title: myocyte of atrioventricular node + CL:0008033: + text: CL:0008033 + description: A pericyte of the decidual vasculature. + meaning: CL:0008033 + title: decidual pericyte + CL:0000209: + text: CL:0000209 + description: A specialized cell involved in gustatory sensory perception. + meaning: CL:0000209 + title: taste receptor cell + CL:0003018: + text: CL:0003018 + description: A retinal ganglion B3 cell with dentrites terminating in S4. + meaning: CL:0003018 + title: retinal ganglion cell B3 inner + CL:0000027: + text: CL:0000027 + description: A smooth muscle cell derived from the neural crest. + meaning: CL:0000027 + title: smooth muscle cell neural crest derived + CL:0002170: + text: CL:0002170 + description: A keratinized cell located in the hard palate or gingiva. + meaning: CL:0002170 + title: keratinized cell of the oral mucosa + CL:0002262: + text: CL:0002262 + description: An endothelial cell that lines any of the venous cavities through + which blood passes in various glands and organs such as the spleen and liver. + meaning: CL:0002262 + title: endothelial cell of sinusoid + CL:0000796: + text: CL:0000796 + description: A alpha-beta intraepithelial T cell found in the columnar epithelium + of the gastrointestinal tract. Intraepithelial T cells often have distinct + developmental pathways and activation requirements. + meaning: CL:0000796 + title: CD8-alpha-beta-positive, alpha-beta intraepithelial T cell + CL:0007017: + text: CL:0007017 + description: An epidermal cell with apical microvilli or a single apical projection + have synaptic associations with nerve fibres in the epidermis. + meaning: CL:0007017 + title: Stiftchenzellen + CL:0002668: + text: CL:0002668 + description: An otic fibrocyte that is lateral to the basilar membrane and + anchoris it to the lateral wall. + meaning: CL:0002668 + title: type 4 otic fibrocyte + CL:1000470: + text: CL:1000470 + description: A myoepithelial cell that is part of the primary lactiferous + duct. + meaning: CL:1000470 + title: myoepithelial cell of primary lactiferous duct + CL:0000682: + text: CL:0000682 + description: An absorptive cell of the gut epithelium that endocytoses microorganisms + and intact macromolecules from the gut lumen and transports them to the + subepithelial space where they are presented to antigen-presenting cells + and lymphocytes. + meaning: CL:0000682 + title: M cell of gut + CL:0005026: + text: CL:0005026 + description: Multi fate stem cell that gives rise to both hepatocytes and + cholangiocytes as descendants. The term often refers to fetal precursors + of hepatocytes (differently from 'hepatic stem cell', usually applied to + the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts + may also be endogenous, as some stem cells found in the liver come from + the bone marrow via blood circulation. + meaning: CL:0005026 + title: hepatoblast + CL:0011011: + text: CL:0011011 + description: A cell derived from the mesoderm that is located between the + paraxial mesoderm and the lateral plate. + meaning: CL:0011011 + title: intermediate mesodermal cell + CL:0005015: + text: CL:0005015 + description: An auditory epithelial support cell that surrounds the nerve + fibers and synapses of the auditory inner hair cells. + meaning: CL:0005015 + title: inner phalangeal cell + CL:0000954: + text: CL:0000954 + description: A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, + Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, + and carries a DNA rearrangement of one or more immunoglobulin light chain + genes. + meaning: CL:0000954 + title: small pre-B-II cell + CL:0000972: + text: CL:0000972 + description: A class switched memory B cell is a memory B cell that has undergone + Ig class switching and therefore is IgM-negative on the cell surface. These + cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface. + meaning: CL:0000972 + title: class switched memory B cell + CL:0000789: + text: CL:0000789 + description: A T cell that expresses an alpha-beta T cell receptor complex. + meaning: CL:0000789 + title: alpha-beta T cell + CL:0009019: + text: CL:0009019 + description: A kidney cortical cell that is part of the nephrogenic zone. + meaning: CL:0009019 + title: nephrogenic zone cell + CL:0017011: + text: CL:0017011 + description: A hillock cell that is part of the prostatic urethra. + meaning: CL:0017011 + title: hillock cell of prostatic urethral epithelium + CL:0000904: + text: CL:0000904 + description: CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000904 + title: central memory CD4-positive, alpha-beta T cell + CL:0004139: + text: CL:0004139 + description: A retinal ganglion A2 cell with dendrites terminating in S2. + meaning: CL:0004139 + title: retinal ganglion cell A2 outer + CL:0009016: + text: CL:0009016 + description: An intestinal stem cell that is located in the large intestine + crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the + large intestine and are highly proliferative. They either differentiate + into transit amplifying cells or self-renew to form new stem cells. + meaning: CL:0009016 + title: intestinal crypt stem cell of large intestine + CL:4023087: + text: CL:4023087 + description: A Martinotti neuron that has axons that form a fan-like plexus. + meaning: CL:4023087 + title: fan Martinotti neuron + CL:0000840: + text: CL:0000840 + description: An immature cell of the conventional dendritic cell lineage, + characterized by high levels of antigen uptake via endocytosis, macropinocytosis, + and phagocytosis, and typically found resident in the tissues. Markers for + this cell are CD80-low, CD86-low, and MHC-II-low. + meaning: CL:0000840 + title: immature conventional dendritic cell + CL:0008049: + text: CL:0008049 + description: A giant pyramidal neuron with a soma in layer Vb of the primary + motor cortex that sends its axons down the spinal cord via the corticospinal + tract, either synapsing directly with alpha motor neurons, or targeting + interneurons in the spinal cord. In humans, Betz cells are the largest known + in the central nervous system. + meaning: CL:0008049 + title: Betz cell + CL:0002473: + text: CL:0002473 + description: Gr1-low non-classical monocyte that has high surface expression + of a MHC-II complex. + meaning: CL:0002473 + title: MHC-II-high non-classical monocyte + CL:0010009: + text: CL:0010009 + description: Any photoreceptor cell that is part of some camera-type eye. + meaning: CL:0010009 + title: camera-type eye photoreceptor cell + CL:0002206: + text: CL:0002206 + description: A brush cell of the epithelium in the terminal bronchiole. + meaning: CL:0002206 + title: brush cell of terminal bronchiole + CL:0000287: + text: CL:0000287 + description: Any photoreceptor cell that is part of some eye. + meaning: CL:0000287 + title: eye photoreceptor cell + CL:0009063: + text: CL:0009063 + description: An enteroendocrine cell that is located in the anorectum. + meaning: CL:0009063 + title: enteroendocrine cell of anorectum + CL:0002370: + text: CL:0002370 + description: A simple columnar epithelial cell that secretes mucin. Rough + endoplasmic reticulum, mitochondria, the nucleus, and other organelles are + concentrated in the basal portion. The apical plasma membrane projects microvilli + to increase surface area for secretion. + meaning: CL:0002370 + title: respiratory goblet cell + CL:0000851: + text: CL:0000851 + description: Neuromast mantle cell is a non-sensory cell. Neuromast mantle + cells surround the neuromast support cells and neuromast hair cells, separating + the neuromast from the epidermis, and secrete cupula in which the ciliary + bundles of all the hair cells are embedded. + meaning: CL:0000851 + title: neuromast mantle cell + CL:0000701: + text: CL:0000701 + description: Supports paraganglial type 1 cell. + meaning: CL:0000701 + title: paraganglia type 2 cell + CL:1001595: + text: CL:1001595 + description: 'Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes + or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001595 + title: rectum glandular cell + CL:4030026: + text: CL:4030026 + description: An absorptive epithelial cell of the human intestine expressing + bestrophin-4 (BEST4) calcium-activated ion channels. + meaning: CL:4030026 + title: BEST4+ intestinal epithelial cell, human + CL:0000456: + text: CL:0000456 + description: Any secretory cell that is capable of some mineralocorticoid + secretion. + meaning: CL:0000456 + title: mineralocorticoid secreting cell + CL:0002449: + text: CL:0002449 + description: A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive. + meaning: CL:0002449 + title: CD94-positive Ly49CI-positive natural killer cell, mouse + CL:0000742: + text: CL:0000742 + description: A round chondrocyte that first differentiates in the late embryonic + growth plate of bone. + meaning: CL:0000742 + title: periarticular chondrocyte + CL:1000385: + text: CL:1000385 + description: A type II vestibular sensory cell that is part of the epithelium + of crista of ampulla of semicircular duct of membranous labyrinth. + meaning: CL:1000385 + title: type 2 vestibular sensory cell of epithelium of crista of ampulla of + semicircular duct of membranous labyrinth + CL:0002327: + text: CL:0002327 + description: An epithelial cell of the mammary gland. + meaning: CL:0002327 + title: mammary gland epithelial cell + CL:0002013: + text: CL:0002013 + description: A basophilic erythroblast that is GlyA-positive. + meaning: CL:0002013 + title: GlyA-positive basophilic erythroblast + CL:0002361: + text: CL:0002361 + description: A progenitor cell that is capable of forming colonies of primitive + erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in + mouse and expresses CD41. + meaning: CL:0002361 + title: primitive erythroid progenitor + CL:1000082: + text: CL:1000082 + meaning: CL:1000082 + title: stretch receptor cell + CL:1001581: + text: CL:1001581 + description: Glial cell of lateral ventricle. + meaning: CL:1001581 + title: lateral ventricle glial cell + CL:1000302: + text: CL:1000302 + description: A fibroblast that is part of the papillary layer of dermis. + meaning: CL:1000302 + title: fibroblast of papillary layer of dermis + CL:0003032: + text: CL:0003032 + description: A monostratified retinal ganglion cell that has post synaptic + terminals in sublaminar layer S2 and is depolarized by decreased illumination + of their receptive field center + meaning: CL:0003032 + title: M3-OFF retinal ganglion cell + CL:0002502: + text: CL:0002502 + description: An enteroendocrine cell of the small intestine that secretes + motilin. + meaning: CL:0002502 + title: type M enteroendocrine cell + CL:4023022: + text: CL:4023022 + description: A Lamp5 GABAergic cortical interneuron that has extended axons + in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in + having elongated horizontal axonal arbors largely confined to L1; but the + dendritic arbors are wider and have fewer branches, while the axon is less + tortuous and extends further from the soma + meaning: CL:4023022 + title: canopy lamp5 GABAergic cortical interneuron (Mmus) + CL:0019028: + text: CL:0019028 + description: Any hepatocyte that is part of the liver lobule midzonal region. + These cells have mixed functionality in comparison with those in the other + two regions of the liver lobule. + meaning: CL:0019028 + title: midzonal region hepatocyte + CL:0000803: + text: CL:0000803 + description: A gamma-delta intraepithelial T cell that has the phenotype CD4-negative + and CD8-negative. + meaning: CL:0000803 + title: CD4-negative CD8-negative gamma-delta intraepithelial T cell + CL:0002335: + text: CL:0002335 + description: A preadipocyte that is capable of differentiating into a brown + adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing + 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) + coactivator-1alpha). + meaning: CL:0002335 + title: brown preadipocyte + CL:0004223: + text: CL:0004223 + description: A amacrine cell with a small dendritic field and post-synaptic + terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped + dendritic arbor and undulate dendrites. + meaning: CL:0004223 + title: AB diffuse-1 amacrine cell + CL:0000484: + text: CL:0000484 + description: Mast cell subtype whose granules contain both the serine proteases + tryptase and chymase. These cells are primarily found in connective tissue, + such as the peritoneal cavity, skin, and intestinal submucosa. Their development + is T-cell independent. + meaning: CL:0000484 + title: connective tissue type mast cell + CL:1001579: + text: CL:1001579 + description: Glial cell of cerebral cortex. + meaning: CL:1001579 + title: cerebral cortex glial cell + CL:0002653: + text: CL:0002653 + description: A squamous shaped endothelial cell. + meaning: CL:0002653 + title: squamous endothelial cell + CL:0002340: + text: CL:0002340 + description: The exocrine cell of the prostate, this epithelial cell secretes + prostatic acid phosphotase and PSA, and is dependent on androgen hormones + for survival. + meaning: CL:0002340 + title: luminal cell of prostate epithelium + CL:0002258: + text: CL:0002258 + description: A cell type that varies from squamous to columnar, depending + on their activity with microvillus directed luminally. This cell produces + and secretes thyroid hormones. + meaning: CL:0002258 + title: thyroid follicular cell + CL:0002414: + text: CL:0002414 + description: A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive. + meaning: CL:0002414 + title: immature Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:4030059: + text: CL:4030059 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found between cortical layer 2-4. This + intratelencephalic-projecting glutamatergic neuron has thin-tufted apical + dendrites and extends its axonal projection into L5 in the neocortex. This + neuronal type has a hyperpolarised resting membrane potential. The standard + transcriptomic reference data for this cell type can be found on the CellxGene + census under the collection: ''Transcriptomic cytoarchitecture reveals principles + of human neocortex organization'', dataset: ''Supercluster: IT-projecting + excitatory neurons'', Author Categories: ''CrossArea_subclass'', clusters + L2/3 IT.' + meaning: CL:4030059 + title: L2/3 intratelencephalic projecting glutamatergic neuron + CL:1000706: + text: CL:1000706 + description: Any urothelial cell that is part of some urothelium of ureter. + meaning: CL:1000706 + title: ureter urothelial cell + CL:4030015: + text: CL:4030015 + description: A renal alpha-intercalated cell that is part of the collecting + duct of the renal tubule. + meaning: CL:4030015 + title: kidney collecting duct alpha-intercalated cell + CL:0000310: + text: CL:0000310 + meaning: CL:0000310 + title: iron accumulating cell + CL:0002679: + text: CL:0002679 + description: A lymphocyte found in adipose tissue that lacks lineage markers + of other lymphocytes but is capable of mediating TH2 cytokine responses. + This cell type is found in fat associated lymphoid clusters, proliferates + in response to IL2 and produce large amounts of TH2 cytokines such as IL5, + IL6 and IL13 + meaning: CL:0002679 + title: natural helper lymphocyte + CL:0002080: + text: CL:0002080 + description: A cubodial epithelial cell that is continuous with the lining + of intercalated ducts that drain the acinus. This cell type secretes a high + pH solution to aid in activation of zymogens, and can differentiate into + endocrine and exocrine pancreatic cell types. + meaning: CL:0002080 + title: pancreatic centro-acinar cell + CL:0003005: + text: CL:0003005 + description: A mono-stratified retinal ganglion cell that has a small dendritic + field and dense dendritic arbor. + meaning: CL:0003005 + title: G4 retinal ganglion cell + CL:0000974: + text: CL:0000974 + description: A fully differentiated plasma cell that lives for years, as opposed + to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, + CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, + surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. + The majority of these cells of this type reside in the bone marrow. + meaning: CL:0000974 + title: long lived plasma cell + CL:0000133: + text: CL:0000133 + description: Ectoderm destined to be nervous tissue. + meaning: CL:0000133 + title: neurectodermal cell + CL:0002468: + text: CL:0002468 + description: A myeloid suppressor cell that is Gr1-low and CD11c-positive. + meaning: CL:0002468 + title: Gr1-low myeloid suppressor cell + CL:0002177: + text: CL:0002177 + description: A supporting cell of the anterior pituitary gland involved in + trophic and catabolic processes; expresses a broad spectrum of cytokeratins + indicative of their epithelial nature. + meaning: CL:0002177 + title: folliculostellate cell of pars distalis of adenohypophysis + CL:4030050: + text: CL:4030050 + description: A medium spiny neuron that expresses both DRD1 and DRD2 and is + part of an extra-striosomal part of dorsal striatum. + meaning: CL:4030050 + title: D1/D2-hybrid medium spiny neuron + CL:0000300: + text: CL:0000300 + description: A mature sexual reproductive cell having a single set of unpaired + chromosomes. + meaning: CL:0000300 + title: gamete + CL:2000092: + text: CL:2000092 + description: Any keratinocyte that is part of a hair follicle. + meaning: CL:2000092 + title: hair follicular keratinocyte + CL:4033061: + text: CL:4033061 + description: An endothelial cell that is part of a central vein of liver. + meaning: CL:4033061 + title: endothelial cell of central vein of liver + CL:0000656: + text: CL:0000656 + description: A diploid cell that has derived from a spermatogonium and can + subsequently begin meiosis and divide into two haploid secondary spermatocytes. + meaning: CL:0000656 + title: primary spermatocyte + CL:0000150: + text: CL:0000150 + description: A specialized epithelial cell that is capable of synthesizing + and secreting certain biomolecules. + meaning: CL:0000150 + title: glandular epithelial cell + CL:0000549: + text: CL:0000549 + description: A nucleated immature erythrocyte, having cytoplasm generally + similar to that of the earlier proerythroblast but sometimes even more basophilic, + and usually regular in outline. The nucleus is still relatively large, but + the chromatin strands are thicker and more deeply staining, giving a coarser + appearance; the nucleoli have disappeared. This cell is CD71-positive and + lacks hematopoeitic lineage markers. + meaning: CL:0000549 + title: basophilic erythroblast + CL:0000902: + text: CL:0000902 + description: CD4-positive alpha-beta T cell with the phenotype CD25-positive, + CTLA-4-positive, and FoxP3-positive with regulatory function. + meaning: CL:0000902 + title: induced T-regulatory cell + CL:0000944: + text: CL:0000944 + description: A Be cell that facilitates development of T-helper 2 (Th2) phenotype + T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, + and interleukin-6. + meaning: CL:0000944 + title: Be2 cell + CL:0002544: + text: CL:0002544 + description: An arterial endothelial cell that is part of the aorta endothelium. + meaning: CL:0002544 + title: aortic endothelial cell + CL:0000833: + text: CL:0000833 + description: A promyelocyte committed to the eosinophil lineage. + meaning: CL:0000833 + title: eosinophilic promyelocyte + CL:4023122: + text: CL:4023122 + description: An interneuron located in the cerebral cortex that expresses + the oxytocin receptor. These interneurons also express somatostatin. + meaning: CL:4023122 + title: oxytocin receptor sst GABAergic cortical interneuron + CL:0000158: + text: CL:0000158 + description: A non-mucous, epithelial secretory cell that is part of the tracheobronchial + tree. A club cell has short microvilli but no cilia. A club cell is able + to multiply and differentiate into ciliated cells to regenerate the bronchiolar + epithelium and it also protects the tracheobronchial epithelium. + meaning: CL:0000158 + title: club cell + CL:0003043: + text: CL:0003043 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with dense dendritic arbor. + meaning: CL:0003043 + title: M10 retinal ganglion cell + CL:0002613: + text: CL:0002613 + description: A neuron of the striatum. + meaning: CL:0002613 + title: striatum neuron + CL:0008003: + text: CL:0008003 + description: A myotube that is part of some somatic muscle. Examples include + arthropod somatic muscle cells. + meaning: CL:0008003 + title: somatic muscle myotube + CL:4023061: + text: CL:4023061 + description: A neuron that has its soma located in CA4 of the hippocampus. + meaning: CL:4023061 + title: hippocampal CA4 neuron + CL:0002227: + text: CL:0002227 + description: A secondary fiber cell that contains a nucleus. + meaning: CL:0002227 + title: nucleated secondary lens fiber + CL:1000449: + text: CL:1000449 + description: An epithelial cell that is part of the nephron. + meaning: CL:1000449 + title: epithelial cell of nephron + CL:0009002: + text: CL:0009002 + description: Any cell participating in the inflammatory response to a foreign + substance, e.g. neutrophil, macrophage. + meaning: CL:0009002 + title: inflammatory cell + CL:1000427: + text: CL:1000427 + description: A chromaffin cell that is part of the adrenal cortex. + meaning: CL:1000427 + title: adrenal cortex chromaffin cell + CL:0008020: + text: CL:0008020 + description: A skeletal muscle satellite cell that undergoes symmetric division + to produce two adult skeleltal muscle myoblasts. + meaning: CL:0008020 + title: skeletal muscle satellite myogenic cell + CL:0000546: + text: CL:0000546 + description: A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, + CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4. + meaning: CL:0000546 + title: T-helper 2 cell + CL:0000914: + text: CL:0000914 + description: An immature alpha-beta T-cell that express Egr2. These cells + give rise to T cells expressing NK markers. + meaning: CL:0000914 + title: immature NK T cell + CL:0001002: + text: CL:0001002 + description: Mature CD8_alpha-negative CD11b-negative dendritic cell is a + CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001002 + title: mature CD8_alpha-negative CD11b-negative dendritic cell + CL:0000159: + text: CL:0000159 + meaning: CL:0000159 + title: seromucus secreting cell + CL:0002385: + text: CL:0002385 + description: An oblong or round asexual spore formed from conidial chains. + meaning: CL:0002385 + title: blastoconidium + CL:0000928: + text: CL:0000928 + description: A type I NK T cell that has been recently activated, secretes + interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, + CD69-positive, and downregulated NK markers. + meaning: CL:0000928 + title: activated CD4-negative, CD8-negative type I NK T cell + CL:0001062: + text: CL:0001062 + description: A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, + CD45RO-negative, and CCR7-negative. + meaning: CL:0001062 + title: effector memory CD8-positive, alpha-beta T cell, terminally differentiated + CL:1001108: + text: CL:1001108 + description: An epithelial cell that is part of some loop of Henle thick ascending + limb segment located in the renal medulla. + meaning: CL:1001108 + title: kidney loop of Henle medullary thick ascending limb epithelial cell + CL:0002092: + text: CL:0002092 + description: A cell found in the bone marrow. This can include fibroblasts, + macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and + hematopoietic cells. + meaning: CL:0002092 + title: bone marrow cell + CL:2000018: + text: CL:2000018 + description: Any endothelial cell of artery that is part of a coronary artery. + meaning: CL:2000018 + title: endothelial cell of coronary artery + CL:0009089: + text: CL:0009089 + description: A pericyte cell that is part of a lung. + meaning: CL:0009089 + title: lung pericyte + CL:1001592: + text: CL:1001592 + description: Glandular cell of gallbladder epithelium. + meaning: CL:1001592 + title: gallbladder glandular cell + CL:0002590: + text: CL:0002590 + description: A vascular associated smooth muscle cell of the brain vasculature. + meaning: CL:0002590 + title: smooth muscle cell of the brain vasculature + CL:0000113: + text: CL:0000113 + description: A vertebrate phagocyte with a single nucleus. + meaning: CL:0000113 + title: mononuclear phagocyte + CL:0000203: + text: CL:0000203 + description: Any neuronal receptor cell that is capable of some detection + of mechanical stimulus involved in sensory perception of gravity. + meaning: CL:0000203 + title: gravity sensitive cell + CL:0002563: + text: CL:0002563 + description: An epithelial cell of the intestine. + meaning: CL:0002563 + title: intestinal epithelial cell + CL:0002403: + text: CL:0002403 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, + CD8-negative and CD24-negative. This cell-type is found in the fetal thymus. + meaning: CL:0002403 + title: mature Vgamma2-positive fetal thymocyte + CL:0002611: + text: CL:0002611 + description: A CNS neuron of the dorsal spinal cord. + meaning: CL:0002611 + title: neuron of the dorsal spinal cord + CL:4030008: + text: CL:4030008 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the pronephros. + meaning: CL:4030008 + title: pronephric podocyte + CL:0009091: + text: CL:0009091 + description: A stem cell found in the interstitial compartment of the neonatal + testis; it is capable of self-renewal as well as differentiation into steroidogenic + cells (adult Leydig cells). Intermediate stages of development include progenitor + Leydig cells and immature Leydig cells. + meaning: CL:0009091 + title: Leydig stem cell + CL:0000806: + text: CL:0000806 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-positive, and CD25-positive. + meaning: CL:0000806 + title: DN2 thymocyte + CL:4023076: + text: CL:4023076 + description: An interneuron that has Martinotti morphology. These interneurons + are scattered throughout various layers of the cerebral cortex, sending + their axons up to the cortical layer I where they form axonal arborization. + meaning: CL:4023076 + title: Martinotti neuron + CL:0000392: + text: CL:0000392 + description: A hemocyte that synthesizes and secretes melanins as part of + the antimicrobial immune response. It is characterized morphologically by + crystal inclusions of phenoloxidases in its cytoplasm, hence its name. + meaning: CL:0000392 + title: crystal cell + CL:4023187: + text: CL:4023187 + description: A neuron with a small cell body that is located in a koniocellular + layer of the lateral geniculate nucleus (LGN). + meaning: CL:4023187 + title: koniocellular cell + CL:0000874: + text: CL:0000874 + description: A splenic macrophage found in the red-pulp of the spleen, and + involved in immune responses to blood-borne pathogens and in the clearance + of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, + MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low. + meaning: CL:0000874 + title: splenic red pulp macrophage + CL:1000435: + text: CL:1000435 + description: An epithelial cell that is part of the lacrimal drainage system. + meaning: CL:1000435 + title: epithelial cell of lacrimal drainage system + CL:1000717: + text: CL:1000717 + description: Intercalated cell that is part of some outer medullary collecting + duct. It is known in some mammalian species that this cell may contribute + in the maintenance of acid/base homeostasis. + meaning: CL:1000717 + title: kidney outer medulla collecting duct intercalated cell + CL:0000239: + text: CL:0000239 + description: An epithelial cell characterized by the presence of a brush border + on its apical surface, which increases the surface area for absorption. + meaning: CL:0000239 + title: brush border epithelial cell + CL:0000511: + text: CL:0000511 + description: A peptide hormone secreting cell that secretes androgen binding + protein. + meaning: CL:0000511 + title: androgen binding protein secreting cell + CL:4030039: + text: CL:4030039 + description: An extratelencephalic-projecting glutamatergic cortical neuron + that is morphologically-defined with a large, spindle-shaped cell body, + thick bipolar dendrites with limited branching and a moderate density of + spines, and often an axon initial segment that emanates from the side of + the cell body. This cell type is associated with markers POU3F, BMP3 and + ITGA4. + meaning: CL:4030039 + title: von Economo neuron + CL:0000550: + text: CL:0000550 + description: A nucleated, immature erythrocyte in which the nucleus occupies + a relatively smaller part of the cell than in its precursor, the basophilic + erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus + is no longer a purely basophilic, but takes on acidophilic aspects, which + becomes progressively more marked as the cell matures. The chromatin of + the nucleus is arranged in coarse, deeply staining clumps. This cell is + CD71-positive and lacks hematopoeitic lineage markers. + meaning: CL:0000550 + title: polychromatophilic erythroblast + CL:0000525: + text: CL:0000525 + description: A cell from the outer syncytial layer of the trophoblast of an + early mammalian embryo, directly associated with the maternal blood supply. + It secretes hCG in order to maintain progesterone secretion and sustain + a pregnancy. + meaning: CL:0000525 + title: syncytiotrophoblast cell + CL:0019003: + text: CL:0019003 + description: Any goblet cell that is part of the tracheobronchial epithelium. + meaning: CL:0019003 + title: tracheobronchial goblet cell + CL:0000438: + text: CL:0000438 + description: A peptide hormone secreting cell pituitary that produces luteinizing + hormone. + meaning: CL:0000438 + title: luteinizing hormone secreting cell + CL:0000052: + text: CL:0000052 + description: A stem cell from which all cells of the body can form. + meaning: CL:0000052 + title: totipotent stem cell + CL:0000981: + text: CL:0000981 + description: A memory B cell with the phenotype IgD-negative and CD27-negative. + meaning: CL:0000981 + title: double negative memory B cell + CL:4023066: + text: CL:4023066 + description: A pyramidal neuron which has an apical tree which is oriented + parallel to the pia. This is unlike typical pyramidal neurons which have + its apical dendrite aligned vertically. + meaning: CL:4023066 + title: horizontal pyramidal neuron + CL:0011101: + text: CL:0011101 + description: Cells of the uterine chorion that acquire specialized structural + and/or functional features that characterize chorionic trophoblasts. These + cells will migrate towards the spongiotrophoblast layer and give rise to + syncytiotrophoblasts of the labyrinthine layer. + meaning: CL:0011101 + title: chorionic trophoblast cell + CL:4033031: + text: CL:4033031 + description: An ON diffuse bipolar cell that predominantly connects to ON + parasol cells and lateral amacrine cells. + meaning: CL:4033031 + title: diffuse bipolar 4 cell + CL:0000151: + text: CL:0000151 + description: A cell that specializes in controlled release of one or more + substances. + meaning: CL:0000151 + title: secretory cell + CL:1000374: + text: CL:1000374 + description: A transitional myocyte that is part of the posterior division + of left branch of atrioventricular bundle. + meaning: CL:1000374 + title: transitional myocyte of posterior division of left branch of atrioventricular + bundle + CL:0000542: + text: CL:0000542 + description: A lymphocyte is a leukocyte commonly found in the blood and lymph + that has the characteristics of a large nucleus, a neutral staining cytoplasm, + and prominent heterochromatin. + meaning: CL:0000542 + title: lymphocyte + CL:4030011: + text: CL:4030011 + description: A brush border cell that is part of segment 3 (S3) of the proximal + tubule epithelium, which extends from the medullary rays of the renal cortex + into the outer medulla. + meaning: CL:4030011 + title: epithelial cell of proximal tubule segment 3 + CL:0000540: + text: CL:0000540 + description: The basic cellular unit of nervous tissue. Each neuron consists + of a body, an axon, and dendrites. Their purpose is to receive, conduct, + and transmit impulses in the nervous system. + meaning: CL:0000540 + title: neuron + CL:0000580: + text: CL:0000580 + description: A neutrophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte; + in this stage, production of primary granules is complete and neutrophil-specific + granules has started. No nucleolus is present. This cell type is CD13-positive, + CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, + CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, + myeloperoxidase-positive and NGAL-positive. + meaning: CL:0000580 + title: neutrophilic myelocyte + CL:0001009: + text: CL:0001009 + description: Immature dermal dendritic cell is a dermal dendritic cell that + is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001009 + title: immature dermal dendritic cell + CL:0000588: + text: CL:0000588 + description: A specialized osteoclast associated with the absorption and removal + of cementum. + meaning: CL:0000588 + title: odontoclast + CL:0011014: + text: CL:0011014 + description: A sperm cell that is not cabaple of motion (motility). + meaning: CL:0011014 + title: non-motile sperm cell + CL:4033042: + text: CL:4033042 + description: An alveolar macrophage that expresses metallothionein. + meaning: CL:4033042 + title: metallothionein-positive alveolar macrophage + CL:0000816: + text: CL:0000816 + description: An immature B cell is a B cell that has the phenotype surface + IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin + class switching or peripheral encounter with antigen and activation. + meaning: CL:0000816 + title: immature B cell + CL:0000558: + text: CL:0000558 + description: An immature erythrocyte that changes the protein composition + of its plasma membrane by exosome formation and extrusion. The types of + protein removed differ between species though removal of the transferrin + receptor is apparent in mammals and birds. + meaning: CL:0000558 + title: reticulocyte + CL:0000778: + text: CL:0000778 + description: A specialized mononuclear osteoclast associated with the absorption + and removal of bone, precursor of multinuclear osteoclasts. + meaning: CL:0000778 + title: mononuclear osteoclast + CL:0000500: + text: CL:0000500 + description: An epithelial somatic cell associated with a maturing oocyte. + meaning: CL:0000500 + title: follicular epithelial cell + CL:0009030: + text: CL:0009030 + description: An intestinal enteroendocrine cell that is located in a vermiform + appendix. + meaning: CL:0009030 + title: enteroendocrine cell of appendix + CL:0008017: + text: CL:0008017 + description: A skeletal muscle myoblast that is part of a skeletal mucle. These + cells are formed following acivation and division of skeletal muscle satellite + cells. They form a transient population that is lost when they fuse to form + skeletal muscle fibers. + meaning: CL:0008017 + title: adult skeletal muscle myoblast + CL:4023159: + text: CL:4023159 + description: An interneuron that has double bouquet morphology. + meaning: CL:4023159 + title: double bouquet cell + CL:0002504: + text: CL:0002504 + description: A smooth muscle cell of the intestine. + meaning: CL:0002504 + title: enteric smooth muscle cell + CL:0000690: + text: CL:0000690 + meaning: CL:0000690 + title: R2 photoreceptor cell + CL:0002317: + text: CL:0002317 + description: An external limiting cell found in the vestibular epithelium. + meaning: CL:0002317 + title: external limiting cell of vestibular epithelium + CL:2000079: + text: CL:2000079 + description: Any mesenchymal stem cell of the bone marrow that is part of + a femur. + meaning: CL:2000079 + title: mesenchymal stem cell of femoral bone marrow + CL:4023120: + text: CL:4023120 + description: An auditory hair cell found in the cochlea. + meaning: CL:4023120 + title: cochlea auditory hair cell + CL:0002629: + text: CL:0002629 + description: A mature microglial cell that has changed shape to an amoeboid + morphology and is capable of cytokine production and antigen presentation. + meaning: CL:0002629 + title: mature microglial cell + CL:0017009: + text: CL:0017009 + description: A human dendritic cell that expresses the AXL and SIGLEC6 genes. + meaning: CL:0017009 + title: Axl+ dendritic cell, human + CL:0000573: + text: CL:0000573 + description: One of the two photoreceptor cell types in the vertebrate retina. + In cones the photopigment is in invaginations of the cell membrane of the + outer segment. Cones are less sensitive to light than rods, but they provide + vision with higher spatial and temporal acuity, and the combination of signals + from cones with different pigments allows color vision. + meaning: CL:0000573 + title: retinal cone cell + CL:1000313: + text: CL:1000313 + description: A goblet cell that is part of the epithelium of stomach. + meaning: CL:1000313 + title: gastric goblet cell + CL:0002253: + text: CL:0002253 + description: An epithelial cell of the large intestine. + meaning: CL:0002253 + title: epithelial cell of large intestine + CL:0019029: + text: CL:0019029 + description: Any hepatocyte that is part of the liver lobule centrilobular + region. These cells are the primary location for the biotransformation of + drugs. + meaning: CL:0019029 + title: centrilobular region hepatocyte + CL:0000648: + text: CL:0000648 + description: A smooth muscle cell that synthesizes, stores, and secretes the + enzyme renin. This cell type are located in the wall of the afferent arteriole + at the entrance to the glomerulus. While having a different origin than + other kidney smooth muscle cells, this cell type expresses smooth muscle + actin upon maturation. + meaning: CL:0000648 + title: kidney granular cell + CL:0000870: + text: CL:0000870 + description: A gut-associated lymphoid tissue macrophage found in the Peyer's + patches. + meaning: CL:0000870 + title: Peyer's patch macrophage + CL:1000236: + text: CL:1000236 + description: Any glial cell that is part of some posterior lateral line nerve. + meaning: CL:1000236 + title: posterior lateral line nerve glial cell + CL:0001069: + text: CL:0001069 + description: An innate lymphoid cell that is capable of producing T-helper + 2-cell associated cytokines upon stimulation. + meaning: CL:0001069 + title: group 2 innate lymphoid cell + CL:0002084: + text: CL:0002084 + description: A Boettcher cell is a polyhedral cells on the basilar membrane + of the cochlea, and is located beneath Claudius cells. A Boettcher cell + is considered a supporting cell for the organ of Corti, and is present only + in the lower turn of the cochlea. These cells interweave with each other, + and project microvilli into the intercellular space. Because of their structural + specialization, a Boettcher cell is believed to play a significant role + in the function of the cochlea. They demonstrate high levels of calmodulin, + and may be involved in mediating Ca(2+) regulation and ion transport. + meaning: CL:0002084 + title: Boettcher cell + CL:1000367: + text: CL:1000367 + description: A transitional myocyte that is part of the posterior internodal + tract. + meaning: CL:1000367 + title: transitional myocyte of posterior internodal tract + CL:4029001: + text: CL:4029001 + description: A cell that supports the development of a gamete by providing + it cytoplasmic material (including entire organelles) by direct cross-membrane + channels (del Pino, 2021). + meaning: CL:4029001 + title: gamete-nursing cell + CL:4033000: + text: CL:4033000 + description: A(n) endothelial cell that is part of a(n) venule of lymph node. + meaning: CL:4033000 + title: endothelial cell of venule of lymph node + CL:0002658: + text: CL:0002658 + description: A glandular epithelial cell of the large intestine. + meaning: CL:0002658 + title: glandular cell of the large intestine + CL:0000565: + text: CL:0000565 + description: A cell found in fat bodies whose primary function is intermediary + metabolism. + meaning: CL:0000565 + title: fat body cell + CL:0001033: + text: CL:0001033 + description: Granule cell with a soma found in the hippocampus. + meaning: CL:0001033 + title: hippocampal granule cell + CL:0000479: + text: CL:0000479 + description: A peptide hormone secreting cell that secretes vasopressin stimulating + hormone + meaning: CL:0000479 + title: vasopressin stimulating hormone secreting cell + CL:0002508: + text: CL:0002508 + description: A dermal dendritic cell isolated from skin draining lymph nodes + that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative. + meaning: CL:0002508 + title: langerin-negative, CD103-negative lymph node dendritic cell + CL:0000141: + text: CL:0000141 + description: An osteocytelike cell with numerous processes, trapped in a lacuna + in the cement of the tooth. + meaning: CL:0000141 + title: cementocyte + CL:0002592: + text: CL:0002592 + description: A smooth muscle cell of the coronary artery. + meaning: CL:0002592 + title: smooth muscle cell of the coronary artery + CL:1001131: + text: CL:1001131 + description: A cell that is part of some vasa recta ascending limb. + meaning: CL:1001131 + title: vasa recta ascending limb cell + CL:0000849: + text: CL:0000849 + description: An olfactory receptor cell with short cilia growing in an invagination + bordered by microvilli. + meaning: CL:0000849 + title: crypt olfactory receptor neuron + CL:0009109: + text: CL:0009109 + description: A lymphatic endothelial cell located in a lymph node trabecula. + meaning: CL:0009109 + title: lymphatic endothelial cell of trabecula + CL:4030023: + text: CL:4030023 + description: A hillock cell that is located in respiratory epithelium. In + some mammalian species, this cell type has been noted to express KRT13 and + KRT4 and is postulated to play a role in squamous barrier function and immunomodulation. + meaning: CL:4030023 + title: respiratory hillock cell + CL:0004247: + text: CL:0004247 + description: A neuron that stratifies dendrites at two and only two locations. + meaning: CL:0004247 + title: bistratified cell + CL:0000091: + text: CL:0000091 + description: A tissue-resident macrophage of the reticuloendothelial system + found on the luminal surface of the hepatic sinusoids involved in erythrocyte + clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, + CD163/SRCR-positive. Irregular, with long processes including lamellipodia + extending into the sinusoid lumen, have flattened nucleus with cytoplasm + containing characteristic invaginations of the plasma membrane (vermiform + bodies); lie within the sinusoid lumen attached to the endothelial surface; + derived from the bone marrow, form a major part of the body's mononuclear + phagocyte system. + meaning: CL:0000091 + title: Kupffer cell + CL:0000122: + text: CL:0000122 + description: A neuron that has dendritic processes radiating from the cell + body forming a star-like shape. + meaning: CL:0000122 + title: stellate neuron + CL:0000741: + text: CL:0000741 + description: A motor neuron that is located in the cervical region of the + spinal cord and selectively innervates the sternocleidmastoid or trapezius + muscle. Unlike other motor neurons, they extend axons dorsally along lateral + margins of the spinal cord. + meaning: CL:0000741 + title: spinal accessory motor neuron + CL:1001005: + text: CL:1001005 + description: Any kidney capillary endothelial cell that is part of some glomerular + capillary endothelium. + meaning: CL:1001005 + title: glomerular capillary endothelial cell + CL:0001023: + text: CL:0001023 + description: A common myeloid progenitor that is Kit-positive and CD34-positive, + Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low. + meaning: CL:0001023 + title: Kit-positive, CD34-positive common myeloid progenitor + CL:0000065: + text: CL:0000065 + description: A neurectoderm derived cell that lines the neural lumen. + meaning: CL:0000065 + title: ependymal cell + CL:2000089: + text: CL:2000089 + description: A granule cell that has soma location in the dentate gyrus cell + layer of the hippocampal formation and has an elliptical cell body and characteristic + cone-shaped tree of spiny apical dendrites. The branches extend throughout + the molecular layer and the distal tips of the dendritic tree end just at + the hippocampal fissure or at the ventricular surface. The dentate gyrus + granule cell is the principal cell type of the dentate gyrus. + meaning: CL:2000089 + title: dentate gyrus granule cell + CL:1000505: + text: CL:1000505 + description: A cell that is part of a renal pelvis. + meaning: CL:1000505 + title: kidney pelvis cell + CL:0002178: + text: CL:0002178 + description: An epithelial cell found in the lining of the stomach. + meaning: CL:0002178 + title: epithelial cell of stomach + CL:0003008: + text: CL:0003008 + description: A mono-stratified retinal ganglion cell that has a medium dendritic + field and a medium dendritic arbor with post sympatic terminals in sublaminar + layer S2. + meaning: CL:0003008 + title: G5 retinal ganglion cell + CL:0002209: + text: CL:0002209 + description: An epithelial cell present in the trachea and bronchi; columnar + in shape; generally lack cilia; immature forms of ciliated or secretory + cells which have been formed from stem cells. + meaning: CL:0002209 + title: intermediate epitheliocyte + CL:4023006: + text: CL:4023006 + description: A nuclear bag fiber that is sensitive only changes in muscle + length but not the rate of that change. + meaning: CL:4023006 + title: static nuclear bag fiber + CL:0000754: + text: CL:0000754 + description: 'An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The dendritic tree is not well filled and the dendrites + are more delicate than in type 1 cells. The axon terminal is bushier and + exhibits a dense plexus of varicosities in the inner part of sublamina 1 + (Ghosh et al., 2004). It can be differentiated from other retinal bipolar + neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, + 2016).' + meaning: CL:0000754 + title: type 2 cone bipolar cell (sensu Mus) + CL:0000841: + text: CL:0000841 + description: A mature cell of the conventional dendritic cell lineage, characterized + by a high capacity for antigen presentation and typically found in a lymph + node. + meaning: CL:0000841 + title: mature conventional dendritic cell + CL:0000175: + text: CL:0000175 + description: A progesterone secreting cell in the corpus luteum. The large + luteal cells develop from the granulosa cells. The small luteal cells develop + from the theca cells. + meaning: CL:0000175 + title: luteal cell + CL:0004120: + text: CL:0004120 + description: A retinal ganglion A cell found in the retina with large somata, + often polygonal in shape. The dendritic fields consist of three to seven + stout dendrites that are sparce near soma. Dendrites terminate in S4. + meaning: CL:0004120 + title: retinal ganglion cell A1 + CL:0002424: + text: CL:0002424 + description: A DN2 thymocyte that is Kit-low. + meaning: CL:0002424 + title: DN2b thymocyte + CL:0000865: + text: CL:0000865 + description: A gut-associated lymphoid tissue macrophage found in lamina propria + of the gut. + meaning: CL:0000865 + title: gastrointestinal tract (lamina propria) macrophage + CL:1000600: + text: CL:1000600 + description: Any cell that is part of some lower urinary tract. + meaning: CL:1000600 + title: lower urinary tract cell + CL:1000321: + text: CL:1000321 + description: A goblet cell that is part of the epithelium of crypt of Lieberkuhn + of large intestine. + meaning: CL:1000321 + title: large intestine crypt goblet cell + CL:0002063: + text: CL:0002063 + description: A pulmonary alveolar epithelial cell that modulates the fluid + surrounding the alveolar epithelium by secreting and recycling surfactants. + This cell type also contributes to tissue repair and can differentiate after + injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker + than squamous alveolar cells, have a rounded apical surface that projects + above the level of surrounding epithelium. The free surface is covered by + short microvilli. + meaning: CL:0002063 + title: pulmonary alveolar type 2 cell + CL:4023097: + text: CL:4023097 + description: A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid + barrier cells make up the tight-junctioned layer in the leptomeninx that + functions as the physiologic barrier between the cerebrospinal fluid in + the subarachnoid space and the fenestrated capillaries in the dura. + meaning: CL:4023097 + title: arachnoid barrier cell + CL:0002198: + text: CL:0002198 + description: A large epithelial cell with an extremely acidophilic and granular + cytoplasm, containing vast numbers of mitochondria; such cells may undergo + neoplastic transformation. From the Greek word onkos meaning swelling, this + cell type is found in parathyroid, salivary and thyroid glands. + meaning: CL:0002198 + title: oncocyte + CL:4030007: + text: CL:4030007 + description: An epithelial ciliated cell that is part of the fallopian tube. + This cell type is found mainly on the apex of the mucosal folds and contributes, + together with peristaltic contractions, to the self-propulsion of spermatozoa, + the transport of ovum during ovulation and the transport of the fertilized + ovum to the intramural fallopian tube. A fallopian tube ciliated cell has + a columnar shape and contains an oval or round nucleus, often located perpendicular + or parallel to the long axis of the cell. + meaning: CL:4030007 + title: fallopian tube ciliated cell + CL:4023161: + text: CL:4023161 + description: An excitatory glutamatergic interneuron found in the granular + layer of the cerebellar cortex and also in the granule cell domain of the + cochlear nucleus. Unipolar brush cells have a round or oval cell body with + usually a single short dendrite that ends in a brush-like tuft of short + dendrites unique to them known as dendrioles. + meaning: CL:4023161 + title: unipolar brush cell + CL:0000218: + text: CL:0000218 + description: A neuroglial cell of the peripheral nervous system which forms + the insulating myelin sheaths of peripheral axons. + meaning: CL:0000218 + title: myelinating Schwann cell + CL:0000021: + text: CL:0000021 + description: Female germ cell is a germ cell that supports female gamete production. + meaning: CL:0000021 + title: female germ cell + CL:0000064: + text: CL:0000064 + description: A cell that has a filiform extrusion of the cell surface. + meaning: CL:0000064 + title: ciliated cell + CL:1000352: + text: CL:1000352 + description: A basal cell that is part of the epithelium of bronchiole. + meaning: CL:1000352 + title: basal cell of epithelium of lobular bronchiole + CL:1000417: + text: CL:1000417 + description: A myoepithelial cell that is part of the sweat gland. + meaning: CL:1000417 + title: myoepithelial cell of sweat gland + CL:0000167: + text: CL:0000167 + description: Any secretory cell that is capable of some peptide hormone secretion. + meaning: CL:0000167 + title: peptide hormone secreting cell + CL:2000069: + text: CL:2000069 + description: Any fibroblast that is part of a gallbladder. + meaning: CL:2000069 + title: gallbladder fibroblast + CL:0002040: + text: CL:0002040 + description: A CD24-low, CD44-negative, NK1.1-negative NK T cell. + meaning: CL:0002040 + title: immature NK T cell stage II + CL:4030018: + text: CL:4030018 + description: A renal principal cell located in the connecting tubule. + meaning: CL:4030018 + title: kidney connecting tubule principal cell + CL:0004231: + text: CL:0004231 + description: A broadly stratifying amacrine cell with a small dendritic field + and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic + terminals in S2, S3, and S4. + meaning: CL:0004231 + title: recurving diffuse amacrine cell + CL:0000054: + text: CL:0000054 + meaning: CL:0000054 + title: bone matrix secreting cell + CL:0000532: + text: CL:0000532 + meaning: CL:0000532 + title: CAP motoneuron + CL:1000500: + text: CL:1000500 + description: A cell that is part of kidney interstitium. + meaning: CL:1000500 + title: kidney interstitial cell + CL:0000830: + text: CL:0000830 + description: A promyelocyte committed to the basophil lineage. + meaning: CL:0000830 + title: basophilic promyelocyte + CL:4023171: + text: CL:4023171 + description: A trigeminal neuron that is responsible for motor functions such + as biting and chewing. + meaning: CL:4023171 + title: trigeminal motor neuron + CL:0000114: + text: CL:0000114 + meaning: CL:0000114 + title: surface ectodermal cell + CL:0000622: + text: CL:0000622 + description: A secretory cell that is grouped together with other cells of + the same type to form grape shaped clusters known as acini (singular acinus). + meaning: CL:0000622 + title: acinar cell + CL:0002429: + text: CL:0002429 + description: A double-positive thymocyte that is CD69-positive and has begun + positive selection. + meaning: CL:0002429 + title: CD69-positive double-positive thymocyte + CL:0001067: + text: CL:0001067 + description: An innate lymphoid cell that is capable of producing the type + 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines. + meaning: CL:0001067 + title: group 1 innate lymphoid cell + CL:0002047: + text: CL:0002047 + description: A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive + and BP-1-negative. + meaning: CL:0002047 + title: fraction B precursor B cell + CL:0007013: + text: CL:0007013 + description: Odontoblast that is terminally differentiated and derived from + an odontogenic papilla and associated with dentine. + meaning: CL:0007013 + title: terminally differentiated odontoblast + CL:0002638: + text: CL:0002638 + description: A respiratory stem cell found at the junction of the terminal + (conductive) bronchiole and the respiratory bronchiole. This cell types + gives rise to alveolar cell types and club cells in response to lung injury. + This cell type expresses markers Scgb1a1 and Sftpc. + meaning: CL:0002638 + title: bronchioalveolar stem cell + CL:0000646: + text: CL:0000646 + description: Undifferentiated; mitotic stem cell for other epithelial cell + types; rounded or elliptical with little cytoplasm and few organelles; contain + cytokeratin intermediate filament. + meaning: CL:0000646 + title: basal cell + CL:1000484: + text: CL:1000484 + description: A Purkinje myocyte that is part of the atrioventricular bundle. + meaning: CL:1000484 + title: Purkinje myocyte of atrioventricular bundle + CL:1000892: + text: CL:1000892 + description: Any kidney blood vessel cell that is part of some kidney capillary. + meaning: CL:1000892 + title: kidney capillary endothelial cell + CL:0002172: + text: CL:0002172 + description: A long, spindle-shaped supporting cells arranged in parallel + rows that secretes components of the tectorial membrane and potassium ions + into the endolymph. + meaning: CL:0002172 + title: interdental cell of cochlea + CL:0000228: + text: CL:0000228 + description: A cell with more than one nucleus. + meaning: CL:0000228 + title: multinucleate cell + CL:0000174: + text: CL:0000174 + description: Any secretory cell that is capable of some steroid hormone secretion. + meaning: CL:0000174 + title: steroid hormone secreting cell + CL:0002212: + text: CL:0002212 + description: A fast muscle fiber cell that stores energy in the form of glycogen + and creatine phosphate. + meaning: CL:0002212 + title: type II muscle cell + CL:1000380: + text: CL:1000380 + description: A type I vestibular sensory cell that is part of the epithelium + of macula of saccule of membranous labyrinth. + meaning: CL:1000380 + title: type 1 vestibular sensory cell of epithelium of macula of saccule of + membranous labyrinth + CL:1000438: + text: CL:1000438 + description: An epithelial cell that is part of the wall of inferior part + of anal canal. + meaning: CL:1000438 + title: epithelial cell of wall of inferior part of anal canal + CL:4023094: + text: CL:4023094 + description: A pyramidal neuron which has a distinctive tuft formation, distal + from the soma. + meaning: CL:4023094 + title: tufted pyramidal neuron + CL:0002066: + text: CL:0002066 + description: A neuroendocrine cell found in the epithelium of the lungs and + respiratory tract. This cell type is rounded or elliptical in shape, situated + mainly in the basal part of the epithelium; regulates bronchial secretion, + smooth muscle contraction, lobular growth, ciliary activity and chemoreception. + Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles + with a clear halo between the core and the limiting membrane. + meaning: CL:0002066 + title: Feyrter cell + CL:0009084: + text: CL:0009084 + description: An epithelial cell that is part of an endometrial gland. + meaning: CL:0009084 + title: epithelial cell of endometrial gland + CL:2000023: + text: CL:2000023 + description: Any interneuron that is part of a spinal cord ventral column. + meaning: CL:2000023 + title: spinal cord ventral column interneuron + CL:0004229: + text: CL:0004229 + description: A bistratified amacrine cell with a small dendritic field that + has dendrite stratification in S2, and in S3 and S4. + meaning: CL:0004229 + title: A2-like amacrine cell + CL:0002676: + text: CL:0002676 + description: A neuroblast derived from a neural crest cell. + meaning: CL:0002676 + title: neural crest derived neuroblast + CL:0002091: + text: CL:0002091 + description: A small cell formed by the first meiotic division of oocytes. + meaning: CL:0002091 + title: primary polar body + CL:0001064: + text: CL:0001064 + description: A neoplastic cell that is capable of entering a surrounding tissue + meaning: CL:0001064 + title: malignant cell + CL:0000615: + text: CL:0000615 + description: A thick walled spore containing one or more haploid nuclei produced + by sexual reproduction in an Basidiomycete; formed externally on extrusions + of the basidium. + meaning: CL:0000615 + title: basidiospore + CL:0005007: + text: CL:0005007 + description: Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact + the central canal of the spinal cord and have ipsilateral ascending axons. + meaning: CL:0005007 + title: Kolmer-Agduhr neuron + CL:0001012: + text: CL:0001012 + meaning: CL:0001012 + title: CD7-negative lymphoid progenitor OR granulocyte monocyte progenitor + CL:1000346: + text: CL:1000346 + description: An enterocyte that is part of the epithelium proper of large + intestine. + meaning: CL:1000346 + title: enterocyte of epithelium proper of large intestine + CL:0000061: + text: CL:0000061 + description: Skeletogenic cell that produces cementum (a bony substance that + covers the root of a tooth), is part of the odontogenic papilla, and develops + from a precementoblast cell. + meaning: CL:0000061 + title: cementoblast + CL:0000687: + text: CL:0000687 + meaning: CL:0000687 + title: R1 photoreceptor cell + CL:0000148: + text: CL:0000148 + description: A pigment cell derived from the neural crest. Contains melanin-filled + pigment granules, which gives a brown to black appearance. + meaning: CL:0000148 + title: melanocyte + CL:1000370: + text: CL:1000370 + description: A transitional myocyte that is part of the left branch of atrioventricular + bundle. + meaning: CL:1000370 + title: transitional myocyte of left branch of atrioventricular bundle + CL:0002372: + text: CL:0002372 + description: A transversely striated, synctial muscle cell, formed by the + fusion of myoblasts. + meaning: CL:0002372 + title: myotube + CL:0000430: + text: CL:0000430 + description: A pigment cell derived from the neural crest. Contains cartenoid + pigments in structures called pterinosomes or xanthosomes. This gives an + appearance ranging from a golden yellow to orange and red. + meaning: CL:0000430 + title: xanthophore cell + CL:0009026: + text: CL:0009026 + description: An enterocyte that is a part of a vermiform appendix. + meaning: CL:0009026 + title: enterocyte of appendix + CL:1001569: + text: CL:1001569 + description: An interneuron with a soma found in the hippocampus. + meaning: CL:1001569 + title: hippocampal interneuron + CL:0002386: + text: CL:0002386 + description: A macroconidium that has more than one nucleus. + meaning: CL:0002386 + title: multinucleate macroconidium + CL:0002299: + text: CL:0002299 + description: An epithelial cell scattered in the cortex, predominant in the + outer cortex with a large pale nucleus and a prominent nucleolus. + meaning: CL:0002299 + title: type-2 epithelial cell of thymus + CL:0000383: + text: CL:0000383 + meaning: CL:0000383 + title: nephrogenic mesenchyme stem cell + CL:0002127: + text: CL:0002127 + description: A T cell with a receptor of limited diversity that is capable + of immediate effector functions upon stimulation. + meaning: CL:0002127 + title: innate effector T cell + CL:0003044: + text: CL:0003044 + description: A bistratified ganglion cell with small, dense dendritic fields + that terminate in S1 and S3. + meaning: CL:0003044 + title: M11 retinal ganglion cell + CL:1000444: + text: CL:1000444 + description: A mesothelial cell that is part of the anterior chamber of eyeball. + meaning: CL:1000444 + title: mesothelial cell of anterior chamber of eye + CL:0002195: + text: CL:0002195 + description: A stem cell that can give rise to the cells of the liver. The + term usually refers to the self-renewing pool of hepatocyte precursors in + the adult liver (differently from 'hepatoblast', often used for fetal precursors + of hepatocytes). + meaning: CL:0002195 + title: hepatic stem cell + CL:0003050: + text: CL:0003050 + description: A cone cell that detects short wavelength light. Exact peak of + spectra detected differs between species. In humans, spectra peaks at 420-440 + nm. + meaning: CL:0003050 + title: S cone cell + CL:0000873: + text: CL:0000873 + description: A splenic macrophage found in the areas surrounding the white + pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, + Dectin2-low, sialoadhesin-positive. + meaning: CL:0000873 + title: splenic metallophillic macrophage + CL:0002589: + text: CL:0002589 + description: A smooth muscle cell of the bachiocephalic vasculature. + meaning: CL:0002589 + title: smooth muscle cell of the brachiocephalic vasculature + CL:0009037: + text: CL:0009037 + description: A B lymphocyte that resides in the mantle zone of the lymph node + germinal center. These are generally IgM and IgD positive activated B cells + that form a 'corona' around the germinal center and are part of the establishment + of a secondary lymphatic follicule. + meaning: CL:0009037 + title: lymph node mantle zone B cell + CL:0005022: + text: CL:0005022 + description: Lymphatic progenitor cells, derived from the veins, that give + rise to lymphatic endothelial cells. + meaning: CL:0005022 + title: vascular lymphangioblast + CL:0002099: + text: CL:0002099 + description: A small, polyhedral, cell found in rounded groups or curved columns + with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid + droplets. This cell in the zona glomerulosa produces mineralocorticoids. + meaning: CL:0002099 + title: type I cell of adrenal cortex + CL:0002431: + text: CL:0002431 + description: A double-positive thymocyte that is undergoing positive selection, + has high expression of the alpha-beta T cell receptor, is CD69-positive, + and is in the process of down regulating the CD8 co-receptor. + meaning: CL:0002431 + title: CD4-positive, CD8-intermediate double-positive thymocyte + CL:0000242: + text: CL:0000242 + description: A modified epidermal cell located in the stratum basale. They + are found mostly in areas where sensory perception is acute. Merkel cells + are closely associated with an expanded terminal bulb of an afferent myelinated + nerve fiber. + meaning: CL:0000242 + title: Merkel cell + CL:0000829: + text: CL:0000829 + description: A myeloblast committed to the basophil lineage. + meaning: CL:0000829 + title: basophilic myeloblast + CL:0003047: + text: CL:0003047 + description: A bistratifed retinal ganglion cell that has small, symmetric + dendritic fields that terminate in S1 and S4-S5. + meaning: CL:0003047 + title: M14 retinal ganglion cell + CL:1000546: + text: CL:1000546 + description: An epithelial cell that is part of a renal medulla collecting + duct. + meaning: CL:1000546 + title: kidney medulla collecting duct epithelial cell + CL:0000464: + text: CL:0000464 + description: An epidermal progenitor cell that arises from neuroectoderm and + in turn gives rise to the epidermal sheath of ventral and cephalic regions. + meaning: CL:0000464 + title: epidermoblast + CL:0002413: + text: CL:0002413 + description: A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative. + meaning: CL:0002413 + title: mature Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:0002515: + text: CL:0002515 + description: An interrenal chromaffin cell found in teleosts that contain + heterogeneous vesicles with electron-dense granules located asymmetrically + within the vesicular membrane. + meaning: CL:0002515 + title: interrenal norepinephrine type cell + CL:0002492: + text: CL:0002492 + description: A polarized columnar cell that covesr the lateral surface of + the cochlear duct, secretes potassium ions and forms a continuous sheet + in contact with the endolymph; marginal cells form extensive interdigitations + with the basal and intermediate cells in the normal adult stria. + meaning: CL:0002492 + title: strial marginal cell + CL:0002073: + text: CL:0002073 + description: Specialized cardiac myocyte which is in the internodal tract + and atrioventricular node. The cell is more slender than ordinary atrial + myocytes and has more myofibrils than nodal myocytes. + meaning: CL:0002073 + title: transitional myocyte + CL:1000377: + text: CL:1000377 + description: A Feyrter cell that is part of the epithelium of trachea. + meaning: CL:1000377 + title: dense-core granulated cell of epithelium of trachea + CL:1000155: + text: CL:1000155 + description: A specialized epithelial secretory cell that moves chloride ions + and water across the tubule epithelium. + meaning: CL:1000155 + title: Malpighian tubule stellate cell + CL:0003036: + text: CL:0003036 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with medium dendritic arbor, and has dendrites in layers + 2 and 5. + meaning: CL:0003036 + title: M7 retinal ganglion cell + CL:1000742: + text: CL:1000742 + description: A mesangial cell located among the glomerular capillaries in + a renal corpuscle. + meaning: CL:1000742 + title: glomerular mesangial cell + CL:0001025: + text: CL:0001025 + description: A common lymphoid progenitor that is Kit-low, FLT3-positive, + IL7ralpha-positive, and SCA1-low. + meaning: CL:0001025 + title: Kit-positive, Sca1-positive common lymphoid progenitor + CL:0004183: + text: CL:0004183 + description: A monostratified retinal ganglion cell with medium soma, sparse + dendritic tree, and medium dendritic field. + meaning: CL:0004183 + title: retinal ganglion cell B3 + CL:1000288: + text: CL:1000288 + description: A muscle cell that is part of the atrial branch of anterior internodal + tract. + meaning: CL:1000288 + title: myocyte of atrial branch of anterior internodal tract + CL:0002510: + text: CL:0002510 + description: A langerin-positive lymph node dendritic cell that is CD103-negative + and CD11b-high. + meaning: CL:0002510 + title: CD103-negative, langerin-positive lymph node dendritic cell + CL:0002494: + text: CL:0002494 + description: A cell located in the heart, including both muscle and non muscle + cells. + meaning: CL:0002494 + title: cardiocyte + CL:2000070: + text: CL:2000070 + description: Any fibroblast that is part of a optic choroid. + meaning: CL:2000070 + title: optic choroid fibroblast + CL:0002131: + text: CL:0002131 + description: Regular cardiac myocyte of a cardiac ventricle. + meaning: CL:0002131 + title: regular ventricular cardiac myocyte + CL:0001073: + text: CL:0001073 + description: An innate lymphoid cell in the human with the phenotype CD34-negative, + CD56-positive, CD117-positive.Thie cell type may include precusors to NK + cells and ILC3 cells. + meaning: CL:0001073 + title: CD34-negative, CD56-positive, CD117-positive innate lymphoid cell, + human + CL:4023050: + text: CL:4023050 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in L6 of the primary motor cortex. These cells are short untufted + pyramidal cells, which could be stellate or inverted. + meaning: CL:4023050 + title: L6 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0002426: + text: CL:0002426 + description: A mature natural killer cell that is CD11b-positive and CD27-positive. + meaning: CL:0002426 + title: CD11b-positive, CD27-positive natural killer cell, mouse + CL:0002167: + text: CL:0002167 + description: A specialized cell involved in sensory perception of smell. + meaning: CL:0002167 + title: olfactory epithelial cell + CL:1000001: + text: CL:1000001 + description: Any neuron that has its soma located in some retrotrapezoid nucleus. + meaning: CL:1000001 + title: retrotrapezoid nucleus neuron + CL:0000604: + text: CL:0000604 + description: One of the two photoreceptor cell types of the vertebrate retina. + In rods the photopigment is in stacks of membranous disks separate from + the outer cell membrane. Rods are more sensitive to light than cones, but + rod mediated vision has less spatial and temporal resolution than cone vision. + meaning: CL:0000604 + title: retinal rod cell + CL:0009057: + text: CL:0009057 + description: A goblet cell that is located in the anorectum. + meaning: CL:0009057 + title: anorectum goblet cell + CL:0000702: + text: CL:0000702 + meaning: CL:0000702 + title: R5 photoreceptor cell + CL:0003037: + text: CL:0003037 + description: An M7 retinal ganglion cells with synaptic terminals in S4 and + is depolarized by illumination of its receptive field center. + meaning: CL:0003037 + title: M7-ON retinal ganglion cell + CL:4023107: + text: CL:4023107 + description: A neuron with soma location in the reticular formation with axons + that extend into the spinal cord such. Reticulospinal neuron activity can + lead to a variety of motor behaviors. + meaning: CL:4023107 + title: reticulospinal neuron + CL:0002057: + text: CL:0002057 + description: A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, + CD163-positive. + meaning: CL:0002057 + title: CD14-positive, CD16-negative classical monocyte + CL:4033032: + text: CL:4033032 + description: An ON diffuse bipolar cell that has a large dendritic field and + large axon terminals, which show little or no overlap. This cell predominantly + connects to narrow thorny ganglion cells. + meaning: CL:4033032 + title: diffuse bipolar 6 cell + CL:4033005: + text: CL:4033005 + description: A(n) serous secreting cell that is part of a(n) bronchus submucosal + gland. + meaning: CL:4033005 + title: serous secreting cell of bronchus submucosal gland + CL:0000917: + text: CL:0000917 + description: A CD8-positive, alpha-beta positive T cell that has the phenotype + T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and + is capable of producing interferon-gamma. + meaning: CL:0000917 + title: Tc1 cell + CL:0011013: + text: CL:0011013 + description: A sperm cell that is cabaple of motion (motility). + meaning: CL:0011013 + title: motile sperm cell + CL:0000821: + text: CL:0000821 + description: A B-1 B cell that has the phenotype CD5-negative, but having + other phenotypic attributes of a B-1 B cell. + meaning: CL:0000821 + title: B-1b B cell + CL:0000973: + text: CL:0000973 + description: A class switched memory B cell that expresses IgA. + meaning: CL:0000973 + title: IgA memory B cell + CL:0000671: + text: CL:0000671 + description: A follicle cell that migrates from the dorso-anterior part of + the oocyte associated follicular epithelium, in between the nurse cells + and the oocyte, and participates in the formation of the operculum. + meaning: CL:0000671 + title: centripetally migrating follicle cell + CL:1000359: + text: CL:1000359 + description: A M cell that is part of the epithelium proper of appendix. + meaning: CL:1000359 + title: microfold cell of epithelium proper of appendix + CL:1000320: + text: CL:1000320 + description: A goblet cell that is part of the epithelium of large intestine. + meaning: CL:1000320 + title: large intestine goblet cell + CL:0000657: + text: CL:0000657 + description: One of the two haploid cells into which a primary spermatocyte + divides, and which in turn gives origin to spermatids. + meaning: CL:0000657 + title: secondary spermatocyte + CL:0000705: + text: CL:0000705 + meaning: CL:0000705 + title: R6 photoreceptor cell + CL:0002601: + text: CL:0002601 + description: A smooth muscle cell of the uterus. + meaning: CL:0002601 + title: uterine smooth muscle cell + CL:0000598: + text: CL:0000598 + description: Pyramidal neurons have a pyramid-shaped soma with a single axon, + a large apical dendrite and multiple basal dendrites. The apex and an apical + dendrite typically point toward the pial surface and other dendrites and + an axon emerging from the base. The axons may have local collaterals but + also project outside their region. Pyramidal neurons are found in the cerebral + cortex, the hippocampus, and the amygdala. + meaning: CL:0000598 + title: pyramidal neuron + CL:0000327: + text: CL:0000327 + meaning: CL:0000327 + title: extracellular matrix secreting cell + CL:1000471: + text: CL:1000471 + description: A myoepithelial cell that is part of the secondary lactiferous + duct. + meaning: CL:1000471 + title: myoepithelial cell of secondary lactiferous duct + CL:1000310: + text: CL:1000310 + description: An adipocyte that is part of the epicardial fat of right ventricle. + meaning: CL:1000310 + title: adipocyte of epicardial fat of right ventricle + CL:4032000: + text: CL:4032000 + description: An epithelial cell of the urethra that has an expression profile + similar to lung club cells. Club-like cells of the urethra epithelium are + similar to lung club cells in their expression of SCGB1A1 and in their enrichment + of immunomodulatory programs. + meaning: CL:4032000 + title: club-like cell of the urethral epithelium + CL:0000016: + text: CL:0000016 + description: A stem cell that is the precursor of male gametes. + meaning: CL:0000016 + title: male germ line stem cell + CL:0002645: + text: CL:0002645 + description: An endocranial viscerocranial mucosa cell that is part of viscerocranial + mucosa. + meaning: CL:0002645 + title: endo-epithelial cell of pharyngotympanic part of viscerocranial mucosa + CL:0015000: + text: CL:0015000 + description: Motor neuron that innervate muscles that control eye, jaw, and + facial movements of the vertebrate head and parasympathetic neurons that + innervate certain glands and organs. + meaning: CL:0015000 + title: cranial motor neuron + CL:1001099: + text: CL:1001099 + description: Any endothelial cell that is part of some renal efferent arteriole. + meaning: CL:1001099 + title: kidney efferent arteriole endothelial cell + CL:2000029: + text: CL:2000029 + description: Any neuron that is part of a central nervous system. + meaning: CL:2000029 + title: central nervous system neuron + CL:0000733: + text: CL:0000733 + description: A plasmatocyte that derives from the larval lymph gland. + meaning: CL:0000733 + title: lymph gland plasmatocyte + CL:4033021: + text: CL:4033021 + description: A myoepithelial cell that is part of a submucosal gland of the + trachea. + meaning: CL:4033021 + title: myoepithelial cell of trachea gland + CL:0002462: + text: CL:0002462 + description: A F4/80-negative dendritic cell located in adipose tissue. + meaning: CL:0002462 + title: adipose dendritic cell + CL:0000596: + text: CL:0000596 + description: A spore formed following meiosis. Sometimes following meiosis, + prospores may undergo one or more rounds of mitosis before they are fully + mature. + meaning: CL:0000596 + title: sexual spore + CL:0009070: + text: CL:0009070 + description: A thymic epithelial cell located at the corticomedullary junction. + meaning: CL:0009070 + title: corticomedullary thymic epithelial cell + CL:2000054: + text: CL:2000054 + description: A large, granular, liver specific natural killer cell that adheres + to the endothelial cells of the hepatic sinusoid. + meaning: CL:2000054 + title: hepatic pit cell + CL:4030034: + text: CL:4030034 + description: A ciliated cell of the respiratory system. Ciliated cells are + present in airway epithelium. + meaning: CL:4030034 + title: respiratory ciliated cell + CL:0002033: + text: CL:0002033 + description: A hematopoietic stem cell capable of rapid replenishment of myeloerythroid + progenitors and limited self renewal capability. This cell is Kit-positive, + Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative. + meaning: CL:0002033 + title: short term hematopoietic stem cell + CL:0004119: + text: CL:0004119 + description: A retinal ganglion cell B that has medium body size, medium dendritic + field and dense dendritic arbor, and has post synaptic terminals in S2. + meaning: CL:0004119 + title: retinal ganglion cell B1 + CL:0000360: + text: CL:0000360 + description: A cell of the early embryo at the developmental stage in which + the blastomeres, resulting from repeated mitotic divisions of the fertilized + ovum (zygote), form a compact cell mass. + meaning: CL:0000360 + title: morula cell + CL:0000515: + text: CL:0000515 + description: A myoblast that differentiates into skeletal muscle fibers. + meaning: CL:0000515 + title: skeletal muscle myoblast + CL:2000056: + text: CL:2000056 + description: Any pyramidal cell that is part of a regional part of cerebral + cortex. + meaning: CL:2000056 + title: Meynert cell + CL:0007020: + text: CL:0007020 + description: Characteristic early embryonic cell with a bottle or flask shape + that is first to migrate inwards at the blastopore during gastrulation in + amphibians. + meaning: CL:0007020 + title: bottle cell + CL:0002018: + text: CL:0002018 + description: An erythroblast that is GlyA-positive and CD71-negative. + meaning: CL:0002018 + title: CD71-negative, GlyA-positive orthochromatic erythroblast + CL:2000081: + text: CL:2000081 + description: Any melanocyte of skin that is part of a skin of face. + meaning: CL:2000081 + title: melanocyte of skin of face + CL:4023068: + text: CL:4023068 + description: An excitatory neuron that has its soma located in the thalamic + complex. + meaning: CL:4023068 + title: thalamic excitatory neuron + CL:1001216: + text: CL:1001216 + description: Any endothelial cell that is part of some interlobular artery. + meaning: CL:1001216 + title: interlobulary artery endothelial cell + CL:0000000: + text: CL:0000000 + description: A material entity of anatomical origin (part of or deriving from + an organism) that has as its parts a maximally connected cell compartment + surrounded by a plasma membrane. + meaning: CL:0000000 + title: cell + CL:1000364: + text: CL:1000364 + description: A transitional myocyte that is part of the anterior internodal + tract. + meaning: CL:1000364 + title: transitional myocyte of anterior internodal tract + CL:0000238: + text: CL:0000238 + meaning: CL:0000238 + title: non keratinizing barrier epithelial cell + CL:0003040: + text: CL:0003040 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with medium dendritic arbor, and has dendrites in layers + 1 and 5. + meaning: CL:0003040 + title: M9 retinal ganglion cell + CL:0009023: + text: CL:0009023 + description: A T cell which resides in the Peyer's patch of the small intestine. + meaning: CL:0009023 + title: small intestine Peyer's patch T cell + CL:0000593: + text: CL:0000593 + description: A steroid hormone secreting cell that secretes androgen. + meaning: CL:0000593 + title: androgen secreting cell + CL:0002447: + text: CL:0002447 + description: A NK1.1-positive T cell that is CD94-negative. + meaning: CL:0002447 + title: CD94-negative natural killer cell, mouse + CL:1000411: + text: CL:1000411 + description: An endothelial cell that is part of the small intestine Peyer's + patch. + meaning: CL:1000411 + title: endothelial cell of Peyer's patch + CL:0000420: + text: CL:0000420 + meaning: CL:0000420 + title: syncytial epithelial cell + CL:1000375: + text: CL:1000375 + description: A myocardial endocrine cell that is part of the septal division + of left branch of atrioventricular bundle. + meaning: CL:1000375 + title: myocardial endocrine cell of septal division of left branch of atrioventricular + bundle + CL:0000834: + text: CL:0000834 + description: A progenitor cell of the neutrophil lineage. + meaning: CL:0000834 + title: neutrophil progenitor cell + CL:0000994: + text: CL:0000994 + description: Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative + plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low. + meaning: CL:0000994 + title: immature CD11c-negative plasmacytoid dendritic cell + CL:0002268: + text: CL:0002268 + description: An enteroendocrine cell that stores and secretes Ghrelin. + meaning: CL:0002268 + title: P/D1 enteroendocrine cell + CL:0000880: + text: CL:0000880 + description: A border associated macrophage found at the interface between + the blood and the cerebrospinal fluid in the brain. This central nervous + system macrophage has a star-like shaped body and expresses scavenger receptors. + meaning: CL:0000880 + title: choroid plexus macrophage + CL:0002168: + text: CL:0002168 + description: A border cell is a slender columnar cell on the medial portion + of the basilar membrane. + meaning: CL:0002168 + title: border cell of cochlea + CL:0002100: + text: CL:0002100 + description: A regular cardiac myocyte of the interventricular region of the + heart. + meaning: CL:0002100 + title: regular interventricular cardiac myocyte + CL:0000351: + text: CL:0000351 + description: A cell lining the outside of the blastocyst. After binding to + the endometrium, trophoblast cells develop into two distinct layers, an + inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous + multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early + fetal-maternal interface. + meaning: CL:0000351 + title: trophoblast cell + CL:0002271: + text: CL:0002271 + description: A type EC enteredocrine cell in the intestines that stores and + secretes substance P and 5-hydroxytryptamine. + meaning: CL:0002271 + title: type EC1 enteroendocrine cell + CL:0000896: + text: CL:0000896 + description: A recently activated CD4-positive, alpha-beta T cell with the + phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive. + meaning: CL:0000896 + title: activated CD4-positive, alpha-beta T cell + CL:0000095: + text: CL:0000095 + meaning: CL:0000095 + title: neuron associated cell + CL:0002208: + text: CL:0002208 + description: A brush cell found in the epithelium of bronchus. + meaning: CL:0002208 + title: brush cell of bronchus + CL:0004246: + text: CL:0004246 + description: A central nervous system neuron that stratifies at one and only + one location. + meaning: CL:0004246 + title: monostratified cell + CL:0002491: + text: CL:0002491 + description: A specialized cell involved in auditory sensory perception. + meaning: CL:0002491 + title: auditory epithelial cell + CL:0000508: + text: CL:0000508 + description: An endocrine cell found in the pyloric gland mucosa (antral mucosa) + of the stomach of mammals and responsible for the secretion of gastrin and + enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow + apex bearing long microvilli. + meaning: CL:0000508 + title: type G enteroendocrine cell + CL:0002660: + text: CL:0002660 + description: A luminal epithelial cell of mammary gland located in acinus + of structure. + meaning: CL:0002660 + title: luminal cell of acinus of lactiferous gland + CL:4023113: + text: CL:4023113 + description: A vestibular afferent neuron that makes bouton synapses to type + II hair cells. + meaning: CL:4023113 + title: bouton vestibular afferent neuron + CL:0001010: + text: CL:0001010 + description: Mature dermal dendritic cell is a dermal dendritic cell that + is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001010 + title: mature dermal dendritic cell + CL:4023014: + text: CL:4023014 + description: A vip GABAergic cortical interneuron with a soma found in L5. + L5 vip cells have mostly local morphology with some deep-projecting axons. + They show only moderate resistance, comparable to that of sst subclass and + unlike typical Vip subclass cells that tend to show high input resistance. + L5 vip cells show particularly low resting membrane potential. + meaning: CL:4023014 + title: L5 vip GABAergic interneuron (Mmus) + CL:0002214: + text: CL:0002214 + description: A type II muscle cell that contains large amounts of myoglobin, + has many mitochondria and very many blood capillaries. Type II A cells are + red, have a very high capacity for generating ATP by oxidative metabolic + processes, split ATP at a very rapid rate, have a fast contraction velocity + and are resistant to fatigue. + meaning: CL:0002214 + title: type IIa muscle cell + CL:0000378: + text: CL:0000378 + meaning: CL:0000378 + title: supporting cell (sensu Nematoda and Protostomia) + CL:1000491: + text: CL:1000491 + description: A mesothelial cell that is part of the pleura. + meaning: CL:1000491 + title: mesothelial cell of pleura + CL:0001007: + text: CL:0001007 + description: Interstitial dendritic cell is a conventional dendritic cell + that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and + CD36-positive. + meaning: CL:0001007 + title: interstitial dendritic cell + CL:0000612: + text: CL:0000612 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte;in + this stage, production of primary granules is complete and eosinophil-specific + granules has started. No nucleolus is present. These cells are integrin + alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, + and CD33-positive. + meaning: CL:0000612 + title: eosinophilic myelocyte + CL:0002136: + text: CL:0002136 + description: A cell in the zona fasciculata that produce glucocorticoids, + e.g cortisol. + meaning: CL:0002136 + title: type II cell of adrenal cortex + CL:0008047: + text: CL:0008047 + description: A skeletal muscle fiber that is part of a muscle spindle. These + are specialized muscle fibers that serve as proprioceptors, detecting the + amount and rate of change in length of a muscle. They are innervated by + both sensory neurons and motor neurons (gamma and beta motorneurons, collectively + referred to as fusimotor neurons). + meaning: CL:0008047 + title: intrafusal muscle fiber + CL:0002056: + text: CL:0002056 + description: A mature B cell subset originally defined as having being CD45R-positive, + IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated + being CD21-positive and CD23-negative and CD93 negative. + meaning: CL:0002056 + title: fraction F mature B cell + CL:0002442: + text: CL:0002442 + description: A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative. + meaning: CL:0002442 + title: CD94-negative, Ly49CI-negative natural killer cell, mouse + CL:0002058: + text: CL:0002058 + description: A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive. + meaning: CL:0002058 + title: Gr1-low non-classical monocyte + CL:0010020: + text: CL:0010020 + description: Any glial cell that is part of some heart. + meaning: CL:0010020 + title: cardiac glial cell + CL:0002238: + text: CL:0002238 + description: A primordial germ cell that is destined to become a male germ + cell. + meaning: CL:0002238 + title: male gonocyte + CL:0000440: + text: CL:0000440 + description: A cell of the intermediate pituitary that produces melanocyte + stimulating hormone. + meaning: CL:0000440 + title: melanocyte stimulating hormone secreting cell + CL:1000469: + text: CL:1000469 + description: A myoepithelial cell that is part of the main lactiferous duct. + meaning: CL:1000469 + title: myoepithelial cell of main lactiferous duct + CL:1000222: + text: CL:1000222 + description: Any neuroendocrine cell that is part of some stomach. + meaning: CL:1000222 + title: stomach neuroendocrine cell + CL:0000164: + text: CL:0000164 + description: An endocrine cell that is located in the epithelium of the gastrointestinal + tract or in the pancreas. + meaning: CL:0000164 + title: enteroendocrine cell + CL:4023051: + text: CL:4023051 + description: A type of mesothelial fibroblast that is derived from the neural + crest, is localized on blood vessels, and is a key component of the pia + and arachnoid membranes surrounding the brain. + meaning: CL:4023051 + title: vascular leptomeningeal cell + CL:1000331: + text: CL:1000331 + description: A serous secreting cell that is part of the epithelium of bronchus. + meaning: CL:1000331 + title: serous cell of epithelium of bronchus + CL:0000092: + text: CL:0000092 + description: 'A specialized phagocytic cell associated with the absorption + and removal of the mineralized matrix of bone tissue, which typically differentiates + from monocytes. This cell has the following markers: tartrate-resistant + acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear + factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor + superfamily member 11A-positive and macrophage colony-stimulating factor + 1 receptor-positive.' + meaning: CL:0000092 + title: osteoclast + CL:0002565: + text: CL:0002565 + description: A pigment cell located in the epithelium of the iris. + meaning: CL:0002565 + title: iris pigment epithelial cell + CL:0000895: + text: CL:0000895 + description: An antigen inexperienced CD4-positive, alpha-beta T cell with + the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell + type develops in the thymus. This cell type is also described as being CD25-negative, + CD62L-high, and CD44-low. + meaning: CL:0000895 + title: naive thymus-derived CD4-positive, alpha-beta T cell + CL:0001075: + text: CL:0001075 + description: An innate lymphoid cell in the human with the phenotype KLRG1-positive + that is a precusor for ILC2 cells. + meaning: CL:0001075 + title: KLRG1-positive innate lymphoid cell, human + CL:0001200: + text: CL:0001200 + description: A lymphocyte of B lineage that is CD19-positive. + meaning: CL:0001200 + title: lymphocyte of B lineage, CD19-positive + CL:0002188: + text: CL:0002188 + description: An endothelial cell found in the glomerulus of the kidney. This + cell is flattened, highly fenestrated, and plays a vital role in the formation + of glomerular ultrafiltrate. + meaning: CL:0002188 + title: glomerular endothelial cell + CL:0003026: + text: CL:0003026 + description: A bistratified retinal ganglion cell that has a small dendrite + fields with a sparse dendrite arbor terminating in S2 and S3. + meaning: CL:0003026 + title: retinal ganglion cell D1 + CL:0002499: + text: CL:0002499 + description: A trophoblast cell that arises in the junctional zone (basal + plate) of the placenta. + meaning: CL:0002499 + title: spongiotrophoblast cell + CL:0000786: + text: CL:0000786 + description: A terminally differentiated, post-mitotic, antibody secreting + cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, + and MHC Class II-negative. Plasma cells are oval or round with extensive + rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round + nucleus having a characteristic cartwheel heterochromatin pattern and are + devoted to producing large amounts of immunoglobulin. + meaning: CL:0000786 + title: plasma cell + CL:0000983: + text: CL:0000983 + description: A plasmablast that secretes IgM. + meaning: CL:0000983 + title: IgM plasmablast + CL:0000760: + text: CL:0000760 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. This cell has the widest dendritic field and the widest + axon terminal of all retinal bipolar cells. The axon terminal is delicate + and stratified through sublaminae 4 and 5 of the inner plexiform layer. + meaning: CL:0000760 + title: type 8 cone bipolar cell (sensu Mus) + CL:0000447: + text: CL:0000447 + meaning: CL:0000447 + title: carbohydrate secreting cell + CL:0002263: + text: CL:0002263 + description: One of three types of epithelial cells that populate the parathyroid + gland; cytological characteristics intermediate between those of the chief + cell and of the oxyphil cell. Because only one hormone is produced, the + three cell forms are widely believed to be different phases in the life + cycle of a single cell type, with the chief cell being its physiologically + active stage. + meaning: CL:0002263 + title: transitional cell of parathyroid gland + CL:0002288: + text: CL:0002288 + description: A cell type that forms the boundary with the surrounding epithelium. + meaning: CL:0002288 + title: type V taste receptor cell + CL:2000053: + text: CL:2000053 + description: Any endothelial cell that is part of a spleen. + meaning: CL:2000053 + title: splenic endothelial cell + CL:0002671: + text: CL:0002671 + description: An endothelial stalk cell is a specialized endothelial cell that + follows behind the tip cell of an angiogenic sprout. + meaning: CL:0002671 + title: endothelial stalk cell + CL:0000912: + text: CL:0000912 + description: A effector T cell that provides help in the form of secreted + cytokines to other immune cells. + meaning: CL:0000912 + title: helper T cell + CL:0002187: + text: CL:0002187 + description: A basally situated, mitotically active, columnar-shaped keratinocyte + attached to the basement membrane. + meaning: CL:0002187 + title: basal cell of epidermis + CL:0000692: + text: CL:0000692 + description: A neuroglial cell of the peripheral nervous system inside the + basal lamina of the neuromuscular junction providing chemical and physical + support to the synapse. + meaning: CL:0000692 + title: terminal Schwann cell + CL:0000193: + text: CL:0000193 + description: A striated muscle cell of an arthropod heart that participates + in heart contraction. + meaning: CL:0000193 + title: cardiac muscle cell (sensu Arthopoda) + CL:0002301: + text: CL:0002301 + description: A resident stromal cell located in the synovial membrane and + responsible for the production of immune-related cytokines and chemokines. + This cell type secretes glycoproteins and hyaluronic acid, has abundant + granular endoplasmic reticulum, but contains fewer vacuoles and vesicles. + meaning: CL:0002301 + title: type B synovial cell + CL:0001014: + text: CL:0001014 + description: CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive + and CD324-positive. + meaning: CL:0001014 + title: CD1a-positive Langerhans cell + CL:0002346: + text: CL:0002346 + description: An immature natural killer cell that is NK1.1-positive and DX-5 + negative. + meaning: CL:0002346 + title: Dx5-negative, NK1.1-positive immature natural killer cell, mouse + CL:0000495: + text: CL:0000495 + description: A photoreceptor cell that is sensitive to blue light. + meaning: CL:0000495 + title: blue sensitive photoreceptor cell + CL:0011016: + text: CL:0011016 + description: A motile sperm cell that contains a slender threadlike microscopic + appendage that enables motion. + meaning: CL:0011016 + title: flagellated sperm cell + CL:0005004: + text: CL:0005004 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into an erythrophore. + meaning: CL:0005004 + title: pigment erythroblast + CL:4030024: + text: CL:4030024 + description: An epithelial, transitional cell type between basal and secretory; + located in stratified, non-ciliated structures (called hillocks) with high + cell turnover in epithelium. In some mammalian species, this cell type has + been noted to express KRT13 and is postulated to play a role in squamous + barrier function and immunomodulation. + meaning: CL:4030024 + title: hillock cell + CL:0000769: + text: CL:0000769 + description: A basophil precursor in the granulocytic series, being a cell + intermediate in development between a basophilic myelocyte and a band form + basophil. The nucleus becomes indented where the indentation is smaller + than half the distance to the farthest nuclear margin; chromatin becomes + coarse and clumped; specific granules predominate while primary granules + are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, + CD33-positive, and CD13-positive. + meaning: CL:0000769 + title: basophilic metamyelocyte + CL:2000028: + text: CL:2000028 + description: Any glutamatergic neuron that is part of a cerebellum. + meaning: CL:2000028 + title: cerebellum glutamatergic neuron + CL:0002389: + text: CL:0002389 + description: An arthroconidium that has only one nucleus. + meaning: CL:0002389 + title: uninucleate arthroconidium + CL:0002260: + text: CL:0002260 + description: An epithelial cell of the parathyroid gland. + meaning: CL:0002260 + title: epithelial cell of parathyroid gland + CL:0000171: + text: CL:0000171 + description: A type of enteocrine cell found in the periphery of the islets + of Langerhans that secretes glucagon. + meaning: CL:0000171 + title: pancreatic A cell + CL:0000323: + text: CL:0000323 + meaning: CL:0000323 + title: lysozyme secreting cell + CL:0008007: + text: CL:0008007 + description: A muscle cell that is part of some visceral muscle. + meaning: CL:0008007 + title: visceral muscle cell + CL:0002432: + text: CL:0002432 + description: A CD4-positive, CD8-negative thymocyte that is CD24-positive + and expresses high levels of the alpha-beta T cell receptor. + meaning: CL:0002432 + title: CD24-positive, CD4 single-positive thymocyte + CL:0000979: + text: CL:0000979 + description: An IgG memory B cell is a class switched memory B cell that is + class switched and expresses IgG on the cell surface. + meaning: CL:0000979 + title: IgG memory B cell + CL:0001024: + text: CL:0001024 + description: CD133-positive hematopoietic stem cell is a hematopoietic stem + cell that is CD34-positive, CD90-positive, and CD133-positive. + meaning: CL:0001024 + title: CD34-positive, CD38-negative hematopoietic stem cell + CL:0000899: + text: CL:0000899 + description: CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, + CXCR3-negative, CCR6-positive, and capable of producing IL-17. + meaning: CL:0000899 + title: T-helper 17 cell + CL:0000076: + text: CL:0000076 + meaning: CL:0000076 + title: squamous epithelial cell + CL:0001078: + text: CL:0001078 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive. + meaning: CL:0001078 + title: group 3 innate lymphoid cell, human + CL:0001060: + text: CL:0001060 + description: A hematopoietic oligopotent progenitor cell that has the ability + to differentiate into limited cell types but lacks lineage cell markers + and self renewal capabilities. Cell lacks hematopoeitic lineage markers. + meaning: CL:0001060 + title: hematopoietic oligopotent progenitor cell, lineage-negative + CL:0007002: + text: CL:0007002 + description: Skeletogenic cell that has the potential to develop into a cementoblast. + meaning: CL:0007002 + title: precementoblast + CL:0008000: + text: CL:0008000 + description: Any muscle cell in which the fibers are not organised into sarcomeres. + meaning: CL:0008000 + title: non-striated muscle cell + CL:0002621: + text: CL:0002621 + description: Any epithelial cell that is part of some gingival epithelium. + meaning: CL:0002621 + title: gingival epithelial cell + CL:1001601: + text: CL:1001601 + description: Hormone secreting cell located in the cortex of adrenal gland. + Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids + and androgens. + meaning: CL:1001601 + title: adrenal gland glandular cell + CL:0002637: + text: CL:0002637 + description: An epithelial cell of the anal canal that is keratinized. This + cell type is found towards the lower, rectal end of the anal canal. + meaning: CL:0002637 + title: keratinized epithelial cell of the anal canal + CL:2000039: + text: CL:2000039 + description: Any neuromast support cell that is part of a posterior lateral + line. + meaning: CL:2000039 + title: posterior lateral line neuromast supporting cell + CL:1000306: + text: CL:1000306 + description: A fibroblast that is part of the tunica adventitia of artery. + meaning: CL:1000306 + title: fibroblast of tunica adventitia of artery + CL:0001203: + text: CL:0001203 + description: A CD8-positive, alpha-beta T cell with memory phenotype indicated + by being CD45RO and CD127-positive. This cell type is also described as + being CD25-negative, CD44-high, and CD122-high. + meaning: CL:0001203 + title: CD8-positive, alpha-beta memory T cell, CD45RO-positive + CL:1000467: + text: CL:1000467 + description: A chromaffin cell that is part of the left ovary. + meaning: CL:1000467 + title: chromaffin cell of left ovary + CL:0000888: + text: CL:0000888 + description: A lymph node macrophage found in the cortex of lymph nodes, in + particular in and around the germinal centers, and that participates in + phagocytosis of apoptotic B cells from the germinal centers. + meaning: CL:0000888 + title: lymph node tingible body macrophage + CL:0000050: + text: CL:0000050 + description: A progenitor cell committed to the megakaryocyte and erythroid + lineages. + meaning: CL:0000050 + title: megakaryocyte-erythroid progenitor cell + CL:0002191: + text: CL:0002191 + description: A cell involved in the formation of a granulocyte. + meaning: CL:0002191 + title: granulocytopoietic cell + CL:0010010: + text: CL:0010010 + description: Any stellate neuron that has its soma located in some cerebellum. + meaning: CL:0010010 + title: cerebellar stellate cell + CL:0000436: + text: CL:0000436 + meaning: CL:0000436 + title: vaginal lubricant secreting cell + CL:0011109: + text: CL:0011109 + description: A neuron that releases hypocretin as a neurotransmitter. + meaning: CL:0011109 + title: hypocretin-secreting neuron + CL:0001068: + text: CL:0001068 + description: A group 1 innate lymphoid cell that is non-cytotoxic. + meaning: CL:0001068 + title: ILC1 + CL:0002286: + text: CL:0002286 + description: A taste receptor cell that has a short microvilli, a projecting + apical region, a large rounded nucleus, and expresses taste chemoreceptors + thus making them the transducing cell for taste qualities. + meaning: CL:0002286 + title: type II taste cell + CL:0000132: + text: CL:0000132 + description: An hexagonal, flattened, mitochondria-rich endothelial cell that + forms a monolayer on the posterior surface of the cornea (the corneal endothelium). + Corneal endothelial cells are derived from the neural crest and are responsible + for keeping the cornea transparent by maintaining the tissue in a semi-dry + state through the action of their ionic pumps and tight junction barrier. + meaning: CL:0000132 + title: corneal endothelial cell + CL:2000087: + text: CL:2000087 + description: Any basket cell that is part of a dentate gyrus of hippocampal + formation. + meaning: CL:2000087 + title: dentate gyrus of hippocampal formation basket cell + CL:2000097: + text: CL:2000097 + description: Any dopaminergic neuron that is part of a midbrain. + meaning: CL:2000097 + title: midbrain dopaminergic neuron + CL:0003003: + text: CL:0003003 + description: A mono-stratified retinal ganglion cell that has a small dendritic + field and a sparse dendritic arbor with post sympatic terminals in sublaminar + layer S3. + meaning: CL:0003003 + title: G2 retinal ganglion cell + CL:0000492: + text: CL:0000492 + description: A CD4-positive, alpha-beta T cell that cooperates with other + lymphocytes via direct contact or cytokine release to initiate a variety + of immune functions. + meaning: CL:0000492 + title: CD4-positive helper T cell + CL:1000452: + text: CL:1000452 + description: An epithelial cell that is part of the glomerular parietal epithelium. + meaning: CL:1000452 + title: parietal epithelial cell + CL:0000510: + text: CL:0000510 + description: An epithelial cell found in the basal part of the intestinal + glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize + and secrete lysozyme and cryptdins. Numerous in the deeper parts of the + intestinal crypts, particularly in the duodenum, rich in zinc, contain large + acidophilic granules, with irregular apical microvilli and prominent membrane-bound + vacuoles containing matrix. + meaning: CL:0000510 + title: paneth cell + CL:0002232: + text: CL:0002232 + description: An epithelial cell of prostatic duct. + meaning: CL:0002232 + title: epithelial cell of prostatic duct + CL:4023115: + text: CL:4023115 + description: A spiral ganglion neuron that innervates inner hair cells. Type + 1 spiral ganglion neurons are myelinated and bipolar. + meaning: CL:4023115 + title: type 1 spiral ganglion neuron + CL:0002041: + text: CL:0002041 + description: A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell. + meaning: CL:0002041 + title: immature NK T cell stage III + CL:0000661: + text: CL:0000661 + meaning: CL:0000661 + title: distal tip cell (sensu Nematoda) + CL:2000064: + text: CL:2000064 + description: Any epithelial cell that is part of a female gonad. + meaning: CL:2000064 + title: ovarian surface epithelial cell + CL:0002573: + text: CL:0002573 + description: A glial cell that myelinates or ensheathes axons in the peripheral + nervous system. + meaning: CL:0002573 + title: Schwann cell + CL:0000779: + text: CL:0000779 + description: A specialized multinuclear osteoclast associated with the absorption + and removal of bone. + meaning: CL:0000779 + title: multinuclear osteoclast + CL:1000277: + text: CL:1000277 + description: A smooth muscle cell that is part of the jejunum. + meaning: CL:1000277 + title: smooth muscle fiber of jejunum + CL:0000487: + text: CL:0000487 + description: A secretory cell of ectodermal origin. This cell may have important + functions in fatty acid and hydrocarbon metabolism and is metabolically + linked to the fat body and tracheae. This cell is exclusive of arthropods. + meaning: CL:0000487 + title: oenocyte + CL:0000559: + text: CL:0000559 + description: A precursor in the monocytic series, being a cell intermediate + in development between the monoblast and monocyte. This cell is CD11b-positive + and has fine azurophil granules. + meaning: CL:0000559 + title: promonocyte + CL:0000920: + text: CL:0000920 + description: CD8-positive, alpha-beta positive regulatory T cell with the + phenotype CD28-negative and FoxP3-positive. + meaning: CL:0000920 + title: CD8-positive, CD28-negative, alpha-beta regulatory T cell + CL:0000562: + text: CL:0000562 + description: An erythrocyte having a nucleus. + meaning: CL:0000562 + title: nucleate erythrocyte + CL:0003012: + text: CL:0003012 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field and a medium dendritic arbor with post synaptic terminals in sublaminar + layer S1 and S2. + meaning: CL:0003012 + title: G9 retinal ganglion cell + CL:0008008: + text: CL:0008008 + description: A visceral muscle cell that is striated. Examples include the + visceral muscle cells of arhtropods. + meaning: CL:0008008 + title: striated visceral muscle cell + CL:0002480: + text: CL:0002480 + description: A goblet cell located in the nasal epithelium. + meaning: CL:0002480 + title: nasal mucosa goblet cell + CL:4030040: + text: CL:4030040 + description: A ciliated cell of the endometrial epithelium. The cilia of this + cell type help move mucus from glandular tissue of the endometrium. + meaning: CL:4030040 + title: endometrial ciliated epithelial cell + CL:4023023: + text: CL:4023023 + description: A lamp 5 GABAergic cortical interneuron with neurogliaform morphology + with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization + (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform + cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 + cells are medial ganglionic eminence (MGE)-derived + meaning: CL:4023023 + title: L5,6 neurogliaform lamp5 GABAergic interneuron (Mmus) + CL:0011104: + text: CL:0011104 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer. + meaning: CL:0011104 + title: interplexiform cell + CL:0000918: + text: CL:0000918 + description: A CD8-positive, alpha-beta positive T cell expressing GATA-3 + and secreting IL-4. + meaning: CL:0000918 + title: Tc2 cell + CL:0000938: + text: CL:0000938 + description: NK cell that has the phenotype CD56-bright, CD16-negative, and + CD84-positive with the function to secrete interferon-gamma but is not cytotoxic. + meaning: CL:0000938 + title: CD16-negative, CD56-bright natural killer cell, human + CL:4023130: + text: CL:4023130 + description: A neuron that expresses kisspeptin. These neurons are predominantly + located in the hypothalamus, but also found in other parts of the brain + including the hippocampal dentate gyrus. + meaning: CL:4023130 + title: kisspeptin neuron + CL:4030051: + text: CL:4030051 + description: A DRD1-expressing medium spiny neuron that is part of a nucleus + accumbens shell or olfactory tubercle. + meaning: CL:4030051 + title: nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron + CL:0002111: + text: CL:0002111 + description: An CD38-negative unswitched memory B cell is an unswitched memory + B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, + and IgG-negative. + meaning: CL:0002111 + title: CD38-negative unswitched memory B cell + CL:1000349: + text: CL:1000349 + description: A basal cell found in the bronchus epithelium. + meaning: CL:1000349 + title: basal cell of epithelium of bronchus + CL:4033050: + text: CL:4033050 + description: A neuron that releases catecholamine as a neurotransmitter. + meaning: CL:4033050 + title: catecholaminergic neuron + CL:0000927: + text: CL:0000927 + description: A mature NK T cell that predominantly secretes type 2 cytokines + such as interleukin-4 and interleukin-13 and enhances type 2 immune responses. + meaning: CL:0000927 + title: CD4-positive type I NK T cell secreting interleukin-4 + CL:0011026: + text: CL:0011026 + description: A precursor cell that has a tendency to differentiate into a + specific type of cell. They are descendants of stem cells, only they are + more constrained in their differentiation potential or capacity for self-renewal, + and are often more limited in both senses. + meaning: CL:0011026 + title: progenitor cell + CL:0002529: + text: CL:0002529 + description: A dermal dendritic cell that is CD1a-positive and CD14-negative. + meaning: CL:0002529 + title: CD1a-positive dermal dendritic cell + CL:0000623: + text: CL:0000623 + description: A lymphocyte that can spontaneously kill a variety of target + cells without prior antigenic activation via germline encoded activation + receptors and also regulate immune responses via cytokine release and direct + contact with other cells. + meaning: CL:0000623 + title: natural killer cell + CL:0000791: + text: CL:0000791 + description: A alpha-beta T cell that has a mature phenotype. + meaning: CL:0000791 + title: mature alpha-beta T cell + CL:1000073: + text: CL:1000073 + description: Any radial glial cell that is part of some spinal cord. + meaning: CL:1000073 + title: spinal cord radial glial cell + CL:0000317: + text: CL:0000317 + description: A cell secreting sebun, an oily substance secreted by sebaceous + glands, composed of keratin, fat, and cellular debris. + meaning: CL:0000317 + title: sebum secreting cell + CL:0000953: + text: CL:0000953 + description: A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell + that is pre-B cell receptor-negative, composed of surrogate light chain + protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with + immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA + rearrangement of immunoglobulin light chain genes. + meaning: CL:0000953 + title: preBCR-negative large pre-B-II cell + CL:1000548: + text: CL:1000548 + description: An epithelial cell that is part of an outer medullary collecting + duct. + meaning: CL:1000548 + title: kidney outer medulla collecting duct epithelial cell + CL:1000483: + text: CL:1000483 + description: A Purkinje myocyte that is part of the internodal tract. + meaning: CL:1000483 + title: Purkinje myocyte of internodal tract + CL:0001070: + text: CL:0001070 + description: An adipocyte that is beige in color, thermogenic, and which differentiates + in white fat tissue from a Myf5-negative progenitor. + meaning: CL:0001070 + title: beige adipocyte + CL:0003051: + text: CL:0003051 + description: A cone cell that detects ultraviolet (UV) wavelength light. + meaning: CL:0003051 + title: UV cone cell + CL:0011005: + text: CL:0011005 + description: An interneuron that uses GABA as a vesicular neurotransmitter. These + interneurons are inhibitory + meaning: CL:0011005 + title: GABAergic interneuron + CL:0002055: + text: CL:0002055 + description: An immature B cell that is CD38-negative, CD10-low, CD21-low, + and CD22-high. + meaning: CL:0002055 + title: CD38-negative immature B cell + CL:1000715: + text: CL:1000715 + description: Any renal intercalated cell that is part of some cortical collecting + duct. + meaning: CL:1000715 + title: kidney cortex collecting duct intercalated cell + CL:0002324: + text: CL:0002324 + description: A myoepithelial cell that is part of a mammary gland and is located + in the basal layer. During lactation, a basal-myoepithelial cell of mammary + gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial + cell of mammary gland can be identified by high levels of CD49f and low + levels of EpCAM. + meaning: CL:0002324 + title: basal-myoepithelial cell of mammary gland + CL:0002378: + text: CL:0002378 + description: A double negative thymocyte that has a T cell receptor consisting + of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell + type is CD4-negative, CD8-negative and CD24-positive and is found in the + fetal thymus. + meaning: CL:0002378 + title: immature Vgamma2-positive fetal thymocyte + CL:1000384: + text: CL:1000384 + description: A type II vestibular sensory cell that is part of the epithelium + of macula of saccule of membranous labyrinth. + meaning: CL:1000384 + title: type 2 vestibular sensory cell of epithelium of macula of saccule of + membranous labyrinth + CL:3000003: + text: CL:3000003 + description: Sympathetic cholinergic neuron. + meaning: CL:3000003 + title: sympathetic cholinergic neuron + CL:4042004: + text: CL:4042004 + description: A choroid plexus macrophage that is part of the apical surface + of some choroid plexus epithelium. This macrophage has a star-like shaped + body. + meaning: CL:4042004 + title: choroid epiplexus macrophage + CL:0003023: + text: CL:0003023 + description: A retinal ganglion cell C outer that has dense dendritic diversity. + meaning: CL:0003023 + title: retinal ganglion cell C6 + CL:0002396: + text: CL:0002396 + description: A patrolling monocyte that is CD14-low and CD16-positive. + meaning: CL:0002396 + title: CD14-low, CD16-positive monocyte + CL:1000697: + text: CL:1000697 + meaning: CL:1000697 + title: kidney interstitial suppressor macrophage + CL:0000306: + text: CL:0000306 + meaning: CL:0000306 + title: crystallin accumulating cell + CL:0002264: + text: CL:0002264 + description: A type of enteroendocrine cell found in the stomach that secretes + glucagon. + meaning: CL:0002264 + title: type A cell of stomach + CL:4023040: + text: CL:4023040 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layers L2/3-6. + meaning: CL:4023040 + title: L2/3-6 intratelencephalic projecting glutamatergic neuron slots: canonical_marker_genes: - name: canonical_marker_genes description: A list of gene names considered to be canonical markers for the biological entity used in the cell annotation. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: string multivalued: true cell_ontology_exists: - name: cell_ontology_exists description: Decision by user whether this biological entity exists in the current Cell Ontology or not (at the given time of publication). from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: boolean category_fullname: - name: category_fullname description: Any term denoting a biological entity which the author associates as the nearest \"class\" or \"broader term\" (or \"parent term\") for the value/term in the field. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS category_cell_ontology_exists: - name: category_cell_ontology_exists description: Decision by user whether this biological entity exists in the current Cell Ontology or not (at the given time of publication). from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: boolean category_cell_ontology_term_id: - name: category_cell_ontology_term_id description: The ID from either the Cell Ontology or from some ontology that extends it by classifying cell types under terms from the Cell Ontology. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS category_cell_ontology_term: - name: category_cell_ontology_term description: The human-readable name assigned to the value of 'category_cell_ontology_term_id'. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cell_ontology_assessment: - name: cell_ontology_assessment description: Free-text field for researchers to express disagreements with any aspect of the Cell Ontology for this cell annotation. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cap_publication_title: - name: cap_publication_title description: 'The title of the publication on CAP (i.e. a published collection of datasets, the \"CAP Workspace\".). The title of the publication on CAP. (NOTE: the term \"publication\" refers to the workspace published on CAP with a version @@ -351,62 +17264,51 @@ slots: be encoded as a single string.' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cap_publication_description: - name: cap_publication_description description: 'The description of the publication on CAP. The description of the publication on CAP. (NOTE: the term \"publication\" refers to the workspace published on CAP with a version and timestamp.) This MUST be less than or equal to N characters, and this MUST be encoded as a single string.' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cap_publication_url: - name: cap_publication_url description: 'A persistent URL of the publication on CAP. (NOTE: the term \"publication\" refers to the workspace published on CAP with a version and timestamp.)' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cap_dataset_url: - name: cap_dataset_url description: A persistent URL of the dataset on CAP. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS publication_timestamp: - name: publication_timestamp description: The timestamp of the CAP publication. This MUST be a string in the format %yyyy-%MM-%dd'T'%hh:%mm:%ss. This value will be overwritten by the newest timestamp upon a new publication. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS publication_version: - name: publication_version description: The (latest) version of the CAP publication. This value will be overwritten by the newest version upon a new publication (and automatically incremented). This versioning MUST follow the format 'v' + '[integer]', whereby newer versions must be naturally incremented. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS datestamp: - name: datestamp description: Time and date review was last edited. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true reviewer: - name: reviewer description: Review Author from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS review: - name: review description: Reviewer's verdict on the annotation. Must be 'Agree' or 'Disagree' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: review_options explanation: - name: explanation description: Free-text review of annotation. This is required if the verdict is disagree and should include reasons for disagreement. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: IAO:0000115 name: - name: name description: name of annotation key from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: rdfs:label required: true description: - name: description description: The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 @@ -414,36 +17316,30 @@ slots: from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: IAO:0000115 annotation_method: - name: annotation_method description: 'The method used for creating the cell annotations. This MUST be one of the following strings: `''algorithmic''`, `''manual''`, or `''both''`' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: annotation_method_options automated_annotation: - name: automated_annotation from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: AutomatedAnnotation algorithm_name: - name: algorithm_name description: The name of the algorithm used. It MUST be a string of the algorithm's name. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true algorithm_version: - name: algorithm_version description: The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning). from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true algorithm_repo_url: - name: algorithm_repo_url description: This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true reference_location: - name: reference_location description: "This field denotes a valid URL of the annotated dataset that was\ \ the source of annotated reference data. \nThis MUST be a string of a valid\ \ URL. The concept of a 'reference' specifically refers to 'annotation transfer'\ @@ -451,7 +17347,6 @@ slots: \ to the 'query' dataset." from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS labelset: - name: labelset description: "The unique name of the set of cell annotations. \nEach cell within\ \ the AnnData/Seurat file MUST be associated with a 'cell_label' value in order\ \ for this to be a valid 'cellannotation_setname'." @@ -460,7 +17355,6 @@ slots: range: string required: true cell_label: - name: cell_label description: "This denotes any free-text term which the author uses to annotate\ \ cells, i.e. the preferred cell label name used by the author. Abbreviations\ \ are exceptable in this field; refer to 'cell_fullname' for related details.\ @@ -474,7 +17368,6 @@ slots: slot_uri: rdfs:label required: true cell_fullname: - name: cell_fullname description: "This MUST be the full-length name for the biological entity listed\ \ in `cell_label` by the author. (If the value in `cell_label` is the full-length\ \ term, this field will contain the same value.) \nNOTE: any reserved word used\ @@ -489,7 +17382,6 @@ slots: from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slot_uri: skos:preflabel cell_ontology_term_id: - name: cell_ontology_term_id description: 'This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology @@ -509,11 +17401,9 @@ slots: slot_uri: RO:0002473 range: CellTypeEnum cell_ontology_term: - name: cell_ontology_term description: This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cell_ids: - name: cell_ids description: Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix. @@ -521,7 +17411,6 @@ slots: slot_uri: CAS:has_cellid multivalued: true rationale: - name: rationale description: "The free-text rationale which users provide as justification/evidence\ \ for their cell annotations. \nResearchers are encouraged to use this field\ \ to cite relevant publications in-line using standard academic citations of\ @@ -530,45 +17419,37 @@ slots: \ rationale_dois. There MUST be a 2000-character limit." from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS rationale_dois: - name: rationale_dois from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true marker_gene_evidence: - name: marker_gene_evidence description: Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true synonyms: - name: synonyms description: List of synonyms from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS multivalued: true reviews: - name: reviews from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Review multivalued: true author_annotation_fields: - name: author_annotation_fields description: A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS matrix_file_id: - name: matrix_file_id description: A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS title: - name: title description: The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'. from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true cellannotation_schema_version: - name: cellannotation_schema_version description: 'The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 @@ -576,63 +17457,52 @@ slots: by Semantic Versioning 2.0.0, https://semver.org/' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cellannotation_timestamp: - name: cellannotation_timestamp description: The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'` from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cellannotation_version: - name: cellannotation_version description: The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/ from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS cellannotation_url: - name: cellannotation_url description: A persistent URL of all cell annotations published (per dataset). from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS author_list: - name: author_list description: This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']' from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS author_name: - name: author_name description: Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]` from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS required: true author_contact: - name: author_contact description: Primary author's contact. This MUST be a valid email address of the author from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS orcid: - name: orcid description: Primary author's orcid. This MUST be a valid ORCID for the author from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS labelsets: - name: labelsets from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Labelset required: true multivalued: true - inlined: true + inlined_as_list: true annotations: - name: annotations from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS range: Annotation required: true multivalued: true - inlined: true + inlined_as_list: true id: - name: id from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS identifier: true range: uriorcurie classes: Cap_Taxonomy: - name: Cap_Taxonomy from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS is_a: Taxonomy slots: @@ -644,24 +17514,18 @@ classes: - publication_version slot_usage: annotations: - name: annotations range: Cap_Annotation cellannotation_schema_version: - name: cellannotation_schema_version required: true cellannotation_timestamp: - name: cellannotation_timestamp required: true cellannotation_version: - name: cellannotation_version required: true cellannotation_url: - name: cellannotation_url required: true class_uri: CAS:Taxonomy tree_root: true Cap_Annotation: - name: Cap_Annotation from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS is_a: Annotation slots: @@ -674,7 +17538,6 @@ classes: - cell_ontology_assessment class_uri: PCL:0010001 Review: - name: Review from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - datestamp @@ -682,7 +17545,6 @@ classes: - review - explanation Labelset: - name: Labelset from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - name @@ -690,7 +17552,6 @@ classes: - annotation_method - automated_annotation AutomatedAnnotation: - name: AutomatedAnnotation description: A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.) @@ -701,7 +17562,6 @@ classes: - algorithm_repo_url - reference_location Annotation: - name: Annotation description: 'A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools @@ -725,7 +17585,6 @@ classes: - author_annotation_fields class_uri: PCL:0010001 Taxonomy: - name: Taxonomy from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS slots: - matrix_file_id diff --git a/build/general_schema.yaml b/build/general_schema.yaml index ef2e38f..9fda8c5 100644 --- a/build/general_schema.yaml +++ b/build/general_schema.yaml @@ -1,14 +1,10 @@ ---- -id: https://cellular-semantics.sanger.ac.uk/ontology/CAS name: General_Cell_Annotation_Open_Standard +description: General, open-standard schema for cell annotations title: General Cell Annotation Open Standard -description: |- - General, open-standard schema for cell annotations -license: GNU GPL v3.0 - +id: https://cellular-semantics.sanger.ac.uk/ontology/CAS imports: - linkml:types - +license: GNU GPL v3.0 prefixes: cell_annotation_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ CAS: https://cellular-semantics.sanger.ac.uk/ontology/CAS/ @@ -18,12 +14,11 @@ prefixes: PCL: http://purl.obolibrary.org/obo/PCL_ RO: http://purl.obolibrary.org/obo/RO_ skos: http://www.w3.org/2004/02/skos/core# +default_curi_maps: +- semweb_context +- obo_context default_prefix: cell_annotation_schema default_range: string -default_curi_maps: - - semweb_context - - obo_context - enums: review_options: permissible_values: @@ -38,10 +33,16980 @@ enums: reachable_from: source_ontology: obo:cl source_nodes: - - CL:0000000 - include_self: true + - CL:0000000 relationship_types: - - rdfs:subClassOf + - rdfs:subClassOf + include_self: true + permissible_values: + CL:0019019: + text: CL:0019019 + description: A smooth muscle cell that is part of the tracheobronchial tree. + meaning: CL:0019019 + title: tracheobronchial smooth muscle cell + CL:0011105: + text: CL:0011105 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer, using dopamine. + meaning: CL:0011105 + title: dopamanergic interplexiform cell + CL:0000057: + text: CL:0000057 + description: A connective tissue cell which secretes an extracellular matrix + rich in collagen and other macromolecules. Flattened and irregular in outline + with branching processes; appear fusiform or spindle-shaped. + meaning: CL:0000057 + title: fibroblast + CL:0002656: + text: CL:0002656 + description: A glandular epithelial cell of the endometrium. + meaning: CL:0002656 + title: glandular cell of endometrium + CL:0002224: + text: CL:0002224 + description: A cell of the cuboidal epithelium that covers the lens. The cells + of the lens epithelium regulate most of the homeostatic functions of the + lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, + Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens + to maintain appropriate lens osmolarity and volume, with equatorially positioned + lens epithelium cells contributing most to this current. The activity of + the Na+/K+ ATPases keeps water and current flowing through the lens from + the poles and exiting through the equatorial regions. The cells of the lens + epithelium also serve as the progenitors for new lens fibers. It constantly + lays down fibers in the embryo, fetus, infant, and adult, and continues + to lay down fibers for lifelong growth. + meaning: CL:0002224 + title: lens epithelial cell + CL:4030031: + text: CL:4030031 + description: Any cell that is located within the interstitium between the + cells most prominent in defining a given tissue. "Interstitial cell" is + a morphological term and refers to a variety of cells with differing origins + and phenotypes. + meaning: CL:4030031 + title: interstitial cell + CL:0002625: + text: CL:0002625 + description: A cell of the seminiferous tubule epithelium. + meaning: CL:0002625 + title: seminiferous tubule epithelial cell + CL:1000490: + text: CL:1000490 + description: A mesothelial cell that is part of the peritoneum. + meaning: CL:1000490 + title: mesothelial cell of peritoneum + CL:0000801: + text: CL:0000801 + description: A mature gamma-delta T cell that is found in the columnar epithelium + of the gastrointestinal tract. These cells participate in mucosal immune + responses. + meaning: CL:0000801 + title: gamma-delta intraepithelial T cell + CL:0002116: + text: CL:0002116 + description: A B220-low CD38-positive unswitched memory B cell is a CD38-positive + unswitched memory B cell that has the phenotype B220-low, CD38-positive, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002116 + title: B220-low CD38-positive unswitched memory B cell + CL:0000578: + text: CL:0000578 + description: A cell in vitro that has undergone physical changes as a consequence + of a deliberate and specific experimental procedure. + meaning: CL:0000578 + title: experimentally modified cell in vitro + CL:0000618: + text: CL:0000618 + meaning: CL:0000618 + title: sheath cell + CL:0000435: + text: CL:0000435 + meaning: CL:0000435 + title: alkali secreting cell + CL:0000654: + text: CL:0000654 + description: A primary oocyte is an oocyte that has not completed female meosis + I. + meaning: CL:0000654 + title: primary oocyte + CL:0002130: + text: CL:0002130 + description: A cardiac myocyte of the interatrial region of the heart. + meaning: CL:0002130 + title: regular interatrial cardiac myocyte + CL:0017003: + text: CL:0017003 + description: An epithelial cell that is part of the prostatic urethra. + meaning: CL:0017003 + title: epithelial cell of prostatic urethra + CL:0002038: + text: CL:0002038 + description: A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell + located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high + and PD1-high, and stimulates follicular B cells to undergo class-switching + and antibody production. + meaning: CL:0002038 + title: T follicular helper cell + CL:0002311: + text: CL:0002311 + description: An acidophilic cell of the anterior pituitary that produces prolactin. + meaning: CL:0002311 + title: mammotroph + CL:0000722: + text: CL:0000722 + meaning: CL:0000722 + title: cystoblast + CL:0000059: + text: CL:0000059 + description: Skeletogenic cell that produces enamel, overlies the odontogenic + papilla, and arises from the differentiation of a preameloblast cell. + meaning: CL:0000059 + title: ameloblast + CL:0000160: + text: CL:0000160 + description: A cell of the epithelial lining that produce and secrete mucins. + meaning: CL:0000160 + title: goblet cell + CL:0002680: + text: CL:0002680 + description: A PP cell found in intestine. + meaning: CL:0002680 + title: PP cell of intestine + CL:0002382: + text: CL:0002382 + description: A conidium that has more than one nucleus. + meaning: CL:0002382 + title: multinucleate conidium + CL:0002027: + text: CL:0002027 + description: A megakaryocyte cell with is CD9-positive and CD41-positive. + meaning: CL:0002027 + title: CD9-positive, CD41-positive megakaryocyte cell + CL:4033024: + text: CL:4033024 + description: A basal cell that is part of a duct of an airway submucosal gland. + meaning: CL:4033024 + title: airway submucosal gland duct basal cell + CL:0010017: + text: CL:0010017 + description: A zygote in a plant or an animal. + meaning: CL:0010017 + title: zygote + CL:0000815: + text: CL:0000815 + description: A T cell which regulates overall immune responses as well as + the responses of other T cell subsets through direct cell-cell contact and + cytokine release. + meaning: CL:0000815 + title: regulatory T cell + CL:0002319: + text: CL:0002319 + description: A cell that is part of the nervous system. + meaning: CL:0002319 + title: neural cell + CL:0011113: + text: CL:0011113 + description: Neuron found in the spiral ganglion. + meaning: CL:0011113 + title: spiral ganglion neuron + CL:0000662: + text: CL:0000662 + meaning: CL:0000662 + title: neuroglioblast (sensu Nematoda) + CL:0002292: + text: CL:0002292 + description: A round or oval neuroepithelial cell that contacts other type + I cells or capillaries. They occur in clusters that are surrounded by sheath + cells (type-II cells) in the carotid body. This cell type is capable of + secreting a number of neurotransmitters. + meaning: CL:0002292 + title: type I cell of carotid body + CL:0000067: + text: CL:0000067 + description: An epithelial cell that has a cilia. + meaning: CL:0000067 + title: ciliated epithelial cell + CL:0002181: + text: CL:0002181 + description: A neck cell that secretes mucus within the stomach. Its products + are distinct histochemically from those of the surface mucous cells of stomach. + meaning: CL:0002181 + title: mucous neck cell of gastric gland + CL:0004214: + text: CL:0004214 + description: A type of type 3 cone bipolar cell with distinctive crescent-shaped + dendrites. + meaning: CL:0004214 + title: type 3b cone bipolar cell + CL:0000594: + text: CL:0000594 + description: An elongated, spindle-shaped, cell that is located between the + basal lamina and the plasmalemma of a muscle fiber. These cells are mostly + quiescent, but upon activation they divide to produce cells that generate + new muscle fibers. + meaning: CL:0000594 + title: skeletal muscle satellite cell + CL:0002520: + text: CL:0002520 + description: An insect excretory cell that regulates hemolymph composition + by filtration and filtrate endocytosis. + meaning: CL:0002520 + title: nephrocyte + CL:0002627: + text: CL:0002627 + description: A mature astrocyte that is capable of producing cytokines. + meaning: CL:0002627 + title: mature astrocyte + CL:0004225: + text: CL:0004225 + description: A broadly stratifying amacrine cell with a small dendritic field, + straight dendrites and post-synaptic terminals in S1, S2, and S3. + meaning: CL:0004225 + title: spider amacrine cell + CL:0002422: + text: CL:0002422 + description: A reticulocyte lacking a nucleus and showing a basophilic reticulum + under vital staining due to the presence of ribosomes. + meaning: CL:0002422 + title: enucleated reticulocyte + CL:0000570: + text: CL:0000570 + description: A neuroepithelial cells that occurs singly or in small groups, + close to the outer follicular borders but within the follicular basement + membrane of the thyroid. Expresses a form of the neural cell adhesion molecule + (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine. + meaning: CL:0000570 + title: parafollicular cell + CL:0000599: + text: CL:0000599 + description: An asexual, nonmotile spore formed by higher fungi; conidia are + usually made from the side or tip of specialized sporogenous cells and do + not form by progressive cleavage of the cytoplasm. + meaning: CL:0000599 + title: conidium + CL:0002570: + text: CL:0002570 + description: A mesenchymal stem cell of adipose tissue. + meaning: CL:0002570 + title: mesenchymal stem cell of adipose tissue + CL:0000499: + text: CL:0000499 + description: A connective tissue cell of an organ found in the loose connective + tissue. These are most often associated with the uterine mucosa and the + ovary as well as the hematopoietic system and elsewhere. + meaning: CL:0000499 + title: stromal cell + CL:0000077: + text: CL:0000077 + description: A flattened epithelial cell of mesenchymal origin that lines + the serous cavity. + meaning: CL:0000077 + title: mesothelial cell + CL:1000337: + text: CL:1000337 + description: An enterocyte that is part of the epithelium of duodenal gland. + meaning: CL:1000337 + title: enterocyte of epithelium of duodenal gland + CL:0002283: + text: CL:0002283 + description: An epithelial cell of the mucosa associated with facial skeleton. + meaning: CL:0002283 + title: ecto-epithelial cell of viscerocranial mucosa + CL:0002457: + text: CL:0002457 + description: A Langerhans cell that is in the epidermis and is CD45-positive, + MHCII-positive, and CD11b-positive. + meaning: CL:0002457 + title: epidermal Langerhans cell + CL:0002556: + text: CL:0002556 + description: A fibroblast of the periodontium. + meaning: CL:0002556 + title: fibroblast of periodontium + CL:0002155: + text: CL:0002155 + description: A crenated erythrocyte with 30+ crenations, bumps or spurs that + are the result of damage due to age or disease. + meaning: CL:0002155 + title: echinocyte + CL:0002406: + text: CL:0002406 + description: A double negative post-natal thymocyte that has a T cell receptor + consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. + This cell type is CD4-negative, CD8-negative and CD24-positive. + meaning: CL:0002406 + title: immature Vgamma2-positive thymocyte + CL:0001072: + text: CL:0001072 + description: An innate lymphoid cell in the human with the phenotype CD34-negative, + CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells. + meaning: CL:0001072 + title: CD34-negative, CD117-positive innate lymphoid cell, human + CL:0009035: + text: CL:0009035 + description: A stromal cell found in the lamina propria of the vermiform appendix. + meaning: CL:0009035 + title: stromal cell of lamina propria of vermiform appendix + CL:0000473: + text: CL:0000473 + description: A cell whose primary function is to protect the organism. + meaning: CL:0000473 + title: defensive cell + CL:0000109: + text: CL:0000109 + meaning: CL:0000109 + title: adrenergic neuron + CL:0000518: + text: CL:0000518 + description: A phagocyte in vertebrates that is able to phagocytosis. + meaning: CL:0000518 + title: phagocyte (sensu Vertebrata) + CL:4023010: + text: CL:4023010 + description: "A GABAergic cortical interneuron that is strongly labelled for\ + \ \u03B17 nAChRs. These cells have soma found in L1 and have multipolar\ + \ dendrites with vertically descending axonal collaterals that project deep\ + \ into the column, usually branching and terminating in L5A." + meaning: CL:4023010 + title: alpha7 GABAergic cortical interneuron (Mmus) + CL:1001428: + text: CL:1001428 + description: A urothelial cell that is part of the urothelium of the urinary + bladder. + meaning: CL:1001428 + title: bladder urothelial cell + CL:4033014: + text: CL:4033014 + description: A small, narrow, peg-shaped epithelial cell with little cytoplasm + that is part of oviduct epithelium. This cell is rarer than the ciliated + and secretory epithelial cells of the fallopian tube epithelium and is often + found intercalated between them. Peg cells are generally distributed basally + along the epithelium and have been found in high concentrations at the fimbriated, + distal end of the fallopian tube in humans. It may have a regenerative/stem-cell + function. In humans, markers include EPCAM, CD44, and ITGA6. + meaning: CL:4033014 + title: peg cell + CL:0000212: + text: CL:0000212 + description: A cell that takes up and metabolizes substances. + meaning: CL:0000212 + title: absorptive cell + CL:0000611: + text: CL:0000611 + description: Any granulocytopoietic cell that has part some transcription + factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has + part some erythroid transcription factor and lacks plasma membrane part + some CD19 molecule and lacks plasma membrane part some CD4 molecule and + lacks plasma membrane part some integrin alpha-M and lacks plasma membrane + part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion + molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma + membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks + plasma membrane part some membrane-spanning 4-domains subfamily A member + 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and + lacks plasma membrane part some CD14 molecule and lacks plasma membrane + part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte + antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has + plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase + 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha + chain and has plasma membrane part some interleukin-5 receptor subunit alpha + and has plasma membrane part some mast/stem cell growth factor receptor + and is capable of some eosinophil differentiation. + meaning: CL:0000611 + title: eosinophil progenitor cell + CL:1000597: + text: CL:1000597 + description: A cell that is part of a tip of a renal papilla. + meaning: CL:1000597 + title: papillary tips cell + CL:0000198: + text: CL:0000198 + description: The peripheral receptor for pain. Includes receptors which are + sensitive to painful mechanical stimuli, extreme heat or cold, and chemical + stimuli. All mammalian nociceptors are free nerve endings. + meaning: CL:0000198 + title: pain receptor cell + CL:0002622: + text: CL:0002622 + description: A stromal cell of the prostate. + meaning: CL:0002622 + title: prostate stromal cell + CL:0000759: + text: CL:0000759 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The axon terminal is narrowly stratified and are found + just below a calretinin-expressing band in sublamina 4 of the inner plexiform + layer. + meaning: CL:0000759 + title: type 7 cone bipolar cell (sensu Mus) + CL:0002342: + text: CL:0002342 + description: A circulating endothelial cell of the phenotype CD146-positive, + CD105-positive, CD45-negative. This cell type is indicative of recent vascular + damage. + meaning: CL:0002342 + title: circulating endothelial cell + CL:0000357: + text: CL:0000357 + meaning: CL:0000357 + title: stratified epithelial stem cell + CL:1000368: + text: CL:1000368 + description: A transitional myocyte that is part of the anterior division + of left branch of atrioventricular bundle. + meaning: CL:1000368 + title: transitional myocyte of anterior division of left branch of atrioventricular + bundle + CL:0005025: + text: CL:0005025 + description: A motor neuron that synapses to parasympathetic neurons that + innervate tear glands, sweat glands, and the smooth muscles and glands of + the pulmonary, cardiovascular, and gastrointestinal systems. + meaning: CL:0005025 + title: visceromotor neuron + CL:1000279: + text: CL:1000279 + description: A smooth muscle cell that is part of the large intestine. + meaning: CL:1000279 + title: smooth muscle cell of large intestine + CL:0002140: + text: CL:0002140 + description: A sebum secreting cell of the skin that secretes sebum into the + hair follicles. + meaning: CL:0002140 + title: acinar cell of sebaceous gland + CL:1000376: + text: CL:1000376 + description: A Purkinje myocyte that is part of the interventricular septum. + meaning: CL:1000376 + title: Purkinje myocyte of interventricular septum + CL:2000085: + text: CL:2000085 + description: Any mononuclear cell that is part of a umbilical cord. + meaning: CL:2000085 + title: mononuclear cell of umbilical cord + CL:0000775: + text: CL:0000775 + description: Any of the immature or mature forms of a granular leukocyte that + in its mature form has a nucleus with three to five lobes connected by slender + threads of chromatin, and cytoplasm containing fine inconspicuous granules + and stainable by neutral dyes. + meaning: CL:0000775 + title: neutrophil + CL:0000748: + text: CL:0000748 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the inner plexiform layer. + meaning: CL:0000748 + title: retinal bipolar neuron + CL:0002026: + text: CL:0002026 + description: A megakaryocyte progenitor cell that is CD34-negative, CD41-positive + and CD42-positive. + meaning: CL:0002026 + title: CD34-negative, CD41-positive, CD42-positive megakaryocyte cell + CL:0002451: + text: CL:0002451 + description: A multi-fate stem cell that is the source of cells for growth + of the mammary gland during puberty and gestation. This cell type gives + rise to both the luminal and myoepithelial cell types of the gland, and + have been shown to have the ability to regenerate the entire organ in mice. + This cell type also plays an important role in carcinogenesis of the breast. + This cell type is Lin-, CD24-positive, CD29-hi. + meaning: CL:0002451 + title: mammary stem cell + CL:0002404: + text: CL:0002404 + description: A thymocyte found in the fetal thymus. + meaning: CL:0002404 + title: fetal thymocyte + CL:0002243: + text: CL:0002243 + description: A circular smooth muscle cell of the iris, innervated by the + ciliary nerves (parasympathetic), and acting to contract the pupil. This + muscle cell derives from neuroectoderm. This smooth muscle cell results + from transformation of epithelial cells to smooth muscle cells. + meaning: CL:0002243 + title: smooth muscle cell of sphincter of pupil + CL:0002546: + text: CL:0002546 + description: An endothelial progenitor cell that participates in angiogenesis + during development. + meaning: CL:0002546 + title: embryonic blood vessel endothelial progenitor cell + CL:0002493: + text: CL:0002493 + description: A polarized cell that is juxtaposed to fibrocytes in the underlying + spiral ligament. This cell type secretes potassium ions derived from fibrocytes + through gap junctions. + meaning: CL:0002493 + title: strial basal cell + CL:1001124: + text: CL:1001124 + description: Any peritubular capillary endothelial cell that is part of some + renal cortex peritubular capillary. + meaning: CL:1001124 + title: kidney cortex peritubular capillary cell + CL:0000112: + text: CL:0000112 + meaning: CL:0000112 + title: columnar neuron + CL:4023123: + text: CL:4023123 + description: A kisspeptin neuron that is located in the hypothalamus. These + neurons project to and activate gonadotrophin-releasing hormone neurons + (acting via the kisspeptin receptor) in the hypothalamus and stimulate the + secretion of gonadotrophin-releasing hormone. + meaning: CL:4023123 + title: hypothalamus kisspeptin neuron + CL:0000352: + text: CL:0000352 + description: A cell of the outer layer of a blastula that gives rise to the + ectoderm after gastrulation. + meaning: CL:0000352 + title: epiblast cell + CL:1001109: + text: CL:1001109 + description: An epithelial cell that is part of some loop of Henle thick ascending + limb segment located in the renal cortex. + meaning: CL:1001109 + title: kidney loop of Henle cortical thick ascending limb epithelial cell + CL:2000095: + text: CL:2000095 + description: Any hematopoietic stem cell that is part of a umbilical cord + blood. + meaning: CL:2000095 + title: cord blood hematopoietic stem cell + CL:4033056: + text: CL:4033056 + description: A differentiated flat keratinocyte that is part of a nail plate. + An onychocyte is firmly adherent and does not desquamate. + meaning: CL:4033056 + title: onychocyte + CL:0002280: + text: CL:0002280 + description: An enteroendocrine cell found in the ileum and jejunum that produces + neurotensin. + meaning: CL:0002280 + title: type N enteroendocrine cell + CL:1000465: + text: CL:1000465 + description: A chromaffin cell that is part of the ovary. + meaning: CL:1000465 + title: chromaffin cell of ovary + CL:0000889: + text: CL:0000889 + description: An immature myeloid leukocyte of heterogeneous phenotype found + particularly in cancer and sepsis patients that is capable of suppressing + activity of T cells in ex vivo assays. This cell type is CD45-positive, + CD11b-positive. + meaning: CL:0000889 + title: myeloid suppressor cell + CL:0002008: + text: CL:0002008 + description: A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, + IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell. + meaning: CL:0002008 + title: CD34-positive, CD38-positive eosinophil progenitor cell + CL:4030033: + text: CL:4030033 + description: An endothelial cell that lines a surface of a cardiac valve leaflet. + Along with valve interstitial cells, a valve endothelial cell maintains + tissue homeostasis for the function of cardiac valves through secreting + biochemical signals, matrix proteins and matrix remodeling enzymes. + meaning: CL:4030033 + title: valve endothelial cell + CL:0000632: + text: CL:0000632 + description: A cell that is found in the perisinusoidal space of the liver + that is capable of multiple roles including storage of retinol, presentation + of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, + production of extracellular matrix components that can contribute to liver + fibrosis. This activated state has a myofibroblast-like phenotype, though + it's not clear in the literature if this is terminally differentiated. This + cell type comprises approximately 8-15% of total cells in the liver. + meaning: CL:0000632 + title: hepatic stellate cell + CL:0000342: + text: CL:0000342 + description: Any animal cell containing pigment granules. + meaning: CL:0000342 + title: pigment cell (sensu Vertebrata) + CL:0000832: + text: CL:0000832 + description: A myeloblast committed to the eosinophil lineage. + meaning: CL:0000832 + title: eosinophilic myeloblast + CL:4042008: + text: CL:4042008 + description: A cell type located in the first layer of the neocortex with + radial protrusions extending transversely into the deeper cortex layers, + herby facilitating communication across neurons, astrocytes, capillaries, + meninges and cerebrospinal fluid through contact with neurons, pia mater + and capillaries. + meaning: CL:4042008 + title: fibrous astrocyte + CL:1001451: + text: CL:1001451 + description: A sensory neuron of the dorsal root ganglia that senses body + position and sends information about how much the muscle is stretched to + the spinal cord. + meaning: CL:1001451 + title: sensory neuron of dorsal root ganglion + CL:0002607: + text: CL:0002607 + description: A neural crest cell that gives rise to cells of the enteric nervous + system. + meaning: CL:0002607 + title: migratory enteric neural crest cell + CL:4033062: + text: CL:4033062 + description: A trophoblast cell that invades the uterine wall to anchor the + placenta to the uterus. An interstitial extravillous trophoblast cell differentiates + from an extravillous trophoblast cell, becoming hyperchromatic and changing + its morphology to a fibroblast-like spindle-shaped cell. In humans, this + cell can be distinguished by the expression of placental-specific protein + 8, which stimulates migration. + meaning: CL:4033062 + title: interstitial extravillous trophoblast cell + CL:1000437: + text: CL:1000437 + description: An epithelial cell that is part of the nasolacrimal duct. + meaning: CL:1000437 + title: epithelial cell of nasolacrimal duct + CL:0011106: + text: CL:0011106 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer using GABA. + meaning: CL:0011106 + title: GABAnergic interplexiform cell + CL:1000312: + text: CL:1000312 + description: A goblet cell that is part of the epithelium of bronchus. + meaning: CL:1000312 + title: bronchial goblet cell + CL:1000327: + text: CL:1000327 + description: A goblet cell that is part of the epithelium proper of appendix. + meaning: CL:1000327 + title: appendix goblet cell + CL:0008048: + text: CL:0008048 + description: A glutamatergic motor neuron with a soma in the brainstem or + cerebral cortex. They do not synapse directly to muscles but rather to + lower motor neurons, which do. They are the main controllers of voluntary + movement. + meaning: CL:0008048 + title: upper motor neuron + CL:0000857: + text: CL:0000857 + description: A skeletal muscle myoblast that differentiates into slow muscle + fibers. + meaning: CL:0000857 + title: slow muscle myoblast + CL:1000239: + text: CL:1000239 + description: Any glial cell that is part of some anterior lateral line nerve. + meaning: CL:1000239 + title: anterior lateral line nerve glial cell + CL:0002329: + text: CL:0002329 + description: An epithelial cell type that lacks the columnar shape typical + for other respiratory epithelial cells. This cell type is able to differentiate + into other respiratory epithelial cells in response to injury. + meaning: CL:0002329 + title: basal epithelial cell of tracheobronchial tree + CL:0004230: + text: CL:0004230 + description: A bistratified amacrine cell with a small dendritic field that + has post-synaptic terminals in S1 and the border of S1-S2, and termination + of a second arbor within the border of S2-S3 and S3. + meaning: CL:0004230 + title: diffuse bistratified amacrine cell + CL:0002144: + text: CL:0002144 + description: An endothelial cell found in capillaries. + meaning: CL:0002144 + title: capillary endothelial cell + CL:1001021: + text: CL:1001021 + description: Any kidney loop of Henle epithelial cell that is part of some + descending limb of loop of Henle. + meaning: CL:1001021 + title: kidney loop of Henle descending limb epithelial cell + CL:0008010: + text: CL:0008010 + description: A cranial motor neuron whose soma is located in the midbrain + andor hindbrain and which innervates the skeletal muscles of the eye or + tongue. + meaning: CL:0008010 + title: cranial somatomotor neuron + CL:0002118: + text: CL:0002118 + description: A CD38-negative IgG-negative memory B cell is a IgG-negative + class switched memory B cell that lacks IgG on the cell surface with the + phenotype CD38-negative and IgG-negative. + meaning: CL:0002118 + title: CD38-negative IgG-negative class switched memory B cell + CL:4023064: + text: CL:4023064 + description: An interneuron that is derived from the caudal ganglionic eminence. + meaning: CL:4023064 + title: caudal ganglionic eminence derived interneuron + CL:0000878: + text: CL:0000878 + description: A tissue-resident macrophage found in the central nervous system. + meaning: CL:0000878 + title: central nervous system macrophage + CL:0009051: + text: CL:0009051 + description: A T cell that is located in the anorectum. + meaning: CL:0009051 + title: T cell of anorectum + CL:0019001: + text: CL:0019001 + description: Any serous secreting cell that is part of the tracheobronchial + epithelium. + meaning: CL:0019001 + title: tracheobronchial serous cell + CL:1001100: + text: CL:1001100 + description: Any smooth muscle cell that is part of some renal efferent arteriole. + meaning: CL:1001100 + title: kidney efferent arteriole smooth muscle cell + CL:0002571: + text: CL:0002571 + description: A mesenchymal stem cell of liver. + meaning: CL:0002571 + title: hepatic mesenchymal stem cell + CL:0008035: + text: CL:0008035 + description: Any vascular associated smooth muscle cell that is part of some + microcirculatory vessel. + meaning: CL:0008035 + title: microcirculation associated smooth muscle cell + CL:0003045: + text: CL:0003045 + description: A bistratified ganglion cell with larger, asymetric dendritic + fields that terminate in S2 and S4. + meaning: CL:0003045 + title: M12 retinal ganglion cell + CL:0002666: + text: CL:0002666 + description: An otic fibrocyte that underlies the spiral prominence and is + part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002666 + title: type 2 otic fibrocyte + CL:4023044: + text: CL:4023044 + description: An extratelencephalic-projecting glutamatergic neuron located + in layer 5b of the primary motor cortex that does not project to the medulla. + Non-MY ET cells are large, big-tufted cells with the apical dendrite often + bifurcating close to the soma, suggesting they are corticospinal cells. + Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, + and smaller AP width, compared to L5 IT neurons. + meaning: CL:4023044 + title: non-medulla, extratelencephalic-projecting glutamatergic neuron of + the primary motor cortex + CL:0002085: + text: CL:0002085 + description: Specialized elongated ventricular ependymal cell that has processes + that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts + seen in developing brain. Found in the adult brain in the third ventricle, + cerebral aqueduct, spinal canal and floor of the fourth ventricle. + meaning: CL:0002085 + title: tanycyte + CL:1001142: + text: CL:1001142 + description: Any kidney cortex vein cell that is part of some kidney arcuate + vein. + meaning: CL:1001142 + title: arcuate vein cell + CL:0002661: + text: CL:0002661 + description: A luminal cell of terminal ducts, i.e.e the terminal branch of + a lactiferous duct which alveolar cells drain into. + meaning: CL:0002661 + title: luminal cell of lactiferous terminal ductal lobular unit + CL:0000146: + text: CL:0000146 + meaning: CL:0000146 + title: simple columnar epithelial cell + CL:0002089: + text: CL:0002089 + description: A group 2 innate lymphoid cell in the mouse capable of secreting + IL-13 in response to a helminth infection. This cell is lineage-negative, + ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive. + meaning: CL:0002089 + title: group 2 innate lymphoid cell, mouse + CL:0000507: + text: CL:0000507 + description: A peptide hormone secreting cell that secretes endorphin. + meaning: CL:0000507 + title: endorphin secreting cell + CL:0000246: + text: CL:0000246 + meaning: CL:0000246 + title: Mauthner neuron + CL:0002016: + text: CL:0002016 + description: A polychromatiic erythroblast that is Gly-A-positive and CD71-low. + meaning: CL:0002016 + title: CD71-low, GlyA-positive polychromatic erythroblast + CL:0002526: + text: CL:0002526 + description: A dermal dendritic cell that is CD1a-negative and CD14-positive. + meaning: CL:0002526 + title: CD14-positive dermal dendritic cell + CL:0002514: + text: CL:0002514 + description: A CD8alpha alpha positive gamma-delta intraepithelial T cell + that does not express a TCR partially encoded by the Vgamma5 gene segment. + meaning: CL:0002514 + title: Vgamma5-negative CD8alpha alpha positive gamma-delta intraepithelial + T cell + CL:0011102: + text: CL:0011102 + description: Parasympathetic neurons are part of the parasympathetic nervous + sysem and the cell bodies lie in the brain and sacral region of the spinal + cord. The neurons are mainly cholinergic. + meaning: CL:0011102 + title: parasympathetic neuron + CL:0004232: + text: CL:0004232 + description: An amacrine cell with a flat dendritic arbor and a medium dendritic + field. Starburst amacrine cells have post-synaptic terminals in S2. This + cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) + and acetylcholine. + meaning: CL:0004232 + title: starburst amacrine cell + CL:0001006: + text: CL:0001006 + description: Dermal dendritic cell is a conventional dendritic cell that is + CD11b-positive, CD205-positive and CD8 alpha-negative. + meaning: CL:0001006 + title: dermal dendritic cell + CL:0009081: + text: CL:0009081 + description: The human equivalent of a DN2 thymocyte; typically contains two + phases, in the latter of which these thymocytes begin the process of beta + selection. + meaning: CL:0009081 + title: specified double negative thymocyte (Homo sapiens) + CL:0008004: + text: CL:0008004 + description: A muscle cell that is part of some somatic muscle. + meaning: CL:0008004 + title: somatic muscle cell + CL:1001582: + text: CL:1001582 + description: Neuron of lateral ventricle. + meaning: CL:1001582 + title: lateral ventricle neuron + CL:1000350: + text: CL:1000350 + description: A basal cell that is part of the epithelium of terminal bronchiole. + meaning: CL:1000350 + title: basal cell of epithelium of terminal bronchiole + CL:0000416: + text: CL:0000416 + meaning: CL:0000416 + title: polytene cell + CL:0000199: + text: CL:0000199 + description: A cell specialized to transduce mechanical stimuli and relay + that information centrally in the nervous system. + meaning: CL:0000199 + title: mechanoreceptor cell + CL:0000208: + text: CL:0000208 + meaning: CL:0000208 + title: pH receptor cell + CL:1000271: + text: CL:1000271 + description: Any ciliated cell that is part of some lung. + meaning: CL:1000271 + title: lung ciliated cell + CL:0000421: + text: CL:0000421 + description: A free floating cell, including amebocytes and eleocytes, in + the coelom of certain animals, especially annelids. + meaning: CL:0000421 + title: coelomocyte + CL:2000043: + text: CL:2000043 + description: Any pericyte cell that is part of a brain. + meaning: CL:2000043 + title: brain pericyte + CL:0002606: + text: CL:0002606 + description: An astrocyte of the spinal cord. + meaning: CL:0002606 + title: astrocyte of the spinal cord + CL:0000214: + text: CL:0000214 + description: A cell located in the synovial joint. + meaning: CL:0000214 + title: synovial cell + CL:0000605: + text: CL:0000605 + description: A spore formed following mitosis or mitoses. + meaning: CL:0000605 + title: fungal asexual spore + CL:0001087: + text: CL:0001087 + description: A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, + CD45RO-negative, and CCR7-negative. + meaning: CL:0001087 + title: effector memory CD4-positive, alpha-beta T cell, terminally differentiated + CL:0002096: + text: CL:0002096 + description: A specialised myocyte that lies between the sinoatrial node and + the atrioventricular node and is involved in the conduction of electrical + signals. + meaning: CL:0002096 + title: internodal tract myocyte + CL:1000493: + text: CL:1000493 + description: A mesothelial cell that is part of the visceral pleura. + meaning: CL:1000493 + title: mesothelial cell of visceral pleura + CL:0002478: + text: CL:0002478 + description: An adipose macrophage that does not express F4/80but is MHC-II-positive. + This cell type exhibits autofluorescence under typical flow cyometry conditions. + meaning: CL:0002478 + title: F4/80-negative adipose macrophage + CL:4033013: + text: CL:4033013 + description: A keratinocyte of the epidermis suprabasal layer. This cell may + express the differentiation markers keratin 10 and keratin 1. + meaning: CL:4033013 + title: suprabasal keratinocyte + CL:4033048: + text: CL:4033048 + description: A respiratory epithelial cell with topographic nuclear position + in between the basal and luminal cell of the airway epithelium. This non-basal, + intermediate cell has limited proliferative capacity, ultrastructural features + of basal cells and no defined features of the typically differentiated cellular + phenotypes. + meaning: CL:4033048 + title: respiratory suprabasal cell + CL:1000428: + text: CL:1000428 + description: A somatic stem cell that is part of the epidermis. + meaning: CL:1000428 + title: stem cell of epidermis + CL:4030013: + text: CL:4030013 + description: Epithelial cell of the descending thin limb of the long loop + (juxtamedullary) nephron that spans the outer medulla (inner stripe). It + is known in some mammalian species that the long descending limb of the + loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist + protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the + protein kinase Stk32a. + meaning: CL:4030013 + title: kidney loop of Henle long descending thin limb outer medulla epithelial + cell + CL:0000019: + text: CL:0000019 + description: A mature male germ cell that develops from a spermatid. + meaning: CL:0000019 + title: sperm + CL:0002228: + text: CL:0002228 + description: An elongating cell that rapidly obliterates the lumen of the + lens vesicle. Subsequently, differentiation of this cell type at the lens + equator leads to the formation of secondary fiber cells that come to overlie + the primary fibers. + meaning: CL:0002228 + title: primary lens fiber + CL:4028006: + text: CL:4028006 + description: A pulmonary interstitial fibroblast that is part of the alveolus + and localizes to vascular adventitia. + meaning: CL:4028006 + title: alveolar adventitial fibroblast + CL:0002129: + text: CL:0002129 + description: Regular cardiac myocyte of a cardiac atrium. + meaning: CL:0002129 + title: regular atrial cardiac myocyte + CL:0001021: + text: CL:0001021 + description: A common lymphoid progenitor that is CD10-positive, CD45RA-positive, + CD34-positive and CD38-positive. + meaning: CL:0001021 + title: CD34-positive, CD38-positive common lymphoid progenitor + CL:1001610: + text: CL:1001610 + description: 'Hematopoietic cells resident in the bone marrow. Include: hematopoietic + stem cells (lymphoid stem cells and myeloid stem cells) and the precursor + cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, + monocytes and lymphocytes.' + meaning: CL:1001610 + title: bone marrow hematopoietic cell + CL:1000909: + text: CL:1000909 + description: Any nephron tubule epithelial cell that is part of some loop + of Henle. + meaning: CL:1000909 + title: kidney loop of Henle epithelial cell + CL:0000410: + text: CL:0000410 + meaning: CL:0000410 + title: CNS long range interneuron + CL:4023025: + text: CL:4023025 + description: A sst GABAergic cortical interneuron that is both an interneuron + and a projecting neuron. They are found in all layers from upper L2/3 down + to the bottom of L6. They have long-range projections, some with axons fading + into white matter. These cells have low rebound potential, low hyperpolarization + sag, and high variability in membrane time constant. + meaning: CL:4023025 + title: long-range projecting sst GABAergic cortical interneuron (Mmus) + CL:0000130: + text: CL:0000130 + meaning: CL:0000130 + title: neuron associated cell (sensu Nematoda and Protostomia) + CL:0000864: + text: CL:0000864 + description: A macrophage constitutively resident in a particular tissue under + non-inflammatory conditions, and capable of phagocytosing a variety of extracellular + particulate material, including immune complexes, microorganisms, and dead + cells. + meaning: CL:0000864 + title: tissue-resident macrophage + CL:0000048: + text: CL:0000048 + description: A stem cell that can give rise to multiple lineages of cells. + meaning: CL:0000048 + title: multi fate stem cell + CL:0002357: + text: CL:0002357 + description: A fetal liver derived enucleated erythrocyte. This erythrocyte + resembles adult erythrocytes in that they are small (3- to 6- times smaller + than primitive erythrocytes) and produce adult hemaglobins. + meaning: CL:0002357 + title: fetal derived definitive erythrocyte + CL:0002560: + text: CL:0002560 + description: An epithelial cell that resides in the inner root sheath of the + hair follicle. + meaning: CL:0002560 + title: inner root sheath cell + CL:0000964: + text: CL:0000964 + description: A germinal center B cell that founds a germinal center, and has + the phenotype IgD-positive, CD38-positive, and CD23-negative. + meaning: CL:0000964 + title: Bm2' B cell + CL:0009005: + text: CL:0009005 + description: Any cell in a salivary gland. + meaning: CL:0009005 + title: salivary gland cell + CL:0000483: + text: CL:0000483 + description: A peptide hormone secreting cell that secretes bombesin stimulating + hormone. + meaning: CL:0000483 + title: bombesin stimulating hormone secreting cell + CL:0000185: + text: CL:0000185 + description: Contractile cells resembling smooth muscle cells that are present + in glands, notably the mammary gland, and aid in secretion. This cell has + long weaving dendritic processes containing myofilament. + meaning: CL:0000185 + title: myoepithelial cell + CL:0000956: + text: CL:0000956 + description: A pre-B-I cell is a precursor B cell that expresses CD34 and + surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) + on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries + a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain + protein. + meaning: CL:0000956 + title: pre-B-I cell + CL:4030049: + text: CL:4030049 + description: A DRD2-expressing medium spiny neuron that is part of a striosome + of dorsal striatum. + meaning: CL:4030049 + title: striosomal D2 medium spiny neuron + CL:0002326: + text: CL:0002326 + description: A mammary epithelial cell that occurs in the lumen of the ductal + and alveoli structure in the breast. + meaning: CL:0002326 + title: luminal epithelial cell of mammary gland + CL:0000028: + text: CL:0000028 + meaning: CL:0000028 + title: CNS neuron (sensu Nematoda and Protostomia) + CL:0000847: + text: CL:0000847 + description: An olfactory receptor cell in which the apical ending of the + dendrite is a pronounced ciliated olfactory knob. + meaning: CL:0000847 + title: ciliated olfactory receptor neuron + CL:1000323: + text: CL:1000323 + description: A goblet cell that is part of the epithelium of pyloric gland. + meaning: CL:1000323 + title: pyloric gastric gland goblet cell + CL:0010006: + text: CL:0010006 + description: Any blood vessel endothelial cell that is part of some heart. + meaning: CL:0010006 + title: cardiac blood vessel endothelial cell + CL:4033018: + text: CL:4033018 + description: A megakaryocyte that is resident in the lung connective tissue. + meaning: CL:4033018 + title: lung megakaryocyte + CL:1000182: + text: CL:1000182 + description: Any tip cell that is part of some Malpighian tubule. + meaning: CL:1000182 + title: malpighian tubule tip cell + CL:0000233: + text: CL:0000233 + description: A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, + found in the blood of all mammals, and mainly involved in blood coagulation. + meaning: CL:0000233 + title: platelet + CL:1001567: + text: CL:1001567 + description: Any endothelial cell of vascular tree that is part of some lung. + meaning: CL:1001567 + title: lung endothelial cell + CL:0000443: + text: CL:0000443 + description: Any secretory cell that is capable of some calcitonin secretion. + meaning: CL:0000443 + title: calcitonin secreting cell + CL:0000474: + text: CL:0000474 + description: An insect renal cell that filters hemolymph and is found with + other pericardial nephrocytes in two rows flanking the dorsal vessel. + meaning: CL:0000474 + title: pericardial nephrocyte + CL:4023168: + text: CL:4023168 + description: A neuron that is part of the somatic sensory system. Somatosensory + neurons innervate the skin or integument to detect different types of thermal, + chemical, and mechanical touch stimuli. + meaning: CL:4023168 + title: somatosensory neuron + CL:0000204: + text: CL:0000204 + meaning: CL:0000204 + title: acceleration receptive cell + CL:1000478: + text: CL:1000478 + description: A transitional myocyte that is part of the sinoatrial node. + meaning: CL:1000478 + title: transitional myocyte of sinoatrial node + CL:0000557: + text: CL:0000557 + description: A hematopoietic progenitor cell that is committed to the granulocyte + and monocyte lineages. These cells are CD123-positive, and do not express + Gata1 or Gata2 but do express C/EBPa, and Pu.1. + meaning: CL:0000557 + title: granulocyte monocyte progenitor cell + CL:0002456: + text: CL:0002456 + description: A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive + and CD4-positive. + meaning: CL:0002456 + title: CD8_alpha-positive plasmacytoid dendritic cell + CL:0000501: + text: CL:0000501 + description: A supporting cell for the developing female gamete in the ovary + of mammals. They develop from the coelomic epithelial cells of the gonadal + ridge. Granulosa cells form a single layer around the mammalian oocyte in + the primordial ovarian follicle and advance to form a multilayered cumulus + oophorus surrounding the ovum in the Graafian follicle. The major functions + of granulosa cells include the production of steroids and LH receptors. + meaning: CL:0000501 + title: granulosa cell + CL:4023075: + text: CL:4023075 + description: A sst GABAergic cortical interneuron found in L6 that expresses + tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization + within L6. + meaning: CL:4023075 + title: L6 th sst GABAergic interneuron (Mmus) + CL:0002278: + text: CL:0002278 + description: An enteroendocrine cell of duodenum and jejunum that produces + gastric inhibitory peptide. + meaning: CL:0002278 + title: GIP cell + CL:4033045: + text: CL:4033045 + description: A dendritic cell that captures antigens in a lung and migrates + to a lymph node or to the spleen to activate T cells. + meaning: CL:4033045 + title: lung migratory dendritic cell + CL:1001576: + text: CL:1001576 + description: Squamous cell of oral epithelium. + meaning: CL:1001576 + title: oral mucosa squamous cell + CL:1001435: + text: CL:1001435 + description: The small neuron in the glomerular layer of the olfactory bulb + whose dendrites arborize within a glomerulus, where it receives synaptic + input from olfactory receptor cell axon terminals, and also engages in dendrodendritic + interactions with mitral and tufted cell dendrites; uses both GABA and dopamine + as a neurotransmitter. + meaning: CL:1001435 + title: periglomerular cell + CL:0002681: + text: CL:0002681 + description: A cell that is part of a cortex of kidney. + meaning: CL:0002681 + title: kidney cortical cell + CL:0002083: + text: CL:0002083 + description: A chromaffin cell of the adrenal medulla that produces norepinephrine. + meaning: CL:0002083 + title: type I cell of adrenal medulla + CL:1001123: + text: CL:1001123 + description: Any peritubular capillary endothelial cell that is part of some + outer renal medulla peritubular capillary. + meaning: CL:1001123 + title: kidney outer medulla peritubular capillary cell + CL:0009095: + text: CL:0009095 + description: An endothelial cell that is part of a uterus. + meaning: CL:0009095 + title: endothelial cell of uterus + CL:0001052: + text: CL:0001052 + description: A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-negative. + meaning: CL:0001052 + title: CD8-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell + CL:1000304: + text: CL:1000304 + description: A fibroblast that is part of the connective tissue of nonglandular + part of prostate. + meaning: CL:1000304 + title: fibroblast of connective tissue of nonglandular part of prostate + CL:0002165: + text: CL:0002165 + description: A supporting cell that is attached to the basement membrane and + forms rows that support the hair cells. + meaning: CL:0002165 + title: phalangeal cell + CL:1000418: + text: CL:1000418 + description: A myoepithelial cell that is part of the mammary gland alveolus. + meaning: CL:1000418 + title: myoepithelial cell of lactiferous alveolus + CL:0002489: + text: CL:0002489 + description: A thymocyte that lacks expression of CD4 and CD8. + meaning: CL:0002489 + title: double negative thymocyte + CL:0002270: + text: CL:0002270 + description: A type EC enteroendocrine cell in the duodenum and jejunum that + stores and secretes motilin and 5-hydroxytryptamine. + meaning: CL:0002270 + title: type EC2 enteroendocrine cell + CL:4023189: + text: CL:4023189 + description: A retinal ganglion cell located in the ganglion cell layer of + the retina. This cell projects to magnocellular cells in the lateral geniculate + nucleus (LGN). They have large cell bodies and extensive, branching dendritic + networks that contribute to their large receptive fields. + meaning: CL:4023189 + title: parasol ganglion cell of retina + CL:0003042: + text: CL:0003042 + description: An M9 retinal ganglion cell with synaptic terminals in S4 that + is depolarized by decreased illumination of their receptive field center + meaning: CL:0003042 + title: M9-OFF retinal ganglion cell + CL:0000901: + text: CL:0000901 + description: CD4-positive alpha-beta T cell with regulatory function that + produces IL-10. + meaning: CL:0000901 + title: Tr1 cell + CL:0002107: + text: CL:0002107 + description: An IgD-negative CD38-positive IgG memory B cell is a CD38-positive + IgG-positive that has class switched and lacks expression of IgD on the + cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive. + meaning: CL:0002107 + title: IgD-negative CD38-positive IgG memory B cell + CL:1000472: + text: CL:1000472 + description: A myoepithelial cell that is part of the tertiary lactiferous + duct. + meaning: CL:1000472 + title: myoepithelial cell of tertiary lactiferous duct + CL:0005011: + text: CL:0005011 + description: A cuboidal epithelial cell of the kidney which secretes acid + and reabsorbs base to regulate acid/base balance. + meaning: CL:0005011 + title: renal alpha-intercalated cell + CL:0000929: + text: CL:0000929 + description: A mature NK T cell that secretes interferon-gamma and enhances + Th1 immune responses. + meaning: CL:0000929 + title: CD4-negative, CD8-negative type I NK T cell secreting interferon-gamma + CL:4023007: + text: CL:4023007 + description: A vip GABAergic cortical interneuron with bipolar morphology, + with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across + all layers (with preferences for layers II/III and Va) and a dendritic tree + that is vertically more restricted than deeper layer vip cells and extend + fewer dendrites into the layers outside their home layer (location of soma). + L2/3 bipolar vip cells have great variability in firing patterns, though + most are continuous adapting. L2/3 bipolar vip cells are more depolarized + in their resting state, had less fast rectification, and had smaller after + hyperpolarization than deeper vip cells. + meaning: CL:4023007 + title: L2/3 bipolar vip GABAergic interneuron (Mmus) + CL:0009049: + text: CL:0009049 + description: A layer of smooth muscle cells that forms the outer layer of + the high endothelial venule of lymph node and pumps to allow flow of lymph + fluid carrying lymphocytes. + meaning: CL:0009049 + title: smooth muscle cell of high endothelial venule of lymph node + CL:0000188: + text: CL:0000188 + description: A somatic cell located in skeletal muscle. + meaning: CL:0000188 + title: cell of skeletal muscle + CL:2000093: + text: CL:2000093 + description: Any fibroblast of lung that is part of a bronchus. + meaning: CL:2000093 + title: bronchus fibroblast of lung + CL:1001474: + text: CL:1001474 + description: An inhibitory, GABAergic projection neuron in the striatum that + integrates glutamatergic signals arising from the cerebral cortex and thalamus. + meaning: CL:1001474 + title: medium spiny neuron + CL:1000414: + text: CL:1000414 + description: An endothelial cell that is part of the venule. + meaning: CL:1000414 + title: endothelial cell of venule + CL:1001318: + text: CL:1001318 + description: A pericyte cell located in the kidney interstitium. + meaning: CL:1001318 + title: renal interstitial pericyte + CL:0000777: + text: CL:0000777 + description: A tissue-resident macrophage of the renal glomerular mesangium + involved in the disposal and degradation of filtration residues, presentation + of antigen to T cells and in tissue remodeling. + meaning: CL:0000777 + title: mesangial phagocyte + CL:0002103: + text: CL:0002103 + description: An IgG-positive double negative memory B cell is a double negative + memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative. + meaning: CL:0002103 + title: IgG-positive double negative memory B cell + CL:1001580: + text: CL:1001580 + description: A glial cell that is part of the hippocampus. + meaning: CL:1001580 + title: hippocampal glial cell + CL:0000020: + text: CL:0000020 + description: An euploid male germ cell of an early stage of spermatogenesis. + meaning: CL:0000020 + title: spermatogonium + CL:0002530: + text: CL:0002530 + description: An immature CD1a-positive dermal dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002530 + title: immature CD1a-positive dermal dendritic cell + CL:0000708: + text: CL:0000708 + description: Stromal cell that forms the internal covering of the vertebrate + brain and produces ECM for this and the choroid plexus. + meaning: CL:0000708 + title: leptomeningeal cell + CL:4023046: + text: CL:4023046 + description: An excitatory glutamatergic neuron transcriptomically related + to the CT subclass, with a soma preferentially located in the bottom of + L6 of the primary motor cortex. + meaning: CL:4023046 + title: L6b glutamatergic neuron of the primary motor cortex + CL:0000659: + text: CL:0000659 + description: An extracellular matrix secreting cell that secretes eggshell. + meaning: CL:0000659 + title: eggshell secreting cell + CL:4023158: + text: CL:4023158 + description: A neuron in the posterior ventral cochlear nucleus that is distinguished + by their long, thick and tentacle-shaped dendrites that typically emanate + from one side of the cell body. + meaning: CL:4023158 + title: octopus cell of the mammalian cochlear nucleus + CL:1001433: + text: CL:1001433 + description: An epithelial cell of the exocrine pancreas. + meaning: CL:1001433 + title: epithelial cell of exocrine pancreas + CL:4042009: + text: CL:4042009 + description: An astrocyte type that presents radial protrusions across the + layers of a cortex. The soma of this astrocyte is part of the first layer + of a neocortex. This astrocyte extents its protrusions transversally to + the deeper layers of a cortex and it creates contact with neurons, the pia + matter and capillaries. This astrocyte is involved in facilitating the communication + across neurons, astrocytes, capillaries, meninges and the cerebrospinal + fluid. + meaning: CL:4042009 + title: interlaminar astrocyte + CL:0002667: + text: CL:0002667 + description: An otic fibrocyte that resides above the stria vasularis and + is part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002667 + title: type 5 otic fibrocyte + CL:0000489: + text: CL:0000489 + meaning: CL:0000489 + title: scotopic photoreceptor cell + CL:0000962: + text: CL:0000962 + description: A follicular B cell that is IgD-positive and CD23-positive and + CD38-positive. This naive cell type is activated in the extrafollicular + areas via interaction with dendritic cells and antigen specific T cells. + meaning: CL:0000962 + title: Bm2 B cell + CL:0000743: + text: CL:0000743 + description: Chondrocyte that is terminally differentiated, produces type + X collagen, is large in size, and often associated with the replacement + of cartilage by bone (endochondral ossification). + meaning: CL:0000743 + title: hypertrophic chondrocyte + CL:0000545: + text: CL:0000545 + description: A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, + CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma. + meaning: CL:0000545 + title: T-helper 1 cell + CL:0000603: + text: CL:0000603 + description: A fungal cell with two genetically distinct haploid nuclei. + meaning: CL:0000603 + title: dikaryon + CL:1000458: + text: CL:1000458 + description: A melanocyte that is part of the skin of body. + meaning: CL:1000458 + title: melanocyte of skin + CL:0000037: + text: CL:0000037 + description: 'A stem cell from which all cells of the lymphoid and myeloid + lineages develop, including blood cells and cells of the immune system. + Hematopoietic stem cells lack cell markers of effector cells (lin-negative). + Lin-negative is defined by lacking one or more of the following cell surface + markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, + CD20, CD56, ly6G, ter119.' + meaning: CL:0000037 + title: hematopoietic stem cell + CL:0000711: + text: CL:0000711 + description: Cumulus cell is a specialized granulosa cell that surrounds and + nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to + form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, + cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus + cells are used to make a distinction between this cell and the other functionally + different subpopulation of granulosa cells at the wall of the Graafian follicle. + meaning: CL:0000711 + title: cumulus cell + CL:0007019: + text: CL:0007019 + meaning: CL:0007019 + title: epidermal mucus secreting cell + CL:0002651: + text: CL:0002651 + description: An endothelial cell that is part of the venous sinus of spleen. + This endothelial cell has an elongated, spindle-shaped, flattened morphology + that is parallel to long axis of sinus. This cell type rests on a basement + membrane interrupted by numerous narrow slits. + meaning: CL:0002651 + title: endothelial cell of venous sinus of spleen + CL:4033063: + text: CL:4033063 + description: A trophoblast cell that invades the maternal spiral arteries + and replace the endothelial lining, remodeling the vessels and allowing + for adequate blood transport into the placenta. An endovascular extravillous + trophoblast cell differentiates from an extravillous trophoblast cell. In + humans, this cell can be distinguished by the expression of CD56. + meaning: CL:4033063 + title: endovascular extravillous trophoblast cell + CL:0010013: + text: CL:0010013 + meaning: CL:0010013 + title: type I pinealocyte + CL:0000752: + text: CL:0000752 + description: A bipolar neuron found in the retina and having connections with + cone photoreceptor cells and neurons in the inner plexiform layer. + meaning: CL:0000752 + title: cone retinal bipolar cell + CL:0009111: + text: CL:0009111 + description: A germinal center B cell found in a lymph node germinal center + light zone. + meaning: CL:0009111 + title: centrocyte + CL:0002384: + text: CL:0002384 + description: A macroconidium that has only one nucleus. + meaning: CL:0002384 + title: uninucleate macroconidium + CL:0000102: + text: CL:0000102 + meaning: CL:0000102 + title: polymodal neuron + CL:4023055: + text: CL:4023055 + description: A corticothalamic-projecting glutamatergic neuron that is located + in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology + and mostly untufted apical dendrites terminating in midcortical layers. + CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells + have a near tonic firing pattern and are distinguished from L6 IT neurons + by a lower inter-spike interval adaptation index. + meaning: CL:4023055 + title: corticothalamic VAL/VM projecting glutamatergic neuron of the primary + motor cortex + CL:0002205: + text: CL:0002205 + description: A brush cell found in the epithelium of lobular bronchiole. + meaning: CL:0002205 + title: brush cell of lobular bronchiole + CL:0002251: + text: CL:0002251 + description: An epithelial cell of the musculomembranous digestive tube extending + from the mouth to the anus. + meaning: CL:0002251 + title: epithelial cell of alimentary canal + CL:4033006: + text: CL:4033006 + description: A(n) endothelial cell that is part of a(n) efferent lymphatic + vessel. + meaning: CL:4033006 + title: endothelial cell of efferent lymphatic vessel + CL:0000667: + text: CL:0000667 + description: An extracellular matrix secreting cell that secretes collagen. + meaning: CL:0000667 + title: collagen secreting cell + CL:0000157: + text: CL:0000157 + description: A cell that specializes in secretion of surfactant in the alveoli + of the lung. + meaning: CL:0000157 + title: surfactant secreting cell + CL:0002235: + text: CL:0002235 + description: A cell of the luminal layer of the epithelium in the prostatic + acinus. + meaning: CL:0002235 + title: luminal cell of prostatic acinus + CL:0009011: + text: CL:0009011 + description: "A rapidly proliferating population of cells that differentiate\ + \ from stem cells of the intestinal crypt of the colon. Stem cells located\ + \ in the crypts of Lieberk\xFChn give rise to proliferating progenitor or\ + \ transit amplifying cells that differentiate into the four major epithelial\ + \ cell types. These include columnar absorptive cells or enterocytes, mucous\ + \ secreting goblet cells, enteroendocrine cells and paneth cells." + meaning: CL:0009011 + title: transit amplifying cell of colon + CL:1000504: + text: CL:1000504 + description: A cell that is part of a renal medulla. + meaning: CL:1000504 + title: kidney medulla cell + CL:4006001: + text: CL:4006001 + description: A fibroblast that is part of the skin of scalp. + meaning: CL:4006001 + title: fibroblast of skin of scalp + CL:0000241: + text: CL:0000241 + meaning: CL:0000241 + title: stratified cuboidal epithelial cell + CL:0000463: + text: CL:0000463 + description: An epidermal cell that secretes chitinous cuticle from its apical + side. + meaning: CL:0000463 + title: epidermal cell (sensu Arthropoda) + CL:0001063: + text: CL:0001063 + description: An abnormal cell exhibiting dysregulation of cell proliferation + or programmed cell death and capable of forming a neoplasm, an aggregate + of cells in the form of a tumor mass or an excess number of abnormal cells + (liquid tumor) within an organism. + meaning: CL:0001063 + title: neoplastic cell + CL:0010000: + text: CL:0010000 + description: A hair follicle matrix region cell which synthesizes keratin + and undergoes a characteristic change as it moves upward from the hair bulb + to become the hair medulla cortex and hair root sheath. + meaning: CL:0010000 + title: keratinized cell of hair follicle + CL:0002465: + text: CL:0002465 + description: A conventional dendritic cell that expresses CD11b (ITGAM). + meaning: CL:0002465 + title: CD11b-positive dendritic cell + CL:0000719: + text: CL:0000719 + meaning: CL:0000719 + title: posterior cone cell (sensu Endopterygota) + CL:4023036: + text: CL:4023036 + description: A pvalb GABAergic cortical interneuron that is recognizable by + the straight terminal axonal 'cartridges' of vertically oriented strings + of synaptic boutons. Chandelier PV cells' boutons target exclusively the + axon initial segment (AIS) of pyramidal cells, with a single cell innervating + hundreds of pyramidal cells in a clustered manner. + meaning: CL:4023036 + title: chandelier pvalb GABAergic cortical interneuron + CL:4023110: + text: CL:4023110 + description: A pyramidal neuron with soma located in the amygdala. + meaning: CL:4023110 + title: amygdala pyramidal neuron + CL:2000048: + text: CL:2000048 + description: A lower motor neuron whose soma is located in the anterior horn. + Anterior horn motor neurons project from the anterior portion of the grey + matter in the spinal cord to some skeletal muscles. + meaning: CL:2000048 + title: anterior horn motor neuron + CL:0000388: + text: CL:0000388 + description: An elongated fibrocyte that is part of a tendon. The cytoplasm + is stretched between the collagen fibres of the tendon. They have a central + cell nucleus with a prominent nucleolus. Tendon cells have a well-developed + rough endoplasmic reticulum and they are responsible for synthesis and turnover + of tendon fibres and ground substance. + meaning: CL:0000388 + title: tendon cell + CL:0000826: + text: CL:0000826 + description: A progenitor cell of the B cell lineage, with some lineage specific + activity such as early stages of recombination of B cell receptor genes, + but not yet fully committed to the B cell lineage until the expression of + PAX5 occurs. + meaning: CL:0000826 + title: pro-B cell + CL:0000106: + text: CL:0000106 + description: Neuron with one neurite that extends from the cell body. + meaning: CL:0000106 + title: unipolar neuron + CL:0000589: + text: CL:0000589 + description: A bulbous cell that is medially placed in one row in the organ + of Corti. In contrast to the outer hair cells, the inner hair cells are + fewer in number, have fewer sensory hairs, and are less differentiated. + meaning: CL:0000589 + title: cochlear inner hair cell + CL:1001593: + text: CL:1001593 + description: 'Glandular cell of parathyroid epithelium. Example: Parathyroid + chief cell and parathyroid oxyphil cells.' + meaning: CL:1001593 + title: parathyroid glandular cell + CL:1000473: + text: CL:1000473 + description: A myoepithelial cell that is part of the quarternary lactiferous + duct. + meaning: CL:1000473 + title: myoepithelial cell of quarternary lactiferous duct + CL:0002562: + text: CL:0002562 + description: An epidermal cell that is part of the germinal matrix. + meaning: CL:0002562 + title: hair germinal matrix cell + CL:2000008: + text: CL:2000008 + description: Any blood vessel endothelial cell that is part of a microvascular + endothelium. + meaning: CL:2000008 + title: microvascular endothelial cell + CL:0002210: + text: CL:0002210 + description: A slow muscle cell that contains high levels of myoglobin and + oxygen storing proteins giving the cell a red appearance. + meaning: CL:0002210 + title: red muscle cell + CL:0002509: + text: CL:0002509 + description: A langerin-positive lymph node dendritic cell that is CD103-positive + and CD11b-low. + meaning: CL:0002509 + title: CD103-positive, langerin-positive lymph node dendritic cell + CL:0002154: + text: CL:0002154 + description: A promyelocyte with a nucleus that is indented and contains more + marginated heterochromatin compared to its precursor cell (myeloblast); + cytoplasm is deeply basophilic and contains numerous mitochondria and meandering + cysternae of endoplasmic reticulum; largest of the granulocyte lineages. + meaning: CL:0002154 + title: early promyelocyte + CL:0000341: + text: CL:0000341 + meaning: CL:0000341 + title: pigment cell (sensu Nematoda and Protostomia) + CL:0000581: + text: CL:0000581 + description: A macrophage resident in the peritoneum under non-inflammatory + conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, + CD115-high, MHC-II-negative, and Dectin-1-positive. + meaning: CL:0000581 + title: peritoneal macrophage + CL:0002337: + text: CL:0002337 + description: A stem cell located in the bulge of the hair follicle that can + give rise to regenerate the new follicle with each hair cycle and to reepithelialize + the epidermis during wound repair. + meaning: CL:0002337 + title: keratinocyte stem cell + CL:4030016: + text: CL:4030016 + description: An epithelial cell located in the early distal convoluted tubule. + meaning: CL:4030016 + title: epithelial cell of early distal convoluted tubule + CL:4030019: + text: CL:4030019 + description: A renal intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030019 + title: kidney connecting tubule intercalated cell + CL:4023121: + text: CL:4023121 + description: A sst GABAergic cortical interneuron that also expresses Chodl. + These neurons are rare and correspond to the only known cortical interneurons + with long-range projection. + meaning: CL:4023121 + title: sst chodl GABAergic cortical interneuron + CL:0000824: + text: CL:0000824 + description: A natural killer cell that is developmentally mature and expresses + a variety of inhibitory and activating receptors that recognize MHC class + I and other stress related molecules. + meaning: CL:0000824 + title: mature natural killer cell + CL:2000011: + text: CL:2000011 + description: Any endothelial cell of lymphatic vessel that is part of a dermis. + meaning: CL:2000011 + title: dermis lymphatic vessel endothelial cell + CL:1001225: + text: CL:1001225 + description: A cell that is part of a collecting duct of renal tubule. + meaning: CL:1001225 + title: kidney collecting duct cell + CL:0000010: + text: CL:0000010 + description: A cell in vitro that is or has been maintained or propagated + as part of a cell culture. + meaning: CL:0000010 + title: cultured cell + CL:0009079: + text: CL:0009079 + description: A fibroblast located between thymic lobules. + meaning: CL:0009079 + title: thymic fibroblast type 2 + CL:0011015: + text: CL:0011015 + description: A motile sperm cell that contain no F-actin, and their motility + is powered by a dynamic filament system. + meaning: CL:0011015 + title: amoeboid sperm cell + CL:0002482: + text: CL:0002482 + description: A melanocyte that produces pigment in the dermis. + meaning: CL:0002482 + title: dermal melanocyte + CL:1000329: + text: CL:1000329 + description: A goblet cell that is part of the epithelium of trachea. + meaning: CL:1000329 + title: tracheal goblet cell + CL:4023004: + text: CL:4023004 + description: A type of intrafusal muscle fiber that lies in the center of + a muscle spindle. Nuclei are clustered centrally and give the equatorial + region a swollen appearance. They are associated with associated with dynamic + gamma motor neurons, and the stretching of the equatorial region of the + nuclear bag fibers results in an increase in the firing rate of type Ia + sensory fibers. + meaning: CL:4023004 + title: nuclear bag fiber + CL:1000447: + text: CL:1000447 + description: A basal cell that is part of the epithelium of esophagus. + meaning: CL:1000447 + title: epithelial cell of stratum germinativum of esophagus + CL:0001061: + text: CL:0001061 + description: A cell found in an organism or derived from an organism exhibiting + a phenotype that deviates from the expected phenotype of any native cell + type of that organism. Abnormal cells are typically found in disease states + or disease models. + meaning: CL:0001061 + title: abnormal cell + CL:0000460: + text: CL:0000460 + description: Any secretory cell that is capable of some glucocorticoid secretion. + meaning: CL:0000460 + title: glucocorticoid secreting cell + CL:1001068: + text: CL:1001068 + meaning: CL:1001068 + title: kidney venous system smooth muscle cell + CL:0000098: + text: CL:0000098 + description: A specialized epithelial cell involved in sensory perception. + Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear + receptor systems; contain sensory cells surrounded by supportive, non-receptive + cells. + meaning: CL:0000098 + title: sensory epithelial cell + CL:0000935: + text: CL:0000935 + description: A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell + that is found in the columnar epithelium of the gastrointestinal tract. + meaning: CL:0000935 + title: CD4-negative, CD8-negative, alpha-beta intraepithelial T cell + CL:0009043: + text: CL:0009043 + description: An intestinal crypt stem cell that is located in the colon. + meaning: CL:0009043 + title: intestinal crypt stem cell of colon + CL:0004244: + text: CL:0004244 + description: An amacrine cell with a wide dendritic field, dendrites in S4, + and post-synaptic terminals in S4. + meaning: CL:0004244 + title: WF4 amacrine cell + CL:1000448: + text: CL:1000448 + description: An epithelial cell that is part of the sweat gland. + meaning: CL:1000448 + title: epithelial cell of sweat gland + CL:0001059: + text: CL:0001059 + description: A progenitor cell committed to myeloid lineage, including the + megakaryocyte and erythroid lineages. These cells are CD34-positive, and + express Gata1, Gata2, C/EBPa, and Pu.1. + meaning: CL:0001059 + title: common myeloid progenitor, CD34-positive + CL:0000945: + text: CL:0000945 + description: A lymphocyte of B lineage with the commitment to express an immunoglobulin + complex. + meaning: CL:0000945 + title: lymphocyte of B lineage + CL:0001057: + text: CL:0001057 + description: A myeloid dendritic cell with the phenotype HLA-DRA-positive. + meaning: CL:0001057 + title: myeloid dendritic cell, human + CL:1001224: + text: CL:1001224 + description: Any smooth muscle cell that is part of some renal interlobular + vein. + meaning: CL:1001224 + title: interlobulary vein smooth muscle cell + CL:0005005: + text: CL:0005005 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into a cyanophore. + meaning: CL:0005005 + title: cyanoblast + CL:0000649: + text: CL:0000649 + description: A cell with delicate radiating processes known as desmosomes + that form intercellular bridges between other cells of this type. This cell + type forms the stratum spinosum (prickle cell layer). A function of this + cell is to generate keratin. + meaning: CL:0000649 + title: prickle cell + CL:2000025: + text: CL:2000025 + description: Any oligodendrocyte that is part of a spinal cord. + meaning: CL:2000025 + title: spinal cord oligodendrocyte + CL:0000996: + text: CL:0000996 + description: Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative + plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0000996 + title: mature CD11c-negative plasmacytoid dendritic cell + CL:4023169: + text: CL:4023169 + description: A neuron that is responsible for sensation in the face or motor + functions such as biting and chewing. Trigeminal neurons extend a single + axon shaft along the lateral white matter of the hindbrain and spinal cord. + The highly branched axons innervate the integument of the head. + meaning: CL:4023169 + title: trigeminal neuron + CL:0000989: + text: CL:0000989 + description: CD11c-low plasmacytoid dendritic cell is a leukocyte that is + CD11c-low, CD45R-positive, GR1-positive and CD11b-negative. + meaning: CL:0000989 + title: CD11c-low plasmacytoid dendritic cell + CL:0002373: + text: CL:0002373 + description: A peptide hormone secreting cell that secretes growth hormone + releasing hormone. + meaning: CL:0002373 + title: growth hormone releasing hormone secreting cell + CL:4030057: + text: CL:4030057 + description: A medium spiny neuron that exhibits transcriptional divergence + from direct and indirect spiny projection neurons, for example, enrichment + in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium + spiny neurons have been found to be differentially distributed across the + basal ganglia, the eccentric medium spiny neuron cell type has been found + to be more evenly distributed throughout cerebral nuclei. + meaning: CL:4030057 + title: eccentric medium spiny neuron + CL:0000597: + text: CL:0000597 + description: The smaller of two types of asexual spores formed by some fungi. + An ovoid to pear-shaped asexual spore that contains very little cytoplasm + and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. + Micronidia are extruded from the hyphal cell wall. + meaning: CL:0000597 + title: microconidium + CL:0002108: + text: CL:0002108 + description: A CD38-negative IgG memory B cell is a IgG-positive class switched + memory B cell that has class switched and expresses IgG on the cell surface + with the phenotype CD38-negative, IgD-negative, and IgG-positive. + meaning: CL:0002108 + title: CD38-negative IgG memory B cell + CL:0001049: + text: CL:0001049 + description: A recently activated CD8-positive, alpha-beta T cell with the + phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, + CD127-negative, CCR7-negative, and CD25-positive. + meaning: CL:0001049 + title: activated CD8-positive, alpha-beta T cell, human + CL:0002407: + text: CL:0002407 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, + CD8-negative and CD24-negative. + meaning: CL:0002407 + title: mature Vgamma2-positive thymocyte + CL:0000552: + text: CL:0000552 + description: The final stage of the nucleated, immature erythrocyte, before + nuclear loss. Typically the cytoplasm is described as acidophilic, but it + still shows a faint polychromatic tint. The nucleus is small and initially + may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic + erythroblast, but ultimately it becomes pyknotic, and appears as a deeply + staining, blue-black, homogeneous structureless mass. The nucleus is often + eccentric and sometimes lobulated. + meaning: CL:0000552 + title: orthochromatic erythroblast + CL:0000980: + text: CL:0000980 + description: An activated mature (naive or memory) B cell that is secreting + immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative. + meaning: CL:0000980 + title: plasmablast + CL:0002598: + text: CL:0002598 + description: Any smooth muscle cell that is part of some bronchus. + meaning: CL:0002598 + title: bronchial smooth muscle cell + CL:0001034: + text: CL:0001034 + description: A cell that is maintained or propagated in a controlled artificial + environment for use in an investigation. + meaning: CL:0001034 + title: cell in vitro + CL:1001006: + text: CL:1001006 + description: Any kidney arterial blood vessel cell that is part of some renal + afferent arteriole. + meaning: CL:1001006 + title: kidney afferent arteriole cell + CL:2000037: + text: CL:2000037 + description: Any neuromast hair cell that is part of a posterior lateral line. + meaning: CL:2000037 + title: posterior lateral line neuromast hair cell + CL:1000326: + text: CL:1000326 + description: A goblet cell that is part of the epithelium proper of ileum. + meaning: CL:1000326 + title: ileal goblet cell + CL:4033030: + text: CL:4033030 + description: An OFF calbindin-negative bipolar cell that has a large dendritic + field and stratifies narrowly close to the middle of the inner plexiform + layer. Its axon terminal is characterized by regularly branching and varicose + processes resembling beads on a string. Most of DB3b contacts with cones + are non-triad-associated. + meaning: CL:4033030 + title: diffuse bipolar 3b cell + CL:0002318: + text: CL:0002318 + description: A mesothelial cell capable of circulating in the blood by first + losing its squamous character. This cell can incorporate into the regenerating + mesothelium. + meaning: CL:0002318 + title: peripheral blood mesothelial cell + CL:0000919: + text: CL:0000919 + description: A CD8-positive alpha beta-positive T cell with the phenotype + FoxP3-positive and having suppressor function. + meaning: CL:0000919 + title: CD8-positive, CD25-positive, alpha-beta regulatory T cell + CL:0002341: + text: CL:0002341 + description: An undifferentiated cell of the prostate epithelium that lacks + secretory activity. + meaning: CL:0002341 + title: basal cell of prostate epithelium + CL:0000638: + text: CL:0000638 + description: An acidophilic chromophil cell that of the anterior pituitary + gland. + meaning: CL:0000638 + title: acidophil cell of pars distalis of adenohypophysis + CL:1000854: + text: CL:1000854 + description: A blood vessel cell that is part of a kidney. + meaning: CL:1000854 + title: kidney blood vessel cell + CL:1000123: + text: CL:1000123 + description: Any epithelial cell that is part of some metanephric nephron + tubule. + meaning: CL:1000123 + title: metanephric nephron tubule epithelial cell + CL:1001214: + text: CL:1001214 + description: Any smooth muscle cell that is part of some kidney arcuate artery. + meaning: CL:1001214 + title: arcuate artery smooth muscle cell + CL:0000031: + text: CL:0000031 + description: A cell that will develop into a neuron often after a migration + phase. + meaning: CL:0000031 + title: neuroblast (sensu Vertebrata) + CL:0000312: + text: CL:0000312 + description: An epidermal cell which synthesizes keratin and undergoes a characteristic + change as it moves upward from the basal layers of the epidermis to the + cornified (horny) layer of the skin. Successive stages of differentiation + of the keratinocytes forming the epidermal layers are basal cell, spinous + or prickle cell, and the granular cell. + meaning: CL:0000312 + title: keratinocyte + CL:4023059: + text: CL:4023059 + description: An oligodendrocyte precursor cell that is committed to differentiate. + meaning: CL:4023059 + title: differentiation-committed oligodendrocyte precursor + CL:0000432: + text: CL:0000432 + description: A fibroblast that synthesizes collagen and uses it to produce + reticular fibers, thus providing structural support. Reticular cells are + found in many organs, including the spleen, lymph nodes and kidneys. Subtypes + of reticular cells include epithelial, mesenchymal, and fibroblastic reticular + cells. Fibroblastic reticular cells are involved in directing B cells and + T cells to specific regions within a tissue, whereas epithelial and mesenchymal + reticular cells are associated with certain areas of the brain. + meaning: CL:0000432 + title: reticular cell + CL:0000129: + text: CL:0000129 + description: A central nervous system macrophage found in the parenchyma of + the central nervous system. Marker include CD11b-positive, F4/80-positive, + and CD68-positive. + meaning: CL:0000129 + title: microglial cell + CL:0002310: + text: CL:0002310 + description: An acidophil cell of the anterior pituitary gland that produces + both prolactin and growth hormone. + meaning: CL:0002310 + title: mammosomatotroph + CL:2000001: + text: CL:2000001 + description: A leukocyte with a single non-segmented nucleus in the mature + form found in the circulatory pool of blood. + meaning: CL:2000001 + title: peripheral blood mononuclear cell + CL:0008046: + text: CL:0008046 + description: A skeletal muscle fiber that is innervated by alpha motor neuron + and generates tension by contracting, thereby allowing for skeletal movement. + These fibers make up the large mass of skeletal muscle tissue and are attached + to bones by tendons. + meaning: CL:0008046 + title: extrafusal muscle fiber + CL:0000636: + text: CL:0000636 + description: Astrocyte-like radial glial cell that extends vertically throughout + the retina, with the nucleus are usually in the middle of the inner nuclear + layer. + meaning: CL:0000636 + title: Mueller cell + CL:1000695: + text: CL:1000695 + meaning: CL:1000695 + title: kidney interstitial alternatively activated macrophage + CL:0002554: + text: CL:0002554 + description: A fibroblast of the lymphatic system. + meaning: CL:0002554 + title: fibroblast of lymphatic vessel + CL:0000056: + text: CL:0000056 + description: A cell that is commited to differentiating into a muscle cell. Embryonic + myoblasts develop from the mesoderm. They undergo proliferation, migrate + to their various sites, and then differentiate into the appropriate form + of myocytes. Myoblasts also occur as transient populations of cells in + muscles undergoing repair. + meaning: CL:0000056 + title: myoblast + CL:0009004: + text: CL:0009004 + description: Any cell in the retina, the innermost layer or coating at the + back of the eyeball, which is sensitive to light and in which the optic + nerve terminates. + meaning: CL:0009004 + title: retinal cell + CL:2000014: + text: CL:2000014 + description: Any skin fibroblast that is part of a upper leg skin. + meaning: CL:2000014 + title: fibroblast of upper leg skin + CL:1000042: + text: CL:1000042 + description: Any neuroblast (sensu Vertebrata) that is part of some forebrain. + meaning: CL:1000042 + title: forebrain neuroblast + CL:0000039: + text: CL:0000039 + description: A cell that is within the developmental lineage of gametes and + is able to pass along its genetic material to offspring. + meaning: CL:0000039 + title: germ line cell + CL:4030064: + text: CL:4030064 + description: 'An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 5. The standard transcriptomic reference data + for this cell type can be found on the CellxGene census under the collection: + ''Transcriptomic cytoarchitecture reveals principles of human neocortex + organization'', dataset: ''Supercluster: IT-projecting excitatory neurons'', + Author Categories: ''CrossArea_subclass'', L5 IT.' + meaning: CL:4030064 + title: L5 intratelencephalic projecting glutamatergic neuron + CL:0002597: + text: CL:0002597 + description: A smooth muscle cell of the bladder. + meaning: CL:0002597 + title: smooth muscle cell of bladder + CL:0000365: + text: CL:0000365 + description: Diploid cell produced by the fusion of sperm cell nucleus and + egg cell. + meaning: CL:0000365 + title: animal zygote + CL:0000555: + text: CL:0000555 + meaning: CL:0000555 + title: neuronal brush cell + CL:0000621: + text: CL:0000621 + description: A myoblast that is committed to a myotube-specific program of + differentiation but not yet fused. It undergoes very limited additional + proliferation. After fusion, it will take on a muscle identity specified + by a `muscle founder cell` (CL:0008006). + meaning: CL:0000621 + title: fusion competent myoblast + CL:0008037: + text: CL:0008037 + description: A lower motor neuron that innervates only intrafusal muscle fibers. + Unlike the alpha motor neurons, gamma motor neurons do not directly adjust + the lengthening or shortening of muscles but function in adjusting the sensitivity + of muscle spindles and in keeping muscle spindles taut, thereby allowing + the continued firing of alpha neurons. + meaning: CL:0008037 + title: gamma motor neuron + CL:0003035: + text: CL:0003035 + description: A monostratified retinal ganglion cell that contains opsin. + meaning: CL:0003035 + title: M6 retinal ganglion cell + CL:0000586: + text: CL:0000586 + description: The reproductive cell in multicellular organisms. + meaning: CL:0000586 + title: germ cell + CL:0002291: + text: CL:0002291 + description: A sperm bearing an X chromosome. Chromosomal and genetic sex + is established at fertilization in mammals and depends upon whether an X-bearing + sperm or a Y-bearing sperm fertilizes the X-bearing ovum. + meaning: CL:0002291 + title: X chromosome-bearing sperm cell + CL:1001585: + text: CL:1001585 + description: 'Glandular cell of appendix epithelium. Example: Goblet cells; + enterocytes or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001585 + title: appendix glandular cell + CL:0000029: + text: CL:0000029 + description: Any neuron that develops from some migratory neural crest cell. + meaning: CL:0000029 + title: neural crest derived neuron + CL:0002574: + text: CL:0002574 + description: A stromal cell of the pancreas. + meaning: CL:0002574 + title: stromal cell of pancreas + CL:0002541: + text: CL:0002541 + description: A mesenchymal stem cell of the chorionic membrane. + meaning: CL:0002541 + title: chorionic membrane mesenchymal stem cell + CL:0000885: + text: CL:0000885 + description: A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated + lymphoid tissues of the gut. + meaning: CL:0000885 + title: gut-associated lymphoid tissue macrophage + CL:0000937: + text: CL:0000937 + description: Cell committed to natural killer cell lineage that has the phenotype + CD122-positive, CD34-positive, and CD117-positive. This cell type lacks + expression of natural killer receptor proteins. + meaning: CL:0000937 + title: pre-natural killer cell + CL:0002173: + text: CL:0002173 + description: A cell that is a specialized type of pericyte providing structural + support for the capillary loops of kidney. A flat, elongated cell with extensive + fine cytoplasmic processes found outside the kidney glomerulus near the + macula densa and bound laterally by afferent and efferent arterioles. Being + phagocytic, this cell participates in the continuous turnover of the basal + lamina by removing its outer portion containing residues of filtration, + while the lamina is renewed on its inner surface by the endothelial cells. + meaning: CL:0002173 + title: extraglomerular mesangial cell + CL:4040006: + text: CL:4040006 + description: A chromatophore that is part of the dermis. + meaning: CL:4040006 + title: dermal chromatophore + CL:2000088: + text: CL:2000088 + description: Any basket cell that is part of a Ammon's horn. + meaning: CL:2000088 + title: Ammon's horn basket cell + CL:0000811: + text: CL:0000811 + description: An immature alpha-beta T cell that is located in the thymus and + is CD8-positive and CD4-negative. + meaning: CL:0000811 + title: CD8-positive, alpha-beta thymocyte + CL:0005023: + text: CL:0005023 + description: Cranial motor neuron which innervates muscles derived from the + branchial (pharyngeal) arches. + meaning: CL:0005023 + title: branchiomotor neuron + CL:0002336: + text: CL:0002336 + description: An endothelial cell that lines the oral cavitiy including the + mucosa of the gums, the palate, the lip, and the cheek. + meaning: CL:0002336 + title: buccal mucosa cell + CL:0009097: + text: CL:0009097 + description: A skeletal muscle fiber found in an embryo. In mammalian embryos, + skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded + by the MYH3 gene), which regulates skeletal muscle development. + meaning: CL:0009097 + title: embryonic skeletal muscle fiber + CL:0000946: + text: CL:0000946 + description: A lymphocyte of B lineage that is devoted to secreting large + amounts of immunoglobulin. + meaning: CL:0000946 + title: antibody secreting cell + CL:4033038: + text: CL:4033038 + description: An alpha-beta CD4 T cell that resides in the lung. + meaning: CL:4033038 + title: lung resident memory CD4-positive, alpha-beta T cell + CL:0000120: + text: CL:0000120 + description: A neuron of the vertebrate central nervous system that is small + in size. This general class includes small neurons in the granular layer + of the cerebellar cortex, cerebral cortex neurons that are not pyramidal + cells and small neurons without axons found in the olfactory bulb. + meaning: CL:0000120 + title: granule cell + CL:4023009: + text: CL:4023009 + description: A glutamatergic neuron located in the cerebral cortex that projects + to structures not derived from telencephalon. + meaning: CL:4023009 + title: extratelencephalic-projecting glutamatergic cortical neuron + CL:0002233: + text: CL:0002233 + description: An epithelial cell of the prostatic acinus. + meaning: CL:0002233 + title: epithelial cell of prostatic acinus + CL:0000647: + text: CL:0000647 + description: A phagocytic cell formed by the fusion of macrophages, occurs + in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, + component of granulomas. Sometimes used to refer to megakaryocytes. + meaning: CL:0000647 + title: multinucleated giant cell + CL:0000977: + text: CL:0000977 + description: A short lived plasma cell that secretes IgG. + meaning: CL:0000977 + title: IgG short lived plasma cell + CL:0000078: + text: CL:0000078 + meaning: CL:0000078 + title: peridermal cell + CL:0002106: + text: CL:0002106 + description: An IgD-positive CD38-positive IgG memory B cell is a CD38-positive + IgG-positive class switched memory B cell that has class switched and expresses + IgD on the cell surface with the phenotype IgD-positive, CD38-positive, + and IgG-positive. + meaning: CL:0002106 + title: IgD-positive CD38-positive IgG memory B cell + CL:0002387: + text: CL:0002387 + description: Cylindrical spore formed by development and compartmentation + of hyphae; the hyphae are often supporting blastoconidiophores. + meaning: CL:0002387 + title: arthroconidium + CL:0002219: + text: CL:0002219 + description: A trophoblast found at the junction of the placenta. This cell + type makes a unique fibronectin-trophouteronectin junction that helps mediate + attachment of the placenta to the uterus. This cell type is also found junction + of the chorion layer of the external membranes and the decidua. + meaning: CL:0002219 + title: anchoring trophoblast + CL:4030036: + text: CL:4030036 + description: A spermatid in an early stage of maturation that has a round + morphology and is transcriptionally active. + meaning: CL:4030036 + title: early spermatid + CL:0002516: + text: CL:0002516 + description: A chromaffin cell interspersed among the interrenal epithelial + layer of the anterior kidney of teloest fish. + meaning: CL:0002516 + title: interrenal chromaffin cell + CL:0002636: + text: CL:0002636 + description: A nonkeratinized cell epithleial cell of the inferior part of + the anal canal. + meaning: CL:0002636 + title: nonkeratinized epithelial cell of inferior part of anal canal + CL:0001039: + text: CL:0001039 + description: Osteoblast that is terminally differentiated, located adjacent + to acellular or cellular bone tissue within periosteum, and is capable of + mineralizing the matrix. + meaning: CL:0001039 + title: terminally differentiated osteoblast + CL:0002588: + text: CL:0002588 + description: A smooth muscle cell of the umbilical vein. + meaning: CL:0002588 + title: smooth muscle cell of the umbilical vein + CL:1000398: + text: CL:1000398 + description: An endothelial cell that is part of the hepatic sinusoid. These + cells possess flattened areas containing perforations about 0.1 micrometers + in diameter, known as fenestrae. The fenestrae are arranged in groups known + as sieve plates. + meaning: CL:1000398 + title: endothelial cell of hepatic sinusoid + CL:4033017: + text: CL:4033017 + description: A smooth muscle cell that is part of a bronchiole. + meaning: CL:4033017 + title: bronchiolar smooth muscle cell + CL:0000861: + text: CL:0000861 + description: A macrophage which develops from an inflammatory monocyte and + is recruited into the tissues in response to injury and infection as part + of an inflammatory response. Markers include CD11b-positive, CD68-positive, + and F4/80-positive. + meaning: CL:0000861 + title: elicited macrophage + CL:0000372: + text: CL:0000372 + description: An epidermal cell that is part of a cell cluster organ of the + insect integument (such as a sensillum) and that secretes a cuticular specialization + that forms a socket around the base of a cuticular specialization produced + by a trichogen cell. + meaning: CL:0000372 + title: tormogen cell + CL:0000753: + text: CL:0000753 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The cell body of these cells is in the middle of the inner + plexiform layer. The dendritic tree is stout and the axon terminates in + sublamina 1. The axonal terminal is wide and has only a few varicosities. + meaning: CL:0000753 + title: type 1 cone bipolar cell (sensu Mus) + CL:0000066: + text: CL:0000066 + description: A cell that is usually found in a two-dimensional sheet with + a free surface. The cell has a cytoskeleton that allows for tight cell to + cell contact and for cell polarity where apical part is directed towards + the lumen and the basal part to the basal lamina. + meaning: CL:0000066 + title: epithelial cell + CL:1000681: + text: CL:1000681 + description: A cell that is part of an interstitial compartment of a renal + cortex. + meaning: CL:1000681 + title: kidney cortex interstitial cell + CL:0000819: + text: CL:0000819 + description: A B cell of distinct lineage and surface marker expression. B-1 + B cells are thought to be the primary source of natural IgM immunoglobulin, + that is, IgM produced in large quantities without prior antigenic stimulation + and generally reactive against various microorganisms, as well as the source + of T-independent IgA immunoglobulin in the mucosal areas. These cells are + CD43-positive. + meaning: CL:0000819 + title: B-1 B cell + CL:0000221: + text: CL:0000221 + description: A cell of the outer of the three germ layers of the embryo. + meaning: CL:0000221 + title: ectodermal cell + CL:0000842: + text: CL:0000842 + description: A leukocyte with a single non-segmented nucleus in the mature + form. + meaning: CL:0000842 + title: mononuclear cell + CL:0001031: + text: CL:0001031 + description: An excitatory granule cell with a soma located in the granular + layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites + with a characteristic claw-like appearance and a long axon that ascends + to the molecular layer where it bifurcates (except in non-teleost fish, + where it does not bifurcate) and extends mediolaterally to form parallel + fibers. + meaning: CL:0001031 + title: cerebellar granule cell + CL:0000097: + text: CL:0000097 + description: A cell that is found in almost all tissues containing numerous + basophilic granules and capable of releasing large amounts of histamine + and heparin upon activation. Progenitors leave bone marrow and mature in + connective and mucosal tissue. Mature mast cells are found in all tissues, + except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, + CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is + the main controlling signal of their survival and development. + meaning: CL:0000097 + title: mast cell + CL:0000408: + text: CL:0000408 + description: Any male germ cell that has characteristic some haploid and is + capable of some fertilization. + meaning: CL:0000408 + title: male gamete + CL:0002204: + text: CL:0002204 + description: A cell type found in the gastrointestinal and respiratory tracts + that is characterized by the presence of a tuft of blunt, squat microvilli + (120-140 per cell). Function of this cell type is not known. + meaning: CL:0002204 + title: brush cell + CL:0004215: + text: CL:0004215 + description: A type 5 cone bipolar cell with narrowly stratified post synaptic + terminals. + meaning: CL:0004215 + title: type 5a cone bipolar cell + CL:0000110: + text: CL:0000110 + description: A neuron that uses neuropeptides as transmitters. + meaning: CL:0000110 + title: peptidergic neuron + CL:2000040: + text: CL:2000040 + description: Any microvascular endothelial cell that is part of a urinary + bladder. + meaning: CL:2000040 + title: bladder microvascular endothelial cell + CL:1000454: + text: CL:1000454 + description: An epithelial cell that is part of the collecting duct of renal + tubule. + meaning: CL:1000454 + title: kidney collecting duct epithelial cell + CL:0000822: + text: CL:0000822 + description: A conventional B cell subject to antigenic stimulation and dependent + on T cell help and with a distinct surface marker expression pattern from + B-1 B cells. These cells are CD43-negative. + meaning: CL:0000822 + title: B-2 B cell + CL:0000925: + text: CL:0000925 + description: A type I NK T cell that has been recently activated, secretes + interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, + and downregulated NK markers. + meaning: CL:0000925 + title: activated CD4-positive type I NK T cell + CL:0002218: + text: CL:0002218 + description: A double negative thymocyte that has a T cell receptor consisting + of a gamma chain that has as part a Vgamma3 segment, and a delta chain. + This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type + is found in the fetal thymus with highest numbers occurring at E17-E18. + meaning: CL:0002218 + title: immature dendritic epithelial T cell precursor + CL:0002412: + text: CL:0002412 + description: A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains + in the T-cell receptor. + meaning: CL:0002412 + title: Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:0004124: + text: CL:0004124 + description: A retinal ganglion cell C inner that has medium dendritic diversity. + meaning: CL:0004124 + title: retinal ganglion cell C1 + CL:4023039: + text: CL:4023039 + description: Any neuron that has its soma located in some amygdala and is + capable of some glutamate secretion, neurotransmission. + meaning: CL:4023039 + title: amygdala excitatory neuron + CL:0000584: + text: CL:0000584 + description: An epithelial cell that has its apical plasma membrane folded + into microvilli to provide ample surface for the absorption of nutrients + from the intestinal lumen. + meaning: CL:0000584 + title: enterocyte + CL:2000024: + text: CL:2000024 + description: Any neuron that is part of a spinal cord medial motor column. + meaning: CL:2000024 + title: spinal cord medial motor column neuron + CL:0000023: + text: CL:0000023 + description: A female germ cell that has entered meiosis. + meaning: CL:0000023 + title: oocyte + CL:0009008: + text: CL:0009008 + description: A macrophage which is resident in the lamina propria of the large + intestine. + meaning: CL:0009008 + title: gastrointestinal tract (lamina propria) macrophage of large intestine + CL:4023163: + text: CL:4023163 + description: A bushy cell that receives only few large excitatory endbulb + synapses from auditory nerves. Spherical bush cells give excitatory input + to the lateral and medial parts of the superior olive. + meaning: CL:4023163 + title: spherical bushy cell + CL:0000893: + text: CL:0000893 + description: An immature T cell located in the thymus. + meaning: CL:0000893 + title: thymocyte + CL:0011000: + text: CL:0011000 + description: A CNS interneuron located in the dorsal horn of the spinal cord. + meaning: CL:0011000 + title: dorsal horn interneuron + CL:0000602: + text: CL:0000602 + description: A receptor in the vascular system, particularly the aorta and + carotid sinus, which is sensitive to stretch of the vessel walls. + meaning: CL:0000602 + title: pressoreceptor cell + CL:0000211: + text: CL:0000211 + description: A cell whose function is determined by the generation or the + reception of an electric signal. + meaning: CL:0000211 + title: electrically active cell + CL:0017006: + text: CL:0017006 + description: A lymphocyte of B lineage that has gotten larger after being + stimulated by an antigen. + meaning: CL:0017006 + title: B-lymphoblast + CL:1000507: + text: CL:1000507 + description: A cell that is part of a nephron tubule. + meaning: CL:1000507 + title: kidney tubule cell + CL:0000766: + text: CL:0000766 + description: A cell of the monocyte, granulocyte, or mast cell lineage. + meaning: CL:0000766 + title: myeloid leukocyte + CL:0000362: + text: CL:0000362 + description: An epithelial cell of the integument (the outer layer of an organism). + meaning: CL:0000362 + title: epidermal cell + CL:0000022: + text: CL:0000022 + description: A stem cell that is the precursor of female gametes. + meaning: CL:0000022 + title: female germ line stem cell + CL:1000891: + text: CL:1000891 + description: Any kidney blood vessel cell that is part of some kidney arterial + blood vessel. + meaning: CL:1000891 + title: kidney arterial blood vessel cell + CL:1000391: + text: CL:1000391 + description: A melanocyte that is part of the eyelid. + meaning: CL:1000391 + title: melanocyte of eyelid + CL:0002631: + text: CL:0002631 + description: Any epithelial cell that is part of some upper respiratory tract + epithelium. + meaning: CL:0002631 + title: epithelial cell of upper respiratory tract + CL:0000941: + text: CL:0000941 + description: A dendritic cell arising in thymus that has the phenotype CD11c-positive, + CD11b-negative, and CD45RA-negative. + meaning: CL:0000941 + title: thymic conventional dendritic cell + CL:0000240: + text: CL:0000240 + meaning: CL:0000240 + title: stratified squamous epithelial cell + CL:1000358: + text: CL:1000358 + description: A M cell that is part of the epithelium proper of ileum. + meaning: CL:1000358 + title: microfold cell of epithelium proper of ileum + CL:0001050: + text: CL:0001050 + description: A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, + CD45RA-positive. + meaning: CL:0001050 + title: effector CD8-positive, alpha-beta T cell + CL:0002528: + text: CL:0002528 + description: A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0002528 + title: mature CD14-positive dermal dendritic cell + CL:0002303: + text: CL:0002303 + description: A cell that is part of pigmented ciliary epithelium. This cell + type uptakes sodium and chloride ions from stromal interstitium and passes + the ions to non-pigmented ciliary epithelial cells via gap junctions. + meaning: CL:0002303 + title: pigmented ciliary epithelial cell + CL:0002445: + text: CL:0002445 + description: A NK1.1-positive T cell that is Ly49D-negative. + meaning: CL:0002445 + title: Ly49D-negative natural killer cell, mouse + CL:0000033: + text: CL:0000033 + description: An exocrine cell characterized by loss of part of the cytoplasm + during the process of secretion. The secreted substance is accumulated at + the apical end and is either budded off through the plasma membrane producing + secreted vesicles or dissolved in the cytoplasm that is lost during secretion. + meaning: CL:0000033 + title: apocrine cell + CL:1000486: + text: CL:1000486 + description: A basal cell that is part of the urothelium. Compared to other + urothelial cell types, a basal cell of the urothelium is positioned along + the basement membrane, is the most undifferentiated and serves a progenitor + role. + meaning: CL:1000486 + title: basal cell of urothelium + CL:0000839: + text: CL:0000839 + description: A progenitor cell restricted to the myeloid lineage. + meaning: CL:0000839 + title: myeloid lineage restricted progenitor cell + CL:0003016: + text: CL:0003016 + description: A G11 retinal ganglion cell that has post synaptic terminals + in sublaminar layer S2 and is depolarized by decreased illumination of their + receptive field center + meaning: CL:0003016 + title: G11-OFF retinal ganglion cell + CL:2000080: + text: CL:2000080 + description: Any mesenchymal stem cell of adipose tissue that is part of an + abdomen. + meaning: CL:2000080 + title: mesenchymal stem cell of abdominal adipose tissue + CL:0000898: + text: CL:0000898 + description: Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, + CD45RA-positive, and CD127-positive. This cell type is also described as + being CD25-negative, CD62L-high and CD44-low. + meaning: CL:0000898 + title: naive T cell + CL:0002113: + text: CL:0002113 + description: A B220-low CD38-negative unswitched memory B cell is a CD38-negative + unswitched memory B cell that has the phenotype B220-low, CD38-negative, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002113 + title: B220-low CD38-negative unswitched memory B cell + CL:0009038: + text: CL:0009038 + description: A macrophage that is located in the colon. + meaning: CL:0009038 + title: colon macrophage + CL:0000051: + text: CL:0000051 + description: A oligopotent progenitor cell committed to the lymphoid lineage. + meaning: CL:0000051 + title: common lymphoid progenitor + CL:0000060: + text: CL:0000060 + description: Skeletogenic cell that secretes dentine matrix, is derived from + the odontogenic papilla, and develops from a preodontoblast cell. + meaning: CL:0000060 + title: odontoblast + CL:0000720: + text: CL:0000720 + meaning: CL:0000720 + title: anterior cone cell (sensu Endopterygota) + CL:0000123: + text: CL:0000123 + meaning: CL:0000123 + title: neuron associated cell (sensu Vertebrata) + CL:1000347: + text: CL:1000347 + description: A columnar cell of the colon that is part of the colonic epithelium. + meaning: CL:1000347 + title: enterocyte of colon + CL:0000149: + text: CL:0000149 + meaning: CL:0000149 + title: visual pigment cell + CL:0009106: + text: CL:0009106 + description: A specialized fibroblast found in the medulla of lymph node. + meaning: CL:0009106 + title: medullary reticular cell + CL:1000360: + text: CL:1000360 + description: A M cell that is part of the epithelium proper of large intestine. + meaning: CL:1000360 + title: microfold cell of epithelium proper of large intestine + CL:0000613: + text: CL:0000613 + description: A progenitor cell committed to the basophil lineage. This cell + lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, + T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, + Gata-2 and C/EBPa. + meaning: CL:0000613 + title: basophil progenitor cell + CL:4033055: + text: CL:4033055 + description: A ciliated cell that is part of a ciliated duct of an airway + submucosal gland. + meaning: CL:4033055 + title: airway submucosal gland duct ciliated cell + CL:0009074: + text: CL:0009074 + description: A thymic medullary epithelial cell that expresses typical tuft + cell markers instead of classical mTEC or cTEC markers. This population + has a bulbous-like structure. + meaning: CL:0009074 + title: medullary thymic epithelial cell type 4 + CL:0000688: + text: CL:0000688 + description: A fibroblast-like cell that provides support at neuromuscular + junctions in vertebrates and are localized outside the synaptic basal lamina. + meaning: CL:0000688 + title: perijunctional fibroblast + CL:0000991: + text: CL:0000991 + description: CD11c-negative plasmacytoid dendritic cell is a leukocyte is + CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive. + meaning: CL:0000991 + title: CD11c-negative plasmacytoid dendritic cell + CL:0000790: + text: CL:0000790 + description: An alpha-beta T cell that has an immature phenotype and has not + completed T cell selection. + meaning: CL:0000790 + title: immature alpha-beta T cell + CL:1000191: + text: CL:1000191 + description: A rod-like cell in the inner ear, having their heads joined and + their bases on the basilar membrane widely separated so as to form a spiral + tunnel known as the tunnel of Corti. + meaning: CL:1000191 + title: pillar cell + CL:0000710: + text: CL:0000710 + description: Epithelial cells derived from neural plate and neural crest. + meaning: CL:0000710 + title: neurecto-epithelial cell + CL:0002153: + text: CL:0002153 + description: The dead keratin-filled squamous cell of the stratum corneum. + This cell type lacks a nucleus. + meaning: CL:0002153 + title: corneocyte + CL:0005002: + text: CL:0005002 + description: A non-terminally differentiated cell that differentiates into + a xanthophore. + meaning: CL:0005002 + title: xanthoblast + CL:0001013: + text: CL:0001013 + description: Mature interstitial dendritic cell is a interstitial dendritic + cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001013 + title: mature interstitial dendritic cell + CL:0009017: + text: CL:0009017 + description: An intestinal stem cell that is located in the small intestine + crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the + small intestine and are highly proliferative. They either differentiate + into transit amplifying cells or self-renew to form new stem cells. + meaning: CL:0009017 + title: intestinal crypt stem cell of small intestine + CL:0008040: + text: CL:0008040 + description: An endothelial cell of the venule that is squamous shaped. This + is in contrast to the cubodial shape of high endothelial venule cells. + meaning: CL:0008040 + title: squamous endothelial cell of venule + CL:0002110: + text: CL:0002110 + description: A B220-low CD38-positive naive B cell is a CD38-positive naive + B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, + surface IgM-positive, and CD27-negative, that has not yet been activated + by antigen in the periphery. + meaning: CL:0002110 + title: B220-low CD38-positive naive B cell + CL:0000255: + text: CL:0000255 + description: Any cell that only exists in Eukaryota. + meaning: CL:0000255 + title: eukaryotic cell + CL:1000612: + text: CL:1000612 + description: Any renal cortical epithelial cell that is part of some renal + corpuscle. + meaning: CL:1000612 + title: kidney corpuscule cell + CL:3000001: + text: CL:3000001 + description: A tissue-resident macrophage that is part of the placenta. A + Hofbauer cell expresses high levels of growth factors and metalloproteinases + that support vasculogenesis, angiogenesis, branching morphogenesis and tissue + remodeling. A Hofbauer cell has a fetal origin and is present throughout + pregnancy. + meaning: CL:3000001 + title: Hofbauer cell + CL:0002274: + text: CL:0002274 + description: A cell type that secretes histamine. + meaning: CL:0002274 + title: histamine secreting cell + CL:0002048: + text: CL:0002048 + description: A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, + CD38-positive. + meaning: CL:0002048 + title: late pro-B cell + CL:0000761: + text: CL:0000761 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The dendritic tree is wide and the dendritic convergence + indicates cone selectivity. The axon terminal is sparsely branched and terminates + in sublamina 5 of the inner plexiform layer. + meaning: CL:0000761 + title: type 9 cone bipolar cell (sensu Mus) + CL:0001019: + text: CL:0001019 + meaning: CL:0001019 + title: CD115-positive monocyte OR common dendritic progenitor + CL:0002269: + text: CL:0002269 + description: An endocrine cell that secretes vasoactive intestinal peptide. + meaning: CL:0002269 + title: vasoactive intestinal peptide secreting cell + CL:0009009: + text: CL:0009009 + description: A paneth cell that is located in the epithelium of the colon. + meaning: CL:0009009 + title: paneth cell of colon + CL:0010016: + text: CL:0010016 + description: A cell with a flagellum surrounded by a collar of microvilli. + The motion of the flagellum draws water past the microvilli, serving either + a feeding or sensory function. Collar cells are found in multiple animals, + including sponges, echinoderms, and cnidarians. They are also found outside + animals in the choanoflagellates. Although collar cells are superficially + similar, their cytoskeletal structure and functional biology are different + in different groups of organisms. + meaning: CL:0010016 + title: collar cell + CL:1001603: + text: CL:1001603 + description: Circulating macrophages and tissue macrophages (alveolar macrophages) + of lung. + meaning: CL:1001603 + title: lung macrophage + CL:0004217: + text: CL:0004217 + description: A horizontal cell with a large cell body, thick dendrites, and + a large dendritic arbor. + meaning: CL:0004217 + title: H1 horizontal cell + CL:0001040: + text: CL:0001040 + description: Osteoblast that is non-terminally differentiated and located + in cellular bone tissue or under the periosteum in acellular bone. + meaning: CL:0001040 + title: non-terminally differentiated osteoblast + CL:0002669: + text: CL:0002669 + description: An otic fibrocyte that lines the otic capsule. + meaning: CL:0002669 + title: type 3 otic fibrocyte + CL:0000205: + text: CL:0000205 + description: A cellular receptor which mediates the sense of temperature. + Thermoreceptor cells in vertebrates are mostly located under the skin. In + mammals there are separate types of thermoreceptors for cold and for warmth + and pain receptor cells which detect cold or heat extreme enough to cause + pain. + meaning: CL:0000205 + title: thermoreceptor cell + CL:0002294: + text: CL:0002294 + description: An epithelial cell with a well defined Golgi apparatus that makes + up the continuous layer of cells bordering the thymic tissue beneath the + capsule. + meaning: CL:0002294 + title: type-1 epithelial cell of thymus + CL:1000345: + text: CL:1000345 + description: A paneth cell that is part of the epithelium of crypt of Lieberkuhn + of small intestine. + meaning: CL:1000345 + title: paneth cell of epithelium of crypt of Lieberkuhn of small intestine + CL:0009077: + text: CL:0009077 + description: A thymic epithelial cell located within the subcapsular region + of the thymus. + meaning: CL:0009077 + title: subcapsular thymic epithelial cell + CL:0001201: + text: CL:0001201 + description: A B cell that is CD19-positive. + meaning: CL:0001201 + title: B cell, CD19-positive + CL:0002600: + text: CL:0002600 + description: A smooth muscle cell of the trachea. + meaning: CL:0002600 + title: smooth muscle cell of trachea + CL:4023030: + text: CL:4023030 + description: A sst GABAergic cortical interneuron that has "fanning-out' Martinotti + morphology that is found in layer 2/3/5 of the cerebral cortex. They have + local axon arbor and long ascending axons that spreads horizontally and + arborizes significantly in L1. + meaning: CL:4023030 + title: L2/3/5 fan Martinotti sst GABAergic interneuron (Mmus) + CL:0000361: + text: CL:0000361 + description: A cell of the embryo in the early stage following the blastula, + characterized by morphogenetic cell movements, cell differentiation, and + the formation of the three germ layers. + meaning: CL:0000361 + title: gastrula cell + CL:0019022: + text: CL:0019022 + description: An endothelial cell found in the centrilobular region hepatic + sinusoid, near the central vein. The fenestrae of these cells are smaller + but more numerous compared with those of endothelial cells near the periportal + region of the hepatic sinusoid. + meaning: CL:0019022 + title: endothelial cell of pericentral hepatic sinusoid + CL:4023170: + text: CL:4023170 + description: A trigeminal neuron that is responsible for sensation in the + face. + meaning: CL:4023170 + title: trigeminal sensory neuron + CL:0002475: + text: CL:0002475 + description: A MHC-II-negative classical monocyte located in lymphoid tissue + that is F4/80-positive, CD11c-intermediate, and CD11b-high. + meaning: CL:0002475 + title: lymphoid MHC-II-negative non-classical monocyte + CL:0000677: + text: CL:0000677 + description: Cell of the intestinal epithelium with a brush border made up + of many parallel packed microvilli; associated with absorption, particularly + of macromolecules. + meaning: CL:0000677 + title: gut absorptive cell + CL:0002017: + text: CL:0002017 + description: An orthochromatophilic erythroblast that is ter119-high, CD71-low, + and Kit-negative. + meaning: CL:0002017 + title: Kit-negative, Ly-76 high orthochromatophilic erythroblasts + CL:0000680: + text: CL:0000680 + description: A non-terminally differentiated cell that is capable of developing + into a muscle cell. + meaning: CL:0000680 + title: muscle precursor cell + CL:0003011: + text: CL:0003011 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field and a sparse dendritic arbor with post synaptic terminals in sublaminar + layer S4. + meaning: CL:0003011 + title: G8 retinal ganglion cell + CL:1000363: + text: CL:1000363 + description: A transitional myocyte that is part of the atrial branch of anterior + internodal tract. + meaning: CL:1000363 + title: transitional myocyte of atrial branch of anterior internodal tract + CL:0002220: + text: CL:0002220 + description: A cell located between the pinealocytes. + meaning: CL:0002220 + title: interstitial cell of pineal gland + CL:4023108: + text: CL:4023108 + description: A magnocellular neurosecretory cell that is capable of producing + and secreting oxytocin. + meaning: CL:4023108 + title: oxytocin-secreting magnocellular cell + CL:0010014: + text: CL:0010014 + meaning: CL:0010014 + title: type II pinealocyte + CL:0000315: + text: CL:0000315 + description: A cell secreting tears, the fluid secreted by the lacrimal glands. + This fluid moistens the conjunctiva and cornea. + meaning: CL:0000315 + title: tear secreting cell + CL:0000155: + text: CL:0000155 + description: A cell that is usually basal in position, cuboidal with round + nucleus, short microvilli, secretes pepsinogen. + meaning: CL:0000155 + title: peptic cell + CL:0009022: + text: CL:0009022 + description: A stromal cell found in the lamina propria of the small intestine. + meaning: CL:0009022 + title: stromal cell of lamina propria of small intestine + CL:0001022: + text: CL:0001022 + description: CD115-positive monocyte is a monocyte that is CD115-positive + and CD11b-positive. + meaning: CL:0001022 + title: CD115-positive monocyte + CL:1000289: + text: CL:1000289 + description: A muscle cell that is part of the atrial septal branch of anterior + internodal tract. + meaning: CL:1000289 + title: myocyte of atrial septal branch of anterior internodal tract + CL:0002076: + text: CL:0002076 + description: An epithelial cell derived from endoderm. + meaning: CL:0002076 + title: endo-epithelial cell + CL:0001005: + text: CL:0001005 + description: Mature CD8_alpha-positive CD11b-negative dendritic cell is a + CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001005 + title: mature CD8_alpha-positive CD11b-negative dendritic cell + CL:0001080: + text: CL:0001080 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive, and NKp44-negative. + meaning: CL:0001080 + title: NKp44-negative group 3 innate lymphoid cell, human + CL:0003024: + text: CL:0003024 + description: A retinal ganglion cell C with medium cell bodies and large dendritic + field. + meaning: CL:0003024 + title: retinal ganglion cell C inner + CL:0002448: + text: CL:0002448 + description: A NK1.1-positive T cell that is Ly49H-negative. + meaning: CL:0002448 + title: Ly49H-negative natural killer cell, mouse + CL:0009061: + text: CL:0009061 + description: An intestinal crypt stem cell that is located in the anorectum. + meaning: CL:0009061 + title: intestinal crypt stem cell of anorectum + CL:0000486: + text: CL:0000486 + description: A large binucleate cell that forms a 'garland' around the anterior + end of the proventriculus (cardia) at its junction with the esophagus in + both adults and larvae flies. Each cell is surrounded by a basement membrane + and there are numerous micro-invaginations (lacunae) extending from the + surface into the cytoplasm. At the mouth of each lacuna is a doubled filament + forming a specialised filtration system (diaphragm). The filtrate is endocytosed + from the lacunae. + meaning: CL:0000486 + title: garland cell + CL:1000372: + text: CL:1000372 + description: A transitional myocyte that is part of the atrial part of atrioventricular + bundle. + meaning: CL:1000372 + title: transitional myocyte of atrial part of atrioventricular bundle + CL:0002352: + text: CL:0002352 + description: A hematopoietic stem cell that exists during embryogenesis. + meaning: CL:0002352 + title: gestational hematopoietic stem cell + CL:1000698: + text: CL:1000698 + description: A tissue-resident macrophage that is part of some kidney. + meaning: CL:1000698 + title: kidney resident macrophage + CL:1001436: + text: CL:1001436 + description: The subcutaneous mechanoreceptors that innervate tylotrich hair + follicles. + meaning: CL:1001436 + title: hair-tylotrich neuron + CL:0002347: + text: CL:0002347 + description: A mature natural killer cell that is CD27-high and CD11b-high. + This cell type is capable of interferon-gamma secretion. + meaning: CL:0002347 + title: CD27-high, CD11b-high natural killer cell, mouse + CL:2000035: + text: CL:2000035 + description: Any neuromast mantle cell that is part of an anterior lateral + line. + meaning: CL:2000035 + title: anterior lateral line neuromast mantle cell + CL:0009069: + text: CL:0009069 + description: An unconventional T lymphocyte population within the thymic medulla + that expresses both alpha/beta and gamma/delta T cell signatures. + meaning: CL:0009069 + title: CD8aa(II) thymocyte + CL:0002281: + text: CL:0002281 + description: Scattered in duodenojejunal mucosa, this enteroendocrine cell + secretes secretin and serotonin. + meaning: CL:0002281 + title: type S enteroendocrine cell + CL:0009115: + text: CL:0009115 + description: An endothelial cell located in a lymph node lymphatic vessel. + meaning: CL:0009115 + title: lymph node lymphatic vessel endothelial cell + CL:0002604: + text: CL:0002604 + description: An astrocyte that is part of the hippocampus. + meaning: CL:0002604 + title: hippocampal astrocyte + CL:0000534: + text: CL:0000534 + description: A primary neuron (sensu Teleostei) that is neither a sensory + neuron or a motor neuron. + meaning: CL:0000534 + title: primary interneuron (sensu Teleostei) + CL:0002256: + text: CL:0002256 + description: A supportive cell that has characteristics of glial cell. Processes + of this cell envelope the junctions between glomus cells and nerve endings. + meaning: CL:0002256 + title: supporting cell of carotid body + CL:0002599: + text: CL:0002599 + description: A smooth muscle cell of the esophagus. + meaning: CL:0002599 + title: smooth muscle cell of the esophagus + CL:0002620: + text: CL:0002620 + description: A fibroblast of skin. + meaning: CL:0002620 + title: skin fibroblast + CL:0000082: + text: CL:0000082 + description: An epithelial cell of the lung. + meaning: CL:0000082 + title: epithelial cell of lung + CL:0002321: + text: CL:0002321 + description: A cell of the embryo. + meaning: CL:0002321 + title: embryonic cell (metazoa) + CL:0009033: + text: CL:0009033 + description: A plasma cell that is located in a vermiform appendix. + meaning: CL:0009033 + title: plasma cell of appendix + CL:0002289: + text: CL:0002289 + description: A densely staining taste receptor cell that contains many dense + vacuoles in their apical regions which project into the apical space and + bear microvilli. This cell type serves as a supporting cell by surrounding + and isolating the other cell types from each other; secrete a dense amorphous + material that surrounds the microvilli in the taste pore. This cell type + expresses a glial glutumate transporter, GLAST. + meaning: CL:0002289 + title: type I taste bud cell + CL:0009058: + text: CL:0009058 + description: An enterocyte that is located in the anorectum. + meaning: CL:0009058 + title: enterocyte of anorectum + CL:0000336: + text: CL:0000336 + description: A cell found within the adrenal medulla that secrete biogenic + amine hormones upon stimulation. + meaning: CL:0000336 + title: adrenal medulla chromaffin cell + CL:4040003: + text: CL:4040003 + description: Precursor of type II pneumocyte. These cells do not have lamellar + bodies, which are a marker of type II pneumocyte maturity. + meaning: CL:4040003 + title: fetal pre-type II pulmonary alveolar epithelial cell + CL:4030006: + text: CL:4030006 + description: An epithelial cell that is part of the fallopian tube epithelium + that secretes mucous fluid and oviduct-specific products through the stimulation + of estrogen and luteinizing hormone. The fallopian tube secretory cell has + approximately the same height as the ciliated cell and is usually a more + narrow columnar cell. The nucleus is ovoid and perpendicular to the long + axis of the cell. The chromatin is more dense and the nucleolus smaller + than that seen in the ciliated cell. + meaning: CL:4030006 + title: fallopian tube secretory epithelial cell + CL:0000653: + text: CL:0000653 + description: A specialized kidney epithelial cell, contained within a glomerulus, + that contains "feet" that interdigitate with the "feet" of other podocytes. + meaning: CL:0000653 + title: podocyte + CL:0009066: + text: CL:0009066 + description: A stratified squamous epithelial cell that is part of the anal + canal. + meaning: CL:0009066 + title: stratified squamous epithelial cell of anal canal + CL:4023081: + text: CL:4023081 + description: a L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex that has inverted pyramidal morphology. + meaning: CL:4023081 + title: inverted L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex (Mmus) + CL:1000280: + text: CL:1000280 + description: A smooth muscle cell that is part of the colon. + meaning: CL:1000280 + title: smooth muscle cell of colon + CL:2000019: + text: CL:2000019 + description: Any photoreceptor cell that is part of a compound eye. + meaning: CL:2000019 + title: compound eye photoreceptor cell + CL:0002064: + text: CL:0002064 + description: A secretory cell found in pancreatic acini that secretes digestive + enzymes and mucins. This cell is a typical zymogenic cell, have a basal + nucleus and basophilic cytoplasm consisting of regular arrays of granular + endoplasmic reticulum with mitochondria and dense secretory granules. + meaning: CL:0002064 + title: pancreatic acinar cell + CL:0000703: + text: CL:0000703 + description: Cell that provides some or all mechanical, nutritional and phagocytic + support to their neighbors. + meaning: CL:0000703 + title: sustentacular cell + CL:1000456: + text: CL:1000456 + description: A mesothelial cell that is part of the parietal peritoneum. + meaning: CL:1000456 + title: mesothelial cell of parietal peritoneum + CL:0000293: + text: CL:0000293 + description: A cell whose primary function is to provide structural support, + to provide strength and physical integrity to the organism. + meaning: CL:0000293 + title: structural cell + CL:4029003: + text: CL:4029003 + description: A gamete-nursing cell that derives from the somatic tissues of + the gonad (del Pino, 2021). + meaning: CL:4029003 + title: somatic nurse-like cell + CL:0002207: + text: CL:0002207 + description: Brush cell of the epithelium in the trachea. + meaning: CL:0002207 + title: brush cell of trachea + CL:0000173: + text: CL:0000173 + description: A D cell located in the pancreas. Peripherally placed within + the islets like type A cells; contains somatostatin. + meaning: CL:0000173 + title: pancreatic D cell + CL:0004116: + text: CL:0004116 + description: A retinal ganglion with cell medium cell bodies and medium to + large dendritic fields. + meaning: CL:0004116 + title: retinal ganglion cell C + CL:0002518: + text: CL:0002518 + description: An epithelial cell of the kidney. + meaning: CL:0002518 + title: kidney epithelial cell + CL:0002147: + text: CL:0002147 + description: A chief cell of parathyroid glands that does not stain with hematoxylin + or eosin. This cell is larger, has a larger nucleus and fewer secretory + granules than dark chief cells. + meaning: CL:0002147 + title: clear chief cell of parathyroid gland + CL:0009025: + text: CL:0009025 + description: A mesothelial cell that is part of the colon. + meaning: CL:0009025 + title: mesothelial cell of colon + CL:0000745: + text: CL:0000745 + description: A neuron that laterally connects other neurons in the inner nuclear + layer of the retina. + meaning: CL:0000745 + title: retina horizontal cell + CL:4023181: + text: CL:4023181 + description: A neurecto-epithelial cell that is part of the basal layer of + the subcommissural organ and specializes in the secretion of proteins into + the subarachnoid space. Hypendymal cells have similar characteristics to + ependymal cells and express SCO-spondin. + meaning: CL:4023181 + title: hypendymal cell + CL:0002123: + text: CL:0002123 + description: A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive + IgG-negative class switched memory B cell that lacks IgG on the cell surface + with the phenotype B220-low, CD38-positive, and IgG-positive. + meaning: CL:0002123 + title: B220-low CD38-positive IgG-negative class switched memory B cell + CL:0002450: + text: CL:0002450 + description: A specialized hair cell that has an elongated kinocilium upon + which an otolith accretes. The tether cell then anchors the otolith in place. + meaning: CL:0002450 + title: tether cell + CL:0002093: + text: CL:0002093 + description: A small cell formed by the second meiotic division of oocytes. + In mammals, the second polar body may fail to form unless the ovum has been + penetrated by a sperm cell. + meaning: CL:0002093 + title: secondary polar body + CL:0002060: + text: CL:0002060 + description: A melanin-containing macrophage that obtains the pigment by phagocytosis + of melanosomes. + meaning: CL:0002060 + title: melanophage + CL:0002142: + text: CL:0002142 + description: A cell pyramidal in shape, with their broad ends facing and forming + the greater extent of the lining of the main lumen. Secretes glycoproteins + associated with mucus. + meaning: CL:0002142 + title: dark cell of eccrine sweat gland + CL:4023114: + text: CL:4023114 + description: A vestibular afferent neuron which posseses a unique postsynaptic + terminal, the calyx, which completely covers the basolateral walls of type + I hair cells and receives input from multiple ribbon synapses. + meaning: CL:4023114 + title: calyx vestibular afferent neuron + CL:0002287: + text: CL:0002287 + description: A rounded, mitotically active stem cell which is the source of + new cells of the taste bud; located basally. + meaning: CL:0002287 + title: type IV taste receptor cell + CL:0000502: + text: CL:0000502 + description: A cell found throughout the gastrointestinal tract and in the + pancreas. They secrete somatostatin in both an endocrine and paracrine manner. + Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic + enzymes, and gastric hydrochloric acid. A variety of substances which inhibit + gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related + peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory + peptide) are thought to act by releasing somatostatin. + meaning: CL:0000502 + title: type D enteroendocrine cell + CL:0011007: + text: CL:0011007 + description: A cell in the area of mesoderm in the neurulating embryo that + flanks and forms simultaneously with the neural tube. The cells of this + region give rise to somites. + meaning: CL:0011007 + title: paraxial cell + CL:0009054: + text: CL:0009054 + description: A microfold cell (M cell) that is part of the anorectum. + meaning: CL:0009054 + title: microfold cell of epithelium proper of anorectum + CL:0000026: + text: CL:0000026 + description: A germline cell that contributes to the development of the oocyte + by transferring cytoplasm directly to oocyte. + meaning: CL:0000026 + title: invertebrate nurse cell + CL:0009092: + text: CL:0009092 + description: An endothelial cell that is part of a placenta. + meaning: CL:0009092 + title: endothelial cell of placenta + CL:0002348: + text: CL:0002348 + description: A CD27-low, CD11b-high natural killer cell that has a higher + threshold of activation due to higher expression of inhibitory receptors. + meaning: CL:0002348 + title: CD27-low, CD11b-high natural killer cell, mouse + CL:0001028: + text: CL:0001028 + description: CD7-positive lymphoid progenitor cell is a lymphoid progenitor + cell that is CD34-positive, CD7-positive and is CD45RA-negative. + meaning: CL:0001028 + title: CD7-positive lymphoid progenitor cell + CL:4033012: + text: CL:4033012 + description: A(n) smooth muscle cell that is part of a(n) large intestine + smooth muscle longitudinal layer. + meaning: CL:4033012 + title: smooth muscle cell of large intestine smooth muscle longitudinal layer + CL:1000245: + text: CL:1000245 + description: Any neuron that has its soma located in some posterior lateral + line ganglion. + meaning: CL:1000245 + title: posterior lateral line ganglion neuron + CL:0002458: + text: CL:0002458 + description: A dermal dendritic cell that is langerin-positive and CD103-positive. + meaning: CL:0002458 + title: langerin-positive dermal dendritic cell + CL:0000780: + text: CL:0000780 + description: A specialized multinuclear osteoclast associated with the absorption + and removal of cementum. + meaning: CL:0000780 + title: multinuclear odontoclast + CL:1001217: + text: CL:1001217 + description: Any smooth muscle cell that is part of some interlobular artery. + meaning: CL:1001217 + title: interlobulary artery smooth muscle cell + CL:1000309: + text: CL:1000309 + description: An adipocyte that is part of the epicardial fat. + meaning: CL:1000309 + title: epicardial adipocyte + CL:4033025: + text: CL:4033025 + description: A fibroblast that is part of the fibrous layer of the perichondrium. + This cell is responsible for collagen fiber production. + meaning: CL:4033025 + title: perichondrial fibroblast + CL:0000309: + text: CL:0000309 + meaning: CL:0000309 + title: copper accumulating cell + CL:0002659: + text: CL:0002659 + description: A glandular epithelial cell that is part of the stomach. + meaning: CL:0002659 + title: glandular cell of stomach + CL:0000982: + text: CL:0000982 + description: A plasmablast that secretes IgG. + meaning: CL:0000982 + title: IgG plasmablast + CL:4023160: + text: CL:4023160 + description: A neuron of the dorsal cochlear nucleus with spiny dendrites + that receive input from the axons of granule cells and with axons that release + GABA and glycine onto cartwheel, pyramidal and giant cell targets. + meaning: CL:4023160 + title: cartwheel cell + CL:0000969: + text: CL:0000969 + description: A mature B cell that has the phenotype CD1d-positive and expresses + interleukin-10. This cell type has been associated with suppression of chronic + inflammatory responses and T cell responses. + meaning: CL:0000969 + title: regulatory B cell + CL:0001020: + text: CL:0001020 + description: Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans + cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001020 + title: mature CD8_alpha-low Langerhans cell + CL:2000055: + text: CL:2000055 + description: Any dendritic cell that is part of a liver. + meaning: CL:2000055 + title: liver dendritic cell + CL:0002267: + text: CL:0002267 + description: A type D cell found in the stomach. + meaning: CL:0002267 + title: type D cell of stomach + CL:0000553: + text: CL:0000553 + description: The earliest cytologically identifiable precursor in the thrombocytic + series. This cell is capable of endomitosis and lacks expression of hematopoieitic + lineage markers (lin-negative). + meaning: CL:0000553 + title: megakaryocyte progenitor cell + CL:0000651: + text: CL:0000651 + description: A mucus-secreting cell, with numerous apical secretory vesicles + containing mucins; nucleus are basally displaced; numerous at the neck of + mucus secreting glands + meaning: CL:0000651 + title: mucous neck cell + CL:4023013: + text: CL:4023013 + description: A glutamatergic neuron located in the cerebral cortex that projects + to the thalamus. + meaning: CL:4023013 + title: corticothalamic-projecting glutamatergic cortical neuron + CL:2000027: + text: CL:2000027 + description: Any basket cell that is part of a cerebellum. + meaning: CL:2000027 + title: cerebellum basket cell + CL:0002401: + text: CL:0002401 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain that has as part a Vgamma3 segment, and a delta chain. This cell type + is CD4-negative, CD8-negative and CD24-negative. This cell-type is found + in the fetal thymus with highest numbers occurring at E17-E18. + meaning: CL:0002401 + title: mature dendritic epithelial T cell precursor + CL:0002094: + text: CL:0002094 + description: A cell that makes up the loose connective tissue of the ovary. + meaning: CL:0002094 + title: interstitial cell of ovary + CL:0007001: + text: CL:0007001 + description: Cell that has the potential to form a skeletal cell type (e.g. + cells in periosteum, cells in marrow) and produce extracellular matrix (often + mineralized) and skeletal tissue (often mineralized). + meaning: CL:0007001 + title: skeletogenic cell + CL:0002279: + text: CL:0002279 + description: A enteroendocrine cell type that is numerous in ileum, present + in jejunum and large intestine, few in duodenum. This cell type produces + glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 + and -2) and PYY. + meaning: CL:0002279 + title: type L enteroendocrine cell + CL:0000858: + text: CL:0000858 + description: A skeletal muscle myoblast that differentiates into fast muscle + fibers. + meaning: CL:0000858 + title: fast muscle myoblast + CL:2000044: + text: CL:2000044 + description: Any microvascular endothelial cell that is part of a brain. + meaning: CL:2000044 + title: brain microvascular endothelial cell + CL:0002531: + text: CL:0002531 + description: A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, + CD86-high, and MHCII-high. + meaning: CL:0002531 + title: mature CD1a-positive dermal dendritic cell + CL:0002358: + text: CL:0002358 + description: Derived from the Greek word pyren (the pit of a stone fruit), + this is a transient nucleated cell type that results from exclusion of the + nucleus from the primitive erythrocyte. + meaning: CL:0002358 + title: pyrenocyte + CL:0002430: + text: CL:0002430 + description: A double-positive thymocyte that is undergoing positive selection, + has high expression of the alpha-beta T cell receptor, is CD69-positive, + and is in the process of down regulating the CD4 co-receptor. + meaning: CL:0002430 + title: CD4-intermediate, CD8-positive double-positive thymocyte + CL:4030067: + text: CL:4030067 + description: A near-projecting glutamatergic neuron with a soma found in cortical + layer 5/6. + meaning: CL:4030067 + title: L5/6 near-projecting glutamatergic neuron + CL:0002411: + text: CL:0002411 + description: A gamma-delta receptor that expresses Vgamma1.1 but does not + express Vdelta6.3 chains in the T-cell receptor. + meaning: CL:0002411 + title: Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:0008028: + text: CL:0008028 + description: Any neuron that is capable of part of some visual perception. + meaning: CL:0008028 + title: visual system neuron + CL:0000894: + text: CL:0000894 + description: A pro-T cell that has the phenotype CD4-negative, CD8-negative, + CD44-positive, and CD25-negative. + meaning: CL:0000894 + title: DN1 thymic pro-T cell + CL:4023047: + text: CL:4023047 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 2/3 of the primary motor cortex. + meaning: CL:4023047 + title: L2/3 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0000985: + text: CL:0000985 + description: A fully differentiated plasma cell that secretes IgG. + meaning: CL:0000985 + title: IgG plasma cell + CL:0002538: + text: CL:0002538 + description: An epithelial cell of the intrahepatic portion of the bile duct. + These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic + ratio relative to large/extrahepatic cholangiocytes. + meaning: CL:0002538 + title: intrahepatic cholangiocyte + CL:0002557: + text: CL:0002557 + description: A fibroblast of pulmonary artery. + meaning: CL:0002557 + title: fibroblast of pulmonary artery + CL:0009112: + text: CL:0009112 + description: A germinal center B cell found in a lymph node germinal center + dark zone. + meaning: CL:0009112 + title: centroblast + CL:0000921: + text: CL:0000921 + description: An alpha-beta T cell expressing NK cell markers that is CD1d + restricted and expresses specific V-alpha chains. NK T cells of this type + recognize the glycolipid alpha-galactosylceramide in the context of CD1d. + meaning: CL:0000921 + title: type I NK T cell + CL:0002160: + text: CL:0002160 + description: A cell type found in the basal epithelial layer on the external + side of the tympanic membrane. Cell type is flattened with intracellular + spaces of variable dimensions. + meaning: CL:0002160 + title: basal external epithelial cell of tympanic membrane + CL:0002300: + text: CL:0002300 + description: A small medullary thymic epithelial cell with a spindle shape, + often arranged in groups and connected to each other by large desmosomes + and interdigitations. The cytoplasm is sparse, with scanty organelles and + thick bundles of cytokeratin. + meaning: CL:0002300 + title: type-7 epithelial cell of thymus + CL:0009007: + text: CL:0009007 + description: A macrophage which is resident in the lamina propria of the small + intestine. + meaning: CL:0009007 + title: gastrointestinal tract (lamina propria) macrophage of small intestine + CL:0000768: + text: CL:0000768 + description: Any of the immature forms of a basophil, in which basophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000768 + title: immature basophil + CL:0000036: + text: CL:0000036 + meaning: CL:0000036 + title: epithelial fate stem cell + CL:0000693: + text: CL:0000693 + description: An interneuron that has spider-like appearance with a small round + soma, a large number (7-10) of short, smooth, or slightly beaded primary + dendrites that give rise to only a few secondary branches, and a branched + axon that establishes a dense axonal mesh with thin shafts. + meaning: CL:0000693 + title: neurogliaform cell + CL:0002295: + text: CL:0002295 + description: A thymic epithelial cell that has an eccentric, round, or irregularly + shaped hetero or euchromatic nucleus. The hallmark of this cell type is + the presence of vacuoles, which are clustered in one area of the cytoplasm + in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like + form, occasionally showing delicate internal microvillous projections. + meaning: CL:0002295 + title: type-6 epithelial cell of thymus + CL:0002388: + text: CL:0002388 + description: An arthroconidium that has more than one nucleus. + meaning: CL:0002388 + title: multinucleate arthroconidium + CL:0000909: + text: CL:0000909 + description: A CD8-positive, alpha-beta T cell that has differentiated into + a memory T cell. + meaning: CL:0000909 + title: CD8-positive, alpha-beta memory T cell + CL:0019020: + text: CL:0019020 + description: An epithelial cell of the extrahepatic bile ducts, including + the left and right hepatic duct, common hepatic duct, and common bile duct. + They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio + relative to small/intrahepatic cholangiocytes. + meaning: CL:0019020 + title: extrahepatic cholangiocyte + CL:4023074: + text: CL:4023074 + description: A neuron that has its soma located in the mammillary body. + meaning: CL:4023074 + title: mammillary body neuron + CL:4023109: + text: CL:4023109 + description: A magnocellular neurosecretory cell that is capable of producing + and secreting vasopressin. + meaning: CL:4023109 + title: vasopressin-secreting magnocellular cell + CL:0013000: + text: CL:0013000 + description: Any radial glial cell that is part of some forebrain. + meaning: CL:0013000 + title: forebrain radial glial cell + CL:0000583: + text: CL:0000583 + description: A tissue-resident macrophage found in the alveoli of the lungs. + Ingests small inhaled particles resulting in degradation and presentation + of the antigen to immunocompetent cells. Markers include F4/80-positive, + CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, + MR-positive, CX3CR1-negative. + meaning: CL:0000583 + title: alveolar macrophage + CL:0000694: + text: CL:0000694 + meaning: CL:0000694 + title: R3 photoreceptor cell + CL:0002050: + text: CL:0002050 + description: A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, + CD43-positive, CD45R-positive and BP-positive. + meaning: CL:0002050 + title: fraction C' precursor B cell + CL:0003027: + text: CL:0003027 + description: A bistratified retinal ganglion cell D cell that has medium dendritic + arbor and a large dendritic field that terminates in S2 and S4. + meaning: CL:0003027 + title: retinal ganglion cell D2 + CL:0001044: + text: CL:0001044 + description: A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, + CD45RA-positive. + meaning: CL:0001044 + title: effector CD4-positive, alpha-beta T cell + CL:0000348: + text: CL:0000348 + description: A structural cell that is part of optic choroid. + meaning: CL:0000348 + title: choroidal cell of the eye + CL:0000001: + text: CL:0000001 + description: A cultured cell that is freshly isolated from a organismal source, + or derives in culture from such a cell prior to the culture being passaged. + meaning: CL:0000001 + title: primary cultured cell + CL:0002640: + text: CL:0002640 + description: An epithelial fate stem cell derived form the amnion membrane. + meaning: CL:0002640 + title: amniotic epithelial stem cell + CL:1001430: + text: CL:1001430 + description: Any urothelial cell that is part of some urethra urothelium. + meaning: CL:1001430 + title: urethra urothelial cell + CL:1000085: + text: CL:1000085 + meaning: CL:1000085 + title: stratified non keratinized epithelial stem cell + CL:4030025: + text: CL:4030025 + description: A fibroblast that is located in the renal cortical interstitium. + meaning: CL:4030025 + title: renal cortical fibroblast + CL:0011017: + text: CL:0011017 + description: Cell that is part of the vagal neural crest population. The vagal + neural crest arises from the axial level of somites 1-7 and has been described + as a hybrid between the head and the trunk populations. + meaning: CL:0011017 + title: vagal neural crest cell + CL:0000990: + text: CL:0000990 + description: Conventional dendritic cell is a dendritic cell that is CD11c-high. + meaning: CL:0000990 + title: conventional dendritic cell + CL:0010021: + text: CL:0010021 + description: Any myoblast that develops into some cardiac muscle cell. + meaning: CL:0010021 + title: cardiac myoblast + CL:0000509: + text: CL:0000509 + description: A peptide hormone secreting cell that secretes gastrin. + meaning: CL:0000509 + title: gastrin secreting cell + CL:0009068: + text: CL:0009068 + description: An unconventional T lymphocyte population within the thymic medulla + that is potentially a thymic resident population. + meaning: CL:0009068 + title: CD8aa(I) thymocyte + CL:0000131: + text: CL:0000131 + meaning: CL:0000131 + title: gut endothelial cell + CL:4023124: + text: CL:4023124 + description: A kisspeptin neuron that is located in the dentate gyrus of the + hippocampus. + meaning: CL:4023124 + title: dentate gyrus kisspeptin neuron + CL:0002105: + text: CL:0002105 + description: A CD38-positive IgG memory B cell is a class switched memory + B cell that expresses IgG on the cell surface with the phenotype CD38-positive + and IgG-positive. + meaning: CL:0002105 + title: CD38-positive IgG memory B cell + CL:0002112: + text: CL:0002112 + description: A B220-positive CD38-negative unswitched memory B cell is a CD38-negative + unswitched memory B cell that has the phenotype B220-positive, CD38-negative, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002112 + title: B220-positive CD38-negative unswitched memory B cell + CL:1000333: + text: CL:1000333 + description: A serous secreting cell that is part of the epithelium of bronchiole. + meaning: CL:1000333 + title: serous cell of epithelium of lobular bronchiole + CL:1000714: + text: CL:1000714 + description: Any renal principal cell that is part of some cortical collecting + duct. + meaning: CL:1000714 + title: kidney cortex collecting duct principal cell + CL:0000165: + text: CL:0000165 + description: A neuron that is capable of some hormone secretion in response + to neuronal signals. + meaning: CL:0000165 + title: neuroendocrine cell + CL:0002602: + text: CL:0002602 + description: Any connective tissue cell that is part of some annulus fibrosus + disci intervertebralis. + meaning: CL:0002602 + title: annulus pulposus cell + CL:2000096: + text: CL:2000096 + description: Any fibroblast that is part of a reticular layer of dermis. + meaning: CL:2000096 + title: fibroblast of the reticular layer of dermis + CL:0002596: + text: CL:0002596 + description: Smooth muscle cell of the carotid artery. + meaning: CL:0002596 + title: smooth muscle cell of the carotid artery + CL:0002564: + text: CL:0002564 + description: A connective tissue cell of the nucleus pulposus cell of intervertebral + disc. + meaning: CL:0002564 + title: nucleus pulposus cell of intervertebral disc + CL:0000563: + text: CL:0000563 + description: A rounded, inactive form that certain bacteria assume under conditions + of extreme temperature, dryness, or lack of food. The bacterium develops + a waterproof cell wall that protects it from being dried out or damaged. + meaning: CL:0000563 + title: endospore + CL:0002045: + text: CL:0002045 + description: A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, + BP-1-negative and Ly6c-negative. This cell type is also described as being + lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive. + meaning: CL:0002045 + title: fraction A pre-pro B cell + CL:2000000: + text: CL:2000000 + description: Any melanocyte that is part of a epidermis. + meaning: CL:2000000 + title: epidermal melanocyte + CL:0000313: + text: CL:0000313 + description: Columnar glandular cell with irregular nucleus, copious granular + endoplasmic reticulum and supranuclear granules. Secretes a watery fluid + containing proteins known as serous fluid. + meaning: CL:0000313 + title: serous secreting cell + CL:1000457: + text: CL:1000457 + description: A mesothelial cell that is part of the visceral peritoneum. + meaning: CL:1000457 + title: mesothelial cell of visceral peritoneum + CL:0000560: + text: CL:0000560 + description: A late neutrophilic metamyelocyte in which the nucleus is indented + to more than half the distance to the farthest nuclear margin but in no + area being condensed to a single filament. The nucleus is in the form of + a curved or coiled band, not having acquired the typical multilobar shape + of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, + CD35-negative, and CD49d-negative. + meaning: CL:0000560 + title: band form neutrophil + CL:0004245: + text: CL:0004245 + description: An amacrine cell with a wide dendritic field and post-synaptic + terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric + acid (GABA) and serotonin. + meaning: CL:0004245 + title: indoleamine-accumulating amacrine cell + CL:0000813: + text: CL:0000813 + description: A long-lived, antigen-experienced T cell that has acquired a + memory phenotype including distinct surface markers and the ability to differentiate + into an effector T cell upon antigen reexposure. + meaning: CL:0000813 + title: memory T cell + CL:0011100: + text: CL:0011100 + description: Neuron that secretes the neurotransmitter galanin. + meaning: CL:0011100 + title: galanergic neuron + CL:0002513: + text: CL:0002513 + description: A CD8alpha alpha positive gamma-delta intraepithelial T cell + that expresses a TCR encoded in part by the Vgamma5 gene segment. + meaning: CL:0002513 + title: Vgamma5-positive CD8alpha alpha positive gamma-delta intraepithelial + T cell + CL:4023125: + text: CL:4023125 + description: A hypothalamus kisspeptin neuron that coexpresses kisspeptin, + neurokinin B and dynorphin. + meaning: CL:4023125 + title: KNDy neuron + CL:0001076: + text: CL:0001076 + description: An innate lymphoid cell in the human with the phenotype NKp46-positive + that is a precusor for NK cells and ILC3 cells. + meaning: CL:0001076 + title: NKp46-positive innate lymphoid cell, human + CL:0000897: + text: CL:0000897 + description: A CD4-positive, alpha-beta T cell that has differentiated into + a memory T cell. + meaning: CL:0000897 + title: CD4-positive, alpha-beta memory T cell + CL:4033051: + text: CL:4033051 + description: A parasol ganglion cell that depolarizes in response to decreased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from DB3a bipolar cells. + meaning: CL:4033051 + title: OFF parasol ganglion cell + CL:0002677: + text: CL:0002677 + description: A regulatory T cell that has not encountered antigen. + meaning: CL:0002677 + title: naive regulatory T cell + CL:0002250: + text: CL:0002250 + description: A cell that is found in a zone occupying the bottom region of + the crypt; provide the source of most of the cell types of the intestinal + epithelium; proliferate by mitotic division; differentiates into columnar + or goblet cells. + meaning: CL:0002250 + title: intestinal crypt stem cell + CL:2000051: + text: CL:2000051 + description: Any fibroblast that is part of a spleen. + meaning: CL:2000051 + title: splenic fibroblast + CL:0000172: + text: CL:0000172 + description: Any secretory cell that is capable of some somatostatin secretion. + meaning: CL:0000172 + title: somatostatin secreting cell + CL:0000641: + text: CL:0000641 + description: A cell that is resistant to stains. + meaning: CL:0000641 + title: chromophobe cell + CL:4042006: + text: CL:4042006 + description: A border associated macrophage which is part of a dura matter. + This macrophage phagocytoses intruding pathogens and foreign molecules detected + in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid + body with dynamic protrusions in homeostasis. + meaning: CL:4042006 + title: dural macrophage + CL:0004241: + text: CL:0004241 + description: An amacrine cell with a wide dendritic field, dendrites in S2, + and post-synaptic terminals in S1. + meaning: CL:0004241 + title: WF2 amacrine cell + CL:0008002: + text: CL:0008002 + description: A transversely striated, synctial cell of skeletal muscle. It + is formed when proliferating myoblasts exit the cell cycle, differentiate + and fuse. + meaning: CL:0008002 + title: skeletal muscle fiber + CL:4023028: + text: CL:4023028 + description: A sst GABAergic cortical interneuron with a soma found in lower + L5 with mostly local axonal arborization but with some sparse ascending + axons. L5 non-Martinotti sst cells show somatic localization and local axon + plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive + thalamic input from the ventral posteromedial nucleus and specifically target + L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend + to show a higher input resistance and seem to be less stuttering. + meaning: CL:4023028 + title: L5 non-Martinotti sst GABAergic interneuron (Mmus) + CL:4030032: + text: CL:4030032 + description: An interstitial cell that is part of a cardiac valve leaflet. + Along with valve endothelial cells, a valve interstitial cell maintains + tissue homeostasis for the function of cardiac valves through secreting + biochemical signals, matrix proteins and matrix remodeling enzymes. + meaning: CL:4030032 + title: valve interstitial cell + CL:0011110: + text: CL:0011110 + description: Neuron that secretes histamine. + meaning: CL:0011110 + title: histaminergic neuron + CL:0011030: + text: CL:0011030 + description: Any microvascular endothelial cell that is part of the dermis. + meaning: CL:0011030 + title: dermal microvascular endothelial cell + CL:1000383: + text: CL:1000383 + description: A type II vestibular sensory cell that is part of the epithelium + of macula of utricle of membranous labyrinth. + meaning: CL:1000383 + title: type 2 vestibular sensory cell of epithelium of macula of utricle of + membranous labyrinth + CL:0000571: + text: CL:0000571 + description: A pigment cell derived from the neural crest. Contains uric acid + or other purine crystals deposited in stacks called leucosomes. The crystals + reflect light and this gives a white appearance under white light. + meaning: CL:0000571 + title: leucophore + CL:0002583: + text: CL:0002583 + description: A preadipocyte that is part of subcutaneous tissue. + meaning: CL:0002583 + title: subcutaneous preadipocyte + CL:0000735: + text: CL:0000735 + description: A hemocyte that derives from the larval lymph gland. + meaning: CL:0000735 + title: lymph gland hemocyte + CL:0000762: + text: CL:0000762 + description: A nucleated blood cell involved in coagulation, typically seen + in birds and other non-mammalian vertebrates. + meaning: CL:0000762 + title: nucleated thrombocyte + CL:1000850: + text: CL:1000850 + description: Any epithelial cell of distal tubule that is part of some macula + densa. + meaning: CL:1000850 + title: macula densa epithelial cell + CL:0000311: + text: CL:0000311 + meaning: CL:0000311 + title: keratin accumulating cell + CL:0000128: + text: CL:0000128 + description: A class of large neuroglial (macroglial) cells in the central + nervous system. Form the insulating myelin sheath of axons in the central + nervous system. + meaning: CL:0000128 + title: oligodendrocyte + CL:1000322: + text: CL:1000322 + description: A goblet cell that is part of the epithelium of pancreatic duct. + meaning: CL:1000322 + title: pancreatic goblet cell + CL:0000569: + text: CL:0000569 + description: A mesenchymal cell found in the developing heart and that develops + into some part of the heart. These cells derive from intra- and extra-cardiac + sources, including the endocardium, epicardium, neural crest, and second + heart field. + meaning: CL:0000569 + title: cardiac mesenchymal cell + CL:1000365: + text: CL:1000365 + description: A transitional myocyte that is part of the atrial septal branch + of anterior internodal tract. + meaning: CL:1000365 + title: transitional myocyte of atrial septal branch of anterior internodal + tract + CL:0000629: + text: CL:0000629 + description: A cell that is specialized to store a particular substance(s), + which is(are) later released from the store for a particular purpose. + meaning: CL:0000629 + title: storage cell + CL:0000751: + text: CL:0000751 + description: A bipolar neuron found in the retina that is synapsed by rod + photoreceptor cells but not by cone photoreceptor cells. These neurons + depolarize in response to light. + meaning: CL:0000751 + title: rod bipolar cell + CL:0000219: + text: CL:0000219 + description: A cell that moves by its own activities. + meaning: CL:0000219 + title: motile cell + CL:2000052: + text: CL:2000052 + description: Any endothelial cell of artery that is part of a umbilical cord. + meaning: CL:2000052 + title: umbilical artery endothelial cell + CL:0002068: + text: CL:0002068 + description: Specialized cardiac myocyte that is subendocardially interspersed + with the regular cardiac muscle cell. They are uninucleate cylindrical cells, + associated end-to-end in long rows, continue from the node to the atrioventricular + bundle; relatively short compared to ordinary myocytes but are nearly twice + their diameter. + meaning: CL:0002068 + title: Purkinje myocyte + CL:0000373: + text: CL:0000373 + description: A progenitor cell found in the larval epidermis of insects and + that gives rise to the adult abdominal epidermis. + meaning: CL:0000373 + title: histoblast + CL:1000550: + text: CL:1000550 + description: Any kidney cell that is part of some papillary duct. + meaning: CL:1000550 + title: kidney papillary duct principal epithelial cell + CL:0002490: + text: CL:0002490 + description: A supporting cell of the organ of Corti. + meaning: CL:0002490 + title: organ of Corti supporting cell + CL:4023093: + text: CL:4023093 + description: A pyramidal neuron which lacks a tuft formation but extends small + radial distances forming a star-like shape. + meaning: CL:4023093 + title: stellate pyramidal neuron + CL:0002192: + text: CL:0002192 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a myelocyte and a band form cell. The + nucleus becomes indented where the indentation is smaller than half the + distance to the farthest nuclear margin; chromatin becomes coarse and clumped; + specific granules predominate while primary granules are rare. + meaning: CL:0002192 + title: metamyelocyte + CL:3000002: + text: CL:3000002 + description: Sympathetic noradrenergic neuron. + meaning: CL:3000002 + title: sympathetic noradrenergic neuron + CL:0007016: + text: CL:0007016 + description: Muscle precursor cell that is adjacent to the notochord and part + of the presomitic mesoderm. + meaning: CL:0007016 + title: adaxial cell + CL:0000883: + text: CL:0000883 + description: A thymic macrophage found in the thymic cortex. + meaning: CL:0000883 + title: thymic cortical macrophage + CL:1000284: + text: CL:1000284 + description: A smooth muscle cell that is part of the descending colon. + meaning: CL:1000284 + title: smooth muscle fiber of descending colon + CL:0002039: + text: CL:0002039 + description: A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative + NK T cell. + meaning: CL:0002039 + title: immature NK T cell stage I + CL:0000307: + text: CL:0000307 + description: An epithelial cell found in the trachea. + meaning: CL:0000307 + title: tracheal epithelial cell + CL:1000373: + text: CL:1000373 + description: A transitional myocyte that is part of the ventricular part of + atrioventricular bundle. + meaning: CL:1000373 + title: transitional myocyte of ventricular part of atrioventricular bundle + CL:0007003: + text: CL:0007003 + description: Skeletogenic cell that has the potential to form an odontoblast, + deposits predentine, and arises from a cranial neural crest cell. + meaning: CL:0007003 + title: preodontoblast + CL:0011025: + text: CL:0011025 + description: An effector T cell that displays impaired effector functions + (e.g., rapid production of effector cytokines, cytotoxicity) and has limited + proliferative potential. + meaning: CL:0011025 + title: exhausted T cell + CL:0002307: + text: CL:0002307 + description: A brush border epithelial cell located in the proximal tubule + of the kidney, essential for reabsorbing substances like glucose and amino + acids from the glomerular filtrate. These cells also secrete organic ions, + playing a crucial role in maintaining kidney homeostasis, including electrolyte + and acid-base balance, and excreting metabolic waste. + meaning: CL:0002307 + title: brush border cell of the proximal tubule + CL:1001286: + text: CL:1001286 + description: Any vasa recta descending limb cell that is part of some inner + medulla vasa recta descending limb. + meaning: CL:1001286 + title: inner medulla vasa recta descending limb cell + CL:0000072: + text: CL:0000072 + meaning: CL:0000072 + title: non-branched duct epithelial cell + CL:0000183: + text: CL:0000183 + description: A cell whose primary function is to shorten. + meaning: CL:0000183 + title: contractile cell + CL:0002248: + text: CL:0002248 + description: A pluripotent stem cell has the ability to form cells from all + three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent + stem cells, they cell can not generate all the cells of the whole organism + such as placenta. + meaning: CL:0002248 + title: pluripotent stem cell + CL:4033052: + text: CL:4033052 + description: A parasol ganglion cell that depolarizes in response to increased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from DB4 bipolar cells. + meaning: CL:4033052 + title: ON parasol ganglion cell + CL:0002126: + text: CL:0002126 + description: A CD25-positive, CD27-positive immature gamma-delta T cell found + in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, + CD62L-high, CD44-high, CD2-low, CD5-low). + meaning: CL:0002126 + title: CD25-positive, CD27-positive immature gamma-delta T cell + CL:0002523: + text: CL:0002523 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the mesonephros. + meaning: CL:0002523 + title: mesonephric podocyte + CL:1000409: + text: CL:1000409 + description: A muscle cell that is part of the sinoatrial node. + meaning: CL:1000409 + title: myocyte of sinoatrial node + CL:0000425: + text: CL:0000425 + description: Forms the terminal part of the cuticle-lined excretory duct of + C. elegans. + meaning: CL:0000425 + title: pore cell + CL:0000237: + text: CL:0000237 + meaning: CL:0000237 + title: keratinizing barrier epithelial cell + CL:0004250: + text: CL:0004250 + description: An amicrine that stratifies dendrites at two and only two locations. + meaning: CL:0004250 + title: bistratified retinal amacrine cell + CL:0002517: + text: CL:0002517 + description: An interrenal chromaffin cell found in teleosts that contain + small, homogeneous electron-lucent granules that are separated from the + vesicular membrane by a visible halo. + meaning: CL:0002517 + title: interrenal epinephrin secreting cell + CL:0002053: + text: CL:0002053 + description: A small pre-B cell that is CD22-positive and CD38-low. + meaning: CL:0002053 + title: CD22-positive, CD38-low small pre-B cell + CL:4030041: + text: CL:4030041 + description: A ciliated cell of the endometrial luminal epithelium. + meaning: CL:4030041 + title: luminal endometrial ciliated epithelial cell + CL:0000911: + text: CL:0000911 + description: A differentiated T cell with ability to traffic to peripheral + tissues and is capable of mounting a specific immune response. + meaning: CL:0000911 + title: effector T cell + CL:4030043: + text: CL:4030043 + description: A DRD1-expressing medium spiny neuron that is part of a matrix + compartment of dorsal striatum. + meaning: CL:4030043 + title: matrix D1 medium spiny neuron + CL:4023041: + text: CL:4023041 + description: A glutamatergic neuron, with a soma found in the deeper portion + of L5, that has long-range axonal projections including deep subcortical + targets outside of the telencephalon and, in some cases, the spinal cord. + While the L5 ET neuron projections are not limited to ET targets, they are + clearly differentiated from the neuron subclasses whose projections are + constrained to intratelencephalic (IT) targets. L5 ET neurons are generally + the largest excitatory cortical neurons, typically having a thick apical + dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing + physiological characteristics. + meaning: CL:4023041 + title: L5 extratelencephalic projecting glutamatergic cortical neuron + CL:0000795: + text: CL:0000795 + description: A CD8-positive, alpha-beta T cell that regulates overall immune + responses as well as the responses of other T cell subsets through direct + cell-cell contact and cytokine release. + meaning: CL:0000795 + title: CD8-positive, alpha-beta regulatory T cell + CL:0001077: + text: CL:0001077 + description: An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, + T-bet-positive. + meaning: CL:0001077 + title: ILC1, human + CL:0009101: + text: CL:0009101 + description: A reticular cell involved in directing B cells and T cells to + specific regions within a tissue. + meaning: CL:0009101 + title: fibroblastic reticular cell + CL:1000143: + text: CL:1000143 + description: Any goblet cell that is part of some lung epithelium. + meaning: CL:1000143 + title: lung goblet cell + CL:1001602: + text: CL:1001602 + description: Endothelial cells forming the walls of the capillaries within + the cerebral cortex. + meaning: CL:1001602 + title: cerebral cortex endothelial cell + CL:2000016: + text: CL:2000016 + description: Any lung endothelial cell that is part of a microvascular endothelium. + meaning: CL:2000016 + title: lung microvascular endothelial cell + CL:0000844: + text: CL:0000844 + description: A rapidly cycling mature B cell that has distinct phenotypic + characteristics and is involved in T-dependent immune responses and located + typically in the germinal centers of lymph nodes. This cell type expresses + Ly77 after activation. + meaning: CL:0000844 + title: germinal center B cell + CL:0000787: + text: CL:0000787 + description: A memory B cell is a mature B cell that is long-lived, readily + activated upon re-encounter of its antigenic determinant, and has been selected + for expression of higher affinity immunoglobulin. This cell type has the + phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative. + meaning: CL:0000787 + title: memory B cell + CL:1000299: + text: CL:1000299 + description: A fibroblast that is part of the connective tissue of prostate. + meaning: CL:1000299 + title: fibroblast of connective tissue of prostate + CL:0003001: + text: CL:0003001 + description: A retinal ganglion cell that has dendrites stratified in two + layers of the inner-plexiform layer. + meaning: CL:0003001 + title: bistratified retinal ganglion cell + CL:0001071: + text: CL:0001071 + description: An innate lymphoid cell that constituitively expresses RORgt + and is capable of expressing IL17A and/or IL-22. + meaning: CL:0001071 + title: group 3 innate lymphoid cell + CL:0000809: + text: CL:0000809 + description: A thymocyte expressing the alpha-beta T cell receptor complex + as well as both the CD4 and CD8 coreceptors. + meaning: CL:0000809 + title: double-positive, alpha-beta thymocyte + CL:0002025: + text: CL:0002025 + description: A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, + and CD42-negative. + meaning: CL:0002025 + title: CD34-positive, CD41-positive, CD42-negative megakaryocyte progenitor + cell + CL:0002323: + text: CL:0002323 + description: "A cell of a\_fetus which is suspended in the amniotic fluid.\ + \ Amniocytes are considered to arise from several tissues including fetal\ + \ skin, the fetal urinary tract, umbilical cord, and the inner amniotic\ + \ surface." + meaning: CL:0002323 + title: amniocyte + CL:0008011: + text: CL:0008011 + description: A skeletal muscle satellite cell that divides by stem cell division. A + proportion of this population undergoes symmetric stem cell division, producing + two skeletal muscle satellite stem cells. The rest undergo asymmetric stem + cell division - retaining their identity while budding off a daughter cell + that differentiates into an adult skeletal muscle myoblast. + meaning: CL:0008011 + title: skeletal muscle satellite stem cell + CL:0000626: + text: CL:0000626 + description: A granule cell that has a soma located in an olfactory bulb granule + cell layer. An olfactory granule cell is an interneuron that lacks an axon, + makes reciprocal dendro-dendritic synapses with mitral cells and tufted + cells and is involved in the fine spatio-temporal tuning of the responses + of these principal olfactory bulb neurons to odors. + meaning: CL:0000626 + title: olfactory granule cell + CL:0000427: + text: CL:0000427 + description: A scaffolding cell type found in C. elegans, this cell plays + a supportive role to the muscle arms. May also have an endocrine role. + meaning: CL:0000427 + title: GLR cell + CL:0001026: + text: CL:0001026 + description: A common myeloid progenitor that is CD34-positive, CD38-positive, + IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative. + meaning: CL:0001026 + title: CD34-positive, CD38-positive common myeloid progenitor + CL:0000480: + text: CL:0000480 + description: A peptide hormone secreting cell that secretes secretin stimulating + hormone + meaning: CL:0000480 + title: secretin stimulating hormone secreting cell + CL:0000892: + text: CL:0000892 + description: A type of foam cell derived from a smooth muscle cell containing + lipids in small vacuoles and typically seen in atherolosclerotic lesions, + as well as other conditions. + meaning: CL:0000892 + title: smooth muscle cell derived foam cell + CL:0000506: + text: CL:0000506 + description: An endorphine cell that secretes enkephalin. + meaning: CL:0000506 + title: enkephalin secreting cell + CL:0019018: + text: CL:0019018 + description: A smooth muscle cell that is part of any blood vessel. + meaning: CL:0019018 + title: blood vessel smooth muscle cell + CL:4033058: + text: CL:4033058 + description: A luminal epithelial cell of the mammary gland that transduces + endocrine cues to orchestrate proliferation, architectural remodeling, and + differentiation of other cells in the mammary gland via paracrine signaling. + This cell expresses high levels of estrogen receptors. In humans, a luminal + hormone-sensing cell can be identified by high levels of EpCAM and low levels + of CD49f, and in mice it can be identified by low levels of CD29 and high + levels of Foxa1, CD133, and Sca1 (Ly6a). + meaning: CL:4033058 + title: luminal hormone-sensing cell of mammary gland + CL:0012000: + text: CL:0012000 + description: An astrocyte of the forebrain. + meaning: CL:0012000 + title: astrocyte of the forebrain + CL:1000022: + text: CL:1000022 + description: Any epithelial cell that is part of some mesonephric nephron + tubule. + meaning: CL:1000022 + title: mesonephric nephron tubule epithelial cell + CL:1000488: + text: CL:1000488 + description: An epithelial cell that is part of the bile duct. Cholangiocytes + contribute to bile secretion via net release of bicarbonate and water. They + are cuboidal epithelium in the small interlobular bile ducts, but become + columnar and mucus secreting in larger bile ducts approaching the porta + hepatis and the extrahepatic ducts. + meaning: CL:1000488 + title: cholangiocyte + CL:0002284: + text: CL:0002284 + description: An enteroendocrine cell found in the fundus and pylorus; this + cell type has dense round secretory granules that contain ghrelin. + meaning: CL:0002284 + title: type X enteroendocrine cell + CL:0000423: + text: CL:0000423 + meaning: CL:0000423 + title: tip cell + CL:4033027: + text: CL:4033027 + description: An OFF diffuse bipolar cell that makes synaptic contact with + both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors. + meaning: CL:4033027 + title: diffuse bipolar 1 cell + CL:0000154: + text: CL:0000154 + description: Any secretory cell that is capable of some protein secretion. + meaning: CL:0000154 + title: protein secreting cell + CL:4042011: + text: CL:4042011 + description: An interlaminar astrocyte type whose soma is part of the upper + first layer of the neocortex and its processes extend to a pia surface. + meaning: CL:4042011 + title: subpial interlaminar astrocyte + CL:0000236: + text: CL:0000236 + description: A lymphocyte of B lineage that is capable of B cell mediated + immunity. + meaning: CL:0000236 + title: B cell + CL:2000047: + text: CL:2000047 + description: Any motor neuron that is part of a brainstem. + meaning: CL:2000047 + title: brainstem motor neuron + CL:0001079: + text: CL:0001079 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive, and NKp44-positive. + meaning: CL:0001079 + title: NKp44-positive group 3 innate lymphoid cell, human + CL:4033029: + text: CL:4033029 + description: An OFF calbindin-positive bipolar cell that has a large dendritic + field and stratifies narrowly close to the middle of the inner plexiform + layer. Its axon terminal is characterized by regularly branching and varicose + processes resembling beads on a string. Most of DB3a contacts with cones + are triad-associated. + meaning: CL:4033029 + title: diffuse bipolar 3a cell + CL:0002575: + text: CL:0002575 + description: A pericyte of the central nervous system. + meaning: CL:0002575 + title: central nervous system pericyte + CL:0002054: + text: CL:0002054 + description: An immature B cell that is IgM-positive, CD45R-positive, CD43-low, + CD25-negative, and CD127-negative. This cell type has also been described + as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and + HSA-positive. + meaning: CL:0002054 + title: fraction E immature B cell + CL:0001030: + text: CL:0001030 + meaning: CL:0001030 + title: CD117-positive common myeloid progenitor OR CD217-positive common lymphoid + progenitor + CL:0002042: + text: CL:0002042 + description: A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell. + meaning: CL:0002042 + title: immature NK T cell stage IV + CL:1000283: + text: CL:1000283 + description: A smooth muscle cell that is part of the transverse colon. + meaning: CL:1000283 + title: smooth muscle fiber of transverse colon + CL:0002202: + text: CL:0002202 + description: An epithelial cell of the tracheobronchial tree. + meaning: CL:0002202 + title: epithelial cell of tracheobronchial tree + CL:0000225: + text: CL:0000225 + description: A cell that lacks a nucleus. + meaning: CL:0000225 + title: anucleate cell + CL:0002265: + text: CL:0002265 + description: A D cell located in the colon. + meaning: CL:0002265 + title: type D cell of colon + CL:0002031: + text: CL:0002031 + description: A hematopoietic progenitor cell that is capable of developing + into only one lineage of hematopoietic cells. + meaning: CL:0002031 + title: hematopoietic lineage restricted progenitor cell + CL:2000041: + text: CL:2000041 + description: Any dermis lymphatic vessel endothelial cell that is part of + a microvascular endothelium. + meaning: CL:2000041 + title: dermis microvascular lymphatic vessel endothelial cell + CL:0000069: + text: CL:0000069 + meaning: CL:0000069 + title: branched duct epithelial cell + CL:0002498: + text: CL:0002498 + description: A trophoblast giant cell that is derived from ectoplacental cone + and, later in gestation, the spongiotrophoblast. + meaning: CL:0002498 + title: secondary trophoblast giant cell + CL:0007021: + text: CL:0007021 + description: Secretory cell that produces a chemical mixture that triggers + antipredator behavior. The substance is released only upon disruption of + the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, + 1992] + meaning: CL:0007021 + title: alarm substance cell + CL:0000127: + text: CL:0000127 + description: A class of large neuroglial (macroglial) cells in the central + nervous system - the largest and most numerous neuroglial cells in the brain + and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with + many long processes, including those with 'end feet' which form the glial + (limiting) membrane and directly and indirectly contribute to the blood-brain + barrier. They regulate the extracellular ionic and chemical environment, + and 'reactive astrocytes' (along with microglia) respond to injury. + meaning: CL:0000127 + title: astrocyte + CL:1001608: + text: CL:1001608 + description: Fibroblast from foreskin. + meaning: CL:1001608 + title: foreskin fibroblast + CL:0002355: + text: CL:0002355 + description: A large nucleated basophilic erythrocyte found in mammalian embryos. + This cell type arises from the blood islands of yolk sacs and expresses + different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. + Considered a type of erythroblast as this cell type can enucleate in circulation. + meaning: CL:0002355 + title: primitive red blood cell + CL:0000776: + text: CL:0000776 + description: Any of the immature forms of a neutrophil in which neutrophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000776 + title: immature neutrophil + CL:0004233: + text: CL:0004233 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals that stratify at S2, with a second stratification that occurs + in S3 and S4. This cell type releases the neurotransmitter glycine. + meaning: CL:0004233 + title: DAPI-3 amacrine cell + CL:4030056: + text: CL:4030056 + description: A urothelial cell that is terminally differentiated and part + of the urothelial apical surface that forms the high-resistance barrier + of urothelium. Umbrella cells have been described as the largest of urothelial + cell types, highly polarized, and, in some species, multinucleated. In the + relaxed state, these cells form a dome-shaped structure at the apical pole + and can also cover multiple underlying intermediate cells, leading to the + name umbrella cells. In contrast, these cells flatten when the bladder is + filled. + meaning: CL:4030056 + title: umbrella cell of urothelium + CL:0000437: + text: CL:0000437 + description: A rounded cell that is usually situated next to sinusoids; secretes + follicular stimulating hormone (FSH) and luteinizing hormone (LH). + meaning: CL:0000437 + title: gonadtroph + CL:0001029: + text: CL:0001029 + description: Common dendritic precursor is a hematopoietic progenitor cell + that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane + parts for hematopoietic lineage markers. + meaning: CL:0001029 + title: common dendritic progenitor + CL:4030002: + text: CL:4030002 + description: An alpha-beta memory T cell with the phenotype CD45RA-positive. + meaning: CL:4030002 + title: effector memory CD45RA-positive, alpha-beta T cell, terminally differentiated + CL:0002481: + text: CL:0002481 + description: The flattened smooth myoepithelial cells of mesodermal origin + that lie just outside the basal lamina of the seminiferous tubule. + meaning: CL:0002481 + title: peritubular myoid cell + CL:0002410: + text: CL:0002410 + description: A cell that is found in the periacinar space of the exocrine + pancreas and in perivascular and periductal regions of the pancreas, and + has long cytoplasmic processes that encircle the base of the acinus. Expresses + several intermediate filament proteins including vimentin and nestin. Shares + many of the characteristics of hepatatic stellate cells, but not stellate + cells of the central nervous system. Upon activation, this cell type undergoes + morphological and gene expression changes that make the cell suggestive + of being a type of myofibroblast. + meaning: CL:0002410 + title: pancreatic stellate cell + CL:1000275: + text: CL:1000275 + description: A smooth muscle cell that is part of the small intestine. + meaning: CL:1000275 + title: smooth muscle cell of small intestine + CL:0002630: + text: CL:0002630 + description: A spore formed from bacteria in the order Actinomycetales. + meaning: CL:0002630 + title: actinomycete-type spore + CL:0002024: + text: CL:0002024 + description: A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, + CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma + receptor II/III-low. + meaning: CL:0002024 + title: Kit-positive megakaryocyte progenitor cell + CL:4030030: + text: CL:4030030 + description: A blood lymphocyte located in the flowing, circulating blood + of the body. + meaning: CL:4030030 + title: peripheral blood lymphocyte + CL:4023049: + text: CL:4023049 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in L5 of the primary motor cortex. + meaning: CL:4023049 + title: L5 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0007000: + text: CL:0007000 + description: Skeletogenic cell that has the potential to develop into an ameloblast. + Located in the inner enamel epithelium, these cells elongate, their nuclei + shift distally (away from the dental papilla), and their cytoplasm becomes + filled with organelles needed for synthesis and secretion of enamel proteins. + meaning: CL:0007000 + title: preameloblast + CL:0002223: + text: CL:0002223 + description: A cell of the transparent layer of simple cuboidal epithelium + over the anterior surface of the lens; transform into lens fiber(s). + meaning: CL:0002223 + title: anterior lens cell + CL:0004243: + text: CL:0004243 + description: An amacrine cell with a wild dendritic field, dendrites in S3, + and post-synaptic terminals in S3. Dendrites have spikes, cross over each + other, and cover a larger volume than dendrties of W3-1 retinal amacrine + cells. + meaning: CL:0004243 + title: WF3-2 amacrine cell + CL:1000394: + text: CL:1000394 + description: A myoepithelial cell that is part of the intralobular part of + terminal lactiferous duct. + meaning: CL:1000394 + title: myoepithelial cell of intralobular lactiferous duct + CL:0000884: + text: CL:0000884 + description: A tissue-resident macrophage found in the mucosa associated lymphoid + tissue. + meaning: CL:0000884 + title: mucosa-associated lymphoid tissue macrophage + CL:0000358: + text: CL:0000358 + description: A smooth muscle cell that is part of a sphincter. A sphincter + is a typically circular muscle that normally maintains constriction of a + natural body passage or orifice and which relaxes as required by normal + physiological functioning. + meaning: CL:0000358 + title: sphincter associated smooth muscle cell + CL:0008036: + text: CL:0008036 + description: A trophoblast cell that is not part of a placental villous. + meaning: CL:0008036 + title: extravillous trophoblast + CL:1001561: + text: CL:1001561 + description: Chemosensitive cells that innervate the vomernasal organ epithelium + and are responsible for receiving and transmitting pheromone signals. + meaning: CL:1001561 + title: vomeronasal sensory neuron + CL:0009036: + text: CL:0009036 + description: A macrophage located in the vermiform appendix. + meaning: CL:0009036 + title: appendix macrophage + CL:0002626: + text: CL:0002626 + description: An immature astrocyte. + meaning: CL:0002626 + title: immature astrocyte + CL:1001066: + text: CL:1001066 + meaning: CL:1001066 + title: kidney arteriole smooth muscle cell + CL:0000948: + text: CL:0000948 + description: A class switched memory B cell that expresses IgE on the cell + surface. + meaning: CL:0000948 + title: IgE memory B cell + CL:0000168: + text: CL:0000168 + description: Any secretory cell that is capable of some insulin secretion. + meaning: CL:0000168 + title: insulin secreting cell + CL:0002273: + text: CL:0002273 + description: A type EC enteroendocrine cell type that is numerous in the fundus + of the stomach; stores 5-hydroxytryptamine and histamine. + meaning: CL:0002273 + title: type ECL enteroendocrine cell + CL:0000470: + text: CL:0000470 + meaning: CL:0000470 + title: digestive enzyme secreting cell + CL:0000356: + text: CL:0000356 + meaning: CL:0000356 + title: hair matrix stem cell + CL:0002075: + text: CL:0002075 + description: Infrequent type of columnar epithelial cell. This cell is characterized + by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) + on the cell surface. The microvilli contain filaments that stretch into + the underlying cytoplasm. They have a distinctive pear shape with a wide + base and a narrow microvillous apex. Function not known. + meaning: CL:0002075 + title: brush cell of tracheobronchial tree + CL:4023005: + text: CL:4023005 + description: A nuclear bag fiber that is sensitive mainly to the rate of change + in muscle length. + meaning: CL:4023005 + title: dynamic nuclear bag fiber + CL:0000855: + text: CL:0000855 + description: Hair cell is a mechanoreceptor cell that is sensitive to movement + of the hair-like projections (stereocilia and kinocilia) which relay the + information centrally in the nervous system. + meaning: CL:0000855 + title: sensory hair cell + CL:0000226: + text: CL:0000226 + description: A cell with a single nucleus. + meaning: CL:0000226 + title: single nucleate cell + CL:0000930: + text: CL:0000930 + description: A mature NK T cell that secretes interleukin-4 and enhances Th2 + immune responses. + meaning: CL:0000930 + title: CD4-negative, CD8-negative type I NK T cell secreting interleukin-4 + CL:0000678: + text: CL:0000678 + meaning: CL:0000678 + title: commissural neuron + CL:0000772: + text: CL:0000772 + description: Any of the immature forms of an eosinophil, in which eosinophilic + specific granules are present but other phenotypic features of the mature + form may be lacking. + meaning: CL:0000772 + title: immature eosinophil + CL:0002455: + text: CL:0002455 + description: A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative + and CD4-positive. + meaning: CL:0002455 + title: CD8_alpha-negative plasmacytoid dendritic cell + CL:0002479: + text: CL:0002479 + description: An adipose macrophage that does not express MHC-II but is F4/80-positive. + meaning: CL:0002479 + title: F4/80-positive adipose macrophage + CL:0000068: + text: CL:0000068 + description: An epithelial cell that is part of a duct. + meaning: CL:0000068 + title: duct epithelial cell + CL:0011103: + text: CL:0011103 + description: Sympathetic neurons are part of the sympathetic nervous system + and are primarily adrenergic producing the neurotransmitter noradrenalin + along with other neuropeptides. + meaning: CL:0011103 + title: sympathetic neuron + CL:0002633: + text: CL:0002633 + description: A basal cell in the respiratory tract. + meaning: CL:0002633 + title: respiratory basal cell + CL:0000891: + text: CL:0000891 + description: A type of cell containing lipids in small vacuoles and typically + seen in atherolosclerotic lesions, as well as other conditions. + meaning: CL:0000891 + title: foam cell + CL:2000033: + text: CL:2000033 + description: Any basal cell of epidermis that is part of a limb. + meaning: CL:2000033 + title: limb basal cell of epidermis + CL:0000147: + text: CL:0000147 + description: A pigment cell is a cell that contains pigment granules. + meaning: CL:0000147 + title: pigment cell + CL:0002665: + text: CL:0002665 + description: A fibrocyte of the cochlea that has specialized structural and + molecular adaptions. + meaning: CL:0002665 + title: otic fibrocyte + CL:0002470: + text: CL:0002470 + description: Gr1-high monocyte that has a MHC-II receptor complex. + meaning: CL:0002470 + title: MHC-II-positive classical monocyte + CL:0002594: + text: CL:0002594 + description: A smooth muscle cell of the umbilical artery. + meaning: CL:0002594 + title: smooth muscle cell of the umbilical artery + CL:0004222: + text: CL:0004222 + description: A flag amacrine cell with post-synaptic terminals in S3, S4, + and S5. This cell type releases the neurotransmitter glycine. + meaning: CL:0004222 + title: flag B amacrine cell + CL:0000103: + text: CL:0000103 + description: A type of interneuron that has two neurites, usually an axon + and a dendrite, extending from opposite poles of an ovoid cell body. + meaning: CL:0000103 + title: bipolar neuron + CL:1000746: + text: CL:1000746 + description: Any kidney corpuscule cell that is part of some renal glomerulus. + meaning: CL:1000746 + title: glomerular cell + CL:0000377: + text: CL:0000377 + meaning: CL:0000377 + title: tracheoblast + CL:0002139: + text: CL:0002139 + description: An endothelial cell of the vascular tree, which includes blood + vessels and lymphatic vessels. + meaning: CL:0002139 + title: endothelial cell of vascular tree + CL:0000071: + text: CL:0000071 + description: An endothelial cell that lines the vasculature. + meaning: CL:0000071 + title: blood vessel endothelial cell + CL:0000852: + text: CL:0000852 + description: Neuromast support cell is a non-sensory cell of the neuromast + that extend between the sensory hair cells from the basement membrane to + the apical surface; neuromast support cells are surrounded by neuromast + mantle cells. + meaning: CL:0000852 + title: neuromast supporting cell + CL:0000723: + text: CL:0000723 + description: A stem cell that can give rise to cell types of the body other + than those of the germ-line. + meaning: CL:0000723 + title: somatic stem cell + CL:0002007: + text: CL:0002007 + description: A lineage marker-negative, CD34-positive, IL5r-alpha-positive, + and Sca1-negative eosinophil progenitor cell. + meaning: CL:0002007 + title: Kit-low, CD34-positive eosinophil progenitor cell + CL:0000606: + text: CL:0000606 + description: The larger of two types of asexual spores formed by some fungi; + usually round or oblong. + meaning: CL:0000606 + title: macroconidium + CL:0000609: + text: CL:0000609 + description: A mechanoreceptor located in the acoustic maculae and the semicircular + canals that mediates the sense of balance, movement, and head position. + The vestibular hair cells are connected to accessory structures in such + a way that movements of the head displace their stereocilia. This influences + the membrane potential of the cells which relay information about movements + via the vestibular part of the vestibulocochlear nerve to the brain stem. + meaning: CL:0000609 + title: vestibular hair cell + CL:0001053: + text: CL:0001053 + description: A memory B cell that lacks expression of surface IgD. + meaning: CL:0001053 + title: IgD-negative memory B cell + CL:0000781: + text: CL:0000781 + description: A specialized mononuclear osteoclast associated with the absorption + and removal of cementum. + meaning: CL:0000781 + title: mononuclear odontoclast + CL:0009059: + text: CL:0009059 + description: A plasma cell that is located in the medullary sinus of the lymph + node. + meaning: CL:0009059 + title: plasma cell of medullary sinus of lymph node + CL:0002121: + text: CL:0002121 + description: A CD24-negative CD38-negative IgG-negative memory B cell is a + CD38-negative IgG-negative class switched memory B cell that lacks IgG on + the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative. + meaning: CL:0002121 + title: CD24-negative CD38-negative IgG-negative class switched memory B cell + CL:0000747: + text: CL:0000747 + description: A pigment cell derived from the neural crest. Contains blue pigment + of unknown chemical composition in fibrous organelles termed cyanosomes. + This gives a blue appearance. + meaning: CL:0000747 + title: cyanophore + CL:0011020: + text: CL:0011020 + description: An undifferentiated cell that originates from a neural stem cell + and has the capacity to generate multiple types of lineage-restricted progenitors + but not to self-renew. + meaning: CL:0011020 + title: neural progenitor cell + CL:4033020: + text: CL:4033020 + description: A mucus secreting cell that is part of a submucosal gland of + the trachea. + meaning: CL:4033020 + title: mucus secreting cell of trachea gland + CL:1000276: + text: CL:1000276 + description: A smooth muscle cell that is part of the duodenum. + meaning: CL:1000276 + title: smooth muscle fiber of duodenum + CL:0011028: + text: CL:0011028 + description: A neural-crest derived glial cell that supports the growth and + survival of primary olfactory neuroons from the neuroepithelium in the nasal + cavity to the brain by encasing large bundles of numerous unmyelinated axons. + meaning: CL:0011028 + title: olfactory ensheathing cell + CL:4030065: + text: CL:4030065 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found in L6 of the primary motor cortex. + These cells are short untufted pyramidal cells, which could be stellate + or inverted. The standard transcriptomic reference data for this cell type + can be found on the CellxGene census under the collection: ''Transcriptomic + cytoarchitecture reveals principles of human neocortex organization'', dataset: + ''Supercluster: IT-projecting excitatory neurons'', Author Categories: ''CrossArea_subclass'', + L6 IT.' + meaning: CL:4030065 + title: L6 intratelencephalic projecting glutamatergic neuron + CL:2000010: + text: CL:2000010 + description: Any blood vessel endothelial cell that is part of a dermis. + meaning: CL:2000010 + title: dermis blood vessel endothelial cell + CL:0000802: + text: CL:0000802 + description: A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha + alpha-positive. + meaning: CL:0000802 + title: CD8-alpha alpha positive, gamma-delta intraepithelial T cell + CL:0002115: + text: CL:0002115 + description: A B220-positive CD38-positive unswitched memory B cell is a CD38-positive + unswitched memory B cell that has the phenotype B220-positive, CD38-positive, + IgD-positive, CD138-negative, and IgG-negative. + meaning: CL:0002115 + title: B220-positive CD38-positive unswitched memory B cell + CL:1001223: + text: CL:1001223 + description: Any endothelial cell that is part of some renal interlobular + vein. + meaning: CL:1001223 + title: interlobulary vein endothelial cell + CL:0002152: + text: CL:0002152 + description: A columnar cell of the cervix uteri. + meaning: CL:0002152 + title: columnar cell of endocervix + CL:0000234: + text: CL:0000234 + description: Any cell capable of ingesting particulate matter via phagocytosis. + meaning: CL:0000234 + title: phagocyte + CL:0001081: + text: CL:0001081 + description: A group 2 innate lymphoid cell in the human with the phenotype + CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive. + meaning: CL:0001081 + title: group 2 innate lymphoid cell, human + CL:0000340: + text: CL:0000340 + description: A precursor of the central nervous system that gives rise to + glial cells only. + meaning: CL:0000340 + title: glioblast (sensu Nematoda and Protostomia) + CL:0000738: + text: CL:0000738 + description: An achromatic cell of the myeloid or lymphoid lineages capable + of ameboid movement, found in blood or other tissue. + meaning: CL:0000738 + title: leukocyte + CL:0002506: + text: CL:0002506 + description: A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, + MHC-II-high and CD103-positive that is located in the liver. + meaning: CL:0002506 + title: liver CD103-positive dendritic cell + CL:0000396: + text: CL:0000396 + description: A hemocyte found in immuno-stimulated larvae. + meaning: CL:0000396 + title: lamellocyte + CL:0000040: + text: CL:0000040 + description: A myeloid progenitor cell committed to the monocyte lineage. + This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and + the presence of a nucleolus. + meaning: CL:0000040 + title: monoblast + CL:4023054: + text: CL:4023054 + description: A mesothelial cell that has undergone mesothelial-to-mesenchymal + transition (MMT) to become a fibroblast cell. + meaning: CL:4023054 + title: mesothelial fibroblast + CL:0000347: + text: CL:0000347 + description: A cell of the sclera of the eye. + meaning: CL:0000347 + title: scleral cell + CL:0009048: + text: CL:0009048 + description: A macrophage that is located in the anorectum. + meaning: CL:0009048 + title: anorectum macrophage + CL:0000798: + text: CL:0000798 + description: A T cell that expresses a gamma-delta T cell receptor complex. + meaning: CL:0000798 + title: gamma-delta T cell + CL:1001590: + text: CL:1001590 + description: Glandular cell of epididymal epithelium. + meaning: CL:1001590 + title: epididymis glandular cell + CL:0000476: + text: CL:0000476 + description: A basophil cell of the anterior pituitary that produces thyroid + stimulating hormone, thyrotrophin. This cell type is elongated, polygonal + and lie in clusters towards the adenohypophyseal center. + meaning: CL:0000476 + title: thyrotroph + CL:0002293: + text: CL:0002293 + description: An epithelial cell of the thymus. Epithelial reticular cells + are pleomorphic, stellate, non-phagocytic cells which seem to be supportive + in function and are held together by desmosomes. They replace the fibroblastoid + reticular cells found in other lymphoid organs. Other epithelial cells in + the medulla have the ultrastructure of secretory cells. Although different + epithelial cells throughout the thymus appear alike by light microscopy + their ultrastructure and function varies. + meaning: CL:0002293 + title: epithelial cell of thymus + CL:4033047: + text: CL:4033047 + description: A midget ganglion cell that depolarizes in response to decreased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from flat midget bipolar cells. + meaning: CL:4033047 + title: OFF midget ganglion cell + CL:0001082: + text: CL:0001082 + description: An innate lyphoid cell with an immature phenotype. + meaning: CL:0001082 + title: immature innate lymphoid cell + CL:1000324: + text: CL:1000324 + description: A goblet cell that is part of the epithelium proper of duodenum. + meaning: CL:1000324 + title: duodenal goblet cell + CL:0000535: + text: CL:0000535 + description: A neuron of teleosts that develops later than a primary neuron, + typically during the larval stages. + meaning: CL:0000535 + title: secondary neuron (sensu Teleostei) + CL:1001107: + text: CL:1001107 + description: An epithelial cell that is part of some loop of Henle thin ascending + limb. + meaning: CL:1001107 + title: kidney loop of Henle thin ascending limb epithelial cell + CL:0001041: + text: CL:0001041 + description: A CD8-positive alpha-beta-positive T cell with the phenotype + CXCR3-positive and having suppressor function. They are capable of producing + IL-10, suppressing proliferation, and suppressing IFN-gamma production. + meaning: CL:0001041 + title: CD8-positive, CXCR3-positive, alpha-beta regulatory T cell + CL:4030066: + text: CL:4030066 + description: 'An epithelial cell that is part of a ureteric bud. A ureteric + bud cell has the potential to induce metanephric mesenchymal cells to proliferate + and convert to epithelia that form renal tubules via: (1) the secretion + of multiple diffusible growth factors that rescue renal progenitors from + apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms + that induce mesenchymal-epithelial conversion.' + meaning: CL:4030066 + title: ureteric bud cell + CL:0008031: + text: CL:0008031 + description: An interneuron that has its soma located in the cerebral cortex. + meaning: CL:0008031 + title: cortical interneuron + CL:0002363: + text: CL:0002363 + description: "A keratocyte is a specialized fibroblast\_residing in the cornea\ + \ stroma that has a flattened, dendritic morphology; located between the\ + \ lamellae with a large flattened nucleus, and lengthy processes which communicate\ + \ with neighboring cells. This\_corneal\_layer, representing about 85-90%\ + \ of corneal thickness, is built up from highly regular collagenous lamellae\ + \ and extracellular matrix components. Keratocytes play the major role in\ + \ keeping it transparent, healing its wounds, and synthesizing its components.\ + \ This cell type secretes collagen I, V, VI, and keratan sulfate." + meaning: CL:0002363 + title: keratocyte + CL:0004219: + text: CL:0004219 + description: A bistratifed retinal amacrine cell with a small dendritic field, + dendrite stratification in S1-S2, and a second dendrite stratification in + S5. This cell type releases the neurotransmitter glycine. + meaning: CL:0004219 + title: A2 amacrine cell + CL:0011004: + text: CL:0011004 + description: A vetebrate lens cell that is any of the elongated, tightly packed + cells that make up the bulk of the mature lens in a camera-type eye. + meaning: CL:0011004 + title: lens fiber cell + CL:0002149: + text: CL:0002149 + description: An epithelial cell of the uterus. + meaning: CL:0002149 + title: epithelial cell of uterus + CL:0000582: + text: CL:0000582 + description: A neutrophil precursor in the granulocytic series, being a cell + intermediate in development between a myelocyte and the band form neutrophil. + The protein synthesis seen in earlier stages decreases or stops; the nucleus + becomes indented where the indentation is smaller than half the distance + to the farthest nuclear margin; chromatin becomes coarse and clumped; specific + granules predominate while primary granules are rare; and the cytoplasm + becomes amphophilic like that of a mature granulocyte. This cell type is + integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, + CD33-positive, CD24-positive, fMLP receptor-negative and has expression + of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase + and neutrophil gelatinase associated lipocalin. + meaning: CL:0000582 + title: neutrophilic metamyelocyte + CL:0002014: + text: CL:0002014 + description: A basophilic erythroblast that is Lyg 76-high and is Kit-negative. + meaning: CL:0002014 + title: Kit-negative, Ly-76 high basophilic erythroblast + CL:1001052: + text: CL:1001052 + description: Any kidney venous blood vessel cell that is part of some renal + cortex vein. + meaning: CL:1001052 + title: kidney cortex vein cell + CL:0009103: + text: CL:0009103 + description: A fibroblastic reticular cell found in the lymph node subcapsular + sinus. + meaning: CL:0009103 + title: lymph node marginal reticular cell + CL:0000987: + text: CL:0000987 + description: A fully differentiated plasma cell that secretes IgA. + meaning: CL:0000987 + title: IgA plasma cell + CL:0002511: + text: CL:0002511 + description: A langerin-negative lymph node dendritic cell that is CD103-negative + and CD11b-low. + meaning: CL:0002511 + title: CD11b-low, CD103-negative, langerin-negative lymph node dendritic cell + CL:0000617: + text: CL:0000617 + description: A neuron that uses GABA as a vesicular neurotransmitter + meaning: CL:0000617 + title: GABAergic neuron + CL:0002464: + text: CL:0002464 + description: An adipose dendritic cell that is SIRPa-negative. + meaning: CL:0002464 + title: SIRPa-negative adipose dendritic cell + CL:1000432: + text: CL:1000432 + description: An epithelial cell that is part of the conjunctiva. + meaning: CL:1000432 + title: conjunctival epithelial cell + CL:1001503: + text: CL:1001503 + description: The principal glutaminergic neuron located in the outer third + of the external plexiform layer of the olfactory bulb; a single short primary + dendrite traverses the outer external plexiform layer and terminates within + an olfactory glomerulus in a tuft of branches, where it receives the input + from olfactory receptor neuron axon terminals; axons of the tufted cells + transfer information to a number of areas in the brain, including the piriform + cortex, entorhinal cortex, olfactory tubercle, and amygdala. + meaning: CL:1001503 + title: olfactory bulb tufted cell + CL:2000086: + text: CL:2000086 + description: Any basket cell that is part of a neocortex. + meaning: CL:2000086 + title: neocortex basket cell + CL:0003010: + text: CL:0003010 + description: A bistratified retinal ganglion cell that has a dendrite field + that terminates in sublaminar layer S2 and a second dendrite field that + terminates in sublaminar layer S4. + meaning: CL:0003010 + title: G7 retinal ganglion cell + CL:0002128: + text: CL:0002128 + description: A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 + and some IFNg. + meaning: CL:0002128 + title: Tc17 cell + CL:0002408: + text: CL:0002408 + description: A double negative post-natal thymocyte that has a T cell receptor + consisting of a gamma chain that does not contain a Vgamma2 segment, and + a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. + meaning: CL:0002408 + title: immature Vgamma2-negative thymocyte + CL:0002662: + text: CL:0002662 + description: A luminal epithelial cell of the lactiferous duct. This cuboidal + epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive. + meaning: CL:0002662 + title: luminal cell of lactiferous duct + CL:4033066: + text: CL:4033066 + description: A supporting cell that is part of the ovary and differentiates + into a granulosa cell. A pre-granulosa cell develops from an early supporting + gonadal cell by repressing testis determination, which can then proliferate + to form primordial follicles. + meaning: CL:4033066 + title: pre-granulosa cell + CL:0000197: + text: CL:0000197 + description: A cell that is capable of detection of a stimulus involved in + sensory perception. + meaning: CL:0000197 + title: sensory receptor cell + CL:0000015: + text: CL:0000015 + description: A germ cell that supports male gamete production. In some species, + non-germ cells known as Sertoli cells also play a role in spermatogenesis. + meaning: CL:0000015 + title: male germ cell + CL:4023038: + text: CL:4023038 + description: A glutamatergic neuron with a soma found in cortical layer 6b. + They are transcriptomically related to corticothalamic-projecting neurons + but have differential projections to the thalamus or anterior cingulate. + meaning: CL:4023038 + title: L6b glutamatergic cortical neuron + CL:0000900: + text: CL:0000900 + description: A CD8-positive, alpha-beta T cell that has not experienced activation + via antigen contact and has the phenotype CD45RA-positive, CCR7-positive + and CD127-positive. This cell type is also described as being CD25-negative, + CD62L-high and CD44-low. + meaning: CL:0000900 + title: naive thymus-derived CD8-positive, alpha-beta T cell + CL:1001009: + text: CL:1001009 + description: Any kidney arterial blood vessel cell that is part of some renal + efferent arteriole. + meaning: CL:1001009 + title: kidney efferent arteriole cell + CL:0002394: + text: CL:0002394 + description: A myeloid dendritic cell found in the blood, lymph nodes, tonsil, + bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, + and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive + T cells and can produce inteferon-beta. + meaning: CL:0002394 + title: CD141-positive myeloid dendritic cell + CL:0002313: + text: CL:0002313 + description: An ecto-epithelial cell of the prostate gland that secretes hormones. + meaning: CL:0002313 + title: endocrine-paracrine cell of prostate gland + CL:0000006: + text: CL:0000006 + description: Any sensory receptor cell that is a(n) neuron and is capable + of some detection of stimulus involved in sensory perception. + meaning: CL:0000006 + title: neuronal receptor cell + CL:0000988: + text: CL:0000988 + description: A cell of a hematopoietic lineage. + meaning: CL:0000988 + title: hematopoietic cell + CL:0000444: + text: CL:0000444 + description: A muscle cell in which the fibers are organised into sarcomeres + but in which adjacent myofibrils are offset from each other, producing an + oblique banding pattern. + meaning: CL:0000444 + title: obliquely striated muscle cell + CL:4033011: + text: CL:4033011 + description: A(n) smooth muscle cell that is part of a(n) large intestine + smooth muscle circular layer. + meaning: CL:4033011 + title: smooth muscle cell of large intestine smooth muscle circular layer + CL:0002673: + text: CL:0002673 + description: A skeletal muscle cell that is part of the tongue. + meaning: CL:0002673 + title: tongue muscle cell + CL:0009082: + text: CL:0009082 + description: The human equivalent of a DN3 thymocyte; these thymocytes finish + the process of beta selection. + meaning: CL:0009082 + title: committed double negative thymocyte (Homo sapiens) + CL:4023116: + text: CL:4023116 + description: A spiral ganglion neuron that innervates outer hair cells. Type + 1 spiral ganglion neurons are unmyelinated and unipolar. + meaning: CL:4023116 + title: type 2 spiral ganglion neuron + CL:0002102: + text: CL:0002102 + description: A CD38-negative naive B cell is a mature B cell that has the + phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and + CD27-negative, that has not yet been activated by antigen in the periphery. + meaning: CL:0002102 + title: CD38-negative naive B cell + CL:0000782: + text: CL:0000782 + description: A dendritic cell of the myeloid lineage. + meaning: CL:0000782 + title: myeloid dendritic cell + CL:0004162: + text: CL:0004162 + description: A cone whose sensitivity measurements have an average spectral + peak of 358.2 nm. These cones are described in rat. + meaning: CL:0004162 + title: 360 nm-cone + CL:1001432: + text: CL:1001432 + description: Any renal intercalated cell that is part of some collecting duct + of renal tubule. + meaning: CL:1001432 + title: kidney collecting duct intercalated cell + CL:0005012: + text: CL:0005012 + description: A ciliated epithelial cell with many cilia. + meaning: CL:0005012 + title: multi-ciliated epithelial cell + CL:4033008: + text: CL:4033008 + description: A(n) vein endothelial cell that is part of a(n) respiratory system. + meaning: CL:4033008 + title: vein endothelial cell of respiratory system + CL:2000013: + text: CL:2000013 + description: Any skin fibroblast that is part of a skin of abdomen. + meaning: CL:2000013 + title: fibroblast of skin of abdomen + CL:0009072: + text: CL:0009072 + description: A thymic medullary epithelial cell that expresses AIRE or other + canonical markers of mature mTECs like Fezf2. + meaning: CL:0009072 + title: medullary thymic epithelial cell type 2 + CL:4030000: + text: CL:4030000 + description: A melanocyte located in the vascular uvea and involved in photoprotection, + regulation of oxidative damage and immune responses. + meaning: CL:4030000 + title: choroidal melanocyte + CL:0000576: + text: CL:0000576 + description: Myeloid mononuclear recirculating leukocyte that can act as a + precursor of tissue macrophages, osteoclasts and some populations of tissue + dendritic cells. + meaning: CL:0000576 + title: monocyte + CL:0005008: + text: CL:0005008 + description: An auditory hair cell located in the macula that is sensitive + to auditory stimuli. + meaning: CL:0005008 + title: macular hair cell + CL:4023035: + text: CL:4023035 + description: A neuron that is derived from a precursor cell in the lateral + ganglion eminence. + meaning: CL:4023035 + title: lateral ganglionic eminence derived neuron + CL:0002098: + text: CL:0002098 + description: A cardiac myocyte that is connected to other cardiac myocytes + by transverse intercalated discs (GO:0014704) at a regular interval. + meaning: CL:0002098 + title: regular cardiac myocyte + CL:4023065: + text: CL:4023065 + description: A GABAergic cell located in the cerebral cortex that expresses + meis2. + meaning: CL:4023065 + title: meis2 expressing cortical GABAergic cell + CL:0000395: + text: CL:0000395 + description: A precursor of mature crystal cells. + meaning: CL:0000395 + title: procrystal cell + CL:0000170: + text: CL:0000170 + description: A cell that secretes glucagon. + meaning: CL:0000170 + title: glucagon secreting cell + CL:4023020: + text: CL:4023020 + description: A gamma motor neuron that innervates dynamic nuclear bag fibers + (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They + alter muscle spindle sensitivity and increases its discharge in response + to velocity of muscle length (rather than just magnitude). + meaning: CL:4023020 + title: dynamic gamma motor neuron + CL:0009013: + text: CL:0009013 + description: A progenitor cell with hepatic and biliary lineage potential, + identified in mouse and human, and anatomically restricted to the ductal + plate of fetal liver. + meaning: CL:0009013 + title: fetal hepatobiliary progenitor cell + CL:0001004: + text: CL:0001004 + description: Immature CD8_alpha-positive CD11b-negative dendritic cell is + a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0001004 + title: immature CD8_alpha-positive CD11b-negative dendritic cell + CL:0009031: + text: CL:0009031 + description: A T cell that is located in a vermiform appendix. + meaning: CL:0009031 + title: T cell of appendix + CL:4023111: + text: CL:4023111 + description: A pyramidal neuron with soma located in the cerebral cortex. + meaning: CL:4023111 + title: cerebral cortex pyramidal neuron + CL:2000077: + text: CL:2000077 + description: Any striated muscle cell that is part of a skeletal muscle tissue + of pectoralis major. + meaning: CL:2000077 + title: skeletal muscle tissue of pectoralis major striated muscle cell + CL:0002519: + text: CL:0002519 + description: An interrenal epithelial kidney cell is an epithelial cell found + in the anterior kidney of teleosts fish. This cell type is arranged in layers + around the posterior cardinal vein and contains many mitochondria with tubulovesicular + cristae. Interrenal chromaffin cells are interspersed among the tissue layer + created by this cell type. + meaning: CL:0002519 + title: interrenal epithelial cell + CL:0002425: + text: CL:0002425 + description: A pro-T cell that is lin-negative, CD25-negative, CD127-negative, + CD44-positive and kit-positive. + meaning: CL:0002425 + title: early T lineage precursor + CL:0002577: + text: CL:0002577 + description: An epithelial cell of the placenta. + meaning: CL:0002577 + title: placental epithelial cell + CL:4030028: + text: CL:4030028 + description: An amacrine cell that uses glycine as a neurotransmitter. + meaning: CL:4030028 + title: glycinergic amacrine cell + CL:4030037: + text: CL:4030037 + description: A spermatid in a late stage of maturation that has an elongated + morphology and is transcriptionally inert when the acrosome is fully developed. + meaning: CL:4030037 + title: late spermatid + CL:0002350: + text: CL:0002350 + description: An endothelial cell that lines the intracavitary lumen of the + heart, separating the circulating blood from the underlying myocardium. + This cell type releases a number of vasoactive substances including prostacyclin, + nitrous oxide and endothelin. + meaning: CL:0002350 + title: endocardial cell + CL:0000644: + text: CL:0000644 + description: Type of radial astrocyte in the cerebellar cortex that have their + cell bodies in the Purkinje cell layer and processes that extend into the + molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann + glia express high densities of glutamate transporters that limit diffusion + of the neurotransmitter glutamate during its release from synaptic terminals. + Besides their role in early development of the cerebellum, Bergmann glia + are also required for the pruning or addition of synapses. + meaning: CL:0000644 + title: Bergmann glial cell + CL:4033041: + text: CL:4033041 + description: An alveolar macrophage that expresses CCL3. + meaning: CL:4033041 + title: CCL3-positive alveolar macrophage + CL:0007011: + text: CL:0007011 + description: Neuron that is part of the enteric nervous system. + meaning: CL:0007011 + title: enteric neuron + CL:0000650: + text: CL:0000650 + description: A cell type that encapsulates the capillaries and venules in + the kidney. This cell secretes mesangial matrix that provides the structural + support for the capillaries. + meaning: CL:0000650 + title: mesangial cell + CL:0000995: + text: CL:0000995 + meaning: CL:0000995 + title: CD34-positive, CD38-positive common myeloid progenitor OR CD34-positive, + CD38-positive common lymphoid progenitor + CL:0002525: + text: CL:0002525 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the metanephros. + meaning: CL:0002525 + title: metanephric podocyte + CL:1000434: + text: CL:1000434 + description: An epithelial cell that is part of the external acoustic meatus. + meaning: CL:1000434 + title: epithelial cell of external acoustic meatus + CL:0002141: + text: CL:0002141 + description: A parathyroid chief cell that is actively secreting hormone. + Have large Golgi complexes with numerous vesicles and small membrane-bound + granules; secretory granules are rare, cytoplasmic glycogen sparse, much + of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum + in parallel arrays; in normal humans, inactive chief cells outnumber active + chief cells in a ratio of 3-5:1 + meaning: CL:0002141 + title: active chief cell of parathyroid gland + CL:1000381: + text: CL:1000381 + description: A type I vestibular sensory cell that is part of the epithelium + of crista of ampulla of semicircular duct of membranous labyrinth. + meaning: CL:1000381 + title: type 1 vestibular sensory cell of epithelium of crista of ampulla of + semicircular duct of membranous labyrinth + CL:0000189: + text: CL:0000189 + description: A muscle cell that develops tension more slowly than a fast-twitch + fiber. + meaning: CL:0000189 + title: slow muscle cell + CL:0007006: + text: CL:0007006 + description: Mesodermal cell that is axially located and gives rise to the + cells of the notochord. + meaning: CL:0007006 + title: chordamesodermal cell + CL:4033026: + text: CL:4033026 + description: A perichondrial fibroblast that is part of the lung. + meaning: CL:4033026 + title: lung perichondrial fibroblast + CL:0001204: + text: CL:0001204 + description: CD4-positive, alpha-beta long-lived T cell with the phenotype + CD45RO-positive and CD127-positive. This cell type is also described as + being CD25-negative, CD44-high, and CD122-high. + meaning: CL:0001204 + title: CD4-positive, alpha-beta memory T cell, CD45RO-positive + CL:0002296: + text: CL:0002296 + description: An epithelial cell with high nuclear and cytoplasmic electron-density. + This cell type is found in the deeper portions of the cortex but is more + abundant in the medulla of the thymus. + meaning: CL:0002296 + title: type-4 epithelial cell of thymus + CL:0003006: + text: CL:0003006 + description: A G4 retinal ganglion cell that has post sympatic terminals in + sublaminar layers S3 and S4 and is depolarized by illumination of its receptive + field center. + meaning: CL:0003006 + title: G4-ON retinal ganglion cell + CL:0002427: + text: CL:0002427 + description: A double-positive, alpha-beta thymocyte that is small and not + proliferating. + meaning: CL:0002427 + title: resting double-positive thymocyte + CL:0000963: + text: CL:0000963 + description: A germinal center B cell that develops from a Bm3 B cell. This + cell has the phenotype IgM-negative, IgD-positive, and CD38-positive. + meaning: CL:0000963 + title: Bm3-delta B cell + CL:4040002: + text: CL:4040002 + description: Glial cell that provides support to the enteric nervous system. + It is involved in enteric neurotransmission, in maintaining the integrity + of the mucosal barrier of the gut and serves as a link between the nervous + and immune systems of the gut. In enteric nerve strands, glial processes + ensheath multiaxonal bundles which distinguishes enteric glia from all other + peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial + cell is the presence of 10 nm filaments, which criss-cross the cell body, + form axial bundles in the processes and appear to firmly anchor the cells + to the ganglionic surfaces. Similar to astrocytes, their main constituent + is glial fibrillary acidic protein (GFAP). + meaning: CL:4040002 + title: enteroglial cell + CL:0002497: + text: CL:0002497 + description: A trophoblast giant cell derived from the mural trophectoderm. + meaning: CL:0002497 + title: primary trophoblast giant cell + CL:0002086: + text: CL:0002086 + description: A cardiac myocyte that is an excitable cells in the myocardium, + specifically in the conducting system of heart. + meaning: CL:0002086 + title: specialized cardiac myocyte + CL:0000162: + text: CL:0000162 + description: A large, oval stomach epithelial cell with a central nucleus; + source of gastric acid. Secretes HCl. + meaning: CL:0000162 + title: parietal cell + CL:1001033: + text: CL:1001033 + description: An endothelial cell that is part of some peritubular capillary. + meaning: CL:1001033 + title: peritubular capillary endothelial cell + CL:0000992: + text: CL:0000992 + description: Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low + plasmacytoid dendritic cell that is CD80-low and CD86-low. + meaning: CL:0000992 + title: immature CD11c-low plasmacytoid dendritic cell + CL:2000072: + text: CL:2000072 + description: Any microvascular endothelial cell that is part of a adipose + tissue. + meaning: CL:2000072 + title: adipose microvascular endothelial cell + CL:0002305: + text: CL:0002305 + description: An epithelial cell of the distal convoluted tubule of the kidney + that helps regulate systemic levels of potassium, sodium, calcium, and pH. + meaning: CL:0002305 + title: epithelial cell of distal tubule + CL:4028001: + text: CL:4028001 + description: Any capillary endothelial cell that is part of a lung. + meaning: CL:4028001 + title: pulmonary capillary endothelial cell + CL:0002466: + text: CL:0002466 + description: A CD11b-positive dendritic cell located in the serosal portion + of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, + CD11c-low, CD103-negative. + meaning: CL:0002466 + title: small intestine serosal dendritic cell + CL:0000595: + text: CL:0000595 + description: An erythrocyte lacking a nucleus. + meaning: CL:0000595 + title: enucleate erythrocyte + CL:0000906: + text: CL:0000906 + description: A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, + CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative. + meaning: CL:0000906 + title: activated CD8-positive, alpha-beta T cell + CL:0002639: + text: CL:0002639 + description: An amniotic stem cell is a mesenchymalstem cell extracted from + amniotic fluid. Amniotic stem cells are able to differentiate into various + tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and + bone + meaning: CL:0002639 + title: amniotic stem cell + CL:1000510: + text: CL:1000510 + description: Any kidney epithelial cell that is part of some glomerular epithelium. + meaning: CL:1000510 + title: kidney glomerular epithelial cell + CL:0000527: + text: CL:0000527 + description: A neuron which sends impulses peripherally to activate muscles + or secretory cells. + meaning: CL:0000527 + title: efferent neuron + CL:1000721: + text: CL:1000721 + description: Any renal principal cell that is part of some papillary duct. + meaning: CL:1000721 + title: kidney papillary duct principal cell + CL:0000633: + text: CL:0000633 + description: A tall supporting cell that is arranged in rows adjacent to the + last row of outer phalangeal cells. This cell type constitutes the outer + border of the organ of Corti. + meaning: CL:0000633 + title: Hensen cell + CL:0002374: + text: CL:0002374 + description: A hair cell of the ear that contains the organs of balance and + hearing. + meaning: CL:0002374 + title: ear hair cell + CL:1000424: + text: CL:1000424 + description: A chromaffin cell that is part of the paraaortic body. + meaning: CL:1000424 + title: chromaffin cell of paraaortic body + CL:0000017: + text: CL:0000017 + description: A male germ cell that develops from spermatogonia. The euploid + primary spermatocytes undergo meiosis and give rise to the haploid secondary + spermatocytes which in turn give rise to spermatids. + meaning: CL:0000017 + title: spermatocyte + CL:0019017: + text: CL:0019017 + description: A smooth muscle cell that is part of any lymphatic vessel. + meaning: CL:0019017 + title: lymphatic vessel smooth muscle cell + CL:0000257: + text: CL:0000257 + description: Any cell that only exists in Eumycetozoa. + meaning: CL:0000257 + title: Eumycetozoan cell + CL:1000356: + text: CL:1000356 + description: A M cell that is part of the epithelium proper of duodenum. + meaning: CL:1000356 + title: microfold cell of epithelium proper of duodenum + CL:0009042: + text: CL:0009042 + description: An enteroendocrine cell that is located in the colon. + meaning: CL:0009042 + title: enteroendocrine cell of colon + CL:0009027: + text: CL:0009027 + description: A transit amplifying cell that is part of a crypt of Lieberkuhn + of large intestine. + meaning: CL:0009027 + title: transit amplifying cell of appendix + CL:0008022: + text: CL:0008022 + description: A mesenchymal cell of the endocardial cushion. These cells + develop via an epithelial to mesenchymal transition when endocardial cells + break cell-to-cell contacts and migrate into the cardiac jelly. Cells from + this population form the heart septa and valves. + meaning: CL:0008022 + title: endocardial cushion cell + CL:1001568: + text: CL:1001568 + description: Any endothelial cell of vascular tree that is part of some pulmonary + artery. + meaning: CL:1001568 + title: pulmonary artery endothelial cell + CL:4023092: + text: CL:4023092 + description: A pyramidal neuron which has an apical tree which is oriented + towards the white matter. + meaning: CL:4023092 + title: inverted pyramidal neuron + CL:4023018: + text: CL:4023018 + description: A GABAergic interneuron located in the cerebral cortex that expresses + Parvalbumin. + meaning: CL:4023018 + title: pvalb GABAergic cortical interneuron + CL:0000442: + text: CL:0000442 + description: A cell with extensive dendritic processes found in the B cell + areas (primary follicles and germinal centers) of lymphoid tissue. They + are unrelated to the dendritic cell associated with T cells. Follicular + dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic + cells, they do not process or present antigen in a way that allows recognition + by T cells. Instead, they hold antigen in the form of immune complexes on + their surfaces for long periods and can present antigen to B cells during + an immune response. + meaning: CL:0000442 + title: follicular dendritic cell + CL:0001058: + text: CL:0001058 + description: A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, + CD123-positive, and CD11c-negative. + meaning: CL:0001058 + title: plasmacytoid dendritic cell, human + CL:0007010: + text: CL:0007010 + description: Skeletogenic cell that has the potential to transform into an + osteoblast, and develops from neural crest or mesodermal cells. + meaning: CL:0007010 + title: preosteoblast + CL:0000574: + text: CL:0000574 + description: A pigment cell derived from the neural crest. Contains pteridine + and/or carotenoid pigments in structures called pterinosomes or erythrosomes. + This gives an orange to red appearance. + meaning: CL:0000574 + title: erythrophore + CL:0011029: + text: CL:0011029 + description: An explosive cell containing one giant secretory organelle called + a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains + a toxin responsible for the stings delivered by a cnidarian to other organisms. + Cnidae are used to capture prey and as a defense against predators. The + presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, + hydrae, jellyfish, etc.). + meaning: CL:0011029 + title: cnidocyte + CL:1001573: + text: CL:1001573 + description: Cell of the nasopharyngeal epithelium. + meaning: CL:1001573 + title: nasopharyngeal epithelial cell + CL:0000481: + text: CL:0000481 + description: A peptide hormone secreting cell that secretes cholecystokin + stimulating hormone. + meaning: CL:0000481 + title: cholecystokin stimulating hormone secreting cell + CL:1000691: + text: CL:1000691 + meaning: CL:1000691 + title: kidney interstitial myofibroblast + CL:0005024: + text: CL:0005024 + description: A motor neuron that innervates a skeletal muscle. These motor + neurons are all excitatory and cholinergic. + meaning: CL:0005024 + title: somatomotor neuron + CL:0000118: + text: CL:0000118 + description: Basket cells are inhibitory GABAergic interneurons of the brain. + In general, dendrites of basket cells are free branching and contain smooth + spines. Axons are highly branched. The branched axonal arborizations give + rise to basket-like structures that surround the soma of the target cell. + Basket cells form axo-somatic synapses, meaning their synapses target somas + of other cells. + meaning: CL:0000118 + title: basket cell + CL:1001606: + text: CL:1001606 + description: Keratinocyte from foreskin. + meaning: CL:1001606 + title: foreskin keratinocyte + CL:0002641: + text: CL:0002641 + description: An epithelial cell of the esophageal gland proper. + meaning: CL:0002641 + title: epithelial cell of esophageal gland proper + CL:0011022: + text: CL:0011022 + description: A fibroblast that is part of skin of back. + meaning: CL:0011022 + title: fibroblast of skin of back + CL:0000058: + text: CL:0000058 + description: Skeletogenic cell that is typically non-terminally differentiated, + secretes an avascular, GAG rich matrix; is not buried in cartilage tissue + matrix, retains the ability to divide, located adjacent to cartilage tissue + (including within the perichondrium), and develops from prechondroblast + (and thus prechondrogenic) cell. + meaning: CL:0000058 + title: chondroblast + CL:4023056: + text: CL:4023056 + description: A type of mouse mesothelial fibroblast that is derived from the + neural crest, is localized on blood vessels, and is a key component of the + pia and arachnoid membranes surrounding the brain. + meaning: CL:4023056 + title: vascular leptomeningeal cell (Mmus) + CL:4023188: + text: CL:4023188 + description: A retinal ganglion cell that originate in the ganglion cell layer + of the retina, and project to the parvocellular layers of the lateral geniculate + nucleus (LGN). These cells are known as midget retinal ganglion cells due + to the small sizes of their dendritic trees and cell bodies. + meaning: CL:4023188 + title: midget ganglion cell of retina + CL:0000107: + text: CL:0000107 + description: A neuron whose cell body is within an autonomic ganglion. + meaning: CL:0000107 + title: autonomic neuron + CL:0000955: + text: CL:0000955 + description: A pre-B-II cell is a precursor B cell that expresses immunoglobulin + mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin + kappa light chain and immunoglobulin lambda light chain. + meaning: CL:0000955 + title: pre-B-II cell + CL:0002354: + text: CL:0002354 + description: A hematopoietic stem found in the yolk sac. In mice, this cell + type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, + CD44-positive. + meaning: CL:0002354 + title: yolk sac hematopoietic stem cell + CL:0000936: + text: CL:0000936 + description: A lymphoid progenitor cell that is found in bone marrow, gives + rise to B cells, T cells, natural killer cells and dendritic cells, and + has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, + CD34-positive, CD150 negative, and GlyA-negative. + meaning: CL:0000936 + title: early lymphoid progenitor + CL:0000468: + text: CL:0000468 + description: A precursor of the central nervous system that gives rise to + both neurons and glial cells. + meaning: CL:0000468 + title: neuroglioblast (sensu Nematoda and Protostomia) + CL:0000740: + text: CL:0000740 + description: The set of neurons that receives neural inputs via bipolar, horizontal + and amacrine cells. The axons of these cells make up the optic nerve. + meaning: CL:0000740 + title: retinal ganglion cell + CL:0002550: + text: CL:0002550 + description: A fibroblast that is part of the conjuctiva of the eye. + meaning: CL:0002550 + title: fibroblast of the conjunctiva + CL:0008038: + text: CL:0008038 + description: A large, multipolar lower motor neuron of the brainstem and spinal + cord that innervates the extrafusal muscle fibers of skeletal muscle and + are directly responsible for initiating their contraction. While their cell + bodies are in the CNS (in the anterior gray horn of the spinal cord), they + are part of the somatic nervous system - a branch of the PNS. + meaning: CL:0008038 + title: alpha motor neuron + CL:4033064: + text: CL:4033064 + description: A tissue-resident macrophage that is part of the uterus. + meaning: CL:4033064 + title: uterine resident macrophage + CL:0000544: + text: CL:0000544 + meaning: CL:0000544 + title: slowly adapting mechanoreceptor cell + CL:0002539: + text: CL:0002539 + description: A smooth muscle cell of the aorta. + meaning: CL:0002539 + title: aortic smooth muscle cell + CL:4023033: + text: CL:4023033 + description: A retinal ganglion cell that is depolarized by decreased illumination + of their receptive field center. + meaning: CL:4023033 + title: OFF retinal ganglion cell + CL:4033016: + text: CL:4033016 + description: "A myofibroblast that is part of an alveoli during alveolarization.\ + \ The contractile force of this cell elongates the secondary crest, while\ + \ producing a framework of elastin and tenascin. During the maturation of\ + \ the septa, secondary crest myofibroblasts, together with matrix fibroblasts,\ + \ secrete metalloproteinases and other ECM\u2010remodeling proteins to thin\ + \ the septal tip ECM. The secondary crest myofibroblast continues producing\ + \ elastin, eventually undergoing apoptosis during adulthood." + meaning: CL:4033016 + title: secondary crest myofibroblast + CL:0001051: + text: CL:0001051 + description: A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, + CCR6-negative. + meaning: CL:0001051 + title: CD4-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell + CL:2000002: + text: CL:2000002 + description: "A specialized, enlarged, connective tissue cell of the decidua\ + \ with enlarged nucleus, dense membrane\u2010bound secretory granules and\ + \ cytoplasmic accumulation of glycogen and lipid droplets. These cells develop\ + \ by the transformation of endometrial stromal cells during decidualization." + meaning: CL:2000002 + title: decidual cell + CL:2000007: + text: CL:2000007 + description: Chondrocyte forming the hyaline cartilage found in the knee joint. + meaning: CL:2000007 + title: articular chondrocyte of knee joint + CL:1001036: + text: CL:1001036 + description: A cell that is part of a vasa recta. + meaning: CL:1001036 + title: vasa recta cell + CL:1000286: + text: CL:1000286 + description: A smooth muscle cell that is part of the rectum. + meaning: CL:1000286 + title: smooth muscle cell of rectum + CL:0002381: + text: CL:0002381 + description: A conidium that has only one nucleus. + meaning: CL:0002381 + title: uninucleate conidium + CL:0000867: + text: CL:0000867 + description: A tissue-resident macrophage found in a secondary lymphoid organ. + meaning: CL:0000867 + title: secondary lymphoid organ macrophage + CL:0002242: + text: CL:0002242 + description: A cell containing at least one nucleus. + meaning: CL:0002242 + title: nucleate cell + CL:0002180: + text: CL:0002180 + description: A mucous cell in the epithelium of the stomach. + meaning: CL:0002180 + title: mucous cell of stomach + CL:2000020: + text: CL:2000020 + description: Any native cell that is part of a inner cell mass. + meaning: CL:2000020 + title: inner cell mass cell + CL:0002558: + text: CL:0002558 + description: A fibroblast that is part of villous mesenchyme. + meaning: CL:0002558 + title: fibroblast of villous mesenchyme + CL:2000083: + text: CL:2000083 + description: Any hair follicle dermal papilla cell that is part of a scalp. + meaning: CL:2000083 + title: hair follicle dermal papilla cell of scalp + CL:0000696: + text: CL:0000696 + description: A cell that stores and secretes pancreatic polypeptide hormone. + meaning: CL:0000696 + title: PP cell + CL:0002365: + text: CL:0002365 + description: An epithelial cell of the medullary thymus. This cell type expresses + a diverse range of tissue-specific antigens. This promiscuous gene expression + is a cell-autonomous property of medullary epithelial cells and is maintained + during the entire period of thymic T cell output. + meaning: CL:0002365 + title: medullary thymic epithelial cell + CL:1000332: + text: CL:1000332 + description: A serous secreting cell that is part of the epithelium of terminal + bronchiole. + meaning: CL:1000332 + title: serous cell of epithelium of terminal bronchiole + CL:0002338: + text: CL:0002338 + description: A natural killer cell that is developmentally immature, has the + phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and + CD161-positive. + meaning: CL:0002338 + title: CD56-positive, CD161-positive immature natural killer cell, human + CL:0009087: + text: CL:0009087 + description: An extravillous trophoblast that is polynuclear. + meaning: CL:0009087 + title: fused extravillous trophoblast + CL:4030020: + text: CL:4030020 + description: A renal alpha-intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030020 + title: kidney connecting tubule alpha-intercalated cell + CL:0009041: + text: CL:0009041 + description: A tuft cell that is a part of the colon. + meaning: CL:0009041 + title: tuft cell of colon + CL:4033019: + text: CL:4033019 + description: An ON bipolar cell type with dendrites selectively contacting + S-cones. + meaning: CL:4033019 + title: ON-blue cone bipolar cell + CL:0000577: + text: CL:0000577 + description: A subtype of enteroendocrine cells found in the gastrointestinal + mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. + These cell type secretes serotonin and some neurotransmitters including + enkephalins and substance P. Their secretory granules stain readily with + silver (argentaffin stain). + meaning: CL:0000577 + title: type EC enteroendocrine cell + CL:0000389: + text: CL:0000389 + meaning: CL:0000389 + title: socket cell (sensu Nematoda) + CL:0000136: + text: CL:0000136 + description: A fat-storing cell found mostly in the abdominal cavity and subcutaneous + tissue of mammals. Fat is usually stored in the form of triglycerides. + meaning: CL:0000136 + title: adipocyte + CL:0019026: + text: CL:0019026 + description: Any hepatocyte that is part of the liver lobule periportal region. + These cells are primarily involved in oxidative energy metabolism. + meaning: CL:0019026 + title: periportal region hepatocyte + CL:4030004: + text: CL:4030004 + description: A large epithelial cell found in the thymus. This cell type may + internalize thymocytes through extensions of plasma membrane. The cell surface + and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and + MHC Class II antigens. The interaction of these antigens with a developing + thymocyte determines whether the thymocyte undergoes positive or negative + selection. + meaning: CL:4030004 + title: thymic nurse cell + CL:0002419: + text: CL:0002419 + description: A T cell that expresses a T cell receptor complex and has completed + T cell selection. + meaning: CL:0002419 + title: mature T cell + CL:0010001: + text: CL:0010001 + description: A stromal cell that is part_of a bone marrow. + meaning: CL:0010001 + title: stromal cell of bone marrow + CL:0000418: + text: CL:0000418 + description: An epithelial cell found in C. elegans that firmly hold the outer + body wall and the lips to the inner cylinder of the pharynx in a manner + that keeps these organs from breaking apart, while still giving each organ + freedom of movement during feeding. + meaning: CL:0000418 + title: arcade cell + CL:0000186: + text: CL:0000186 + description: An animal cell that has characteristics of both a fibroblast + cell and a smooth muscle cell. + meaning: CL:0000186 + title: myofibroblast cell + CL:0000675: + text: CL:0000675 + description: A mature sexual reproductive cell of the female germline. + meaning: CL:0000675 + title: female gamete + CL:1001575: + text: CL:1001575 + description: Squamous cell of uterine cervix epithelium. + meaning: CL:1001575 + title: uterine cervix squamous cell + CL:0011027: + text: CL:0011027 + description: Any fibroblast that is part of skeletal muscle tissue. + meaning: CL:0011027 + title: skeletal muscle fibroblast + CL:0002416: + text: CL:0002416 + description: A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative. + meaning: CL:0002416 + title: mature Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:0002379: + text: CL:0002379 + description: A neurecto-epithelial cell found in the arachnoid villi of dura + mater. This cell type facilitates flow of cerebrospinal fluid into the blood. + meaning: CL:0002379 + title: meningothelial cell + CL:0000386: + text: CL:0000386 + meaning: CL:0000386 + title: attachment cell + CL:0000932: + text: CL:0000932 + description: A type II NK T cell that has been recently activated, secretes + interferon-gamma, and has the phenotype CD69-positive and downregulated + NK markers. + meaning: CL:0000932 + title: type II NK T cell secreting interferon-gamma + CL:0002435: + text: CL:0002435 + description: A CD8-positive, CD4-negative thymocyte that expresses high levels + of the alpha-beta T cell receptor and is CD69-positive. + meaning: CL:0002435 + title: CD69-positive, CD8-positive single-positive thymocyte + CL:0011108: + text: CL:0011108 + description: Epithelial cell that is part of the colon epithelium. + meaning: CL:0011108 + title: colon epithelial cell + CL:4030048: + text: CL:4030048 + description: A DRD1-expressing medium spiny neuron that is part of a striosome + of dorsal striatum. + meaning: CL:4030048 + title: striosomal D1 medium spiny neuron + CL:0000961: + text: CL:0000961 + description: A follicular B cell that is IgD-positive, CD23-negative, and + CD38-negative. This naive cell type is activated in the extrafollicular + areas through interaction with interdigitating dendritic cells and antigen-specific + CD4-positive T cells. + meaning: CL:0000961 + title: Bm1 B cell + CL:0009099: + text: CL:0009099 + description: A progenitor cell that is a tissue-resident mesenchymal cell, + important for skeletal muscle regeneration, and able to differentiate into + both adipocytes or fibroblasts. + meaning: CL:0009099 + title: fibro/adipogenic progenitor cell + CL:1000325: + text: CL:1000325 + description: A goblet cell that is part of the epithelium proper of jejunum. + meaning: CL:1000325 + title: jejunal goblet cell + CL:0002184: + text: CL:0002184 + description: A flat or angular epithelial cell with condensed nuclei and darkly + staining cytoplasm containing numerous intermediate filaments inserted into + desmosomes contacting surrounding supporting cells; lie in contact with + the basal lamina of olfactory epithelium. + meaning: CL:0002184 + title: basal proper cell of olfactory epithelium + CL:0000706: + text: CL:0000706 + description: Specialized ependymal cell that produces the cerebrospinal fluid + from the blood and secretes it into the lumen of the brain and spinal chord. + meaning: CL:0000706 + title: choroid plexus epithelial cell + CL:0000642: + text: CL:0000642 + description: An agranular supporting cell of the anterior pituitary (adenohypophysis) + that is characterized by a star-like morphology and ability to form follicles. + Folliculostellate cells communicate with each other and with endocrine cells + via gap junctions. + meaning: CL:0000642 + title: folliculostellate cell + CL:0002618: + text: CL:0002618 + description: An endothelial cell of the umbilical vein. + meaning: CL:0002618 + title: endothelial cell of umbilical vein + CL:0000024: + text: CL:0000024 + description: An undifferentiated germ cell that proliferates rapidly and gives + rise to oocytes. + meaning: CL:0000024 + title: oogonial cell + CL:4040005: + text: CL:4040005 + description: A mesenchymal stem cell that is part of the apical papilla tooth + root. + meaning: CL:4040005 + title: mesenchymal stem cell of apical papilla + CL:0008025: + text: CL:0008025 + description: A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter. + meaning: CL:0008025 + title: noradrenergic neuron + CL:0002035: + text: CL:0002035 + description: A hematopoietic progenitor that has restricted self-renewal capability. + Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative. + meaning: CL:0002035 + title: Slamf1-negative multipotent progenitor cell + CL:0002559: + text: CL:0002559 + description: An animal cell that is part of a hair follicle. + meaning: CL:0002559 + title: hair follicle cell + CL:0000810: + text: CL:0000810 + description: An immature alpha-beta T cell that is located in the thymus and + is CD4-positive and CD8-negative. + meaning: CL:0000810 + title: CD4-positive, alpha-beta thymocyte + CL:0005003: + text: CL:0005003 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into a leucophore. + meaning: CL:0005003 + title: leucoblast + CL:0002581: + text: CL:0002581 + description: A preadipocyte that is part of a perirenal fat tissue. + meaning: CL:0002581 + title: perirenal preadipocyte + CL:0002533: + text: CL:0002533 + description: An immature CD16-positive myeloid dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002533 + title: immature CD16-positive myeloid dendritic cell + CL:0002088: + text: CL:0002088 + description: This is a cell found in the gastrointestinal tract of mammals + and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs + from the enteric nervous system to smooth muscle cells and are thought to + be the cells from which gastrointestinal stromal tumors (GISTs) arise. + meaning: CL:0002088 + title: interstitial cell of Cajal + CL:4033039: + text: CL:4033039 + description: An alpha-beta CD8 T cell that resides in the lung. + meaning: CL:4033039 + title: lung resident memory CD8-positive, alpha-beta T cell + CL:1000342: + text: CL:1000342 + description: An enterocyte that is part of the epithelium proper of ileum. + meaning: CL:1000342 + title: enterocyte of epithelium proper of ileum + CL:0004125: + text: CL:0004125 + description: A retinal ganglion cell C inner that has dense dendritic diversity. + meaning: CL:0004125 + title: retinal ganglion cell C2 inner + CL:0002672: + text: CL:0002672 + description: A multi-fate stem cell that can give rise to different retinal + cell types including rod and cone cells. + meaning: CL:0002672 + title: retinal progenitor cell + CL:0000485: + text: CL:0000485 + description: Mast cell subtype that contains only the serine protease trypase + in its granules. These cells are primarily found in mucosal tissue, such + as intestinal mucosa and alveoli. They depend upon T-cells for development + of phenotype. + meaning: CL:0000485 + title: mucosal type mast cell + CL:0000940: + text: CL:0000940 + description: An alpha-beta T cell that is found in the lamina propria of mucosal + tissues and is restricted by the MR-1 molecule. + meaning: CL:0000940 + title: mucosal invariant T cell + CL:0002240: + text: CL:0002240 + description: A fibroblast in the bone marrow. + meaning: CL:0002240 + title: marrow fibroblast + CL:1000702: + text: CL:1000702 + description: Any smooth muscle cell that is part of some kidney pelvis smooth + muscle. + meaning: CL:1000702 + title: kidney pelvis smooth muscle cell + CL:0000683: + text: CL:0000683 + description: A cell that transports hormones from neurosecretory cells. This + nerve cell is characterized by bipolar shape and endfeet that contact a + basal lamina around blood vessels, and/or the pia mater or vitreous body + of the eye and additionally contact the ventricular surface or sub-retinal + space. + meaning: CL:0000683 + title: ependymoglial cell + CL:0002483: + text: CL:0002483 + description: A melanocyte that produces pigment within the hair follicle. + meaning: CL:0002483 + title: hair follicle melanocyte + CL:0010011: + text: CL:0010011 + description: A GABAergic interneuron whose soma is located in the cerebral + cortex. + meaning: CL:0010011 + title: cerebral cortex GABAergic interneuron + CL:0009052: + text: CL:0009052 + description: A smooth muscle cell that is located in the anorectum. + meaning: CL:0009052 + title: smooth muscle cell of anorectum + CL:0000827: + text: CL:0000827 + description: A lymphoid progenitor cell of the T cell lineage, with some lineage + specific marker expression, but not yet fully committed to the T cell lineage. + meaning: CL:0000827 + title: pro-T cell + CL:1000549: + text: CL:1000549 + description: An epithelial cell that is part of a cortical collecting duct. + meaning: CL:1000549 + title: kidney cortex collecting duct epithelial cell + CL:4023008: + text: CL:4023008 + description: A glutamatergic neuron located in the cerebral cortex that projects + to structures of telencephalic origins. + meaning: CL:4023008 + title: intratelencephalic-projecting glutamatergic cortical neuron + CL:0002138: + text: CL:0002138 + description: A endothelial cell of a lymphatic vessel. The border of the oak + leaf-shaped endothelial cell of initial lymphatics are joined by specialized + buttons. The discontinuous feature of buttons distinguishes them from zippers + in collecting lymphatics, but both types of junctions are composed of proteins + typical of adherens junctions and tight junctions found in the endothelium + of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped + endothelial cell, leaving open the tips of flaps as routes for fluid entry + without disassembly and reformation of intercellular junctions. + meaning: CL:0002138 + title: endothelial cell of lymphatic vessel + CL:1001111: + text: CL:1001111 + description: An epithelial cell that is part of some loop of Henle thin descending + limb. + meaning: CL:1001111 + title: kidney loop of Henle thin descending limb epithelial cell + CL:1001505: + text: CL:1001505 + description: The secretory neurons of the paraventricular nucleus that synthesize + and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing + hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system. + meaning: CL:1001505 + title: parvocellular neurosecretory cell + CL:0000619: + text: CL:0000619 + meaning: CL:0000619 + title: supporting cell (sensu Nematoda) + CL:0000730: + text: CL:0000730 + description: A cell at the front of a migrating epithelial sheet. + meaning: CL:0000730 + title: leading edge cell + CL:0000407: + text: CL:0000407 + description: A cell that anchors the cell body of a scolopidial neuron to + the integument. + meaning: CL:0000407 + title: scolopidial ligament cell + CL:0000041: + text: CL:0000041 + description: A fully differentiated eosinophil, a granular leukocyte with + a nucleus that usually has two lobes connected by one or more slender threads, + and cytoplasm containing coarse, round granules that are uniform in size + and which can be stained by the dye eosin. Cells are also differentiated + from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This + cell type is CD49d-positive. + meaning: CL:0000041 + title: mature eosinophil + CL:1000839: + text: CL:1000839 + description: Any epithelial cell of proximal tubule that is part of some proximal + straight tubule. + meaning: CL:1000839 + title: kidney proximal straight tubule epithelial cell + CL:0002540: + text: CL:0002540 + description: A mesenchymal stem cell that is part of the bone marrow. + meaning: CL:0002540 + title: mesenchymal stem cell of the bone marrow + CL:0005019: + text: CL:0005019 + description: Ghrelin secreting cells found in the endocrine pancreas. + meaning: CL:0005019 + title: pancreatic epsilon cell + CL:0000966: + text: CL:0000966 + description: A germinal center B cell that has the phenotype CD77-negative, + IgD-negative, and CD38-positive. These cells have undergone somatic mutation + of the B cell receptor. + meaning: CL:0000966 + title: Bm4 B cell + CL:0011032: + text: CL:0011032 + description: An enterocyte that possesses a large supranuclear vacuolar system + that preferentially internalizes dietary protein via receptor-mediated and + fluid-phase endocytosis for intracellular digestion and trans-cellular transport. + In zebrafish these cells are located in the posterior region of the mid + intestine throughout life. In mammals they are found in the ileum pre-weaning + and later are replaced by mature enterocytes. + meaning: CL:0011032 + title: lysosome-rich enterocyte + CL:0004235: + text: CL:0004235 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric + acid (GABA). + meaning: CL:0004235 + title: AB broad diffuse-1 amacrine cell + CL:0004252: + text: CL:0004252 + description: An amicrine that has a medium dendritic field. + meaning: CL:0004252 + title: medium field retinal amacrine cell + CL:0000913: + text: CL:0000913 + description: CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000913 + title: effector memory CD8-positive, alpha-beta T cell + CL:4042001: + text: CL:4042001 + description: A GABAergic interneuron that has its soma located in the striatum + and that has an enriched expression of the gene TAC3. + meaning: CL:4042001 + title: TAC3-positive striatal interneuron + CL:0019032: + text: CL:0019032 + description: Any brush cell that is part of the intestinal epithelium. + meaning: CL:0019032 + title: intestinal tuft cell + CL:0000121: + text: CL:0000121 + description: The output neuron of the cerebellar cortex. + meaning: CL:0000121 + title: Purkinje cell + CL:0000587: + text: CL:0000587 + description: A thermoreceptor cell that detects reduced temperatures. + meaning: CL:0000587 + title: cold sensing thermoreceptor cell + CL:0002306: + text: CL:0002306 + description: An epithelial cell of the proximal tubule of the kidney. + meaning: CL:0002306 + title: epithelial cell of proximal tubule + CL:4033001: + text: CL:4033001 + description: A(n) endothelial cell that is part of a(n) arteriole of lymph + node. + meaning: CL:4033001 + title: endothelial cell of arteriole of lymph node + CL:0002203: + text: CL:0002203 + description: Brush cell found in the epithelial layer of the colon. + meaning: CL:0002203 + title: brush cell of epithelium proper of large intestine + CL:0003004: + text: CL:0003004 + description: A bistratified retinal ganglion cell that has a small dendritic + field with sparse density that terminates at the intersection of the S4-S5 + sublaminar level, and a second dendrite field that is medium in size and + degree of arborization that terminates in sublaminar layer S2. + meaning: CL:0003004 + title: G3 retinal ganglion cell + CL:0002006: + text: CL:0002006 + description: A megakaryocyte erythroid progenitor cell that is Kit-positive + and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative + and Fcgr II/III-low. + meaning: CL:0002006 + title: Kit-positive, CD34-negative megakaryocyte erythroid progenitor cell + CL:0000860: + text: CL:0000860 + description: A monocyte that responds rapidly to microbial stimuli by secreting + cytokines and antimicrobial factors and which is characterized by high expression + of CCR2 in both rodents and humans, negative for the lineage markers CD3, + CD19, and CD20, and of larger size than non-classical monocytes. + meaning: CL:0000860 + title: classical monocyte + CL:0001035: + text: CL:0001035 + description: A connective tissue cell found in bone. + meaning: CL:0001035 + title: bone cell + CL:4033065: + text: CL:4033065 + description: A mature B cell that serves as an intermediate stage in the differentiation + of naive B cells into a plasmablast. A preplasmablast expresses CD30 and + IL-6R and lacks expression of CD20, CD23, CD38 and CD138. + meaning: CL:4033065 + title: preplasmablast + CL:0009105: + text: CL:0009105 + description: A fibroblastic reticular cell found in the lymph node T cell + domain. + meaning: CL:0009105 + title: T cell zone reticular cell + CL:0000374: + text: CL:0000374 + description: An epidermal cell that is part of a cell cluster organ of the + insect integument (such as a sensillum) and that secretes a cuticular specialization, + often in the form of a hair, bristle, peg or scale. The base of this specialization + is often surrounded by a socket produced by a closely associated tormogen + cell. + meaning: CL:0000374 + title: trichogen cell + CL:1000718: + text: CL:1000718 + description: Any renal principal cell that is part of some inner medullary + collecting duct. + meaning: CL:1000718 + title: kidney inner medulla collecting duct principal cell + CL:1001434: + text: CL:1001434 + description: A neuron residing in the olfactory bulb that serve to process + and refine signals arising from olfactory sensory neurons + meaning: CL:1001434 + title: olfactory bulb interneuron + CL:0002375: + text: CL:0002375 + description: A glioblast cell that develops from a migratory neural crest + cell. The SCP is embedded among neurons (axons) with minimal extracellular + spaces separating them from nerve cell membranes and has no basal lamina. + In rodents SCPs are the only cells in the Schwann cell linage that expresses + Cdh19. + meaning: CL:0002375 + title: Schwann cell precursor + CL:0017000: + text: CL:0017000 + description: An ionocyte that is part of the lung epithelium. The cells from + this type are major sources of the CFTR protein in human and mice. + meaning: CL:0017000 + title: pulmonary ionocyte + CL:0000008: + text: CL:0000008 + description: Cell that is part of the migratory cranial neural crest population. + Migratory cranial neural crest cells develop from premigratory cranial neural + crest cells and have undergone epithelial to mesenchymal transition and + delamination. + meaning: CL:0000008 + title: migratory cranial neural crest cell + CL:0002037: + text: CL:0002037 + description: Intraepithelial T cells with a memory phenotype of CD2-positive, + CD5-positive, and CD44-positive. + meaning: CL:0002037 + title: CD2-positive, CD5-positive, CD44-positive alpha-beta intraepithelial + T cell + CL:0002344: + text: CL:0002344 + description: A natural killer cell that is developmentally immature, has the + phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and + CD161-positive. + meaning: CL:0002344 + title: CD56-negative, CD161-positive immature natural killer cell, human + CL:0009075: + text: CL:0009075 + description: A thymic medullary epithelial cell that expresses muscle-specific + biomarkers. + meaning: CL:0009075 + title: myo-medullary thymic epithelial cell + CL:0000084: + text: CL:0000084 + description: A type of lymphocyte whose defining characteristic is the expression + of a T cell receptor complex. + meaning: CL:0000084 + title: T cell + CL:0000190: + text: CL:0000190 + description: A muscle cell that can develop high tension rapidly. It is usually + innervated by a single alpha neuron. + meaning: CL:0000190 + title: fast muscle cell + CL:0000116: + text: CL:0000116 + description: Pioneer neurons establish a pathway in the developing central + nervous system and then undergo programmed cell death once the adult axons, + which follow them, have made connections with the target site. Thus, they + are a transient cell type involved in axon guidance. + meaning: CL:0000116 + title: pioneer neuron + CL:0002302: + text: CL:0002302 + description: A synovial cell that is macrophage-like, characterized by surface + ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic + vesicles, Golgi apparatus and little granular endoplasmic reticulum. + meaning: CL:0002302 + title: type A synovial cell + CL:4023029: + text: CL:4023029 + description: A medium spiny neuron that expresses dopamine type 2 receptors + and projects to the external globus pallidus. + meaning: CL:4023029 + title: indirect pathway medium spiny neuron + CL:0002125: + text: CL:0002125 + description: A circulating gamma-delta T cell that expresses RORgamma(t), + is CD27-negative and is capable of IL-17 secretion. + meaning: CL:0002125 + title: CD27-negative gamma-delta T cell + CL:0000767: + text: CL:0000767 + description: Any of the immature or mature forms of a granular leukocyte that + in its mature form has an irregularly shaped, pale-staining nucleus that + is partially constricted into two lobes, and with cytoplasm that contains + coarse, bluish-black granules of variable size. Basophils contain vasoactive + amines such as histamine and serotonin, which are released on appropriate + stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, + and FceRIa-positive. + meaning: CL:0000767 + title: basophil + CL:0000922: + text: CL:0000922 + description: An alpha-beta T cell expressing NK call markers that is CD1d + restricted and expresses a diverse TCR repertoire. Type II NKT cells do + not become activated by alpha-galactosylceramide when presented by CD1d. + meaning: CL:0000922 + title: type II NK T cell + CL:0000030: + text: CL:0000030 + meaning: CL:0000030 + title: glioblast + CL:0000774: + text: CL:0000774 + description: A late eosinophilic metamyelocyte in which the nucleus is in + the form of a curved or coiled band, not having acquired the typical multilobar + shape of the mature eosinophil. + meaning: CL:0000774 + title: band form eosinophil + CL:1000441: + text: CL:1000441 + description: An epithelial cell that is part of the viscerocranial mucosa. + meaning: CL:1000441 + title: epithelial cell of viscerocranial mucosa + CL:0000845: + text: CL:0000845 + description: A mature B cell that is located in the marginal zone of the spleen + with the phenotype CD23-negative and CD21-positive and expressing a B cell + receptor usually reactive to bacterial cell wall components or senescent + self components such as oxidized-LDL. This cell type is also described as + being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high. + meaning: CL:0000845 + title: marginal zone B cell of spleen + CL:1000803: + text: CL:1000803 + description: A cell that is part of an interstitial compartment of an inner + renal medulla. + meaning: CL:1000803 + title: kidney inner medulla interstitial cell + CL:0002446: + text: CL:0002446 + description: A NK1.1-positive T cell that is Ly49Cl-negative. + meaning: CL:0002446 + title: Ly49CI-negative natural killer cell, mouse + CL:4033067: + text: CL:4033067 + description: A follicular cell of ovary that differentiates from a granulosa + cell during the secondary follicle stage. Mural granulosa cells line the + inner surface of the follicle wall, surrounding the fluid-filled antral + cavity. These cells produce oestrogen during the follicular phase in response + to follicle-stimulating hormone (FSH), and progesterone after ovulation + in response to luteinizing hormone (LH). + meaning: CL:4033067 + title: mural granulosa cell + CL:0000153: + text: CL:0000153 + description: A cell that secretes glycosaminoglycans. + meaning: CL:0000153 + title: glycosaminoglycan secreting cell + CL:0002052: + text: CL:0002052 + description: A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- + light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, + CD45R-positive and CD25-positive. This cell type is also described as being + AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive. + meaning: CL:0002052 + title: fraction D precursor B cell + CL:0002046: + text: CL:0002046 + description: A pro-B cell that is CD22-positive, CD34-positive, CD38-positive + and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. + Cell is CD19-negative, CD20-negative, complement receptor type 2-negative + and CD10-low. D-to-J recombination of the heavy chain occurs at this stage. + meaning: CL:0002046 + title: early pro-B cell + CL:0000670: + text: CL:0000670 + description: A primordial germ cell is a diploid germ cell precursors that + transiently exist in the embryo before they enter into close association + with the somatic cells of the gonad and become irreversibly committed as + germ cells. + meaning: CL:0000670 + title: primordial germ cell + CL:0000504: + text: CL:0000504 + description: A enteroendocrine cell part of the glands of the gastric mucosa. + They produce histamine and peptides such as chromogranins. This cell type + respond to gastrin by releasing histamine which acts as a paracrine stimulator + of the release of hydrochloric acid from the gastric parietal cells. + meaning: CL:0000504 + title: enterochromaffin-like cell + CL:0000807: + text: CL:0000807 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain + in complex with the pre-T cell receptor alpha chain. + meaning: CL:0000807 + title: DN3 thymocyte + CL:1000413: + text: CL:1000413 + description: A blood vessel endothelial cell that is part of an arterial endothelium. + meaning: CL:1000413 + title: endothelial cell of artery + CL:0002312: + text: CL:0002312 + description: An acidophilic cell of the anterior pituitary that produces growth + hormone, somatotropin. + meaning: CL:0002312 + title: somatotroph + CL:0002282: + text: CL:0002282 + description: An enteroendocrine cell which produces a gastrin- and cholecystokinin-like + peptide. The apical microvilli-rich plasma membrane is in open contact with + the small intestine mucosa. This cell type is devoid of gastrin-17 but contains + other fragments of the gastrin polypeptide. + meaning: CL:0002282 + title: type TG enteroendocrine cell + CL:2000031: + text: CL:2000031 + description: Any neuron that is part of a lateral line ganglion. + meaning: CL:2000031 + title: lateral line ganglion neuron + CL:0009062: + text: CL:0009062 + description: A specialized type of CD4 positive T cell, the follicular helper + T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular + localization. These specialised T cells reside in the germinal center of + the lymph node. + meaning: CL:0009062 + title: germinal center T cell + CL:0000397: + text: CL:0000397 + description: Any interneuron that has its soma located in some ganglion. + meaning: CL:0000397 + title: ganglion interneuron + CL:0002612: + text: CL:0002612 + description: A neuron of the ventral spinal cord. + meaning: CL:0002612 + title: neuron of the ventral spinal cord + CL:0000496: + text: CL:0000496 + description: A photoreceptor cell that is sensitive to green light. + meaning: CL:0000496 + title: green sensitive photoreceptor cell + CL:4033054: + text: CL:4033054 + description: A cell that is adjacent to a vessel. A perivascular cell plays + a crucial role in maintaining vascular function and tissue homeostasis. + This cell type regulates vessel integrity and flow dynamics. + meaning: CL:4033054 + title: perivascular cell + CL:2000090: + text: CL:2000090 + description: Any stellate cell that is part of a dentate gyrus of hippocampal + formation. + meaning: CL:2000090 + title: dentate gyrus of hippocampal formation stellate cell + CL:0000350: + text: CL:0000350 + description: Any extraembryonic cell that is part of some amnioserosa. + meaning: CL:0000350 + title: amnioserosal cell + CL:0002436: + text: CL:0002436 + description: A mature CD4-positive, CD8-negative alpha-beta T cell found in + the thymus that is CD24-low and has high expression of the T cell receptor. + meaning: CL:0002436 + title: mature CD4 single-positive thymocyte + CL:0003017: + text: CL:0003017 + description: A retinal ganglion B cell that has post synaptic terminals in + S2. + meaning: CL:0003017 + title: retinal ganglion cell B3 outer + CL:0002179: + text: CL:0002179 + description: An epithelial cell within one of the pits in the embryonic gastric + mucosa from which the gastric glands develop . + meaning: CL:0002179 + title: foveolar cell of stomach + CL:0000079: + text: CL:0000079 + meaning: CL:0000079 + title: stratified epithelial cell + CL:0004216: + text: CL:0004216 + description: A type 5 cone bipolar cell with diffuse axonal branches. + meaning: CL:0004216 + title: type 5b cone bipolar cell + CL:3000004: + text: CL:3000004 + description: Peripheral sensory neuron. + meaning: CL:3000004 + title: peripheral sensory neuron + CL:0001056: + text: CL:0001056 + description: A dendritic cell with the phenotype HLA-DRA-positive. + meaning: CL:0001056 + title: dendritic cell, human + CL:0000521: + text: CL:0000521 + description: Any cell that only exists in Fungi. + meaning: CL:0000521 + title: fungal cell + CL:0011010: + text: CL:0011010 + description: A cell derived from the mesoderm that is found at the periphery + of the embryo. + meaning: CL:0011010 + title: lateral mesodermal cell + CL:1000344: + text: CL:1000344 + description: A Paneth cell that is part of the epithelium proper of small + intestine. + meaning: CL:1000344 + title: paneth cell of epithelium proper of small intestine + CL:0000249: + text: CL:0000249 + meaning: CL:0000249 + title: hatching gland cell + CL:0002474: + text: CL:0002474 + description: A MHC-II-negative classical monocyte located in lymphoid tissue + that is F4/80-positive, CD11c-negative, and CD11b-high. + meaning: CL:0002474 + title: lymphoid MHC-II-negative classical monocyte + CL:0002069: + text: CL:0002069 + description: Mostly cylindrical, resemble Type 1 in their contents and the + presence of a kinocilium and stereocilium apically; much greater variation + in size, some almost span the entire thickness of the sensory epithelium, + while others are smaller than Type 1; receive multiple efferent nerve boutons + around their bases as well as afferent endings, which are small expansions + rather than chalices. + meaning: CL:0002069 + title: type II vestibular sensory cell + CL:4028004: + text: CL:4028004 + description: A pulmonary interstitial fibroblast that is part of the alveolus + and contains lipid droplets. + meaning: CL:4028004 + title: alveolar type 1 fibroblast cell + CL:0003025: + text: CL:0003025 + description: A retinal ganglion cell C inner that has sparse dendritic density, + and large dendritic field. + meaning: CL:0003025 + title: retinal ganglion cell C3 + CL:0009015: + text: CL:0009015 + description: A follicular dendritic cell located in the Peyer's patch. These + cells from a meshwork in which Peyer's patch B cells reside. + meaning: CL:0009015 + title: Peyer's patch follicular dendritic cell + CL:0002551: + text: CL:0002551 + description: Any skin fibroblast that is part of some dermis. + meaning: CL:0002551 + title: fibroblast of dermis + CL:0009044: + text: CL:0009044 + description: A lymphocyte that resides in the lamina propria of the small + intestine. Lamina propria leukocytes and intraepithelial lymphocytes are + the effector compartments of the gut mucosal immune system. Lymphocytes + circulate through gut associated lymphoid tissues until recruitment by intestinal + antigens. They are involved in the gut immune response. + meaning: CL:0009044 + title: lymphocyte of small intestine lamina propria + CL:0002503: + text: CL:0002503 + description: A cell of the adventitial layer of ductal structures such as + the uterer, defent duct, biliary duct, etc + meaning: CL:0002503 + title: adventitial cell + CL:0017005: + text: CL:0017005 + description: A lymphocyte that has gotten larger after being stimulated by + an antigen. + meaning: CL:0017005 + title: lymphoblast + CL:0001048: + text: CL:0001048 + description: A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory + cell with the phenotype HLA-DRA-positive, indicating recent activation. + meaning: CL:0001048 + title: activated CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory + T cell, human + CL:0001032: + text: CL:0001032 + description: Granule cell that is part of the cerebral cortex. + meaning: CL:0001032 + title: cortical granule cell + CL:0002157: + text: CL:0002157 + description: A cell type that makes up the highly vascular membrane lining + the marrow cavity of long bones. + meaning: CL:0002157 + title: endosteal cell + CL:0000394: + text: CL:0000394 + description: A phagocytic hemocyte, responsible for the engulfment of small + particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial + peptides and contribute to the production and secretion of proteins of the + hemolymph. + meaning: CL:0000394 + title: plasmatocyte + CL:4033037: + text: CL:4033037 + description: A mucus secreting cell of a submucosal gland of the tracheobronchial + tree. + meaning: CL:4033037 + title: mucus secreting cell of tracheobronchial tree submucosal gland + CL:2000094: + text: CL:2000094 + description: Any epithelial cell of viscerocranial mucosa that is part of + a nasal cavity respiratory epithelium. + meaning: CL:2000094 + title: nasal cavity respiratory epithelium epithelial cell of viscerocranial + mucosa + CL:0002051: + text: CL:0002051 + description: A pre-BCR positive B cell that is CD38-high. + meaning: CL:0002051 + title: CD38-high pre-BCR positive cell + CL:0000601: + text: CL:0000601 + description: A mechanoreceptor in the organ of Corti. In mammals the outer + hair cells are arranged in three rows which are further from the modiolus + than the single row of inner hair cells. The motile properties of the outer + hair cells may contribute actively to tuning the sensitivity and frequency + selectivity of the cochlea. + meaning: CL:0000601 + title: cochlear outer hair cell + CL:0000838: + text: CL:0000838 + description: A progenitor cell restricted to the lymphoid lineage. + meaning: CL:0000838 + title: lymphoid lineage restricted progenitor cell + CL:4030017: + text: CL:4030017 + description: An epithelial cell located in the late distal convoluted tubule. + meaning: CL:4030017 + title: epithelial cell of late distal convoluted tubule + CL:0004224: + text: CL:0004224 + description: A broadly stratifying amacrine cell that has a small dendritic + field and post-synaptic terminals in S2 and S3. This cell type releases + the neurotransmitter glycine. + meaning: CL:0004224 + title: AB diffuse-2 amacrine cell + CL:1000420: + text: CL:1000420 + description: A myoepithelial cell that is part of the terminal lactiferous + duct. + meaning: CL:1000420 + title: myoepithelial cell of terminal lactiferous duct + CL:0000295: + text: CL:0000295 + description: A peptide hormone secreting cell that produces growth hormone, + somatotropin. + meaning: CL:0000295 + title: somatotropin secreting cell + CL:4033043: + text: CL:4033043 + description: A macrophage that is part of the lung connective tissue (pulmonary + interstitium). This cell performs tissue remodeling and contributes to barrier + immunity through antigen presentation. + meaning: CL:4033043 + title: lung interstitial macrophage + CL:0000202: + text: CL:0000202 + description: A mechanoreceptor cell of the auditory or vestibular system that + is sensitive to auditory stimuli. The accessory sensory structures are arranged + so that appropriate stimuli cause movement of the hair-like projections + (stereocilia and kinocilia) which relay the information centrally in the + nervous system. + meaning: CL:0000202 + title: auditory hair cell + CL:0009018: + text: CL:0009018 + description: A lymphocyte that resides in the lamina propria of the large + intestine. + meaning: CL:0009018 + title: lymphocyte of large intestine lamina propria + CL:2000078: + text: CL:2000078 + description: Any pericyte cell that is part of a placenta. + meaning: CL:2000078 + title: placental pericyte + CL:1000272: + text: CL:1000272 + description: Any secretory cell that is part of some lung. + meaning: CL:1000272 + title: lung secretory cell + CL:0009034: + text: CL:0009034 + description: A dendritic cell that is located in a vermiform appendix. + meaning: CL:0009034 + title: dendritic cell of appendix + CL:0000721: + text: CL:0000721 + meaning: CL:0000721 + title: equatorial cone cell (sensu Endopterygota) + CL:0000196: + text: CL:0000196 + description: A muscle cell that is involved in the mechanism of insect flight. + This encompasses both, cells that power flight and cells that control flight. + meaning: CL:0000196 + title: insect flight muscle cell + CL:1001319: + text: CL:1001319 + description: Any cell that is part of some urinary bladder. + meaning: CL:1001319 + title: bladder cell + CL:0000339: + text: CL:0000339 + description: An early neural cell developing from the early ependymal cell + of the neural tube. + meaning: CL:0000339 + title: glioblast (sensu Vertebrata) + CL:0000631: + text: CL:0000631 + description: Cells forming a framework supporting the organ of Corti. Specific + cells are those of Claudius, Deiters and Hensen. + meaning: CL:0000631 + title: labyrinth supporting cell + CL:0008027: + text: CL:0008027 + description: A bipolar neuron found in the retina that is synapsed by rod + photoreceptor cells. These neurons have axons that arborize and synapse + to targets in inner plexiform layers 4 and 5 and depolarize in response + to light. + meaning: CL:0008027 + title: rod bipolar cell (sensu Mus) + CL:0004238: + text: CL:0004238 + description: A bistratified amacrine cell with a medium dendritic field, a + flat and sparse dendritic arbor, and post-synaptic terminals at the intersections + of S1 and S2, and S3 and S4. + meaning: CL:0004238 + title: asymmetric bistratified amacrine cell + CL:0000035: + text: CL:0000035 + description: A stem cell that self-renews as well as give rise to a single + mature cell type. + meaning: CL:0000035 + title: single fate stem cell + CL:1001097: + text: CL:1001097 + description: Any smooth muscle cell that is part of some renal afferent arteriole. + meaning: CL:1001097 + title: kidney afferent arteriole smooth muscle cell + CL:1000838: + text: CL:1000838 + description: Any epithelial cell of proximal tubule that is part of some proximal + convoluted tubule and has part some brush border. + meaning: CL:1000838 + title: kidney proximal convoluted tubule epithelial cell + CL:3000000: + text: CL:3000000 + description: A ciliated epithelial cell of the esophagus. + meaning: CL:3000000 + title: ciliated epithelial cell of esophagus + CL:0000881: + text: CL:0000881 + description: A border associated macrophage that is adjacent to a small blood + vessel of a brain. A perivascular macrophage expresses the markers CD14, + CD16 and CD163. In homeostatic conditions, this central nervous system macrophage + has a non-motile cell body with extending and retracting projections through + the blood vessel wall. + meaning: CL:0000881 + title: perivascular macrophage + CL:0002437: + text: CL:0002437 + description: A mature CD8-positive, CD4-negative alpha-beta T cell found in + the thymus that is CD24-low and has high expression of the T cell receptor. + meaning: CL:0002437 + title: mature CD8 single-positive thymocyte + CL:0002320: + text: CL:0002320 + description: A cell of the supporting or framework tissue of the body, arising + chiefly from the embryonic mesoderm and including adipose tissue, cartilage, + and bone. + meaning: CL:0002320 + title: connective tissue cell + CL:1000616: + text: CL:1000616 + description: Any kidney medulla cell that is part of some outer medulla of + kidney. + meaning: CL:1000616 + title: kidney outer medulla cell + CL:0003015: + text: CL:0003015 + description: A G11 retinal ganglion cell that has post synaptic terminals + in sublaminar layer S4 and is depolarized by illumination of its receptive + field center. + meaning: CL:0003015 + title: G11-ON retinal ganglion cell + CL:0002359: + text: CL:0002359 + description: A hematopoietic stem cell of the placenta. This cell type is + first observed E10.5 This cell type may give rise to fetal liver hematopoietic + stem cells. + meaning: CL:0002359 + title: placental hematopoietic stem cell + CL:0005010: + text: CL:0005010 + description: A cuboidal epithelial cell of the kidney that regulates acid/base + balance. + meaning: CL:0005010 + title: renal intercalated cell + CL:0002623: + text: CL:0002623 + description: An acinar cell of salivary gland. + meaning: CL:0002623 + title: acinar cell of salivary gland + CL:1001516: + text: CL:1001516 + description: The various hormone- or neurotransmitter-secreting cells present + throughout the mucosa of the intestinal tract. + meaning: CL:1001516 + title: intestinal enteroendocrine cell + CL:0000713: + text: CL:0000713 + meaning: CL:0000713 + title: corona radiata cell + CL:0009116: + text: CL:0009116 + description: A progenitor cell with the potential to differentiate into luminal + epithelial cells of mammary glands. In mouse, CD61 and c-kit were found + to be coexpressed by the majority of, but not all, committed luminal progenitor + cells. + meaning: CL:0009116 + title: progenitor cell of mammary luminal epithelium + CL:0011002: + text: CL:0011002 + description: A motor neuron that is generated only on limb levels and send + axons into the limb mesenchyme. + meaning: CL:0011002 + title: lateral motor column neuron + CL:4023080: + text: CL:4023080 + description: a L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex that has stellate pyramidal morphology. + meaning: CL:4023080 + title: stellate L6 intratelencephalic projecting glutamatergic neuron of the + primary motor cortex (Mmus) + CL:0009071: + text: CL:0009071 + description: A thymic medullary epithelial cell considered to be a pre-AIRE + mTEC population. + meaning: CL:0009071 + title: medullary thymic epithelial cell type 1 + CL:0000652: + text: CL:0000652 + description: This cell type produces and secretes melatonin and forms the + pineal parenchyma. Extending from each cell body, which has a spherical, + oval or lobulated mucleus, are one or more tortuous basophilic processes, + containing parallel microtubules known as synaptic ribbons. These processes + end in expanded terminal buds near capillaries or less, frequently, ependymal + cells of the pineal recess. The terminal buds contain granular endoplasmic + reticulum, mitochondria and electron-dense cored vesicles, which store monoamines + and polypeptide hormones, release of which appears to require sympathetic + innervation. + meaning: CL:0000652 + title: pinealocyte + CL:4023127: + text: CL:4023127 + description: a KNDy neuron that is located in the arcuate nucleus of the hypothalamus. + meaning: CL:4023127 + title: arcuate nucleus of hypothalamus KNDy neuron + CL:0000862: + text: CL:0000862 + description: A macrophage that suppresses immune responses. + meaning: CL:0000862 + title: suppressor macrophage + CL:0000993: + text: CL:0000993 + description: Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid + dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and + MHCII-positive. + meaning: CL:0000993 + title: mature CD11c-low plasmacytoid dendritic cell + CL:0002009: + text: CL:0002009 + description: A progenitor cell that can give rise to plasmacytoid and myeloid + dendritic cells, and to monocytes and macrophages. + meaning: CL:0002009 + title: macrophage dendritic cell progenitor + CL:0002603: + text: CL:0002603 + description: An astrocyte of the cerebellum. + meaning: CL:0002603 + title: astrocyte of the cerebellum + CL:0009060: + text: CL:0009060 + description: A mature B cell located in the marginal zone of the lymph node. + meaning: CL:0009060 + title: marginal zone B cell of lymph node + CL:0002254: + text: CL:0002254 + description: An epithelial cell of the small intestine. + meaning: CL:0002254 + title: epithelial cell of small intestine + CL:0009055: + text: CL:0009055 + description: A paneth cell that is located in the anorectum. + meaning: CL:0009055 + title: paneth cell of anorectum + CL:0000818: + text: CL:0000818 + description: An immature B cell of an intermediate stage between the pre-B + cell stage and the mature naive stage with the phenotype surface IgM-positive + and CD19-positive, and are subject to the process of B cell selection. A + transitional B cell migrates from the bone marrow into the peripheral circulation, + and then to the spleen. + meaning: CL:0000818 + title: transitional stage B cell + CL:0000998: + text: CL:0000998 + description: CD8_alpha-negative CD11b-negative dendritic cell is a conventional + dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and + is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive + T cells. + meaning: CL:0000998 + title: CD8_alpha-negative CD11b-negative dendritic cell + CL:0001043: + text: CL:0001043 + description: A recently activated CD4-positive, alpha-beta T cell with the + phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, + CD127-negative, and CD25-positive. + meaning: CL:0001043 + title: activated CD4-positive, alpha-beta T cell, human + CL:0009078: + text: CL:0009078 + description: A fibroblast located in the thymic capsule. + meaning: CL:0009078 + title: thymic fibroblast type 1 + CL:0000314: + text: CL:0000314 + meaning: CL:0000314 + title: milk secreting cell + CL:0000608: + text: CL:0000608 + description: A thick walled, sexual, resting spore formed by Zygomycetes; + sometimes refers to the spore and the multi-layered cell wall that encloses + the spore, the zygosporangium. + meaning: CL:0000608 + title: zygospore + CL:0000744: + text: CL:0000744 + description: A columnar chondrocyte that differentiates in the late embryonic + growth plate of bone. Columnar chondrocytes vigorously proliferate and form + columns in the growth plate. + meaning: CL:0000744 + title: columnar chondrocyte + CL:0002259: + text: CL:0002259 + description: The stem cell from which glial precursor cell arises from. + meaning: CL:0002259 + title: neuroepithelial stem cell + CL:0002004: + text: CL:0002004 + description: A proerythoblast that is CD34-negative and GlyA-negative. + meaning: CL:0002004 + title: CD34-negative, GlyA-negative proerythroblast + CL:1000433: + text: CL:1000433 + description: An epithelial cell that is part of the lacrimal canaliculus. + meaning: CL:1000433 + title: epithelial cell of lacrimal canaliculus + CL:0004227: + text: CL:0004227 + description: A bistratified amacrine cell with a small dendritic field. Flat + bistratified amacrine cells have post-synaptic terminals both on the border + of S1 and S2, and on the border of S3 and S4. This cell type releases the + neurotransmitter glycine. + meaning: CL:0004227 + title: flat bistratified amacrine cell + CL:4033022: + text: CL:4033022 + description: A mucus secreting cell of a submucosal gland of the bronchus. + meaning: CL:4033022 + title: mucus secreting cell of bronchus submucosal gland + CL:0003048: + text: CL:0003048 + description: A cone cell that detects long wavelength light. Exact peak of + spectra detected differs between species. In humans, spectra peaks at 564-580 + nm. + meaning: CL:0003048 + title: L cone cell + CL:0009080: + text: CL:0009080 + description: A tuft cell located in the small intestine. + meaning: CL:0009080 + title: tuft cell of small intestine + CL:0002569: + text: CL:0002569 + description: A mesenchymal stem cell of the umbilical cord. + meaning: CL:0002569 + title: mesenchymal stem cell of umbilical cord + CL:0000235: + text: CL:0000235 + description: A mononuclear phagocyte present in variety of tissues, typically + differentiated from monocytes, capable of phagocytosing a variety of extracellular + particulate material, including immune complexes, microorganisms, and dead + cells. + meaning: CL:0000235 + title: macrophage + CL:0002176: + text: CL:0002176 + description: A cell of a secondary follicile within the ovary. + meaning: CL:0002176 + title: secondary follicular cell of ovary + CL:4030005: + text: CL:4030005 + description: A renal beta-intercalated cell that is part of the cortical collecting + duct. The medullary collecting duct does not contain the renal beta-intercalated + cell type. + meaning: CL:4030005 + title: kidney collecting duct beta-intercalated cell + CL:0000999: + text: CL:0000999 + description: CD8_alpha-negative CD11b-positive dendritic cell is a conventional + dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative + and CD8_alpha-negative. + meaning: CL:0000999 + title: CD4-positive CD11b-positive dendritic cell + CL:0002472: + text: CL:0002472 + description: Gr1-low non-classical monocyte that has low to intermediate expression + of the MHC-II complex. + meaning: CL:0002472 + title: MHC-II-low non-classical monocyte + CL:0003021: + text: CL:0003021 + description: A retinal ganglion cell C outer that has a medium dendritic field + and a dense dendritic arbor. + meaning: CL:0003021 + title: retinal ganglion cell C4 + CL:4023000: + text: CL:4023000 + description: A motor neuron that innervates both intrafusal and extrafusal + muscle fibers. Low abundancy. They control both muscle contraction and responsiveness + of the sensory feedback from muscle spindles. + meaning: CL:4023000 + title: beta motor neuron + CL:0002657: + text: CL:0002657 + description: A glandular epithelial cell of the esophagus. + meaning: CL:0002657 + title: glandular cell of esophagus + CL:0000514: + text: CL:0000514 + description: A precursor cell destined to differentiate into smooth muscle + myocytes. + meaning: CL:0000514 + title: smooth muscle myoblast + CL:0000349: + text: CL:0000349 + description: Any cell that is part of some extraembryonic structure. + meaning: CL:0000349 + title: extraembryonic cell + CL:0002190: + text: CL:0002190 + description: A flat keratinocyte immediately below the cornified layer. + meaning: CL:0002190 + title: squamous cell of epidermis + CL:4030035: + text: CL:4030035 + description: A dental pulp cell that possesses stem-cell-like qualities, including + self-renewal capability and multi-lineage differentiation. + meaning: CL:4030035 + title: dental pulp stem cell + CL:0002067: + text: CL:0002067 + description: An enteroendocrine cell that produces glucagon. + meaning: CL:0002067 + title: type A enteroendocrine cell + CL:0009114: + text: CL:0009114 + description: A B cell found in the perisinusoidal area of a lymph node. In + humans, monocytoid B cells are a morphologically distinct B cell population + (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many + similarities with marginal zone B cells including marker expression, and + are increased in disease settings. + meaning: CL:0009114 + title: monocytoid B cell + CL:1001517: + text: CL:1001517 + description: The various hormone- or neurotransmitter-secreting cells present + throughout the mucosa of the stomach. + meaning: CL:1001517 + title: stomach enteroendocrine cell + CL:0000137: + text: CL:0000137 + description: A mature osteoblast that has become embedded in the bone matrix. + They occupy a small cavity, called lacuna, in the matrix and are connected + to adjacent osteocytes via protoplasmic projections called canaliculi. + meaning: CL:0000137 + title: osteocyte + CL:0009024: + text: CL:0009024 + description: A mesothelial cell that is part of the small intestine. + meaning: CL:0009024 + title: mesothelial cell of small intestine + CL:4040004: + text: CL:4040004 + description: Any mesenchymal stem cell of adipose tissue that is part of an + orbital region. + meaning: CL:4040004 + title: mesenchymal stem cell of orbital adipose tissue + CL:0002367: + text: CL:0002367 + description: A cell that lines the trabecular meshwork, which is an area of + tissue in the eye located around the base of the cornea, near the ciliary + body, and is responsible for draining the aqueous humor from the eye via + the anterior chamber (the chamber on the front of the eye covered by the + cornea). This cell may play a role in regulating intraocular pressure. + meaning: CL:0002367 + title: trabecular meshwork cell + CL:0002062: + text: CL:0002062 + description: A squamous pulmonary alveolar epithelial cell that is flattened + and branched. A pulmonary alveolar type 1 cell covers more than 98% of the + alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions + to form the air-blood barrier essential for normal gas exchange. + meaning: CL:0002062 + title: pulmonary alveolar type 1 cell + CL:0000724: + text: CL:0000724 + description: A differentiated cell that functions as a site of nitrogen fixation + under aerobic conditions. + meaning: CL:0000724 + title: heterocyst + CL:1001598: + text: CL:1001598 + description: 'A glandular cell found in the epithelium of the small intestine. + Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; + M cells; Somatostatin-secreting Cells (D-cells) .' + meaning: CL:1001598 + title: small intestine glandular cell + CL:1001589: + text: CL:1001589 + description: 'Glandular cell of duodenal epithelium. Example: Enterocytes, + Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner''s gland + cell.' + meaning: CL:1001589 + title: duodenum glandular cell + CL:1000147: + text: CL:1000147 + description: A cell that is part of a cardiac valve. + meaning: CL:1000147 + title: cardiac valve cell + CL:0002402: + text: CL:0002402 + description: A resting mature B cell within the Peyer's patch that is CD19-positive, + B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, + and CD5-negative. + meaning: CL:0002402 + title: Peyer's patch B cell + CL:1001126: + text: CL:1001126 + description: Any vasa recta cell that is part of some inner renal medulla + vasa recta. + meaning: CL:1001126 + title: inner renal medulla vasa recta cell + CL:0002608: + text: CL:0002608 + description: A neuron with a soma found in the hippocampus. + meaning: CL:0002608 + title: hippocampal neuron + CL:0002011: + text: CL:0002011 + description: A progenitor cell that can give rise to plasmacytoid and myeloid + dendritic cells, and to monocytes and macrophages. Marker for this cell + is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative. + meaning: CL:0002011 + title: Kit-positive macrophage dendritic cell progenitor + CL:4023012: + text: CL:4023012 + description: A glutamatergic neuron located in the cerebral cortex that projects + axons locally rather than distantly. + meaning: CL:4023012 + title: near-projecting glutamatergic cortical neuron + CL:0005014: + text: CL:0005014 + description: A non-sensory cell that extends from the basement membrane to + the apical surface of the auditory epithelium and provides support for auditory + hair cells. + meaning: CL:0005014 + title: auditory epithelial supporting cell + CL:0002249: + text: CL:0002249 + description: A stem cell that can differentiate into a cardiac myocyte. + meaning: CL:0002249 + title: primitive cardiac myocyte + CL:0002675: + text: CL:0002675 + description: A S. pombe cell type determined by mat1-Pc and mat1-Pi on the + mat1 locus. + meaning: CL:0002675 + title: H plus + CL:0000025: + text: CL:0000025 + description: A female gamete where meiosis has progressed to metaphase II + and is able to participate in fertilization. + meaning: CL:0000025 + title: egg cell + CL:2000021: + text: CL:2000021 + description: Any native cell that is part of a sebaceous gland. + meaning: CL:2000021 + title: sebaceous gland cell + CL:0002120: + text: CL:0002120 + description: An CD24-positive CD38-negative IgG-negative memory B cell is + a CD38-negative IgG-negative class switched memory B cell that lacks IgG + on the cell surface with the phenotype CD24-positive, CD38-negative, and + IgG-negative. + meaning: CL:0002120 + title: CD24-positive CD38-negative IgG-negative class switched memory B cell + CL:0008005: + text: CL:0008005 + description: A somatic muscle cell that is oblquely striated. Examples include + the somatic muscles of nematodes. + meaning: CL:0008005 + title: obliquely striated somatic muscle cell + CL:0002654: + text: CL:0002654 + description: An epithelial cell of stratum corneum of esophageal epithelium. + meaning: CL:0002654 + title: epithelial cell of stratum corneum of esophageal epithelium + CL:0011018: + text: CL:0011018 + description: "A group 3 innate lymphoid cell that express ROR gamma t and\ + \ IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c,\ + \ Gr-1), with the functional ability to interact with mesenchymal cells\ + \ through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer\ + \ cells are key to the development of lymph nodes and Peyer\u2019s patches." + meaning: CL:0011018 + title: "lymphoid tissue\u2013inducer cell" + CL:0000660: + text: CL:0000660 + description: An extracellular matrix secreting cell that secretes glycocalyx. + meaning: CL:0000660 + title: glycocalyx secreting cell + CL:0000763: + text: CL:0000763 + description: A cell of the monocyte, granulocyte, mast cell, megakaryocyte, + or erythroid lineage. + meaning: CL:0000763 + title: myeloid cell + CL:0002199: + text: CL:0002199 + description: An oncocyte located in the parathyroid gland. + meaning: CL:0002199 + title: oxyphil cell of parathyroid gland + CL:0001018: + text: CL:0001018 + description: Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001018 + title: immature CD8_alpha-low Langerhans cell + CL:0003009: + text: CL:0003009 + description: A mono-stratified retinal ganglion cell that has a medium dendritic + field and a sparse dendritic arbor with post sympatic terminals in sublaminar + layer S4 and S5. + meaning: CL:0003009 + title: G6 retinal ganglion cell + CL:0000180: + text: CL:0000180 + description: A steroid hormone secreting cell that secretes estradiol. + meaning: CL:0000180 + title: estradiol secreting cell + CL:0002308: + text: CL:0002308 + description: An epithelial cell of a skin gland. + meaning: CL:0002308 + title: epithelial cell of skin gland + CL:0002543: + text: CL:0002543 + description: An endothelial cell that is part of the vein. + meaning: CL:0002543 + title: vein endothelial cell + CL:0008032: + text: CL:0008032 + description: A GABAergic interneuron in human cortical layer 1 that has large + rosehip-shaped axonal boutons and compact arborization. + meaning: CL:0008032 + title: rosehip neuron + CL:1000442: + text: CL:1000442 + description: An urothelial cell that is part of the trigone of urinary bladder. + meaning: CL:1000442 + title: urothelial cell of trigone of urinary bladder + CL:0002488: + text: CL:0002488 + description: A trophoblast cell that has a large volume of cytoplasm, is polyploid + and is usually mononuclear but is also occasionally multi-nucleate. This + cell type is important in establishing maternal physiology and remodeling + of the vasculature of the placenta. + meaning: CL:0002488 + title: trophoblast giant cell + CL:0000014: + text: CL:0000014 + description: A stem cell that is the precursor of gametes. + meaning: CL:0000014 + title: germ line stem cell + CL:0004242: + text: CL:0004242 + description: An amacrine cell with a wide dendritic field, dendrites in S3, + and post-synaptic terminals in S3. Dendrites of this cell type are straight + and minimally branched. + meaning: CL:0004242 + title: WF3-1 amacrine cell + CL:1000050: + text: CL:1000050 + description: Any glial cell that is part of some lateral line nerve. + meaning: CL:1000050 + title: lateral line nerve glial cell + CL:1001572: + text: CL:1001572 + description: A vascular endothelial cell found in colon blood vessels. + meaning: CL:1001572 + title: colon endothelial cell + CL:0000984: + text: CL:0000984 + description: A plasmablast that secretes IgA. + meaning: CL:0000984 + title: IgA plasmablast + CL:0000104: + text: CL:0000104 + description: A neuron with three or more neurites, usually an axon and multiple + dendrites. + meaning: CL:0000104 + title: multipolar neuron + CL:1001285: + text: CL:1001285 + description: A cell that is part of some vasa recta descending limb. + meaning: CL:1001285 + title: vasa recta descending limb cell + CL:1000419: + text: CL:1000419 + description: A myoepithelial cell that is part of the lactiferous duct. + meaning: CL:1000419 + title: myoepithelial cell of lactiferous duct + CL:0000417: + text: CL:0000417 + meaning: CL:0000417 + title: endopolyploid cell + CL:0002146: + text: CL:0002146 + description: A sweat producing cell of eccrine sweat glands. Pyramidal in + shape, with its base resting on the basal lamina or myoepitheliocytes, and + its microvillus-covered apical plasma membrane line up the intercellular + canaliculi. Cell is not stained by hematoxylin or eosin. + meaning: CL:0002146 + title: clear cell of eccrine sweat gland + CL:0002122: + text: CL:0002122 + description: A B220-positive CD38-positive IgG-negative memory B cell is a + CD38-positive IgG-negative class switched memory B cell that lacks IgG on + the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative. + meaning: CL:0002122 + title: B220-positive CD38-positive IgG-negative class switched memory B cell + CL:0000695: + text: CL:0000695 + description: A neuron of the human embryonic marginal zone which display, + as a salient feature, radial ascending processes that contact the pial surface, + and a horizontal axon plexus located in the deep marginal zone. One feature + of these cells in mammals is that they express the Reelin gene. + meaning: CL:0000695 + title: Cajal-Retzius cell + CL:0002070: + text: CL:0002070 + description: Bottle-shaped with narrow neck; broad, rounded basal portion + where nucleus is located; stereocilia and a single kinocilium is present + apically; receive nerve bouton at their base from an afferent cup-shaped + (chalice or calyx) nerve ending. + meaning: CL:0002070 + title: type I vestibular sensory cell + CL:4023083: + text: CL:4023083 + description: A GABAergic interneuron that selectively innervates the axon + initial segment of pyramidal cells. Their local axonal clusters are formed + by high-frequency branching at shallow angles, often ramifying around, above + or below their somata with a high bouton density. The characteristic terminal + portions of the axon form short vertical rows of boutons, resembling the + candlesticks and candles of a chandelier. Chandelier cells can be multipolar + or bitufted. + meaning: CL:4023083 + title: chandelier cell + CL:1000366: + text: CL:1000366 + description: A transitional myocyte that is part of the middle internodal + tract. + meaning: CL:1000366 + title: transitional myocyte of middle internodal tract + CL:0003014: + text: CL:0003014 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field, a medium dendritic arbor, and a medium length secondary dendrite + shaft. + meaning: CL:0003014 + title: G11 retinal ganglion cell + CL:0002512: + text: CL:0002512 + description: A langerin-negative lymph node dendritic cell that is CD103-negative + and CD11b-high. + meaning: CL:0002512 + title: CD11b-high, CD103-negative, langerin-negative lymph node dendritic + cell + CL:0002595: + text: CL:0002595 + description: A smooth muscle cell of the subclavian artery. + meaning: CL:0002595 + title: smooth muscle cell of the subclavian artery + CL:0002078: + text: CL:0002078 + description: Epithelial cell derived from mesoderm or mesenchyme. + meaning: CL:0002078 + title: meso-epithelial cell + CL:0002420: + text: CL:0002420 + description: A T cell that has not completed T cell selection. + meaning: CL:0002420 + title: immature T cell + CL:0000503: + text: CL:0000503 + description: A flattened stroma cell forming a sheath or theca outside the + basal lamina lining the mature ovarian follicle. Thecal interstitial or + stromal cells are steroidogenic, and produce primarily androgens which serve + as precusors of estrogens in the granulosa cells. + meaning: CL:0000503 + title: theca cell + CL:0000908: + text: CL:0000908 + description: A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, + CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines. + meaning: CL:0000908 + title: CD8-positive, alpha-beta cytokine secreting effector T cell + CL:0002664: + text: CL:0002664 + description: A stem cell that can give rise to multiple cell types (i.e. smooth + muscle, endothelial) in the developing heart. + meaning: CL:0002664 + title: cardioblast + CL:4023057: + text: CL:4023057 + description: Any GABAergic interneuron that has its soma located in some cerebellar + cortex. + meaning: CL:4023057 + title: cerebellar inhibitory GABAergic interneuron + CL:0002532: + text: CL:0002532 + description: A myeloid dendritic cell found in the blood that is CD16-positive. + meaning: CL:0002532 + title: CD16-positive myeloid dendritic cell + CL:0008001: + text: CL:0008001 + description: Any hematopoietic cell that is a precursor of some other hematopoietic + cell type. + meaning: CL:0008001 + title: hematopoietic precursor cell + CL:0000206: + text: CL:0000206 + description: A cell specialized to detect chemical substances and relay that + information centrally in the nervous system. Chemoreceptors may monitor + external stimuli, as in taste and olfaction, or internal stimuli, such as + the concentrations of oxygen and carbon dioxide in the blood. + meaning: CL:0000206 + title: chemoreceptor cell + CL:2000065: + text: CL:2000065 + description: Any microvascular endothelial cell that is part of a female urethra. + meaning: CL:2000065 + title: ovarian microvascular endothelial cell + CL:0000957: + text: CL:0000957 + description: A large pre-B-II cell is a pre-B-II cell that is proliferating + and is Rag1-negative and Rag2-negative. + meaning: CL:0000957 + title: large pre-B-II cell + CL:0000986: + text: CL:0000986 + description: A fully differentiated plasma cell that secretes IgM. + meaning: CL:0000986 + title: IgM plasma cell + CL:0000792: + text: CL:0000792 + description: A CD4-positive, CD25-positive, alpha-beta T cell that regulates + overall immune responses as well as the responses of other T cell subsets + through direct cell-cell contact and cytokine release. + meaning: CL:0000792 + title: CD4-positive, CD25-positive, alpha-beta regulatory T cell + CL:0002194: + text: CL:0002194 + description: A cell involved in the formation of a monocyte (monopoiesis). + meaning: CL:0002194 + title: monopoietic cell + CL:0002496: + text: CL:0002496 + description: A T cell that is located in the intestinal epithelium and is + capable of a mucosal immune response. + meaning: CL:0002496 + title: intraepithelial lymphocyte + CL:0000600: + text: CL:0000600 + description: A fungal cell with two or more genetically distinct nuclei. + meaning: CL:0000600 + title: heterokaryon + CL:0000355: + text: CL:0000355 + description: A multifate stem cell found in skeletal muscle than can differentiate + into many different cell types, including muscle. Distinct cell type from + satellite cell. + meaning: CL:0000355 + title: multi-potent skeletal muscle stem cell + CL:1000893: + text: CL:1000893 + description: Any kidney blood vessel cell that is part of some renal vein. + meaning: CL:1000893 + title: kidney venous blood vessel cell + CL:0002044: + text: CL:0002044 + description: A basophil mast progenitor cell that is Beta-7 integrin-high, + Kit-positive FcRgammaII/III-positive and Sca1-negative. + meaning: CL:0002044 + title: Kit-positive, integrin beta7-high basophil mast progenitor cell + CL:0002246: + text: CL:0002246 + description: A hematopoeitic stem cell found in the blood. Normally found + in very limited numbers in the peripheral circulation (less than 0.1% of + all nucleated cells). + meaning: CL:0002246 + title: peripheral blood stem cell + CL:0009098: + text: CL:0009098 + description: A skeletal muscle fiber found at the fetal and neonatal stages. + In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy + chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears + shortly after birth and is replaced by expression of adult heavy chain myosins. + meaning: CL:0009098 + title: fetal and neonatal skeletal muscle fiber + CL:1000720: + text: CL:1000720 + description: Any renal intercalated cell that is part of some papillary duct. + meaning: CL:1000720 + title: kidney papillary duct intercalated cell + CL:0000975: + text: CL:0000975 + description: A fully differentiated plasma cell that lives for months. + meaning: CL:0000975 + title: short lived plasma cell + CL:0000367: + text: CL:0000367 + meaning: CL:0000367 + title: sheath cell (sensu Nematoda) + CL:0009045: + text: CL:0009045 + description: A B cell found in the lymph node medullary sinus. + meaning: CL:0009045 + title: B cell of medullary sinus of lymph node + CL:0002443: + text: CL:0002443 + description: A NK1.1-positive T cell that is Ly49Cl-positive. + meaning: CL:0002443 + title: Ly49CI-positive natural killer cell, mouse + CL:0000446: + text: CL:0000446 + description: An epithelial cell of the parathyroid gland that is arranged + in wide, irregular interconnecting columns; responsible for the synthesis + and secretion of parathyroid hormone. + meaning: CL:0000446 + title: chief cell of parathyroid gland + CL:0000561: + text: CL:0000561 + description: Interneuron of the vertebrate retina. They integrate, modulate, + and interpose a temporal domain in the visual message presented to the retinal + ganglion cells, with which they synapse in the inner plexiform layer. They + lack large axons. + meaning: CL:0000561 + title: amacrine cell + CL:0002143: + text: CL:0002143 + description: A chief cell that is smaller than light chief cells and has a + smaller and darker nucleus and a finely granular cytoplasm with many granules. + meaning: CL:0002143 + title: dark chief cell of parathyroid gland + CL:0000566: + text: CL:0000566 + description: A mesenchymal stem cell capable of developing into blood vessel + endothelium. + meaning: CL:0000566 + title: angioblastic mesenchymal cell + CL:0019021: + text: CL:0019021 + description: An endothelial cell found in the periportal region hepatic sinusoid, + near the portal triad. The fenestrae of these cells are larger but fewer + in number compared with those of endothelial cells near the centrilobular + region of the hepatic sinusoid. + meaning: CL:0019021 + title: endothelial cell of periportal hepatic sinusoid + CL:1001145: + text: CL:1001145 + description: Any kidney cortex vein cell that is part of some renal interlobular + vein. + meaning: CL:1001145 + title: interlobular vein cell + CL:0008012: + text: CL:0008012 + description: A skeletal muscle satellite cell that is mitotically quiescent. These + cells are wedge shaped and have a large nuclear to cytoplasmic ratio with + few organelles, a small nucleus and condensed interphase chromatin. Satellite + cells typically remain in this state until activated following muscle damage. + meaning: CL:0008012 + title: quiescent skeletal muscle satellite cell + CL:0000142: + text: CL:0000142 + description: A cell occurring in the peripheral part of the vitreous body + of the eye that may be responsible for production of hyaluronic acid and + collagen. + meaning: CL:0000142 + title: hyalocyte + CL:2000017: + text: CL:2000017 + description: Any fibroblast that is part of a periodontal ligament. + meaning: CL:2000017 + title: fibroblast of peridontal ligament + CL:0004115: + text: CL:0004115 + description: A monostratified retinal ganglion cell with small to medium soma + and small to medium dendritic field. + meaning: CL:0004115 + title: retinal ganglion cell B + CL:0000424: + text: CL:0000424 + description: A cell involved in the elimination of metabolic and foreign toxins, + and in maintaining the ionic, acid-base and water balance of biological + fluids. + meaning: CL:0000424 + title: excretory cell + CL:0000568: + text: CL:0000568 + description: A cell that originates in the neural crest, that has certain + cytochemical and ultrastructural characteristics and is found scattered + throughout the body; types include melanocytes, the cells of the chromaffin + system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, + lungs, gastrointestinal tract, and pancreas. This cell type concentrates + the amino acid precursors of certain amines and decarboxylate them, forming + amines that function as regulators and neurotransmitters. This cell type + produces substances such as epinephrine, norepinephrine, dopamine, serotonin, + enkephalin, somatostatin, neurotensin, and substance P, the actions of which + may affect contiguous cells, nearby groups of cells, or distant cells, thus + functioning as local or systemic hormones. The name is an acronym for amine + precursor uptake and decarboxylation cell. + meaning: CL:0000568 + title: amine precursor uptake and decarboxylation cell + CL:0002642: + text: CL:0002642 + description: An epithelial cell of the esophageal cardiac gland that occurs + both in the proximal and distal esophagus, within the lamina propia. + meaning: CL:0002642 + title: epithelial cell of esophageal cardiac gland + CL:0002349: + text: CL:0002349 + description: A natural killer cell that is CD27-high and CD11b-low. + meaning: CL:0002349 + title: CD27-high, CD11b-low natural killer cell, mouse + CL:0002522: + text: CL:0002522 + description: A renal filtration cell is a specialized cell of the renal system + that filter fluids by charge, size or both. + meaning: CL:0002522 + title: renal filtration cell + CL:0002501: + text: CL:0002501 + description: A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive + intestinal polypeptide. + meaning: CL:0002501 + title: type D1 enteroendocrine cell + CL:0000817: + text: CL:0000817 + description: A precursor B cell is a B cell with the phenotype CD10-positive. + meaning: CL:0000817 + title: precursor B cell + CL:0000429: + text: CL:0000429 + description: A columnar epithelial cell that is part of an insect imaginal + disc. + meaning: CL:0000429 + title: imaginal disc cell + CL:1001431: + text: CL:1001431 + description: Any renal principal cell that is part of some collecting duct + of renal tubule. + meaning: CL:1001431 + title: kidney collecting duct principal cell + CL:0002567: + text: CL:0002567 + description: A melanocyte that appears lighter in color. + meaning: CL:0002567 + title: light melanocyte + CL:0000853: + text: CL:0000853 + description: Olfactory epithelial support cell is a columnar cell that extends + from the epithelial free margin to the basement membrane of the olfactory + epithelium. This cell type has a large, vertically, elongate, euchromatic + nucleus, along with other nuclei, forms a layer superficial to the cell + body of the receptor cell; sends long somewhat irregular microvilli into + the mucus layer; at the base, with expanded end-feet containing numerous + lamellated dense bodies resembling lipofuscin of neurons. + meaning: CL:0000853 + title: olfactory epithelial supporting cell + CL:0002217: + text: CL:0002217 + description: A trophoblast that leaves the placenta and invades the endometrium + and myometrium. This cell type is crucial in increasing blood flow to the + fetus. + meaning: CL:0002217 + title: intermediate trophoblast cell + CL:4023062: + text: CL:4023062 + description: A neuron with its soma located in the dentate gyrus of the hippocampus. + meaning: CL:4023062 + title: dentate gyrus neuron + CL:1000281: + text: CL:1000281 + description: A smooth muscle cell that is part of the cecum. + meaning: CL:1000281 + title: smooth muscle cell of cecum + CL:0002368: + text: CL:0002368 + description: An endo-epithelial cell of the respiratory tract. + meaning: CL:0002368 + title: respiratory epithelial cell + CL:0000749: + text: CL:0000749 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the inner half of the inner plexiform + layer. These cells depolarize in response to light stimulation of their + corresponding photoreceptors. + meaning: CL:0000749 + title: ON-bipolar cell + CL:0002225: + text: CL:0002225 + description: A lens fiber cell that develops from primary lens fiber; located + towards the center of lens; cell organelles are normally degraded or in + the process of being degraded. + meaning: CL:0002225 + title: secondary lens fiber + CL:4030062: + text: CL:4030062 + description: An intratelencephalic-projecting glutamatergic with a soma located + in cortical layer 4/5. + meaning: CL:4030062 + title: L4/5 intratelencephalic projecting glutamatergic neuron + CL:0000334: + text: CL:0000334 + meaning: CL:0000334 + title: vegetative cell (sensu Fungi) + CL:2000006: + text: CL:2000006 + description: Any germinal center B cell that is part of a tonsil. + meaning: CL:2000006 + title: tonsil germinal center B cell + CL:1000335: + text: CL:1000335 + description: An enterocyte that is part of the epithelium of intestinal villus. + meaning: CL:1000335 + title: enterocyte of epithelium of intestinal villus + CL:1000285: + text: CL:1000285 + description: A smooth muscle cell that is part of the sigmoid colon. + meaning: CL:1000285 + title: smooth muscle cell of sigmoid colon + CL:0000043: + text: CL:0000043 + description: A fully differentiated basophil, a granular leukocyte with an + irregularly shaped, pale-staining nucleus that is partially constricted + into two lobes, and with cytoplasm that contains coarse granules of variable + size. Basophils contain vasoactive amines such as histamine and serotonin, + which are released on appropriate stimulation. + meaning: CL:0000043 + title: mature basophil + CL:4042005: + text: CL:4042005 + description: A choroid plexus macrophage that is part of a choroid plexus + stroma. + meaning: CL:4042005 + title: stromal choroid plexus macrophage + CL:0003034: + text: CL:0003034 + description: A monostratified retinal ganglion cell that has a small soma, + an assymetric dendritic field with post synaptic terminals in sublaminar + layer S3. + meaning: CL:0003034 + title: M5 retinal ganglion cell + CL:1000849: + text: CL:1000849 + description: Any epithelial cell of distal tubule that is part of some distal + convoluted tubule. + meaning: CL:1000849 + title: kidney distal convoluted tubule epithelial cell + CL:0007008: + text: CL:0007008 + description: Notochordal cell that is inner portion of the notochord and becomes + vacuolated as development proceeds. + meaning: CL:0007008 + title: notochordal vacuole cell + CL:0000457: + text: CL:0000457 + meaning: CL:0000457 + title: biogenic amine secreting cell + CL:1000317: + text: CL:1000317 + description: A goblet cell that is part of the epithelium of intestinal villus. + meaning: CL:1000317 + title: intestinal villus goblet cell + CL:0000325: + text: CL:0000325 + description: A cell that is specialised to accumulate a particular substance(s). + meaning: CL:0000325 + title: stuff accumulating cell + CL:0011031: + text: CL:0011031 + description: A dendritic cell that develops from a monocyte. + meaning: CL:0011031 + title: monocyte-derived dendritic cell + CL:0010003: + text: CL:0010003 + description: An epithelial cell that is part_of a alveolus of lung. + meaning: CL:0010003 + title: epithelial cell of alveolus of lung + CL:0002417: + text: CL:0002417 + description: An immature or mature cell of the first erythroid lineage to + arise during embryonic development. + meaning: CL:0002417 + title: primitive erythroid lineage cell + CL:0002584: + text: CL:0002584 + description: An epithelial cell of the kidney cortex. + meaning: CL:0002584 + title: renal cortical epithelial cell + CL:1000487: + text: CL:1000487 + description: A smooth muscle cell that is part of the prostate gland. + meaning: CL:1000487 + title: smooth muscle cell of prostate + CL:0000338: + text: CL:0000338 + description: A neural precursor of the central nervous system. + meaning: CL:0000338 + title: neuroblast (sensu Nematoda and Protostomia) + CL:0002183: + text: CL:0002183 + description: A stomach epithelial cell that is olumnar in form with a few + short apical microvilli; relatively undifferentiated mitotic cell from which + other types of gland are derived; few in number, situated in the isthmus + region of the gland and base of the gastric pit. + meaning: CL:0002183 + title: stem cell of gastric gland + CL:0000637: + text: CL:0000637 + description: A cell that stains readily in the anterior pituitary gland. + meaning: CL:0000637 + title: chromophil cell of anterior pituitary gland + CL:0002549: + text: CL:0002549 + description: A fibroblast that is part of the choroid plexus. + meaning: CL:0002549 + title: fibroblast of choroid plexus + CL:0002257: + text: CL:0002257 + description: An epithelial cell of thyroid gland. + meaning: CL:0002257 + title: epithelial cell of thyroid gland + CL:1000296: + text: CL:1000296 + description: An epithelial cell that is part of the urethra. + meaning: CL:1000296 + title: epithelial cell of urethra + CL:4030058: + text: CL:4030058 + description: A macrophage that expresses the T cell receptor complex at the + cell surface. + meaning: CL:4030058 + title: TCR-positive macrophage + CL:1000979: + text: CL:1000979 + description: Any smooth muscle cell that is part of some muscular coat of + ureter. + meaning: CL:1000979 + title: ureter smooth muscle cell + CL:0000939: + text: CL:0000939 + description: A mature natural killer cell that has the phenotype CD56-low, + CD16-positive and which is capable of cytotoxicity and cytokine production. + meaning: CL:0000939 + title: CD16-positive, CD56-dim natural killer cell, human + CL:0000032: + text: CL:0000032 + description: A cell of a platelike structure, especially a thickened plate + of ectoderm in the early embryo, from which a sense organ develops. + meaning: CL:0000032 + title: neuroplacodal cell + CL:0002150: + text: CL:0002150 + description: Epithelioid macrophage is an activated macrophage that resembles + an epithelial cell with finely granular, pale eosinophilic cytoplasm and + central, ovoid nucleus (oval or elongate). This cell type is able to merge + into one another to form aggregates. The presence of such aggregates may + characterize some pathologic conditions, mainly granulomatous inflammation. + meaning: CL:0002150 + title: epithelioid macrophage + CL:0009006: + text: CL:0009006 + description: An enteroendocrine cell that is located in the small intestine. + meaning: CL:0009006 + title: enteroendocrine cell of small intestine + CL:0000579: + text: CL:0000579 + description: A follicle cell that migrates from the anterior pole of the insect + egg chamber to the anterior of the oocyte where they participate in the + formation of the micropyle. + meaning: CL:0000579 + title: border follicle cell + CL:0000217: + text: CL:0000217 + meaning: CL:0000217 + title: insulating cell + CL:0000916: + text: CL:0000916 + description: A mature gamma-delta T cell located in the epidermis that regulates + wound healing. + meaning: CL:0000916 + title: dendritic epidermal T cell + CL:0000406: + text: CL:0000406 + meaning: CL:0000406 + title: CNS short range interneuron + CL:1000405: + text: CL:1000405 + description: An epithelial cell that is part of the appendix. + meaning: CL:1000405 + title: epithelial cell of appendix + CL:1000355: + text: CL:1000355 + description: A M cell that is part of the epithelium proper of small intestine. + meaning: CL:1000355 + title: microfold cell of epithelium proper of small intestine + CL:0000968: + text: CL:0000968 + description: A mature B cell that produces cytokines that can influence CD4 + T cell differentiation. + meaning: CL:0000968 + title: Be cell + CL:0002383: + text: CL:0002383 + description: A uninucleate spore formed on specialized cells or projections, + sterigma, of a conidiophore head. + meaning: CL:0002383 + title: conidium of conidiophore head + CL:4029002: + text: CL:4029002 + description: A gamete-nursing cell that derives from a germline cell (del + Pino, 2021). + meaning: CL:4029002 + title: germline-derived nurse cell + CL:4023088: + text: CL:4023088 + description: A basket cell that is large, and typically ascends to give rise + to many long horizontally and vertically projecting axon collaterals that + traverse neighboring columns and can extend through all cortical layers. + meaning: CL:4023088 + title: large basket cell + CL:4033053: + text: CL:4033053 + description: A bistratfied retinal ganglion cell with a small dendritic field + that has dendrites in the ON and OFF sublamina of the retinal inner plexiform + layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar + and amacrine input to both the OFF and ON dendritic tree. + meaning: CL:4033053 + title: small bistratified retinal ganglion cell + CL:2000046: + text: CL:2000046 + description: Any cardiac muscle cell that is part of a cardiac ventricle. + meaning: CL:2000046 + title: ventricular cardiac muscle cell + CL:4023072: + text: CL:4023072 + description: A cell that is part of the brain vasculature. + meaning: CL:4023072 + title: brain vascular cell + CL:0002236: + text: CL:0002236 + description: A cell that constitutes the basal layer of epithelium in the + prostatic duct. + meaning: CL:0002236 + title: basal epithelial cell of prostatic duct + CL:0000519: + text: CL:0000519 + description: A phagocyte from organisms in the Nematoda or Protostomia clades. + meaning: CL:0000519 + title: phagocyte (sensu Nematoda and Protostomia) + CL:0002670: + text: CL:0002670 + description: An otic fibrocyte that underlies the stria vascularis and is + part of a mesenchymal gap junction network that regulates ionic homeostasis + of the endolymph. + meaning: CL:0002670 + title: type 1 otic fibrocyte + CL:1000480: + text: CL:1000480 + description: A transitional myocyte that is part of the internodal tract. + meaning: CL:1000480 + title: transitional myocyte of internodal tract + CL:1000308: + text: CL:1000308 + description: A fibrocyte that is part of the adventitia of ureter. + meaning: CL:1000308 + title: fibrocyte of adventitia of ureter + CL:0000308: + text: CL:0000308 + meaning: CL:0000308 + title: metal ion accumulating cell + CL:0000422: + text: CL:0000422 + description: A cell whose primary function is to cause growth by stimulating + cell division in its immediate cellular environment. + meaning: CL:0000422 + title: mitogenic signaling cell + CL:4006000: + text: CL:4006000 + description: A fibroblast that is part of the breast. + meaning: CL:4006000 + title: fibroblast of breast + CL:0000182: + text: CL:0000182 + description: The main structural component of the liver. They are specialized + epithelial cells that are organized into interconnected plates called lobules. + Majority of cell population of liver, polygonal in shape, arranged in plates + or trabeculae between sinusoids; may have single nucleus or binucleated. + meaning: CL:0000182 + title: hepatocyte + CL:0002095: + text: CL:0002095 + description: A cell in the hilum of the ovary that produces androgens. + meaning: CL:0002095 + title: hilus cell of ovary + CL:0002398: + text: CL:0002398 + description: An intermediate monocyte that is Gr1-positive, CD43-positive. + meaning: CL:0002398 + title: Gr1-positive, CD43-positive monocyte + CL:0000335: + text: CL:0000335 + description: A mesenchymal cell in embryonic development found in a contracting + mass and that gives rise to osteoprogenitors. + meaning: CL:0000335 + title: mesenchyme condensation cell + CL:1000482: + text: CL:1000482 + description: A myocardial endocrine cell that is part of the interventricular + septum. + meaning: CL:1000482 + title: myocardial endocrine cell of interventricular septum + CL:0019031: + text: CL:0019031 + description: 'Goblet cells reside throughout the length of the small and large + intestine and are responsible for the production and maintenance of the + protective mucus blanket by synthesizing and secreting high-molecular-weight + glycoproteins known as mucins. Human intestinal goblet cells secrete the + MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, + AGR2, ZG16, and TFF3.' + meaning: CL:0019031 + title: intestine goblet cell + CL:0002030: + text: CL:0002030 + description: A lineage negative, Sca1-negative basophil progenitor cell that + is Fc epsilon RIalpha-high. + meaning: CL:0002030 + title: Fc-epsilon RIalpha-high basophil progenitor cell + CL:0002582: + text: CL:0002582 + description: A preadipocyte that is part of visceral tissue. + meaning: CL:0002582 + title: visceral preadipocyte + CL:0002440: + text: CL:0002440 + description: A NK1.1-positive T cell that is Ly49D-positive. + meaning: CL:0002440 + title: Ly49D-positive natural killer cell, mouse + CL:1001509: + text: CL:1001509 + description: The neurons that utilize glycine as a neurotransmitter. + meaning: CL:1001509 + title: glycinergic neuron + CL:0002428: + text: CL:0002428 + description: A double-positive thymocyte that is large (i.e. has a high forward + scatter signal in flow cytometry) and is actively proliferating. + meaning: CL:0002428 + title: double-positive blast + CL:0002453: + text: CL:0002453 + description: A progenitor cell of the central nervous system that can differentiate + into oligodendrocytes or type-2 astrocytes. This cell originates from multiple + structures within the developing brain including the medial ganglion eminence + and the lateral ganglionic eminence. These cells migrate throughout the + central nervous system and persist into adulthood where they play an important + role in remyelination of injured neurons. + meaning: CL:0002453 + title: oligodendrocyte precursor cell + CL:0000488: + text: CL:0000488 + description: A photoreceptor cell that detects visible light. + meaning: CL:0000488 + title: visible light photoreceptor cell + CL:1000090: + text: CL:1000090 + description: Any epithelial cell that is part of some pronephric nephron tubule. + meaning: CL:1000090 + title: pronephric nephron tubule epithelial cell + CL:0004126: + text: CL:0004126 + description: A retinal ganglion cell C outer that has symmetrical and dense + dendritic dendritic tree with a large dendritic field. + meaning: CL:0004126 + title: retinal ganglion cell C2 outer + CL:0002159: + text: CL:0002159 + description: Epithelial cells derived from general body ectoderm and ectoderm + placodes. + meaning: CL:0002159 + title: general ecto-epithelial cell + CL:0000096: + text: CL:0000096 + description: A fully differentiated neutrophil, a granular leukocyte having + a nucleus with three to five lobes connected by slender threads, and cytoplasm + containing fine inconspicuous granules and stainable by neutral dyes. They + are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life + of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, + CD43-positive, CD181-positive, and CD182-positive. + meaning: CL:0000096 + title: mature neutrophil + CL:0000872: + text: CL:0000872 + description: A splenic macrophage found in the marginal zone of the spleen, + involved in recognition and clearance of particulate material from the splenic + circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, + SIGN-R1-positive, and Dectin2-positive. + meaning: CL:0000872 + title: splenic marginal zone macrophage + CL:0002201: + text: CL:0002201 + description: A renal intercalated cell that secretes base and reabsorbs acid + in the distal segments of the kidney tubule to maintain acid/base balance. + meaning: CL:0002201 + title: renal beta-intercalated cell + CL:0000244: + text: CL:0000244 + description: A cell characteristically found lining hollow organs that are + subject to great mechanical change due to contraction and distention; originally + thought to represent a transition between stratified squamous and columnar + epithelium. + meaning: CL:0000244 + title: transitional epithelial cell + CL:4033002: + text: CL:4033002 + description: A(n) neuroendocrine cell that is part of a(n) epithelium of crypt + of Lieberkuhn. + meaning: CL:4033002 + title: neuroendocrine cell of epithelium of crypt of Lieberkuhn + CL:1000606: + text: CL:1000606 + description: Any neuron that has its soma located in some kidney. + meaning: CL:1000606 + title: kidney nerve cell + CL:4033059: + text: CL:4033059 + description: A lactocyte that highly expresses genes associated with transcription, + immune cell function, and cellular stress. A lactocyte type 1 also expresses + genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit + at lower levels than a lactocyte type 2. + meaning: CL:4033059 + title: lactocyte type 1 + CL:0003039: + text: CL:0003039 + description: A monostratified retinal ganglion cell with large soma and medium + dendritic field, with dense dendritic arbor. + meaning: CL:0003039 + title: M8 retinal ganglion cell + CL:0000871: + text: CL:0000871 + description: A secondary lymphoid organ macrophage found in the spleen. + meaning: CL:0000871 + title: splenic macrophage + CL:0000353: + text: CL:0000353 + description: An undifferentiated cell produced by early cleavages of the fertilized + egg (zygote). + meaning: CL:0000353 + title: blastoderm cell + CL:0002074: + text: CL:0002074 + description: The myoendocrine cellis a specialized myocyte localized mainly + in the right and left atrial appendages, and also scattered within other + areas of the atria and along the conductive system in the ventricular septum. + The most conspicuous feature distinguishing myoendocrine cells from other + atrial myoctyes is the presence of membane-bounded secretory granules (these + granules contain precursor of cardiodilatins or atrial natriuretic polypeptides). + meaning: CL:0002074 + title: myocardial endocrine cell + CL:0002614: + text: CL:0002614 + description: A neuron of the substantia nigra. + meaning: CL:0002614 + title: neuron of the substantia nigra + CL:0000716: + text: CL:0000716 + description: A crystal cell that derives from the larval lymph gland. + meaning: CL:0000716 + title: lymph gland crystal cell + CL:0012001: + text: CL:0012001 + description: A CNS neuron of the forebrain. + meaning: CL:0012001 + title: neuron of the forebrain + CL:0002266: + text: CL:0002266 + description: A type D cell of the small intestine. + meaning: CL:0002266 + title: type D cell of small intestine + CL:0000126: + text: CL:0000126 + description: A neuroglial cell of ectodermal origin, i.e., the astrocytes + and oligodendrocytes considered together. + meaning: CL:0000126 + title: macroglial cell + CL:0002652: + text: CL:0002652 + description: A venule endothelial cell that is cubodial, expresses leukocyte-specific + receptors, and allows for passage of lymphocytes into bloodstream. + meaning: CL:0002652 + title: endothelial cell of high endothelial venule + CL:0000547: + text: CL:0000547 + description: An immature, nucleated erythrocyte occupying the stage of erythropoeisis + that follows formation of erythroid progenitor cells. This cell is CD71-positive, + has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers. + meaning: CL:0000547 + title: proerythroblast + CL:0000737: + text: CL:0000737 + description: Muscle cell which has as its direct parts myofilaments organized + into sarcomeres. + meaning: CL:0000737 + title: striated muscle cell + CL:4023042: + text: CL:4023042 + description: A corticothalamic-projecting neuron with a soma found in cortical + layer 6. + meaning: CL:4023042 + title: L6 corticothalamic-projecting glutamatergic cortical neuron + CL:1001127: + text: CL:1001127 + description: Any vasa recta cell that is part of some outer renal medulla + vasa recta. + meaning: CL:1001127 + title: outer renal medulla vasa recta cell + CL:0008013: + text: CL:0008013 + description: A visceromotor motor neuron whose soma is located in the hindbrain, + and which synapses to parasympathetic neurons that innervate tear glands, + sweat glands, and the smooth muscles of the head. + meaning: CL:0008013 + title: cranial visceromotor neuron + CL:0002578: + text: CL:0002578 + description: A preadipocyte found in mesenteric tissue. + meaning: CL:0002578 + title: mesenteric preadipocyte + CL:0009086: + text: CL:0009086 + description: An endothelial cell that is part of a respiratory system lymphatic + vessel. + meaning: CL:0009086 + title: endothelial cell of respiratory system lymphatic vessel + CL:0000177: + text: CL:0000177 + description: Any secretory cell that is capable of some testosterone secretion. + meaning: CL:0000177 + title: testosterone secreting cell + CL:0002643: + text: CL:0002643 + description: An epithelial cell of stratum corneum of esophageal epithelium + that lacks keratin. + meaning: CL:0002643 + title: nonkeratinized cell of stratum corneum of esophageal epithelium + CL:0002022: + text: CL:0002022 + description: An enucleate erythrocyte that is Lyg-76-high. + meaning: CL:0002022 + title: Ly-76 high positive erythrocyte + CL:0002632: + text: CL:0002632 + description: Any epithelial cell that is part of some lower respiratory tract + epithelium. + meaning: CL:0002632 + title: epithelial cell of lower respiratory tract + CL:0000055: + text: CL:0000055 + description: A precursor cell with a limited number of potential fates. + meaning: CL:0000055 + title: non-terminally differentiated cell + CL:0002535: + text: CL:0002535 + description: An epithelial cell of the cervix. + meaning: CL:0002535 + title: epithelial cell of cervix + CL:2000091: + text: CL:2000091 + description: Any microvascular endothelial cell that is part of a endometrial + blood vessel. + meaning: CL:2000091 + title: endometrial microvascular endothelial cell + CL:0000251: + text: CL:0000251 + meaning: CL:0000251 + title: extramedullary cell + CL:0001016: + text: CL:0001016 + description: Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001016 + title: immature CD1a-positive Langerhans cell + CL:1001587: + text: CL:1001587 + description: Glandular cell of uterine cervix epithelium. + meaning: CL:1001587 + title: uterine cervix glandular cell + CL:0002162: + text: CL:0002162 + description: An extremely flattened cell type found on the inner side of the + tympanic membrane. The surface of this cell type carries sparse pleomorphic + microvilli that are more common near the junctional zones. + meaning: CL:0002162 + title: internal epithelial cell of tympanic membrane + CL:0002576: + text: CL:0002576 + description: 'A glial cell that is part of the perineurium. This cell type + has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments + of external lamina and/or external lamina-like material, attachment plaques, + and desmosome-like junctions. Perineurial cells historically have been referred + to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial + cell: does not have a compact nucleus and large endoplasmic reticulum; does + have a double basement membrane opposed to a single basal lamina; is carefully + joined to other perineurial cells by tight junctions into a single sheet + as opposed to arranged in a large mass; and finally, can surround a small + axon bundle at a nerve terminal whereas a fibroblast cannot.' + meaning: CL:0002576 + title: perineurial cell + CL:0000624: + text: CL:0000624 + description: A mature alpha-beta T cell that expresses an alpha-beta T cell + receptor and the CD4 coreceptor. + meaning: CL:0000624 + title: CD4-positive, alpha-beta T cell + CL:0000523: + text: CL:0000523 + description: A cell from the inner layer of the trophoblast of the early mammalian + embryo that gives rise to the outer surface and villi of the chorion. Mononuclear + crytoblasts fuse to give rise to a multinuclear cytotrophoblast. + meaning: CL:0000523 + title: mononuclear cytotrophoblast cell + CL:0002151: + text: CL:0002151 + description: A promyelocyte that is considerably smaller, with more condensed + chromatin, and nucleoli are no longer conspicuous. + meaning: CL:0002151 + title: late promyelocyte + CL:4023090: + text: CL:4023090 + description: A basket cell with axonal arbors composed of frequent, short, + curvy axonal branches that tend to be near their somata and within the same + layer. + meaning: CL:4023090 + title: small basket cell + CL:4023032: + text: CL:4023032 + meaning: CL:4023032 + title: ON retinal ganglion cell + CL:1000353: + text: CL:1000353 + description: A M cell that is part of the epithelium of small intestine. + meaning: CL:1000353 + title: microfold cell of epithelium of small intestine + CL:0000256: + text: CL:0000256 + meaning: CL:0000256 + title: uric acid accumulating cell + CL:0010004: + text: CL:0010004 + description: A mononuclear cell that is part_of a bone marrow. + meaning: CL:0010004 + title: mononuclear cell of bone marrow + CL:0003031: + text: CL:0003031 + description: A monostratified retinal ganglion cell that has post synaptic + terminals in sublaminar layer S4 and is depolarized by illumination of its + receptive field center. + meaning: CL:0003031 + title: M3-ON retinal ganglion cell + CL:2000032: + text: CL:2000032 + description: A neuron that is part of a peripheral nervous system. + meaning: CL:2000032 + title: peripheral nervous system neuron + CL:0000428: + text: CL:0000428 + meaning: CL:0000428 + title: yolk cell + CL:0005000: + text: CL:0005000 + description: A CNS interneuron located in the spinal cord. + meaning: CL:0005000 + title: spinal cord interneuron + CL:0000836: + text: CL:0000836 + description: A precursor in the granulocytic series, being a cell intermediate + in development between a myeloblast and myelocyte, that has distinct nucleoli, + a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary + cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, + CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma + Fc region receptor III-negative, and CD24-negative. + meaning: CL:0000836 + title: promyelocyte + CL:1001106: + text: CL:1001106 + description: "An epithelial cell that is part of some loop of Henle thick\ + \ ascending limb. It is known in some mammalian species that this cell may\ + \ express the Na+-K+-2Cl\u2212\_cotransporter (NKCC2) apically." + meaning: CL:1001106 + title: kidney loop of Henle thick ascending limb epithelial cell + CL:0000467: + text: CL:0000467 + description: A peptide hormone secreting cell that produces adrenocorticotropin, + or corticotropin. + meaning: CL:0000467 + title: adrenocorticotropic hormone secreting cell + CL:0000431: + text: CL:0000431 + description: A pigment cell derived from the neural crest. The cell contains + flat light-reflecting platelets, probably of guanine, in stacks called reflecting + platelets or iridisomes. The color-generating components produce a silver, + gold, or iridescent color. + meaning: CL:0000431 + title: iridophore + CL:0002390: + text: CL:0002390 + description: A blastoconidium that has only one nucleus. + meaning: CL:0002390 + title: uninucleate blastconidium + CL:4033035: + text: CL:4033035 + description: An ON bipolar cell that has large dendritic and axonal fields. + meaning: CL:4033035 + title: giant bipolar cell + CL:0000614: + text: CL:0000614 + description: A basophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte; + in this stage, production of primary granules is complete and basophil-specific + granules has started. No nucleolus is present. Markers are being integrin + alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, + aminopeptidase N-positive. + meaning: CL:0000614 + title: basophilic myelocyte + CL:0000080: + text: CL:0000080 + description: A cell which moves among different tissues of the body, via blood, + lymph, or other medium. + meaning: CL:0000080 + title: circulating cell + CL:0002439: + text: CL:0002439 + description: A NK1.1-positive T cell that is NKGA2-positive. + meaning: CL:0002439 + title: NKGA2-positive natural killer cell, mouse + CL:4033003: + text: CL:4033003 + description: A(n) myoepithelial cell that is part of a(n) bronchus submucosal + gland. + meaning: CL:4033003 + title: myoepithelial cell of bronchus submucosal gland + CL:0000512: + text: CL:0000512 + description: A paracrine cell is a secretory cell that secretes an agonist + into intercellular spaces in which it diffuses to a target cell other than + that which produced it. + meaning: CL:0000512 + title: paracrine cell + CL:0009029: + text: CL:0009029 + description: A mesothelial cell that is located in a vermiform appendix. + meaning: CL:0009029 + title: mesothelial cell of appendix + CL:0000478: + text: CL:0000478 + description: A peptide hormone secreting cell that secretes oxytocin stimulating + hormone + meaning: CL:0000478 + title: oxytocin stimulating hormone secreting cell + CL:0004001: + text: CL:0004001 + description: An interneuron whose axon stays entirely within the gray matter + region where the cell body resides. + meaning: CL:0004001 + title: local interneuron + CL:0000797: + text: CL:0000797 + description: A mature alpha-beta T cell of the columnar epithelium of the + gastrointestinal tract. Intraepithelial T cells often have distinct developmental + pathways and activation requirements. + meaning: CL:0000797 + title: alpha-beta intraepithelial T cell + CL:0005021: + text: CL:0005021 + description: Mesenchymal derived lymphatic progenitor cells that give rise + to the superficial lymphatics. + meaning: CL:0005021 + title: mesenchymal lymphangioblast + CL:1000338: + text: CL:1000338 + description: An enterocyte that is part of the epithelium of crypt of Lieberkuhn + of small intestine. + meaning: CL:1000338 + title: enterocyte of epithelium of crypt of Lieberkuhn of small intestine + CL:0000746: + text: CL:0000746 + description: Cardiac muscle cells are striated muscle cells that are responsible + for heart contraction. In mammals, the contractile fiber resembles those + of skeletal muscle but are only one third as large in diameter, are richer + in sarcoplasm, and contain centrally located instead of peripheral nuclei. + meaning: CL:0000746 + title: cardiac muscle cell + CL:0000958: + text: CL:0000958 + description: A transitional stage B cell that migrates from the bone marrow + into the peripheral circulation, and finally to the spleen. This cell type + has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, + CD23-negative, and CD62L-negative, and CD93-positive. This cell type has + also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, + and CD23-negative. + meaning: CL:0000958 + title: T1 B cell + CL:0002433: + text: CL:0002433 + description: A CD4-positive, CD8-negative thymocyte that expresses high levels + of the alpha-beta T cell receptor and is CD69-positive. + meaning: CL:0002433 + title: CD69-positive, CD4-positive single-positive thymocyte + CL:0000890: + text: CL:0000890 + description: An elicited macrophage characterized by low production of pro-inflammatory + and Th1 polarizing cytokines and high expression of arginase-1, and associated + with tissue remodelling. + meaning: CL:0000890 + title: alternatively activated macrophage + CL:0000169: + text: CL:0000169 + description: A cell that secretes insulin and is located towards the center + of the islets of Langerhans. + meaning: CL:0000169 + title: type B pancreatic cell + CL:4023063: + text: CL:4023063 + description: An interneuron that is derived from the medial ganglionic eminence. + meaning: CL:4023063 + title: medial ganglionic eminence derived interneuron + CL:0001003: + text: CL:0001003 + description: Mature CD8_alpha-negative CD11b-positive dendritic cell is a + CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001003 + title: mature CD8_alpha-negative CD11b-positive dendritic cell + CL:4033046: + text: CL:4033046 + description: A midget ganglion cell that depolarizes in response to increased + light intensity in the center of its receptive field. The majority of input + that this cell receives comes from invaginating midget bipolar cells. + meaning: CL:4033046 + title: ON midget ganglion cell + CL:0008019: + text: CL:0008019 + description: A non-polarised cell precursor cell that is part of some mesenchyme, + is associated with the cell matrix but is not connected to other cells and + is capable of migration. + meaning: CL:0008019 + title: mesenchymal cell + CL:0002275: + text: CL:0002275 + description: A PP cell located in the islets of the pancreas. + meaning: CL:0002275 + title: pancreatic PP cell + CL:0002548: + text: CL:0002548 + description: A fibroblast that is part of the heart. + meaning: CL:0002548 + title: fibroblast of cardiac tissue + CL:0000732: + text: CL:0000732 + meaning: CL:0000732 + title: amoeboid cell + CL:4023164: + text: CL:4023164 + description: A bushy cell that receives a large number of medium-sized synapses, + called modified endbulbs. Globular bushy cells extend to the superior olive + on both sides of the brainstem where they give input to the bipolar neurons. + meaning: CL:4023164 + title: globular bushy cell + CL:0004221: + text: CL:0004221 + description: A flag amacrine cell with post-synaptic terminals in S2 and S3. + This cell type releases the neurotransmitter glycine. + meaning: CL:0004221 + title: flag A amacrine cell + CL:4033028: + text: CL:4033028 + description: An OFF diffuse bipolar cell that predominantly connects to ON + parasol cells and lateral amacrine cells. This cell contains a large number + of synaptic ribbons and a small axon arbor area. + meaning: CL:4033028 + title: diffuse bipolar 2 cell + CL:4030054: + text: CL:4030054 + description: A DRD1-expressing medium spiny neuron that is part of dense, + RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and + near the adjacent septal nuclei. + meaning: CL:4030054 + title: RXFP1-positive interface island D1-medium spiny neuron + CL:0002322: + text: CL:0002322 + description: A stem cell of embryonic origin. + meaning: CL:0002322 + title: embryonic stem cell + CL:0000451: + text: CL:0000451 + description: A cell of hematopoietic origin, typically resident in particular + tissues, specialized in the uptake, processing, and transport of antigens + to lymph nodes for the purpose of stimulating an immune response via T cell + activation. These cells are lineage negative (CD3-negative, CD19-negative, + CD34-negative, and CD56-negative). + meaning: CL:0000451 + title: dendritic cell + CL:4023016: + text: CL:4023016 + description: A GABAergic neuron located in the cerebral cortex that expresses + vasoactive intestinal polypeptide + meaning: CL:4023016 + title: vip GABAergic cortical interneuron + CL:0009073: + text: CL:0009073 + description: A thymic medullary epithelial cell considered to be a post-AIRE + cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs + within Hassall's Corpuscles. + meaning: CL:0009073 + title: medullary thymic epithelial cell type 3 + CL:1000282: + text: CL:1000282 + description: A smooth muscle cell that is part of the ascending colon. + meaning: CL:1000282 + title: smooth muscle fiber of ascending colon + CL:1000315: + text: CL:1000315 + description: A goblet cell that is part of the epithelium of principal gastric + gland. + meaning: CL:1000315 + title: principal gastric gland goblet cell + CL:0000536: + text: CL:0000536 + description: A secondary neuron (sensu Teleostei) that has a motor function. + meaning: CL:0000536 + title: secondary motor neuron (sensu Teleostei) + CL:0011024: + text: CL:0011024 + description: A double negative thymocyte that is CD3-positive, CD4-negative, + CD8-negative, that that are present in the periphery in very low numbers + and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, + but not IL-2, IL-4, IL-10 or IL-13 upon activation. + meaning: CL:0011024 + title: double negative T regulatory cell + CL:0002148: + text: CL:0002148 + description: A cell found within the dental pulp. + meaning: CL:0002148 + title: dental pulp cell + CL:0000530: + text: CL:0000530 + description: A neuron that develops during the early segmentation stages in + teleosts, before the neural tube is formed. + meaning: CL:0000530 + title: primary neuron (sensu Teleostei) + CL:0000439: + text: CL:0000439 + description: A peptide hormone cell that secretes prolactin. + meaning: CL:0000439 + title: prolactin secreting cell + CL:0002409: + text: CL:0002409 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain that does not contain the Vgamma2 segment, and a delta chain. This + cell type is CD4-negative, CD8-negative and CD24-negative. + meaning: CL:0002409 + title: mature Vgamma2-negative thymocyte + CL:1001210: + text: CL:1001210 + description: Any vasa recta ascending limb cell that is part of some outer + medulla vasa recta ascending limb. + meaning: CL:1001210 + title: outer medulla vasa recta ascending limb cell + CL:0002221: + text: CL:0002221 + description: A squamous cell that has keratin in the esophagus. + meaning: CL:0002221 + title: keratinized squamous cell of esophagus + CL:0003020: + text: CL:0003020 + description: A retinal ganglion cell C that has post-synaptic terminals in + S2. + meaning: CL:0003020 + title: retinal ganglion cell C outer + CL:1000489: + text: CL:1000489 + description: A reticular cell that is part of the splenic cord. + meaning: CL:1000489 + title: reticular cell of splenic cord + CL:0000376: + text: CL:0000376 + meaning: CL:0000376 + title: humidity receptor cell + CL:0009000: + text: CL:0009000 + description: A sensory neuron of the spinal nerve that senses body position + and sends information about how much the muscle is stretched to the spinal + cord. + meaning: CL:0009000 + title: sensory neuron of spinal nerve + CL:0000757: + text: CL:0000757 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The axon terminal is restricted to sublamina 3 of the inner + plexiform layer. It is narrowly stratified and branched. The dendritic tree + has many delicate branches. + meaning: CL:0000757 + title: type 5 cone bipolar cell (sensu Mus) + CL:0002012: + text: CL:0002012 + description: A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive. + meaning: CL:0002012 + title: Kit-low proerythroblast + CL:0000794: + text: CL:0000794 + description: A CD8-positive, alpha-beta T cell that is capable of killing + target cells in an antigen specific manner with the phenotype perforin-positive + and granzyme B-positive. + meaning: CL:0000794 + title: CD8-positive, alpha-beta cytotoxic T cell + CL:0000223: + text: CL:0000223 + description: A cell of the inner of the three germ layers of the embryo. + meaning: CL:0000223 + title: endodermal cell + CL:0000134: + text: CL:0000134 + description: A connective tissue cell that normally gives rise to other cells + that are organized as three-dimensional masses. In humans, this cell type + is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, + and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, + myocytes, neurons, or chondroblasts in vitro. Originally described as residing + in the bone marrow, this cell type is now known to reside in many, if not + all, adult organs. + meaning: CL:0000134 + title: mesenchymal stem cell + CL:1000307: + text: CL:1000307 + description: A fibroblast that is part of the dense regular elastic tissue. + meaning: CL:1000307 + title: fibroblast of dense regular elastic tissue + CL:0000971: + text: CL:0000971 + description: An IgM memory B cell is an unswitched memory B cell with the + phenotype IgM-positive and IgD-negative. + meaning: CL:0000971 + title: IgM memory B cell + CL:0011009: + text: CL:0011009 + description: A plasmatocyte derived from the embryonic head mesoderm. + meaning: CL:0011009 + title: embryonic plasmatocyte + CL:0000462: + text: CL:0000462 + description: A cell of mesodermal origin that is closely associated with the + epithelium of an imaginal disc. It is a precursor of some of the insect's + adult muscles. + meaning: CL:0000462 + title: adepithelial cell + CL:0001065: + text: CL:0001065 + description: A lymphocyte that lacks characteristic T cell, B cell, myeloid + cell, and dendritic cell markers, that functions as part of the innate immune + response to produce cytokines and other effector responses. + meaning: CL:0001065 + title: innate lymphoid cell + CL:0000997: + text: CL:0000997 + description: Immature CD8_alpha-negative CD11b-positive dendritic cell is + a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0000997 + title: immature CD8_alpha-negative CD11b-positive dendritic cell + CL:0003028: + text: CL:0003028 + description: A monostratified retinal ganglion cell that has a small dendrite + field with a dense dendrite arbor with post synaptic terminals in sublaminer + layer S4. + meaning: CL:0003028 + title: M1 retinal ganglion cell + CL:0000854: + text: CL:0000854 + description: Interneuromast cell is a neuroectodermal cell deposited by the + migrating lateral line primordium between the neuromasts. Interneuromast + cells proliferate and migrate to form additional neuromasts. + meaning: CL:0000854 + title: interneuromast cell + CL:0002333: + text: CL:0002333 + description: An adipocyte derived from a neural crest cell. + meaning: CL:0002333 + title: neural crest derived adipocyte + CL:0002616: + text: CL:0002616 + description: An adipocyte of perirenal fat tissue. + meaning: CL:0002616 + title: perirenal adipocyte + CL:0007012: + text: CL:0007012 + description: Odontoblast that non-terminally differentiated, located in the + odontogenic papilla and dentine tissue, and transforms from a odontoblast + cell. + meaning: CL:0007012 + title: non-terminally differentiated odontoblast + CL:1000083: + text: CL:1000083 + meaning: CL:1000083 + title: stratified keratinized epithelial stem cell + CL:0002415: + text: CL:0002415 + description: A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive. + meaning: CL:0002415 + title: immature Vgamma1.1-positive, Vdelta6.3-positive thymocyte + CL:2000062: + text: CL:2000062 + description: Any capillary endothelial cell that is part of a placenta. + meaning: CL:2000062 + title: placental villus capillary endothelial cell + CL:1001221: + text: CL:1001221 + description: Any smooth muscle cell that is part of some kidney arcuate vein. + meaning: CL:1001221 + title: arcuate vein smooth muscle cell + CL:4030053: + text: CL:4030053 + description: A DRD1-expressing, medium spiny neuron-like granule cell that + is part of an Island of Calleja. + meaning: CL:4030053 + title: Island of Calleja granule cell + CL:0001027: + text: CL:0001027 + description: CD7-negative lymphoid progenitor cell is a lymphoid progenitor + cell that is CD34-positive, CD7-negative and CD45RA-negative. + meaning: CL:0001027 + title: CD7-negative lymphoid progenitor cell + CL:4030055: + text: CL:4030055 + description: A urothelial cell that is part of the regenerative layer(s) of + cells directly superficial to basal cells in urothelium. The layer of intermediate + cells in the urothelium ranges from one to several layers thick depending + on the species with intermediate cells attached to adjacent cell layers + and one another via desmosomes. + meaning: CL:4030055 + title: intermediate cell of urothelium + CL:2000060: + text: CL:2000060 + description: A trophoblast of placental villi. These cells fuse to form synctial trophoplast + - the placental side of the interface between the placenta and maternal + blood sinusoids in the decidua. + meaning: CL:2000060 + title: placental villous trophoblast + CL:1000682: + text: CL:1000682 + description: A cell that is part of an interstitum of a renal medulla. + meaning: CL:1000682 + title: kidney medulla interstitial cell + CL:1000291: + text: CL:1000291 + description: A muscle cell that is part of the posterior internodal tract. + meaning: CL:1000291 + title: myocyte of posterior internodal tract + CL:0009108: + text: CL:0009108 + description: A lymphatic endothelial cell located in the subcapsular sinus + floor of a lymph node. In human, it's characterized by a unique marker expression + (TNFRSF9+). + meaning: CL:0009108 + title: lymphatic endothelial cell of subcapsular sinus floor + CL:1000301: + text: CL:1000301 + description: A fibroblast that is part of the subepithelial connective tissue + of prostatic gland. + meaning: CL:1000301 + title: fibroblast of subepithelial connective tissue of prostatic gland + CL:0009065: + text: CL:0009065 + description: An intestinal tuft cell that is located in the anorectum. + meaning: CL:0009065 + title: tuft cell of anorectum + CL:0000681: + text: CL:0000681 + description: A cell present in the developing CNS. Functions as both a precursor + cell and as a scaffold to support neuronal migration. + meaning: CL:0000681 + title: radial glial cell + CL:0002593: + text: CL:0002593 + description: A smooth muscle of the internal thoracic artery. + meaning: CL:0002593 + title: smooth muscle cell of the internal thoracic artery + CL:4023112: + text: CL:4023112 + description: An afferent neuron of the vestibular system that innervate the + base of the hair cell and increase or decrease their neural firing rate + as the receptor cell is excited or inhibited. + meaning: CL:4023112 + title: vestibular afferent neuron + CL:0002023: + text: CL:0002023 + description: A megakaroycotye progenitor cell that is CD34-positive, CD41-positive + and CD42-positive on the cell surface. + meaning: CL:0002023 + title: CD34-positive, CD41-positive, CD42-positive megakaryocyte progenitor + cell + CL:0000458: + text: CL:0000458 + description: A cell type that secretes 5-Hydroxytryptamine (serotonin). + meaning: CL:0000458 + title: serotonin secreting cell + CL:0002029: + text: CL:0002029 + description: A lineage-negative, Kit-positive, CD45-positive mast cell progenitor + that is Fc-epsilon RIalpha-low. + meaning: CL:0002029 + title: Fc-epsilon RIalpha-low mast cell progenitor + CL:0000178: + text: CL:0000178 + description: A Leydig cell is a testosterone-secreting cell in the interstitial + area, between the seminiferous tubules, in the testis. + meaning: CL:0000178 + title: Leydig cell + CL:1000804: + text: CL:1000804 + description: A kidney cell that is part of an interstitial compartment of + an outer renal medulla. + meaning: CL:1000804 + title: kidney outer medulla interstitial cell + CL:0000384: + text: CL:0000384 + meaning: CL:0000384 + title: ligament cell + CL:1000497: + text: CL:1000497 + description: A cell that is part of a kidney. + meaning: CL:1000497 + title: kidney cell + CL:0000949: + text: CL:0000949 + description: A plasmablast that secretes IgD, and which occur in a small proportion + of B cells in the adult. + meaning: CL:0000949 + title: IgD plasmablast + CL:0011019: + text: CL:0011019 + description: A mesothelial cell that is part of the epicardium. + meaning: CL:0011019 + title: mesothelial cell of epicardium + CL:0000469: + text: CL:0000469 + description: A neural progenitor cell that is the daughter of a neuroblast + (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, + glia and (occasionally) epithelial cells. + meaning: CL:0000469 + title: ganglion mother cell + CL:4030060: + text: CL:4030060 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 2. + meaning: CL:4030060 + title: L2 intratelencephalic projecting glutamatergic neuron + CL:4030003: + text: CL:4030003 + description: A cell that makes up the loose connective tissue of the thymus. + meaning: CL:4030003 + title: interstitial cell of thymus + CL:0002471: + text: CL:0002471 + description: Gr1-low non-classical monocyte that lacks expression of a MHC-II + complex. + meaning: CL:0002471 + title: MHC-II-negative non-classical monocyte + CL:2000042: + text: CL:2000042 + description: Any fibroblast that is part of a embryo. + meaning: CL:2000042 + title: embryonic fibroblast + CL:0000346: + text: CL:0000346 + description: A specialized mesenchymal cell that resides in the dermal papilla + located at the bottom of hair follicles. This cell plays a pivotal roles + in hair formation, growth, and cycling. + meaning: CL:0000346 + title: hair follicle dermal papilla cell + CL:1001571: + text: CL:1001571 + description: A pyramidal neuron with a soma found in the hippocampus. + meaning: CL:1001571 + title: hippocampal pyramidal neuron + CL:0002463: + text: CL:0002463 + description: An adipose dendritic cell that is SIRPa-positive. + meaning: CL:0002463 + title: SIRPa-positive adipose dendritic cell + CL:0000415: + text: CL:0000415 + description: A cell whose nucleus has two haploid genomes. + meaning: CL:0000415 + title: diploid cell + CL:0002507: + text: CL:0002507 + description: A dermal dendritic cell isolated from skin draining lymph nodes + that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative. + meaning: CL:0002507 + title: langerin-positive lymph node dendritic cell + CL:0000210: + text: CL:0000210 + description: A cell specialized to detect and transduce light. + meaning: CL:0000210 + title: photoreceptor cell + CL:0002036: + text: CL:0002036 + description: A hematopoietic progenitor that has some limited self-renewal + capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive. + meaning: CL:0002036 + title: Slamf1-positive multipotent progenitor cell + CL:1000361: + text: CL:1000361 + description: A transitional myocyte that is part of the interatrial septum. + meaning: CL:1000361 + title: transitional myocyte of interatrial septum + CL:0000101: + text: CL:0000101 + description: Any neuron having a sensory function; an afferent neuron conveying + sensory impulses. + meaning: CL:0000101 + title: sensory neuron + CL:1001220: + text: CL:1001220 + description: Any endothelial cell that is part of some kidney arcuate vein. + meaning: CL:1001220 + title: arcuate vein endothelial cell + CL:0003033: + text: CL:0003033 + description: A monostratified retinal ganglion cell that has a large soma, + a medium dendritic field with post synaptic terminals in sublaminar layer + S3. + meaning: CL:0003033 + title: M4 retinal ganglion cell + CL:0002351: + text: CL:0002351 + description: A progenitor cell that is able to differentiate into the pancreas + alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 + and Isl-1. + meaning: CL:0002351 + title: progenitor cell of endocrine pancreas + CL:0000725: + text: CL:0000725 + description: Any cell that is capable of some nitrogen fixation. + meaning: CL:0000725 + title: nitrogen fixing cell + CL:1001209: + text: CL:1001209 + description: Any vasa recta ascending limb cell that is part of some inner + medulla vasa recta ascending limb. + meaning: CL:1001209 + title: inner medulla vasa recta ascending limb cell + CL:0002002: + text: CL:0002002 + description: A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, + Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, + Cxc3r1-negative, and CD90-negative. + meaning: CL:0002002 + title: Kit-positive granulocyte monocyte progenitor + CL:0000529: + text: CL:0000529 + meaning: CL:0000529 + title: pigmented epithelial cell + CL:0002678: + text: CL:0002678 + description: A CD4-positive, CD25-positive alpha-beta regulatory T cell that + has encountered antigen. + meaning: CL:0002678 + title: memory regulatory T cell + CL:0000764: + text: CL:0000764 + description: A immature or mature cell in the lineage leading to and including + erythrocytes. + meaning: CL:0000764 + title: erythroid lineage cell + CL:4023060: + text: CL:4023060 + description: A neuron that has its soma located in CA1-3 of the hippocampus. + meaning: CL:4023060 + title: hippocampal CA1-3 neuron + CL:0009021: + text: CL:0009021 + description: A stromal cell found in the lamina propria of the large intestine. + meaning: CL:0009021 + title: stromal cell of lamina propria of large intestine + CL:2000074: + text: CL:2000074 + description: Any leukocyte that is part of a spleen. + meaning: CL:2000074 + title: splenocyte + CL:0009104: + text: CL:0009104 + description: A fibroblastic reticular cell found in the lymph node germinal + center dark zone (B cell zone). + meaning: CL:0009104 + title: B cell zone reticular cell + CL:1000397: + text: CL:1000397 + description: An endothelial cell that is part of the venous sinus of red pulp + of spleen. + meaning: CL:1000397 + title: endothelial cell of venous sinus of red pulp of spleen + CL:0001017: + text: CL:0001017 + description: Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans + cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001017 + title: mature CD1a-positive Langerhans cell + CL:0004236: + text: CL:0004236 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2, S3, and S4. This cell type releases the neurotransmitter + gamma-aminobutyric acid (GABA). + meaning: CL:0004236 + title: AB broad diffuse-2 amacrine cell + CL:4042012: + text: CL:4042012 + description: An L2 intratelencephalic projecting glutamatergic neuron with + a soma on the L1-L2 border. This neuron type has small apical dendrites + projecting to L1. + meaning: CL:4042012 + title: L2 marginal neuron + CL:1001591: + text: CL:1001591 + description: 'Glandular cell of oviduct epithelium. Example: peg cells, ciliated + cells.' + meaning: CL:1001591 + title: oviduct glandular cell + CL:0000676: + text: CL:0000676 + meaning: CL:0000676 + title: cap cell + CL:2000067: + text: CL:2000067 + description: Any fibroblast that is part of a cardiac atrium. + meaning: CL:2000067 + title: cardiac atrium fibroblast + CL:0001074: + text: CL:0001074 + description: An innate lymphoid cell precursor in the human with the phenotype + CD34-positive, CD56-positive, CD117-positive.Thie cell type may include + precusors to NK cells and ILC3 cells. + meaning: CL:0001074 + title: CD34-positive, CD56-positive, CD117-positive common innate lymphoid + precursor, human + CL:0000843: + text: CL:0000843 + description: A resting mature B cell that has the phenotype IgM-positive, + IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles + of the white pulp of the spleen or the corticol areas of the peripheral + lymph nodes. This cell type is also described as being CD19-positive, B220-positive, + AA4-negative, CD43-negative, and CD5-negative. + meaning: CL:0000843 + title: follicular B cell + CL:0002261: + text: CL:0002261 + description: An endothelial cell found in the mucosa associated with the facial + skeleton. + meaning: CL:0002261 + title: endothelial cell of viscerocranial mucosa + CL:0000942: + text: CL:0000942 + description: A plasmacytoid dendritic cell developing in the thymus with phenotype + CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive. + meaning: CL:0000942 + title: thymic plasmacytoid dendritic cell + CL:4030009: + text: CL:4030009 + description: A brush border cell that is part of segment 1 (S1) of the proximal + tubule epithelium, located in the renal cortex. + meaning: CL:4030009 + title: epithelial cell of proximal tubule segment 1 + CL:0002362: + text: CL:0002362 + description: A cell located in the outermost proliferative zone of the external + germinal layer that can differentiate into astroglial cells and granule + cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive. + meaning: CL:0002362 + title: cerebellar granule cell precursor + CL:1000617: + text: CL:1000617 + description: Any kidney medulla cell that is part of some inner medulla of + kidney. + meaning: CL:1000617 + title: kidney inner medulla cell + CL:0002380: + text: CL:0002380 + description: An asexual spore formed by Oomycetes; formed upon fertilization + of an oosphere. + meaning: CL:0002380 + title: oospore + CL:4040001: + text: CL:4040001 + description: A horse-specific, highly invasive trophoblast cell that invades + the endometrium where it forms endometrial cups. + meaning: CL:4040001 + title: chorionic girdle cell + CL:0000163: + text: CL:0000163 + description: A cell of an endocrine gland, ductless glands that secrete substances + which are released directly into the circulation and which influence metabolism + and other body functions. + meaning: CL:0000163 + title: endocrine cell + CL:0000634: + text: CL:0000634 + description: A cuboidal cell which along with Boettcher's cells form the floor + of the external spiral sulcus, external to the organ of Corti. + meaning: CL:0000634 + title: Claudius cell + CL:0003041: + text: CL:0003041 + description: An M9 retinal ganglion cells with synaptic terminals in S2 and + is depolarized by illumination of its receptive field center. + meaning: CL:0003041 + title: M9-ON retinal ganglion cell + CL:0000905: + text: CL:0000905 + description: CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000905 + title: effector memory CD4-positive, alpha-beta T cell + CL:4023128: + text: CL:4023128 + description: a KNDy neuron that is located in the rostral periventricular + region of the third ventricle. + meaning: CL:4023128 + title: rostral periventricular region of the third ventricle KNDy neuron + CL:0000951: + text: CL:0000951 + description: A short lived plasma cell that secretes IgE. + meaning: CL:0000951 + title: IgE short lived plasma cell + CL:0000607: + text: CL:0000607 + description: A thick walled spore that stores and protects one or more nuclei + following sexual reproduction in an Ascomycete. + meaning: CL:0000607 + title: ascospore + CL:0000145: + text: CL:0000145 + description: A cell capable of processing and presenting lipid and protein + antigens to T cells in order to initiate an immune response. + meaning: CL:0000145 + title: professional antigen presenting cell + CL:0000805: + text: CL:0000805 + description: A thymocyte that has the phenotype CD4-negative, CD8-positive, + CD44-negative, CD25-negative, and pre-TCR-positive. + meaning: CL:0000805 + title: immature single positive thymocyte + CL:4030001: + text: CL:4030001 + description: A stromal cell that is part of the thymus. + meaning: CL:4030001 + title: stromal cell of thymus + CL:0002252: + text: CL:0002252 + description: An epithelial cell of the esophagus. + meaning: CL:0002252 + title: epithelial cell of esophagus + CL:0009003: + text: CL:0009003 + description: Any cell in the midgut (middle subdivision of a digestive tract) + of an insect larva. + meaning: CL:0009003 + title: larval midgut cell + CL:0002197: + text: CL:0002197 + description: A parathyroid chief cell that is not actively secreting hormone. + Contains small Golgi complexes with only a few grouped vesicles and membrane-bound + secretory granules; glycogen and many lipofuscin granules abound but sacs + of granular endoplasmic reticulum are rare and dispersed. In normal humans, + inactive chief cells out number active chief cells in a ratio of 3-5:1. + meaning: CL:0002197 + title: inactive chief cell of parathyoid gland + CL:0007018: + text: CL:0007018 + description: Ciliated cell of the embryonic epidermis and functions in embryonic + movements. + meaning: CL:0007018 + title: epidermal ciliary cell + CL:0008021: + text: CL:0008021 + description: Any neuron that has its soma located in some anterior lateral + line ganglion. + meaning: CL:0008021 + title: anterior lateral line ganglion neuron + CL:0000886: + text: CL:0000886 + description: A mucosa-associated lymphoid tissue macrophage found in the nasal + and bronchial mucosa-associated lymphoid tissues. + meaning: CL:0000886 + title: nasal and broncial associated lymphoid tissue macrophage + CL:0002241: + text: CL:0002241 + description: A fibroblasts found in interstitial spaces in the pulmonary tract. + Greater numbers of these cells are found in idiopathic pulmonary fibrosis. + meaning: CL:0002241 + title: pulmonary interstitial fibroblast + CL:0000135: + text: CL:0000135 + description: An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum + is scanty with flattened nucleus. Term used by some histologists; when fibroblasts + become relatively inactive in fiber formation. However, this cell has the + potential for fibrogenesis in quiescent connective tissue of the adult, + as well as during development, other histologists prefer to use the term + fibroblast in all circumstances. These cells represent ~0.5% of peripheral + blood leukocytes. + meaning: CL:0000135 + title: fibrocyte + CL:0004218: + text: CL:0004218 + description: A horizontal cell with a small cell body, thin dendrites, and + small dendritic arbor. + meaning: CL:0004218 + title: H2 horizontal cell + CL:0000005: + text: CL:0000005 + description: Any fibroblast that is derived from the neural crest. + meaning: CL:0000005 + title: neural crest derived fibroblast + CL:0009093: + text: CL:0009093 + description: A smooth muscle cell that is part of a placenta. + meaning: CL:0009093 + title: smooth muscle cell of placenta + CL:0000686: + text: CL:0000686 + description: A columnar/cuboidal epithelial cell that secretes cerebrospinal + fluid. + meaning: CL:0000686 + title: cerebrospinal fluid secreting cell + CL:0000081: + text: CL:0000081 + description: A cell found predominately in the blood. + meaning: CL:0000081 + title: blood cell + CL:4023079: + text: CL:4023079 + description: A GABAergic inhibitory neuron that is derived from the midbrain. + meaning: CL:4023079 + title: midbrain-derived inhibitory neuron + CL:0000907: + text: CL:0000907 + description: CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000907 + title: central memory CD8-positive, alpha-beta T cell + CL:1001578: + text: CL:1001578 + description: Squamous cell of vaginal epithelium. + meaning: CL:1001578 + title: vagina squamous cell + CL:0000850: + text: CL:0000850 + description: A neuron that releases serotonin as a neurotransmitter. + meaning: CL:0000850 + title: serotonergic neuron + CL:0001054: + text: CL:0001054 + description: A monocyte that expresses CD14 and is negative for the lineage + markers CD3, CD19, and CD20. + meaning: CL:0001054 + title: CD14-positive monocyte + CL:0008015: + text: CL:0008015 + description: A motor neuron that is capable of directly inhibiting muscle + contraction. + meaning: CL:0008015 + title: inhibitory motor neuron + CL:4033049: + text: CL:4033049 + description: A taste receptor cell that is part of a taste bud of a tongue. + meaning: CL:4033049 + title: taste receptor cell of tongue + CL:0000788: + text: CL:0000788 + description: A naive B cell is a mature B cell that has the phenotype surface + IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that + has not yet been activated by antigen in the periphery. + meaning: CL:0000788 + title: naive B cell + CL:0002239: + text: CL:0002239 + description: A primordial cell from which an oocyte (ovum) ultimately is developed. + meaning: CL:0002239 + title: ooblast + CL:0000513: + text: CL:0000513 + description: A precursor cell destined to differentiate into cardiac muscle + cell. + meaning: CL:0000513 + title: cardiac muscle myoblast + CL:0000592: + text: CL:0000592 + description: A large, progesterone secreting cell in the corpus luteum that + develops from the granulosa cells. + meaning: CL:0000592 + title: large luteal cell + CL:4023129: + text: CL:4023129 + description: A retinal cell that is immature or undifferentiated. + meaning: CL:4023129 + title: retinoblast + CL:4023019: + text: CL:4023019 + description: A vip GABAergic cortical interneuron that expresses cck. L5/6 + cck cells have soma found mainly in L5 and L6 and have large axonal arborization. + meaning: CL:4023019 + title: L5/6 cck, vip GABAergic interneuron (Mmus) + CL:0000404: + text: CL:0000404 + description: A cell that initiates an electrical signal and passes that signal + to another cell. + meaning: CL:0000404 + title: electrically signaling cell + CL:0002545: + text: CL:0002545 + description: An endothelial cell that is part of the thoracic endothelium. + meaning: CL:0002545 + title: thoracic aorta endothelial cell + CL:0007023: + text: CL:0007023 + description: Epidermal cell rich in mitochondria. In amphibians, appears during + metamorphosis. + meaning: CL:0007023 + title: flask cell + CL:0000200: + text: CL:0000200 + description: Any neuron that is capable of some detection of mechanical stimulus + involved in sensory perception of touch. + meaning: CL:0000200 + title: touch receptor cell + CL:2000076: + text: CL:2000076 + description: Any vein endothelial cell that is part of a hindlimb stylopod. + meaning: CL:2000076 + title: hindlimb stylopod vein endothelial cell + CL:0000910: + text: CL:0000910 + description: A mature T cell that differentiated and acquired cytotoxic function + with the phenotype perforin-positive and granzyme-B positive. + meaning: CL:0000910 + title: cytotoxic T cell + CL:0002524: + text: CL:0002524 + description: A disseminated nephrocyte is a nephrocyte that filters hemolymph + and is found at scattered locations in the fat body or other tissues. + meaning: CL:0002524 + title: disseminated nephrocyte + CL:0000715: + text: CL:0000715 + description: A crystal cell that derives from the embryonic head mesoderm. + meaning: CL:0000715 + title: embryonic crystal cell + CL:0000875: + text: CL:0000875 + description: A type of monocyte characterized by low expression of CCR2, low + responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, + and decrease size relative to classical monocytes, but increased co-stimulatory + activity. May also play a role in tissue repair. + meaning: CL:0000875 + title: non-classical monocyte + CL:0002332: + text: CL:0002332 + description: A ciliated cell of the bronchus. + meaning: CL:0002332 + title: ciliated cell of the bronchus + CL:0009110: + text: CL:0009110 + description: A lymphatic endothelial cell located in the ceiling part of a + lymph node medulla. + meaning: CL:0009110 + title: lymphatic endothelial cell of medulla ceiling + CL:0002485: + text: CL:0002485 + description: A melanocyte of the retina. This cell type is distinct from pigmented + retinal epithelium. + meaning: CL:0002485 + title: retinal melanocyte + CL:1001135: + text: CL:1001135 + description: Any kidney cortex artery cell that is part of some kidney arcuate + artery. + meaning: CL:1001135 + title: arcuate artery cell + CL:0002467: + text: CL:0002467 + description: A myeloid suppressor cell that is Gr1-high and CD11c-negative. + meaning: CL:0002467 + title: Gr1-high myeloid suppressor cell + CL:0009076: + text: CL:0009076 + description: A thymic medullary epithelial cell that expresses neuroendocrine + biomarkers. + meaning: CL:0009076 + title: neuro-medullary thymic epithelial cell + CL:0004161: + text: CL:0004161 + description: A cone whose sensitivity measurements have an average spectral + peak of 510 nm. These cones are described in rat. + meaning: CL:0004161 + title: 510 nm-cone + CL:0000380: + text: CL:0000380 + description: The support cell that makes the thecogen dendritic cap - a cuticle-like + matrix around the tip of the eo-dendrite and which encloses the soma of + the eo-neuron. + meaning: CL:0000380 + title: thecogen cell + CL:0000301: + text: CL:0000301 + description: A primordial germ cell of insects. Such cells form at the posterior + pole of the early embryo. + meaning: CL:0000301 + title: pole cell + CL:4030012: + text: CL:4030012 + description: Epithelial cell of the descending thin limb of the short loop + (cortical) nephron limited to the outer medulla (mainly inner strip). It + is known in some mammalian species that the short descending limb of the + loop of Henle selectively expresses the serine protease Corin, the homeobox + TF Uncx, and the urea channel Slc14a2. + meaning: CL:4030012 + title: kidney loop of Henle short descending thin limb epithelial cell + CL:1000348: + text: CL:1000348 + description: A basal cell that is part of the epithelium of trachea. + meaning: CL:1000348 + title: basal cell of epithelium of trachea + CL:0000441: + text: CL:0000441 + description: A stem cell that gives rise to the follicle cells that surround + the oocyte in female arthropods. + meaning: CL:0000441 + title: follicle stem cell (sensu Arthropoda) + CL:4023118: + text: CL:4023118 + description: A sst GABAergic interneuron does not have Martinotti morphology + with a soma found in L5/6 of the cerebral cortex. + meaning: CL:4023118 + title: L5/6 non-Martinotti sst GABAergic interneuron (Mmus) + CL:4023053: + text: CL:4023053 + description: A Betz cell that syanpses with spinal interneurons. + meaning: CL:4023053 + title: spinal interneuron synapsing Betz cell + CL:0002393: + text: CL:0002393 + description: A monocyte that has characteristics of both patrolling and inflammatory + monocytes. + meaning: CL:0002393 + title: intermediate monocyte + CL:0010015: + text: CL:0010015 + description: A highly specialized cell type exclusive to and forming neuroepithelium + of the Saccus vasculosus, covering the caudal diverticulum of the infundibular + recess. + meaning: CL:0010015 + title: coronet cell + CL:0002454: + text: CL:0002454 + description: Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell + is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative + and is CD205-positive. + meaning: CL:0002454 + title: Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell + CL:1001596: + text: CL:1001596 + description: 'Glandular cell of salivary gland. Example: Serous cells, mucous + cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal + epithelium of the striated ducts, epithelial cells of excretory ducts.' + meaning: CL:1001596 + title: salivary gland glandular cell + CL:1000357: + text: CL:1000357 + description: A M cell that is part of the epithelium proper of jejunum. + meaning: CL:1000357 + title: microfold cell of epithelium proper of jejunum + CL:0002133: + text: CL:0002133 + description: A stromal cell of the ovarian cortex. + meaning: CL:0002133 + title: stromal cell of ovarian cortex + CL:0007005: + text: CL:0007005 + description: Cell that is part of the notochord. + meaning: CL:0007005 + title: notochordal cell + CL:0000837: + text: CL:0000837 + description: A hematopoietic multipotent progenitor cell is multipotent, but + not capable of long-term self-renewal. These cells are characterized as + lacking lineage cell surface markers and being CD34-positive in both mice + and humans. + meaning: CL:0000837 + title: hematopoietic multipotent progenitor cell + CL:0002304: + text: CL:0002304 + description: A cell that is part of non-pigmented ciliary epithelium. This + cell type participates in aqueous humor formation by releasing solute, principally + sodium and chloride ions received from pigmented epithelial cells via gap + junctions, into the aqueous humor of the eye. + meaning: CL:0002304 + title: non-pigmented ciliary epithelial cell + CL:0002395: + text: CL:0002395 + description: A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, + CD115-positive, and B220-negative. + meaning: CL:0002395 + title: Gr1-high classical monocyte + CL:0000784: + text: CL:0000784 + description: A dendritic cell type of distinct morphology, localization, and + surface marker expression (CD123-positive) from other dendritic cell types + and associated with early stage immune responses, particularly the release + of physiologically abundant amounts of type I interferons in response to + infection. + meaning: CL:0000784 + title: plasmacytoid dendritic cell + CL:0002215: + text: CL:0002215 + description: A type II muscle cell that contains a low content of myoglobin, + relatively few mitochondria, relatively few blood capillaries and large + amounts of glycogen. Type II B fibres are white, geared to generate ATP + by anaerobic metabolic processes, not able to supply skeletal muscle fibres + continuously with sufficient ATP, fatigue easily, split ATP at a fast rate + and have a fast contraction velocity. + meaning: CL:0002215 + title: type IIb muscle cell + CL:0002200: + text: CL:0002200 + description: An oncocyte located in the thyroid. + meaning: CL:0002200 + title: oxyphil cell of thyroid + CL:0017010: + text: CL:0017010 + description: A hillock cell that is part of the urethra. + meaning: CL:0017010 + title: hillock cell of urethral epithelium + CL:0000152: + text: CL:0000152 + description: A cell of an exocrine gland; i.e. a gland that discharges its + secretion via a duct. + meaning: CL:0000152 + title: exocrine cell + CL:1001213: + text: CL:1001213 + description: Any endothelial cell that is part of some kidney arcuate artery. + meaning: CL:1001213 + title: arcuate artery endothelial cell + CL:0000117: + text: CL:0000117 + meaning: CL:0000117 + title: CNS neuron (sensu Vertebrata) + CL:4042010: + text: CL:4042010 + description: An interlaminar astrocyte whose soma is part of the first layer + of a neocortex and is in contact with a pia surface. + meaning: CL:4042010 + title: pial interlaminar astrocyte + CL:0000783: + text: CL:0000783 + description: A phagocyte formed by the fusion of mononuclear phagocytes. + meaning: CL:0000783 + title: multinucleated phagocyte + CL:0009014: + text: CL:0009014 + description: A lymphocyte that is part of a Peyer's patch. These cells have + a major role in driving the immune response to antigens sampled from the + intestinal lumen, and in regulating the formation of follicle-associated + epithelium and M cells in Peyer's patches by converting intestitial enterocytes + into M cells. + meaning: CL:0009014 + title: Peyer's patch lymphocyte + CL:0003007: + text: CL:0003007 + description: A G4 retinal ganglion cell that has post sympatic terminals in + sublaminar layers S2 and S3 and is depolarized by decreased illumination + of their receptive field center + meaning: CL:0003007 + title: G4-OFF retinal ganglion cell + CL:0000931: + text: CL:0000931 + description: A type II NK T cell that has been recently activated, secretes + interferon-gamma and interleukin-4, and has the phenotype CD69-positive + and downregulated NK markers. + meaning: CL:0000931 + title: activated type II NK T cell + CL:0009040: + text: CL:0009040 + description: A stromal cell found in the lamina propria of the colon. + meaning: CL:0009040 + title: stromal cell of lamina propria of colon + CL:0000868: + text: CL:0000868 + description: A secondary lymphoid organ macrophage found in a lymph node. + This cell is CD169-high. + meaning: CL:0000868 + title: lymph node macrophage + CL:0000390: + text: CL:0000390 + meaning: CL:0000390 + title: blood cell (sensu Nematoda and Protostomia) + CL:1000425: + text: CL:1000425 + description: A chromaffin cell that is part of the paraganglion. + meaning: CL:1000425 + title: chromaffin cell of paraganglion + CL:2000058: + text: CL:2000058 + description: Any osteoblast that is part of a skull. + meaning: CL:2000058 + title: calvarial osteoblast + CL:4023026: + text: CL:4023026 + description: A medium spiny neuron that expresses dopamine type 1 receptors + and projects to the globus pallidus internus or the substantia nigra pars + reticulata. + meaning: CL:4023026 + title: direct pathway medium spiny neuron + CL:0011021: + text: CL:0011021 + description: A fibroblast that is part of upper back skin. + meaning: CL:0011021 + title: fibroblast of upper back skin + CL:1000382: + text: CL:1000382 + description: A type II vestibular sensory cell that is part of the stato-acoustic + epithelium. + meaning: CL:1000382 + title: type 2 vestibular sensory cell of stato-acoustic epithelium + CL:4023002: + text: CL:4023002 + description: A beta motor neuron that innervates the nuclear bag fibers of + muscle spindles. + meaning: CL:4023002 + title: dynamic beta motor neuron + CL:2000012: + text: CL:2000012 + description: Any skin fibroblast that is part of a pedal digit skin. + meaning: CL:2000012 + title: fibroblast of pedal digit skin + CL:0000960: + text: CL:0000960 + description: A transitional stage B cell that expresses surface IgM and IgD, + and CD62L. This cell type appears to be an anergic B cell that does not + proliferate upon BCR signaling, is found in the spleen and lymph nodes, + and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, + CD23-positive, CD62L-positive, and CD93-positive. This cell type has also + been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and + CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface + expression of IgM). + meaning: CL:0000960 + title: T3 B cell + CL:2000059: + text: CL:2000059 + description: Any microvascular endothelial cell that is part of a prostate + gland. + meaning: CL:2000059 + title: prostate gland microvascular endothelial cell + CL:0002297: + text: CL:0002297 + description: A thymic epithelial cell with moderate nuclear and cytoplasmic + electron-density. Scattered in the cortex, this cell type is predominant + in the mid and deep cortex. + meaning: CL:0002297 + title: type-3 epithelial cell of thymus + CL:0000575: + text: CL:0000575 + description: An epithelial cell of the cornea. + meaning: CL:0000575 + title: corneal epithelial cell + CL:0000923: + text: CL:0000923 + description: A type I NK T cell that has the phenotype CD4-positive. + meaning: CL:0000923 + title: CD4-positive type I NK T cell + CL:0000482: + text: CL:0000482 + description: An endocrine cell that secretes juvenile hormone. + meaning: CL:0000482 + title: juvenile hormone secreting cell + CL:0002364: + text: CL:0002364 + description: An epithelial cell of the cortical portion of the thymus. Epithelial + cells in this region are required for positive selection of CD8-positive + T cells. + meaning: CL:0002364 + title: cortical thymic epithelial cell + CL:0007009: + text: CL:0007009 + description: Skeletogenic cell that has the potential to develop into a chondroblast; + and arises from neural crest, meseosdermal and notochordal and connective + tissue cells. + meaning: CL:0007009 + title: prechondroblast + CL:0000828: + text: CL:0000828 + description: A progenitor cell of the thrombocyte, a nucleated blood cell + involved in coagulation typically seen in birds and other non-mammalian + vertebrates. + meaning: CL:0000828 + title: thromboblast + CL:0002114: + text: CL:0002114 + description: A CD38-positive unswitched memory B cell is an unswitched memory + B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, + and IgG-negative. + meaning: CL:0002114 + title: CD38-positive unswitched memory B cell + CL:0000924: + text: CL:0000924 + description: A type I NK T cell that has the phenotype CD4-negative and CD8-negative. + meaning: CL:0000924 + title: CD4-negative, CD8-negative type I NK T cell + CL:1000290: + text: CL:1000290 + description: A muscle cell that is part of the middle internodal tract. + meaning: CL:1000290 + title: myocyte of middle internodal tract + CL:0002314: + text: CL:0002314 + description: An auditory epithelial support cell located in the vestibular + epithelium that has many hallmarks of glial cells. This cell type express + glial markers such as vimentin, S100, glutamate-aspartate transporter, low + affinity neurotrophin receptor p75, glial fibrillary acidic protein, and + proteolipid protein. + meaning: CL:0002314 + title: external supporting cell of vestibular epithelium + CL:1000287: + text: CL:1000287 + description: A muscle cell that is part of the anterior internodal tract. + meaning: CL:1000287 + title: myocyte of anterior internodal tract + CL:2000075: + text: CL:2000075 + description: Any endodermal cell that is part of a anterior visceral endoderm. + meaning: CL:2000075 + title: anterior visceral endoderm cell + CL:0002077: + text: CL:0002077 + description: An epithelial cell derived from ectoderm. + meaning: CL:0002077 + title: ecto-epithelial cell + CL:4028002: + text: CL:4028002 + description: An alveolar capillary endothelial cell that is located distally + to alveolar capillary type 2 endothelial cells. + meaning: CL:4028002 + title: alveolar capillary type 1 endothelial cell + CL:0000187: + text: CL:0000187 + description: A mature contractile cell, commonly known as a myocyte. This + cell has as part of its cytoplasm myofibrils organized in various patterns. + meaning: CL:0000187 + title: muscle cell + CL:4040000: + text: CL:4040000 + description: A glial precursor cell that generates oligodendrocytes and type-1 + and type-2 astrocytes. It has been shown in some mammals that this cell + type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. + Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha + and can differentiate into both type-1 and type-2 astrocytes. + meaning: CL:4040000 + title: glial restricted tripotential precursor cell + CL:1000379: + text: CL:1000379 + description: A type I vestibular sensory cell that is part of the epithelium + of macula of utricle of membranous labyrinth. + meaning: CL:1000379 + title: type 1 vestibular sensory cell of epithelium of macula of utricle of + membranous labyrinth + CL:0002360: + text: CL:0002360 + description: A hematopoietic stem cell from the aorta-gonad-mesonephros region + of the developing embryo. First seen at E10.5 in mouse embryos. May give + rise to fetal liver HSC. + meaning: CL:0002360 + title: AGM hematopoietic stem cell + CL:0004117: + text: CL:0004117 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field. + meaning: CL:0004117 + title: retinal ganglion cell A + CL:0004213: + text: CL:0004213 + description: A type of type 3 cone bipolar cell with distinctive curly dendrites. + meaning: CL:0004213 + title: type 3a cone bipolar cell + CL:1000699: + text: CL:1000699 + description: A resident-dendritic cell that is part of a kidney. + meaning: CL:1000699 + title: kidney resident dendritic cell + CL:0004251: + text: CL:0004251 + description: An amicrine that has a narrow dendritic field. + meaning: CL:0004251 + title: narrow field retinal amacrine cell + CL:0002505: + text: CL:0002505 + description: A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, + MHC-II-positive and CD103-negative. + meaning: CL:0002505 + title: liver CD103-negative dendritic cell + CL:0001045: + text: CL:0001045 + description: A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, + CD127lo, CCR4-positive, and CD45RO-negative. + meaning: CL:0001045 + title: naive CCR4-positive regulatory T cell + CL:0000756: + text: CL:0000756 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The cell has a diffuse axon terminal with varicosities + in sublaminae 1 and 2 of the inner plexiform layer. + meaning: CL:0000756 + title: type 4 cone bipolar cell (sensu Mus) + CL:4030038: + text: CL:4030038 + description: A CD24-positive, CD-133-positive, vimentin-positive cell found + scattered throughout a renal proximal tubule and that may participate in + tubular regeneration. Compared to other proximal tubular cell types, this + cell contains less cytoplasm, fewer mitochondria and no brush border. + meaning: CL:4030038 + title: CD24-positive, CD-133-positive, vimentin-positive proximal tubular + cell + CL:0002272: + text: CL:0002272 + description: A cell that secretes motilin, a gastric hormone that at low pH + inhibits gastric motor activity, whereas at high pH has a stimulating effect. + meaning: CL:0002272 + title: motilin secreting cell + CL:2000073: + text: CL:2000073 + description: Any migratory neural crest cell that is part of a cardiac neural + crest. + meaning: CL:2000073 + title: migratory cardiac neural crest cell + CL:1001437: + text: CL:1001437 + description: The subcutaneous mechanoreceptors that innervate vellus hairs. + meaning: CL:1001437 + title: hair-down neuron + CL:0002418: + text: CL:0002418 + description: A pluripotent cell in the yolk sac that can give rise to mesenchymal + cells including erythrocytes and endothelial cells. + meaning: CL:0002418 + title: hemangioblast + CL:4023021: + text: CL:4023021 + description: A gamma motor neuron that innervates static nuclear bag fibers + (bag2 fibers) and increases their firing, in response to an increase in + the magnitude of change in length, and controls the static sensitivity of + the stretch reflex. + meaning: CL:4023021 + title: static gamma motor neuron + CL:0000554: + text: CL:0000554 + description: A peptide hormone secreting cell that secretes gastrin stimulating + hormone. + meaning: CL:0000554 + title: gastrin stimulating hormone secreting cell + CL:4030027: + text: CL:4030027 + description: An amacrine cell that uses GABA as a neurotransmitter. + meaning: CL:4030027 + title: GABAergic amacrine cell + CL:0000524: + text: CL:0000524 + description: A cell, usually of bacteria or yeast, which has partially lost + its cell wall. + meaning: CL:0000524 + title: spheroplast + CL:0000516: + text: CL:0000516 + description: A non-neuronal cell that surrounds the neuronal cell bodies of + the ganglia. + meaning: CL:0000516 + title: perineuronal satellite cell + CL:0002353: + text: CL:0002353 + description: A hematopoietic stem cell that resides in the fetal liver. In + mice, this cell type is first observed at E10.5. This cell type is MHC-positive, + HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, + CD48-negative and CD244-negative. + meaning: CL:0002353 + title: fetal liver hematopoietic progenitor cell + CL:0001046: + text: CL:0001046 + description: A memory regulatory T cell with phenotype CD4-positive, CD25-positive, + CD127lo, CCR4-positive, and CD45RO-positive. + meaning: CL:0001046 + title: memory CCR4-positive regulatory T cell + CL:4033007: + text: CL:4033007 + description: A(n) brush cell that is part of a(n) epithelium of lobar bronchus. + meaning: CL:4033007 + title: brush cell of epithelium of lobar bronchus + CL:0009039: + text: CL:0009039 + description: A goblet cell that is located in the colon. + meaning: CL:0009039 + title: colon goblet cell + CL:0002119: + text: CL:0002119 + description: A CD38-positive IgG-negative memory B cell is an IgG-negative + class switched memory B cell that lacks IgG on the cell surface with the + phenotype CD38-positive and IgG-negative. + meaning: CL:0002119 + title: CD38-positive IgG-negative class switched memory B cell + CL:0005009: + text: CL:0005009 + description: A cuboidal epithelial cell of the kidney which regulates sodium + and potassium balance. The activity of sodium and potassium channels on + the apical membrane of the cell is regulated by aldosterone and vasopressin. + In mammals this cell type is located in the renal collecting duct system. + meaning: CL:0005009 + title: renal principal cell + CL:2000049: + text: CL:2000049 + description: Any pyramidal cell that is part of a primary motor cortex. + meaning: CL:2000049 + title: primary motor cortex pyramidal cell + CL:0000799: + text: CL:0000799 + description: A gamma-delta T cell that has an immature phenotype. + meaning: CL:0000799 + title: immature gamma-delta T cell + CL:4033010: + text: CL:4033010 + description: A(n) neuroendocrine cell that is part of a(n) epithelium of lobar + bronchus. + meaning: CL:4033010 + title: neuroendocrine cell of epithelium of lobar bronchus + CL:0007007: + text: CL:0007007 + description: Notochordal cell that is part of the outer epithelium of the + notochord and surrounds the vacuolated notochord cells. + meaning: CL:0007007 + title: notochordal sheath cell + CL:0000541: + text: CL:0000541 + description: A cell that originates from the neural crest and differentiates + into a pigment cell. + meaning: CL:0000541 + title: melanoblast + CL:0000564: + text: CL:0000564 + description: A promyelocyte committed to the neutrophil lineage. This cell + type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, + has low expression of PU.1 transcription factor and lacks lactotransferrin + expression. + meaning: CL:0000564 + title: neutrophilic promyelocyte + CL:0000497: + text: CL:0000497 + description: A photoreceptor cell that is sensitive to red light. + meaning: CL:0000497 + title: red sensitive photoreceptor cell + CL:0003049: + text: CL:0003049 + description: A cone cell that detects medium wavelength light. Exact peak + of spectra detected differs between species. In humans, spectra peaks at + 534-545 nm. + meaning: CL:0003049 + title: M cone cell + CL:0000556: + text: CL:0000556 + description: A large hematopoietic cell (50 to 100 micron) with a lobated + nucleus. Once mature, this cell undergoes multiple rounds of endomitosis + and cytoplasmic restructuring to allow platelet formation and release. + meaning: CL:0000556 + title: megakaryocyte + CL:0000876: + text: CL:0000876 + description: A splenic macrophage found in the white pulp of the spleen. Markers + include F4/80-negative, CD68-positive, and macrosialin-positive. + meaning: CL:0000876 + title: splenic white pulp macrophage + CL:0002399: + text: CL:0002399 + description: A myeloid dendritic cell found in the blood that is CD1c-positive. + meaning: CL:0002399 + title: CD1c-positive myeloid dendritic cell + CL:4023048: + text: CL:4023048 + description: An intratelencephalic-projecting glutamatergic with a soma located + in upper L5 of the primary motor cortex. These cells have thin untufted + apical dendrites. + meaning: CL:4023048 + title: L4/5 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0009046: + text: CL:0009046 + description: A T cell found in the lymph node medullary sinus. + meaning: CL:0009046 + title: T cell of medullary sinus of lymph node + CL:1000298: + text: CL:1000298 + description: A mesothelial cell that is part of the dura mater. + meaning: CL:1000298 + title: mesothelial cell of dura mater + CL:0008039: + text: CL:0008039 + description: The motor neurons of vertebrates that directly innervate skeletal + muscles. They receive input from upper motor neurons. + meaning: CL:0008039 + title: lower motor neuron + CL:0000387: + text: CL:0000387 + description: A blood cell of the circulatory system of arthropods. + meaning: CL:0000387 + title: hemocyte (sensu Arthropoda) + CL:1001609: + text: CL:1001609 + description: Fibroblast from muscle organ. + meaning: CL:1001609 + title: muscle fibroblast + CL:1000601: + text: CL:1000601 + description: Any cell that is part of some ureter. + meaning: CL:1000601 + title: ureteral cell + CL:0000140: + text: CL:0000140 + description: Skeletogenic cell that secretes dentine matrix, is derived from + odontogenic papilla. Embedded in dentine tissue, and is the transformation + of a non-terminally differentiated odontoblast cell. + meaning: CL:0000140 + title: odontocyte + CL:0000505: + text: CL:0000505 + description: A peptide hormone secreting cell that secretes substance P. + meaning: CL:0000505 + title: substance P secreting cell + CL:4032001: + text: CL:4032001 + description: A GABAergic interneuron located in the cerebral cortex that expresses + reelin (rln). + meaning: CL:4032001 + title: reelin GABAergic cortical interneuron + CL:0002434: + text: CL:0002434 + description: A CD8-positive, CD4-negative thymocyte that is CD24-positive + and expresses high levels of the alpha-beta T cell receptor. + meaning: CL:0002434 + title: CD24-positive, CD8 single-positive thymocyte + CL:0000531: + text: CL:0000531 + description: A primary neuron (sensu Teleostei) that has a sensory function. + meaning: CL:0000531 + title: primary sensory neuron (sensu Teleostei) + CL:1000278: + text: CL:1000278 + description: A smooth muscle cell that is part of the ileum. + meaning: CL:1000278 + title: smooth muscle fiber of ileum + CL:1001586: + text: CL:1001586 + description: 'Glandular cell of mammary epithelium. Example: glandular cells + of large and intermediate ducts, glandular cells in terminal ducts.' + meaning: CL:1001586 + title: mammary gland glandular cell + CL:0001008: + text: CL:0001008 + description: A hematopoietic stem cell that has plasma membrane part Kit-positive, + SCA-1-positive, CD150-positive and CD34-negative. + meaning: CL:0001008 + title: Kit and Sca1-positive hematopoietic stem cell + CL:0002166: + text: CL:0002166 + description: An epithelial cell that remains from the disintegration of the + epithelial root sheath involved in the development of teeth. + meaning: CL:0002166 + title: epithelial cell of Malassez + CL:0000216: + text: CL:0000216 + description: A supporting cell projecting inward from the basement membrane + of seminiferous tubules. They surround and nourish the developing male germ + cells and secrete androgen binding protein. Their tight junctions with the + spermatogonia and spermatocytes provide a blood-testis barrier. + meaning: CL:0000216 + title: Sertoli cell + CL:0002391: + text: CL:0002391 + description: A blastoconidium that has more than one nucleus. + meaning: CL:0002391 + title: multinucleate blastoconidium + CL:2000084: + text: CL:2000084 + description: Any goblet cell that is part of a conjunctiva. + meaning: CL:2000084 + title: conjunctiva goblet cell + CL:0011012: + text: CL:0011012 + description: A cell of the neural crest. Neural crest cells are multipotent. + Premigratory neural crest cells are found at the neural plate boarder, some + of which will undergo ectomesynchymal transition and delamination to form + migratory neural crest cells. + meaning: CL:0011012 + title: neural crest cell + CL:0009028: + text: CL:0009028 + description: An intestinal crypt stem cell that is located in the vermiform + appendix. These stem cells reside at the bottom of crypts in the appendix + and are highly proliferative. They either differentiate into transit amplifying + cells or self-renew to form new stem cells. + meaning: CL:0009028 + title: intestinal crypt stem cell of appendix + CL:0002196: + text: CL:0002196 + description: A transient hepatic stem cell observed after liver injury with + a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes + and bile duct cells. Arises from more than one tissue. + meaning: CL:0002196 + title: hepatic oval stem cell + CL:0002072: + text: CL:0002072 + description: A specialized cardiac myocyte in the sinoatrial and atrioventricular + nodes. The cell is slender and fusiform confined to the nodal center, circumferentially + arranged around the nodal artery. + meaning: CL:0002072 + title: nodal myocyte + CL:0002534: + text: CL:0002534 + description: A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, + CD86-high, and MHCII-high. + meaning: CL:0002534 + title: mature CD16-positive myeloid dendritic cell + CL:0000820: + text: CL:0000820 + description: A B-1 B cell that has the phenotype CD5-positive. + meaning: CL:0000820 + title: B-1a B cell + CL:0000038: + text: CL:0000038 + description: A progenitor cell committed to the erythroid lineage. + meaning: CL:0000038 + title: erythroid progenitor cell + CL:0009094: + text: CL:0009094 + description: An endothelial cell that is part of a hepatic portal vein. + meaning: CL:0009094 + title: endothelial cell of hepatic portal vein + CL:4042002: + text: CL:4042002 + description: A nucleus accumbens shell and olfactory tubercle D1 medium spiny + neuron that co-expresses TAC3 and the DRD1 receptor. + meaning: CL:4042002 + title: TAC3-positive medium spiny neuron + CL:0000452: + text: CL:0000452 + meaning: CL:0000452 + title: thyroid hormone secreting cell + CL:0000215: + text: CL:0000215 + description: A cell whose primary function is to prevent the transport of + stuff across compartments. + meaning: CL:0000215 + title: barrier cell + CL:0002376: + text: CL:0002376 + description: A glial cell that ensheaths multiple small diameter axons in + the peripheral nervous system. The non-myelinating Schwann cell is embedded + among neurons (axons) with minimal extracellular spaces separating them + from nerve cell membranes and has a basal lamina. Cells can survive without + an axon present. These cells can de-differentiate into immature Schwann + cells. + meaning: CL:0002376 + title: non-myelinating Schwann cell + CL:0002495: + text: CL:0002495 + description: A fetal and neonatal heart cell that undergoes proliferation + and is not yet terminally differentiated into a binucleate or a multinucleate + cardiac myocyte. + meaning: CL:0002495 + title: fetal cardiomyocyte + CL:0000773: + text: CL:0000773 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a eosinophilic myelocyte and a band + form eosinophil. The nucleus becomes indented where the indentation is smaller + than half the distance to the farthest nuclear margin; chromatin becomes + coarse and clumped; specific granules predominate while primary granules + are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, + low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, + CD24-positive and aminopeptidase N-negative. + meaning: CL:0000773 + title: eosinophilic metamyelocyte + CL:0000393: + text: CL:0000393 + description: A cell whose function is determined by its response to an electric + signal. + meaning: CL:0000393 + title: electrically responsive cell + CL:1000450: + text: CL:1000450 + description: An epithelial cell that is part of the glomerular capsule. + meaning: CL:1000450 + title: epithelial cell of glomerular capsule + CL:1001287: + text: CL:1001287 + description: Any vasa recta descending limb cell that is part of some outer + medulla vasa recta descending limb. + meaning: CL:1001287 + title: outer medulla vasa recta descending limb cell + CL:0009056: + text: CL:0009056 + description: A transit amplifying cell that is located in the anorectum. + meaning: CL:0009056 + title: transit amplifying cell of anorectum + CL:0000934: + text: CL:0000934 + description: A CD4-positive, alpha-beta T cell that has cytotoxic function. + meaning: CL:0000934 + title: CD4-positive, alpha-beta cytotoxic T cell + CL:0000771: + text: CL:0000771 + description: Any of the immature or mature forms of a granular leukocyte with + a nucleus that usually has two lobes connected by one or more slender threads + of chromatin, and cytoplasm containing coarse, round granules that are uniform + in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, + CD191-positive, and CD193-positive. + meaning: CL:0000771 + title: eosinophil + CL:0003046: + text: CL:0003046 + description: A bistratifed retinal ganglion cell that has small, symmetric + dendritic fields that terminate in S2 and S4. + meaning: CL:0003046 + title: M13 retinal ganglion cell + CL:4023017: + text: CL:4023017 + description: A GABAergic neuron located in the cerebral cortex that expresses + somatostatin (sst) + meaning: CL:4023017 + title: sst GABAergic cortical interneuron + CL:0002591: + text: CL:0002591 + description: A smooth muscle of the pulmonary artery. + meaning: CL:0002591 + title: smooth muscle cell of the pulmonary artery + CL:0002423: + text: CL:0002423 + description: A DN2 thymocyte that is Kit-hi. + meaning: CL:0002423 + title: DN2a thymocyte + CL:0000697: + text: CL:0000697 + meaning: CL:0000697 + title: R4 photoreceptor cell + CL:0000856: + text: CL:0000856 + description: Neuromast hair cell is a hair cell that acts as a sensory receptor + of the neuromast; it is morphologically polarized as a result of the relative + position of the single kinocilium and the clusters of stereocilia on its + apical surface. + meaning: CL:0000856 + title: neuromast hair cell + CL:2000057: + text: CL:2000057 + description: Any osteoblast that is part of a femur. + meaning: CL:2000057 + title: femural osteoblast + CL:1000436: + text: CL:1000436 + description: An epithelial cell that is part of the lacrimal sac. + meaning: CL:1000436 + title: epithelial cell of lacrimal sac + CL:0000062: + text: CL:0000062 + description: Skeletogenic cell that secretes osteoid, is capable of producing + mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid + tissue, and arises from the transformation of a preosteoblast cell. + meaning: CL:0000062 + title: osteoblast + CL:2000063: + text: CL:2000063 + description: Any fibroblast that is part of a female gonad. + meaning: CL:2000063 + title: ovarian fibroblast + CL:0000835: + text: CL:0000835 + description: The most primitive precursor in the granulocytic series, having + fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic + ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in + the bone marrow. + meaning: CL:0000835 + title: myeloblast + CL:4023086: + text: CL:4023086 + description: A Martinotti neuron that has axons that form a horizontal ramification, + making it T-shaped. + meaning: CL:4023086 + title: T Martinotti neuron + CL:0002315: + text: CL:0002315 + description: An epithelial supporting cell located in the cochlea. + meaning: CL:0002315 + title: supporting cell of cochlea + CL:0000658: + text: CL:0000658 + description: An epithelial cell that secretes cuticle. + meaning: CL:0000658 + title: cuticle secreting cell + CL:0000166: + text: CL:0000166 + description: A cell that stores epinephrine secretory vesicles. During times + of stress, the nervous system signals the vesicles to secrete their hormonal + content. Their name derives from their ability to stain a brownish color + with chromic salts. Characteristically, they are located in the adrenal + medulla and paraganglia of the sympathetic nervous system. + meaning: CL:0000166 + title: chromaffin cell + CL:0000419: + text: CL:0000419 + description: An epithelial fate stem cell found in flatworms. + meaning: CL:0000419 + title: seam cell + CL:0000978: + text: CL:0000978 + description: A short lived plasma cell that secretes IgM. + meaning: CL:0000978 + title: IgM short lived plasma cell + CL:1000692: + text: CL:1000692 + description: A fibroblast that is part of an interstitial compartment of a + kidney. + meaning: CL:1000692 + title: kidney interstitial fibroblast + CL:0002624: + text: CL:0002624 + description: A paneth cell of the appendix. + meaning: CL:0002624 + title: paneth cell of the appendix + CL:0009096: + text: CL:0009096 + description: Any cell that is part of the esophageal non-keratinized stratified + squamous epithelium. In humans, the esophagus, which requires flexibility + to accommodate swallowing of a bolus, is covered with a non-keratinized + epithelium. + meaning: CL:0009096 + title: esophagus non-keratinized squamous epithelial cell + CL:1000369: + text: CL:1000369 + description: A transitional myocyte that is part of the septal division of + left branch of atrioventricular bundle. + meaning: CL:1000369 + title: transitional myocyte of septal division of left branch of atrioventricular + bundle + CL:4030022: + text: CL:4030022 + description: A fibroblast that is located in the renal medulla interstitium. + meaning: CL:4030022 + title: renal medullary fibroblast + CL:0000115: + text: CL:0000115 + description: An endothelial cell comprises the outermost layer or lining of + anatomical structures and can be squamous or cuboidal. In mammals, endothelial + cell has vimentin filaments and is derived from the mesoderm. + meaning: CL:0000115 + title: endothelial cell + CL:1000426: + text: CL:1000426 + description: A chromaffin cell that is part of the adrenal gland. + meaning: CL:1000426 + title: chromaffin cell of adrenal gland + CL:0004121: + text: CL:0004121 + description: A retinal ganglion cell B that has a very small but very dense + dendritic field, and has post synaptic terminals in S2. + meaning: CL:0004121 + title: retinal ganglion cell B2 + CL:1000371: + text: CL:1000371 + description: A transitional myocyte that is part of the right branch of atrioventricular + bundle. + meaning: CL:1000371 + title: transitional myocyte of right branch of atrioventricular bundle + CL:0009102: + text: CL:0009102 + description: "A specialized, fibroblastic reticular cell of mesenchymal origin\ + \ found in lymph nodes. In human, it expresses several markers common to\ + \ myofibroblasts (desmin, vimentin, CD73, CD90, \u03B1-smooth muscle actin\ + \ (\u03B1SMA)), and can be differentiated from endothelial cells by its\ + \ lack of CD31 expression. These cells are critical for the overall organization\ + \ and function of the lymph node. Lymph node fibroblastic reticular cells\ + \ (FRCs) can be further classified based on their location, function, and\ + \ unique marker expression." + meaning: CL:0009102 + title: lymph node fibroblastic reticular cell + CL:0002635: + text: CL:0002635 + description: A nonkeratinized epithelial cell of the anal canal. + meaning: CL:0002635 + title: nonkeratinized epithelial cell of anal column + CL:0002189: + text: CL:0002189 + description: A keratinocyte of the epidermis that is characterized by containing + granules of keratohyalin and lamellar granules. + meaning: CL:0002189 + title: granular cell of epidermis + CL:0000042: + text: CL:0000042 + description: A myeloblast committed to the neutrophil lineage. This cell type + is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and + has low expression of PU.1 transcription factor. + meaning: CL:0000042 + title: neutrophilic myeloblast + CL:4033044: + text: CL:4033044 + description: An epithelial cell part of respiratory tract epithelium that + is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, + a required step for multiciliogenesis. + meaning: CL:4033044 + title: deuterosomal cell + CL:0000520: + text: CL:0000520 + meaning: CL:0000520 + title: prokaryotic cell + CL:1000341: + text: CL:1000341 + description: An enterocyte that is part of the epithelium proper of jejunum. + meaning: CL:1000341 + title: enterocyte of epithelium proper of jejunum + CL:0000950: + text: CL:0000950 + description: A plasmablast that secretes IgE. + meaning: CL:0000950 + title: IgE plasmablast + CL:0000049: + text: CL:0000049 + description: A progenitor cell committed to myeloid lineage, including the + megakaryocyte and erythroid lineages. + meaning: CL:0000049 + title: common myeloid progenitor + CL:0000831: + text: CL:0000831 + description: A progenitor cell of the mast cell lineage. Markers for this + cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, + and lineage-negative. + meaning: CL:0000831 + title: mast cell progenitor + CL:4023119: + text: CL:4023119 + description: A subpopulation of amacrine cell that migrate further than other + amacrine cells, and come to lie basal to the inner plexiform layer (IPL) + in the ganglion cell layer. Displaced amacrine cells still have their neurites + extending apically into the IPL, and therefore exhibit an inverted polarity + with respect to the other amacrine cells. + meaning: CL:4023119 + title: displaced amacrine cell + CL:0000645: + text: CL:0000645 + description: A glial cell of astrocytic lineage with long processes running + parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. + These processes form a three-dimensional network among the axons of the + hypothalamic neurosecretory cells and are connected by gap junctions which + provide for their metabolic coupling. This cell type constitutes most of + the nonexcitable tissue in the neurohypophsis; function may include possibly + acting as an intermediate in the modulation of oxytocin and vasopressin + release. This cell type is highly variable in size and shape and commonly + contain lipid droplets and deposits of lipochrome pigment. + meaning: CL:0000645 + title: pituicyte + CL:0000755: + text: CL:0000755 + description: An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The dendritic tree is delicate and the dendritic tips appear + small when compared with type 1 cells. The axon terminal is stratified and + restricted to sublamina 2 of the inner plexiform layer. + meaning: CL:0000755 + title: type 3 cone bipolar cell (sensu Mus) + CL:0002290: + text: CL:0002290 + description: A sperm bearing a Y chromosome. Chromosomal and genetic sex is + established at fertilization in mammals and depends upon whether an X-bearing + sperm or a Y-bearing sperm fertilizes the X-bearing ovum. + meaning: CL:0002290 + title: Y chromosome-bearing sperm cell + CL:0000866: + text: CL:0000866 + description: A tissue-resident macrophage resident found in the thymus, involved + in the clearance of apoptotic thymocytes. + meaning: CL:0000866 + title: thymic macrophage + CL:0000382: + text: CL:0000382 + description: A cell that is part of a scolopidium and surrounds the dendrite + of a scolopidial neuron. + meaning: CL:0000382 + title: scolopale cell + CL:4023043: + text: CL:4023043 + description: A near-projecting glutamatergic neuron with a soma found in layer + 5/6 of the primary motor cortex. + meaning: CL:4023043 + title: L5/6 near-projecting glutamatergic neuron of the primary motor cortex + CL:0002132: + text: CL:0002132 + description: A stomal cell of the ovary + meaning: CL:0002132 + title: stromal cell of ovary + CL:0000947: + text: CL:0000947 + description: A long lived plasma cell that secretes IgE. + meaning: CL:0000947 + title: IgE plasma cell + CL:0002034: + text: CL:0002034 + description: A hematopoietic stem cell with long term self renewal capability. + This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative + and Flt3-negative. + meaning: CL:0002034 + title: long term hematopoietic stem cell + CL:0008024: + text: CL:0008024 + description: An endocrine cell that is part of the pancreas. + meaning: CL:0008024 + title: pancreatic endocrine cell + CL:0002552: + text: CL:0002552 + description: Any fibroblast that is part of some gingiva. + meaning: CL:0002552 + title: fibroblast of gingiva + CL:0000227: + text: CL:0000227 + description: Any cell that has characteristic some binucleate. + meaning: CL:0000227 + title: binucleate cell + CL:2000071: + text: CL:2000071 + description: Any microvascular endothelial cell that is part of a breast. + meaning: CL:2000071 + title: mammary microvascular endothelial cell + CL:0000882: + text: CL:0000882 + description: A thymic macrophage found in the thymic medulla. + meaning: CL:0000882 + title: thymic medullary macrophage + CL:0000551: + text: CL:0000551 + meaning: CL:0000551 + title: unimodal nocireceptor + CL:0000926: + text: CL:0000926 + description: A mature NK T cell that secretes interferon-gamma and enhances + type 1 immune responses. + meaning: CL:0000926 + title: CD4-positive type I NK T cell secreting interferon-gamma + CL:0002124: + text: CL:0002124 + description: A circulating gamma-delta T cell that is CD27-positive and capable + of producing IFN-gamma. + meaning: CL:0002124 + title: CD27-positive gamma-delta T cell + CL:0010008: + text: CL:0010008 + description: Any endothelial cell that is part of some heart. + meaning: CL:0010008 + title: cardiac endothelial cell + CL:0000731: + text: CL:0000731 + description: A cell of a layer of transitional epithelium in the wall of the + proximal urethra, bladder, ureter or renal pelvis, external to the lamina + propria. + meaning: CL:0000731 + title: urothelial cell + CL:0009090: + text: CL:0009090 + description: An adult endothelial progenitor cell that is resident of adult + vasculature and capable of differentiating to regenerate endothelial cell + populations. Endothelial colony forming cells are characterised in vivo + by clonal proliferative status, de novo vessel formation, homing to ischemic + sites and paracrine support of angiogenesis. These cells are phenotypically + similar to endothelial cells. + meaning: CL:0009090 + title: endothelial colony forming cell + CL:0009067: + text: CL:0009067 + description: An enterocyte found in the small intestine of newborn mammals + and characterized by the presence of an apical canalicular system (ACS) + leading to production of large vacuoles, important for colostral macromolecule + uptake. After birth, the vacuolated fetal-type enterocytes are replaced + with enterocytes lacking an ACS. + meaning: CL:0009067 + title: vacuolated fetal-type enterocyte + CL:0002059: + text: CL:0002059 + description: A conventional thymic dendritic cell that is CD8alpha-positive. + meaning: CL:0002059 + title: CD8alpha-positive thymic conventional dendritic cell + CL:0002460: + text: CL:0002460 + description: A conventional thymic dendritic cell that is CD8alpha-negative. + meaning: CL:0002460 + title: CD8alpha-negative thymic conventional dendritic cell + CL:0000286: + text: CL:0000286 + description: A cell of a filament of a fungal mycelium. + meaning: CL:0000286 + title: hyphal cell + CL:4023154: + text: CL:4023154 + description: A glial cell that myelinates axonal processes. + meaning: CL:4023154 + title: myelinating glial cell + CL:0004253: + text: CL:0004253 + description: An amicrine that has a wide dendritic field. + meaning: CL:0004253 + title: wide field retinal amacrine cell + CL:0019015: + text: CL:0019015 + description: An eosinophil with a ring-shaped nucleus that is resident in + the lung parenchyma. In mouse, lung parenchyma resident eosinophils are + IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they + are Siglec-8+ CD62L+ IL-3R(low). + meaning: CL:0019015 + title: lung parenchyma resident eosinophil + CL:1001096: + text: CL:1001096 + description: Any endothelial cell that is part of some renal afferent arteriole. + meaning: CL:1001096 + title: kidney afferent arteriole endothelial cell + CL:0000192: + text: CL:0000192 + description: A non-striated, elongated, spindle-shaped cell found lining the + digestive tract, uterus, and blood vessels. They develop from specialized + myoblasts (smooth muscle myoblast). + meaning: CL:0000192 + title: smooth muscle cell + CL:1000719: + text: CL:1000719 + description: Any renal intercalated cell that is part of some inner medullary + collecting duct. + meaning: CL:1000719 + title: kidney inner medulla collecting duct intercalated cell + CL:1000343: + text: CL:1000343 + description: A paneth cell that is part of the epithelium of small intestine. + meaning: CL:1000343 + title: paneth cell of epithelium of small intestine + CL:0000590: + text: CL:0000590 + description: A progesterone secreting cell in the corpus luteum that develops + from theca cells. + meaning: CL:0000590 + title: small luteal cell + CL:0000533: + text: CL:0000533 + description: A primary neuron (sensu Teleostei) that has a motor function. + meaning: CL:0000533 + title: primary motor neuron (sensu Teleostei) + CL:0001011: + text: CL:0001011 + description: Immature interstitial dendritic cell is a interstitial dendritic + cell that is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001011 + title: immature interstitial dendritic cell + CL:0000718: + text: CL:0000718 + description: A cell of an ommatidium that secretes lens materials. + meaning: CL:0000718 + title: compound eye cone cell + CL:0000684: + text: CL:0000684 + meaning: CL:0000684 + title: littoral cell of liver + CL:4030068: + text: CL:4030068 + description: 'A transcriptomically distinct intratelencepalic-projecting glutamatergic + neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic + reference data for this cell type can be found on the CellxGene census under + the collection: ''Transcriptomic cytoarchitecture reveals principles of + human neocortex organization'', dataset: ''Supercluster: IT-projecting excitatory + neurons'', Author Categories: ''CrossArea_cluster'', L6 IT Car3.' + meaning: CL:4030068 + title: L6 intratelencephalic projecting Car3 glutamatergic neuron + CL:0002087: + text: CL:0002087 + description: A leukocyte that lacks granules. + meaning: CL:0002087 + title: nongranular leukocyte + CL:0000952: + text: CL:0000952 + description: An preBRC-positive large pre-B-II cell is a large pre-B-II cell + that is pre-B cell receptor-positive, composed of surrogate light chain + protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with + immunoglobulin mu heavy chain (IgHmu) on the cell surface. + meaning: CL:0000952 + title: preBCR-positive large pre-B-II cell + CL:1000300: + text: CL:1000300 + description: A fibroblast that is part of the outer membrane of prostatic + capsule. + meaning: CL:1000300 + title: fibroblast of outer membrane of prostatic capsule + CL:0000526: + text: CL:0000526 + description: A neuron which conveys sensory information centrally from the + periphery. + meaning: CL:0000526 + title: afferent neuron + CL:0002537: + text: CL:0002537 + description: A mesenchymal stem cell of the amnion membrane. + meaning: CL:0002537 + title: amnion mesenchymal stem cell + CL:1000481: + text: CL:1000481 + description: A transitional myocyte that is part of the atrioventricular bundle. + meaning: CL:1000481 + title: transitional myocyte of atrioventricular bundle + CL:0002000: + text: CL:0002000 + description: An erythroid progenitor cell is Kit-positive, Ly6A-negative, + CD41-negative, CD127-negative, and CD123-negative. This cell type is also + described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, + CD105-positive, and FcgR-negative. + meaning: CL:0002000 + title: Kit-positive erythroid progenitor cell + CL:0004138: + text: CL:0004138 + description: A retinal ganglion A cell with dense arbor near soma. + meaning: CL:0004138 + title: retinal ganglion cell A2 + CL:0000700: + text: CL:0000700 + description: A neuron that releases dopamine as a neurotransmitter. + meaning: CL:0000700 + title: dopaminergic neuron + CL:0000863: + text: CL:0000863 + description: An elicited macrophage that is recruited into the tissues in + response to injury and infection as part of an inflammatory response, expresses + high levels of pro-inflammatory cytokines, ROS and NO, and shows potent + microbicidal activity. + meaning: CL:0000863 + title: inflammatory macrophage + CL:0002477: + text: CL:0002477 + description: A macrophage located in adipose tissue that is CD45-positive, + CD11c-positive, and SIRPa-positive. + meaning: CL:0002477 + title: adipose macrophage + CL:0002182: + text: CL:0002182 + description: A simple columnar cell that populates the entire luminal surface + including the gastric pits. This cell types secrete mucus to form a thick + protective, lubricant layer over the gastric wall. + meaning: CL:0002182 + title: surface mucosal cell of stomach + CL:0000333: + text: CL:0000333 + description: A cell derived from the specialized ectoderm flanking each side + of the embryonic neural plate, which after the closure of the neural tube, + forms masses of cells that migrate out from the dorsal aspect of the neural + tube to spread throughout the body. + meaning: CL:0000333 + title: migratory neural crest cell + CL:0002345: + text: CL:0002345 + description: An immature natural killer cell that is NK1.1-positive, DX5-positive, + Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers + in the liver. + meaning: CL:0002345 + title: CD27-low, CD11b-low immature natural killer cell, mouse + CL:0002090: + text: CL:0002090 + description: One of two small cells formed by the first and second meiotic + division of oocytes. + meaning: CL:0002090 + title: polar body + CL:0002615: + text: CL:0002615 + description: An adipocyte that is part of omentum tissue. + meaning: CL:0002615 + title: adipocyte of omentum tissue + CL:0001042: + text: CL:0001042 + description: CD4-positive, alpha-beta T cell that produces IL-22. + meaning: CL:0001042 + title: T-helper 22 cell + CL:0009010: + text: CL:0009010 + description: Transit-amplifying cells (TACs) are an undifferentiated population + in transition between stem cells and differentiated cells. + meaning: CL:0009010 + title: transit amplifying cell + CL:4030029: + text: CL:4030029 + description: A lymphocyte located in blood. + meaning: CL:4030029 + title: blood lymphocyte + CL:1000708: + text: CL:1000708 + description: Any ureteral cell that is part of some adventitia of ureter. + meaning: CL:1000708 + title: ureter adventitial cell + CL:0000707: + text: CL:0000707 + meaning: CL:0000707 + title: R7 photoreceptor cell + CL:0009100: + text: CL:0009100 + description: A fibroblast located in the portal triad. Hepatic portal fibroblast + are a non-parenchymal cell population located adjacent to bile duct epithelia + in liver and are distinct from stellate cells. They differentiate into fibrogenic + myofibroblasts during chronic injury states producing high levels of collagen. + meaning: CL:0009100 + title: hepatic portal fibroblast + CL:0011001: + text: CL:0011001 + description: A motor neuron that passes from the spinal cord toward or to + a muscle and conducts an impulse that causes movement. + meaning: CL:0011001 + title: spinal cord motor neuron + CL:0011111: + text: CL:0011111 + description: A neuroendocrine cell that secretes gonadotropin-releasing hormone + (GnRH). A GnRH neuron is born in the nasal placode during embryonic development + and migrates through the nose and forebrain to the hypothalamus. This cell + regulates reproduction by secreting GnRH into the pituitary portal vessels + to induce the release of gonadotropins into the general circulation. + meaning: CL:0011111 + title: gonadotropin-releasing hormone neuron + CL:1001320: + text: CL:1001320 + description: Any cell that is part of some urethra. + meaning: CL:1001320 + title: urethra cell + CL:1000311: + text: CL:1000311 + description: An adipocyte that is part of the epicardial fat of left ventricle. + meaning: CL:1000311 + title: adipocyte of epicardial fat of left ventricle + CL:0002484: + text: CL:0002484 + description: A melanocyte that produces pigment in the epithelium. + meaning: CL:0002484 + title: epithelial melanocyte + CL:0000326: + text: CL:0000326 + meaning: CL:0000326 + title: glycogen accumulating cell + CL:0001055: + text: CL:0001055 + description: An intermediate monocyte that is CD14-positive and with low amounts + of CD16. + meaning: CL:0001055 + title: CD14-positive, CD16-low monocyte + CL:0000750: + text: CL:0000750 + description: A bipolar neuron found in the retina and having connections with + photoreceptors cells and neurons in the outer half of the inner plexiform + layer. These cells depolarize in response to light to dark transition. + meaning: CL:0000750 + title: OFF-bipolar cell + CL:4042013: + text: CL:4042013 + description: 'A transcriptomically distinct lamp5 GABAergic cortical interneuron + located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard + transcriptomic reference data for this cell type can be found on the CellxGene + census under the collection: ''Transcriptomic cytoarchitecture reveals principles + of human neocortex organization'', dataset: ''Supercluster: CGE-derived + interneurons'', Author Categories: ''CrossArea_subclass'', Lamp5 Lhx6.' + meaning: CL:4042013 + title: Lamp5 Lhx6 neuron + CL:1000443: + text: CL:1000443 + description: A smooth muscle cell that is part of the ciliary body. + meaning: CL:1000443 + title: ciliary muscle cell + CL:0000709: + text: CL:0000709 + meaning: CL:0000709 + title: R8 photoreceptor cell + CL:0000083: + text: CL:0000083 + description: An epithelial cell of the pancreas. + meaning: CL:0000083 + title: epithelial cell of pancreas + CL:4030047: + text: CL:4030047 + description: A DRD2-expressing medium spiny neuron that is part of a matrix + compartment of dorsal striatum. + meaning: CL:4030047 + title: matrix D2 medium spiny neuron + CL:0000007: + text: CL:0000007 + description: A cell found in the embryo before the formation of all the gem + layers is complete. + meaning: CL:0000007 + title: early embryonic cell (metazoa) + CL:0008026: + text: CL:0008026 + description: An epithelial cell that is part of the epithelium of a tracheal + tube in an open tracheal system, such as that found in insects. + meaning: CL:0008026 + title: open tracheal system tracheocyte + CL:0002486: + text: CL:0002486 + description: A melanocyte located between the epithelial marginal cell layer + and the mesodermal basal cell layer within the intrastrial space; the predominant + cellular component of the electrogenic machinery that generates an endocochlear + potential (80-100 mV) . + meaning: CL:0002486 + title: strial intermediate cell + CL:0009083: + text: CL:0009083 + description: The human equivalent of a DN4 thymocyte. + meaning: CL:0009083 + title: rearranging double negative thymocyte (Homo sapiens) + CL:0002213: + text: CL:0002213 + description: A muscle cell with low content of myoglobin and other oxygen + storing proteins. This muscle cell has a white appearance. + meaning: CL:0002213 + title: white muscle cell + CL:2000038: + text: CL:2000038 + description: Any neuromast mantle cell that is part of a posterior lateral + line. + meaning: CL:2000038 + title: posterior lateral line neuromast mantle cell + CL:0003013: + text: CL:0003013 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field, a medium dendritic arbor, and a long secondary dendrite shaft with + post synaptic terminals in sublaminar layer S4. + meaning: CL:0003013 + title: G10 retinal ganglion cell + CL:1000445: + text: CL:1000445 + description: A myoepithelial cell that is part of the dilatator pupillae. + meaning: CL:1000445 + title: myoepithelial cell of dilator pupillae + CL:4033033: + text: CL:4033033 + description: An OFF bipolar cell with a small dendritic tree that provides + most of the triad-associated basal (flat) contacts at cone pedicles. + meaning: CL:4033033 + title: flat midget bipolar cell + CL:0000825: + text: CL:0000825 + description: A lymphoid progenitor cell that is committed to the natural killer + cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the + phenotypic characteristics of later stages of natural killer cell development + such as expression of NK activating and inhibitory molecules. In human this + cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, + and CD161 negative. + meaning: CL:0000825 + title: pro-NK cell + CL:1000495: + text: CL:1000495 + description: A goblet cell that is part of the small intestine. + meaning: CL:1000495 + title: small intestine goblet cell + CL:2000068: + text: CL:2000068 + description: Any fibroblast that is part of a pericardium. + meaning: CL:2000068 + title: pericardium fibroblast + CL:0004228: + text: CL:0004228 + description: An amacrine cell with a small dendritic field that has post-synaptic + terminals in S1, S2, S3, and S4. + meaning: CL:0004228 + title: broad diffuse amacrine cell + CL:1001607: + text: CL:1001607 + description: Chondrocyte forming the hyaline cartilage found in joints. + meaning: CL:1001607 + title: articular chondrocyte + CL:4028003: + text: CL:4028003 + description: An alveolar capillary endothelial cell that is located proximally + to alveolar capillary type 1 endothelial cells and in close apposition to + alveolar type 1 epithelial cells (also known as type I pneumocytes). + meaning: CL:4028003 + title: alveolar capillary type 2 endothelial cell + CL:0000247: + text: CL:0000247 + description: Type of neuron that is a primary mechanosensory cell, with peripheral + neurites innervating the skin with free nerve endings. + meaning: CL:0000247 + title: Rohon-Beard neuron + CL:0005006: + text: CL:0005006 + description: Specialized epithelial cells involved in the maintenance of osmotic + homeostasis. They are characterized by abundant mitochondria and ion transporters. + In amniotes, they are present in the renal system. In freshwater fish, ionocytes + in the skin and gills help maintain osmotic homeostasis by absorbing salt + from the external environment. + meaning: CL:0005006 + title: ionocyte + CL:0002061: + text: CL:0002061 + description: A T-helper cell that is characterized by secreting interleukin + 9 and responding to helminth infections. This cell-type can derives from + Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production + is surpressed. + meaning: CL:0002061 + title: T-helper 9 cell + CL:0002580: + text: CL:0002580 + description: A preadipocyte that is part of the breast. + meaning: CL:0002580 + title: preadipocyte of the breast + CL:0002229: + text: CL:0002229 + description: A chief cell that is bigger than dark chief cells and has a larger + and lighter nucleus and a cytoplasm with few granules. + meaning: CL:0002229 + title: light chief cell of parathyroid gland + CL:1001064: + text: CL:1001064 + meaning: CL:1001064 + title: kidney artery smooth muscle cell + CL:4030021: + text: CL:4030021 + description: A renal beta-intercalated cell that is part of the renal connecting + tubule. + meaning: CL:4030021 + title: kidney connecting tubule beta-intercalated cell + CL:0000846: + text: CL:0000846 + description: An epithelial cell of the vestibular sensory organ that is characterized + by intense enzymatic activities and numerous basal membrane infoldings. + meaning: CL:0000846 + title: vestibular dark cell + CL:0002469: + text: CL:0002469 + description: Gr1-high monocyte that lacks MHC-II receptor complex. + meaning: CL:0002469 + title: MHC-II-negative classical monocyte + CL:1000466: + text: CL:1000466 + description: A chromaffin cell that is part of the right ovary. + meaning: CL:1000466 + title: chromaffin cell of right ovary + CL:0005013: + text: CL:0005013 + description: A ciliated epithelial cell with a single cilium. + meaning: CL:0005013 + title: single ciliated epithelial cell + CL:0000176: + text: CL:0000176 + description: Any secretory cell that is capable of some ecdysteroid secretion. + meaning: CL:0000176 + title: ecdysteroid secreting cell + CL:0009050: + text: CL:0009050 + description: A B cell that is located in the anorectum. + meaning: CL:0009050 + title: B cell of anorectum + CL:1000305: + text: CL:1000305 + description: A fibroblast that is part of the connective tissue of glandular + part of prostate. + meaning: CL:1000305 + title: fibroblast of connective tissue of glandular part of prostate + CL:0002003: + text: CL:0002003 + description: An erythroid progenitor cell that is CD34-positive and is GlyA-negative. + meaning: CL:0002003 + title: CD34-positive, GlyA-negative erythroid progenitor cell + CL:0002164: + text: CL:0002164 + description: A rod-shaped cell found in 3 or 4 rows that lie adjacent to and + support the outer hair cells. + meaning: CL:0002164 + title: external pillar cell of cochlea + CL:0002135: + text: CL:0002135 + description: Epidermal cells that do not contain keratin. Cell type is usually + associated with moist epidermal tissues. + meaning: CL:0002135 + title: nonkeratinized cell of epidermis + CL:4023027: + text: CL:4023027 + description: A sst GABAergic cortical interneuron with a soma found in L5 + and possesses 'T-shaped' Martinotti morphologies with local axonal plexus + in L5a and translaminar axons restricted to the uppermost part of L1. They + show low-threshold spiking patterns with strong rebound firing, and inhibit + the L1 apical tuft of nearby pyramidal cells. + meaning: CL:4023027 + title: L5 sst T-Martinotti interneuron (Mmus) + CL:0000179: + text: CL:0000179 + description: Any secretory cell that is capable of some progesterone secretion. + meaning: CL:0000179 + title: progesterone secreting cell + CL:0002082: + text: CL:0002082 + description: A chromaffin cell of the adrenal medulla that produces epinephrine. + meaning: CL:0002082 + title: type II cell of adrenal medulla + CL:0000094: + text: CL:0000094 + description: A leukocyte with abundant granules in the cytoplasm. + meaning: CL:0000094 + title: granulocyte + CL:0003038: + text: CL:0003038 + description: An M7 retinal ganglion cells with synaptic terminals in S2 and + is depolarized by decreased illumination of their receptive field center + meaning: CL:0003038 + title: M7-OFF retinal ganglion cell + CL:0002369: + text: CL:0002369 + description: A differentiated form of a fungus produced during or as a result + of an asexual or sexual reproductive process; usually a cell with a thick + cell wall that stores and protects one or more nuclei. Spores may be produced + in response to, and are characteristically resistant to, adverse environmental + conditions. + meaning: CL:0002369 + title: fungal spore + CL:1000716: + text: CL:1000716 + description: Principal cell that is part of some outer medullary collecting + duct. It is known in some mammalian species that this cell may express the + epithelial sodium channel (ENaC). + meaning: CL:1000716 + title: kidney outer medulla collecting duct principal cell + CL:0000970: + text: CL:0000970 + description: An unswitched memory B cell is a memory B cell that has the phenotype + IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, + IgE-negative, and IgA-negative. + meaning: CL:0000970 + title: unswitched memory B cell + CL:0003002: + text: CL:0003002 + description: A retinal ganglion cell that has a small dendritic field and + a medium dendritic arbor with post sympatic terminals in sublaminar layer + S3. + meaning: CL:0003002 + title: G1 retinal ganglion cell + CL:0000454: + text: CL:0000454 + description: A cell capable of producing epinephrine. Epiniphrine is synthesized + from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase + enzyme, which is expressed in the adrenal glands, androgenic neurons, and + in other cell types. + meaning: CL:0000454 + title: epinephrine secreting cell + CL:0002561: + text: CL:0002561 + description: An epithelial cell that is part of the outer root sheath. + meaning: CL:0002561 + title: outer root sheath cell + CL:0000477: + text: CL:0000477 + description: A somatic epithelial cell of the insect egg chamber. + meaning: CL:0000477 + title: follicle cell of egg chamber + CL:0000674: + text: CL:0000674 + description: A follicle cell that is part of the stalk connecting adjacent + egg chambers. + meaning: CL:0000674 + title: interfollicle cell + CL:0003029: + text: CL:0003029 + description: A monostratified retinal ganglion cell that has a small soma, + a small dendrite field with a dense dendrite arbor, and post synaptic terminals + in sublaminer layer S2 and S3. + meaning: CL:0003029 + title: M2 retinal ganglion cell + CL:4023162: + text: CL:4023162 + description: A neuron found in the anterior part of the ventral cochlear nucleus + that has the appearance of bushes, having short dendrites. Bushy cells give + outputs to different parts of the superior olivary complex. + meaning: CL:4023162 + title: bushy cell + CL:1001599: + text: CL:1001599 + description: 'Glandular cell of exocrine pancreas epithelium. Example: pancreatic + acinar cell, glandular cells in pancreatic canaliculi, glandular cells in + pancreatic ducts.' + meaning: CL:1001599 + title: pancreas exocrine glandular cell + CL:1001577: + text: CL:1001577 + description: Squamous cell of tonsil epithelium. + meaning: CL:1001577 + title: tonsil squamous cell + CL:0008009: + text: CL:0008009 + description: A visceral muscle that is transversely striated. Examples include + the visceral muscle cells of arthropods. + meaning: CL:0008009 + title: transversely striated visceral muscle cell + CL:0003030: + text: CL:0003030 + description: A monostratified retinal ganglion cell that has a medium soma + and a small dendrite field. + meaning: CL:0003030 + title: M3 retinal ganglion cell + CL:0003022: + text: CL:0003022 + description: A retinal ganglion cell C outer that has medium dendritic density + and field size. + meaning: CL:0003022 + title: retinal ganglion cell C5 + CL:0002101: + text: CL:0002101 + description: A CD38-positive naive B cell is a mature B cell that has the + phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and + CD27-negative, and that has not yet been activated by antigen in the periphery. + meaning: CL:0002101 + title: CD38-positive naive B cell + CL:0009032: + text: CL:0009032 + description: A B cell that is located in a vermiform appendix. + meaning: CL:0009032 + title: B cell of appendix + CL:1001138: + text: CL:1001138 + description: Any kidney cortex artery cell that is part of some interlobular + artery. + meaning: CL:1001138 + title: interlobular artery cell + CL:0002461: + text: CL:0002461 + description: A conventional dendritic cell that is CD103-positive. This cell + type is usually found in non-lymphoid tissue. + meaning: CL:0002461 + title: CD103-positive dendritic cell + CL:0000635: + text: CL:0000635 + description: The outer phalangeal cells of the organ of Corti. This cell holds + the base of the hair cell in a cup-shaped depression. + meaning: CL:0000635 + title: Deiter's cell + CL:0002366: + text: CL:0002366 + description: A smooth muscle cell of the myometrium that enlarges and stretches + during pregnancy, and contracts in response to oxytocin. + meaning: CL:0002366 + title: myometrial cell + CL:0002441: + text: CL:0002441 + description: A NK1.1-positive T cell that is CD94-positive. + meaning: CL:0002441 + title: CD94-positive natural killer cell, mouse + CL:0002079: + text: CL:0002079 + description: Epithelial cell found in the ducts of the pancreas. This cell + type contributes to the high luminal pH. + meaning: CL:0002079 + title: pancreatic ductal cell + CL:0002655: + text: CL:0002655 + description: An epithelial cell of stratum spinosum of esophageal epithelium. + meaning: CL:0002655 + title: epithelial cell of stratum spinosum of esophageal epithelium + CL:4033036: + text: CL:4033036 + description: An OFF bipolar cell that is fovea-specific and expresses FEZF1, + NXPH1 and NXPH2. + meaning: CL:4033036 + title: OFFx cell + CL:0002255: + text: CL:0002255 + description: A stromal cell of the endometrium that is fibroblastic in appearance. + During decidualization this cell may differentiate into a decidual stromal + cell. + meaning: CL:0002255 + title: stromal cell of endometrium + CL:0002553: + text: CL:0002553 + description: A fibroblast that is part of lung. + meaning: CL:0002553 + title: fibroblast of lung + CL:0002476: + text: CL:0002476 + description: A tissue-resident macrophage located in the bone marrow. This + cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, + F4/80-positive. + meaning: CL:0002476 + title: bone marrow macrophage + CL:0002568: + text: CL:0002568 + description: A mesenchymal stem cell that is part of Wharton's jelly. + meaning: CL:0002568 + title: mesenchymal stem cell of Wharton's jelly + CL:0017001: + text: CL:0017001 + description: A mesodermal cell that is part of the splanchnic layer of lateral + plate mesoderm. + meaning: CL:0017001 + title: splanchnic mesodermal cell + CL:0002071: + text: CL:0002071 + description: Columnar cell which populate the epithelium of large intestine + and absorb water. This cell is the most numerous of the epithelial cell + types in the large intestine; bear apical microvilli, contain secretory + granules in their apical cytoplasm; secretion appears to be largely mucins, + but is also rich in antibodies of the IgA type. + meaning: CL:0002071 + title: enterocyte of epithelium of large intestine + CL:4030010: + text: CL:4030010 + description: A brush border cell that is part of segment 2 (S2) of the proximal + tubule epithelium, located in the renal cortex. In addition to its reabsorptive + functions, it is also specialized in the secretion of organic anions and + cations, including para-aminohippurate. + meaning: CL:4030010 + title: epithelial cell of proximal tubule segment 2 + CL:0000869: + text: CL:0000869 + description: A gut-associated lymphoid tissue macrophage found in tonsils. + meaning: CL:0000869 + title: tonsillar macrophage + CL:0000903: + text: CL:0000903 + description: CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, + CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function. + meaning: CL:0000903 + title: natural T-regulatory cell + CL:4023069: + text: CL:4023069 + description: A GABAergic cortical interneuron that develops from the medial + ganglionic eminence and has migrated to the cerebral cortex. + meaning: CL:4023069 + title: medial ganglionic eminence derived GABAergic cortical interneuron + CL:0002226: + text: CL:0002226 + description: A secondary lens fiber cell that lacks a nucleus. + meaning: CL:0002226 + title: non-nucleated secondary lens fiber + CL:0000448: + text: CL:0000448 + description: An adipocyte with light coloration and few mitochondria. It contains + a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole. + meaning: CL:0000448 + title: white adipocyte + CL:0000630: + text: CL:0000630 + description: A cell whose primary function is to support other cell types. + meaning: CL:0000630 + title: supporting cell + CL:0002585: + text: CL:0002585 + description: A blood vessel endothelial cell that is part of the retina. + meaning: CL:0002585 + title: retinal blood vessel endothelial cell + CL:0000976: + text: CL:0000976 + description: A short lived plasma cell that secretes IgA. These cells may + be found in the bone marrow as well as in the mucosal immune system. + meaning: CL:0000976 + title: IgA short lived plasma cell + CL:0008006: + text: CL:0008006 + description: A myoblast that detemines the properties (size, shape and attachment + to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops + into a somatic muscle myotube via fusion with `fusion component myoblasts` + (CL:0000621). + meaning: CL:0008006 + title: muscle founder cell + CL:0002487: + text: CL:0002487 + description: A neuronal receptor that respond to mechanical pressure or distortion + in the skin. + meaning: CL:0002487 + title: cutaneous/subcutaneous mechanoreceptor cell + CL:1000547: + text: CL:1000547 + description: An epithelial cell that is part of some inner medullary collecting + duct. + meaning: CL:1000547 + title: kidney inner medulla collecting duct epithelial cell + CL:0001202: + text: CL:0001202 + description: A plasmablast that is CD86-positive. + meaning: CL:0001202 + title: CD86-positive plasmablast + CL:4023071: + text: CL:4023071 + description: A GABAergic cortical interneuron that expresses cck. L5/6 cck + cells have soma found mainly in L5 and L6 and have large axonal arborization. + meaning: CL:4023071 + title: L5/6 cck GABAergic interneuron (Mmus) + CL:0011006: + text: CL:0011006 + description: An inhibitory GABAergic interneuron found in the cerebellar cortex. + meaning: CL:0011006 + title: Lugaro cell + CL:0002134: + text: CL:0002134 + description: A stromal cell of the ovarian medulla. + meaning: CL:0002134 + title: stromal cell of ovarian medulla + CL:0002500: + text: CL:0002500 + description: A P/D1 enteroendocrine cell that is Grimelius positive and stores + bombesin-like polypeptide. + meaning: CL:0002500 + title: P enteroendocrine cell + CL:0000666: + text: CL:0000666 + description: An endothelial cell that has small pores, or fenestrations, which + allow for the efficient exchange of substances between the blood and surrounding + tissues. + meaning: CL:0000666 + title: fenestrated endothelial cell + CL:0002663: + text: CL:0002663 + description: A myocardial endocrine cell that is part of the atrium. + meaning: CL:0002663 + title: myocardial endocrine cell of atrium + CL:0000329: + text: CL:0000329 + description: Any cell that is capable of some oxygen transport. + meaning: CL:0000329 + title: oxygen accumulating cell + CL:0000494: + text: CL:0000494 + description: A photoreceptor cell that detects ultraviolet light. + meaning: CL:0000494 + title: UV sensitive photoreceptor cell + CL:0002277: + text: CL:0002277 + description: An enteroendocrine cell commonest in the duodenum and jejunum, + rare in ileum, that secretes cholecystokinin. This cell type is involved + in the regulation of digestive enzymes and bile. + meaning: CL:0002277 + title: type I enteroendocrine cell + CL:0002010: + text: CL:0002010 + description: A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive + cell with intermediate expression of SIRP-alpha. + meaning: CL:0002010 + title: pre-conventional dendritic cell + CL:0002161: + text: CL:0002161 + description: A cell type found on the superficial layer of the external side + of the tympanic membrane. This cell-type lacks a nucleus. + meaning: CL:0002161 + title: superficial external epithelial cell of tympanic membrane + CL:0002231: + text: CL:0002231 + description: An epithelial cell of the prostate. + meaning: CL:0002231 + title: epithelial cell of prostate + CL:4030014: + text: CL:4030014 + description: Epithelial cell of the descending thin limb of the long loop + (juxtamedullary) nephron that spans the inner medulla. It is known in some + mammalian species that the long descending limb of the loop of Henle in + the inner medulla selectively expresses the nuclear receptor Nr2e3, the + Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, + which expresses a urea transporter, is also expressed in the inner medulla. + meaning: CL:4030014 + title: kidney loop of Henle long descending thin limb inner medulla epithelial + cell + CL:1000334: + text: CL:1000334 + description: An enterocyte that is part of the epithelium of small intestine. + meaning: CL:1000334 + title: enterocyte of epithelium of small intestine + CL:1001045: + text: CL:1001045 + description: Any kidney arterial blood vessel cell that is part of some renal + cortex artery. + meaning: CL:1001045 + title: kidney cortex artery cell + CL:0002015: + text: CL:0002015 + description: A polychromatophilic erythroblast that is Lyg 76-high and is + Kit-negative. + meaning: CL:0002015 + title: Kit-negative, Ly-76 high polychromatophilic erythroblast + CL:1001588: + text: CL:1001588 + description: 'Glandular cell of colon epithelium. Example: Goblet cells; enterocytes + or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001588 + title: colon glandular cell + CL:0002193: + text: CL:0002193 + description: A cell type that is the first of the maturation stages of the + granulocytic leukocytes normally found in the bone marrow. Granules are + seen in the cytoplasm. The nuclear material of the myelocyte is denser than + that of the myeloblast but lacks a definable membrane. The cell is flat + and contains increasing numbers of granules as maturation progresses. + meaning: CL:0002193 + title: myelocyte + CL:0001658: + text: CL:0001658 + meaning: CL:0001658 + title: visual pigment cell (sensu Nematoda and Protostomia) + CL:0002169: + text: CL:0002169 + description: An epithelial cell located on the basal lamina of the olfactory + epithelium. + meaning: CL:0002169 + title: basal cell of olfactory epithelium + CL:0002405: + text: CL:0002405 + description: A post-natal thymocyte expressing components of the gamma-delta + T cell receptor. This cell type is always double-negative (i.e. CD4-negative, + CD8-negative). + meaning: CL:0002405 + title: gamma-delta thymocyte + CL:1000768: + text: CL:1000768 + description: Any nephron tubule epithelial cell that is part of some renal + connecting tubule. + meaning: CL:1000768 + title: kidney connecting tubule epithelial cell + CL:4030052: + text: CL:4030052 + description: A DRD2-expressing medium spiny neuron that is part of a nucleus + accumbens shell or olfactory tubercle. + meaning: CL:4030052 + title: nucleus accumbens shell and olfactory tubercle D2 medium spiny neuron + CL:0001066: + text: CL:0001066 + description: A progenitor cell committed to the erythroid lineage. This cell + is ter119-positive but lacks expression of other hematopoietic lineage markers + (lin-negative). + meaning: CL:0001066 + title: erythroid progenitor cell, mammalian + CL:4023011: + text: CL:4023011 + description: A GABAergic neuron located in the cerebral cortex that expresses + Lamp5 + meaning: CL:4023011 + title: lamp5 GABAergic cortical interneuron + CL:1000415: + text: CL:1000415 + description: An epithelial cell that is part of the gallbladder. + meaning: CL:1000415 + title: epithelial cell of gallbladder + CL:4033009: + text: CL:4033009 + description: A(n) goblet cell that is part of a(n) epithelium of lobar bronchus. + meaning: CL:4033009 + title: goblet cell of epithelium of lobar bronchus + CL:0009085: + text: CL:0009085 + description: An adult endothelial progenitor cell characterised in vivo by + homing to ischemic sites and paracrine support of angiogenesis. They may + form discrete colonies. + meaning: CL:0009085 + title: "colony forming unit \u2013 Hill cell" + CL:0004137: + text: CL:0004137 + description: A retinal ganglion A2 cell with dendrites terminating in S4. + meaning: CL:0004137 + title: retinal ganglion cell A2 inner + CL:1000615: + text: CL:1000615 + description: Any kidney tubule cell that is part of some renal cortex tubule. + meaning: CL:1000615 + title: kidney cortex tubule cell + CL:1000477: + text: CL:1000477 + description: A nodal myocyte that is part of the sinoatrial node. + meaning: CL:1000477 + title: cardiac pacemaker cell of sinoatrial node + CL:0002158: + text: CL:0002158 + description: Epithelial cell found on the external side of the tympanic membrane + meaning: CL:0002158 + title: external epithelial cell of tympanic membrane + CL:0000967: + text: CL:0000967 + description: A memory B cell arising in the germinal center that is IgD-negative + and has undergone somatic mutation of the variable region of the immunoglobulin + heavy and light chain genes. + meaning: CL:0000967 + title: Bm5 B cell + CL:0010012: + text: CL:0010012 + description: A CNS neuron of the cerebral cortex. + meaning: CL:0010012 + title: cerebral cortex neuron + CL:1000703: + text: CL:1000703 + description: Any kidney epithelial cell that is part of some kidney pelvis + urothelium. + meaning: CL:1000703 + title: kidney pelvis urothelial cell + CL:0004240: + text: CL:0004240 + description: An amacrine cell with a wide dendritic field, dendrites in S1, + and post-synaptic terminals in S1. + meaning: CL:0004240 + title: WF1 amacrine cell + CL:0000726: + text: CL:0000726 + description: An asexual 1-celled spore (primarily for perennation, not dissemination). + Originates endogenously and singly within part of a pre-existing cell by + the contraction of the protoplast. Possesses an inner secondary and often + thickened hyaline or brown wall, usually impregnated with hydrophobic material. + meaning: CL:0000726 + title: chlamydospore + CL:4023003: + text: CL:4023003 + description: A type of intrafusal muscle fiber that has nuclei arranged in + a linear row. Unlike nuclear bag fibers, the equatorial region of these + fibers (in the centre of the spindle) is not expanded. These fibers are + responsible for the detection of changes in muscle length. They are innervated + by static gamma motor neurons and are principally associated with type II + sensory fibers. + meaning: CL:4023003 + title: nuclear chain fiber + CL:0000915: + text: CL:0000915 + description: An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive + located in the columnar epithelium of the gastrointestinal tract. These + cells have a memory phenotype of CD2-negative and CD5-negative. + meaning: CL:0000915 + title: CD8-alpha-alpha-positive, alpha-beta intraepithelial T cell + CL:0000434: + text: CL:0000434 + description: A secretory cell that discharges its product without loss of + cytoplasm. + meaning: CL:0000434 + title: eccrine cell + CL:0002444: + text: CL:0002444 + description: A NK1.1-positive T cell that is Ly49H-positive. + meaning: CL:0002444 + title: Ly49H-positive natural killer cell, mouse + CL:0002234: + text: CL:0002234 + description: A cell of the basal layer of the epithelium in the prostatic + acinus. + meaning: CL:0002234 + title: basal cell of prostatic acinus + CL:4030063: + text: CL:4030063 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found in cortical layer 3-4. This neuron + type can have a pyramidal, star-pyramidal or spiny stellate morphology and + projects its output to L2/3 and L5A/B. The standard transcriptomic reference + data for this cell type can be found on the CellxGene census under the collection: + ''Transcriptomic cytoarchitecture reveals principles of human neocortex + organization'', dataset: ''Supercluster: IT-projecting excitatory neurons'', + Author Categories: ''CrossArea_subclass'', L4 IT.' + meaning: CL:4030063 + title: L4 intratelencephalic projecting glutamatergic neuron + CL:0000324: + text: CL:0000324 + meaning: CL:0000324 + title: metanephric mesenchyme stem cell + CL:1000492: + text: CL:1000492 + description: A mesothelial cell that is part of the parietal pleura. + meaning: CL:1000492 + title: mesothelial cell of parietal pleura + CL:0000627: + text: CL:0000627 + description: A cell involved in transporting nutrients, minerals, water, gases + and other chemicals between cells for a variety of purposes including conveying + nutrition to other tissues, removing waste products from the tissues, conveying + gases for respiration, distributing heat and repelling invasion of foreign + substances. + meaning: CL:0000627 + title: transporting cell + CL:0002617: + text: CL:0002617 + description: An adipocyte that is part of the breast. + meaning: CL:0002617 + title: adipocyte of breast + CL:0001001: + text: CL:0001001 + description: Immature CD8_alpha-negative CD11b-negative dendritic cell is + a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, + and MHCII-low. + meaning: CL:0001001 + title: immature CD8_alpha-negative CD11b-negative dendritic cell + CL:0011023: + text: CL:0011023 + description: A mast cell that is CD25+. + meaning: CL:0011023 + title: CD25+ mast cell + CL:2000005: + text: CL:2000005 + description: Any macroglial cell that is part of a brain. + meaning: CL:2000005 + title: brain macroglial cell + CL:0000105: + text: CL:0000105 + description: Neuron with two neurites that are fused grossly when they protrude + from the soma and bifurcate a short distance from the soma. + meaning: CL:0000105 + title: pseudounipolar neuron + CL:2000066: + text: CL:2000066 + description: Any fibroblast that is part of a cardiac ventricle. + meaning: CL:2000066 + title: cardiac ventricle fibroblast + CL:0000877: + text: CL:0000877 + description: A splenic white pulp macrophage found in and around the germinal + centers of the white pulp of the spleen that participates in phagocytosis + of apoptotic B cells from the germinal centers. A marker for a cell of this + type is Mertk-positive. + meaning: CL:0000877 + title: splenic tingible body macrophage + CL:0002343: + text: CL:0002343 + description: A natural killer cell subset that is found in the decidual of + the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This + cell type represents the most abundant immune cell type in the decidual + during the first trimester of pregnancy. + meaning: CL:0002343 + title: decidual natural killer cell, human + CL:1000217: + text: CL:1000217 + description: Any chondrocyte that is part of some growth plate cartilage. + meaning: CL:1000217 + title: growth plate cartilage chondrocyte + CL:1000354: + text: CL:1000354 + description: A M cell that is part of the epithelium of intestinal villus. + meaning: CL:1000354 + title: microfold cell of epithelium of intestinal villus + CL:0000345: + text: CL:0000345 + description: A mesenchymal cell that is part of a small mass of condensed + mesenchyme in the enamel organ; it differentiates into the dentin and dental + pulp. + meaning: CL:0000345 + title: dental papilla cell + CL:0000322: + text: CL:0000322 + description: An epithelial cell that lines the peripheral gas exchange region + of the lungs of air-breathing vertebrates. + meaning: CL:0000322 + title: pulmonary alveolar epithelial cell + CL:2000045: + text: CL:2000045 + description: Any melanocyte of skin that is part of a skin of prepuce of penis. + meaning: CL:2000045 + title: foreskin melanocyte + CL:0000887: + text: CL:0000887 + description: A lymph node macrophage found in the subcapsular sinus of lymph + nodes that participates in sensing, clearance, and antigen presentation + of lymph-borne particulate antigens. This macrophage is capable of activating + invaraint NKT cells and is CD169-positive. + meaning: CL:0000887 + title: lymph node subcapsular sinus macrophage + CL:0000465: + text: CL:0000465 + description: A precursor of the cells that form the dorsal vessel of arthropods. + meaning: CL:0000465 + title: cardioblast (sensu Arthropoda) + CL:0002356: + text: CL:0002356 + description: A primitive erythrocyte that has undergone enucleation. This + cell type is 3-6 fold bigger than the fetal derived erythrocytes that they + co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin + chains. + meaning: CL:0002356 + title: primitive reticulocyte + CL:1000330: + text: CL:1000330 + description: A serous secreting cell that is part of the epithelium of trachea. + meaning: CL:1000330 + title: serous cell of epithelium of trachea + CL:0002285: + text: CL:0002285 + description: A taste receptor cell that is characterized by morphologically + identifiable synaptic contacts with the gustatory nerve fibers and expression + of the synaptic membrane protein-25 (SNAP-25) and NCAM. + meaning: CL:0002285 + title: type III taste bud cell + CL:0017004: + text: CL:0017004 + description: A supportive cell with a small, oval-shaped body and one to five + telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of + micrometers long and mostly below 0.2 microns of caliber. + meaning: CL:0017004 + title: telocyte + CL:0002043: + text: CL:0002043 + description: A hematopoietic multipotent progenitor cell that is CD34-positive, + CD38-negative, CD45RA-negative, and CD90-negative. + meaning: CL:0002043 + title: CD34-positive, CD38-negative multipotent progenitor cell + CL:0001047: + text: CL:0001047 + description: A CD4-positive, CD25-positive, alpha-beta regulatory T cell with + the additional phenotype CCR4-positive. + meaning: CL:0001047 + title: CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T + cell + CL:1000468: + text: CL:1000468 + description: A myoepithelial cell that is part of the acinus of lactiferous + gland. + meaning: CL:1000468 + title: myoepithelial cell of acinus of lactiferous gland + CL:0000459: + text: CL:0000459 + description: A cell capable of producting norepiniphrine. Norepiniphrine is + a catecholamine with multiple roles including as a hormone and a neurotransmitter. + In addition, epiniphrine is synthesized from norepiniphrine by the actions + of the phenylethanolamine N-methyltransferase enzyme. + meaning: CL:0000459 + title: noradrenergic cell + CL:0000765: + text: CL:0000765 + description: A nucleated precursor of an erythrocyte that lacks hematopoietic + lineage markers. + meaning: CL:0000765 + title: erythroblast + CL:1000340: + text: CL:1000340 + description: An enterocyte that is part of the epithelium proper of duodenum. + meaning: CL:1000340 + title: enterocyte of epithelium proper of duodenum + CL:4033034: + text: CL:4033034 + description: An ON bipolar cell with a small dendritic tree that forms most + of the central (invaginating) elements opposite the synaptic ribbon at the + cone triad. + meaning: CL:4033034 + title: invaginating midget bipolar cell + CL:0002171: + text: CL:0002171 + description: A rounded or elliptical epithelial cell, with pale-staining open + face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; + form a distinct basal zone spaced slightly from the basal surface of the + epithelium. + meaning: CL:0002171 + title: globose cell of olfactory epithelium + CL:0000318: + text: CL:0000318 + description: A cell secreting sweat, the fluid excreted by the sweat glands + of mammals. It consists of water containing sodium chloride, phosphate, + urea, ammonia, and other waste products. + meaning: CL:0000318 + title: sweat secreting cell + CL:0002005: + text: CL:0002005 + description: A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive + and is IL3-receptor alpha-negative and CD45RA-negative. + meaning: CL:0002005 + title: CD34-positive, CD38-positive megakaryocyte erythroid progenitor cell + CL:0002377: + text: CL:0002377 + description: A glial cell that develops from a Schwann cell precursor. The + immature Schwann cell is embedded among neurons (axons) with minimal extracellular + spaces separating them from nerve cell membranes and has a basal lamina. + Cells can survive without an axon present. Immature Schwann cell can be + found communally ensheathing large groups of axons. + meaning: CL:0002377 + title: immature Schwann cell + CL:0009047: + text: CL:0009047 + description: A macrophage found in the medullary sinus of the lymph node. + meaning: CL:0009047 + title: macrophage of medullary sinus of lymph node + CL:0002309: + text: CL:0002309 + description: A basophil chromphil cell of the anterior pitiutary gland that + produce adrenocorticotropic hormone, melanocyte-stimulating hormone and + lipotropin. This cell type is irregular in shape and has short dendritic + processes which are inserted among other neighboring cells; + meaning: CL:0002309 + title: corticotroph + CL:0000412: + text: CL:0000412 + description: A cell that contains more than two haploid sets of chromosomes. + meaning: CL:0000412 + title: polyploid cell + CL:1000412: + text: CL:1000412 + description: An endothelial cell that is part of the arteriole. + meaning: CL:1000412 + title: endothelial cell of arteriole + CL:0002049: + text: CL:0002049 + description: A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, + and BP-positive. Intracellularly expression of surrogate light chain, Rag1 + and Rag2, TdT, occurs while there is no expression of mu heavy chain. + meaning: CL:0002049 + title: fraction C precursor B cell + CL:0000034: + text: CL:0000034 + description: A relatively undifferentiated cell that retains the ability to + divide and proliferate throughout life to provide progenitor cells that + can differentiate into specialized cells. + meaning: CL:0000034 + title: stem cell + CL:0002325: + text: CL:0002325 + description: A milk-producing glandular epithelial cell that is part of a + mammary gland alveolus and differentiates from a luminal adaptive secretory + precursor cell during secretory differentiation (also termed lactogenesis + I). Following secretory activation (also termed lactogenesis II), a lactocyte + is involved in the synthesis and/or transport of milk constituents including + proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, + and cytokines into the lumen of the lactating mammary gland. + meaning: CL:0002325 + title: lactocyte + CL:2000004: + text: CL:2000004 + description: Any cell that is part of a pituitary gland. + meaning: CL:2000004 + title: pituitary gland cell + CL:0002330: + text: CL:0002330 + description: An undifferentiated columnar cell of the bronchus epithelium + meaning: CL:0002330 + title: undifferentiated cell of bronchus epithelium + CL:0002400: + text: CL:0002400 + description: A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, + CD43-positive and HSA-positive. + meaning: CL:0002400 + title: fraction B/C precursor B cell + CL:4023001: + text: CL:4023001 + description: A beta motor neuron that innervates nuclear chain fibers. + meaning: CL:4023001 + title: static beta motor neuron + CL:2000022: + text: CL:2000022 + description: Any native cell that is part of a cardiac septum. + meaning: CL:2000022 + title: cardiac septum cell + CL:4030061: + text: CL:4030061 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layer 3. + meaning: CL:4030061 + title: L3 intratelencephalic projecting glutamatergic neuron + CL:0000879: + text: CL:0000879 + description: A border associated macrophage that is part of a meninx. This + macrophage type is elongated and amoeboid spindle-shaped with limited mobility. + This macrophage is highly phagocytic, expresses scavenger receptors, has + dynamic protrusions and extends its processes during inflammation. + meaning: CL:0000879 + title: meningeal macrophage + CL:4023052: + text: CL:4023052 + description: A Betz cell that synapses with lower motor neurons directly. + meaning: CL:4023052 + title: Betz upper motor neuron + CL:0000800: + text: CL:0000800 + description: A gamma-delta T cell that has a mature phenotype. These cells + can be found in tissues and circulation where they express unique TCR repertoire + depending on their location. + meaning: CL:0000800 + title: mature gamma-delta T cell + CL:0002566: + text: CL:0002566 + description: A melanocyte that appears darker due to content or amount of + melanin granules. + meaning: CL:0002566 + title: dark melanocyte + CL:0002216: + text: CL:0002216 + description: An intermediate muscle cell that has characteristics of both + fast and slow muscle cells. + meaning: CL:0002216 + title: intermediate muscle cell + CL:0000808: + text: CL:0000808 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-negative, CD25-negative, and pre-TCR-positive. + meaning: CL:0000808 + title: DN4 thymocyte + CL:4042003: + text: CL:4042003 + description: A central nervous system macrophage that is part of a choroid + plexus, a meninx and a perivascular space. A border associated macrophage + interacts with various components of the CNS vasculature and meninges, it + participates in immune surveillance and in the regulation of the blood brain + barrier. + meaning: CL:4042003 + title: border associated macrophage + CL:0000673: + text: CL:0000673 + description: An intrinsic neuron of the mushroom body of arthropods and annelids. + They have tightly packed, cytoplasm-poor cell bodies. + meaning: CL:0000673 + title: Kenyon cell + CL:2000034: + text: CL:2000034 + description: Any neuromast hair cell that is part of a anterior lateral line. + meaning: CL:2000034 + title: anterior lateral line neuromast hair cell + CL:0000143: + text: CL:0000143 + meaning: CL:0000143 + title: guidepost cell + CL:0000625: + text: CL:0000625 + description: A T cell expressing an alpha-beta T cell receptor and the CD8 + coreceptor. + meaning: CL:0000625 + title: CD8-positive, alpha-beta T cell + CL:1000693: + text: CL:1000693 + meaning: CL:1000693 + title: kidney interstitial fibrocyte + CL:0000567: + text: CL:0000567 + meaning: CL:0000567 + title: polymodal nocireceptor + CL:1001597: + text: CL:1001597 + description: Glandular cell of seminal vesicle epithelium. + meaning: CL:1001597 + title: seminal vesicle glandular cell + CL:1000223: + text: CL:1000223 + description: A neuroendocrine cell that is part of respiratory epithelium + of the lung and is involved in the sensory detection of environmental stimuli, + including hypoxia, nicotine and air pressure. Ultrastructurally, this cell + type is characterized by the presence of cytoplasmic dense core granules, + which are considered the storage sites of amine and peptide hormones. Lung + neuroendocrine cells are innervated and appear as solitary cells or as clustered + masses, localized at airway bifurcation sites, called neuroepithelial bodies + that can release serotonin in response to hypoxia and interact with sensory + nerve terminals. Lung neuroendocrine cells also function as reserve stem + cells that repair the surrounding epithelium after injury. + meaning: CL:1000223 + title: lung neuroendocrine cell + CL:0000445: + text: CL:0000445 + meaning: CL:0000445 + title: apoptosis fated cell + CL:4023089: + text: CL:4023089 + description: A basket cell which has simpler dendritic arbors (compared to + small or large basket cells), and an axonal plexus of intermediate density, + composed of a few long, smooth axonal branches. + meaning: CL:4023089 + title: nest basket cell + CL:1000696: + text: CL:1000696 + meaning: CL:1000696 + title: kidney interstitial inflammatory macrophage + CL:1000314: + text: CL:1000314 + description: A goblet cell that is part of the epithelium of gastric cardiac + gland. + meaning: CL:1000314 + title: gastric cardiac gland goblet cell + CL:0004237: + text: CL:0004237 + description: A retinal amacrine cell with a medium dendritic field and post-synaptic + terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter + gamma-aminobutyric acid (GABA). + meaning: CL:0004237 + title: fountain amacrine cell + CL:1000479: + text: CL:1000479 + description: A Purkinje myocyte that is part of the atrioventricular node. + meaning: CL:1000479 + title: Purkinje myocyte of atrioventricular node + CL:0007004: + text: CL:0007004 + description: Cell that is part of the neural crest region of the neuroepithelium, + prior to migration. Note that not all premigratory neural crest cells may + become migratory neural crest cells. + meaning: CL:0007004 + title: premigratory neural crest cell + CL:4030042: + text: CL:4030042 + description: A ciliated cell of the endometrial glandular epithelium. + meaning: CL:4030042 + title: glandular endometrial ciliated epithelial cell + CL:0000354: + text: CL:0000354 + meaning: CL:0000354 + title: blastemal cell + CL:0000793: + text: CL:0000793 + description: A CD4-positive, alpha-beta T cell that is found in the columnar + epithelium of the gastrointestinal tract. + meaning: CL:0000793 + title: CD4-positive, alpha-beta intraepithelial T cell + CL:1000362: + text: CL:1000362 + description: A transitional myocyte that is part of the interventricular septum. + meaning: CL:1000362 + title: transitional myocyte of interventricular septum + CL:0002339: + text: CL:0002339 + description: A prostate epithelial cell that is CD133-positive, CD44-positive, + integrin A2beta3-high. This cell is a stem cell for the prostate epithelium. + meaning: CL:0002339 + title: prostate stem cell + CL:0002247: + text: CL:0002247 + description: A tissue macrophage that is in the pleural space. + meaning: CL:0002247 + title: pleural macrophage + CL:0002211: + text: CL:0002211 + description: A slow muscle cell that has large amounts of myoglobin, stores + energy as triglycerides, generates ATP by the oxidative method and is resistant + to fatigue. + meaning: CL:0002211 + title: type I muscle cell + CL:0000655: + text: CL:0000655 + description: A secondary oocyte is an oocyte that has not completed meiosis + II. + meaning: CL:0000655 + title: secondary oocyte + CL:4023015: + text: CL:4023015 + description: A GABAergic neuron located in the cerebral cortex that expresses + Gamma-synuclein + meaning: CL:4023015 + title: sncg GABAergic cortical interneuron + CL:0000814: + text: CL:0000814 + description: A mature alpha-beta T cell of a distinct lineage that bears natural + killer markers and a T cell receptor specific for a limited set of ligands. + NK T cells have activation and regulatory roles particularly early in an + immune response. + meaning: CL:0000814 + title: mature NK T cell + CL:0002298: + text: CL:0002298 + description: A thymic epithelial cell type with low nuclear and cytoplasmic + electrondensity; has a round, euchromatic nucleus and occurs in small groups + at the corticomedullary junction or scattered singly in the medulla. + meaning: CL:0002298 + title: type-5 epithelial cell of thymus + CL:0000011: + text: CL:0000011 + description: Cell that is part of the migratory trunk neural crest population. + Migratory trunk neural crest cells develop from premigratory trunk neural + crest cells and have undergone epithelial to mesenchymal transition and + delamination. + meaning: CL:0000011 + title: migratory trunk neural crest cell + CL:0000669: + text: CL:0000669 + description: An elongated, contractile cell found wrapped about precapillary + arterioles outside the basement membrane. Pericytes are present in capillaries + where proper adventitia and muscle layer are missing (thus distingushing + this cell type from adventitial cells). They are relatively undifferentiated + and may become fibroblasts, macrophages, or smooth muscle cells. + meaning: CL:0000669 + title: pericyte + CL:0000125: + text: CL:0000125 + description: A non-neuronal cell of the nervous system. They not only provide + physical support, but also respond to injury, regulate the ionic and chemical + composition of the extracellular milieu. Guide neuronal migration during + development, and exchange metabolites with neurons. + meaning: CL:0000125 + title: glial cell + CL:1000453: + text: CL:1000453 + description: An epithelial cell that is part of the intermediate tubule. + meaning: CL:1000453 + title: epithelial cell of intermediate tubule + CL:0002028: + text: CL:0002028 + description: A cell type that can give rise to basophil and mast cells. This + cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, + and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa + meaning: CL:0002028 + title: basophil mast progenitor cell + CL:0000222: + text: CL:0000222 + description: A cell of the middle germ layer of the embryo. + meaning: CL:0000222 + title: mesodermal cell + CL:0002397: + text: CL:0002397 + description: A CD14-positive monocyte that is also CD16-positive and CCR2-negative. + meaning: CL:0002397 + title: CD14-positive, CD16-positive monocyte + CL:1000618: + text: CL:1000618 + description: Any kidney cortical cell that is part of some juxtaglomerular + apparatus. + meaning: CL:1000618 + title: juxtaglomerular complex cell + CL:0002634: + text: CL:0002634 + description: An epithelial cell of the anal column. + meaning: CL:0002634 + title: epithelial cell of anal column + CL:4033040: + text: CL:4033040 + description: A lung resident memory CD8-positive, alpha-beta T cell that is + CD103-positive. + meaning: CL:4033040 + title: lung resident memory CD8-positive, CD103-positive, alpha-beta T cell + CL:0011003: + text: CL:0011003 + description: A neurosecretory neuron residing mainly in the hypothalamic supraoptic + and paraventricular nuclei and in a number of smaller accessory cell groups + between these two nuclei, that is capable of secreting the hormones oxytocin + or vasopressin, and sometimes both, into the systemic circulation. + meaning: CL:0011003 + title: magnocellular neurosecretory cell + CL:0002459: + text: CL:0002459 + description: A dermal dendritic cell that is langerin-negative, CD103-negative, + and CD11b-positive. + meaning: CL:0002459 + title: langerin-negative dermal dendritic cell + CL:0002237: + text: CL:0002237 + description: A cell that constitutes the luminal layer of epithelium of prostatic + duct. + meaning: CL:0002237 + title: luminal epithelial cell of prostatic duct + CL:0002521: + text: CL:0002521 + description: An adipocyte that is part of subcutaneous adipose tissue. + meaning: CL:0002521 + title: subcutaneous adipocyte + CL:0002244: + text: CL:0002244 + description: A nonstratified squamous cell located in the ectocervix. + meaning: CL:0002244 + title: squamous cell of ectocervix + CL:0000498: + text: CL:0000498 + description: An interneuron (also called relay neuron, association neuron + or local circuit neuron) is a multipolar neuron which connects afferent + neurons and efferent neurons in neural pathways. Like motor neurons, interneuron + cell bodies are always located in the central nervous system (CNS). + meaning: CL:0000498 + title: inhibitory interneuron + CL:0002547: + text: CL:0002547 + description: A fibroblast of the aortic adventitia. + meaning: CL:0002547 + title: fibroblast of the aortic adventitia + CL:0002579: + text: CL:0002579 + description: A preadipocyte that is part of an omentum. + meaning: CL:0002579 + title: omentum preadipocyte + CL:0000213: + text: CL:0000213 + description: A cell within an epithelial cell sheet whose main function is + to act as an internal or external covering for a tissue or an organism. + meaning: CL:0000213 + title: lining cell + CL:0017002: + text: CL:0017002 + description: A neuroendocrine cell that is part of the prostate epithelium. + meaning: CL:0017002 + title: prostate neuroendocrine cell + CL:0002421: + text: CL:0002421 + description: A reticulocyte that retains the nucleus and other organelles. + Found in birds, fish, amphibians and reptiles. + meaning: CL:0002421 + title: nucleated reticulocyte + CL:4033057: + text: CL:4033057 + description: A luminal epithelial cell of the mammary gland that can proliferate + and has the potential to differentiate into a lactocyte during pregnancy. + In humans, a luminal adaptive secretory precursor cell can be identified + by high levels of the markers EpCAM and CD49f, and in mice it can be identified + by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8. + meaning: CL:4033057 + title: luminal adaptive secretory precursor cell of mammary gland + CL:1001016: + text: CL:1001016 + description: Any kidney loop of Henle epithelial cell that is part of some + ascending limb of loop of Henle. + meaning: CL:1001016 + title: kidney loop of Henle ascending limb epithelial cell + CL:0002109: + text: CL:0002109 + description: A B220-positive CD38-positive naive B cell is a CD38-positive + naive B cell that has the phenotype B220-positive, CD38-positive, surface + IgD-positive, surface IgM-positive, and CD27-negative, and that has not + yet been activated by antigen in the periphery. + meaning: CL:0002109 + title: B220-positive CD38-positive naive B cell + CL:1000274: + text: CL:1000274 + meaning: CL:1000274 + title: trophectodermal cell + CL:0000591: + text: CL:0000591 + description: A thermoreceptor cell that detects increased temperatures. + meaning: CL:0000591 + title: warmth sensing thermoreceptor cell + CL:0000699: + text: CL:0000699 + description: A type of glomus or chief cell, is sensitive to hypoxia and produce + catecholamines. + meaning: CL:0000699 + title: paraganglial type 1 cell + CL:0002644: + text: CL:0002644 + description: An endothelial cell of viscerocranial mucosa that is part of + the tympanic region of the viscerocranial mucosa. + meaning: CL:0002644 + title: endo-epithelial cell of tympanic part of viscerocranial mucosa + CL:0000319: + text: CL:0000319 + description: Any secretory cell that is capable of some mucus secretion. + meaning: CL:0000319 + title: mucus secreting cell + CL:0002137: + text: CL:0002137 + description: A cell in the zona reticularis that produce sex hormones. + meaning: CL:0002137 + title: type III cell of adrenal cortex + CL:0000413: + text: CL:0000413 + description: A cell whose nucleus contains a single haploid genome. + meaning: CL:0000413 + title: haploid cell + CL:0000100: + text: CL:0000100 + description: An efferent neuron that passes from the central nervous system + or a ganglion toward or to a muscle and conducts an impulse that causes + or inhibits movement. + meaning: CL:0000100 + title: motor neuron + CL:0000490: + text: CL:0000490 + meaning: CL:0000490 + title: photopic photoreceptor cell + CL:0002628: + text: CL:0002628 + description: An immature microglial cell with a ramified morphology. + meaning: CL:0002628 + title: immature microglial cell + CL:0000933: + text: CL:0000933 + description: A type II NK T cell that has been recently activated, secretes + interleukin-4, and has the phenotype CD69-positive and downregulated NK + markers. + meaning: CL:0000933 + title: type II NK T cell secreting interleukin-4 + CL:0000679: + text: CL:0000679 + description: A neuron that is capable of some neurotansmission by glutamate + secretion. + meaning: CL:0000679 + title: glutamatergic neuron + CL:0002572: + text: CL:0002572 + description: A mesenchymal stem cell of the vertebrae. + meaning: CL:0002572 + title: vertebral mesenchymal stem cell + CL:0010022: + text: CL:0010022 + description: A neuron that has its soma in the heart. + meaning: CL:0010022 + title: cardiac neuron + CL:0004239: + text: CL:0004239 + description: A bistratified amacrine cell with a medium dendritic field and + post-synaptic terminals in S1-S2, and S4. + meaning: CL:0004239 + title: wavy bistratified amacrine cell + CL:0005001: + text: CL:0005001 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into an iridophore. + meaning: CL:0005001 + title: iridoblast + CL:0000691: + text: CL:0000691 + description: Any interneuron that has characteristic some stellate morphology. + meaning: CL:0000691 + title: stellate interneuron + CL:2000015: + text: CL:2000015 + description: Any skin fibroblast that is part of a arm. + meaning: CL:2000015 + title: fibroblast of arm + CL:0002586: + text: CL:0002586 + description: An epithelial cell of the retinal pigmented epithelium. + meaning: CL:0002586 + title: retinal pigment epithelial cell + CL:0000453: + text: CL:0000453 + description: Langerhans cell is a conventional dendritic cell that has plasma + membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid + origin, that appears clear on light microscopy and has a dark-staining, + indented nucleus and characteristic inclusions (Birbeck granules) in the + cytoplasm; Langerhans cells are found principally in the stratum spinosum + of the epidermis, but they also occur in other stratified epithelia and + have been identified in the lung, lymph nodes, spleen, and thymus. + meaning: CL:0000453 + title: Langerhans cell + CL:0002222: + text: CL:0002222 + description: A cell comprising the transparent, biconvex body separating the + posterior chamber and vitreous body, and constituting part of the refracting + mechanism of the mammalian eye. + meaning: CL:0002222 + title: vertebrate lens cell + CL:0000770: + text: CL:0000770 + description: A late basophilic metamyelocyte in which the nucleus is in the + form of a curved or coiled band, not having acquired the typical multilobar + shape of the mature basophil. + meaning: CL:0000770 + title: band form basophil + CL:0000823: + text: CL:0000823 + description: A natural killer cell that is developmentally immature and expresses + natural killer cell receptors (NKR). + meaning: CL:0000823 + title: immature natural killer cell + CL:0005018: + text: CL:0005018 + description: A cell that secretes ghrelin, the peptide hormone that stimulates + hunger. + meaning: CL:0005018 + title: ghrelin secreting cell + CL:1000378: + text: CL:1000378 + description: A type I vestibular sensory cell that is part of the stato-acoustic + epithelium. + meaning: CL:1000378 + title: type 1 vestibular sensory cell of stato-acoustic epithelium + CL:0002536: + text: CL:0002536 + description: An epithelial cell that is part of the amnion. + meaning: CL:0002536 + title: epithelial cell of amnion + CL:0000758: + text: CL:0000758 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. The cell has a loose, delicate axon terminal that opens + in sublamina 3 of the inner plexiform layer and descends into sublamina + 4. + meaning: CL:0000758 + title: type 6 cone bipolar cell (sensu Mus) + CL:2000036: + text: CL:2000036 + description: Any neuromast support cell that is part of a anterior lateral + line. + meaning: CL:2000036 + title: anterior lateral line neuromast supporting cell + CL:0002610: + text: CL:0002610 + description: A neuron of the raphe nuclei. + meaning: CL:0002610 + title: raphe nuclei neuron + CL:4023031: + text: CL:4023031 + description: "A sst GABAergic cortical interneuron with a soma found in lower\ + \ L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending\ + \ axons but denser local axons and sparser \u2018fanning-out\u2019 projections\ + \ to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5\ + \ fan Martinotti Cell) and non-zero afterdepolarization (ADP)." + meaning: CL:4023031 + title: L4 sst Martinotti interneuron (Mmus) + CL:0002145: + text: CL:0002145 + description: A ciliated columnar cell found in the trachea and bronchus. Vary + from low to tall columnar; possesses up to 300 cilia at its surface, interspersed + with long irregular microvilli with the cilia varying in length from about + 6um in the trachea to about 4um in the terminal bronchioles; driving force + of the ciliary current in the bronchial tree. + meaning: CL:0002145 + title: ciliated columnar cell of tracheobronchial tree + CL:0000965: + text: CL:0000965 + description: A germinal center B cell that is rapidly dividing and has the + phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation + of the immunoglobulin V gene region can occur during proliferation of this + cell type. + meaning: CL:0000965 + title: Bm3 B cell + CL:1000494: + text: CL:1000494 + description: An epithelial cell that is part of a nephron tubule. + meaning: CL:1000494 + title: nephron tubule epithelial cell + CL:0011115: + text: CL:0011115 + description: A cell that, by division or terminal differentiation, can give + rise to other cell types. + meaning: CL:0011115 + title: precursor cell + CL:0002527: + text: CL:0002527 + description: An immature CD14-positive dermal dendritic cell is CD80-low, + CD86-low, and MHCII-low. + meaning: CL:0002527 + title: immature CD14-positive dermal dendritic cell + CL:0009113: + text: CL:0009113 + description: A regulatory T cell present in the B cell follicles and germinal + centers of lymphoid tissues. In humans, it is CXCR5+. + meaning: CL:0009113 + title: T follicular regulatory cell + CL:0009012: + text: CL:0009012 + description: "A rapidly proliferating population of cells that differentiate\ + \ from stem cells of the intestinal crypt of the small intestine. Stem cells\ + \ located in the crypts of Lieberk\xFChn give rise to proliferating progenitor\ + \ or transit amplifying cells that differentiate into the four major epithelial\ + \ cell types. These include columnar absorptive cells or enterocytes, mucous\ + \ secreting goblet cells, enteroendocrine cells and paneth cells." + meaning: CL:0009012 + title: transit amplifying cell of small intestine + CL:0000628: + text: CL:0000628 + description: A cell that can perform photosynthesis, in which carbohydrates + are synthesized from carbon dioxide and water, using light as the energy + source. + meaning: CL:0000628 + title: photosynthetic cell + CL:0000712: + text: CL:0000712 + description: Any epidermal cell that is part of some stratum granulosum of + epidermis. + meaning: CL:0000712 + title: stratum granulosum cell + CL:0000099: + text: CL:0000099 + description: Most generally any neuron which is not motor or sensory. Interneurons + may also refer to neurons whose axons remain within a particular brain region + as contrasted with projection neurons which have axons projecting to other + brain regions. + meaning: CL:0000099 + title: interneuron + CL:4023024: + text: CL:4023024 + description: A lamp5 GABAergic cortical interneuron with layer-adapting morphology. + NGC lamp5 cells have a small round soma, short dendrites, and a wide dense + axonal arbor that tends to establish a dense axonal mesh with high connection + probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have + unique synaptic properties that distinguish them from other GABAergic interneurons, + including the release of GABA to the extracellular space via volume transmission, + and the ability to produce GABA-B responses in connected postsynaptic targets. + meaning: CL:4023024 + title: neurogliaform lamp5 GABAergic cortical interneuron (Mmus) + CL:4023095: + text: CL:4023095 + description: A pyramidal neuron which lacks a clear tuft formation but extends + to large radial distances. + meaning: CL:4023095 + title: untufted pyramidal neuron + CL:0000639: + text: CL:0000639 + description: A basophilic chromophil cell that of the anterior pituitary gland. + meaning: CL:0000639 + title: basophil cell of pars distalis of adenohypophysis + CL:0000385: + text: CL:0000385 + description: A precursor of mature hemocytes. + meaning: CL:0000385 + title: prohemocyte (sensu Nematoda and Protostomia) + CL:0000359: + text: CL:0000359 + description: A smooth muscle cell associated with the vasculature. + meaning: CL:0000359 + title: vascular associated smooth muscle cell + CL:0002619: + text: CL:0002619 + description: An adult angioblastic cell released from the bone marrow, or + from the kidney in some teleost species, capable of blood circulation and + participation in angiogenesis by differentiating into blood vessel endothelial + cells. + meaning: CL:0002619 + title: adult endothelial progenitor cell + CL:0009107: + text: CL:0009107 + description: A lymphatic endothelial cell located in the subcapsular sinus + ceiling of a lymph node. In human, it's characterized by a unique marker + expression (NT5e+ and Caveolin-1+). + meaning: CL:0009107 + title: lymphatic endothelial cell of subcapsular sinus ceiling + CL:0002175: + text: CL:0002175 + description: A cell within the primary follicle of the ovary. + meaning: CL:0002175 + title: primary follicular cell of ovary + CL:4023045: + text: CL:4023045 + description: An extratelencephalic-projecting glutamatergic neuron located + in layer 5b of the primary motor cortex that projects to the medulla. MY + ET cells are large, big-tufted cells with the apical dendrite often bifurcating + close to the soma, suggesting they are corticospinal cells. MY ET cells + have bigger hyperpolarization sag, lower input resistance, and smaller AP + width, compared to L5 IT neurons. + meaning: CL:4023045 + title: medulla-projecting glutamatergic neuron of the primary motor cortex + CL:4033023: + text: CL:4033023 + description: An epithelial cell that is part of a collecting duct of an airway + submucosal gland. + meaning: CL:4033023 + title: airway submucosal gland collecting duct epithelial cell + CL:4033015: + text: CL:4033015 + description: A star-shaped glial cell that is part of some retina. This cell + links neurons to blood vessels and may provide structural and physiological + support to optic nerve head axons. + meaning: CL:4033015 + title: retinal astrocyte + CL:0000528: + text: CL:0000528 + description: A nerve cell where transmission is mediated by nitric oxide. + meaning: CL:0000528 + title: nitrergic neuron + CL:0000402: + text: CL:0000402 + description: An interneuron that has its cell body in a central nervous system. + meaning: CL:0000402 + title: CNS interneuron + CL:0002104: + text: CL:0002104 + description: An IgG-negative double negative memory B cell is a double negative + memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative. + meaning: CL:0002104 + title: IgG-negative double negative memory B cell + CL:0002032: + text: CL:0002032 + description: A hematopoietic oligopotent progenitor cell that has the ability + to differentiate into limited cell types but lacks lineage cell markers + and self renewal capabilities. + meaning: CL:0002032 + title: hematopoietic oligopotent progenitor cell + CL:0002605: + text: CL:0002605 + description: An astrocyte of the cerebral cortex. + meaning: CL:0002605 + title: astrocyte of the cerebral cortex + CL:0011114: + text: CL:0011114 + description: A segmented neutrophilic cell of the bone marrow reserve pool + that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity + immunoglobulin gamma Fc region receptor III) on its cell surface. + meaning: CL:0011114 + title: segmented neutrophil of bone marrow + CL:0001000: + text: CL:0001000 + description: CD8_alpha-positive CD11b-negative dendritic cell is a conventional + dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive + and CD8_alpha-positive. + meaning: CL:0001000 + title: CD8_alpha-positive CD11b-negative dendritic cell + CL:0002021: + text: CL:0002021 + description: An enucleate erythrocyte that is GlyA-positive. + meaning: CL:0002021 + title: GlyA-positive erythrocyte + CL:0007022: + text: CL:0007022 + description: A specialized pore forming cell of the follicle, located adjacent + to the animal pole of the oocyte. The micropylar cell makes the single micropyle + (pore) through the chorion through which the sperm fertilizes the egg. + meaning: CL:0007022 + title: micropylar cell + CL:2000030: + text: CL:2000030 + description: Any native cell that is part of a hypothalamus. + meaning: CL:2000030 + title: hypothalamus cell + CL:0002081: + text: CL:0002081 + description: This cell resembles a glia cell, express the glial marker S100 + and act as a supporting cell to type I cell. This cell is located in a small + cluster of type I and type II cells near the fork of the carotid artery. + meaning: CL:0002081 + title: type II cell of carotid body + CL:0000138: + text: CL:0000138 + description: Skeletogenic cell that is terminally differentiated, secretes + an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains + the ability to divide, and develops from a chondroblast cell. + meaning: CL:0000138 + title: chondrocyte + CL:0000943: + text: CL:0000943 + description: A Be cell that facilitates development of T-helper 1 (Th1) phenotype + in CD4-positive T cells, and secretes high levels of interleukin-2, tumor + necrosis factor-alpha and interferon-gamma. + meaning: CL:0000943 + title: Be1 Cell + CL:0004234: + text: CL:0004234 + description: An amacrine cell with a medium dendritic field and post-synaptic + terminals in S2, and in S3-S4. + meaning: CL:0004234 + title: diffuse multistratified amacrine cell + CL:0000119: + text: CL:0000119 + description: Large intrinsic neuron located in the granule layer of the cerebellar + cortex that extends its dendrites into the molecular layer where they receive + contact from parallel fibers. The axon of the Golgi cell ramifies densely + in the granule layer and enters into a complex arrangement with mossy fiber + terminals and granule cell dendrites to form the cerebellar glomerulus. + Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th + ed. 2004. + meaning: CL:0000119 + title: cerebellar Golgi cell + CL:1000339: + text: CL:1000339 + description: An enterocyte that is part of the epithelium proper of small + intestine. + meaning: CL:1000339 + title: enterocyte of epithelium proper of small intestine + CL:0000959: + text: CL:0000959 + description: A transitional stage B cell that has the phenotype surface IgM-positive, + surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive + and is located in the splenic B follicles. This cell type has also been + described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive. + meaning: CL:0000959 + title: T2 B cell + CL:0010005: + text: CL:0010005 + description: A specialized cardiomyocyte that transmit signals from the AV + node to the cardiac Purkinje fibers. + meaning: CL:0010005 + title: atrioventricular bundle cell + CL:0002020: + text: CL:0002020 + description: A reticulocyte that is GlyA-positive. + meaning: CL:0002020 + title: GlyA-positive reticulocytes + CL:4023058: + text: CL:4023058 + description: A mesothelial fibroblast found in the leptomeninx. + meaning: CL:4023058 + title: mesothelial fibroblast of the leptomeninx + CL:0010002: + text: CL:0010002 + description: An epithelial cell that is part_of a umbilical artery. + meaning: CL:0010002 + title: epithelial cell of umbilical artery + CL:0009064: + text: CL:0009064 + description: "A T cell located in the lymph node paracortex, where macrophages\ + \ and dendritic cells present antigenic peptides to these na\xEFve T cells,\ + \ stimulating them to become activated helper T cells or cytotoxic T lymphocytes." + meaning: CL:0009064 + title: lymph node paracortex T cell + CL:4033004: + text: CL:4033004 + description: A(n) smooth muscle cell that is part of a(n) taenia coli. + meaning: CL:4033004 + title: smooth muscle cell of taenia coli + CL:0000449: + text: CL:0000449 + description: A cell from the thermogenic form of adipose tissue found in many + species, particularly in newborns and hibernating mammals, but also in + lesser amounts in adults of other mammals including humans. Brown fat is + capable of rapid liberation of energy and seems to be important in the maintenance + of body temperature immediately after birth and upon waking from hibernation. + meaning: CL:0000449 + title: brown adipocyte + CL:0000689: + text: CL:0000689 + description: A cell with both myofibrils and secretory granules. + meaning: CL:0000689 + title: myoendocrine cell + CL:0002334: + text: CL:0002334 + description: An undifferentiated fibroblast that can be stimulated to form + a fat cell. + meaning: CL:0002334 + title: preadipocyte + CL:1000596: + text: CL:1000596 + description: Any kidney cell that is part of some juxtamedullary cortex. + meaning: CL:1000596 + title: inner renal cortex cell + CL:0000343: + text: CL:0000343 + description: A pigment cell that is capable of detecting light stimulus that + is involved in visual perception. + meaning: CL:0000343 + title: visual pigment cell (sensu Vertebrata) + CL:4023077: + text: CL:4023077 + description: A type of interneuron that has two clusters of dendritic branches + that originate directly from the soma and extend in opposite directions + and axons that form a plexus which spreads widely. Compared to bipolar neurons, + bitufted neurons have branching that occur close to the soma. + meaning: CL:4023077 + title: bitufted neuron + CL:0002316: + text: CL:0002316 + description: A supporting cell of the vestibular epithelium. + meaning: CL:0002316 + title: supporting cell of vestibular epithelium + CL:1000351: + text: CL:1000351 + description: A basal cell that is part of the epithelium of respiratory bronchiole. + meaning: CL:1000351 + title: basal cell of epithelium of respiratory bronchiole + CL:0000517: + text: CL:0000517 + description: A type of foam cell derived from a macrophage containing lipids + in small vacuoles and typically seen in atherolosclerotic lesions, as well + as other conditions. + meaning: CL:0000517 + title: macrophage derived foam cell + CL:0000047: + text: CL:0000047 + description: An undifferentiated neural cell that originates from the neuroectoderm + and has the capacity both to perpetually self-renew without differentiating + and to generate multiple central nervous system neuronal and glial cell + types. + meaning: CL:0000047 + title: neural stem cell + CL:0009001: + text: CL:0009001 + description: Any cell in the compound eye, a light sensing organ composed + of ommatidia. + meaning: CL:0009001 + title: compound eye retinal cell + CL:0002674: + text: CL:0002674 + description: A S. pombe mating type determined by the mat1-Mc and mat1-Mi + on the mat1 locus. + meaning: CL:0002674 + title: H minus + CL:0019002: + text: CL:0019002 + description: Any chondrocyte that is part of the tracheobronchial tree. + meaning: CL:0019002 + title: tracheobronchial chondrocyte + CL:0002001: + text: CL:0002001 + description: A granulocyte monocyte progenitor is CD34-positive, CD38-positive, + IL-3receptor-alpha-positive and is CD45RA-negative. + meaning: CL:0002001 + title: CD34-positive, CD38-positive granulocyte monocyte progenitor + CL:0002163: + text: CL:0002163 + description: A rod-shpaed cell that forms a single row adjacent to and supporting + the inner hair cells. + meaning: CL:0002163 + title: internal pillar cell of cochlea + CL:0009053: + text: CL:0009053 + description: A stromal cell found in the lamina propria of the anorectum. + meaning: CL:0009053 + title: stromal cell of anorectum lamina propria + CL:0000411: + text: CL:0000411 + description: An epithelial cell of the hypodermis of Caenorhabditis. + meaning: CL:0000411 + title: Caenorhabditis hypodermal cell + CL:0005020: + text: CL:0005020 + description: Lymphatic progenitor cells. + meaning: CL:0005020 + title: lymphangioblast + CL:0000785: + text: CL:0000785 + description: A B cell that is mature, having left the bone marrow. Initially, + these cells are IgM-positive and IgD-positive, and they can be activated + by antigen. + meaning: CL:0000785 + title: mature B cell + CL:0008016: + text: CL:0008016 + description: A skeletal muscle satellite cell that has become mitotically + active - typically following muscle damage. + meaning: CL:0008016 + title: activated skeletal muscle satellite cell + CL:0002438: + text: CL:0002438 + description: A mature NK cell that is NK1.1-positive. + meaning: CL:0002438 + title: NK1.1-positive natural killer cell, mouse + CL:0002328: + text: CL:0002328 + description: An epithelial cell of the bronchus. + meaning: CL:0002328 + title: bronchial epithelial cell + CL:0000253: + text: CL:0000253 + meaning: CL:0000253 + title: eurydendroid cell + CL:0004220: + text: CL:0004220 + description: An amacrine cell with a small, asymteric dendritic field. + meaning: CL:0004220 + title: flag amacrine cell + CL:0000075: + text: CL:0000075 + description: A columnar/cuboidal epithelial cell is a cell usually found in + a two dimensional sheet with a free surface. Columnar/cuboidal epithelial + cells take on the shape of a column or cube. + meaning: CL:0000075 + title: columnar/cuboidal epithelial cell + CL:0002555: + text: CL:0002555 + description: A fibroblast that is part of the mammary gland. + meaning: CL:0002555 + title: fibroblast of mammary gland + CL:0000379: + text: CL:0000379 + meaning: CL:0000379 + title: sensory processing neuron + CL:0000108: + text: CL:0000108 + description: A neuron that uses acetylcholine as a vesicular neurotransmitter. + meaning: CL:0000108 + title: cholinergic neuron + CL:0004226: + text: CL:0004226 + description: An amacrine cell with a small dendritic field with post-synaptic + terminals in S3 and S4. + meaning: CL:0004226 + title: monostratified amacrine cell + CL:4033060: + text: CL:4033060 + description: A lactocyte that highly expresses genes associated with lipid + production and milk component biosynthesis. + meaning: CL:4033060 + title: lactocyte type 2 + CL:0002019: + text: CL:0002019 + description: A reticulocyte that is Ly76-high and is Kit-negative. + meaning: CL:0002019 + title: Ly-76 high reticulocyte + CL:0000232: + text: CL:0000232 + description: A red blood cell. In mammals, mature erythrocytes are biconcave + disks containing hemoglobin whose function is to transport oxygen. + meaning: CL:0000232 + title: erythrocyte + CL:0000704: + text: CL:0000704 + description: A specialized endothelial cell that senses extracellular signals + and guides the directed growth of blood vessels. + meaning: CL:0000704 + title: endothelial tip cell + CL:0011008: + text: CL:0011008 + description: A hemocyte derived from the embryonic head mesoderm, which enters + the hemolymph as a circulating cell. + meaning: CL:0011008 + title: embryonic hemocyte + CL:1000303: + text: CL:1000303 + description: A fibroblast that is part of the areolar connective tissue. + meaning: CL:1000303 + title: fibroblast of areolar connective tissue + CL:0000018: + text: CL:0000018 + description: A male germ cell that develops from the haploid secondary spermatocytes. + Without further division, spermatids undergo structural changes and give + rise to spermatozoa. + meaning: CL:0000018 + title: spermatid + CL:0009088: + text: CL:0009088 + description: An adult endothelial progenitor cell characterised in vivo by + homing to ischemic sites and paracrine support of angiogenesis. These cells + do not form colonies. + meaning: CL:0009088 + title: circulating angiogenic cell + CL:0008034: + text: CL:0008034 + description: Mural cells are pericytes and the vascular smooth muscle cells + (vSMCs) of the microcirculation. + meaning: CL:0008034 + title: mural cell + CL:1001611: + text: CL:1001611 + description: Neuron of the cerebellum. + meaning: CL:1001611 + title: cerebellar neuron + CL:0009020: + text: CL:0009020 + description: An intestinal tuft cell that is a part of a vermiform appendix. + meaning: CL:0009020 + title: tuft cell of appendix + CL:2000061: + text: CL:2000061 + description: Any mesenchymal stem cell that is part of a placenta. + meaning: CL:2000061 + title: placental amniotic mesenchymal stromal cell + CL:0000207: + text: CL:0000207 + description: Any neuron that is capable of some detection of chemical stimulus + involved in sensory perception of smell. + meaning: CL:0000207 + title: olfactory receptor cell + CL:0002117: + text: CL:0002117 + description: A class switched memory B cell that lacks IgG on the cell surface. + meaning: CL:0002117 + title: IgG-negative class switched memory B cell + CL:0000371: + text: CL:0000371 + description: The cell protoplasm after removal of the cell wall. + meaning: CL:0000371 + title: protoplast + CL:0002174: + text: CL:0002174 + description: A cell within the follicle of an ovary. + meaning: CL:0002174 + title: follicular cell of ovary + CL:0001015: + text: CL:0001015 + description: CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high + and is CD8_alpha-low. + meaning: CL:0001015 + title: CD8_alpha-low Langerhans cell + CL:0000848: + text: CL:0000848 + description: An olfactory receptor cell in which the apical ending of the + dendrite is a knob that bears numerous microvilli. + meaning: CL:0000848 + title: microvillous olfactory receptor neuron + CL:1001502: + text: CL:1001502 + description: The large glutaminergic nerve cells whose dendrites synapse with + axons of the olfactory receptor neurons in the glomerular layer of the olfactory + bulb, and whose axons pass centrally in the olfactory tract to the olfactory + cortex. + meaning: CL:1001502 + title: mitral cell + CL:4042007: + text: CL:4042007 + description: An astrocyte with highly branched protrusions, found in neocortex + layers 2-6. It is involved with the formation and elimination of synapses, + glutamate clearance, modulation of synaptic functions and regulation of + blood flow in response to synaptic activity. + meaning: CL:4042007 + title: protoplasmic astrocyte + CL:0010007: + text: CL:0010007 + description: Any cell that is part of some His-Purkinje system. + meaning: CL:0010007 + title: His-Purkinje system cell + CL:0008018: + text: CL:0008018 + description: A myoblast that is commited to developing into a somatic muscle. + meaning: CL:0008018 + title: somatic muscle myoblast + CL:0002097: + text: CL:0002097 + description: A cell of the adrenal cortex. Cell types include those that synthesize + and secrete chemical derivatives (steroids) of cholesterol. + meaning: CL:0002097 + title: cortical cell of adrenal gland + CL:1000410: + text: CL:1000410 + description: A muscle cell that is part of the atrioventricular node. + meaning: CL:1000410 + title: myocyte of atrioventricular node + CL:0008033: + text: CL:0008033 + description: A pericyte of the decidual vasculature. + meaning: CL:0008033 + title: decidual pericyte + CL:0000209: + text: CL:0000209 + description: A specialized cell involved in gustatory sensory perception. + meaning: CL:0000209 + title: taste receptor cell + CL:0003018: + text: CL:0003018 + description: A retinal ganglion B3 cell with dentrites terminating in S4. + meaning: CL:0003018 + title: retinal ganglion cell B3 inner + CL:0000027: + text: CL:0000027 + description: A smooth muscle cell derived from the neural crest. + meaning: CL:0000027 + title: smooth muscle cell neural crest derived + CL:0002170: + text: CL:0002170 + description: A keratinized cell located in the hard palate or gingiva. + meaning: CL:0002170 + title: keratinized cell of the oral mucosa + CL:0002262: + text: CL:0002262 + description: An endothelial cell that lines any of the venous cavities through + which blood passes in various glands and organs such as the spleen and liver. + meaning: CL:0002262 + title: endothelial cell of sinusoid + CL:0000796: + text: CL:0000796 + description: A alpha-beta intraepithelial T cell found in the columnar epithelium + of the gastrointestinal tract. Intraepithelial T cells often have distinct + developmental pathways and activation requirements. + meaning: CL:0000796 + title: CD8-alpha-beta-positive, alpha-beta intraepithelial T cell + CL:0007017: + text: CL:0007017 + description: An epidermal cell with apical microvilli or a single apical projection + have synaptic associations with nerve fibres in the epidermis. + meaning: CL:0007017 + title: Stiftchenzellen + CL:0002668: + text: CL:0002668 + description: An otic fibrocyte that is lateral to the basilar membrane and + anchoris it to the lateral wall. + meaning: CL:0002668 + title: type 4 otic fibrocyte + CL:1000470: + text: CL:1000470 + description: A myoepithelial cell that is part of the primary lactiferous + duct. + meaning: CL:1000470 + title: myoepithelial cell of primary lactiferous duct + CL:0000682: + text: CL:0000682 + description: An absorptive cell of the gut epithelium that endocytoses microorganisms + and intact macromolecules from the gut lumen and transports them to the + subepithelial space where they are presented to antigen-presenting cells + and lymphocytes. + meaning: CL:0000682 + title: M cell of gut + CL:0005026: + text: CL:0005026 + description: Multi fate stem cell that gives rise to both hepatocytes and + cholangiocytes as descendants. The term often refers to fetal precursors + of hepatocytes (differently from 'hepatic stem cell', usually applied to + the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts + may also be endogenous, as some stem cells found in the liver come from + the bone marrow via blood circulation. + meaning: CL:0005026 + title: hepatoblast + CL:0011011: + text: CL:0011011 + description: A cell derived from the mesoderm that is located between the + paraxial mesoderm and the lateral plate. + meaning: CL:0011011 + title: intermediate mesodermal cell + CL:0005015: + text: CL:0005015 + description: An auditory epithelial support cell that surrounds the nerve + fibers and synapses of the auditory inner hair cells. + meaning: CL:0005015 + title: inner phalangeal cell + CL:0000954: + text: CL:0000954 + description: A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, + Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, + and carries a DNA rearrangement of one or more immunoglobulin light chain + genes. + meaning: CL:0000954 + title: small pre-B-II cell + CL:0000972: + text: CL:0000972 + description: A class switched memory B cell is a memory B cell that has undergone + Ig class switching and therefore is IgM-negative on the cell surface. These + cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface. + meaning: CL:0000972 + title: class switched memory B cell + CL:0000789: + text: CL:0000789 + description: A T cell that expresses an alpha-beta T cell receptor complex. + meaning: CL:0000789 + title: alpha-beta T cell + CL:0009019: + text: CL:0009019 + description: A kidney cortical cell that is part of the nephrogenic zone. + meaning: CL:0009019 + title: nephrogenic zone cell + CL:0017011: + text: CL:0017011 + description: A hillock cell that is part of the prostatic urethra. + meaning: CL:0017011 + title: hillock cell of prostatic urethral epithelium + CL:0000904: + text: CL:0000904 + description: CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, + CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative. + meaning: CL:0000904 + title: central memory CD4-positive, alpha-beta T cell + CL:0004139: + text: CL:0004139 + description: A retinal ganglion A2 cell with dendrites terminating in S2. + meaning: CL:0004139 + title: retinal ganglion cell A2 outer + CL:0009016: + text: CL:0009016 + description: An intestinal stem cell that is located in the large intestine + crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the + large intestine and are highly proliferative. They either differentiate + into transit amplifying cells or self-renew to form new stem cells. + meaning: CL:0009016 + title: intestinal crypt stem cell of large intestine + CL:4023087: + text: CL:4023087 + description: A Martinotti neuron that has axons that form a fan-like plexus. + meaning: CL:4023087 + title: fan Martinotti neuron + CL:0000840: + text: CL:0000840 + description: An immature cell of the conventional dendritic cell lineage, + characterized by high levels of antigen uptake via endocytosis, macropinocytosis, + and phagocytosis, and typically found resident in the tissues. Markers for + this cell are CD80-low, CD86-low, and MHC-II-low. + meaning: CL:0000840 + title: immature conventional dendritic cell + CL:0008049: + text: CL:0008049 + description: A giant pyramidal neuron with a soma in layer Vb of the primary + motor cortex that sends its axons down the spinal cord via the corticospinal + tract, either synapsing directly with alpha motor neurons, or targeting + interneurons in the spinal cord. In humans, Betz cells are the largest known + in the central nervous system. + meaning: CL:0008049 + title: Betz cell + CL:0002473: + text: CL:0002473 + description: Gr1-low non-classical monocyte that has high surface expression + of a MHC-II complex. + meaning: CL:0002473 + title: MHC-II-high non-classical monocyte + CL:0010009: + text: CL:0010009 + description: Any photoreceptor cell that is part of some camera-type eye. + meaning: CL:0010009 + title: camera-type eye photoreceptor cell + CL:0002206: + text: CL:0002206 + description: A brush cell of the epithelium in the terminal bronchiole. + meaning: CL:0002206 + title: brush cell of terminal bronchiole + CL:0000287: + text: CL:0000287 + description: Any photoreceptor cell that is part of some eye. + meaning: CL:0000287 + title: eye photoreceptor cell + CL:0009063: + text: CL:0009063 + description: An enteroendocrine cell that is located in the anorectum. + meaning: CL:0009063 + title: enteroendocrine cell of anorectum + CL:0002370: + text: CL:0002370 + description: A simple columnar epithelial cell that secretes mucin. Rough + endoplasmic reticulum, mitochondria, the nucleus, and other organelles are + concentrated in the basal portion. The apical plasma membrane projects microvilli + to increase surface area for secretion. + meaning: CL:0002370 + title: respiratory goblet cell + CL:0000851: + text: CL:0000851 + description: Neuromast mantle cell is a non-sensory cell. Neuromast mantle + cells surround the neuromast support cells and neuromast hair cells, separating + the neuromast from the epidermis, and secrete cupula in which the ciliary + bundles of all the hair cells are embedded. + meaning: CL:0000851 + title: neuromast mantle cell + CL:0000701: + text: CL:0000701 + description: Supports paraganglial type 1 cell. + meaning: CL:0000701 + title: paraganglia type 2 cell + CL:1001595: + text: CL:1001595 + description: 'Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes + or absorptive cells; enteroendocrine and M cells.' + meaning: CL:1001595 + title: rectum glandular cell + CL:4030026: + text: CL:4030026 + description: An absorptive epithelial cell of the human intestine expressing + bestrophin-4 (BEST4) calcium-activated ion channels. + meaning: CL:4030026 + title: BEST4+ intestinal epithelial cell, human + CL:0000456: + text: CL:0000456 + description: Any secretory cell that is capable of some mineralocorticoid + secretion. + meaning: CL:0000456 + title: mineralocorticoid secreting cell + CL:0002449: + text: CL:0002449 + description: A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive. + meaning: CL:0002449 + title: CD94-positive Ly49CI-positive natural killer cell, mouse + CL:0000742: + text: CL:0000742 + description: A round chondrocyte that first differentiates in the late embryonic + growth plate of bone. + meaning: CL:0000742 + title: periarticular chondrocyte + CL:1000385: + text: CL:1000385 + description: A type II vestibular sensory cell that is part of the epithelium + of crista of ampulla of semicircular duct of membranous labyrinth. + meaning: CL:1000385 + title: type 2 vestibular sensory cell of epithelium of crista of ampulla of + semicircular duct of membranous labyrinth + CL:0002327: + text: CL:0002327 + description: An epithelial cell of the mammary gland. + meaning: CL:0002327 + title: mammary gland epithelial cell + CL:0002013: + text: CL:0002013 + description: A basophilic erythroblast that is GlyA-positive. + meaning: CL:0002013 + title: GlyA-positive basophilic erythroblast + CL:0002361: + text: CL:0002361 + description: A progenitor cell that is capable of forming colonies of primitive + erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in + mouse and expresses CD41. + meaning: CL:0002361 + title: primitive erythroid progenitor + CL:1000082: + text: CL:1000082 + meaning: CL:1000082 + title: stretch receptor cell + CL:1001581: + text: CL:1001581 + description: Glial cell of lateral ventricle. + meaning: CL:1001581 + title: lateral ventricle glial cell + CL:1000302: + text: CL:1000302 + description: A fibroblast that is part of the papillary layer of dermis. + meaning: CL:1000302 + title: fibroblast of papillary layer of dermis + CL:0003032: + text: CL:0003032 + description: A monostratified retinal ganglion cell that has post synaptic + terminals in sublaminar layer S2 and is depolarized by decreased illumination + of their receptive field center + meaning: CL:0003032 + title: M3-OFF retinal ganglion cell + CL:0002502: + text: CL:0002502 + description: An enteroendocrine cell of the small intestine that secretes + motilin. + meaning: CL:0002502 + title: type M enteroendocrine cell + CL:4023022: + text: CL:4023022 + description: A Lamp5 GABAergic cortical interneuron that has extended axons + in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in + having elongated horizontal axonal arbors largely confined to L1; but the + dendritic arbors are wider and have fewer branches, while the axon is less + tortuous and extends further from the soma + meaning: CL:4023022 + title: canopy lamp5 GABAergic cortical interneuron (Mmus) + CL:0019028: + text: CL:0019028 + description: Any hepatocyte that is part of the liver lobule midzonal region. + These cells have mixed functionality in comparison with those in the other + two regions of the liver lobule. + meaning: CL:0019028 + title: midzonal region hepatocyte + CL:0000803: + text: CL:0000803 + description: A gamma-delta intraepithelial T cell that has the phenotype CD4-negative + and CD8-negative. + meaning: CL:0000803 + title: CD4-negative CD8-negative gamma-delta intraepithelial T cell + CL:0002335: + text: CL:0002335 + description: A preadipocyte that is capable of differentiating into a brown + adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing + 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) + coactivator-1alpha). + meaning: CL:0002335 + title: brown preadipocyte + CL:0004223: + text: CL:0004223 + description: A amacrine cell with a small dendritic field and post-synaptic + terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped + dendritic arbor and undulate dendrites. + meaning: CL:0004223 + title: AB diffuse-1 amacrine cell + CL:0000484: + text: CL:0000484 + description: Mast cell subtype whose granules contain both the serine proteases + tryptase and chymase. These cells are primarily found in connective tissue, + such as the peritoneal cavity, skin, and intestinal submucosa. Their development + is T-cell independent. + meaning: CL:0000484 + title: connective tissue type mast cell + CL:1001579: + text: CL:1001579 + description: Glial cell of cerebral cortex. + meaning: CL:1001579 + title: cerebral cortex glial cell + CL:0002653: + text: CL:0002653 + description: A squamous shaped endothelial cell. + meaning: CL:0002653 + title: squamous endothelial cell + CL:0002340: + text: CL:0002340 + description: The exocrine cell of the prostate, this epithelial cell secretes + prostatic acid phosphotase and PSA, and is dependent on androgen hormones + for survival. + meaning: CL:0002340 + title: luminal cell of prostate epithelium + CL:0002258: + text: CL:0002258 + description: A cell type that varies from squamous to columnar, depending + on their activity with microvillus directed luminally. This cell produces + and secretes thyroid hormones. + meaning: CL:0002258 + title: thyroid follicular cell + CL:0002414: + text: CL:0002414 + description: A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive. + meaning: CL:0002414 + title: immature Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:4030059: + text: CL:4030059 + description: 'A transcriptomically distinct intratelencephalic-projecting + glutamatergic neuron with a soma found between cortical layer 2-4. This + intratelencephalic-projecting glutamatergic neuron has thin-tufted apical + dendrites and extends its axonal projection into L5 in the neocortex. This + neuronal type has a hyperpolarised resting membrane potential. The standard + transcriptomic reference data for this cell type can be found on the CellxGene + census under the collection: ''Transcriptomic cytoarchitecture reveals principles + of human neocortex organization'', dataset: ''Supercluster: IT-projecting + excitatory neurons'', Author Categories: ''CrossArea_subclass'', clusters + L2/3 IT.' + meaning: CL:4030059 + title: L2/3 intratelencephalic projecting glutamatergic neuron + CL:1000706: + text: CL:1000706 + description: Any urothelial cell that is part of some urothelium of ureter. + meaning: CL:1000706 + title: ureter urothelial cell + CL:4030015: + text: CL:4030015 + description: A renal alpha-intercalated cell that is part of the collecting + duct of the renal tubule. + meaning: CL:4030015 + title: kidney collecting duct alpha-intercalated cell + CL:0000310: + text: CL:0000310 + meaning: CL:0000310 + title: iron accumulating cell + CL:0002679: + text: CL:0002679 + description: A lymphocyte found in adipose tissue that lacks lineage markers + of other lymphocytes but is capable of mediating TH2 cytokine responses. + This cell type is found in fat associated lymphoid clusters, proliferates + in response to IL2 and produce large amounts of TH2 cytokines such as IL5, + IL6 and IL13 + meaning: CL:0002679 + title: natural helper lymphocyte + CL:0002080: + text: CL:0002080 + description: A cubodial epithelial cell that is continuous with the lining + of intercalated ducts that drain the acinus. This cell type secretes a high + pH solution to aid in activation of zymogens, and can differentiate into + endocrine and exocrine pancreatic cell types. + meaning: CL:0002080 + title: pancreatic centro-acinar cell + CL:0003005: + text: CL:0003005 + description: A mono-stratified retinal ganglion cell that has a small dendritic + field and dense dendritic arbor. + meaning: CL:0003005 + title: G4 retinal ganglion cell + CL:0000974: + text: CL:0000974 + description: A fully differentiated plasma cell that lives for years, as opposed + to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, + CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, + surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. + The majority of these cells of this type reside in the bone marrow. + meaning: CL:0000974 + title: long lived plasma cell + CL:0000133: + text: CL:0000133 + description: Ectoderm destined to be nervous tissue. + meaning: CL:0000133 + title: neurectodermal cell + CL:0002468: + text: CL:0002468 + description: A myeloid suppressor cell that is Gr1-low and CD11c-positive. + meaning: CL:0002468 + title: Gr1-low myeloid suppressor cell + CL:0002177: + text: CL:0002177 + description: A supporting cell of the anterior pituitary gland involved in + trophic and catabolic processes; expresses a broad spectrum of cytokeratins + indicative of their epithelial nature. + meaning: CL:0002177 + title: folliculostellate cell of pars distalis of adenohypophysis + CL:4030050: + text: CL:4030050 + description: A medium spiny neuron that expresses both DRD1 and DRD2 and is + part of an extra-striosomal part of dorsal striatum. + meaning: CL:4030050 + title: D1/D2-hybrid medium spiny neuron + CL:0000300: + text: CL:0000300 + description: A mature sexual reproductive cell having a single set of unpaired + chromosomes. + meaning: CL:0000300 + title: gamete + CL:2000092: + text: CL:2000092 + description: Any keratinocyte that is part of a hair follicle. + meaning: CL:2000092 + title: hair follicular keratinocyte + CL:4033061: + text: CL:4033061 + description: An endothelial cell that is part of a central vein of liver. + meaning: CL:4033061 + title: endothelial cell of central vein of liver + CL:0000656: + text: CL:0000656 + description: A diploid cell that has derived from a spermatogonium and can + subsequently begin meiosis and divide into two haploid secondary spermatocytes. + meaning: CL:0000656 + title: primary spermatocyte + CL:0000150: + text: CL:0000150 + description: A specialized epithelial cell that is capable of synthesizing + and secreting certain biomolecules. + meaning: CL:0000150 + title: glandular epithelial cell + CL:0000549: + text: CL:0000549 + description: A nucleated immature erythrocyte, having cytoplasm generally + similar to that of the earlier proerythroblast but sometimes even more basophilic, + and usually regular in outline. The nucleus is still relatively large, but + the chromatin strands are thicker and more deeply staining, giving a coarser + appearance; the nucleoli have disappeared. This cell is CD71-positive and + lacks hematopoeitic lineage markers. + meaning: CL:0000549 + title: basophilic erythroblast + CL:0000902: + text: CL:0000902 + description: CD4-positive alpha-beta T cell with the phenotype CD25-positive, + CTLA-4-positive, and FoxP3-positive with regulatory function. + meaning: CL:0000902 + title: induced T-regulatory cell + CL:0000944: + text: CL:0000944 + description: A Be cell that facilitates development of T-helper 2 (Th2) phenotype + T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, + and interleukin-6. + meaning: CL:0000944 + title: Be2 cell + CL:0002544: + text: CL:0002544 + description: An arterial endothelial cell that is part of the aorta endothelium. + meaning: CL:0002544 + title: aortic endothelial cell + CL:0000833: + text: CL:0000833 + description: A promyelocyte committed to the eosinophil lineage. + meaning: CL:0000833 + title: eosinophilic promyelocyte + CL:4023122: + text: CL:4023122 + description: An interneuron located in the cerebral cortex that expresses + the oxytocin receptor. These interneurons also express somatostatin. + meaning: CL:4023122 + title: oxytocin receptor sst GABAergic cortical interneuron + CL:0000158: + text: CL:0000158 + description: A non-mucous, epithelial secretory cell that is part of the tracheobronchial + tree. A club cell has short microvilli but no cilia. A club cell is able + to multiply and differentiate into ciliated cells to regenerate the bronchiolar + epithelium and it also protects the tracheobronchial epithelium. + meaning: CL:0000158 + title: club cell + CL:0003043: + text: CL:0003043 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with dense dendritic arbor. + meaning: CL:0003043 + title: M10 retinal ganglion cell + CL:0002613: + text: CL:0002613 + description: A neuron of the striatum. + meaning: CL:0002613 + title: striatum neuron + CL:0008003: + text: CL:0008003 + description: A myotube that is part of some somatic muscle. Examples include + arthropod somatic muscle cells. + meaning: CL:0008003 + title: somatic muscle myotube + CL:4023061: + text: CL:4023061 + description: A neuron that has its soma located in CA4 of the hippocampus. + meaning: CL:4023061 + title: hippocampal CA4 neuron + CL:0002227: + text: CL:0002227 + description: A secondary fiber cell that contains a nucleus. + meaning: CL:0002227 + title: nucleated secondary lens fiber + CL:1000449: + text: CL:1000449 + description: An epithelial cell that is part of the nephron. + meaning: CL:1000449 + title: epithelial cell of nephron + CL:0009002: + text: CL:0009002 + description: Any cell participating in the inflammatory response to a foreign + substance, e.g. neutrophil, macrophage. + meaning: CL:0009002 + title: inflammatory cell + CL:1000427: + text: CL:1000427 + description: A chromaffin cell that is part of the adrenal cortex. + meaning: CL:1000427 + title: adrenal cortex chromaffin cell + CL:0008020: + text: CL:0008020 + description: A skeletal muscle satellite cell that undergoes symmetric division + to produce two adult skeleltal muscle myoblasts. + meaning: CL:0008020 + title: skeletal muscle satellite myogenic cell + CL:0000546: + text: CL:0000546 + description: A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, + CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4. + meaning: CL:0000546 + title: T-helper 2 cell + CL:0000914: + text: CL:0000914 + description: An immature alpha-beta T-cell that express Egr2. These cells + give rise to T cells expressing NK markers. + meaning: CL:0000914 + title: immature NK T cell + CL:0001002: + text: CL:0001002 + description: Mature CD8_alpha-negative CD11b-negative dendritic cell is a + CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, + MHCII-high and is CD83-positive. + meaning: CL:0001002 + title: mature CD8_alpha-negative CD11b-negative dendritic cell + CL:0000159: + text: CL:0000159 + meaning: CL:0000159 + title: seromucus secreting cell + CL:0002385: + text: CL:0002385 + description: An oblong or round asexual spore formed from conidial chains. + meaning: CL:0002385 + title: blastoconidium + CL:0000928: + text: CL:0000928 + description: A type I NK T cell that has been recently activated, secretes + interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, + CD69-positive, and downregulated NK markers. + meaning: CL:0000928 + title: activated CD4-negative, CD8-negative type I NK T cell + CL:0001062: + text: CL:0001062 + description: A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, + CD45RO-negative, and CCR7-negative. + meaning: CL:0001062 + title: effector memory CD8-positive, alpha-beta T cell, terminally differentiated + CL:1001108: + text: CL:1001108 + description: An epithelial cell that is part of some loop of Henle thick ascending + limb segment located in the renal medulla. + meaning: CL:1001108 + title: kidney loop of Henle medullary thick ascending limb epithelial cell + CL:0002092: + text: CL:0002092 + description: A cell found in the bone marrow. This can include fibroblasts, + macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and + hematopoietic cells. + meaning: CL:0002092 + title: bone marrow cell + CL:2000018: + text: CL:2000018 + description: Any endothelial cell of artery that is part of a coronary artery. + meaning: CL:2000018 + title: endothelial cell of coronary artery + CL:0009089: + text: CL:0009089 + description: A pericyte cell that is part of a lung. + meaning: CL:0009089 + title: lung pericyte + CL:1001592: + text: CL:1001592 + description: Glandular cell of gallbladder epithelium. + meaning: CL:1001592 + title: gallbladder glandular cell + CL:0002590: + text: CL:0002590 + description: A vascular associated smooth muscle cell of the brain vasculature. + meaning: CL:0002590 + title: smooth muscle cell of the brain vasculature + CL:0000113: + text: CL:0000113 + description: A vertebrate phagocyte with a single nucleus. + meaning: CL:0000113 + title: mononuclear phagocyte + CL:0000203: + text: CL:0000203 + description: Any neuronal receptor cell that is capable of some detection + of mechanical stimulus involved in sensory perception of gravity. + meaning: CL:0000203 + title: gravity sensitive cell + CL:0002563: + text: CL:0002563 + description: An epithelial cell of the intestine. + meaning: CL:0002563 + title: intestinal epithelial cell + CL:0002403: + text: CL:0002403 + description: A thymocyte that has a T cell receptor consisting of a gamma + chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, + CD8-negative and CD24-negative. This cell-type is found in the fetal thymus. + meaning: CL:0002403 + title: mature Vgamma2-positive fetal thymocyte + CL:0002611: + text: CL:0002611 + description: A CNS neuron of the dorsal spinal cord. + meaning: CL:0002611 + title: neuron of the dorsal spinal cord + CL:4030008: + text: CL:4030008 + description: A specialized epithelial cell that contains "feet" that interdigitate + with the "feet" of other glomerular epithelial cells in the pronephros. + meaning: CL:4030008 + title: pronephric podocyte + CL:0009091: + text: CL:0009091 + description: A stem cell found in the interstitial compartment of the neonatal + testis; it is capable of self-renewal as well as differentiation into steroidogenic + cells (adult Leydig cells). Intermediate stages of development include progenitor + Leydig cells and immature Leydig cells. + meaning: CL:0009091 + title: Leydig stem cell + CL:0000806: + text: CL:0000806 + description: A thymocyte that has the phenotype CD4-negative, CD8-negative, + CD44-positive, and CD25-positive. + meaning: CL:0000806 + title: DN2 thymocyte + CL:4023076: + text: CL:4023076 + description: An interneuron that has Martinotti morphology. These interneurons + are scattered throughout various layers of the cerebral cortex, sending + their axons up to the cortical layer I where they form axonal arborization. + meaning: CL:4023076 + title: Martinotti neuron + CL:0000392: + text: CL:0000392 + description: A hemocyte that synthesizes and secretes melanins as part of + the antimicrobial immune response. It is characterized morphologically by + crystal inclusions of phenoloxidases in its cytoplasm, hence its name. + meaning: CL:0000392 + title: crystal cell + CL:4023187: + text: CL:4023187 + description: A neuron with a small cell body that is located in a koniocellular + layer of the lateral geniculate nucleus (LGN). + meaning: CL:4023187 + title: koniocellular cell + CL:0000874: + text: CL:0000874 + description: A splenic macrophage found in the red-pulp of the spleen, and + involved in immune responses to blood-borne pathogens and in the clearance + of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, + MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low. + meaning: CL:0000874 + title: splenic red pulp macrophage + CL:1000435: + text: CL:1000435 + description: An epithelial cell that is part of the lacrimal drainage system. + meaning: CL:1000435 + title: epithelial cell of lacrimal drainage system + CL:1000717: + text: CL:1000717 + description: Intercalated cell that is part of some outer medullary collecting + duct. It is known in some mammalian species that this cell may contribute + in the maintenance of acid/base homeostasis. + meaning: CL:1000717 + title: kidney outer medulla collecting duct intercalated cell + CL:0000239: + text: CL:0000239 + description: An epithelial cell characterized by the presence of a brush border + on its apical surface, which increases the surface area for absorption. + meaning: CL:0000239 + title: brush border epithelial cell + CL:0000511: + text: CL:0000511 + description: A peptide hormone secreting cell that secretes androgen binding + protein. + meaning: CL:0000511 + title: androgen binding protein secreting cell + CL:4030039: + text: CL:4030039 + description: An extratelencephalic-projecting glutamatergic cortical neuron + that is morphologically-defined with a large, spindle-shaped cell body, + thick bipolar dendrites with limited branching and a moderate density of + spines, and often an axon initial segment that emanates from the side of + the cell body. This cell type is associated with markers POU3F, BMP3 and + ITGA4. + meaning: CL:4030039 + title: von Economo neuron + CL:0000550: + text: CL:0000550 + description: A nucleated, immature erythrocyte in which the nucleus occupies + a relatively smaller part of the cell than in its precursor, the basophilic + erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus + is no longer a purely basophilic, but takes on acidophilic aspects, which + becomes progressively more marked as the cell matures. The chromatin of + the nucleus is arranged in coarse, deeply staining clumps. This cell is + CD71-positive and lacks hematopoeitic lineage markers. + meaning: CL:0000550 + title: polychromatophilic erythroblast + CL:0000525: + text: CL:0000525 + description: A cell from the outer syncytial layer of the trophoblast of an + early mammalian embryo, directly associated with the maternal blood supply. + It secretes hCG in order to maintain progesterone secretion and sustain + a pregnancy. + meaning: CL:0000525 + title: syncytiotrophoblast cell + CL:0019003: + text: CL:0019003 + description: Any goblet cell that is part of the tracheobronchial epithelium. + meaning: CL:0019003 + title: tracheobronchial goblet cell + CL:0000438: + text: CL:0000438 + description: A peptide hormone secreting cell pituitary that produces luteinizing + hormone. + meaning: CL:0000438 + title: luteinizing hormone secreting cell + CL:0000052: + text: CL:0000052 + description: A stem cell from which all cells of the body can form. + meaning: CL:0000052 + title: totipotent stem cell + CL:0000981: + text: CL:0000981 + description: A memory B cell with the phenotype IgD-negative and CD27-negative. + meaning: CL:0000981 + title: double negative memory B cell + CL:4023066: + text: CL:4023066 + description: A pyramidal neuron which has an apical tree which is oriented + parallel to the pia. This is unlike typical pyramidal neurons which have + its apical dendrite aligned vertically. + meaning: CL:4023066 + title: horizontal pyramidal neuron + CL:0011101: + text: CL:0011101 + description: Cells of the uterine chorion that acquire specialized structural + and/or functional features that characterize chorionic trophoblasts. These + cells will migrate towards the spongiotrophoblast layer and give rise to + syncytiotrophoblasts of the labyrinthine layer. + meaning: CL:0011101 + title: chorionic trophoblast cell + CL:4033031: + text: CL:4033031 + description: An ON diffuse bipolar cell that predominantly connects to ON + parasol cells and lateral amacrine cells. + meaning: CL:4033031 + title: diffuse bipolar 4 cell + CL:0000151: + text: CL:0000151 + description: A cell that specializes in controlled release of one or more + substances. + meaning: CL:0000151 + title: secretory cell + CL:1000374: + text: CL:1000374 + description: A transitional myocyte that is part of the posterior division + of left branch of atrioventricular bundle. + meaning: CL:1000374 + title: transitional myocyte of posterior division of left branch of atrioventricular + bundle + CL:0000542: + text: CL:0000542 + description: A lymphocyte is a leukocyte commonly found in the blood and lymph + that has the characteristics of a large nucleus, a neutral staining cytoplasm, + and prominent heterochromatin. + meaning: CL:0000542 + title: lymphocyte + CL:4030011: + text: CL:4030011 + description: A brush border cell that is part of segment 3 (S3) of the proximal + tubule epithelium, which extends from the medullary rays of the renal cortex + into the outer medulla. + meaning: CL:4030011 + title: epithelial cell of proximal tubule segment 3 + CL:0000540: + text: CL:0000540 + description: The basic cellular unit of nervous tissue. Each neuron consists + of a body, an axon, and dendrites. Their purpose is to receive, conduct, + and transmit impulses in the nervous system. + meaning: CL:0000540 + title: neuron + CL:0000580: + text: CL:0000580 + description: A neutrophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte; + in this stage, production of primary granules is complete and neutrophil-specific + granules has started. No nucleolus is present. This cell type is CD13-positive, + CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, + CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, + myeloperoxidase-positive and NGAL-positive. + meaning: CL:0000580 + title: neutrophilic myelocyte + CL:0001009: + text: CL:0001009 + description: Immature dermal dendritic cell is a dermal dendritic cell that + is CD80-low, CD86-low, and MHCII-low. + meaning: CL:0001009 + title: immature dermal dendritic cell + CL:0000588: + text: CL:0000588 + description: A specialized osteoclast associated with the absorption and removal + of cementum. + meaning: CL:0000588 + title: odontoclast + CL:0011014: + text: CL:0011014 + description: A sperm cell that is not cabaple of motion (motility). + meaning: CL:0011014 + title: non-motile sperm cell + CL:4033042: + text: CL:4033042 + description: An alveolar macrophage that expresses metallothionein. + meaning: CL:4033042 + title: metallothionein-positive alveolar macrophage + CL:0000816: + text: CL:0000816 + description: An immature B cell is a B cell that has the phenotype surface + IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin + class switching or peripheral encounter with antigen and activation. + meaning: CL:0000816 + title: immature B cell + CL:0000558: + text: CL:0000558 + description: An immature erythrocyte that changes the protein composition + of its plasma membrane by exosome formation and extrusion. The types of + protein removed differ between species though removal of the transferrin + receptor is apparent in mammals and birds. + meaning: CL:0000558 + title: reticulocyte + CL:0000778: + text: CL:0000778 + description: A specialized mononuclear osteoclast associated with the absorption + and removal of bone, precursor of multinuclear osteoclasts. + meaning: CL:0000778 + title: mononuclear osteoclast + CL:0000500: + text: CL:0000500 + description: An epithelial somatic cell associated with a maturing oocyte. + meaning: CL:0000500 + title: follicular epithelial cell + CL:0009030: + text: CL:0009030 + description: An intestinal enteroendocrine cell that is located in a vermiform + appendix. + meaning: CL:0009030 + title: enteroendocrine cell of appendix + CL:0008017: + text: CL:0008017 + description: A skeletal muscle myoblast that is part of a skeletal mucle. These + cells are formed following acivation and division of skeletal muscle satellite + cells. They form a transient population that is lost when they fuse to form + skeletal muscle fibers. + meaning: CL:0008017 + title: adult skeletal muscle myoblast + CL:4023159: + text: CL:4023159 + description: An interneuron that has double bouquet morphology. + meaning: CL:4023159 + title: double bouquet cell + CL:0002504: + text: CL:0002504 + description: A smooth muscle cell of the intestine. + meaning: CL:0002504 + title: enteric smooth muscle cell + CL:0000690: + text: CL:0000690 + meaning: CL:0000690 + title: R2 photoreceptor cell + CL:0002317: + text: CL:0002317 + description: An external limiting cell found in the vestibular epithelium. + meaning: CL:0002317 + title: external limiting cell of vestibular epithelium + CL:2000079: + text: CL:2000079 + description: Any mesenchymal stem cell of the bone marrow that is part of + a femur. + meaning: CL:2000079 + title: mesenchymal stem cell of femoral bone marrow + CL:4023120: + text: CL:4023120 + description: An auditory hair cell found in the cochlea. + meaning: CL:4023120 + title: cochlea auditory hair cell + CL:0002629: + text: CL:0002629 + description: A mature microglial cell that has changed shape to an amoeboid + morphology and is capable of cytokine production and antigen presentation. + meaning: CL:0002629 + title: mature microglial cell + CL:0017009: + text: CL:0017009 + description: A human dendritic cell that expresses the AXL and SIGLEC6 genes. + meaning: CL:0017009 + title: Axl+ dendritic cell, human + CL:0000573: + text: CL:0000573 + description: One of the two photoreceptor cell types in the vertebrate retina. + In cones the photopigment is in invaginations of the cell membrane of the + outer segment. Cones are less sensitive to light than rods, but they provide + vision with higher spatial and temporal acuity, and the combination of signals + from cones with different pigments allows color vision. + meaning: CL:0000573 + title: retinal cone cell + CL:1000313: + text: CL:1000313 + description: A goblet cell that is part of the epithelium of stomach. + meaning: CL:1000313 + title: gastric goblet cell + CL:0002253: + text: CL:0002253 + description: An epithelial cell of the large intestine. + meaning: CL:0002253 + title: epithelial cell of large intestine + CL:0019029: + text: CL:0019029 + description: Any hepatocyte that is part of the liver lobule centrilobular + region. These cells are the primary location for the biotransformation of + drugs. + meaning: CL:0019029 + title: centrilobular region hepatocyte + CL:0000648: + text: CL:0000648 + description: A smooth muscle cell that synthesizes, stores, and secretes the + enzyme renin. This cell type are located in the wall of the afferent arteriole + at the entrance to the glomerulus. While having a different origin than + other kidney smooth muscle cells, this cell type expresses smooth muscle + actin upon maturation. + meaning: CL:0000648 + title: kidney granular cell + CL:0000870: + text: CL:0000870 + description: A gut-associated lymphoid tissue macrophage found in the Peyer's + patches. + meaning: CL:0000870 + title: Peyer's patch macrophage + CL:1000236: + text: CL:1000236 + description: Any glial cell that is part of some posterior lateral line nerve. + meaning: CL:1000236 + title: posterior lateral line nerve glial cell + CL:0001069: + text: CL:0001069 + description: An innate lymphoid cell that is capable of producing T-helper + 2-cell associated cytokines upon stimulation. + meaning: CL:0001069 + title: group 2 innate lymphoid cell + CL:0002084: + text: CL:0002084 + description: A Boettcher cell is a polyhedral cells on the basilar membrane + of the cochlea, and is located beneath Claudius cells. A Boettcher cell + is considered a supporting cell for the organ of Corti, and is present only + in the lower turn of the cochlea. These cells interweave with each other, + and project microvilli into the intercellular space. Because of their structural + specialization, a Boettcher cell is believed to play a significant role + in the function of the cochlea. They demonstrate high levels of calmodulin, + and may be involved in mediating Ca(2+) regulation and ion transport. + meaning: CL:0002084 + title: Boettcher cell + CL:1000367: + text: CL:1000367 + description: A transitional myocyte that is part of the posterior internodal + tract. + meaning: CL:1000367 + title: transitional myocyte of posterior internodal tract + CL:4029001: + text: CL:4029001 + description: A cell that supports the development of a gamete by providing + it cytoplasmic material (including entire organelles) by direct cross-membrane + channels (del Pino, 2021). + meaning: CL:4029001 + title: gamete-nursing cell + CL:4033000: + text: CL:4033000 + description: A(n) endothelial cell that is part of a(n) venule of lymph node. + meaning: CL:4033000 + title: endothelial cell of venule of lymph node + CL:0002658: + text: CL:0002658 + description: A glandular epithelial cell of the large intestine. + meaning: CL:0002658 + title: glandular cell of the large intestine + CL:0000565: + text: CL:0000565 + description: A cell found in fat bodies whose primary function is intermediary + metabolism. + meaning: CL:0000565 + title: fat body cell + CL:0001033: + text: CL:0001033 + description: Granule cell with a soma found in the hippocampus. + meaning: CL:0001033 + title: hippocampal granule cell + CL:0000479: + text: CL:0000479 + description: A peptide hormone secreting cell that secretes vasopressin stimulating + hormone + meaning: CL:0000479 + title: vasopressin stimulating hormone secreting cell + CL:0002508: + text: CL:0002508 + description: A dermal dendritic cell isolated from skin draining lymph nodes + that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative. + meaning: CL:0002508 + title: langerin-negative, CD103-negative lymph node dendritic cell + CL:0000141: + text: CL:0000141 + description: An osteocytelike cell with numerous processes, trapped in a lacuna + in the cement of the tooth. + meaning: CL:0000141 + title: cementocyte + CL:0002592: + text: CL:0002592 + description: A smooth muscle cell of the coronary artery. + meaning: CL:0002592 + title: smooth muscle cell of the coronary artery + CL:1001131: + text: CL:1001131 + description: A cell that is part of some vasa recta ascending limb. + meaning: CL:1001131 + title: vasa recta ascending limb cell + CL:0000849: + text: CL:0000849 + description: An olfactory receptor cell with short cilia growing in an invagination + bordered by microvilli. + meaning: CL:0000849 + title: crypt olfactory receptor neuron + CL:0009109: + text: CL:0009109 + description: A lymphatic endothelial cell located in a lymph node trabecula. + meaning: CL:0009109 + title: lymphatic endothelial cell of trabecula + CL:4030023: + text: CL:4030023 + description: A hillock cell that is located in respiratory epithelium. In + some mammalian species, this cell type has been noted to express KRT13 and + KRT4 and is postulated to play a role in squamous barrier function and immunomodulation. + meaning: CL:4030023 + title: respiratory hillock cell + CL:0004247: + text: CL:0004247 + description: A neuron that stratifies dendrites at two and only two locations. + meaning: CL:0004247 + title: bistratified cell + CL:0000091: + text: CL:0000091 + description: A tissue-resident macrophage of the reticuloendothelial system + found on the luminal surface of the hepatic sinusoids involved in erythrocyte + clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, + CD163/SRCR-positive. Irregular, with long processes including lamellipodia + extending into the sinusoid lumen, have flattened nucleus with cytoplasm + containing characteristic invaginations of the plasma membrane (vermiform + bodies); lie within the sinusoid lumen attached to the endothelial surface; + derived from the bone marrow, form a major part of the body's mononuclear + phagocyte system. + meaning: CL:0000091 + title: Kupffer cell + CL:0000122: + text: CL:0000122 + description: A neuron that has dendritic processes radiating from the cell + body forming a star-like shape. + meaning: CL:0000122 + title: stellate neuron + CL:0000741: + text: CL:0000741 + description: A motor neuron that is located in the cervical region of the + spinal cord and selectively innervates the sternocleidmastoid or trapezius + muscle. Unlike other motor neurons, they extend axons dorsally along lateral + margins of the spinal cord. + meaning: CL:0000741 + title: spinal accessory motor neuron + CL:1001005: + text: CL:1001005 + description: Any kidney capillary endothelial cell that is part of some glomerular + capillary endothelium. + meaning: CL:1001005 + title: glomerular capillary endothelial cell + CL:0001023: + text: CL:0001023 + description: A common myeloid progenitor that is Kit-positive and CD34-positive, + Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low. + meaning: CL:0001023 + title: Kit-positive, CD34-positive common myeloid progenitor + CL:0000065: + text: CL:0000065 + description: A neurectoderm derived cell that lines the neural lumen. + meaning: CL:0000065 + title: ependymal cell + CL:2000089: + text: CL:2000089 + description: A granule cell that has soma location in the dentate gyrus cell + layer of the hippocampal formation and has an elliptical cell body and characteristic + cone-shaped tree of spiny apical dendrites. The branches extend throughout + the molecular layer and the distal tips of the dendritic tree end just at + the hippocampal fissure or at the ventricular surface. The dentate gyrus + granule cell is the principal cell type of the dentate gyrus. + meaning: CL:2000089 + title: dentate gyrus granule cell + CL:1000505: + text: CL:1000505 + description: A cell that is part of a renal pelvis. + meaning: CL:1000505 + title: kidney pelvis cell + CL:0002178: + text: CL:0002178 + description: An epithelial cell found in the lining of the stomach. + meaning: CL:0002178 + title: epithelial cell of stomach + CL:0003008: + text: CL:0003008 + description: A mono-stratified retinal ganglion cell that has a medium dendritic + field and a medium dendritic arbor with post sympatic terminals in sublaminar + layer S2. + meaning: CL:0003008 + title: G5 retinal ganglion cell + CL:0002209: + text: CL:0002209 + description: An epithelial cell present in the trachea and bronchi; columnar + in shape; generally lack cilia; immature forms of ciliated or secretory + cells which have been formed from stem cells. + meaning: CL:0002209 + title: intermediate epitheliocyte + CL:4023006: + text: CL:4023006 + description: A nuclear bag fiber that is sensitive only changes in muscle + length but not the rate of that change. + meaning: CL:4023006 + title: static nuclear bag fiber + CL:0000754: + text: CL:0000754 + description: 'An OFF-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the outer half of the inner + plexiform layer. The dendritic tree is not well filled and the dendrites + are more delicate than in type 1 cells. The axon terminal is bushier and + exhibits a dense plexus of varicosities in the inner part of sublamina 1 + (Ghosh et al., 2004). It can be differentiated from other retinal bipolar + neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, + 2016).' + meaning: CL:0000754 + title: type 2 cone bipolar cell (sensu Mus) + CL:0000841: + text: CL:0000841 + description: A mature cell of the conventional dendritic cell lineage, characterized + by a high capacity for antigen presentation and typically found in a lymph + node. + meaning: CL:0000841 + title: mature conventional dendritic cell + CL:0000175: + text: CL:0000175 + description: A progesterone secreting cell in the corpus luteum. The large + luteal cells develop from the granulosa cells. The small luteal cells develop + from the theca cells. + meaning: CL:0000175 + title: luteal cell + CL:0004120: + text: CL:0004120 + description: A retinal ganglion A cell found in the retina with large somata, + often polygonal in shape. The dendritic fields consist of three to seven + stout dendrites that are sparce near soma. Dendrites terminate in S4. + meaning: CL:0004120 + title: retinal ganglion cell A1 + CL:0002424: + text: CL:0002424 + description: A DN2 thymocyte that is Kit-low. + meaning: CL:0002424 + title: DN2b thymocyte + CL:0000865: + text: CL:0000865 + description: A gut-associated lymphoid tissue macrophage found in lamina propria + of the gut. + meaning: CL:0000865 + title: gastrointestinal tract (lamina propria) macrophage + CL:1000600: + text: CL:1000600 + description: Any cell that is part of some lower urinary tract. + meaning: CL:1000600 + title: lower urinary tract cell + CL:1000321: + text: CL:1000321 + description: A goblet cell that is part of the epithelium of crypt of Lieberkuhn + of large intestine. + meaning: CL:1000321 + title: large intestine crypt goblet cell + CL:0002063: + text: CL:0002063 + description: A pulmonary alveolar epithelial cell that modulates the fluid + surrounding the alveolar epithelium by secreting and recycling surfactants. + This cell type also contributes to tissue repair and can differentiate after + injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker + than squamous alveolar cells, have a rounded apical surface that projects + above the level of surrounding epithelium. The free surface is covered by + short microvilli. + meaning: CL:0002063 + title: pulmonary alveolar type 2 cell + CL:4023097: + text: CL:4023097 + description: A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid + barrier cells make up the tight-junctioned layer in the leptomeninx that + functions as the physiologic barrier between the cerebrospinal fluid in + the subarachnoid space and the fenestrated capillaries in the dura. + meaning: CL:4023097 + title: arachnoid barrier cell + CL:0002198: + text: CL:0002198 + description: A large epithelial cell with an extremely acidophilic and granular + cytoplasm, containing vast numbers of mitochondria; such cells may undergo + neoplastic transformation. From the Greek word onkos meaning swelling, this + cell type is found in parathyroid, salivary and thyroid glands. + meaning: CL:0002198 + title: oncocyte + CL:4030007: + text: CL:4030007 + description: An epithelial ciliated cell that is part of the fallopian tube. + This cell type is found mainly on the apex of the mucosal folds and contributes, + together with peristaltic contractions, to the self-propulsion of spermatozoa, + the transport of ovum during ovulation and the transport of the fertilized + ovum to the intramural fallopian tube. A fallopian tube ciliated cell has + a columnar shape and contains an oval or round nucleus, often located perpendicular + or parallel to the long axis of the cell. + meaning: CL:4030007 + title: fallopian tube ciliated cell + CL:4023161: + text: CL:4023161 + description: An excitatory glutamatergic interneuron found in the granular + layer of the cerebellar cortex and also in the granule cell domain of the + cochlear nucleus. Unipolar brush cells have a round or oval cell body with + usually a single short dendrite that ends in a brush-like tuft of short + dendrites unique to them known as dendrioles. + meaning: CL:4023161 + title: unipolar brush cell + CL:0000218: + text: CL:0000218 + description: A neuroglial cell of the peripheral nervous system which forms + the insulating myelin sheaths of peripheral axons. + meaning: CL:0000218 + title: myelinating Schwann cell + CL:0000021: + text: CL:0000021 + description: Female germ cell is a germ cell that supports female gamete production. + meaning: CL:0000021 + title: female germ cell + CL:0000064: + text: CL:0000064 + description: A cell that has a filiform extrusion of the cell surface. + meaning: CL:0000064 + title: ciliated cell + CL:1000352: + text: CL:1000352 + description: A basal cell that is part of the epithelium of bronchiole. + meaning: CL:1000352 + title: basal cell of epithelium of lobular bronchiole + CL:1000417: + text: CL:1000417 + description: A myoepithelial cell that is part of the sweat gland. + meaning: CL:1000417 + title: myoepithelial cell of sweat gland + CL:0000167: + text: CL:0000167 + description: Any secretory cell that is capable of some peptide hormone secretion. + meaning: CL:0000167 + title: peptide hormone secreting cell + CL:2000069: + text: CL:2000069 + description: Any fibroblast that is part of a gallbladder. + meaning: CL:2000069 + title: gallbladder fibroblast + CL:0002040: + text: CL:0002040 + description: A CD24-low, CD44-negative, NK1.1-negative NK T cell. + meaning: CL:0002040 + title: immature NK T cell stage II + CL:4030018: + text: CL:4030018 + description: A renal principal cell located in the connecting tubule. + meaning: CL:4030018 + title: kidney connecting tubule principal cell + CL:0004231: + text: CL:0004231 + description: A broadly stratifying amacrine cell with a small dendritic field + and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic + terminals in S2, S3, and S4. + meaning: CL:0004231 + title: recurving diffuse amacrine cell + CL:0000054: + text: CL:0000054 + meaning: CL:0000054 + title: bone matrix secreting cell + CL:0000532: + text: CL:0000532 + meaning: CL:0000532 + title: CAP motoneuron + CL:1000500: + text: CL:1000500 + description: A cell that is part of kidney interstitium. + meaning: CL:1000500 + title: kidney interstitial cell + CL:0000830: + text: CL:0000830 + description: A promyelocyte committed to the basophil lineage. + meaning: CL:0000830 + title: basophilic promyelocyte + CL:4023171: + text: CL:4023171 + description: A trigeminal neuron that is responsible for motor functions such + as biting and chewing. + meaning: CL:4023171 + title: trigeminal motor neuron + CL:0000114: + text: CL:0000114 + meaning: CL:0000114 + title: surface ectodermal cell + CL:0000622: + text: CL:0000622 + description: A secretory cell that is grouped together with other cells of + the same type to form grape shaped clusters known as acini (singular acinus). + meaning: CL:0000622 + title: acinar cell + CL:0002429: + text: CL:0002429 + description: A double-positive thymocyte that is CD69-positive and has begun + positive selection. + meaning: CL:0002429 + title: CD69-positive double-positive thymocyte + CL:0001067: + text: CL:0001067 + description: An innate lymphoid cell that is capable of producing the type + 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines. + meaning: CL:0001067 + title: group 1 innate lymphoid cell + CL:0002047: + text: CL:0002047 + description: A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive + and BP-1-negative. + meaning: CL:0002047 + title: fraction B precursor B cell + CL:0007013: + text: CL:0007013 + description: Odontoblast that is terminally differentiated and derived from + an odontogenic papilla and associated with dentine. + meaning: CL:0007013 + title: terminally differentiated odontoblast + CL:0002638: + text: CL:0002638 + description: A respiratory stem cell found at the junction of the terminal + (conductive) bronchiole and the respiratory bronchiole. This cell types + gives rise to alveolar cell types and club cells in response to lung injury. + This cell type expresses markers Scgb1a1 and Sftpc. + meaning: CL:0002638 + title: bronchioalveolar stem cell + CL:0000646: + text: CL:0000646 + description: Undifferentiated; mitotic stem cell for other epithelial cell + types; rounded or elliptical with little cytoplasm and few organelles; contain + cytokeratin intermediate filament. + meaning: CL:0000646 + title: basal cell + CL:1000484: + text: CL:1000484 + description: A Purkinje myocyte that is part of the atrioventricular bundle. + meaning: CL:1000484 + title: Purkinje myocyte of atrioventricular bundle + CL:1000892: + text: CL:1000892 + description: Any kidney blood vessel cell that is part of some kidney capillary. + meaning: CL:1000892 + title: kidney capillary endothelial cell + CL:0002172: + text: CL:0002172 + description: A long, spindle-shaped supporting cells arranged in parallel + rows that secretes components of the tectorial membrane and potassium ions + into the endolymph. + meaning: CL:0002172 + title: interdental cell of cochlea + CL:0000228: + text: CL:0000228 + description: A cell with more than one nucleus. + meaning: CL:0000228 + title: multinucleate cell + CL:0000174: + text: CL:0000174 + description: Any secretory cell that is capable of some steroid hormone secretion. + meaning: CL:0000174 + title: steroid hormone secreting cell + CL:0002212: + text: CL:0002212 + description: A fast muscle fiber cell that stores energy in the form of glycogen + and creatine phosphate. + meaning: CL:0002212 + title: type II muscle cell + CL:1000380: + text: CL:1000380 + description: A type I vestibular sensory cell that is part of the epithelium + of macula of saccule of membranous labyrinth. + meaning: CL:1000380 + title: type 1 vestibular sensory cell of epithelium of macula of saccule of + membranous labyrinth + CL:1000438: + text: CL:1000438 + description: An epithelial cell that is part of the wall of inferior part + of anal canal. + meaning: CL:1000438 + title: epithelial cell of wall of inferior part of anal canal + CL:4023094: + text: CL:4023094 + description: A pyramidal neuron which has a distinctive tuft formation, distal + from the soma. + meaning: CL:4023094 + title: tufted pyramidal neuron + CL:0002066: + text: CL:0002066 + description: A neuroendocrine cell found in the epithelium of the lungs and + respiratory tract. This cell type is rounded or elliptical in shape, situated + mainly in the basal part of the epithelium; regulates bronchial secretion, + smooth muscle contraction, lobular growth, ciliary activity and chemoreception. + Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles + with a clear halo between the core and the limiting membrane. + meaning: CL:0002066 + title: Feyrter cell + CL:0009084: + text: CL:0009084 + description: An epithelial cell that is part of an endometrial gland. + meaning: CL:0009084 + title: epithelial cell of endometrial gland + CL:2000023: + text: CL:2000023 + description: Any interneuron that is part of a spinal cord ventral column. + meaning: CL:2000023 + title: spinal cord ventral column interneuron + CL:0004229: + text: CL:0004229 + description: A bistratified amacrine cell with a small dendritic field that + has dendrite stratification in S2, and in S3 and S4. + meaning: CL:0004229 + title: A2-like amacrine cell + CL:0002676: + text: CL:0002676 + description: A neuroblast derived from a neural crest cell. + meaning: CL:0002676 + title: neural crest derived neuroblast + CL:0002091: + text: CL:0002091 + description: A small cell formed by the first meiotic division of oocytes. + meaning: CL:0002091 + title: primary polar body + CL:0001064: + text: CL:0001064 + description: A neoplastic cell that is capable of entering a surrounding tissue + meaning: CL:0001064 + title: malignant cell + CL:0000615: + text: CL:0000615 + description: A thick walled spore containing one or more haploid nuclei produced + by sexual reproduction in an Basidiomycete; formed externally on extrusions + of the basidium. + meaning: CL:0000615 + title: basidiospore + CL:0005007: + text: CL:0005007 + description: Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact + the central canal of the spinal cord and have ipsilateral ascending axons. + meaning: CL:0005007 + title: Kolmer-Agduhr neuron + CL:0001012: + text: CL:0001012 + meaning: CL:0001012 + title: CD7-negative lymphoid progenitor OR granulocyte monocyte progenitor + CL:1000346: + text: CL:1000346 + description: An enterocyte that is part of the epithelium proper of large + intestine. + meaning: CL:1000346 + title: enterocyte of epithelium proper of large intestine + CL:0000061: + text: CL:0000061 + description: Skeletogenic cell that produces cementum (a bony substance that + covers the root of a tooth), is part of the odontogenic papilla, and develops + from a precementoblast cell. + meaning: CL:0000061 + title: cementoblast + CL:0000687: + text: CL:0000687 + meaning: CL:0000687 + title: R1 photoreceptor cell + CL:0000148: + text: CL:0000148 + description: A pigment cell derived from the neural crest. Contains melanin-filled + pigment granules, which gives a brown to black appearance. + meaning: CL:0000148 + title: melanocyte + CL:1000370: + text: CL:1000370 + description: A transitional myocyte that is part of the left branch of atrioventricular + bundle. + meaning: CL:1000370 + title: transitional myocyte of left branch of atrioventricular bundle + CL:0002372: + text: CL:0002372 + description: A transversely striated, synctial muscle cell, formed by the + fusion of myoblasts. + meaning: CL:0002372 + title: myotube + CL:0000430: + text: CL:0000430 + description: A pigment cell derived from the neural crest. Contains cartenoid + pigments in structures called pterinosomes or xanthosomes. This gives an + appearance ranging from a golden yellow to orange and red. + meaning: CL:0000430 + title: xanthophore cell + CL:0009026: + text: CL:0009026 + description: An enterocyte that is a part of a vermiform appendix. + meaning: CL:0009026 + title: enterocyte of appendix + CL:1001569: + text: CL:1001569 + description: An interneuron with a soma found in the hippocampus. + meaning: CL:1001569 + title: hippocampal interneuron + CL:0002386: + text: CL:0002386 + description: A macroconidium that has more than one nucleus. + meaning: CL:0002386 + title: multinucleate macroconidium + CL:0002299: + text: CL:0002299 + description: An epithelial cell scattered in the cortex, predominant in the + outer cortex with a large pale nucleus and a prominent nucleolus. + meaning: CL:0002299 + title: type-2 epithelial cell of thymus + CL:0000383: + text: CL:0000383 + meaning: CL:0000383 + title: nephrogenic mesenchyme stem cell + CL:0002127: + text: CL:0002127 + description: A T cell with a receptor of limited diversity that is capable + of immediate effector functions upon stimulation. + meaning: CL:0002127 + title: innate effector T cell + CL:0003044: + text: CL:0003044 + description: A bistratified ganglion cell with small, dense dendritic fields + that terminate in S1 and S3. + meaning: CL:0003044 + title: M11 retinal ganglion cell + CL:1000444: + text: CL:1000444 + description: A mesothelial cell that is part of the anterior chamber of eyeball. + meaning: CL:1000444 + title: mesothelial cell of anterior chamber of eye + CL:0002195: + text: CL:0002195 + description: A stem cell that can give rise to the cells of the liver. The + term usually refers to the self-renewing pool of hepatocyte precursors in + the adult liver (differently from 'hepatoblast', often used for fetal precursors + of hepatocytes). + meaning: CL:0002195 + title: hepatic stem cell + CL:0003050: + text: CL:0003050 + description: A cone cell that detects short wavelength light. Exact peak of + spectra detected differs between species. In humans, spectra peaks at 420-440 + nm. + meaning: CL:0003050 + title: S cone cell + CL:0000873: + text: CL:0000873 + description: A splenic macrophage found in the areas surrounding the white + pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, + Dectin2-low, sialoadhesin-positive. + meaning: CL:0000873 + title: splenic metallophillic macrophage + CL:0002589: + text: CL:0002589 + description: A smooth muscle cell of the bachiocephalic vasculature. + meaning: CL:0002589 + title: smooth muscle cell of the brachiocephalic vasculature + CL:0009037: + text: CL:0009037 + description: A B lymphocyte that resides in the mantle zone of the lymph node + germinal center. These are generally IgM and IgD positive activated B cells + that form a 'corona' around the germinal center and are part of the establishment + of a secondary lymphatic follicule. + meaning: CL:0009037 + title: lymph node mantle zone B cell + CL:0005022: + text: CL:0005022 + description: Lymphatic progenitor cells, derived from the veins, that give + rise to lymphatic endothelial cells. + meaning: CL:0005022 + title: vascular lymphangioblast + CL:0002099: + text: CL:0002099 + description: A small, polyhedral, cell found in rounded groups or curved columns + with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid + droplets. This cell in the zona glomerulosa produces mineralocorticoids. + meaning: CL:0002099 + title: type I cell of adrenal cortex + CL:0002431: + text: CL:0002431 + description: A double-positive thymocyte that is undergoing positive selection, + has high expression of the alpha-beta T cell receptor, is CD69-positive, + and is in the process of down regulating the CD8 co-receptor. + meaning: CL:0002431 + title: CD4-positive, CD8-intermediate double-positive thymocyte + CL:0000242: + text: CL:0000242 + description: A modified epidermal cell located in the stratum basale. They + are found mostly in areas where sensory perception is acute. Merkel cells + are closely associated with an expanded terminal bulb of an afferent myelinated + nerve fiber. + meaning: CL:0000242 + title: Merkel cell + CL:0000829: + text: CL:0000829 + description: A myeloblast committed to the basophil lineage. + meaning: CL:0000829 + title: basophilic myeloblast + CL:0003047: + text: CL:0003047 + description: A bistratifed retinal ganglion cell that has small, symmetric + dendritic fields that terminate in S1 and S4-S5. + meaning: CL:0003047 + title: M14 retinal ganglion cell + CL:1000546: + text: CL:1000546 + description: An epithelial cell that is part of a renal medulla collecting + duct. + meaning: CL:1000546 + title: kidney medulla collecting duct epithelial cell + CL:0000464: + text: CL:0000464 + description: An epidermal progenitor cell that arises from neuroectoderm and + in turn gives rise to the epidermal sheath of ventral and cephalic regions. + meaning: CL:0000464 + title: epidermoblast + CL:0002413: + text: CL:0002413 + description: A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative. + meaning: CL:0002413 + title: mature Vgamma1.1-positive, Vdelta6.3-negative thymocyte + CL:0002515: + text: CL:0002515 + description: An interrenal chromaffin cell found in teleosts that contain + heterogeneous vesicles with electron-dense granules located asymmetrically + within the vesicular membrane. + meaning: CL:0002515 + title: interrenal norepinephrine type cell + CL:0002492: + text: CL:0002492 + description: A polarized columnar cell that covesr the lateral surface of + the cochlear duct, secretes potassium ions and forms a continuous sheet + in contact with the endolymph; marginal cells form extensive interdigitations + with the basal and intermediate cells in the normal adult stria. + meaning: CL:0002492 + title: strial marginal cell + CL:0002073: + text: CL:0002073 + description: Specialized cardiac myocyte which is in the internodal tract + and atrioventricular node. The cell is more slender than ordinary atrial + myocytes and has more myofibrils than nodal myocytes. + meaning: CL:0002073 + title: transitional myocyte + CL:1000377: + text: CL:1000377 + description: A Feyrter cell that is part of the epithelium of trachea. + meaning: CL:1000377 + title: dense-core granulated cell of epithelium of trachea + CL:1000155: + text: CL:1000155 + description: A specialized epithelial secretory cell that moves chloride ions + and water across the tubule epithelium. + meaning: CL:1000155 + title: Malpighian tubule stellate cell + CL:0003036: + text: CL:0003036 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with medium dendritic arbor, and has dendrites in layers + 2 and 5. + meaning: CL:0003036 + title: M7 retinal ganglion cell + CL:1000742: + text: CL:1000742 + description: A mesangial cell located among the glomerular capillaries in + a renal corpuscle. + meaning: CL:1000742 + title: glomerular mesangial cell + CL:0001025: + text: CL:0001025 + description: A common lymphoid progenitor that is Kit-low, FLT3-positive, + IL7ralpha-positive, and SCA1-low. + meaning: CL:0001025 + title: Kit-positive, Sca1-positive common lymphoid progenitor + CL:0004183: + text: CL:0004183 + description: A monostratified retinal ganglion cell with medium soma, sparse + dendritic tree, and medium dendritic field. + meaning: CL:0004183 + title: retinal ganglion cell B3 + CL:1000288: + text: CL:1000288 + description: A muscle cell that is part of the atrial branch of anterior internodal + tract. + meaning: CL:1000288 + title: myocyte of atrial branch of anterior internodal tract + CL:0002510: + text: CL:0002510 + description: A langerin-positive lymph node dendritic cell that is CD103-negative + and CD11b-high. + meaning: CL:0002510 + title: CD103-negative, langerin-positive lymph node dendritic cell + CL:0002494: + text: CL:0002494 + description: A cell located in the heart, including both muscle and non muscle + cells. + meaning: CL:0002494 + title: cardiocyte + CL:2000070: + text: CL:2000070 + description: Any fibroblast that is part of a optic choroid. + meaning: CL:2000070 + title: optic choroid fibroblast + CL:0002131: + text: CL:0002131 + description: Regular cardiac myocyte of a cardiac ventricle. + meaning: CL:0002131 + title: regular ventricular cardiac myocyte + CL:0001073: + text: CL:0001073 + description: An innate lymphoid cell in the human with the phenotype CD34-negative, + CD56-positive, CD117-positive.Thie cell type may include precusors to NK + cells and ILC3 cells. + meaning: CL:0001073 + title: CD34-negative, CD56-positive, CD117-positive innate lymphoid cell, + human + CL:4023050: + text: CL:4023050 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in L6 of the primary motor cortex. These cells are short untufted + pyramidal cells, which could be stellate or inverted. + meaning: CL:4023050 + title: L6 intratelencephalic projecting glutamatergic neuron of the primary + motor cortex + CL:0002426: + text: CL:0002426 + description: A mature natural killer cell that is CD11b-positive and CD27-positive. + meaning: CL:0002426 + title: CD11b-positive, CD27-positive natural killer cell, mouse + CL:0002167: + text: CL:0002167 + description: A specialized cell involved in sensory perception of smell. + meaning: CL:0002167 + title: olfactory epithelial cell + CL:1000001: + text: CL:1000001 + description: Any neuron that has its soma located in some retrotrapezoid nucleus. + meaning: CL:1000001 + title: retrotrapezoid nucleus neuron + CL:0000604: + text: CL:0000604 + description: One of the two photoreceptor cell types of the vertebrate retina. + In rods the photopigment is in stacks of membranous disks separate from + the outer cell membrane. Rods are more sensitive to light than cones, but + rod mediated vision has less spatial and temporal resolution than cone vision. + meaning: CL:0000604 + title: retinal rod cell + CL:0009057: + text: CL:0009057 + description: A goblet cell that is located in the anorectum. + meaning: CL:0009057 + title: anorectum goblet cell + CL:0000702: + text: CL:0000702 + meaning: CL:0000702 + title: R5 photoreceptor cell + CL:0003037: + text: CL:0003037 + description: An M7 retinal ganglion cells with synaptic terminals in S4 and + is depolarized by illumination of its receptive field center. + meaning: CL:0003037 + title: M7-ON retinal ganglion cell + CL:4023107: + text: CL:4023107 + description: A neuron with soma location in the reticular formation with axons + that extend into the spinal cord such. Reticulospinal neuron activity can + lead to a variety of motor behaviors. + meaning: CL:4023107 + title: reticulospinal neuron + CL:0002057: + text: CL:0002057 + description: A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, + CD163-positive. + meaning: CL:0002057 + title: CD14-positive, CD16-negative classical monocyte + CL:4033032: + text: CL:4033032 + description: An ON diffuse bipolar cell that has a large dendritic field and + large axon terminals, which show little or no overlap. This cell predominantly + connects to narrow thorny ganglion cells. + meaning: CL:4033032 + title: diffuse bipolar 6 cell + CL:4033005: + text: CL:4033005 + description: A(n) serous secreting cell that is part of a(n) bronchus submucosal + gland. + meaning: CL:4033005 + title: serous secreting cell of bronchus submucosal gland + CL:0000917: + text: CL:0000917 + description: A CD8-positive, alpha-beta positive T cell that has the phenotype + T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and + is capable of producing interferon-gamma. + meaning: CL:0000917 + title: Tc1 cell + CL:0011013: + text: CL:0011013 + description: A sperm cell that is cabaple of motion (motility). + meaning: CL:0011013 + title: motile sperm cell + CL:0000821: + text: CL:0000821 + description: A B-1 B cell that has the phenotype CD5-negative, but having + other phenotypic attributes of a B-1 B cell. + meaning: CL:0000821 + title: B-1b B cell + CL:0000973: + text: CL:0000973 + description: A class switched memory B cell that expresses IgA. + meaning: CL:0000973 + title: IgA memory B cell + CL:0000671: + text: CL:0000671 + description: A follicle cell that migrates from the dorso-anterior part of + the oocyte associated follicular epithelium, in between the nurse cells + and the oocyte, and participates in the formation of the operculum. + meaning: CL:0000671 + title: centripetally migrating follicle cell + CL:1000359: + text: CL:1000359 + description: A M cell that is part of the epithelium proper of appendix. + meaning: CL:1000359 + title: microfold cell of epithelium proper of appendix + CL:1000320: + text: CL:1000320 + description: A goblet cell that is part of the epithelium of large intestine. + meaning: CL:1000320 + title: large intestine goblet cell + CL:0000657: + text: CL:0000657 + description: One of the two haploid cells into which a primary spermatocyte + divides, and which in turn gives origin to spermatids. + meaning: CL:0000657 + title: secondary spermatocyte + CL:0000705: + text: CL:0000705 + meaning: CL:0000705 + title: R6 photoreceptor cell + CL:0002601: + text: CL:0002601 + description: A smooth muscle cell of the uterus. + meaning: CL:0002601 + title: uterine smooth muscle cell + CL:0000598: + text: CL:0000598 + description: Pyramidal neurons have a pyramid-shaped soma with a single axon, + a large apical dendrite and multiple basal dendrites. The apex and an apical + dendrite typically point toward the pial surface and other dendrites and + an axon emerging from the base. The axons may have local collaterals but + also project outside their region. Pyramidal neurons are found in the cerebral + cortex, the hippocampus, and the amygdala. + meaning: CL:0000598 + title: pyramidal neuron + CL:0000327: + text: CL:0000327 + meaning: CL:0000327 + title: extracellular matrix secreting cell + CL:1000471: + text: CL:1000471 + description: A myoepithelial cell that is part of the secondary lactiferous + duct. + meaning: CL:1000471 + title: myoepithelial cell of secondary lactiferous duct + CL:1000310: + text: CL:1000310 + description: An adipocyte that is part of the epicardial fat of right ventricle. + meaning: CL:1000310 + title: adipocyte of epicardial fat of right ventricle + CL:4032000: + text: CL:4032000 + description: An epithelial cell of the urethra that has an expression profile + similar to lung club cells. Club-like cells of the urethra epithelium are + similar to lung club cells in their expression of SCGB1A1 and in their enrichment + of immunomodulatory programs. + meaning: CL:4032000 + title: club-like cell of the urethral epithelium + CL:0000016: + text: CL:0000016 + description: A stem cell that is the precursor of male gametes. + meaning: CL:0000016 + title: male germ line stem cell + CL:0002645: + text: CL:0002645 + description: An endocranial viscerocranial mucosa cell that is part of viscerocranial + mucosa. + meaning: CL:0002645 + title: endo-epithelial cell of pharyngotympanic part of viscerocranial mucosa + CL:0015000: + text: CL:0015000 + description: Motor neuron that innervate muscles that control eye, jaw, and + facial movements of the vertebrate head and parasympathetic neurons that + innervate certain glands and organs. + meaning: CL:0015000 + title: cranial motor neuron + CL:1001099: + text: CL:1001099 + description: Any endothelial cell that is part of some renal efferent arteriole. + meaning: CL:1001099 + title: kidney efferent arteriole endothelial cell + CL:2000029: + text: CL:2000029 + description: Any neuron that is part of a central nervous system. + meaning: CL:2000029 + title: central nervous system neuron + CL:0000733: + text: CL:0000733 + description: A plasmatocyte that derives from the larval lymph gland. + meaning: CL:0000733 + title: lymph gland plasmatocyte + CL:4033021: + text: CL:4033021 + description: A myoepithelial cell that is part of a submucosal gland of the + trachea. + meaning: CL:4033021 + title: myoepithelial cell of trachea gland + CL:0002462: + text: CL:0002462 + description: A F4/80-negative dendritic cell located in adipose tissue. + meaning: CL:0002462 + title: adipose dendritic cell + CL:0000596: + text: CL:0000596 + description: A spore formed following meiosis. Sometimes following meiosis, + prospores may undergo one or more rounds of mitosis before they are fully + mature. + meaning: CL:0000596 + title: sexual spore + CL:0009070: + text: CL:0009070 + description: A thymic epithelial cell located at the corticomedullary junction. + meaning: CL:0009070 + title: corticomedullary thymic epithelial cell + CL:2000054: + text: CL:2000054 + description: A large, granular, liver specific natural killer cell that adheres + to the endothelial cells of the hepatic sinusoid. + meaning: CL:2000054 + title: hepatic pit cell + CL:4030034: + text: CL:4030034 + description: A ciliated cell of the respiratory system. Ciliated cells are + present in airway epithelium. + meaning: CL:4030034 + title: respiratory ciliated cell + CL:0002033: + text: CL:0002033 + description: A hematopoietic stem cell capable of rapid replenishment of myeloerythroid + progenitors and limited self renewal capability. This cell is Kit-positive, + Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative. + meaning: CL:0002033 + title: short term hematopoietic stem cell + CL:0004119: + text: CL:0004119 + description: A retinal ganglion cell B that has medium body size, medium dendritic + field and dense dendritic arbor, and has post synaptic terminals in S2. + meaning: CL:0004119 + title: retinal ganglion cell B1 + CL:0000360: + text: CL:0000360 + description: A cell of the early embryo at the developmental stage in which + the blastomeres, resulting from repeated mitotic divisions of the fertilized + ovum (zygote), form a compact cell mass. + meaning: CL:0000360 + title: morula cell + CL:0000515: + text: CL:0000515 + description: A myoblast that differentiates into skeletal muscle fibers. + meaning: CL:0000515 + title: skeletal muscle myoblast + CL:2000056: + text: CL:2000056 + description: Any pyramidal cell that is part of a regional part of cerebral + cortex. + meaning: CL:2000056 + title: Meynert cell + CL:0007020: + text: CL:0007020 + description: Characteristic early embryonic cell with a bottle or flask shape + that is first to migrate inwards at the blastopore during gastrulation in + amphibians. + meaning: CL:0007020 + title: bottle cell + CL:0002018: + text: CL:0002018 + description: An erythroblast that is GlyA-positive and CD71-negative. + meaning: CL:0002018 + title: CD71-negative, GlyA-positive orthochromatic erythroblast + CL:2000081: + text: CL:2000081 + description: Any melanocyte of skin that is part of a skin of face. + meaning: CL:2000081 + title: melanocyte of skin of face + CL:4023068: + text: CL:4023068 + description: An excitatory neuron that has its soma located in the thalamic + complex. + meaning: CL:4023068 + title: thalamic excitatory neuron + CL:1001216: + text: CL:1001216 + description: Any endothelial cell that is part of some interlobular artery. + meaning: CL:1001216 + title: interlobulary artery endothelial cell + CL:0000000: + text: CL:0000000 + description: A material entity of anatomical origin (part of or deriving from + an organism) that has as its parts a maximally connected cell compartment + surrounded by a plasma membrane. + meaning: CL:0000000 + title: cell + CL:1000364: + text: CL:1000364 + description: A transitional myocyte that is part of the anterior internodal + tract. + meaning: CL:1000364 + title: transitional myocyte of anterior internodal tract + CL:0000238: + text: CL:0000238 + meaning: CL:0000238 + title: non keratinizing barrier epithelial cell + CL:0003040: + text: CL:0003040 + description: A monostratified retinal ganglion cell with large soma and large + dendritic field, with medium dendritic arbor, and has dendrites in layers + 1 and 5. + meaning: CL:0003040 + title: M9 retinal ganglion cell + CL:0009023: + text: CL:0009023 + description: A T cell which resides in the Peyer's patch of the small intestine. + meaning: CL:0009023 + title: small intestine Peyer's patch T cell + CL:0000593: + text: CL:0000593 + description: A steroid hormone secreting cell that secretes androgen. + meaning: CL:0000593 + title: androgen secreting cell + CL:0002447: + text: CL:0002447 + description: A NK1.1-positive T cell that is CD94-negative. + meaning: CL:0002447 + title: CD94-negative natural killer cell, mouse + CL:1000411: + text: CL:1000411 + description: An endothelial cell that is part of the small intestine Peyer's + patch. + meaning: CL:1000411 + title: endothelial cell of Peyer's patch + CL:0000420: + text: CL:0000420 + meaning: CL:0000420 + title: syncytial epithelial cell + CL:1000375: + text: CL:1000375 + description: A myocardial endocrine cell that is part of the septal division + of left branch of atrioventricular bundle. + meaning: CL:1000375 + title: myocardial endocrine cell of septal division of left branch of atrioventricular + bundle + CL:0000834: + text: CL:0000834 + description: A progenitor cell of the neutrophil lineage. + meaning: CL:0000834 + title: neutrophil progenitor cell + CL:0000994: + text: CL:0000994 + description: Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative + plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low. + meaning: CL:0000994 + title: immature CD11c-negative plasmacytoid dendritic cell + CL:0002268: + text: CL:0002268 + description: An enteroendocrine cell that stores and secretes Ghrelin. + meaning: CL:0002268 + title: P/D1 enteroendocrine cell + CL:0000880: + text: CL:0000880 + description: A border associated macrophage found at the interface between + the blood and the cerebrospinal fluid in the brain. This central nervous + system macrophage has a star-like shaped body and expresses scavenger receptors. + meaning: CL:0000880 + title: choroid plexus macrophage + CL:0002168: + text: CL:0002168 + description: A border cell is a slender columnar cell on the medial portion + of the basilar membrane. + meaning: CL:0002168 + title: border cell of cochlea + CL:0002100: + text: CL:0002100 + description: A regular cardiac myocyte of the interventricular region of the + heart. + meaning: CL:0002100 + title: regular interventricular cardiac myocyte + CL:0000351: + text: CL:0000351 + description: A cell lining the outside of the blastocyst. After binding to + the endometrium, trophoblast cells develop into two distinct layers, an + inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous + multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early + fetal-maternal interface. + meaning: CL:0000351 + title: trophoblast cell + CL:0002271: + text: CL:0002271 + description: A type EC enteredocrine cell in the intestines that stores and + secretes substance P and 5-hydroxytryptamine. + meaning: CL:0002271 + title: type EC1 enteroendocrine cell + CL:0000896: + text: CL:0000896 + description: A recently activated CD4-positive, alpha-beta T cell with the + phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive. + meaning: CL:0000896 + title: activated CD4-positive, alpha-beta T cell + CL:0000095: + text: CL:0000095 + meaning: CL:0000095 + title: neuron associated cell + CL:0002208: + text: CL:0002208 + description: A brush cell found in the epithelium of bronchus. + meaning: CL:0002208 + title: brush cell of bronchus + CL:0004246: + text: CL:0004246 + description: A central nervous system neuron that stratifies at one and only + one location. + meaning: CL:0004246 + title: monostratified cell + CL:0002491: + text: CL:0002491 + description: A specialized cell involved in auditory sensory perception. + meaning: CL:0002491 + title: auditory epithelial cell + CL:0000508: + text: CL:0000508 + description: An endocrine cell found in the pyloric gland mucosa (antral mucosa) + of the stomach of mammals and responsible for the secretion of gastrin and + enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow + apex bearing long microvilli. + meaning: CL:0000508 + title: type G enteroendocrine cell + CL:0002660: + text: CL:0002660 + description: A luminal epithelial cell of mammary gland located in acinus + of structure. + meaning: CL:0002660 + title: luminal cell of acinus of lactiferous gland + CL:4023113: + text: CL:4023113 + description: A vestibular afferent neuron that makes bouton synapses to type + II hair cells. + meaning: CL:4023113 + title: bouton vestibular afferent neuron + CL:0001010: + text: CL:0001010 + description: Mature dermal dendritic cell is a dermal dendritic cell that + is CD80-high, CD86-high, MHCII-high and is CD83-positive. + meaning: CL:0001010 + title: mature dermal dendritic cell + CL:4023014: + text: CL:4023014 + description: A vip GABAergic cortical interneuron with a soma found in L5. + L5 vip cells have mostly local morphology with some deep-projecting axons. + They show only moderate resistance, comparable to that of sst subclass and + unlike typical Vip subclass cells that tend to show high input resistance. + L5 vip cells show particularly low resting membrane potential. + meaning: CL:4023014 + title: L5 vip GABAergic interneuron (Mmus) + CL:0002214: + text: CL:0002214 + description: A type II muscle cell that contains large amounts of myoglobin, + has many mitochondria and very many blood capillaries. Type II A cells are + red, have a very high capacity for generating ATP by oxidative metabolic + processes, split ATP at a very rapid rate, have a fast contraction velocity + and are resistant to fatigue. + meaning: CL:0002214 + title: type IIa muscle cell + CL:0000378: + text: CL:0000378 + meaning: CL:0000378 + title: supporting cell (sensu Nematoda and Protostomia) + CL:1000491: + text: CL:1000491 + description: A mesothelial cell that is part of the pleura. + meaning: CL:1000491 + title: mesothelial cell of pleura + CL:0001007: + text: CL:0001007 + description: Interstitial dendritic cell is a conventional dendritic cell + that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and + CD36-positive. + meaning: CL:0001007 + title: interstitial dendritic cell + CL:0000612: + text: CL:0000612 + description: A eosinophil precursor in the granulocytic series, being a cell + intermediate in development between a promyelocyte and a metamyelocyte;in + this stage, production of primary granules is complete and eosinophil-specific + granules has started. No nucleolus is present. These cells are integrin + alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, + and CD33-positive. + meaning: CL:0000612 + title: eosinophilic myelocyte + CL:0002136: + text: CL:0002136 + description: A cell in the zona fasciculata that produce glucocorticoids, + e.g cortisol. + meaning: CL:0002136 + title: type II cell of adrenal cortex + CL:0008047: + text: CL:0008047 + description: A skeletal muscle fiber that is part of a muscle spindle. These + are specialized muscle fibers that serve as proprioceptors, detecting the + amount and rate of change in length of a muscle. They are innervated by + both sensory neurons and motor neurons (gamma and beta motorneurons, collectively + referred to as fusimotor neurons). + meaning: CL:0008047 + title: intrafusal muscle fiber + CL:0002056: + text: CL:0002056 + description: A mature B cell subset originally defined as having being CD45R-positive, + IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated + being CD21-positive and CD23-negative and CD93 negative. + meaning: CL:0002056 + title: fraction F mature B cell + CL:0002442: + text: CL:0002442 + description: A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative. + meaning: CL:0002442 + title: CD94-negative, Ly49CI-negative natural killer cell, mouse + CL:0002058: + text: CL:0002058 + description: A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive. + meaning: CL:0002058 + title: Gr1-low non-classical monocyte + CL:0010020: + text: CL:0010020 + description: Any glial cell that is part of some heart. + meaning: CL:0010020 + title: cardiac glial cell + CL:0002238: + text: CL:0002238 + description: A primordial germ cell that is destined to become a male germ + cell. + meaning: CL:0002238 + title: male gonocyte + CL:0000440: + text: CL:0000440 + description: A cell of the intermediate pituitary that produces melanocyte + stimulating hormone. + meaning: CL:0000440 + title: melanocyte stimulating hormone secreting cell + CL:1000469: + text: CL:1000469 + description: A myoepithelial cell that is part of the main lactiferous duct. + meaning: CL:1000469 + title: myoepithelial cell of main lactiferous duct + CL:1000222: + text: CL:1000222 + description: Any neuroendocrine cell that is part of some stomach. + meaning: CL:1000222 + title: stomach neuroendocrine cell + CL:0000164: + text: CL:0000164 + description: An endocrine cell that is located in the epithelium of the gastrointestinal + tract or in the pancreas. + meaning: CL:0000164 + title: enteroendocrine cell + CL:4023051: + text: CL:4023051 + description: A type of mesothelial fibroblast that is derived from the neural + crest, is localized on blood vessels, and is a key component of the pia + and arachnoid membranes surrounding the brain. + meaning: CL:4023051 + title: vascular leptomeningeal cell + CL:1000331: + text: CL:1000331 + description: A serous secreting cell that is part of the epithelium of bronchus. + meaning: CL:1000331 + title: serous cell of epithelium of bronchus + CL:0000092: + text: CL:0000092 + description: 'A specialized phagocytic cell associated with the absorption + and removal of the mineralized matrix of bone tissue, which typically differentiates + from monocytes. This cell has the following markers: tartrate-resistant + acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear + factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor + superfamily member 11A-positive and macrophage colony-stimulating factor + 1 receptor-positive.' + meaning: CL:0000092 + title: osteoclast + CL:0002565: + text: CL:0002565 + description: A pigment cell located in the epithelium of the iris. + meaning: CL:0002565 + title: iris pigment epithelial cell + CL:0000895: + text: CL:0000895 + description: An antigen inexperienced CD4-positive, alpha-beta T cell with + the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell + type develops in the thymus. This cell type is also described as being CD25-negative, + CD62L-high, and CD44-low. + meaning: CL:0000895 + title: naive thymus-derived CD4-positive, alpha-beta T cell + CL:0001075: + text: CL:0001075 + description: An innate lymphoid cell in the human with the phenotype KLRG1-positive + that is a precusor for ILC2 cells. + meaning: CL:0001075 + title: KLRG1-positive innate lymphoid cell, human + CL:0001200: + text: CL:0001200 + description: A lymphocyte of B lineage that is CD19-positive. + meaning: CL:0001200 + title: lymphocyte of B lineage, CD19-positive + CL:0002188: + text: CL:0002188 + description: An endothelial cell found in the glomerulus of the kidney. This + cell is flattened, highly fenestrated, and plays a vital role in the formation + of glomerular ultrafiltrate. + meaning: CL:0002188 + title: glomerular endothelial cell + CL:0003026: + text: CL:0003026 + description: A bistratified retinal ganglion cell that has a small dendrite + fields with a sparse dendrite arbor terminating in S2 and S3. + meaning: CL:0003026 + title: retinal ganglion cell D1 + CL:0002499: + text: CL:0002499 + description: A trophoblast cell that arises in the junctional zone (basal + plate) of the placenta. + meaning: CL:0002499 + title: spongiotrophoblast cell + CL:0000786: + text: CL:0000786 + description: A terminally differentiated, post-mitotic, antibody secreting + cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, + and MHC Class II-negative. Plasma cells are oval or round with extensive + rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round + nucleus having a characteristic cartwheel heterochromatin pattern and are + devoted to producing large amounts of immunoglobulin. + meaning: CL:0000786 + title: plasma cell + CL:0000983: + text: CL:0000983 + description: A plasmablast that secretes IgM. + meaning: CL:0000983 + title: IgM plasmablast + CL:0000760: + text: CL:0000760 + description: An ON-bipolar neuron found in the retina and having connections + with cone photoreceptors cells and neurons in the inner half of the inner + plexiform layer. This cell has the widest dendritic field and the widest + axon terminal of all retinal bipolar cells. The axon terminal is delicate + and stratified through sublaminae 4 and 5 of the inner plexiform layer. + meaning: CL:0000760 + title: type 8 cone bipolar cell (sensu Mus) + CL:0000447: + text: CL:0000447 + meaning: CL:0000447 + title: carbohydrate secreting cell + CL:0002263: + text: CL:0002263 + description: One of three types of epithelial cells that populate the parathyroid + gland; cytological characteristics intermediate between those of the chief + cell and of the oxyphil cell. Because only one hormone is produced, the + three cell forms are widely believed to be different phases in the life + cycle of a single cell type, with the chief cell being its physiologically + active stage. + meaning: CL:0002263 + title: transitional cell of parathyroid gland + CL:0002288: + text: CL:0002288 + description: A cell type that forms the boundary with the surrounding epithelium. + meaning: CL:0002288 + title: type V taste receptor cell + CL:2000053: + text: CL:2000053 + description: Any endothelial cell that is part of a spleen. + meaning: CL:2000053 + title: splenic endothelial cell + CL:0002671: + text: CL:0002671 + description: An endothelial stalk cell is a specialized endothelial cell that + follows behind the tip cell of an angiogenic sprout. + meaning: CL:0002671 + title: endothelial stalk cell + CL:0000912: + text: CL:0000912 + description: A effector T cell that provides help in the form of secreted + cytokines to other immune cells. + meaning: CL:0000912 + title: helper T cell + CL:0002187: + text: CL:0002187 + description: A basally situated, mitotically active, columnar-shaped keratinocyte + attached to the basement membrane. + meaning: CL:0002187 + title: basal cell of epidermis + CL:0000692: + text: CL:0000692 + description: A neuroglial cell of the peripheral nervous system inside the + basal lamina of the neuromuscular junction providing chemical and physical + support to the synapse. + meaning: CL:0000692 + title: terminal Schwann cell + CL:0000193: + text: CL:0000193 + description: A striated muscle cell of an arthropod heart that participates + in heart contraction. + meaning: CL:0000193 + title: cardiac muscle cell (sensu Arthopoda) + CL:0002301: + text: CL:0002301 + description: A resident stromal cell located in the synovial membrane and + responsible for the production of immune-related cytokines and chemokines. + This cell type secretes glycoproteins and hyaluronic acid, has abundant + granular endoplasmic reticulum, but contains fewer vacuoles and vesicles. + meaning: CL:0002301 + title: type B synovial cell + CL:0001014: + text: CL:0001014 + description: CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive + and CD324-positive. + meaning: CL:0001014 + title: CD1a-positive Langerhans cell + CL:0002346: + text: CL:0002346 + description: An immature natural killer cell that is NK1.1-positive and DX-5 + negative. + meaning: CL:0002346 + title: Dx5-negative, NK1.1-positive immature natural killer cell, mouse + CL:0000495: + text: CL:0000495 + description: A photoreceptor cell that is sensitive to blue light. + meaning: CL:0000495 + title: blue sensitive photoreceptor cell + CL:0011016: + text: CL:0011016 + description: A motile sperm cell that contains a slender threadlike microscopic + appendage that enables motion. + meaning: CL:0011016 + title: flagellated sperm cell + CL:0005004: + text: CL:0005004 + description: A non-terminally differentiated cell that originates from the + neural crest and differentiates into an erythrophore. + meaning: CL:0005004 + title: pigment erythroblast + CL:4030024: + text: CL:4030024 + description: An epithelial, transitional cell type between basal and secretory; + located in stratified, non-ciliated structures (called hillocks) with high + cell turnover in epithelium. In some mammalian species, this cell type has + been noted to express KRT13 and is postulated to play a role in squamous + barrier function and immunomodulation. + meaning: CL:4030024 + title: hillock cell + CL:0000769: + text: CL:0000769 + description: A basophil precursor in the granulocytic series, being a cell + intermediate in development between a basophilic myelocyte and a band form + basophil. The nucleus becomes indented where the indentation is smaller + than half the distance to the farthest nuclear margin; chromatin becomes + coarse and clumped; specific granules predominate while primary granules + are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, + CD33-positive, and CD13-positive. + meaning: CL:0000769 + title: basophilic metamyelocyte + CL:2000028: + text: CL:2000028 + description: Any glutamatergic neuron that is part of a cerebellum. + meaning: CL:2000028 + title: cerebellum glutamatergic neuron + CL:0002389: + text: CL:0002389 + description: An arthroconidium that has only one nucleus. + meaning: CL:0002389 + title: uninucleate arthroconidium + CL:0002260: + text: CL:0002260 + description: An epithelial cell of the parathyroid gland. + meaning: CL:0002260 + title: epithelial cell of parathyroid gland + CL:0000171: + text: CL:0000171 + description: A type of enteocrine cell found in the periphery of the islets + of Langerhans that secretes glucagon. + meaning: CL:0000171 + title: pancreatic A cell + CL:0000323: + text: CL:0000323 + meaning: CL:0000323 + title: lysozyme secreting cell + CL:0008007: + text: CL:0008007 + description: A muscle cell that is part of some visceral muscle. + meaning: CL:0008007 + title: visceral muscle cell + CL:0002432: + text: CL:0002432 + description: A CD4-positive, CD8-negative thymocyte that is CD24-positive + and expresses high levels of the alpha-beta T cell receptor. + meaning: CL:0002432 + title: CD24-positive, CD4 single-positive thymocyte + CL:0000979: + text: CL:0000979 + description: An IgG memory B cell is a class switched memory B cell that is + class switched and expresses IgG on the cell surface. + meaning: CL:0000979 + title: IgG memory B cell + CL:0001024: + text: CL:0001024 + description: CD133-positive hematopoietic stem cell is a hematopoietic stem + cell that is CD34-positive, CD90-positive, and CD133-positive. + meaning: CL:0001024 + title: CD34-positive, CD38-negative hematopoietic stem cell + CL:0000899: + text: CL:0000899 + description: CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, + CXCR3-negative, CCR6-positive, and capable of producing IL-17. + meaning: CL:0000899 + title: T-helper 17 cell + CL:0000076: + text: CL:0000076 + meaning: CL:0000076 + title: squamous epithelial cell + CL:0001078: + text: CL:0001078 + description: A group 3 innate lymphoid cell in the human with the phenotype + IL-7Ralpha-positive. + meaning: CL:0001078 + title: group 3 innate lymphoid cell, human + CL:0001060: + text: CL:0001060 + description: A hematopoietic oligopotent progenitor cell that has the ability + to differentiate into limited cell types but lacks lineage cell markers + and self renewal capabilities. Cell lacks hematopoeitic lineage markers. + meaning: CL:0001060 + title: hematopoietic oligopotent progenitor cell, lineage-negative + CL:0007002: + text: CL:0007002 + description: Skeletogenic cell that has the potential to develop into a cementoblast. + meaning: CL:0007002 + title: precementoblast + CL:0008000: + text: CL:0008000 + description: Any muscle cell in which the fibers are not organised into sarcomeres. + meaning: CL:0008000 + title: non-striated muscle cell + CL:0002621: + text: CL:0002621 + description: Any epithelial cell that is part of some gingival epithelium. + meaning: CL:0002621 + title: gingival epithelial cell + CL:1001601: + text: CL:1001601 + description: Hormone secreting cell located in the cortex of adrenal gland. + Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids + and androgens. + meaning: CL:1001601 + title: adrenal gland glandular cell + CL:0002637: + text: CL:0002637 + description: An epithelial cell of the anal canal that is keratinized. This + cell type is found towards the lower, rectal end of the anal canal. + meaning: CL:0002637 + title: keratinized epithelial cell of the anal canal + CL:2000039: + text: CL:2000039 + description: Any neuromast support cell that is part of a posterior lateral + line. + meaning: CL:2000039 + title: posterior lateral line neuromast supporting cell + CL:1000306: + text: CL:1000306 + description: A fibroblast that is part of the tunica adventitia of artery. + meaning: CL:1000306 + title: fibroblast of tunica adventitia of artery + CL:0001203: + text: CL:0001203 + description: A CD8-positive, alpha-beta T cell with memory phenotype indicated + by being CD45RO and CD127-positive. This cell type is also described as + being CD25-negative, CD44-high, and CD122-high. + meaning: CL:0001203 + title: CD8-positive, alpha-beta memory T cell, CD45RO-positive + CL:1000467: + text: CL:1000467 + description: A chromaffin cell that is part of the left ovary. + meaning: CL:1000467 + title: chromaffin cell of left ovary + CL:0000888: + text: CL:0000888 + description: A lymph node macrophage found in the cortex of lymph nodes, in + particular in and around the germinal centers, and that participates in + phagocytosis of apoptotic B cells from the germinal centers. + meaning: CL:0000888 + title: lymph node tingible body macrophage + CL:0000050: + text: CL:0000050 + description: A progenitor cell committed to the megakaryocyte and erythroid + lineages. + meaning: CL:0000050 + title: megakaryocyte-erythroid progenitor cell + CL:0002191: + text: CL:0002191 + description: A cell involved in the formation of a granulocyte. + meaning: CL:0002191 + title: granulocytopoietic cell + CL:0010010: + text: CL:0010010 + description: Any stellate neuron that has its soma located in some cerebellum. + meaning: CL:0010010 + title: cerebellar stellate cell + CL:0000436: + text: CL:0000436 + meaning: CL:0000436 + title: vaginal lubricant secreting cell + CL:0011109: + text: CL:0011109 + description: A neuron that releases hypocretin as a neurotransmitter. + meaning: CL:0011109 + title: hypocretin-secreting neuron + CL:0001068: + text: CL:0001068 + description: A group 1 innate lymphoid cell that is non-cytotoxic. + meaning: CL:0001068 + title: ILC1 + CL:0002286: + text: CL:0002286 + description: A taste receptor cell that has a short microvilli, a projecting + apical region, a large rounded nucleus, and expresses taste chemoreceptors + thus making them the transducing cell for taste qualities. + meaning: CL:0002286 + title: type II taste cell + CL:0000132: + text: CL:0000132 + description: An hexagonal, flattened, mitochondria-rich endothelial cell that + forms a monolayer on the posterior surface of the cornea (the corneal endothelium). + Corneal endothelial cells are derived from the neural crest and are responsible + for keeping the cornea transparent by maintaining the tissue in a semi-dry + state through the action of their ionic pumps and tight junction barrier. + meaning: CL:0000132 + title: corneal endothelial cell + CL:2000087: + text: CL:2000087 + description: Any basket cell that is part of a dentate gyrus of hippocampal + formation. + meaning: CL:2000087 + title: dentate gyrus of hippocampal formation basket cell + CL:2000097: + text: CL:2000097 + description: Any dopaminergic neuron that is part of a midbrain. + meaning: CL:2000097 + title: midbrain dopaminergic neuron + CL:0003003: + text: CL:0003003 + description: A mono-stratified retinal ganglion cell that has a small dendritic + field and a sparse dendritic arbor with post sympatic terminals in sublaminar + layer S3. + meaning: CL:0003003 + title: G2 retinal ganglion cell + CL:0000492: + text: CL:0000492 + description: A CD4-positive, alpha-beta T cell that cooperates with other + lymphocytes via direct contact or cytokine release to initiate a variety + of immune functions. + meaning: CL:0000492 + title: CD4-positive helper T cell + CL:1000452: + text: CL:1000452 + description: An epithelial cell that is part of the glomerular parietal epithelium. + meaning: CL:1000452 + title: parietal epithelial cell + CL:0000510: + text: CL:0000510 + description: An epithelial cell found in the basal part of the intestinal + glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize + and secrete lysozyme and cryptdins. Numerous in the deeper parts of the + intestinal crypts, particularly in the duodenum, rich in zinc, contain large + acidophilic granules, with irregular apical microvilli and prominent membrane-bound + vacuoles containing matrix. + meaning: CL:0000510 + title: paneth cell + CL:0002232: + text: CL:0002232 + description: An epithelial cell of prostatic duct. + meaning: CL:0002232 + title: epithelial cell of prostatic duct + CL:4023115: + text: CL:4023115 + description: A spiral ganglion neuron that innervates inner hair cells. Type + 1 spiral ganglion neurons are myelinated and bipolar. + meaning: CL:4023115 + title: type 1 spiral ganglion neuron + CL:0002041: + text: CL:0002041 + description: A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell. + meaning: CL:0002041 + title: immature NK T cell stage III + CL:0000661: + text: CL:0000661 + meaning: CL:0000661 + title: distal tip cell (sensu Nematoda) + CL:2000064: + text: CL:2000064 + description: Any epithelial cell that is part of a female gonad. + meaning: CL:2000064 + title: ovarian surface epithelial cell + CL:0002573: + text: CL:0002573 + description: A glial cell that myelinates or ensheathes axons in the peripheral + nervous system. + meaning: CL:0002573 + title: Schwann cell + CL:0000779: + text: CL:0000779 + description: A specialized multinuclear osteoclast associated with the absorption + and removal of bone. + meaning: CL:0000779 + title: multinuclear osteoclast + CL:1000277: + text: CL:1000277 + description: A smooth muscle cell that is part of the jejunum. + meaning: CL:1000277 + title: smooth muscle fiber of jejunum + CL:0000487: + text: CL:0000487 + description: A secretory cell of ectodermal origin. This cell may have important + functions in fatty acid and hydrocarbon metabolism and is metabolically + linked to the fat body and tracheae. This cell is exclusive of arthropods. + meaning: CL:0000487 + title: oenocyte + CL:0000559: + text: CL:0000559 + description: A precursor in the monocytic series, being a cell intermediate + in development between the monoblast and monocyte. This cell is CD11b-positive + and has fine azurophil granules. + meaning: CL:0000559 + title: promonocyte + CL:0000920: + text: CL:0000920 + description: CD8-positive, alpha-beta positive regulatory T cell with the + phenotype CD28-negative and FoxP3-positive. + meaning: CL:0000920 + title: CD8-positive, CD28-negative, alpha-beta regulatory T cell + CL:0000562: + text: CL:0000562 + description: An erythrocyte having a nucleus. + meaning: CL:0000562 + title: nucleate erythrocyte + CL:0003012: + text: CL:0003012 + description: A mono-stratified retinal ganglion cell that has a large dendritic + field and a medium dendritic arbor with post synaptic terminals in sublaminar + layer S1 and S2. + meaning: CL:0003012 + title: G9 retinal ganglion cell + CL:0008008: + text: CL:0008008 + description: A visceral muscle cell that is striated. Examples include the + visceral muscle cells of arhtropods. + meaning: CL:0008008 + title: striated visceral muscle cell + CL:0002480: + text: CL:0002480 + description: A goblet cell located in the nasal epithelium. + meaning: CL:0002480 + title: nasal mucosa goblet cell + CL:4030040: + text: CL:4030040 + description: A ciliated cell of the endometrial epithelium. The cilia of this + cell type help move mucus from glandular tissue of the endometrium. + meaning: CL:4030040 + title: endometrial ciliated epithelial cell + CL:4023023: + text: CL:4023023 + description: A lamp 5 GABAergic cortical interneuron with neurogliaform morphology + with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization + (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform + cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 + cells are medial ganglionic eminence (MGE)-derived + meaning: CL:4023023 + title: L5,6 neurogliaform lamp5 GABAergic interneuron (Mmus) + CL:0011104: + text: CL:0011104 + description: A type of interneuron in the retinal inner nuclear layer which + carries information from the inner plexiform layer and the outer plexiform + layer. + meaning: CL:0011104 + title: interplexiform cell + CL:0000918: + text: CL:0000918 + description: A CD8-positive, alpha-beta positive T cell expressing GATA-3 + and secreting IL-4. + meaning: CL:0000918 + title: Tc2 cell + CL:0000938: + text: CL:0000938 + description: NK cell that has the phenotype CD56-bright, CD16-negative, and + CD84-positive with the function to secrete interferon-gamma but is not cytotoxic. + meaning: CL:0000938 + title: CD16-negative, CD56-bright natural killer cell, human + CL:4023130: + text: CL:4023130 + description: A neuron that expresses kisspeptin. These neurons are predominantly + located in the hypothalamus, but also found in other parts of the brain + including the hippocampal dentate gyrus. + meaning: CL:4023130 + title: kisspeptin neuron + CL:4030051: + text: CL:4030051 + description: A DRD1-expressing medium spiny neuron that is part of a nucleus + accumbens shell or olfactory tubercle. + meaning: CL:4030051 + title: nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron + CL:0002111: + text: CL:0002111 + description: An CD38-negative unswitched memory B cell is an unswitched memory + B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, + and IgG-negative. + meaning: CL:0002111 + title: CD38-negative unswitched memory B cell + CL:1000349: + text: CL:1000349 + description: A basal cell found in the bronchus epithelium. + meaning: CL:1000349 + title: basal cell of epithelium of bronchus + CL:4033050: + text: CL:4033050 + description: A neuron that releases catecholamine as a neurotransmitter. + meaning: CL:4033050 + title: catecholaminergic neuron + CL:0000927: + text: CL:0000927 + description: A mature NK T cell that predominantly secretes type 2 cytokines + such as interleukin-4 and interleukin-13 and enhances type 2 immune responses. + meaning: CL:0000927 + title: CD4-positive type I NK T cell secreting interleukin-4 + CL:0011026: + text: CL:0011026 + description: A precursor cell that has a tendency to differentiate into a + specific type of cell. They are descendants of stem cells, only they are + more constrained in their differentiation potential or capacity for self-renewal, + and are often more limited in both senses. + meaning: CL:0011026 + title: progenitor cell + CL:0002529: + text: CL:0002529 + description: A dermal dendritic cell that is CD1a-positive and CD14-negative. + meaning: CL:0002529 + title: CD1a-positive dermal dendritic cell + CL:0000623: + text: CL:0000623 + description: A lymphocyte that can spontaneously kill a variety of target + cells without prior antigenic activation via germline encoded activation + receptors and also regulate immune responses via cytokine release and direct + contact with other cells. + meaning: CL:0000623 + title: natural killer cell + CL:0000791: + text: CL:0000791 + description: A alpha-beta T cell that has a mature phenotype. + meaning: CL:0000791 + title: mature alpha-beta T cell + CL:1000073: + text: CL:1000073 + description: Any radial glial cell that is part of some spinal cord. + meaning: CL:1000073 + title: spinal cord radial glial cell + CL:0000317: + text: CL:0000317 + description: A cell secreting sebun, an oily substance secreted by sebaceous + glands, composed of keratin, fat, and cellular debris. + meaning: CL:0000317 + title: sebum secreting cell + CL:0000953: + text: CL:0000953 + description: A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell + that is pre-B cell receptor-negative, composed of surrogate light chain + protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with + immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA + rearrangement of immunoglobulin light chain genes. + meaning: CL:0000953 + title: preBCR-negative large pre-B-II cell + CL:1000548: + text: CL:1000548 + description: An epithelial cell that is part of an outer medullary collecting + duct. + meaning: CL:1000548 + title: kidney outer medulla collecting duct epithelial cell + CL:1000483: + text: CL:1000483 + description: A Purkinje myocyte that is part of the internodal tract. + meaning: CL:1000483 + title: Purkinje myocyte of internodal tract + CL:0001070: + text: CL:0001070 + description: An adipocyte that is beige in color, thermogenic, and which differentiates + in white fat tissue from a Myf5-negative progenitor. + meaning: CL:0001070 + title: beige adipocyte + CL:0003051: + text: CL:0003051 + description: A cone cell that detects ultraviolet (UV) wavelength light. + meaning: CL:0003051 + title: UV cone cell + CL:0011005: + text: CL:0011005 + description: An interneuron that uses GABA as a vesicular neurotransmitter. These + interneurons are inhibitory + meaning: CL:0011005 + title: GABAergic interneuron + CL:0002055: + text: CL:0002055 + description: An immature B cell that is CD38-negative, CD10-low, CD21-low, + and CD22-high. + meaning: CL:0002055 + title: CD38-negative immature B cell + CL:1000715: + text: CL:1000715 + description: Any renal intercalated cell that is part of some cortical collecting + duct. + meaning: CL:1000715 + title: kidney cortex collecting duct intercalated cell + CL:0002324: + text: CL:0002324 + description: A myoepithelial cell that is part of a mammary gland and is located + in the basal layer. During lactation, a basal-myoepithelial cell of mammary + gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial + cell of mammary gland can be identified by high levels of CD49f and low + levels of EpCAM. + meaning: CL:0002324 + title: basal-myoepithelial cell of mammary gland + CL:0002378: + text: CL:0002378 + description: A double negative thymocyte that has a T cell receptor consisting + of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell + type is CD4-negative, CD8-negative and CD24-positive and is found in the + fetal thymus. + meaning: CL:0002378 + title: immature Vgamma2-positive fetal thymocyte + CL:1000384: + text: CL:1000384 + description: A type II vestibular sensory cell that is part of the epithelium + of macula of saccule of membranous labyrinth. + meaning: CL:1000384 + title: type 2 vestibular sensory cell of epithelium of macula of saccule of + membranous labyrinth + CL:3000003: + text: CL:3000003 + description: Sympathetic cholinergic neuron. + meaning: CL:3000003 + title: sympathetic cholinergic neuron + CL:4042004: + text: CL:4042004 + description: A choroid plexus macrophage that is part of the apical surface + of some choroid plexus epithelium. This macrophage has a star-like shaped + body. + meaning: CL:4042004 + title: choroid epiplexus macrophage + CL:0003023: + text: CL:0003023 + description: A retinal ganglion cell C outer that has dense dendritic diversity. + meaning: CL:0003023 + title: retinal ganglion cell C6 + CL:0002396: + text: CL:0002396 + description: A patrolling monocyte that is CD14-low and CD16-positive. + meaning: CL:0002396 + title: CD14-low, CD16-positive monocyte + CL:1000697: + text: CL:1000697 + meaning: CL:1000697 + title: kidney interstitial suppressor macrophage + CL:0000306: + text: CL:0000306 + meaning: CL:0000306 + title: crystallin accumulating cell + CL:0002264: + text: CL:0002264 + description: A type of enteroendocrine cell found in the stomach that secretes + glucagon. + meaning: CL:0002264 + title: type A cell of stomach + CL:4023040: + text: CL:4023040 + description: An intratelencephalic-projecting glutamatergic neuron with a + soma found in cortical layers L2/3-6. + meaning: CL:4023040 + title: L2/3-6 intratelencephalic projecting glutamatergic neuron slots: datestamp: description: Time and date review was last edited. @@ -57,8 +17022,8 @@ slots: slot_uri: IAO:0000115 name: description: name of annotation key - required: true slot_uri: rdfs:label + required: true description: description: The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in @@ -94,10 +17059,9 @@ slots: description: "The unique name of the set of cell annotations. \nEach cell within\ \ the AnnData/Seurat file MUST be associated with a 'cell_label' value in order\ \ for this to be a valid 'cellannotation_setname'." - required: true slot_uri: CAS:has_labelset -# range: Labelset range: string + required: true cell_label: description: "This denotes any free-text term which the author uses to annotate\ \ cells, i.e. the preferred cell label name used by the author. Abbreviations\ @@ -108,8 +17072,8 @@ slots: \ few genes detected, high fraction of mitochondrial reads\n- `'unknown'` is\ \ explicitly reserved for unknown or 'author does not know'\n- `'NA'` is incomplete,\ \ i.e. no cell annotation was provided" - required: true slot_uri: rdfs:label + required: true cell_fullname: description: "This MUST be the full-length name for the biological entity listed\ \ in `cell_label` by the author. (If the value in `cell_label` is the full-length\ @@ -147,8 +17111,8 @@ slots: description: Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix. - multivalued: true slot_uri: CAS:has_cellid + multivalued: true rationale: description: "The free-text rationale which users provide as justification/evidence\ \ for their cell annotations. \nResearchers are encouraged to use this field\ @@ -212,12 +17176,12 @@ slots: range: Labelset required: true multivalued: true - inlined: true + inlined_as_list: true annotations: range: Annotation required: true multivalued: true - inlined: true + inlined_as_list: true id: identifier: true range: uriorcurie @@ -235,26 +17199,22 @@ classes: - annotation_method - automated_annotation AutomatedAnnotation: - description: "A set of fields for recording the details of the automated annotation - algorithm used. - (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, - scArches, etc.)" + description: A set of fields for recording the details of the automated annotation + algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, + CellTypist, scArches, etc.) slots: - algorithm_name - algorithm_version - algorithm_repo_url - reference_location Annotation: - description: "A collection of fields recording a cell type/class/state annotation\ - \ on some set of cells, supporting evidence and provenance. As this is intended\ - \ as a general schema, compulsory fields are kept to a minimum. However, tools\ - \ using this schema are encouarged to specify a larger set of compulsory fields\ - \ for publication. - \ - \ Note: This schema deliberately allows for additional\ - \ fields in order to support ad hoc user fields, new formal schema extensions\ - \ and project/tool specific metadata." - class_uri: PCL:0010001 + description: 'A collection of fields recording a cell type/class/state annotation + on some set of cells, supporting evidence and provenance. As this is intended + as a general schema, compulsory fields are kept to a minimum. However, tools + using this schema are encouarged to specify a larger set of compulsory fields + for publication. Note: This schema deliberately allows for additional fields + in order to support ad hoc user fields, new formal schema extensions and project/tool + specific metadata.' slots: - labelset - cell_label @@ -268,6 +17228,7 @@ classes: - synonyms - reviews - author_annotation_fields + class_uri: PCL:0010001 Taxonomy: slots: - matrix_file_id diff --git a/project.Makefile b/project.Makefile index fde3e99..3075137 100644 --- a/project.Makefile +++ b/project.Makefile @@ -1,6 +1,6 @@ ## Add your own custom Makefile targets here # -# make build : generates dataclasses and merged schemas +# make build : generates dataclasses and merged & expanded schemas # make gendoc : generates documentation # make gen-project : generates project folder contents @@ -10,20 +10,27 @@ BUILD_FOLDER = build DOCDIR_BICAN = $(DOCDIR)/bican DOCDIR_CAP = $(DOCDIR)/cap -.PHONY: merged_schemas classes build +SCHEMA_EXPANDER := src/cell_annotation_schema/schema_expander.py + +.PHONY: expanded_schemas merged_schemas classes build merged_schemas: cp $(SCHEMA_FOLDER)/cell_annotation_schema.yaml $(BUILD_FOLDER)/general_schema.yaml $(RUN) gen-linkml $(SCHEMA_FOLDER)/BICAN/BICAN_schema.yaml --output $(BUILD_FOLDER)/BICAN_schema.yaml --mergeimports --format yaml --no-materialize-attributes $(RUN) gen-linkml $(SCHEMA_FOLDER)/CAP/CAP_schema.yaml --output $(BUILD_FOLDER)/CAP_schema.yaml --mergeimports --format yaml --no-materialize-attributes -classes: merged_schemas +expanded_schemas: merged_schemas + $(RUN) python $(SCHEMA_EXPANDER) expand -i $(BUILD_FOLDER)/general_schema.yaml -o $(BUILD_FOLDER)/general_schema.yaml + $(RUN) python $(SCHEMA_EXPANDER) expand -i $(BUILD_FOLDER)/BICAN_schema.yaml -o $(BUILD_FOLDER)/BICAN_schema.yaml + $(RUN) python $(SCHEMA_EXPANDER) expand -i $(BUILD_FOLDER)/CAP_schema.yaml -o $(BUILD_FOLDER)/CAP_schema.yaml + +classes: expanded_schemas # gen-python $(BUILD_FOLDER)/general_schema.yaml --no-slots > $(PYMODEL)/cell_annotation_schema.py # gen-python $(BUILD_FOLDER)/BICAN_schema.yaml --no-slots > $(PYMODEL)/bican/cell_annotation_schema.py # gen-python $(BUILD_FOLDER)/CAP_schema.yaml --no-slots > $(PYMODEL)/cap/cell_annotation_schema.py $(RUN) python src/cell_annotation_schema/generator/dataclassgen.py -build: merged_schemas classes +build: expanded_schemas classes echo "Release products generated." # mkdocs generation diff --git a/project/excel/BICAN_schema.xlsx b/project/excel/BICAN_schema.xlsx index 1a741cd..49a6c1a 100644 Binary files a/project/excel/BICAN_schema.xlsx and b/project/excel/BICAN_schema.xlsx differ diff --git a/project/excel/CAP_schema.xlsx b/project/excel/CAP_schema.xlsx index 91800a1..0ce8196 100644 Binary files a/project/excel/CAP_schema.xlsx and b/project/excel/CAP_schema.xlsx differ diff --git a/project/excel/general_schema.xlsx b/project/excel/general_schema.xlsx index 3dcd3b9..567cd7d 100644 Binary files a/project/excel/general_schema.xlsx and b/project/excel/general_schema.xlsx differ diff --git a/project/jsonld/BICAN_schema.context.jsonld b/project/jsonld/BICAN_schema.context.jsonld index a117c6a..c8f00a8 100644 --- a/project/jsonld/BICAN_schema.context.jsonld +++ b/project/jsonld/BICAN_schema.context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-08-06T17:24:36", + "generation_date": "2024-09-16T15:21:14", "source": "BICAN_schema.yaml" }, "@context": { diff --git a/project/jsonld/BICAN_schema.jsonld b/project/jsonld/BICAN_schema.jsonld index 9288392..d5fee3e 100644 --- a/project/jsonld/BICAN_schema.jsonld +++ b/project/jsonld/BICAN_schema.jsonld @@ -381,6 +381,16366 @@ "name": "CellTypeEnum", "definition_uri": "https://cellular-semantics.sanger.ac.uk/ontology/CAS/CellTypeEnum", "from_schema": "https://cellular-semantics.sanger.ac.uk/ontology/CAS", + "permissible_values": [ + { + "text": "CL:0019019", + "description": "A smooth muscle cell that is part of the tracheobronchial tree.", + "meaning": "CL:0019019", + "title": "tracheobronchial smooth muscle cell" + }, + { + "text": "CL:0011105", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer, using dopamine.", + "meaning": "CL:0011105", + "title": "dopamanergic interplexiform cell" + }, + { + "text": "CL:0000057", + "description": "A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped.", + "meaning": "CL:0000057", + "title": "fibroblast" + }, + { + "text": "CL:0002656", + "description": "A glandular epithelial cell of the endometrium.", + "meaning": "CL:0002656", + "title": "glandular cell of endometrium" + }, + { + "text": "CL:0002224", + "description": "A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth.", + "meaning": "CL:0002224", + "title": "lens epithelial cell" + }, + { + "text": "CL:4030031", + "description": "Any cell that is located within the interstitium between the cells most prominent in defining a given tissue. \"Interstitial cell\" is a morphological term and refers to a variety of cells with differing origins and phenotypes.", + "meaning": "CL:4030031", + "title": "interstitial cell" + }, + { + "text": "CL:0002625", + "description": "A cell of the seminiferous tubule epithelium.", + "meaning": "CL:0002625", + "title": "seminiferous tubule epithelial cell" + }, + { + "text": "CL:1000490", + "description": "A mesothelial cell that is part of the peritoneum.", + "meaning": "CL:1000490", + "title": "mesothelial cell of peritoneum" + }, + { + "text": "CL:0000801", + "description": "A mature gamma-delta T cell that is found in the columnar epithelium of the gastrointestinal tract. These cells participate in mucosal immune responses.", + "meaning": "CL:0000801", + "title": "gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002116", + "description": "A B220-low CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-low, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002116", + "title": "B220-low CD38-positive unswitched memory B cell" + }, + { + "text": "CL:0000578", + "description": "A cell in vitro that has undergone physical changes as a consequence of a deliberate and specific experimental procedure.", + "meaning": "CL:0000578", + "title": "experimentally modified cell in vitro" + }, + { + "text": "CL:0000618", + "meaning": "CL:0000618", + "title": "sheath cell" + }, + { + "text": "CL:0000435", + "meaning": "CL:0000435", + "title": "alkali secreting cell" + }, + { + "text": "CL:0000654", + "description": "A primary oocyte is an oocyte that has not completed female meosis I.", + "meaning": "CL:0000654", + "title": "primary oocyte" + }, + { + "text": "CL:0002130", + "description": "A cardiac myocyte of the interatrial region of the heart.", + "meaning": "CL:0002130", + "title": "regular interatrial cardiac myocyte" + }, + { + "text": "CL:0017003", + "description": "An epithelial cell that is part of the prostatic urethra.", + "meaning": "CL:0017003", + "title": "epithelial cell of prostatic urethra" + }, + { + "text": "CL:0002038", + "description": "A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high and PD1-high, and stimulates follicular B cells to undergo class-switching and antibody production.", + "meaning": "CL:0002038", + "title": "T follicular helper cell" + }, + { + "text": "CL:0002311", + "description": "An acidophilic cell of the anterior pituitary that produces prolactin.", + "meaning": "CL:0002311", + "title": "mammotroph" + }, + { + "text": "CL:0000722", + "meaning": "CL:0000722", + "title": "cystoblast" + }, + { + "text": "CL:0000059", + "description": "Skeletogenic cell that produces enamel, overlies the odontogenic papilla, and arises from the differentiation of a preameloblast cell.", + "meaning": "CL:0000059", + "title": "ameloblast" + }, + { + "text": "CL:0000160", + "description": "A cell of the epithelial lining that produce and secrete mucins.", + "meaning": "CL:0000160", + "title": "goblet cell" + }, + { + "text": "CL:0002680", + "description": "A PP cell found in intestine.", + "meaning": "CL:0002680", + "title": "PP cell of intestine" + }, + { + "text": "CL:0002382", + "description": "A conidium that has more than one nucleus.", + "meaning": "CL:0002382", + "title": "multinucleate conidium" + }, + { + "text": "CL:0002027", + "description": "A megakaryocyte cell with is CD9-positive and CD41-positive.", + "meaning": "CL:0002027", + "title": "CD9-positive, CD41-positive megakaryocyte cell" + }, + { + "text": "CL:4033024", + "description": "A basal cell that is part of a duct of an airway submucosal gland.", + "meaning": "CL:4033024", + "title": "airway submucosal gland duct basal cell" + }, + { + "text": "CL:0010017", + "description": "A zygote in a plant or an animal.", + "meaning": "CL:0010017", + "title": "zygote" + }, + { + "text": "CL:0000815", + "description": "A T cell which regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000815", + "title": "regulatory T cell" + }, + { + "text": "CL:0002319", + "description": "A cell that is part of the nervous system.", + "meaning": "CL:0002319", + "title": "neural cell" + }, + { + "text": "CL:0011113", + "description": "Neuron found in the spiral ganglion.", + "meaning": "CL:0011113", + "title": "spiral ganglion neuron" + }, + { + "text": "CL:0000662", + "meaning": "CL:0000662", + "title": "neuroglioblast (sensu Nematoda)" + }, + { + "text": "CL:0002292", + "description": "A round or oval neuroepithelial cell that contacts other type I cells or capillaries. They occur in clusters that are surrounded by sheath cells (type-II cells) in the carotid body. This cell type is capable of secreting a number of neurotransmitters.", + "meaning": "CL:0002292", + "title": "type I cell of carotid body" + }, + { + "text": "CL:0000067", + "description": "An epithelial cell that has a cilia.", + "meaning": "CL:0000067", + "title": "ciliated epithelial cell" + }, + { + "text": "CL:0002181", + "description": "A neck cell that secretes mucus within the stomach. Its products are distinct histochemically from those of the surface mucous cells of stomach.", + "meaning": "CL:0002181", + "title": "mucous neck cell of gastric gland" + }, + { + "text": "CL:0004214", + "description": "A type of type 3 cone bipolar cell with distinctive crescent-shaped dendrites.", + "meaning": "CL:0004214", + "title": "type 3b cone bipolar cell" + }, + { + "text": "CL:0000594", + "description": "An elongated, spindle-shaped, cell that is located between the basal lamina and the plasmalemma of a muscle fiber. These cells are mostly quiescent, but upon activation they divide to produce cells that generate new muscle fibers.", + "meaning": "CL:0000594", + "title": "skeletal muscle satellite cell" + }, + { + "text": "CL:0002520", + "description": "An insect excretory cell that regulates hemolymph composition by filtration and filtrate endocytosis.", + "meaning": "CL:0002520", + "title": "nephrocyte" + }, + { + "text": "CL:0002627", + "description": "A mature astrocyte that is capable of producing cytokines.", + "meaning": "CL:0002627", + "title": "mature astrocyte" + }, + { + "text": "CL:0004225", + "description": "A broadly stratifying amacrine cell with a small dendritic field, straight dendrites and post-synaptic terminals in S1, S2, and S3.", + "meaning": "CL:0004225", + "title": "spider amacrine cell" + }, + { + "text": "CL:0002422", + "description": "A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes.", + "meaning": "CL:0002422", + "title": "enucleated reticulocyte" + }, + { + "text": "CL:0000570", + "description": "A neuroepithelial cells that occurs singly or in small groups, close to the outer follicular borders but within the follicular basement membrane of the thyroid. Expresses a form of the neural cell adhesion molecule (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine.", + "meaning": "CL:0000570", + "title": "parafollicular cell" + }, + { + "text": "CL:0000599", + "description": "An asexual, nonmotile spore formed by higher fungi; conidia are usually made from the side or tip of specialized sporogenous cells and do not form by progressive cleavage of the cytoplasm.", + "meaning": "CL:0000599", + "title": "conidium" + }, + { + "text": "CL:0002570", + "description": "A mesenchymal stem cell of adipose tissue.", + "meaning": "CL:0002570", + "title": "mesenchymal stem cell of adipose tissue" + }, + { + "text": "CL:0000499", + "description": "A connective tissue cell of an organ found in the loose connective tissue. These are most often associated with the uterine mucosa and the ovary as well as the hematopoietic system and elsewhere.", + "meaning": "CL:0000499", + "title": "stromal cell" + }, + { + "text": "CL:0000077", + "description": "A flattened epithelial cell of mesenchymal origin that lines the serous cavity.", + "meaning": "CL:0000077", + "title": "mesothelial cell" + }, + { + "text": "CL:1000337", + "description": "An enterocyte that is part of the epithelium of duodenal gland.", + "meaning": "CL:1000337", + "title": "enterocyte of epithelium of duodenal gland" + }, + { + "text": "CL:0002283", + "description": "An epithelial cell of the mucosa associated with facial skeleton.", + "meaning": "CL:0002283", + "title": "ecto-epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0002457", + "description": "A Langerhans cell that is in the epidermis and is CD45-positive, MHCII-positive, and CD11b-positive.", + "meaning": "CL:0002457", + "title": "epidermal Langerhans cell" + }, + { + "text": "CL:0002556", + "description": "A fibroblast of the periodontium.", + "meaning": "CL:0002556", + "title": "fibroblast of periodontium" + }, + { + "text": "CL:0002155", + "description": "A crenated erythrocyte with 30+ crenations, bumps or spurs that are the result of damage due to age or disease.", + "meaning": "CL:0002155", + "title": "echinocyte" + }, + { + "text": "CL:0002406", + "description": "A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.", + "meaning": "CL:0002406", + "title": "immature Vgamma2-positive thymocyte" + }, + { + "text": "CL:0001072", + "description": "An innate lymphoid cell in the human with the phenotype CD34-negative, CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells.", + "meaning": "CL:0001072", + "title": "CD34-negative, CD117-positive innate lymphoid cell, human" + }, + { + "text": "CL:0009035", + "description": "A stromal cell found in the lamina propria of the vermiform appendix.", + "meaning": "CL:0009035", + "title": "stromal cell of lamina propria of vermiform appendix" + }, + { + "text": "CL:0000473", + "description": "A cell whose primary function is to protect the organism.", + "meaning": "CL:0000473", + "title": "defensive cell" + }, + { + "text": "CL:0000109", + "meaning": "CL:0000109", + "title": "adrenergic neuron" + }, + { + "text": "CL:0000518", + "description": "A phagocyte in vertebrates that is able to phagocytosis.", + "meaning": "CL:0000518", + "title": "phagocyte (sensu Vertebrata)" + }, + { + "text": "CL:4023010", + "description": "A GABAergic cortical interneuron that is strongly labelled for \u03b17 nAChRs. These cells have soma found in L1 and have multipolar dendrites with vertically descending axonal collaterals that project deep into the column, usually branching and terminating in L5A.", + "meaning": "CL:4023010", + "title": "alpha7 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:1001428", + "description": "A urothelial cell that is part of the urothelium of the urinary bladder.", + "meaning": "CL:1001428", + "title": "bladder urothelial cell" + }, + { + "text": "CL:4033014", + "description": "A small, narrow, peg-shaped epithelial cell with little cytoplasm that is part of oviduct epithelium. This cell is rarer than the ciliated and secretory epithelial cells of the fallopian tube epithelium and is often found intercalated between them. Peg cells are generally distributed basally along the epithelium and have been found in high concentrations at the fimbriated, distal end of the fallopian tube in humans. It may have a regenerative/stem-cell function. In humans, markers include EPCAM, CD44, and ITGA6.", + "meaning": "CL:4033014", + "title": "peg cell" + }, + { + "text": "CL:0000212", + "description": "A cell that takes up and metabolizes substances.", + "meaning": "CL:0000212", + "title": "absorptive cell" + }, + { + "text": "CL:0000611", + "description": "Any granulocytopoietic cell that has part some transcription factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has part some erythroid transcription factor and lacks plasma membrane part some CD19 molecule and lacks plasma membrane part some CD4 molecule and lacks plasma membrane part some integrin alpha-M and lacks plasma membrane part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks plasma membrane part some membrane-spanning 4-domains subfamily A member 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and lacks plasma membrane part some CD14 molecule and lacks plasma membrane part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha chain and has plasma membrane part some interleukin-5 receptor subunit alpha and has plasma membrane part some mast/stem cell growth factor receptor and is capable of some eosinophil differentiation.", + "meaning": "CL:0000611", + "title": "eosinophil progenitor cell" + }, + { + "text": "CL:1000597", + "description": "A cell that is part of a tip of a renal papilla.", + "meaning": "CL:1000597", + "title": "papillary tips cell" + }, + { + "text": "CL:0000198", + "description": "The peripheral receptor for pain. Includes receptors which are sensitive to painful mechanical stimuli, extreme heat or cold, and chemical stimuli. All mammalian nociceptors are free nerve endings.", + "meaning": "CL:0000198", + "title": "pain receptor cell" + }, + { + "text": "CL:0002622", + "description": "A stromal cell of the prostate.", + "meaning": "CL:0002622", + "title": "prostate stromal cell" + }, + { + "text": "CL:0000759", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is narrowly stratified and are found just below a calretinin-expressing band in sublamina 4 of the inner plexiform layer.", + "meaning": "CL:0000759", + "title": "type 7 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002342", + "description": "A circulating endothelial cell of the phenotype CD146-positive, CD105-positive, CD45-negative. This cell type is indicative of recent vascular damage.", + "meaning": "CL:0002342", + "title": "circulating endothelial cell" + }, + { + "text": "CL:0000357", + "meaning": "CL:0000357", + "title": "stratified epithelial stem cell" + }, + { + "text": "CL:1000368", + "description": "A transitional myocyte that is part of the anterior division of left branch of atrioventricular bundle.", + "meaning": "CL:1000368", + "title": "transitional myocyte of anterior division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0005025", + "description": "A motor neuron that synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles and glands of the pulmonary, cardiovascular, and gastrointestinal systems.", + "meaning": "CL:0005025", + "title": "visceromotor neuron" + }, + { + "text": "CL:1000279", + "description": "A smooth muscle cell that is part of the large intestine.", + "meaning": "CL:1000279", + "title": "smooth muscle cell of large intestine" + }, + { + "text": "CL:0002140", + "description": "A sebum secreting cell of the skin that secretes sebum into the hair follicles.", + "meaning": "CL:0002140", + "title": "acinar cell of sebaceous gland" + }, + { + "text": "CL:1000376", + "description": "A Purkinje myocyte that is part of the interventricular septum.", + "meaning": "CL:1000376", + "title": "Purkinje myocyte of interventricular septum" + }, + { + "text": "CL:2000085", + "description": "Any mononuclear cell that is part of a umbilical cord.", + "meaning": "CL:2000085", + "title": "mononuclear cell of umbilical cord" + }, + { + "text": "CL:0000775", + "description": "Any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes.", + "meaning": "CL:0000775", + "title": "neutrophil" + }, + { + "text": "CL:0000748", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner plexiform layer.", + "meaning": "CL:0000748", + "title": "retinal bipolar neuron" + }, + { + "text": "CL:0002026", + "description": "A megakaryocyte progenitor cell that is CD34-negative, CD41-positive and CD42-positive.", + "meaning": "CL:0002026", + "title": "CD34-negative, CD41-positive, CD42-positive megakaryocyte cell" + }, + { + "text": "CL:0002451", + "description": "A multi-fate stem cell that is the source of cells for growth of the mammary gland during puberty and gestation. This cell type gives rise to both the luminal and myoepithelial cell types of the gland, and have been shown to have the ability to regenerate the entire organ in mice. This cell type also plays an important role in carcinogenesis of the breast. This cell type is Lin-, CD24-positive, CD29-hi.", + "meaning": "CL:0002451", + "title": "mammary stem cell" + }, + { + "text": "CL:0002404", + "description": "A thymocyte found in the fetal thymus.", + "meaning": "CL:0002404", + "title": "fetal thymocyte" + }, + { + "text": "CL:0002243", + "description": "A circular smooth muscle cell of the iris, innervated by the ciliary nerves (parasympathetic), and acting to contract the pupil. This muscle cell derives from neuroectoderm. This smooth muscle cell results from transformation of epithelial cells to smooth muscle cells.", + "meaning": "CL:0002243", + "title": "smooth muscle cell of sphincter of pupil" + }, + { + "text": "CL:0002546", + "description": "An endothelial progenitor cell that participates in angiogenesis during development.", + "meaning": "CL:0002546", + "title": "embryonic blood vessel endothelial progenitor cell" + }, + { + "text": "CL:0002493", + "description": "A polarized cell that is juxtaposed to fibrocytes in the underlying spiral ligament. This cell type secretes potassium ions derived from fibrocytes through gap junctions.", + "meaning": "CL:0002493", + "title": "strial basal cell" + }, + { + "text": "CL:1001124", + "description": "Any peritubular capillary endothelial cell that is part of some renal cortex peritubular capillary.", + "meaning": "CL:1001124", + "title": "kidney cortex peritubular capillary cell" + }, + { + "text": "CL:0000112", + "meaning": "CL:0000112", + "title": "columnar neuron" + }, + { + "text": "CL:4023123", + "description": "A kisspeptin neuron that is located in the hypothalamus. These neurons project to and activate gonadotrophin-releasing hormone neurons (acting via the kisspeptin receptor) in the hypothalamus and stimulate the secretion of gonadotrophin-releasing hormone.", + "meaning": "CL:4023123", + "title": "hypothalamus kisspeptin neuron" + }, + { + "text": "CL:0000352", + "description": "A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation.", + "meaning": "CL:0000352", + "title": "epiblast cell" + }, + { + "text": "CL:1001109", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal cortex.", + "meaning": "CL:1001109", + "title": "kidney loop of Henle cortical thick ascending limb epithelial cell" + }, + { + "text": "CL:2000095", + "description": "Any hematopoietic stem cell that is part of a umbilical cord blood.", + "meaning": "CL:2000095", + "title": "cord blood hematopoietic stem cell" + }, + { + "text": "CL:4033056", + "description": "A differentiated flat keratinocyte that is part of a nail plate. An onychocyte is firmly adherent and does not desquamate.", + "meaning": "CL:4033056", + "title": "onychocyte" + }, + { + "text": "CL:0002280", + "description": "An enteroendocrine cell found in the ileum and jejunum that produces neurotensin.", + "meaning": "CL:0002280", + "title": "type N enteroendocrine cell" + }, + { + "text": "CL:1000465", + "description": "A chromaffin cell that is part of the ovary.", + "meaning": "CL:1000465", + "title": "chromaffin cell of ovary" + }, + { + "text": "CL:0000889", + "description": "An immature myeloid leukocyte of heterogeneous phenotype found particularly in cancer and sepsis patients that is capable of suppressing activity of T cells in ex vivo assays. This cell type is CD45-positive, CD11b-positive.", + "meaning": "CL:0000889", + "title": "myeloid suppressor cell" + }, + { + "text": "CL:0002008", + "description": "A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell.", + "meaning": "CL:0002008", + "title": "CD34-positive, CD38-positive eosinophil progenitor cell" + }, + { + "text": "CL:4030033", + "description": "An endothelial cell that lines a surface of a cardiac valve leaflet. Along with valve interstitial cells, a valve endothelial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.", + "meaning": "CL:4030033", + "title": "valve endothelial cell" + }, + { + "text": "CL:0000632", + "description": "A cell that is found in the perisinusoidal space of the liver that is capable of multiple roles including storage of retinol, presentation of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, production of extracellular matrix components that can contribute to liver fibrosis. This activated state has a myofibroblast-like phenotype, though it's not clear in the literature if this is terminally differentiated. This cell type comprises approximately 8-15% of total cells in the liver.", + "meaning": "CL:0000632", + "title": "hepatic stellate cell" + }, + { + "text": "CL:0000342", + "description": "Any animal cell containing pigment granules.", + "meaning": "CL:0000342", + "title": "pigment cell (sensu Vertebrata)" + }, + { + "text": "CL:0000832", + "description": "A myeloblast committed to the eosinophil lineage.", + "meaning": "CL:0000832", + "title": "eosinophilic myeloblast" + }, + { + "text": "CL:4042008", + "description": "A cell type located in the first layer of the neocortex with radial protrusions extending transversely into the deeper cortex layers, herby facilitating communication across neurons, astrocytes, capillaries, meninges and cerebrospinal fluid through contact with neurons, pia mater and capillaries.", + "meaning": "CL:4042008", + "title": "fibrous astrocyte" + }, + { + "text": "CL:1001451", + "description": "A sensory neuron of the dorsal root ganglia that senses body position and sends information about how much the muscle is stretched to the spinal cord.", + "meaning": "CL:1001451", + "title": "sensory neuron of dorsal root ganglion" + }, + { + "text": "CL:0002607", + "description": "A neural crest cell that gives rise to cells of the enteric nervous system.", + "meaning": "CL:0002607", + "title": "migratory enteric neural crest cell" + }, + { + "text": "CL:4033062", + "description": "A trophoblast cell that invades the uterine wall to anchor the placenta to the uterus. An interstitial extravillous trophoblast cell differentiates from an extravillous trophoblast cell, becoming hyperchromatic and changing its morphology to a fibroblast-like spindle-shaped cell. In humans, this cell can be distinguished by the expression of placental-specific protein 8, which stimulates migration.", + "meaning": "CL:4033062", + "title": "interstitial extravillous trophoblast cell" + }, + { + "text": "CL:1000437", + "description": "An epithelial cell that is part of the nasolacrimal duct.", + "meaning": "CL:1000437", + "title": "epithelial cell of nasolacrimal duct" + }, + { + "text": "CL:0011106", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer using GABA.", + "meaning": "CL:0011106", + "title": "GABAnergic interplexiform cell" + }, + { + "text": "CL:1000312", + "description": "A goblet cell that is part of the epithelium of bronchus.", + "meaning": "CL:1000312", + "title": "bronchial goblet cell" + }, + { + "text": "CL:1000327", + "description": "A goblet cell that is part of the epithelium proper of appendix.", + "meaning": "CL:1000327", + "title": "appendix goblet cell" + }, + { + "text": "CL:0008048", + "description": "A glutamatergic motor neuron with a soma in the brainstem or cerebral cortex. They do not synapse directly to muscles but rather to lower motor neurons, which do. They are the main controllers of voluntary movement.", + "meaning": "CL:0008048", + "title": "upper motor neuron" + }, + { + "text": "CL:0000857", + "description": "A skeletal muscle myoblast that differentiates into slow muscle fibers.", + "meaning": "CL:0000857", + "title": "slow muscle myoblast" + }, + { + "text": "CL:1000239", + "description": "Any glial cell that is part of some anterior lateral line nerve.", + "meaning": "CL:1000239", + "title": "anterior lateral line nerve glial cell" + }, + { + "text": "CL:0002329", + "description": "An epithelial cell type that lacks the columnar shape typical for other respiratory epithelial cells. This cell type is able to differentiate into other respiratory epithelial cells in response to injury.", + "meaning": "CL:0002329", + "title": "basal epithelial cell of tracheobronchial tree" + }, + { + "text": "CL:0004230", + "description": "A bistratified amacrine cell with a small dendritic field that has post-synaptic terminals in S1 and the border of S1-S2, and termination of a second arbor within the border of S2-S3 and S3.", + "meaning": "CL:0004230", + "title": "diffuse bistratified amacrine cell" + }, + { + "text": "CL:0002144", + "description": "An endothelial cell found in capillaries.", + "meaning": "CL:0002144", + "title": "capillary endothelial cell" + }, + { + "text": "CL:1001021", + "description": "Any kidney loop of Henle epithelial cell that is part of some descending limb of loop of Henle.", + "meaning": "CL:1001021", + "title": "kidney loop of Henle descending limb epithelial cell" + }, + { + "text": "CL:0008010", + "description": "A cranial motor neuron whose soma is located in the midbrain andor hindbrain and which innervates the skeletal muscles of the eye or tongue.", + "meaning": "CL:0008010", + "title": "cranial somatomotor neuron" + }, + { + "text": "CL:0002118", + "description": "A CD38-negative IgG-negative memory B cell is a IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-negative and IgG-negative.", + "meaning": "CL:0002118", + "title": "CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:4023064", + "description": "An interneuron that is derived from the caudal ganglionic eminence.", + "meaning": "CL:4023064", + "title": "caudal ganglionic eminence derived interneuron" + }, + { + "text": "CL:0000878", + "description": "A tissue-resident macrophage found in the central nervous system.", + "meaning": "CL:0000878", + "title": "central nervous system macrophage" + }, + { + "text": "CL:0009051", + "description": "A T cell that is located in the anorectum.", + "meaning": "CL:0009051", + "title": "T cell of anorectum" + }, + { + "text": "CL:0019001", + "description": "Any serous secreting cell that is part of the tracheobronchial epithelium.", + "meaning": "CL:0019001", + "title": "tracheobronchial serous cell" + }, + { + "text": "CL:1001100", + "description": "Any smooth muscle cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001100", + "title": "kidney efferent arteriole smooth muscle cell" + }, + { + "text": "CL:0002571", + "description": "A mesenchymal stem cell of liver.", + "meaning": "CL:0002571", + "title": "hepatic mesenchymal stem cell" + }, + { + "text": "CL:0008035", + "description": "Any vascular associated smooth muscle cell that is part of some microcirculatory vessel.", + "meaning": "CL:0008035", + "title": "microcirculation associated smooth muscle cell" + }, + { + "text": "CL:0003045", + "description": "A bistratified ganglion cell with larger, asymetric dendritic fields that terminate in S2 and S4.", + "meaning": "CL:0003045", + "title": "M12 retinal ganglion cell" + }, + { + "text": "CL:0002666", + "description": "An otic fibrocyte that underlies the spiral prominence and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002666", + "title": "type 2 otic fibrocyte" + }, + { + "text": "CL:4023044", + "description": "An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that does not project to the medulla. Non-MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.", + "meaning": "CL:4023044", + "title": "non-medulla, extratelencephalic-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002085", + "description": "Specialized elongated ventricular ependymal cell that has processes that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts seen in developing brain. Found in the adult brain in the third ventricle, cerebral aqueduct, spinal canal and floor of the fourth ventricle.", + "meaning": "CL:0002085", + "title": "tanycyte" + }, + { + "text": "CL:1001142", + "description": "Any kidney cortex vein cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001142", + "title": "arcuate vein cell" + }, + { + "text": "CL:0002661", + "description": "A luminal cell of terminal ducts, i.e.e the terminal branch of a lactiferous duct which alveolar cells drain into.", + "meaning": "CL:0002661", + "title": "luminal cell of lactiferous terminal ductal lobular unit" + }, + { + "text": "CL:0000146", + "meaning": "CL:0000146", + "title": "simple columnar epithelial cell" + }, + { + "text": "CL:0002089", + "description": "A group 2 innate lymphoid cell in the mouse capable of secreting IL-13 in response to a helminth infection. This cell is lineage-negative, ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive.", + "meaning": "CL:0002089", + "title": "group 2 innate lymphoid cell, mouse" + }, + { + "text": "CL:0000507", + "description": "A peptide hormone secreting cell that secretes endorphin.", + "meaning": "CL:0000507", + "title": "endorphin secreting cell" + }, + { + "text": "CL:0000246", + "meaning": "CL:0000246", + "title": "Mauthner neuron" + }, + { + "text": "CL:0002016", + "description": "A polychromatiic erythroblast that is Gly-A-positive and CD71-low.", + "meaning": "CL:0002016", + "title": "CD71-low, GlyA-positive polychromatic erythroblast" + }, + { + "text": "CL:0002526", + "description": "A dermal dendritic cell that is CD1a-negative and CD14-positive.", + "meaning": "CL:0002526", + "title": "CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0002514", + "description": "A CD8alpha alpha positive gamma-delta intraepithelial T cell that does not express a TCR partially encoded by the Vgamma5 gene segment.", + "meaning": "CL:0002514", + "title": "Vgamma5-negative CD8alpha alpha positive gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0011102", + "description": "Parasympathetic neurons are part of the parasympathetic nervous sysem and the cell bodies lie in the brain and sacral region of the spinal cord. The neurons are mainly cholinergic.", + "meaning": "CL:0011102", + "title": "parasympathetic neuron" + }, + { + "text": "CL:0004232", + "description": "An amacrine cell with a flat dendritic arbor and a medium dendritic field. Starburst amacrine cells have post-synaptic terminals in S2. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and acetylcholine.", + "meaning": "CL:0004232", + "title": "starburst amacrine cell" + }, + { + "text": "CL:0001006", + "description": "Dermal dendritic cell is a conventional dendritic cell that is CD11b-positive, CD205-positive and CD8 alpha-negative.", + "meaning": "CL:0001006", + "title": "dermal dendritic cell" + }, + { + "text": "CL:0009081", + "description": "The human equivalent of a DN2 thymocyte; typically contains two phases, in the latter of which these thymocytes begin the process of beta selection.", + "meaning": "CL:0009081", + "title": "specified double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:0008004", + "description": "A muscle cell that is part of some somatic muscle.", + "meaning": "CL:0008004", + "title": "somatic muscle cell" + }, + { + "text": "CL:1001582", + "description": "Neuron of lateral ventricle.", + "meaning": "CL:1001582", + "title": "lateral ventricle neuron" + }, + { + "text": "CL:1000350", + "description": "A basal cell that is part of the epithelium of terminal bronchiole.", + "meaning": "CL:1000350", + "title": "basal cell of epithelium of terminal bronchiole" + }, + { + "text": "CL:0000416", + "meaning": "CL:0000416", + "title": "polytene cell" + }, + { + "text": "CL:0000199", + "description": "A cell specialized to transduce mechanical stimuli and relay that information centrally in the nervous system.", + "meaning": "CL:0000199", + "title": "mechanoreceptor cell" + }, + { + "text": "CL:0000208", + "meaning": "CL:0000208", + "title": "pH receptor cell" + }, + { + "text": "CL:1000271", + "description": "Any ciliated cell that is part of some lung.", + "meaning": "CL:1000271", + "title": "lung ciliated cell" + }, + { + "text": "CL:0000421", + "description": "A free floating cell, including amebocytes and eleocytes, in the coelom of certain animals, especially annelids.", + "meaning": "CL:0000421", + "title": "coelomocyte" + }, + { + "text": "CL:2000043", + "description": "Any pericyte cell that is part of a brain.", + "meaning": "CL:2000043", + "title": "brain pericyte" + }, + { + "text": "CL:0002606", + "description": "An astrocyte of the spinal cord.", + "meaning": "CL:0002606", + "title": "astrocyte of the spinal cord" + }, + { + "text": "CL:0000214", + "description": "A cell located in the synovial joint.", + "meaning": "CL:0000214", + "title": "synovial cell" + }, + { + "text": "CL:0000605", + "description": "A spore formed following mitosis or mitoses.", + "meaning": "CL:0000605", + "title": "fungal asexual spore" + }, + { + "text": "CL:0001087", + "description": "A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.", + "meaning": "CL:0001087", + "title": "effector memory CD4-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:0002096", + "description": "A specialised myocyte that lies between the sinoatrial node and the atrioventricular node and is involved in the conduction of electrical signals.", + "meaning": "CL:0002096", + "title": "internodal tract myocyte" + }, + { + "text": "CL:1000493", + "description": "A mesothelial cell that is part of the visceral pleura.", + "meaning": "CL:1000493", + "title": "mesothelial cell of visceral pleura" + }, + { + "text": "CL:0002478", + "description": "An adipose macrophage that does not express F4/80but is MHC-II-positive. This cell type exhibits autofluorescence under typical flow cyometry conditions.", + "meaning": "CL:0002478", + "title": "F4/80-negative adipose macrophage" + }, + { + "text": "CL:4033013", + "description": "A keratinocyte of the epidermis suprabasal layer. This cell may express the differentiation markers keratin 10 and keratin 1.", + "meaning": "CL:4033013", + "title": "suprabasal keratinocyte" + }, + { + "text": "CL:4033048", + "description": "A respiratory epithelial cell with topographic nuclear position in between the basal and luminal cell of the airway epithelium. This non-basal, intermediate cell has limited proliferative capacity, ultrastructural features of basal cells and no defined features of the typically differentiated cellular phenotypes.", + "meaning": "CL:4033048", + "title": "respiratory suprabasal cell" + }, + { + "text": "CL:1000428", + "description": "A somatic stem cell that is part of the epidermis.", + "meaning": "CL:1000428", + "title": "stem cell of epidermis" + }, + { + "text": "CL:4030013", + "description": "Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the outer medulla (inner stripe). It is known in some mammalian species that the long descending limb of the loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the protein kinase Stk32a.", + "meaning": "CL:4030013", + "title": "kidney loop of Henle long descending thin limb outer medulla epithelial cell" + }, + { + "text": "CL:0000019", + "description": "A mature male germ cell that develops from a spermatid.", + "meaning": "CL:0000019", + "title": "sperm" + }, + { + "text": "CL:0002228", + "description": "An elongating cell that rapidly obliterates the lumen of the lens vesicle. Subsequently, differentiation of this cell type at the lens equator leads to the formation of secondary fiber cells that come to overlie the primary fibers.", + "meaning": "CL:0002228", + "title": "primary lens fiber" + }, + { + "text": "CL:4028006", + "description": "A pulmonary interstitial fibroblast that is part of the alveolus and localizes to vascular adventitia.", + "meaning": "CL:4028006", + "title": "alveolar adventitial fibroblast" + }, + { + "text": "CL:0002129", + "description": "Regular cardiac myocyte of a cardiac atrium.", + "meaning": "CL:0002129", + "title": "regular atrial cardiac myocyte" + }, + { + "text": "CL:0001021", + "description": "A common lymphoid progenitor that is CD10-positive, CD45RA-positive, CD34-positive and CD38-positive.", + "meaning": "CL:0001021", + "title": "CD34-positive, CD38-positive common lymphoid progenitor" + }, + { + "text": "CL:1001610", + "description": "Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes.", + "meaning": "CL:1001610", + "title": "bone marrow hematopoietic cell" + }, + { + "text": "CL:1000909", + "description": "Any nephron tubule epithelial cell that is part of some loop of Henle.", + "meaning": "CL:1000909", + "title": "kidney loop of Henle epithelial cell" + }, + { + "text": "CL:0000410", + "meaning": "CL:0000410", + "title": "CNS long range interneuron" + }, + { + "text": "CL:4023025", + "description": "A sst GABAergic cortical interneuron that is both an interneuron and a projecting neuron. They are found in all layers from upper L2/3 down to the bottom of L6. They have long-range projections, some with axons fading into white matter. These cells have low rebound potential, low hyperpolarization sag, and high variability in membrane time constant.", + "meaning": "CL:4023025", + "title": "long-range projecting sst GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:0000130", + "meaning": "CL:0000130", + "title": "neuron associated cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000864", + "description": "A macrophage constitutively resident in a particular tissue under non-inflammatory conditions, and capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.", + "meaning": "CL:0000864", + "title": "tissue-resident macrophage" + }, + { + "text": "CL:0000048", + "description": "A stem cell that can give rise to multiple lineages of cells.", + "meaning": "CL:0000048", + "title": "multi fate stem cell" + }, + { + "text": "CL:0002357", + "description": "A fetal liver derived enucleated erythrocyte. This erythrocyte resembles adult erythrocytes in that they are small (3- to 6- times smaller than primitive erythrocytes) and produce adult hemaglobins.", + "meaning": "CL:0002357", + "title": "fetal derived definitive erythrocyte" + }, + { + "text": "CL:0002560", + "description": "An epithelial cell that resides in the inner root sheath of the hair follicle.", + "meaning": "CL:0002560", + "title": "inner root sheath cell" + }, + { + "text": "CL:0000964", + "description": "A germinal center B cell that founds a germinal center, and has the phenotype IgD-positive, CD38-positive, and CD23-negative.", + "meaning": "CL:0000964", + "title": "Bm2' B cell" + }, + { + "text": "CL:0009005", + "description": "Any cell in a salivary gland.", + "meaning": "CL:0009005", + "title": "salivary gland cell" + }, + { + "text": "CL:0000483", + "description": "A peptide hormone secreting cell that secretes bombesin stimulating hormone.", + "meaning": "CL:0000483", + "title": "bombesin stimulating hormone secreting cell" + }, + { + "text": "CL:0000185", + "description": "Contractile cells resembling smooth muscle cells that are present in glands, notably the mammary gland, and aid in secretion. This cell has long weaving dendritic processes containing myofilament.", + "meaning": "CL:0000185", + "title": "myoepithelial cell" + }, + { + "text": "CL:0000956", + "description": "A pre-B-I cell is a precursor B cell that expresses CD34 and surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain protein.", + "meaning": "CL:0000956", + "title": "pre-B-I cell" + }, + { + "text": "CL:4030049", + "description": "A DRD2-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + "meaning": "CL:4030049", + "title": "striosomal D2 medium spiny neuron" + }, + { + "text": "CL:0002326", + "description": "A mammary epithelial cell that occurs in the lumen of the ductal and alveoli structure in the breast.", + "meaning": "CL:0002326", + "title": "luminal epithelial cell of mammary gland" + }, + { + "text": "CL:0000028", + "meaning": "CL:0000028", + "title": "CNS neuron (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000847", + "description": "An olfactory receptor cell in which the apical ending of the dendrite is a pronounced ciliated olfactory knob.", + "meaning": "CL:0000847", + "title": "ciliated olfactory receptor neuron" + }, + { + "text": "CL:1000323", + "description": "A goblet cell that is part of the epithelium of pyloric gland.", + "meaning": "CL:1000323", + "title": "pyloric gastric gland goblet cell" + }, + { + "text": "CL:0010006", + "description": "Any blood vessel endothelial cell that is part of some heart.", + "meaning": "CL:0010006", + "title": "cardiac blood vessel endothelial cell" + }, + { + "text": "CL:4033018", + "description": "A megakaryocyte that is resident in the lung connective tissue.", + "meaning": "CL:4033018", + "title": "lung megakaryocyte" + }, + { + "text": "CL:1000182", + "description": "Any tip cell that is part of some Malpighian tubule.", + "meaning": "CL:1000182", + "title": "malpighian tubule tip cell" + }, + { + "text": "CL:0000233", + "description": "A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, found in the blood of all mammals, and mainly involved in blood coagulation.", + "meaning": "CL:0000233", + "title": "platelet" + }, + { + "text": "CL:1001567", + "description": "Any endothelial cell of vascular tree that is part of some lung.", + "meaning": "CL:1001567", + "title": "lung endothelial cell" + }, + { + "text": "CL:0000443", + "description": "Any secretory cell that is capable of some calcitonin secretion.", + "meaning": "CL:0000443", + "title": "calcitonin secreting cell" + }, + { + "text": "CL:0000474", + "description": "An insect renal cell that filters hemolymph and is found with other pericardial nephrocytes in two rows flanking the dorsal vessel.", + "meaning": "CL:0000474", + "title": "pericardial nephrocyte" + }, + { + "text": "CL:4023168", + "description": "A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli.", + "meaning": "CL:4023168", + "title": "somatosensory neuron" + }, + { + "text": "CL:0000204", + "meaning": "CL:0000204", + "title": "acceleration receptive cell" + }, + { + "text": "CL:1000478", + "description": "A transitional myocyte that is part of the sinoatrial node.", + "meaning": "CL:1000478", + "title": "transitional myocyte of sinoatrial node" + }, + { + "text": "CL:0000557", + "description": "A hematopoietic progenitor cell that is committed to the granulocyte and monocyte lineages. These cells are CD123-positive, and do not express Gata1 or Gata2 but do express C/EBPa, and Pu.1.", + "meaning": "CL:0000557", + "title": "granulocyte monocyte progenitor cell" + }, + { + "text": "CL:0002456", + "description": "A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive and CD4-positive.", + "meaning": "CL:0002456", + "title": "CD8_alpha-positive plasmacytoid dendritic cell" + }, + { + "text": "CL:0000501", + "description": "A supporting cell for the developing female gamete in the ovary of mammals. They develop from the coelomic epithelial cells of the gonadal ridge. Granulosa cells form a single layer around the mammalian oocyte in the primordial ovarian follicle and advance to form a multilayered cumulus oophorus surrounding the ovum in the Graafian follicle. The major functions of granulosa cells include the production of steroids and LH receptors.", + "meaning": "CL:0000501", + "title": "granulosa cell" + }, + { + "text": "CL:4023075", + "description": "A sst GABAergic cortical interneuron found in L6 that expresses tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization within L6.", + "meaning": "CL:4023075", + "title": "L6 th sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0002278", + "description": "An enteroendocrine cell of duodenum and jejunum that produces gastric inhibitory peptide.", + "meaning": "CL:0002278", + "title": "GIP cell" + }, + { + "text": "CL:4033045", + "description": "A dendritic cell that captures antigens in a lung and migrates to a lymph node or to the spleen to activate T cells.", + "meaning": "CL:4033045", + "title": "lung migratory dendritic cell" + }, + { + "text": "CL:1001576", + "description": "Squamous cell of oral epithelium.", + "meaning": "CL:1001576", + "title": "oral mucosa squamous cell" + }, + { + "text": "CL:1001435", + "description": "The small neuron in the glomerular layer of the olfactory bulb whose dendrites arborize within a glomerulus, where it receives synaptic input from olfactory receptor cell axon terminals, and also engages in dendrodendritic interactions with mitral and tufted cell dendrites; uses both GABA and dopamine as a neurotransmitter.", + "meaning": "CL:1001435", + "title": "periglomerular cell" + }, + { + "text": "CL:0002681", + "description": "A cell that is part of a cortex of kidney.", + "meaning": "CL:0002681", + "title": "kidney cortical cell" + }, + { + "text": "CL:0002083", + "description": "A chromaffin cell of the adrenal medulla that produces norepinephrine.", + "meaning": "CL:0002083", + "title": "type I cell of adrenal medulla" + }, + { + "text": "CL:1001123", + "description": "Any peritubular capillary endothelial cell that is part of some outer renal medulla peritubular capillary.", + "meaning": "CL:1001123", + "title": "kidney outer medulla peritubular capillary cell" + }, + { + "text": "CL:0009095", + "description": "An endothelial cell that is part of a uterus.", + "meaning": "CL:0009095", + "title": "endothelial cell of uterus" + }, + { + "text": "CL:0001052", + "description": "A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.", + "meaning": "CL:0001052", + "title": "CD8-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell" + }, + { + "text": "CL:1000304", + "description": "A fibroblast that is part of the connective tissue of nonglandular part of prostate.", + "meaning": "CL:1000304", + "title": "fibroblast of connective tissue of nonglandular part of prostate" + }, + { + "text": "CL:0002165", + "description": "A supporting cell that is attached to the basement membrane and forms rows that support the hair cells.", + "meaning": "CL:0002165", + "title": "phalangeal cell" + }, + { + "text": "CL:1000418", + "description": "A myoepithelial cell that is part of the mammary gland alveolus.", + "meaning": "CL:1000418", + "title": "myoepithelial cell of lactiferous alveolus" + }, + { + "text": "CL:0002489", + "description": "A thymocyte that lacks expression of CD4 and CD8.", + "meaning": "CL:0002489", + "title": "double negative thymocyte" + }, + { + "text": "CL:0002270", + "description": "A type EC enteroendocrine cell in the duodenum and jejunum that stores and secretes motilin and 5-hydroxytryptamine.", + "meaning": "CL:0002270", + "title": "type EC2 enteroendocrine cell" + }, + { + "text": "CL:4023189", + "description": "A retinal ganglion cell located in the ganglion cell layer of the retina. This cell projects to magnocellular cells in the lateral geniculate nucleus (LGN). They have large cell bodies and extensive, branching dendritic networks that contribute to their large receptive fields.", + "meaning": "CL:4023189", + "title": "parasol ganglion cell of retina" + }, + { + "text": "CL:0003042", + "description": "An M9 retinal ganglion cell with synaptic terminals in S4 that is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003042", + "title": "M9-OFF retinal ganglion cell" + }, + { + "text": "CL:0000901", + "description": "CD4-positive alpha-beta T cell with regulatory function that produces IL-10.", + "meaning": "CL:0000901", + "title": "Tr1 cell" + }, + { + "text": "CL:0002107", + "description": "An IgD-negative CD38-positive IgG memory B cell is a CD38-positive IgG-positive that has class switched and lacks expression of IgD on the cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive.", + "meaning": "CL:0002107", + "title": "IgD-negative CD38-positive IgG memory B cell" + }, + { + "text": "CL:1000472", + "description": "A myoepithelial cell that is part of the tertiary lactiferous duct.", + "meaning": "CL:1000472", + "title": "myoepithelial cell of tertiary lactiferous duct" + }, + { + "text": "CL:0005011", + "description": "A cuboidal epithelial cell of the kidney which secretes acid and reabsorbs base to regulate acid/base balance.", + "meaning": "CL:0005011", + "title": "renal alpha-intercalated cell" + }, + { + "text": "CL:0000929", + "description": "A mature NK T cell that secretes interferon-gamma and enhances Th1 immune responses.", + "meaning": "CL:0000929", + "title": "CD4-negative, CD8-negative type I NK T cell secreting interferon-gamma" + }, + { + "text": "CL:4023007", + "description": "A vip GABAergic cortical interneuron with bipolar morphology, with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across all layers (with preferences for layers II/III and Va) and a dendritic tree that is vertically more restricted than deeper layer vip cells and extend fewer dendrites into the layers outside their home layer (location of soma). L2/3 bipolar vip cells have great variability in firing patterns, though most are continuous adapting. L2/3 bipolar vip cells are more depolarized in their resting state, had less fast rectification, and had smaller after hyperpolarization than deeper vip cells.", + "meaning": "CL:4023007", + "title": "L2/3 bipolar vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0009049", + "description": "A layer of smooth muscle cells that forms the outer layer of the high endothelial venule of lymph node and pumps to allow flow of lymph fluid carrying lymphocytes.", + "meaning": "CL:0009049", + "title": "smooth muscle cell of high endothelial venule of lymph node" + }, + { + "text": "CL:0000188", + "description": "A somatic cell located in skeletal muscle.", + "meaning": "CL:0000188", + "title": "cell of skeletal muscle" + }, + { + "text": "CL:2000093", + "description": "Any fibroblast of lung that is part of a bronchus.", + "meaning": "CL:2000093", + "title": "bronchus fibroblast of lung" + }, + { + "text": "CL:1001474", + "description": "An inhibitory, GABAergic projection neuron in the striatum that integrates glutamatergic signals arising from the cerebral cortex and thalamus.", + "meaning": "CL:1001474", + "title": "medium spiny neuron" + }, + { + "text": "CL:1000414", + "description": "An endothelial cell that is part of the venule.", + "meaning": "CL:1000414", + "title": "endothelial cell of venule" + }, + { + "text": "CL:1001318", + "description": "A pericyte cell located in the kidney interstitium.", + "meaning": "CL:1001318", + "title": "renal interstitial pericyte" + }, + { + "text": "CL:0000777", + "description": "A tissue-resident macrophage of the renal glomerular mesangium involved in the disposal and degradation of filtration residues, presentation of antigen to T cells and in tissue remodeling.", + "meaning": "CL:0000777", + "title": "mesangial phagocyte" + }, + { + "text": "CL:0002103", + "description": "An IgG-positive double negative memory B cell is a double negative memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative.", + "meaning": "CL:0002103", + "title": "IgG-positive double negative memory B cell" + }, + { + "text": "CL:1001580", + "description": "A glial cell that is part of the hippocampus.", + "meaning": "CL:1001580", + "title": "hippocampal glial cell" + }, + { + "text": "CL:0000020", + "description": "An euploid male germ cell of an early stage of spermatogenesis.", + "meaning": "CL:0000020", + "title": "spermatogonium" + }, + { + "text": "CL:0002530", + "description": "An immature CD1a-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002530", + "title": "immature CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0000708", + "description": "Stromal cell that forms the internal covering of the vertebrate brain and produces ECM for this and the choroid plexus.", + "meaning": "CL:0000708", + "title": "leptomeningeal cell" + }, + { + "text": "CL:4023046", + "description": "An excitatory glutamatergic neuron transcriptomically related to the CT subclass, with a soma preferentially located in the bottom of L6 of the primary motor cortex.", + "meaning": "CL:4023046", + "title": "L6b glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0000659", + "description": "An extracellular matrix secreting cell that secretes eggshell.", + "meaning": "CL:0000659", + "title": "eggshell secreting cell" + }, + { + "text": "CL:4023158", + "description": "A neuron in the posterior ventral cochlear nucleus that is distinguished by their long, thick and tentacle-shaped dendrites that typically emanate from one side of the cell body.", + "meaning": "CL:4023158", + "title": "octopus cell of the mammalian cochlear nucleus" + }, + { + "text": "CL:1001433", + "description": "An epithelial cell of the exocrine pancreas.", + "meaning": "CL:1001433", + "title": "epithelial cell of exocrine pancreas" + }, + { + "text": "CL:4042009", + "description": "An astrocyte type that presents radial protrusions across the layers of a cortex. The soma of this astrocyte is part of the first layer of a neocortex. This astrocyte extents its protrusions transversally to the deeper layers of a cortex and it creates contact with neurons, the pia matter and capillaries. This astrocyte is involved in facilitating the communication across neurons, astrocytes, capillaries, meninges and the cerebrospinal fluid.", + "meaning": "CL:4042009", + "title": "interlaminar astrocyte" + }, + { + "text": "CL:0002667", + "description": "An otic fibrocyte that resides above the stria vasularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002667", + "title": "type 5 otic fibrocyte" + }, + { + "text": "CL:0000489", + "meaning": "CL:0000489", + "title": "scotopic photoreceptor cell" + }, + { + "text": "CL:0000962", + "description": "A follicular B cell that is IgD-positive and CD23-positive and CD38-positive. This naive cell type is activated in the extrafollicular areas via interaction with dendritic cells and antigen specific T cells.", + "meaning": "CL:0000962", + "title": "Bm2 B cell" + }, + { + "text": "CL:0000743", + "description": "Chondrocyte that is terminally differentiated, produces type X collagen, is large in size, and often associated with the replacement of cartilage by bone (endochondral ossification).", + "meaning": "CL:0000743", + "title": "hypertrophic chondrocyte" + }, + { + "text": "CL:0000545", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.", + "meaning": "CL:0000545", + "title": "T-helper 1 cell" + }, + { + "text": "CL:0000603", + "description": "A fungal cell with two genetically distinct haploid nuclei.", + "meaning": "CL:0000603", + "title": "dikaryon" + }, + { + "text": "CL:1000458", + "description": "A melanocyte that is part of the skin of body.", + "meaning": "CL:1000458", + "title": "melanocyte of skin" + }, + { + "text": "CL:0000037", + "description": "A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119.", + "meaning": "CL:0000037", + "title": "hematopoietic stem cell" + }, + { + "text": "CL:0000711", + "description": "Cumulus cell is a specialized granulosa cell that surrounds and nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus cells are used to make a distinction between this cell and the other functionally different subpopulation of granulosa cells at the wall of the Graafian follicle.", + "meaning": "CL:0000711", + "title": "cumulus cell" + }, + { + "text": "CL:0007019", + "meaning": "CL:0007019", + "title": "epidermal mucus secreting cell" + }, + { + "text": "CL:0002651", + "description": "An endothelial cell that is part of the venous sinus of spleen. This endothelial cell has an elongated, spindle-shaped, flattened morphology that is parallel to long axis of sinus. This cell type rests on a basement membrane interrupted by numerous narrow slits.", + "meaning": "CL:0002651", + "title": "endothelial cell of venous sinus of spleen" + }, + { + "text": "CL:4033063", + "description": "A trophoblast cell that invades the maternal spiral arteries and replace the endothelial lining, remodeling the vessels and allowing for adequate blood transport into the placenta. An endovascular extravillous trophoblast cell differentiates from an extravillous trophoblast cell. In humans, this cell can be distinguished by the expression of CD56.", + "meaning": "CL:4033063", + "title": "endovascular extravillous trophoblast cell" + }, + { + "text": "CL:0010013", + "meaning": "CL:0010013", + "title": "type I pinealocyte" + }, + { + "text": "CL:0000752", + "description": "A bipolar neuron found in the retina and having connections with cone photoreceptor cells and neurons in the inner plexiform layer.", + "meaning": "CL:0000752", + "title": "cone retinal bipolar cell" + }, + { + "text": "CL:0009111", + "description": "A germinal center B cell found in a lymph node germinal center light zone.", + "meaning": "CL:0009111", + "title": "centrocyte" + }, + { + "text": "CL:0002384", + "description": "A macroconidium that has only one nucleus.", + "meaning": "CL:0002384", + "title": "uninucleate macroconidium" + }, + { + "text": "CL:0000102", + "meaning": "CL:0000102", + "title": "polymodal neuron" + }, + { + "text": "CL:4023055", + "description": "A corticothalamic-projecting glutamatergic neuron that is located in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology and mostly untufted apical dendrites terminating in midcortical layers. CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells have a near tonic firing pattern and are distinguished from L6 IT neurons by a lower inter-spike interval adaptation index.", + "meaning": "CL:4023055", + "title": "corticothalamic VAL/VM projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002205", + "description": "A brush cell found in the epithelium of lobular bronchiole.", + "meaning": "CL:0002205", + "title": "brush cell of lobular bronchiole" + }, + { + "text": "CL:0002251", + "description": "An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus.", + "meaning": "CL:0002251", + "title": "epithelial cell of alimentary canal" + }, + { + "text": "CL:4033006", + "description": "A(n) endothelial cell that is part of a(n) efferent lymphatic vessel.", + "meaning": "CL:4033006", + "title": "endothelial cell of efferent lymphatic vessel" + }, + { + "text": "CL:0000667", + "description": "An extracellular matrix secreting cell that secretes collagen.", + "meaning": "CL:0000667", + "title": "collagen secreting cell" + }, + { + "text": "CL:0000157", + "description": "A cell that specializes in secretion of surfactant in the alveoli of the lung.", + "meaning": "CL:0000157", + "title": "surfactant secreting cell" + }, + { + "text": "CL:0002235", + "description": "A cell of the luminal layer of the epithelium in the prostatic acinus.", + "meaning": "CL:0002235", + "title": "luminal cell of prostatic acinus" + }, + { + "text": "CL:0009011", + "description": "A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the colon. Stem cells located in the crypts of Lieberk\u00fchn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.", + "meaning": "CL:0009011", + "title": "transit amplifying cell of colon" + }, + { + "text": "CL:1000504", + "description": "A cell that is part of a renal medulla.", + "meaning": "CL:1000504", + "title": "kidney medulla cell" + }, + { + "text": "CL:4006001", + "description": "A fibroblast that is part of the skin of scalp.", + "meaning": "CL:4006001", + "title": "fibroblast of skin of scalp" + }, + { + "text": "CL:0000241", + "meaning": "CL:0000241", + "title": "stratified cuboidal epithelial cell" + }, + { + "text": "CL:0000463", + "description": "An epidermal cell that secretes chitinous cuticle from its apical side.", + "meaning": "CL:0000463", + "title": "epidermal cell (sensu Arthropoda)" + }, + { + "text": "CL:0001063", + "description": "An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism.", + "meaning": "CL:0001063", + "title": "neoplastic cell" + }, + { + "text": "CL:0010000", + "description": "A hair follicle matrix region cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the hair bulb to become the hair medulla cortex and hair root sheath.", + "meaning": "CL:0010000", + "title": "keratinized cell of hair follicle" + }, + { + "text": "CL:0002465", + "description": "A conventional dendritic cell that expresses CD11b (ITGAM).", + "meaning": "CL:0002465", + "title": "CD11b-positive dendritic cell" + }, + { + "text": "CL:0000719", + "meaning": "CL:0000719", + "title": "posterior cone cell (sensu Endopterygota)" + }, + { + "text": "CL:4023036", + "description": "A pvalb GABAergic cortical interneuron that is recognizable by the straight terminal axonal 'cartridges' of vertically oriented strings of synaptic boutons. Chandelier PV cells' boutons target exclusively the axon initial segment (AIS) of pyramidal cells, with a single cell innervating hundreds of pyramidal cells in a clustered manner.", + "meaning": "CL:4023036", + "title": "chandelier pvalb GABAergic cortical interneuron" + }, + { + "text": "CL:4023110", + "description": "A pyramidal neuron with soma located in the amygdala.", + "meaning": "CL:4023110", + "title": "amygdala pyramidal neuron" + }, + { + "text": "CL:2000048", + "description": "A lower motor neuron whose soma is located in the anterior horn. Anterior horn motor neurons project from the anterior portion of the grey matter in the spinal cord to some skeletal muscles.", + "meaning": "CL:2000048", + "title": "anterior horn motor neuron" + }, + { + "text": "CL:0000388", + "description": "An elongated fibrocyte that is part of a tendon. The cytoplasm is stretched between the collagen fibres of the tendon. They have a central cell nucleus with a prominent nucleolus. Tendon cells have a well-developed rough endoplasmic reticulum and they are responsible for synthesis and turnover of tendon fibres and ground substance.", + "meaning": "CL:0000388", + "title": "tendon cell" + }, + { + "text": "CL:0000826", + "description": "A progenitor cell of the B cell lineage, with some lineage specific activity such as early stages of recombination of B cell receptor genes, but not yet fully committed to the B cell lineage until the expression of PAX5 occurs.", + "meaning": "CL:0000826", + "title": "pro-B cell" + }, + { + "text": "CL:0000106", + "description": "Neuron with one neurite that extends from the cell body.", + "meaning": "CL:0000106", + "title": "unipolar neuron" + }, + { + "text": "CL:0000589", + "description": "A bulbous cell that is medially placed in one row in the organ of Corti. In contrast to the outer hair cells, the inner hair cells are fewer in number, have fewer sensory hairs, and are less differentiated.", + "meaning": "CL:0000589", + "title": "cochlear inner hair cell" + }, + { + "text": "CL:1001593", + "description": "Glandular cell of parathyroid epithelium. Example: Parathyroid chief cell and parathyroid oxyphil cells.", + "meaning": "CL:1001593", + "title": "parathyroid glandular cell" + }, + { + "text": "CL:1000473", + "description": "A myoepithelial cell that is part of the quarternary lactiferous duct.", + "meaning": "CL:1000473", + "title": "myoepithelial cell of quarternary lactiferous duct" + }, + { + "text": "CL:0002562", + "description": "An epidermal cell that is part of the germinal matrix.", + "meaning": "CL:0002562", + "title": "hair germinal matrix cell" + }, + { + "text": "CL:2000008", + "description": "Any blood vessel endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000008", + "title": "microvascular endothelial cell" + }, + { + "text": "CL:0002210", + "description": "A slow muscle cell that contains high levels of myoglobin and oxygen storing proteins giving the cell a red appearance.", + "meaning": "CL:0002210", + "title": "red muscle cell" + }, + { + "text": "CL:0002509", + "description": "A langerin-positive lymph node dendritic cell that is CD103-positive and CD11b-low.", + "meaning": "CL:0002509", + "title": "CD103-positive, langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0002154", + "description": "A promyelocyte with a nucleus that is indented and contains more marginated heterochromatin compared to its precursor cell (myeloblast); cytoplasm is deeply basophilic and contains numerous mitochondria and meandering cysternae of endoplasmic reticulum; largest of the granulocyte lineages.", + "meaning": "CL:0002154", + "title": "early promyelocyte" + }, + { + "text": "CL:0000341", + "meaning": "CL:0000341", + "title": "pigment cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000581", + "description": "A macrophage resident in the peritoneum under non-inflammatory conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, CD115-high, MHC-II-negative, and Dectin-1-positive.", + "meaning": "CL:0000581", + "title": "peritoneal macrophage" + }, + { + "text": "CL:0002337", + "description": "A stem cell located in the bulge of the hair follicle that can give rise to regenerate the new follicle with each hair cycle and to reepithelialize the epidermis during wound repair.", + "meaning": "CL:0002337", + "title": "keratinocyte stem cell" + }, + { + "text": "CL:4030016", + "description": "An epithelial cell located in the early distal convoluted tubule.", + "meaning": "CL:4030016", + "title": "epithelial cell of early distal convoluted tubule" + }, + { + "text": "CL:4030019", + "description": "A renal intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030019", + "title": "kidney connecting tubule intercalated cell" + }, + { + "text": "CL:4023121", + "description": "A sst GABAergic cortical interneuron that also expresses Chodl. These neurons are rare and correspond to the only known cortical interneurons with long-range projection.", + "meaning": "CL:4023121", + "title": "sst chodl GABAergic cortical interneuron" + }, + { + "text": "CL:0000824", + "description": "A natural killer cell that is developmentally mature and expresses a variety of inhibitory and activating receptors that recognize MHC class I and other stress related molecules.", + "meaning": "CL:0000824", + "title": "mature natural killer cell" + }, + { + "text": "CL:2000011", + "description": "Any endothelial cell of lymphatic vessel that is part of a dermis.", + "meaning": "CL:2000011", + "title": "dermis lymphatic vessel endothelial cell" + }, + { + "text": "CL:1001225", + "description": "A cell that is part of a collecting duct of renal tubule.", + "meaning": "CL:1001225", + "title": "kidney collecting duct cell" + }, + { + "text": "CL:0000010", + "description": "A cell in vitro that is or has been maintained or propagated as part of a cell culture.", + "meaning": "CL:0000010", + "title": "cultured cell" + }, + { + "text": "CL:0009079", + "description": "A fibroblast located between thymic lobules.", + "meaning": "CL:0009079", + "title": "thymic fibroblast type 2" + }, + { + "text": "CL:0011015", + "description": "A motile sperm cell that contain no F-actin, and their motility is powered by a dynamic filament system.", + "meaning": "CL:0011015", + "title": "amoeboid sperm cell" + }, + { + "text": "CL:0002482", + "description": "A melanocyte that produces pigment in the dermis.", + "meaning": "CL:0002482", + "title": "dermal melanocyte" + }, + { + "text": "CL:1000329", + "description": "A goblet cell that is part of the epithelium of trachea.", + "meaning": "CL:1000329", + "title": "tracheal goblet cell" + }, + { + "text": "CL:4023004", + "description": "A type of intrafusal muscle fiber that lies in the center of a muscle spindle. Nuclei are clustered centrally and give the equatorial region a swollen appearance. They are associated with associated with dynamic gamma motor neurons, and the stretching of the equatorial region of the nuclear bag fibers results in an increase in the firing rate of type Ia sensory fibers.", + "meaning": "CL:4023004", + "title": "nuclear bag fiber" + }, + { + "text": "CL:1000447", + "description": "A basal cell that is part of the epithelium of esophagus.", + "meaning": "CL:1000447", + "title": "epithelial cell of stratum germinativum of esophagus" + }, + { + "text": "CL:0001061", + "description": "A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models.", + "meaning": "CL:0001061", + "title": "abnormal cell" + }, + { + "text": "CL:0000460", + "description": "Any secretory cell that is capable of some glucocorticoid secretion.", + "meaning": "CL:0000460", + "title": "glucocorticoid secreting cell" + }, + { + "text": "CL:1001068", + "meaning": "CL:1001068", + "title": "kidney venous system smooth muscle cell" + }, + { + "text": "CL:0000098", + "description": "A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells.", + "meaning": "CL:0000098", + "title": "sensory epithelial cell" + }, + { + "text": "CL:0000935", + "description": "A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell that is found in the columnar epithelium of the gastrointestinal tract.", + "meaning": "CL:0000935", + "title": "CD4-negative, CD8-negative, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0009043", + "description": "An intestinal crypt stem cell that is located in the colon.", + "meaning": "CL:0009043", + "title": "intestinal crypt stem cell of colon" + }, + { + "text": "CL:0004244", + "description": "An amacrine cell with a wide dendritic field, dendrites in S4, and post-synaptic terminals in S4.", + "meaning": "CL:0004244", + "title": "WF4 amacrine cell" + }, + { + "text": "CL:1000448", + "description": "An epithelial cell that is part of the sweat gland.", + "meaning": "CL:1000448", + "title": "epithelial cell of sweat gland" + }, + { + "text": "CL:0001059", + "description": "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages. These cells are CD34-positive, and express Gata1, Gata2, C/EBPa, and Pu.1.", + "meaning": "CL:0001059", + "title": "common myeloid progenitor, CD34-positive" + }, + { + "text": "CL:0000945", + "description": "A lymphocyte of B lineage with the commitment to express an immunoglobulin complex.", + "meaning": "CL:0000945", + "title": "lymphocyte of B lineage" + }, + { + "text": "CL:0001057", + "description": "A myeloid dendritic cell with the phenotype HLA-DRA-positive.", + "meaning": "CL:0001057", + "title": "myeloid dendritic cell, human" + }, + { + "text": "CL:1001224", + "description": "Any smooth muscle cell that is part of some renal interlobular vein.", + "meaning": "CL:1001224", + "title": "interlobulary vein smooth muscle cell" + }, + { + "text": "CL:0005005", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into a cyanophore.", + "meaning": "CL:0005005", + "title": "cyanoblast" + }, + { + "text": "CL:0000649", + "description": "A cell with delicate radiating processes known as desmosomes that form intercellular bridges between other cells of this type. This cell type forms the stratum spinosum (prickle cell layer). A function of this cell is to generate keratin.", + "meaning": "CL:0000649", + "title": "prickle cell" + }, + { + "text": "CL:2000025", + "description": "Any oligodendrocyte that is part of a spinal cord.", + "meaning": "CL:2000025", + "title": "spinal cord oligodendrocyte" + }, + { + "text": "CL:0000996", + "description": "Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0000996", + "title": "mature CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:4023169", + "description": "A neuron that is responsible for sensation in the face or motor functions such as biting and chewing. Trigeminal neurons extend a single axon shaft along the lateral white matter of the hindbrain and spinal cord. The highly branched axons innervate the integument of the head.", + "meaning": "CL:4023169", + "title": "trigeminal neuron" + }, + { + "text": "CL:0000989", + "description": "CD11c-low plasmacytoid dendritic cell is a leukocyte that is CD11c-low, CD45R-positive, GR1-positive and CD11b-negative.", + "meaning": "CL:0000989", + "title": "CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:0002373", + "description": "A peptide hormone secreting cell that secretes growth hormone releasing hormone.", + "meaning": "CL:0002373", + "title": "growth hormone releasing hormone secreting cell" + }, + { + "text": "CL:4030057", + "description": "A medium spiny neuron that exhibits transcriptional divergence from direct and indirect spiny projection neurons, for example, enrichment in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium spiny neurons have been found to be differentially distributed across the basal ganglia, the eccentric medium spiny neuron cell type has been found to be more evenly distributed throughout cerebral nuclei.", + "meaning": "CL:4030057", + "title": "eccentric medium spiny neuron" + }, + { + "text": "CL:0000597", + "description": "The smaller of two types of asexual spores formed by some fungi. An ovoid to pear-shaped asexual spore that contains very little cytoplasm and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. Micronidia are extruded from the hyphal cell wall.", + "meaning": "CL:0000597", + "title": "microconidium" + }, + { + "text": "CL:0002108", + "description": "A CD38-negative IgG memory B cell is a IgG-positive class switched memory B cell that has class switched and expresses IgG on the cell surface with the phenotype CD38-negative, IgD-negative, and IgG-positive.", + "meaning": "CL:0002108", + "title": "CD38-negative IgG memory B cell" + }, + { + "text": "CL:0001049", + "description": "A recently activated CD8-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, CCR7-negative, and CD25-positive.", + "meaning": "CL:0001049", + "title": "activated CD8-positive, alpha-beta T cell, human" + }, + { + "text": "CL:0002407", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.", + "meaning": "CL:0002407", + "title": "mature Vgamma2-positive thymocyte" + }, + { + "text": "CL:0000552", + "description": "The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated.", + "meaning": "CL:0000552", + "title": "orthochromatic erythroblast" + }, + { + "text": "CL:0000980", + "description": "An activated mature (naive or memory) B cell that is secreting immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative.", + "meaning": "CL:0000980", + "title": "plasmablast" + }, + { + "text": "CL:0002598", + "description": "Any smooth muscle cell that is part of some bronchus.", + "meaning": "CL:0002598", + "title": "bronchial smooth muscle cell" + }, + { + "text": "CL:0001034", + "description": "A cell that is maintained or propagated in a controlled artificial environment for use in an investigation.", + "meaning": "CL:0001034", + "title": "cell in vitro" + }, + { + "text": "CL:1001006", + "description": "Any kidney arterial blood vessel cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001006", + "title": "kidney afferent arteriole cell" + }, + { + "text": "CL:2000037", + "description": "Any neuromast hair cell that is part of a posterior lateral line.", + "meaning": "CL:2000037", + "title": "posterior lateral line neuromast hair cell" + }, + { + "text": "CL:1000326", + "description": "A goblet cell that is part of the epithelium proper of ileum.", + "meaning": "CL:1000326", + "title": "ileal goblet cell" + }, + { + "text": "CL:4033030", + "description": "An OFF calbindin-negative bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3b contacts with cones are non-triad-associated.", + "meaning": "CL:4033030", + "title": "diffuse bipolar 3b cell" + }, + { + "text": "CL:0002318", + "description": "A mesothelial cell capable of circulating in the blood by first losing its squamous character. This cell can incorporate into the regenerating mesothelium.", + "meaning": "CL:0002318", + "title": "peripheral blood mesothelial cell" + }, + { + "text": "CL:0000919", + "description": "A CD8-positive alpha beta-positive T cell with the phenotype FoxP3-positive and having suppressor function.", + "meaning": "CL:0000919", + "title": "CD8-positive, CD25-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0002341", + "description": "An undifferentiated cell of the prostate epithelium that lacks secretory activity.", + "meaning": "CL:0002341", + "title": "basal cell of prostate epithelium" + }, + { + "text": "CL:0000638", + "description": "An acidophilic chromophil cell that of the anterior pituitary gland.", + "meaning": "CL:0000638", + "title": "acidophil cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:1000854", + "description": "A blood vessel cell that is part of a kidney.", + "meaning": "CL:1000854", + "title": "kidney blood vessel cell" + }, + { + "text": "CL:1000123", + "description": "Any epithelial cell that is part of some metanephric nephron tubule.", + "meaning": "CL:1000123", + "title": "metanephric nephron tubule epithelial cell" + }, + { + "text": "CL:1001214", + "description": "Any smooth muscle cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001214", + "title": "arcuate artery smooth muscle cell" + }, + { + "text": "CL:0000031", + "description": "A cell that will develop into a neuron often after a migration phase.", + "meaning": "CL:0000031", + "title": "neuroblast (sensu Vertebrata)" + }, + { + "text": "CL:0000312", + "description": "An epidermal cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the basal layers of the epidermis to the cornified (horny) layer of the skin. Successive stages of differentiation of the keratinocytes forming the epidermal layers are basal cell, spinous or prickle cell, and the granular cell.", + "meaning": "CL:0000312", + "title": "keratinocyte" + }, + { + "text": "CL:4023059", + "description": "An oligodendrocyte precursor cell that is committed to differentiate.", + "meaning": "CL:4023059", + "title": "differentiation-committed oligodendrocyte precursor" + }, + { + "text": "CL:0000432", + "description": "A fibroblast that synthesizes collagen and uses it to produce reticular fibers, thus providing structural support. Reticular cells are found in many organs, including the spleen, lymph nodes and kidneys. Subtypes of reticular cells include epithelial, mesenchymal, and fibroblastic reticular cells. Fibroblastic reticular cells are involved in directing B cells and T cells to specific regions within a tissue, whereas epithelial and mesenchymal reticular cells are associated with certain areas of the brain.", + "meaning": "CL:0000432", + "title": "reticular cell" + }, + { + "text": "CL:0000129", + "description": "A central nervous system macrophage found in the parenchyma of the central nervous system. Marker include CD11b-positive, F4/80-positive, and CD68-positive.", + "meaning": "CL:0000129", + "title": "microglial cell" + }, + { + "text": "CL:0002310", + "description": "An acidophil cell of the anterior pituitary gland that produces both prolactin and growth hormone.", + "meaning": "CL:0002310", + "title": "mammosomatotroph" + }, + { + "text": "CL:2000001", + "description": "A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood.", + "meaning": "CL:2000001", + "title": "peripheral blood mononuclear cell" + }, + { + "text": "CL:0008046", + "description": "A skeletal muscle fiber that is innervated by alpha motor neuron and generates tension by contracting, thereby allowing for skeletal movement. These fibers make up the large mass of skeletal muscle tissue and are attached to bones by tendons.", + "meaning": "CL:0008046", + "title": "extrafusal muscle fiber" + }, + { + "text": "CL:0000636", + "description": "Astrocyte-like radial glial cell that extends vertically throughout the retina, with the nucleus are usually in the middle of the inner nuclear layer.", + "meaning": "CL:0000636", + "title": "Mueller cell" + }, + { + "text": "CL:1000695", + "meaning": "CL:1000695", + "title": "kidney interstitial alternatively activated macrophage" + }, + { + "text": "CL:0002554", + "description": "A fibroblast of the lymphatic system.", + "meaning": "CL:0002554", + "title": "fibroblast of lymphatic vessel" + }, + { + "text": "CL:0000056", + "description": "A cell that is commited to differentiating into a muscle cell. Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes. Myoblasts also occur as transient populations of cells in muscles undergoing repair.", + "meaning": "CL:0000056", + "title": "myoblast" + }, + { + "text": "CL:0009004", + "description": "Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates.", + "meaning": "CL:0009004", + "title": "retinal cell" + }, + { + "text": "CL:2000014", + "description": "Any skin fibroblast that is part of a upper leg skin.", + "meaning": "CL:2000014", + "title": "fibroblast of upper leg skin" + }, + { + "text": "CL:1000042", + "description": "Any neuroblast (sensu Vertebrata) that is part of some forebrain.", + "meaning": "CL:1000042", + "title": "forebrain neuroblast" + }, + { + "text": "CL:0000039", + "description": "A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring.", + "meaning": "CL:0000039", + "title": "germ line cell" + }, + { + "text": "CL:4030064", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 5. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L5 IT.", + "meaning": "CL:4030064", + "title": "L5 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0002597", + "description": "A smooth muscle cell of the bladder.", + "meaning": "CL:0002597", + "title": "smooth muscle cell of bladder" + }, + { + "text": "CL:0000365", + "description": "Diploid cell produced by the fusion of sperm cell nucleus and egg cell.", + "meaning": "CL:0000365", + "title": "animal zygote" + }, + { + "text": "CL:0000555", + "meaning": "CL:0000555", + "title": "neuronal brush cell" + }, + { + "text": "CL:0000621", + "description": "A myoblast that is committed to a myotube-specific program of differentiation but not yet fused. It undergoes very limited additional proliferation. After fusion, it will take on a muscle identity specified by a `muscle founder cell` (CL:0008006).", + "meaning": "CL:0000621", + "title": "fusion competent myoblast" + }, + { + "text": "CL:0008037", + "description": "A lower motor neuron that innervates only intrafusal muscle fibers. Unlike the alpha motor neurons, gamma motor neurons do not directly adjust the lengthening or shortening of muscles but function in adjusting the sensitivity of muscle spindles and in keeping muscle spindles taut, thereby allowing the continued firing of alpha neurons.", + "meaning": "CL:0008037", + "title": "gamma motor neuron" + }, + { + "text": "CL:0003035", + "description": "A monostratified retinal ganglion cell that contains opsin.", + "meaning": "CL:0003035", + "title": "M6 retinal ganglion cell" + }, + { + "text": "CL:0000586", + "description": "The reproductive cell in multicellular organisms.", + "meaning": "CL:0000586", + "title": "germ cell" + }, + { + "text": "CL:0002291", + "description": "A sperm bearing an X chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.", + "meaning": "CL:0002291", + "title": "X chromosome-bearing sperm cell" + }, + { + "text": "CL:1001585", + "description": "Glandular cell of appendix epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001585", + "title": "appendix glandular cell" + }, + { + "text": "CL:0000029", + "description": "Any neuron that develops from some migratory neural crest cell.", + "meaning": "CL:0000029", + "title": "neural crest derived neuron" + }, + { + "text": "CL:0002574", + "description": "A stromal cell of the pancreas.", + "meaning": "CL:0002574", + "title": "stromal cell of pancreas" + }, + { + "text": "CL:0002541", + "description": "A mesenchymal stem cell of the chorionic membrane.", + "meaning": "CL:0002541", + "title": "chorionic membrane mesenchymal stem cell" + }, + { + "text": "CL:0000885", + "description": "A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated lymphoid tissues of the gut.", + "meaning": "CL:0000885", + "title": "gut-associated lymphoid tissue macrophage" + }, + { + "text": "CL:0000937", + "description": "Cell committed to natural killer cell lineage that has the phenotype CD122-positive, CD34-positive, and CD117-positive. This cell type lacks expression of natural killer receptor proteins.", + "meaning": "CL:0000937", + "title": "pre-natural killer cell" + }, + { + "text": "CL:0002173", + "description": "A cell that is a specialized type of pericyte providing structural support for the capillary loops of kidney. A flat, elongated cell with extensive fine cytoplasmic processes found outside the kidney glomerulus near the macula densa and bound laterally by afferent and efferent arterioles. Being phagocytic, this cell participates in the continuous turnover of the basal lamina by removing its outer portion containing residues of filtration, while the lamina is renewed on its inner surface by the endothelial cells.", + "meaning": "CL:0002173", + "title": "extraglomerular mesangial cell" + }, + { + "text": "CL:4040006", + "description": "A chromatophore that is part of the dermis.", + "meaning": "CL:4040006", + "title": "dermal chromatophore" + }, + { + "text": "CL:2000088", + "description": "Any basket cell that is part of a Ammon's horn.", + "meaning": "CL:2000088", + "title": "Ammon's horn basket cell" + }, + { + "text": "CL:0000811", + "description": "An immature alpha-beta T cell that is located in the thymus and is CD8-positive and CD4-negative.", + "meaning": "CL:0000811", + "title": "CD8-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0005023", + "description": "Cranial motor neuron which innervates muscles derived from the branchial (pharyngeal) arches.", + "meaning": "CL:0005023", + "title": "branchiomotor neuron" + }, + { + "text": "CL:0002336", + "description": "An endothelial cell that lines the oral cavitiy including the mucosa of the gums, the palate, the lip, and the cheek.", + "meaning": "CL:0002336", + "title": "buccal mucosa cell" + }, + { + "text": "CL:0009097", + "description": "A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development.", + "meaning": "CL:0009097", + "title": "embryonic skeletal muscle fiber" + }, + { + "text": "CL:0000946", + "description": "A lymphocyte of B lineage that is devoted to secreting large amounts of immunoglobulin.", + "meaning": "CL:0000946", + "title": "antibody secreting cell" + }, + { + "text": "CL:4033038", + "description": "An alpha-beta CD4 T cell that resides in the lung.", + "meaning": "CL:4033038", + "title": "lung resident memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000120", + "description": "A neuron of the vertebrate central nervous system that is small in size. This general class includes small neurons in the granular layer of the cerebellar cortex, cerebral cortex neurons that are not pyramidal cells and small neurons without axons found in the olfactory bulb.", + "meaning": "CL:0000120", + "title": "granule cell" + }, + { + "text": "CL:4023009", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to structures not derived from telencephalon.", + "meaning": "CL:4023009", + "title": "extratelencephalic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0002233", + "description": "An epithelial cell of the prostatic acinus.", + "meaning": "CL:0002233", + "title": "epithelial cell of prostatic acinus" + }, + { + "text": "CL:0000647", + "description": "A phagocytic cell formed by the fusion of macrophages, occurs in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, component of granulomas. Sometimes used to refer to megakaryocytes.", + "meaning": "CL:0000647", + "title": "multinucleated giant cell" + }, + { + "text": "CL:0000977", + "description": "A short lived plasma cell that secretes IgG.", + "meaning": "CL:0000977", + "title": "IgG short lived plasma cell" + }, + { + "text": "CL:0000078", + "meaning": "CL:0000078", + "title": "peridermal cell" + }, + { + "text": "CL:0002106", + "description": "An IgD-positive CD38-positive IgG memory B cell is a CD38-positive IgG-positive class switched memory B cell that has class switched and expresses IgD on the cell surface with the phenotype IgD-positive, CD38-positive, and IgG-positive.", + "meaning": "CL:0002106", + "title": "IgD-positive CD38-positive IgG memory B cell" + }, + { + "text": "CL:0002387", + "description": "Cylindrical spore formed by development and compartmentation of hyphae; the hyphae are often supporting blastoconidiophores.", + "meaning": "CL:0002387", + "title": "arthroconidium" + }, + { + "text": "CL:0002219", + "description": "A trophoblast found at the junction of the placenta. This cell type makes a unique fibronectin-trophouteronectin junction that helps mediate attachment of the placenta to the uterus. This cell type is also found junction of the chorion layer of the external membranes and the decidua.", + "meaning": "CL:0002219", + "title": "anchoring trophoblast" + }, + { + "text": "CL:4030036", + "description": "A spermatid in an early stage of maturation that has a round morphology and is transcriptionally active.", + "meaning": "CL:4030036", + "title": "early spermatid" + }, + { + "text": "CL:0002516", + "description": "A chromaffin cell interspersed among the interrenal epithelial layer of the anterior kidney of teloest fish.", + "meaning": "CL:0002516", + "title": "interrenal chromaffin cell" + }, + { + "text": "CL:0002636", + "description": "A nonkeratinized cell epithleial cell of the inferior part of the anal canal.", + "meaning": "CL:0002636", + "title": "nonkeratinized epithelial cell of inferior part of anal canal" + }, + { + "text": "CL:0001039", + "description": "Osteoblast that is terminally differentiated, located adjacent to acellular or cellular bone tissue within periosteum, and is capable of mineralizing the matrix.", + "meaning": "CL:0001039", + "title": "terminally differentiated osteoblast" + }, + { + "text": "CL:0002588", + "description": "A smooth muscle cell of the umbilical vein.", + "meaning": "CL:0002588", + "title": "smooth muscle cell of the umbilical vein" + }, + { + "text": "CL:1000398", + "description": "An endothelial cell that is part of the hepatic sinusoid. These cells possess flattened areas containing perforations about 0.1 micrometers in diameter, known as fenestrae. The fenestrae are arranged in groups known as sieve plates.", + "meaning": "CL:1000398", + "title": "endothelial cell of hepatic sinusoid" + }, + { + "text": "CL:4033017", + "description": "A smooth muscle cell that is part of a bronchiole.", + "meaning": "CL:4033017", + "title": "bronchiolar smooth muscle cell" + }, + { + "text": "CL:0000861", + "description": "A macrophage which develops from an inflammatory monocyte and is recruited into the tissues in response to injury and infection as part of an inflammatory response. Markers include CD11b-positive, CD68-positive, and F4/80-positive.", + "meaning": "CL:0000861", + "title": "elicited macrophage" + }, + { + "text": "CL:0000372", + "description": "An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization that forms a socket around the base of a cuticular specialization produced by a trichogen cell.", + "meaning": "CL:0000372", + "title": "tormogen cell" + }, + { + "text": "CL:0000753", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell body of these cells is in the middle of the inner plexiform layer. The dendritic tree is stout and the axon terminates in sublamina 1. The axonal terminal is wide and has only a few varicosities.", + "meaning": "CL:0000753", + "title": "type 1 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000066", + "description": "A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina.", + "meaning": "CL:0000066", + "title": "epithelial cell" + }, + { + "text": "CL:1000681", + "description": "A cell that is part of an interstitial compartment of a renal cortex.", + "meaning": "CL:1000681", + "title": "kidney cortex interstitial cell" + }, + { + "text": "CL:0000819", + "description": "A B cell of distinct lineage and surface marker expression. B-1 B cells are thought to be the primary source of natural IgM immunoglobulin, that is, IgM produced in large quantities without prior antigenic stimulation and generally reactive against various microorganisms, as well as the source of T-independent IgA immunoglobulin in the mucosal areas. These cells are CD43-positive.", + "meaning": "CL:0000819", + "title": "B-1 B cell" + }, + { + "text": "CL:0000221", + "description": "A cell of the outer of the three germ layers of the embryo.", + "meaning": "CL:0000221", + "title": "ectodermal cell" + }, + { + "text": "CL:0000842", + "description": "A leukocyte with a single non-segmented nucleus in the mature form.", + "meaning": "CL:0000842", + "title": "mononuclear cell" + }, + { + "text": "CL:0001031", + "description": "An excitatory granule cell with a soma located in the granular layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites with a characteristic claw-like appearance and a long axon that ascends to the molecular layer where it bifurcates (except in non-teleost fish, where it does not bifurcate) and extends mediolaterally to form parallel fibers.", + "meaning": "CL:0001031", + "title": "cerebellar granule cell" + }, + { + "text": "CL:0000097", + "description": "A cell that is found in almost all tissues containing numerous basophilic granules and capable of releasing large amounts of histamine and heparin upon activation. Progenitors leave bone marrow and mature in connective and mucosal tissue. Mature mast cells are found in all tissues, except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is the main controlling signal of their survival and development.", + "meaning": "CL:0000097", + "title": "mast cell" + }, + { + "text": "CL:0000408", + "description": "Any male germ cell that has characteristic some haploid and is capable of some fertilization.", + "meaning": "CL:0000408", + "title": "male gamete" + }, + { + "text": "CL:0002204", + "description": "A cell type found in the gastrointestinal and respiratory tracts that is characterized by the presence of a tuft of blunt, squat microvilli (120-140 per cell). Function of this cell type is not known.", + "meaning": "CL:0002204", + "title": "brush cell" + }, + { + "text": "CL:0004215", + "description": "A type 5 cone bipolar cell with narrowly stratified post synaptic terminals.", + "meaning": "CL:0004215", + "title": "type 5a cone bipolar cell" + }, + { + "text": "CL:0000110", + "description": "A neuron that uses neuropeptides as transmitters.", + "meaning": "CL:0000110", + "title": "peptidergic neuron" + }, + { + "text": "CL:2000040", + "description": "Any microvascular endothelial cell that is part of a urinary bladder.", + "meaning": "CL:2000040", + "title": "bladder microvascular endothelial cell" + }, + { + "text": "CL:1000454", + "description": "An epithelial cell that is part of the collecting duct of renal tubule.", + "meaning": "CL:1000454", + "title": "kidney collecting duct epithelial cell" + }, + { + "text": "CL:0000822", + "description": "A conventional B cell subject to antigenic stimulation and dependent on T cell help and with a distinct surface marker expression pattern from B-1 B cells. These cells are CD43-negative.", + "meaning": "CL:0000822", + "title": "B-2 B cell" + }, + { + "text": "CL:0000925", + "description": "A type I NK T cell that has been recently activated, secretes interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, and downregulated NK markers.", + "meaning": "CL:0000925", + "title": "activated CD4-positive type I NK T cell" + }, + { + "text": "CL:0002218", + "description": "A double negative thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.", + "meaning": "CL:0002218", + "title": "immature dendritic epithelial T cell precursor" + }, + { + "text": "CL:0002412", + "description": "A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains in the T-cell receptor.", + "meaning": "CL:0002412", + "title": "Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:0004124", + "description": "A retinal ganglion cell C inner that has medium dendritic diversity.", + "meaning": "CL:0004124", + "title": "retinal ganglion cell C1" + }, + { + "text": "CL:4023039", + "description": "Any neuron that has its soma located in some amygdala and is capable of some glutamate secretion, neurotransmission.", + "meaning": "CL:4023039", + "title": "amygdala excitatory neuron" + }, + { + "text": "CL:0000584", + "description": "An epithelial cell that has its apical plasma membrane folded into microvilli to provide ample surface for the absorption of nutrients from the intestinal lumen.", + "meaning": "CL:0000584", + "title": "enterocyte" + }, + { + "text": "CL:2000024", + "description": "Any neuron that is part of a spinal cord medial motor column.", + "meaning": "CL:2000024", + "title": "spinal cord medial motor column neuron" + }, + { + "text": "CL:0000023", + "description": "A female germ cell that has entered meiosis.", + "meaning": "CL:0000023", + "title": "oocyte" + }, + { + "text": "CL:0009008", + "description": "A macrophage which is resident in the lamina propria of the large intestine.", + "meaning": "CL:0009008", + "title": "gastrointestinal tract (lamina propria) macrophage of large intestine" + }, + { + "text": "CL:4023163", + "description": "A bushy cell that receives only few large excitatory endbulb synapses from auditory nerves. Spherical bush cells give excitatory input to the lateral and medial parts of the superior olive.", + "meaning": "CL:4023163", + "title": "spherical bushy cell" + }, + { + "text": "CL:0000893", + "description": "An immature T cell located in the thymus.", + "meaning": "CL:0000893", + "title": "thymocyte" + }, + { + "text": "CL:0011000", + "description": "A CNS interneuron located in the dorsal horn of the spinal cord.", + "meaning": "CL:0011000", + "title": "dorsal horn interneuron" + }, + { + "text": "CL:0000602", + "description": "A receptor in the vascular system, particularly the aorta and carotid sinus, which is sensitive to stretch of the vessel walls.", + "meaning": "CL:0000602", + "title": "pressoreceptor cell" + }, + { + "text": "CL:0000211", + "description": "A cell whose function is determined by the generation or the reception of an electric signal.", + "meaning": "CL:0000211", + "title": "electrically active cell" + }, + { + "text": "CL:0017006", + "description": "A lymphocyte of B lineage that has gotten larger after being stimulated by an antigen.", + "meaning": "CL:0017006", + "title": "B-lymphoblast" + }, + { + "text": "CL:1000507", + "description": "A cell that is part of a nephron tubule.", + "meaning": "CL:1000507", + "title": "kidney tubule cell" + }, + { + "text": "CL:0000766", + "description": "A cell of the monocyte, granulocyte, or mast cell lineage.", + "meaning": "CL:0000766", + "title": "myeloid leukocyte" + }, + { + "text": "CL:0000362", + "description": "An epithelial cell of the integument (the outer layer of an organism).", + "meaning": "CL:0000362", + "title": "epidermal cell" + }, + { + "text": "CL:0000022", + "description": "A stem cell that is the precursor of female gametes.", + "meaning": "CL:0000022", + "title": "female germ line stem cell" + }, + { + "text": "CL:1000891", + "description": "Any kidney blood vessel cell that is part of some kidney arterial blood vessel.", + "meaning": "CL:1000891", + "title": "kidney arterial blood vessel cell" + }, + { + "text": "CL:1000391", + "description": "A melanocyte that is part of the eyelid.", + "meaning": "CL:1000391", + "title": "melanocyte of eyelid" + }, + { + "text": "CL:0002631", + "description": "Any epithelial cell that is part of some upper respiratory tract epithelium.", + "meaning": "CL:0002631", + "title": "epithelial cell of upper respiratory tract" + }, + { + "text": "CL:0000941", + "description": "A dendritic cell arising in thymus that has the phenotype CD11c-positive, CD11b-negative, and CD45RA-negative.", + "meaning": "CL:0000941", + "title": "thymic conventional dendritic cell" + }, + { + "text": "CL:0000240", + "meaning": "CL:0000240", + "title": "stratified squamous epithelial cell" + }, + { + "text": "CL:1000358", + "description": "A M cell that is part of the epithelium proper of ileum.", + "meaning": "CL:1000358", + "title": "microfold cell of epithelium proper of ileum" + }, + { + "text": "CL:0001050", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + "meaning": "CL:0001050", + "title": "effector CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:0002528", + "description": "A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0002528", + "title": "mature CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0002303", + "description": "A cell that is part of pigmented ciliary epithelium. This cell type uptakes sodium and chloride ions from stromal interstitium and passes the ions to non-pigmented ciliary epithelial cells via gap junctions.", + "meaning": "CL:0002303", + "title": "pigmented ciliary epithelial cell" + }, + { + "text": "CL:0002445", + "description": "A NK1.1-positive T cell that is Ly49D-negative.", + "meaning": "CL:0002445", + "title": "Ly49D-negative natural killer cell, mouse" + }, + { + "text": "CL:0000033", + "description": "An exocrine cell characterized by loss of part of the cytoplasm during the process of secretion. The secreted substance is accumulated at the apical end and is either budded off through the plasma membrane producing secreted vesicles or dissolved in the cytoplasm that is lost during secretion.", + "meaning": "CL:0000033", + "title": "apocrine cell" + }, + { + "text": "CL:1000486", + "description": "A basal cell that is part of the urothelium. Compared to other urothelial cell types, a basal cell of the urothelium is positioned along the basement membrane, is the most undifferentiated and serves a progenitor role.", + "meaning": "CL:1000486", + "title": "basal cell of urothelium" + }, + { + "text": "CL:0000839", + "description": "A progenitor cell restricted to the myeloid lineage.", + "meaning": "CL:0000839", + "title": "myeloid lineage restricted progenitor cell" + }, + { + "text": "CL:0003016", + "description": "A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003016", + "title": "G11-OFF retinal ganglion cell" + }, + { + "text": "CL:2000080", + "description": "Any mesenchymal stem cell of adipose tissue that is part of an abdomen.", + "meaning": "CL:2000080", + "title": "mesenchymal stem cell of abdominal adipose tissue" + }, + { + "text": "CL:0000898", + "description": "Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, CD45RA-positive, and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.", + "meaning": "CL:0000898", + "title": "naive T cell" + }, + { + "text": "CL:0002113", + "description": "A B220-low CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-low, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002113", + "title": "B220-low CD38-negative unswitched memory B cell" + }, + { + "text": "CL:0009038", + "description": "A macrophage that is located in the colon.", + "meaning": "CL:0009038", + "title": "colon macrophage" + }, + { + "text": "CL:0000051", + "description": "A oligopotent progenitor cell committed to the lymphoid lineage.", + "meaning": "CL:0000051", + "title": "common lymphoid progenitor" + }, + { + "text": "CL:0000060", + "description": "Skeletogenic cell that secretes dentine matrix, is derived from the odontogenic papilla, and develops from a preodontoblast cell.", + "meaning": "CL:0000060", + "title": "odontoblast" + }, + { + "text": "CL:0000720", + "meaning": "CL:0000720", + "title": "anterior cone cell (sensu Endopterygota)" + }, + { + "text": "CL:0000123", + "meaning": "CL:0000123", + "title": "neuron associated cell (sensu Vertebrata)" + }, + { + "text": "CL:1000347", + "description": "A columnar cell of the colon that is part of the colonic epithelium.", + "meaning": "CL:1000347", + "title": "enterocyte of colon" + }, + { + "text": "CL:0000149", + "meaning": "CL:0000149", + "title": "visual pigment cell" + }, + { + "text": "CL:0009106", + "description": "A specialized fibroblast found in the medulla of lymph node.", + "meaning": "CL:0009106", + "title": "medullary reticular cell" + }, + { + "text": "CL:1000360", + "description": "A M cell that is part of the epithelium proper of large intestine.", + "meaning": "CL:1000360", + "title": "microfold cell of epithelium proper of large intestine" + }, + { + "text": "CL:0000613", + "description": "A progenitor cell committed to the basophil lineage. This cell lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, Gata-2 and C/EBPa.", + "meaning": "CL:0000613", + "title": "basophil progenitor cell" + }, + { + "text": "CL:4033055", + "description": "A ciliated cell that is part of a ciliated duct of an airway submucosal gland.", + "meaning": "CL:4033055", + "title": "airway submucosal gland duct ciliated cell" + }, + { + "text": "CL:0009074", + "description": "A thymic medullary epithelial cell that expresses typical tuft cell markers instead of classical mTEC or cTEC markers. This population has a bulbous-like structure.", + "meaning": "CL:0009074", + "title": "medullary thymic epithelial cell type 4" + }, + { + "text": "CL:0000688", + "description": "A fibroblast-like cell that provides support at neuromuscular junctions in vertebrates and are localized outside the synaptic basal lamina.", + "meaning": "CL:0000688", + "title": "perijunctional fibroblast" + }, + { + "text": "CL:0000991", + "description": "CD11c-negative plasmacytoid dendritic cell is a leukocyte is CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive.", + "meaning": "CL:0000991", + "title": "CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0000790", + "description": "An alpha-beta T cell that has an immature phenotype and has not completed T cell selection.", + "meaning": "CL:0000790", + "title": "immature alpha-beta T cell" + }, + { + "text": "CL:1000191", + "description": "A rod-like cell in the inner ear, having their heads joined and their bases on the basilar membrane widely separated so as to form a spiral tunnel known as the tunnel of Corti.", + "meaning": "CL:1000191", + "title": "pillar cell" + }, + { + "text": "CL:0000710", + "description": "Epithelial cells derived from neural plate and neural crest.", + "meaning": "CL:0000710", + "title": "neurecto-epithelial cell" + }, + { + "text": "CL:0002153", + "description": "The dead keratin-filled squamous cell of the stratum corneum. This cell type lacks a nucleus.", + "meaning": "CL:0002153", + "title": "corneocyte" + }, + { + "text": "CL:0005002", + "description": "A non-terminally differentiated cell that differentiates into a xanthophore.", + "meaning": "CL:0005002", + "title": "xanthoblast" + }, + { + "text": "CL:0001013", + "description": "Mature interstitial dendritic cell is a interstitial dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001013", + "title": "mature interstitial dendritic cell" + }, + { + "text": "CL:0009017", + "description": "An intestinal stem cell that is located in the small intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the small intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009017", + "title": "intestinal crypt stem cell of small intestine" + }, + { + "text": "CL:0008040", + "description": "An endothelial cell of the venule that is squamous shaped. This is in contrast to the cubodial shape of high endothelial venule cells.", + "meaning": "CL:0008040", + "title": "squamous endothelial cell of venule" + }, + { + "text": "CL:0002110", + "description": "A B220-low CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002110", + "title": "B220-low CD38-positive naive B cell" + }, + { + "text": "CL:0000255", + "description": "Any cell that only exists in Eukaryota.", + "meaning": "CL:0000255", + "title": "eukaryotic cell" + }, + { + "text": "CL:1000612", + "description": "Any renal cortical epithelial cell that is part of some renal corpuscle.", + "meaning": "CL:1000612", + "title": "kidney corpuscule cell" + }, + { + "text": "CL:3000001", + "description": "A tissue-resident macrophage that is part of the placenta. A Hofbauer cell expresses high levels of growth factors and metalloproteinases that support vasculogenesis, angiogenesis, branching morphogenesis and tissue remodeling. A Hofbauer cell has a fetal origin and is present throughout pregnancy.", + "meaning": "CL:3000001", + "title": "Hofbauer cell" + }, + { + "text": "CL:0002274", + "description": "A cell type that secretes histamine.", + "meaning": "CL:0002274", + "title": "histamine secreting cell" + }, + { + "text": "CL:0002048", + "description": "A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, CD38-positive.", + "meaning": "CL:0002048", + "title": "late pro-B cell" + }, + { + "text": "CL:0000761", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The dendritic tree is wide and the dendritic convergence indicates cone selectivity. The axon terminal is sparsely branched and terminates in sublamina 5 of the inner plexiform layer.", + "meaning": "CL:0000761", + "title": "type 9 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0001019", + "meaning": "CL:0001019", + "title": "CD115-positive monocyte OR common dendritic progenitor" + }, + { + "text": "CL:0002269", + "description": "An endocrine cell that secretes vasoactive intestinal peptide.", + "meaning": "CL:0002269", + "title": "vasoactive intestinal peptide secreting cell" + }, + { + "text": "CL:0009009", + "description": "A paneth cell that is located in the epithelium of the colon.", + "meaning": "CL:0009009", + "title": "paneth cell of colon" + }, + { + "text": "CL:0010016", + "description": "A cell with a flagellum surrounded by a collar of microvilli. The motion of the flagellum draws water past the microvilli, serving either a feeding or sensory function. Collar cells are found in multiple animals, including sponges, echinoderms, and cnidarians. They are also found outside animals in the choanoflagellates. Although collar cells are superficially similar, their cytoskeletal structure and functional biology are different in different groups of organisms.", + "meaning": "CL:0010016", + "title": "collar cell" + }, + { + "text": "CL:1001603", + "description": "Circulating macrophages and tissue macrophages (alveolar macrophages) of lung.", + "meaning": "CL:1001603", + "title": "lung macrophage" + }, + { + "text": "CL:0004217", + "description": "A horizontal cell with a large cell body, thick dendrites, and a large dendritic arbor.", + "meaning": "CL:0004217", + "title": "H1 horizontal cell" + }, + { + "text": "CL:0001040", + "description": "Osteoblast that is non-terminally differentiated and located in cellular bone tissue or under the periosteum in acellular bone.", + "meaning": "CL:0001040", + "title": "non-terminally differentiated osteoblast" + }, + { + "text": "CL:0002669", + "description": "An otic fibrocyte that lines the otic capsule.", + "meaning": "CL:0002669", + "title": "type 3 otic fibrocyte" + }, + { + "text": "CL:0000205", + "description": "A cellular receptor which mediates the sense of temperature. Thermoreceptor cells in vertebrates are mostly located under the skin. In mammals there are separate types of thermoreceptors for cold and for warmth and pain receptor cells which detect cold or heat extreme enough to cause pain.", + "meaning": "CL:0000205", + "title": "thermoreceptor cell" + }, + { + "text": "CL:0002294", + "description": "An epithelial cell with a well defined Golgi apparatus that makes up the continuous layer of cells bordering the thymic tissue beneath the capsule.", + "meaning": "CL:0002294", + "title": "type-1 epithelial cell of thymus" + }, + { + "text": "CL:1000345", + "description": "A paneth cell that is part of the epithelium of crypt of Lieberkuhn of small intestine.", + "meaning": "CL:1000345", + "title": "paneth cell of epithelium of crypt of Lieberkuhn of small intestine" + }, + { + "text": "CL:0009077", + "description": "A thymic epithelial cell located within the subcapsular region of the thymus.", + "meaning": "CL:0009077", + "title": "subcapsular thymic epithelial cell" + }, + { + "text": "CL:0001201", + "description": "A B cell that is CD19-positive.", + "meaning": "CL:0001201", + "title": "B cell, CD19-positive" + }, + { + "text": "CL:0002600", + "description": "A smooth muscle cell of the trachea.", + "meaning": "CL:0002600", + "title": "smooth muscle cell of trachea" + }, + { + "text": "CL:4023030", + "description": "A sst GABAergic cortical interneuron that has \"fanning-out' Martinotti morphology that is found in layer 2/3/5 of the cerebral cortex. They have local axon arbor and long ascending axons that spreads horizontally and arborizes significantly in L1.", + "meaning": "CL:4023030", + "title": "L2/3/5 fan Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0000361", + "description": "A cell of the embryo in the early stage following the blastula, characterized by morphogenetic cell movements, cell differentiation, and the formation of the three germ layers.", + "meaning": "CL:0000361", + "title": "gastrula cell" + }, + { + "text": "CL:0019022", + "description": "An endothelial cell found in the centrilobular region hepatic sinusoid, near the central vein. The fenestrae of these cells are smaller but more numerous compared with those of endothelial cells near the periportal region of the hepatic sinusoid.", + "meaning": "CL:0019022", + "title": "endothelial cell of pericentral hepatic sinusoid" + }, + { + "text": "CL:4023170", + "description": "A trigeminal neuron that is responsible for sensation in the face.", + "meaning": "CL:4023170", + "title": "trigeminal sensory neuron" + }, + { + "text": "CL:0002475", + "description": "A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-intermediate, and CD11b-high.", + "meaning": "CL:0002475", + "title": "lymphoid MHC-II-negative non-classical monocyte" + }, + { + "text": "CL:0000677", + "description": "Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.", + "meaning": "CL:0000677", + "title": "gut absorptive cell" + }, + { + "text": "CL:0002017", + "description": "An orthochromatophilic erythroblast that is ter119-high, CD71-low, and Kit-negative.", + "meaning": "CL:0002017", + "title": "Kit-negative, Ly-76 high orthochromatophilic erythroblasts" + }, + { + "text": "CL:0000680", + "description": "A non-terminally differentiated cell that is capable of developing into a muscle cell.", + "meaning": "CL:0000680", + "title": "muscle precursor cell" + }, + { + "text": "CL:0003011", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field and a sparse dendritic arbor with post synaptic terminals in sublaminar layer S4.", + "meaning": "CL:0003011", + "title": "G8 retinal ganglion cell" + }, + { + "text": "CL:1000363", + "description": "A transitional myocyte that is part of the atrial branch of anterior internodal tract.", + "meaning": "CL:1000363", + "title": "transitional myocyte of atrial branch of anterior internodal tract" + }, + { + "text": "CL:0002220", + "description": "A cell located between the pinealocytes.", + "meaning": "CL:0002220", + "title": "interstitial cell of pineal gland" + }, + { + "text": "CL:4023108", + "description": "A magnocellular neurosecretory cell that is capable of producing and secreting oxytocin.", + "meaning": "CL:4023108", + "title": "oxytocin-secreting magnocellular cell" + }, + { + "text": "CL:0010014", + "meaning": "CL:0010014", + "title": "type II pinealocyte" + }, + { + "text": "CL:0000315", + "description": "A cell secreting tears, the fluid secreted by the lacrimal glands. This fluid moistens the conjunctiva and cornea.", + "meaning": "CL:0000315", + "title": "tear secreting cell" + }, + { + "text": "CL:0000155", + "description": "A cell that is usually basal in position, cuboidal with round nucleus, short microvilli, secretes pepsinogen.", + "meaning": "CL:0000155", + "title": "peptic cell" + }, + { + "text": "CL:0009022", + "description": "A stromal cell found in the lamina propria of the small intestine.", + "meaning": "CL:0009022", + "title": "stromal cell of lamina propria of small intestine" + }, + { + "text": "CL:0001022", + "description": "CD115-positive monocyte is a monocyte that is CD115-positive and CD11b-positive.", + "meaning": "CL:0001022", + "title": "CD115-positive monocyte" + }, + { + "text": "CL:1000289", + "description": "A muscle cell that is part of the atrial septal branch of anterior internodal tract.", + "meaning": "CL:1000289", + "title": "myocyte of atrial septal branch of anterior internodal tract" + }, + { + "text": "CL:0002076", + "description": "An epithelial cell derived from endoderm.", + "meaning": "CL:0002076", + "title": "endo-epithelial cell" + }, + { + "text": "CL:0001005", + "description": "Mature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001005", + "title": "mature CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0001080", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-negative.", + "meaning": "CL:0001080", + "title": "NKp44-negative group 3 innate lymphoid cell, human" + }, + { + "text": "CL:0003024", + "description": "A retinal ganglion cell C with medium cell bodies and large dendritic field.", + "meaning": "CL:0003024", + "title": "retinal ganglion cell C inner" + }, + { + "text": "CL:0002448", + "description": "A NK1.1-positive T cell that is Ly49H-negative.", + "meaning": "CL:0002448", + "title": "Ly49H-negative natural killer cell, mouse" + }, + { + "text": "CL:0009061", + "description": "An intestinal crypt stem cell that is located in the anorectum.", + "meaning": "CL:0009061", + "title": "intestinal crypt stem cell of anorectum" + }, + { + "text": "CL:0000486", + "description": "A large binucleate cell that forms a 'garland' around the anterior end of the proventriculus (cardia) at its junction with the esophagus in both adults and larvae flies. Each cell is surrounded by a basement membrane and there are numerous micro-invaginations (lacunae) extending from the surface into the cytoplasm. At the mouth of each lacuna is a doubled filament forming a specialised filtration system (diaphragm). The filtrate is endocytosed from the lacunae.", + "meaning": "CL:0000486", + "title": "garland cell" + }, + { + "text": "CL:1000372", + "description": "A transitional myocyte that is part of the atrial part of atrioventricular bundle.", + "meaning": "CL:1000372", + "title": "transitional myocyte of atrial part of atrioventricular bundle" + }, + { + "text": "CL:0002352", + "description": "A hematopoietic stem cell that exists during embryogenesis.", + "meaning": "CL:0002352", + "title": "gestational hematopoietic stem cell" + }, + { + "text": "CL:1000698", + "description": "A tissue-resident macrophage that is part of some kidney.", + "meaning": "CL:1000698", + "title": "kidney resident macrophage" + }, + { + "text": "CL:1001436", + "description": "The subcutaneous mechanoreceptors that innervate tylotrich hair follicles.", + "meaning": "CL:1001436", + "title": "hair-tylotrich neuron" + }, + { + "text": "CL:0002347", + "description": "A mature natural killer cell that is CD27-high and CD11b-high. This cell type is capable of interferon-gamma secretion.", + "meaning": "CL:0002347", + "title": "CD27-high, CD11b-high natural killer cell, mouse" + }, + { + "text": "CL:2000035", + "description": "Any neuromast mantle cell that is part of an anterior lateral line.", + "meaning": "CL:2000035", + "title": "anterior lateral line neuromast mantle cell" + }, + { + "text": "CL:0009069", + "description": "An unconventional T lymphocyte population within the thymic medulla that expresses both alpha/beta and gamma/delta T cell signatures.", + "meaning": "CL:0009069", + "title": "CD8aa(II) thymocyte" + }, + { + "text": "CL:0002281", + "description": "Scattered in duodenojejunal mucosa, this enteroendocrine cell secretes secretin and serotonin.", + "meaning": "CL:0002281", + "title": "type S enteroendocrine cell" + }, + { + "text": "CL:0009115", + "description": "An endothelial cell located in a lymph node lymphatic vessel.", + "meaning": "CL:0009115", + "title": "lymph node lymphatic vessel endothelial cell" + }, + { + "text": "CL:0002604", + "description": "An astrocyte that is part of the hippocampus.", + "meaning": "CL:0002604", + "title": "hippocampal astrocyte" + }, + { + "text": "CL:0000534", + "description": "A primary neuron (sensu Teleostei) that is neither a sensory neuron or a motor neuron.", + "meaning": "CL:0000534", + "title": "primary interneuron (sensu Teleostei)" + }, + { + "text": "CL:0002256", + "description": "A supportive cell that has characteristics of glial cell. Processes of this cell envelope the junctions between glomus cells and nerve endings.", + "meaning": "CL:0002256", + "title": "supporting cell of carotid body" + }, + { + "text": "CL:0002599", + "description": "A smooth muscle cell of the esophagus.", + "meaning": "CL:0002599", + "title": "smooth muscle cell of the esophagus" + }, + { + "text": "CL:0002620", + "description": "A fibroblast of skin.", + "meaning": "CL:0002620", + "title": "skin fibroblast" + }, + { + "text": "CL:0000082", + "description": "An epithelial cell of the lung.", + "meaning": "CL:0000082", + "title": "epithelial cell of lung" + }, + { + "text": "CL:0002321", + "description": "A cell of the embryo.", + "meaning": "CL:0002321", + "title": "embryonic cell (metazoa)" + }, + { + "text": "CL:0009033", + "description": "A plasma cell that is located in a vermiform appendix.", + "meaning": "CL:0009033", + "title": "plasma cell of appendix" + }, + { + "text": "CL:0002289", + "description": "A densely staining taste receptor cell that contains many dense vacuoles in their apical regions which project into the apical space and bear microvilli. This cell type serves as a supporting cell by surrounding and isolating the other cell types from each other; secrete a dense amorphous material that surrounds the microvilli in the taste pore. This cell type expresses a glial glutumate transporter, GLAST.", + "meaning": "CL:0002289", + "title": "type I taste bud cell" + }, + { + "text": "CL:0009058", + "description": "An enterocyte that is located in the anorectum.", + "meaning": "CL:0009058", + "title": "enterocyte of anorectum" + }, + { + "text": "CL:0000336", + "description": "A cell found within the adrenal medulla that secrete biogenic amine hormones upon stimulation.", + "meaning": "CL:0000336", + "title": "adrenal medulla chromaffin cell" + }, + { + "text": "CL:4040003", + "description": "Precursor of type II pneumocyte. These cells do not have lamellar bodies, which are a marker of type II pneumocyte maturity.", + "meaning": "CL:4040003", + "title": "fetal pre-type II pulmonary alveolar epithelial cell" + }, + { + "text": "CL:4030006", + "description": "An epithelial cell that is part of the fallopian tube epithelium that secretes mucous fluid and oviduct-specific products through the stimulation of estrogen and luteinizing hormone. The fallopian tube secretory cell has approximately the same height as the ciliated cell and is usually a more narrow columnar cell. The nucleus is ovoid and perpendicular to the long axis of the cell. The chromatin is more dense and the nucleolus smaller than that seen in the ciliated cell.", + "meaning": "CL:4030006", + "title": "fallopian tube secretory epithelial cell" + }, + { + "text": "CL:0000653", + "description": "A specialized kidney epithelial cell, contained within a glomerulus, that contains \"feet\" that interdigitate with the \"feet\" of other podocytes.", + "meaning": "CL:0000653", + "title": "podocyte" + }, + { + "text": "CL:0009066", + "description": "A stratified squamous epithelial cell that is part of the anal canal.", + "meaning": "CL:0009066", + "title": "stratified squamous epithelial cell of anal canal" + }, + { + "text": "CL:4023081", + "description": "a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has inverted pyramidal morphology.", + "meaning": "CL:4023081", + "title": "inverted L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex (Mmus)" + }, + { + "text": "CL:1000280", + "description": "A smooth muscle cell that is part of the colon.", + "meaning": "CL:1000280", + "title": "smooth muscle cell of colon" + }, + { + "text": "CL:2000019", + "description": "Any photoreceptor cell that is part of a compound eye.", + "meaning": "CL:2000019", + "title": "compound eye photoreceptor cell" + }, + { + "text": "CL:0002064", + "description": "A secretory cell found in pancreatic acini that secretes digestive enzymes and mucins. This cell is a typical zymogenic cell, have a basal nucleus and basophilic cytoplasm consisting of regular arrays of granular endoplasmic reticulum with mitochondria and dense secretory granules.", + "meaning": "CL:0002064", + "title": "pancreatic acinar cell" + }, + { + "text": "CL:0000703", + "description": "Cell that provides some or all mechanical, nutritional and phagocytic support to their neighbors.", + "meaning": "CL:0000703", + "title": "sustentacular cell" + }, + { + "text": "CL:1000456", + "description": "A mesothelial cell that is part of the parietal peritoneum.", + "meaning": "CL:1000456", + "title": "mesothelial cell of parietal peritoneum" + }, + { + "text": "CL:0000293", + "description": "A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism.", + "meaning": "CL:0000293", + "title": "structural cell" + }, + { + "text": "CL:4029003", + "description": "A gamete-nursing cell that derives from the somatic tissues of the gonad (del Pino, 2021).", + "meaning": "CL:4029003", + "title": "somatic nurse-like cell" + }, + { + "text": "CL:0002207", + "description": "Brush cell of the epithelium in the trachea.", + "meaning": "CL:0002207", + "title": "brush cell of trachea" + }, + { + "text": "CL:0000173", + "description": "A D cell located in the pancreas. Peripherally placed within the islets like type A cells; contains somatostatin.", + "meaning": "CL:0000173", + "title": "pancreatic D cell" + }, + { + "text": "CL:0004116", + "description": "A retinal ganglion with cell medium cell bodies and medium to large dendritic fields.", + "meaning": "CL:0004116", + "title": "retinal ganglion cell C" + }, + { + "text": "CL:0002518", + "description": "An epithelial cell of the kidney.", + "meaning": "CL:0002518", + "title": "kidney epithelial cell" + }, + { + "text": "CL:0002147", + "description": "A chief cell of parathyroid glands that does not stain with hematoxylin or eosin. This cell is larger, has a larger nucleus and fewer secretory granules than dark chief cells.", + "meaning": "CL:0002147", + "title": "clear chief cell of parathyroid gland" + }, + { + "text": "CL:0009025", + "description": "A mesothelial cell that is part of the colon.", + "meaning": "CL:0009025", + "title": "mesothelial cell of colon" + }, + { + "text": "CL:0000745", + "description": "A neuron that laterally connects other neurons in the inner nuclear layer of the retina.", + "meaning": "CL:0000745", + "title": "retina horizontal cell" + }, + { + "text": "CL:4023181", + "description": "A neurecto-epithelial cell that is part of the basal layer of the subcommissural organ and specializes in the secretion of proteins into the subarachnoid space. Hypendymal cells have similar characteristics to ependymal cells and express SCO-spondin.", + "meaning": "CL:4023181", + "title": "hypendymal cell" + }, + { + "text": "CL:0002123", + "description": "A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-low, CD38-positive, and IgG-positive.", + "meaning": "CL:0002123", + "title": "B220-low CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0002450", + "description": "A specialized hair cell that has an elongated kinocilium upon which an otolith accretes. The tether cell then anchors the otolith in place.", + "meaning": "CL:0002450", + "title": "tether cell" + }, + { + "text": "CL:0002093", + "description": "A small cell formed by the second meiotic division of oocytes. In mammals, the second polar body may fail to form unless the ovum has been penetrated by a sperm cell.", + "meaning": "CL:0002093", + "title": "secondary polar body" + }, + { + "text": "CL:0002060", + "description": "A melanin-containing macrophage that obtains the pigment by phagocytosis of melanosomes.", + "meaning": "CL:0002060", + "title": "melanophage" + }, + { + "text": "CL:0002142", + "description": "A cell pyramidal in shape, with their broad ends facing and forming the greater extent of the lining of the main lumen. Secretes glycoproteins associated with mucus.", + "meaning": "CL:0002142", + "title": "dark cell of eccrine sweat gland" + }, + { + "text": "CL:4023114", + "description": "A vestibular afferent neuron which posseses a unique postsynaptic terminal, the calyx, which completely covers the basolateral walls of type I hair cells and receives input from multiple ribbon synapses.", + "meaning": "CL:4023114", + "title": "calyx vestibular afferent neuron" + }, + { + "text": "CL:0002287", + "description": "A rounded, mitotically active stem cell which is the source of new cells of the taste bud; located basally.", + "meaning": "CL:0002287", + "title": "type IV taste receptor cell" + }, + { + "text": "CL:0000502", + "description": "A cell found throughout the gastrointestinal tract and in the pancreas. They secrete somatostatin in both an endocrine and paracrine manner. Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic enzymes, and gastric hydrochloric acid. A variety of substances which inhibit gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory peptide) are thought to act by releasing somatostatin.", + "meaning": "CL:0000502", + "title": "type D enteroendocrine cell" + }, + { + "text": "CL:0011007", + "description": "A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites.", + "meaning": "CL:0011007", + "title": "paraxial cell" + }, + { + "text": "CL:0009054", + "description": "A microfold cell (M cell) that is part of the anorectum.", + "meaning": "CL:0009054", + "title": "microfold cell of epithelium proper of anorectum" + }, + { + "text": "CL:0000026", + "description": "A germline cell that contributes to the development of the oocyte by transferring cytoplasm directly to oocyte.", + "meaning": "CL:0000026", + "title": "invertebrate nurse cell" + }, + { + "text": "CL:0009092", + "description": "An endothelial cell that is part of a placenta.", + "meaning": "CL:0009092", + "title": "endothelial cell of placenta" + }, + { + "text": "CL:0002348", + "description": "A CD27-low, CD11b-high natural killer cell that has a higher threshold of activation due to higher expression of inhibitory receptors.", + "meaning": "CL:0002348", + "title": "CD27-low, CD11b-high natural killer cell, mouse" + }, + { + "text": "CL:0001028", + "description": "CD7-positive lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-positive and is CD45RA-negative.", + "meaning": "CL:0001028", + "title": "CD7-positive lymphoid progenitor cell" + }, + { + "text": "CL:4033012", + "description": "A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle longitudinal layer.", + "meaning": "CL:4033012", + "title": "smooth muscle cell of large intestine smooth muscle longitudinal layer" + }, + { + "text": "CL:1000245", + "description": "Any neuron that has its soma located in some posterior lateral line ganglion.", + "meaning": "CL:1000245", + "title": "posterior lateral line ganglion neuron" + }, + { + "text": "CL:0002458", + "description": "A dermal dendritic cell that is langerin-positive and CD103-positive.", + "meaning": "CL:0002458", + "title": "langerin-positive dermal dendritic cell" + }, + { + "text": "CL:0000780", + "description": "A specialized multinuclear osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000780", + "title": "multinuclear odontoclast" + }, + { + "text": "CL:1001217", + "description": "Any smooth muscle cell that is part of some interlobular artery.", + "meaning": "CL:1001217", + "title": "interlobulary artery smooth muscle cell" + }, + { + "text": "CL:1000309", + "description": "An adipocyte that is part of the epicardial fat.", + "meaning": "CL:1000309", + "title": "epicardial adipocyte" + }, + { + "text": "CL:4033025", + "description": "A fibroblast that is part of the fibrous layer of the perichondrium. This cell is responsible for collagen fiber production.", + "meaning": "CL:4033025", + "title": "perichondrial fibroblast" + }, + { + "text": "CL:0000309", + "meaning": "CL:0000309", + "title": "copper accumulating cell" + }, + { + "text": "CL:0002659", + "description": "A glandular epithelial cell that is part of the stomach.", + "meaning": "CL:0002659", + "title": "glandular cell of stomach" + }, + { + "text": "CL:0000982", + "description": "A plasmablast that secretes IgG.", + "meaning": "CL:0000982", + "title": "IgG plasmablast" + }, + { + "text": "CL:4023160", + "description": "A neuron of the dorsal cochlear nucleus with spiny dendrites that receive input from the axons of granule cells and with axons that release GABA and glycine onto cartwheel, pyramidal and giant cell targets.", + "meaning": "CL:4023160", + "title": "cartwheel cell" + }, + { + "text": "CL:0000969", + "description": "A mature B cell that has the phenotype CD1d-positive and expresses interleukin-10. This cell type has been associated with suppression of chronic inflammatory responses and T cell responses.", + "meaning": "CL:0000969", + "title": "regulatory B cell" + }, + { + "text": "CL:0001020", + "description": "Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001020", + "title": "mature CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:2000055", + "description": "Any dendritic cell that is part of a liver.", + "meaning": "CL:2000055", + "title": "liver dendritic cell" + }, + { + "text": "CL:0002267", + "description": "A type D cell found in the stomach.", + "meaning": "CL:0002267", + "title": "type D cell of stomach" + }, + { + "text": "CL:0000553", + "description": "The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative).", + "meaning": "CL:0000553", + "title": "megakaryocyte progenitor cell" + }, + { + "text": "CL:0000651", + "description": "A mucus-secreting cell, with numerous apical secretory vesicles containing mucins; nucleus are basally displaced; numerous at the neck of mucus secreting glands", + "meaning": "CL:0000651", + "title": "mucous neck cell" + }, + { + "text": "CL:4023013", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to the thalamus.", + "meaning": "CL:4023013", + "title": "corticothalamic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:2000027", + "description": "Any basket cell that is part of a cerebellum.", + "meaning": "CL:2000027", + "title": "cerebellum basket cell" + }, + { + "text": "CL:0002401", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.", + "meaning": "CL:0002401", + "title": "mature dendritic epithelial T cell precursor" + }, + { + "text": "CL:0002094", + "description": "A cell that makes up the loose connective tissue of the ovary.", + "meaning": "CL:0002094", + "title": "interstitial cell of ovary" + }, + { + "text": "CL:0007001", + "description": "Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized).", + "meaning": "CL:0007001", + "title": "skeletogenic cell" + }, + { + "text": "CL:0002279", + "description": "A enteroendocrine cell type that is numerous in ileum, present in jejunum and large intestine, few in duodenum. This cell type produces glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 and -2) and PYY.", + "meaning": "CL:0002279", + "title": "type L enteroendocrine cell" + }, + { + "text": "CL:0000858", + "description": "A skeletal muscle myoblast that differentiates into fast muscle fibers.", + "meaning": "CL:0000858", + "title": "fast muscle myoblast" + }, + { + "text": "CL:2000044", + "description": "Any microvascular endothelial cell that is part of a brain.", + "meaning": "CL:2000044", + "title": "brain microvascular endothelial cell" + }, + { + "text": "CL:0002531", + "description": "A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.", + "meaning": "CL:0002531", + "title": "mature CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0002358", + "description": "Derived from the Greek word pyren (the pit of a stone fruit), this is a transient nucleated cell type that results from exclusion of the nucleus from the primitive erythrocyte.", + "meaning": "CL:0002358", + "title": "pyrenocyte" + }, + { + "text": "CL:0002430", + "description": "A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD4 co-receptor.", + "meaning": "CL:0002430", + "title": "CD4-intermediate, CD8-positive double-positive thymocyte" + }, + { + "text": "CL:4030067", + "description": "A near-projecting glutamatergic neuron with a soma found in cortical layer 5/6.", + "meaning": "CL:4030067", + "title": "L5/6 near-projecting glutamatergic neuron" + }, + { + "text": "CL:0002411", + "description": "A gamma-delta receptor that expresses Vgamma1.1 but does not express Vdelta6.3 chains in the T-cell receptor.", + "meaning": "CL:0002411", + "title": "Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:0008028", + "description": "Any neuron that is capable of part of some visual perception.", + "meaning": "CL:0008028", + "title": "visual system neuron" + }, + { + "text": "CL:0000894", + "description": "A pro-T cell that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-negative.", + "meaning": "CL:0000894", + "title": "DN1 thymic pro-T cell" + }, + { + "text": "CL:4023047", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2/3 of the primary motor cortex.", + "meaning": "CL:4023047", + "title": "L2/3 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0000985", + "description": "A fully differentiated plasma cell that secretes IgG.", + "meaning": "CL:0000985", + "title": "IgG plasma cell" + }, + { + "text": "CL:0002538", + "description": "An epithelial cell of the intrahepatic portion of the bile duct. These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic ratio relative to large/extrahepatic cholangiocytes.", + "meaning": "CL:0002538", + "title": "intrahepatic cholangiocyte" + }, + { + "text": "CL:0002557", + "description": "A fibroblast of pulmonary artery.", + "meaning": "CL:0002557", + "title": "fibroblast of pulmonary artery" + }, + { + "text": "CL:0009112", + "description": "A germinal center B cell found in a lymph node germinal center dark zone.", + "meaning": "CL:0009112", + "title": "centroblast" + }, + { + "text": "CL:0000921", + "description": "An alpha-beta T cell expressing NK cell markers that is CD1d restricted and expresses specific V-alpha chains. NK T cells of this type recognize the glycolipid alpha-galactosylceramide in the context of CD1d.", + "meaning": "CL:0000921", + "title": "type I NK T cell" + }, + { + "text": "CL:0002160", + "description": "A cell type found in the basal epithelial layer on the external side of the tympanic membrane. Cell type is flattened with intracellular spaces of variable dimensions.", + "meaning": "CL:0002160", + "title": "basal external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002300", + "description": "A small medullary thymic epithelial cell with a spindle shape, often arranged in groups and connected to each other by large desmosomes and interdigitations. The cytoplasm is sparse, with scanty organelles and thick bundles of cytokeratin.", + "meaning": "CL:0002300", + "title": "type-7 epithelial cell of thymus" + }, + { + "text": "CL:0009007", + "description": "A macrophage which is resident in the lamina propria of the small intestine.", + "meaning": "CL:0009007", + "title": "gastrointestinal tract (lamina propria) macrophage of small intestine" + }, + { + "text": "CL:0000768", + "description": "Any of the immature forms of a basophil, in which basophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000768", + "title": "immature basophil" + }, + { + "text": "CL:0000036", + "meaning": "CL:0000036", + "title": "epithelial fate stem cell" + }, + { + "text": "CL:0000693", + "description": "An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts.", + "meaning": "CL:0000693", + "title": "neurogliaform cell" + }, + { + "text": "CL:0002295", + "description": "A thymic epithelial cell that has an eccentric, round, or irregularly shaped hetero or euchromatic nucleus. The hallmark of this cell type is the presence of vacuoles, which are clustered in one area of the cytoplasm in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like form, occasionally showing delicate internal microvillous projections.", + "meaning": "CL:0002295", + "title": "type-6 epithelial cell of thymus" + }, + { + "text": "CL:0002388", + "description": "An arthroconidium that has more than one nucleus.", + "meaning": "CL:0002388", + "title": "multinucleate arthroconidium" + }, + { + "text": "CL:0000909", + "description": "A CD8-positive, alpha-beta T cell that has differentiated into a memory T cell.", + "meaning": "CL:0000909", + "title": "CD8-positive, alpha-beta memory T cell" + }, + { + "text": "CL:0019020", + "description": "An epithelial cell of the extrahepatic bile ducts, including the left and right hepatic duct, common hepatic duct, and common bile duct. They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio relative to small/intrahepatic cholangiocytes.", + "meaning": "CL:0019020", + "title": "extrahepatic cholangiocyte" + }, + { + "text": "CL:4023074", + "description": "A neuron that has its soma located in the mammillary body.", + "meaning": "CL:4023074", + "title": "mammillary body neuron" + }, + { + "text": "CL:4023109", + "description": "A magnocellular neurosecretory cell that is capable of producing and secreting vasopressin.", + "meaning": "CL:4023109", + "title": "vasopressin-secreting magnocellular cell" + }, + { + "text": "CL:0013000", + "description": "Any radial glial cell that is part of some forebrain.", + "meaning": "CL:0013000", + "title": "forebrain radial glial cell" + }, + { + "text": "CL:0000583", + "description": "A tissue-resident macrophage found in the alveoli of the lungs. Ingests small inhaled particles resulting in degradation and presentation of the antigen to immunocompetent cells. Markers include F4/80-positive, CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, MR-positive, CX3CR1-negative.", + "meaning": "CL:0000583", + "title": "alveolar macrophage" + }, + { + "text": "CL:0000694", + "meaning": "CL:0000694", + "title": "R3 photoreceptor cell" + }, + { + "text": "CL:0002050", + "description": "A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, CD43-positive, CD45R-positive and BP-positive.", + "meaning": "CL:0002050", + "title": "fraction C' precursor B cell" + }, + { + "text": "CL:0003027", + "description": "A bistratified retinal ganglion cell D cell that has medium dendritic arbor and a large dendritic field that terminates in S2 and S4.", + "meaning": "CL:0003027", + "title": "retinal ganglion cell D2" + }, + { + "text": "CL:0001044", + "description": "A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + "meaning": "CL:0001044", + "title": "effector CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000348", + "description": "A structural cell that is part of optic choroid.", + "meaning": "CL:0000348", + "title": "choroidal cell of the eye" + }, + { + "text": "CL:0000001", + "description": "A cultured cell that is freshly isolated from a organismal source, or derives in culture from such a cell prior to the culture being passaged.", + "meaning": "CL:0000001", + "title": "primary cultured cell" + }, + { + "text": "CL:0002640", + "description": "An epithelial fate stem cell derived form the amnion membrane.", + "meaning": "CL:0002640", + "title": "amniotic epithelial stem cell" + }, + { + "text": "CL:1001430", + "description": "Any urothelial cell that is part of some urethra urothelium.", + "meaning": "CL:1001430", + "title": "urethra urothelial cell" + }, + { + "text": "CL:1000085", + "meaning": "CL:1000085", + "title": "stratified non keratinized epithelial stem cell" + }, + { + "text": "CL:4030025", + "description": "A fibroblast that is located in the renal cortical interstitium.", + "meaning": "CL:4030025", + "title": "renal cortical fibroblast" + }, + { + "text": "CL:0011017", + "description": "Cell that is part of the vagal neural crest population. The vagal neural crest arises from the axial level of somites 1-7 and has been described as a hybrid between the head and the trunk populations.", + "meaning": "CL:0011017", + "title": "vagal neural crest cell" + }, + { + "text": "CL:0000990", + "description": "Conventional dendritic cell is a dendritic cell that is CD11c-high.", + "meaning": "CL:0000990", + "title": "conventional dendritic cell" + }, + { + "text": "CL:0010021", + "description": "Any myoblast that develops into some cardiac muscle cell.", + "meaning": "CL:0010021", + "title": "cardiac myoblast" + }, + { + "text": "CL:0000509", + "description": "A peptide hormone secreting cell that secretes gastrin.", + "meaning": "CL:0000509", + "title": "gastrin secreting cell" + }, + { + "text": "CL:0009068", + "description": "An unconventional T lymphocyte population within the thymic medulla that is potentially a thymic resident population.", + "meaning": "CL:0009068", + "title": "CD8aa(I) thymocyte" + }, + { + "text": "CL:0000131", + "meaning": "CL:0000131", + "title": "gut endothelial cell" + }, + { + "text": "CL:4023124", + "description": "A kisspeptin neuron that is located in the dentate gyrus of the hippocampus.", + "meaning": "CL:4023124", + "title": "dentate gyrus kisspeptin neuron" + }, + { + "text": "CL:0002105", + "description": "A CD38-positive IgG memory B cell is a class switched memory B cell that expresses IgG on the cell surface with the phenotype CD38-positive and IgG-positive.", + "meaning": "CL:0002105", + "title": "CD38-positive IgG memory B cell" + }, + { + "text": "CL:0002112", + "description": "A B220-positive CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-positive, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002112", + "title": "B220-positive CD38-negative unswitched memory B cell" + }, + { + "text": "CL:1000333", + "description": "A serous secreting cell that is part of the epithelium of bronchiole.", + "meaning": "CL:1000333", + "title": "serous cell of epithelium of lobular bronchiole" + }, + { + "text": "CL:1000714", + "description": "Any renal principal cell that is part of some cortical collecting duct.", + "meaning": "CL:1000714", + "title": "kidney cortex collecting duct principal cell" + }, + { + "text": "CL:0000165", + "description": "A neuron that is capable of some hormone secretion in response to neuronal signals.", + "meaning": "CL:0000165", + "title": "neuroendocrine cell" + }, + { + "text": "CL:0002602", + "description": "Any connective tissue cell that is part of some annulus fibrosus disci intervertebralis.", + "meaning": "CL:0002602", + "title": "annulus pulposus cell" + }, + { + "text": "CL:2000096", + "description": "Any fibroblast that is part of a reticular layer of dermis.", + "meaning": "CL:2000096", + "title": "fibroblast of the reticular layer of dermis" + }, + { + "text": "CL:0002596", + "description": "Smooth muscle cell of the carotid artery.", + "meaning": "CL:0002596", + "title": "smooth muscle cell of the carotid artery" + }, + { + "text": "CL:0002564", + "description": "A connective tissue cell of the nucleus pulposus cell of intervertebral disc.", + "meaning": "CL:0002564", + "title": "nucleus pulposus cell of intervertebral disc" + }, + { + "text": "CL:0000563", + "description": "A rounded, inactive form that certain bacteria assume under conditions of extreme temperature, dryness, or lack of food. The bacterium develops a waterproof cell wall that protects it from being dried out or damaged.", + "meaning": "CL:0000563", + "title": "endospore" + }, + { + "text": "CL:0002045", + "description": "A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, BP-1-negative and Ly6c-negative. This cell type is also described as being lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive.", + "meaning": "CL:0002045", + "title": "fraction A pre-pro B cell" + }, + { + "text": "CL:2000000", + "description": "Any melanocyte that is part of a epidermis.", + "meaning": "CL:2000000", + "title": "epidermal melanocyte" + }, + { + "text": "CL:0000313", + "description": "Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid.", + "meaning": "CL:0000313", + "title": "serous secreting cell" + }, + { + "text": "CL:1000457", + "description": "A mesothelial cell that is part of the visceral peritoneum.", + "meaning": "CL:1000457", + "title": "mesothelial cell of visceral peritoneum" + }, + { + "text": "CL:0000560", + "description": "A late neutrophilic metamyelocyte in which the nucleus is indented to more than half the distance to the farthest nuclear margin but in no area being condensed to a single filament. The nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, CD35-negative, and CD49d-negative.", + "meaning": "CL:0000560", + "title": "band form neutrophil" + }, + { + "text": "CL:0004245", + "description": "An amacrine cell with a wide dendritic field and post-synaptic terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and serotonin.", + "meaning": "CL:0004245", + "title": "indoleamine-accumulating amacrine cell" + }, + { + "text": "CL:0000813", + "description": "A long-lived, antigen-experienced T cell that has acquired a memory phenotype including distinct surface markers and the ability to differentiate into an effector T cell upon antigen reexposure.", + "meaning": "CL:0000813", + "title": "memory T cell" + }, + { + "text": "CL:0011100", + "description": "Neuron that secretes the neurotransmitter galanin.", + "meaning": "CL:0011100", + "title": "galanergic neuron" + }, + { + "text": "CL:0002513", + "description": "A CD8alpha alpha positive gamma-delta intraepithelial T cell that expresses a TCR encoded in part by the Vgamma5 gene segment.", + "meaning": "CL:0002513", + "title": "Vgamma5-positive CD8alpha alpha positive gamma-delta intraepithelial T cell" + }, + { + "text": "CL:4023125", + "description": "A hypothalamus kisspeptin neuron that coexpresses kisspeptin, neurokinin B and dynorphin.", + "meaning": "CL:4023125", + "title": "KNDy neuron" + }, + { + "text": "CL:0001076", + "description": "An innate lymphoid cell in the human with the phenotype NKp46-positive that is a precusor for NK cells and ILC3 cells.", + "meaning": "CL:0001076", + "title": "NKp46-positive innate lymphoid cell, human" + }, + { + "text": "CL:0000897", + "description": "A CD4-positive, alpha-beta T cell that has differentiated into a memory T cell.", + "meaning": "CL:0000897", + "title": "CD4-positive, alpha-beta memory T cell" + }, + { + "text": "CL:4033051", + "description": "A parasol ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB3a bipolar cells.", + "meaning": "CL:4033051", + "title": "OFF parasol ganglion cell" + }, + { + "text": "CL:0002677", + "description": "A regulatory T cell that has not encountered antigen.", + "meaning": "CL:0002677", + "title": "naive regulatory T cell" + }, + { + "text": "CL:0002250", + "description": "A cell that is found in a zone occupying the bottom region of the crypt; provide the source of most of the cell types of the intestinal epithelium; proliferate by mitotic division; differentiates into columnar or goblet cells.", + "meaning": "CL:0002250", + "title": "intestinal crypt stem cell" + }, + { + "text": "CL:2000051", + "description": "Any fibroblast that is part of a spleen.", + "meaning": "CL:2000051", + "title": "splenic fibroblast" + }, + { + "text": "CL:0000172", + "description": "Any secretory cell that is capable of some somatostatin secretion.", + "meaning": "CL:0000172", + "title": "somatostatin secreting cell" + }, + { + "text": "CL:0000641", + "description": "A cell that is resistant to stains.", + "meaning": "CL:0000641", + "title": "chromophobe cell" + }, + { + "text": "CL:4042006", + "description": "A border associated macrophage which is part of a dura matter. This macrophage phagocytoses intruding pathogens and foreign molecules detected in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid body with dynamic protrusions in homeostasis.", + "meaning": "CL:4042006", + "title": "dural macrophage" + }, + { + "text": "CL:0004241", + "description": "An amacrine cell with a wide dendritic field, dendrites in S2, and post-synaptic terminals in S1.", + "meaning": "CL:0004241", + "title": "WF2 amacrine cell" + }, + { + "text": "CL:0008002", + "description": "A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse.", + "meaning": "CL:0008002", + "title": "skeletal muscle fiber" + }, + { + "text": "CL:4023028", + "description": "A sst GABAergic cortical interneuron with a soma found in lower L5 with mostly local axonal arborization but with some sparse ascending axons. L5 non-Martinotti sst cells show somatic localization and local axon plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive thalamic input from the ventral posteromedial nucleus and specifically target L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend to show a higher input resistance and seem to be less stuttering.", + "meaning": "CL:4023028", + "title": "L5 non-Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:4030032", + "description": "An interstitial cell that is part of a cardiac valve leaflet. Along with valve endothelial cells, a valve interstitial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.", + "meaning": "CL:4030032", + "title": "valve interstitial cell" + }, + { + "text": "CL:0011110", + "description": "Neuron that secretes histamine.", + "meaning": "CL:0011110", + "title": "histaminergic neuron" + }, + { + "text": "CL:0011030", + "description": "Any microvascular endothelial cell that is part of the dermis.", + "meaning": "CL:0011030", + "title": "dermal microvascular endothelial cell" + }, + { + "text": "CL:1000383", + "description": "A type II vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.", + "meaning": "CL:1000383", + "title": "type 2 vestibular sensory cell of epithelium of macula of utricle of membranous labyrinth" + }, + { + "text": "CL:0000571", + "description": "A pigment cell derived from the neural crest. Contains uric acid or other purine crystals deposited in stacks called leucosomes. The crystals reflect light and this gives a white appearance under white light.", + "meaning": "CL:0000571", + "title": "leucophore" + }, + { + "text": "CL:0002583", + "description": "A preadipocyte that is part of subcutaneous tissue.", + "meaning": "CL:0002583", + "title": "subcutaneous preadipocyte" + }, + { + "text": "CL:0000735", + "description": "A hemocyte that derives from the larval lymph gland.", + "meaning": "CL:0000735", + "title": "lymph gland hemocyte" + }, + { + "text": "CL:0000762", + "description": "A nucleated blood cell involved in coagulation, typically seen in birds and other non-mammalian vertebrates.", + "meaning": "CL:0000762", + "title": "nucleated thrombocyte" + }, + { + "text": "CL:1000850", + "description": "Any epithelial cell of distal tubule that is part of some macula densa.", + "meaning": "CL:1000850", + "title": "macula densa epithelial cell" + }, + { + "text": "CL:0000311", + "meaning": "CL:0000311", + "title": "keratin accumulating cell" + }, + { + "text": "CL:0000128", + "description": "A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system.", + "meaning": "CL:0000128", + "title": "oligodendrocyte" + }, + { + "text": "CL:1000322", + "description": "A goblet cell that is part of the epithelium of pancreatic duct.", + "meaning": "CL:1000322", + "title": "pancreatic goblet cell" + }, + { + "text": "CL:0000569", + "description": "A mesenchymal cell found in the developing heart and that develops into some part of the heart. These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field.", + "meaning": "CL:0000569", + "title": "cardiac mesenchymal cell" + }, + { + "text": "CL:1000365", + "description": "A transitional myocyte that is part of the atrial septal branch of anterior internodal tract.", + "meaning": "CL:1000365", + "title": "transitional myocyte of atrial septal branch of anterior internodal tract" + }, + { + "text": "CL:0000629", + "description": "A cell that is specialized to store a particular substance(s), which is(are) later released from the store for a particular purpose.", + "meaning": "CL:0000629", + "title": "storage cell" + }, + { + "text": "CL:0000751", + "description": "A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells but not by cone photoreceptor cells. These neurons depolarize in response to light.", + "meaning": "CL:0000751", + "title": "rod bipolar cell" + }, + { + "text": "CL:0000219", + "description": "A cell that moves by its own activities.", + "meaning": "CL:0000219", + "title": "motile cell" + }, + { + "text": "CL:2000052", + "description": "Any endothelial cell of artery that is part of a umbilical cord.", + "meaning": "CL:2000052", + "title": "umbilical artery endothelial cell" + }, + { + "text": "CL:0002068", + "description": "Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter.", + "meaning": "CL:0002068", + "title": "Purkinje myocyte" + }, + { + "text": "CL:0000373", + "description": "A progenitor cell found in the larval epidermis of insects and that gives rise to the adult abdominal epidermis.", + "meaning": "CL:0000373", + "title": "histoblast" + }, + { + "text": "CL:1000550", + "description": "Any kidney cell that is part of some papillary duct.", + "meaning": "CL:1000550", + "title": "kidney papillary duct principal epithelial cell" + }, + { + "text": "CL:0002490", + "description": "A supporting cell of the organ of Corti.", + "meaning": "CL:0002490", + "title": "organ of Corti supporting cell" + }, + { + "text": "CL:4023093", + "description": "A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape.", + "meaning": "CL:4023093", + "title": "stellate pyramidal neuron" + }, + { + "text": "CL:0002192", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and a band form cell. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare.", + "meaning": "CL:0002192", + "title": "metamyelocyte" + }, + { + "text": "CL:3000002", + "description": "Sympathetic noradrenergic neuron.", + "meaning": "CL:3000002", + "title": "sympathetic noradrenergic neuron" + }, + { + "text": "CL:0007016", + "description": "Muscle precursor cell that is adjacent to the notochord and part of the presomitic mesoderm.", + "meaning": "CL:0007016", + "title": "adaxial cell" + }, + { + "text": "CL:0000883", + "description": "A thymic macrophage found in the thymic cortex.", + "meaning": "CL:0000883", + "title": "thymic cortical macrophage" + }, + { + "text": "CL:1000284", + "description": "A smooth muscle cell that is part of the descending colon.", + "meaning": "CL:1000284", + "title": "smooth muscle fiber of descending colon" + }, + { + "text": "CL:0002039", + "description": "A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative NK T cell.", + "meaning": "CL:0002039", + "title": "immature NK T cell stage I" + }, + { + "text": "CL:0000307", + "description": "An epithelial cell found in the trachea.", + "meaning": "CL:0000307", + "title": "tracheal epithelial cell" + }, + { + "text": "CL:1000373", + "description": "A transitional myocyte that is part of the ventricular part of atrioventricular bundle.", + "meaning": "CL:1000373", + "title": "transitional myocyte of ventricular part of atrioventricular bundle" + }, + { + "text": "CL:0007003", + "description": "Skeletogenic cell that has the potential to form an odontoblast, deposits predentine, and arises from a cranial neural crest cell.", + "meaning": "CL:0007003", + "title": "preodontoblast" + }, + { + "text": "CL:0011025", + "description": "An effector T cell that displays impaired effector functions (e.g., rapid production of effector cytokines, cytotoxicity) and has limited proliferative potential.", + "meaning": "CL:0011025", + "title": "exhausted T cell" + }, + { + "text": "CL:0002307", + "description": "A brush border epithelial cell located in the proximal tubule of the kidney, essential for reabsorbing substances like glucose and amino acids from the glomerular filtrate. These cells also secrete organic ions, playing a crucial role in maintaining kidney homeostasis, including electrolyte and acid-base balance, and excreting metabolic waste.", + "meaning": "CL:0002307", + "title": "brush border cell of the proximal tubule" + }, + { + "text": "CL:1001286", + "description": "Any vasa recta descending limb cell that is part of some inner medulla vasa recta descending limb.", + "meaning": "CL:1001286", + "title": "inner medulla vasa recta descending limb cell" + }, + { + "text": "CL:0000072", + "meaning": "CL:0000072", + "title": "non-branched duct epithelial cell" + }, + { + "text": "CL:0000183", + "description": "A cell whose primary function is to shorten.", + "meaning": "CL:0000183", + "title": "contractile cell" + }, + { + "text": "CL:0002248", + "description": "A pluripotent stem cell has the ability to form cells from all three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent stem cells, they cell can not generate all the cells of the whole organism such as placenta.", + "meaning": "CL:0002248", + "title": "pluripotent stem cell" + }, + { + "text": "CL:4033052", + "description": "A parasol ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB4 bipolar cells.", + "meaning": "CL:4033052", + "title": "ON parasol ganglion cell" + }, + { + "text": "CL:0002126", + "description": "A CD25-positive, CD27-positive immature gamma-delta T cell found in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, CD62L-high, CD44-high, CD2-low, CD5-low).", + "meaning": "CL:0002126", + "title": "CD25-positive, CD27-positive immature gamma-delta T cell" + }, + { + "text": "CL:0002523", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the mesonephros.", + "meaning": "CL:0002523", + "title": "mesonephric podocyte" + }, + { + "text": "CL:1000409", + "description": "A muscle cell that is part of the sinoatrial node.", + "meaning": "CL:1000409", + "title": "myocyte of sinoatrial node" + }, + { + "text": "CL:0000425", + "description": "Forms the terminal part of the cuticle-lined excretory duct of C. elegans.", + "meaning": "CL:0000425", + "title": "pore cell" + }, + { + "text": "CL:0000237", + "meaning": "CL:0000237", + "title": "keratinizing barrier epithelial cell" + }, + { + "text": "CL:0004250", + "description": "An amicrine that stratifies dendrites at two and only two locations.", + "meaning": "CL:0004250", + "title": "bistratified retinal amacrine cell" + }, + { + "text": "CL:0002517", + "description": "An interrenal chromaffin cell found in teleosts that contain small, homogeneous electron-lucent granules that are separated from the vesicular membrane by a visible halo.", + "meaning": "CL:0002517", + "title": "interrenal epinephrin secreting cell" + }, + { + "text": "CL:0002053", + "description": "A small pre-B cell that is CD22-positive and CD38-low.", + "meaning": "CL:0002053", + "title": "CD22-positive, CD38-low small pre-B cell" + }, + { + "text": "CL:4030041", + "description": "A ciliated cell of the endometrial luminal epithelium.", + "meaning": "CL:4030041", + "title": "luminal endometrial ciliated epithelial cell" + }, + { + "text": "CL:0000911", + "description": "A differentiated T cell with ability to traffic to peripheral tissues and is capable of mounting a specific immune response.", + "meaning": "CL:0000911", + "title": "effector T cell" + }, + { + "text": "CL:4030043", + "description": "A DRD1-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.", + "meaning": "CL:4030043", + "title": "matrix D1 medium spiny neuron" + }, + { + "text": "CL:4023041", + "description": "A glutamatergic neuron, with a soma found in the deeper portion of L5, that has long-range axonal projections including deep subcortical targets outside of the telencephalon and, in some cases, the spinal cord. While the L5 ET neuron projections are not limited to ET targets, they are clearly differentiated from the neuron subclasses whose projections are constrained to intratelencephalic (IT) targets. L5 ET neurons are generally the largest excitatory cortical neurons, typically having a thick apical dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing physiological characteristics.", + "meaning": "CL:4023041", + "title": "L5 extratelencephalic projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0000795", + "description": "A CD8-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000795", + "title": "CD8-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0001077", + "description": "An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, T-bet-positive.", + "meaning": "CL:0001077", + "title": "ILC1, human" + }, + { + "text": "CL:0009101", + "description": "A reticular cell involved in directing B cells and T cells to specific regions within a tissue.", + "meaning": "CL:0009101", + "title": "fibroblastic reticular cell" + }, + { + "text": "CL:1000143", + "description": "Any goblet cell that is part of some lung epithelium.", + "meaning": "CL:1000143", + "title": "lung goblet cell" + }, + { + "text": "CL:1001602", + "description": "Endothelial cells forming the walls of the capillaries within the cerebral cortex.", + "meaning": "CL:1001602", + "title": "cerebral cortex endothelial cell" + }, + { + "text": "CL:2000016", + "description": "Any lung endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000016", + "title": "lung microvascular endothelial cell" + }, + { + "text": "CL:0000844", + "description": "A rapidly cycling mature B cell that has distinct phenotypic characteristics and is involved in T-dependent immune responses and located typically in the germinal centers of lymph nodes. This cell type expresses Ly77 after activation.", + "meaning": "CL:0000844", + "title": "germinal center B cell" + }, + { + "text": "CL:0000787", + "description": "A memory B cell is a mature B cell that is long-lived, readily activated upon re-encounter of its antigenic determinant, and has been selected for expression of higher affinity immunoglobulin. This cell type has the phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative.", + "meaning": "CL:0000787", + "title": "memory B cell" + }, + { + "text": "CL:1000299", + "description": "A fibroblast that is part of the connective tissue of prostate.", + "meaning": "CL:1000299", + "title": "fibroblast of connective tissue of prostate" + }, + { + "text": "CL:0003001", + "description": "A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer.", + "meaning": "CL:0003001", + "title": "bistratified retinal ganglion cell" + }, + { + "text": "CL:0001071", + "description": "An innate lymphoid cell that constituitively expresses RORgt and is capable of expressing IL17A and/or IL-22.", + "meaning": "CL:0001071", + "title": "group 3 innate lymphoid cell" + }, + { + "text": "CL:0000809", + "description": "A thymocyte expressing the alpha-beta T cell receptor complex as well as both the CD4 and CD8 coreceptors.", + "meaning": "CL:0000809", + "title": "double-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0002025", + "description": "A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, and CD42-negative.", + "meaning": "CL:0002025", + "title": "CD34-positive, CD41-positive, CD42-negative megakaryocyte progenitor cell" + }, + { + "text": "CL:0002323", + "description": "A cell of a\u00a0fetus which is suspended in the amniotic fluid. Amniocytes are considered to arise from several tissues including fetal skin, the fetal urinary tract, umbilical cord, and the inner amniotic surface.", + "meaning": "CL:0002323", + "title": "amniocyte" + }, + { + "text": "CL:0008011", + "description": "A skeletal muscle satellite cell that divides by stem cell division. A proportion of this population undergoes symmetric stem cell division, producing two skeletal muscle satellite stem cells. The rest undergo asymmetric stem cell division - retaining their identity while budding off a daughter cell that differentiates into an adult skeletal muscle myoblast.", + "meaning": "CL:0008011", + "title": "skeletal muscle satellite stem cell" + }, + { + "text": "CL:0000626", + "description": "A granule cell that has a soma located in an olfactory bulb granule cell layer. An olfactory granule cell is an interneuron that lacks an axon, makes reciprocal dendro-dendritic synapses with mitral cells and tufted cells and is involved in the fine spatio-temporal tuning of the responses of these principal olfactory bulb neurons to odors.", + "meaning": "CL:0000626", + "title": "olfactory granule cell" + }, + { + "text": "CL:0000427", + "description": "A scaffolding cell type found in C. elegans, this cell plays a supportive role to the muscle arms. May also have an endocrine role.", + "meaning": "CL:0000427", + "title": "GLR cell" + }, + { + "text": "CL:0001026", + "description": "A common myeloid progenitor that is CD34-positive, CD38-positive, IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative.", + "meaning": "CL:0001026", + "title": "CD34-positive, CD38-positive common myeloid progenitor" + }, + { + "text": "CL:0000480", + "description": "A peptide hormone secreting cell that secretes secretin stimulating hormone", + "meaning": "CL:0000480", + "title": "secretin stimulating hormone secreting cell" + }, + { + "text": "CL:0000892", + "description": "A type of foam cell derived from a smooth muscle cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000892", + "title": "smooth muscle cell derived foam cell" + }, + { + "text": "CL:0000506", + "description": "An endorphine cell that secretes enkephalin.", + "meaning": "CL:0000506", + "title": "enkephalin secreting cell" + }, + { + "text": "CL:0019018", + "description": "A smooth muscle cell that is part of any blood vessel.", + "meaning": "CL:0019018", + "title": "blood vessel smooth muscle cell" + }, + { + "text": "CL:4033058", + "description": "A luminal epithelial cell of the mammary gland that transduces endocrine cues to orchestrate proliferation, architectural remodeling, and differentiation of other cells in the mammary gland via paracrine signaling. This cell expresses high levels of estrogen receptors. In humans, a luminal hormone-sensing cell can be identified by high levels of EpCAM and low levels of CD49f, and in mice it can be identified by low levels of CD29 and high levels of Foxa1, CD133, and Sca1 (Ly6a).", + "meaning": "CL:4033058", + "title": "luminal hormone-sensing cell of mammary gland" + }, + { + "text": "CL:0012000", + "description": "An astrocyte of the forebrain.", + "meaning": "CL:0012000", + "title": "astrocyte of the forebrain" + }, + { + "text": "CL:1000022", + "description": "Any epithelial cell that is part of some mesonephric nephron tubule.", + "meaning": "CL:1000022", + "title": "mesonephric nephron tubule epithelial cell" + }, + { + "text": "CL:1000488", + "description": "An epithelial cell that is part of the bile duct. Cholangiocytes contribute to bile secretion via net release of bicarbonate and water. They are cuboidal epithelium in the small interlobular bile ducts, but become columnar and mucus secreting in larger bile ducts approaching the porta hepatis and the extrahepatic ducts.", + "meaning": "CL:1000488", + "title": "cholangiocyte" + }, + { + "text": "CL:0002284", + "description": "An enteroendocrine cell found in the fundus and pylorus; this cell type has dense round secretory granules that contain ghrelin.", + "meaning": "CL:0002284", + "title": "type X enteroendocrine cell" + }, + { + "text": "CL:0000423", + "meaning": "CL:0000423", + "title": "tip cell" + }, + { + "text": "CL:4033027", + "description": "An OFF diffuse bipolar cell that makes synaptic contact with both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors.", + "meaning": "CL:4033027", + "title": "diffuse bipolar 1 cell" + }, + { + "text": "CL:0000154", + "description": "Any secretory cell that is capable of some protein secretion.", + "meaning": "CL:0000154", + "title": "protein secreting cell" + }, + { + "text": "CL:4042011", + "description": "An interlaminar astrocyte type whose soma is part of the upper first layer of the neocortex and its processes extend to a pia surface.", + "meaning": "CL:4042011", + "title": "subpial interlaminar astrocyte" + }, + { + "text": "CL:0000236", + "description": "A lymphocyte of B lineage that is capable of B cell mediated immunity.", + "meaning": "CL:0000236", + "title": "B cell" + }, + { + "text": "CL:2000047", + "description": "Any motor neuron that is part of a brainstem.", + "meaning": "CL:2000047", + "title": "brainstem motor neuron" + }, + { + "text": "CL:0001079", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-positive.", + "meaning": "CL:0001079", + "title": "NKp44-positive group 3 innate lymphoid cell, human" + }, + { + "text": "CL:4033029", + "description": "An OFF calbindin-positive bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3a contacts with cones are triad-associated.", + "meaning": "CL:4033029", + "title": "diffuse bipolar 3a cell" + }, + { + "text": "CL:0002575", + "description": "A pericyte of the central nervous system.", + "meaning": "CL:0002575", + "title": "central nervous system pericyte" + }, + { + "text": "CL:0002054", + "description": "An immature B cell that is IgM-positive, CD45R-positive, CD43-low, CD25-negative, and CD127-negative. This cell type has also been described as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and HSA-positive.", + "meaning": "CL:0002054", + "title": "fraction E immature B cell" + }, + { + "text": "CL:0001030", + "meaning": "CL:0001030", + "title": "CD117-positive common myeloid progenitor OR CD217-positive common lymphoid progenitor" + }, + { + "text": "CL:0002042", + "description": "A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell.", + "meaning": "CL:0002042", + "title": "immature NK T cell stage IV" + }, + { + "text": "CL:1000283", + "description": "A smooth muscle cell that is part of the transverse colon.", + "meaning": "CL:1000283", + "title": "smooth muscle fiber of transverse colon" + }, + { + "text": "CL:0002202", + "description": "An epithelial cell of the tracheobronchial tree.", + "meaning": "CL:0002202", + "title": "epithelial cell of tracheobronchial tree" + }, + { + "text": "CL:0000225", + "description": "A cell that lacks a nucleus.", + "meaning": "CL:0000225", + "title": "anucleate cell" + }, + { + "text": "CL:0002265", + "description": "A D cell located in the colon.", + "meaning": "CL:0002265", + "title": "type D cell of colon" + }, + { + "text": "CL:0002031", + "description": "A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells.", + "meaning": "CL:0002031", + "title": "hematopoietic lineage restricted progenitor cell" + }, + { + "text": "CL:2000041", + "description": "Any dermis lymphatic vessel endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000041", + "title": "dermis microvascular lymphatic vessel endothelial cell" + }, + { + "text": "CL:0000069", + "meaning": "CL:0000069", + "title": "branched duct epithelial cell" + }, + { + "text": "CL:0002498", + "description": "A trophoblast giant cell that is derived from ectoplacental cone and, later in gestation, the spongiotrophoblast.", + "meaning": "CL:0002498", + "title": "secondary trophoblast giant cell" + }, + { + "text": "CL:0007021", + "description": "Secretory cell that produces a chemical mixture that triggers antipredator behavior. The substance is released only upon disruption of the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, 1992]", + "meaning": "CL:0007021", + "title": "alarm substance cell" + }, + { + "text": "CL:0000127", + "description": "A class of large neuroglial (macroglial) cells in the central nervous system - the largest and most numerous neuroglial cells in the brain and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with many long processes, including those with 'end feet' which form the glial (limiting) membrane and directly and indirectly contribute to the blood-brain barrier. They regulate the extracellular ionic and chemical environment, and 'reactive astrocytes' (along with microglia) respond to injury.", + "meaning": "CL:0000127", + "title": "astrocyte" + }, + { + "text": "CL:1001608", + "description": "Fibroblast from foreskin.", + "meaning": "CL:1001608", + "title": "foreskin fibroblast" + }, + { + "text": "CL:0002355", + "description": "A large nucleated basophilic erythrocyte found in mammalian embryos. This cell type arises from the blood islands of yolk sacs and expresses different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. Considered a type of erythroblast as this cell type can enucleate in circulation.", + "meaning": "CL:0002355", + "title": "primitive red blood cell" + }, + { + "text": "CL:0000776", + "description": "Any of the immature forms of a neutrophil in which neutrophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000776", + "title": "immature neutrophil" + }, + { + "text": "CL:0004233", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals that stratify at S2, with a second stratification that occurs in S3 and S4. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004233", + "title": "DAPI-3 amacrine cell" + }, + { + "text": "CL:4030056", + "description": "A urothelial cell that is terminally differentiated and part of the urothelial apical surface that forms the high-resistance barrier of urothelium. Umbrella cells have been described as the largest of urothelial cell types, highly polarized, and, in some species, multinucleated. In the relaxed state, these cells form a dome-shaped structure at the apical pole and can also cover multiple underlying intermediate cells, leading to the name umbrella cells. In contrast, these cells flatten when the bladder is filled.", + "meaning": "CL:4030056", + "title": "umbrella cell of urothelium" + }, + { + "text": "CL:0000437", + "description": "A rounded cell that is usually situated next to sinusoids; secretes follicular stimulating hormone (FSH) and luteinizing hormone (LH).", + "meaning": "CL:0000437", + "title": "gonadtroph" + }, + { + "text": "CL:0001029", + "description": "Common dendritic precursor is a hematopoietic progenitor cell that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane parts for hematopoietic lineage markers.", + "meaning": "CL:0001029", + "title": "common dendritic progenitor" + }, + { + "text": "CL:4030002", + "description": "An alpha-beta memory T cell with the phenotype CD45RA-positive.", + "meaning": "CL:4030002", + "title": "effector memory CD45RA-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:0002481", + "description": "The flattened smooth myoepithelial cells of mesodermal origin that lie just outside the basal lamina of the seminiferous tubule.", + "meaning": "CL:0002481", + "title": "peritubular myoid cell" + }, + { + "text": "CL:0002410", + "description": "A cell that is found in the periacinar space of the exocrine pancreas and in perivascular and periductal regions of the pancreas, and has long cytoplasmic processes that encircle the base of the acinus. Expresses several intermediate filament proteins including vimentin and nestin. Shares many of the characteristics of hepatatic stellate cells, but not stellate cells of the central nervous system. Upon activation, this cell type undergoes morphological and gene expression changes that make the cell suggestive of being a type of myofibroblast.", + "meaning": "CL:0002410", + "title": "pancreatic stellate cell" + }, + { + "text": "CL:1000275", + "description": "A smooth muscle cell that is part of the small intestine.", + "meaning": "CL:1000275", + "title": "smooth muscle cell of small intestine" + }, + { + "text": "CL:0002630", + "description": "A spore formed from bacteria in the order Actinomycetales.", + "meaning": "CL:0002630", + "title": "actinomycete-type spore" + }, + { + "text": "CL:0002024", + "description": "A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma receptor II/III-low.", + "meaning": "CL:0002024", + "title": "Kit-positive megakaryocyte progenitor cell" + }, + { + "text": "CL:4030030", + "description": "A blood lymphocyte located in the flowing, circulating blood of the body.", + "meaning": "CL:4030030", + "title": "peripheral blood lymphocyte" + }, + { + "text": "CL:4023049", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in L5 of the primary motor cortex.", + "meaning": "CL:4023049", + "title": "L5 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0007000", + "description": "Skeletogenic cell that has the potential to develop into an ameloblast. Located in the inner enamel epithelium, these cells elongate, their nuclei shift distally (away from the dental papilla), and their cytoplasm becomes filled with organelles needed for synthesis and secretion of enamel proteins.", + "meaning": "CL:0007000", + "title": "preameloblast" + }, + { + "text": "CL:0002223", + "description": "A cell of the transparent layer of simple cuboidal epithelium over the anterior surface of the lens; transform into lens fiber(s).", + "meaning": "CL:0002223", + "title": "anterior lens cell" + }, + { + "text": "CL:0004243", + "description": "An amacrine cell with a wild dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites have spikes, cross over each other, and cover a larger volume than dendrties of W3-1 retinal amacrine cells.", + "meaning": "CL:0004243", + "title": "WF3-2 amacrine cell" + }, + { + "text": "CL:1000394", + "description": "A myoepithelial cell that is part of the intralobular part of terminal lactiferous duct.", + "meaning": "CL:1000394", + "title": "myoepithelial cell of intralobular lactiferous duct" + }, + { + "text": "CL:0000884", + "description": "A tissue-resident macrophage found in the mucosa associated lymphoid tissue.", + "meaning": "CL:0000884", + "title": "mucosa-associated lymphoid tissue macrophage" + }, + { + "text": "CL:0000358", + "description": "A smooth muscle cell that is part of a sphincter. A sphincter is a typically circular muscle that normally maintains constriction of a natural body passage or orifice and which relaxes as required by normal physiological functioning.", + "meaning": "CL:0000358", + "title": "sphincter associated smooth muscle cell" + }, + { + "text": "CL:0008036", + "description": "A trophoblast cell that is not part of a placental villous.", + "meaning": "CL:0008036", + "title": "extravillous trophoblast" + }, + { + "text": "CL:1001561", + "description": "Chemosensitive cells that innervate the vomernasal organ epithelium and are responsible for receiving and transmitting pheromone signals.", + "meaning": "CL:1001561", + "title": "vomeronasal sensory neuron" + }, + { + "text": "CL:0009036", + "description": "A macrophage located in the vermiform appendix.", + "meaning": "CL:0009036", + "title": "appendix macrophage" + }, + { + "text": "CL:0002626", + "description": "An immature astrocyte.", + "meaning": "CL:0002626", + "title": "immature astrocyte" + }, + { + "text": "CL:1001066", + "meaning": "CL:1001066", + "title": "kidney arteriole smooth muscle cell" + }, + { + "text": "CL:0000948", + "description": "A class switched memory B cell that expresses IgE on the cell surface.", + "meaning": "CL:0000948", + "title": "IgE memory B cell" + }, + { + "text": "CL:0000168", + "description": "Any secretory cell that is capable of some insulin secretion.", + "meaning": "CL:0000168", + "title": "insulin secreting cell" + }, + { + "text": "CL:0002273", + "description": "A type EC enteroendocrine cell type that is numerous in the fundus of the stomach; stores 5-hydroxytryptamine and histamine.", + "meaning": "CL:0002273", + "title": "type ECL enteroendocrine cell" + }, + { + "text": "CL:0000470", + "meaning": "CL:0000470", + "title": "digestive enzyme secreting cell" + }, + { + "text": "CL:0000356", + "meaning": "CL:0000356", + "title": "hair matrix stem cell" + }, + { + "text": "CL:0002075", + "description": "Infrequent type of columnar epithelial cell. This cell is characterized by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) on the cell surface. The microvilli contain filaments that stretch into the underlying cytoplasm. They have a distinctive pear shape with a wide base and a narrow microvillous apex. Function not known.", + "meaning": "CL:0002075", + "title": "brush cell of tracheobronchial tree" + }, + { + "text": "CL:4023005", + "description": "A nuclear bag fiber that is sensitive mainly to the rate of change in muscle length.", + "meaning": "CL:4023005", + "title": "dynamic nuclear bag fiber" + }, + { + "text": "CL:0000855", + "description": "Hair cell is a mechanoreceptor cell that is sensitive to movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.", + "meaning": "CL:0000855", + "title": "sensory hair cell" + }, + { + "text": "CL:0000226", + "description": "A cell with a single nucleus.", + "meaning": "CL:0000226", + "title": "single nucleate cell" + }, + { + "text": "CL:0000930", + "description": "A mature NK T cell that secretes interleukin-4 and enhances Th2 immune responses.", + "meaning": "CL:0000930", + "title": "CD4-negative, CD8-negative type I NK T cell secreting interleukin-4" + }, + { + "text": "CL:0000678", + "meaning": "CL:0000678", + "title": "commissural neuron" + }, + { + "text": "CL:0000772", + "description": "Any of the immature forms of an eosinophil, in which eosinophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000772", + "title": "immature eosinophil" + }, + { + "text": "CL:0002455", + "description": "A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative and CD4-positive.", + "meaning": "CL:0002455", + "title": "CD8_alpha-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0002479", + "description": "An adipose macrophage that does not express MHC-II but is F4/80-positive.", + "meaning": "CL:0002479", + "title": "F4/80-positive adipose macrophage" + }, + { + "text": "CL:0000068", + "description": "An epithelial cell that is part of a duct.", + "meaning": "CL:0000068", + "title": "duct epithelial cell" + }, + { + "text": "CL:0011103", + "description": "Sympathetic neurons are part of the sympathetic nervous system and are primarily adrenergic producing the neurotransmitter noradrenalin along with other neuropeptides.", + "meaning": "CL:0011103", + "title": "sympathetic neuron" + }, + { + "text": "CL:0002633", + "description": "A basal cell in the respiratory tract.", + "meaning": "CL:0002633", + "title": "respiratory basal cell" + }, + { + "text": "CL:0000891", + "description": "A type of cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000891", + "title": "foam cell" + }, + { + "text": "CL:2000033", + "description": "Any basal cell of epidermis that is part of a limb.", + "meaning": "CL:2000033", + "title": "limb basal cell of epidermis" + }, + { + "text": "CL:0000147", + "description": "A pigment cell is a cell that contains pigment granules.", + "meaning": "CL:0000147", + "title": "pigment cell" + }, + { + "text": "CL:0002665", + "description": "A fibrocyte of the cochlea that has specialized structural and molecular adaptions.", + "meaning": "CL:0002665", + "title": "otic fibrocyte" + }, + { + "text": "CL:0002470", + "description": "Gr1-high monocyte that has a MHC-II receptor complex.", + "meaning": "CL:0002470", + "title": "MHC-II-positive classical monocyte" + }, + { + "text": "CL:0002594", + "description": "A smooth muscle cell of the umbilical artery.", + "meaning": "CL:0002594", + "title": "smooth muscle cell of the umbilical artery" + }, + { + "text": "CL:0004222", + "description": "A flag amacrine cell with post-synaptic terminals in S3, S4, and S5. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004222", + "title": "flag B amacrine cell" + }, + { + "text": "CL:0000103", + "description": "A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body.", + "meaning": "CL:0000103", + "title": "bipolar neuron" + }, + { + "text": "CL:1000746", + "description": "Any kidney corpuscule cell that is part of some renal glomerulus.", + "meaning": "CL:1000746", + "title": "glomerular cell" + }, + { + "text": "CL:0000377", + "meaning": "CL:0000377", + "title": "tracheoblast" + }, + { + "text": "CL:0002139", + "description": "An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels.", + "meaning": "CL:0002139", + "title": "endothelial cell of vascular tree" + }, + { + "text": "CL:0000071", + "description": "An endothelial cell that lines the vasculature.", + "meaning": "CL:0000071", + "title": "blood vessel endothelial cell" + }, + { + "text": "CL:0000852", + "description": "Neuromast support cell is a non-sensory cell of the neuromast that extend between the sensory hair cells from the basement membrane to the apical surface; neuromast support cells are surrounded by neuromast mantle cells.", + "meaning": "CL:0000852", + "title": "neuromast supporting cell" + }, + { + "text": "CL:0000723", + "description": "A stem cell that can give rise to cell types of the body other than those of the germ-line.", + "meaning": "CL:0000723", + "title": "somatic stem cell" + }, + { + "text": "CL:0002007", + "description": "A lineage marker-negative, CD34-positive, IL5r-alpha-positive, and Sca1-negative eosinophil progenitor cell.", + "meaning": "CL:0002007", + "title": "Kit-low, CD34-positive eosinophil progenitor cell" + }, + { + "text": "CL:0000606", + "description": "The larger of two types of asexual spores formed by some fungi; usually round or oblong.", + "meaning": "CL:0000606", + "title": "macroconidium" + }, + { + "text": "CL:0000609", + "description": "A mechanoreceptor located in the acoustic maculae and the semicircular canals that mediates the sense of balance, movement, and head position. The vestibular hair cells are connected to accessory structures in such a way that movements of the head displace their stereocilia. This influences the membrane potential of the cells which relay information about movements via the vestibular part of the vestibulocochlear nerve to the brain stem.", + "meaning": "CL:0000609", + "title": "vestibular hair cell" + }, + { + "text": "CL:0001053", + "description": "A memory B cell that lacks expression of surface IgD.", + "meaning": "CL:0001053", + "title": "IgD-negative memory B cell" + }, + { + "text": "CL:0000781", + "description": "A specialized mononuclear osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000781", + "title": "mononuclear odontoclast" + }, + { + "text": "CL:0009059", + "description": "A plasma cell that is located in the medullary sinus of the lymph node.", + "meaning": "CL:0009059", + "title": "plasma cell of medullary sinus of lymph node" + }, + { + "text": "CL:0002121", + "description": "A CD24-negative CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative.", + "meaning": "CL:0002121", + "title": "CD24-negative CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000747", + "description": "A pigment cell derived from the neural crest. Contains blue pigment of unknown chemical composition in fibrous organelles termed cyanosomes. This gives a blue appearance.", + "meaning": "CL:0000747", + "title": "cyanophore" + }, + { + "text": "CL:0011020", + "description": "An undifferentiated cell that originates from a neural stem cell and has the capacity to generate multiple types of lineage-restricted progenitors but not to self-renew.", + "meaning": "CL:0011020", + "title": "neural progenitor cell" + }, + { + "text": "CL:4033020", + "description": "A mucus secreting cell that is part of a submucosal gland of the trachea.", + "meaning": "CL:4033020", + "title": "mucus secreting cell of trachea gland" + }, + { + "text": "CL:1000276", + "description": "A smooth muscle cell that is part of the duodenum.", + "meaning": "CL:1000276", + "title": "smooth muscle fiber of duodenum" + }, + { + "text": "CL:0011028", + "description": "A neural-crest derived glial cell that supports the growth and survival of primary olfactory neuroons from the neuroepithelium in the nasal cavity to the brain by encasing large bundles of numerous unmyelinated axons.", + "meaning": "CL:0011028", + "title": "olfactory ensheathing cell" + }, + { + "text": "CL:4030065", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L6 IT.", + "meaning": "CL:4030065", + "title": "L6 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:2000010", + "description": "Any blood vessel endothelial cell that is part of a dermis.", + "meaning": "CL:2000010", + "title": "dermis blood vessel endothelial cell" + }, + { + "text": "CL:0000802", + "description": "A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha alpha-positive.", + "meaning": "CL:0000802", + "title": "CD8-alpha alpha positive, gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002115", + "description": "A B220-positive CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-positive, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002115", + "title": "B220-positive CD38-positive unswitched memory B cell" + }, + { + "text": "CL:1001223", + "description": "Any endothelial cell that is part of some renal interlobular vein.", + "meaning": "CL:1001223", + "title": "interlobulary vein endothelial cell" + }, + { + "text": "CL:0002152", + "description": "A columnar cell of the cervix uteri.", + "meaning": "CL:0002152", + "title": "columnar cell of endocervix" + }, + { + "text": "CL:0000234", + "description": "Any cell capable of ingesting particulate matter via phagocytosis.", + "meaning": "CL:0000234", + "title": "phagocyte" + }, + { + "text": "CL:0001081", + "description": "A group 2 innate lymphoid cell in the human with the phenotype CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive.", + "meaning": "CL:0001081", + "title": "group 2 innate lymphoid cell, human" + }, + { + "text": "CL:0000340", + "description": "A precursor of the central nervous system that gives rise to glial cells only.", + "meaning": "CL:0000340", + "title": "glioblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000738", + "description": "An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue.", + "meaning": "CL:0000738", + "title": "leukocyte" + }, + { + "text": "CL:0002506", + "description": "A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, MHC-II-high and CD103-positive that is located in the liver.", + "meaning": "CL:0002506", + "title": "liver CD103-positive dendritic cell" + }, + { + "text": "CL:0000396", + "description": "A hemocyte found in immuno-stimulated larvae.", + "meaning": "CL:0000396", + "title": "lamellocyte" + }, + { + "text": "CL:0000040", + "description": "A myeloid progenitor cell committed to the monocyte lineage. This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and the presence of a nucleolus.", + "meaning": "CL:0000040", + "title": "monoblast" + }, + { + "text": "CL:4023054", + "description": "A mesothelial cell that has undergone mesothelial-to-mesenchymal transition (MMT) to become a fibroblast cell.", + "meaning": "CL:4023054", + "title": "mesothelial fibroblast" + }, + { + "text": "CL:0000347", + "description": "A cell of the sclera of the eye.", + "meaning": "CL:0000347", + "title": "scleral cell" + }, + { + "text": "CL:0009048", + "description": "A macrophage that is located in the anorectum.", + "meaning": "CL:0009048", + "title": "anorectum macrophage" + }, + { + "text": "CL:0000798", + "description": "A T cell that expresses a gamma-delta T cell receptor complex.", + "meaning": "CL:0000798", + "title": "gamma-delta T cell" + }, + { + "text": "CL:1001590", + "description": "Glandular cell of epididymal epithelium.", + "meaning": "CL:1001590", + "title": "epididymis glandular cell" + }, + { + "text": "CL:0000476", + "description": "A basophil cell of the anterior pituitary that produces thyroid stimulating hormone, thyrotrophin. This cell type is elongated, polygonal and lie in clusters towards the adenohypophyseal center.", + "meaning": "CL:0000476", + "title": "thyrotroph" + }, + { + "text": "CL:0002293", + "description": "An epithelial cell of the thymus. Epithelial reticular cells are pleomorphic, stellate, non-phagocytic cells which seem to be supportive in function and are held together by desmosomes. They replace the fibroblastoid reticular cells found in other lymphoid organs. Other epithelial cells in the medulla have the ultrastructure of secretory cells. Although different epithelial cells throughout the thymus appear alike by light microscopy their ultrastructure and function varies.", + "meaning": "CL:0002293", + "title": "epithelial cell of thymus" + }, + { + "text": "CL:4033047", + "description": "A midget ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from flat midget bipolar cells.", + "meaning": "CL:4033047", + "title": "OFF midget ganglion cell" + }, + { + "text": "CL:0001082", + "description": "An innate lyphoid cell with an immature phenotype.", + "meaning": "CL:0001082", + "title": "immature innate lymphoid cell" + }, + { + "text": "CL:1000324", + "description": "A goblet cell that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000324", + "title": "duodenal goblet cell" + }, + { + "text": "CL:0000535", + "description": "A neuron of teleosts that develops later than a primary neuron, typically during the larval stages.", + "meaning": "CL:0000535", + "title": "secondary neuron (sensu Teleostei)" + }, + { + "text": "CL:1001107", + "description": "An epithelial cell that is part of some loop of Henle thin ascending limb.", + "meaning": "CL:1001107", + "title": "kidney loop of Henle thin ascending limb epithelial cell" + }, + { + "text": "CL:0001041", + "description": "A CD8-positive alpha-beta-positive T cell with the phenotype CXCR3-positive and having suppressor function. They are capable of producing IL-10, suppressing proliferation, and suppressing IFN-gamma production.", + "meaning": "CL:0001041", + "title": "CD8-positive, CXCR3-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:4030066", + "description": "An epithelial cell that is part of a ureteric bud. A ureteric bud cell has the potential to induce metanephric mesenchymal cells to proliferate and convert to epithelia that form renal tubules via: (1) the secretion of multiple diffusible growth factors that rescue renal progenitors from apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms that induce mesenchymal-epithelial conversion.", + "meaning": "CL:4030066", + "title": "ureteric bud cell" + }, + { + "text": "CL:0008031", + "description": "An interneuron that has its soma located in the cerebral cortex.", + "meaning": "CL:0008031", + "title": "cortical interneuron" + }, + { + "text": "CL:0002363", + "description": "A keratocyte is a specialized fibroblast\u00a0residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This\u00a0corneal\u00a0layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate.", + "meaning": "CL:0002363", + "title": "keratocyte" + }, + { + "text": "CL:0004219", + "description": "A bistratifed retinal amacrine cell with a small dendritic field, dendrite stratification in S1-S2, and a second dendrite stratification in S5. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004219", + "title": "A2 amacrine cell" + }, + { + "text": "CL:0011004", + "description": "A vetebrate lens cell that is any of the elongated, tightly packed cells that make up the bulk of the mature lens in a camera-type eye.", + "meaning": "CL:0011004", + "title": "lens fiber cell" + }, + { + "text": "CL:0002149", + "description": "An epithelial cell of the uterus.", + "meaning": "CL:0002149", + "title": "epithelial cell of uterus" + }, + { + "text": "CL:0000582", + "description": "A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and the band form neutrophil. The protein synthesis seen in earlier stages decreases or stops; the nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare; and the cytoplasm becomes amphophilic like that of a mature granulocyte. This cell type is integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, CD33-positive, CD24-positive, fMLP receptor-negative and has expression of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase and neutrophil gelatinase associated lipocalin.", + "meaning": "CL:0000582", + "title": "neutrophilic metamyelocyte" + }, + { + "text": "CL:0002014", + "description": "A basophilic erythroblast that is Lyg 76-high and is Kit-negative.", + "meaning": "CL:0002014", + "title": "Kit-negative, Ly-76 high basophilic erythroblast" + }, + { + "text": "CL:1001052", + "description": "Any kidney venous blood vessel cell that is part of some renal cortex vein.", + "meaning": "CL:1001052", + "title": "kidney cortex vein cell" + }, + { + "text": "CL:0009103", + "description": "A fibroblastic reticular cell found in the lymph node subcapsular sinus.", + "meaning": "CL:0009103", + "title": "lymph node marginal reticular cell" + }, + { + "text": "CL:0000987", + "description": "A fully differentiated plasma cell that secretes IgA.", + "meaning": "CL:0000987", + "title": "IgA plasma cell" + }, + { + "text": "CL:0002511", + "description": "A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-low.", + "meaning": "CL:0002511", + "title": "CD11b-low, CD103-negative, langerin-negative lymph node dendritic cell" + }, + { + "text": "CL:0000617", + "description": "A neuron that uses GABA as a vesicular neurotransmitter", + "meaning": "CL:0000617", + "title": "GABAergic neuron" + }, + { + "text": "CL:0002464", + "description": "An adipose dendritic cell that is SIRPa-negative.", + "meaning": "CL:0002464", + "title": "SIRPa-negative adipose dendritic cell" + }, + { + "text": "CL:1000432", + "description": "An epithelial cell that is part of the conjunctiva.", + "meaning": "CL:1000432", + "title": "conjunctival epithelial cell" + }, + { + "text": "CL:1001503", + "description": "The principal glutaminergic neuron located in the outer third of the external plexiform layer of the olfactory bulb; a single short primary dendrite traverses the outer external plexiform layer and terminates within an olfactory glomerulus in a tuft of branches, where it receives the input from olfactory receptor neuron axon terminals; axons of the tufted cells transfer information to a number of areas in the brain, including the piriform cortex, entorhinal cortex, olfactory tubercle, and amygdala.", + "meaning": "CL:1001503", + "title": "olfactory bulb tufted cell" + }, + { + "text": "CL:2000086", + "description": "Any basket cell that is part of a neocortex.", + "meaning": "CL:2000086", + "title": "neocortex basket cell" + }, + { + "text": "CL:0003010", + "description": "A bistratified retinal ganglion cell that has a dendrite field that terminates in sublaminar layer S2 and a second dendrite field that terminates in sublaminar layer S4.", + "meaning": "CL:0003010", + "title": "G7 retinal ganglion cell" + }, + { + "text": "CL:0002128", + "description": "A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 and some IFNg.", + "meaning": "CL:0002128", + "title": "Tc17 cell" + }, + { + "text": "CL:0002408", + "description": "A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain that does not contain a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.", + "meaning": "CL:0002408", + "title": "immature Vgamma2-negative thymocyte" + }, + { + "text": "CL:0002662", + "description": "A luminal epithelial cell of the lactiferous duct. This cuboidal epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive.", + "meaning": "CL:0002662", + "title": "luminal cell of lactiferous duct" + }, + { + "text": "CL:4033066", + "description": "A supporting cell that is part of the ovary and differentiates into a granulosa cell. A pre-granulosa cell develops from an early supporting gonadal cell by repressing testis determination, which can then proliferate to form primordial follicles.", + "meaning": "CL:4033066", + "title": "pre-granulosa cell" + }, + { + "text": "CL:0000197", + "description": "A cell that is capable of detection of a stimulus involved in sensory perception.", + "meaning": "CL:0000197", + "title": "sensory receptor cell" + }, + { + "text": "CL:0000015", + "description": "A germ cell that supports male gamete production. In some species, non-germ cells known as Sertoli cells also play a role in spermatogenesis.", + "meaning": "CL:0000015", + "title": "male germ cell" + }, + { + "text": "CL:4023038", + "description": "A glutamatergic neuron with a soma found in cortical layer 6b. They are transcriptomically related to corticothalamic-projecting neurons but have differential projections to the thalamus or anterior cingulate.", + "meaning": "CL:4023038", + "title": "L6b glutamatergic cortical neuron" + }, + { + "text": "CL:0000900", + "description": "A CD8-positive, alpha-beta T cell that has not experienced activation via antigen contact and has the phenotype CD45RA-positive, CCR7-positive and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.", + "meaning": "CL:0000900", + "title": "naive thymus-derived CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1001009", + "description": "Any kidney arterial blood vessel cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001009", + "title": "kidney efferent arteriole cell" + }, + { + "text": "CL:0002394", + "description": "A myeloid dendritic cell found in the blood, lymph nodes, tonsil, bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive T cells and can produce inteferon-beta.", + "meaning": "CL:0002394", + "title": "CD141-positive myeloid dendritic cell" + }, + { + "text": "CL:0002313", + "description": "An ecto-epithelial cell of the prostate gland that secretes hormones.", + "meaning": "CL:0002313", + "title": "endocrine-paracrine cell of prostate gland" + }, + { + "text": "CL:0000006", + "description": "Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception.", + "meaning": "CL:0000006", + "title": "neuronal receptor cell" + }, + { + "text": "CL:0000988", + "description": "A cell of a hematopoietic lineage.", + "meaning": "CL:0000988", + "title": "hematopoietic cell" + }, + { + "text": "CL:0000444", + "description": "A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern.", + "meaning": "CL:0000444", + "title": "obliquely striated muscle cell" + }, + { + "text": "CL:4033011", + "description": "A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle circular layer.", + "meaning": "CL:4033011", + "title": "smooth muscle cell of large intestine smooth muscle circular layer" + }, + { + "text": "CL:0002673", + "description": "A skeletal muscle cell that is part of the tongue.", + "meaning": "CL:0002673", + "title": "tongue muscle cell" + }, + { + "text": "CL:0009082", + "description": "The human equivalent of a DN3 thymocyte; these thymocytes finish the process of beta selection.", + "meaning": "CL:0009082", + "title": "committed double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:4023116", + "description": "A spiral ganglion neuron that innervates outer hair cells. Type 1 spiral ganglion neurons are unmyelinated and unipolar.", + "meaning": "CL:4023116", + "title": "type 2 spiral ganglion neuron" + }, + { + "text": "CL:0002102", + "description": "A CD38-negative naive B cell is a mature B cell that has the phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002102", + "title": "CD38-negative naive B cell" + }, + { + "text": "CL:0000782", + "description": "A dendritic cell of the myeloid lineage.", + "meaning": "CL:0000782", + "title": "myeloid dendritic cell" + }, + { + "text": "CL:0004162", + "description": "A cone whose sensitivity measurements have an average spectral peak of 358.2 nm. These cones are described in rat.", + "meaning": "CL:0004162", + "title": "360 nm-cone" + }, + { + "text": "CL:1001432", + "description": "Any renal intercalated cell that is part of some collecting duct of renal tubule.", + "meaning": "CL:1001432", + "title": "kidney collecting duct intercalated cell" + }, + { + "text": "CL:0005012", + "description": "A ciliated epithelial cell with many cilia.", + "meaning": "CL:0005012", + "title": "multi-ciliated epithelial cell" + }, + { + "text": "CL:4033008", + "description": "A(n) vein endothelial cell that is part of a(n) respiratory system.", + "meaning": "CL:4033008", + "title": "vein endothelial cell of respiratory system" + }, + { + "text": "CL:2000013", + "description": "Any skin fibroblast that is part of a skin of abdomen.", + "meaning": "CL:2000013", + "title": "fibroblast of skin of abdomen" + }, + { + "text": "CL:0009072", + "description": "A thymic medullary epithelial cell that expresses AIRE or other canonical markers of mature mTECs like Fezf2.", + "meaning": "CL:0009072", + "title": "medullary thymic epithelial cell type 2" + }, + { + "text": "CL:4030000", + "description": "A melanocyte located in the vascular uvea and involved in photoprotection, regulation of oxidative damage and immune responses.", + "meaning": "CL:4030000", + "title": "choroidal melanocyte" + }, + { + "text": "CL:0000576", + "description": "Myeloid mononuclear recirculating leukocyte that can act as a precursor of tissue macrophages, osteoclasts and some populations of tissue dendritic cells.", + "meaning": "CL:0000576", + "title": "monocyte" + }, + { + "text": "CL:0005008", + "description": "An auditory hair cell located in the macula that is sensitive to auditory stimuli.", + "meaning": "CL:0005008", + "title": "macular hair cell" + }, + { + "text": "CL:4023035", + "description": "A neuron that is derived from a precursor cell in the lateral ganglion eminence.", + "meaning": "CL:4023035", + "title": "lateral ganglionic eminence derived neuron" + }, + { + "text": "CL:0002098", + "description": "A cardiac myocyte that is connected to other cardiac myocytes by transverse intercalated discs (GO:0014704) at a regular interval.", + "meaning": "CL:0002098", + "title": "regular cardiac myocyte" + }, + { + "text": "CL:4023065", + "description": "A GABAergic cell located in the cerebral cortex that expresses meis2.", + "meaning": "CL:4023065", + "title": "meis2 expressing cortical GABAergic cell" + }, + { + "text": "CL:0000395", + "description": "A precursor of mature crystal cells.", + "meaning": "CL:0000395", + "title": "procrystal cell" + }, + { + "text": "CL:0000170", + "description": "A cell that secretes glucagon.", + "meaning": "CL:0000170", + "title": "glucagon secreting cell" + }, + { + "text": "CL:4023020", + "description": "A gamma motor neuron that innervates dynamic nuclear bag fibers (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They alter muscle spindle sensitivity and increases its discharge in response to velocity of muscle length (rather than just magnitude).", + "meaning": "CL:4023020", + "title": "dynamic gamma motor neuron" + }, + { + "text": "CL:0009013", + "description": "A progenitor cell with hepatic and biliary lineage potential, identified in mouse and human, and anatomically restricted to the ductal plate of fetal liver.", + "meaning": "CL:0009013", + "title": "fetal hepatobiliary progenitor cell" + }, + { + "text": "CL:0001004", + "description": "Immature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001004", + "title": "immature CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0009031", + "description": "A T cell that is located in a vermiform appendix.", + "meaning": "CL:0009031", + "title": "T cell of appendix" + }, + { + "text": "CL:4023111", + "description": "A pyramidal neuron with soma located in the cerebral cortex.", + "meaning": "CL:4023111", + "title": "cerebral cortex pyramidal neuron" + }, + { + "text": "CL:2000077", + "description": "Any striated muscle cell that is part of a skeletal muscle tissue of pectoralis major.", + "meaning": "CL:2000077", + "title": "skeletal muscle tissue of pectoralis major striated muscle cell" + }, + { + "text": "CL:0002519", + "description": "An interrenal epithelial kidney cell is an epithelial cell found in the anterior kidney of teleosts fish. This cell type is arranged in layers around the posterior cardinal vein and contains many mitochondria with tubulovesicular cristae. Interrenal chromaffin cells are interspersed among the tissue layer created by this cell type.", + "meaning": "CL:0002519", + "title": "interrenal epithelial cell" + }, + { + "text": "CL:0002425", + "description": "A pro-T cell that is lin-negative, CD25-negative, CD127-negative, CD44-positive and kit-positive.", + "meaning": "CL:0002425", + "title": "early T lineage precursor" + }, + { + "text": "CL:0002577", + "description": "An epithelial cell of the placenta.", + "meaning": "CL:0002577", + "title": "placental epithelial cell" + }, + { + "text": "CL:4030028", + "description": "An amacrine cell that uses glycine as a neurotransmitter.", + "meaning": "CL:4030028", + "title": "glycinergic amacrine cell" + }, + { + "text": "CL:4030037", + "description": "A spermatid in a late stage of maturation that has an elongated morphology and is transcriptionally inert when the acrosome is fully developed.", + "meaning": "CL:4030037", + "title": "late spermatid" + }, + { + "text": "CL:0002350", + "description": "An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin.", + "meaning": "CL:0002350", + "title": "endocardial cell" + }, + { + "text": "CL:0000644", + "description": "Type of radial astrocyte in the cerebellar cortex that have their cell bodies in the Purkinje cell layer and processes that extend into the molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann glia express high densities of glutamate transporters that limit diffusion of the neurotransmitter glutamate during its release from synaptic terminals. Besides their role in early development of the cerebellum, Bergmann glia are also required for the pruning or addition of synapses.", + "meaning": "CL:0000644", + "title": "Bergmann glial cell" + }, + { + "text": "CL:4033041", + "description": "An alveolar macrophage that expresses CCL3.", + "meaning": "CL:4033041", + "title": "CCL3-positive alveolar macrophage" + }, + { + "text": "CL:0007011", + "description": "Neuron that is part of the enteric nervous system.", + "meaning": "CL:0007011", + "title": "enteric neuron" + }, + { + "text": "CL:0000650", + "description": "A cell type that encapsulates the capillaries and venules in the kidney. This cell secretes mesangial matrix that provides the structural support for the capillaries.", + "meaning": "CL:0000650", + "title": "mesangial cell" + }, + { + "text": "CL:0000995", + "meaning": "CL:0000995", + "title": "CD34-positive, CD38-positive common myeloid progenitor OR CD34-positive, CD38-positive common lymphoid progenitor" + }, + { + "text": "CL:0002525", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the metanephros.", + "meaning": "CL:0002525", + "title": "metanephric podocyte" + }, + { + "text": "CL:1000434", + "description": "An epithelial cell that is part of the external acoustic meatus.", + "meaning": "CL:1000434", + "title": "epithelial cell of external acoustic meatus" + }, + { + "text": "CL:0002141", + "description": "A parathyroid chief cell that is actively secreting hormone. Have large Golgi complexes with numerous vesicles and small membrane-bound granules; secretory granules are rare, cytoplasmic glycogen sparse, much of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum in parallel arrays; in normal humans, inactive chief cells outnumber active chief cells in a ratio of 3-5:1", + "meaning": "CL:0002141", + "title": "active chief cell of parathyroid gland" + }, + { + "text": "CL:1000381", + "description": "A type I vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.", + "meaning": "CL:1000381", + "title": "type 1 vestibular sensory cell of epithelium of crista of ampulla of semicircular duct of membranous labyrinth" + }, + { + "text": "CL:0000189", + "description": "A muscle cell that develops tension more slowly than a fast-twitch fiber.", + "meaning": "CL:0000189", + "title": "slow muscle cell" + }, + { + "text": "CL:0007006", + "description": "Mesodermal cell that is axially located and gives rise to the cells of the notochord.", + "meaning": "CL:0007006", + "title": "chordamesodermal cell" + }, + { + "text": "CL:4033026", + "description": "A perichondrial fibroblast that is part of the lung.", + "meaning": "CL:4033026", + "title": "lung perichondrial fibroblast" + }, + { + "text": "CL:0001204", + "description": "CD4-positive, alpha-beta long-lived T cell with the phenotype CD45RO-positive and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.", + "meaning": "CL:0001204", + "title": "CD4-positive, alpha-beta memory T cell, CD45RO-positive" + }, + { + "text": "CL:0002296", + "description": "An epithelial cell with high nuclear and cytoplasmic electron-density. This cell type is found in the deeper portions of the cortex but is more abundant in the medulla of the thymus.", + "meaning": "CL:0002296", + "title": "type-4 epithelial cell of thymus" + }, + { + "text": "CL:0003006", + "description": "A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S3 and S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003006", + "title": "G4-ON retinal ganglion cell" + }, + { + "text": "CL:0002427", + "description": "A double-positive, alpha-beta thymocyte that is small and not proliferating.", + "meaning": "CL:0002427", + "title": "resting double-positive thymocyte" + }, + { + "text": "CL:0000963", + "description": "A germinal center B cell that develops from a Bm3 B cell. This cell has the phenotype IgM-negative, IgD-positive, and CD38-positive.", + "meaning": "CL:0000963", + "title": "Bm3-delta B cell" + }, + { + "text": "CL:4040002", + "description": "Glial cell that provides support to the enteric nervous system. It is involved in enteric neurotransmission, in maintaining the integrity of the mucosal barrier of the gut and serves as a link between the nervous and immune systems of the gut. In enteric nerve strands, glial processes ensheath multiaxonal bundles which distinguishes enteric glia from all other peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial cell is the presence of 10 nm filaments, which criss-cross the cell body, form axial bundles in the processes and appear to firmly anchor the cells to the ganglionic surfaces. Similar to astrocytes, their main constituent is glial fibrillary acidic protein (GFAP).", + "meaning": "CL:4040002", + "title": "enteroglial cell" + }, + { + "text": "CL:0002497", + "description": "A trophoblast giant cell derived from the mural trophectoderm.", + "meaning": "CL:0002497", + "title": "primary trophoblast giant cell" + }, + { + "text": "CL:0002086", + "description": "A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart.", + "meaning": "CL:0002086", + "title": "specialized cardiac myocyte" + }, + { + "text": "CL:0000162", + "description": "A large, oval stomach epithelial cell with a central nucleus; source of gastric acid. Secretes HCl.", + "meaning": "CL:0000162", + "title": "parietal cell" + }, + { + "text": "CL:1001033", + "description": "An endothelial cell that is part of some peritubular capillary.", + "meaning": "CL:1001033", + "title": "peritubular capillary endothelial cell" + }, + { + "text": "CL:0000992", + "description": "Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD80-low and CD86-low.", + "meaning": "CL:0000992", + "title": "immature CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:2000072", + "description": "Any microvascular endothelial cell that is part of a adipose tissue.", + "meaning": "CL:2000072", + "title": "adipose microvascular endothelial cell" + }, + { + "text": "CL:0002305", + "description": "An epithelial cell of the distal convoluted tubule of the kidney that helps regulate systemic levels of potassium, sodium, calcium, and pH.", + "meaning": "CL:0002305", + "title": "epithelial cell of distal tubule" + }, + { + "text": "CL:4028001", + "description": "Any capillary endothelial cell that is part of a lung.", + "meaning": "CL:4028001", + "title": "pulmonary capillary endothelial cell" + }, + { + "text": "CL:0002466", + "description": "A CD11b-positive dendritic cell located in the serosal portion of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, CD11c-low, CD103-negative.", + "meaning": "CL:0002466", + "title": "small intestine serosal dendritic cell" + }, + { + "text": "CL:0000595", + "description": "An erythrocyte lacking a nucleus.", + "meaning": "CL:0000595", + "title": "enucleate erythrocyte" + }, + { + "text": "CL:0000906", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative.", + "meaning": "CL:0000906", + "title": "activated CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:0002639", + "description": "An amniotic stem cell is a mesenchymalstem cell extracted from amniotic fluid. Amniotic stem cells are able to differentiate into various tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and bone", + "meaning": "CL:0002639", + "title": "amniotic stem cell" + }, + { + "text": "CL:1000510", + "description": "Any kidney epithelial cell that is part of some glomerular epithelium.", + "meaning": "CL:1000510", + "title": "kidney glomerular epithelial cell" + }, + { + "text": "CL:0000527", + "description": "A neuron which sends impulses peripherally to activate muscles or secretory cells.", + "meaning": "CL:0000527", + "title": "efferent neuron" + }, + { + "text": "CL:1000721", + "description": "Any renal principal cell that is part of some papillary duct.", + "meaning": "CL:1000721", + "title": "kidney papillary duct principal cell" + }, + { + "text": "CL:0000633", + "description": "A tall supporting cell that is arranged in rows adjacent to the last row of outer phalangeal cells. This cell type constitutes the outer border of the organ of Corti.", + "meaning": "CL:0000633", + "title": "Hensen cell" + }, + { + "text": "CL:0002374", + "description": "A hair cell of the ear that contains the organs of balance and hearing.", + "meaning": "CL:0002374", + "title": "ear hair cell" + }, + { + "text": "CL:1000424", + "description": "A chromaffin cell that is part of the paraaortic body.", + "meaning": "CL:1000424", + "title": "chromaffin cell of paraaortic body" + }, + { + "text": "CL:0000017", + "description": "A male germ cell that develops from spermatogonia. The euploid primary spermatocytes undergo meiosis and give rise to the haploid secondary spermatocytes which in turn give rise to spermatids.", + "meaning": "CL:0000017", + "title": "spermatocyte" + }, + { + "text": "CL:0019017", + "description": "A smooth muscle cell that is part of any lymphatic vessel.", + "meaning": "CL:0019017", + "title": "lymphatic vessel smooth muscle cell" + }, + { + "text": "CL:0000257", + "description": "Any cell that only exists in Eumycetozoa.", + "meaning": "CL:0000257", + "title": "Eumycetozoan cell" + }, + { + "text": "CL:1000356", + "description": "A M cell that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000356", + "title": "microfold cell of epithelium proper of duodenum" + }, + { + "text": "CL:0009042", + "description": "An enteroendocrine cell that is located in the colon.", + "meaning": "CL:0009042", + "title": "enteroendocrine cell of colon" + }, + { + "text": "CL:0009027", + "description": "A transit amplifying cell that is part of a crypt of Lieberkuhn of large intestine.", + "meaning": "CL:0009027", + "title": "transit amplifying cell of appendix" + }, + { + "text": "CL:0008022", + "description": "A mesenchymal cell of the endocardial cushion. These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves.", + "meaning": "CL:0008022", + "title": "endocardial cushion cell" + }, + { + "text": "CL:1001568", + "description": "Any endothelial cell of vascular tree that is part of some pulmonary artery.", + "meaning": "CL:1001568", + "title": "pulmonary artery endothelial cell" + }, + { + "text": "CL:4023092", + "description": "A pyramidal neuron which has an apical tree which is oriented towards the white matter.", + "meaning": "CL:4023092", + "title": "inverted pyramidal neuron" + }, + { + "text": "CL:4023018", + "description": "A GABAergic interneuron located in the cerebral cortex that expresses Parvalbumin.", + "meaning": "CL:4023018", + "title": "pvalb GABAergic cortical interneuron" + }, + { + "text": "CL:0000442", + "description": "A cell with extensive dendritic processes found in the B cell areas (primary follicles and germinal centers) of lymphoid tissue. They are unrelated to the dendritic cell associated with T cells. Follicular dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic cells, they do not process or present antigen in a way that allows recognition by T cells. Instead, they hold antigen in the form of immune complexes on their surfaces for long periods and can present antigen to B cells during an immune response.", + "meaning": "CL:0000442", + "title": "follicular dendritic cell" + }, + { + "text": "CL:0001058", + "description": "A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, CD123-positive, and CD11c-negative.", + "meaning": "CL:0001058", + "title": "plasmacytoid dendritic cell, human" + }, + { + "text": "CL:0007010", + "description": "Skeletogenic cell that has the potential to transform into an osteoblast, and develops from neural crest or mesodermal cells.", + "meaning": "CL:0007010", + "title": "preosteoblast" + }, + { + "text": "CL:0000574", + "description": "A pigment cell derived from the neural crest. Contains pteridine and/or carotenoid pigments in structures called pterinosomes or erythrosomes. This gives an orange to red appearance.", + "meaning": "CL:0000574", + "title": "erythrophore" + }, + { + "text": "CL:0011029", + "description": "An explosive cell containing one giant secretory organelle called a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains a toxin responsible for the stings delivered by a cnidarian to other organisms. Cnidae are used to capture prey and as a defense against predators. The presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, hydrae, jellyfish, etc.).", + "meaning": "CL:0011029", + "title": "cnidocyte" + }, + { + "text": "CL:1001573", + "description": "Cell of the nasopharyngeal epithelium.", + "meaning": "CL:1001573", + "title": "nasopharyngeal epithelial cell" + }, + { + "text": "CL:0000481", + "description": "A peptide hormone secreting cell that secretes cholecystokin stimulating hormone.", + "meaning": "CL:0000481", + "title": "cholecystokin stimulating hormone secreting cell" + }, + { + "text": "CL:1000691", + "meaning": "CL:1000691", + "title": "kidney interstitial myofibroblast" + }, + { + "text": "CL:0005024", + "description": "A motor neuron that innervates a skeletal muscle. These motor neurons are all excitatory and cholinergic.", + "meaning": "CL:0005024", + "title": "somatomotor neuron" + }, + { + "text": "CL:0000118", + "description": "Basket cells are inhibitory GABAergic interneurons of the brain. In general, dendrites of basket cells are free branching and contain smooth spines. Axons are highly branched. The branched axonal arborizations give rise to basket-like structures that surround the soma of the target cell. Basket cells form axo-somatic synapses, meaning their synapses target somas of other cells.", + "meaning": "CL:0000118", + "title": "basket cell" + }, + { + "text": "CL:1001606", + "description": "Keratinocyte from foreskin.", + "meaning": "CL:1001606", + "title": "foreskin keratinocyte" + }, + { + "text": "CL:0002641", + "description": "An epithelial cell of the esophageal gland proper.", + "meaning": "CL:0002641", + "title": "epithelial cell of esophageal gland proper" + }, + { + "text": "CL:0011022", + "description": "A fibroblast that is part of skin of back.", + "meaning": "CL:0011022", + "title": "fibroblast of skin of back" + }, + { + "text": "CL:0000058", + "description": "Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell.", + "meaning": "CL:0000058", + "title": "chondroblast" + }, + { + "text": "CL:4023056", + "description": "A type of mouse mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.", + "meaning": "CL:4023056", + "title": "vascular leptomeningeal cell (Mmus)" + }, + { + "text": "CL:4023188", + "description": "A retinal ganglion cell that originate in the ganglion cell layer of the retina, and project to the parvocellular layers of the lateral geniculate nucleus (LGN). These cells are known as midget retinal ganglion cells due to the small sizes of their dendritic trees and cell bodies.", + "meaning": "CL:4023188", + "title": "midget ganglion cell of retina" + }, + { + "text": "CL:0000107", + "description": "A neuron whose cell body is within an autonomic ganglion.", + "meaning": "CL:0000107", + "title": "autonomic neuron" + }, + { + "text": "CL:0000955", + "description": "A pre-B-II cell is a precursor B cell that expresses immunoglobulin mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin kappa light chain and immunoglobulin lambda light chain.", + "meaning": "CL:0000955", + "title": "pre-B-II cell" + }, + { + "text": "CL:0002354", + "description": "A hematopoietic stem found in the yolk sac. In mice, this cell type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, CD44-positive.", + "meaning": "CL:0002354", + "title": "yolk sac hematopoietic stem cell" + }, + { + "text": "CL:0000936", + "description": "A lymphoid progenitor cell that is found in bone marrow, gives rise to B cells, T cells, natural killer cells and dendritic cells, and has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, CD34-positive, CD150 negative, and GlyA-negative.", + "meaning": "CL:0000936", + "title": "early lymphoid progenitor" + }, + { + "text": "CL:0000468", + "description": "A precursor of the central nervous system that gives rise to both neurons and glial cells.", + "meaning": "CL:0000468", + "title": "neuroglioblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000740", + "description": "The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve.", + "meaning": "CL:0000740", + "title": "retinal ganglion cell" + }, + { + "text": "CL:0002550", + "description": "A fibroblast that is part of the conjuctiva of the eye.", + "meaning": "CL:0002550", + "title": "fibroblast of the conjunctiva" + }, + { + "text": "CL:0008038", + "description": "A large, multipolar lower motor neuron of the brainstem and spinal cord that innervates the extrafusal muscle fibers of skeletal muscle and are directly responsible for initiating their contraction. While their cell bodies are in the CNS (in the anterior gray horn of the spinal cord), they are part of the somatic nervous system - a branch of the PNS.", + "meaning": "CL:0008038", + "title": "alpha motor neuron" + }, + { + "text": "CL:4033064", + "description": "A tissue-resident macrophage that is part of the uterus.", + "meaning": "CL:4033064", + "title": "uterine resident macrophage" + }, + { + "text": "CL:0000544", + "meaning": "CL:0000544", + "title": "slowly adapting mechanoreceptor cell" + }, + { + "text": "CL:0002539", + "description": "A smooth muscle cell of the aorta.", + "meaning": "CL:0002539", + "title": "aortic smooth muscle cell" + }, + { + "text": "CL:4023033", + "description": "A retinal ganglion cell that is depolarized by decreased illumination of their receptive field center.", + "meaning": "CL:4023033", + "title": "OFF retinal ganglion cell" + }, + { + "text": "CL:4033016", + "description": "A myofibroblast that is part of an alveoli during alveolarization. The contractile force of this cell elongates the secondary crest, while producing a framework of elastin and tenascin. During the maturation of the septa, secondary crest myofibroblasts, together with matrix fibroblasts, secrete metalloproteinases and other ECM\u2010remodeling proteins to thin the septal tip ECM. The secondary crest myofibroblast continues producing elastin, eventually undergoing apoptosis during adulthood.", + "meaning": "CL:4033016", + "title": "secondary crest myofibroblast" + }, + { + "text": "CL:0001051", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.", + "meaning": "CL:0001051", + "title": "CD4-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell" + }, + { + "text": "CL:2000002", + "description": "A specialized, enlarged, connective tissue cell of the decidua with enlarged nucleus, dense membrane\u2010bound secretory granules and cytoplasmic accumulation of glycogen and lipid droplets. These cells develop by the transformation of endometrial stromal cells during decidualization.", + "meaning": "CL:2000002", + "title": "decidual cell" + }, + { + "text": "CL:2000007", + "description": "Chondrocyte forming the hyaline cartilage found in the knee joint.", + "meaning": "CL:2000007", + "title": "articular chondrocyte of knee joint" + }, + { + "text": "CL:1001036", + "description": "A cell that is part of a vasa recta.", + "meaning": "CL:1001036", + "title": "vasa recta cell" + }, + { + "text": "CL:1000286", + "description": "A smooth muscle cell that is part of the rectum.", + "meaning": "CL:1000286", + "title": "smooth muscle cell of rectum" + }, + { + "text": "CL:0002381", + "description": "A conidium that has only one nucleus.", + "meaning": "CL:0002381", + "title": "uninucleate conidium" + }, + { + "text": "CL:0000867", + "description": "A tissue-resident macrophage found in a secondary lymphoid organ.", + "meaning": "CL:0000867", + "title": "secondary lymphoid organ macrophage" + }, + { + "text": "CL:0002242", + "description": "A cell containing at least one nucleus.", + "meaning": "CL:0002242", + "title": "nucleate cell" + }, + { + "text": "CL:0002180", + "description": "A mucous cell in the epithelium of the stomach.", + "meaning": "CL:0002180", + "title": "mucous cell of stomach" + }, + { + "text": "CL:2000020", + "description": "Any native cell that is part of a inner cell mass.", + "meaning": "CL:2000020", + "title": "inner cell mass cell" + }, + { + "text": "CL:0002558", + "description": "A fibroblast that is part of villous mesenchyme.", + "meaning": "CL:0002558", + "title": "fibroblast of villous mesenchyme" + }, + { + "text": "CL:2000083", + "description": "Any hair follicle dermal papilla cell that is part of a scalp.", + "meaning": "CL:2000083", + "title": "hair follicle dermal papilla cell of scalp" + }, + { + "text": "CL:0000696", + "description": "A cell that stores and secretes pancreatic polypeptide hormone.", + "meaning": "CL:0000696", + "title": "PP cell" + }, + { + "text": "CL:0002365", + "description": "An epithelial cell of the medullary thymus. This cell type expresses a diverse range of tissue-specific antigens. This promiscuous gene expression is a cell-autonomous property of medullary epithelial cells and is maintained during the entire period of thymic T cell output.", + "meaning": "CL:0002365", + "title": "medullary thymic epithelial cell" + }, + { + "text": "CL:1000332", + "description": "A serous secreting cell that is part of the epithelium of terminal bronchiole.", + "meaning": "CL:1000332", + "title": "serous cell of epithelium of terminal bronchiole" + }, + { + "text": "CL:0002338", + "description": "A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and CD161-positive.", + "meaning": "CL:0002338", + "title": "CD56-positive, CD161-positive immature natural killer cell, human" + }, + { + "text": "CL:0009087", + "description": "An extravillous trophoblast that is polynuclear.", + "meaning": "CL:0009087", + "title": "fused extravillous trophoblast" + }, + { + "text": "CL:4030020", + "description": "A renal alpha-intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030020", + "title": "kidney connecting tubule alpha-intercalated cell" + }, + { + "text": "CL:0009041", + "description": "A tuft cell that is a part of the colon.", + "meaning": "CL:0009041", + "title": "tuft cell of colon" + }, + { + "text": "CL:4033019", + "description": "An ON bipolar cell type with dendrites selectively contacting S-cones.", + "meaning": "CL:4033019", + "title": "ON-blue cone bipolar cell" + }, + { + "text": "CL:0000577", + "description": "A subtype of enteroendocrine cells found in the gastrointestinal mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. These cell type secretes serotonin and some neurotransmitters including enkephalins and substance P. Their secretory granules stain readily with silver (argentaffin stain).", + "meaning": "CL:0000577", + "title": "type EC enteroendocrine cell" + }, + { + "text": "CL:0000389", + "meaning": "CL:0000389", + "title": "socket cell (sensu Nematoda)" + }, + { + "text": "CL:0000136", + "description": "A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides.", + "meaning": "CL:0000136", + "title": "adipocyte" + }, + { + "text": "CL:0019026", + "description": "Any hepatocyte that is part of the liver lobule periportal region. These cells are primarily involved in oxidative energy metabolism.", + "meaning": "CL:0019026", + "title": "periportal region hepatocyte" + }, + { + "text": "CL:4030004", + "description": "A large epithelial cell found in the thymus. This cell type may internalize thymocytes through extensions of plasma membrane. The cell surface and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and MHC Class II antigens. The interaction of these antigens with a developing thymocyte determines whether the thymocyte undergoes positive or negative selection.", + "meaning": "CL:4030004", + "title": "thymic nurse cell" + }, + { + "text": "CL:0002419", + "description": "A T cell that expresses a T cell receptor complex and has completed T cell selection.", + "meaning": "CL:0002419", + "title": "mature T cell" + }, + { + "text": "CL:0010001", + "description": "A stromal cell that is part_of a bone marrow.", + "meaning": "CL:0010001", + "title": "stromal cell of bone marrow" + }, + { + "text": "CL:0000418", + "description": "An epithelial cell found in C. elegans that firmly hold the outer body wall and the lips to the inner cylinder of the pharynx in a manner that keeps these organs from breaking apart, while still giving each organ freedom of movement during feeding.", + "meaning": "CL:0000418", + "title": "arcade cell" + }, + { + "text": "CL:0000186", + "description": "An animal cell that has characteristics of both a fibroblast cell and a smooth muscle cell.", + "meaning": "CL:0000186", + "title": "myofibroblast cell" + }, + { + "text": "CL:0000675", + "description": "A mature sexual reproductive cell of the female germline.", + "meaning": "CL:0000675", + "title": "female gamete" + }, + { + "text": "CL:1001575", + "description": "Squamous cell of uterine cervix epithelium.", + "meaning": "CL:1001575", + "title": "uterine cervix squamous cell" + }, + { + "text": "CL:0011027", + "description": "Any fibroblast that is part of skeletal muscle tissue.", + "meaning": "CL:0011027", + "title": "skeletal muscle fibroblast" + }, + { + "text": "CL:0002416", + "description": "A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative.", + "meaning": "CL:0002416", + "title": "mature Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:0002379", + "description": "A neurecto-epithelial cell found in the arachnoid villi of dura mater. This cell type facilitates flow of cerebrospinal fluid into the blood.", + "meaning": "CL:0002379", + "title": "meningothelial cell" + }, + { + "text": "CL:0000386", + "meaning": "CL:0000386", + "title": "attachment cell" + }, + { + "text": "CL:0000932", + "description": "A type II NK T cell that has been recently activated, secretes interferon-gamma, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000932", + "title": "type II NK T cell secreting interferon-gamma" + }, + { + "text": "CL:0002435", + "description": "A CD8-positive, CD4-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.", + "meaning": "CL:0002435", + "title": "CD69-positive, CD8-positive single-positive thymocyte" + }, + { + "text": "CL:0011108", + "description": "Epithelial cell that is part of the colon epithelium.", + "meaning": "CL:0011108", + "title": "colon epithelial cell" + }, + { + "text": "CL:4030048", + "description": "A DRD1-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + "meaning": "CL:4030048", + "title": "striosomal D1 medium spiny neuron" + }, + { + "text": "CL:0000961", + "description": "A follicular B cell that is IgD-positive, CD23-negative, and CD38-negative. This naive cell type is activated in the extrafollicular areas through interaction with interdigitating dendritic cells and antigen-specific CD4-positive T cells.", + "meaning": "CL:0000961", + "title": "Bm1 B cell" + }, + { + "text": "CL:0009099", + "description": "A progenitor cell that is a tissue-resident mesenchymal cell, important for skeletal muscle regeneration, and able to differentiate into both adipocytes or fibroblasts.", + "meaning": "CL:0009099", + "title": "fibro/adipogenic progenitor cell" + }, + { + "text": "CL:1000325", + "description": "A goblet cell that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000325", + "title": "jejunal goblet cell" + }, + { + "text": "CL:0002184", + "description": "A flat or angular epithelial cell with condensed nuclei and darkly staining cytoplasm containing numerous intermediate filaments inserted into desmosomes contacting surrounding supporting cells; lie in contact with the basal lamina of olfactory epithelium.", + "meaning": "CL:0002184", + "title": "basal proper cell of olfactory epithelium" + }, + { + "text": "CL:0000706", + "description": "Specialized ependymal cell that produces the cerebrospinal fluid from the blood and secretes it into the lumen of the brain and spinal chord.", + "meaning": "CL:0000706", + "title": "choroid plexus epithelial cell" + }, + { + "text": "CL:0000642", + "description": "An agranular supporting cell of the anterior pituitary (adenohypophysis) that is characterized by a star-like morphology and ability to form follicles. Folliculostellate cells communicate with each other and with endocrine cells via gap junctions.", + "meaning": "CL:0000642", + "title": "folliculostellate cell" + }, + { + "text": "CL:0002618", + "description": "An endothelial cell of the umbilical vein.", + "meaning": "CL:0002618", + "title": "endothelial cell of umbilical vein" + }, + { + "text": "CL:0000024", + "description": "An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes.", + "meaning": "CL:0000024", + "title": "oogonial cell" + }, + { + "text": "CL:4040005", + "description": "A mesenchymal stem cell that is part of the apical papilla tooth root.", + "meaning": "CL:4040005", + "title": "mesenchymal stem cell of apical papilla" + }, + { + "text": "CL:0008025", + "description": "A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter.", + "meaning": "CL:0008025", + "title": "noradrenergic neuron" + }, + { + "text": "CL:0002035", + "description": "A hematopoietic progenitor that has restricted self-renewal capability. Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative.", + "meaning": "CL:0002035", + "title": "Slamf1-negative multipotent progenitor cell" + }, + { + "text": "CL:0002559", + "description": "An animal cell that is part of a hair follicle.", + "meaning": "CL:0002559", + "title": "hair follicle cell" + }, + { + "text": "CL:0000810", + "description": "An immature alpha-beta T cell that is located in the thymus and is CD4-positive and CD8-negative.", + "meaning": "CL:0000810", + "title": "CD4-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0005003", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into a leucophore.", + "meaning": "CL:0005003", + "title": "leucoblast" + }, + { + "text": "CL:0002581", + "description": "A preadipocyte that is part of a perirenal fat tissue.", + "meaning": "CL:0002581", + "title": "perirenal preadipocyte" + }, + { + "text": "CL:0002533", + "description": "An immature CD16-positive myeloid dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002533", + "title": "immature CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0002088", + "description": "This is a cell found in the gastrointestinal tract of mammals and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs from the enteric nervous system to smooth muscle cells and are thought to be the cells from which gastrointestinal stromal tumors (GISTs) arise.", + "meaning": "CL:0002088", + "title": "interstitial cell of Cajal" + }, + { + "text": "CL:4033039", + "description": "An alpha-beta CD8 T cell that resides in the lung.", + "meaning": "CL:4033039", + "title": "lung resident memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1000342", + "description": "An enterocyte that is part of the epithelium proper of ileum.", + "meaning": "CL:1000342", + "title": "enterocyte of epithelium proper of ileum" + }, + { + "text": "CL:0004125", + "description": "A retinal ganglion cell C inner that has dense dendritic diversity.", + "meaning": "CL:0004125", + "title": "retinal ganglion cell C2 inner" + }, + { + "text": "CL:0002672", + "description": "A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells.", + "meaning": "CL:0002672", + "title": "retinal progenitor cell" + }, + { + "text": "CL:0000485", + "description": "Mast cell subtype that contains only the serine protease trypase in its granules. These cells are primarily found in mucosal tissue, such as intestinal mucosa and alveoli. They depend upon T-cells for development of phenotype.", + "meaning": "CL:0000485", + "title": "mucosal type mast cell" + }, + { + "text": "CL:0000940", + "description": "An alpha-beta T cell that is found in the lamina propria of mucosal tissues and is restricted by the MR-1 molecule.", + "meaning": "CL:0000940", + "title": "mucosal invariant T cell" + }, + { + "text": "CL:0002240", + "description": "A fibroblast in the bone marrow.", + "meaning": "CL:0002240", + "title": "marrow fibroblast" + }, + { + "text": "CL:1000702", + "description": "Any smooth muscle cell that is part of some kidney pelvis smooth muscle.", + "meaning": "CL:1000702", + "title": "kidney pelvis smooth muscle cell" + }, + { + "text": "CL:0000683", + "description": "A cell that transports hormones from neurosecretory cells. This nerve cell is characterized by bipolar shape and endfeet that contact a basal lamina around blood vessels, and/or the pia mater or vitreous body of the eye and additionally contact the ventricular surface or sub-retinal space.", + "meaning": "CL:0000683", + "title": "ependymoglial cell" + }, + { + "text": "CL:0002483", + "description": "A melanocyte that produces pigment within the hair follicle.", + "meaning": "CL:0002483", + "title": "hair follicle melanocyte" + }, + { + "text": "CL:0010011", + "description": "A GABAergic interneuron whose soma is located in the cerebral cortex.", + "meaning": "CL:0010011", + "title": "cerebral cortex GABAergic interneuron" + }, + { + "text": "CL:0009052", + "description": "A smooth muscle cell that is located in the anorectum.", + "meaning": "CL:0009052", + "title": "smooth muscle cell of anorectum" + }, + { + "text": "CL:0000827", + "description": "A lymphoid progenitor cell of the T cell lineage, with some lineage specific marker expression, but not yet fully committed to the T cell lineage.", + "meaning": "CL:0000827", + "title": "pro-T cell" + }, + { + "text": "CL:1000549", + "description": "An epithelial cell that is part of a cortical collecting duct.", + "meaning": "CL:1000549", + "title": "kidney cortex collecting duct epithelial cell" + }, + { + "text": "CL:4023008", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to structures of telencephalic origins.", + "meaning": "CL:4023008", + "title": "intratelencephalic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0002138", + "description": "A endothelial cell of a lymphatic vessel. The border of the oak leaf-shaped endothelial cell of initial lymphatics are joined by specialized buttons. The discontinuous feature of buttons distinguishes them from zippers in collecting lymphatics, but both types of junctions are composed of proteins typical of adherens junctions and tight junctions found in the endothelium of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped endothelial cell, leaving open the tips of flaps as routes for fluid entry without disassembly and reformation of intercellular junctions.", + "meaning": "CL:0002138", + "title": "endothelial cell of lymphatic vessel" + }, + { + "text": "CL:1001111", + "description": "An epithelial cell that is part of some loop of Henle thin descending limb.", + "meaning": "CL:1001111", + "title": "kidney loop of Henle thin descending limb epithelial cell" + }, + { + "text": "CL:1001505", + "description": "The secretory neurons of the paraventricular nucleus that synthesize and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system.", + "meaning": "CL:1001505", + "title": "parvocellular neurosecretory cell" + }, + { + "text": "CL:0000619", + "meaning": "CL:0000619", + "title": "supporting cell (sensu Nematoda)" + }, + { + "text": "CL:0000730", + "description": "A cell at the front of a migrating epithelial sheet.", + "meaning": "CL:0000730", + "title": "leading edge cell" + }, + { + "text": "CL:0000407", + "description": "A cell that anchors the cell body of a scolopidial neuron to the integument.", + "meaning": "CL:0000407", + "title": "scolopidial ligament cell" + }, + { + "text": "CL:0000041", + "description": "A fully differentiated eosinophil, a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Cells are also differentiated from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This cell type is CD49d-positive.", + "meaning": "CL:0000041", + "title": "mature eosinophil" + }, + { + "text": "CL:1000839", + "description": "Any epithelial cell of proximal tubule that is part of some proximal straight tubule.", + "meaning": "CL:1000839", + "title": "kidney proximal straight tubule epithelial cell" + }, + { + "text": "CL:0002540", + "description": "A mesenchymal stem cell that is part of the bone marrow.", + "meaning": "CL:0002540", + "title": "mesenchymal stem cell of the bone marrow" + }, + { + "text": "CL:0005019", + "description": "Ghrelin secreting cells found in the endocrine pancreas.", + "meaning": "CL:0005019", + "title": "pancreatic epsilon cell" + }, + { + "text": "CL:0000966", + "description": "A germinal center B cell that has the phenotype CD77-negative, IgD-negative, and CD38-positive. These cells have undergone somatic mutation of the B cell receptor.", + "meaning": "CL:0000966", + "title": "Bm4 B cell" + }, + { + "text": "CL:0011032", + "description": "An enterocyte that possesses a large supranuclear vacuolar system that preferentially internalizes dietary protein via receptor-mediated and fluid-phase endocytosis for intracellular digestion and trans-cellular transport. In zebrafish these cells are located in the posterior region of the mid intestine throughout life. In mammals they are found in the ileum pre-weaning and later are replaced by mature enterocytes.", + "meaning": "CL:0011032", + "title": "lysosome-rich enterocyte" + }, + { + "text": "CL:0004235", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004235", + "title": "AB broad diffuse-1 amacrine cell" + }, + { + "text": "CL:0004252", + "description": "An amicrine that has a medium dendritic field.", + "meaning": "CL:0004252", + "title": "medium field retinal amacrine cell" + }, + { + "text": "CL:0000913", + "description": "CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000913", + "title": "effector memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:4042001", + "description": "A GABAergic interneuron that has its soma located in the striatum and that has an enriched expression of the gene TAC3.", + "meaning": "CL:4042001", + "title": "TAC3-positive striatal interneuron" + }, + { + "text": "CL:0019032", + "description": "Any brush cell that is part of the intestinal epithelium.", + "meaning": "CL:0019032", + "title": "intestinal tuft cell" + }, + { + "text": "CL:0000121", + "description": "The output neuron of the cerebellar cortex.", + "meaning": "CL:0000121", + "title": "Purkinje cell" + }, + { + "text": "CL:0000587", + "description": "A thermoreceptor cell that detects reduced temperatures.", + "meaning": "CL:0000587", + "title": "cold sensing thermoreceptor cell" + }, + { + "text": "CL:0002306", + "description": "An epithelial cell of the proximal tubule of the kidney.", + "meaning": "CL:0002306", + "title": "epithelial cell of proximal tubule" + }, + { + "text": "CL:4033001", + "description": "A(n) endothelial cell that is part of a(n) arteriole of lymph node.", + "meaning": "CL:4033001", + "title": "endothelial cell of arteriole of lymph node" + }, + { + "text": "CL:0002203", + "description": "Brush cell found in the epithelial layer of the colon.", + "meaning": "CL:0002203", + "title": "brush cell of epithelium proper of large intestine" + }, + { + "text": "CL:0003004", + "description": "A bistratified retinal ganglion cell that has a small dendritic field with sparse density that terminates at the intersection of the S4-S5 sublaminar level, and a second dendrite field that is medium in size and degree of arborization that terminates in sublaminar layer S2.", + "meaning": "CL:0003004", + "title": "G3 retinal ganglion cell" + }, + { + "text": "CL:0002006", + "description": "A megakaryocyte erythroid progenitor cell that is Kit-positive and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative and Fcgr II/III-low.", + "meaning": "CL:0002006", + "title": "Kit-positive, CD34-negative megakaryocyte erythroid progenitor cell" + }, + { + "text": "CL:0000860", + "description": "A monocyte that responds rapidly to microbial stimuli by secreting cytokines and antimicrobial factors and which is characterized by high expression of CCR2 in both rodents and humans, negative for the lineage markers CD3, CD19, and CD20, and of larger size than non-classical monocytes.", + "meaning": "CL:0000860", + "title": "classical monocyte" + }, + { + "text": "CL:0001035", + "description": "A connective tissue cell found in bone.", + "meaning": "CL:0001035", + "title": "bone cell" + }, + { + "text": "CL:4033065", + "description": "A mature B cell that serves as an intermediate stage in the differentiation of naive B cells into a plasmablast. A preplasmablast expresses CD30 and IL-6R and lacks expression of CD20, CD23, CD38 and CD138.", + "meaning": "CL:4033065", + "title": "preplasmablast" + }, + { + "text": "CL:0009105", + "description": "A fibroblastic reticular cell found in the lymph node T cell domain.", + "meaning": "CL:0009105", + "title": "T cell zone reticular cell" + }, + { + "text": "CL:0000374", + "description": "An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization, often in the form of a hair, bristle, peg or scale. The base of this specialization is often surrounded by a socket produced by a closely associated tormogen cell.", + "meaning": "CL:0000374", + "title": "trichogen cell" + }, + { + "text": "CL:1000718", + "description": "Any renal principal cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000718", + "title": "kidney inner medulla collecting duct principal cell" + }, + { + "text": "CL:1001434", + "description": "A neuron residing in the olfactory bulb that serve to process and refine signals arising from olfactory sensory neurons", + "meaning": "CL:1001434", + "title": "olfactory bulb interneuron" + }, + { + "text": "CL:0002375", + "description": "A glioblast cell that develops from a migratory neural crest cell. The SCP is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has no basal lamina. In rodents SCPs are the only cells in the Schwann cell linage that expresses Cdh19.", + "meaning": "CL:0002375", + "title": "Schwann cell precursor" + }, + { + "text": "CL:0017000", + "description": "An ionocyte that is part of the lung epithelium. The cells from this type are major sources of the CFTR protein in human and mice.", + "meaning": "CL:0017000", + "title": "pulmonary ionocyte" + }, + { + "text": "CL:0000008", + "description": "Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination.", + "meaning": "CL:0000008", + "title": "migratory cranial neural crest cell" + }, + { + "text": "CL:0002037", + "description": "Intraepithelial T cells with a memory phenotype of CD2-positive, CD5-positive, and CD44-positive.", + "meaning": "CL:0002037", + "title": "CD2-positive, CD5-positive, CD44-positive alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0002344", + "description": "A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and CD161-positive.", + "meaning": "CL:0002344", + "title": "CD56-negative, CD161-positive immature natural killer cell, human" + }, + { + "text": "CL:0009075", + "description": "A thymic medullary epithelial cell that expresses muscle-specific biomarkers.", + "meaning": "CL:0009075", + "title": "myo-medullary thymic epithelial cell" + }, + { + "text": "CL:0000084", + "description": "A type of lymphocyte whose defining characteristic is the expression of a T cell receptor complex.", + "meaning": "CL:0000084", + "title": "T cell" + }, + { + "text": "CL:0000190", + "description": "A muscle cell that can develop high tension rapidly. It is usually innervated by a single alpha neuron.", + "meaning": "CL:0000190", + "title": "fast muscle cell" + }, + { + "text": "CL:0000116", + "description": "Pioneer neurons establish a pathway in the developing central nervous system and then undergo programmed cell death once the adult axons, which follow them, have made connections with the target site. Thus, they are a transient cell type involved in axon guidance.", + "meaning": "CL:0000116", + "title": "pioneer neuron" + }, + { + "text": "CL:0002302", + "description": "A synovial cell that is macrophage-like, characterized by surface ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic vesicles, Golgi apparatus and little granular endoplasmic reticulum.", + "meaning": "CL:0002302", + "title": "type A synovial cell" + }, + { + "text": "CL:4023029", + "description": "A medium spiny neuron that expresses dopamine type 2 receptors and projects to the external globus pallidus.", + "meaning": "CL:4023029", + "title": "indirect pathway medium spiny neuron" + }, + { + "text": "CL:0002125", + "description": "A circulating gamma-delta T cell that expresses RORgamma(t), is CD27-negative and is capable of IL-17 secretion.", + "meaning": "CL:0002125", + "title": "CD27-negative gamma-delta T cell" + }, + { + "text": "CL:0000767", + "description": "Any of the immature or mature forms of a granular leukocyte that in its mature form has an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse, bluish-black granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, and FceRIa-positive.", + "meaning": "CL:0000767", + "title": "basophil" + }, + { + "text": "CL:0000922", + "description": "An alpha-beta T cell expressing NK call markers that is CD1d restricted and expresses a diverse TCR repertoire. Type II NKT cells do not become activated by alpha-galactosylceramide when presented by CD1d.", + "meaning": "CL:0000922", + "title": "type II NK T cell" + }, + { + "text": "CL:0000030", + "meaning": "CL:0000030", + "title": "glioblast" + }, + { + "text": "CL:0000774", + "description": "A late eosinophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature eosinophil.", + "meaning": "CL:0000774", + "title": "band form eosinophil" + }, + { + "text": "CL:1000441", + "description": "An epithelial cell that is part of the viscerocranial mucosa.", + "meaning": "CL:1000441", + "title": "epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0000845", + "description": "A mature B cell that is located in the marginal zone of the spleen with the phenotype CD23-negative and CD21-positive and expressing a B cell receptor usually reactive to bacterial cell wall components or senescent self components such as oxidized-LDL. This cell type is also described as being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high.", + "meaning": "CL:0000845", + "title": "marginal zone B cell of spleen" + }, + { + "text": "CL:1000803", + "description": "A cell that is part of an interstitial compartment of an inner renal medulla.", + "meaning": "CL:1000803", + "title": "kidney inner medulla interstitial cell" + }, + { + "text": "CL:0002446", + "description": "A NK1.1-positive T cell that is Ly49Cl-negative.", + "meaning": "CL:0002446", + "title": "Ly49CI-negative natural killer cell, mouse" + }, + { + "text": "CL:4033067", + "description": "A follicular cell of ovary that differentiates from a granulosa cell during the secondary follicle stage. Mural granulosa cells line the inner surface of the follicle wall, surrounding the fluid-filled antral cavity. These cells produce oestrogen during the follicular phase in response to follicle-stimulating hormone (FSH), and progesterone after ovulation in response to luteinizing hormone (LH).", + "meaning": "CL:4033067", + "title": "mural granulosa cell" + }, + { + "text": "CL:0000153", + "description": "A cell that secretes glycosaminoglycans.", + "meaning": "CL:0000153", + "title": "glycosaminoglycan secreting cell" + }, + { + "text": "CL:0002052", + "description": "A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, CD45R-positive and CD25-positive. This cell type is also described as being AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive.", + "meaning": "CL:0002052", + "title": "fraction D precursor B cell" + }, + { + "text": "CL:0002046", + "description": "A pro-B cell that is CD22-positive, CD34-positive, CD38-positive and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. Cell is CD19-negative, CD20-negative, complement receptor type 2-negative and CD10-low. D-to-J recombination of the heavy chain occurs at this stage.", + "meaning": "CL:0002046", + "title": "early pro-B cell" + }, + { + "text": "CL:0000670", + "description": "A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells.", + "meaning": "CL:0000670", + "title": "primordial germ cell" + }, + { + "text": "CL:0000504", + "description": "A enteroendocrine cell part of the glands of the gastric mucosa. They produce histamine and peptides such as chromogranins. This cell type respond to gastrin by releasing histamine which acts as a paracrine stimulator of the release of hydrochloric acid from the gastric parietal cells.", + "meaning": "CL:0000504", + "title": "enterochromaffin-like cell" + }, + { + "text": "CL:0000807", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain in complex with the pre-T cell receptor alpha chain.", + "meaning": "CL:0000807", + "title": "DN3 thymocyte" + }, + { + "text": "CL:1000413", + "description": "A blood vessel endothelial cell that is part of an arterial endothelium.", + "meaning": "CL:1000413", + "title": "endothelial cell of artery" + }, + { + "text": "CL:0002312", + "description": "An acidophilic cell of the anterior pituitary that produces growth hormone, somatotropin.", + "meaning": "CL:0002312", + "title": "somatotroph" + }, + { + "text": "CL:0002282", + "description": "An enteroendocrine cell which produces a gastrin- and cholecystokinin-like peptide. The apical microvilli-rich plasma membrane is in open contact with the small intestine mucosa. This cell type is devoid of gastrin-17 but contains other fragments of the gastrin polypeptide.", + "meaning": "CL:0002282", + "title": "type TG enteroendocrine cell" + }, + { + "text": "CL:2000031", + "description": "Any neuron that is part of a lateral line ganglion.", + "meaning": "CL:2000031", + "title": "lateral line ganglion neuron" + }, + { + "text": "CL:0009062", + "description": "A specialized type of CD4 positive T cell, the follicular helper T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular localization. These specialised T cells reside in the germinal center of the lymph node.", + "meaning": "CL:0009062", + "title": "germinal center T cell" + }, + { + "text": "CL:0000397", + "description": "Any interneuron that has its soma located in some ganglion.", + "meaning": "CL:0000397", + "title": "ganglion interneuron" + }, + { + "text": "CL:0002612", + "description": "A neuron of the ventral spinal cord.", + "meaning": "CL:0002612", + "title": "neuron of the ventral spinal cord" + }, + { + "text": "CL:0000496", + "description": "A photoreceptor cell that is sensitive to green light.", + "meaning": "CL:0000496", + "title": "green sensitive photoreceptor cell" + }, + { + "text": "CL:4033054", + "description": "A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics.", + "meaning": "CL:4033054", + "title": "perivascular cell" + }, + { + "text": "CL:2000090", + "description": "Any stellate cell that is part of a dentate gyrus of hippocampal formation.", + "meaning": "CL:2000090", + "title": "dentate gyrus of hippocampal formation stellate cell" + }, + { + "text": "CL:0000350", + "description": "Any extraembryonic cell that is part of some amnioserosa.", + "meaning": "CL:0000350", + "title": "amnioserosal cell" + }, + { + "text": "CL:0002436", + "description": "A mature CD4-positive, CD8-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.", + "meaning": "CL:0002436", + "title": "mature CD4 single-positive thymocyte" + }, + { + "text": "CL:0003017", + "description": "A retinal ganglion B cell that has post synaptic terminals in S2.", + "meaning": "CL:0003017", + "title": "retinal ganglion cell B3 outer" + }, + { + "text": "CL:0002179", + "description": "An epithelial cell within one of the pits in the embryonic gastric mucosa from which the gastric glands develop .", + "meaning": "CL:0002179", + "title": "foveolar cell of stomach" + }, + { + "text": "CL:0000079", + "meaning": "CL:0000079", + "title": "stratified epithelial cell" + }, + { + "text": "CL:0004216", + "description": "A type 5 cone bipolar cell with diffuse axonal branches.", + "meaning": "CL:0004216", + "title": "type 5b cone bipolar cell" + }, + { + "text": "CL:3000004", + "description": "Peripheral sensory neuron.", + "meaning": "CL:3000004", + "title": "peripheral sensory neuron" + }, + { + "text": "CL:0001056", + "description": "A dendritic cell with the phenotype HLA-DRA-positive.", + "meaning": "CL:0001056", + "title": "dendritic cell, human" + }, + { + "text": "CL:0000521", + "description": "Any cell that only exists in Fungi.", + "meaning": "CL:0000521", + "title": "fungal cell" + }, + { + "text": "CL:0011010", + "description": "A cell derived from the mesoderm that is found at the periphery of the embryo.", + "meaning": "CL:0011010", + "title": "lateral mesodermal cell" + }, + { + "text": "CL:1000344", + "description": "A Paneth cell that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000344", + "title": "paneth cell of epithelium proper of small intestine" + }, + { + "text": "CL:0000249", + "meaning": "CL:0000249", + "title": "hatching gland cell" + }, + { + "text": "CL:0002474", + "description": "A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-negative, and CD11b-high.", + "meaning": "CL:0002474", + "title": "lymphoid MHC-II-negative classical monocyte" + }, + { + "text": "CL:0002069", + "description": "Mostly cylindrical, resemble Type 1 in their contents and the presence of a kinocilium and stereocilium apically; much greater variation in size, some almost span the entire thickness of the sensory epithelium, while others are smaller than Type 1; receive multiple efferent nerve boutons around their bases as well as afferent endings, which are small expansions rather than chalices.", + "meaning": "CL:0002069", + "title": "type II vestibular sensory cell" + }, + { + "text": "CL:4028004", + "description": "A pulmonary interstitial fibroblast that is part of the alveolus and contains lipid droplets.", + "meaning": "CL:4028004", + "title": "alveolar type 1 fibroblast cell" + }, + { + "text": "CL:0003025", + "description": "A retinal ganglion cell C inner that has sparse dendritic density, and large dendritic field.", + "meaning": "CL:0003025", + "title": "retinal ganglion cell C3" + }, + { + "text": "CL:0009015", + "description": "A follicular dendritic cell located in the Peyer's patch. These cells from a meshwork in which Peyer's patch B cells reside.", + "meaning": "CL:0009015", + "title": "Peyer's patch follicular dendritic cell" + }, + { + "text": "CL:0002551", + "description": "Any skin fibroblast that is part of some dermis.", + "meaning": "CL:0002551", + "title": "fibroblast of dermis" + }, + { + "text": "CL:0009044", + "description": "A lymphocyte that resides in the lamina propria of the small intestine. Lamina propria leukocytes and intraepithelial lymphocytes are the effector compartments of the gut mucosal immune system. Lymphocytes circulate through gut associated lymphoid tissues until recruitment by intestinal antigens. They are involved in the gut immune response.", + "meaning": "CL:0009044", + "title": "lymphocyte of small intestine lamina propria" + }, + { + "text": "CL:0002503", + "description": "A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc", + "meaning": "CL:0002503", + "title": "adventitial cell" + }, + { + "text": "CL:0017005", + "description": "A lymphocyte that has gotten larger after being stimulated by an antigen.", + "meaning": "CL:0017005", + "title": "lymphoblast" + }, + { + "text": "CL:0001048", + "description": "A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory cell with the phenotype HLA-DRA-positive, indicating recent activation.", + "meaning": "CL:0001048", + "title": "activated CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T cell, human" + }, + { + "text": "CL:0001032", + "description": "Granule cell that is part of the cerebral cortex.", + "meaning": "CL:0001032", + "title": "cortical granule cell" + }, + { + "text": "CL:0002157", + "description": "A cell type that makes up the highly vascular membrane lining the marrow cavity of long bones.", + "meaning": "CL:0002157", + "title": "endosteal cell" + }, + { + "text": "CL:0000394", + "description": "A phagocytic hemocyte, responsible for the engulfment of small particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial peptides and contribute to the production and secretion of proteins of the hemolymph.", + "meaning": "CL:0000394", + "title": "plasmatocyte" + }, + { + "text": "CL:4033037", + "description": "A mucus secreting cell of a submucosal gland of the tracheobronchial tree.", + "meaning": "CL:4033037", + "title": "mucus secreting cell of tracheobronchial tree submucosal gland" + }, + { + "text": "CL:2000094", + "description": "Any epithelial cell of viscerocranial mucosa that is part of a nasal cavity respiratory epithelium.", + "meaning": "CL:2000094", + "title": "nasal cavity respiratory epithelium epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0002051", + "description": "A pre-BCR positive B cell that is CD38-high.", + "meaning": "CL:0002051", + "title": "CD38-high pre-BCR positive cell" + }, + { + "text": "CL:0000601", + "description": "A mechanoreceptor in the organ of Corti. In mammals the outer hair cells are arranged in three rows which are further from the modiolus than the single row of inner hair cells. The motile properties of the outer hair cells may contribute actively to tuning the sensitivity and frequency selectivity of the cochlea.", + "meaning": "CL:0000601", + "title": "cochlear outer hair cell" + }, + { + "text": "CL:0000838", + "description": "A progenitor cell restricted to the lymphoid lineage.", + "meaning": "CL:0000838", + "title": "lymphoid lineage restricted progenitor cell" + }, + { + "text": "CL:4030017", + "description": "An epithelial cell located in the late distal convoluted tubule.", + "meaning": "CL:4030017", + "title": "epithelial cell of late distal convoluted tubule" + }, + { + "text": "CL:0004224", + "description": "A broadly stratifying amacrine cell that has a small dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004224", + "title": "AB diffuse-2 amacrine cell" + }, + { + "text": "CL:1000420", + "description": "A myoepithelial cell that is part of the terminal lactiferous duct.", + "meaning": "CL:1000420", + "title": "myoepithelial cell of terminal lactiferous duct" + }, + { + "text": "CL:0000295", + "description": "A peptide hormone secreting cell that produces growth hormone, somatotropin.", + "meaning": "CL:0000295", + "title": "somatotropin secreting cell" + }, + { + "text": "CL:4033043", + "description": "A macrophage that is part of the lung connective tissue (pulmonary interstitium). This cell performs tissue remodeling and contributes to barrier immunity through antigen presentation.", + "meaning": "CL:4033043", + "title": "lung interstitial macrophage" + }, + { + "text": "CL:0000202", + "description": "A mechanoreceptor cell of the auditory or vestibular system that is sensitive to auditory stimuli. The accessory sensory structures are arranged so that appropriate stimuli cause movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.", + "meaning": "CL:0000202", + "title": "auditory hair cell" + }, + { + "text": "CL:0009018", + "description": "A lymphocyte that resides in the lamina propria of the large intestine.", + "meaning": "CL:0009018", + "title": "lymphocyte of large intestine lamina propria" + }, + { + "text": "CL:2000078", + "description": "Any pericyte cell that is part of a placenta.", + "meaning": "CL:2000078", + "title": "placental pericyte" + }, + { + "text": "CL:1000272", + "description": "Any secretory cell that is part of some lung.", + "meaning": "CL:1000272", + "title": "lung secretory cell" + }, + { + "text": "CL:0009034", + "description": "A dendritic cell that is located in a vermiform appendix.", + "meaning": "CL:0009034", + "title": "dendritic cell of appendix" + }, + { + "text": "CL:0000721", + "meaning": "CL:0000721", + "title": "equatorial cone cell (sensu Endopterygota)" + }, + { + "text": "CL:0000196", + "description": "A muscle cell that is involved in the mechanism of insect flight. This encompasses both, cells that power flight and cells that control flight.", + "meaning": "CL:0000196", + "title": "insect flight muscle cell" + }, + { + "text": "CL:1001319", + "description": "Any cell that is part of some urinary bladder.", + "meaning": "CL:1001319", + "title": "bladder cell" + }, + { + "text": "CL:0000339", + "description": "An early neural cell developing from the early ependymal cell of the neural tube.", + "meaning": "CL:0000339", + "title": "glioblast (sensu Vertebrata)" + }, + { + "text": "CL:0000631", + "description": "Cells forming a framework supporting the organ of Corti. Specific cells are those of Claudius, Deiters and Hensen.", + "meaning": "CL:0000631", + "title": "labyrinth supporting cell" + }, + { + "text": "CL:0008027", + "description": "A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells. These neurons have axons that arborize and synapse to targets in inner plexiform layers 4 and 5 and depolarize in response to light.", + "meaning": "CL:0008027", + "title": "rod bipolar cell (sensu Mus)" + }, + { + "text": "CL:0004238", + "description": "A bistratified amacrine cell with a medium dendritic field, a flat and sparse dendritic arbor, and post-synaptic terminals at the intersections of S1 and S2, and S3 and S4.", + "meaning": "CL:0004238", + "title": "asymmetric bistratified amacrine cell" + }, + { + "text": "CL:0000035", + "description": "A stem cell that self-renews as well as give rise to a single mature cell type.", + "meaning": "CL:0000035", + "title": "single fate stem cell" + }, + { + "text": "CL:1001097", + "description": "Any smooth muscle cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001097", + "title": "kidney afferent arteriole smooth muscle cell" + }, + { + "text": "CL:1000838", + "description": "Any epithelial cell of proximal tubule that is part of some proximal convoluted tubule and has part some brush border.", + "meaning": "CL:1000838", + "title": "kidney proximal convoluted tubule epithelial cell" + }, + { + "text": "CL:3000000", + "description": "A ciliated epithelial cell of the esophagus.", + "meaning": "CL:3000000", + "title": "ciliated epithelial cell of esophagus" + }, + { + "text": "CL:0000881", + "description": "A border associated macrophage that is adjacent to a small blood vessel of a brain. A perivascular macrophage expresses the markers CD14, CD16 and CD163. In homeostatic conditions, this central nervous system macrophage has a non-motile cell body with extending and retracting projections through the blood vessel wall.", + "meaning": "CL:0000881", + "title": "perivascular macrophage" + }, + { + "text": "CL:0002437", + "description": "A mature CD8-positive, CD4-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.", + "meaning": "CL:0002437", + "title": "mature CD8 single-positive thymocyte" + }, + { + "text": "CL:0002320", + "description": "A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone.", + "meaning": "CL:0002320", + "title": "connective tissue cell" + }, + { + "text": "CL:1000616", + "description": "Any kidney medulla cell that is part of some outer medulla of kidney.", + "meaning": "CL:1000616", + "title": "kidney outer medulla cell" + }, + { + "text": "CL:0003015", + "description": "A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003015", + "title": "G11-ON retinal ganglion cell" + }, + { + "text": "CL:0002359", + "description": "A hematopoietic stem cell of the placenta. This cell type is first observed E10.5 This cell type may give rise to fetal liver hematopoietic stem cells.", + "meaning": "CL:0002359", + "title": "placental hematopoietic stem cell" + }, + { + "text": "CL:0005010", + "description": "A cuboidal epithelial cell of the kidney that regulates acid/base balance.", + "meaning": "CL:0005010", + "title": "renal intercalated cell" + }, + { + "text": "CL:0002623", + "description": "An acinar cell of salivary gland.", + "meaning": "CL:0002623", + "title": "acinar cell of salivary gland" + }, + { + "text": "CL:1001516", + "description": "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the intestinal tract.", + "meaning": "CL:1001516", + "title": "intestinal enteroendocrine cell" + }, + { + "text": "CL:0000713", + "meaning": "CL:0000713", + "title": "corona radiata cell" + }, + { + "text": "CL:0009116", + "description": "A progenitor cell with the potential to differentiate into luminal epithelial cells of mammary glands. In mouse, CD61 and c-kit were found to be coexpressed by the majority of, but not all, committed luminal progenitor cells.", + "meaning": "CL:0009116", + "title": "progenitor cell of mammary luminal epithelium" + }, + { + "text": "CL:0011002", + "description": "A motor neuron that is generated only on limb levels and send axons into the limb mesenchyme.", + "meaning": "CL:0011002", + "title": "lateral motor column neuron" + }, + { + "text": "CL:4023080", + "description": "a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has stellate pyramidal morphology.", + "meaning": "CL:4023080", + "title": "stellate L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex (Mmus)" + }, + { + "text": "CL:0009071", + "description": "A thymic medullary epithelial cell considered to be a pre-AIRE mTEC population.", + "meaning": "CL:0009071", + "title": "medullary thymic epithelial cell type 1" + }, + { + "text": "CL:0000652", + "description": "This cell type produces and secretes melatonin and forms the pineal parenchyma. Extending from each cell body, which has a spherical, oval or lobulated mucleus, are one or more tortuous basophilic processes, containing parallel microtubules known as synaptic ribbons. These processes end in expanded terminal buds near capillaries or less, frequently, ependymal cells of the pineal recess. The terminal buds contain granular endoplasmic reticulum, mitochondria and electron-dense cored vesicles, which store monoamines and polypeptide hormones, release of which appears to require sympathetic innervation.", + "meaning": "CL:0000652", + "title": "pinealocyte" + }, + { + "text": "CL:4023127", + "description": "a KNDy neuron that is located in the arcuate nucleus of the hypothalamus.", + "meaning": "CL:4023127", + "title": "arcuate nucleus of hypothalamus KNDy neuron" + }, + { + "text": "CL:0000862", + "description": "A macrophage that suppresses immune responses.", + "meaning": "CL:0000862", + "title": "suppressor macrophage" + }, + { + "text": "CL:0000993", + "description": "Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and MHCII-positive.", + "meaning": "CL:0000993", + "title": "mature CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:0002009", + "description": "A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages.", + "meaning": "CL:0002009", + "title": "macrophage dendritic cell progenitor" + }, + { + "text": "CL:0002603", + "description": "An astrocyte of the cerebellum.", + "meaning": "CL:0002603", + "title": "astrocyte of the cerebellum" + }, + { + "text": "CL:0009060", + "description": "A mature B cell located in the marginal zone of the lymph node.", + "meaning": "CL:0009060", + "title": "marginal zone B cell of lymph node" + }, + { + "text": "CL:0002254", + "description": "An epithelial cell of the small intestine.", + "meaning": "CL:0002254", + "title": "epithelial cell of small intestine" + }, + { + "text": "CL:0009055", + "description": "A paneth cell that is located in the anorectum.", + "meaning": "CL:0009055", + "title": "paneth cell of anorectum" + }, + { + "text": "CL:0000818", + "description": "An immature B cell of an intermediate stage between the pre-B cell stage and the mature naive stage with the phenotype surface IgM-positive and CD19-positive, and are subject to the process of B cell selection. A transitional B cell migrates from the bone marrow into the peripheral circulation, and then to the spleen.", + "meaning": "CL:0000818", + "title": "transitional stage B cell" + }, + { + "text": "CL:0000998", + "description": "CD8_alpha-negative CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive T cells.", + "meaning": "CL:0000998", + "title": "CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0001043", + "description": "A recently activated CD4-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.", + "meaning": "CL:0001043", + "title": "activated CD4-positive, alpha-beta T cell, human" + }, + { + "text": "CL:0009078", + "description": "A fibroblast located in the thymic capsule.", + "meaning": "CL:0009078", + "title": "thymic fibroblast type 1" + }, + { + "text": "CL:0000314", + "meaning": "CL:0000314", + "title": "milk secreting cell" + }, + { + "text": "CL:0000608", + "description": "A thick walled, sexual, resting spore formed by Zygomycetes; sometimes refers to the spore and the multi-layered cell wall that encloses the spore, the zygosporangium.", + "meaning": "CL:0000608", + "title": "zygospore" + }, + { + "text": "CL:0000744", + "description": "A columnar chondrocyte that differentiates in the late embryonic growth plate of bone. Columnar chondrocytes vigorously proliferate and form columns in the growth plate.", + "meaning": "CL:0000744", + "title": "columnar chondrocyte" + }, + { + "text": "CL:0002259", + "description": "The stem cell from which glial precursor cell arises from.", + "meaning": "CL:0002259", + "title": "neuroepithelial stem cell" + }, + { + "text": "CL:0002004", + "description": "A proerythoblast that is CD34-negative and GlyA-negative.", + "meaning": "CL:0002004", + "title": "CD34-negative, GlyA-negative proerythroblast" + }, + { + "text": "CL:1000433", + "description": "An epithelial cell that is part of the lacrimal canaliculus.", + "meaning": "CL:1000433", + "title": "epithelial cell of lacrimal canaliculus" + }, + { + "text": "CL:0004227", + "description": "A bistratified amacrine cell with a small dendritic field. Flat bistratified amacrine cells have post-synaptic terminals both on the border of S1 and S2, and on the border of S3 and S4. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004227", + "title": "flat bistratified amacrine cell" + }, + { + "text": "CL:4033022", + "description": "A mucus secreting cell of a submucosal gland of the bronchus.", + "meaning": "CL:4033022", + "title": "mucus secreting cell of bronchus submucosal gland" + }, + { + "text": "CL:0003048", + "description": "A cone cell that detects long wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 564-580 nm.", + "meaning": "CL:0003048", + "title": "L cone cell" + }, + { + "text": "CL:0009080", + "description": "A tuft cell located in the small intestine.", + "meaning": "CL:0009080", + "title": "tuft cell of small intestine" + }, + { + "text": "CL:0002569", + "description": "A mesenchymal stem cell of the umbilical cord.", + "meaning": "CL:0002569", + "title": "mesenchymal stem cell of umbilical cord" + }, + { + "text": "CL:0000235", + "description": "A mononuclear phagocyte present in variety of tissues, typically differentiated from monocytes, capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.", + "meaning": "CL:0000235", + "title": "macrophage" + }, + { + "text": "CL:0002176", + "description": "A cell of a secondary follicile within the ovary.", + "meaning": "CL:0002176", + "title": "secondary follicular cell of ovary" + }, + { + "text": "CL:4030005", + "description": "A renal beta-intercalated cell that is part of the cortical collecting duct. The medullary collecting duct does not contain the renal beta-intercalated cell type.", + "meaning": "CL:4030005", + "title": "kidney collecting duct beta-intercalated cell" + }, + { + "text": "CL:0000999", + "description": "CD8_alpha-negative CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative and CD8_alpha-negative.", + "meaning": "CL:0000999", + "title": "CD4-positive CD11b-positive dendritic cell" + }, + { + "text": "CL:0002472", + "description": "Gr1-low non-classical monocyte that has low to intermediate expression of the MHC-II complex.", + "meaning": "CL:0002472", + "title": "MHC-II-low non-classical monocyte" + }, + { + "text": "CL:0003021", + "description": "A retinal ganglion cell C outer that has a medium dendritic field and a dense dendritic arbor.", + "meaning": "CL:0003021", + "title": "retinal ganglion cell C4" + }, + { + "text": "CL:4023000", + "description": "A motor neuron that innervates both intrafusal and extrafusal muscle fibers. Low abundancy. They control both muscle contraction and responsiveness of the sensory feedback from muscle spindles.", + "meaning": "CL:4023000", + "title": "beta motor neuron" + }, + { + "text": "CL:0002657", + "description": "A glandular epithelial cell of the esophagus.", + "meaning": "CL:0002657", + "title": "glandular cell of esophagus" + }, + { + "text": "CL:0000514", + "description": "A precursor cell destined to differentiate into smooth muscle myocytes.", + "meaning": "CL:0000514", + "title": "smooth muscle myoblast" + }, + { + "text": "CL:0000349", + "description": "Any cell that is part of some extraembryonic structure.", + "meaning": "CL:0000349", + "title": "extraembryonic cell" + }, + { + "text": "CL:0002190", + "description": "A flat keratinocyte immediately below the cornified layer.", + "meaning": "CL:0002190", + "title": "squamous cell of epidermis" + }, + { + "text": "CL:4030035", + "description": "A dental pulp cell that possesses stem-cell-like qualities, including self-renewal capability and multi-lineage differentiation.", + "meaning": "CL:4030035", + "title": "dental pulp stem cell" + }, + { + "text": "CL:0002067", + "description": "An enteroendocrine cell that produces glucagon.", + "meaning": "CL:0002067", + "title": "type A enteroendocrine cell" + }, + { + "text": "CL:0009114", + "description": "A B cell found in the perisinusoidal area of a lymph node. In humans, monocytoid B cells are a morphologically distinct B cell population (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many similarities with marginal zone B cells including marker expression, and are increased in disease settings.", + "meaning": "CL:0009114", + "title": "monocytoid B cell" + }, + { + "text": "CL:1001517", + "description": "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach.", + "meaning": "CL:1001517", + "title": "stomach enteroendocrine cell" + }, + { + "text": "CL:0000137", + "description": "A mature osteoblast that has become embedded in the bone matrix. They occupy a small cavity, called lacuna, in the matrix and are connected to adjacent osteocytes via protoplasmic projections called canaliculi.", + "meaning": "CL:0000137", + "title": "osteocyte" + }, + { + "text": "CL:0009024", + "description": "A mesothelial cell that is part of the small intestine.", + "meaning": "CL:0009024", + "title": "mesothelial cell of small intestine" + }, + { + "text": "CL:4040004", + "description": "Any mesenchymal stem cell of adipose tissue that is part of an orbital region.", + "meaning": "CL:4040004", + "title": "mesenchymal stem cell of orbital adipose tissue" + }, + { + "text": "CL:0002367", + "description": "A cell that lines the trabecular meshwork, which is an area of tissue in the eye located around the base of the cornea, near the ciliary body, and is responsible for draining the aqueous humor from the eye via the anterior chamber (the chamber on the front of the eye covered by the cornea). This cell may play a role in regulating intraocular pressure.", + "meaning": "CL:0002367", + "title": "trabecular meshwork cell" + }, + { + "text": "CL:0002062", + "description": "A squamous pulmonary alveolar epithelial cell that is flattened and branched. A pulmonary alveolar type 1 cell covers more than 98% of the alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions to form the air-blood barrier essential for normal gas exchange.", + "meaning": "CL:0002062", + "title": "pulmonary alveolar type 1 cell" + }, + { + "text": "CL:0000724", + "description": "A differentiated cell that functions as a site of nitrogen fixation under aerobic conditions.", + "meaning": "CL:0000724", + "title": "heterocyst" + }, + { + "text": "CL:1001598", + "description": "A glandular cell found in the epithelium of the small intestine. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Somatostatin-secreting Cells (D-cells) .", + "meaning": "CL:1001598", + "title": "small intestine glandular cell" + }, + { + "text": "CL:1001589", + "description": "Glandular cell of duodenal epithelium. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner's gland cell.", + "meaning": "CL:1001589", + "title": "duodenum glandular cell" + }, + { + "text": "CL:1000147", + "description": "A cell that is part of a cardiac valve.", + "meaning": "CL:1000147", + "title": "cardiac valve cell" + }, + { + "text": "CL:0002402", + "description": "A resting mature B cell within the Peyer's patch that is CD19-positive, B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, and CD5-negative.", + "meaning": "CL:0002402", + "title": "Peyer's patch B cell" + }, + { + "text": "CL:1001126", + "description": "Any vasa recta cell that is part of some inner renal medulla vasa recta.", + "meaning": "CL:1001126", + "title": "inner renal medulla vasa recta cell" + }, + { + "text": "CL:0002608", + "description": "A neuron with a soma found in the hippocampus.", + "meaning": "CL:0002608", + "title": "hippocampal neuron" + }, + { + "text": "CL:0002011", + "description": "A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages. Marker for this cell is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative.", + "meaning": "CL:0002011", + "title": "Kit-positive macrophage dendritic cell progenitor" + }, + { + "text": "CL:4023012", + "description": "A glutamatergic neuron located in the cerebral cortex that projects axons locally rather than distantly.", + "meaning": "CL:4023012", + "title": "near-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0005014", + "description": "A non-sensory cell that extends from the basement membrane to the apical surface of the auditory epithelium and provides support for auditory hair cells.", + "meaning": "CL:0005014", + "title": "auditory epithelial supporting cell" + }, + { + "text": "CL:0002249", + "description": "A stem cell that can differentiate into a cardiac myocyte.", + "meaning": "CL:0002249", + "title": "primitive cardiac myocyte" + }, + { + "text": "CL:0002675", + "description": "A S. pombe cell type determined by mat1-Pc and mat1-Pi on the mat1 locus.", + "meaning": "CL:0002675", + "title": "H plus" + }, + { + "text": "CL:0000025", + "description": "A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization.", + "meaning": "CL:0000025", + "title": "egg cell" + }, + { + "text": "CL:2000021", + "description": "Any native cell that is part of a sebaceous gland.", + "meaning": "CL:2000021", + "title": "sebaceous gland cell" + }, + { + "text": "CL:0002120", + "description": "An CD24-positive CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-positive, CD38-negative, and IgG-negative.", + "meaning": "CL:0002120", + "title": "CD24-positive CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:0008005", + "description": "A somatic muscle cell that is oblquely striated. Examples include the somatic muscles of nematodes.", + "meaning": "CL:0008005", + "title": "obliquely striated somatic muscle cell" + }, + { + "text": "CL:0002654", + "description": "An epithelial cell of stratum corneum of esophageal epithelium.", + "meaning": "CL:0002654", + "title": "epithelial cell of stratum corneum of esophageal epithelium" + }, + { + "text": "CL:0011018", + "description": "A group 3 innate lymphoid cell that express ROR gamma t and IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c, Gr-1), with the functional ability to interact with mesenchymal cells through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer cells are key to the development of lymph nodes and Peyer\u2019s patches.", + "meaning": "CL:0011018", + "title": "lymphoid tissue\u2013inducer cell" + }, + { + "text": "CL:0000660", + "description": "An extracellular matrix secreting cell that secretes glycocalyx.", + "meaning": "CL:0000660", + "title": "glycocalyx secreting cell" + }, + { + "text": "CL:0000763", + "description": "A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage.", + "meaning": "CL:0000763", + "title": "myeloid cell" + }, + { + "text": "CL:0002199", + "description": "An oncocyte located in the parathyroid gland.", + "meaning": "CL:0002199", + "title": "oxyphil cell of parathyroid gland" + }, + { + "text": "CL:0001018", + "description": "Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001018", + "title": "immature CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:0003009", + "description": "A mono-stratified retinal ganglion cell that has a medium dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S4 and S5.", + "meaning": "CL:0003009", + "title": "G6 retinal ganglion cell" + }, + { + "text": "CL:0000180", + "description": "A steroid hormone secreting cell that secretes estradiol.", + "meaning": "CL:0000180", + "title": "estradiol secreting cell" + }, + { + "text": "CL:0002308", + "description": "An epithelial cell of a skin gland.", + "meaning": "CL:0002308", + "title": "epithelial cell of skin gland" + }, + { + "text": "CL:0002543", + "description": "An endothelial cell that is part of the vein.", + "meaning": "CL:0002543", + "title": "vein endothelial cell" + }, + { + "text": "CL:0008032", + "description": "A GABAergic interneuron in human cortical layer 1 that has large rosehip-shaped axonal boutons and compact arborization.", + "meaning": "CL:0008032", + "title": "rosehip neuron" + }, + { + "text": "CL:1000442", + "description": "An urothelial cell that is part of the trigone of urinary bladder.", + "meaning": "CL:1000442", + "title": "urothelial cell of trigone of urinary bladder" + }, + { + "text": "CL:0002488", + "description": "A trophoblast cell that has a large volume of cytoplasm, is polyploid and is usually mononuclear but is also occasionally multi-nucleate. This cell type is important in establishing maternal physiology and remodeling of the vasculature of the placenta.", + "meaning": "CL:0002488", + "title": "trophoblast giant cell" + }, + { + "text": "CL:0000014", + "description": "A stem cell that is the precursor of gametes.", + "meaning": "CL:0000014", + "title": "germ line stem cell" + }, + { + "text": "CL:0004242", + "description": "An amacrine cell with a wide dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites of this cell type are straight and minimally branched.", + "meaning": "CL:0004242", + "title": "WF3-1 amacrine cell" + }, + { + "text": "CL:1000050", + "description": "Any glial cell that is part of some lateral line nerve.", + "meaning": "CL:1000050", + "title": "lateral line nerve glial cell" + }, + { + "text": "CL:1001572", + "description": "A vascular endothelial cell found in colon blood vessels.", + "meaning": "CL:1001572", + "title": "colon endothelial cell" + }, + { + "text": "CL:0000984", + "description": "A plasmablast that secretes IgA.", + "meaning": "CL:0000984", + "title": "IgA plasmablast" + }, + { + "text": "CL:0000104", + "description": "A neuron with three or more neurites, usually an axon and multiple dendrites.", + "meaning": "CL:0000104", + "title": "multipolar neuron" + }, + { + "text": "CL:1001285", + "description": "A cell that is part of some vasa recta descending limb.", + "meaning": "CL:1001285", + "title": "vasa recta descending limb cell" + }, + { + "text": "CL:1000419", + "description": "A myoepithelial cell that is part of the lactiferous duct.", + "meaning": "CL:1000419", + "title": "myoepithelial cell of lactiferous duct" + }, + { + "text": "CL:0000417", + "meaning": "CL:0000417", + "title": "endopolyploid cell" + }, + { + "text": "CL:0002146", + "description": "A sweat producing cell of eccrine sweat glands. Pyramidal in shape, with its base resting on the basal lamina or myoepitheliocytes, and its microvillus-covered apical plasma membrane line up the intercellular canaliculi. Cell is not stained by hematoxylin or eosin.", + "meaning": "CL:0002146", + "title": "clear cell of eccrine sweat gland" + }, + { + "text": "CL:0002122", + "description": "A B220-positive CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative.", + "meaning": "CL:0002122", + "title": "B220-positive CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000695", + "description": "A neuron of the human embryonic marginal zone which display, as a salient feature, radial ascending processes that contact the pial surface, and a horizontal axon plexus located in the deep marginal zone. One feature of these cells in mammals is that they express the Reelin gene.", + "meaning": "CL:0000695", + "title": "Cajal-Retzius cell" + }, + { + "text": "CL:0002070", + "description": "Bottle-shaped with narrow neck; broad, rounded basal portion where nucleus is located; stereocilia and a single kinocilium is present apically; receive nerve bouton at their base from an afferent cup-shaped (chalice or calyx) nerve ending.", + "meaning": "CL:0002070", + "title": "type I vestibular sensory cell" + }, + { + "text": "CL:4023083", + "description": "A GABAergic interneuron that selectively innervates the axon initial segment of pyramidal cells. Their local axonal clusters are formed by high-frequency branching at shallow angles, often ramifying around, above or below their somata with a high bouton density. The characteristic terminal portions of the axon form short vertical rows of boutons, resembling the candlesticks and candles of a chandelier. Chandelier cells can be multipolar or bitufted.", + "meaning": "CL:4023083", + "title": "chandelier cell" + }, + { + "text": "CL:1000366", + "description": "A transitional myocyte that is part of the middle internodal tract.", + "meaning": "CL:1000366", + "title": "transitional myocyte of middle internodal tract" + }, + { + "text": "CL:0003014", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a medium length secondary dendrite shaft.", + "meaning": "CL:0003014", + "title": "G11 retinal ganglion cell" + }, + { + "text": "CL:0002512", + "description": "A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-high.", + "meaning": "CL:0002512", + "title": "CD11b-high, CD103-negative, langerin-negative lymph node dendritic cell" + }, + { + "text": "CL:0002595", + "description": "A smooth muscle cell of the subclavian artery.", + "meaning": "CL:0002595", + "title": "smooth muscle cell of the subclavian artery" + }, + { + "text": "CL:0002078", + "description": "Epithelial cell derived from mesoderm or mesenchyme.", + "meaning": "CL:0002078", + "title": "meso-epithelial cell" + }, + { + "text": "CL:0002420", + "description": "A T cell that has not completed T cell selection.", + "meaning": "CL:0002420", + "title": "immature T cell" + }, + { + "text": "CL:0000503", + "description": "A flattened stroma cell forming a sheath or theca outside the basal lamina lining the mature ovarian follicle. Thecal interstitial or stromal cells are steroidogenic, and produce primarily androgens which serve as precusors of estrogens in the granulosa cells.", + "meaning": "CL:0000503", + "title": "theca cell" + }, + { + "text": "CL:0000908", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines.", + "meaning": "CL:0000908", + "title": "CD8-positive, alpha-beta cytokine secreting effector T cell" + }, + { + "text": "CL:0002664", + "description": "A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart.", + "meaning": "CL:0002664", + "title": "cardioblast" + }, + { + "text": "CL:4023057", + "description": "Any GABAergic interneuron that has its soma located in some cerebellar cortex.", + "meaning": "CL:4023057", + "title": "cerebellar inhibitory GABAergic interneuron" + }, + { + "text": "CL:0002532", + "description": "A myeloid dendritic cell found in the blood that is CD16-positive.", + "meaning": "CL:0002532", + "title": "CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0008001", + "description": "Any hematopoietic cell that is a precursor of some other hematopoietic cell type.", + "meaning": "CL:0008001", + "title": "hematopoietic precursor cell" + }, + { + "text": "CL:0000206", + "description": "A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood.", + "meaning": "CL:0000206", + "title": "chemoreceptor cell" + }, + { + "text": "CL:2000065", + "description": "Any microvascular endothelial cell that is part of a female urethra.", + "meaning": "CL:2000065", + "title": "ovarian microvascular endothelial cell" + }, + { + "text": "CL:0000957", + "description": "A large pre-B-II cell is a pre-B-II cell that is proliferating and is Rag1-negative and Rag2-negative.", + "meaning": "CL:0000957", + "title": "large pre-B-II cell" + }, + { + "text": "CL:0000986", + "description": "A fully differentiated plasma cell that secretes IgM.", + "meaning": "CL:0000986", + "title": "IgM plasma cell" + }, + { + "text": "CL:0000792", + "description": "A CD4-positive, CD25-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000792", + "title": "CD4-positive, CD25-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0002194", + "description": "A cell involved in the formation of a monocyte (monopoiesis).", + "meaning": "CL:0002194", + "title": "monopoietic cell" + }, + { + "text": "CL:0002496", + "description": "A T cell that is located in the intestinal epithelium and is capable of a mucosal immune response.", + "meaning": "CL:0002496", + "title": "intraepithelial lymphocyte" + }, + { + "text": "CL:0000600", + "description": "A fungal cell with two or more genetically distinct nuclei.", + "meaning": "CL:0000600", + "title": "heterokaryon" + }, + { + "text": "CL:0000355", + "description": "A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell.", + "meaning": "CL:0000355", + "title": "multi-potent skeletal muscle stem cell" + }, + { + "text": "CL:1000893", + "description": "Any kidney blood vessel cell that is part of some renal vein.", + "meaning": "CL:1000893", + "title": "kidney venous blood vessel cell" + }, + { + "text": "CL:0002044", + "description": "A basophil mast progenitor cell that is Beta-7 integrin-high, Kit-positive FcRgammaII/III-positive and Sca1-negative.", + "meaning": "CL:0002044", + "title": "Kit-positive, integrin beta7-high basophil mast progenitor cell" + }, + { + "text": "CL:0002246", + "description": "A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells).", + "meaning": "CL:0002246", + "title": "peripheral blood stem cell" + }, + { + "text": "CL:0009098", + "description": "A skeletal muscle fiber found at the fetal and neonatal stages. In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears shortly after birth and is replaced by expression of adult heavy chain myosins.", + "meaning": "CL:0009098", + "title": "fetal and neonatal skeletal muscle fiber" + }, + { + "text": "CL:1000720", + "description": "Any renal intercalated cell that is part of some papillary duct.", + "meaning": "CL:1000720", + "title": "kidney papillary duct intercalated cell" + }, + { + "text": "CL:0000975", + "description": "A fully differentiated plasma cell that lives for months.", + "meaning": "CL:0000975", + "title": "short lived plasma cell" + }, + { + "text": "CL:0000367", + "meaning": "CL:0000367", + "title": "sheath cell (sensu Nematoda)" + }, + { + "text": "CL:0009045", + "description": "A B cell found in the lymph node medullary sinus.", + "meaning": "CL:0009045", + "title": "B cell of medullary sinus of lymph node" + }, + { + "text": "CL:0002443", + "description": "A NK1.1-positive T cell that is Ly49Cl-positive.", + "meaning": "CL:0002443", + "title": "Ly49CI-positive natural killer cell, mouse" + }, + { + "text": "CL:0000446", + "description": "An epithelial cell of the parathyroid gland that is arranged in wide, irregular interconnecting columns; responsible for the synthesis and secretion of parathyroid hormone.", + "meaning": "CL:0000446", + "title": "chief cell of parathyroid gland" + }, + { + "text": "CL:0000561", + "description": "Interneuron of the vertebrate retina. They integrate, modulate, and interpose a temporal domain in the visual message presented to the retinal ganglion cells, with which they synapse in the inner plexiform layer. They lack large axons.", + "meaning": "CL:0000561", + "title": "amacrine cell" + }, + { + "text": "CL:0002143", + "description": "A chief cell that is smaller than light chief cells and has a smaller and darker nucleus and a finely granular cytoplasm with many granules.", + "meaning": "CL:0002143", + "title": "dark chief cell of parathyroid gland" + }, + { + "text": "CL:0000566", + "description": "A mesenchymal stem cell capable of developing into blood vessel endothelium.", + "meaning": "CL:0000566", + "title": "angioblastic mesenchymal cell" + }, + { + "text": "CL:0019021", + "description": "An endothelial cell found in the periportal region hepatic sinusoid, near the portal triad. The fenestrae of these cells are larger but fewer in number compared with those of endothelial cells near the centrilobular region of the hepatic sinusoid.", + "meaning": "CL:0019021", + "title": "endothelial cell of periportal hepatic sinusoid" + }, + { + "text": "CL:1001145", + "description": "Any kidney cortex vein cell that is part of some renal interlobular vein.", + "meaning": "CL:1001145", + "title": "interlobular vein cell" + }, + { + "text": "CL:0008012", + "description": "A skeletal muscle satellite cell that is mitotically quiescent. These cells are wedge shaped and have a large nuclear to cytoplasmic ratio with few organelles, a small nucleus and condensed interphase chromatin. Satellite cells typically remain in this state until activated following muscle damage.", + "meaning": "CL:0008012", + "title": "quiescent skeletal muscle satellite cell" + }, + { + "text": "CL:0000142", + "description": "A cell occurring in the peripheral part of the vitreous body of the eye that may be responsible for production of hyaluronic acid and collagen.", + "meaning": "CL:0000142", + "title": "hyalocyte" + }, + { + "text": "CL:2000017", + "description": "Any fibroblast that is part of a periodontal ligament.", + "meaning": "CL:2000017", + "title": "fibroblast of peridontal ligament" + }, + { + "text": "CL:0004115", + "description": "A monostratified retinal ganglion cell with small to medium soma and small to medium dendritic field.", + "meaning": "CL:0004115", + "title": "retinal ganglion cell B" + }, + { + "text": "CL:0000424", + "description": "A cell involved in the elimination of metabolic and foreign toxins, and in maintaining the ionic, acid-base and water balance of biological fluids.", + "meaning": "CL:0000424", + "title": "excretory cell" + }, + { + "text": "CL:0000568", + "description": "A cell that originates in the neural crest, that has certain cytochemical and ultrastructural characteristics and is found scattered throughout the body; types include melanocytes, the cells of the chromaffin system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, lungs, gastrointestinal tract, and pancreas. This cell type concentrates the amino acid precursors of certain amines and decarboxylate them, forming amines that function as regulators and neurotransmitters. This cell type produces substances such as epinephrine, norepinephrine, dopamine, serotonin, enkephalin, somatostatin, neurotensin, and substance P, the actions of which may affect contiguous cells, nearby groups of cells, or distant cells, thus functioning as local or systemic hormones. The name is an acronym for amine precursor uptake and decarboxylation cell.", + "meaning": "CL:0000568", + "title": "amine precursor uptake and decarboxylation cell" + }, + { + "text": "CL:0002642", + "description": "An epithelial cell of the esophageal cardiac gland that occurs both in the proximal and distal esophagus, within the lamina propia.", + "meaning": "CL:0002642", + "title": "epithelial cell of esophageal cardiac gland" + }, + { + "text": "CL:0002349", + "description": "A natural killer cell that is CD27-high and CD11b-low.", + "meaning": "CL:0002349", + "title": "CD27-high, CD11b-low natural killer cell, mouse" + }, + { + "text": "CL:0002522", + "description": "A renal filtration cell is a specialized cell of the renal system that filter fluids by charge, size or both.", + "meaning": "CL:0002522", + "title": "renal filtration cell" + }, + { + "text": "CL:0002501", + "description": "A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive intestinal polypeptide.", + "meaning": "CL:0002501", + "title": "type D1 enteroendocrine cell" + }, + { + "text": "CL:0000817", + "description": "A precursor B cell is a B cell with the phenotype CD10-positive.", + "meaning": "CL:0000817", + "title": "precursor B cell" + }, + { + "text": "CL:0000429", + "description": "A columnar epithelial cell that is part of an insect imaginal disc.", + "meaning": "CL:0000429", + "title": "imaginal disc cell" + }, + { + "text": "CL:1001431", + "description": "Any renal principal cell that is part of some collecting duct of renal tubule.", + "meaning": "CL:1001431", + "title": "kidney collecting duct principal cell" + }, + { + "text": "CL:0002567", + "description": "A melanocyte that appears lighter in color.", + "meaning": "CL:0002567", + "title": "light melanocyte" + }, + { + "text": "CL:0000853", + "description": "Olfactory epithelial support cell is a columnar cell that extends from the epithelial free margin to the basement membrane of the olfactory epithelium. This cell type has a large, vertically, elongate, euchromatic nucleus, along with other nuclei, forms a layer superficial to the cell body of the receptor cell; sends long somewhat irregular microvilli into the mucus layer; at the base, with expanded end-feet containing numerous lamellated dense bodies resembling lipofuscin of neurons.", + "meaning": "CL:0000853", + "title": "olfactory epithelial supporting cell" + }, + { + "text": "CL:0002217", + "description": "A trophoblast that leaves the placenta and invades the endometrium and myometrium. This cell type is crucial in increasing blood flow to the fetus.", + "meaning": "CL:0002217", + "title": "intermediate trophoblast cell" + }, + { + "text": "CL:4023062", + "description": "A neuron with its soma located in the dentate gyrus of the hippocampus.", + "meaning": "CL:4023062", + "title": "dentate gyrus neuron" + }, + { + "text": "CL:1000281", + "description": "A smooth muscle cell that is part of the cecum.", + "meaning": "CL:1000281", + "title": "smooth muscle cell of cecum" + }, + { + "text": "CL:0002368", + "description": "An endo-epithelial cell of the respiratory tract.", + "meaning": "CL:0002368", + "title": "respiratory epithelial cell" + }, + { + "text": "CL:0000749", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner half of the inner plexiform layer. These cells depolarize in response to light stimulation of their corresponding photoreceptors.", + "meaning": "CL:0000749", + "title": "ON-bipolar cell" + }, + { + "text": "CL:0002225", + "description": "A lens fiber cell that develops from primary lens fiber; located towards the center of lens; cell organelles are normally degraded or in the process of being degraded.", + "meaning": "CL:0002225", + "title": "secondary lens fiber" + }, + { + "text": "CL:4030062", + "description": "An intratelencephalic-projecting glutamatergic with a soma located in cortical layer 4/5.", + "meaning": "CL:4030062", + "title": "L4/5 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000334", + "meaning": "CL:0000334", + "title": "vegetative cell (sensu Fungi)" + }, + { + "text": "CL:2000006", + "description": "Any germinal center B cell that is part of a tonsil.", + "meaning": "CL:2000006", + "title": "tonsil germinal center B cell" + }, + { + "text": "CL:1000335", + "description": "An enterocyte that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000335", + "title": "enterocyte of epithelium of intestinal villus" + }, + { + "text": "CL:1000285", + "description": "A smooth muscle cell that is part of the sigmoid colon.", + "meaning": "CL:1000285", + "title": "smooth muscle cell of sigmoid colon" + }, + { + "text": "CL:0000043", + "description": "A fully differentiated basophil, a granular leukocyte with an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation.", + "meaning": "CL:0000043", + "title": "mature basophil" + }, + { + "text": "CL:4042005", + "description": "A choroid plexus macrophage that is part of a choroid plexus stroma.", + "meaning": "CL:4042005", + "title": "stromal choroid plexus macrophage" + }, + { + "text": "CL:0003034", + "description": "A monostratified retinal ganglion cell that has a small soma, an assymetric dendritic field with post synaptic terminals in sublaminar layer S3.", + "meaning": "CL:0003034", + "title": "M5 retinal ganglion cell" + }, + { + "text": "CL:1000849", + "description": "Any epithelial cell of distal tubule that is part of some distal convoluted tubule.", + "meaning": "CL:1000849", + "title": "kidney distal convoluted tubule epithelial cell" + }, + { + "text": "CL:0007008", + "description": "Notochordal cell that is inner portion of the notochord and becomes vacuolated as development proceeds.", + "meaning": "CL:0007008", + "title": "notochordal vacuole cell" + }, + { + "text": "CL:0000457", + "meaning": "CL:0000457", + "title": "biogenic amine secreting cell" + }, + { + "text": "CL:1000317", + "description": "A goblet cell that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000317", + "title": "intestinal villus goblet cell" + }, + { + "text": "CL:0000325", + "description": "A cell that is specialised to accumulate a particular substance(s).", + "meaning": "CL:0000325", + "title": "stuff accumulating cell" + }, + { + "text": "CL:0011031", + "description": "A dendritic cell that develops from a monocyte.", + "meaning": "CL:0011031", + "title": "monocyte-derived dendritic cell" + }, + { + "text": "CL:0010003", + "description": "An epithelial cell that is part_of a alveolus of lung.", + "meaning": "CL:0010003", + "title": "epithelial cell of alveolus of lung" + }, + { + "text": "CL:0002417", + "description": "An immature or mature cell of the first erythroid lineage to arise during embryonic development.", + "meaning": "CL:0002417", + "title": "primitive erythroid lineage cell" + }, + { + "text": "CL:0002584", + "description": "An epithelial cell of the kidney cortex.", + "meaning": "CL:0002584", + "title": "renal cortical epithelial cell" + }, + { + "text": "CL:1000487", + "description": "A smooth muscle cell that is part of the prostate gland.", + "meaning": "CL:1000487", + "title": "smooth muscle cell of prostate" + }, + { + "text": "CL:0000338", + "description": "A neural precursor of the central nervous system.", + "meaning": "CL:0000338", + "title": "neuroblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002183", + "description": "A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit.", + "meaning": "CL:0002183", + "title": "stem cell of gastric gland" + }, + { + "text": "CL:0000637", + "description": "A cell that stains readily in the anterior pituitary gland.", + "meaning": "CL:0000637", + "title": "chromophil cell of anterior pituitary gland" + }, + { + "text": "CL:0002549", + "description": "A fibroblast that is part of the choroid plexus.", + "meaning": "CL:0002549", + "title": "fibroblast of choroid plexus" + }, + { + "text": "CL:0002257", + "description": "An epithelial cell of thyroid gland.", + "meaning": "CL:0002257", + "title": "epithelial cell of thyroid gland" + }, + { + "text": "CL:1000296", + "description": "An epithelial cell that is part of the urethra.", + "meaning": "CL:1000296", + "title": "epithelial cell of urethra" + }, + { + "text": "CL:4030058", + "description": "A macrophage that expresses the T cell receptor complex at the cell surface.", + "meaning": "CL:4030058", + "title": "TCR-positive macrophage" + }, + { + "text": "CL:1000979", + "description": "Any smooth muscle cell that is part of some muscular coat of ureter.", + "meaning": "CL:1000979", + "title": "ureter smooth muscle cell" + }, + { + "text": "CL:0000939", + "description": "A mature natural killer cell that has the phenotype CD56-low, CD16-positive and which is capable of cytotoxicity and cytokine production.", + "meaning": "CL:0000939", + "title": "CD16-positive, CD56-dim natural killer cell, human" + }, + { + "text": "CL:0000032", + "description": "A cell of a platelike structure, especially a thickened plate of ectoderm in the early embryo, from which a sense organ develops.", + "meaning": "CL:0000032", + "title": "neuroplacodal cell" + }, + { + "text": "CL:0002150", + "description": "Epithelioid macrophage is an activated macrophage that resembles an epithelial cell with finely granular, pale eosinophilic cytoplasm and central, ovoid nucleus (oval or elongate). This cell type is able to merge into one another to form aggregates. The presence of such aggregates may characterize some pathologic conditions, mainly granulomatous inflammation.", + "meaning": "CL:0002150", + "title": "epithelioid macrophage" + }, + { + "text": "CL:0009006", + "description": "An enteroendocrine cell that is located in the small intestine.", + "meaning": "CL:0009006", + "title": "enteroendocrine cell of small intestine" + }, + { + "text": "CL:0000579", + "description": "A follicle cell that migrates from the anterior pole of the insect egg chamber to the anterior of the oocyte where they participate in the formation of the micropyle.", + "meaning": "CL:0000579", + "title": "border follicle cell" + }, + { + "text": "CL:0000217", + "meaning": "CL:0000217", + "title": "insulating cell" + }, + { + "text": "CL:0000916", + "description": "A mature gamma-delta T cell located in the epidermis that regulates wound healing.", + "meaning": "CL:0000916", + "title": "dendritic epidermal T cell" + }, + { + "text": "CL:0000406", + "meaning": "CL:0000406", + "title": "CNS short range interneuron" + }, + { + "text": "CL:1000405", + "description": "An epithelial cell that is part of the appendix.", + "meaning": "CL:1000405", + "title": "epithelial cell of appendix" + }, + { + "text": "CL:1000355", + "description": "A M cell that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000355", + "title": "microfold cell of epithelium proper of small intestine" + }, + { + "text": "CL:0000968", + "description": "A mature B cell that produces cytokines that can influence CD4 T cell differentiation.", + "meaning": "CL:0000968", + "title": "Be cell" + }, + { + "text": "CL:0002383", + "description": "A uninucleate spore formed on specialized cells or projections, sterigma, of a conidiophore head.", + "meaning": "CL:0002383", + "title": "conidium of conidiophore head" + }, + { + "text": "CL:4029002", + "description": "A gamete-nursing cell that derives from a germline cell (del Pino, 2021).", + "meaning": "CL:4029002", + "title": "germline-derived nurse cell" + }, + { + "text": "CL:4023088", + "description": "A basket cell that is large, and typically ascends to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers.", + "meaning": "CL:4023088", + "title": "large basket cell" + }, + { + "text": "CL:4033053", + "description": "A bistratfied retinal ganglion cell with a small dendritic field that has dendrites in the ON and OFF sublamina of the retinal inner plexiform layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar and amacrine input to both the OFF and ON dendritic tree.", + "meaning": "CL:4033053", + "title": "small bistratified retinal ganglion cell" + }, + { + "text": "CL:2000046", + "description": "Any cardiac muscle cell that is part of a cardiac ventricle.", + "meaning": "CL:2000046", + "title": "ventricular cardiac muscle cell" + }, + { + "text": "CL:4023072", + "description": "A cell that is part of the brain vasculature.", + "meaning": "CL:4023072", + "title": "brain vascular cell" + }, + { + "text": "CL:0002236", + "description": "A cell that constitutes the basal layer of epithelium in the prostatic duct.", + "meaning": "CL:0002236", + "title": "basal epithelial cell of prostatic duct" + }, + { + "text": "CL:0000519", + "description": "A phagocyte from organisms in the Nematoda or Protostomia clades.", + "meaning": "CL:0000519", + "title": "phagocyte (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002670", + "description": "An otic fibrocyte that underlies the stria vascularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002670", + "title": "type 1 otic fibrocyte" + }, + { + "text": "CL:1000480", + "description": "A transitional myocyte that is part of the internodal tract.", + "meaning": "CL:1000480", + "title": "transitional myocyte of internodal tract" + }, + { + "text": "CL:1000308", + "description": "A fibrocyte that is part of the adventitia of ureter.", + "meaning": "CL:1000308", + "title": "fibrocyte of adventitia of ureter" + }, + { + "text": "CL:0000308", + "meaning": "CL:0000308", + "title": "metal ion accumulating cell" + }, + { + "text": "CL:0000422", + "description": "A cell whose primary function is to cause growth by stimulating cell division in its immediate cellular environment.", + "meaning": "CL:0000422", + "title": "mitogenic signaling cell" + }, + { + "text": "CL:4006000", + "description": "A fibroblast that is part of the breast.", + "meaning": "CL:4006000", + "title": "fibroblast of breast" + }, + { + "text": "CL:0000182", + "description": "The main structural component of the liver. They are specialized epithelial cells that are organized into interconnected plates called lobules. Majority of cell population of liver, polygonal in shape, arranged in plates or trabeculae between sinusoids; may have single nucleus or binucleated.", + "meaning": "CL:0000182", + "title": "hepatocyte" + }, + { + "text": "CL:0002095", + "description": "A cell in the hilum of the ovary that produces androgens.", + "meaning": "CL:0002095", + "title": "hilus cell of ovary" + }, + { + "text": "CL:0002398", + "description": "An intermediate monocyte that is Gr1-positive, CD43-positive.", + "meaning": "CL:0002398", + "title": "Gr1-positive, CD43-positive monocyte" + }, + { + "text": "CL:0000335", + "description": "A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors.", + "meaning": "CL:0000335", + "title": "mesenchyme condensation cell" + }, + { + "text": "CL:1000482", + "description": "A myocardial endocrine cell that is part of the interventricular septum.", + "meaning": "CL:1000482", + "title": "myocardial endocrine cell of interventricular septum" + }, + { + "text": "CL:0019031", + "description": "Goblet cells reside throughout the length of the small and large intestine and are responsible for the production and maintenance of the protective mucus blanket by synthesizing and secreting high-molecular-weight glycoproteins known as mucins. Human intestinal goblet cells secrete the MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, AGR2, ZG16, and TFF3.", + "meaning": "CL:0019031", + "title": "intestine goblet cell" + }, + { + "text": "CL:0002030", + "description": "A lineage negative, Sca1-negative basophil progenitor cell that is Fc epsilon RIalpha-high.", + "meaning": "CL:0002030", + "title": "Fc-epsilon RIalpha-high basophil progenitor cell" + }, + { + "text": "CL:0002582", + "description": "A preadipocyte that is part of visceral tissue.", + "meaning": "CL:0002582", + "title": "visceral preadipocyte" + }, + { + "text": "CL:0002440", + "description": "A NK1.1-positive T cell that is Ly49D-positive.", + "meaning": "CL:0002440", + "title": "Ly49D-positive natural killer cell, mouse" + }, + { + "text": "CL:1001509", + "description": "The neurons that utilize glycine as a neurotransmitter.", + "meaning": "CL:1001509", + "title": "glycinergic neuron" + }, + { + "text": "CL:0002428", + "description": "A double-positive thymocyte that is large (i.e. has a high forward scatter signal in flow cytometry) and is actively proliferating.", + "meaning": "CL:0002428", + "title": "double-positive blast" + }, + { + "text": "CL:0002453", + "description": "A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons.", + "meaning": "CL:0002453", + "title": "oligodendrocyte precursor cell" + }, + { + "text": "CL:0000488", + "description": "A photoreceptor cell that detects visible light.", + "meaning": "CL:0000488", + "title": "visible light photoreceptor cell" + }, + { + "text": "CL:1000090", + "description": "Any epithelial cell that is part of some pronephric nephron tubule.", + "meaning": "CL:1000090", + "title": "pronephric nephron tubule epithelial cell" + }, + { + "text": "CL:0004126", + "description": "A retinal ganglion cell C outer that has symmetrical and dense dendritic dendritic tree with a large dendritic field.", + "meaning": "CL:0004126", + "title": "retinal ganglion cell C2 outer" + }, + { + "text": "CL:0002159", + "description": "Epithelial cells derived from general body ectoderm and ectoderm placodes.", + "meaning": "CL:0002159", + "title": "general ecto-epithelial cell" + }, + { + "text": "CL:0000096", + "description": "A fully differentiated neutrophil, a granular leukocyte having a nucleus with three to five lobes connected by slender threads, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes. They are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, CD43-positive, CD181-positive, and CD182-positive.", + "meaning": "CL:0000096", + "title": "mature neutrophil" + }, + { + "text": "CL:0000872", + "description": "A splenic macrophage found in the marginal zone of the spleen, involved in recognition and clearance of particulate material from the splenic circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, SIGN-R1-positive, and Dectin2-positive.", + "meaning": "CL:0000872", + "title": "splenic marginal zone macrophage" + }, + { + "text": "CL:0002201", + "description": "A renal intercalated cell that secretes base and reabsorbs acid in the distal segments of the kidney tubule to maintain acid/base balance.", + "meaning": "CL:0002201", + "title": "renal beta-intercalated cell" + }, + { + "text": "CL:0000244", + "description": "A cell characteristically found lining hollow organs that are subject to great mechanical change due to contraction and distention; originally thought to represent a transition between stratified squamous and columnar epithelium.", + "meaning": "CL:0000244", + "title": "transitional epithelial cell" + }, + { + "text": "CL:4033002", + "description": "A(n) neuroendocrine cell that is part of a(n) epithelium of crypt of Lieberkuhn.", + "meaning": "CL:4033002", + "title": "neuroendocrine cell of epithelium of crypt of Lieberkuhn" + }, + { + "text": "CL:1000606", + "description": "Any neuron that has its soma located in some kidney.", + "meaning": "CL:1000606", + "title": "kidney nerve cell" + }, + { + "text": "CL:4033059", + "description": "A lactocyte that highly expresses genes associated with transcription, immune cell function, and cellular stress. A lactocyte type 1 also expresses genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit at lower levels than a lactocyte type 2.", + "meaning": "CL:4033059", + "title": "lactocyte type 1" + }, + { + "text": "CL:0003039", + "description": "A monostratified retinal ganglion cell with large soma and medium dendritic field, with dense dendritic arbor.", + "meaning": "CL:0003039", + "title": "M8 retinal ganglion cell" + }, + { + "text": "CL:0000871", + "description": "A secondary lymphoid organ macrophage found in the spleen.", + "meaning": "CL:0000871", + "title": "splenic macrophage" + }, + { + "text": "CL:0000353", + "description": "An undifferentiated cell produced by early cleavages of the fertilized egg (zygote).", + "meaning": "CL:0000353", + "title": "blastoderm cell" + }, + { + "text": "CL:0002074", + "description": "The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides).", + "meaning": "CL:0002074", + "title": "myocardial endocrine cell" + }, + { + "text": "CL:0002614", + "description": "A neuron of the substantia nigra.", + "meaning": "CL:0002614", + "title": "neuron of the substantia nigra" + }, + { + "text": "CL:0000716", + "description": "A crystal cell that derives from the larval lymph gland.", + "meaning": "CL:0000716", + "title": "lymph gland crystal cell" + }, + { + "text": "CL:0012001", + "description": "A CNS neuron of the forebrain.", + "meaning": "CL:0012001", + "title": "neuron of the forebrain" + }, + { + "text": "CL:0002266", + "description": "A type D cell of the small intestine.", + "meaning": "CL:0002266", + "title": "type D cell of small intestine" + }, + { + "text": "CL:0000126", + "description": "A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together.", + "meaning": "CL:0000126", + "title": "macroglial cell" + }, + { + "text": "CL:0002652", + "description": "A venule endothelial cell that is cubodial, expresses leukocyte-specific receptors, and allows for passage of lymphocytes into bloodstream.", + "meaning": "CL:0002652", + "title": "endothelial cell of high endothelial venule" + }, + { + "text": "CL:0000547", + "description": "An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000547", + "title": "proerythroblast" + }, + { + "text": "CL:0000737", + "description": "Muscle cell which has as its direct parts myofilaments organized into sarcomeres.", + "meaning": "CL:0000737", + "title": "striated muscle cell" + }, + { + "text": "CL:4023042", + "description": "A corticothalamic-projecting neuron with a soma found in cortical layer 6.", + "meaning": "CL:4023042", + "title": "L6 corticothalamic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:1001127", + "description": "Any vasa recta cell that is part of some outer renal medulla vasa recta.", + "meaning": "CL:1001127", + "title": "outer renal medulla vasa recta cell" + }, + { + "text": "CL:0008013", + "description": "A visceromotor motor neuron whose soma is located in the hindbrain, and which synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles of the head.", + "meaning": "CL:0008013", + "title": "cranial visceromotor neuron" + }, + { + "text": "CL:0002578", + "description": "A preadipocyte found in mesenteric tissue.", + "meaning": "CL:0002578", + "title": "mesenteric preadipocyte" + }, + { + "text": "CL:0009086", + "description": "An endothelial cell that is part of a respiratory system lymphatic vessel.", + "meaning": "CL:0009086", + "title": "endothelial cell of respiratory system lymphatic vessel" + }, + { + "text": "CL:0000177", + "description": "Any secretory cell that is capable of some testosterone secretion.", + "meaning": "CL:0000177", + "title": "testosterone secreting cell" + }, + { + "text": "CL:0002643", + "description": "An epithelial cell of stratum corneum of esophageal epithelium that lacks keratin.", + "meaning": "CL:0002643", + "title": "nonkeratinized cell of stratum corneum of esophageal epithelium" + }, + { + "text": "CL:0002022", + "description": "An enucleate erythrocyte that is Lyg-76-high.", + "meaning": "CL:0002022", + "title": "Ly-76 high positive erythrocyte" + }, + { + "text": "CL:0002632", + "description": "Any epithelial cell that is part of some lower respiratory tract epithelium.", + "meaning": "CL:0002632", + "title": "epithelial cell of lower respiratory tract" + }, + { + "text": "CL:0000055", + "description": "A precursor cell with a limited number of potential fates.", + "meaning": "CL:0000055", + "title": "non-terminally differentiated cell" + }, + { + "text": "CL:0002535", + "description": "An epithelial cell of the cervix.", + "meaning": "CL:0002535", + "title": "epithelial cell of cervix" + }, + { + "text": "CL:2000091", + "description": "Any microvascular endothelial cell that is part of a endometrial blood vessel.", + "meaning": "CL:2000091", + "title": "endometrial microvascular endothelial cell" + }, + { + "text": "CL:0000251", + "meaning": "CL:0000251", + "title": "extramedullary cell" + }, + { + "text": "CL:0001016", + "description": "Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001016", + "title": "immature CD1a-positive Langerhans cell" + }, + { + "text": "CL:1001587", + "description": "Glandular cell of uterine cervix epithelium.", + "meaning": "CL:1001587", + "title": "uterine cervix glandular cell" + }, + { + "text": "CL:0002162", + "description": "An extremely flattened cell type found on the inner side of the tympanic membrane. The surface of this cell type carries sparse pleomorphic microvilli that are more common near the junctional zones.", + "meaning": "CL:0002162", + "title": "internal epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002576", + "description": "A glial cell that is part of the perineurium. This cell type has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments of external lamina and/or external lamina-like material, attachment plaques, and desmosome-like junctions. Perineurial cells historically have been referred to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial cell: does not have a compact nucleus and large endoplasmic reticulum; does have a double basement membrane opposed to a single basal lamina; is carefully joined to other perineurial cells by tight junctions into a single sheet as opposed to arranged in a large mass; and finally, can surround a small axon bundle at a nerve terminal whereas a fibroblast cannot.", + "meaning": "CL:0002576", + "title": "perineurial cell" + }, + { + "text": "CL:0000624", + "description": "A mature alpha-beta T cell that expresses an alpha-beta T cell receptor and the CD4 coreceptor.", + "meaning": "CL:0000624", + "title": "CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000523", + "description": "A cell from the inner layer of the trophoblast of the early mammalian embryo that gives rise to the outer surface and villi of the chorion. Mononuclear crytoblasts fuse to give rise to a multinuclear cytotrophoblast.", + "meaning": "CL:0000523", + "title": "mononuclear cytotrophoblast cell" + }, + { + "text": "CL:0002151", + "description": "A promyelocyte that is considerably smaller, with more condensed chromatin, and nucleoli are no longer conspicuous.", + "meaning": "CL:0002151", + "title": "late promyelocyte" + }, + { + "text": "CL:4023090", + "description": "A basket cell with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer.", + "meaning": "CL:4023090", + "title": "small basket cell" + }, + { + "text": "CL:4023032", + "meaning": "CL:4023032", + "title": "ON retinal ganglion cell" + }, + { + "text": "CL:1000353", + "description": "A M cell that is part of the epithelium of small intestine.", + "meaning": "CL:1000353", + "title": "microfold cell of epithelium of small intestine" + }, + { + "text": "CL:0000256", + "meaning": "CL:0000256", + "title": "uric acid accumulating cell" + }, + { + "text": "CL:0010004", + "description": "A mononuclear cell that is part_of a bone marrow.", + "meaning": "CL:0010004", + "title": "mononuclear cell of bone marrow" + }, + { + "text": "CL:0003031", + "description": "A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003031", + "title": "M3-ON retinal ganglion cell" + }, + { + "text": "CL:2000032", + "description": "A neuron that is part of a peripheral nervous system.", + "meaning": "CL:2000032", + "title": "peripheral nervous system neuron" + }, + { + "text": "CL:0000428", + "meaning": "CL:0000428", + "title": "yolk cell" + }, + { + "text": "CL:0005000", + "description": "A CNS interneuron located in the spinal cord.", + "meaning": "CL:0005000", + "title": "spinal cord interneuron" + }, + { + "text": "CL:0000836", + "description": "A precursor in the granulocytic series, being a cell intermediate in development between a myeloblast and myelocyte, that has distinct nucleoli, a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma Fc region receptor III-negative, and CD24-negative.", + "meaning": "CL:0000836", + "title": "promyelocyte" + }, + { + "text": "CL:1001106", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb. It is known in some mammalian species that this cell may express the Na+-K+-2Cl\u2212\u00a0cotransporter (NKCC2) apically.", + "meaning": "CL:1001106", + "title": "kidney loop of Henle thick ascending limb epithelial cell" + }, + { + "text": "CL:0000467", + "description": "A peptide hormone secreting cell that produces adrenocorticotropin, or corticotropin.", + "meaning": "CL:0000467", + "title": "adrenocorticotropic hormone secreting cell" + }, + { + "text": "CL:0000431", + "description": "A pigment cell derived from the neural crest. The cell contains flat light-reflecting platelets, probably of guanine, in stacks called reflecting platelets or iridisomes. The color-generating components produce a silver, gold, or iridescent color.", + "meaning": "CL:0000431", + "title": "iridophore" + }, + { + "text": "CL:0002390", + "description": "A blastoconidium that has only one nucleus.", + "meaning": "CL:0002390", + "title": "uninucleate blastconidium" + }, + { + "text": "CL:4033035", + "description": "An ON bipolar cell that has large dendritic and axonal fields.", + "meaning": "CL:4033035", + "title": "giant bipolar cell" + }, + { + "text": "CL:0000614", + "description": "A basophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and basophil-specific granules has started. No nucleolus is present. Markers are being integrin alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, aminopeptidase N-positive.", + "meaning": "CL:0000614", + "title": "basophilic myelocyte" + }, + { + "text": "CL:0000080", + "description": "A cell which moves among different tissues of the body, via blood, lymph, or other medium.", + "meaning": "CL:0000080", + "title": "circulating cell" + }, + { + "text": "CL:0002439", + "description": "A NK1.1-positive T cell that is NKGA2-positive.", + "meaning": "CL:0002439", + "title": "NKGA2-positive natural killer cell, mouse" + }, + { + "text": "CL:4033003", + "description": "A(n) myoepithelial cell that is part of a(n) bronchus submucosal gland.", + "meaning": "CL:4033003", + "title": "myoepithelial cell of bronchus submucosal gland" + }, + { + "text": "CL:0000512", + "description": "A paracrine cell is a secretory cell that secretes an agonist into intercellular spaces in which it diffuses to a target cell other than that which produced it.", + "meaning": "CL:0000512", + "title": "paracrine cell" + }, + { + "text": "CL:0009029", + "description": "A mesothelial cell that is located in a vermiform appendix.", + "meaning": "CL:0009029", + "title": "mesothelial cell of appendix" + }, + { + "text": "CL:0000478", + "description": "A peptide hormone secreting cell that secretes oxytocin stimulating hormone", + "meaning": "CL:0000478", + "title": "oxytocin stimulating hormone secreting cell" + }, + { + "text": "CL:0004001", + "description": "An interneuron whose axon stays entirely within the gray matter region where the cell body resides.", + "meaning": "CL:0004001", + "title": "local interneuron" + }, + { + "text": "CL:0000797", + "description": "A mature alpha-beta T cell of the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.", + "meaning": "CL:0000797", + "title": "alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0005021", + "description": "Mesenchymal derived lymphatic progenitor cells that give rise to the superficial lymphatics.", + "meaning": "CL:0005021", + "title": "mesenchymal lymphangioblast" + }, + { + "text": "CL:1000338", + "description": "An enterocyte that is part of the epithelium of crypt of Lieberkuhn of small intestine.", + "meaning": "CL:1000338", + "title": "enterocyte of epithelium of crypt of Lieberkuhn of small intestine" + }, + { + "text": "CL:0000746", + "description": "Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei.", + "meaning": "CL:0000746", + "title": "cardiac muscle cell" + }, + { + "text": "CL:0000958", + "description": "A transitional stage B cell that migrates from the bone marrow into the peripheral circulation, and finally to the spleen. This cell type has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, CD23-negative, and CD62L-negative, and CD93-positive. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-negative.", + "meaning": "CL:0000958", + "title": "T1 B cell" + }, + { + "text": "CL:0002433", + "description": "A CD4-positive, CD8-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.", + "meaning": "CL:0002433", + "title": "CD69-positive, CD4-positive single-positive thymocyte" + }, + { + "text": "CL:0000890", + "description": "An elicited macrophage characterized by low production of pro-inflammatory and Th1 polarizing cytokines and high expression of arginase-1, and associated with tissue remodelling.", + "meaning": "CL:0000890", + "title": "alternatively activated macrophage" + }, + { + "text": "CL:0000169", + "description": "A cell that secretes insulin and is located towards the center of the islets of Langerhans.", + "meaning": "CL:0000169", + "title": "type B pancreatic cell" + }, + { + "text": "CL:4023063", + "description": "An interneuron that is derived from the medial ganglionic eminence.", + "meaning": "CL:4023063", + "title": "medial ganglionic eminence derived interneuron" + }, + { + "text": "CL:0001003", + "description": "Mature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001003", + "title": "mature CD8_alpha-negative CD11b-positive dendritic cell" + }, + { + "text": "CL:4033046", + "description": "A midget ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from invaginating midget bipolar cells.", + "meaning": "CL:4033046", + "title": "ON midget ganglion cell" + }, + { + "text": "CL:0008019", + "description": "A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration.", + "meaning": "CL:0008019", + "title": "mesenchymal cell" + }, + { + "text": "CL:0002275", + "description": "A PP cell located in the islets of the pancreas.", + "meaning": "CL:0002275", + "title": "pancreatic PP cell" + }, + { + "text": "CL:0002548", + "description": "A fibroblast that is part of the heart.", + "meaning": "CL:0002548", + "title": "fibroblast of cardiac tissue" + }, + { + "text": "CL:0000732", + "meaning": "CL:0000732", + "title": "amoeboid cell" + }, + { + "text": "CL:4023164", + "description": "A bushy cell that receives a large number of medium-sized synapses, called modified endbulbs. Globular bushy cells extend to the superior olive on both sides of the brainstem where they give input to the bipolar neurons.", + "meaning": "CL:4023164", + "title": "globular bushy cell" + }, + { + "text": "CL:0004221", + "description": "A flag amacrine cell with post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004221", + "title": "flag A amacrine cell" + }, + { + "text": "CL:4033028", + "description": "An OFF diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells. This cell contains a large number of synaptic ribbons and a small axon arbor area.", + "meaning": "CL:4033028", + "title": "diffuse bipolar 2 cell" + }, + { + "text": "CL:4030054", + "description": "A DRD1-expressing medium spiny neuron that is part of dense, RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and near the adjacent septal nuclei.", + "meaning": "CL:4030054", + "title": "RXFP1-positive interface island D1-medium spiny neuron" + }, + { + "text": "CL:0002322", + "description": "A stem cell of embryonic origin.", + "meaning": "CL:0002322", + "title": "embryonic stem cell" + }, + { + "text": "CL:0000451", + "description": "A cell of hematopoietic origin, typically resident in particular tissues, specialized in the uptake, processing, and transport of antigens to lymph nodes for the purpose of stimulating an immune response via T cell activation. These cells are lineage negative (CD3-negative, CD19-negative, CD34-negative, and CD56-negative).", + "meaning": "CL:0000451", + "title": "dendritic cell" + }, + { + "text": "CL:4023016", + "description": "A GABAergic neuron located in the cerebral cortex that expresses vasoactive intestinal polypeptide", + "meaning": "CL:4023016", + "title": "vip GABAergic cortical interneuron" + }, + { + "text": "CL:0009073", + "description": "A thymic medullary epithelial cell considered to be a post-AIRE cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs within Hassall's Corpuscles.", + "meaning": "CL:0009073", + "title": "medullary thymic epithelial cell type 3" + }, + { + "text": "CL:1000282", + "description": "A smooth muscle cell that is part of the ascending colon.", + "meaning": "CL:1000282", + "title": "smooth muscle fiber of ascending colon" + }, + { + "text": "CL:1000315", + "description": "A goblet cell that is part of the epithelium of principal gastric gland.", + "meaning": "CL:1000315", + "title": "principal gastric gland goblet cell" + }, + { + "text": "CL:0000536", + "description": "A secondary neuron (sensu Teleostei) that has a motor function.", + "meaning": "CL:0000536", + "title": "secondary motor neuron (sensu Teleostei)" + }, + { + "text": "CL:0011024", + "description": "A double negative thymocyte that is CD3-positive, CD4-negative, CD8-negative, that that are present in the periphery in very low numbers and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, but not IL-2, IL-4, IL-10 or IL-13 upon activation.", + "meaning": "CL:0011024", + "title": "double negative T regulatory cell" + }, + { + "text": "CL:0002148", + "description": "A cell found within the dental pulp.", + "meaning": "CL:0002148", + "title": "dental pulp cell" + }, + { + "text": "CL:0000530", + "description": "A neuron that develops during the early segmentation stages in teleosts, before the neural tube is formed.", + "meaning": "CL:0000530", + "title": "primary neuron (sensu Teleostei)" + }, + { + "text": "CL:0000439", + "description": "A peptide hormone cell that secretes prolactin.", + "meaning": "CL:0000439", + "title": "prolactin secreting cell" + }, + { + "text": "CL:0002409", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain that does not contain the Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.", + "meaning": "CL:0002409", + "title": "mature Vgamma2-negative thymocyte" + }, + { + "text": "CL:1001210", + "description": "Any vasa recta ascending limb cell that is part of some outer medulla vasa recta ascending limb.", + "meaning": "CL:1001210", + "title": "outer medulla vasa recta ascending limb cell" + }, + { + "text": "CL:0002221", + "description": "A squamous cell that has keratin in the esophagus.", + "meaning": "CL:0002221", + "title": "keratinized squamous cell of esophagus" + }, + { + "text": "CL:0003020", + "description": "A retinal ganglion cell C that has post-synaptic terminals in S2.", + "meaning": "CL:0003020", + "title": "retinal ganglion cell C outer" + }, + { + "text": "CL:1000489", + "description": "A reticular cell that is part of the splenic cord.", + "meaning": "CL:1000489", + "title": "reticular cell of splenic cord" + }, + { + "text": "CL:0000376", + "meaning": "CL:0000376", + "title": "humidity receptor cell" + }, + { + "text": "CL:0009000", + "description": "A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord.", + "meaning": "CL:0009000", + "title": "sensory neuron of spinal nerve" + }, + { + "text": "CL:0000757", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is restricted to sublamina 3 of the inner plexiform layer. It is narrowly stratified and branched. The dendritic tree has many delicate branches.", + "meaning": "CL:0000757", + "title": "type 5 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002012", + "description": "A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive.", + "meaning": "CL:0002012", + "title": "Kit-low proerythroblast" + }, + { + "text": "CL:0000794", + "description": "A CD8-positive, alpha-beta T cell that is capable of killing target cells in an antigen specific manner with the phenotype perforin-positive and granzyme B-positive.", + "meaning": "CL:0000794", + "title": "CD8-positive, alpha-beta cytotoxic T cell" + }, + { + "text": "CL:0000223", + "description": "A cell of the inner of the three germ layers of the embryo.", + "meaning": "CL:0000223", + "title": "endodermal cell" + }, + { + "text": "CL:0000134", + "description": "A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs.", + "meaning": "CL:0000134", + "title": "mesenchymal stem cell" + }, + { + "text": "CL:1000307", + "description": "A fibroblast that is part of the dense regular elastic tissue.", + "meaning": "CL:1000307", + "title": "fibroblast of dense regular elastic tissue" + }, + { + "text": "CL:0000971", + "description": "An IgM memory B cell is an unswitched memory B cell with the phenotype IgM-positive and IgD-negative.", + "meaning": "CL:0000971", + "title": "IgM memory B cell" + }, + { + "text": "CL:0011009", + "description": "A plasmatocyte derived from the embryonic head mesoderm.", + "meaning": "CL:0011009", + "title": "embryonic plasmatocyte" + }, + { + "text": "CL:0000462", + "description": "A cell of mesodermal origin that is closely associated with the epithelium of an imaginal disc. It is a precursor of some of the insect's adult muscles.", + "meaning": "CL:0000462", + "title": "adepithelial cell" + }, + { + "text": "CL:0001065", + "description": "A lymphocyte that lacks characteristic T cell, B cell, myeloid cell, and dendritic cell markers, that functions as part of the innate immune response to produce cytokines and other effector responses.", + "meaning": "CL:0001065", + "title": "innate lymphoid cell" + }, + { + "text": "CL:0000997", + "description": "Immature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0000997", + "title": "immature CD8_alpha-negative CD11b-positive dendritic cell" + }, + { + "text": "CL:0003028", + "description": "A monostratified retinal ganglion cell that has a small dendrite field with a dense dendrite arbor with post synaptic terminals in sublaminer layer S4.", + "meaning": "CL:0003028", + "title": "M1 retinal ganglion cell" + }, + { + "text": "CL:0000854", + "description": "Interneuromast cell is a neuroectodermal cell deposited by the migrating lateral line primordium between the neuromasts. Interneuromast cells proliferate and migrate to form additional neuromasts.", + "meaning": "CL:0000854", + "title": "interneuromast cell" + }, + { + "text": "CL:0002333", + "description": "An adipocyte derived from a neural crest cell.", + "meaning": "CL:0002333", + "title": "neural crest derived adipocyte" + }, + { + "text": "CL:0002616", + "description": "An adipocyte of perirenal fat tissue.", + "meaning": "CL:0002616", + "title": "perirenal adipocyte" + }, + { + "text": "CL:0007012", + "description": "Odontoblast that non-terminally differentiated, located in the odontogenic papilla and dentine tissue, and transforms from a odontoblast cell.", + "meaning": "CL:0007012", + "title": "non-terminally differentiated odontoblast" + }, + { + "text": "CL:1000083", + "meaning": "CL:1000083", + "title": "stratified keratinized epithelial stem cell" + }, + { + "text": "CL:0002415", + "description": "A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive.", + "meaning": "CL:0002415", + "title": "immature Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:2000062", + "description": "Any capillary endothelial cell that is part of a placenta.", + "meaning": "CL:2000062", + "title": "placental villus capillary endothelial cell" + }, + { + "text": "CL:1001221", + "description": "Any smooth muscle cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001221", + "title": "arcuate vein smooth muscle cell" + }, + { + "text": "CL:4030053", + "description": "A DRD1-expressing, medium spiny neuron-like granule cell that is part of an Island of Calleja.", + "meaning": "CL:4030053", + "title": "Island of Calleja granule cell" + }, + { + "text": "CL:0001027", + "description": "CD7-negative lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-negative and CD45RA-negative.", + "meaning": "CL:0001027", + "title": "CD7-negative lymphoid progenitor cell" + }, + { + "text": "CL:4030055", + "description": "A urothelial cell that is part of the regenerative layer(s) of cells directly superficial to basal cells in urothelium. The layer of intermediate cells in the urothelium ranges from one to several layers thick depending on the species with intermediate cells attached to adjacent cell layers and one another via desmosomes.", + "meaning": "CL:4030055", + "title": "intermediate cell of urothelium" + }, + { + "text": "CL:2000060", + "description": "A trophoblast of placental villi. These cells fuse to form synctial trophoplast - the placental side of the interface between the placenta and maternal blood sinusoids in the decidua.", + "meaning": "CL:2000060", + "title": "placental villous trophoblast" + }, + { + "text": "CL:1000682", + "description": "A cell that is part of an interstitum of a renal medulla.", + "meaning": "CL:1000682", + "title": "kidney medulla interstitial cell" + }, + { + "text": "CL:1000291", + "description": "A muscle cell that is part of the posterior internodal tract.", + "meaning": "CL:1000291", + "title": "myocyte of posterior internodal tract" + }, + { + "text": "CL:0009108", + "description": "A lymphatic endothelial cell located in the subcapsular sinus floor of a lymph node. In human, it's characterized by a unique marker expression (TNFRSF9+).", + "meaning": "CL:0009108", + "title": "lymphatic endothelial cell of subcapsular sinus floor" + }, + { + "text": "CL:1000301", + "description": "A fibroblast that is part of the subepithelial connective tissue of prostatic gland.", + "meaning": "CL:1000301", + "title": "fibroblast of subepithelial connective tissue of prostatic gland" + }, + { + "text": "CL:0009065", + "description": "An intestinal tuft cell that is located in the anorectum.", + "meaning": "CL:0009065", + "title": "tuft cell of anorectum" + }, + { + "text": "CL:0000681", + "description": "A cell present in the developing CNS. Functions as both a precursor cell and as a scaffold to support neuronal migration.", + "meaning": "CL:0000681", + "title": "radial glial cell" + }, + { + "text": "CL:0002593", + "description": "A smooth muscle of the internal thoracic artery.", + "meaning": "CL:0002593", + "title": "smooth muscle cell of the internal thoracic artery" + }, + { + "text": "CL:4023112", + "description": "An afferent neuron of the vestibular system that innervate the base of the hair cell and increase or decrease their neural firing rate as the receptor cell is excited or inhibited.", + "meaning": "CL:4023112", + "title": "vestibular afferent neuron" + }, + { + "text": "CL:0002023", + "description": "A megakaroycotye progenitor cell that is CD34-positive, CD41-positive and CD42-positive on the cell surface.", + "meaning": "CL:0002023", + "title": "CD34-positive, CD41-positive, CD42-positive megakaryocyte progenitor cell" + }, + { + "text": "CL:0000458", + "description": "A cell type that secretes 5-Hydroxytryptamine (serotonin).", + "meaning": "CL:0000458", + "title": "serotonin secreting cell" + }, + { + "text": "CL:0002029", + "description": "A lineage-negative, Kit-positive, CD45-positive mast cell progenitor that is Fc-epsilon RIalpha-low.", + "meaning": "CL:0002029", + "title": "Fc-epsilon RIalpha-low mast cell progenitor" + }, + { + "text": "CL:0000178", + "description": "A Leydig cell is a testosterone-secreting cell in the interstitial area, between the seminiferous tubules, in the testis.", + "meaning": "CL:0000178", + "title": "Leydig cell" + }, + { + "text": "CL:1000804", + "description": "A kidney cell that is part of an interstitial compartment of an outer renal medulla.", + "meaning": "CL:1000804", + "title": "kidney outer medulla interstitial cell" + }, + { + "text": "CL:0000384", + "meaning": "CL:0000384", + "title": "ligament cell" + }, + { + "text": "CL:1000497", + "description": "A cell that is part of a kidney.", + "meaning": "CL:1000497", + "title": "kidney cell" + }, + { + "text": "CL:0000949", + "description": "A plasmablast that secretes IgD, and which occur in a small proportion of B cells in the adult.", + "meaning": "CL:0000949", + "title": "IgD plasmablast" + }, + { + "text": "CL:0011019", + "description": "A mesothelial cell that is part of the epicardium.", + "meaning": "CL:0011019", + "title": "mesothelial cell of epicardium" + }, + { + "text": "CL:0000469", + "description": "A neural progenitor cell that is the daughter of a neuroblast (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, glia and (occasionally) epithelial cells.", + "meaning": "CL:0000469", + "title": "ganglion mother cell" + }, + { + "text": "CL:4030060", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2.", + "meaning": "CL:4030060", + "title": "L2 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:4030003", + "description": "A cell that makes up the loose connective tissue of the thymus.", + "meaning": "CL:4030003", + "title": "interstitial cell of thymus" + }, + { + "text": "CL:0002471", + "description": "Gr1-low non-classical monocyte that lacks expression of a MHC-II complex.", + "meaning": "CL:0002471", + "title": "MHC-II-negative non-classical monocyte" + }, + { + "text": "CL:2000042", + "description": "Any fibroblast that is part of a embryo.", + "meaning": "CL:2000042", + "title": "embryonic fibroblast" + }, + { + "text": "CL:0000346", + "description": "A specialized mesenchymal cell that resides in the dermal papilla located at the bottom of hair follicles. This cell plays a pivotal roles in hair formation, growth, and cycling.", + "meaning": "CL:0000346", + "title": "hair follicle dermal papilla cell" + }, + { + "text": "CL:1001571", + "description": "A pyramidal neuron with a soma found in the hippocampus.", + "meaning": "CL:1001571", + "title": "hippocampal pyramidal neuron" + }, + { + "text": "CL:0002463", + "description": "An adipose dendritic cell that is SIRPa-positive.", + "meaning": "CL:0002463", + "title": "SIRPa-positive adipose dendritic cell" + }, + { + "text": "CL:0000415", + "description": "A cell whose nucleus has two haploid genomes.", + "meaning": "CL:0000415", + "title": "diploid cell" + }, + { + "text": "CL:0002507", + "description": "A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative.", + "meaning": "CL:0002507", + "title": "langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0000210", + "description": "A cell specialized to detect and transduce light.", + "meaning": "CL:0000210", + "title": "photoreceptor cell" + }, + { + "text": "CL:0002036", + "description": "A hematopoietic progenitor that has some limited self-renewal capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive.", + "meaning": "CL:0002036", + "title": "Slamf1-positive multipotent progenitor cell" + }, + { + "text": "CL:1000361", + "description": "A transitional myocyte that is part of the interatrial septum.", + "meaning": "CL:1000361", + "title": "transitional myocyte of interatrial septum" + }, + { + "text": "CL:0000101", + "description": "Any neuron having a sensory function; an afferent neuron conveying sensory impulses.", + "meaning": "CL:0000101", + "title": "sensory neuron" + }, + { + "text": "CL:1001220", + "description": "Any endothelial cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001220", + "title": "arcuate vein endothelial cell" + }, + { + "text": "CL:0003033", + "description": "A monostratified retinal ganglion cell that has a large soma, a medium dendritic field with post synaptic terminals in sublaminar layer S3.", + "meaning": "CL:0003033", + "title": "M4 retinal ganglion cell" + }, + { + "text": "CL:0002351", + "description": "A progenitor cell that is able to differentiate into the pancreas alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 and Isl-1.", + "meaning": "CL:0002351", + "title": "progenitor cell of endocrine pancreas" + }, + { + "text": "CL:0000725", + "description": "Any cell that is capable of some nitrogen fixation.", + "meaning": "CL:0000725", + "title": "nitrogen fixing cell" + }, + { + "text": "CL:1001209", + "description": "Any vasa recta ascending limb cell that is part of some inner medulla vasa recta ascending limb.", + "meaning": "CL:1001209", + "title": "inner medulla vasa recta ascending limb cell" + }, + { + "text": "CL:0002002", + "description": "A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, Cxc3r1-negative, and CD90-negative.", + "meaning": "CL:0002002", + "title": "Kit-positive granulocyte monocyte progenitor" + }, + { + "text": "CL:0000529", + "meaning": "CL:0000529", + "title": "pigmented epithelial cell" + }, + { + "text": "CL:0002678", + "description": "A CD4-positive, CD25-positive alpha-beta regulatory T cell that has encountered antigen.", + "meaning": "CL:0002678", + "title": "memory regulatory T cell" + }, + { + "text": "CL:0000764", + "description": "A immature or mature cell in the lineage leading to and including erythrocytes.", + "meaning": "CL:0000764", + "title": "erythroid lineage cell" + }, + { + "text": "CL:4023060", + "description": "A neuron that has its soma located in CA1-3 of the hippocampus.", + "meaning": "CL:4023060", + "title": "hippocampal CA1-3 neuron" + }, + { + "text": "CL:0009021", + "description": "A stromal cell found in the lamina propria of the large intestine.", + "meaning": "CL:0009021", + "title": "stromal cell of lamina propria of large intestine" + }, + { + "text": "CL:2000074", + "description": "Any leukocyte that is part of a spleen.", + "meaning": "CL:2000074", + "title": "splenocyte" + }, + { + "text": "CL:0009104", + "description": "A fibroblastic reticular cell found in the lymph node germinal center dark zone (B cell zone).", + "meaning": "CL:0009104", + "title": "B cell zone reticular cell" + }, + { + "text": "CL:1000397", + "description": "An endothelial cell that is part of the venous sinus of red pulp of spleen.", + "meaning": "CL:1000397", + "title": "endothelial cell of venous sinus of red pulp of spleen" + }, + { + "text": "CL:0001017", + "description": "Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001017", + "title": "mature CD1a-positive Langerhans cell" + }, + { + "text": "CL:0004236", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004236", + "title": "AB broad diffuse-2 amacrine cell" + }, + { + "text": "CL:4042012", + "description": "An L2 intratelencephalic projecting glutamatergic neuron with a soma on the L1-L2 border. This neuron type has small apical dendrites projecting to L1.", + "meaning": "CL:4042012", + "title": "L2 marginal neuron" + }, + { + "text": "CL:1001591", + "description": "Glandular cell of oviduct epithelium. Example: peg cells, ciliated cells.", + "meaning": "CL:1001591", + "title": "oviduct glandular cell" + }, + { + "text": "CL:0000676", + "meaning": "CL:0000676", + "title": "cap cell" + }, + { + "text": "CL:2000067", + "description": "Any fibroblast that is part of a cardiac atrium.", + "meaning": "CL:2000067", + "title": "cardiac atrium fibroblast" + }, + { + "text": "CL:0001074", + "description": "An innate lymphoid cell precursor in the human with the phenotype CD34-positive, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.", + "meaning": "CL:0001074", + "title": "CD34-positive, CD56-positive, CD117-positive common innate lymphoid precursor, human" + }, + { + "text": "CL:0000843", + "description": "A resting mature B cell that has the phenotype IgM-positive, IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles of the white pulp of the spleen or the corticol areas of the peripheral lymph nodes. This cell type is also described as being CD19-positive, B220-positive, AA4-negative, CD43-negative, and CD5-negative.", + "meaning": "CL:0000843", + "title": "follicular B cell" + }, + { + "text": "CL:0002261", + "description": "An endothelial cell found in the mucosa associated with the facial skeleton.", + "meaning": "CL:0002261", + "title": "endothelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0000942", + "description": "A plasmacytoid dendritic cell developing in the thymus with phenotype CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive.", + "meaning": "CL:0000942", + "title": "thymic plasmacytoid dendritic cell" + }, + { + "text": "CL:4030009", + "description": "A brush border cell that is part of segment 1 (S1) of the proximal tubule epithelium, located in the renal cortex.", + "meaning": "CL:4030009", + "title": "epithelial cell of proximal tubule segment 1" + }, + { + "text": "CL:0002362", + "description": "A cell located in the outermost proliferative zone of the external germinal layer that can differentiate into astroglial cells and granule cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive.", + "meaning": "CL:0002362", + "title": "cerebellar granule cell precursor" + }, + { + "text": "CL:1000617", + "description": "Any kidney medulla cell that is part of some inner medulla of kidney.", + "meaning": "CL:1000617", + "title": "kidney inner medulla cell" + }, + { + "text": "CL:0002380", + "description": "An asexual spore formed by Oomycetes; formed upon fertilization of an oosphere.", + "meaning": "CL:0002380", + "title": "oospore" + }, + { + "text": "CL:4040001", + "description": "A horse-specific, highly invasive trophoblast cell that invades the endometrium where it forms endometrial cups.", + "meaning": "CL:4040001", + "title": "chorionic girdle cell" + }, + { + "text": "CL:0000163", + "description": "A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions.", + "meaning": "CL:0000163", + "title": "endocrine cell" + }, + { + "text": "CL:0000634", + "description": "A cuboidal cell which along with Boettcher's cells form the floor of the external spiral sulcus, external to the organ of Corti.", + "meaning": "CL:0000634", + "title": "Claudius cell" + }, + { + "text": "CL:0003041", + "description": "An M9 retinal ganglion cells with synaptic terminals in S2 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003041", + "title": "M9-ON retinal ganglion cell" + }, + { + "text": "CL:0000905", + "description": "CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000905", + "title": "effector memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:4023128", + "description": "a KNDy neuron that is located in the rostral periventricular region of the third ventricle.", + "meaning": "CL:4023128", + "title": "rostral periventricular region of the third ventricle KNDy neuron" + }, + { + "text": "CL:0000951", + "description": "A short lived plasma cell that secretes IgE.", + "meaning": "CL:0000951", + "title": "IgE short lived plasma cell" + }, + { + "text": "CL:0000607", + "description": "A thick walled spore that stores and protects one or more nuclei following sexual reproduction in an Ascomycete.", + "meaning": "CL:0000607", + "title": "ascospore" + }, + { + "text": "CL:0000145", + "description": "A cell capable of processing and presenting lipid and protein antigens to T cells in order to initiate an immune response.", + "meaning": "CL:0000145", + "title": "professional antigen presenting cell" + }, + { + "text": "CL:0000805", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-positive, CD44-negative, CD25-negative, and pre-TCR-positive.", + "meaning": "CL:0000805", + "title": "immature single positive thymocyte" + }, + { + "text": "CL:4030001", + "description": "A stromal cell that is part of the thymus.", + "meaning": "CL:4030001", + "title": "stromal cell of thymus" + }, + { + "text": "CL:0002252", + "description": "An epithelial cell of the esophagus.", + "meaning": "CL:0002252", + "title": "epithelial cell of esophagus" + }, + { + "text": "CL:0009003", + "description": "Any cell in the midgut (middle subdivision of a digestive tract) of an insect larva.", + "meaning": "CL:0009003", + "title": "larval midgut cell" + }, + { + "text": "CL:0002197", + "description": "A parathyroid chief cell that is not actively secreting hormone. Contains small Golgi complexes with only a few grouped vesicles and membrane-bound secretory granules; glycogen and many lipofuscin granules abound but sacs of granular endoplasmic reticulum are rare and dispersed. In normal humans, inactive chief cells out number active chief cells in a ratio of 3-5:1.", + "meaning": "CL:0002197", + "title": "inactive chief cell of parathyoid gland" + }, + { + "text": "CL:0007018", + "description": "Ciliated cell of the embryonic epidermis and functions in embryonic movements.", + "meaning": "CL:0007018", + "title": "epidermal ciliary cell" + }, + { + "text": "CL:0008021", + "description": "Any neuron that has its soma located in some anterior lateral line ganglion.", + "meaning": "CL:0008021", + "title": "anterior lateral line ganglion neuron" + }, + { + "text": "CL:0000886", + "description": "A mucosa-associated lymphoid tissue macrophage found in the nasal and bronchial mucosa-associated lymphoid tissues.", + "meaning": "CL:0000886", + "title": "nasal and broncial associated lymphoid tissue macrophage" + }, + { + "text": "CL:0002241", + "description": "A fibroblasts found in interstitial spaces in the pulmonary tract. Greater numbers of these cells are found in idiopathic pulmonary fibrosis.", + "meaning": "CL:0002241", + "title": "pulmonary interstitial fibroblast" + }, + { + "text": "CL:0000135", + "description": "An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum is scanty with flattened nucleus. Term used by some histologists; when fibroblasts become relatively inactive in fiber formation. However, this cell has the potential for fibrogenesis in quiescent connective tissue of the adult, as well as during development, other histologists prefer to use the term fibroblast in all circumstances. These cells represent ~0.5% of peripheral blood leukocytes.", + "meaning": "CL:0000135", + "title": "fibrocyte" + }, + { + "text": "CL:0004218", + "description": "A horizontal cell with a small cell body, thin dendrites, and small dendritic arbor.", + "meaning": "CL:0004218", + "title": "H2 horizontal cell" + }, + { + "text": "CL:0000005", + "description": "Any fibroblast that is derived from the neural crest.", + "meaning": "CL:0000005", + "title": "neural crest derived fibroblast" + }, + { + "text": "CL:0009093", + "description": "A smooth muscle cell that is part of a placenta.", + "meaning": "CL:0009093", + "title": "smooth muscle cell of placenta" + }, + { + "text": "CL:0000686", + "description": "A columnar/cuboidal epithelial cell that secretes cerebrospinal fluid.", + "meaning": "CL:0000686", + "title": "cerebrospinal fluid secreting cell" + }, + { + "text": "CL:0000081", + "description": "A cell found predominately in the blood.", + "meaning": "CL:0000081", + "title": "blood cell" + }, + { + "text": "CL:4023079", + "description": "A GABAergic inhibitory neuron that is derived from the midbrain.", + "meaning": "CL:4023079", + "title": "midbrain-derived inhibitory neuron" + }, + { + "text": "CL:0000907", + "description": "CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000907", + "title": "central memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1001578", + "description": "Squamous cell of vaginal epithelium.", + "meaning": "CL:1001578", + "title": "vagina squamous cell" + }, + { + "text": "CL:0000850", + "description": "A neuron that releases serotonin as a neurotransmitter.", + "meaning": "CL:0000850", + "title": "serotonergic neuron" + }, + { + "text": "CL:0001054", + "description": "A monocyte that expresses CD14 and is negative for the lineage markers CD3, CD19, and CD20.", + "meaning": "CL:0001054", + "title": "CD14-positive monocyte" + }, + { + "text": "CL:0008015", + "description": "A motor neuron that is capable of directly inhibiting muscle contraction.", + "meaning": "CL:0008015", + "title": "inhibitory motor neuron" + }, + { + "text": "CL:4033049", + "description": "A taste receptor cell that is part of a taste bud of a tongue.", + "meaning": "CL:4033049", + "title": "taste receptor cell of tongue" + }, + { + "text": "CL:0000788", + "description": "A naive B cell is a mature B cell that has the phenotype surface IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0000788", + "title": "naive B cell" + }, + { + "text": "CL:0002239", + "description": "A primordial cell from which an oocyte (ovum) ultimately is developed.", + "meaning": "CL:0002239", + "title": "ooblast" + }, + { + "text": "CL:0000513", + "description": "A precursor cell destined to differentiate into cardiac muscle cell.", + "meaning": "CL:0000513", + "title": "cardiac muscle myoblast" + }, + { + "text": "CL:0000592", + "description": "A large, progesterone secreting cell in the corpus luteum that develops from the granulosa cells.", + "meaning": "CL:0000592", + "title": "large luteal cell" + }, + { + "text": "CL:4023129", + "description": "A retinal cell that is immature or undifferentiated.", + "meaning": "CL:4023129", + "title": "retinoblast" + }, + { + "text": "CL:4023019", + "description": "A vip GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.", + "meaning": "CL:4023019", + "title": "L5/6 cck, vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0000404", + "description": "A cell that initiates an electrical signal and passes that signal to another cell.", + "meaning": "CL:0000404", + "title": "electrically signaling cell" + }, + { + "text": "CL:0002545", + "description": "An endothelial cell that is part of the thoracic endothelium.", + "meaning": "CL:0002545", + "title": "thoracic aorta endothelial cell" + }, + { + "text": "CL:0007023", + "description": "Epidermal cell rich in mitochondria. In amphibians, appears during metamorphosis.", + "meaning": "CL:0007023", + "title": "flask cell" + }, + { + "text": "CL:0000200", + "description": "Any neuron that is capable of some detection of mechanical stimulus involved in sensory perception of touch.", + "meaning": "CL:0000200", + "title": "touch receptor cell" + }, + { + "text": "CL:2000076", + "description": "Any vein endothelial cell that is part of a hindlimb stylopod.", + "meaning": "CL:2000076", + "title": "hindlimb stylopod vein endothelial cell" + }, + { + "text": "CL:0000910", + "description": "A mature T cell that differentiated and acquired cytotoxic function with the phenotype perforin-positive and granzyme-B positive.", + "meaning": "CL:0000910", + "title": "cytotoxic T cell" + }, + { + "text": "CL:0002524", + "description": "A disseminated nephrocyte is a nephrocyte that filters hemolymph and is found at scattered locations in the fat body or other tissues.", + "meaning": "CL:0002524", + "title": "disseminated nephrocyte" + }, + { + "text": "CL:0000715", + "description": "A crystal cell that derives from the embryonic head mesoderm.", + "meaning": "CL:0000715", + "title": "embryonic crystal cell" + }, + { + "text": "CL:0000875", + "description": "A type of monocyte characterized by low expression of CCR2, low responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, and decrease size relative to classical monocytes, but increased co-stimulatory activity. May also play a role in tissue repair.", + "meaning": "CL:0000875", + "title": "non-classical monocyte" + }, + { + "text": "CL:0002332", + "description": "A ciliated cell of the bronchus.", + "meaning": "CL:0002332", + "title": "ciliated cell of the bronchus" + }, + { + "text": "CL:0009110", + "description": "A lymphatic endothelial cell located in the ceiling part of a lymph node medulla.", + "meaning": "CL:0009110", + "title": "lymphatic endothelial cell of medulla ceiling" + }, + { + "text": "CL:0002485", + "description": "A melanocyte of the retina. This cell type is distinct from pigmented retinal epithelium.", + "meaning": "CL:0002485", + "title": "retinal melanocyte" + }, + { + "text": "CL:1001135", + "description": "Any kidney cortex artery cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001135", + "title": "arcuate artery cell" + }, + { + "text": "CL:0002467", + "description": "A myeloid suppressor cell that is Gr1-high and CD11c-negative.", + "meaning": "CL:0002467", + "title": "Gr1-high myeloid suppressor cell" + }, + { + "text": "CL:0009076", + "description": "A thymic medullary epithelial cell that expresses neuroendocrine biomarkers.", + "meaning": "CL:0009076", + "title": "neuro-medullary thymic epithelial cell" + }, + { + "text": "CL:0004161", + "description": "A cone whose sensitivity measurements have an average spectral peak of 510 nm. These cones are described in rat.", + "meaning": "CL:0004161", + "title": "510 nm-cone" + }, + { + "text": "CL:0000380", + "description": "The support cell that makes the thecogen dendritic cap - a cuticle-like matrix around the tip of the eo-dendrite and which encloses the soma of the eo-neuron.", + "meaning": "CL:0000380", + "title": "thecogen cell" + }, + { + "text": "CL:0000301", + "description": "A primordial germ cell of insects. Such cells form at the posterior pole of the early embryo.", + "meaning": "CL:0000301", + "title": "pole cell" + }, + { + "text": "CL:4030012", + "description": "Epithelial cell of the descending thin limb of the short loop (cortical) nephron limited to the outer medulla (mainly inner strip). It is known in some mammalian species that the short descending limb of the loop of Henle selectively expresses the serine protease Corin, the homeobox TF Uncx, and the urea channel Slc14a2.", + "meaning": "CL:4030012", + "title": "kidney loop of Henle short descending thin limb epithelial cell" + }, + { + "text": "CL:1000348", + "description": "A basal cell that is part of the epithelium of trachea.", + "meaning": "CL:1000348", + "title": "basal cell of epithelium of trachea" + }, + { + "text": "CL:0000441", + "description": "A stem cell that gives rise to the follicle cells that surround the oocyte in female arthropods.", + "meaning": "CL:0000441", + "title": "follicle stem cell (sensu Arthropoda)" + }, + { + "text": "CL:4023118", + "description": "A sst GABAergic interneuron does not have Martinotti morphology with a soma found in L5/6 of the cerebral cortex.", + "meaning": "CL:4023118", + "title": "L5/6 non-Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:4023053", + "description": "A Betz cell that syanpses with spinal interneurons.", + "meaning": "CL:4023053", + "title": "spinal interneuron synapsing Betz cell" + }, + { + "text": "CL:0002393", + "description": "A monocyte that has characteristics of both patrolling and inflammatory monocytes.", + "meaning": "CL:0002393", + "title": "intermediate monocyte" + }, + { + "text": "CL:0010015", + "description": "A highly specialized cell type exclusive to and forming neuroepithelium of the Saccus vasculosus, covering the caudal diverticulum of the infundibular recess.", + "meaning": "CL:0010015", + "title": "coronet cell" + }, + { + "text": "CL:0002454", + "description": "Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative and is CD205-positive.", + "meaning": "CL:0002454", + "title": "Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell" + }, + { + "text": "CL:1001596", + "description": "Glandular cell of salivary gland. Example: Serous cells, mucous cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal epithelium of the striated ducts, epithelial cells of excretory ducts.", + "meaning": "CL:1001596", + "title": "salivary gland glandular cell" + }, + { + "text": "CL:1000357", + "description": "A M cell that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000357", + "title": "microfold cell of epithelium proper of jejunum" + }, + { + "text": "CL:0002133", + "description": "A stromal cell of the ovarian cortex.", + "meaning": "CL:0002133", + "title": "stromal cell of ovarian cortex" + }, + { + "text": "CL:0007005", + "description": "Cell that is part of the notochord.", + "meaning": "CL:0007005", + "title": "notochordal cell" + }, + { + "text": "CL:0000837", + "description": "A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans.", + "meaning": "CL:0000837", + "title": "hematopoietic multipotent progenitor cell" + }, + { + "text": "CL:0002304", + "description": "A cell that is part of non-pigmented ciliary epithelium. This cell type participates in aqueous humor formation by releasing solute, principally sodium and chloride ions received from pigmented epithelial cells via gap junctions, into the aqueous humor of the eye.", + "meaning": "CL:0002304", + "title": "non-pigmented ciliary epithelial cell" + }, + { + "text": "CL:0002395", + "description": "A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, CD115-positive, and B220-negative.", + "meaning": "CL:0002395", + "title": "Gr1-high classical monocyte" + }, + { + "text": "CL:0000784", + "description": "A dendritic cell type of distinct morphology, localization, and surface marker expression (CD123-positive) from other dendritic cell types and associated with early stage immune responses, particularly the release of physiologically abundant amounts of type I interferons in response to infection.", + "meaning": "CL:0000784", + "title": "plasmacytoid dendritic cell" + }, + { + "text": "CL:0002215", + "description": "A type II muscle cell that contains a low content of myoglobin, relatively few mitochondria, relatively few blood capillaries and large amounts of glycogen. Type II B fibres are white, geared to generate ATP by anaerobic metabolic processes, not able to supply skeletal muscle fibres continuously with sufficient ATP, fatigue easily, split ATP at a fast rate and have a fast contraction velocity.", + "meaning": "CL:0002215", + "title": "type IIb muscle cell" + }, + { + "text": "CL:0002200", + "description": "An oncocyte located in the thyroid.", + "meaning": "CL:0002200", + "title": "oxyphil cell of thyroid" + }, + { + "text": "CL:0017010", + "description": "A hillock cell that is part of the urethra.", + "meaning": "CL:0017010", + "title": "hillock cell of urethral epithelium" + }, + { + "text": "CL:0000152", + "description": "A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct.", + "meaning": "CL:0000152", + "title": "exocrine cell" + }, + { + "text": "CL:1001213", + "description": "Any endothelial cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001213", + "title": "arcuate artery endothelial cell" + }, + { + "text": "CL:0000117", + "meaning": "CL:0000117", + "title": "CNS neuron (sensu Vertebrata)" + }, + { + "text": "CL:4042010", + "description": "An interlaminar astrocyte whose soma is part of the first layer of a neocortex and is in contact with a pia surface.", + "meaning": "CL:4042010", + "title": "pial interlaminar astrocyte" + }, + { + "text": "CL:0000783", + "description": "A phagocyte formed by the fusion of mononuclear phagocytes.", + "meaning": "CL:0000783", + "title": "multinucleated phagocyte" + }, + { + "text": "CL:0009014", + "description": "A lymphocyte that is part of a Peyer's patch. These cells have a major role in driving the immune response to antigens sampled from the intestinal lumen, and in regulating the formation of follicle-associated epithelium and M cells in Peyer's patches by converting intestitial enterocytes into M cells.", + "meaning": "CL:0009014", + "title": "Peyer's patch lymphocyte" + }, + { + "text": "CL:0003007", + "description": "A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S2 and S3 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003007", + "title": "G4-OFF retinal ganglion cell" + }, + { + "text": "CL:0000931", + "description": "A type II NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000931", + "title": "activated type II NK T cell" + }, + { + "text": "CL:0009040", + "description": "A stromal cell found in the lamina propria of the colon.", + "meaning": "CL:0009040", + "title": "stromal cell of lamina propria of colon" + }, + { + "text": "CL:0000868", + "description": "A secondary lymphoid organ macrophage found in a lymph node. This cell is CD169-high.", + "meaning": "CL:0000868", + "title": "lymph node macrophage" + }, + { + "text": "CL:0000390", + "meaning": "CL:0000390", + "title": "blood cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:1000425", + "description": "A chromaffin cell that is part of the paraganglion.", + "meaning": "CL:1000425", + "title": "chromaffin cell of paraganglion" + }, + { + "text": "CL:2000058", + "description": "Any osteoblast that is part of a skull.", + "meaning": "CL:2000058", + "title": "calvarial osteoblast" + }, + { + "text": "CL:4023026", + "description": "A medium spiny neuron that expresses dopamine type 1 receptors and projects to the globus pallidus internus or the substantia nigra pars reticulata.", + "meaning": "CL:4023026", + "title": "direct pathway medium spiny neuron" + }, + { + "text": "CL:0011021", + "description": "A fibroblast that is part of upper back skin.", + "meaning": "CL:0011021", + "title": "fibroblast of upper back skin" + }, + { + "text": "CL:1000382", + "description": "A type II vestibular sensory cell that is part of the stato-acoustic epithelium.", + "meaning": "CL:1000382", + "title": "type 2 vestibular sensory cell of stato-acoustic epithelium" + }, + { + "text": "CL:4023002", + "description": "A beta motor neuron that innervates the nuclear bag fibers of muscle spindles.", + "meaning": "CL:4023002", + "title": "dynamic beta motor neuron" + }, + { + "text": "CL:2000012", + "description": "Any skin fibroblast that is part of a pedal digit skin.", + "meaning": "CL:2000012", + "title": "fibroblast of pedal digit skin" + }, + { + "text": "CL:0000960", + "description": "A transitional stage B cell that expresses surface IgM and IgD, and CD62L. This cell type appears to be an anergic B cell that does not proliferate upon BCR signaling, is found in the spleen and lymph nodes, and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, CD23-positive, CD62L-positive, and CD93-positive. This cell type has also been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface expression of IgM).", + "meaning": "CL:0000960", + "title": "T3 B cell" + }, + { + "text": "CL:2000059", + "description": "Any microvascular endothelial cell that is part of a prostate gland.", + "meaning": "CL:2000059", + "title": "prostate gland microvascular endothelial cell" + }, + { + "text": "CL:0002297", + "description": "A thymic epithelial cell with moderate nuclear and cytoplasmic electron-density. Scattered in the cortex, this cell type is predominant in the mid and deep cortex.", + "meaning": "CL:0002297", + "title": "type-3 epithelial cell of thymus" + }, + { + "text": "CL:0000575", + "description": "An epithelial cell of the cornea.", + "meaning": "CL:0000575", + "title": "corneal epithelial cell" + }, + { + "text": "CL:0000923", + "description": "A type I NK T cell that has the phenotype CD4-positive.", + "meaning": "CL:0000923", + "title": "CD4-positive type I NK T cell" + }, + { + "text": "CL:0000482", + "description": "An endocrine cell that secretes juvenile hormone.", + "meaning": "CL:0000482", + "title": "juvenile hormone secreting cell" + }, + { + "text": "CL:0002364", + "description": "An epithelial cell of the cortical portion of the thymus. Epithelial cells in this region are required for positive selection of CD8-positive T cells.", + "meaning": "CL:0002364", + "title": "cortical thymic epithelial cell" + }, + { + "text": "CL:0007009", + "description": "Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells.", + "meaning": "CL:0007009", + "title": "prechondroblast" + }, + { + "text": "CL:0000828", + "description": "A progenitor cell of the thrombocyte, a nucleated blood cell involved in coagulation typically seen in birds and other non-mammalian vertebrates.", + "meaning": "CL:0000828", + "title": "thromboblast" + }, + { + "text": "CL:0002114", + "description": "A CD38-positive unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002114", + "title": "CD38-positive unswitched memory B cell" + }, + { + "text": "CL:0000924", + "description": "A type I NK T cell that has the phenotype CD4-negative and CD8-negative.", + "meaning": "CL:0000924", + "title": "CD4-negative, CD8-negative type I NK T cell" + }, + { + "text": "CL:1000290", + "description": "A muscle cell that is part of the middle internodal tract.", + "meaning": "CL:1000290", + "title": "myocyte of middle internodal tract" + }, + { + "text": "CL:0002314", + "description": "An auditory epithelial support cell located in the vestibular epithelium that has many hallmarks of glial cells. This cell type express glial markers such as vimentin, S100, glutamate-aspartate transporter, low affinity neurotrophin receptor p75, glial fibrillary acidic protein, and proteolipid protein.", + "meaning": "CL:0002314", + "title": "external supporting cell of vestibular epithelium" + }, + { + "text": "CL:1000287", + "description": "A muscle cell that is part of the anterior internodal tract.", + "meaning": "CL:1000287", + "title": "myocyte of anterior internodal tract" + }, + { + "text": "CL:2000075", + "description": "Any endodermal cell that is part of a anterior visceral endoderm.", + "meaning": "CL:2000075", + "title": "anterior visceral endoderm cell" + }, + { + "text": "CL:0002077", + "description": "An epithelial cell derived from ectoderm.", + "meaning": "CL:0002077", + "title": "ecto-epithelial cell" + }, + { + "text": "CL:4028002", + "description": "An alveolar capillary endothelial cell that is located distally to alveolar capillary type 2 endothelial cells.", + "meaning": "CL:4028002", + "title": "alveolar capillary type 1 endothelial cell" + }, + { + "text": "CL:0000187", + "description": "A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns.", + "meaning": "CL:0000187", + "title": "muscle cell" + }, + { + "text": "CL:4040000", + "description": "A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.", + "meaning": "CL:4040000", + "title": "glial restricted tripotential precursor cell" + }, + { + "text": "CL:1000379", + "description": "A type I vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.", + "meaning": "CL:1000379", + "title": "type 1 vestibular sensory cell of epithelium of macula of utricle of membranous labyrinth" + }, + { + "text": "CL:0002360", + "description": "A hematopoietic stem cell from the aorta-gonad-mesonephros region of the developing embryo. First seen at E10.5 in mouse embryos. May give rise to fetal liver HSC.", + "meaning": "CL:0002360", + "title": "AGM hematopoietic stem cell" + }, + { + "text": "CL:0004117", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field.", + "meaning": "CL:0004117", + "title": "retinal ganglion cell A" + }, + { + "text": "CL:0004213", + "description": "A type of type 3 cone bipolar cell with distinctive curly dendrites.", + "meaning": "CL:0004213", + "title": "type 3a cone bipolar cell" + }, + { + "text": "CL:1000699", + "description": "A resident-dendritic cell that is part of a kidney.", + "meaning": "CL:1000699", + "title": "kidney resident dendritic cell" + }, + { + "text": "CL:0004251", + "description": "An amicrine that has a narrow dendritic field.", + "meaning": "CL:0004251", + "title": "narrow field retinal amacrine cell" + }, + { + "text": "CL:0002505", + "description": "A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, MHC-II-positive and CD103-negative.", + "meaning": "CL:0002505", + "title": "liver CD103-negative dendritic cell" + }, + { + "text": "CL:0001045", + "description": "A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-negative.", + "meaning": "CL:0001045", + "title": "naive CCR4-positive regulatory T cell" + }, + { + "text": "CL:0000756", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell has a diffuse axon terminal with varicosities in sublaminae 1 and 2 of the inner plexiform layer.", + "meaning": "CL:0000756", + "title": "type 4 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:4030038", + "description": "A CD24-positive, CD-133-positive, vimentin-positive cell found scattered throughout a renal proximal tubule and that may participate in tubular regeneration. Compared to other proximal tubular cell types, this cell contains less cytoplasm, fewer mitochondria and no brush border.", + "meaning": "CL:4030038", + "title": "CD24-positive, CD-133-positive, vimentin-positive proximal tubular cell" + }, + { + "text": "CL:0002272", + "description": "A cell that secretes motilin, a gastric hormone that at low pH inhibits gastric motor activity, whereas at high pH has a stimulating effect.", + "meaning": "CL:0002272", + "title": "motilin secreting cell" + }, + { + "text": "CL:2000073", + "description": "Any migratory neural crest cell that is part of a cardiac neural crest.", + "meaning": "CL:2000073", + "title": "migratory cardiac neural crest cell" + }, + { + "text": "CL:1001437", + "description": "The subcutaneous mechanoreceptors that innervate vellus hairs.", + "meaning": "CL:1001437", + "title": "hair-down neuron" + }, + { + "text": "CL:0002418", + "description": "A pluripotent cell in the yolk sac that can give rise to mesenchymal cells including erythrocytes and endothelial cells.", + "meaning": "CL:0002418", + "title": "hemangioblast" + }, + { + "text": "CL:4023021", + "description": "A gamma motor neuron that innervates static nuclear bag fibers (bag2 fibers) and increases their firing, in response to an increase in the magnitude of change in length, and controls the static sensitivity of the stretch reflex.", + "meaning": "CL:4023021", + "title": "static gamma motor neuron" + }, + { + "text": "CL:0000554", + "description": "A peptide hormone secreting cell that secretes gastrin stimulating hormone.", + "meaning": "CL:0000554", + "title": "gastrin stimulating hormone secreting cell" + }, + { + "text": "CL:4030027", + "description": "An amacrine cell that uses GABA as a neurotransmitter.", + "meaning": "CL:4030027", + "title": "GABAergic amacrine cell" + }, + { + "text": "CL:0000524", + "description": "A cell, usually of bacteria or yeast, which has partially lost its cell wall.", + "meaning": "CL:0000524", + "title": "spheroplast" + }, + { + "text": "CL:0000516", + "description": "A non-neuronal cell that surrounds the neuronal cell bodies of the ganglia.", + "meaning": "CL:0000516", + "title": "perineuronal satellite cell" + }, + { + "text": "CL:0002353", + "description": "A hematopoietic stem cell that resides in the fetal liver. In mice, this cell type is first observed at E10.5. This cell type is MHC-positive, HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, CD48-negative and CD244-negative.", + "meaning": "CL:0002353", + "title": "fetal liver hematopoietic progenitor cell" + }, + { + "text": "CL:0001046", + "description": "A memory regulatory T cell with phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-positive.", + "meaning": "CL:0001046", + "title": "memory CCR4-positive regulatory T cell" + }, + { + "text": "CL:4033007", + "description": "A(n) brush cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033007", + "title": "brush cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0009039", + "description": "A goblet cell that is located in the colon.", + "meaning": "CL:0009039", + "title": "colon goblet cell" + }, + { + "text": "CL:0002119", + "description": "A CD38-positive IgG-negative memory B cell is an IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-positive and IgG-negative.", + "meaning": "CL:0002119", + "title": "CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0005009", + "description": "A cuboidal epithelial cell of the kidney which regulates sodium and potassium balance. The activity of sodium and potassium channels on the apical membrane of the cell is regulated by aldosterone and vasopressin. In mammals this cell type is located in the renal collecting duct system.", + "meaning": "CL:0005009", + "title": "renal principal cell" + }, + { + "text": "CL:2000049", + "description": "Any pyramidal cell that is part of a primary motor cortex.", + "meaning": "CL:2000049", + "title": "primary motor cortex pyramidal cell" + }, + { + "text": "CL:0000799", + "description": "A gamma-delta T cell that has an immature phenotype.", + "meaning": "CL:0000799", + "title": "immature gamma-delta T cell" + }, + { + "text": "CL:4033010", + "description": "A(n) neuroendocrine cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033010", + "title": "neuroendocrine cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0007007", + "description": "Notochordal cell that is part of the outer epithelium of the notochord and surrounds the vacuolated notochord cells.", + "meaning": "CL:0007007", + "title": "notochordal sheath cell" + }, + { + "text": "CL:0000541", + "description": "A cell that originates from the neural crest and differentiates into a pigment cell.", + "meaning": "CL:0000541", + "title": "melanoblast" + }, + { + "text": "CL:0000564", + "description": "A promyelocyte committed to the neutrophil lineage. This cell type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, has low expression of PU.1 transcription factor and lacks lactotransferrin expression.", + "meaning": "CL:0000564", + "title": "neutrophilic promyelocyte" + }, + { + "text": "CL:0000497", + "description": "A photoreceptor cell that is sensitive to red light.", + "meaning": "CL:0000497", + "title": "red sensitive photoreceptor cell" + }, + { + "text": "CL:0003049", + "description": "A cone cell that detects medium wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 534-545 nm.", + "meaning": "CL:0003049", + "title": "M cone cell" + }, + { + "text": "CL:0000556", + "description": "A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release.", + "meaning": "CL:0000556", + "title": "megakaryocyte" + }, + { + "text": "CL:0000876", + "description": "A splenic macrophage found in the white pulp of the spleen. Markers include F4/80-negative, CD68-positive, and macrosialin-positive.", + "meaning": "CL:0000876", + "title": "splenic white pulp macrophage" + }, + { + "text": "CL:0002399", + "description": "A myeloid dendritic cell found in the blood that is CD1c-positive.", + "meaning": "CL:0002399", + "title": "CD1c-positive myeloid dendritic cell" + }, + { + "text": "CL:4023048", + "description": "An intratelencephalic-projecting glutamatergic with a soma located in upper L5 of the primary motor cortex. These cells have thin untufted apical dendrites.", + "meaning": "CL:4023048", + "title": "L4/5 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0009046", + "description": "A T cell found in the lymph node medullary sinus.", + "meaning": "CL:0009046", + "title": "T cell of medullary sinus of lymph node" + }, + { + "text": "CL:1000298", + "description": "A mesothelial cell that is part of the dura mater.", + "meaning": "CL:1000298", + "title": "mesothelial cell of dura mater" + }, + { + "text": "CL:0008039", + "description": "The motor neurons of vertebrates that directly innervate skeletal muscles. They receive input from upper motor neurons.", + "meaning": "CL:0008039", + "title": "lower motor neuron" + }, + { + "text": "CL:0000387", + "description": "A blood cell of the circulatory system of arthropods.", + "meaning": "CL:0000387", + "title": "hemocyte (sensu Arthropoda)" + }, + { + "text": "CL:1001609", + "description": "Fibroblast from muscle organ.", + "meaning": "CL:1001609", + "title": "muscle fibroblast" + }, + { + "text": "CL:1000601", + "description": "Any cell that is part of some ureter.", + "meaning": "CL:1000601", + "title": "ureteral cell" + }, + { + "text": "CL:0000140", + "description": "Skeletogenic cell that secretes dentine matrix, is derived from odontogenic papilla. Embedded in dentine tissue, and is the transformation of a non-terminally differentiated odontoblast cell.", + "meaning": "CL:0000140", + "title": "odontocyte" + }, + { + "text": "CL:0000505", + "description": "A peptide hormone secreting cell that secretes substance P.", + "meaning": "CL:0000505", + "title": "substance P secreting cell" + }, + { + "text": "CL:4032001", + "description": "A GABAergic interneuron located in the cerebral cortex that expresses reelin (rln).", + "meaning": "CL:4032001", + "title": "reelin GABAergic cortical interneuron" + }, + { + "text": "CL:0002434", + "description": "A CD8-positive, CD4-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.", + "meaning": "CL:0002434", + "title": "CD24-positive, CD8 single-positive thymocyte" + }, + { + "text": "CL:0000531", + "description": "A primary neuron (sensu Teleostei) that has a sensory function.", + "meaning": "CL:0000531", + "title": "primary sensory neuron (sensu Teleostei)" + }, + { + "text": "CL:1000278", + "description": "A smooth muscle cell that is part of the ileum.", + "meaning": "CL:1000278", + "title": "smooth muscle fiber of ileum" + }, + { + "text": "CL:1001586", + "description": "Glandular cell of mammary epithelium. Example: glandular cells of large and intermediate ducts, glandular cells in terminal ducts.", + "meaning": "CL:1001586", + "title": "mammary gland glandular cell" + }, + { + "text": "CL:0001008", + "description": "A hematopoietic stem cell that has plasma membrane part Kit-positive, SCA-1-positive, CD150-positive and CD34-negative.", + "meaning": "CL:0001008", + "title": "Kit and Sca1-positive hematopoietic stem cell" + }, + { + "text": "CL:0002166", + "description": "An epithelial cell that remains from the disintegration of the epithelial root sheath involved in the development of teeth.", + "meaning": "CL:0002166", + "title": "epithelial cell of Malassez" + }, + { + "text": "CL:0000216", + "description": "A supporting cell projecting inward from the basement membrane of seminiferous tubules. They surround and nourish the developing male germ cells and secrete androgen binding protein. Their tight junctions with the spermatogonia and spermatocytes provide a blood-testis barrier.", + "meaning": "CL:0000216", + "title": "Sertoli cell" + }, + { + "text": "CL:0002391", + "description": "A blastoconidium that has more than one nucleus.", + "meaning": "CL:0002391", + "title": "multinucleate blastoconidium" + }, + { + "text": "CL:2000084", + "description": "Any goblet cell that is part of a conjunctiva.", + "meaning": "CL:2000084", + "title": "conjunctiva goblet cell" + }, + { + "text": "CL:0011012", + "description": "A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells.", + "meaning": "CL:0011012", + "title": "neural crest cell" + }, + { + "text": "CL:0009028", + "description": "An intestinal crypt stem cell that is located in the vermiform appendix. These stem cells reside at the bottom of crypts in the appendix and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009028", + "title": "intestinal crypt stem cell of appendix" + }, + { + "text": "CL:0002196", + "description": "A transient hepatic stem cell observed after liver injury with a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes and bile duct cells. Arises from more than one tissue.", + "meaning": "CL:0002196", + "title": "hepatic oval stem cell" + }, + { + "text": "CL:0002072", + "description": "A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery.", + "meaning": "CL:0002072", + "title": "nodal myocyte" + }, + { + "text": "CL:0002534", + "description": "A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.", + "meaning": "CL:0002534", + "title": "mature CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0000820", + "description": "A B-1 B cell that has the phenotype CD5-positive.", + "meaning": "CL:0000820", + "title": "B-1a B cell" + }, + { + "text": "CL:0000038", + "description": "A progenitor cell committed to the erythroid lineage.", + "meaning": "CL:0000038", + "title": "erythroid progenitor cell" + }, + { + "text": "CL:0009094", + "description": "An endothelial cell that is part of a hepatic portal vein.", + "meaning": "CL:0009094", + "title": "endothelial cell of hepatic portal vein" + }, + { + "text": "CL:4042002", + "description": "A nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron that co-expresses TAC3 and the DRD1 receptor.", + "meaning": "CL:4042002", + "title": "TAC3-positive medium spiny neuron" + }, + { + "text": "CL:0000452", + "meaning": "CL:0000452", + "title": "thyroid hormone secreting cell" + }, + { + "text": "CL:0000215", + "description": "A cell whose primary function is to prevent the transport of stuff across compartments.", + "meaning": "CL:0000215", + "title": "barrier cell" + }, + { + "text": "CL:0002376", + "description": "A glial cell that ensheaths multiple small diameter axons in the peripheral nervous system. The non-myelinating Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. These cells can de-differentiate into immature Schwann cells.", + "meaning": "CL:0002376", + "title": "non-myelinating Schwann cell" + }, + { + "text": "CL:0002495", + "description": "A fetal and neonatal heart cell that undergoes proliferation and is not yet terminally differentiated into a binucleate or a multinucleate cardiac myocyte.", + "meaning": "CL:0002495", + "title": "fetal cardiomyocyte" + }, + { + "text": "CL:0000773", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a eosinophilic myelocyte and a band form eosinophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, CD24-positive and aminopeptidase N-negative.", + "meaning": "CL:0000773", + "title": "eosinophilic metamyelocyte" + }, + { + "text": "CL:0000393", + "description": "A cell whose function is determined by its response to an electric signal.", + "meaning": "CL:0000393", + "title": "electrically responsive cell" + }, + { + "text": "CL:1000450", + "description": "An epithelial cell that is part of the glomerular capsule.", + "meaning": "CL:1000450", + "title": "epithelial cell of glomerular capsule" + }, + { + "text": "CL:1001287", + "description": "Any vasa recta descending limb cell that is part of some outer medulla vasa recta descending limb.", + "meaning": "CL:1001287", + "title": "outer medulla vasa recta descending limb cell" + }, + { + "text": "CL:0009056", + "description": "A transit amplifying cell that is located in the anorectum.", + "meaning": "CL:0009056", + "title": "transit amplifying cell of anorectum" + }, + { + "text": "CL:0000934", + "description": "A CD4-positive, alpha-beta T cell that has cytotoxic function.", + "meaning": "CL:0000934", + "title": "CD4-positive, alpha-beta cytotoxic T cell" + }, + { + "text": "CL:0000771", + "description": "Any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, CD191-positive, and CD193-positive.", + "meaning": "CL:0000771", + "title": "eosinophil" + }, + { + "text": "CL:0003046", + "description": "A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S2 and S4.", + "meaning": "CL:0003046", + "title": "M13 retinal ganglion cell" + }, + { + "text": "CL:4023017", + "description": "A GABAergic neuron located in the cerebral cortex that expresses somatostatin (sst)", + "meaning": "CL:4023017", + "title": "sst GABAergic cortical interneuron" + }, + { + "text": "CL:0002591", + "description": "A smooth muscle of the pulmonary artery.", + "meaning": "CL:0002591", + "title": "smooth muscle cell of the pulmonary artery" + }, + { + "text": "CL:0002423", + "description": "A DN2 thymocyte that is Kit-hi.", + "meaning": "CL:0002423", + "title": "DN2a thymocyte" + }, + { + "text": "CL:0000697", + "meaning": "CL:0000697", + "title": "R4 photoreceptor cell" + }, + { + "text": "CL:0000856", + "description": "Neuromast hair cell is a hair cell that acts as a sensory receptor of the neuromast; it is morphologically polarized as a result of the relative position of the single kinocilium and the clusters of stereocilia on its apical surface.", + "meaning": "CL:0000856", + "title": "neuromast hair cell" + }, + { + "text": "CL:2000057", + "description": "Any osteoblast that is part of a femur.", + "meaning": "CL:2000057", + "title": "femural osteoblast" + }, + { + "text": "CL:1000436", + "description": "An epithelial cell that is part of the lacrimal sac.", + "meaning": "CL:1000436", + "title": "epithelial cell of lacrimal sac" + }, + { + "text": "CL:0000062", + "description": "Skeletogenic cell that secretes osteoid, is capable of producing mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid tissue, and arises from the transformation of a preosteoblast cell.", + "meaning": "CL:0000062", + "title": "osteoblast" + }, + { + "text": "CL:2000063", + "description": "Any fibroblast that is part of a female gonad.", + "meaning": "CL:2000063", + "title": "ovarian fibroblast" + }, + { + "text": "CL:0000835", + "description": "The most primitive precursor in the granulocytic series, having fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in the bone marrow.", + "meaning": "CL:0000835", + "title": "myeloblast" + }, + { + "text": "CL:4023086", + "description": "A Martinotti neuron that has axons that form a horizontal ramification, making it T-shaped.", + "meaning": "CL:4023086", + "title": "T Martinotti neuron" + }, + { + "text": "CL:0002315", + "description": "An epithelial supporting cell located in the cochlea.", + "meaning": "CL:0002315", + "title": "supporting cell of cochlea" + }, + { + "text": "CL:0000658", + "description": "An epithelial cell that secretes cuticle.", + "meaning": "CL:0000658", + "title": "cuticle secreting cell" + }, + { + "text": "CL:0000166", + "description": "A cell that stores epinephrine secretory vesicles. During times of stress, the nervous system signals the vesicles to secrete their hormonal content. Their name derives from their ability to stain a brownish color with chromic salts. Characteristically, they are located in the adrenal medulla and paraganglia of the sympathetic nervous system.", + "meaning": "CL:0000166", + "title": "chromaffin cell" + }, + { + "text": "CL:0000419", + "description": "An epithelial fate stem cell found in flatworms.", + "meaning": "CL:0000419", + "title": "seam cell" + }, + { + "text": "CL:0000978", + "description": "A short lived plasma cell that secretes IgM.", + "meaning": "CL:0000978", + "title": "IgM short lived plasma cell" + }, + { + "text": "CL:1000692", + "description": "A fibroblast that is part of an interstitial compartment of a kidney.", + "meaning": "CL:1000692", + "title": "kidney interstitial fibroblast" + }, + { + "text": "CL:0002624", + "description": "A paneth cell of the appendix.", + "meaning": "CL:0002624", + "title": "paneth cell of the appendix" + }, + { + "text": "CL:0009096", + "description": "Any cell that is part of the esophageal non-keratinized stratified squamous epithelium. In humans, the esophagus, which requires flexibility to accommodate swallowing of a bolus, is covered with a non-keratinized epithelium.", + "meaning": "CL:0009096", + "title": "esophagus non-keratinized squamous epithelial cell" + }, + { + "text": "CL:1000369", + "description": "A transitional myocyte that is part of the septal division of left branch of atrioventricular bundle.", + "meaning": "CL:1000369", + "title": "transitional myocyte of septal division of left branch of atrioventricular bundle" + }, + { + "text": "CL:4030022", + "description": "A fibroblast that is located in the renal medulla interstitium.", + "meaning": "CL:4030022", + "title": "renal medullary fibroblast" + }, + { + "text": "CL:0000115", + "description": "An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm.", + "meaning": "CL:0000115", + "title": "endothelial cell" + }, + { + "text": "CL:1000426", + "description": "A chromaffin cell that is part of the adrenal gland.", + "meaning": "CL:1000426", + "title": "chromaffin cell of adrenal gland" + }, + { + "text": "CL:0004121", + "description": "A retinal ganglion cell B that has a very small but very dense dendritic field, and has post synaptic terminals in S2.", + "meaning": "CL:0004121", + "title": "retinal ganglion cell B2" + }, + { + "text": "CL:1000371", + "description": "A transitional myocyte that is part of the right branch of atrioventricular bundle.", + "meaning": "CL:1000371", + "title": "transitional myocyte of right branch of atrioventricular bundle" + }, + { + "text": "CL:0009102", + "description": "A specialized, fibroblastic reticular cell of mesenchymal origin found in lymph nodes. In human, it expresses several markers common to myofibroblasts (desmin, vimentin, CD73, CD90, \u03b1-smooth muscle actin (\u03b1SMA)), and can be differentiated from endothelial cells by its lack of CD31 expression. These cells are critical for the overall organization and function of the lymph node. Lymph node fibroblastic reticular cells (FRCs) can be further classified based on their location, function, and unique marker expression.", + "meaning": "CL:0009102", + "title": "lymph node fibroblastic reticular cell" + }, + { + "text": "CL:0002635", + "description": "A nonkeratinized epithelial cell of the anal canal.", + "meaning": "CL:0002635", + "title": "nonkeratinized epithelial cell of anal column" + }, + { + "text": "CL:0002189", + "description": "A keratinocyte of the epidermis that is characterized by containing granules of keratohyalin and lamellar granules.", + "meaning": "CL:0002189", + "title": "granular cell of epidermis" + }, + { + "text": "CL:0000042", + "description": "A myeloblast committed to the neutrophil lineage. This cell type is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and has low expression of PU.1 transcription factor.", + "meaning": "CL:0000042", + "title": "neutrophilic myeloblast" + }, + { + "text": "CL:4033044", + "description": "An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis.", + "meaning": "CL:4033044", + "title": "deuterosomal cell" + }, + { + "text": "CL:0000520", + "meaning": "CL:0000520", + "title": "prokaryotic cell" + }, + { + "text": "CL:1000341", + "description": "An enterocyte that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000341", + "title": "enterocyte of epithelium proper of jejunum" + }, + { + "text": "CL:0000950", + "description": "A plasmablast that secretes IgE.", + "meaning": "CL:0000950", + "title": "IgE plasmablast" + }, + { + "text": "CL:0000049", + "description": "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages.", + "meaning": "CL:0000049", + "title": "common myeloid progenitor" + }, + { + "text": "CL:0000831", + "description": "A progenitor cell of the mast cell lineage. Markers for this cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, and lineage-negative.", + "meaning": "CL:0000831", + "title": "mast cell progenitor" + }, + { + "text": "CL:4023119", + "description": "A subpopulation of amacrine cell that migrate further than other amacrine cells, and come to lie basal to the inner plexiform layer (IPL) in the ganglion cell layer. Displaced amacrine cells still have their neurites extending apically into the IPL, and therefore exhibit an inverted polarity with respect to the other amacrine cells.", + "meaning": "CL:4023119", + "title": "displaced amacrine cell" + }, + { + "text": "CL:0000645", + "description": "A glial cell of astrocytic lineage with long processes running parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. These processes form a three-dimensional network among the axons of the hypothalamic neurosecretory cells and are connected by gap junctions which provide for their metabolic coupling. This cell type constitutes most of the nonexcitable tissue in the neurohypophsis; function may include possibly acting as an intermediate in the modulation of oxytocin and vasopressin release. This cell type is highly variable in size and shape and commonly contain lipid droplets and deposits of lipochrome pigment.", + "meaning": "CL:0000645", + "title": "pituicyte" + }, + { + "text": "CL:0000755", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is delicate and the dendritic tips appear small when compared with type 1 cells. The axon terminal is stratified and restricted to sublamina 2 of the inner plexiform layer.", + "meaning": "CL:0000755", + "title": "type 3 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002290", + "description": "A sperm bearing a Y chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.", + "meaning": "CL:0002290", + "title": "Y chromosome-bearing sperm cell" + }, + { + "text": "CL:0000866", + "description": "A tissue-resident macrophage resident found in the thymus, involved in the clearance of apoptotic thymocytes.", + "meaning": "CL:0000866", + "title": "thymic macrophage" + }, + { + "text": "CL:0000382", + "description": "A cell that is part of a scolopidium and surrounds the dendrite of a scolopidial neuron.", + "meaning": "CL:0000382", + "title": "scolopale cell" + }, + { + "text": "CL:4023043", + "description": "A near-projecting glutamatergic neuron with a soma found in layer 5/6 of the primary motor cortex.", + "meaning": "CL:4023043", + "title": "L5/6 near-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002132", + "description": "A stomal cell of the ovary", + "meaning": "CL:0002132", + "title": "stromal cell of ovary" + }, + { + "text": "CL:0000947", + "description": "A long lived plasma cell that secretes IgE.", + "meaning": "CL:0000947", + "title": "IgE plasma cell" + }, + { + "text": "CL:0002034", + "description": "A hematopoietic stem cell with long term self renewal capability. This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative and Flt3-negative.", + "meaning": "CL:0002034", + "title": "long term hematopoietic stem cell" + }, + { + "text": "CL:0008024", + "description": "An endocrine cell that is part of the pancreas.", + "meaning": "CL:0008024", + "title": "pancreatic endocrine cell" + }, + { + "text": "CL:0002552", + "description": "Any fibroblast that is part of some gingiva.", + "meaning": "CL:0002552", + "title": "fibroblast of gingiva" + }, + { + "text": "CL:0000227", + "description": "Any cell that has characteristic some binucleate.", + "meaning": "CL:0000227", + "title": "binucleate cell" + }, + { + "text": "CL:2000071", + "description": "Any microvascular endothelial cell that is part of a breast.", + "meaning": "CL:2000071", + "title": "mammary microvascular endothelial cell" + }, + { + "text": "CL:0000882", + "description": "A thymic macrophage found in the thymic medulla.", + "meaning": "CL:0000882", + "title": "thymic medullary macrophage" + }, + { + "text": "CL:0000551", + "meaning": "CL:0000551", + "title": "unimodal nocireceptor" + }, + { + "text": "CL:0000926", + "description": "A mature NK T cell that secretes interferon-gamma and enhances type 1 immune responses.", + "meaning": "CL:0000926", + "title": "CD4-positive type I NK T cell secreting interferon-gamma" + }, + { + "text": "CL:0002124", + "description": "A circulating gamma-delta T cell that is CD27-positive and capable of producing IFN-gamma.", + "meaning": "CL:0002124", + "title": "CD27-positive gamma-delta T cell" + }, + { + "text": "CL:0010008", + "description": "Any endothelial cell that is part of some heart.", + "meaning": "CL:0010008", + "title": "cardiac endothelial cell" + }, + { + "text": "CL:0000731", + "description": "A cell of a layer of transitional epithelium in the wall of the proximal urethra, bladder, ureter or renal pelvis, external to the lamina propria.", + "meaning": "CL:0000731", + "title": "urothelial cell" + }, + { + "text": "CL:0009090", + "description": "An adult endothelial progenitor cell that is resident of adult vasculature and capable of differentiating to regenerate endothelial cell populations. Endothelial colony forming cells are characterised in vivo by clonal proliferative status, de novo vessel formation, homing to ischemic sites and paracrine support of angiogenesis. These cells are phenotypically similar to endothelial cells.", + "meaning": "CL:0009090", + "title": "endothelial colony forming cell" + }, + { + "text": "CL:0009067", + "description": "An enterocyte found in the small intestine of newborn mammals and characterized by the presence of an apical canalicular system (ACS) leading to production of large vacuoles, important for colostral macromolecule uptake. After birth, the vacuolated fetal-type enterocytes are replaced with enterocytes lacking an ACS.", + "meaning": "CL:0009067", + "title": "vacuolated fetal-type enterocyte" + }, + { + "text": "CL:0002059", + "description": "A conventional thymic dendritic cell that is CD8alpha-positive.", + "meaning": "CL:0002059", + "title": "CD8alpha-positive thymic conventional dendritic cell" + }, + { + "text": "CL:0002460", + "description": "A conventional thymic dendritic cell that is CD8alpha-negative.", + "meaning": "CL:0002460", + "title": "CD8alpha-negative thymic conventional dendritic cell" + }, + { + "text": "CL:0000286", + "description": "A cell of a filament of a fungal mycelium.", + "meaning": "CL:0000286", + "title": "hyphal cell" + }, + { + "text": "CL:4023154", + "description": "A glial cell that myelinates axonal processes.", + "meaning": "CL:4023154", + "title": "myelinating glial cell" + }, + { + "text": "CL:0004253", + "description": "An amicrine that has a wide dendritic field.", + "meaning": "CL:0004253", + "title": "wide field retinal amacrine cell" + }, + { + "text": "CL:0019015", + "description": "An eosinophil with a ring-shaped nucleus that is resident in the lung parenchyma. In mouse, lung parenchyma resident eosinophils are IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they are Siglec-8+ CD62L+ IL-3R(low).", + "meaning": "CL:0019015", + "title": "lung parenchyma resident eosinophil" + }, + { + "text": "CL:1001096", + "description": "Any endothelial cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001096", + "title": "kidney afferent arteriole endothelial cell" + }, + { + "text": "CL:0000192", + "description": "A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast).", + "meaning": "CL:0000192", + "title": "smooth muscle cell" + }, + { + "text": "CL:1000719", + "description": "Any renal intercalated cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000719", + "title": "kidney inner medulla collecting duct intercalated cell" + }, + { + "text": "CL:1000343", + "description": "A paneth cell that is part of the epithelium of small intestine.", + "meaning": "CL:1000343", + "title": "paneth cell of epithelium of small intestine" + }, + { + "text": "CL:0000590", + "description": "A progesterone secreting cell in the corpus luteum that develops from theca cells.", + "meaning": "CL:0000590", + "title": "small luteal cell" + }, + { + "text": "CL:0000533", + "description": "A primary neuron (sensu Teleostei) that has a motor function.", + "meaning": "CL:0000533", + "title": "primary motor neuron (sensu Teleostei)" + }, + { + "text": "CL:0001011", + "description": "Immature interstitial dendritic cell is a interstitial dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001011", + "title": "immature interstitial dendritic cell" + }, + { + "text": "CL:0000718", + "description": "A cell of an ommatidium that secretes lens materials.", + "meaning": "CL:0000718", + "title": "compound eye cone cell" + }, + { + "text": "CL:0000684", + "meaning": "CL:0000684", + "title": "littoral cell of liver" + }, + { + "text": "CL:4030068", + "description": "A transcriptomically distinct intratelencepalic-projecting glutamatergic neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_cluster', L6 IT Car3.", + "meaning": "CL:4030068", + "title": "L6 intratelencephalic projecting Car3 glutamatergic neuron" + }, + { + "text": "CL:0002087", + "description": "A leukocyte that lacks granules.", + "meaning": "CL:0002087", + "title": "nongranular leukocyte" + }, + { + "text": "CL:0000952", + "description": "An preBRC-positive large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-positive, composed of surrogate light chain protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu) on the cell surface.", + "meaning": "CL:0000952", + "title": "preBCR-positive large pre-B-II cell" + }, + { + "text": "CL:1000300", + "description": "A fibroblast that is part of the outer membrane of prostatic capsule.", + "meaning": "CL:1000300", + "title": "fibroblast of outer membrane of prostatic capsule" + }, + { + "text": "CL:0000526", + "description": "A neuron which conveys sensory information centrally from the periphery.", + "meaning": "CL:0000526", + "title": "afferent neuron" + }, + { + "text": "CL:0002537", + "description": "A mesenchymal stem cell of the amnion membrane.", + "meaning": "CL:0002537", + "title": "amnion mesenchymal stem cell" + }, + { + "text": "CL:1000481", + "description": "A transitional myocyte that is part of the atrioventricular bundle.", + "meaning": "CL:1000481", + "title": "transitional myocyte of atrioventricular bundle" + }, + { + "text": "CL:0002000", + "description": "An erythroid progenitor cell is Kit-positive, Ly6A-negative, CD41-negative, CD127-negative, and CD123-negative. This cell type is also described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, CD105-positive, and FcgR-negative.", + "meaning": "CL:0002000", + "title": "Kit-positive erythroid progenitor cell" + }, + { + "text": "CL:0004138", + "description": "A retinal ganglion A cell with dense arbor near soma.", + "meaning": "CL:0004138", + "title": "retinal ganglion cell A2" + }, + { + "text": "CL:0000700", + "description": "A neuron that releases dopamine as a neurotransmitter.", + "meaning": "CL:0000700", + "title": "dopaminergic neuron" + }, + { + "text": "CL:0000863", + "description": "An elicited macrophage that is recruited into the tissues in response to injury and infection as part of an inflammatory response, expresses high levels of pro-inflammatory cytokines, ROS and NO, and shows potent microbicidal activity.", + "meaning": "CL:0000863", + "title": "inflammatory macrophage" + }, + { + "text": "CL:0002477", + "description": "A macrophage located in adipose tissue that is CD45-positive, CD11c-positive, and SIRPa-positive.", + "meaning": "CL:0002477", + "title": "adipose macrophage" + }, + { + "text": "CL:0002182", + "description": "A simple columnar cell that populates the entire luminal surface including the gastric pits. This cell types secrete mucus to form a thick protective, lubricant layer over the gastric wall.", + "meaning": "CL:0002182", + "title": "surface mucosal cell of stomach" + }, + { + "text": "CL:0000333", + "description": "A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body.", + "meaning": "CL:0000333", + "title": "migratory neural crest cell" + }, + { + "text": "CL:0002345", + "description": "An immature natural killer cell that is NK1.1-positive, DX5-positive, Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers in the liver.", + "meaning": "CL:0002345", + "title": "CD27-low, CD11b-low immature natural killer cell, mouse" + }, + { + "text": "CL:0002090", + "description": "One of two small cells formed by the first and second meiotic division of oocytes.", + "meaning": "CL:0002090", + "title": "polar body" + }, + { + "text": "CL:0002615", + "description": "An adipocyte that is part of omentum tissue.", + "meaning": "CL:0002615", + "title": "adipocyte of omentum tissue" + }, + { + "text": "CL:0001042", + "description": "CD4-positive, alpha-beta T cell that produces IL-22.", + "meaning": "CL:0001042", + "title": "T-helper 22 cell" + }, + { + "text": "CL:0009010", + "description": "Transit-amplifying cells (TACs) are an undifferentiated population in transition between stem cells and differentiated cells.", + "meaning": "CL:0009010", + "title": "transit amplifying cell" + }, + { + "text": "CL:4030029", + "description": "A lymphocyte located in blood.", + "meaning": "CL:4030029", + "title": "blood lymphocyte" + }, + { + "text": "CL:1000708", + "description": "Any ureteral cell that is part of some adventitia of ureter.", + "meaning": "CL:1000708", + "title": "ureter adventitial cell" + }, + { + "text": "CL:0000707", + "meaning": "CL:0000707", + "title": "R7 photoreceptor cell" + }, + { + "text": "CL:0009100", + "description": "A fibroblast located in the portal triad. Hepatic portal fibroblast are a non-parenchymal cell population located adjacent to bile duct epithelia in liver and are distinct from stellate cells. They differentiate into fibrogenic myofibroblasts during chronic injury states producing high levels of collagen.", + "meaning": "CL:0009100", + "title": "hepatic portal fibroblast" + }, + { + "text": "CL:0011001", + "description": "A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement.", + "meaning": "CL:0011001", + "title": "spinal cord motor neuron" + }, + { + "text": "CL:0011111", + "description": "A neuroendocrine cell that secretes gonadotropin-releasing hormone (GnRH). A GnRH neuron is born in the nasal placode during embryonic development and migrates through the nose and forebrain to the hypothalamus. This cell regulates reproduction by secreting GnRH into the pituitary portal vessels to induce the release of gonadotropins into the general circulation.", + "meaning": "CL:0011111", + "title": "gonadotropin-releasing hormone neuron" + }, + { + "text": "CL:1001320", + "description": "Any cell that is part of some urethra.", + "meaning": "CL:1001320", + "title": "urethra cell" + }, + { + "text": "CL:1000311", + "description": "An adipocyte that is part of the epicardial fat of left ventricle.", + "meaning": "CL:1000311", + "title": "adipocyte of epicardial fat of left ventricle" + }, + { + "text": "CL:0002484", + "description": "A melanocyte that produces pigment in the epithelium.", + "meaning": "CL:0002484", + "title": "epithelial melanocyte" + }, + { + "text": "CL:0000326", + "meaning": "CL:0000326", + "title": "glycogen accumulating cell" + }, + { + "text": "CL:0001055", + "description": "An intermediate monocyte that is CD14-positive and with low amounts of CD16.", + "meaning": "CL:0001055", + "title": "CD14-positive, CD16-low monocyte" + }, + { + "text": "CL:0000750", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the outer half of the inner plexiform layer. These cells depolarize in response to light to dark transition.", + "meaning": "CL:0000750", + "title": "OFF-bipolar cell" + }, + { + "text": "CL:4042013", + "description": "A transcriptomically distinct lamp5 GABAergic cortical interneuron located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: CGE-derived interneurons', Author Categories: 'CrossArea_subclass', Lamp5 Lhx6.", + "meaning": "CL:4042013", + "title": "Lamp5 Lhx6 neuron" + }, + { + "text": "CL:1000443", + "description": "A smooth muscle cell that is part of the ciliary body.", + "meaning": "CL:1000443", + "title": "ciliary muscle cell" + }, + { + "text": "CL:0000709", + "meaning": "CL:0000709", + "title": "R8 photoreceptor cell" + }, + { + "text": "CL:0000083", + "description": "An epithelial cell of the pancreas.", + "meaning": "CL:0000083", + "title": "epithelial cell of pancreas" + }, + { + "text": "CL:4030047", + "description": "A DRD2-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.", + "meaning": "CL:4030047", + "title": "matrix D2 medium spiny neuron" + }, + { + "text": "CL:0000007", + "description": "A cell found in the embryo before the formation of all the gem layers is complete.", + "meaning": "CL:0000007", + "title": "early embryonic cell (metazoa)" + }, + { + "text": "CL:0008026", + "description": "An epithelial cell that is part of the epithelium of a tracheal tube in an open tracheal system, such as that found in insects.", + "meaning": "CL:0008026", + "title": "open tracheal system tracheocyte" + }, + { + "text": "CL:0002486", + "description": "A melanocyte located between the epithelial marginal cell layer and the mesodermal basal cell layer within the intrastrial space; the predominant cellular component of the electrogenic machinery that generates an endocochlear potential (80-100 mV) .", + "meaning": "CL:0002486", + "title": "strial intermediate cell" + }, + { + "text": "CL:0009083", + "description": "The human equivalent of a DN4 thymocyte.", + "meaning": "CL:0009083", + "title": "rearranging double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:0002213", + "description": "A muscle cell with low content of myoglobin and other oxygen storing proteins. This muscle cell has a white appearance.", + "meaning": "CL:0002213", + "title": "white muscle cell" + }, + { + "text": "CL:2000038", + "description": "Any neuromast mantle cell that is part of a posterior lateral line.", + "meaning": "CL:2000038", + "title": "posterior lateral line neuromast mantle cell" + }, + { + "text": "CL:0003013", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a long secondary dendrite shaft with post synaptic terminals in sublaminar layer S4.", + "meaning": "CL:0003013", + "title": "G10 retinal ganglion cell" + }, + { + "text": "CL:1000445", + "description": "A myoepithelial cell that is part of the dilatator pupillae.", + "meaning": "CL:1000445", + "title": "myoepithelial cell of dilator pupillae" + }, + { + "text": "CL:4033033", + "description": "An OFF bipolar cell with a small dendritic tree that provides most of the triad-associated basal (flat) contacts at cone pedicles.", + "meaning": "CL:4033033", + "title": "flat midget bipolar cell" + }, + { + "text": "CL:0000825", + "description": "A lymphoid progenitor cell that is committed to the natural killer cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the phenotypic characteristics of later stages of natural killer cell development such as expression of NK activating and inhibitory molecules. In human this cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, and CD161 negative.", + "meaning": "CL:0000825", + "title": "pro-NK cell" + }, + { + "text": "CL:1000495", + "description": "A goblet cell that is part of the small intestine.", + "meaning": "CL:1000495", + "title": "small intestine goblet cell" + }, + { + "text": "CL:2000068", + "description": "Any fibroblast that is part of a pericardium.", + "meaning": "CL:2000068", + "title": "pericardium fibroblast" + }, + { + "text": "CL:0004228", + "description": "An amacrine cell with a small dendritic field that has post-synaptic terminals in S1, S2, S3, and S4.", + "meaning": "CL:0004228", + "title": "broad diffuse amacrine cell" + }, + { + "text": "CL:1001607", + "description": "Chondrocyte forming the hyaline cartilage found in joints.", + "meaning": "CL:1001607", + "title": "articular chondrocyte" + }, + { + "text": "CL:4028003", + "description": "An alveolar capillary endothelial cell that is located proximally to alveolar capillary type 1 endothelial cells and in close apposition to alveolar type 1 epithelial cells (also known as type I pneumocytes).", + "meaning": "CL:4028003", + "title": "alveolar capillary type 2 endothelial cell" + }, + { + "text": "CL:0000247", + "description": "Type of neuron that is a primary mechanosensory cell, with peripheral neurites innervating the skin with free nerve endings.", + "meaning": "CL:0000247", + "title": "Rohon-Beard neuron" + }, + { + "text": "CL:0005006", + "description": "Specialized epithelial cells involved in the maintenance of osmotic homeostasis. They are characterized by abundant mitochondria and ion transporters. In amniotes, they are present in the renal system. In freshwater fish, ionocytes in the skin and gills help maintain osmotic homeostasis by absorbing salt from the external environment.", + "meaning": "CL:0005006", + "title": "ionocyte" + }, + { + "text": "CL:0002061", + "description": "A T-helper cell that is characterized by secreting interleukin 9 and responding to helminth infections. This cell-type can derives from Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production is surpressed.", + "meaning": "CL:0002061", + "title": "T-helper 9 cell" + }, + { + "text": "CL:0002580", + "description": "A preadipocyte that is part of the breast.", + "meaning": "CL:0002580", + "title": "preadipocyte of the breast" + }, + { + "text": "CL:0002229", + "description": "A chief cell that is bigger than dark chief cells and has a larger and lighter nucleus and a cytoplasm with few granules.", + "meaning": "CL:0002229", + "title": "light chief cell of parathyroid gland" + }, + { + "text": "CL:1001064", + "meaning": "CL:1001064", + "title": "kidney artery smooth muscle cell" + }, + { + "text": "CL:4030021", + "description": "A renal beta-intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030021", + "title": "kidney connecting tubule beta-intercalated cell" + }, + { + "text": "CL:0000846", + "description": "An epithelial cell of the vestibular sensory organ that is characterized by intense enzymatic activities and numerous basal membrane infoldings.", + "meaning": "CL:0000846", + "title": "vestibular dark cell" + }, + { + "text": "CL:0002469", + "description": "Gr1-high monocyte that lacks MHC-II receptor complex.", + "meaning": "CL:0002469", + "title": "MHC-II-negative classical monocyte" + }, + { + "text": "CL:1000466", + "description": "A chromaffin cell that is part of the right ovary.", + "meaning": "CL:1000466", + "title": "chromaffin cell of right ovary" + }, + { + "text": "CL:0005013", + "description": "A ciliated epithelial cell with a single cilium.", + "meaning": "CL:0005013", + "title": "single ciliated epithelial cell" + }, + { + "text": "CL:0000176", + "description": "Any secretory cell that is capable of some ecdysteroid secretion.", + "meaning": "CL:0000176", + "title": "ecdysteroid secreting cell" + }, + { + "text": "CL:0009050", + "description": "A B cell that is located in the anorectum.", + "meaning": "CL:0009050", + "title": "B cell of anorectum" + }, + { + "text": "CL:1000305", + "description": "A fibroblast that is part of the connective tissue of glandular part of prostate.", + "meaning": "CL:1000305", + "title": "fibroblast of connective tissue of glandular part of prostate" + }, + { + "text": "CL:0002003", + "description": "An erythroid progenitor cell that is CD34-positive and is GlyA-negative.", + "meaning": "CL:0002003", + "title": "CD34-positive, GlyA-negative erythroid progenitor cell" + }, + { + "text": "CL:0002164", + "description": "A rod-shaped cell found in 3 or 4 rows that lie adjacent to and support the outer hair cells.", + "meaning": "CL:0002164", + "title": "external pillar cell of cochlea" + }, + { + "text": "CL:0002135", + "description": "Epidermal cells that do not contain keratin. Cell type is usually associated with moist epidermal tissues.", + "meaning": "CL:0002135", + "title": "nonkeratinized cell of epidermis" + }, + { + "text": "CL:4023027", + "description": "A sst GABAergic cortical interneuron with a soma found in L5 and possesses 'T-shaped' Martinotti morphologies with local axonal plexus in L5a and translaminar axons restricted to the uppermost part of L1. They show low-threshold spiking patterns with strong rebound firing, and inhibit the L1 apical tuft of nearby pyramidal cells.", + "meaning": "CL:4023027", + "title": "L5 sst T-Martinotti interneuron (Mmus)" + }, + { + "text": "CL:0000179", + "description": "Any secretory cell that is capable of some progesterone secretion.", + "meaning": "CL:0000179", + "title": "progesterone secreting cell" + }, + { + "text": "CL:0002082", + "description": "A chromaffin cell of the adrenal medulla that produces epinephrine.", + "meaning": "CL:0002082", + "title": "type II cell of adrenal medulla" + }, + { + "text": "CL:0000094", + "description": "A leukocyte with abundant granules in the cytoplasm.", + "meaning": "CL:0000094", + "title": "granulocyte" + }, + { + "text": "CL:0003038", + "description": "An M7 retinal ganglion cells with synaptic terminals in S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003038", + "title": "M7-OFF retinal ganglion cell" + }, + { + "text": "CL:0002369", + "description": "A differentiated form of a fungus produced during or as a result of an asexual or sexual reproductive process; usually a cell with a thick cell wall that stores and protects one or more nuclei. Spores may be produced in response to, and are characteristically resistant to, adverse environmental conditions.", + "meaning": "CL:0002369", + "title": "fungal spore" + }, + { + "text": "CL:1000716", + "description": "Principal cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may express the epithelial sodium channel (ENaC).", + "meaning": "CL:1000716", + "title": "kidney outer medulla collecting duct principal cell" + }, + { + "text": "CL:0000970", + "description": "An unswitched memory B cell is a memory B cell that has the phenotype IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, IgE-negative, and IgA-negative.", + "meaning": "CL:0000970", + "title": "unswitched memory B cell" + }, + { + "text": "CL:0003002", + "description": "A retinal ganglion cell that has a small dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S3.", + "meaning": "CL:0003002", + "title": "G1 retinal ganglion cell" + }, + { + "text": "CL:0000454", + "description": "A cell capable of producing epinephrine. Epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme, which is expressed in the adrenal glands, androgenic neurons, and in other cell types.", + "meaning": "CL:0000454", + "title": "epinephrine secreting cell" + }, + { + "text": "CL:0002561", + "description": "An epithelial cell that is part of the outer root sheath.", + "meaning": "CL:0002561", + "title": "outer root sheath cell" + }, + { + "text": "CL:0000477", + "description": "A somatic epithelial cell of the insect egg chamber.", + "meaning": "CL:0000477", + "title": "follicle cell of egg chamber" + }, + { + "text": "CL:0000674", + "description": "A follicle cell that is part of the stalk connecting adjacent egg chambers.", + "meaning": "CL:0000674", + "title": "interfollicle cell" + }, + { + "text": "CL:0003029", + "description": "A monostratified retinal ganglion cell that has a small soma, a small dendrite field with a dense dendrite arbor, and post synaptic terminals in sublaminer layer S2 and S3.", + "meaning": "CL:0003029", + "title": "M2 retinal ganglion cell" + }, + { + "text": "CL:4023162", + "description": "A neuron found in the anterior part of the ventral cochlear nucleus that has the appearance of bushes, having short dendrites. Bushy cells give outputs to different parts of the superior olivary complex.", + "meaning": "CL:4023162", + "title": "bushy cell" + }, + { + "text": "CL:1001599", + "description": "Glandular cell of exocrine pancreas epithelium. Example: pancreatic acinar cell, glandular cells in pancreatic canaliculi, glandular cells in pancreatic ducts.", + "meaning": "CL:1001599", + "title": "pancreas exocrine glandular cell" + }, + { + "text": "CL:1001577", + "description": "Squamous cell of tonsil epithelium.", + "meaning": "CL:1001577", + "title": "tonsil squamous cell" + }, + { + "text": "CL:0008009", + "description": "A visceral muscle that is transversely striated. Examples include the visceral muscle cells of arthropods.", + "meaning": "CL:0008009", + "title": "transversely striated visceral muscle cell" + }, + { + "text": "CL:0003030", + "description": "A monostratified retinal ganglion cell that has a medium soma and a small dendrite field.", + "meaning": "CL:0003030", + "title": "M3 retinal ganglion cell" + }, + { + "text": "CL:0003022", + "description": "A retinal ganglion cell C outer that has medium dendritic density and field size.", + "meaning": "CL:0003022", + "title": "retinal ganglion cell C5" + }, + { + "text": "CL:0002101", + "description": "A CD38-positive naive B cell is a mature B cell that has the phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002101", + "title": "CD38-positive naive B cell" + }, + { + "text": "CL:0009032", + "description": "A B cell that is located in a vermiform appendix.", + "meaning": "CL:0009032", + "title": "B cell of appendix" + }, + { + "text": "CL:1001138", + "description": "Any kidney cortex artery cell that is part of some interlobular artery.", + "meaning": "CL:1001138", + "title": "interlobular artery cell" + }, + { + "text": "CL:0002461", + "description": "A conventional dendritic cell that is CD103-positive. This cell type is usually found in non-lymphoid tissue.", + "meaning": "CL:0002461", + "title": "CD103-positive dendritic cell" + }, + { + "text": "CL:0000635", + "description": "The outer phalangeal cells of the organ of Corti. This cell holds the base of the hair cell in a cup-shaped depression.", + "meaning": "CL:0000635", + "title": "Deiter's cell" + }, + { + "text": "CL:0002366", + "description": "A smooth muscle cell of the myometrium that enlarges and stretches during pregnancy, and contracts in response to oxytocin.", + "meaning": "CL:0002366", + "title": "myometrial cell" + }, + { + "text": "CL:0002441", + "description": "A NK1.1-positive T cell that is CD94-positive.", + "meaning": "CL:0002441", + "title": "CD94-positive natural killer cell, mouse" + }, + { + "text": "CL:0002079", + "description": "Epithelial cell found in the ducts of the pancreas. This cell type contributes to the high luminal pH.", + "meaning": "CL:0002079", + "title": "pancreatic ductal cell" + }, + { + "text": "CL:0002655", + "description": "An epithelial cell of stratum spinosum of esophageal epithelium.", + "meaning": "CL:0002655", + "title": "epithelial cell of stratum spinosum of esophageal epithelium" + }, + { + "text": "CL:4033036", + "description": "An OFF bipolar cell that is fovea-specific and expresses FEZF1, NXPH1 and NXPH2.", + "meaning": "CL:4033036", + "title": "OFFx cell" + }, + { + "text": "CL:0002255", + "description": "A stromal cell of the endometrium that is fibroblastic in appearance. During decidualization this cell may differentiate into a decidual stromal cell.", + "meaning": "CL:0002255", + "title": "stromal cell of endometrium" + }, + { + "text": "CL:0002553", + "description": "A fibroblast that is part of lung.", + "meaning": "CL:0002553", + "title": "fibroblast of lung" + }, + { + "text": "CL:0002476", + "description": "A tissue-resident macrophage located in the bone marrow. This cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, F4/80-positive.", + "meaning": "CL:0002476", + "title": "bone marrow macrophage" + }, + { + "text": "CL:0002568", + "description": "A mesenchymal stem cell that is part of Wharton's jelly.", + "meaning": "CL:0002568", + "title": "mesenchymal stem cell of Wharton's jelly" + }, + { + "text": "CL:0017001", + "description": "A mesodermal cell that is part of the splanchnic layer of lateral plate mesoderm.", + "meaning": "CL:0017001", + "title": "splanchnic mesodermal cell" + }, + { + "text": "CL:0002071", + "description": "Columnar cell which populate the epithelium of large intestine and absorb water. This cell is the most numerous of the epithelial cell types in the large intestine; bear apical microvilli, contain secretory granules in their apical cytoplasm; secretion appears to be largely mucins, but is also rich in antibodies of the IgA type.", + "meaning": "CL:0002071", + "title": "enterocyte of epithelium of large intestine" + }, + { + "text": "CL:4030010", + "description": "A brush border cell that is part of segment 2 (S2) of the proximal tubule epithelium, located in the renal cortex. In addition to its reabsorptive functions, it is also specialized in the secretion of organic anions and cations, including para-aminohippurate.", + "meaning": "CL:4030010", + "title": "epithelial cell of proximal tubule segment 2" + }, + { + "text": "CL:0000869", + "description": "A gut-associated lymphoid tissue macrophage found in tonsils.", + "meaning": "CL:0000869", + "title": "tonsillar macrophage" + }, + { + "text": "CL:0000903", + "description": "CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function.", + "meaning": "CL:0000903", + "title": "natural T-regulatory cell" + }, + { + "text": "CL:4023069", + "description": "A GABAergic cortical interneuron that develops from the medial ganglionic eminence and has migrated to the cerebral cortex.", + "meaning": "CL:4023069", + "title": "medial ganglionic eminence derived GABAergic cortical interneuron" + }, + { + "text": "CL:0002226", + "description": "A secondary lens fiber cell that lacks a nucleus.", + "meaning": "CL:0002226", + "title": "non-nucleated secondary lens fiber" + }, + { + "text": "CL:0000448", + "description": "An adipocyte with light coloration and few mitochondria. It contains a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole.", + "meaning": "CL:0000448", + "title": "white adipocyte" + }, + { + "text": "CL:0000630", + "description": "A cell whose primary function is to support other cell types.", + "meaning": "CL:0000630", + "title": "supporting cell" + }, + { + "text": "CL:0002585", + "description": "A blood vessel endothelial cell that is part of the retina.", + "meaning": "CL:0002585", + "title": "retinal blood vessel endothelial cell" + }, + { + "text": "CL:0000976", + "description": "A short lived plasma cell that secretes IgA. These cells may be found in the bone marrow as well as in the mucosal immune system.", + "meaning": "CL:0000976", + "title": "IgA short lived plasma cell" + }, + { + "text": "CL:0008006", + "description": "A myoblast that detemines the properties (size, shape and attachment to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops into a somatic muscle myotube via fusion with `fusion component myoblasts` (CL:0000621).", + "meaning": "CL:0008006", + "title": "muscle founder cell" + }, + { + "text": "CL:0002487", + "description": "A neuronal receptor that respond to mechanical pressure or distortion in the skin.", + "meaning": "CL:0002487", + "title": "cutaneous/subcutaneous mechanoreceptor cell" + }, + { + "text": "CL:1000547", + "description": "An epithelial cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000547", + "title": "kidney inner medulla collecting duct epithelial cell" + }, + { + "text": "CL:0001202", + "description": "A plasmablast that is CD86-positive.", + "meaning": "CL:0001202", + "title": "CD86-positive plasmablast" + }, + { + "text": "CL:4023071", + "description": "A GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.", + "meaning": "CL:4023071", + "title": "L5/6 cck GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0011006", + "description": "An inhibitory GABAergic interneuron found in the cerebellar cortex.", + "meaning": "CL:0011006", + "title": "Lugaro cell" + }, + { + "text": "CL:0002134", + "description": "A stromal cell of the ovarian medulla.", + "meaning": "CL:0002134", + "title": "stromal cell of ovarian medulla" + }, + { + "text": "CL:0002500", + "description": "A P/D1 enteroendocrine cell that is Grimelius positive and stores bombesin-like polypeptide.", + "meaning": "CL:0002500", + "title": "P enteroendocrine cell" + }, + { + "text": "CL:0000666", + "description": "An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues.", + "meaning": "CL:0000666", + "title": "fenestrated endothelial cell" + }, + { + "text": "CL:0002663", + "description": "A myocardial endocrine cell that is part of the atrium.", + "meaning": "CL:0002663", + "title": "myocardial endocrine cell of atrium" + }, + { + "text": "CL:0000329", + "description": "Any cell that is capable of some oxygen transport.", + "meaning": "CL:0000329", + "title": "oxygen accumulating cell" + }, + { + "text": "CL:0000494", + "description": "A photoreceptor cell that detects ultraviolet light.", + "meaning": "CL:0000494", + "title": "UV sensitive photoreceptor cell" + }, + { + "text": "CL:0002277", + "description": "An enteroendocrine cell commonest in the duodenum and jejunum, rare in ileum, that secretes cholecystokinin. This cell type is involved in the regulation of digestive enzymes and bile.", + "meaning": "CL:0002277", + "title": "type I enteroendocrine cell" + }, + { + "text": "CL:0002010", + "description": "A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive cell with intermediate expression of SIRP-alpha.", + "meaning": "CL:0002010", + "title": "pre-conventional dendritic cell" + }, + { + "text": "CL:0002161", + "description": "A cell type found on the superficial layer of the external side of the tympanic membrane. This cell-type lacks a nucleus.", + "meaning": "CL:0002161", + "title": "superficial external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002231", + "description": "An epithelial cell of the prostate.", + "meaning": "CL:0002231", + "title": "epithelial cell of prostate" + }, + { + "text": "CL:4030014", + "description": "Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the inner medulla. It is known in some mammalian species that the long descending limb of the loop of Henle in the inner medulla selectively expresses the nuclear receptor Nr2e3, the Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, which expresses a urea transporter, is also expressed in the inner medulla.", + "meaning": "CL:4030014", + "title": "kidney loop of Henle long descending thin limb inner medulla epithelial cell" + }, + { + "text": "CL:1000334", + "description": "An enterocyte that is part of the epithelium of small intestine.", + "meaning": "CL:1000334", + "title": "enterocyte of epithelium of small intestine" + }, + { + "text": "CL:1001045", + "description": "Any kidney arterial blood vessel cell that is part of some renal cortex artery.", + "meaning": "CL:1001045", + "title": "kidney cortex artery cell" + }, + { + "text": "CL:0002015", + "description": "A polychromatophilic erythroblast that is Lyg 76-high and is Kit-negative.", + "meaning": "CL:0002015", + "title": "Kit-negative, Ly-76 high polychromatophilic erythroblast" + }, + { + "text": "CL:1001588", + "description": "Glandular cell of colon epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001588", + "title": "colon glandular cell" + }, + { + "text": "CL:0002193", + "description": "A cell type that is the first of the maturation stages of the granulocytic leukocytes normally found in the bone marrow. Granules are seen in the cytoplasm. The nuclear material of the myelocyte is denser than that of the myeloblast but lacks a definable membrane. The cell is flat and contains increasing numbers of granules as maturation progresses.", + "meaning": "CL:0002193", + "title": "myelocyte" + }, + { + "text": "CL:0001658", + "meaning": "CL:0001658", + "title": "visual pigment cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002169", + "description": "An epithelial cell located on the basal lamina of the olfactory epithelium.", + "meaning": "CL:0002169", + "title": "basal cell of olfactory epithelium" + }, + { + "text": "CL:0002405", + "description": "A post-natal thymocyte expressing components of the gamma-delta T cell receptor. This cell type is always double-negative (i.e. CD4-negative, CD8-negative).", + "meaning": "CL:0002405", + "title": "gamma-delta thymocyte" + }, + { + "text": "CL:1000768", + "description": "Any nephron tubule epithelial cell that is part of some renal connecting tubule.", + "meaning": "CL:1000768", + "title": "kidney connecting tubule epithelial cell" + }, + { + "text": "CL:4030052", + "description": "A DRD2-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.", + "meaning": "CL:4030052", + "title": "nucleus accumbens shell and olfactory tubercle D2 medium spiny neuron" + }, + { + "text": "CL:0001066", + "description": "A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative).", + "meaning": "CL:0001066", + "title": "erythroid progenitor cell, mammalian" + }, + { + "text": "CL:4023011", + "description": "A GABAergic neuron located in the cerebral cortex that expresses Lamp5", + "meaning": "CL:4023011", + "title": "lamp5 GABAergic cortical interneuron" + }, + { + "text": "CL:1000415", + "description": "An epithelial cell that is part of the gallbladder.", + "meaning": "CL:1000415", + "title": "epithelial cell of gallbladder" + }, + { + "text": "CL:4033009", + "description": "A(n) goblet cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033009", + "title": "goblet cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0009085", + "description": "An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. They may form discrete colonies.", + "meaning": "CL:0009085", + "title": "colony forming unit \u2013 Hill cell" + }, + { + "text": "CL:0004137", + "description": "A retinal ganglion A2 cell with dendrites terminating in S4.", + "meaning": "CL:0004137", + "title": "retinal ganglion cell A2 inner" + }, + { + "text": "CL:1000615", + "description": "Any kidney tubule cell that is part of some renal cortex tubule.", + "meaning": "CL:1000615", + "title": "kidney cortex tubule cell" + }, + { + "text": "CL:1000477", + "description": "A nodal myocyte that is part of the sinoatrial node.", + "meaning": "CL:1000477", + "title": "cardiac pacemaker cell of sinoatrial node" + }, + { + "text": "CL:0002158", + "description": "Epithelial cell found on the external side of the tympanic membrane", + "meaning": "CL:0002158", + "title": "external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0000967", + "description": "A memory B cell arising in the germinal center that is IgD-negative and has undergone somatic mutation of the variable region of the immunoglobulin heavy and light chain genes.", + "meaning": "CL:0000967", + "title": "Bm5 B cell" + }, + { + "text": "CL:0010012", + "description": "A CNS neuron of the cerebral cortex.", + "meaning": "CL:0010012", + "title": "cerebral cortex neuron" + }, + { + "text": "CL:1000703", + "description": "Any kidney epithelial cell that is part of some kidney pelvis urothelium.", + "meaning": "CL:1000703", + "title": "kidney pelvis urothelial cell" + }, + { + "text": "CL:0004240", + "description": "An amacrine cell with a wide dendritic field, dendrites in S1, and post-synaptic terminals in S1.", + "meaning": "CL:0004240", + "title": "WF1 amacrine cell" + }, + { + "text": "CL:0000726", + "description": "An asexual 1-celled spore (primarily for perennation, not dissemination). Originates endogenously and singly within part of a pre-existing cell by the contraction of the protoplast. Possesses an inner secondary and often thickened hyaline or brown wall, usually impregnated with hydrophobic material.", + "meaning": "CL:0000726", + "title": "chlamydospore" + }, + { + "text": "CL:4023003", + "description": "A type of intrafusal muscle fiber that has nuclei arranged in a linear row. Unlike nuclear bag fibers, the equatorial region of these fibers (in the centre of the spindle) is not expanded. These fibers are responsible for the detection of changes in muscle length. They are innervated by static gamma motor neurons and are principally associated with type II sensory fibers.", + "meaning": "CL:4023003", + "title": "nuclear chain fiber" + }, + { + "text": "CL:0000915", + "description": "An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive located in the columnar epithelium of the gastrointestinal tract. These cells have a memory phenotype of CD2-negative and CD5-negative.", + "meaning": "CL:0000915", + "title": "CD8-alpha-alpha-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0000434", + "description": "A secretory cell that discharges its product without loss of cytoplasm.", + "meaning": "CL:0000434", + "title": "eccrine cell" + }, + { + "text": "CL:0002444", + "description": "A NK1.1-positive T cell that is Ly49H-positive.", + "meaning": "CL:0002444", + "title": "Ly49H-positive natural killer cell, mouse" + }, + { + "text": "CL:0002234", + "description": "A cell of the basal layer of the epithelium in the prostatic acinus.", + "meaning": "CL:0002234", + "title": "basal cell of prostatic acinus" + }, + { + "text": "CL:4030063", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3-4. This neuron type can have a pyramidal, star-pyramidal or spiny stellate morphology and projects its output to L2/3 and L5A/B. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L4 IT.", + "meaning": "CL:4030063", + "title": "L4 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000324", + "meaning": "CL:0000324", + "title": "metanephric mesenchyme stem cell" + }, + { + "text": "CL:1000492", + "description": "A mesothelial cell that is part of the parietal pleura.", + "meaning": "CL:1000492", + "title": "mesothelial cell of parietal pleura" + }, + { + "text": "CL:0000627", + "description": "A cell involved in transporting nutrients, minerals, water, gases and other chemicals between cells for a variety of purposes including conveying nutrition to other tissues, removing waste products from the tissues, conveying gases for respiration, distributing heat and repelling invasion of foreign substances.", + "meaning": "CL:0000627", + "title": "transporting cell" + }, + { + "text": "CL:0002617", + "description": "An adipocyte that is part of the breast.", + "meaning": "CL:0002617", + "title": "adipocyte of breast" + }, + { + "text": "CL:0001001", + "description": "Immature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001001", + "title": "immature CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0011023", + "description": "A mast cell that is CD25+.", + "meaning": "CL:0011023", + "title": "CD25+ mast cell" + }, + { + "text": "CL:2000005", + "description": "Any macroglial cell that is part of a brain.", + "meaning": "CL:2000005", + "title": "brain macroglial cell" + }, + { + "text": "CL:0000105", + "description": "Neuron with two neurites that are fused grossly when they protrude from the soma and bifurcate a short distance from the soma.", + "meaning": "CL:0000105", + "title": "pseudounipolar neuron" + }, + { + "text": "CL:2000066", + "description": "Any fibroblast that is part of a cardiac ventricle.", + "meaning": "CL:2000066", + "title": "cardiac ventricle fibroblast" + }, + { + "text": "CL:0000877", + "description": "A splenic white pulp macrophage found in and around the germinal centers of the white pulp of the spleen that participates in phagocytosis of apoptotic B cells from the germinal centers. A marker for a cell of this type is Mertk-positive.", + "meaning": "CL:0000877", + "title": "splenic tingible body macrophage" + }, + { + "text": "CL:0002343", + "description": "A natural killer cell subset that is found in the decidual of the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This cell type represents the most abundant immune cell type in the decidual during the first trimester of pregnancy.", + "meaning": "CL:0002343", + "title": "decidual natural killer cell, human" + }, + { + "text": "CL:1000217", + "description": "Any chondrocyte that is part of some growth plate cartilage.", + "meaning": "CL:1000217", + "title": "growth plate cartilage chondrocyte" + }, + { + "text": "CL:1000354", + "description": "A M cell that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000354", + "title": "microfold cell of epithelium of intestinal villus" + }, + { + "text": "CL:0000345", + "description": "A mesenchymal cell that is part of a small mass of condensed mesenchyme in the enamel organ; it differentiates into the dentin and dental pulp.", + "meaning": "CL:0000345", + "title": "dental papilla cell" + }, + { + "text": "CL:0000322", + "description": "An epithelial cell that lines the peripheral gas exchange region of the lungs of air-breathing vertebrates.", + "meaning": "CL:0000322", + "title": "pulmonary alveolar epithelial cell" + }, + { + "text": "CL:2000045", + "description": "Any melanocyte of skin that is part of a skin of prepuce of penis.", + "meaning": "CL:2000045", + "title": "foreskin melanocyte" + }, + { + "text": "CL:0000887", + "description": "A lymph node macrophage found in the subcapsular sinus of lymph nodes that participates in sensing, clearance, and antigen presentation of lymph-borne particulate antigens. This macrophage is capable of activating invaraint NKT cells and is CD169-positive.", + "meaning": "CL:0000887", + "title": "lymph node subcapsular sinus macrophage" + }, + { + "text": "CL:0000465", + "description": "A precursor of the cells that form the dorsal vessel of arthropods.", + "meaning": "CL:0000465", + "title": "cardioblast (sensu Arthropoda)" + }, + { + "text": "CL:0002356", + "description": "A primitive erythrocyte that has undergone enucleation. This cell type is 3-6 fold bigger than the fetal derived erythrocytes that they co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin chains.", + "meaning": "CL:0002356", + "title": "primitive reticulocyte" + }, + { + "text": "CL:1000330", + "description": "A serous secreting cell that is part of the epithelium of trachea.", + "meaning": "CL:1000330", + "title": "serous cell of epithelium of trachea" + }, + { + "text": "CL:0002285", + "description": "A taste receptor cell that is characterized by morphologically identifiable synaptic contacts with the gustatory nerve fibers and expression of the synaptic membrane protein-25 (SNAP-25) and NCAM.", + "meaning": "CL:0002285", + "title": "type III taste bud cell" + }, + { + "text": "CL:0017004", + "description": "A supportive cell with a small, oval-shaped body and one to five telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of micrometers long and mostly below 0.2 microns of caliber.", + "meaning": "CL:0017004", + "title": "telocyte" + }, + { + "text": "CL:0002043", + "description": "A hematopoietic multipotent progenitor cell that is CD34-positive, CD38-negative, CD45RA-negative, and CD90-negative.", + "meaning": "CL:0002043", + "title": "CD34-positive, CD38-negative multipotent progenitor cell" + }, + { + "text": "CL:0001047", + "description": "A CD4-positive, CD25-positive, alpha-beta regulatory T cell with the additional phenotype CCR4-positive.", + "meaning": "CL:0001047", + "title": "CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:1000468", + "description": "A myoepithelial cell that is part of the acinus of lactiferous gland.", + "meaning": "CL:1000468", + "title": "myoepithelial cell of acinus of lactiferous gland" + }, + { + "text": "CL:0000459", + "description": "A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme.", + "meaning": "CL:0000459", + "title": "noradrenergic cell" + }, + { + "text": "CL:0000765", + "description": "A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers.", + "meaning": "CL:0000765", + "title": "erythroblast" + }, + { + "text": "CL:1000340", + "description": "An enterocyte that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000340", + "title": "enterocyte of epithelium proper of duodenum" + }, + { + "text": "CL:4033034", + "description": "An ON bipolar cell with a small dendritic tree that forms most of the central (invaginating) elements opposite the synaptic ribbon at the cone triad.", + "meaning": "CL:4033034", + "title": "invaginating midget bipolar cell" + }, + { + "text": "CL:0002171", + "description": "A rounded or elliptical epithelial cell, with pale-staining open face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; form a distinct basal zone spaced slightly from the basal surface of the epithelium.", + "meaning": "CL:0002171", + "title": "globose cell of olfactory epithelium" + }, + { + "text": "CL:0000318", + "description": "A cell secreting sweat, the fluid excreted by the sweat glands of mammals. It consists of water containing sodium chloride, phosphate, urea, ammonia, and other waste products.", + "meaning": "CL:0000318", + "title": "sweat secreting cell" + }, + { + "text": "CL:0002005", + "description": "A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive and is IL3-receptor alpha-negative and CD45RA-negative.", + "meaning": "CL:0002005", + "title": "CD34-positive, CD38-positive megakaryocyte erythroid progenitor cell" + }, + { + "text": "CL:0002377", + "description": "A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons.", + "meaning": "CL:0002377", + "title": "immature Schwann cell" + }, + { + "text": "CL:0009047", + "description": "A macrophage found in the medullary sinus of the lymph node.", + "meaning": "CL:0009047", + "title": "macrophage of medullary sinus of lymph node" + }, + { + "text": "CL:0002309", + "description": "A basophil chromphil cell of the anterior pitiutary gland that produce adrenocorticotropic hormone, melanocyte-stimulating hormone and lipotropin. This cell type is irregular in shape and has short dendritic processes which are inserted among other neighboring cells;", + "meaning": "CL:0002309", + "title": "corticotroph" + }, + { + "text": "CL:0000412", + "description": "A cell that contains more than two haploid sets of chromosomes.", + "meaning": "CL:0000412", + "title": "polyploid cell" + }, + { + "text": "CL:1000412", + "description": "An endothelial cell that is part of the arteriole.", + "meaning": "CL:1000412", + "title": "endothelial cell of arteriole" + }, + { + "text": "CL:0002049", + "description": "A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, and BP-positive. Intracellularly expression of surrogate light chain, Rag1 and Rag2, TdT, occurs while there is no expression of mu heavy chain.", + "meaning": "CL:0002049", + "title": "fraction C precursor B cell" + }, + { + "text": "CL:0000034", + "description": "A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells.", + "meaning": "CL:0000034", + "title": "stem cell" + }, + { + "text": "CL:0002325", + "description": "A milk-producing glandular epithelial cell that is part of a mammary gland alveolus and differentiates from a luminal adaptive secretory precursor cell during secretory differentiation (also termed lactogenesis I). Following secretory activation (also termed lactogenesis II), a lactocyte is involved in the synthesis and/or transport of milk constituents including proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, and cytokines into the lumen of the lactating mammary gland.", + "meaning": "CL:0002325", + "title": "lactocyte" + }, + { + "text": "CL:2000004", + "description": "Any cell that is part of a pituitary gland.", + "meaning": "CL:2000004", + "title": "pituitary gland cell" + }, + { + "text": "CL:0002330", + "description": "An undifferentiated columnar cell of the bronchus epithelium", + "meaning": "CL:0002330", + "title": "undifferentiated cell of bronchus epithelium" + }, + { + "text": "CL:0002400", + "description": "A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, CD43-positive and HSA-positive.", + "meaning": "CL:0002400", + "title": "fraction B/C precursor B cell" + }, + { + "text": "CL:4023001", + "description": "A beta motor neuron that innervates nuclear chain fibers.", + "meaning": "CL:4023001", + "title": "static beta motor neuron" + }, + { + "text": "CL:2000022", + "description": "Any native cell that is part of a cardiac septum.", + "meaning": "CL:2000022", + "title": "cardiac septum cell" + }, + { + "text": "CL:4030061", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3.", + "meaning": "CL:4030061", + "title": "L3 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000879", + "description": "A border associated macrophage that is part of a meninx. This macrophage type is elongated and amoeboid spindle-shaped with limited mobility. This macrophage is highly phagocytic, expresses scavenger receptors, has dynamic protrusions and extends its processes during inflammation.", + "meaning": "CL:0000879", + "title": "meningeal macrophage" + }, + { + "text": "CL:4023052", + "description": "A Betz cell that synapses with lower motor neurons directly.", + "meaning": "CL:4023052", + "title": "Betz upper motor neuron" + }, + { + "text": "CL:0000800", + "description": "A gamma-delta T cell that has a mature phenotype. These cells can be found in tissues and circulation where they express unique TCR repertoire depending on their location.", + "meaning": "CL:0000800", + "title": "mature gamma-delta T cell" + }, + { + "text": "CL:0002566", + "description": "A melanocyte that appears darker due to content or amount of melanin granules.", + "meaning": "CL:0002566", + "title": "dark melanocyte" + }, + { + "text": "CL:0002216", + "description": "An intermediate muscle cell that has characteristics of both fast and slow muscle cells.", + "meaning": "CL:0002216", + "title": "intermediate muscle cell" + }, + { + "text": "CL:0000808", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, CD25-negative, and pre-TCR-positive.", + "meaning": "CL:0000808", + "title": "DN4 thymocyte" + }, + { + "text": "CL:4042003", + "description": "A central nervous system macrophage that is part of a choroid plexus, a meninx and a perivascular space. A border associated macrophage interacts with various components of the CNS vasculature and meninges, it participates in immune surveillance and in the regulation of the blood brain barrier.", + "meaning": "CL:4042003", + "title": "border associated macrophage" + }, + { + "text": "CL:0000673", + "description": "An intrinsic neuron of the mushroom body of arthropods and annelids. They have tightly packed, cytoplasm-poor cell bodies.", + "meaning": "CL:0000673", + "title": "Kenyon cell" + }, + { + "text": "CL:2000034", + "description": "Any neuromast hair cell that is part of a anterior lateral line.", + "meaning": "CL:2000034", + "title": "anterior lateral line neuromast hair cell" + }, + { + "text": "CL:0000143", + "meaning": "CL:0000143", + "title": "guidepost cell" + }, + { + "text": "CL:0000625", + "description": "A T cell expressing an alpha-beta T cell receptor and the CD8 coreceptor.", + "meaning": "CL:0000625", + "title": "CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1000693", + "meaning": "CL:1000693", + "title": "kidney interstitial fibrocyte" + }, + { + "text": "CL:0000567", + "meaning": "CL:0000567", + "title": "polymodal nocireceptor" + }, + { + "text": "CL:1001597", + "description": "Glandular cell of seminal vesicle epithelium.", + "meaning": "CL:1001597", + "title": "seminal vesicle glandular cell" + }, + { + "text": "CL:1000223", + "description": "A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Lung neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Lung neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury.", + "meaning": "CL:1000223", + "title": "lung neuroendocrine cell" + }, + { + "text": "CL:0000445", + "meaning": "CL:0000445", + "title": "apoptosis fated cell" + }, + { + "text": "CL:4023089", + "description": "A basket cell which has simpler dendritic arbors (compared to small or large basket cells), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches.", + "meaning": "CL:4023089", + "title": "nest basket cell" + }, + { + "text": "CL:1000696", + "meaning": "CL:1000696", + "title": "kidney interstitial inflammatory macrophage" + }, + { + "text": "CL:1000314", + "description": "A goblet cell that is part of the epithelium of gastric cardiac gland.", + "meaning": "CL:1000314", + "title": "gastric cardiac gland goblet cell" + }, + { + "text": "CL:0004237", + "description": "A retinal amacrine cell with a medium dendritic field and post-synaptic terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004237", + "title": "fountain amacrine cell" + }, + { + "text": "CL:1000479", + "description": "A Purkinje myocyte that is part of the atrioventricular node.", + "meaning": "CL:1000479", + "title": "Purkinje myocyte of atrioventricular node" + }, + { + "text": "CL:0007004", + "description": "Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells.", + "meaning": "CL:0007004", + "title": "premigratory neural crest cell" + }, + { + "text": "CL:4030042", + "description": "A ciliated cell of the endometrial glandular epithelium.", + "meaning": "CL:4030042", + "title": "glandular endometrial ciliated epithelial cell" + }, + { + "text": "CL:0000354", + "meaning": "CL:0000354", + "title": "blastemal cell" + }, + { + "text": "CL:0000793", + "description": "A CD4-positive, alpha-beta T cell that is found in the columnar epithelium of the gastrointestinal tract.", + "meaning": "CL:0000793", + "title": "CD4-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:1000362", + "description": "A transitional myocyte that is part of the interventricular septum.", + "meaning": "CL:1000362", + "title": "transitional myocyte of interventricular septum" + }, + { + "text": "CL:0002339", + "description": "A prostate epithelial cell that is CD133-positive, CD44-positive, integrin A2beta3-high. This cell is a stem cell for the prostate epithelium.", + "meaning": "CL:0002339", + "title": "prostate stem cell" + }, + { + "text": "CL:0002247", + "description": "A tissue macrophage that is in the pleural space.", + "meaning": "CL:0002247", + "title": "pleural macrophage" + }, + { + "text": "CL:0002211", + "description": "A slow muscle cell that has large amounts of myoglobin, stores energy as triglycerides, generates ATP by the oxidative method and is resistant to fatigue.", + "meaning": "CL:0002211", + "title": "type I muscle cell" + }, + { + "text": "CL:0000655", + "description": "A secondary oocyte is an oocyte that has not completed meiosis II.", + "meaning": "CL:0000655", + "title": "secondary oocyte" + }, + { + "text": "CL:4023015", + "description": "A GABAergic neuron located in the cerebral cortex that expresses Gamma-synuclein", + "meaning": "CL:4023015", + "title": "sncg GABAergic cortical interneuron" + }, + { + "text": "CL:0000814", + "description": "A mature alpha-beta T cell of a distinct lineage that bears natural killer markers and a T cell receptor specific for a limited set of ligands. NK T cells have activation and regulatory roles particularly early in an immune response.", + "meaning": "CL:0000814", + "title": "mature NK T cell" + }, + { + "text": "CL:0002298", + "description": "A thymic epithelial cell type with low nuclear and cytoplasmic electrondensity; has a round, euchromatic nucleus and occurs in small groups at the corticomedullary junction or scattered singly in the medulla.", + "meaning": "CL:0002298", + "title": "type-5 epithelial cell of thymus" + }, + { + "text": "CL:0000011", + "description": "Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination.", + "meaning": "CL:0000011", + "title": "migratory trunk neural crest cell" + }, + { + "text": "CL:0000669", + "description": "An elongated, contractile cell found wrapped about precapillary arterioles outside the basement membrane. Pericytes are present in capillaries where proper adventitia and muscle layer are missing (thus distingushing this cell type from adventitial cells). They are relatively undifferentiated and may become fibroblasts, macrophages, or smooth muscle cells.", + "meaning": "CL:0000669", + "title": "pericyte" + }, + { + "text": "CL:0000125", + "description": "A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons.", + "meaning": "CL:0000125", + "title": "glial cell" + }, + { + "text": "CL:1000453", + "description": "An epithelial cell that is part of the intermediate tubule.", + "meaning": "CL:1000453", + "title": "epithelial cell of intermediate tubule" + }, + { + "text": "CL:0002028", + "description": "A cell type that can give rise to basophil and mast cells. This cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa", + "meaning": "CL:0002028", + "title": "basophil mast progenitor cell" + }, + { + "text": "CL:0000222", + "description": "A cell of the middle germ layer of the embryo.", + "meaning": "CL:0000222", + "title": "mesodermal cell" + }, + { + "text": "CL:0002397", + "description": "A CD14-positive monocyte that is also CD16-positive and CCR2-negative.", + "meaning": "CL:0002397", + "title": "CD14-positive, CD16-positive monocyte" + }, + { + "text": "CL:1000618", + "description": "Any kidney cortical cell that is part of some juxtaglomerular apparatus.", + "meaning": "CL:1000618", + "title": "juxtaglomerular complex cell" + }, + { + "text": "CL:0002634", + "description": "An epithelial cell of the anal column.", + "meaning": "CL:0002634", + "title": "epithelial cell of anal column" + }, + { + "text": "CL:4033040", + "description": "A lung resident memory CD8-positive, alpha-beta T cell that is CD103-positive.", + "meaning": "CL:4033040", + "title": "lung resident memory CD8-positive, CD103-positive, alpha-beta T cell" + }, + { + "text": "CL:0011003", + "description": "A neurosecretory neuron residing mainly in the hypothalamic supraoptic and paraventricular nuclei and in a number of smaller accessory cell groups between these two nuclei, that is capable of secreting the hormones oxytocin or vasopressin, and sometimes both, into the systemic circulation.", + "meaning": "CL:0011003", + "title": "magnocellular neurosecretory cell" + }, + { + "text": "CL:0002459", + "description": "A dermal dendritic cell that is langerin-negative, CD103-negative, and CD11b-positive.", + "meaning": "CL:0002459", + "title": "langerin-negative dermal dendritic cell" + }, + { + "text": "CL:0002237", + "description": "A cell that constitutes the luminal layer of epithelium of prostatic duct.", + "meaning": "CL:0002237", + "title": "luminal epithelial cell of prostatic duct" + }, + { + "text": "CL:0002521", + "description": "An adipocyte that is part of subcutaneous adipose tissue.", + "meaning": "CL:0002521", + "title": "subcutaneous adipocyte" + }, + { + "text": "CL:0002244", + "description": "A nonstratified squamous cell located in the ectocervix.", + "meaning": "CL:0002244", + "title": "squamous cell of ectocervix" + }, + { + "text": "CL:0000498", + "description": "An interneuron (also called relay neuron, association neuron or local circuit neuron) is a multipolar neuron which connects afferent neurons and efferent neurons in neural pathways. Like motor neurons, interneuron cell bodies are always located in the central nervous system (CNS).", + "meaning": "CL:0000498", + "title": "inhibitory interneuron" + }, + { + "text": "CL:0002547", + "description": "A fibroblast of the aortic adventitia.", + "meaning": "CL:0002547", + "title": "fibroblast of the aortic adventitia" + }, + { + "text": "CL:0002579", + "description": "A preadipocyte that is part of an omentum.", + "meaning": "CL:0002579", + "title": "omentum preadipocyte" + }, + { + "text": "CL:0000213", + "description": "A cell within an epithelial cell sheet whose main function is to act as an internal or external covering for a tissue or an organism.", + "meaning": "CL:0000213", + "title": "lining cell" + }, + { + "text": "CL:0017002", + "description": "A neuroendocrine cell that is part of the prostate epithelium.", + "meaning": "CL:0017002", + "title": "prostate neuroendocrine cell" + }, + { + "text": "CL:0002421", + "description": "A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles.", + "meaning": "CL:0002421", + "title": "nucleated reticulocyte" + }, + { + "text": "CL:4033057", + "description": "A luminal epithelial cell of the mammary gland that can proliferate and has the potential to differentiate into a lactocyte during pregnancy. In humans, a luminal adaptive secretory precursor cell can be identified by high levels of the markers EpCAM and CD49f, and in mice it can be identified by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8.", + "meaning": "CL:4033057", + "title": "luminal adaptive secretory precursor cell of mammary gland" + }, + { + "text": "CL:1001016", + "description": "Any kidney loop of Henle epithelial cell that is part of some ascending limb of loop of Henle.", + "meaning": "CL:1001016", + "title": "kidney loop of Henle ascending limb epithelial cell" + }, + { + "text": "CL:0002109", + "description": "A B220-positive CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-positive, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002109", + "title": "B220-positive CD38-positive naive B cell" + }, + { + "text": "CL:1000274", + "meaning": "CL:1000274", + "title": "trophectodermal cell" + }, + { + "text": "CL:0000591", + "description": "A thermoreceptor cell that detects increased temperatures.", + "meaning": "CL:0000591", + "title": "warmth sensing thermoreceptor cell" + }, + { + "text": "CL:0000699", + "description": "A type of glomus or chief cell, is sensitive to hypoxia and produce catecholamines.", + "meaning": "CL:0000699", + "title": "paraganglial type 1 cell" + }, + { + "text": "CL:0002644", + "description": "An endothelial cell of viscerocranial mucosa that is part of the tympanic region of the viscerocranial mucosa.", + "meaning": "CL:0002644", + "title": "endo-epithelial cell of tympanic part of viscerocranial mucosa" + }, + { + "text": "CL:0000319", + "description": "Any secretory cell that is capable of some mucus secretion.", + "meaning": "CL:0000319", + "title": "mucus secreting cell" + }, + { + "text": "CL:0002137", + "description": "A cell in the zona reticularis that produce sex hormones.", + "meaning": "CL:0002137", + "title": "type III cell of adrenal cortex" + }, + { + "text": "CL:0000413", + "description": "A cell whose nucleus contains a single haploid genome.", + "meaning": "CL:0000413", + "title": "haploid cell" + }, + { + "text": "CL:0000100", + "description": "An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement.", + "meaning": "CL:0000100", + "title": "motor neuron" + }, + { + "text": "CL:0000490", + "meaning": "CL:0000490", + "title": "photopic photoreceptor cell" + }, + { + "text": "CL:0002628", + "description": "An immature microglial cell with a ramified morphology.", + "meaning": "CL:0002628", + "title": "immature microglial cell" + }, + { + "text": "CL:0000933", + "description": "A type II NK T cell that has been recently activated, secretes interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000933", + "title": "type II NK T cell secreting interleukin-4" + }, + { + "text": "CL:0000679", + "description": "A neuron that is capable of some neurotansmission by glutamate secretion.", + "meaning": "CL:0000679", + "title": "glutamatergic neuron" + }, + { + "text": "CL:0002572", + "description": "A mesenchymal stem cell of the vertebrae.", + "meaning": "CL:0002572", + "title": "vertebral mesenchymal stem cell" + }, + { + "text": "CL:0010022", + "description": "A neuron that has its soma in the heart.", + "meaning": "CL:0010022", + "title": "cardiac neuron" + }, + { + "text": "CL:0004239", + "description": "A bistratified amacrine cell with a medium dendritic field and post-synaptic terminals in S1-S2, and S4.", + "meaning": "CL:0004239", + "title": "wavy bistratified amacrine cell" + }, + { + "text": "CL:0005001", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into an iridophore.", + "meaning": "CL:0005001", + "title": "iridoblast" + }, + { + "text": "CL:0000691", + "description": "Any interneuron that has characteristic some stellate morphology.", + "meaning": "CL:0000691", + "title": "stellate interneuron" + }, + { + "text": "CL:2000015", + "description": "Any skin fibroblast that is part of a arm.", + "meaning": "CL:2000015", + "title": "fibroblast of arm" + }, + { + "text": "CL:0002586", + "description": "An epithelial cell of the retinal pigmented epithelium.", + "meaning": "CL:0002586", + "title": "retinal pigment epithelial cell" + }, + { + "text": "CL:0000453", + "description": "Langerhans cell is a conventional dendritic cell that has plasma membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid origin, that appears clear on light microscopy and has a dark-staining, indented nucleus and characteristic inclusions (Birbeck granules) in the cytoplasm; Langerhans cells are found principally in the stratum spinosum of the epidermis, but they also occur in other stratified epithelia and have been identified in the lung, lymph nodes, spleen, and thymus.", + "meaning": "CL:0000453", + "title": "Langerhans cell" + }, + { + "text": "CL:0002222", + "description": "A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye.", + "meaning": "CL:0002222", + "title": "vertebrate lens cell" + }, + { + "text": "CL:0000770", + "description": "A late basophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature basophil.", + "meaning": "CL:0000770", + "title": "band form basophil" + }, + { + "text": "CL:0000823", + "description": "A natural killer cell that is developmentally immature and expresses natural killer cell receptors (NKR).", + "meaning": "CL:0000823", + "title": "immature natural killer cell" + }, + { + "text": "CL:0005018", + "description": "A cell that secretes ghrelin, the peptide hormone that stimulates hunger.", + "meaning": "CL:0005018", + "title": "ghrelin secreting cell" + }, + { + "text": "CL:1000378", + "description": "A type I vestibular sensory cell that is part of the stato-acoustic epithelium.", + "meaning": "CL:1000378", + "title": "type 1 vestibular sensory cell of stato-acoustic epithelium" + }, + { + "text": "CL:0002536", + "description": "An epithelial cell that is part of the amnion.", + "meaning": "CL:0002536", + "title": "epithelial cell of amnion" + }, + { + "text": "CL:0000758", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The cell has a loose, delicate axon terminal that opens in sublamina 3 of the inner plexiform layer and descends into sublamina 4.", + "meaning": "CL:0000758", + "title": "type 6 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:2000036", + "description": "Any neuromast support cell that is part of a anterior lateral line.", + "meaning": "CL:2000036", + "title": "anterior lateral line neuromast supporting cell" + }, + { + "text": "CL:0002610", + "description": "A neuron of the raphe nuclei.", + "meaning": "CL:0002610", + "title": "raphe nuclei neuron" + }, + { + "text": "CL:4023031", + "description": "A sst GABAergic cortical interneuron with a soma found in lower L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending axons but denser local axons and sparser \u2018fanning-out\u2019 projections to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5 fan Martinotti Cell) and non-zero afterdepolarization (ADP).", + "meaning": "CL:4023031", + "title": "L4 sst Martinotti interneuron (Mmus)" + }, + { + "text": "CL:0002145", + "description": "A ciliated columnar cell found in the trachea and bronchus. Vary from low to tall columnar; possesses up to 300 cilia at its surface, interspersed with long irregular microvilli with the cilia varying in length from about 6um in the trachea to about 4um in the terminal bronchioles; driving force of the ciliary current in the bronchial tree.", + "meaning": "CL:0002145", + "title": "ciliated columnar cell of tracheobronchial tree" + }, + { + "text": "CL:0000965", + "description": "A germinal center B cell that is rapidly dividing and has the phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation of the immunoglobulin V gene region can occur during proliferation of this cell type.", + "meaning": "CL:0000965", + "title": "Bm3 B cell" + }, + { + "text": "CL:1000494", + "description": "An epithelial cell that is part of a nephron tubule.", + "meaning": "CL:1000494", + "title": "nephron tubule epithelial cell" + }, + { + "text": "CL:0011115", + "description": "A cell that, by division or terminal differentiation, can give rise to other cell types.", + "meaning": "CL:0011115", + "title": "precursor cell" + }, + { + "text": "CL:0002527", + "description": "An immature CD14-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002527", + "title": "immature CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0009113", + "description": "A regulatory T cell present in the B cell follicles and germinal centers of lymphoid tissues. In humans, it is CXCR5+.", + "meaning": "CL:0009113", + "title": "T follicular regulatory cell" + }, + { + "text": "CL:0009012", + "description": "A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the small intestine. Stem cells located in the crypts of Lieberk\u00fchn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.", + "meaning": "CL:0009012", + "title": "transit amplifying cell of small intestine" + }, + { + "text": "CL:0000628", + "description": "A cell that can perform photosynthesis, in which carbohydrates are synthesized from carbon dioxide and water, using light as the energy source.", + "meaning": "CL:0000628", + "title": "photosynthetic cell" + }, + { + "text": "CL:0000712", + "description": "Any epidermal cell that is part of some stratum granulosum of epidermis.", + "meaning": "CL:0000712", + "title": "stratum granulosum cell" + }, + { + "text": "CL:0000099", + "description": "Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions.", + "meaning": "CL:0000099", + "title": "interneuron" + }, + { + "text": "CL:4023024", + "description": "A lamp5 GABAergic cortical interneuron with layer-adapting morphology. NGC lamp5 cells have a small round soma, short dendrites, and a wide dense axonal arbor that tends to establish a dense axonal mesh with high connection probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have unique synaptic properties that distinguish them from other GABAergic interneurons, including the release of GABA to the extracellular space via volume transmission, and the ability to produce GABA-B responses in connected postsynaptic targets.", + "meaning": "CL:4023024", + "title": "neurogliaform lamp5 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:4023095", + "description": "A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances.", + "meaning": "CL:4023095", + "title": "untufted pyramidal neuron" + }, + { + "text": "CL:0000639", + "description": "A basophilic chromophil cell that of the anterior pituitary gland.", + "meaning": "CL:0000639", + "title": "basophil cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:0000385", + "description": "A precursor of mature hemocytes.", + "meaning": "CL:0000385", + "title": "prohemocyte (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000359", + "description": "A smooth muscle cell associated with the vasculature.", + "meaning": "CL:0000359", + "title": "vascular associated smooth muscle cell" + }, + { + "text": "CL:0002619", + "description": "An adult angioblastic cell released from the bone marrow, or from the kidney in some teleost species, capable of blood circulation and participation in angiogenesis by differentiating into blood vessel endothelial cells.", + "meaning": "CL:0002619", + "title": "adult endothelial progenitor cell" + }, + { + "text": "CL:0009107", + "description": "A lymphatic endothelial cell located in the subcapsular sinus ceiling of a lymph node. In human, it's characterized by a unique marker expression (NT5e+ and Caveolin-1+).", + "meaning": "CL:0009107", + "title": "lymphatic endothelial cell of subcapsular sinus ceiling" + }, + { + "text": "CL:0002175", + "description": "A cell within the primary follicle of the ovary.", + "meaning": "CL:0002175", + "title": "primary follicular cell of ovary" + }, + { + "text": "CL:4023045", + "description": "An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that projects to the medulla. MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.", + "meaning": "CL:4023045", + "title": "medulla-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:4033023", + "description": "An epithelial cell that is part of a collecting duct of an airway submucosal gland.", + "meaning": "CL:4033023", + "title": "airway submucosal gland collecting duct epithelial cell" + }, + { + "text": "CL:4033015", + "description": "A star-shaped glial cell that is part of some retina. This cell links neurons to blood vessels and may provide structural and physiological support to optic nerve head axons.", + "meaning": "CL:4033015", + "title": "retinal astrocyte" + }, + { + "text": "CL:0000528", + "description": "A nerve cell where transmission is mediated by nitric oxide.", + "meaning": "CL:0000528", + "title": "nitrergic neuron" + }, + { + "text": "CL:0000402", + "description": "An interneuron that has its cell body in a central nervous system.", + "meaning": "CL:0000402", + "title": "CNS interneuron" + }, + { + "text": "CL:0002104", + "description": "An IgG-negative double negative memory B cell is a double negative memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative.", + "meaning": "CL:0002104", + "title": "IgG-negative double negative memory B cell" + }, + { + "text": "CL:0002032", + "description": "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities.", + "meaning": "CL:0002032", + "title": "hematopoietic oligopotent progenitor cell" + }, + { + "text": "CL:0002605", + "description": "An astrocyte of the cerebral cortex.", + "meaning": "CL:0002605", + "title": "astrocyte of the cerebral cortex" + }, + { + "text": "CL:0011114", + "description": "A segmented neutrophilic cell of the bone marrow reserve pool that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity immunoglobulin gamma Fc region receptor III) on its cell surface.", + "meaning": "CL:0011114", + "title": "segmented neutrophil of bone marrow" + }, + { + "text": "CL:0001000", + "description": "CD8_alpha-positive CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive and CD8_alpha-positive.", + "meaning": "CL:0001000", + "title": "CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0002021", + "description": "An enucleate erythrocyte that is GlyA-positive.", + "meaning": "CL:0002021", + "title": "GlyA-positive erythrocyte" + }, + { + "text": "CL:0007022", + "description": "A specialized pore forming cell of the follicle, located adjacent to the animal pole of the oocyte. The micropylar cell makes the single micropyle (pore) through the chorion through which the sperm fertilizes the egg.", + "meaning": "CL:0007022", + "title": "micropylar cell" + }, + { + "text": "CL:2000030", + "description": "Any native cell that is part of a hypothalamus.", + "meaning": "CL:2000030", + "title": "hypothalamus cell" + }, + { + "text": "CL:0002081", + "description": "This cell resembles a glia cell, express the glial marker S100 and act as a supporting cell to type I cell. This cell is located in a small cluster of type I and type II cells near the fork of the carotid artery.", + "meaning": "CL:0002081", + "title": "type II cell of carotid body" + }, + { + "text": "CL:0000138", + "description": "Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell.", + "meaning": "CL:0000138", + "title": "chondrocyte" + }, + { + "text": "CL:0000943", + "description": "A Be cell that facilitates development of T-helper 1 (Th1) phenotype in CD4-positive T cells, and secretes high levels of interleukin-2, tumor necrosis factor-alpha and interferon-gamma.", + "meaning": "CL:0000943", + "title": "Be1 Cell" + }, + { + "text": "CL:0004234", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, and in S3-S4.", + "meaning": "CL:0004234", + "title": "diffuse multistratified amacrine cell" + }, + { + "text": "CL:0000119", + "description": "Large intrinsic neuron located in the granule layer of the cerebellar cortex that extends its dendrites into the molecular layer where they receive contact from parallel fibers. The axon of the Golgi cell ramifies densely in the granule layer and enters into a complex arrangement with mossy fiber terminals and granule cell dendrites to form the cerebellar glomerulus. Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th ed. 2004.", + "meaning": "CL:0000119", + "title": "cerebellar Golgi cell" + }, + { + "text": "CL:1000339", + "description": "An enterocyte that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000339", + "title": "enterocyte of epithelium proper of small intestine" + }, + { + "text": "CL:0000959", + "description": "A transitional stage B cell that has the phenotype surface IgM-positive, surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive and is located in the splenic B follicles. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive.", + "meaning": "CL:0000959", + "title": "T2 B cell" + }, + { + "text": "CL:0010005", + "description": "A specialized cardiomyocyte that transmit signals from the AV node to the cardiac Purkinje fibers.", + "meaning": "CL:0010005", + "title": "atrioventricular bundle cell" + }, + { + "text": "CL:0002020", + "description": "A reticulocyte that is GlyA-positive.", + "meaning": "CL:0002020", + "title": "GlyA-positive reticulocytes" + }, + { + "text": "CL:4023058", + "description": "A mesothelial fibroblast found in the leptomeninx.", + "meaning": "CL:4023058", + "title": "mesothelial fibroblast of the leptomeninx" + }, + { + "text": "CL:0010002", + "description": "An epithelial cell that is part_of a umbilical artery.", + "meaning": "CL:0010002", + "title": "epithelial cell of umbilical artery" + }, + { + "text": "CL:0009064", + "description": "A T cell located in the lymph node paracortex, where macrophages and dendritic cells present antigenic peptides to these na\u00efve T cells, stimulating them to become activated helper T cells or cytotoxic T lymphocytes.", + "meaning": "CL:0009064", + "title": "lymph node paracortex T cell" + }, + { + "text": "CL:4033004", + "description": "A(n) smooth muscle cell that is part of a(n) taenia coli.", + "meaning": "CL:4033004", + "title": "smooth muscle cell of taenia coli" + }, + { + "text": "CL:0000449", + "description": "A cell from the thermogenic form of adipose tissue found in many species, particularly in newborns and hibernating mammals, but also in lesser amounts in adults of other mammals including humans. Brown fat is capable of rapid liberation of energy and seems to be important in the maintenance of body temperature immediately after birth and upon waking from hibernation.", + "meaning": "CL:0000449", + "title": "brown adipocyte" + }, + { + "text": "CL:0000689", + "description": "A cell with both myofibrils and secretory granules.", + "meaning": "CL:0000689", + "title": "myoendocrine cell" + }, + { + "text": "CL:0002334", + "description": "An undifferentiated fibroblast that can be stimulated to form a fat cell.", + "meaning": "CL:0002334", + "title": "preadipocyte" + }, + { + "text": "CL:1000596", + "description": "Any kidney cell that is part of some juxtamedullary cortex.", + "meaning": "CL:1000596", + "title": "inner renal cortex cell" + }, + { + "text": "CL:0000343", + "description": "A pigment cell that is capable of detecting light stimulus that is involved in visual perception.", + "meaning": "CL:0000343", + "title": "visual pigment cell (sensu Vertebrata)" + }, + { + "text": "CL:4023077", + "description": "A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma.", + "meaning": "CL:4023077", + "title": "bitufted neuron" + }, + { + "text": "CL:0002316", + "description": "A supporting cell of the vestibular epithelium.", + "meaning": "CL:0002316", + "title": "supporting cell of vestibular epithelium" + }, + { + "text": "CL:1000351", + "description": "A basal cell that is part of the epithelium of respiratory bronchiole.", + "meaning": "CL:1000351", + "title": "basal cell of epithelium of respiratory bronchiole" + }, + { + "text": "CL:0000517", + "description": "A type of foam cell derived from a macrophage containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000517", + "title": "macrophage derived foam cell" + }, + { + "text": "CL:0000047", + "description": "An undifferentiated neural cell that originates from the neuroectoderm and has the capacity both to perpetually self-renew without differentiating and to generate multiple central nervous system neuronal and glial cell types.", + "meaning": "CL:0000047", + "title": "neural stem cell" + }, + { + "text": "CL:0009001", + "description": "Any cell in the compound eye, a light sensing organ composed of ommatidia.", + "meaning": "CL:0009001", + "title": "compound eye retinal cell" + }, + { + "text": "CL:0002674", + "description": "A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus.", + "meaning": "CL:0002674", + "title": "H minus" + }, + { + "text": "CL:0019002", + "description": "Any chondrocyte that is part of the tracheobronchial tree.", + "meaning": "CL:0019002", + "title": "tracheobronchial chondrocyte" + }, + { + "text": "CL:0002001", + "description": "A granulocyte monocyte progenitor is CD34-positive, CD38-positive, IL-3receptor-alpha-positive and is CD45RA-negative.", + "meaning": "CL:0002001", + "title": "CD34-positive, CD38-positive granulocyte monocyte progenitor" + }, + { + "text": "CL:0002163", + "description": "A rod-shpaed cell that forms a single row adjacent to and supporting the inner hair cells.", + "meaning": "CL:0002163", + "title": "internal pillar cell of cochlea" + }, + { + "text": "CL:0009053", + "description": "A stromal cell found in the lamina propria of the anorectum.", + "meaning": "CL:0009053", + "title": "stromal cell of anorectum lamina propria" + }, + { + "text": "CL:0000411", + "description": "An epithelial cell of the hypodermis of Caenorhabditis.", + "meaning": "CL:0000411", + "title": "Caenorhabditis hypodermal cell" + }, + { + "text": "CL:0005020", + "description": "Lymphatic progenitor cells.", + "meaning": "CL:0005020", + "title": "lymphangioblast" + }, + { + "text": "CL:0000785", + "description": "A B cell that is mature, having left the bone marrow. Initially, these cells are IgM-positive and IgD-positive, and they can be activated by antigen.", + "meaning": "CL:0000785", + "title": "mature B cell" + }, + { + "text": "CL:0008016", + "description": "A skeletal muscle satellite cell that has become mitotically active - typically following muscle damage.", + "meaning": "CL:0008016", + "title": "activated skeletal muscle satellite cell" + }, + { + "text": "CL:0002438", + "description": "A mature NK cell that is NK1.1-positive.", + "meaning": "CL:0002438", + "title": "NK1.1-positive natural killer cell, mouse" + }, + { + "text": "CL:0002328", + "description": "An epithelial cell of the bronchus.", + "meaning": "CL:0002328", + "title": "bronchial epithelial cell" + }, + { + "text": "CL:0000253", + "meaning": "CL:0000253", + "title": "eurydendroid cell" + }, + { + "text": "CL:0004220", + "description": "An amacrine cell with a small, asymteric dendritic field.", + "meaning": "CL:0004220", + "title": "flag amacrine cell" + }, + { + "text": "CL:0000075", + "description": "A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube.", + "meaning": "CL:0000075", + "title": "columnar/cuboidal epithelial cell" + }, + { + "text": "CL:0002555", + "description": "A fibroblast that is part of the mammary gland.", + "meaning": "CL:0002555", + "title": "fibroblast of mammary gland" + }, + { + "text": "CL:0000379", + "meaning": "CL:0000379", + "title": "sensory processing neuron" + }, + { + "text": "CL:0000108", + "description": "A neuron that uses acetylcholine as a vesicular neurotransmitter.", + "meaning": "CL:0000108", + "title": "cholinergic neuron" + }, + { + "text": "CL:0004226", + "description": "An amacrine cell with a small dendritic field with post-synaptic terminals in S3 and S4.", + "meaning": "CL:0004226", + "title": "monostratified amacrine cell" + }, + { + "text": "CL:4033060", + "description": "A lactocyte that highly expresses genes associated with lipid production and milk component biosynthesis.", + "meaning": "CL:4033060", + "title": "lactocyte type 2" + }, + { + "text": "CL:0002019", + "description": "A reticulocyte that is Ly76-high and is Kit-negative.", + "meaning": "CL:0002019", + "title": "Ly-76 high reticulocyte" + }, + { + "text": "CL:0000232", + "description": "A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen.", + "meaning": "CL:0000232", + "title": "erythrocyte" + }, + { + "text": "CL:0000704", + "description": "A specialized endothelial cell that senses extracellular signals and guides the directed growth of blood vessels.", + "meaning": "CL:0000704", + "title": "endothelial tip cell" + }, + { + "text": "CL:0011008", + "description": "A hemocyte derived from the embryonic head mesoderm, which enters the hemolymph as a circulating cell.", + "meaning": "CL:0011008", + "title": "embryonic hemocyte" + }, + { + "text": "CL:1000303", + "description": "A fibroblast that is part of the areolar connective tissue.", + "meaning": "CL:1000303", + "title": "fibroblast of areolar connective tissue" + }, + { + "text": "CL:0000018", + "description": "A male germ cell that develops from the haploid secondary spermatocytes. Without further division, spermatids undergo structural changes and give rise to spermatozoa.", + "meaning": "CL:0000018", + "title": "spermatid" + }, + { + "text": "CL:0009088", + "description": "An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. These cells do not form colonies.", + "meaning": "CL:0009088", + "title": "circulating angiogenic cell" + }, + { + "text": "CL:0008034", + "description": "Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation.", + "meaning": "CL:0008034", + "title": "mural cell" + }, + { + "text": "CL:1001611", + "description": "Neuron of the cerebellum.", + "meaning": "CL:1001611", + "title": "cerebellar neuron" + }, + { + "text": "CL:0009020", + "description": "An intestinal tuft cell that is a part of a vermiform appendix.", + "meaning": "CL:0009020", + "title": "tuft cell of appendix" + }, + { + "text": "CL:2000061", + "description": "Any mesenchymal stem cell that is part of a placenta.", + "meaning": "CL:2000061", + "title": "placental amniotic mesenchymal stromal cell" + }, + { + "text": "CL:0000207", + "description": "Any neuron that is capable of some detection of chemical stimulus involved in sensory perception of smell.", + "meaning": "CL:0000207", + "title": "olfactory receptor cell" + }, + { + "text": "CL:0002117", + "description": "A class switched memory B cell that lacks IgG on the cell surface.", + "meaning": "CL:0002117", + "title": "IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000371", + "description": "The cell protoplasm after removal of the cell wall.", + "meaning": "CL:0000371", + "title": "protoplast" + }, + { + "text": "CL:0002174", + "description": "A cell within the follicle of an ovary.", + "meaning": "CL:0002174", + "title": "follicular cell of ovary" + }, + { + "text": "CL:0001015", + "description": "CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high and is CD8_alpha-low.", + "meaning": "CL:0001015", + "title": "CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:0000848", + "description": "An olfactory receptor cell in which the apical ending of the dendrite is a knob that bears numerous microvilli.", + "meaning": "CL:0000848", + "title": "microvillous olfactory receptor neuron" + }, + { + "text": "CL:1001502", + "description": "The large glutaminergic nerve cells whose dendrites synapse with axons of the olfactory receptor neurons in the glomerular layer of the olfactory bulb, and whose axons pass centrally in the olfactory tract to the olfactory cortex.", + "meaning": "CL:1001502", + "title": "mitral cell" + }, + { + "text": "CL:4042007", + "description": "An astrocyte with highly branched protrusions, found in neocortex layers 2-6. It is involved with the formation and elimination of synapses, glutamate clearance, modulation of synaptic functions and regulation of blood flow in response to synaptic activity.", + "meaning": "CL:4042007", + "title": "protoplasmic astrocyte" + }, + { + "text": "CL:0010007", + "description": "Any cell that is part of some His-Purkinje system.", + "meaning": "CL:0010007", + "title": "His-Purkinje system cell" + }, + { + "text": "CL:0008018", + "description": "A myoblast that is commited to developing into a somatic muscle.", + "meaning": "CL:0008018", + "title": "somatic muscle myoblast" + }, + { + "text": "CL:0002097", + "description": "A cell of the adrenal cortex. Cell types include those that synthesize and secrete chemical derivatives (steroids) of cholesterol.", + "meaning": "CL:0002097", + "title": "cortical cell of adrenal gland" + }, + { + "text": "CL:1000410", + "description": "A muscle cell that is part of the atrioventricular node.", + "meaning": "CL:1000410", + "title": "myocyte of atrioventricular node" + }, + { + "text": "CL:0008033", + "description": "A pericyte of the decidual vasculature.", + "meaning": "CL:0008033", + "title": "decidual pericyte" + }, + { + "text": "CL:0000209", + "description": "A specialized cell involved in gustatory sensory perception.", + "meaning": "CL:0000209", + "title": "taste receptor cell" + }, + { + "text": "CL:0003018", + "description": "A retinal ganglion B3 cell with dentrites terminating in S4.", + "meaning": "CL:0003018", + "title": "retinal ganglion cell B3 inner" + }, + { + "text": "CL:0000027", + "description": "A smooth muscle cell derived from the neural crest.", + "meaning": "CL:0000027", + "title": "smooth muscle cell neural crest derived" + }, + { + "text": "CL:0002170", + "description": "A keratinized cell located in the hard palate or gingiva.", + "meaning": "CL:0002170", + "title": "keratinized cell of the oral mucosa" + }, + { + "text": "CL:0002262", + "description": "An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver.", + "meaning": "CL:0002262", + "title": "endothelial cell of sinusoid" + }, + { + "text": "CL:0000796", + "description": "A alpha-beta intraepithelial T cell found in the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.", + "meaning": "CL:0000796", + "title": "CD8-alpha-beta-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0007017", + "description": "An epidermal cell with apical microvilli or a single apical projection have synaptic associations with nerve fibres in the epidermis.", + "meaning": "CL:0007017", + "title": "Stiftchenzellen" + }, + { + "text": "CL:0002668", + "description": "An otic fibrocyte that is lateral to the basilar membrane and anchoris it to the lateral wall.", + "meaning": "CL:0002668", + "title": "type 4 otic fibrocyte" + }, + { + "text": "CL:1000470", + "description": "A myoepithelial cell that is part of the primary lactiferous duct.", + "meaning": "CL:1000470", + "title": "myoepithelial cell of primary lactiferous duct" + }, + { + "text": "CL:0000682", + "description": "An absorptive cell of the gut epithelium that endocytoses microorganisms and intact macromolecules from the gut lumen and transports them to the subepithelial space where they are presented to antigen-presenting cells and lymphocytes.", + "meaning": "CL:0000682", + "title": "M cell of gut" + }, + { + "text": "CL:0005026", + "description": "Multi fate stem cell that gives rise to both hepatocytes and cholangiocytes as descendants. The term often refers to fetal precursors of hepatocytes (differently from 'hepatic stem cell', usually applied to the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts may also be endogenous, as some stem cells found in the liver come from the bone marrow via blood circulation.", + "meaning": "CL:0005026", + "title": "hepatoblast" + }, + { + "text": "CL:0011011", + "description": "A cell derived from the mesoderm that is located between the paraxial mesoderm and the lateral plate.", + "meaning": "CL:0011011", + "title": "intermediate mesodermal cell" + }, + { + "text": "CL:0005015", + "description": "An auditory epithelial support cell that surrounds the nerve fibers and synapses of the auditory inner hair cells.", + "meaning": "CL:0005015", + "title": "inner phalangeal cell" + }, + { + "text": "CL:0000954", + "description": "A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, and carries a DNA rearrangement of one or more immunoglobulin light chain genes.", + "meaning": "CL:0000954", + "title": "small pre-B-II cell" + }, + { + "text": "CL:0000972", + "description": "A class switched memory B cell is a memory B cell that has undergone Ig class switching and therefore is IgM-negative on the cell surface. These cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface.", + "meaning": "CL:0000972", + "title": "class switched memory B cell" + }, + { + "text": "CL:0000789", + "description": "A T cell that expresses an alpha-beta T cell receptor complex.", + "meaning": "CL:0000789", + "title": "alpha-beta T cell" + }, + { + "text": "CL:0009019", + "description": "A kidney cortical cell that is part of the nephrogenic zone.", + "meaning": "CL:0009019", + "title": "nephrogenic zone cell" + }, + { + "text": "CL:0017011", + "description": "A hillock cell that is part of the prostatic urethra.", + "meaning": "CL:0017011", + "title": "hillock cell of prostatic urethral epithelium" + }, + { + "text": "CL:0000904", + "description": "CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000904", + "title": "central memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0004139", + "description": "A retinal ganglion A2 cell with dendrites terminating in S2.", + "meaning": "CL:0004139", + "title": "retinal ganglion cell A2 outer" + }, + { + "text": "CL:0009016", + "description": "An intestinal stem cell that is located in the large intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the large intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009016", + "title": "intestinal crypt stem cell of large intestine" + }, + { + "text": "CL:4023087", + "description": "A Martinotti neuron that has axons that form a fan-like plexus.", + "meaning": "CL:4023087", + "title": "fan Martinotti neuron" + }, + { + "text": "CL:0000840", + "description": "An immature cell of the conventional dendritic cell lineage, characterized by high levels of antigen uptake via endocytosis, macropinocytosis, and phagocytosis, and typically found resident in the tissues. Markers for this cell are CD80-low, CD86-low, and MHC-II-low.", + "meaning": "CL:0000840", + "title": "immature conventional dendritic cell" + }, + { + "text": "CL:0008049", + "description": "A giant pyramidal neuron with a soma in layer Vb of the primary motor cortex that sends its axons down the spinal cord via the corticospinal tract, either synapsing directly with alpha motor neurons, or targeting interneurons in the spinal cord. In humans, Betz cells are the largest known in the central nervous system.", + "meaning": "CL:0008049", + "title": "Betz cell" + }, + { + "text": "CL:0002473", + "description": "Gr1-low non-classical monocyte that has high surface expression of a MHC-II complex.", + "meaning": "CL:0002473", + "title": "MHC-II-high non-classical monocyte" + }, + { + "text": "CL:0010009", + "description": "Any photoreceptor cell that is part of some camera-type eye.", + "meaning": "CL:0010009", + "title": "camera-type eye photoreceptor cell" + }, + { + "text": "CL:0002206", + "description": "A brush cell of the epithelium in the terminal bronchiole.", + "meaning": "CL:0002206", + "title": "brush cell of terminal bronchiole" + }, + { + "text": "CL:0000287", + "description": "Any photoreceptor cell that is part of some eye.", + "meaning": "CL:0000287", + "title": "eye photoreceptor cell" + }, + { + "text": "CL:0009063", + "description": "An enteroendocrine cell that is located in the anorectum.", + "meaning": "CL:0009063", + "title": "enteroendocrine cell of anorectum" + }, + { + "text": "CL:0002370", + "description": "A simple columnar epithelial cell that secretes mucin. Rough endoplasmic reticulum, mitochondria, the nucleus, and other organelles are concentrated in the basal portion. The apical plasma membrane projects microvilli to increase surface area for secretion.", + "meaning": "CL:0002370", + "title": "respiratory goblet cell" + }, + { + "text": "CL:0000851", + "description": "Neuromast mantle cell is a non-sensory cell. Neuromast mantle cells surround the neuromast support cells and neuromast hair cells, separating the neuromast from the epidermis, and secrete cupula in which the ciliary bundles of all the hair cells are embedded.", + "meaning": "CL:0000851", + "title": "neuromast mantle cell" + }, + { + "text": "CL:0000701", + "description": "Supports paraganglial type 1 cell.", + "meaning": "CL:0000701", + "title": "paraganglia type 2 cell" + }, + { + "text": "CL:1001595", + "description": "Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001595", + "title": "rectum glandular cell" + }, + { + "text": "CL:4030026", + "description": "An absorptive epithelial cell of the human intestine expressing bestrophin-4 (BEST4) calcium-activated ion channels.", + "meaning": "CL:4030026", + "title": "BEST4+ intestinal epithelial cell, human" + }, + { + "text": "CL:0000456", + "description": "Any secretory cell that is capable of some mineralocorticoid secretion.", + "meaning": "CL:0000456", + "title": "mineralocorticoid secreting cell" + }, + { + "text": "CL:0002449", + "description": "A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive.", + "meaning": "CL:0002449", + "title": "CD94-positive Ly49CI-positive natural killer cell, mouse" + }, + { + "text": "CL:0000742", + "description": "A round chondrocyte that first differentiates in the late embryonic growth plate of bone.", + "meaning": "CL:0000742", + "title": "periarticular chondrocyte" + }, + { + "text": "CL:1000385", + "description": "A type II vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.", + "meaning": "CL:1000385", + "title": "type 2 vestibular sensory cell of epithelium of crista of ampulla of semicircular duct of membranous labyrinth" + }, + { + "text": "CL:0002327", + "description": "An epithelial cell of the mammary gland.", + "meaning": "CL:0002327", + "title": "mammary gland epithelial cell" + }, + { + "text": "CL:0002013", + "description": "A basophilic erythroblast that is GlyA-positive.", + "meaning": "CL:0002013", + "title": "GlyA-positive basophilic erythroblast" + }, + { + "text": "CL:0002361", + "description": "A progenitor cell that is capable of forming colonies of primitive erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in mouse and expresses CD41.", + "meaning": "CL:0002361", + "title": "primitive erythroid progenitor" + }, + { + "text": "CL:1000082", + "meaning": "CL:1000082", + "title": "stretch receptor cell" + }, + { + "text": "CL:1001581", + "description": "Glial cell of lateral ventricle.", + "meaning": "CL:1001581", + "title": "lateral ventricle glial cell" + }, + { + "text": "CL:1000302", + "description": "A fibroblast that is part of the papillary layer of dermis.", + "meaning": "CL:1000302", + "title": "fibroblast of papillary layer of dermis" + }, + { + "text": "CL:0003032", + "description": "A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003032", + "title": "M3-OFF retinal ganglion cell" + }, + { + "text": "CL:0002502", + "description": "An enteroendocrine cell of the small intestine that secretes motilin.", + "meaning": "CL:0002502", + "title": "type M enteroendocrine cell" + }, + { + "text": "CL:4023022", + "description": "A Lamp5 GABAergic cortical interneuron that has extended axons in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in having elongated horizontal axonal arbors largely confined to L1; but the dendritic arbors are wider and have fewer branches, while the axon is less tortuous and extends further from the soma", + "meaning": "CL:4023022", + "title": "canopy lamp5 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:0019028", + "description": "Any hepatocyte that is part of the liver lobule midzonal region. These cells have mixed functionality in comparison with those in the other two regions of the liver lobule.", + "meaning": "CL:0019028", + "title": "midzonal region hepatocyte" + }, + { + "text": "CL:0000803", + "description": "A gamma-delta intraepithelial T cell that has the phenotype CD4-negative and CD8-negative.", + "meaning": "CL:0000803", + "title": "CD4-negative CD8-negative gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002335", + "description": "A preadipocyte that is capable of differentiating into a brown adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) coactivator-1alpha).", + "meaning": "CL:0002335", + "title": "brown preadipocyte" + }, + { + "text": "CL:0004223", + "description": "A amacrine cell with a small dendritic field and post-synaptic terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped dendritic arbor and undulate dendrites.", + "meaning": "CL:0004223", + "title": "AB diffuse-1 amacrine cell" + }, + { + "text": "CL:0000484", + "description": "Mast cell subtype whose granules contain both the serine proteases tryptase and chymase. These cells are primarily found in connective tissue, such as the peritoneal cavity, skin, and intestinal submucosa. Their development is T-cell independent.", + "meaning": "CL:0000484", + "title": "connective tissue type mast cell" + }, + { + "text": "CL:1001579", + "description": "Glial cell of cerebral cortex.", + "meaning": "CL:1001579", + "title": "cerebral cortex glial cell" + }, + { + "text": "CL:0002653", + "description": "A squamous shaped endothelial cell.", + "meaning": "CL:0002653", + "title": "squamous endothelial cell" + }, + { + "text": "CL:0002340", + "description": "The exocrine cell of the prostate, this epithelial cell secretes prostatic acid phosphotase and PSA, and is dependent on androgen hormones for survival.", + "meaning": "CL:0002340", + "title": "luminal cell of prostate epithelium" + }, + { + "text": "CL:0002258", + "description": "A cell type that varies from squamous to columnar, depending on their activity with microvillus directed luminally. This cell produces and secretes thyroid hormones.", + "meaning": "CL:0002258", + "title": "thyroid follicular cell" + }, + { + "text": "CL:0002414", + "description": "A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive.", + "meaning": "CL:0002414", + "title": "immature Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:4030059", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found between cortical layer 2-4. This intratelencephalic-projecting glutamatergic neuron has thin-tufted apical dendrites and extends its axonal projection into L5 in the neocortex. This neuronal type has a hyperpolarised resting membrane potential. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', clusters L2/3 IT.", + "meaning": "CL:4030059", + "title": "L2/3 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:1000706", + "description": "Any urothelial cell that is part of some urothelium of ureter.", + "meaning": "CL:1000706", + "title": "ureter urothelial cell" + }, + { + "text": "CL:4030015", + "description": "A renal alpha-intercalated cell that is part of the collecting duct of the renal tubule.", + "meaning": "CL:4030015", + "title": "kidney collecting duct alpha-intercalated cell" + }, + { + "text": "CL:0000310", + "meaning": "CL:0000310", + "title": "iron accumulating cell" + }, + { + "text": "CL:0002679", + "description": "A lymphocyte found in adipose tissue that lacks lineage markers of other lymphocytes but is capable of mediating TH2 cytokine responses. This cell type is found in fat associated lymphoid clusters, proliferates in response to IL2 and produce large amounts of TH2 cytokines such as IL5, IL6 and IL13", + "meaning": "CL:0002679", + "title": "natural helper lymphocyte" + }, + { + "text": "CL:0002080", + "description": "A cubodial epithelial cell that is continuous with the lining of intercalated ducts that drain the acinus. This cell type secretes a high pH solution to aid in activation of zymogens, and can differentiate into endocrine and exocrine pancreatic cell types.", + "meaning": "CL:0002080", + "title": "pancreatic centro-acinar cell" + }, + { + "text": "CL:0003005", + "description": "A mono-stratified retinal ganglion cell that has a small dendritic field and dense dendritic arbor.", + "meaning": "CL:0003005", + "title": "G4 retinal ganglion cell" + }, + { + "text": "CL:0000974", + "description": "A fully differentiated plasma cell that lives for years, as opposed to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. The majority of these cells of this type reside in the bone marrow.", + "meaning": "CL:0000974", + "title": "long lived plasma cell" + }, + { + "text": "CL:0000133", + "description": "Ectoderm destined to be nervous tissue.", + "meaning": "CL:0000133", + "title": "neurectodermal cell" + }, + { + "text": "CL:0002468", + "description": "A myeloid suppressor cell that is Gr1-low and CD11c-positive.", + "meaning": "CL:0002468", + "title": "Gr1-low myeloid suppressor cell" + }, + { + "text": "CL:0002177", + "description": "A supporting cell of the anterior pituitary gland involved in trophic and catabolic processes; expresses a broad spectrum of cytokeratins indicative of their epithelial nature.", + "meaning": "CL:0002177", + "title": "folliculostellate cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:4030050", + "description": "A medium spiny neuron that expresses both DRD1 and DRD2 and is part of an extra-striosomal part of dorsal striatum.", + "meaning": "CL:4030050", + "title": "D1/D2-hybrid medium spiny neuron" + }, + { + "text": "CL:0000300", + "description": "A mature sexual reproductive cell having a single set of unpaired chromosomes.", + "meaning": "CL:0000300", + "title": "gamete" + }, + { + "text": "CL:2000092", + "description": "Any keratinocyte that is part of a hair follicle.", + "meaning": "CL:2000092", + "title": "hair follicular keratinocyte" + }, + { + "text": "CL:4033061", + "description": "An endothelial cell that is part of a central vein of liver.", + "meaning": "CL:4033061", + "title": "endothelial cell of central vein of liver" + }, + { + "text": "CL:0000656", + "description": "A diploid cell that has derived from a spermatogonium and can subsequently begin meiosis and divide into two haploid secondary spermatocytes.", + "meaning": "CL:0000656", + "title": "primary spermatocyte" + }, + { + "text": "CL:0000150", + "description": "A specialized epithelial cell that is capable of synthesizing and secreting certain biomolecules.", + "meaning": "CL:0000150", + "title": "glandular epithelial cell" + }, + { + "text": "CL:0000549", + "description": "A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000549", + "title": "basophilic erythroblast" + }, + { + "text": "CL:0000902", + "description": "CD4-positive alpha-beta T cell with the phenotype CD25-positive, CTLA-4-positive, and FoxP3-positive with regulatory function.", + "meaning": "CL:0000902", + "title": "induced T-regulatory cell" + }, + { + "text": "CL:0000944", + "description": "A Be cell that facilitates development of T-helper 2 (Th2) phenotype T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, and interleukin-6.", + "meaning": "CL:0000944", + "title": "Be2 cell" + }, + { + "text": "CL:0002544", + "description": "An arterial endothelial cell that is part of the aorta endothelium.", + "meaning": "CL:0002544", + "title": "aortic endothelial cell" + }, + { + "text": "CL:0000833", + "description": "A promyelocyte committed to the eosinophil lineage.", + "meaning": "CL:0000833", + "title": "eosinophilic promyelocyte" + }, + { + "text": "CL:4023122", + "description": "An interneuron located in the cerebral cortex that expresses the oxytocin receptor. These interneurons also express somatostatin.", + "meaning": "CL:4023122", + "title": "oxytocin receptor sst GABAergic cortical interneuron" + }, + { + "text": "CL:0000158", + "description": "A non-mucous, epithelial secretory cell that is part of the tracheobronchial tree. A club cell has short microvilli but no cilia. A club cell is able to multiply and differentiate into ciliated cells to regenerate the bronchiolar epithelium and it also protects the tracheobronchial epithelium.", + "meaning": "CL:0000158", + "title": "club cell" + }, + { + "text": "CL:0003043", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with dense dendritic arbor.", + "meaning": "CL:0003043", + "title": "M10 retinal ganglion cell" + }, + { + "text": "CL:0002613", + "description": "A neuron of the striatum.", + "meaning": "CL:0002613", + "title": "striatum neuron" + }, + { + "text": "CL:0008003", + "description": "A myotube that is part of some somatic muscle. Examples include arthropod somatic muscle cells.", + "meaning": "CL:0008003", + "title": "somatic muscle myotube" + }, + { + "text": "CL:4023061", + "description": "A neuron that has its soma located in CA4 of the hippocampus.", + "meaning": "CL:4023061", + "title": "hippocampal CA4 neuron" + }, + { + "text": "CL:0002227", + "description": "A secondary fiber cell that contains a nucleus.", + "meaning": "CL:0002227", + "title": "nucleated secondary lens fiber" + }, + { + "text": "CL:1000449", + "description": "An epithelial cell that is part of the nephron.", + "meaning": "CL:1000449", + "title": "epithelial cell of nephron" + }, + { + "text": "CL:0009002", + "description": "Any cell participating in the inflammatory response to a foreign substance, e.g. neutrophil, macrophage.", + "meaning": "CL:0009002", + "title": "inflammatory cell" + }, + { + "text": "CL:1000427", + "description": "A chromaffin cell that is part of the adrenal cortex.", + "meaning": "CL:1000427", + "title": "adrenal cortex chromaffin cell" + }, + { + "text": "CL:0008020", + "description": "A skeletal muscle satellite cell that undergoes symmetric division to produce two adult skeleltal muscle myoblasts.", + "meaning": "CL:0008020", + "title": "skeletal muscle satellite myogenic cell" + }, + { + "text": "CL:0000546", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4.", + "meaning": "CL:0000546", + "title": "T-helper 2 cell" + }, + { + "text": "CL:0000914", + "description": "An immature alpha-beta T-cell that express Egr2. These cells give rise to T cells expressing NK markers.", + "meaning": "CL:0000914", + "title": "immature NK T cell" + }, + { + "text": "CL:0001002", + "description": "Mature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001002", + "title": "mature CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0000159", + "meaning": "CL:0000159", + "title": "seromucus secreting cell" + }, + { + "text": "CL:0002385", + "description": "An oblong or round asexual spore formed from conidial chains.", + "meaning": "CL:0002385", + "title": "blastoconidium" + }, + { + "text": "CL:0000928", + "description": "A type I NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, CD69-positive, and downregulated NK markers.", + "meaning": "CL:0000928", + "title": "activated CD4-negative, CD8-negative type I NK T cell" + }, + { + "text": "CL:0001062", + "description": "A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.", + "meaning": "CL:0001062", + "title": "effector memory CD8-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:1001108", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal medulla.", + "meaning": "CL:1001108", + "title": "kidney loop of Henle medullary thick ascending limb epithelial cell" + }, + { + "text": "CL:0002092", + "description": "A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells.", + "meaning": "CL:0002092", + "title": "bone marrow cell" + }, + { + "text": "CL:2000018", + "description": "Any endothelial cell of artery that is part of a coronary artery.", + "meaning": "CL:2000018", + "title": "endothelial cell of coronary artery" + }, + { + "text": "CL:0009089", + "description": "A pericyte cell that is part of a lung.", + "meaning": "CL:0009089", + "title": "lung pericyte" + }, + { + "text": "CL:1001592", + "description": "Glandular cell of gallbladder epithelium.", + "meaning": "CL:1001592", + "title": "gallbladder glandular cell" + }, + { + "text": "CL:0002590", + "description": "A vascular associated smooth muscle cell of the brain vasculature.", + "meaning": "CL:0002590", + "title": "smooth muscle cell of the brain vasculature" + }, + { + "text": "CL:0000113", + "description": "A vertebrate phagocyte with a single nucleus.", + "meaning": "CL:0000113", + "title": "mononuclear phagocyte" + }, + { + "text": "CL:0000203", + "description": "Any neuronal receptor cell that is capable of some detection of mechanical stimulus involved in sensory perception of gravity.", + "meaning": "CL:0000203", + "title": "gravity sensitive cell" + }, + { + "text": "CL:0002563", + "description": "An epithelial cell of the intestine.", + "meaning": "CL:0002563", + "title": "intestinal epithelial cell" + }, + { + "text": "CL:0002403", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus.", + "meaning": "CL:0002403", + "title": "mature Vgamma2-positive fetal thymocyte" + }, + { + "text": "CL:0002611", + "description": "A CNS neuron of the dorsal spinal cord.", + "meaning": "CL:0002611", + "title": "neuron of the dorsal spinal cord" + }, + { + "text": "CL:4030008", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the pronephros.", + "meaning": "CL:4030008", + "title": "pronephric podocyte" + }, + { + "text": "CL:0009091", + "description": "A stem cell found in the interstitial compartment of the neonatal testis; it is capable of self-renewal as well as differentiation into steroidogenic cells (adult Leydig cells). Intermediate stages of development include progenitor Leydig cells and immature Leydig cells.", + "meaning": "CL:0009091", + "title": "Leydig stem cell" + }, + { + "text": "CL:0000806", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-positive.", + "meaning": "CL:0000806", + "title": "DN2 thymocyte" + }, + { + "text": "CL:4023076", + "description": "An interneuron that has Martinotti morphology. These interneurons are scattered throughout various layers of the cerebral cortex, sending their axons up to the cortical layer I where they form axonal arborization.", + "meaning": "CL:4023076", + "title": "Martinotti neuron" + }, + { + "text": "CL:0000392", + "description": "A hemocyte that synthesizes and secretes melanins as part of the antimicrobial immune response. It is characterized morphologically by crystal inclusions of phenoloxidases in its cytoplasm, hence its name.", + "meaning": "CL:0000392", + "title": "crystal cell" + }, + { + "text": "CL:4023187", + "description": "A neuron with a small cell body that is located in a koniocellular layer of the lateral geniculate nucleus (LGN).", + "meaning": "CL:4023187", + "title": "koniocellular cell" + }, + { + "text": "CL:0000874", + "description": "A splenic macrophage found in the red-pulp of the spleen, and involved in immune responses to blood-borne pathogens and in the clearance of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low.", + "meaning": "CL:0000874", + "title": "splenic red pulp macrophage" + }, + { + "text": "CL:1000435", + "description": "An epithelial cell that is part of the lacrimal drainage system.", + "meaning": "CL:1000435", + "title": "epithelial cell of lacrimal drainage system" + }, + { + "text": "CL:1000717", + "description": "Intercalated cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may contribute in the maintenance of acid/base homeostasis.", + "meaning": "CL:1000717", + "title": "kidney outer medulla collecting duct intercalated cell" + }, + { + "text": "CL:0000239", + "description": "An epithelial cell characterized by the presence of a brush border on its apical surface, which increases the surface area for absorption.", + "meaning": "CL:0000239", + "title": "brush border epithelial cell" + }, + { + "text": "CL:0000511", + "description": "A peptide hormone secreting cell that secretes androgen binding protein.", + "meaning": "CL:0000511", + "title": "androgen binding protein secreting cell" + }, + { + "text": "CL:4030039", + "description": "An extratelencephalic-projecting glutamatergic cortical neuron that is morphologically-defined with a large, spindle-shaped cell body, thick bipolar dendrites with limited branching and a moderate density of spines, and often an axon initial segment that emanates from the side of the cell body. This cell type is associated with markers POU3F, BMP3 and ITGA4.", + "meaning": "CL:4030039", + "title": "von Economo neuron" + }, + { + "text": "CL:0000550", + "description": "A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000550", + "title": "polychromatophilic erythroblast" + }, + { + "text": "CL:0000525", + "description": "A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy.", + "meaning": "CL:0000525", + "title": "syncytiotrophoblast cell" + }, + { + "text": "CL:0019003", + "description": "Any goblet cell that is part of the tracheobronchial epithelium.", + "meaning": "CL:0019003", + "title": "tracheobronchial goblet cell" + }, + { + "text": "CL:0000438", + "description": "A peptide hormone secreting cell pituitary that produces luteinizing hormone.", + "meaning": "CL:0000438", + "title": "luteinizing hormone secreting cell" + }, + { + "text": "CL:0000052", + "description": "A stem cell from which all cells of the body can form.", + "meaning": "CL:0000052", + "title": "totipotent stem cell" + }, + { + "text": "CL:0000981", + "description": "A memory B cell with the phenotype IgD-negative and CD27-negative.", + "meaning": "CL:0000981", + "title": "double negative memory B cell" + }, + { + "text": "CL:4023066", + "description": "A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically.", + "meaning": "CL:4023066", + "title": "horizontal pyramidal neuron" + }, + { + "text": "CL:0011101", + "description": "Cells of the uterine chorion that acquire specialized structural and/or functional features that characterize chorionic trophoblasts. These cells will migrate towards the spongiotrophoblast layer and give rise to syncytiotrophoblasts of the labyrinthine layer.", + "meaning": "CL:0011101", + "title": "chorionic trophoblast cell" + }, + { + "text": "CL:4033031", + "description": "An ON diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells.", + "meaning": "CL:4033031", + "title": "diffuse bipolar 4 cell" + }, + { + "text": "CL:0000151", + "description": "A cell that specializes in controlled release of one or more substances.", + "meaning": "CL:0000151", + "title": "secretory cell" + }, + { + "text": "CL:1000374", + "description": "A transitional myocyte that is part of the posterior division of left branch of atrioventricular bundle.", + "meaning": "CL:1000374", + "title": "transitional myocyte of posterior division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0000542", + "description": "A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin.", + "meaning": "CL:0000542", + "title": "lymphocyte" + }, + { + "text": "CL:4030011", + "description": "A brush border cell that is part of segment 3 (S3) of the proximal tubule epithelium, which extends from the medullary rays of the renal cortex into the outer medulla.", + "meaning": "CL:4030011", + "title": "epithelial cell of proximal tubule segment 3" + }, + { + "text": "CL:0000540", + "description": "The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system.", + "meaning": "CL:0000540", + "title": "neuron" + }, + { + "text": "CL:0000580", + "description": "A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and neutrophil-specific granules has started. No nucleolus is present. This cell type is CD13-positive, CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, myeloperoxidase-positive and NGAL-positive.", + "meaning": "CL:0000580", + "title": "neutrophilic myelocyte" + }, + { + "text": "CL:0001009", + "description": "Immature dermal dendritic cell is a dermal dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001009", + "title": "immature dermal dendritic cell" + }, + { + "text": "CL:0000588", + "description": "A specialized osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000588", + "title": "odontoclast" + }, + { + "text": "CL:0011014", + "description": "A sperm cell that is not cabaple of motion (motility).", + "meaning": "CL:0011014", + "title": "non-motile sperm cell" + }, + { + "text": "CL:4033042", + "description": "An alveolar macrophage that expresses metallothionein.", + "meaning": "CL:4033042", + "title": "metallothionein-positive alveolar macrophage" + }, + { + "text": "CL:0000816", + "description": "An immature B cell is a B cell that has the phenotype surface IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin class switching or peripheral encounter with antigen and activation.", + "meaning": "CL:0000816", + "title": "immature B cell" + }, + { + "text": "CL:0000558", + "description": "An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds.", + "meaning": "CL:0000558", + "title": "reticulocyte" + }, + { + "text": "CL:0000778", + "description": "A specialized mononuclear osteoclast associated with the absorption and removal of bone, precursor of multinuclear osteoclasts.", + "meaning": "CL:0000778", + "title": "mononuclear osteoclast" + }, + { + "text": "CL:0000500", + "description": "An epithelial somatic cell associated with a maturing oocyte.", + "meaning": "CL:0000500", + "title": "follicular epithelial cell" + }, + { + "text": "CL:0009030", + "description": "An intestinal enteroendocrine cell that is located in a vermiform appendix.", + "meaning": "CL:0009030", + "title": "enteroendocrine cell of appendix" + }, + { + "text": "CL:0008017", + "description": "A skeletal muscle myoblast that is part of a skeletal mucle. These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers.", + "meaning": "CL:0008017", + "title": "adult skeletal muscle myoblast" + }, + { + "text": "CL:4023159", + "description": "An interneuron that has double bouquet morphology.", + "meaning": "CL:4023159", + "title": "double bouquet cell" + }, + { + "text": "CL:0002504", + "description": "A smooth muscle cell of the intestine.", + "meaning": "CL:0002504", + "title": "enteric smooth muscle cell" + }, + { + "text": "CL:0000690", + "meaning": "CL:0000690", + "title": "R2 photoreceptor cell" + }, + { + "text": "CL:0002317", + "description": "An external limiting cell found in the vestibular epithelium.", + "meaning": "CL:0002317", + "title": "external limiting cell of vestibular epithelium" + }, + { + "text": "CL:2000079", + "description": "Any mesenchymal stem cell of the bone marrow that is part of a femur.", + "meaning": "CL:2000079", + "title": "mesenchymal stem cell of femoral bone marrow" + }, + { + "text": "CL:4023120", + "description": "An auditory hair cell found in the cochlea.", + "meaning": "CL:4023120", + "title": "cochlea auditory hair cell" + }, + { + "text": "CL:0002629", + "description": "A mature microglial cell that has changed shape to an amoeboid morphology and is capable of cytokine production and antigen presentation.", + "meaning": "CL:0002629", + "title": "mature microglial cell" + }, + { + "text": "CL:0017009", + "description": "A human dendritic cell that expresses the AXL and SIGLEC6 genes.", + "meaning": "CL:0017009", + "title": "Axl+ dendritic cell, human" + }, + { + "text": "CL:0000573", + "description": "One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision.", + "meaning": "CL:0000573", + "title": "retinal cone cell" + }, + { + "text": "CL:1000313", + "description": "A goblet cell that is part of the epithelium of stomach.", + "meaning": "CL:1000313", + "title": "gastric goblet cell" + }, + { + "text": "CL:0002253", + "description": "An epithelial cell of the large intestine.", + "meaning": "CL:0002253", + "title": "epithelial cell of large intestine" + }, + { + "text": "CL:0019029", + "description": "Any hepatocyte that is part of the liver lobule centrilobular region. These cells are the primary location for the biotransformation of drugs.", + "meaning": "CL:0019029", + "title": "centrilobular region hepatocyte" + }, + { + "text": "CL:0000648", + "description": "A smooth muscle cell that synthesizes, stores, and secretes the enzyme renin. This cell type are located in the wall of the afferent arteriole at the entrance to the glomerulus. While having a different origin than other kidney smooth muscle cells, this cell type expresses smooth muscle actin upon maturation.", + "meaning": "CL:0000648", + "title": "kidney granular cell" + }, + { + "text": "CL:0000870", + "description": "A gut-associated lymphoid tissue macrophage found in the Peyer's patches.", + "meaning": "CL:0000870", + "title": "Peyer's patch macrophage" + }, + { + "text": "CL:1000236", + "description": "Any glial cell that is part of some posterior lateral line nerve.", + "meaning": "CL:1000236", + "title": "posterior lateral line nerve glial cell" + }, + { + "text": "CL:0001069", + "description": "An innate lymphoid cell that is capable of producing T-helper 2-cell associated cytokines upon stimulation.", + "meaning": "CL:0001069", + "title": "group 2 innate lymphoid cell" + }, + { + "text": "CL:0002084", + "description": "A Boettcher cell is a polyhedral cells on the basilar membrane of the cochlea, and is located beneath Claudius cells. A Boettcher cell is considered a supporting cell for the organ of Corti, and is present only in the lower turn of the cochlea. These cells interweave with each other, and project microvilli into the intercellular space. Because of their structural specialization, a Boettcher cell is believed to play a significant role in the function of the cochlea. They demonstrate high levels of calmodulin, and may be involved in mediating Ca(2+) regulation and ion transport.", + "meaning": "CL:0002084", + "title": "Boettcher cell" + }, + { + "text": "CL:1000367", + "description": "A transitional myocyte that is part of the posterior internodal tract.", + "meaning": "CL:1000367", + "title": "transitional myocyte of posterior internodal tract" + }, + { + "text": "CL:4029001", + "description": "A cell that supports the development of a gamete by providing it cytoplasmic material (including entire organelles) by direct cross-membrane channels (del Pino, 2021).", + "meaning": "CL:4029001", + "title": "gamete-nursing cell" + }, + { + "text": "CL:4033000", + "description": "A(n) endothelial cell that is part of a(n) venule of lymph node.", + "meaning": "CL:4033000", + "title": "endothelial cell of venule of lymph node" + }, + { + "text": "CL:0002658", + "description": "A glandular epithelial cell of the large intestine.", + "meaning": "CL:0002658", + "title": "glandular cell of the large intestine" + }, + { + "text": "CL:0000565", + "description": "A cell found in fat bodies whose primary function is intermediary metabolism.", + "meaning": "CL:0000565", + "title": "fat body cell" + }, + { + "text": "CL:0001033", + "description": "Granule cell with a soma found in the hippocampus.", + "meaning": "CL:0001033", + "title": "hippocampal granule cell" + }, + { + "text": "CL:0000479", + "description": "A peptide hormone secreting cell that secretes vasopressin stimulating hormone", + "meaning": "CL:0000479", + "title": "vasopressin stimulating hormone secreting cell" + }, + { + "text": "CL:0002508", + "description": "A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative.", + "meaning": "CL:0002508", + "title": "langerin-negative, CD103-negative lymph node dendritic cell" + }, + { + "text": "CL:0000141", + "description": "An osteocytelike cell with numerous processes, trapped in a lacuna in the cement of the tooth.", + "meaning": "CL:0000141", + "title": "cementocyte" + }, + { + "text": "CL:0002592", + "description": "A smooth muscle cell of the coronary artery.", + "meaning": "CL:0002592", + "title": "smooth muscle cell of the coronary artery" + }, + { + "text": "CL:1001131", + "description": "A cell that is part of some vasa recta ascending limb.", + "meaning": "CL:1001131", + "title": "vasa recta ascending limb cell" + }, + { + "text": "CL:0000849", + "description": "An olfactory receptor cell with short cilia growing in an invagination bordered by microvilli.", + "meaning": "CL:0000849", + "title": "crypt olfactory receptor neuron" + }, + { + "text": "CL:0009109", + "description": "A lymphatic endothelial cell located in a lymph node trabecula.", + "meaning": "CL:0009109", + "title": "lymphatic endothelial cell of trabecula" + }, + { + "text": "CL:4030023", + "description": "A hillock cell that is located in respiratory epithelium. In some mammalian species, this cell type has been noted to express KRT13 and KRT4 and is postulated to play a role in squamous barrier function and immunomodulation.", + "meaning": "CL:4030023", + "title": "respiratory hillock cell" + }, + { + "text": "CL:0004247", + "description": "A neuron that stratifies dendrites at two and only two locations.", + "meaning": "CL:0004247", + "title": "bistratified cell" + }, + { + "text": "CL:0000091", + "description": "A tissue-resident macrophage of the reticuloendothelial system found on the luminal surface of the hepatic sinusoids involved in erythrocyte clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, CD163/SRCR-positive. Irregular, with long processes including lamellipodia extending into the sinusoid lumen, have flattened nucleus with cytoplasm containing characteristic invaginations of the plasma membrane (vermiform bodies); lie within the sinusoid lumen attached to the endothelial surface; derived from the bone marrow, form a major part of the body's mononuclear phagocyte system.", + "meaning": "CL:0000091", + "title": "Kupffer cell" + }, + { + "text": "CL:0000122", + "description": "A neuron that has dendritic processes radiating from the cell body forming a star-like shape.", + "meaning": "CL:0000122", + "title": "stellate neuron" + }, + { + "text": "CL:0000741", + "description": "A motor neuron that is located in the cervical region of the spinal cord and selectively innervates the sternocleidmastoid or trapezius muscle. Unlike other motor neurons, they extend axons dorsally along lateral margins of the spinal cord.", + "meaning": "CL:0000741", + "title": "spinal accessory motor neuron" + }, + { + "text": "CL:1001005", + "description": "Any kidney capillary endothelial cell that is part of some glomerular capillary endothelium.", + "meaning": "CL:1001005", + "title": "glomerular capillary endothelial cell" + }, + { + "text": "CL:0001023", + "description": "A common myeloid progenitor that is Kit-positive and CD34-positive, Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low.", + "meaning": "CL:0001023", + "title": "Kit-positive, CD34-positive common myeloid progenitor" + }, + { + "text": "CL:0000065", + "description": "A neurectoderm derived cell that lines the neural lumen.", + "meaning": "CL:0000065", + "title": "ependymal cell" + }, + { + "text": "CL:2000089", + "description": "A granule cell that has soma location in the dentate gyrus cell layer of the hippocampal formation and has an elliptical cell body and characteristic cone-shaped tree of spiny apical dendrites. The branches extend throughout the molecular layer and the distal tips of the dendritic tree end just at the hippocampal fissure or at the ventricular surface. The dentate gyrus granule cell is the principal cell type of the dentate gyrus.", + "meaning": "CL:2000089", + "title": "dentate gyrus granule cell" + }, + { + "text": "CL:1000505", + "description": "A cell that is part of a renal pelvis.", + "meaning": "CL:1000505", + "title": "kidney pelvis cell" + }, + { + "text": "CL:0002178", + "description": "An epithelial cell found in the lining of the stomach.", + "meaning": "CL:0002178", + "title": "epithelial cell of stomach" + }, + { + "text": "CL:0003008", + "description": "A mono-stratified retinal ganglion cell that has a medium dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S2.", + "meaning": "CL:0003008", + "title": "G5 retinal ganglion cell" + }, + { + "text": "CL:0002209", + "description": "An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells.", + "meaning": "CL:0002209", + "title": "intermediate epitheliocyte" + }, + { + "text": "CL:4023006", + "description": "A nuclear bag fiber that is sensitive only changes in muscle length but not the rate of that change.", + "meaning": "CL:4023006", + "title": "static nuclear bag fiber" + }, + { + "text": "CL:0000754", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is not well filled and the dendrites are more delicate than in type 1 cells. The axon terminal is bushier and exhibits a dense plexus of varicosities in the inner part of sublamina 1 (Ghosh et al., 2004). It can be differentiated from other retinal bipolar neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, 2016).", + "meaning": "CL:0000754", + "title": "type 2 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000841", + "description": "A mature cell of the conventional dendritic cell lineage, characterized by a high capacity for antigen presentation and typically found in a lymph node.", + "meaning": "CL:0000841", + "title": "mature conventional dendritic cell" + }, + { + "text": "CL:0000175", + "description": "A progesterone secreting cell in the corpus luteum. The large luteal cells develop from the granulosa cells. The small luteal cells develop from the theca cells.", + "meaning": "CL:0000175", + "title": "luteal cell" + }, + { + "text": "CL:0004120", + "description": "A retinal ganglion A cell found in the retina with large somata, often polygonal in shape. The dendritic fields consist of three to seven stout dendrites that are sparce near soma. Dendrites terminate in S4.", + "meaning": "CL:0004120", + "title": "retinal ganglion cell A1" + }, + { + "text": "CL:0002424", + "description": "A DN2 thymocyte that is Kit-low.", + "meaning": "CL:0002424", + "title": "DN2b thymocyte" + }, + { + "text": "CL:0000865", + "description": "A gut-associated lymphoid tissue macrophage found in lamina propria of the gut.", + "meaning": "CL:0000865", + "title": "gastrointestinal tract (lamina propria) macrophage" + }, + { + "text": "CL:1000600", + "description": "Any cell that is part of some lower urinary tract.", + "meaning": "CL:1000600", + "title": "lower urinary tract cell" + }, + { + "text": "CL:1000321", + "description": "A goblet cell that is part of the epithelium of crypt of Lieberkuhn of large intestine.", + "meaning": "CL:1000321", + "title": "large intestine crypt goblet cell" + }, + { + "text": "CL:0002063", + "description": "A pulmonary alveolar epithelial cell that modulates the fluid surrounding the alveolar epithelium by secreting and recycling surfactants. This cell type also contributes to tissue repair and can differentiate after injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker than squamous alveolar cells, have a rounded apical surface that projects above the level of surrounding epithelium. The free surface is covered by short microvilli.", + "meaning": "CL:0002063", + "title": "pulmonary alveolar type 2 cell" + }, + { + "text": "CL:4023097", + "description": "A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid barrier cells make up the tight-junctioned layer in the leptomeninx that functions as the physiologic barrier between the cerebrospinal fluid in the subarachnoid space and the fenestrated capillaries in the dura.", + "meaning": "CL:4023097", + "title": "arachnoid barrier cell" + }, + { + "text": "CL:0002198", + "description": "A large epithelial cell with an extremely acidophilic and granular cytoplasm, containing vast numbers of mitochondria; such cells may undergo neoplastic transformation. From the Greek word onkos meaning swelling, this cell type is found in parathyroid, salivary and thyroid glands.", + "meaning": "CL:0002198", + "title": "oncocyte" + }, + { + "text": "CL:4030007", + "description": "An epithelial ciliated cell that is part of the fallopian tube. This cell type is found mainly on the apex of the mucosal folds and contributes, together with peristaltic contractions, to the self-propulsion of spermatozoa, the transport of ovum during ovulation and the transport of the fertilized ovum to the intramural fallopian tube. A fallopian tube ciliated cell has a columnar shape and contains an oval or round nucleus, often located perpendicular or parallel to the long axis of the cell.", + "meaning": "CL:4030007", + "title": "fallopian tube ciliated cell" + }, + { + "text": "CL:4023161", + "description": "An excitatory glutamatergic interneuron found in the granular layer of the cerebellar cortex and also in the granule cell domain of the cochlear nucleus. Unipolar brush cells have a round or oval cell body with usually a single short dendrite that ends in a brush-like tuft of short dendrites unique to them known as dendrioles.", + "meaning": "CL:4023161", + "title": "unipolar brush cell" + }, + { + "text": "CL:0000218", + "description": "A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons.", + "meaning": "CL:0000218", + "title": "myelinating Schwann cell" + }, + { + "text": "CL:0000021", + "description": "Female germ cell is a germ cell that supports female gamete production.", + "meaning": "CL:0000021", + "title": "female germ cell" + }, + { + "text": "CL:0000064", + "description": "A cell that has a filiform extrusion of the cell surface.", + "meaning": "CL:0000064", + "title": "ciliated cell" + }, + { + "text": "CL:1000352", + "description": "A basal cell that is part of the epithelium of bronchiole.", + "meaning": "CL:1000352", + "title": "basal cell of epithelium of lobular bronchiole" + }, + { + "text": "CL:1000417", + "description": "A myoepithelial cell that is part of the sweat gland.", + "meaning": "CL:1000417", + "title": "myoepithelial cell of sweat gland" + }, + { + "text": "CL:0000167", + "description": "Any secretory cell that is capable of some peptide hormone secretion.", + "meaning": "CL:0000167", + "title": "peptide hormone secreting cell" + }, + { + "text": "CL:2000069", + "description": "Any fibroblast that is part of a gallbladder.", + "meaning": "CL:2000069", + "title": "gallbladder fibroblast" + }, + { + "text": "CL:0002040", + "description": "A CD24-low, CD44-negative, NK1.1-negative NK T cell.", + "meaning": "CL:0002040", + "title": "immature NK T cell stage II" + }, + { + "text": "CL:4030018", + "description": "A renal principal cell located in the connecting tubule.", + "meaning": "CL:4030018", + "title": "kidney connecting tubule principal cell" + }, + { + "text": "CL:0004231", + "description": "A broadly stratifying amacrine cell with a small dendritic field and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic terminals in S2, S3, and S4.", + "meaning": "CL:0004231", + "title": "recurving diffuse amacrine cell" + }, + { + "text": "CL:0000054", + "meaning": "CL:0000054", + "title": "bone matrix secreting cell" + }, + { + "text": "CL:0000532", + "meaning": "CL:0000532", + "title": "CAP motoneuron" + }, + { + "text": "CL:1000500", + "description": "A cell that is part of kidney interstitium.", + "meaning": "CL:1000500", + "title": "kidney interstitial cell" + }, + { + "text": "CL:0000830", + "description": "A promyelocyte committed to the basophil lineage.", + "meaning": "CL:0000830", + "title": "basophilic promyelocyte" + }, + { + "text": "CL:4023171", + "description": "A trigeminal neuron that is responsible for motor functions such as biting and chewing.", + "meaning": "CL:4023171", + "title": "trigeminal motor neuron" + }, + { + "text": "CL:0000114", + "meaning": "CL:0000114", + "title": "surface ectodermal cell" + }, + { + "text": "CL:0000622", + "description": "A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus).", + "meaning": "CL:0000622", + "title": "acinar cell" + }, + { + "text": "CL:0002429", + "description": "A double-positive thymocyte that is CD69-positive and has begun positive selection.", + "meaning": "CL:0002429", + "title": "CD69-positive double-positive thymocyte" + }, + { + "text": "CL:0001067", + "description": "An innate lymphoid cell that is capable of producing the type 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines.", + "meaning": "CL:0001067", + "title": "group 1 innate lymphoid cell" + }, + { + "text": "CL:0002047", + "description": "A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive and BP-1-negative.", + "meaning": "CL:0002047", + "title": "fraction B precursor B cell" + }, + { + "text": "CL:0007013", + "description": "Odontoblast that is terminally differentiated and derived from an odontogenic papilla and associated with dentine.", + "meaning": "CL:0007013", + "title": "terminally differentiated odontoblast" + }, + { + "text": "CL:0002638", + "description": "A respiratory stem cell found at the junction of the terminal (conductive) bronchiole and the respiratory bronchiole. This cell types gives rise to alveolar cell types and club cells in response to lung injury. This cell type expresses markers Scgb1a1 and Sftpc.", + "meaning": "CL:0002638", + "title": "bronchioalveolar stem cell" + }, + { + "text": "CL:0000646", + "description": "Undifferentiated; mitotic stem cell for other epithelial cell types; rounded or elliptical with little cytoplasm and few organelles; contain cytokeratin intermediate filament.", + "meaning": "CL:0000646", + "title": "basal cell" + }, + { + "text": "CL:1000484", + "description": "A Purkinje myocyte that is part of the atrioventricular bundle.", + "meaning": "CL:1000484", + "title": "Purkinje myocyte of atrioventricular bundle" + }, + { + "text": "CL:1000892", + "description": "Any kidney blood vessel cell that is part of some kidney capillary.", + "meaning": "CL:1000892", + "title": "kidney capillary endothelial cell" + }, + { + "text": "CL:0002172", + "description": "A long, spindle-shaped supporting cells arranged in parallel rows that secretes components of the tectorial membrane and potassium ions into the endolymph.", + "meaning": "CL:0002172", + "title": "interdental cell of cochlea" + }, + { + "text": "CL:0000228", + "description": "A cell with more than one nucleus.", + "meaning": "CL:0000228", + "title": "multinucleate cell" + }, + { + "text": "CL:0000174", + "description": "Any secretory cell that is capable of some steroid hormone secretion.", + "meaning": "CL:0000174", + "title": "steroid hormone secreting cell" + }, + { + "text": "CL:0002212", + "description": "A fast muscle fiber cell that stores energy in the form of glycogen and creatine phosphate.", + "meaning": "CL:0002212", + "title": "type II muscle cell" + }, + { + "text": "CL:1000380", + "description": "A type I vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.", + "meaning": "CL:1000380", + "title": "type 1 vestibular sensory cell of epithelium of macula of saccule of membranous labyrinth" + }, + { + "text": "CL:1000438", + "description": "An epithelial cell that is part of the wall of inferior part of anal canal.", + "meaning": "CL:1000438", + "title": "epithelial cell of wall of inferior part of anal canal" + }, + { + "text": "CL:4023094", + "description": "A pyramidal neuron which has a distinctive tuft formation, distal from the soma.", + "meaning": "CL:4023094", + "title": "tufted pyramidal neuron" + }, + { + "text": "CL:0002066", + "description": "A neuroendocrine cell found in the epithelium of the lungs and respiratory tract. This cell type is rounded or elliptical in shape, situated mainly in the basal part of the epithelium; regulates bronchial secretion, smooth muscle contraction, lobular growth, ciliary activity and chemoreception. Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles with a clear halo between the core and the limiting membrane.", + "meaning": "CL:0002066", + "title": "Feyrter cell" + }, + { + "text": "CL:0009084", + "description": "An epithelial cell that is part of an endometrial gland.", + "meaning": "CL:0009084", + "title": "epithelial cell of endometrial gland" + }, + { + "text": "CL:2000023", + "description": "Any interneuron that is part of a spinal cord ventral column.", + "meaning": "CL:2000023", + "title": "spinal cord ventral column interneuron" + }, + { + "text": "CL:0004229", + "description": "A bistratified amacrine cell with a small dendritic field that has dendrite stratification in S2, and in S3 and S4.", + "meaning": "CL:0004229", + "title": "A2-like amacrine cell" + }, + { + "text": "CL:0002676", + "description": "A neuroblast derived from a neural crest cell.", + "meaning": "CL:0002676", + "title": "neural crest derived neuroblast" + }, + { + "text": "CL:0002091", + "description": "A small cell formed by the first meiotic division of oocytes.", + "meaning": "CL:0002091", + "title": "primary polar body" + }, + { + "text": "CL:0001064", + "description": "A neoplastic cell that is capable of entering a surrounding tissue", + "meaning": "CL:0001064", + "title": "malignant cell" + }, + { + "text": "CL:0000615", + "description": "A thick walled spore containing one or more haploid nuclei produced by sexual reproduction in an Basidiomycete; formed externally on extrusions of the basidium.", + "meaning": "CL:0000615", + "title": "basidiospore" + }, + { + "text": "CL:0005007", + "description": "Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact the central canal of the spinal cord and have ipsilateral ascending axons.", + "meaning": "CL:0005007", + "title": "Kolmer-Agduhr neuron" + }, + { + "text": "CL:0001012", + "meaning": "CL:0001012", + "title": "CD7-negative lymphoid progenitor OR granulocyte monocyte progenitor" + }, + { + "text": "CL:1000346", + "description": "An enterocyte that is part of the epithelium proper of large intestine.", + "meaning": "CL:1000346", + "title": "enterocyte of epithelium proper of large intestine" + }, + { + "text": "CL:0000061", + "description": "Skeletogenic cell that produces cementum (a bony substance that covers the root of a tooth), is part of the odontogenic papilla, and develops from a precementoblast cell.", + "meaning": "CL:0000061", + "title": "cementoblast" + }, + { + "text": "CL:0000687", + "meaning": "CL:0000687", + "title": "R1 photoreceptor cell" + }, + { + "text": "CL:0000148", + "description": "A pigment cell derived from the neural crest. Contains melanin-filled pigment granules, which gives a brown to black appearance.", + "meaning": "CL:0000148", + "title": "melanocyte" + }, + { + "text": "CL:1000370", + "description": "A transitional myocyte that is part of the left branch of atrioventricular bundle.", + "meaning": "CL:1000370", + "title": "transitional myocyte of left branch of atrioventricular bundle" + }, + { + "text": "CL:0002372", + "description": "A transversely striated, synctial muscle cell, formed by the fusion of myoblasts.", + "meaning": "CL:0002372", + "title": "myotube" + }, + { + "text": "CL:0000430", + "description": "A pigment cell derived from the neural crest. Contains cartenoid pigments in structures called pterinosomes or xanthosomes. This gives an appearance ranging from a golden yellow to orange and red.", + "meaning": "CL:0000430", + "title": "xanthophore cell" + }, + { + "text": "CL:0009026", + "description": "An enterocyte that is a part of a vermiform appendix.", + "meaning": "CL:0009026", + "title": "enterocyte of appendix" + }, + { + "text": "CL:1001569", + "description": "An interneuron with a soma found in the hippocampus.", + "meaning": "CL:1001569", + "title": "hippocampal interneuron" + }, + { + "text": "CL:0002386", + "description": "A macroconidium that has more than one nucleus.", + "meaning": "CL:0002386", + "title": "multinucleate macroconidium" + }, + { + "text": "CL:0002299", + "description": "An epithelial cell scattered in the cortex, predominant in the outer cortex with a large pale nucleus and a prominent nucleolus.", + "meaning": "CL:0002299", + "title": "type-2 epithelial cell of thymus" + }, + { + "text": "CL:0000383", + "meaning": "CL:0000383", + "title": "nephrogenic mesenchyme stem cell" + }, + { + "text": "CL:0002127", + "description": "A T cell with a receptor of limited diversity that is capable of immediate effector functions upon stimulation.", + "meaning": "CL:0002127", + "title": "innate effector T cell" + }, + { + "text": "CL:0003044", + "description": "A bistratified ganglion cell with small, dense dendritic fields that terminate in S1 and S3.", + "meaning": "CL:0003044", + "title": "M11 retinal ganglion cell" + }, + { + "text": "CL:1000444", + "description": "A mesothelial cell that is part of the anterior chamber of eyeball.", + "meaning": "CL:1000444", + "title": "mesothelial cell of anterior chamber of eye" + }, + { + "text": "CL:0002195", + "description": "A stem cell that can give rise to the cells of the liver. The term usually refers to the self-renewing pool of hepatocyte precursors in the adult liver (differently from 'hepatoblast', often used for fetal precursors of hepatocytes).", + "meaning": "CL:0002195", + "title": "hepatic stem cell" + }, + { + "text": "CL:0003050", + "description": "A cone cell that detects short wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 420-440 nm.", + "meaning": "CL:0003050", + "title": "S cone cell" + }, + { + "text": "CL:0000873", + "description": "A splenic macrophage found in the areas surrounding the white pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, Dectin2-low, sialoadhesin-positive.", + "meaning": "CL:0000873", + "title": "splenic metallophillic macrophage" + }, + { + "text": "CL:0002589", + "description": "A smooth muscle cell of the bachiocephalic vasculature.", + "meaning": "CL:0002589", + "title": "smooth muscle cell of the brachiocephalic vasculature" + }, + { + "text": "CL:0009037", + "description": "A B lymphocyte that resides in the mantle zone of the lymph node germinal center. These are generally IgM and IgD positive activated B cells that form a 'corona' around the germinal center and are part of the establishment of a secondary lymphatic follicule.", + "meaning": "CL:0009037", + "title": "lymph node mantle zone B cell" + }, + { + "text": "CL:0005022", + "description": "Lymphatic progenitor cells, derived from the veins, that give rise to lymphatic endothelial cells.", + "meaning": "CL:0005022", + "title": "vascular lymphangioblast" + }, + { + "text": "CL:0002099", + "description": "A small, polyhedral, cell found in rounded groups or curved columns with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid droplets. This cell in the zona glomerulosa produces mineralocorticoids.", + "meaning": "CL:0002099", + "title": "type I cell of adrenal cortex" + }, + { + "text": "CL:0002431", + "description": "A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD8 co-receptor.", + "meaning": "CL:0002431", + "title": "CD4-positive, CD8-intermediate double-positive thymocyte" + }, + { + "text": "CL:0000242", + "description": "A modified epidermal cell located in the stratum basale. They are found mostly in areas where sensory perception is acute. Merkel cells are closely associated with an expanded terminal bulb of an afferent myelinated nerve fiber.", + "meaning": "CL:0000242", + "title": "Merkel cell" + }, + { + "text": "CL:0000829", + "description": "A myeloblast committed to the basophil lineage.", + "meaning": "CL:0000829", + "title": "basophilic myeloblast" + }, + { + "text": "CL:0003047", + "description": "A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S1 and S4-S5.", + "meaning": "CL:0003047", + "title": "M14 retinal ganglion cell" + }, + { + "text": "CL:1000546", + "description": "An epithelial cell that is part of a renal medulla collecting duct.", + "meaning": "CL:1000546", + "title": "kidney medulla collecting duct epithelial cell" + }, + { + "text": "CL:0000464", + "description": "An epidermal progenitor cell that arises from neuroectoderm and in turn gives rise to the epidermal sheath of ventral and cephalic regions.", + "meaning": "CL:0000464", + "title": "epidermoblast" + }, + { + "text": "CL:0002413", + "description": "A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative.", + "meaning": "CL:0002413", + "title": "mature Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:0002515", + "description": "An interrenal chromaffin cell found in teleosts that contain heterogeneous vesicles with electron-dense granules located asymmetrically within the vesicular membrane.", + "meaning": "CL:0002515", + "title": "interrenal norepinephrine type cell" + }, + { + "text": "CL:0002492", + "description": "A polarized columnar cell that covesr the lateral surface of the cochlear duct, secretes potassium ions and forms a continuous sheet in contact with the endolymph; marginal cells form extensive interdigitations with the basal and intermediate cells in the normal adult stria.", + "meaning": "CL:0002492", + "title": "strial marginal cell" + }, + { + "text": "CL:0002073", + "description": "Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes.", + "meaning": "CL:0002073", + "title": "transitional myocyte" + }, + { + "text": "CL:1000377", + "description": "A Feyrter cell that is part of the epithelium of trachea.", + "meaning": "CL:1000377", + "title": "dense-core granulated cell of epithelium of trachea" + }, + { + "text": "CL:1000155", + "description": "A specialized epithelial secretory cell that moves chloride ions and water across the tubule epithelium.", + "meaning": "CL:1000155", + "title": "Malpighian tubule stellate cell" + }, + { + "text": "CL:0003036", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 2 and 5.", + "meaning": "CL:0003036", + "title": "M7 retinal ganglion cell" + }, + { + "text": "CL:1000742", + "description": "A mesangial cell located among the glomerular capillaries in a renal corpuscle.", + "meaning": "CL:1000742", + "title": "glomerular mesangial cell" + }, + { + "text": "CL:0001025", + "description": "A common lymphoid progenitor that is Kit-low, FLT3-positive, IL7ralpha-positive, and SCA1-low.", + "meaning": "CL:0001025", + "title": "Kit-positive, Sca1-positive common lymphoid progenitor" + }, + { + "text": "CL:0004183", + "description": "A monostratified retinal ganglion cell with medium soma, sparse dendritic tree, and medium dendritic field.", + "meaning": "CL:0004183", + "title": "retinal ganglion cell B3" + }, + { + "text": "CL:1000288", + "description": "A muscle cell that is part of the atrial branch of anterior internodal tract.", + "meaning": "CL:1000288", + "title": "myocyte of atrial branch of anterior internodal tract" + }, + { + "text": "CL:0002510", + "description": "A langerin-positive lymph node dendritic cell that is CD103-negative and CD11b-high.", + "meaning": "CL:0002510", + "title": "CD103-negative, langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0002494", + "description": "A cell located in the heart, including both muscle and non muscle cells.", + "meaning": "CL:0002494", + "title": "cardiocyte" + }, + { + "text": "CL:2000070", + "description": "Any fibroblast that is part of a optic choroid.", + "meaning": "CL:2000070", + "title": "optic choroid fibroblast" + }, + { + "text": "CL:0002131", + "description": "Regular cardiac myocyte of a cardiac ventricle.", + "meaning": "CL:0002131", + "title": "regular ventricular cardiac myocyte" + }, + { + "text": "CL:0001073", + "description": "An innate lymphoid cell in the human with the phenotype CD34-negative, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.", + "meaning": "CL:0001073", + "title": "CD34-negative, CD56-positive, CD117-positive innate lymphoid cell, human" + }, + { + "text": "CL:4023050", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted.", + "meaning": "CL:4023050", + "title": "L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002426", + "description": "A mature natural killer cell that is CD11b-positive and CD27-positive.", + "meaning": "CL:0002426", + "title": "CD11b-positive, CD27-positive natural killer cell, mouse" + }, + { + "text": "CL:0002167", + "description": "A specialized cell involved in sensory perception of smell.", + "meaning": "CL:0002167", + "title": "olfactory epithelial cell" + }, + { + "text": "CL:1000001", + "description": "Any neuron that has its soma located in some retrotrapezoid nucleus.", + "meaning": "CL:1000001", + "title": "retrotrapezoid nucleus neuron" + }, + { + "text": "CL:0000604", + "description": "One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision.", + "meaning": "CL:0000604", + "title": "retinal rod cell" + }, + { + "text": "CL:0009057", + "description": "A goblet cell that is located in the anorectum.", + "meaning": "CL:0009057", + "title": "anorectum goblet cell" + }, + { + "text": "CL:0000702", + "meaning": "CL:0000702", + "title": "R5 photoreceptor cell" + }, + { + "text": "CL:0003037", + "description": "An M7 retinal ganglion cells with synaptic terminals in S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003037", + "title": "M7-ON retinal ganglion cell" + }, + { + "text": "CL:4023107", + "description": "A neuron with soma location in the reticular formation with axons that extend into the spinal cord such. Reticulospinal neuron activity can lead to a variety of motor behaviors.", + "meaning": "CL:4023107", + "title": "reticulospinal neuron" + }, + { + "text": "CL:0002057", + "description": "A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, CD163-positive.", + "meaning": "CL:0002057", + "title": "CD14-positive, CD16-negative classical monocyte" + }, + { + "text": "CL:4033032", + "description": "An ON diffuse bipolar cell that has a large dendritic field and large axon terminals, which show little or no overlap. This cell predominantly connects to narrow thorny ganglion cells.", + "meaning": "CL:4033032", + "title": "diffuse bipolar 6 cell" + }, + { + "text": "CL:4033005", + "description": "A(n) serous secreting cell that is part of a(n) bronchus submucosal gland.", + "meaning": "CL:4033005", + "title": "serous secreting cell of bronchus submucosal gland" + }, + { + "text": "CL:0000917", + "description": "A CD8-positive, alpha-beta positive T cell that has the phenotype T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.", + "meaning": "CL:0000917", + "title": "Tc1 cell" + }, + { + "text": "CL:0011013", + "description": "A sperm cell that is cabaple of motion (motility).", + "meaning": "CL:0011013", + "title": "motile sperm cell" + }, + { + "text": "CL:0000821", + "description": "A B-1 B cell that has the phenotype CD5-negative, but having other phenotypic attributes of a B-1 B cell.", + "meaning": "CL:0000821", + "title": "B-1b B cell" + }, + { + "text": "CL:0000973", + "description": "A class switched memory B cell that expresses IgA.", + "meaning": "CL:0000973", + "title": "IgA memory B cell" + }, + { + "text": "CL:0000671", + "description": "A follicle cell that migrates from the dorso-anterior part of the oocyte associated follicular epithelium, in between the nurse cells and the oocyte, and participates in the formation of the operculum.", + "meaning": "CL:0000671", + "title": "centripetally migrating follicle cell" + }, + { + "text": "CL:1000359", + "description": "A M cell that is part of the epithelium proper of appendix.", + "meaning": "CL:1000359", + "title": "microfold cell of epithelium proper of appendix" + }, + { + "text": "CL:1000320", + "description": "A goblet cell that is part of the epithelium of large intestine.", + "meaning": "CL:1000320", + "title": "large intestine goblet cell" + }, + { + "text": "CL:0000657", + "description": "One of the two haploid cells into which a primary spermatocyte divides, and which in turn gives origin to spermatids.", + "meaning": "CL:0000657", + "title": "secondary spermatocyte" + }, + { + "text": "CL:0000705", + "meaning": "CL:0000705", + "title": "R6 photoreceptor cell" + }, + { + "text": "CL:0002601", + "description": "A smooth muscle cell of the uterus.", + "meaning": "CL:0002601", + "title": "uterine smooth muscle cell" + }, + { + "text": "CL:0000598", + "description": "Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala.", + "meaning": "CL:0000598", + "title": "pyramidal neuron" + }, + { + "text": "CL:0000327", + "meaning": "CL:0000327", + "title": "extracellular matrix secreting cell" + }, + { + "text": "CL:1000471", + "description": "A myoepithelial cell that is part of the secondary lactiferous duct.", + "meaning": "CL:1000471", + "title": "myoepithelial cell of secondary lactiferous duct" + }, + { + "text": "CL:1000310", + "description": "An adipocyte that is part of the epicardial fat of right ventricle.", + "meaning": "CL:1000310", + "title": "adipocyte of epicardial fat of right ventricle" + }, + { + "text": "CL:4032000", + "description": "An epithelial cell of the urethra that has an expression profile similar to lung club cells. Club-like cells of the urethra epithelium are similar to lung club cells in their expression of SCGB1A1 and in their enrichment of immunomodulatory programs.", + "meaning": "CL:4032000", + "title": "club-like cell of the urethral epithelium" + }, + { + "text": "CL:0000016", + "description": "A stem cell that is the precursor of male gametes.", + "meaning": "CL:0000016", + "title": "male germ line stem cell" + }, + { + "text": "CL:0002645", + "description": "An endocranial viscerocranial mucosa cell that is part of viscerocranial mucosa.", + "meaning": "CL:0002645", + "title": "endo-epithelial cell of pharyngotympanic part of viscerocranial mucosa" + }, + { + "text": "CL:0015000", + "description": "Motor neuron that innervate muscles that control eye, jaw, and facial movements of the vertebrate head and parasympathetic neurons that innervate certain glands and organs.", + "meaning": "CL:0015000", + "title": "cranial motor neuron" + }, + { + "text": "CL:1001099", + "description": "Any endothelial cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001099", + "title": "kidney efferent arteriole endothelial cell" + }, + { + "text": "CL:2000029", + "description": "Any neuron that is part of a central nervous system.", + "meaning": "CL:2000029", + "title": "central nervous system neuron" + }, + { + "text": "CL:0000733", + "description": "A plasmatocyte that derives from the larval lymph gland.", + "meaning": "CL:0000733", + "title": "lymph gland plasmatocyte" + }, + { + "text": "CL:4033021", + "description": "A myoepithelial cell that is part of a submucosal gland of the trachea.", + "meaning": "CL:4033021", + "title": "myoepithelial cell of trachea gland" + }, + { + "text": "CL:0002462", + "description": "A F4/80-negative dendritic cell located in adipose tissue.", + "meaning": "CL:0002462", + "title": "adipose dendritic cell" + }, + { + "text": "CL:0000596", + "description": "A spore formed following meiosis. Sometimes following meiosis, prospores may undergo one or more rounds of mitosis before they are fully mature.", + "meaning": "CL:0000596", + "title": "sexual spore" + }, + { + "text": "CL:0009070", + "description": "A thymic epithelial cell located at the corticomedullary junction.", + "meaning": "CL:0009070", + "title": "corticomedullary thymic epithelial cell" + }, + { + "text": "CL:2000054", + "description": "A large, granular, liver specific natural killer cell that adheres to the endothelial cells of the hepatic sinusoid.", + "meaning": "CL:2000054", + "title": "hepatic pit cell" + }, + { + "text": "CL:4030034", + "description": "A ciliated cell of the respiratory system. Ciliated cells are present in airway epithelium.", + "meaning": "CL:4030034", + "title": "respiratory ciliated cell" + }, + { + "text": "CL:0002033", + "description": "A hematopoietic stem cell capable of rapid replenishment of myeloerythroid progenitors and limited self renewal capability. This cell is Kit-positive, Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative.", + "meaning": "CL:0002033", + "title": "short term hematopoietic stem cell" + }, + { + "text": "CL:0004119", + "description": "A retinal ganglion cell B that has medium body size, medium dendritic field and dense dendritic arbor, and has post synaptic terminals in S2.", + "meaning": "CL:0004119", + "title": "retinal ganglion cell B1" + }, + { + "text": "CL:0000360", + "description": "A cell of the early embryo at the developmental stage in which the blastomeres, resulting from repeated mitotic divisions of the fertilized ovum (zygote), form a compact cell mass.", + "meaning": "CL:0000360", + "title": "morula cell" + }, + { + "text": "CL:0000515", + "description": "A myoblast that differentiates into skeletal muscle fibers.", + "meaning": "CL:0000515", + "title": "skeletal muscle myoblast" + }, + { + "text": "CL:2000056", + "description": "Any pyramidal cell that is part of a regional part of cerebral cortex.", + "meaning": "CL:2000056", + "title": "Meynert cell" + }, + { + "text": "CL:0007020", + "description": "Characteristic early embryonic cell with a bottle or flask shape that is first to migrate inwards at the blastopore during gastrulation in amphibians.", + "meaning": "CL:0007020", + "title": "bottle cell" + }, + { + "text": "CL:0002018", + "description": "An erythroblast that is GlyA-positive and CD71-negative.", + "meaning": "CL:0002018", + "title": "CD71-negative, GlyA-positive orthochromatic erythroblast" + }, + { + "text": "CL:2000081", + "description": "Any melanocyte of skin that is part of a skin of face.", + "meaning": "CL:2000081", + "title": "melanocyte of skin of face" + }, + { + "text": "CL:4023068", + "description": "An excitatory neuron that has its soma located in the thalamic complex.", + "meaning": "CL:4023068", + "title": "thalamic excitatory neuron" + }, + { + "text": "CL:1001216", + "description": "Any endothelial cell that is part of some interlobular artery.", + "meaning": "CL:1001216", + "title": "interlobulary artery endothelial cell" + }, + { + "text": "CL:0000000", + "description": "A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane.", + "meaning": "CL:0000000", + "title": "cell" + }, + { + "text": "CL:1000364", + "description": "A transitional myocyte that is part of the anterior internodal tract.", + "meaning": "CL:1000364", + "title": "transitional myocyte of anterior internodal tract" + }, + { + "text": "CL:0000238", + "meaning": "CL:0000238", + "title": "non keratinizing barrier epithelial cell" + }, + { + "text": "CL:0003040", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 1 and 5.", + "meaning": "CL:0003040", + "title": "M9 retinal ganglion cell" + }, + { + "text": "CL:0009023", + "description": "A T cell which resides in the Peyer's patch of the small intestine.", + "meaning": "CL:0009023", + "title": "small intestine Peyer's patch T cell" + }, + { + "text": "CL:0000593", + "description": "A steroid hormone secreting cell that secretes androgen.", + "meaning": "CL:0000593", + "title": "androgen secreting cell" + }, + { + "text": "CL:0002447", + "description": "A NK1.1-positive T cell that is CD94-negative.", + "meaning": "CL:0002447", + "title": "CD94-negative natural killer cell, mouse" + }, + { + "text": "CL:1000411", + "description": "An endothelial cell that is part of the small intestine Peyer's patch.", + "meaning": "CL:1000411", + "title": "endothelial cell of Peyer's patch" + }, + { + "text": "CL:0000420", + "meaning": "CL:0000420", + "title": "syncytial epithelial cell" + }, + { + "text": "CL:1000375", + "description": "A myocardial endocrine cell that is part of the septal division of left branch of atrioventricular bundle.", + "meaning": "CL:1000375", + "title": "myocardial endocrine cell of septal division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0000834", + "description": "A progenitor cell of the neutrophil lineage.", + "meaning": "CL:0000834", + "title": "neutrophil progenitor cell" + }, + { + "text": "CL:0000994", + "description": "Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low.", + "meaning": "CL:0000994", + "title": "immature CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0002268", + "description": "An enteroendocrine cell that stores and secretes Ghrelin.", + "meaning": "CL:0002268", + "title": "P/D1 enteroendocrine cell" + }, + { + "text": "CL:0000880", + "description": "A border associated macrophage found at the interface between the blood and the cerebrospinal fluid in the brain. This central nervous system macrophage has a star-like shaped body and expresses scavenger receptors.", + "meaning": "CL:0000880", + "title": "choroid plexus macrophage" + }, + { + "text": "CL:0002168", + "description": "A border cell is a slender columnar cell on the medial portion of the basilar membrane.", + "meaning": "CL:0002168", + "title": "border cell of cochlea" + }, + { + "text": "CL:0002100", + "description": "A regular cardiac myocyte of the interventricular region of the heart.", + "meaning": "CL:0002100", + "title": "regular interventricular cardiac myocyte" + }, + { + "text": "CL:0000351", + "description": "A cell lining the outside of the blastocyst. After binding to the endometrium, trophoblast cells develop into two distinct layers, an inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early fetal-maternal interface.", + "meaning": "CL:0000351", + "title": "trophoblast cell" + }, + { + "text": "CL:0002271", + "description": "A type EC enteredocrine cell in the intestines that stores and secretes substance P and 5-hydroxytryptamine.", + "meaning": "CL:0002271", + "title": "type EC1 enteroendocrine cell" + }, + { + "text": "CL:0000896", + "description": "A recently activated CD4-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.", + "meaning": "CL:0000896", + "title": "activated CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000095", + "meaning": "CL:0000095", + "title": "neuron associated cell" + }, + { + "text": "CL:0002208", + "description": "A brush cell found in the epithelium of bronchus.", + "meaning": "CL:0002208", + "title": "brush cell of bronchus" + }, + { + "text": "CL:0004246", + "description": "A central nervous system neuron that stratifies at one and only one location.", + "meaning": "CL:0004246", + "title": "monostratified cell" + }, + { + "text": "CL:0002491", + "description": "A specialized cell involved in auditory sensory perception.", + "meaning": "CL:0002491", + "title": "auditory epithelial cell" + }, + { + "text": "CL:0000508", + "description": "An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.", + "meaning": "CL:0000508", + "title": "type G enteroendocrine cell" + }, + { + "text": "CL:0002660", + "description": "A luminal epithelial cell of mammary gland located in acinus of structure.", + "meaning": "CL:0002660", + "title": "luminal cell of acinus of lactiferous gland" + }, + { + "text": "CL:4023113", + "description": "A vestibular afferent neuron that makes bouton synapses to type II hair cells.", + "meaning": "CL:4023113", + "title": "bouton vestibular afferent neuron" + }, + { + "text": "CL:0001010", + "description": "Mature dermal dendritic cell is a dermal dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001010", + "title": "mature dermal dendritic cell" + }, + { + "text": "CL:4023014", + "description": "A vip GABAergic cortical interneuron with a soma found in L5. L5 vip cells have mostly local morphology with some deep-projecting axons. They show only moderate resistance, comparable to that of sst subclass and unlike typical Vip subclass cells that tend to show high input resistance. L5 vip cells show particularly low resting membrane potential.", + "meaning": "CL:4023014", + "title": "L5 vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0002214", + "description": "A type II muscle cell that contains large amounts of myoglobin, has many mitochondria and very many blood capillaries. Type II A cells are red, have a very high capacity for generating ATP by oxidative metabolic processes, split ATP at a very rapid rate, have a fast contraction velocity and are resistant to fatigue.", + "meaning": "CL:0002214", + "title": "type IIa muscle cell" + }, + { + "text": "CL:0000378", + "meaning": "CL:0000378", + "title": "supporting cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:1000491", + "description": "A mesothelial cell that is part of the pleura.", + "meaning": "CL:1000491", + "title": "mesothelial cell of pleura" + }, + { + "text": "CL:0001007", + "description": "Interstitial dendritic cell is a conventional dendritic cell that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and CD36-positive.", + "meaning": "CL:0001007", + "title": "interstitial dendritic cell" + }, + { + "text": "CL:0000612", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte;in this stage, production of primary granules is complete and eosinophil-specific granules has started. No nucleolus is present. These cells are integrin alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, and CD33-positive.", + "meaning": "CL:0000612", + "title": "eosinophilic myelocyte" + }, + { + "text": "CL:0002136", + "description": "A cell in the zona fasciculata that produce glucocorticoids, e.g cortisol.", + "meaning": "CL:0002136", + "title": "type II cell of adrenal cortex" + }, + { + "text": "CL:0008047", + "description": "A skeletal muscle fiber that is part of a muscle spindle. These are specialized muscle fibers that serve as proprioceptors, detecting the amount and rate of change in length of a muscle. They are innervated by both sensory neurons and motor neurons (gamma and beta motorneurons, collectively referred to as fusimotor neurons).", + "meaning": "CL:0008047", + "title": "intrafusal muscle fiber" + }, + { + "text": "CL:0002056", + "description": "A mature B cell subset originally defined as having being CD45R-positive, IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated being CD21-positive and CD23-negative and CD93 negative.", + "meaning": "CL:0002056", + "title": "fraction F mature B cell" + }, + { + "text": "CL:0002442", + "description": "A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative.", + "meaning": "CL:0002442", + "title": "CD94-negative, Ly49CI-negative natural killer cell, mouse" + }, + { + "text": "CL:0002058", + "description": "A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive.", + "meaning": "CL:0002058", + "title": "Gr1-low non-classical monocyte" + }, + { + "text": "CL:0010020", + "description": "Any glial cell that is part of some heart.", + "meaning": "CL:0010020", + "title": "cardiac glial cell" + }, + { + "text": "CL:0002238", + "description": "A primordial germ cell that is destined to become a male germ cell.", + "meaning": "CL:0002238", + "title": "male gonocyte" + }, + { + "text": "CL:0000440", + "description": "A cell of the intermediate pituitary that produces melanocyte stimulating hormone.", + "meaning": "CL:0000440", + "title": "melanocyte stimulating hormone secreting cell" + }, + { + "text": "CL:1000469", + "description": "A myoepithelial cell that is part of the main lactiferous duct.", + "meaning": "CL:1000469", + "title": "myoepithelial cell of main lactiferous duct" + }, + { + "text": "CL:1000222", + "description": "Any neuroendocrine cell that is part of some stomach.", + "meaning": "CL:1000222", + "title": "stomach neuroendocrine cell" + }, + { + "text": "CL:0000164", + "description": "An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas.", + "meaning": "CL:0000164", + "title": "enteroendocrine cell" + }, + { + "text": "CL:4023051", + "description": "A type of mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.", + "meaning": "CL:4023051", + "title": "vascular leptomeningeal cell" + }, + { + "text": "CL:1000331", + "description": "A serous secreting cell that is part of the epithelium of bronchus.", + "meaning": "CL:1000331", + "title": "serous cell of epithelium of bronchus" + }, + { + "text": "CL:0000092", + "description": "A specialized phagocytic cell associated with the absorption and removal of the mineralized matrix of bone tissue, which typically differentiates from monocytes. This cell has the following markers: tartrate-resistant acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor superfamily member 11A-positive and macrophage colony-stimulating factor 1 receptor-positive.", + "meaning": "CL:0000092", + "title": "osteoclast" + }, + { + "text": "CL:0002565", + "description": "A pigment cell located in the epithelium of the iris.", + "meaning": "CL:0002565", + "title": "iris pigment epithelial cell" + }, + { + "text": "CL:0000895", + "description": "An antigen inexperienced CD4-positive, alpha-beta T cell with the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell type develops in the thymus. This cell type is also described as being CD25-negative, CD62L-high, and CD44-low.", + "meaning": "CL:0000895", + "title": "naive thymus-derived CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0001075", + "description": "An innate lymphoid cell in the human with the phenotype KLRG1-positive that is a precusor for ILC2 cells.", + "meaning": "CL:0001075", + "title": "KLRG1-positive innate lymphoid cell, human" + }, + { + "text": "CL:0001200", + "description": "A lymphocyte of B lineage that is CD19-positive.", + "meaning": "CL:0001200", + "title": "lymphocyte of B lineage, CD19-positive" + }, + { + "text": "CL:0002188", + "description": "An endothelial cell found in the glomerulus of the kidney. This cell is flattened, highly fenestrated, and plays a vital role in the formation of glomerular ultrafiltrate.", + "meaning": "CL:0002188", + "title": "glomerular endothelial cell" + }, + { + "text": "CL:0003026", + "description": "A bistratified retinal ganglion cell that has a small dendrite fields with a sparse dendrite arbor terminating in S2 and S3.", + "meaning": "CL:0003026", + "title": "retinal ganglion cell D1" + }, + { + "text": "CL:0002499", + "description": "A trophoblast cell that arises in the junctional zone (basal plate) of the placenta.", + "meaning": "CL:0002499", + "title": "spongiotrophoblast cell" + }, + { + "text": "CL:0000786", + "description": "A terminally differentiated, post-mitotic, antibody secreting cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, and MHC Class II-negative. Plasma cells are oval or round with extensive rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round nucleus having a characteristic cartwheel heterochromatin pattern and are devoted to producing large amounts of immunoglobulin.", + "meaning": "CL:0000786", + "title": "plasma cell" + }, + { + "text": "CL:0000983", + "description": "A plasmablast that secretes IgM.", + "meaning": "CL:0000983", + "title": "IgM plasmablast" + }, + { + "text": "CL:0000760", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. This cell has the widest dendritic field and the widest axon terminal of all retinal bipolar cells. The axon terminal is delicate and stratified through sublaminae 4 and 5 of the inner plexiform layer.", + "meaning": "CL:0000760", + "title": "type 8 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000447", + "meaning": "CL:0000447", + "title": "carbohydrate secreting cell" + }, + { + "text": "CL:0002263", + "description": "One of three types of epithelial cells that populate the parathyroid gland; cytological characteristics intermediate between those of the chief cell and of the oxyphil cell. Because only one hormone is produced, the three cell forms are widely believed to be different phases in the life cycle of a single cell type, with the chief cell being its physiologically active stage.", + "meaning": "CL:0002263", + "title": "transitional cell of parathyroid gland" + }, + { + "text": "CL:0002288", + "description": "A cell type that forms the boundary with the surrounding epithelium.", + "meaning": "CL:0002288", + "title": "type V taste receptor cell" + }, + { + "text": "CL:2000053", + "description": "Any endothelial cell that is part of a spleen.", + "meaning": "CL:2000053", + "title": "splenic endothelial cell" + }, + { + "text": "CL:0002671", + "description": "An endothelial stalk cell is a specialized endothelial cell that follows behind the tip cell of an angiogenic sprout.", + "meaning": "CL:0002671", + "title": "endothelial stalk cell" + }, + { + "text": "CL:0000912", + "description": "A effector T cell that provides help in the form of secreted cytokines to other immune cells.", + "meaning": "CL:0000912", + "title": "helper T cell" + }, + { + "text": "CL:0002187", + "description": "A basally situated, mitotically active, columnar-shaped keratinocyte attached to the basement membrane.", + "meaning": "CL:0002187", + "title": "basal cell of epidermis" + }, + { + "text": "CL:0000692", + "description": "A neuroglial cell of the peripheral nervous system inside the basal lamina of the neuromuscular junction providing chemical and physical support to the synapse.", + "meaning": "CL:0000692", + "title": "terminal Schwann cell" + }, + { + "text": "CL:0000193", + "description": "A striated muscle cell of an arthropod heart that participates in heart contraction.", + "meaning": "CL:0000193", + "title": "cardiac muscle cell (sensu Arthopoda)" + }, + { + "text": "CL:0002301", + "description": "A resident stromal cell located in the synovial membrane and responsible for the production of immune-related cytokines and chemokines. This cell type secretes glycoproteins and hyaluronic acid, has abundant granular endoplasmic reticulum, but contains fewer vacuoles and vesicles.", + "meaning": "CL:0002301", + "title": "type B synovial cell" + }, + { + "text": "CL:0001014", + "description": "CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive and CD324-positive.", + "meaning": "CL:0001014", + "title": "CD1a-positive Langerhans cell" + }, + { + "text": "CL:0002346", + "description": "An immature natural killer cell that is NK1.1-positive and DX-5 negative.", + "meaning": "CL:0002346", + "title": "Dx5-negative, NK1.1-positive immature natural killer cell, mouse" + }, + { + "text": "CL:0000495", + "description": "A photoreceptor cell that is sensitive to blue light.", + "meaning": "CL:0000495", + "title": "blue sensitive photoreceptor cell" + }, + { + "text": "CL:0011016", + "description": "A motile sperm cell that contains a slender threadlike microscopic appendage that enables motion.", + "meaning": "CL:0011016", + "title": "flagellated sperm cell" + }, + { + "text": "CL:0005004", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into an erythrophore.", + "meaning": "CL:0005004", + "title": "pigment erythroblast" + }, + { + "text": "CL:4030024", + "description": "An epithelial, transitional cell type between basal and secretory; located in stratified, non-ciliated structures (called hillocks) with high cell turnover in epithelium. In some mammalian species, this cell type has been noted to express KRT13 and is postulated to play a role in squamous barrier function and immunomodulation.", + "meaning": "CL:4030024", + "title": "hillock cell" + }, + { + "text": "CL:0000769", + "description": "A basophil precursor in the granulocytic series, being a cell intermediate in development between a basophilic myelocyte and a band form basophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, CD33-positive, and CD13-positive.", + "meaning": "CL:0000769", + "title": "basophilic metamyelocyte" + }, + { + "text": "CL:2000028", + "description": "Any glutamatergic neuron that is part of a cerebellum.", + "meaning": "CL:2000028", + "title": "cerebellum glutamatergic neuron" + }, + { + "text": "CL:0002389", + "description": "An arthroconidium that has only one nucleus.", + "meaning": "CL:0002389", + "title": "uninucleate arthroconidium" + }, + { + "text": "CL:0002260", + "description": "An epithelial cell of the parathyroid gland.", + "meaning": "CL:0002260", + "title": "epithelial cell of parathyroid gland" + }, + { + "text": "CL:0000171", + "description": "A type of enteocrine cell found in the periphery of the islets of Langerhans that secretes glucagon.", + "meaning": "CL:0000171", + "title": "pancreatic A cell" + }, + { + "text": "CL:0000323", + "meaning": "CL:0000323", + "title": "lysozyme secreting cell" + }, + { + "text": "CL:0008007", + "description": "A muscle cell that is part of some visceral muscle.", + "meaning": "CL:0008007", + "title": "visceral muscle cell" + }, + { + "text": "CL:0002432", + "description": "A CD4-positive, CD8-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.", + "meaning": "CL:0002432", + "title": "CD24-positive, CD4 single-positive thymocyte" + }, + { + "text": "CL:0000979", + "description": "An IgG memory B cell is a class switched memory B cell that is class switched and expresses IgG on the cell surface.", + "meaning": "CL:0000979", + "title": "IgG memory B cell" + }, + { + "text": "CL:0001024", + "description": "CD133-positive hematopoietic stem cell is a hematopoietic stem cell that is CD34-positive, CD90-positive, and CD133-positive.", + "meaning": "CL:0001024", + "title": "CD34-positive, CD38-negative hematopoietic stem cell" + }, + { + "text": "CL:0000899", + "description": "CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, CXCR3-negative, CCR6-positive, and capable of producing IL-17.", + "meaning": "CL:0000899", + "title": "T-helper 17 cell" + }, + { + "text": "CL:0000076", + "meaning": "CL:0000076", + "title": "squamous epithelial cell" + }, + { + "text": "CL:0001078", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive.", + "meaning": "CL:0001078", + "title": "group 3 innate lymphoid cell, human" + }, + { + "text": "CL:0001060", + "description": "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers.", + "meaning": "CL:0001060", + "title": "hematopoietic oligopotent progenitor cell, lineage-negative" + }, + { + "text": "CL:0007002", + "description": "Skeletogenic cell that has the potential to develop into a cementoblast.", + "meaning": "CL:0007002", + "title": "precementoblast" + }, + { + "text": "CL:0008000", + "description": "Any muscle cell in which the fibers are not organised into sarcomeres.", + "meaning": "CL:0008000", + "title": "non-striated muscle cell" + }, + { + "text": "CL:0002621", + "description": "Any epithelial cell that is part of some gingival epithelium.", + "meaning": "CL:0002621", + "title": "gingival epithelial cell" + }, + { + "text": "CL:1001601", + "description": "Hormone secreting cell located in the cortex of adrenal gland. Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids and androgens.", + "meaning": "CL:1001601", + "title": "adrenal gland glandular cell" + }, + { + "text": "CL:0002637", + "description": "An epithelial cell of the anal canal that is keratinized. This cell type is found towards the lower, rectal end of the anal canal.", + "meaning": "CL:0002637", + "title": "keratinized epithelial cell of the anal canal" + }, + { + "text": "CL:2000039", + "description": "Any neuromast support cell that is part of a posterior lateral line.", + "meaning": "CL:2000039", + "title": "posterior lateral line neuromast supporting cell" + }, + { + "text": "CL:1000306", + "description": "A fibroblast that is part of the tunica adventitia of artery.", + "meaning": "CL:1000306", + "title": "fibroblast of tunica adventitia of artery" + }, + { + "text": "CL:0001203", + "description": "A CD8-positive, alpha-beta T cell with memory phenotype indicated by being CD45RO and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.", + "meaning": "CL:0001203", + "title": "CD8-positive, alpha-beta memory T cell, CD45RO-positive" + }, + { + "text": "CL:1000467", + "description": "A chromaffin cell that is part of the left ovary.", + "meaning": "CL:1000467", + "title": "chromaffin cell of left ovary" + }, + { + "text": "CL:0000888", + "description": "A lymph node macrophage found in the cortex of lymph nodes, in particular in and around the germinal centers, and that participates in phagocytosis of apoptotic B cells from the germinal centers.", + "meaning": "CL:0000888", + "title": "lymph node tingible body macrophage" + }, + { + "text": "CL:0000050", + "description": "A progenitor cell committed to the megakaryocyte and erythroid lineages.", + "meaning": "CL:0000050", + "title": "megakaryocyte-erythroid progenitor cell" + }, + { + "text": "CL:0002191", + "description": "A cell involved in the formation of a granulocyte.", + "meaning": "CL:0002191", + "title": "granulocytopoietic cell" + }, + { + "text": "CL:0010010", + "description": "Any stellate neuron that has its soma located in some cerebellum.", + "meaning": "CL:0010010", + "title": "cerebellar stellate cell" + }, + { + "text": "CL:0000436", + "meaning": "CL:0000436", + "title": "vaginal lubricant secreting cell" + }, + { + "text": "CL:0011109", + "description": "A neuron that releases hypocretin as a neurotransmitter.", + "meaning": "CL:0011109", + "title": "hypocretin-secreting neuron" + }, + { + "text": "CL:0001068", + "description": "A group 1 innate lymphoid cell that is non-cytotoxic.", + "meaning": "CL:0001068", + "title": "ILC1" + }, + { + "text": "CL:0002286", + "description": "A taste receptor cell that has a short microvilli, a projecting apical region, a large rounded nucleus, and expresses taste chemoreceptors thus making them the transducing cell for taste qualities.", + "meaning": "CL:0002286", + "title": "type II taste cell" + }, + { + "text": "CL:0000132", + "description": "An hexagonal, flattened, mitochondria-rich endothelial cell that forms a monolayer on the posterior surface of the cornea (the corneal endothelium). Corneal endothelial cells are derived from the neural crest and are responsible for keeping the cornea transparent by maintaining the tissue in a semi-dry state through the action of their ionic pumps and tight junction barrier.", + "meaning": "CL:0000132", + "title": "corneal endothelial cell" + }, + { + "text": "CL:2000087", + "description": "Any basket cell that is part of a dentate gyrus of hippocampal formation.", + "meaning": "CL:2000087", + "title": "dentate gyrus of hippocampal formation basket cell" + }, + { + "text": "CL:2000097", + "description": "Any dopaminergic neuron that is part of a midbrain.", + "meaning": "CL:2000097", + "title": "midbrain dopaminergic neuron" + }, + { + "text": "CL:0003003", + "description": "A mono-stratified retinal ganglion cell that has a small dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S3.", + "meaning": "CL:0003003", + "title": "G2 retinal ganglion cell" + }, + { + "text": "CL:0000492", + "description": "A CD4-positive, alpha-beta T cell that cooperates with other lymphocytes via direct contact or cytokine release to initiate a variety of immune functions.", + "meaning": "CL:0000492", + "title": "CD4-positive helper T cell" + }, + { + "text": "CL:1000452", + "description": "An epithelial cell that is part of the glomerular parietal epithelium.", + "meaning": "CL:1000452", + "title": "parietal epithelial cell" + }, + { + "text": "CL:0000510", + "description": "An epithelial cell found in the basal part of the intestinal glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize and secrete lysozyme and cryptdins. Numerous in the deeper parts of the intestinal crypts, particularly in the duodenum, rich in zinc, contain large acidophilic granules, with irregular apical microvilli and prominent membrane-bound vacuoles containing matrix.", + "meaning": "CL:0000510", + "title": "paneth cell" + }, + { + "text": "CL:0002232", + "description": "An epithelial cell of prostatic duct.", + "meaning": "CL:0002232", + "title": "epithelial cell of prostatic duct" + }, + { + "text": "CL:4023115", + "description": "A spiral ganglion neuron that innervates inner hair cells. Type 1 spiral ganglion neurons are myelinated and bipolar.", + "meaning": "CL:4023115", + "title": "type 1 spiral ganglion neuron" + }, + { + "text": "CL:0002041", + "description": "A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell.", + "meaning": "CL:0002041", + "title": "immature NK T cell stage III" + }, + { + "text": "CL:0000661", + "meaning": "CL:0000661", + "title": "distal tip cell (sensu Nematoda)" + }, + { + "text": "CL:2000064", + "description": "Any epithelial cell that is part of a female gonad.", + "meaning": "CL:2000064", + "title": "ovarian surface epithelial cell" + }, + { + "text": "CL:0002573", + "description": "A glial cell that myelinates or ensheathes axons in the peripheral nervous system.", + "meaning": "CL:0002573", + "title": "Schwann cell" + }, + { + "text": "CL:0000779", + "description": "A specialized multinuclear osteoclast associated with the absorption and removal of bone.", + "meaning": "CL:0000779", + "title": "multinuclear osteoclast" + }, + { + "text": "CL:1000277", + "description": "A smooth muscle cell that is part of the jejunum.", + "meaning": "CL:1000277", + "title": "smooth muscle fiber of jejunum" + }, + { + "text": "CL:0000487", + "description": "A secretory cell of ectodermal origin. This cell may have important functions in fatty acid and hydrocarbon metabolism and is metabolically linked to the fat body and tracheae. This cell is exclusive of arthropods.", + "meaning": "CL:0000487", + "title": "oenocyte" + }, + { + "text": "CL:0000559", + "description": "A precursor in the monocytic series, being a cell intermediate in development between the monoblast and monocyte. This cell is CD11b-positive and has fine azurophil granules.", + "meaning": "CL:0000559", + "title": "promonocyte" + }, + { + "text": "CL:0000920", + "description": "CD8-positive, alpha-beta positive regulatory T cell with the phenotype CD28-negative and FoxP3-positive.", + "meaning": "CL:0000920", + "title": "CD8-positive, CD28-negative, alpha-beta regulatory T cell" + }, + { + "text": "CL:0000562", + "description": "An erythrocyte having a nucleus.", + "meaning": "CL:0000562", + "title": "nucleate erythrocyte" + }, + { + "text": "CL:0003012", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field and a medium dendritic arbor with post synaptic terminals in sublaminar layer S1 and S2.", + "meaning": "CL:0003012", + "title": "G9 retinal ganglion cell" + }, + { + "text": "CL:0008008", + "description": "A visceral muscle cell that is striated. Examples include the visceral muscle cells of arhtropods.", + "meaning": "CL:0008008", + "title": "striated visceral muscle cell" + }, + { + "text": "CL:0002480", + "description": "A goblet cell located in the nasal epithelium.", + "meaning": "CL:0002480", + "title": "nasal mucosa goblet cell" + }, + { + "text": "CL:4030040", + "description": "A ciliated cell of the endometrial epithelium. The cilia of this cell type help move mucus from glandular tissue of the endometrium.", + "meaning": "CL:4030040", + "title": "endometrial ciliated epithelial cell" + }, + { + "text": "CL:4023023", + "description": "A lamp 5 GABAergic cortical interneuron with neurogliaform morphology with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 cells are medial ganglionic eminence (MGE)-derived", + "meaning": "CL:4023023", + "title": "L5,6 neurogliaform lamp5 GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0011104", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer.", + "meaning": "CL:0011104", + "title": "interplexiform cell" + }, + { + "text": "CL:0000918", + "description": "A CD8-positive, alpha-beta positive T cell expressing GATA-3 and secreting IL-4.", + "meaning": "CL:0000918", + "title": "Tc2 cell" + }, + { + "text": "CL:0000938", + "description": "NK cell that has the phenotype CD56-bright, CD16-negative, and CD84-positive with the function to secrete interferon-gamma but is not cytotoxic.", + "meaning": "CL:0000938", + "title": "CD16-negative, CD56-bright natural killer cell, human" + }, + { + "text": "CL:4023130", + "description": "A neuron that expresses kisspeptin. These neurons are predominantly located in the hypothalamus, but also found in other parts of the brain including the hippocampal dentate gyrus.", + "meaning": "CL:4023130", + "title": "kisspeptin neuron" + }, + { + "text": "CL:4030051", + "description": "A DRD1-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.", + "meaning": "CL:4030051", + "title": "nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron" + }, + { + "text": "CL:0002111", + "description": "An CD38-negative unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002111", + "title": "CD38-negative unswitched memory B cell" + }, + { + "text": "CL:1000349", + "description": "A basal cell found in the bronchus epithelium.", + "meaning": "CL:1000349", + "title": "basal cell of epithelium of bronchus" + }, + { + "text": "CL:4033050", + "description": "A neuron that releases catecholamine as a neurotransmitter.", + "meaning": "CL:4033050", + "title": "catecholaminergic neuron" + }, + { + "text": "CL:0000927", + "description": "A mature NK T cell that predominantly secretes type 2 cytokines such as interleukin-4 and interleukin-13 and enhances type 2 immune responses.", + "meaning": "CL:0000927", + "title": "CD4-positive type I NK T cell secreting interleukin-4" + }, + { + "text": "CL:0011026", + "description": "A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses.", + "meaning": "CL:0011026", + "title": "progenitor cell" + }, + { + "text": "CL:0002529", + "description": "A dermal dendritic cell that is CD1a-positive and CD14-negative.", + "meaning": "CL:0002529", + "title": "CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0000623", + "description": "A lymphocyte that can spontaneously kill a variety of target cells without prior antigenic activation via germline encoded activation receptors and also regulate immune responses via cytokine release and direct contact with other cells.", + "meaning": "CL:0000623", + "title": "natural killer cell" + }, + { + "text": "CL:0000791", + "description": "A alpha-beta T cell that has a mature phenotype.", + "meaning": "CL:0000791", + "title": "mature alpha-beta T cell" + }, + { + "text": "CL:1000073", + "description": "Any radial glial cell that is part of some spinal cord.", + "meaning": "CL:1000073", + "title": "spinal cord radial glial cell" + }, + { + "text": "CL:0000317", + "description": "A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.", + "meaning": "CL:0000317", + "title": "sebum secreting cell" + }, + { + "text": "CL:0000953", + "description": "A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-negative, composed of surrogate light chain protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA rearrangement of immunoglobulin light chain genes.", + "meaning": "CL:0000953", + "title": "preBCR-negative large pre-B-II cell" + }, + { + "text": "CL:1000548", + "description": "An epithelial cell that is part of an outer medullary collecting duct.", + "meaning": "CL:1000548", + "title": "kidney outer medulla collecting duct epithelial cell" + }, + { + "text": "CL:1000483", + "description": "A Purkinje myocyte that is part of the internodal tract.", + "meaning": "CL:1000483", + "title": "Purkinje myocyte of internodal tract" + }, + { + "text": "CL:0001070", + "description": "An adipocyte that is beige in color, thermogenic, and which differentiates in white fat tissue from a Myf5-negative progenitor.", + "meaning": "CL:0001070", + "title": "beige adipocyte" + }, + { + "text": "CL:0003051", + "description": "A cone cell that detects ultraviolet (UV) wavelength light.", + "meaning": "CL:0003051", + "title": "UV cone cell" + }, + { + "text": "CL:0011005", + "description": "An interneuron that uses GABA as a vesicular neurotransmitter. These interneurons are inhibitory", + "meaning": "CL:0011005", + "title": "GABAergic interneuron" + }, + { + "text": "CL:0002055", + "description": "An immature B cell that is CD38-negative, CD10-low, CD21-low, and CD22-high.", + "meaning": "CL:0002055", + "title": "CD38-negative immature B cell" + }, + { + "text": "CL:1000715", + "description": "Any renal intercalated cell that is part of some cortical collecting duct.", + "meaning": "CL:1000715", + "title": "kidney cortex collecting duct intercalated cell" + }, + { + "text": "CL:0002324", + "description": "A myoepithelial cell that is part of a mammary gland and is located in the basal layer. During lactation, a basal-myoepithelial cell of mammary gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial cell of mammary gland can be identified by high levels of CD49f and low levels of EpCAM.", + "meaning": "CL:0002324", + "title": "basal-myoepithelial cell of mammary gland" + }, + { + "text": "CL:0002378", + "description": "A double negative thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive and is found in the fetal thymus.", + "meaning": "CL:0002378", + "title": "immature Vgamma2-positive fetal thymocyte" + }, + { + "text": "CL:1000384", + "description": "A type II vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.", + "meaning": "CL:1000384", + "title": "type 2 vestibular sensory cell of epithelium of macula of saccule of membranous labyrinth" + }, + { + "text": "CL:3000003", + "description": "Sympathetic cholinergic neuron.", + "meaning": "CL:3000003", + "title": "sympathetic cholinergic neuron" + }, + { + "text": "CL:4042004", + "description": "A choroid plexus macrophage that is part of the apical surface of some choroid plexus epithelium. This macrophage has a star-like shaped body.", + "meaning": "CL:4042004", + "title": "choroid epiplexus macrophage" + }, + { + "text": "CL:0003023", + "description": "A retinal ganglion cell C outer that has dense dendritic diversity.", + "meaning": "CL:0003023", + "title": "retinal ganglion cell C6" + }, + { + "text": "CL:0002396", + "description": "A patrolling monocyte that is CD14-low and CD16-positive.", + "meaning": "CL:0002396", + "title": "CD14-low, CD16-positive monocyte" + }, + { + "text": "CL:1000697", + "meaning": "CL:1000697", + "title": "kidney interstitial suppressor macrophage" + }, + { + "text": "CL:0000306", + "meaning": "CL:0000306", + "title": "crystallin accumulating cell" + }, + { + "text": "CL:0002264", + "description": "A type of enteroendocrine cell found in the stomach that secretes glucagon.", + "meaning": "CL:0002264", + "title": "type A cell of stomach" + }, + { + "text": "CL:4023040", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layers L2/3-6.", + "meaning": "CL:4023040", + "title": "L2/3-6 intratelencephalic projecting glutamatergic neuron" + } + ], "reachable_from": { "source_ontology": "obo:cl", "source_nodes": [ @@ -1068,6 +17428,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1083,6 +17444,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1113,6 +17475,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1133,6 +17496,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" } ], @@ -1338,9 +17702,9 @@ ], "metamodel_version": "1.7.0", "source_file": "BICAN_schema.yaml", - "source_file_date": "2024-08-06T17:24:29", - "source_file_size": 28613, - "generation_date": "2024-08-06T17:24:36", + "source_file_date": "2024-09-16T15:20:56", + "source_file_size": 778991, + "generation_date": "2024-09-16T15:21:14", "@type": "SchemaDefinition", "@context": [ "project/jsonld/BICAN_schema.context.jsonld", diff --git a/project/jsonld/CAP_schema.context.jsonld b/project/jsonld/CAP_schema.context.jsonld index 2081a56..8dbb5d3 100644 --- a/project/jsonld/CAP_schema.context.jsonld +++ b/project/jsonld/CAP_schema.context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-08-06T17:24:38", + "generation_date": "2024-09-16T15:21:21", "source": "CAP_schema.yaml" }, "@context": { diff --git a/project/jsonld/CAP_schema.jsonld b/project/jsonld/CAP_schema.jsonld index e044c48..fdd5de0 100644 --- a/project/jsonld/CAP_schema.jsonld +++ b/project/jsonld/CAP_schema.jsonld @@ -381,6 +381,16366 @@ "name": "CellTypeEnum", "definition_uri": "https://cellular-semantics.sanger.ac.uk/ontology/CAS/CellTypeEnum", "from_schema": "https://cellular-semantics.sanger.ac.uk/ontology/CAS", + "permissible_values": [ + { + "text": "CL:0019019", + "description": "A smooth muscle cell that is part of the tracheobronchial tree.", + "meaning": "CL:0019019", + "title": "tracheobronchial smooth muscle cell" + }, + { + "text": "CL:0011105", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer, using dopamine.", + "meaning": "CL:0011105", + "title": "dopamanergic interplexiform cell" + }, + { + "text": "CL:0000057", + "description": "A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped.", + "meaning": "CL:0000057", + "title": "fibroblast" + }, + { + "text": "CL:0002656", + "description": "A glandular epithelial cell of the endometrium.", + "meaning": "CL:0002656", + "title": "glandular cell of endometrium" + }, + { + "text": "CL:0002224", + "description": "A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth.", + "meaning": "CL:0002224", + "title": "lens epithelial cell" + }, + { + "text": "CL:4030031", + "description": "Any cell that is located within the interstitium between the cells most prominent in defining a given tissue. \"Interstitial cell\" is a morphological term and refers to a variety of cells with differing origins and phenotypes.", + "meaning": "CL:4030031", + "title": "interstitial cell" + }, + { + "text": "CL:0002625", + "description": "A cell of the seminiferous tubule epithelium.", + "meaning": "CL:0002625", + "title": "seminiferous tubule epithelial cell" + }, + { + "text": "CL:1000490", + "description": "A mesothelial cell that is part of the peritoneum.", + "meaning": "CL:1000490", + "title": "mesothelial cell of peritoneum" + }, + { + "text": "CL:0000801", + "description": "A mature gamma-delta T cell that is found in the columnar epithelium of the gastrointestinal tract. These cells participate in mucosal immune responses.", + "meaning": "CL:0000801", + "title": "gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002116", + "description": "A B220-low CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-low, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002116", + "title": "B220-low CD38-positive unswitched memory B cell" + }, + { + "text": "CL:0000578", + "description": "A cell in vitro that has undergone physical changes as a consequence of a deliberate and specific experimental procedure.", + "meaning": "CL:0000578", + "title": "experimentally modified cell in vitro" + }, + { + "text": "CL:0000618", + "meaning": "CL:0000618", + "title": "sheath cell" + }, + { + "text": "CL:0000435", + "meaning": "CL:0000435", + "title": "alkali secreting cell" + }, + { + "text": "CL:0000654", + "description": "A primary oocyte is an oocyte that has not completed female meosis I.", + "meaning": "CL:0000654", + "title": "primary oocyte" + }, + { + "text": "CL:0002130", + "description": "A cardiac myocyte of the interatrial region of the heart.", + "meaning": "CL:0002130", + "title": "regular interatrial cardiac myocyte" + }, + { + "text": "CL:0017003", + "description": "An epithelial cell that is part of the prostatic urethra.", + "meaning": "CL:0017003", + "title": "epithelial cell of prostatic urethra" + }, + { + "text": "CL:0002038", + "description": "A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high and PD1-high, and stimulates follicular B cells to undergo class-switching and antibody production.", + "meaning": "CL:0002038", + "title": "T follicular helper cell" + }, + { + "text": "CL:0002311", + "description": "An acidophilic cell of the anterior pituitary that produces prolactin.", + "meaning": "CL:0002311", + "title": "mammotroph" + }, + { + "text": "CL:0000722", + "meaning": "CL:0000722", + "title": "cystoblast" + }, + { + "text": "CL:0000059", + "description": "Skeletogenic cell that produces enamel, overlies the odontogenic papilla, and arises from the differentiation of a preameloblast cell.", + "meaning": "CL:0000059", + "title": "ameloblast" + }, + { + "text": "CL:0000160", + "description": "A cell of the epithelial lining that produce and secrete mucins.", + "meaning": "CL:0000160", + "title": "goblet cell" + }, + { + "text": "CL:0002680", + "description": "A PP cell found in intestine.", + "meaning": "CL:0002680", + "title": "PP cell of intestine" + }, + { + "text": "CL:0002382", + "description": "A conidium that has more than one nucleus.", + "meaning": "CL:0002382", + "title": "multinucleate conidium" + }, + { + "text": "CL:0002027", + "description": "A megakaryocyte cell with is CD9-positive and CD41-positive.", + "meaning": "CL:0002027", + "title": "CD9-positive, CD41-positive megakaryocyte cell" + }, + { + "text": "CL:4033024", + "description": "A basal cell that is part of a duct of an airway submucosal gland.", + "meaning": "CL:4033024", + "title": "airway submucosal gland duct basal cell" + }, + { + "text": "CL:0010017", + "description": "A zygote in a plant or an animal.", + "meaning": "CL:0010017", + "title": "zygote" + }, + { + "text": "CL:0000815", + "description": "A T cell which regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000815", + "title": "regulatory T cell" + }, + { + "text": "CL:0002319", + "description": "A cell that is part of the nervous system.", + "meaning": "CL:0002319", + "title": "neural cell" + }, + { + "text": "CL:0011113", + "description": "Neuron found in the spiral ganglion.", + "meaning": "CL:0011113", + "title": "spiral ganglion neuron" + }, + { + "text": "CL:0000662", + "meaning": "CL:0000662", + "title": "neuroglioblast (sensu Nematoda)" + }, + { + "text": "CL:0002292", + "description": "A round or oval neuroepithelial cell that contacts other type I cells or capillaries. They occur in clusters that are surrounded by sheath cells (type-II cells) in the carotid body. This cell type is capable of secreting a number of neurotransmitters.", + "meaning": "CL:0002292", + "title": "type I cell of carotid body" + }, + { + "text": "CL:0000067", + "description": "An epithelial cell that has a cilia.", + "meaning": "CL:0000067", + "title": "ciliated epithelial cell" + }, + { + "text": "CL:0002181", + "description": "A neck cell that secretes mucus within the stomach. Its products are distinct histochemically from those of the surface mucous cells of stomach.", + "meaning": "CL:0002181", + "title": "mucous neck cell of gastric gland" + }, + { + "text": "CL:0004214", + "description": "A type of type 3 cone bipolar cell with distinctive crescent-shaped dendrites.", + "meaning": "CL:0004214", + "title": "type 3b cone bipolar cell" + }, + { + "text": "CL:0000594", + "description": "An elongated, spindle-shaped, cell that is located between the basal lamina and the plasmalemma of a muscle fiber. These cells are mostly quiescent, but upon activation they divide to produce cells that generate new muscle fibers.", + "meaning": "CL:0000594", + "title": "skeletal muscle satellite cell" + }, + { + "text": "CL:0002520", + "description": "An insect excretory cell that regulates hemolymph composition by filtration and filtrate endocytosis.", + "meaning": "CL:0002520", + "title": "nephrocyte" + }, + { + "text": "CL:0002627", + "description": "A mature astrocyte that is capable of producing cytokines.", + "meaning": "CL:0002627", + "title": "mature astrocyte" + }, + { + "text": "CL:0004225", + "description": "A broadly stratifying amacrine cell with a small dendritic field, straight dendrites and post-synaptic terminals in S1, S2, and S3.", + "meaning": "CL:0004225", + "title": "spider amacrine cell" + }, + { + "text": "CL:0002422", + "description": "A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes.", + "meaning": "CL:0002422", + "title": "enucleated reticulocyte" + }, + { + "text": "CL:0000570", + "description": "A neuroepithelial cells that occurs singly or in small groups, close to the outer follicular borders but within the follicular basement membrane of the thyroid. Expresses a form of the neural cell adhesion molecule (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine.", + "meaning": "CL:0000570", + "title": "parafollicular cell" + }, + { + "text": "CL:0000599", + "description": "An asexual, nonmotile spore formed by higher fungi; conidia are usually made from the side or tip of specialized sporogenous cells and do not form by progressive cleavage of the cytoplasm.", + "meaning": "CL:0000599", + "title": "conidium" + }, + { + "text": "CL:0002570", + "description": "A mesenchymal stem cell of adipose tissue.", + "meaning": "CL:0002570", + "title": "mesenchymal stem cell of adipose tissue" + }, + { + "text": "CL:0000499", + "description": "A connective tissue cell of an organ found in the loose connective tissue. These are most often associated with the uterine mucosa and the ovary as well as the hematopoietic system and elsewhere.", + "meaning": "CL:0000499", + "title": "stromal cell" + }, + { + "text": "CL:0000077", + "description": "A flattened epithelial cell of mesenchymal origin that lines the serous cavity.", + "meaning": "CL:0000077", + "title": "mesothelial cell" + }, + { + "text": "CL:1000337", + "description": "An enterocyte that is part of the epithelium of duodenal gland.", + "meaning": "CL:1000337", + "title": "enterocyte of epithelium of duodenal gland" + }, + { + "text": "CL:0002283", + "description": "An epithelial cell of the mucosa associated with facial skeleton.", + "meaning": "CL:0002283", + "title": "ecto-epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0002457", + "description": "A Langerhans cell that is in the epidermis and is CD45-positive, MHCII-positive, and CD11b-positive.", + "meaning": "CL:0002457", + "title": "epidermal Langerhans cell" + }, + { + "text": "CL:0002556", + "description": "A fibroblast of the periodontium.", + "meaning": "CL:0002556", + "title": "fibroblast of periodontium" + }, + { + "text": "CL:0002155", + "description": "A crenated erythrocyte with 30+ crenations, bumps or spurs that are the result of damage due to age or disease.", + "meaning": "CL:0002155", + "title": "echinocyte" + }, + { + "text": "CL:0002406", + "description": "A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.", + "meaning": "CL:0002406", + "title": "immature Vgamma2-positive thymocyte" + }, + { + "text": "CL:0001072", + "description": "An innate lymphoid cell in the human with the phenotype CD34-negative, CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells.", + "meaning": "CL:0001072", + "title": "CD34-negative, CD117-positive innate lymphoid cell, human" + }, + { + "text": "CL:0009035", + "description": "A stromal cell found in the lamina propria of the vermiform appendix.", + "meaning": "CL:0009035", + "title": "stromal cell of lamina propria of vermiform appendix" + }, + { + "text": "CL:0000473", + "description": "A cell whose primary function is to protect the organism.", + "meaning": "CL:0000473", + "title": "defensive cell" + }, + { + "text": "CL:0000109", + "meaning": "CL:0000109", + "title": "adrenergic neuron" + }, + { + "text": "CL:0000518", + "description": "A phagocyte in vertebrates that is able to phagocytosis.", + "meaning": "CL:0000518", + "title": "phagocyte (sensu Vertebrata)" + }, + { + "text": "CL:4023010", + "description": "A GABAergic cortical interneuron that is strongly labelled for \u03b17 nAChRs. These cells have soma found in L1 and have multipolar dendrites with vertically descending axonal collaterals that project deep into the column, usually branching and terminating in L5A.", + "meaning": "CL:4023010", + "title": "alpha7 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:1001428", + "description": "A urothelial cell that is part of the urothelium of the urinary bladder.", + "meaning": "CL:1001428", + "title": "bladder urothelial cell" + }, + { + "text": "CL:4033014", + "description": "A small, narrow, peg-shaped epithelial cell with little cytoplasm that is part of oviduct epithelium. This cell is rarer than the ciliated and secretory epithelial cells of the fallopian tube epithelium and is often found intercalated between them. Peg cells are generally distributed basally along the epithelium and have been found in high concentrations at the fimbriated, distal end of the fallopian tube in humans. It may have a regenerative/stem-cell function. In humans, markers include EPCAM, CD44, and ITGA6.", + "meaning": "CL:4033014", + "title": "peg cell" + }, + { + "text": "CL:0000212", + "description": "A cell that takes up and metabolizes substances.", + "meaning": "CL:0000212", + "title": "absorptive cell" + }, + { + "text": "CL:0000611", + "description": "Any granulocytopoietic cell that has part some transcription factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has part some erythroid transcription factor and lacks plasma membrane part some CD19 molecule and lacks plasma membrane part some CD4 molecule and lacks plasma membrane part some integrin alpha-M and lacks plasma membrane part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks plasma membrane part some membrane-spanning 4-domains subfamily A member 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and lacks plasma membrane part some CD14 molecule and lacks plasma membrane part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha chain and has plasma membrane part some interleukin-5 receptor subunit alpha and has plasma membrane part some mast/stem cell growth factor receptor and is capable of some eosinophil differentiation.", + "meaning": "CL:0000611", + "title": "eosinophil progenitor cell" + }, + { + "text": "CL:1000597", + "description": "A cell that is part of a tip of a renal papilla.", + "meaning": "CL:1000597", + "title": "papillary tips cell" + }, + { + "text": "CL:0000198", + "description": "The peripheral receptor for pain. Includes receptors which are sensitive to painful mechanical stimuli, extreme heat or cold, and chemical stimuli. All mammalian nociceptors are free nerve endings.", + "meaning": "CL:0000198", + "title": "pain receptor cell" + }, + { + "text": "CL:0002622", + "description": "A stromal cell of the prostate.", + "meaning": "CL:0002622", + "title": "prostate stromal cell" + }, + { + "text": "CL:0000759", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is narrowly stratified and are found just below a calretinin-expressing band in sublamina 4 of the inner plexiform layer.", + "meaning": "CL:0000759", + "title": "type 7 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002342", + "description": "A circulating endothelial cell of the phenotype CD146-positive, CD105-positive, CD45-negative. This cell type is indicative of recent vascular damage.", + "meaning": "CL:0002342", + "title": "circulating endothelial cell" + }, + { + "text": "CL:0000357", + "meaning": "CL:0000357", + "title": "stratified epithelial stem cell" + }, + { + "text": "CL:1000368", + "description": "A transitional myocyte that is part of the anterior division of left branch of atrioventricular bundle.", + "meaning": "CL:1000368", + "title": "transitional myocyte of anterior division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0005025", + "description": "A motor neuron that synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles and glands of the pulmonary, cardiovascular, and gastrointestinal systems.", + "meaning": "CL:0005025", + "title": "visceromotor neuron" + }, + { + "text": "CL:1000279", + "description": "A smooth muscle cell that is part of the large intestine.", + "meaning": "CL:1000279", + "title": "smooth muscle cell of large intestine" + }, + { + "text": "CL:0002140", + "description": "A sebum secreting cell of the skin that secretes sebum into the hair follicles.", + "meaning": "CL:0002140", + "title": "acinar cell of sebaceous gland" + }, + { + "text": "CL:1000376", + "description": "A Purkinje myocyte that is part of the interventricular septum.", + "meaning": "CL:1000376", + "title": "Purkinje myocyte of interventricular septum" + }, + { + "text": "CL:2000085", + "description": "Any mononuclear cell that is part of a umbilical cord.", + "meaning": "CL:2000085", + "title": "mononuclear cell of umbilical cord" + }, + { + "text": "CL:0000775", + "description": "Any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes.", + "meaning": "CL:0000775", + "title": "neutrophil" + }, + { + "text": "CL:0000748", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner plexiform layer.", + "meaning": "CL:0000748", + "title": "retinal bipolar neuron" + }, + { + "text": "CL:0002026", + "description": "A megakaryocyte progenitor cell that is CD34-negative, CD41-positive and CD42-positive.", + "meaning": "CL:0002026", + "title": "CD34-negative, CD41-positive, CD42-positive megakaryocyte cell" + }, + { + "text": "CL:0002451", + "description": "A multi-fate stem cell that is the source of cells for growth of the mammary gland during puberty and gestation. This cell type gives rise to both the luminal and myoepithelial cell types of the gland, and have been shown to have the ability to regenerate the entire organ in mice. This cell type also plays an important role in carcinogenesis of the breast. This cell type is Lin-, CD24-positive, CD29-hi.", + "meaning": "CL:0002451", + "title": "mammary stem cell" + }, + { + "text": "CL:0002404", + "description": "A thymocyte found in the fetal thymus.", + "meaning": "CL:0002404", + "title": "fetal thymocyte" + }, + { + "text": "CL:0002243", + "description": "A circular smooth muscle cell of the iris, innervated by the ciliary nerves (parasympathetic), and acting to contract the pupil. This muscle cell derives from neuroectoderm. This smooth muscle cell results from transformation of epithelial cells to smooth muscle cells.", + "meaning": "CL:0002243", + "title": "smooth muscle cell of sphincter of pupil" + }, + { + "text": "CL:0002546", + "description": "An endothelial progenitor cell that participates in angiogenesis during development.", + "meaning": "CL:0002546", + "title": "embryonic blood vessel endothelial progenitor cell" + }, + { + "text": "CL:0002493", + "description": "A polarized cell that is juxtaposed to fibrocytes in the underlying spiral ligament. This cell type secretes potassium ions derived from fibrocytes through gap junctions.", + "meaning": "CL:0002493", + "title": "strial basal cell" + }, + { + "text": "CL:1001124", + "description": "Any peritubular capillary endothelial cell that is part of some renal cortex peritubular capillary.", + "meaning": "CL:1001124", + "title": "kidney cortex peritubular capillary cell" + }, + { + "text": "CL:0000112", + "meaning": "CL:0000112", + "title": "columnar neuron" + }, + { + "text": "CL:4023123", + "description": "A kisspeptin neuron that is located in the hypothalamus. These neurons project to and activate gonadotrophin-releasing hormone neurons (acting via the kisspeptin receptor) in the hypothalamus and stimulate the secretion of gonadotrophin-releasing hormone.", + "meaning": "CL:4023123", + "title": "hypothalamus kisspeptin neuron" + }, + { + "text": "CL:0000352", + "description": "A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation.", + "meaning": "CL:0000352", + "title": "epiblast cell" + }, + { + "text": "CL:1001109", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal cortex.", + "meaning": "CL:1001109", + "title": "kidney loop of Henle cortical thick ascending limb epithelial cell" + }, + { + "text": "CL:2000095", + "description": "Any hematopoietic stem cell that is part of a umbilical cord blood.", + "meaning": "CL:2000095", + "title": "cord blood hematopoietic stem cell" + }, + { + "text": "CL:4033056", + "description": "A differentiated flat keratinocyte that is part of a nail plate. An onychocyte is firmly adherent and does not desquamate.", + "meaning": "CL:4033056", + "title": "onychocyte" + }, + { + "text": "CL:0002280", + "description": "An enteroendocrine cell found in the ileum and jejunum that produces neurotensin.", + "meaning": "CL:0002280", + "title": "type N enteroendocrine cell" + }, + { + "text": "CL:1000465", + "description": "A chromaffin cell that is part of the ovary.", + "meaning": "CL:1000465", + "title": "chromaffin cell of ovary" + }, + { + "text": "CL:0000889", + "description": "An immature myeloid leukocyte of heterogeneous phenotype found particularly in cancer and sepsis patients that is capable of suppressing activity of T cells in ex vivo assays. This cell type is CD45-positive, CD11b-positive.", + "meaning": "CL:0000889", + "title": "myeloid suppressor cell" + }, + { + "text": "CL:0002008", + "description": "A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell.", + "meaning": "CL:0002008", + "title": "CD34-positive, CD38-positive eosinophil progenitor cell" + }, + { + "text": "CL:4030033", + "description": "An endothelial cell that lines a surface of a cardiac valve leaflet. Along with valve interstitial cells, a valve endothelial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.", + "meaning": "CL:4030033", + "title": "valve endothelial cell" + }, + { + "text": "CL:0000632", + "description": "A cell that is found in the perisinusoidal space of the liver that is capable of multiple roles including storage of retinol, presentation of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, production of extracellular matrix components that can contribute to liver fibrosis. This activated state has a myofibroblast-like phenotype, though it's not clear in the literature if this is terminally differentiated. This cell type comprises approximately 8-15% of total cells in the liver.", + "meaning": "CL:0000632", + "title": "hepatic stellate cell" + }, + { + "text": "CL:0000342", + "description": "Any animal cell containing pigment granules.", + "meaning": "CL:0000342", + "title": "pigment cell (sensu Vertebrata)" + }, + { + "text": "CL:0000832", + "description": "A myeloblast committed to the eosinophil lineage.", + "meaning": "CL:0000832", + "title": "eosinophilic myeloblast" + }, + { + "text": "CL:4042008", + "description": "A cell type located in the first layer of the neocortex with radial protrusions extending transversely into the deeper cortex layers, herby facilitating communication across neurons, astrocytes, capillaries, meninges and cerebrospinal fluid through contact with neurons, pia mater and capillaries.", + "meaning": "CL:4042008", + "title": "fibrous astrocyte" + }, + { + "text": "CL:1001451", + "description": "A sensory neuron of the dorsal root ganglia that senses body position and sends information about how much the muscle is stretched to the spinal cord.", + "meaning": "CL:1001451", + "title": "sensory neuron of dorsal root ganglion" + }, + { + "text": "CL:0002607", + "description": "A neural crest cell that gives rise to cells of the enteric nervous system.", + "meaning": "CL:0002607", + "title": "migratory enteric neural crest cell" + }, + { + "text": "CL:4033062", + "description": "A trophoblast cell that invades the uterine wall to anchor the placenta to the uterus. An interstitial extravillous trophoblast cell differentiates from an extravillous trophoblast cell, becoming hyperchromatic and changing its morphology to a fibroblast-like spindle-shaped cell. In humans, this cell can be distinguished by the expression of placental-specific protein 8, which stimulates migration.", + "meaning": "CL:4033062", + "title": "interstitial extravillous trophoblast cell" + }, + { + "text": "CL:1000437", + "description": "An epithelial cell that is part of the nasolacrimal duct.", + "meaning": "CL:1000437", + "title": "epithelial cell of nasolacrimal duct" + }, + { + "text": "CL:0011106", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer using GABA.", + "meaning": "CL:0011106", + "title": "GABAnergic interplexiform cell" + }, + { + "text": "CL:1000312", + "description": "A goblet cell that is part of the epithelium of bronchus.", + "meaning": "CL:1000312", + "title": "bronchial goblet cell" + }, + { + "text": "CL:1000327", + "description": "A goblet cell that is part of the epithelium proper of appendix.", + "meaning": "CL:1000327", + "title": "appendix goblet cell" + }, + { + "text": "CL:0008048", + "description": "A glutamatergic motor neuron with a soma in the brainstem or cerebral cortex. They do not synapse directly to muscles but rather to lower motor neurons, which do. They are the main controllers of voluntary movement.", + "meaning": "CL:0008048", + "title": "upper motor neuron" + }, + { + "text": "CL:0000857", + "description": "A skeletal muscle myoblast that differentiates into slow muscle fibers.", + "meaning": "CL:0000857", + "title": "slow muscle myoblast" + }, + { + "text": "CL:1000239", + "description": "Any glial cell that is part of some anterior lateral line nerve.", + "meaning": "CL:1000239", + "title": "anterior lateral line nerve glial cell" + }, + { + "text": "CL:0002329", + "description": "An epithelial cell type that lacks the columnar shape typical for other respiratory epithelial cells. This cell type is able to differentiate into other respiratory epithelial cells in response to injury.", + "meaning": "CL:0002329", + "title": "basal epithelial cell of tracheobronchial tree" + }, + { + "text": "CL:0004230", + "description": "A bistratified amacrine cell with a small dendritic field that has post-synaptic terminals in S1 and the border of S1-S2, and termination of a second arbor within the border of S2-S3 and S3.", + "meaning": "CL:0004230", + "title": "diffuse bistratified amacrine cell" + }, + { + "text": "CL:0002144", + "description": "An endothelial cell found in capillaries.", + "meaning": "CL:0002144", + "title": "capillary endothelial cell" + }, + { + "text": "CL:1001021", + "description": "Any kidney loop of Henle epithelial cell that is part of some descending limb of loop of Henle.", + "meaning": "CL:1001021", + "title": "kidney loop of Henle descending limb epithelial cell" + }, + { + "text": "CL:0008010", + "description": "A cranial motor neuron whose soma is located in the midbrain andor hindbrain and which innervates the skeletal muscles of the eye or tongue.", + "meaning": "CL:0008010", + "title": "cranial somatomotor neuron" + }, + { + "text": "CL:0002118", + "description": "A CD38-negative IgG-negative memory B cell is a IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-negative and IgG-negative.", + "meaning": "CL:0002118", + "title": "CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:4023064", + "description": "An interneuron that is derived from the caudal ganglionic eminence.", + "meaning": "CL:4023064", + "title": "caudal ganglionic eminence derived interneuron" + }, + { + "text": "CL:0000878", + "description": "A tissue-resident macrophage found in the central nervous system.", + "meaning": "CL:0000878", + "title": "central nervous system macrophage" + }, + { + "text": "CL:0009051", + "description": "A T cell that is located in the anorectum.", + "meaning": "CL:0009051", + "title": "T cell of anorectum" + }, + { + "text": "CL:0019001", + "description": "Any serous secreting cell that is part of the tracheobronchial epithelium.", + "meaning": "CL:0019001", + "title": "tracheobronchial serous cell" + }, + { + "text": "CL:1001100", + "description": "Any smooth muscle cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001100", + "title": "kidney efferent arteriole smooth muscle cell" + }, + { + "text": "CL:0002571", + "description": "A mesenchymal stem cell of liver.", + "meaning": "CL:0002571", + "title": "hepatic mesenchymal stem cell" + }, + { + "text": "CL:0008035", + "description": "Any vascular associated smooth muscle cell that is part of some microcirculatory vessel.", + "meaning": "CL:0008035", + "title": "microcirculation associated smooth muscle cell" + }, + { + "text": "CL:0003045", + "description": "A bistratified ganglion cell with larger, asymetric dendritic fields that terminate in S2 and S4.", + "meaning": "CL:0003045", + "title": "M12 retinal ganglion cell" + }, + { + "text": "CL:0002666", + "description": "An otic fibrocyte that underlies the spiral prominence and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002666", + "title": "type 2 otic fibrocyte" + }, + { + "text": "CL:4023044", + "description": "An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that does not project to the medulla. Non-MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.", + "meaning": "CL:4023044", + "title": "non-medulla, extratelencephalic-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002085", + "description": "Specialized elongated ventricular ependymal cell that has processes that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts seen in developing brain. Found in the adult brain in the third ventricle, cerebral aqueduct, spinal canal and floor of the fourth ventricle.", + "meaning": "CL:0002085", + "title": "tanycyte" + }, + { + "text": "CL:1001142", + "description": "Any kidney cortex vein cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001142", + "title": "arcuate vein cell" + }, + { + "text": "CL:0002661", + "description": "A luminal cell of terminal ducts, i.e.e the terminal branch of a lactiferous duct which alveolar cells drain into.", + "meaning": "CL:0002661", + "title": "luminal cell of lactiferous terminal ductal lobular unit" + }, + { + "text": "CL:0000146", + "meaning": "CL:0000146", + "title": "simple columnar epithelial cell" + }, + { + "text": "CL:0002089", + "description": "A group 2 innate lymphoid cell in the mouse capable of secreting IL-13 in response to a helminth infection. This cell is lineage-negative, ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive.", + "meaning": "CL:0002089", + "title": "group 2 innate lymphoid cell, mouse" + }, + { + "text": "CL:0000507", + "description": "A peptide hormone secreting cell that secretes endorphin.", + "meaning": "CL:0000507", + "title": "endorphin secreting cell" + }, + { + "text": "CL:0000246", + "meaning": "CL:0000246", + "title": "Mauthner neuron" + }, + { + "text": "CL:0002016", + "description": "A polychromatiic erythroblast that is Gly-A-positive and CD71-low.", + "meaning": "CL:0002016", + "title": "CD71-low, GlyA-positive polychromatic erythroblast" + }, + { + "text": "CL:0002526", + "description": "A dermal dendritic cell that is CD1a-negative and CD14-positive.", + "meaning": "CL:0002526", + "title": "CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0002514", + "description": "A CD8alpha alpha positive gamma-delta intraepithelial T cell that does not express a TCR partially encoded by the Vgamma5 gene segment.", + "meaning": "CL:0002514", + "title": "Vgamma5-negative CD8alpha alpha positive gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0011102", + "description": "Parasympathetic neurons are part of the parasympathetic nervous sysem and the cell bodies lie in the brain and sacral region of the spinal cord. The neurons are mainly cholinergic.", + "meaning": "CL:0011102", + "title": "parasympathetic neuron" + }, + { + "text": "CL:0004232", + "description": "An amacrine cell with a flat dendritic arbor and a medium dendritic field. Starburst amacrine cells have post-synaptic terminals in S2. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and acetylcholine.", + "meaning": "CL:0004232", + "title": "starburst amacrine cell" + }, + { + "text": "CL:0001006", + "description": "Dermal dendritic cell is a conventional dendritic cell that is CD11b-positive, CD205-positive and CD8 alpha-negative.", + "meaning": "CL:0001006", + "title": "dermal dendritic cell" + }, + { + "text": "CL:0009081", + "description": "The human equivalent of a DN2 thymocyte; typically contains two phases, in the latter of which these thymocytes begin the process of beta selection.", + "meaning": "CL:0009081", + "title": "specified double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:0008004", + "description": "A muscle cell that is part of some somatic muscle.", + "meaning": "CL:0008004", + "title": "somatic muscle cell" + }, + { + "text": "CL:1001582", + "description": "Neuron of lateral ventricle.", + "meaning": "CL:1001582", + "title": "lateral ventricle neuron" + }, + { + "text": "CL:1000350", + "description": "A basal cell that is part of the epithelium of terminal bronchiole.", + "meaning": "CL:1000350", + "title": "basal cell of epithelium of terminal bronchiole" + }, + { + "text": "CL:0000416", + "meaning": "CL:0000416", + "title": "polytene cell" + }, + { + "text": "CL:0000199", + "description": "A cell specialized to transduce mechanical stimuli and relay that information centrally in the nervous system.", + "meaning": "CL:0000199", + "title": "mechanoreceptor cell" + }, + { + "text": "CL:0000208", + "meaning": "CL:0000208", + "title": "pH receptor cell" + }, + { + "text": "CL:1000271", + "description": "Any ciliated cell that is part of some lung.", + "meaning": "CL:1000271", + "title": "lung ciliated cell" + }, + { + "text": "CL:0000421", + "description": "A free floating cell, including amebocytes and eleocytes, in the coelom of certain animals, especially annelids.", + "meaning": "CL:0000421", + "title": "coelomocyte" + }, + { + "text": "CL:2000043", + "description": "Any pericyte cell that is part of a brain.", + "meaning": "CL:2000043", + "title": "brain pericyte" + }, + { + "text": "CL:0002606", + "description": "An astrocyte of the spinal cord.", + "meaning": "CL:0002606", + "title": "astrocyte of the spinal cord" + }, + { + "text": "CL:0000214", + "description": "A cell located in the synovial joint.", + "meaning": "CL:0000214", + "title": "synovial cell" + }, + { + "text": "CL:0000605", + "description": "A spore formed following mitosis or mitoses.", + "meaning": "CL:0000605", + "title": "fungal asexual spore" + }, + { + "text": "CL:0001087", + "description": "A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.", + "meaning": "CL:0001087", + "title": "effector memory CD4-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:0002096", + "description": "A specialised myocyte that lies between the sinoatrial node and the atrioventricular node and is involved in the conduction of electrical signals.", + "meaning": "CL:0002096", + "title": "internodal tract myocyte" + }, + { + "text": "CL:1000493", + "description": "A mesothelial cell that is part of the visceral pleura.", + "meaning": "CL:1000493", + "title": "mesothelial cell of visceral pleura" + }, + { + "text": "CL:0002478", + "description": "An adipose macrophage that does not express F4/80but is MHC-II-positive. This cell type exhibits autofluorescence under typical flow cyometry conditions.", + "meaning": "CL:0002478", + "title": "F4/80-negative adipose macrophage" + }, + { + "text": "CL:4033013", + "description": "A keratinocyte of the epidermis suprabasal layer. This cell may express the differentiation markers keratin 10 and keratin 1.", + "meaning": "CL:4033013", + "title": "suprabasal keratinocyte" + }, + { + "text": "CL:4033048", + "description": "A respiratory epithelial cell with topographic nuclear position in between the basal and luminal cell of the airway epithelium. This non-basal, intermediate cell has limited proliferative capacity, ultrastructural features of basal cells and no defined features of the typically differentiated cellular phenotypes.", + "meaning": "CL:4033048", + "title": "respiratory suprabasal cell" + }, + { + "text": "CL:1000428", + "description": "A somatic stem cell that is part of the epidermis.", + "meaning": "CL:1000428", + "title": "stem cell of epidermis" + }, + { + "text": "CL:4030013", + "description": "Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the outer medulla (inner stripe). It is known in some mammalian species that the long descending limb of the loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the protein kinase Stk32a.", + "meaning": "CL:4030013", + "title": "kidney loop of Henle long descending thin limb outer medulla epithelial cell" + }, + { + "text": "CL:0000019", + "description": "A mature male germ cell that develops from a spermatid.", + "meaning": "CL:0000019", + "title": "sperm" + }, + { + "text": "CL:0002228", + "description": "An elongating cell that rapidly obliterates the lumen of the lens vesicle. Subsequently, differentiation of this cell type at the lens equator leads to the formation of secondary fiber cells that come to overlie the primary fibers.", + "meaning": "CL:0002228", + "title": "primary lens fiber" + }, + { + "text": "CL:4028006", + "description": "A pulmonary interstitial fibroblast that is part of the alveolus and localizes to vascular adventitia.", + "meaning": "CL:4028006", + "title": "alveolar adventitial fibroblast" + }, + { + "text": "CL:0002129", + "description": "Regular cardiac myocyte of a cardiac atrium.", + "meaning": "CL:0002129", + "title": "regular atrial cardiac myocyte" + }, + { + "text": "CL:0001021", + "description": "A common lymphoid progenitor that is CD10-positive, CD45RA-positive, CD34-positive and CD38-positive.", + "meaning": "CL:0001021", + "title": "CD34-positive, CD38-positive common lymphoid progenitor" + }, + { + "text": "CL:1001610", + "description": "Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes.", + "meaning": "CL:1001610", + "title": "bone marrow hematopoietic cell" + }, + { + "text": "CL:1000909", + "description": "Any nephron tubule epithelial cell that is part of some loop of Henle.", + "meaning": "CL:1000909", + "title": "kidney loop of Henle epithelial cell" + }, + { + "text": "CL:0000410", + "meaning": "CL:0000410", + "title": "CNS long range interneuron" + }, + { + "text": "CL:4023025", + "description": "A sst GABAergic cortical interneuron that is both an interneuron and a projecting neuron. They are found in all layers from upper L2/3 down to the bottom of L6. They have long-range projections, some with axons fading into white matter. These cells have low rebound potential, low hyperpolarization sag, and high variability in membrane time constant.", + "meaning": "CL:4023025", + "title": "long-range projecting sst GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:0000130", + "meaning": "CL:0000130", + "title": "neuron associated cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000864", + "description": "A macrophage constitutively resident in a particular tissue under non-inflammatory conditions, and capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.", + "meaning": "CL:0000864", + "title": "tissue-resident macrophage" + }, + { + "text": "CL:0000048", + "description": "A stem cell that can give rise to multiple lineages of cells.", + "meaning": "CL:0000048", + "title": "multi fate stem cell" + }, + { + "text": "CL:0002357", + "description": "A fetal liver derived enucleated erythrocyte. This erythrocyte resembles adult erythrocytes in that they are small (3- to 6- times smaller than primitive erythrocytes) and produce adult hemaglobins.", + "meaning": "CL:0002357", + "title": "fetal derived definitive erythrocyte" + }, + { + "text": "CL:0002560", + "description": "An epithelial cell that resides in the inner root sheath of the hair follicle.", + "meaning": "CL:0002560", + "title": "inner root sheath cell" + }, + { + "text": "CL:0000964", + "description": "A germinal center B cell that founds a germinal center, and has the phenotype IgD-positive, CD38-positive, and CD23-negative.", + "meaning": "CL:0000964", + "title": "Bm2' B cell" + }, + { + "text": "CL:0009005", + "description": "Any cell in a salivary gland.", + "meaning": "CL:0009005", + "title": "salivary gland cell" + }, + { + "text": "CL:0000483", + "description": "A peptide hormone secreting cell that secretes bombesin stimulating hormone.", + "meaning": "CL:0000483", + "title": "bombesin stimulating hormone secreting cell" + }, + { + "text": "CL:0000185", + "description": "Contractile cells resembling smooth muscle cells that are present in glands, notably the mammary gland, and aid in secretion. This cell has long weaving dendritic processes containing myofilament.", + "meaning": "CL:0000185", + "title": "myoepithelial cell" + }, + { + "text": "CL:0000956", + "description": "A pre-B-I cell is a precursor B cell that expresses CD34 and surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain protein.", + "meaning": "CL:0000956", + "title": "pre-B-I cell" + }, + { + "text": "CL:4030049", + "description": "A DRD2-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + "meaning": "CL:4030049", + "title": "striosomal D2 medium spiny neuron" + }, + { + "text": "CL:0002326", + "description": "A mammary epithelial cell that occurs in the lumen of the ductal and alveoli structure in the breast.", + "meaning": "CL:0002326", + "title": "luminal epithelial cell of mammary gland" + }, + { + "text": "CL:0000028", + "meaning": "CL:0000028", + "title": "CNS neuron (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000847", + "description": "An olfactory receptor cell in which the apical ending of the dendrite is a pronounced ciliated olfactory knob.", + "meaning": "CL:0000847", + "title": "ciliated olfactory receptor neuron" + }, + { + "text": "CL:1000323", + "description": "A goblet cell that is part of the epithelium of pyloric gland.", + "meaning": "CL:1000323", + "title": "pyloric gastric gland goblet cell" + }, + { + "text": "CL:0010006", + "description": "Any blood vessel endothelial cell that is part of some heart.", + "meaning": "CL:0010006", + "title": "cardiac blood vessel endothelial cell" + }, + { + "text": "CL:4033018", + "description": "A megakaryocyte that is resident in the lung connective tissue.", + "meaning": "CL:4033018", + "title": "lung megakaryocyte" + }, + { + "text": "CL:1000182", + "description": "Any tip cell that is part of some Malpighian tubule.", + "meaning": "CL:1000182", + "title": "malpighian tubule tip cell" + }, + { + "text": "CL:0000233", + "description": "A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, found in the blood of all mammals, and mainly involved in blood coagulation.", + "meaning": "CL:0000233", + "title": "platelet" + }, + { + "text": "CL:1001567", + "description": "Any endothelial cell of vascular tree that is part of some lung.", + "meaning": "CL:1001567", + "title": "lung endothelial cell" + }, + { + "text": "CL:0000443", + "description": "Any secretory cell that is capable of some calcitonin secretion.", + "meaning": "CL:0000443", + "title": "calcitonin secreting cell" + }, + { + "text": "CL:0000474", + "description": "An insect renal cell that filters hemolymph and is found with other pericardial nephrocytes in two rows flanking the dorsal vessel.", + "meaning": "CL:0000474", + "title": "pericardial nephrocyte" + }, + { + "text": "CL:4023168", + "description": "A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli.", + "meaning": "CL:4023168", + "title": "somatosensory neuron" + }, + { + "text": "CL:0000204", + "meaning": "CL:0000204", + "title": "acceleration receptive cell" + }, + { + "text": "CL:1000478", + "description": "A transitional myocyte that is part of the sinoatrial node.", + "meaning": "CL:1000478", + "title": "transitional myocyte of sinoatrial node" + }, + { + "text": "CL:0000557", + "description": "A hematopoietic progenitor cell that is committed to the granulocyte and monocyte lineages. These cells are CD123-positive, and do not express Gata1 or Gata2 but do express C/EBPa, and Pu.1.", + "meaning": "CL:0000557", + "title": "granulocyte monocyte progenitor cell" + }, + { + "text": "CL:0002456", + "description": "A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive and CD4-positive.", + "meaning": "CL:0002456", + "title": "CD8_alpha-positive plasmacytoid dendritic cell" + }, + { + "text": "CL:0000501", + "description": "A supporting cell for the developing female gamete in the ovary of mammals. They develop from the coelomic epithelial cells of the gonadal ridge. Granulosa cells form a single layer around the mammalian oocyte in the primordial ovarian follicle and advance to form a multilayered cumulus oophorus surrounding the ovum in the Graafian follicle. The major functions of granulosa cells include the production of steroids and LH receptors.", + "meaning": "CL:0000501", + "title": "granulosa cell" + }, + { + "text": "CL:4023075", + "description": "A sst GABAergic cortical interneuron found in L6 that expresses tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization within L6.", + "meaning": "CL:4023075", + "title": "L6 th sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0002278", + "description": "An enteroendocrine cell of duodenum and jejunum that produces gastric inhibitory peptide.", + "meaning": "CL:0002278", + "title": "GIP cell" + }, + { + "text": "CL:4033045", + "description": "A dendritic cell that captures antigens in a lung and migrates to a lymph node or to the spleen to activate T cells.", + "meaning": "CL:4033045", + "title": "lung migratory dendritic cell" + }, + { + "text": "CL:1001576", + "description": "Squamous cell of oral epithelium.", + "meaning": "CL:1001576", + "title": "oral mucosa squamous cell" + }, + { + "text": "CL:1001435", + "description": "The small neuron in the glomerular layer of the olfactory bulb whose dendrites arborize within a glomerulus, where it receives synaptic input from olfactory receptor cell axon terminals, and also engages in dendrodendritic interactions with mitral and tufted cell dendrites; uses both GABA and dopamine as a neurotransmitter.", + "meaning": "CL:1001435", + "title": "periglomerular cell" + }, + { + "text": "CL:0002681", + "description": "A cell that is part of a cortex of kidney.", + "meaning": "CL:0002681", + "title": "kidney cortical cell" + }, + { + "text": "CL:0002083", + "description": "A chromaffin cell of the adrenal medulla that produces norepinephrine.", + "meaning": "CL:0002083", + "title": "type I cell of adrenal medulla" + }, + { + "text": "CL:1001123", + "description": "Any peritubular capillary endothelial cell that is part of some outer renal medulla peritubular capillary.", + "meaning": "CL:1001123", + "title": "kidney outer medulla peritubular capillary cell" + }, + { + "text": "CL:0009095", + "description": "An endothelial cell that is part of a uterus.", + "meaning": "CL:0009095", + "title": "endothelial cell of uterus" + }, + { + "text": "CL:0001052", + "description": "A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.", + "meaning": "CL:0001052", + "title": "CD8-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell" + }, + { + "text": "CL:1000304", + "description": "A fibroblast that is part of the connective tissue of nonglandular part of prostate.", + "meaning": "CL:1000304", + "title": "fibroblast of connective tissue of nonglandular part of prostate" + }, + { + "text": "CL:0002165", + "description": "A supporting cell that is attached to the basement membrane and forms rows that support the hair cells.", + "meaning": "CL:0002165", + "title": "phalangeal cell" + }, + { + "text": "CL:1000418", + "description": "A myoepithelial cell that is part of the mammary gland alveolus.", + "meaning": "CL:1000418", + "title": "myoepithelial cell of lactiferous alveolus" + }, + { + "text": "CL:0002489", + "description": "A thymocyte that lacks expression of CD4 and CD8.", + "meaning": "CL:0002489", + "title": "double negative thymocyte" + }, + { + "text": "CL:0002270", + "description": "A type EC enteroendocrine cell in the duodenum and jejunum that stores and secretes motilin and 5-hydroxytryptamine.", + "meaning": "CL:0002270", + "title": "type EC2 enteroendocrine cell" + }, + { + "text": "CL:4023189", + "description": "A retinal ganglion cell located in the ganglion cell layer of the retina. This cell projects to magnocellular cells in the lateral geniculate nucleus (LGN). They have large cell bodies and extensive, branching dendritic networks that contribute to their large receptive fields.", + "meaning": "CL:4023189", + "title": "parasol ganglion cell of retina" + }, + { + "text": "CL:0003042", + "description": "An M9 retinal ganglion cell with synaptic terminals in S4 that is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003042", + "title": "M9-OFF retinal ganglion cell" + }, + { + "text": "CL:0000901", + "description": "CD4-positive alpha-beta T cell with regulatory function that produces IL-10.", + "meaning": "CL:0000901", + "title": "Tr1 cell" + }, + { + "text": "CL:0002107", + "description": "An IgD-negative CD38-positive IgG memory B cell is a CD38-positive IgG-positive that has class switched and lacks expression of IgD on the cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive.", + "meaning": "CL:0002107", + "title": "IgD-negative CD38-positive IgG memory B cell" + }, + { + "text": "CL:1000472", + "description": "A myoepithelial cell that is part of the tertiary lactiferous duct.", + "meaning": "CL:1000472", + "title": "myoepithelial cell of tertiary lactiferous duct" + }, + { + "text": "CL:0005011", + "description": "A cuboidal epithelial cell of the kidney which secretes acid and reabsorbs base to regulate acid/base balance.", + "meaning": "CL:0005011", + "title": "renal alpha-intercalated cell" + }, + { + "text": "CL:0000929", + "description": "A mature NK T cell that secretes interferon-gamma and enhances Th1 immune responses.", + "meaning": "CL:0000929", + "title": "CD4-negative, CD8-negative type I NK T cell secreting interferon-gamma" + }, + { + "text": "CL:4023007", + "description": "A vip GABAergic cortical interneuron with bipolar morphology, with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across all layers (with preferences for layers II/III and Va) and a dendritic tree that is vertically more restricted than deeper layer vip cells and extend fewer dendrites into the layers outside their home layer (location of soma). L2/3 bipolar vip cells have great variability in firing patterns, though most are continuous adapting. L2/3 bipolar vip cells are more depolarized in their resting state, had less fast rectification, and had smaller after hyperpolarization than deeper vip cells.", + "meaning": "CL:4023007", + "title": "L2/3 bipolar vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0009049", + "description": "A layer of smooth muscle cells that forms the outer layer of the high endothelial venule of lymph node and pumps to allow flow of lymph fluid carrying lymphocytes.", + "meaning": "CL:0009049", + "title": "smooth muscle cell of high endothelial venule of lymph node" + }, + { + "text": "CL:0000188", + "description": "A somatic cell located in skeletal muscle.", + "meaning": "CL:0000188", + "title": "cell of skeletal muscle" + }, + { + "text": "CL:2000093", + "description": "Any fibroblast of lung that is part of a bronchus.", + "meaning": "CL:2000093", + "title": "bronchus fibroblast of lung" + }, + { + "text": "CL:1001474", + "description": "An inhibitory, GABAergic projection neuron in the striatum that integrates glutamatergic signals arising from the cerebral cortex and thalamus.", + "meaning": "CL:1001474", + "title": "medium spiny neuron" + }, + { + "text": "CL:1000414", + "description": "An endothelial cell that is part of the venule.", + "meaning": "CL:1000414", + "title": "endothelial cell of venule" + }, + { + "text": "CL:1001318", + "description": "A pericyte cell located in the kidney interstitium.", + "meaning": "CL:1001318", + "title": "renal interstitial pericyte" + }, + { + "text": "CL:0000777", + "description": "A tissue-resident macrophage of the renal glomerular mesangium involved in the disposal and degradation of filtration residues, presentation of antigen to T cells and in tissue remodeling.", + "meaning": "CL:0000777", + "title": "mesangial phagocyte" + }, + { + "text": "CL:0002103", + "description": "An IgG-positive double negative memory B cell is a double negative memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative.", + "meaning": "CL:0002103", + "title": "IgG-positive double negative memory B cell" + }, + { + "text": "CL:1001580", + "description": "A glial cell that is part of the hippocampus.", + "meaning": "CL:1001580", + "title": "hippocampal glial cell" + }, + { + "text": "CL:0000020", + "description": "An euploid male germ cell of an early stage of spermatogenesis.", + "meaning": "CL:0000020", + "title": "spermatogonium" + }, + { + "text": "CL:0002530", + "description": "An immature CD1a-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002530", + "title": "immature CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0000708", + "description": "Stromal cell that forms the internal covering of the vertebrate brain and produces ECM for this and the choroid plexus.", + "meaning": "CL:0000708", + "title": "leptomeningeal cell" + }, + { + "text": "CL:4023046", + "description": "An excitatory glutamatergic neuron transcriptomically related to the CT subclass, with a soma preferentially located in the bottom of L6 of the primary motor cortex.", + "meaning": "CL:4023046", + "title": "L6b glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0000659", + "description": "An extracellular matrix secreting cell that secretes eggshell.", + "meaning": "CL:0000659", + "title": "eggshell secreting cell" + }, + { + "text": "CL:4023158", + "description": "A neuron in the posterior ventral cochlear nucleus that is distinguished by their long, thick and tentacle-shaped dendrites that typically emanate from one side of the cell body.", + "meaning": "CL:4023158", + "title": "octopus cell of the mammalian cochlear nucleus" + }, + { + "text": "CL:1001433", + "description": "An epithelial cell of the exocrine pancreas.", + "meaning": "CL:1001433", + "title": "epithelial cell of exocrine pancreas" + }, + { + "text": "CL:4042009", + "description": "An astrocyte type that presents radial protrusions across the layers of a cortex. The soma of this astrocyte is part of the first layer of a neocortex. This astrocyte extents its protrusions transversally to the deeper layers of a cortex and it creates contact with neurons, the pia matter and capillaries. This astrocyte is involved in facilitating the communication across neurons, astrocytes, capillaries, meninges and the cerebrospinal fluid.", + "meaning": "CL:4042009", + "title": "interlaminar astrocyte" + }, + { + "text": "CL:0002667", + "description": "An otic fibrocyte that resides above the stria vasularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002667", + "title": "type 5 otic fibrocyte" + }, + { + "text": "CL:0000489", + "meaning": "CL:0000489", + "title": "scotopic photoreceptor cell" + }, + { + "text": "CL:0000962", + "description": "A follicular B cell that is IgD-positive and CD23-positive and CD38-positive. This naive cell type is activated in the extrafollicular areas via interaction with dendritic cells and antigen specific T cells.", + "meaning": "CL:0000962", + "title": "Bm2 B cell" + }, + { + "text": "CL:0000743", + "description": "Chondrocyte that is terminally differentiated, produces type X collagen, is large in size, and often associated with the replacement of cartilage by bone (endochondral ossification).", + "meaning": "CL:0000743", + "title": "hypertrophic chondrocyte" + }, + { + "text": "CL:0000545", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.", + "meaning": "CL:0000545", + "title": "T-helper 1 cell" + }, + { + "text": "CL:0000603", + "description": "A fungal cell with two genetically distinct haploid nuclei.", + "meaning": "CL:0000603", + "title": "dikaryon" + }, + { + "text": "CL:1000458", + "description": "A melanocyte that is part of the skin of body.", + "meaning": "CL:1000458", + "title": "melanocyte of skin" + }, + { + "text": "CL:0000037", + "description": "A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119.", + "meaning": "CL:0000037", + "title": "hematopoietic stem cell" + }, + { + "text": "CL:0000711", + "description": "Cumulus cell is a specialized granulosa cell that surrounds and nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus cells are used to make a distinction between this cell and the other functionally different subpopulation of granulosa cells at the wall of the Graafian follicle.", + "meaning": "CL:0000711", + "title": "cumulus cell" + }, + { + "text": "CL:0007019", + "meaning": "CL:0007019", + "title": "epidermal mucus secreting cell" + }, + { + "text": "CL:0002651", + "description": "An endothelial cell that is part of the venous sinus of spleen. This endothelial cell has an elongated, spindle-shaped, flattened morphology that is parallel to long axis of sinus. This cell type rests on a basement membrane interrupted by numerous narrow slits.", + "meaning": "CL:0002651", + "title": "endothelial cell of venous sinus of spleen" + }, + { + "text": "CL:4033063", + "description": "A trophoblast cell that invades the maternal spiral arteries and replace the endothelial lining, remodeling the vessels and allowing for adequate blood transport into the placenta. An endovascular extravillous trophoblast cell differentiates from an extravillous trophoblast cell. In humans, this cell can be distinguished by the expression of CD56.", + "meaning": "CL:4033063", + "title": "endovascular extravillous trophoblast cell" + }, + { + "text": "CL:0010013", + "meaning": "CL:0010013", + "title": "type I pinealocyte" + }, + { + "text": "CL:0000752", + "description": "A bipolar neuron found in the retina and having connections with cone photoreceptor cells and neurons in the inner plexiform layer.", + "meaning": "CL:0000752", + "title": "cone retinal bipolar cell" + }, + { + "text": "CL:0009111", + "description": "A germinal center B cell found in a lymph node germinal center light zone.", + "meaning": "CL:0009111", + "title": "centrocyte" + }, + { + "text": "CL:0002384", + "description": "A macroconidium that has only one nucleus.", + "meaning": "CL:0002384", + "title": "uninucleate macroconidium" + }, + { + "text": "CL:0000102", + "meaning": "CL:0000102", + "title": "polymodal neuron" + }, + { + "text": "CL:4023055", + "description": "A corticothalamic-projecting glutamatergic neuron that is located in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology and mostly untufted apical dendrites terminating in midcortical layers. CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells have a near tonic firing pattern and are distinguished from L6 IT neurons by a lower inter-spike interval adaptation index.", + "meaning": "CL:4023055", + "title": "corticothalamic VAL/VM projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002205", + "description": "A brush cell found in the epithelium of lobular bronchiole.", + "meaning": "CL:0002205", + "title": "brush cell of lobular bronchiole" + }, + { + "text": "CL:0002251", + "description": "An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus.", + "meaning": "CL:0002251", + "title": "epithelial cell of alimentary canal" + }, + { + "text": "CL:4033006", + "description": "A(n) endothelial cell that is part of a(n) efferent lymphatic vessel.", + "meaning": "CL:4033006", + "title": "endothelial cell of efferent lymphatic vessel" + }, + { + "text": "CL:0000667", + "description": "An extracellular matrix secreting cell that secretes collagen.", + "meaning": "CL:0000667", + "title": "collagen secreting cell" + }, + { + "text": "CL:0000157", + "description": "A cell that specializes in secretion of surfactant in the alveoli of the lung.", + "meaning": "CL:0000157", + "title": "surfactant secreting cell" + }, + { + "text": "CL:0002235", + "description": "A cell of the luminal layer of the epithelium in the prostatic acinus.", + "meaning": "CL:0002235", + "title": "luminal cell of prostatic acinus" + }, + { + "text": "CL:0009011", + "description": "A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the colon. Stem cells located in the crypts of Lieberk\u00fchn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.", + "meaning": "CL:0009011", + "title": "transit amplifying cell of colon" + }, + { + "text": "CL:1000504", + "description": "A cell that is part of a renal medulla.", + "meaning": "CL:1000504", + "title": "kidney medulla cell" + }, + { + "text": "CL:4006001", + "description": "A fibroblast that is part of the skin of scalp.", + "meaning": "CL:4006001", + "title": "fibroblast of skin of scalp" + }, + { + "text": "CL:0000241", + "meaning": "CL:0000241", + "title": "stratified cuboidal epithelial cell" + }, + { + "text": "CL:0000463", + "description": "An epidermal cell that secretes chitinous cuticle from its apical side.", + "meaning": "CL:0000463", + "title": "epidermal cell (sensu Arthropoda)" + }, + { + "text": "CL:0001063", + "description": "An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism.", + "meaning": "CL:0001063", + "title": "neoplastic cell" + }, + { + "text": "CL:0010000", + "description": "A hair follicle matrix region cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the hair bulb to become the hair medulla cortex and hair root sheath.", + "meaning": "CL:0010000", + "title": "keratinized cell of hair follicle" + }, + { + "text": "CL:0002465", + "description": "A conventional dendritic cell that expresses CD11b (ITGAM).", + "meaning": "CL:0002465", + "title": "CD11b-positive dendritic cell" + }, + { + "text": "CL:0000719", + "meaning": "CL:0000719", + "title": "posterior cone cell (sensu Endopterygota)" + }, + { + "text": "CL:4023036", + "description": "A pvalb GABAergic cortical interneuron that is recognizable by the straight terminal axonal 'cartridges' of vertically oriented strings of synaptic boutons. Chandelier PV cells' boutons target exclusively the axon initial segment (AIS) of pyramidal cells, with a single cell innervating hundreds of pyramidal cells in a clustered manner.", + "meaning": "CL:4023036", + "title": "chandelier pvalb GABAergic cortical interneuron" + }, + { + "text": "CL:4023110", + "description": "A pyramidal neuron with soma located in the amygdala.", + "meaning": "CL:4023110", + "title": "amygdala pyramidal neuron" + }, + { + "text": "CL:2000048", + "description": "A lower motor neuron whose soma is located in the anterior horn. Anterior horn motor neurons project from the anterior portion of the grey matter in the spinal cord to some skeletal muscles.", + "meaning": "CL:2000048", + "title": "anterior horn motor neuron" + }, + { + "text": "CL:0000388", + "description": "An elongated fibrocyte that is part of a tendon. The cytoplasm is stretched between the collagen fibres of the tendon. They have a central cell nucleus with a prominent nucleolus. Tendon cells have a well-developed rough endoplasmic reticulum and they are responsible for synthesis and turnover of tendon fibres and ground substance.", + "meaning": "CL:0000388", + "title": "tendon cell" + }, + { + "text": "CL:0000826", + "description": "A progenitor cell of the B cell lineage, with some lineage specific activity such as early stages of recombination of B cell receptor genes, but not yet fully committed to the B cell lineage until the expression of PAX5 occurs.", + "meaning": "CL:0000826", + "title": "pro-B cell" + }, + { + "text": "CL:0000106", + "description": "Neuron with one neurite that extends from the cell body.", + "meaning": "CL:0000106", + "title": "unipolar neuron" + }, + { + "text": "CL:0000589", + "description": "A bulbous cell that is medially placed in one row in the organ of Corti. In contrast to the outer hair cells, the inner hair cells are fewer in number, have fewer sensory hairs, and are less differentiated.", + "meaning": "CL:0000589", + "title": "cochlear inner hair cell" + }, + { + "text": "CL:1001593", + "description": "Glandular cell of parathyroid epithelium. Example: Parathyroid chief cell and parathyroid oxyphil cells.", + "meaning": "CL:1001593", + "title": "parathyroid glandular cell" + }, + { + "text": "CL:1000473", + "description": "A myoepithelial cell that is part of the quarternary lactiferous duct.", + "meaning": "CL:1000473", + "title": "myoepithelial cell of quarternary lactiferous duct" + }, + { + "text": "CL:0002562", + "description": "An epidermal cell that is part of the germinal matrix.", + "meaning": "CL:0002562", + "title": "hair germinal matrix cell" + }, + { + "text": "CL:2000008", + "description": "Any blood vessel endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000008", + "title": "microvascular endothelial cell" + }, + { + "text": "CL:0002210", + "description": "A slow muscle cell that contains high levels of myoglobin and oxygen storing proteins giving the cell a red appearance.", + "meaning": "CL:0002210", + "title": "red muscle cell" + }, + { + "text": "CL:0002509", + "description": "A langerin-positive lymph node dendritic cell that is CD103-positive and CD11b-low.", + "meaning": "CL:0002509", + "title": "CD103-positive, langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0002154", + "description": "A promyelocyte with a nucleus that is indented and contains more marginated heterochromatin compared to its precursor cell (myeloblast); cytoplasm is deeply basophilic and contains numerous mitochondria and meandering cysternae of endoplasmic reticulum; largest of the granulocyte lineages.", + "meaning": "CL:0002154", + "title": "early promyelocyte" + }, + { + "text": "CL:0000341", + "meaning": "CL:0000341", + "title": "pigment cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000581", + "description": "A macrophage resident in the peritoneum under non-inflammatory conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, CD115-high, MHC-II-negative, and Dectin-1-positive.", + "meaning": "CL:0000581", + "title": "peritoneal macrophage" + }, + { + "text": "CL:0002337", + "description": "A stem cell located in the bulge of the hair follicle that can give rise to regenerate the new follicle with each hair cycle and to reepithelialize the epidermis during wound repair.", + "meaning": "CL:0002337", + "title": "keratinocyte stem cell" + }, + { + "text": "CL:4030016", + "description": "An epithelial cell located in the early distal convoluted tubule.", + "meaning": "CL:4030016", + "title": "epithelial cell of early distal convoluted tubule" + }, + { + "text": "CL:4030019", + "description": "A renal intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030019", + "title": "kidney connecting tubule intercalated cell" + }, + { + "text": "CL:4023121", + "description": "A sst GABAergic cortical interneuron that also expresses Chodl. These neurons are rare and correspond to the only known cortical interneurons with long-range projection.", + "meaning": "CL:4023121", + "title": "sst chodl GABAergic cortical interneuron" + }, + { + "text": "CL:0000824", + "description": "A natural killer cell that is developmentally mature and expresses a variety of inhibitory and activating receptors that recognize MHC class I and other stress related molecules.", + "meaning": "CL:0000824", + "title": "mature natural killer cell" + }, + { + "text": "CL:2000011", + "description": "Any endothelial cell of lymphatic vessel that is part of a dermis.", + "meaning": "CL:2000011", + "title": "dermis lymphatic vessel endothelial cell" + }, + { + "text": "CL:1001225", + "description": "A cell that is part of a collecting duct of renal tubule.", + "meaning": "CL:1001225", + "title": "kidney collecting duct cell" + }, + { + "text": "CL:0000010", + "description": "A cell in vitro that is or has been maintained or propagated as part of a cell culture.", + "meaning": "CL:0000010", + "title": "cultured cell" + }, + { + "text": "CL:0009079", + "description": "A fibroblast located between thymic lobules.", + "meaning": "CL:0009079", + "title": "thymic fibroblast type 2" + }, + { + "text": "CL:0011015", + "description": "A motile sperm cell that contain no F-actin, and their motility is powered by a dynamic filament system.", + "meaning": "CL:0011015", + "title": "amoeboid sperm cell" + }, + { + "text": "CL:0002482", + "description": "A melanocyte that produces pigment in the dermis.", + "meaning": "CL:0002482", + "title": "dermal melanocyte" + }, + { + "text": "CL:1000329", + "description": "A goblet cell that is part of the epithelium of trachea.", + "meaning": "CL:1000329", + "title": "tracheal goblet cell" + }, + { + "text": "CL:4023004", + "description": "A type of intrafusal muscle fiber that lies in the center of a muscle spindle. Nuclei are clustered centrally and give the equatorial region a swollen appearance. They are associated with associated with dynamic gamma motor neurons, and the stretching of the equatorial region of the nuclear bag fibers results in an increase in the firing rate of type Ia sensory fibers.", + "meaning": "CL:4023004", + "title": "nuclear bag fiber" + }, + { + "text": "CL:1000447", + "description": "A basal cell that is part of the epithelium of esophagus.", + "meaning": "CL:1000447", + "title": "epithelial cell of stratum germinativum of esophagus" + }, + { + "text": "CL:0001061", + "description": "A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models.", + "meaning": "CL:0001061", + "title": "abnormal cell" + }, + { + "text": "CL:0000460", + "description": "Any secretory cell that is capable of some glucocorticoid secretion.", + "meaning": "CL:0000460", + "title": "glucocorticoid secreting cell" + }, + { + "text": "CL:1001068", + "meaning": "CL:1001068", + "title": "kidney venous system smooth muscle cell" + }, + { + "text": "CL:0000098", + "description": "A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells.", + "meaning": "CL:0000098", + "title": "sensory epithelial cell" + }, + { + "text": "CL:0000935", + "description": "A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell that is found in the columnar epithelium of the gastrointestinal tract.", + "meaning": "CL:0000935", + "title": "CD4-negative, CD8-negative, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0009043", + "description": "An intestinal crypt stem cell that is located in the colon.", + "meaning": "CL:0009043", + "title": "intestinal crypt stem cell of colon" + }, + { + "text": "CL:0004244", + "description": "An amacrine cell with a wide dendritic field, dendrites in S4, and post-synaptic terminals in S4.", + "meaning": "CL:0004244", + "title": "WF4 amacrine cell" + }, + { + "text": "CL:1000448", + "description": "An epithelial cell that is part of the sweat gland.", + "meaning": "CL:1000448", + "title": "epithelial cell of sweat gland" + }, + { + "text": "CL:0001059", + "description": "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages. These cells are CD34-positive, and express Gata1, Gata2, C/EBPa, and Pu.1.", + "meaning": "CL:0001059", + "title": "common myeloid progenitor, CD34-positive" + }, + { + "text": "CL:0000945", + "description": "A lymphocyte of B lineage with the commitment to express an immunoglobulin complex.", + "meaning": "CL:0000945", + "title": "lymphocyte of B lineage" + }, + { + "text": "CL:0001057", + "description": "A myeloid dendritic cell with the phenotype HLA-DRA-positive.", + "meaning": "CL:0001057", + "title": "myeloid dendritic cell, human" + }, + { + "text": "CL:1001224", + "description": "Any smooth muscle cell that is part of some renal interlobular vein.", + "meaning": "CL:1001224", + "title": "interlobulary vein smooth muscle cell" + }, + { + "text": "CL:0005005", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into a cyanophore.", + "meaning": "CL:0005005", + "title": "cyanoblast" + }, + { + "text": "CL:0000649", + "description": "A cell with delicate radiating processes known as desmosomes that form intercellular bridges between other cells of this type. This cell type forms the stratum spinosum (prickle cell layer). A function of this cell is to generate keratin.", + "meaning": "CL:0000649", + "title": "prickle cell" + }, + { + "text": "CL:2000025", + "description": "Any oligodendrocyte that is part of a spinal cord.", + "meaning": "CL:2000025", + "title": "spinal cord oligodendrocyte" + }, + { + "text": "CL:0000996", + "description": "Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0000996", + "title": "mature CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:4023169", + "description": "A neuron that is responsible for sensation in the face or motor functions such as biting and chewing. Trigeminal neurons extend a single axon shaft along the lateral white matter of the hindbrain and spinal cord. The highly branched axons innervate the integument of the head.", + "meaning": "CL:4023169", + "title": "trigeminal neuron" + }, + { + "text": "CL:0000989", + "description": "CD11c-low plasmacytoid dendritic cell is a leukocyte that is CD11c-low, CD45R-positive, GR1-positive and CD11b-negative.", + "meaning": "CL:0000989", + "title": "CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:0002373", + "description": "A peptide hormone secreting cell that secretes growth hormone releasing hormone.", + "meaning": "CL:0002373", + "title": "growth hormone releasing hormone secreting cell" + }, + { + "text": "CL:4030057", + "description": "A medium spiny neuron that exhibits transcriptional divergence from direct and indirect spiny projection neurons, for example, enrichment in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium spiny neurons have been found to be differentially distributed across the basal ganglia, the eccentric medium spiny neuron cell type has been found to be more evenly distributed throughout cerebral nuclei.", + "meaning": "CL:4030057", + "title": "eccentric medium spiny neuron" + }, + { + "text": "CL:0000597", + "description": "The smaller of two types of asexual spores formed by some fungi. An ovoid to pear-shaped asexual spore that contains very little cytoplasm and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. Micronidia are extruded from the hyphal cell wall.", + "meaning": "CL:0000597", + "title": "microconidium" + }, + { + "text": "CL:0002108", + "description": "A CD38-negative IgG memory B cell is a IgG-positive class switched memory B cell that has class switched and expresses IgG on the cell surface with the phenotype CD38-negative, IgD-negative, and IgG-positive.", + "meaning": "CL:0002108", + "title": "CD38-negative IgG memory B cell" + }, + { + "text": "CL:0001049", + "description": "A recently activated CD8-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, CCR7-negative, and CD25-positive.", + "meaning": "CL:0001049", + "title": "activated CD8-positive, alpha-beta T cell, human" + }, + { + "text": "CL:0002407", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.", + "meaning": "CL:0002407", + "title": "mature Vgamma2-positive thymocyte" + }, + { + "text": "CL:0000552", + "description": "The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated.", + "meaning": "CL:0000552", + "title": "orthochromatic erythroblast" + }, + { + "text": "CL:0000980", + "description": "An activated mature (naive or memory) B cell that is secreting immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative.", + "meaning": "CL:0000980", + "title": "plasmablast" + }, + { + "text": "CL:0002598", + "description": "Any smooth muscle cell that is part of some bronchus.", + "meaning": "CL:0002598", + "title": "bronchial smooth muscle cell" + }, + { + "text": "CL:0001034", + "description": "A cell that is maintained or propagated in a controlled artificial environment for use in an investigation.", + "meaning": "CL:0001034", + "title": "cell in vitro" + }, + { + "text": "CL:1001006", + "description": "Any kidney arterial blood vessel cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001006", + "title": "kidney afferent arteriole cell" + }, + { + "text": "CL:2000037", + "description": "Any neuromast hair cell that is part of a posterior lateral line.", + "meaning": "CL:2000037", + "title": "posterior lateral line neuromast hair cell" + }, + { + "text": "CL:1000326", + "description": "A goblet cell that is part of the epithelium proper of ileum.", + "meaning": "CL:1000326", + "title": "ileal goblet cell" + }, + { + "text": "CL:4033030", + "description": "An OFF calbindin-negative bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3b contacts with cones are non-triad-associated.", + "meaning": "CL:4033030", + "title": "diffuse bipolar 3b cell" + }, + { + "text": "CL:0002318", + "description": "A mesothelial cell capable of circulating in the blood by first losing its squamous character. This cell can incorporate into the regenerating mesothelium.", + "meaning": "CL:0002318", + "title": "peripheral blood mesothelial cell" + }, + { + "text": "CL:0000919", + "description": "A CD8-positive alpha beta-positive T cell with the phenotype FoxP3-positive and having suppressor function.", + "meaning": "CL:0000919", + "title": "CD8-positive, CD25-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0002341", + "description": "An undifferentiated cell of the prostate epithelium that lacks secretory activity.", + "meaning": "CL:0002341", + "title": "basal cell of prostate epithelium" + }, + { + "text": "CL:0000638", + "description": "An acidophilic chromophil cell that of the anterior pituitary gland.", + "meaning": "CL:0000638", + "title": "acidophil cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:1000854", + "description": "A blood vessel cell that is part of a kidney.", + "meaning": "CL:1000854", + "title": "kidney blood vessel cell" + }, + { + "text": "CL:1000123", + "description": "Any epithelial cell that is part of some metanephric nephron tubule.", + "meaning": "CL:1000123", + "title": "metanephric nephron tubule epithelial cell" + }, + { + "text": "CL:1001214", + "description": "Any smooth muscle cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001214", + "title": "arcuate artery smooth muscle cell" + }, + { + "text": "CL:0000031", + "description": "A cell that will develop into a neuron often after a migration phase.", + "meaning": "CL:0000031", + "title": "neuroblast (sensu Vertebrata)" + }, + { + "text": "CL:0000312", + "description": "An epidermal cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the basal layers of the epidermis to the cornified (horny) layer of the skin. Successive stages of differentiation of the keratinocytes forming the epidermal layers are basal cell, spinous or prickle cell, and the granular cell.", + "meaning": "CL:0000312", + "title": "keratinocyte" + }, + { + "text": "CL:4023059", + "description": "An oligodendrocyte precursor cell that is committed to differentiate.", + "meaning": "CL:4023059", + "title": "differentiation-committed oligodendrocyte precursor" + }, + { + "text": "CL:0000432", + "description": "A fibroblast that synthesizes collagen and uses it to produce reticular fibers, thus providing structural support. Reticular cells are found in many organs, including the spleen, lymph nodes and kidneys. Subtypes of reticular cells include epithelial, mesenchymal, and fibroblastic reticular cells. Fibroblastic reticular cells are involved in directing B cells and T cells to specific regions within a tissue, whereas epithelial and mesenchymal reticular cells are associated with certain areas of the brain.", + "meaning": "CL:0000432", + "title": "reticular cell" + }, + { + "text": "CL:0000129", + "description": "A central nervous system macrophage found in the parenchyma of the central nervous system. Marker include CD11b-positive, F4/80-positive, and CD68-positive.", + "meaning": "CL:0000129", + "title": "microglial cell" + }, + { + "text": "CL:0002310", + "description": "An acidophil cell of the anterior pituitary gland that produces both prolactin and growth hormone.", + "meaning": "CL:0002310", + "title": "mammosomatotroph" + }, + { + "text": "CL:2000001", + "description": "A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood.", + "meaning": "CL:2000001", + "title": "peripheral blood mononuclear cell" + }, + { + "text": "CL:0008046", + "description": "A skeletal muscle fiber that is innervated by alpha motor neuron and generates tension by contracting, thereby allowing for skeletal movement. These fibers make up the large mass of skeletal muscle tissue and are attached to bones by tendons.", + "meaning": "CL:0008046", + "title": "extrafusal muscle fiber" + }, + { + "text": "CL:0000636", + "description": "Astrocyte-like radial glial cell that extends vertically throughout the retina, with the nucleus are usually in the middle of the inner nuclear layer.", + "meaning": "CL:0000636", + "title": "Mueller cell" + }, + { + "text": "CL:1000695", + "meaning": "CL:1000695", + "title": "kidney interstitial alternatively activated macrophage" + }, + { + "text": "CL:0002554", + "description": "A fibroblast of the lymphatic system.", + "meaning": "CL:0002554", + "title": "fibroblast of lymphatic vessel" + }, + { + "text": "CL:0000056", + "description": "A cell that is commited to differentiating into a muscle cell. Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes. Myoblasts also occur as transient populations of cells in muscles undergoing repair.", + "meaning": "CL:0000056", + "title": "myoblast" + }, + { + "text": "CL:0009004", + "description": "Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates.", + "meaning": "CL:0009004", + "title": "retinal cell" + }, + { + "text": "CL:2000014", + "description": "Any skin fibroblast that is part of a upper leg skin.", + "meaning": "CL:2000014", + "title": "fibroblast of upper leg skin" + }, + { + "text": "CL:1000042", + "description": "Any neuroblast (sensu Vertebrata) that is part of some forebrain.", + "meaning": "CL:1000042", + "title": "forebrain neuroblast" + }, + { + "text": "CL:0000039", + "description": "A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring.", + "meaning": "CL:0000039", + "title": "germ line cell" + }, + { + "text": "CL:4030064", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 5. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L5 IT.", + "meaning": "CL:4030064", + "title": "L5 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0002597", + "description": "A smooth muscle cell of the bladder.", + "meaning": "CL:0002597", + "title": "smooth muscle cell of bladder" + }, + { + "text": "CL:0000365", + "description": "Diploid cell produced by the fusion of sperm cell nucleus and egg cell.", + "meaning": "CL:0000365", + "title": "animal zygote" + }, + { + "text": "CL:0000555", + "meaning": "CL:0000555", + "title": "neuronal brush cell" + }, + { + "text": "CL:0000621", + "description": "A myoblast that is committed to a myotube-specific program of differentiation but not yet fused. It undergoes very limited additional proliferation. After fusion, it will take on a muscle identity specified by a `muscle founder cell` (CL:0008006).", + "meaning": "CL:0000621", + "title": "fusion competent myoblast" + }, + { + "text": "CL:0008037", + "description": "A lower motor neuron that innervates only intrafusal muscle fibers. Unlike the alpha motor neurons, gamma motor neurons do not directly adjust the lengthening or shortening of muscles but function in adjusting the sensitivity of muscle spindles and in keeping muscle spindles taut, thereby allowing the continued firing of alpha neurons.", + "meaning": "CL:0008037", + "title": "gamma motor neuron" + }, + { + "text": "CL:0003035", + "description": "A monostratified retinal ganglion cell that contains opsin.", + "meaning": "CL:0003035", + "title": "M6 retinal ganglion cell" + }, + { + "text": "CL:0000586", + "description": "The reproductive cell in multicellular organisms.", + "meaning": "CL:0000586", + "title": "germ cell" + }, + { + "text": "CL:0002291", + "description": "A sperm bearing an X chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.", + "meaning": "CL:0002291", + "title": "X chromosome-bearing sperm cell" + }, + { + "text": "CL:1001585", + "description": "Glandular cell of appendix epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001585", + "title": "appendix glandular cell" + }, + { + "text": "CL:0000029", + "description": "Any neuron that develops from some migratory neural crest cell.", + "meaning": "CL:0000029", + "title": "neural crest derived neuron" + }, + { + "text": "CL:0002574", + "description": "A stromal cell of the pancreas.", + "meaning": "CL:0002574", + "title": "stromal cell of pancreas" + }, + { + "text": "CL:0002541", + "description": "A mesenchymal stem cell of the chorionic membrane.", + "meaning": "CL:0002541", + "title": "chorionic membrane mesenchymal stem cell" + }, + { + "text": "CL:0000885", + "description": "A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated lymphoid tissues of the gut.", + "meaning": "CL:0000885", + "title": "gut-associated lymphoid tissue macrophage" + }, + { + "text": "CL:0000937", + "description": "Cell committed to natural killer cell lineage that has the phenotype CD122-positive, CD34-positive, and CD117-positive. This cell type lacks expression of natural killer receptor proteins.", + "meaning": "CL:0000937", + "title": "pre-natural killer cell" + }, + { + "text": "CL:0002173", + "description": "A cell that is a specialized type of pericyte providing structural support for the capillary loops of kidney. A flat, elongated cell with extensive fine cytoplasmic processes found outside the kidney glomerulus near the macula densa and bound laterally by afferent and efferent arterioles. Being phagocytic, this cell participates in the continuous turnover of the basal lamina by removing its outer portion containing residues of filtration, while the lamina is renewed on its inner surface by the endothelial cells.", + "meaning": "CL:0002173", + "title": "extraglomerular mesangial cell" + }, + { + "text": "CL:4040006", + "description": "A chromatophore that is part of the dermis.", + "meaning": "CL:4040006", + "title": "dermal chromatophore" + }, + { + "text": "CL:2000088", + "description": "Any basket cell that is part of a Ammon's horn.", + "meaning": "CL:2000088", + "title": "Ammon's horn basket cell" + }, + { + "text": "CL:0000811", + "description": "An immature alpha-beta T cell that is located in the thymus and is CD8-positive and CD4-negative.", + "meaning": "CL:0000811", + "title": "CD8-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0005023", + "description": "Cranial motor neuron which innervates muscles derived from the branchial (pharyngeal) arches.", + "meaning": "CL:0005023", + "title": "branchiomotor neuron" + }, + { + "text": "CL:0002336", + "description": "An endothelial cell that lines the oral cavitiy including the mucosa of the gums, the palate, the lip, and the cheek.", + "meaning": "CL:0002336", + "title": "buccal mucosa cell" + }, + { + "text": "CL:0009097", + "description": "A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development.", + "meaning": "CL:0009097", + "title": "embryonic skeletal muscle fiber" + }, + { + "text": "CL:0000946", + "description": "A lymphocyte of B lineage that is devoted to secreting large amounts of immunoglobulin.", + "meaning": "CL:0000946", + "title": "antibody secreting cell" + }, + { + "text": "CL:4033038", + "description": "An alpha-beta CD4 T cell that resides in the lung.", + "meaning": "CL:4033038", + "title": "lung resident memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000120", + "description": "A neuron of the vertebrate central nervous system that is small in size. This general class includes small neurons in the granular layer of the cerebellar cortex, cerebral cortex neurons that are not pyramidal cells and small neurons without axons found in the olfactory bulb.", + "meaning": "CL:0000120", + "title": "granule cell" + }, + { + "text": "CL:4023009", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to structures not derived from telencephalon.", + "meaning": "CL:4023009", + "title": "extratelencephalic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0002233", + "description": "An epithelial cell of the prostatic acinus.", + "meaning": "CL:0002233", + "title": "epithelial cell of prostatic acinus" + }, + { + "text": "CL:0000647", + "description": "A phagocytic cell formed by the fusion of macrophages, occurs in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, component of granulomas. Sometimes used to refer to megakaryocytes.", + "meaning": "CL:0000647", + "title": "multinucleated giant cell" + }, + { + "text": "CL:0000977", + "description": "A short lived plasma cell that secretes IgG.", + "meaning": "CL:0000977", + "title": "IgG short lived plasma cell" + }, + { + "text": "CL:0000078", + "meaning": "CL:0000078", + "title": "peridermal cell" + }, + { + "text": "CL:0002106", + "description": "An IgD-positive CD38-positive IgG memory B cell is a CD38-positive IgG-positive class switched memory B cell that has class switched and expresses IgD on the cell surface with the phenotype IgD-positive, CD38-positive, and IgG-positive.", + "meaning": "CL:0002106", + "title": "IgD-positive CD38-positive IgG memory B cell" + }, + { + "text": "CL:0002387", + "description": "Cylindrical spore formed by development and compartmentation of hyphae; the hyphae are often supporting blastoconidiophores.", + "meaning": "CL:0002387", + "title": "arthroconidium" + }, + { + "text": "CL:0002219", + "description": "A trophoblast found at the junction of the placenta. This cell type makes a unique fibronectin-trophouteronectin junction that helps mediate attachment of the placenta to the uterus. This cell type is also found junction of the chorion layer of the external membranes and the decidua.", + "meaning": "CL:0002219", + "title": "anchoring trophoblast" + }, + { + "text": "CL:4030036", + "description": "A spermatid in an early stage of maturation that has a round morphology and is transcriptionally active.", + "meaning": "CL:4030036", + "title": "early spermatid" + }, + { + "text": "CL:0002516", + "description": "A chromaffin cell interspersed among the interrenal epithelial layer of the anterior kidney of teloest fish.", + "meaning": "CL:0002516", + "title": "interrenal chromaffin cell" + }, + { + "text": "CL:0002636", + "description": "A nonkeratinized cell epithleial cell of the inferior part of the anal canal.", + "meaning": "CL:0002636", + "title": "nonkeratinized epithelial cell of inferior part of anal canal" + }, + { + "text": "CL:0001039", + "description": "Osteoblast that is terminally differentiated, located adjacent to acellular or cellular bone tissue within periosteum, and is capable of mineralizing the matrix.", + "meaning": "CL:0001039", + "title": "terminally differentiated osteoblast" + }, + { + "text": "CL:0002588", + "description": "A smooth muscle cell of the umbilical vein.", + "meaning": "CL:0002588", + "title": "smooth muscle cell of the umbilical vein" + }, + { + "text": "CL:1000398", + "description": "An endothelial cell that is part of the hepatic sinusoid. These cells possess flattened areas containing perforations about 0.1 micrometers in diameter, known as fenestrae. The fenestrae are arranged in groups known as sieve plates.", + "meaning": "CL:1000398", + "title": "endothelial cell of hepatic sinusoid" + }, + { + "text": "CL:4033017", + "description": "A smooth muscle cell that is part of a bronchiole.", + "meaning": "CL:4033017", + "title": "bronchiolar smooth muscle cell" + }, + { + "text": "CL:0000861", + "description": "A macrophage which develops from an inflammatory monocyte and is recruited into the tissues in response to injury and infection as part of an inflammatory response. Markers include CD11b-positive, CD68-positive, and F4/80-positive.", + "meaning": "CL:0000861", + "title": "elicited macrophage" + }, + { + "text": "CL:0000372", + "description": "An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization that forms a socket around the base of a cuticular specialization produced by a trichogen cell.", + "meaning": "CL:0000372", + "title": "tormogen cell" + }, + { + "text": "CL:0000753", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell body of these cells is in the middle of the inner plexiform layer. The dendritic tree is stout and the axon terminates in sublamina 1. The axonal terminal is wide and has only a few varicosities.", + "meaning": "CL:0000753", + "title": "type 1 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000066", + "description": "A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina.", + "meaning": "CL:0000066", + "title": "epithelial cell" + }, + { + "text": "CL:1000681", + "description": "A cell that is part of an interstitial compartment of a renal cortex.", + "meaning": "CL:1000681", + "title": "kidney cortex interstitial cell" + }, + { + "text": "CL:0000819", + "description": "A B cell of distinct lineage and surface marker expression. B-1 B cells are thought to be the primary source of natural IgM immunoglobulin, that is, IgM produced in large quantities without prior antigenic stimulation and generally reactive against various microorganisms, as well as the source of T-independent IgA immunoglobulin in the mucosal areas. These cells are CD43-positive.", + "meaning": "CL:0000819", + "title": "B-1 B cell" + }, + { + "text": "CL:0000221", + "description": "A cell of the outer of the three germ layers of the embryo.", + "meaning": "CL:0000221", + "title": "ectodermal cell" + }, + { + "text": "CL:0000842", + "description": "A leukocyte with a single non-segmented nucleus in the mature form.", + "meaning": "CL:0000842", + "title": "mononuclear cell" + }, + { + "text": "CL:0001031", + "description": "An excitatory granule cell with a soma located in the granular layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites with a characteristic claw-like appearance and a long axon that ascends to the molecular layer where it bifurcates (except in non-teleost fish, where it does not bifurcate) and extends mediolaterally to form parallel fibers.", + "meaning": "CL:0001031", + "title": "cerebellar granule cell" + }, + { + "text": "CL:0000097", + "description": "A cell that is found in almost all tissues containing numerous basophilic granules and capable of releasing large amounts of histamine and heparin upon activation. Progenitors leave bone marrow and mature in connective and mucosal tissue. Mature mast cells are found in all tissues, except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is the main controlling signal of their survival and development.", + "meaning": "CL:0000097", + "title": "mast cell" + }, + { + "text": "CL:0000408", + "description": "Any male germ cell that has characteristic some haploid and is capable of some fertilization.", + "meaning": "CL:0000408", + "title": "male gamete" + }, + { + "text": "CL:0002204", + "description": "A cell type found in the gastrointestinal and respiratory tracts that is characterized by the presence of a tuft of blunt, squat microvilli (120-140 per cell). Function of this cell type is not known.", + "meaning": "CL:0002204", + "title": "brush cell" + }, + { + "text": "CL:0004215", + "description": "A type 5 cone bipolar cell with narrowly stratified post synaptic terminals.", + "meaning": "CL:0004215", + "title": "type 5a cone bipolar cell" + }, + { + "text": "CL:0000110", + "description": "A neuron that uses neuropeptides as transmitters.", + "meaning": "CL:0000110", + "title": "peptidergic neuron" + }, + { + "text": "CL:2000040", + "description": "Any microvascular endothelial cell that is part of a urinary bladder.", + "meaning": "CL:2000040", + "title": "bladder microvascular endothelial cell" + }, + { + "text": "CL:1000454", + "description": "An epithelial cell that is part of the collecting duct of renal tubule.", + "meaning": "CL:1000454", + "title": "kidney collecting duct epithelial cell" + }, + { + "text": "CL:0000822", + "description": "A conventional B cell subject to antigenic stimulation and dependent on T cell help and with a distinct surface marker expression pattern from B-1 B cells. These cells are CD43-negative.", + "meaning": "CL:0000822", + "title": "B-2 B cell" + }, + { + "text": "CL:0000925", + "description": "A type I NK T cell that has been recently activated, secretes interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, and downregulated NK markers.", + "meaning": "CL:0000925", + "title": "activated CD4-positive type I NK T cell" + }, + { + "text": "CL:0002218", + "description": "A double negative thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.", + "meaning": "CL:0002218", + "title": "immature dendritic epithelial T cell precursor" + }, + { + "text": "CL:0002412", + "description": "A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains in the T-cell receptor.", + "meaning": "CL:0002412", + "title": "Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:0004124", + "description": "A retinal ganglion cell C inner that has medium dendritic diversity.", + "meaning": "CL:0004124", + "title": "retinal ganglion cell C1" + }, + { + "text": "CL:4023039", + "description": "Any neuron that has its soma located in some amygdala and is capable of some glutamate secretion, neurotransmission.", + "meaning": "CL:4023039", + "title": "amygdala excitatory neuron" + }, + { + "text": "CL:0000584", + "description": "An epithelial cell that has its apical plasma membrane folded into microvilli to provide ample surface for the absorption of nutrients from the intestinal lumen.", + "meaning": "CL:0000584", + "title": "enterocyte" + }, + { + "text": "CL:2000024", + "description": "Any neuron that is part of a spinal cord medial motor column.", + "meaning": "CL:2000024", + "title": "spinal cord medial motor column neuron" + }, + { + "text": "CL:0000023", + "description": "A female germ cell that has entered meiosis.", + "meaning": "CL:0000023", + "title": "oocyte" + }, + { + "text": "CL:0009008", + "description": "A macrophage which is resident in the lamina propria of the large intestine.", + "meaning": "CL:0009008", + "title": "gastrointestinal tract (lamina propria) macrophage of large intestine" + }, + { + "text": "CL:4023163", + "description": "A bushy cell that receives only few large excitatory endbulb synapses from auditory nerves. Spherical bush cells give excitatory input to the lateral and medial parts of the superior olive.", + "meaning": "CL:4023163", + "title": "spherical bushy cell" + }, + { + "text": "CL:0000893", + "description": "An immature T cell located in the thymus.", + "meaning": "CL:0000893", + "title": "thymocyte" + }, + { + "text": "CL:0011000", + "description": "A CNS interneuron located in the dorsal horn of the spinal cord.", + "meaning": "CL:0011000", + "title": "dorsal horn interneuron" + }, + { + "text": "CL:0000602", + "description": "A receptor in the vascular system, particularly the aorta and carotid sinus, which is sensitive to stretch of the vessel walls.", + "meaning": "CL:0000602", + "title": "pressoreceptor cell" + }, + { + "text": "CL:0000211", + "description": "A cell whose function is determined by the generation or the reception of an electric signal.", + "meaning": "CL:0000211", + "title": "electrically active cell" + }, + { + "text": "CL:0017006", + "description": "A lymphocyte of B lineage that has gotten larger after being stimulated by an antigen.", + "meaning": "CL:0017006", + "title": "B-lymphoblast" + }, + { + "text": "CL:1000507", + "description": "A cell that is part of a nephron tubule.", + "meaning": "CL:1000507", + "title": "kidney tubule cell" + }, + { + "text": "CL:0000766", + "description": "A cell of the monocyte, granulocyte, or mast cell lineage.", + "meaning": "CL:0000766", + "title": "myeloid leukocyte" + }, + { + "text": "CL:0000362", + "description": "An epithelial cell of the integument (the outer layer of an organism).", + "meaning": "CL:0000362", + "title": "epidermal cell" + }, + { + "text": "CL:0000022", + "description": "A stem cell that is the precursor of female gametes.", + "meaning": "CL:0000022", + "title": "female germ line stem cell" + }, + { + "text": "CL:1000891", + "description": "Any kidney blood vessel cell that is part of some kidney arterial blood vessel.", + "meaning": "CL:1000891", + "title": "kidney arterial blood vessel cell" + }, + { + "text": "CL:1000391", + "description": "A melanocyte that is part of the eyelid.", + "meaning": "CL:1000391", + "title": "melanocyte of eyelid" + }, + { + "text": "CL:0002631", + "description": "Any epithelial cell that is part of some upper respiratory tract epithelium.", + "meaning": "CL:0002631", + "title": "epithelial cell of upper respiratory tract" + }, + { + "text": "CL:0000941", + "description": "A dendritic cell arising in thymus that has the phenotype CD11c-positive, CD11b-negative, and CD45RA-negative.", + "meaning": "CL:0000941", + "title": "thymic conventional dendritic cell" + }, + { + "text": "CL:0000240", + "meaning": "CL:0000240", + "title": "stratified squamous epithelial cell" + }, + { + "text": "CL:1000358", + "description": "A M cell that is part of the epithelium proper of ileum.", + "meaning": "CL:1000358", + "title": "microfold cell of epithelium proper of ileum" + }, + { + "text": "CL:0001050", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + "meaning": "CL:0001050", + "title": "effector CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:0002528", + "description": "A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0002528", + "title": "mature CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0002303", + "description": "A cell that is part of pigmented ciliary epithelium. This cell type uptakes sodium and chloride ions from stromal interstitium and passes the ions to non-pigmented ciliary epithelial cells via gap junctions.", + "meaning": "CL:0002303", + "title": "pigmented ciliary epithelial cell" + }, + { + "text": "CL:0002445", + "description": "A NK1.1-positive T cell that is Ly49D-negative.", + "meaning": "CL:0002445", + "title": "Ly49D-negative natural killer cell, mouse" + }, + { + "text": "CL:0000033", + "description": "An exocrine cell characterized by loss of part of the cytoplasm during the process of secretion. The secreted substance is accumulated at the apical end and is either budded off through the plasma membrane producing secreted vesicles or dissolved in the cytoplasm that is lost during secretion.", + "meaning": "CL:0000033", + "title": "apocrine cell" + }, + { + "text": "CL:1000486", + "description": "A basal cell that is part of the urothelium. Compared to other urothelial cell types, a basal cell of the urothelium is positioned along the basement membrane, is the most undifferentiated and serves a progenitor role.", + "meaning": "CL:1000486", + "title": "basal cell of urothelium" + }, + { + "text": "CL:0000839", + "description": "A progenitor cell restricted to the myeloid lineage.", + "meaning": "CL:0000839", + "title": "myeloid lineage restricted progenitor cell" + }, + { + "text": "CL:0003016", + "description": "A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003016", + "title": "G11-OFF retinal ganglion cell" + }, + { + "text": "CL:2000080", + "description": "Any mesenchymal stem cell of adipose tissue that is part of an abdomen.", + "meaning": "CL:2000080", + "title": "mesenchymal stem cell of abdominal adipose tissue" + }, + { + "text": "CL:0000898", + "description": "Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, CD45RA-positive, and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.", + "meaning": "CL:0000898", + "title": "naive T cell" + }, + { + "text": "CL:0002113", + "description": "A B220-low CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-low, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002113", + "title": "B220-low CD38-negative unswitched memory B cell" + }, + { + "text": "CL:0009038", + "description": "A macrophage that is located in the colon.", + "meaning": "CL:0009038", + "title": "colon macrophage" + }, + { + "text": "CL:0000051", + "description": "A oligopotent progenitor cell committed to the lymphoid lineage.", + "meaning": "CL:0000051", + "title": "common lymphoid progenitor" + }, + { + "text": "CL:0000060", + "description": "Skeletogenic cell that secretes dentine matrix, is derived from the odontogenic papilla, and develops from a preodontoblast cell.", + "meaning": "CL:0000060", + "title": "odontoblast" + }, + { + "text": "CL:0000720", + "meaning": "CL:0000720", + "title": "anterior cone cell (sensu Endopterygota)" + }, + { + "text": "CL:0000123", + "meaning": "CL:0000123", + "title": "neuron associated cell (sensu Vertebrata)" + }, + { + "text": "CL:1000347", + "description": "A columnar cell of the colon that is part of the colonic epithelium.", + "meaning": "CL:1000347", + "title": "enterocyte of colon" + }, + { + "text": "CL:0000149", + "meaning": "CL:0000149", + "title": "visual pigment cell" + }, + { + "text": "CL:0009106", + "description": "A specialized fibroblast found in the medulla of lymph node.", + "meaning": "CL:0009106", + "title": "medullary reticular cell" + }, + { + "text": "CL:1000360", + "description": "A M cell that is part of the epithelium proper of large intestine.", + "meaning": "CL:1000360", + "title": "microfold cell of epithelium proper of large intestine" + }, + { + "text": "CL:0000613", + "description": "A progenitor cell committed to the basophil lineage. This cell lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, Gata-2 and C/EBPa.", + "meaning": "CL:0000613", + "title": "basophil progenitor cell" + }, + { + "text": "CL:4033055", + "description": "A ciliated cell that is part of a ciliated duct of an airway submucosal gland.", + "meaning": "CL:4033055", + "title": "airway submucosal gland duct ciliated cell" + }, + { + "text": "CL:0009074", + "description": "A thymic medullary epithelial cell that expresses typical tuft cell markers instead of classical mTEC or cTEC markers. This population has a bulbous-like structure.", + "meaning": "CL:0009074", + "title": "medullary thymic epithelial cell type 4" + }, + { + "text": "CL:0000688", + "description": "A fibroblast-like cell that provides support at neuromuscular junctions in vertebrates and are localized outside the synaptic basal lamina.", + "meaning": "CL:0000688", + "title": "perijunctional fibroblast" + }, + { + "text": "CL:0000991", + "description": "CD11c-negative plasmacytoid dendritic cell is a leukocyte is CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive.", + "meaning": "CL:0000991", + "title": "CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0000790", + "description": "An alpha-beta T cell that has an immature phenotype and has not completed T cell selection.", + "meaning": "CL:0000790", + "title": "immature alpha-beta T cell" + }, + { + "text": "CL:1000191", + "description": "A rod-like cell in the inner ear, having their heads joined and their bases on the basilar membrane widely separated so as to form a spiral tunnel known as the tunnel of Corti.", + "meaning": "CL:1000191", + "title": "pillar cell" + }, + { + "text": "CL:0000710", + "description": "Epithelial cells derived from neural plate and neural crest.", + "meaning": "CL:0000710", + "title": "neurecto-epithelial cell" + }, + { + "text": "CL:0002153", + "description": "The dead keratin-filled squamous cell of the stratum corneum. This cell type lacks a nucleus.", + "meaning": "CL:0002153", + "title": "corneocyte" + }, + { + "text": "CL:0005002", + "description": "A non-terminally differentiated cell that differentiates into a xanthophore.", + "meaning": "CL:0005002", + "title": "xanthoblast" + }, + { + "text": "CL:0001013", + "description": "Mature interstitial dendritic cell is a interstitial dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001013", + "title": "mature interstitial dendritic cell" + }, + { + "text": "CL:0009017", + "description": "An intestinal stem cell that is located in the small intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the small intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009017", + "title": "intestinal crypt stem cell of small intestine" + }, + { + "text": "CL:0008040", + "description": "An endothelial cell of the venule that is squamous shaped. This is in contrast to the cubodial shape of high endothelial venule cells.", + "meaning": "CL:0008040", + "title": "squamous endothelial cell of venule" + }, + { + "text": "CL:0002110", + "description": "A B220-low CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002110", + "title": "B220-low CD38-positive naive B cell" + }, + { + "text": "CL:0000255", + "description": "Any cell that only exists in Eukaryota.", + "meaning": "CL:0000255", + "title": "eukaryotic cell" + }, + { + "text": "CL:1000612", + "description": "Any renal cortical epithelial cell that is part of some renal corpuscle.", + "meaning": "CL:1000612", + "title": "kidney corpuscule cell" + }, + { + "text": "CL:3000001", + "description": "A tissue-resident macrophage that is part of the placenta. A Hofbauer cell expresses high levels of growth factors and metalloproteinases that support vasculogenesis, angiogenesis, branching morphogenesis and tissue remodeling. A Hofbauer cell has a fetal origin and is present throughout pregnancy.", + "meaning": "CL:3000001", + "title": "Hofbauer cell" + }, + { + "text": "CL:0002274", + "description": "A cell type that secretes histamine.", + "meaning": "CL:0002274", + "title": "histamine secreting cell" + }, + { + "text": "CL:0002048", + "description": "A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, CD38-positive.", + "meaning": "CL:0002048", + "title": "late pro-B cell" + }, + { + "text": "CL:0000761", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The dendritic tree is wide and the dendritic convergence indicates cone selectivity. The axon terminal is sparsely branched and terminates in sublamina 5 of the inner plexiform layer.", + "meaning": "CL:0000761", + "title": "type 9 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0001019", + "meaning": "CL:0001019", + "title": "CD115-positive monocyte OR common dendritic progenitor" + }, + { + "text": "CL:0002269", + "description": "An endocrine cell that secretes vasoactive intestinal peptide.", + "meaning": "CL:0002269", + "title": "vasoactive intestinal peptide secreting cell" + }, + { + "text": "CL:0009009", + "description": "A paneth cell that is located in the epithelium of the colon.", + "meaning": "CL:0009009", + "title": "paneth cell of colon" + }, + { + "text": "CL:0010016", + "description": "A cell with a flagellum surrounded by a collar of microvilli. The motion of the flagellum draws water past the microvilli, serving either a feeding or sensory function. Collar cells are found in multiple animals, including sponges, echinoderms, and cnidarians. They are also found outside animals in the choanoflagellates. Although collar cells are superficially similar, their cytoskeletal structure and functional biology are different in different groups of organisms.", + "meaning": "CL:0010016", + "title": "collar cell" + }, + { + "text": "CL:1001603", + "description": "Circulating macrophages and tissue macrophages (alveolar macrophages) of lung.", + "meaning": "CL:1001603", + "title": "lung macrophage" + }, + { + "text": "CL:0004217", + "description": "A horizontal cell with a large cell body, thick dendrites, and a large dendritic arbor.", + "meaning": "CL:0004217", + "title": "H1 horizontal cell" + }, + { + "text": "CL:0001040", + "description": "Osteoblast that is non-terminally differentiated and located in cellular bone tissue or under the periosteum in acellular bone.", + "meaning": "CL:0001040", + "title": "non-terminally differentiated osteoblast" + }, + { + "text": "CL:0002669", + "description": "An otic fibrocyte that lines the otic capsule.", + "meaning": "CL:0002669", + "title": "type 3 otic fibrocyte" + }, + { + "text": "CL:0000205", + "description": "A cellular receptor which mediates the sense of temperature. Thermoreceptor cells in vertebrates are mostly located under the skin. In mammals there are separate types of thermoreceptors for cold and for warmth and pain receptor cells which detect cold or heat extreme enough to cause pain.", + "meaning": "CL:0000205", + "title": "thermoreceptor cell" + }, + { + "text": "CL:0002294", + "description": "An epithelial cell with a well defined Golgi apparatus that makes up the continuous layer of cells bordering the thymic tissue beneath the capsule.", + "meaning": "CL:0002294", + "title": "type-1 epithelial cell of thymus" + }, + { + "text": "CL:1000345", + "description": "A paneth cell that is part of the epithelium of crypt of Lieberkuhn of small intestine.", + "meaning": "CL:1000345", + "title": "paneth cell of epithelium of crypt of Lieberkuhn of small intestine" + }, + { + "text": "CL:0009077", + "description": "A thymic epithelial cell located within the subcapsular region of the thymus.", + "meaning": "CL:0009077", + "title": "subcapsular thymic epithelial cell" + }, + { + "text": "CL:0001201", + "description": "A B cell that is CD19-positive.", + "meaning": "CL:0001201", + "title": "B cell, CD19-positive" + }, + { + "text": "CL:0002600", + "description": "A smooth muscle cell of the trachea.", + "meaning": "CL:0002600", + "title": "smooth muscle cell of trachea" + }, + { + "text": "CL:4023030", + "description": "A sst GABAergic cortical interneuron that has \"fanning-out' Martinotti morphology that is found in layer 2/3/5 of the cerebral cortex. They have local axon arbor and long ascending axons that spreads horizontally and arborizes significantly in L1.", + "meaning": "CL:4023030", + "title": "L2/3/5 fan Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0000361", + "description": "A cell of the embryo in the early stage following the blastula, characterized by morphogenetic cell movements, cell differentiation, and the formation of the three germ layers.", + "meaning": "CL:0000361", + "title": "gastrula cell" + }, + { + "text": "CL:0019022", + "description": "An endothelial cell found in the centrilobular region hepatic sinusoid, near the central vein. The fenestrae of these cells are smaller but more numerous compared with those of endothelial cells near the periportal region of the hepatic sinusoid.", + "meaning": "CL:0019022", + "title": "endothelial cell of pericentral hepatic sinusoid" + }, + { + "text": "CL:4023170", + "description": "A trigeminal neuron that is responsible for sensation in the face.", + "meaning": "CL:4023170", + "title": "trigeminal sensory neuron" + }, + { + "text": "CL:0002475", + "description": "A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-intermediate, and CD11b-high.", + "meaning": "CL:0002475", + "title": "lymphoid MHC-II-negative non-classical monocyte" + }, + { + "text": "CL:0000677", + "description": "Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.", + "meaning": "CL:0000677", + "title": "gut absorptive cell" + }, + { + "text": "CL:0002017", + "description": "An orthochromatophilic erythroblast that is ter119-high, CD71-low, and Kit-negative.", + "meaning": "CL:0002017", + "title": "Kit-negative, Ly-76 high orthochromatophilic erythroblasts" + }, + { + "text": "CL:0000680", + "description": "A non-terminally differentiated cell that is capable of developing into a muscle cell.", + "meaning": "CL:0000680", + "title": "muscle precursor cell" + }, + { + "text": "CL:0003011", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field and a sparse dendritic arbor with post synaptic terminals in sublaminar layer S4.", + "meaning": "CL:0003011", + "title": "G8 retinal ganglion cell" + }, + { + "text": "CL:1000363", + "description": "A transitional myocyte that is part of the atrial branch of anterior internodal tract.", + "meaning": "CL:1000363", + "title": "transitional myocyte of atrial branch of anterior internodal tract" + }, + { + "text": "CL:0002220", + "description": "A cell located between the pinealocytes.", + "meaning": "CL:0002220", + "title": "interstitial cell of pineal gland" + }, + { + "text": "CL:4023108", + "description": "A magnocellular neurosecretory cell that is capable of producing and secreting oxytocin.", + "meaning": "CL:4023108", + "title": "oxytocin-secreting magnocellular cell" + }, + { + "text": "CL:0010014", + "meaning": "CL:0010014", + "title": "type II pinealocyte" + }, + { + "text": "CL:0000315", + "description": "A cell secreting tears, the fluid secreted by the lacrimal glands. This fluid moistens the conjunctiva and cornea.", + "meaning": "CL:0000315", + "title": "tear secreting cell" + }, + { + "text": "CL:0000155", + "description": "A cell that is usually basal in position, cuboidal with round nucleus, short microvilli, secretes pepsinogen.", + "meaning": "CL:0000155", + "title": "peptic cell" + }, + { + "text": "CL:0009022", + "description": "A stromal cell found in the lamina propria of the small intestine.", + "meaning": "CL:0009022", + "title": "stromal cell of lamina propria of small intestine" + }, + { + "text": "CL:0001022", + "description": "CD115-positive monocyte is a monocyte that is CD115-positive and CD11b-positive.", + "meaning": "CL:0001022", + "title": "CD115-positive monocyte" + }, + { + "text": "CL:1000289", + "description": "A muscle cell that is part of the atrial septal branch of anterior internodal tract.", + "meaning": "CL:1000289", + "title": "myocyte of atrial septal branch of anterior internodal tract" + }, + { + "text": "CL:0002076", + "description": "An epithelial cell derived from endoderm.", + "meaning": "CL:0002076", + "title": "endo-epithelial cell" + }, + { + "text": "CL:0001005", + "description": "Mature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001005", + "title": "mature CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0001080", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-negative.", + "meaning": "CL:0001080", + "title": "NKp44-negative group 3 innate lymphoid cell, human" + }, + { + "text": "CL:0003024", + "description": "A retinal ganglion cell C with medium cell bodies and large dendritic field.", + "meaning": "CL:0003024", + "title": "retinal ganglion cell C inner" + }, + { + "text": "CL:0002448", + "description": "A NK1.1-positive T cell that is Ly49H-negative.", + "meaning": "CL:0002448", + "title": "Ly49H-negative natural killer cell, mouse" + }, + { + "text": "CL:0009061", + "description": "An intestinal crypt stem cell that is located in the anorectum.", + "meaning": "CL:0009061", + "title": "intestinal crypt stem cell of anorectum" + }, + { + "text": "CL:0000486", + "description": "A large binucleate cell that forms a 'garland' around the anterior end of the proventriculus (cardia) at its junction with the esophagus in both adults and larvae flies. Each cell is surrounded by a basement membrane and there are numerous micro-invaginations (lacunae) extending from the surface into the cytoplasm. At the mouth of each lacuna is a doubled filament forming a specialised filtration system (diaphragm). The filtrate is endocytosed from the lacunae.", + "meaning": "CL:0000486", + "title": "garland cell" + }, + { + "text": "CL:1000372", + "description": "A transitional myocyte that is part of the atrial part of atrioventricular bundle.", + "meaning": "CL:1000372", + "title": "transitional myocyte of atrial part of atrioventricular bundle" + }, + { + "text": "CL:0002352", + "description": "A hematopoietic stem cell that exists during embryogenesis.", + "meaning": "CL:0002352", + "title": "gestational hematopoietic stem cell" + }, + { + "text": "CL:1000698", + "description": "A tissue-resident macrophage that is part of some kidney.", + "meaning": "CL:1000698", + "title": "kidney resident macrophage" + }, + { + "text": "CL:1001436", + "description": "The subcutaneous mechanoreceptors that innervate tylotrich hair follicles.", + "meaning": "CL:1001436", + "title": "hair-tylotrich neuron" + }, + { + "text": "CL:0002347", + "description": "A mature natural killer cell that is CD27-high and CD11b-high. This cell type is capable of interferon-gamma secretion.", + "meaning": "CL:0002347", + "title": "CD27-high, CD11b-high natural killer cell, mouse" + }, + { + "text": "CL:2000035", + "description": "Any neuromast mantle cell that is part of an anterior lateral line.", + "meaning": "CL:2000035", + "title": "anterior lateral line neuromast mantle cell" + }, + { + "text": "CL:0009069", + "description": "An unconventional T lymphocyte population within the thymic medulla that expresses both alpha/beta and gamma/delta T cell signatures.", + "meaning": "CL:0009069", + "title": "CD8aa(II) thymocyte" + }, + { + "text": "CL:0002281", + "description": "Scattered in duodenojejunal mucosa, this enteroendocrine cell secretes secretin and serotonin.", + "meaning": "CL:0002281", + "title": "type S enteroendocrine cell" + }, + { + "text": "CL:0009115", + "description": "An endothelial cell located in a lymph node lymphatic vessel.", + "meaning": "CL:0009115", + "title": "lymph node lymphatic vessel endothelial cell" + }, + { + "text": "CL:0002604", + "description": "An astrocyte that is part of the hippocampus.", + "meaning": "CL:0002604", + "title": "hippocampal astrocyte" + }, + { + "text": "CL:0000534", + "description": "A primary neuron (sensu Teleostei) that is neither a sensory neuron or a motor neuron.", + "meaning": "CL:0000534", + "title": "primary interneuron (sensu Teleostei)" + }, + { + "text": "CL:0002256", + "description": "A supportive cell that has characteristics of glial cell. Processes of this cell envelope the junctions between glomus cells and nerve endings.", + "meaning": "CL:0002256", + "title": "supporting cell of carotid body" + }, + { + "text": "CL:0002599", + "description": "A smooth muscle cell of the esophagus.", + "meaning": "CL:0002599", + "title": "smooth muscle cell of the esophagus" + }, + { + "text": "CL:0002620", + "description": "A fibroblast of skin.", + "meaning": "CL:0002620", + "title": "skin fibroblast" + }, + { + "text": "CL:0000082", + "description": "An epithelial cell of the lung.", + "meaning": "CL:0000082", + "title": "epithelial cell of lung" + }, + { + "text": "CL:0002321", + "description": "A cell of the embryo.", + "meaning": "CL:0002321", + "title": "embryonic cell (metazoa)" + }, + { + "text": "CL:0009033", + "description": "A plasma cell that is located in a vermiform appendix.", + "meaning": "CL:0009033", + "title": "plasma cell of appendix" + }, + { + "text": "CL:0002289", + "description": "A densely staining taste receptor cell that contains many dense vacuoles in their apical regions which project into the apical space and bear microvilli. This cell type serves as a supporting cell by surrounding and isolating the other cell types from each other; secrete a dense amorphous material that surrounds the microvilli in the taste pore. This cell type expresses a glial glutumate transporter, GLAST.", + "meaning": "CL:0002289", + "title": "type I taste bud cell" + }, + { + "text": "CL:0009058", + "description": "An enterocyte that is located in the anorectum.", + "meaning": "CL:0009058", + "title": "enterocyte of anorectum" + }, + { + "text": "CL:0000336", + "description": "A cell found within the adrenal medulla that secrete biogenic amine hormones upon stimulation.", + "meaning": "CL:0000336", + "title": "adrenal medulla chromaffin cell" + }, + { + "text": "CL:4040003", + "description": "Precursor of type II pneumocyte. These cells do not have lamellar bodies, which are a marker of type II pneumocyte maturity.", + "meaning": "CL:4040003", + "title": "fetal pre-type II pulmonary alveolar epithelial cell" + }, + { + "text": "CL:4030006", + "description": "An epithelial cell that is part of the fallopian tube epithelium that secretes mucous fluid and oviduct-specific products through the stimulation of estrogen and luteinizing hormone. The fallopian tube secretory cell has approximately the same height as the ciliated cell and is usually a more narrow columnar cell. The nucleus is ovoid and perpendicular to the long axis of the cell. The chromatin is more dense and the nucleolus smaller than that seen in the ciliated cell.", + "meaning": "CL:4030006", + "title": "fallopian tube secretory epithelial cell" + }, + { + "text": "CL:0000653", + "description": "A specialized kidney epithelial cell, contained within a glomerulus, that contains \"feet\" that interdigitate with the \"feet\" of other podocytes.", + "meaning": "CL:0000653", + "title": "podocyte" + }, + { + "text": "CL:0009066", + "description": "A stratified squamous epithelial cell that is part of the anal canal.", + "meaning": "CL:0009066", + "title": "stratified squamous epithelial cell of anal canal" + }, + { + "text": "CL:4023081", + "description": "a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has inverted pyramidal morphology.", + "meaning": "CL:4023081", + "title": "inverted L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex (Mmus)" + }, + { + "text": "CL:1000280", + "description": "A smooth muscle cell that is part of the colon.", + "meaning": "CL:1000280", + "title": "smooth muscle cell of colon" + }, + { + "text": "CL:2000019", + "description": "Any photoreceptor cell that is part of a compound eye.", + "meaning": "CL:2000019", + "title": "compound eye photoreceptor cell" + }, + { + "text": "CL:0002064", + "description": "A secretory cell found in pancreatic acini that secretes digestive enzymes and mucins. This cell is a typical zymogenic cell, have a basal nucleus and basophilic cytoplasm consisting of regular arrays of granular endoplasmic reticulum with mitochondria and dense secretory granules.", + "meaning": "CL:0002064", + "title": "pancreatic acinar cell" + }, + { + "text": "CL:0000703", + "description": "Cell that provides some or all mechanical, nutritional and phagocytic support to their neighbors.", + "meaning": "CL:0000703", + "title": "sustentacular cell" + }, + { + "text": "CL:1000456", + "description": "A mesothelial cell that is part of the parietal peritoneum.", + "meaning": "CL:1000456", + "title": "mesothelial cell of parietal peritoneum" + }, + { + "text": "CL:0000293", + "description": "A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism.", + "meaning": "CL:0000293", + "title": "structural cell" + }, + { + "text": "CL:4029003", + "description": "A gamete-nursing cell that derives from the somatic tissues of the gonad (del Pino, 2021).", + "meaning": "CL:4029003", + "title": "somatic nurse-like cell" + }, + { + "text": "CL:0002207", + "description": "Brush cell of the epithelium in the trachea.", + "meaning": "CL:0002207", + "title": "brush cell of trachea" + }, + { + "text": "CL:0000173", + "description": "A D cell located in the pancreas. Peripherally placed within the islets like type A cells; contains somatostatin.", + "meaning": "CL:0000173", + "title": "pancreatic D cell" + }, + { + "text": "CL:0004116", + "description": "A retinal ganglion with cell medium cell bodies and medium to large dendritic fields.", + "meaning": "CL:0004116", + "title": "retinal ganglion cell C" + }, + { + "text": "CL:0002518", + "description": "An epithelial cell of the kidney.", + "meaning": "CL:0002518", + "title": "kidney epithelial cell" + }, + { + "text": "CL:0002147", + "description": "A chief cell of parathyroid glands that does not stain with hematoxylin or eosin. This cell is larger, has a larger nucleus and fewer secretory granules than dark chief cells.", + "meaning": "CL:0002147", + "title": "clear chief cell of parathyroid gland" + }, + { + "text": "CL:0009025", + "description": "A mesothelial cell that is part of the colon.", + "meaning": "CL:0009025", + "title": "mesothelial cell of colon" + }, + { + "text": "CL:0000745", + "description": "A neuron that laterally connects other neurons in the inner nuclear layer of the retina.", + "meaning": "CL:0000745", + "title": "retina horizontal cell" + }, + { + "text": "CL:4023181", + "description": "A neurecto-epithelial cell that is part of the basal layer of the subcommissural organ and specializes in the secretion of proteins into the subarachnoid space. Hypendymal cells have similar characteristics to ependymal cells and express SCO-spondin.", + "meaning": "CL:4023181", + "title": "hypendymal cell" + }, + { + "text": "CL:0002123", + "description": "A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-low, CD38-positive, and IgG-positive.", + "meaning": "CL:0002123", + "title": "B220-low CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0002450", + "description": "A specialized hair cell that has an elongated kinocilium upon which an otolith accretes. The tether cell then anchors the otolith in place.", + "meaning": "CL:0002450", + "title": "tether cell" + }, + { + "text": "CL:0002093", + "description": "A small cell formed by the second meiotic division of oocytes. In mammals, the second polar body may fail to form unless the ovum has been penetrated by a sperm cell.", + "meaning": "CL:0002093", + "title": "secondary polar body" + }, + { + "text": "CL:0002060", + "description": "A melanin-containing macrophage that obtains the pigment by phagocytosis of melanosomes.", + "meaning": "CL:0002060", + "title": "melanophage" + }, + { + "text": "CL:0002142", + "description": "A cell pyramidal in shape, with their broad ends facing and forming the greater extent of the lining of the main lumen. Secretes glycoproteins associated with mucus.", + "meaning": "CL:0002142", + "title": "dark cell of eccrine sweat gland" + }, + { + "text": "CL:4023114", + "description": "A vestibular afferent neuron which posseses a unique postsynaptic terminal, the calyx, which completely covers the basolateral walls of type I hair cells and receives input from multiple ribbon synapses.", + "meaning": "CL:4023114", + "title": "calyx vestibular afferent neuron" + }, + { + "text": "CL:0002287", + "description": "A rounded, mitotically active stem cell which is the source of new cells of the taste bud; located basally.", + "meaning": "CL:0002287", + "title": "type IV taste receptor cell" + }, + { + "text": "CL:0000502", + "description": "A cell found throughout the gastrointestinal tract and in the pancreas. They secrete somatostatin in both an endocrine and paracrine manner. Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic enzymes, and gastric hydrochloric acid. A variety of substances which inhibit gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory peptide) are thought to act by releasing somatostatin.", + "meaning": "CL:0000502", + "title": "type D enteroendocrine cell" + }, + { + "text": "CL:0011007", + "description": "A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites.", + "meaning": "CL:0011007", + "title": "paraxial cell" + }, + { + "text": "CL:0009054", + "description": "A microfold cell (M cell) that is part of the anorectum.", + "meaning": "CL:0009054", + "title": "microfold cell of epithelium proper of anorectum" + }, + { + "text": "CL:0000026", + "description": "A germline cell that contributes to the development of the oocyte by transferring cytoplasm directly to oocyte.", + "meaning": "CL:0000026", + "title": "invertebrate nurse cell" + }, + { + "text": "CL:0009092", + "description": "An endothelial cell that is part of a placenta.", + "meaning": "CL:0009092", + "title": "endothelial cell of placenta" + }, + { + "text": "CL:0002348", + "description": "A CD27-low, CD11b-high natural killer cell that has a higher threshold of activation due to higher expression of inhibitory receptors.", + "meaning": "CL:0002348", + "title": "CD27-low, CD11b-high natural killer cell, mouse" + }, + { + "text": "CL:0001028", + "description": "CD7-positive lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-positive and is CD45RA-negative.", + "meaning": "CL:0001028", + "title": "CD7-positive lymphoid progenitor cell" + }, + { + "text": "CL:4033012", + "description": "A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle longitudinal layer.", + "meaning": "CL:4033012", + "title": "smooth muscle cell of large intestine smooth muscle longitudinal layer" + }, + { + "text": "CL:1000245", + "description": "Any neuron that has its soma located in some posterior lateral line ganglion.", + "meaning": "CL:1000245", + "title": "posterior lateral line ganglion neuron" + }, + { + "text": "CL:0002458", + "description": "A dermal dendritic cell that is langerin-positive and CD103-positive.", + "meaning": "CL:0002458", + "title": "langerin-positive dermal dendritic cell" + }, + { + "text": "CL:0000780", + "description": "A specialized multinuclear osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000780", + "title": "multinuclear odontoclast" + }, + { + "text": "CL:1001217", + "description": "Any smooth muscle cell that is part of some interlobular artery.", + "meaning": "CL:1001217", + "title": "interlobulary artery smooth muscle cell" + }, + { + "text": "CL:1000309", + "description": "An adipocyte that is part of the epicardial fat.", + "meaning": "CL:1000309", + "title": "epicardial adipocyte" + }, + { + "text": "CL:4033025", + "description": "A fibroblast that is part of the fibrous layer of the perichondrium. This cell is responsible for collagen fiber production.", + "meaning": "CL:4033025", + "title": "perichondrial fibroblast" + }, + { + "text": "CL:0000309", + "meaning": "CL:0000309", + "title": "copper accumulating cell" + }, + { + "text": "CL:0002659", + "description": "A glandular epithelial cell that is part of the stomach.", + "meaning": "CL:0002659", + "title": "glandular cell of stomach" + }, + { + "text": "CL:0000982", + "description": "A plasmablast that secretes IgG.", + "meaning": "CL:0000982", + "title": "IgG plasmablast" + }, + { + "text": "CL:4023160", + "description": "A neuron of the dorsal cochlear nucleus with spiny dendrites that receive input from the axons of granule cells and with axons that release GABA and glycine onto cartwheel, pyramidal and giant cell targets.", + "meaning": "CL:4023160", + "title": "cartwheel cell" + }, + { + "text": "CL:0000969", + "description": "A mature B cell that has the phenotype CD1d-positive and expresses interleukin-10. This cell type has been associated with suppression of chronic inflammatory responses and T cell responses.", + "meaning": "CL:0000969", + "title": "regulatory B cell" + }, + { + "text": "CL:0001020", + "description": "Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001020", + "title": "mature CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:2000055", + "description": "Any dendritic cell that is part of a liver.", + "meaning": "CL:2000055", + "title": "liver dendritic cell" + }, + { + "text": "CL:0002267", + "description": "A type D cell found in the stomach.", + "meaning": "CL:0002267", + "title": "type D cell of stomach" + }, + { + "text": "CL:0000553", + "description": "The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative).", + "meaning": "CL:0000553", + "title": "megakaryocyte progenitor cell" + }, + { + "text": "CL:0000651", + "description": "A mucus-secreting cell, with numerous apical secretory vesicles containing mucins; nucleus are basally displaced; numerous at the neck of mucus secreting glands", + "meaning": "CL:0000651", + "title": "mucous neck cell" + }, + { + "text": "CL:4023013", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to the thalamus.", + "meaning": "CL:4023013", + "title": "corticothalamic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:2000027", + "description": "Any basket cell that is part of a cerebellum.", + "meaning": "CL:2000027", + "title": "cerebellum basket cell" + }, + { + "text": "CL:0002401", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.", + "meaning": "CL:0002401", + "title": "mature dendritic epithelial T cell precursor" + }, + { + "text": "CL:0002094", + "description": "A cell that makes up the loose connective tissue of the ovary.", + "meaning": "CL:0002094", + "title": "interstitial cell of ovary" + }, + { + "text": "CL:0007001", + "description": "Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized).", + "meaning": "CL:0007001", + "title": "skeletogenic cell" + }, + { + "text": "CL:0002279", + "description": "A enteroendocrine cell type that is numerous in ileum, present in jejunum and large intestine, few in duodenum. This cell type produces glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 and -2) and PYY.", + "meaning": "CL:0002279", + "title": "type L enteroendocrine cell" + }, + { + "text": "CL:0000858", + "description": "A skeletal muscle myoblast that differentiates into fast muscle fibers.", + "meaning": "CL:0000858", + "title": "fast muscle myoblast" + }, + { + "text": "CL:2000044", + "description": "Any microvascular endothelial cell that is part of a brain.", + "meaning": "CL:2000044", + "title": "brain microvascular endothelial cell" + }, + { + "text": "CL:0002531", + "description": "A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.", + "meaning": "CL:0002531", + "title": "mature CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0002358", + "description": "Derived from the Greek word pyren (the pit of a stone fruit), this is a transient nucleated cell type that results from exclusion of the nucleus from the primitive erythrocyte.", + "meaning": "CL:0002358", + "title": "pyrenocyte" + }, + { + "text": "CL:0002430", + "description": "A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD4 co-receptor.", + "meaning": "CL:0002430", + "title": "CD4-intermediate, CD8-positive double-positive thymocyte" + }, + { + "text": "CL:4030067", + "description": "A near-projecting glutamatergic neuron with a soma found in cortical layer 5/6.", + "meaning": "CL:4030067", + "title": "L5/6 near-projecting glutamatergic neuron" + }, + { + "text": "CL:0002411", + "description": "A gamma-delta receptor that expresses Vgamma1.1 but does not express Vdelta6.3 chains in the T-cell receptor.", + "meaning": "CL:0002411", + "title": "Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:0008028", + "description": "Any neuron that is capable of part of some visual perception.", + "meaning": "CL:0008028", + "title": "visual system neuron" + }, + { + "text": "CL:0000894", + "description": "A pro-T cell that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-negative.", + "meaning": "CL:0000894", + "title": "DN1 thymic pro-T cell" + }, + { + "text": "CL:4023047", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2/3 of the primary motor cortex.", + "meaning": "CL:4023047", + "title": "L2/3 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0000985", + "description": "A fully differentiated plasma cell that secretes IgG.", + "meaning": "CL:0000985", + "title": "IgG plasma cell" + }, + { + "text": "CL:0002538", + "description": "An epithelial cell of the intrahepatic portion of the bile duct. These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic ratio relative to large/extrahepatic cholangiocytes.", + "meaning": "CL:0002538", + "title": "intrahepatic cholangiocyte" + }, + { + "text": "CL:0002557", + "description": "A fibroblast of pulmonary artery.", + "meaning": "CL:0002557", + "title": "fibroblast of pulmonary artery" + }, + { + "text": "CL:0009112", + "description": "A germinal center B cell found in a lymph node germinal center dark zone.", + "meaning": "CL:0009112", + "title": "centroblast" + }, + { + "text": "CL:0000921", + "description": "An alpha-beta T cell expressing NK cell markers that is CD1d restricted and expresses specific V-alpha chains. NK T cells of this type recognize the glycolipid alpha-galactosylceramide in the context of CD1d.", + "meaning": "CL:0000921", + "title": "type I NK T cell" + }, + { + "text": "CL:0002160", + "description": "A cell type found in the basal epithelial layer on the external side of the tympanic membrane. Cell type is flattened with intracellular spaces of variable dimensions.", + "meaning": "CL:0002160", + "title": "basal external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002300", + "description": "A small medullary thymic epithelial cell with a spindle shape, often arranged in groups and connected to each other by large desmosomes and interdigitations. The cytoplasm is sparse, with scanty organelles and thick bundles of cytokeratin.", + "meaning": "CL:0002300", + "title": "type-7 epithelial cell of thymus" + }, + { + "text": "CL:0009007", + "description": "A macrophage which is resident in the lamina propria of the small intestine.", + "meaning": "CL:0009007", + "title": "gastrointestinal tract (lamina propria) macrophage of small intestine" + }, + { + "text": "CL:0000768", + "description": "Any of the immature forms of a basophil, in which basophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000768", + "title": "immature basophil" + }, + { + "text": "CL:0000036", + "meaning": "CL:0000036", + "title": "epithelial fate stem cell" + }, + { + "text": "CL:0000693", + "description": "An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts.", + "meaning": "CL:0000693", + "title": "neurogliaform cell" + }, + { + "text": "CL:0002295", + "description": "A thymic epithelial cell that has an eccentric, round, or irregularly shaped hetero or euchromatic nucleus. The hallmark of this cell type is the presence of vacuoles, which are clustered in one area of the cytoplasm in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like form, occasionally showing delicate internal microvillous projections.", + "meaning": "CL:0002295", + "title": "type-6 epithelial cell of thymus" + }, + { + "text": "CL:0002388", + "description": "An arthroconidium that has more than one nucleus.", + "meaning": "CL:0002388", + "title": "multinucleate arthroconidium" + }, + { + "text": "CL:0000909", + "description": "A CD8-positive, alpha-beta T cell that has differentiated into a memory T cell.", + "meaning": "CL:0000909", + "title": "CD8-positive, alpha-beta memory T cell" + }, + { + "text": "CL:0019020", + "description": "An epithelial cell of the extrahepatic bile ducts, including the left and right hepatic duct, common hepatic duct, and common bile duct. They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio relative to small/intrahepatic cholangiocytes.", + "meaning": "CL:0019020", + "title": "extrahepatic cholangiocyte" + }, + { + "text": "CL:4023074", + "description": "A neuron that has its soma located in the mammillary body.", + "meaning": "CL:4023074", + "title": "mammillary body neuron" + }, + { + "text": "CL:4023109", + "description": "A magnocellular neurosecretory cell that is capable of producing and secreting vasopressin.", + "meaning": "CL:4023109", + "title": "vasopressin-secreting magnocellular cell" + }, + { + "text": "CL:0013000", + "description": "Any radial glial cell that is part of some forebrain.", + "meaning": "CL:0013000", + "title": "forebrain radial glial cell" + }, + { + "text": "CL:0000583", + "description": "A tissue-resident macrophage found in the alveoli of the lungs. Ingests small inhaled particles resulting in degradation and presentation of the antigen to immunocompetent cells. Markers include F4/80-positive, CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, MR-positive, CX3CR1-negative.", + "meaning": "CL:0000583", + "title": "alveolar macrophage" + }, + { + "text": "CL:0000694", + "meaning": "CL:0000694", + "title": "R3 photoreceptor cell" + }, + { + "text": "CL:0002050", + "description": "A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, CD43-positive, CD45R-positive and BP-positive.", + "meaning": "CL:0002050", + "title": "fraction C' precursor B cell" + }, + { + "text": "CL:0003027", + "description": "A bistratified retinal ganglion cell D cell that has medium dendritic arbor and a large dendritic field that terminates in S2 and S4.", + "meaning": "CL:0003027", + "title": "retinal ganglion cell D2" + }, + { + "text": "CL:0001044", + "description": "A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + "meaning": "CL:0001044", + "title": "effector CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000348", + "description": "A structural cell that is part of optic choroid.", + "meaning": "CL:0000348", + "title": "choroidal cell of the eye" + }, + { + "text": "CL:0000001", + "description": "A cultured cell that is freshly isolated from a organismal source, or derives in culture from such a cell prior to the culture being passaged.", + "meaning": "CL:0000001", + "title": "primary cultured cell" + }, + { + "text": "CL:0002640", + "description": "An epithelial fate stem cell derived form the amnion membrane.", + "meaning": "CL:0002640", + "title": "amniotic epithelial stem cell" + }, + { + "text": "CL:1001430", + "description": "Any urothelial cell that is part of some urethra urothelium.", + "meaning": "CL:1001430", + "title": "urethra urothelial cell" + }, + { + "text": "CL:1000085", + "meaning": "CL:1000085", + "title": "stratified non keratinized epithelial stem cell" + }, + { + "text": "CL:4030025", + "description": "A fibroblast that is located in the renal cortical interstitium.", + "meaning": "CL:4030025", + "title": "renal cortical fibroblast" + }, + { + "text": "CL:0011017", + "description": "Cell that is part of the vagal neural crest population. The vagal neural crest arises from the axial level of somites 1-7 and has been described as a hybrid between the head and the trunk populations.", + "meaning": "CL:0011017", + "title": "vagal neural crest cell" + }, + { + "text": "CL:0000990", + "description": "Conventional dendritic cell is a dendritic cell that is CD11c-high.", + "meaning": "CL:0000990", + "title": "conventional dendritic cell" + }, + { + "text": "CL:0010021", + "description": "Any myoblast that develops into some cardiac muscle cell.", + "meaning": "CL:0010021", + "title": "cardiac myoblast" + }, + { + "text": "CL:0000509", + "description": "A peptide hormone secreting cell that secretes gastrin.", + "meaning": "CL:0000509", + "title": "gastrin secreting cell" + }, + { + "text": "CL:0009068", + "description": "An unconventional T lymphocyte population within the thymic medulla that is potentially a thymic resident population.", + "meaning": "CL:0009068", + "title": "CD8aa(I) thymocyte" + }, + { + "text": "CL:0000131", + "meaning": "CL:0000131", + "title": "gut endothelial cell" + }, + { + "text": "CL:4023124", + "description": "A kisspeptin neuron that is located in the dentate gyrus of the hippocampus.", + "meaning": "CL:4023124", + "title": "dentate gyrus kisspeptin neuron" + }, + { + "text": "CL:0002105", + "description": "A CD38-positive IgG memory B cell is a class switched memory B cell that expresses IgG on the cell surface with the phenotype CD38-positive and IgG-positive.", + "meaning": "CL:0002105", + "title": "CD38-positive IgG memory B cell" + }, + { + "text": "CL:0002112", + "description": "A B220-positive CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-positive, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002112", + "title": "B220-positive CD38-negative unswitched memory B cell" + }, + { + "text": "CL:1000333", + "description": "A serous secreting cell that is part of the epithelium of bronchiole.", + "meaning": "CL:1000333", + "title": "serous cell of epithelium of lobular bronchiole" + }, + { + "text": "CL:1000714", + "description": "Any renal principal cell that is part of some cortical collecting duct.", + "meaning": "CL:1000714", + "title": "kidney cortex collecting duct principal cell" + }, + { + "text": "CL:0000165", + "description": "A neuron that is capable of some hormone secretion in response to neuronal signals.", + "meaning": "CL:0000165", + "title": "neuroendocrine cell" + }, + { + "text": "CL:0002602", + "description": "Any connective tissue cell that is part of some annulus fibrosus disci intervertebralis.", + "meaning": "CL:0002602", + "title": "annulus pulposus cell" + }, + { + "text": "CL:2000096", + "description": "Any fibroblast that is part of a reticular layer of dermis.", + "meaning": "CL:2000096", + "title": "fibroblast of the reticular layer of dermis" + }, + { + "text": "CL:0002596", + "description": "Smooth muscle cell of the carotid artery.", + "meaning": "CL:0002596", + "title": "smooth muscle cell of the carotid artery" + }, + { + "text": "CL:0002564", + "description": "A connective tissue cell of the nucleus pulposus cell of intervertebral disc.", + "meaning": "CL:0002564", + "title": "nucleus pulposus cell of intervertebral disc" + }, + { + "text": "CL:0000563", + "description": "A rounded, inactive form that certain bacteria assume under conditions of extreme temperature, dryness, or lack of food. The bacterium develops a waterproof cell wall that protects it from being dried out or damaged.", + "meaning": "CL:0000563", + "title": "endospore" + }, + { + "text": "CL:0002045", + "description": "A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, BP-1-negative and Ly6c-negative. This cell type is also described as being lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive.", + "meaning": "CL:0002045", + "title": "fraction A pre-pro B cell" + }, + { + "text": "CL:2000000", + "description": "Any melanocyte that is part of a epidermis.", + "meaning": "CL:2000000", + "title": "epidermal melanocyte" + }, + { + "text": "CL:0000313", + "description": "Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid.", + "meaning": "CL:0000313", + "title": "serous secreting cell" + }, + { + "text": "CL:1000457", + "description": "A mesothelial cell that is part of the visceral peritoneum.", + "meaning": "CL:1000457", + "title": "mesothelial cell of visceral peritoneum" + }, + { + "text": "CL:0000560", + "description": "A late neutrophilic metamyelocyte in which the nucleus is indented to more than half the distance to the farthest nuclear margin but in no area being condensed to a single filament. The nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, CD35-negative, and CD49d-negative.", + "meaning": "CL:0000560", + "title": "band form neutrophil" + }, + { + "text": "CL:0004245", + "description": "An amacrine cell with a wide dendritic field and post-synaptic terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and serotonin.", + "meaning": "CL:0004245", + "title": "indoleamine-accumulating amacrine cell" + }, + { + "text": "CL:0000813", + "description": "A long-lived, antigen-experienced T cell that has acquired a memory phenotype including distinct surface markers and the ability to differentiate into an effector T cell upon antigen reexposure.", + "meaning": "CL:0000813", + "title": "memory T cell" + }, + { + "text": "CL:0011100", + "description": "Neuron that secretes the neurotransmitter galanin.", + "meaning": "CL:0011100", + "title": "galanergic neuron" + }, + { + "text": "CL:0002513", + "description": "A CD8alpha alpha positive gamma-delta intraepithelial T cell that expresses a TCR encoded in part by the Vgamma5 gene segment.", + "meaning": "CL:0002513", + "title": "Vgamma5-positive CD8alpha alpha positive gamma-delta intraepithelial T cell" + }, + { + "text": "CL:4023125", + "description": "A hypothalamus kisspeptin neuron that coexpresses kisspeptin, neurokinin B and dynorphin.", + "meaning": "CL:4023125", + "title": "KNDy neuron" + }, + { + "text": "CL:0001076", + "description": "An innate lymphoid cell in the human with the phenotype NKp46-positive that is a precusor for NK cells and ILC3 cells.", + "meaning": "CL:0001076", + "title": "NKp46-positive innate lymphoid cell, human" + }, + { + "text": "CL:0000897", + "description": "A CD4-positive, alpha-beta T cell that has differentiated into a memory T cell.", + "meaning": "CL:0000897", + "title": "CD4-positive, alpha-beta memory T cell" + }, + { + "text": "CL:4033051", + "description": "A parasol ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB3a bipolar cells.", + "meaning": "CL:4033051", + "title": "OFF parasol ganglion cell" + }, + { + "text": "CL:0002677", + "description": "A regulatory T cell that has not encountered antigen.", + "meaning": "CL:0002677", + "title": "naive regulatory T cell" + }, + { + "text": "CL:0002250", + "description": "A cell that is found in a zone occupying the bottom region of the crypt; provide the source of most of the cell types of the intestinal epithelium; proliferate by mitotic division; differentiates into columnar or goblet cells.", + "meaning": "CL:0002250", + "title": "intestinal crypt stem cell" + }, + { + "text": "CL:2000051", + "description": "Any fibroblast that is part of a spleen.", + "meaning": "CL:2000051", + "title": "splenic fibroblast" + }, + { + "text": "CL:0000172", + "description": "Any secretory cell that is capable of some somatostatin secretion.", + "meaning": "CL:0000172", + "title": "somatostatin secreting cell" + }, + { + "text": "CL:0000641", + "description": "A cell that is resistant to stains.", + "meaning": "CL:0000641", + "title": "chromophobe cell" + }, + { + "text": "CL:4042006", + "description": "A border associated macrophage which is part of a dura matter. This macrophage phagocytoses intruding pathogens and foreign molecules detected in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid body with dynamic protrusions in homeostasis.", + "meaning": "CL:4042006", + "title": "dural macrophage" + }, + { + "text": "CL:0004241", + "description": "An amacrine cell with a wide dendritic field, dendrites in S2, and post-synaptic terminals in S1.", + "meaning": "CL:0004241", + "title": "WF2 amacrine cell" + }, + { + "text": "CL:0008002", + "description": "A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse.", + "meaning": "CL:0008002", + "title": "skeletal muscle fiber" + }, + { + "text": "CL:4023028", + "description": "A sst GABAergic cortical interneuron with a soma found in lower L5 with mostly local axonal arborization but with some sparse ascending axons. L5 non-Martinotti sst cells show somatic localization and local axon plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive thalamic input from the ventral posteromedial nucleus and specifically target L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend to show a higher input resistance and seem to be less stuttering.", + "meaning": "CL:4023028", + "title": "L5 non-Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:4030032", + "description": "An interstitial cell that is part of a cardiac valve leaflet. Along with valve endothelial cells, a valve interstitial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.", + "meaning": "CL:4030032", + "title": "valve interstitial cell" + }, + { + "text": "CL:0011110", + "description": "Neuron that secretes histamine.", + "meaning": "CL:0011110", + "title": "histaminergic neuron" + }, + { + "text": "CL:0011030", + "description": "Any microvascular endothelial cell that is part of the dermis.", + "meaning": "CL:0011030", + "title": "dermal microvascular endothelial cell" + }, + { + "text": "CL:1000383", + "description": "A type II vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.", + "meaning": "CL:1000383", + "title": "type 2 vestibular sensory cell of epithelium of macula of utricle of membranous labyrinth" + }, + { + "text": "CL:0000571", + "description": "A pigment cell derived from the neural crest. Contains uric acid or other purine crystals deposited in stacks called leucosomes. The crystals reflect light and this gives a white appearance under white light.", + "meaning": "CL:0000571", + "title": "leucophore" + }, + { + "text": "CL:0002583", + "description": "A preadipocyte that is part of subcutaneous tissue.", + "meaning": "CL:0002583", + "title": "subcutaneous preadipocyte" + }, + { + "text": "CL:0000735", + "description": "A hemocyte that derives from the larval lymph gland.", + "meaning": "CL:0000735", + "title": "lymph gland hemocyte" + }, + { + "text": "CL:0000762", + "description": "A nucleated blood cell involved in coagulation, typically seen in birds and other non-mammalian vertebrates.", + "meaning": "CL:0000762", + "title": "nucleated thrombocyte" + }, + { + "text": "CL:1000850", + "description": "Any epithelial cell of distal tubule that is part of some macula densa.", + "meaning": "CL:1000850", + "title": "macula densa epithelial cell" + }, + { + "text": "CL:0000311", + "meaning": "CL:0000311", + "title": "keratin accumulating cell" + }, + { + "text": "CL:0000128", + "description": "A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system.", + "meaning": "CL:0000128", + "title": "oligodendrocyte" + }, + { + "text": "CL:1000322", + "description": "A goblet cell that is part of the epithelium of pancreatic duct.", + "meaning": "CL:1000322", + "title": "pancreatic goblet cell" + }, + { + "text": "CL:0000569", + "description": "A mesenchymal cell found in the developing heart and that develops into some part of the heart. These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field.", + "meaning": "CL:0000569", + "title": "cardiac mesenchymal cell" + }, + { + "text": "CL:1000365", + "description": "A transitional myocyte that is part of the atrial septal branch of anterior internodal tract.", + "meaning": "CL:1000365", + "title": "transitional myocyte of atrial septal branch of anterior internodal tract" + }, + { + "text": "CL:0000629", + "description": "A cell that is specialized to store a particular substance(s), which is(are) later released from the store for a particular purpose.", + "meaning": "CL:0000629", + "title": "storage cell" + }, + { + "text": "CL:0000751", + "description": "A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells but not by cone photoreceptor cells. These neurons depolarize in response to light.", + "meaning": "CL:0000751", + "title": "rod bipolar cell" + }, + { + "text": "CL:0000219", + "description": "A cell that moves by its own activities.", + "meaning": "CL:0000219", + "title": "motile cell" + }, + { + "text": "CL:2000052", + "description": "Any endothelial cell of artery that is part of a umbilical cord.", + "meaning": "CL:2000052", + "title": "umbilical artery endothelial cell" + }, + { + "text": "CL:0002068", + "description": "Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter.", + "meaning": "CL:0002068", + "title": "Purkinje myocyte" + }, + { + "text": "CL:0000373", + "description": "A progenitor cell found in the larval epidermis of insects and that gives rise to the adult abdominal epidermis.", + "meaning": "CL:0000373", + "title": "histoblast" + }, + { + "text": "CL:1000550", + "description": "Any kidney cell that is part of some papillary duct.", + "meaning": "CL:1000550", + "title": "kidney papillary duct principal epithelial cell" + }, + { + "text": "CL:0002490", + "description": "A supporting cell of the organ of Corti.", + "meaning": "CL:0002490", + "title": "organ of Corti supporting cell" + }, + { + "text": "CL:4023093", + "description": "A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape.", + "meaning": "CL:4023093", + "title": "stellate pyramidal neuron" + }, + { + "text": "CL:0002192", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and a band form cell. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare.", + "meaning": "CL:0002192", + "title": "metamyelocyte" + }, + { + "text": "CL:3000002", + "description": "Sympathetic noradrenergic neuron.", + "meaning": "CL:3000002", + "title": "sympathetic noradrenergic neuron" + }, + { + "text": "CL:0007016", + "description": "Muscle precursor cell that is adjacent to the notochord and part of the presomitic mesoderm.", + "meaning": "CL:0007016", + "title": "adaxial cell" + }, + { + "text": "CL:0000883", + "description": "A thymic macrophage found in the thymic cortex.", + "meaning": "CL:0000883", + "title": "thymic cortical macrophage" + }, + { + "text": "CL:1000284", + "description": "A smooth muscle cell that is part of the descending colon.", + "meaning": "CL:1000284", + "title": "smooth muscle fiber of descending colon" + }, + { + "text": "CL:0002039", + "description": "A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative NK T cell.", + "meaning": "CL:0002039", + "title": "immature NK T cell stage I" + }, + { + "text": "CL:0000307", + "description": "An epithelial cell found in the trachea.", + "meaning": "CL:0000307", + "title": "tracheal epithelial cell" + }, + { + "text": "CL:1000373", + "description": "A transitional myocyte that is part of the ventricular part of atrioventricular bundle.", + "meaning": "CL:1000373", + "title": "transitional myocyte of ventricular part of atrioventricular bundle" + }, + { + "text": "CL:0007003", + "description": "Skeletogenic cell that has the potential to form an odontoblast, deposits predentine, and arises from a cranial neural crest cell.", + "meaning": "CL:0007003", + "title": "preodontoblast" + }, + { + "text": "CL:0011025", + "description": "An effector T cell that displays impaired effector functions (e.g., rapid production of effector cytokines, cytotoxicity) and has limited proliferative potential.", + "meaning": "CL:0011025", + "title": "exhausted T cell" + }, + { + "text": "CL:0002307", + "description": "A brush border epithelial cell located in the proximal tubule of the kidney, essential for reabsorbing substances like glucose and amino acids from the glomerular filtrate. These cells also secrete organic ions, playing a crucial role in maintaining kidney homeostasis, including electrolyte and acid-base balance, and excreting metabolic waste.", + "meaning": "CL:0002307", + "title": "brush border cell of the proximal tubule" + }, + { + "text": "CL:1001286", + "description": "Any vasa recta descending limb cell that is part of some inner medulla vasa recta descending limb.", + "meaning": "CL:1001286", + "title": "inner medulla vasa recta descending limb cell" + }, + { + "text": "CL:0000072", + "meaning": "CL:0000072", + "title": "non-branched duct epithelial cell" + }, + { + "text": "CL:0000183", + "description": "A cell whose primary function is to shorten.", + "meaning": "CL:0000183", + "title": "contractile cell" + }, + { + "text": "CL:0002248", + "description": "A pluripotent stem cell has the ability to form cells from all three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent stem cells, they cell can not generate all the cells of the whole organism such as placenta.", + "meaning": "CL:0002248", + "title": "pluripotent stem cell" + }, + { + "text": "CL:4033052", + "description": "A parasol ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB4 bipolar cells.", + "meaning": "CL:4033052", + "title": "ON parasol ganglion cell" + }, + { + "text": "CL:0002126", + "description": "A CD25-positive, CD27-positive immature gamma-delta T cell found in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, CD62L-high, CD44-high, CD2-low, CD5-low).", + "meaning": "CL:0002126", + "title": "CD25-positive, CD27-positive immature gamma-delta T cell" + }, + { + "text": "CL:0002523", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the mesonephros.", + "meaning": "CL:0002523", + "title": "mesonephric podocyte" + }, + { + "text": "CL:1000409", + "description": "A muscle cell that is part of the sinoatrial node.", + "meaning": "CL:1000409", + "title": "myocyte of sinoatrial node" + }, + { + "text": "CL:0000425", + "description": "Forms the terminal part of the cuticle-lined excretory duct of C. elegans.", + "meaning": "CL:0000425", + "title": "pore cell" + }, + { + "text": "CL:0000237", + "meaning": "CL:0000237", + "title": "keratinizing barrier epithelial cell" + }, + { + "text": "CL:0004250", + "description": "An amicrine that stratifies dendrites at two and only two locations.", + "meaning": "CL:0004250", + "title": "bistratified retinal amacrine cell" + }, + { + "text": "CL:0002517", + "description": "An interrenal chromaffin cell found in teleosts that contain small, homogeneous electron-lucent granules that are separated from the vesicular membrane by a visible halo.", + "meaning": "CL:0002517", + "title": "interrenal epinephrin secreting cell" + }, + { + "text": "CL:0002053", + "description": "A small pre-B cell that is CD22-positive and CD38-low.", + "meaning": "CL:0002053", + "title": "CD22-positive, CD38-low small pre-B cell" + }, + { + "text": "CL:4030041", + "description": "A ciliated cell of the endometrial luminal epithelium.", + "meaning": "CL:4030041", + "title": "luminal endometrial ciliated epithelial cell" + }, + { + "text": "CL:0000911", + "description": "A differentiated T cell with ability to traffic to peripheral tissues and is capable of mounting a specific immune response.", + "meaning": "CL:0000911", + "title": "effector T cell" + }, + { + "text": "CL:4030043", + "description": "A DRD1-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.", + "meaning": "CL:4030043", + "title": "matrix D1 medium spiny neuron" + }, + { + "text": "CL:4023041", + "description": "A glutamatergic neuron, with a soma found in the deeper portion of L5, that has long-range axonal projections including deep subcortical targets outside of the telencephalon and, in some cases, the spinal cord. While the L5 ET neuron projections are not limited to ET targets, they are clearly differentiated from the neuron subclasses whose projections are constrained to intratelencephalic (IT) targets. L5 ET neurons are generally the largest excitatory cortical neurons, typically having a thick apical dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing physiological characteristics.", + "meaning": "CL:4023041", + "title": "L5 extratelencephalic projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0000795", + "description": "A CD8-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000795", + "title": "CD8-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0001077", + "description": "An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, T-bet-positive.", + "meaning": "CL:0001077", + "title": "ILC1, human" + }, + { + "text": "CL:0009101", + "description": "A reticular cell involved in directing B cells and T cells to specific regions within a tissue.", + "meaning": "CL:0009101", + "title": "fibroblastic reticular cell" + }, + { + "text": "CL:1000143", + "description": "Any goblet cell that is part of some lung epithelium.", + "meaning": "CL:1000143", + "title": "lung goblet cell" + }, + { + "text": "CL:1001602", + "description": "Endothelial cells forming the walls of the capillaries within the cerebral cortex.", + "meaning": "CL:1001602", + "title": "cerebral cortex endothelial cell" + }, + { + "text": "CL:2000016", + "description": "Any lung endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000016", + "title": "lung microvascular endothelial cell" + }, + { + "text": "CL:0000844", + "description": "A rapidly cycling mature B cell that has distinct phenotypic characteristics and is involved in T-dependent immune responses and located typically in the germinal centers of lymph nodes. This cell type expresses Ly77 after activation.", + "meaning": "CL:0000844", + "title": "germinal center B cell" + }, + { + "text": "CL:0000787", + "description": "A memory B cell is a mature B cell that is long-lived, readily activated upon re-encounter of its antigenic determinant, and has been selected for expression of higher affinity immunoglobulin. This cell type has the phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative.", + "meaning": "CL:0000787", + "title": "memory B cell" + }, + { + "text": "CL:1000299", + "description": "A fibroblast that is part of the connective tissue of prostate.", + "meaning": "CL:1000299", + "title": "fibroblast of connective tissue of prostate" + }, + { + "text": "CL:0003001", + "description": "A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer.", + "meaning": "CL:0003001", + "title": "bistratified retinal ganglion cell" + }, + { + "text": "CL:0001071", + "description": "An innate lymphoid cell that constituitively expresses RORgt and is capable of expressing IL17A and/or IL-22.", + "meaning": "CL:0001071", + "title": "group 3 innate lymphoid cell" + }, + { + "text": "CL:0000809", + "description": "A thymocyte expressing the alpha-beta T cell receptor complex as well as both the CD4 and CD8 coreceptors.", + "meaning": "CL:0000809", + "title": "double-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0002025", + "description": "A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, and CD42-negative.", + "meaning": "CL:0002025", + "title": "CD34-positive, CD41-positive, CD42-negative megakaryocyte progenitor cell" + }, + { + "text": "CL:0002323", + "description": "A cell of a\u00a0fetus which is suspended in the amniotic fluid. Amniocytes are considered to arise from several tissues including fetal skin, the fetal urinary tract, umbilical cord, and the inner amniotic surface.", + "meaning": "CL:0002323", + "title": "amniocyte" + }, + { + "text": "CL:0008011", + "description": "A skeletal muscle satellite cell that divides by stem cell division. A proportion of this population undergoes symmetric stem cell division, producing two skeletal muscle satellite stem cells. The rest undergo asymmetric stem cell division - retaining their identity while budding off a daughter cell that differentiates into an adult skeletal muscle myoblast.", + "meaning": "CL:0008011", + "title": "skeletal muscle satellite stem cell" + }, + { + "text": "CL:0000626", + "description": "A granule cell that has a soma located in an olfactory bulb granule cell layer. An olfactory granule cell is an interneuron that lacks an axon, makes reciprocal dendro-dendritic synapses with mitral cells and tufted cells and is involved in the fine spatio-temporal tuning of the responses of these principal olfactory bulb neurons to odors.", + "meaning": "CL:0000626", + "title": "olfactory granule cell" + }, + { + "text": "CL:0000427", + "description": "A scaffolding cell type found in C. elegans, this cell plays a supportive role to the muscle arms. May also have an endocrine role.", + "meaning": "CL:0000427", + "title": "GLR cell" + }, + { + "text": "CL:0001026", + "description": "A common myeloid progenitor that is CD34-positive, CD38-positive, IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative.", + "meaning": "CL:0001026", + "title": "CD34-positive, CD38-positive common myeloid progenitor" + }, + { + "text": "CL:0000480", + "description": "A peptide hormone secreting cell that secretes secretin stimulating hormone", + "meaning": "CL:0000480", + "title": "secretin stimulating hormone secreting cell" + }, + { + "text": "CL:0000892", + "description": "A type of foam cell derived from a smooth muscle cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000892", + "title": "smooth muscle cell derived foam cell" + }, + { + "text": "CL:0000506", + "description": "An endorphine cell that secretes enkephalin.", + "meaning": "CL:0000506", + "title": "enkephalin secreting cell" + }, + { + "text": "CL:0019018", + "description": "A smooth muscle cell that is part of any blood vessel.", + "meaning": "CL:0019018", + "title": "blood vessel smooth muscle cell" + }, + { + "text": "CL:4033058", + "description": "A luminal epithelial cell of the mammary gland that transduces endocrine cues to orchestrate proliferation, architectural remodeling, and differentiation of other cells in the mammary gland via paracrine signaling. This cell expresses high levels of estrogen receptors. In humans, a luminal hormone-sensing cell can be identified by high levels of EpCAM and low levels of CD49f, and in mice it can be identified by low levels of CD29 and high levels of Foxa1, CD133, and Sca1 (Ly6a).", + "meaning": "CL:4033058", + "title": "luminal hormone-sensing cell of mammary gland" + }, + { + "text": "CL:0012000", + "description": "An astrocyte of the forebrain.", + "meaning": "CL:0012000", + "title": "astrocyte of the forebrain" + }, + { + "text": "CL:1000022", + "description": "Any epithelial cell that is part of some mesonephric nephron tubule.", + "meaning": "CL:1000022", + "title": "mesonephric nephron tubule epithelial cell" + }, + { + "text": "CL:1000488", + "description": "An epithelial cell that is part of the bile duct. Cholangiocytes contribute to bile secretion via net release of bicarbonate and water. They are cuboidal epithelium in the small interlobular bile ducts, but become columnar and mucus secreting in larger bile ducts approaching the porta hepatis and the extrahepatic ducts.", + "meaning": "CL:1000488", + "title": "cholangiocyte" + }, + { + "text": "CL:0002284", + "description": "An enteroendocrine cell found in the fundus and pylorus; this cell type has dense round secretory granules that contain ghrelin.", + "meaning": "CL:0002284", + "title": "type X enteroendocrine cell" + }, + { + "text": "CL:0000423", + "meaning": "CL:0000423", + "title": "tip cell" + }, + { + "text": "CL:4033027", + "description": "An OFF diffuse bipolar cell that makes synaptic contact with both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors.", + "meaning": "CL:4033027", + "title": "diffuse bipolar 1 cell" + }, + { + "text": "CL:0000154", + "description": "Any secretory cell that is capable of some protein secretion.", + "meaning": "CL:0000154", + "title": "protein secreting cell" + }, + { + "text": "CL:4042011", + "description": "An interlaminar astrocyte type whose soma is part of the upper first layer of the neocortex and its processes extend to a pia surface.", + "meaning": "CL:4042011", + "title": "subpial interlaminar astrocyte" + }, + { + "text": "CL:0000236", + "description": "A lymphocyte of B lineage that is capable of B cell mediated immunity.", + "meaning": "CL:0000236", + "title": "B cell" + }, + { + "text": "CL:2000047", + "description": "Any motor neuron that is part of a brainstem.", + "meaning": "CL:2000047", + "title": "brainstem motor neuron" + }, + { + "text": "CL:0001079", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-positive.", + "meaning": "CL:0001079", + "title": "NKp44-positive group 3 innate lymphoid cell, human" + }, + { + "text": "CL:4033029", + "description": "An OFF calbindin-positive bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3a contacts with cones are triad-associated.", + "meaning": "CL:4033029", + "title": "diffuse bipolar 3a cell" + }, + { + "text": "CL:0002575", + "description": "A pericyte of the central nervous system.", + "meaning": "CL:0002575", + "title": "central nervous system pericyte" + }, + { + "text": "CL:0002054", + "description": "An immature B cell that is IgM-positive, CD45R-positive, CD43-low, CD25-negative, and CD127-negative. This cell type has also been described as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and HSA-positive.", + "meaning": "CL:0002054", + "title": "fraction E immature B cell" + }, + { + "text": "CL:0001030", + "meaning": "CL:0001030", + "title": "CD117-positive common myeloid progenitor OR CD217-positive common lymphoid progenitor" + }, + { + "text": "CL:0002042", + "description": "A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell.", + "meaning": "CL:0002042", + "title": "immature NK T cell stage IV" + }, + { + "text": "CL:1000283", + "description": "A smooth muscle cell that is part of the transverse colon.", + "meaning": "CL:1000283", + "title": "smooth muscle fiber of transverse colon" + }, + { + "text": "CL:0002202", + "description": "An epithelial cell of the tracheobronchial tree.", + "meaning": "CL:0002202", + "title": "epithelial cell of tracheobronchial tree" + }, + { + "text": "CL:0000225", + "description": "A cell that lacks a nucleus.", + "meaning": "CL:0000225", + "title": "anucleate cell" + }, + { + "text": "CL:0002265", + "description": "A D cell located in the colon.", + "meaning": "CL:0002265", + "title": "type D cell of colon" + }, + { + "text": "CL:0002031", + "description": "A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells.", + "meaning": "CL:0002031", + "title": "hematopoietic lineage restricted progenitor cell" + }, + { + "text": "CL:2000041", + "description": "Any dermis lymphatic vessel endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000041", + "title": "dermis microvascular lymphatic vessel endothelial cell" + }, + { + "text": "CL:0000069", + "meaning": "CL:0000069", + "title": "branched duct epithelial cell" + }, + { + "text": "CL:0002498", + "description": "A trophoblast giant cell that is derived from ectoplacental cone and, later in gestation, the spongiotrophoblast.", + "meaning": "CL:0002498", + "title": "secondary trophoblast giant cell" + }, + { + "text": "CL:0007021", + "description": "Secretory cell that produces a chemical mixture that triggers antipredator behavior. The substance is released only upon disruption of the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, 1992]", + "meaning": "CL:0007021", + "title": "alarm substance cell" + }, + { + "text": "CL:0000127", + "description": "A class of large neuroglial (macroglial) cells in the central nervous system - the largest and most numerous neuroglial cells in the brain and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with many long processes, including those with 'end feet' which form the glial (limiting) membrane and directly and indirectly contribute to the blood-brain barrier. They regulate the extracellular ionic and chemical environment, and 'reactive astrocytes' (along with microglia) respond to injury.", + "meaning": "CL:0000127", + "title": "astrocyte" + }, + { + "text": "CL:1001608", + "description": "Fibroblast from foreskin.", + "meaning": "CL:1001608", + "title": "foreskin fibroblast" + }, + { + "text": "CL:0002355", + "description": "A large nucleated basophilic erythrocyte found in mammalian embryos. This cell type arises from the blood islands of yolk sacs and expresses different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. Considered a type of erythroblast as this cell type can enucleate in circulation.", + "meaning": "CL:0002355", + "title": "primitive red blood cell" + }, + { + "text": "CL:0000776", + "description": "Any of the immature forms of a neutrophil in which neutrophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000776", + "title": "immature neutrophil" + }, + { + "text": "CL:0004233", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals that stratify at S2, with a second stratification that occurs in S3 and S4. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004233", + "title": "DAPI-3 amacrine cell" + }, + { + "text": "CL:4030056", + "description": "A urothelial cell that is terminally differentiated and part of the urothelial apical surface that forms the high-resistance barrier of urothelium. Umbrella cells have been described as the largest of urothelial cell types, highly polarized, and, in some species, multinucleated. In the relaxed state, these cells form a dome-shaped structure at the apical pole and can also cover multiple underlying intermediate cells, leading to the name umbrella cells. In contrast, these cells flatten when the bladder is filled.", + "meaning": "CL:4030056", + "title": "umbrella cell of urothelium" + }, + { + "text": "CL:0000437", + "description": "A rounded cell that is usually situated next to sinusoids; secretes follicular stimulating hormone (FSH) and luteinizing hormone (LH).", + "meaning": "CL:0000437", + "title": "gonadtroph" + }, + { + "text": "CL:0001029", + "description": "Common dendritic precursor is a hematopoietic progenitor cell that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane parts for hematopoietic lineage markers.", + "meaning": "CL:0001029", + "title": "common dendritic progenitor" + }, + { + "text": "CL:4030002", + "description": "An alpha-beta memory T cell with the phenotype CD45RA-positive.", + "meaning": "CL:4030002", + "title": "effector memory CD45RA-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:0002481", + "description": "The flattened smooth myoepithelial cells of mesodermal origin that lie just outside the basal lamina of the seminiferous tubule.", + "meaning": "CL:0002481", + "title": "peritubular myoid cell" + }, + { + "text": "CL:0002410", + "description": "A cell that is found in the periacinar space of the exocrine pancreas and in perivascular and periductal regions of the pancreas, and has long cytoplasmic processes that encircle the base of the acinus. Expresses several intermediate filament proteins including vimentin and nestin. Shares many of the characteristics of hepatatic stellate cells, but not stellate cells of the central nervous system. Upon activation, this cell type undergoes morphological and gene expression changes that make the cell suggestive of being a type of myofibroblast.", + "meaning": "CL:0002410", + "title": "pancreatic stellate cell" + }, + { + "text": "CL:1000275", + "description": "A smooth muscle cell that is part of the small intestine.", + "meaning": "CL:1000275", + "title": "smooth muscle cell of small intestine" + }, + { + "text": "CL:0002630", + "description": "A spore formed from bacteria in the order Actinomycetales.", + "meaning": "CL:0002630", + "title": "actinomycete-type spore" + }, + { + "text": "CL:0002024", + "description": "A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma receptor II/III-low.", + "meaning": "CL:0002024", + "title": "Kit-positive megakaryocyte progenitor cell" + }, + { + "text": "CL:4030030", + "description": "A blood lymphocyte located in the flowing, circulating blood of the body.", + "meaning": "CL:4030030", + "title": "peripheral blood lymphocyte" + }, + { + "text": "CL:4023049", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in L5 of the primary motor cortex.", + "meaning": "CL:4023049", + "title": "L5 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0007000", + "description": "Skeletogenic cell that has the potential to develop into an ameloblast. Located in the inner enamel epithelium, these cells elongate, their nuclei shift distally (away from the dental papilla), and their cytoplasm becomes filled with organelles needed for synthesis and secretion of enamel proteins.", + "meaning": "CL:0007000", + "title": "preameloblast" + }, + { + "text": "CL:0002223", + "description": "A cell of the transparent layer of simple cuboidal epithelium over the anterior surface of the lens; transform into lens fiber(s).", + "meaning": "CL:0002223", + "title": "anterior lens cell" + }, + { + "text": "CL:0004243", + "description": "An amacrine cell with a wild dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites have spikes, cross over each other, and cover a larger volume than dendrties of W3-1 retinal amacrine cells.", + "meaning": "CL:0004243", + "title": "WF3-2 amacrine cell" + }, + { + "text": "CL:1000394", + "description": "A myoepithelial cell that is part of the intralobular part of terminal lactiferous duct.", + "meaning": "CL:1000394", + "title": "myoepithelial cell of intralobular lactiferous duct" + }, + { + "text": "CL:0000884", + "description": "A tissue-resident macrophage found in the mucosa associated lymphoid tissue.", + "meaning": "CL:0000884", + "title": "mucosa-associated lymphoid tissue macrophage" + }, + { + "text": "CL:0000358", + "description": "A smooth muscle cell that is part of a sphincter. A sphincter is a typically circular muscle that normally maintains constriction of a natural body passage or orifice and which relaxes as required by normal physiological functioning.", + "meaning": "CL:0000358", + "title": "sphincter associated smooth muscle cell" + }, + { + "text": "CL:0008036", + "description": "A trophoblast cell that is not part of a placental villous.", + "meaning": "CL:0008036", + "title": "extravillous trophoblast" + }, + { + "text": "CL:1001561", + "description": "Chemosensitive cells that innervate the vomernasal organ epithelium and are responsible for receiving and transmitting pheromone signals.", + "meaning": "CL:1001561", + "title": "vomeronasal sensory neuron" + }, + { + "text": "CL:0009036", + "description": "A macrophage located in the vermiform appendix.", + "meaning": "CL:0009036", + "title": "appendix macrophage" + }, + { + "text": "CL:0002626", + "description": "An immature astrocyte.", + "meaning": "CL:0002626", + "title": "immature astrocyte" + }, + { + "text": "CL:1001066", + "meaning": "CL:1001066", + "title": "kidney arteriole smooth muscle cell" + }, + { + "text": "CL:0000948", + "description": "A class switched memory B cell that expresses IgE on the cell surface.", + "meaning": "CL:0000948", + "title": "IgE memory B cell" + }, + { + "text": "CL:0000168", + "description": "Any secretory cell that is capable of some insulin secretion.", + "meaning": "CL:0000168", + "title": "insulin secreting cell" + }, + { + "text": "CL:0002273", + "description": "A type EC enteroendocrine cell type that is numerous in the fundus of the stomach; stores 5-hydroxytryptamine and histamine.", + "meaning": "CL:0002273", + "title": "type ECL enteroendocrine cell" + }, + { + "text": "CL:0000470", + "meaning": "CL:0000470", + "title": "digestive enzyme secreting cell" + }, + { + "text": "CL:0000356", + "meaning": "CL:0000356", + "title": "hair matrix stem cell" + }, + { + "text": "CL:0002075", + "description": "Infrequent type of columnar epithelial cell. This cell is characterized by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) on the cell surface. The microvilli contain filaments that stretch into the underlying cytoplasm. They have a distinctive pear shape with a wide base and a narrow microvillous apex. Function not known.", + "meaning": "CL:0002075", + "title": "brush cell of tracheobronchial tree" + }, + { + "text": "CL:4023005", + "description": "A nuclear bag fiber that is sensitive mainly to the rate of change in muscle length.", + "meaning": "CL:4023005", + "title": "dynamic nuclear bag fiber" + }, + { + "text": "CL:0000855", + "description": "Hair cell is a mechanoreceptor cell that is sensitive to movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.", + "meaning": "CL:0000855", + "title": "sensory hair cell" + }, + { + "text": "CL:0000226", + "description": "A cell with a single nucleus.", + "meaning": "CL:0000226", + "title": "single nucleate cell" + }, + { + "text": "CL:0000930", + "description": "A mature NK T cell that secretes interleukin-4 and enhances Th2 immune responses.", + "meaning": "CL:0000930", + "title": "CD4-negative, CD8-negative type I NK T cell secreting interleukin-4" + }, + { + "text": "CL:0000678", + "meaning": "CL:0000678", + "title": "commissural neuron" + }, + { + "text": "CL:0000772", + "description": "Any of the immature forms of an eosinophil, in which eosinophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000772", + "title": "immature eosinophil" + }, + { + "text": "CL:0002455", + "description": "A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative and CD4-positive.", + "meaning": "CL:0002455", + "title": "CD8_alpha-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0002479", + "description": "An adipose macrophage that does not express MHC-II but is F4/80-positive.", + "meaning": "CL:0002479", + "title": "F4/80-positive adipose macrophage" + }, + { + "text": "CL:0000068", + "description": "An epithelial cell that is part of a duct.", + "meaning": "CL:0000068", + "title": "duct epithelial cell" + }, + { + "text": "CL:0011103", + "description": "Sympathetic neurons are part of the sympathetic nervous system and are primarily adrenergic producing the neurotransmitter noradrenalin along with other neuropeptides.", + "meaning": "CL:0011103", + "title": "sympathetic neuron" + }, + { + "text": "CL:0002633", + "description": "A basal cell in the respiratory tract.", + "meaning": "CL:0002633", + "title": "respiratory basal cell" + }, + { + "text": "CL:0000891", + "description": "A type of cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000891", + "title": "foam cell" + }, + { + "text": "CL:2000033", + "description": "Any basal cell of epidermis that is part of a limb.", + "meaning": "CL:2000033", + "title": "limb basal cell of epidermis" + }, + { + "text": "CL:0000147", + "description": "A pigment cell is a cell that contains pigment granules.", + "meaning": "CL:0000147", + "title": "pigment cell" + }, + { + "text": "CL:0002665", + "description": "A fibrocyte of the cochlea that has specialized structural and molecular adaptions.", + "meaning": "CL:0002665", + "title": "otic fibrocyte" + }, + { + "text": "CL:0002470", + "description": "Gr1-high monocyte that has a MHC-II receptor complex.", + "meaning": "CL:0002470", + "title": "MHC-II-positive classical monocyte" + }, + { + "text": "CL:0002594", + "description": "A smooth muscle cell of the umbilical artery.", + "meaning": "CL:0002594", + "title": "smooth muscle cell of the umbilical artery" + }, + { + "text": "CL:0004222", + "description": "A flag amacrine cell with post-synaptic terminals in S3, S4, and S5. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004222", + "title": "flag B amacrine cell" + }, + { + "text": "CL:0000103", + "description": "A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body.", + "meaning": "CL:0000103", + "title": "bipolar neuron" + }, + { + "text": "CL:1000746", + "description": "Any kidney corpuscule cell that is part of some renal glomerulus.", + "meaning": "CL:1000746", + "title": "glomerular cell" + }, + { + "text": "CL:0000377", + "meaning": "CL:0000377", + "title": "tracheoblast" + }, + { + "text": "CL:0002139", + "description": "An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels.", + "meaning": "CL:0002139", + "title": "endothelial cell of vascular tree" + }, + { + "text": "CL:0000071", + "description": "An endothelial cell that lines the vasculature.", + "meaning": "CL:0000071", + "title": "blood vessel endothelial cell" + }, + { + "text": "CL:0000852", + "description": "Neuromast support cell is a non-sensory cell of the neuromast that extend between the sensory hair cells from the basement membrane to the apical surface; neuromast support cells are surrounded by neuromast mantle cells.", + "meaning": "CL:0000852", + "title": "neuromast supporting cell" + }, + { + "text": "CL:0000723", + "description": "A stem cell that can give rise to cell types of the body other than those of the germ-line.", + "meaning": "CL:0000723", + "title": "somatic stem cell" + }, + { + "text": "CL:0002007", + "description": "A lineage marker-negative, CD34-positive, IL5r-alpha-positive, and Sca1-negative eosinophil progenitor cell.", + "meaning": "CL:0002007", + "title": "Kit-low, CD34-positive eosinophil progenitor cell" + }, + { + "text": "CL:0000606", + "description": "The larger of two types of asexual spores formed by some fungi; usually round or oblong.", + "meaning": "CL:0000606", + "title": "macroconidium" + }, + { + "text": "CL:0000609", + "description": "A mechanoreceptor located in the acoustic maculae and the semicircular canals that mediates the sense of balance, movement, and head position. The vestibular hair cells are connected to accessory structures in such a way that movements of the head displace their stereocilia. This influences the membrane potential of the cells which relay information about movements via the vestibular part of the vestibulocochlear nerve to the brain stem.", + "meaning": "CL:0000609", + "title": "vestibular hair cell" + }, + { + "text": "CL:0001053", + "description": "A memory B cell that lacks expression of surface IgD.", + "meaning": "CL:0001053", + "title": "IgD-negative memory B cell" + }, + { + "text": "CL:0000781", + "description": "A specialized mononuclear osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000781", + "title": "mononuclear odontoclast" + }, + { + "text": "CL:0009059", + "description": "A plasma cell that is located in the medullary sinus of the lymph node.", + "meaning": "CL:0009059", + "title": "plasma cell of medullary sinus of lymph node" + }, + { + "text": "CL:0002121", + "description": "A CD24-negative CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative.", + "meaning": "CL:0002121", + "title": "CD24-negative CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000747", + "description": "A pigment cell derived from the neural crest. Contains blue pigment of unknown chemical composition in fibrous organelles termed cyanosomes. This gives a blue appearance.", + "meaning": "CL:0000747", + "title": "cyanophore" + }, + { + "text": "CL:0011020", + "description": "An undifferentiated cell that originates from a neural stem cell and has the capacity to generate multiple types of lineage-restricted progenitors but not to self-renew.", + "meaning": "CL:0011020", + "title": "neural progenitor cell" + }, + { + "text": "CL:4033020", + "description": "A mucus secreting cell that is part of a submucosal gland of the trachea.", + "meaning": "CL:4033020", + "title": "mucus secreting cell of trachea gland" + }, + { + "text": "CL:1000276", + "description": "A smooth muscle cell that is part of the duodenum.", + "meaning": "CL:1000276", + "title": "smooth muscle fiber of duodenum" + }, + { + "text": "CL:0011028", + "description": "A neural-crest derived glial cell that supports the growth and survival of primary olfactory neuroons from the neuroepithelium in the nasal cavity to the brain by encasing large bundles of numerous unmyelinated axons.", + "meaning": "CL:0011028", + "title": "olfactory ensheathing cell" + }, + { + "text": "CL:4030065", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L6 IT.", + "meaning": "CL:4030065", + "title": "L6 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:2000010", + "description": "Any blood vessel endothelial cell that is part of a dermis.", + "meaning": "CL:2000010", + "title": "dermis blood vessel endothelial cell" + }, + { + "text": "CL:0000802", + "description": "A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha alpha-positive.", + "meaning": "CL:0000802", + "title": "CD8-alpha alpha positive, gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002115", + "description": "A B220-positive CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-positive, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002115", + "title": "B220-positive CD38-positive unswitched memory B cell" + }, + { + "text": "CL:1001223", + "description": "Any endothelial cell that is part of some renal interlobular vein.", + "meaning": "CL:1001223", + "title": "interlobulary vein endothelial cell" + }, + { + "text": "CL:0002152", + "description": "A columnar cell of the cervix uteri.", + "meaning": "CL:0002152", + "title": "columnar cell of endocervix" + }, + { + "text": "CL:0000234", + "description": "Any cell capable of ingesting particulate matter via phagocytosis.", + "meaning": "CL:0000234", + "title": "phagocyte" + }, + { + "text": "CL:0001081", + "description": "A group 2 innate lymphoid cell in the human with the phenotype CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive.", + "meaning": "CL:0001081", + "title": "group 2 innate lymphoid cell, human" + }, + { + "text": "CL:0000340", + "description": "A precursor of the central nervous system that gives rise to glial cells only.", + "meaning": "CL:0000340", + "title": "glioblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000738", + "description": "An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue.", + "meaning": "CL:0000738", + "title": "leukocyte" + }, + { + "text": "CL:0002506", + "description": "A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, MHC-II-high and CD103-positive that is located in the liver.", + "meaning": "CL:0002506", + "title": "liver CD103-positive dendritic cell" + }, + { + "text": "CL:0000396", + "description": "A hemocyte found in immuno-stimulated larvae.", + "meaning": "CL:0000396", + "title": "lamellocyte" + }, + { + "text": "CL:0000040", + "description": "A myeloid progenitor cell committed to the monocyte lineage. This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and the presence of a nucleolus.", + "meaning": "CL:0000040", + "title": "monoblast" + }, + { + "text": "CL:4023054", + "description": "A mesothelial cell that has undergone mesothelial-to-mesenchymal transition (MMT) to become a fibroblast cell.", + "meaning": "CL:4023054", + "title": "mesothelial fibroblast" + }, + { + "text": "CL:0000347", + "description": "A cell of the sclera of the eye.", + "meaning": "CL:0000347", + "title": "scleral cell" + }, + { + "text": "CL:0009048", + "description": "A macrophage that is located in the anorectum.", + "meaning": "CL:0009048", + "title": "anorectum macrophage" + }, + { + "text": "CL:0000798", + "description": "A T cell that expresses a gamma-delta T cell receptor complex.", + "meaning": "CL:0000798", + "title": "gamma-delta T cell" + }, + { + "text": "CL:1001590", + "description": "Glandular cell of epididymal epithelium.", + "meaning": "CL:1001590", + "title": "epididymis glandular cell" + }, + { + "text": "CL:0000476", + "description": "A basophil cell of the anterior pituitary that produces thyroid stimulating hormone, thyrotrophin. This cell type is elongated, polygonal and lie in clusters towards the adenohypophyseal center.", + "meaning": "CL:0000476", + "title": "thyrotroph" + }, + { + "text": "CL:0002293", + "description": "An epithelial cell of the thymus. Epithelial reticular cells are pleomorphic, stellate, non-phagocytic cells which seem to be supportive in function and are held together by desmosomes. They replace the fibroblastoid reticular cells found in other lymphoid organs. Other epithelial cells in the medulla have the ultrastructure of secretory cells. Although different epithelial cells throughout the thymus appear alike by light microscopy their ultrastructure and function varies.", + "meaning": "CL:0002293", + "title": "epithelial cell of thymus" + }, + { + "text": "CL:4033047", + "description": "A midget ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from flat midget bipolar cells.", + "meaning": "CL:4033047", + "title": "OFF midget ganglion cell" + }, + { + "text": "CL:0001082", + "description": "An innate lyphoid cell with an immature phenotype.", + "meaning": "CL:0001082", + "title": "immature innate lymphoid cell" + }, + { + "text": "CL:1000324", + "description": "A goblet cell that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000324", + "title": "duodenal goblet cell" + }, + { + "text": "CL:0000535", + "description": "A neuron of teleosts that develops later than a primary neuron, typically during the larval stages.", + "meaning": "CL:0000535", + "title": "secondary neuron (sensu Teleostei)" + }, + { + "text": "CL:1001107", + "description": "An epithelial cell that is part of some loop of Henle thin ascending limb.", + "meaning": "CL:1001107", + "title": "kidney loop of Henle thin ascending limb epithelial cell" + }, + { + "text": "CL:0001041", + "description": "A CD8-positive alpha-beta-positive T cell with the phenotype CXCR3-positive and having suppressor function. They are capable of producing IL-10, suppressing proliferation, and suppressing IFN-gamma production.", + "meaning": "CL:0001041", + "title": "CD8-positive, CXCR3-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:4030066", + "description": "An epithelial cell that is part of a ureteric bud. A ureteric bud cell has the potential to induce metanephric mesenchymal cells to proliferate and convert to epithelia that form renal tubules via: (1) the secretion of multiple diffusible growth factors that rescue renal progenitors from apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms that induce mesenchymal-epithelial conversion.", + "meaning": "CL:4030066", + "title": "ureteric bud cell" + }, + { + "text": "CL:0008031", + "description": "An interneuron that has its soma located in the cerebral cortex.", + "meaning": "CL:0008031", + "title": "cortical interneuron" + }, + { + "text": "CL:0002363", + "description": "A keratocyte is a specialized fibroblast\u00a0residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This\u00a0corneal\u00a0layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate.", + "meaning": "CL:0002363", + "title": "keratocyte" + }, + { + "text": "CL:0004219", + "description": "A bistratifed retinal amacrine cell with a small dendritic field, dendrite stratification in S1-S2, and a second dendrite stratification in S5. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004219", + "title": "A2 amacrine cell" + }, + { + "text": "CL:0011004", + "description": "A vetebrate lens cell that is any of the elongated, tightly packed cells that make up the bulk of the mature lens in a camera-type eye.", + "meaning": "CL:0011004", + "title": "lens fiber cell" + }, + { + "text": "CL:0002149", + "description": "An epithelial cell of the uterus.", + "meaning": "CL:0002149", + "title": "epithelial cell of uterus" + }, + { + "text": "CL:0000582", + "description": "A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and the band form neutrophil. The protein synthesis seen in earlier stages decreases or stops; the nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare; and the cytoplasm becomes amphophilic like that of a mature granulocyte. This cell type is integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, CD33-positive, CD24-positive, fMLP receptor-negative and has expression of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase and neutrophil gelatinase associated lipocalin.", + "meaning": "CL:0000582", + "title": "neutrophilic metamyelocyte" + }, + { + "text": "CL:0002014", + "description": "A basophilic erythroblast that is Lyg 76-high and is Kit-negative.", + "meaning": "CL:0002014", + "title": "Kit-negative, Ly-76 high basophilic erythroblast" + }, + { + "text": "CL:1001052", + "description": "Any kidney venous blood vessel cell that is part of some renal cortex vein.", + "meaning": "CL:1001052", + "title": "kidney cortex vein cell" + }, + { + "text": "CL:0009103", + "description": "A fibroblastic reticular cell found in the lymph node subcapsular sinus.", + "meaning": "CL:0009103", + "title": "lymph node marginal reticular cell" + }, + { + "text": "CL:0000987", + "description": "A fully differentiated plasma cell that secretes IgA.", + "meaning": "CL:0000987", + "title": "IgA plasma cell" + }, + { + "text": "CL:0002511", + "description": "A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-low.", + "meaning": "CL:0002511", + "title": "CD11b-low, CD103-negative, langerin-negative lymph node dendritic cell" + }, + { + "text": "CL:0000617", + "description": "A neuron that uses GABA as a vesicular neurotransmitter", + "meaning": "CL:0000617", + "title": "GABAergic neuron" + }, + { + "text": "CL:0002464", + "description": "An adipose dendritic cell that is SIRPa-negative.", + "meaning": "CL:0002464", + "title": "SIRPa-negative adipose dendritic cell" + }, + { + "text": "CL:1000432", + "description": "An epithelial cell that is part of the conjunctiva.", + "meaning": "CL:1000432", + "title": "conjunctival epithelial cell" + }, + { + "text": "CL:1001503", + "description": "The principal glutaminergic neuron located in the outer third of the external plexiform layer of the olfactory bulb; a single short primary dendrite traverses the outer external plexiform layer and terminates within an olfactory glomerulus in a tuft of branches, where it receives the input from olfactory receptor neuron axon terminals; axons of the tufted cells transfer information to a number of areas in the brain, including the piriform cortex, entorhinal cortex, olfactory tubercle, and amygdala.", + "meaning": "CL:1001503", + "title": "olfactory bulb tufted cell" + }, + { + "text": "CL:2000086", + "description": "Any basket cell that is part of a neocortex.", + "meaning": "CL:2000086", + "title": "neocortex basket cell" + }, + { + "text": "CL:0003010", + "description": "A bistratified retinal ganglion cell that has a dendrite field that terminates in sublaminar layer S2 and a second dendrite field that terminates in sublaminar layer S4.", + "meaning": "CL:0003010", + "title": "G7 retinal ganglion cell" + }, + { + "text": "CL:0002128", + "description": "A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 and some IFNg.", + "meaning": "CL:0002128", + "title": "Tc17 cell" + }, + { + "text": "CL:0002408", + "description": "A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain that does not contain a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.", + "meaning": "CL:0002408", + "title": "immature Vgamma2-negative thymocyte" + }, + { + "text": "CL:0002662", + "description": "A luminal epithelial cell of the lactiferous duct. This cuboidal epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive.", + "meaning": "CL:0002662", + "title": "luminal cell of lactiferous duct" + }, + { + "text": "CL:4033066", + "description": "A supporting cell that is part of the ovary and differentiates into a granulosa cell. A pre-granulosa cell develops from an early supporting gonadal cell by repressing testis determination, which can then proliferate to form primordial follicles.", + "meaning": "CL:4033066", + "title": "pre-granulosa cell" + }, + { + "text": "CL:0000197", + "description": "A cell that is capable of detection of a stimulus involved in sensory perception.", + "meaning": "CL:0000197", + "title": "sensory receptor cell" + }, + { + "text": "CL:0000015", + "description": "A germ cell that supports male gamete production. In some species, non-germ cells known as Sertoli cells also play a role in spermatogenesis.", + "meaning": "CL:0000015", + "title": "male germ cell" + }, + { + "text": "CL:4023038", + "description": "A glutamatergic neuron with a soma found in cortical layer 6b. They are transcriptomically related to corticothalamic-projecting neurons but have differential projections to the thalamus or anterior cingulate.", + "meaning": "CL:4023038", + "title": "L6b glutamatergic cortical neuron" + }, + { + "text": "CL:0000900", + "description": "A CD8-positive, alpha-beta T cell that has not experienced activation via antigen contact and has the phenotype CD45RA-positive, CCR7-positive and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.", + "meaning": "CL:0000900", + "title": "naive thymus-derived CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1001009", + "description": "Any kidney arterial blood vessel cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001009", + "title": "kidney efferent arteriole cell" + }, + { + "text": "CL:0002394", + "description": "A myeloid dendritic cell found in the blood, lymph nodes, tonsil, bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive T cells and can produce inteferon-beta.", + "meaning": "CL:0002394", + "title": "CD141-positive myeloid dendritic cell" + }, + { + "text": "CL:0002313", + "description": "An ecto-epithelial cell of the prostate gland that secretes hormones.", + "meaning": "CL:0002313", + "title": "endocrine-paracrine cell of prostate gland" + }, + { + "text": "CL:0000006", + "description": "Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception.", + "meaning": "CL:0000006", + "title": "neuronal receptor cell" + }, + { + "text": "CL:0000988", + "description": "A cell of a hematopoietic lineage.", + "meaning": "CL:0000988", + "title": "hematopoietic cell" + }, + { + "text": "CL:0000444", + "description": "A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern.", + "meaning": "CL:0000444", + "title": "obliquely striated muscle cell" + }, + { + "text": "CL:4033011", + "description": "A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle circular layer.", + "meaning": "CL:4033011", + "title": "smooth muscle cell of large intestine smooth muscle circular layer" + }, + { + "text": "CL:0002673", + "description": "A skeletal muscle cell that is part of the tongue.", + "meaning": "CL:0002673", + "title": "tongue muscle cell" + }, + { + "text": "CL:0009082", + "description": "The human equivalent of a DN3 thymocyte; these thymocytes finish the process of beta selection.", + "meaning": "CL:0009082", + "title": "committed double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:4023116", + "description": "A spiral ganglion neuron that innervates outer hair cells. Type 1 spiral ganglion neurons are unmyelinated and unipolar.", + "meaning": "CL:4023116", + "title": "type 2 spiral ganglion neuron" + }, + { + "text": "CL:0002102", + "description": "A CD38-negative naive B cell is a mature B cell that has the phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002102", + "title": "CD38-negative naive B cell" + }, + { + "text": "CL:0000782", + "description": "A dendritic cell of the myeloid lineage.", + "meaning": "CL:0000782", + "title": "myeloid dendritic cell" + }, + { + "text": "CL:0004162", + "description": "A cone whose sensitivity measurements have an average spectral peak of 358.2 nm. These cones are described in rat.", + "meaning": "CL:0004162", + "title": "360 nm-cone" + }, + { + "text": "CL:1001432", + "description": "Any renal intercalated cell that is part of some collecting duct of renal tubule.", + "meaning": "CL:1001432", + "title": "kidney collecting duct intercalated cell" + }, + { + "text": "CL:0005012", + "description": "A ciliated epithelial cell with many cilia.", + "meaning": "CL:0005012", + "title": "multi-ciliated epithelial cell" + }, + { + "text": "CL:4033008", + "description": "A(n) vein endothelial cell that is part of a(n) respiratory system.", + "meaning": "CL:4033008", + "title": "vein endothelial cell of respiratory system" + }, + { + "text": "CL:2000013", + "description": "Any skin fibroblast that is part of a skin of abdomen.", + "meaning": "CL:2000013", + "title": "fibroblast of skin of abdomen" + }, + { + "text": "CL:0009072", + "description": "A thymic medullary epithelial cell that expresses AIRE or other canonical markers of mature mTECs like Fezf2.", + "meaning": "CL:0009072", + "title": "medullary thymic epithelial cell type 2" + }, + { + "text": "CL:4030000", + "description": "A melanocyte located in the vascular uvea and involved in photoprotection, regulation of oxidative damage and immune responses.", + "meaning": "CL:4030000", + "title": "choroidal melanocyte" + }, + { + "text": "CL:0000576", + "description": "Myeloid mononuclear recirculating leukocyte that can act as a precursor of tissue macrophages, osteoclasts and some populations of tissue dendritic cells.", + "meaning": "CL:0000576", + "title": "monocyte" + }, + { + "text": "CL:0005008", + "description": "An auditory hair cell located in the macula that is sensitive to auditory stimuli.", + "meaning": "CL:0005008", + "title": "macular hair cell" + }, + { + "text": "CL:4023035", + "description": "A neuron that is derived from a precursor cell in the lateral ganglion eminence.", + "meaning": "CL:4023035", + "title": "lateral ganglionic eminence derived neuron" + }, + { + "text": "CL:0002098", + "description": "A cardiac myocyte that is connected to other cardiac myocytes by transverse intercalated discs (GO:0014704) at a regular interval.", + "meaning": "CL:0002098", + "title": "regular cardiac myocyte" + }, + { + "text": "CL:4023065", + "description": "A GABAergic cell located in the cerebral cortex that expresses meis2.", + "meaning": "CL:4023065", + "title": "meis2 expressing cortical GABAergic cell" + }, + { + "text": "CL:0000395", + "description": "A precursor of mature crystal cells.", + "meaning": "CL:0000395", + "title": "procrystal cell" + }, + { + "text": "CL:0000170", + "description": "A cell that secretes glucagon.", + "meaning": "CL:0000170", + "title": "glucagon secreting cell" + }, + { + "text": "CL:4023020", + "description": "A gamma motor neuron that innervates dynamic nuclear bag fibers (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They alter muscle spindle sensitivity and increases its discharge in response to velocity of muscle length (rather than just magnitude).", + "meaning": "CL:4023020", + "title": "dynamic gamma motor neuron" + }, + { + "text": "CL:0009013", + "description": "A progenitor cell with hepatic and biliary lineage potential, identified in mouse and human, and anatomically restricted to the ductal plate of fetal liver.", + "meaning": "CL:0009013", + "title": "fetal hepatobiliary progenitor cell" + }, + { + "text": "CL:0001004", + "description": "Immature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001004", + "title": "immature CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0009031", + "description": "A T cell that is located in a vermiform appendix.", + "meaning": "CL:0009031", + "title": "T cell of appendix" + }, + { + "text": "CL:4023111", + "description": "A pyramidal neuron with soma located in the cerebral cortex.", + "meaning": "CL:4023111", + "title": "cerebral cortex pyramidal neuron" + }, + { + "text": "CL:2000077", + "description": "Any striated muscle cell that is part of a skeletal muscle tissue of pectoralis major.", + "meaning": "CL:2000077", + "title": "skeletal muscle tissue of pectoralis major striated muscle cell" + }, + { + "text": "CL:0002519", + "description": "An interrenal epithelial kidney cell is an epithelial cell found in the anterior kidney of teleosts fish. This cell type is arranged in layers around the posterior cardinal vein and contains many mitochondria with tubulovesicular cristae. Interrenal chromaffin cells are interspersed among the tissue layer created by this cell type.", + "meaning": "CL:0002519", + "title": "interrenal epithelial cell" + }, + { + "text": "CL:0002425", + "description": "A pro-T cell that is lin-negative, CD25-negative, CD127-negative, CD44-positive and kit-positive.", + "meaning": "CL:0002425", + "title": "early T lineage precursor" + }, + { + "text": "CL:0002577", + "description": "An epithelial cell of the placenta.", + "meaning": "CL:0002577", + "title": "placental epithelial cell" + }, + { + "text": "CL:4030028", + "description": "An amacrine cell that uses glycine as a neurotransmitter.", + "meaning": "CL:4030028", + "title": "glycinergic amacrine cell" + }, + { + "text": "CL:4030037", + "description": "A spermatid in a late stage of maturation that has an elongated morphology and is transcriptionally inert when the acrosome is fully developed.", + "meaning": "CL:4030037", + "title": "late spermatid" + }, + { + "text": "CL:0002350", + "description": "An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin.", + "meaning": "CL:0002350", + "title": "endocardial cell" + }, + { + "text": "CL:0000644", + "description": "Type of radial astrocyte in the cerebellar cortex that have their cell bodies in the Purkinje cell layer and processes that extend into the molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann glia express high densities of glutamate transporters that limit diffusion of the neurotransmitter glutamate during its release from synaptic terminals. Besides their role in early development of the cerebellum, Bergmann glia are also required for the pruning or addition of synapses.", + "meaning": "CL:0000644", + "title": "Bergmann glial cell" + }, + { + "text": "CL:4033041", + "description": "An alveolar macrophage that expresses CCL3.", + "meaning": "CL:4033041", + "title": "CCL3-positive alveolar macrophage" + }, + { + "text": "CL:0007011", + "description": "Neuron that is part of the enteric nervous system.", + "meaning": "CL:0007011", + "title": "enteric neuron" + }, + { + "text": "CL:0000650", + "description": "A cell type that encapsulates the capillaries and venules in the kidney. This cell secretes mesangial matrix that provides the structural support for the capillaries.", + "meaning": "CL:0000650", + "title": "mesangial cell" + }, + { + "text": "CL:0000995", + "meaning": "CL:0000995", + "title": "CD34-positive, CD38-positive common myeloid progenitor OR CD34-positive, CD38-positive common lymphoid progenitor" + }, + { + "text": "CL:0002525", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the metanephros.", + "meaning": "CL:0002525", + "title": "metanephric podocyte" + }, + { + "text": "CL:1000434", + "description": "An epithelial cell that is part of the external acoustic meatus.", + "meaning": "CL:1000434", + "title": "epithelial cell of external acoustic meatus" + }, + { + "text": "CL:0002141", + "description": "A parathyroid chief cell that is actively secreting hormone. Have large Golgi complexes with numerous vesicles and small membrane-bound granules; secretory granules are rare, cytoplasmic glycogen sparse, much of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum in parallel arrays; in normal humans, inactive chief cells outnumber active chief cells in a ratio of 3-5:1", + "meaning": "CL:0002141", + "title": "active chief cell of parathyroid gland" + }, + { + "text": "CL:1000381", + "description": "A type I vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.", + "meaning": "CL:1000381", + "title": "type 1 vestibular sensory cell of epithelium of crista of ampulla of semicircular duct of membranous labyrinth" + }, + { + "text": "CL:0000189", + "description": "A muscle cell that develops tension more slowly than a fast-twitch fiber.", + "meaning": "CL:0000189", + "title": "slow muscle cell" + }, + { + "text": "CL:0007006", + "description": "Mesodermal cell that is axially located and gives rise to the cells of the notochord.", + "meaning": "CL:0007006", + "title": "chordamesodermal cell" + }, + { + "text": "CL:4033026", + "description": "A perichondrial fibroblast that is part of the lung.", + "meaning": "CL:4033026", + "title": "lung perichondrial fibroblast" + }, + { + "text": "CL:0001204", + "description": "CD4-positive, alpha-beta long-lived T cell with the phenotype CD45RO-positive and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.", + "meaning": "CL:0001204", + "title": "CD4-positive, alpha-beta memory T cell, CD45RO-positive" + }, + { + "text": "CL:0002296", + "description": "An epithelial cell with high nuclear and cytoplasmic electron-density. This cell type is found in the deeper portions of the cortex but is more abundant in the medulla of the thymus.", + "meaning": "CL:0002296", + "title": "type-4 epithelial cell of thymus" + }, + { + "text": "CL:0003006", + "description": "A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S3 and S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003006", + "title": "G4-ON retinal ganglion cell" + }, + { + "text": "CL:0002427", + "description": "A double-positive, alpha-beta thymocyte that is small and not proliferating.", + "meaning": "CL:0002427", + "title": "resting double-positive thymocyte" + }, + { + "text": "CL:0000963", + "description": "A germinal center B cell that develops from a Bm3 B cell. This cell has the phenotype IgM-negative, IgD-positive, and CD38-positive.", + "meaning": "CL:0000963", + "title": "Bm3-delta B cell" + }, + { + "text": "CL:4040002", + "description": "Glial cell that provides support to the enteric nervous system. It is involved in enteric neurotransmission, in maintaining the integrity of the mucosal barrier of the gut and serves as a link between the nervous and immune systems of the gut. In enteric nerve strands, glial processes ensheath multiaxonal bundles which distinguishes enteric glia from all other peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial cell is the presence of 10 nm filaments, which criss-cross the cell body, form axial bundles in the processes and appear to firmly anchor the cells to the ganglionic surfaces. Similar to astrocytes, their main constituent is glial fibrillary acidic protein (GFAP).", + "meaning": "CL:4040002", + "title": "enteroglial cell" + }, + { + "text": "CL:0002497", + "description": "A trophoblast giant cell derived from the mural trophectoderm.", + "meaning": "CL:0002497", + "title": "primary trophoblast giant cell" + }, + { + "text": "CL:0002086", + "description": "A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart.", + "meaning": "CL:0002086", + "title": "specialized cardiac myocyte" + }, + { + "text": "CL:0000162", + "description": "A large, oval stomach epithelial cell with a central nucleus; source of gastric acid. Secretes HCl.", + "meaning": "CL:0000162", + "title": "parietal cell" + }, + { + "text": "CL:1001033", + "description": "An endothelial cell that is part of some peritubular capillary.", + "meaning": "CL:1001033", + "title": "peritubular capillary endothelial cell" + }, + { + "text": "CL:0000992", + "description": "Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD80-low and CD86-low.", + "meaning": "CL:0000992", + "title": "immature CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:2000072", + "description": "Any microvascular endothelial cell that is part of a adipose tissue.", + "meaning": "CL:2000072", + "title": "adipose microvascular endothelial cell" + }, + { + "text": "CL:0002305", + "description": "An epithelial cell of the distal convoluted tubule of the kidney that helps regulate systemic levels of potassium, sodium, calcium, and pH.", + "meaning": "CL:0002305", + "title": "epithelial cell of distal tubule" + }, + { + "text": "CL:4028001", + "description": "Any capillary endothelial cell that is part of a lung.", + "meaning": "CL:4028001", + "title": "pulmonary capillary endothelial cell" + }, + { + "text": "CL:0002466", + "description": "A CD11b-positive dendritic cell located in the serosal portion of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, CD11c-low, CD103-negative.", + "meaning": "CL:0002466", + "title": "small intestine serosal dendritic cell" + }, + { + "text": "CL:0000595", + "description": "An erythrocyte lacking a nucleus.", + "meaning": "CL:0000595", + "title": "enucleate erythrocyte" + }, + { + "text": "CL:0000906", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative.", + "meaning": "CL:0000906", + "title": "activated CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:0002639", + "description": "An amniotic stem cell is a mesenchymalstem cell extracted from amniotic fluid. Amniotic stem cells are able to differentiate into various tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and bone", + "meaning": "CL:0002639", + "title": "amniotic stem cell" + }, + { + "text": "CL:1000510", + "description": "Any kidney epithelial cell that is part of some glomerular epithelium.", + "meaning": "CL:1000510", + "title": "kidney glomerular epithelial cell" + }, + { + "text": "CL:0000527", + "description": "A neuron which sends impulses peripherally to activate muscles or secretory cells.", + "meaning": "CL:0000527", + "title": "efferent neuron" + }, + { + "text": "CL:1000721", + "description": "Any renal principal cell that is part of some papillary duct.", + "meaning": "CL:1000721", + "title": "kidney papillary duct principal cell" + }, + { + "text": "CL:0000633", + "description": "A tall supporting cell that is arranged in rows adjacent to the last row of outer phalangeal cells. This cell type constitutes the outer border of the organ of Corti.", + "meaning": "CL:0000633", + "title": "Hensen cell" + }, + { + "text": "CL:0002374", + "description": "A hair cell of the ear that contains the organs of balance and hearing.", + "meaning": "CL:0002374", + "title": "ear hair cell" + }, + { + "text": "CL:1000424", + "description": "A chromaffin cell that is part of the paraaortic body.", + "meaning": "CL:1000424", + "title": "chromaffin cell of paraaortic body" + }, + { + "text": "CL:0000017", + "description": "A male germ cell that develops from spermatogonia. The euploid primary spermatocytes undergo meiosis and give rise to the haploid secondary spermatocytes which in turn give rise to spermatids.", + "meaning": "CL:0000017", + "title": "spermatocyte" + }, + { + "text": "CL:0019017", + "description": "A smooth muscle cell that is part of any lymphatic vessel.", + "meaning": "CL:0019017", + "title": "lymphatic vessel smooth muscle cell" + }, + { + "text": "CL:0000257", + "description": "Any cell that only exists in Eumycetozoa.", + "meaning": "CL:0000257", + "title": "Eumycetozoan cell" + }, + { + "text": "CL:1000356", + "description": "A M cell that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000356", + "title": "microfold cell of epithelium proper of duodenum" + }, + { + "text": "CL:0009042", + "description": "An enteroendocrine cell that is located in the colon.", + "meaning": "CL:0009042", + "title": "enteroendocrine cell of colon" + }, + { + "text": "CL:0009027", + "description": "A transit amplifying cell that is part of a crypt of Lieberkuhn of large intestine.", + "meaning": "CL:0009027", + "title": "transit amplifying cell of appendix" + }, + { + "text": "CL:0008022", + "description": "A mesenchymal cell of the endocardial cushion. These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves.", + "meaning": "CL:0008022", + "title": "endocardial cushion cell" + }, + { + "text": "CL:1001568", + "description": "Any endothelial cell of vascular tree that is part of some pulmonary artery.", + "meaning": "CL:1001568", + "title": "pulmonary artery endothelial cell" + }, + { + "text": "CL:4023092", + "description": "A pyramidal neuron which has an apical tree which is oriented towards the white matter.", + "meaning": "CL:4023092", + "title": "inverted pyramidal neuron" + }, + { + "text": "CL:4023018", + "description": "A GABAergic interneuron located in the cerebral cortex that expresses Parvalbumin.", + "meaning": "CL:4023018", + "title": "pvalb GABAergic cortical interneuron" + }, + { + "text": "CL:0000442", + "description": "A cell with extensive dendritic processes found in the B cell areas (primary follicles and germinal centers) of lymphoid tissue. They are unrelated to the dendritic cell associated with T cells. Follicular dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic cells, they do not process or present antigen in a way that allows recognition by T cells. Instead, they hold antigen in the form of immune complexes on their surfaces for long periods and can present antigen to B cells during an immune response.", + "meaning": "CL:0000442", + "title": "follicular dendritic cell" + }, + { + "text": "CL:0001058", + "description": "A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, CD123-positive, and CD11c-negative.", + "meaning": "CL:0001058", + "title": "plasmacytoid dendritic cell, human" + }, + { + "text": "CL:0007010", + "description": "Skeletogenic cell that has the potential to transform into an osteoblast, and develops from neural crest or mesodermal cells.", + "meaning": "CL:0007010", + "title": "preosteoblast" + }, + { + "text": "CL:0000574", + "description": "A pigment cell derived from the neural crest. Contains pteridine and/or carotenoid pigments in structures called pterinosomes or erythrosomes. This gives an orange to red appearance.", + "meaning": "CL:0000574", + "title": "erythrophore" + }, + { + "text": "CL:0011029", + "description": "An explosive cell containing one giant secretory organelle called a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains a toxin responsible for the stings delivered by a cnidarian to other organisms. Cnidae are used to capture prey and as a defense against predators. The presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, hydrae, jellyfish, etc.).", + "meaning": "CL:0011029", + "title": "cnidocyte" + }, + { + "text": "CL:1001573", + "description": "Cell of the nasopharyngeal epithelium.", + "meaning": "CL:1001573", + "title": "nasopharyngeal epithelial cell" + }, + { + "text": "CL:0000481", + "description": "A peptide hormone secreting cell that secretes cholecystokin stimulating hormone.", + "meaning": "CL:0000481", + "title": "cholecystokin stimulating hormone secreting cell" + }, + { + "text": "CL:1000691", + "meaning": "CL:1000691", + "title": "kidney interstitial myofibroblast" + }, + { + "text": "CL:0005024", + "description": "A motor neuron that innervates a skeletal muscle. These motor neurons are all excitatory and cholinergic.", + "meaning": "CL:0005024", + "title": "somatomotor neuron" + }, + { + "text": "CL:0000118", + "description": "Basket cells are inhibitory GABAergic interneurons of the brain. In general, dendrites of basket cells are free branching and contain smooth spines. Axons are highly branched. The branched axonal arborizations give rise to basket-like structures that surround the soma of the target cell. Basket cells form axo-somatic synapses, meaning their synapses target somas of other cells.", + "meaning": "CL:0000118", + "title": "basket cell" + }, + { + "text": "CL:1001606", + "description": "Keratinocyte from foreskin.", + "meaning": "CL:1001606", + "title": "foreskin keratinocyte" + }, + { + "text": "CL:0002641", + "description": "An epithelial cell of the esophageal gland proper.", + "meaning": "CL:0002641", + "title": "epithelial cell of esophageal gland proper" + }, + { + "text": "CL:0011022", + "description": "A fibroblast that is part of skin of back.", + "meaning": "CL:0011022", + "title": "fibroblast of skin of back" + }, + { + "text": "CL:0000058", + "description": "Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell.", + "meaning": "CL:0000058", + "title": "chondroblast" + }, + { + "text": "CL:4023056", + "description": "A type of mouse mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.", + "meaning": "CL:4023056", + "title": "vascular leptomeningeal cell (Mmus)" + }, + { + "text": "CL:4023188", + "description": "A retinal ganglion cell that originate in the ganglion cell layer of the retina, and project to the parvocellular layers of the lateral geniculate nucleus (LGN). These cells are known as midget retinal ganglion cells due to the small sizes of their dendritic trees and cell bodies.", + "meaning": "CL:4023188", + "title": "midget ganglion cell of retina" + }, + { + "text": "CL:0000107", + "description": "A neuron whose cell body is within an autonomic ganglion.", + "meaning": "CL:0000107", + "title": "autonomic neuron" + }, + { + "text": "CL:0000955", + "description": "A pre-B-II cell is a precursor B cell that expresses immunoglobulin mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin kappa light chain and immunoglobulin lambda light chain.", + "meaning": "CL:0000955", + "title": "pre-B-II cell" + }, + { + "text": "CL:0002354", + "description": "A hematopoietic stem found in the yolk sac. In mice, this cell type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, CD44-positive.", + "meaning": "CL:0002354", + "title": "yolk sac hematopoietic stem cell" + }, + { + "text": "CL:0000936", + "description": "A lymphoid progenitor cell that is found in bone marrow, gives rise to B cells, T cells, natural killer cells and dendritic cells, and has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, CD34-positive, CD150 negative, and GlyA-negative.", + "meaning": "CL:0000936", + "title": "early lymphoid progenitor" + }, + { + "text": "CL:0000468", + "description": "A precursor of the central nervous system that gives rise to both neurons and glial cells.", + "meaning": "CL:0000468", + "title": "neuroglioblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000740", + "description": "The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve.", + "meaning": "CL:0000740", + "title": "retinal ganglion cell" + }, + { + "text": "CL:0002550", + "description": "A fibroblast that is part of the conjuctiva of the eye.", + "meaning": "CL:0002550", + "title": "fibroblast of the conjunctiva" + }, + { + "text": "CL:0008038", + "description": "A large, multipolar lower motor neuron of the brainstem and spinal cord that innervates the extrafusal muscle fibers of skeletal muscle and are directly responsible for initiating their contraction. While their cell bodies are in the CNS (in the anterior gray horn of the spinal cord), they are part of the somatic nervous system - a branch of the PNS.", + "meaning": "CL:0008038", + "title": "alpha motor neuron" + }, + { + "text": "CL:4033064", + "description": "A tissue-resident macrophage that is part of the uterus.", + "meaning": "CL:4033064", + "title": "uterine resident macrophage" + }, + { + "text": "CL:0000544", + "meaning": "CL:0000544", + "title": "slowly adapting mechanoreceptor cell" + }, + { + "text": "CL:0002539", + "description": "A smooth muscle cell of the aorta.", + "meaning": "CL:0002539", + "title": "aortic smooth muscle cell" + }, + { + "text": "CL:4023033", + "description": "A retinal ganglion cell that is depolarized by decreased illumination of their receptive field center.", + "meaning": "CL:4023033", + "title": "OFF retinal ganglion cell" + }, + { + "text": "CL:4033016", + "description": "A myofibroblast that is part of an alveoli during alveolarization. The contractile force of this cell elongates the secondary crest, while producing a framework of elastin and tenascin. During the maturation of the septa, secondary crest myofibroblasts, together with matrix fibroblasts, secrete metalloproteinases and other ECM\u2010remodeling proteins to thin the septal tip ECM. The secondary crest myofibroblast continues producing elastin, eventually undergoing apoptosis during adulthood.", + "meaning": "CL:4033016", + "title": "secondary crest myofibroblast" + }, + { + "text": "CL:0001051", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.", + "meaning": "CL:0001051", + "title": "CD4-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell" + }, + { + "text": "CL:2000002", + "description": "A specialized, enlarged, connective tissue cell of the decidua with enlarged nucleus, dense membrane\u2010bound secretory granules and cytoplasmic accumulation of glycogen and lipid droplets. These cells develop by the transformation of endometrial stromal cells during decidualization.", + "meaning": "CL:2000002", + "title": "decidual cell" + }, + { + "text": "CL:2000007", + "description": "Chondrocyte forming the hyaline cartilage found in the knee joint.", + "meaning": "CL:2000007", + "title": "articular chondrocyte of knee joint" + }, + { + "text": "CL:1001036", + "description": "A cell that is part of a vasa recta.", + "meaning": "CL:1001036", + "title": "vasa recta cell" + }, + { + "text": "CL:1000286", + "description": "A smooth muscle cell that is part of the rectum.", + "meaning": "CL:1000286", + "title": "smooth muscle cell of rectum" + }, + { + "text": "CL:0002381", + "description": "A conidium that has only one nucleus.", + "meaning": "CL:0002381", + "title": "uninucleate conidium" + }, + { + "text": "CL:0000867", + "description": "A tissue-resident macrophage found in a secondary lymphoid organ.", + "meaning": "CL:0000867", + "title": "secondary lymphoid organ macrophage" + }, + { + "text": "CL:0002242", + "description": "A cell containing at least one nucleus.", + "meaning": "CL:0002242", + "title": "nucleate cell" + }, + { + "text": "CL:0002180", + "description": "A mucous cell in the epithelium of the stomach.", + "meaning": "CL:0002180", + "title": "mucous cell of stomach" + }, + { + "text": "CL:2000020", + "description": "Any native cell that is part of a inner cell mass.", + "meaning": "CL:2000020", + "title": "inner cell mass cell" + }, + { + "text": "CL:0002558", + "description": "A fibroblast that is part of villous mesenchyme.", + "meaning": "CL:0002558", + "title": "fibroblast of villous mesenchyme" + }, + { + "text": "CL:2000083", + "description": "Any hair follicle dermal papilla cell that is part of a scalp.", + "meaning": "CL:2000083", + "title": "hair follicle dermal papilla cell of scalp" + }, + { + "text": "CL:0000696", + "description": "A cell that stores and secretes pancreatic polypeptide hormone.", + "meaning": "CL:0000696", + "title": "PP cell" + }, + { + "text": "CL:0002365", + "description": "An epithelial cell of the medullary thymus. This cell type expresses a diverse range of tissue-specific antigens. This promiscuous gene expression is a cell-autonomous property of medullary epithelial cells and is maintained during the entire period of thymic T cell output.", + "meaning": "CL:0002365", + "title": "medullary thymic epithelial cell" + }, + { + "text": "CL:1000332", + "description": "A serous secreting cell that is part of the epithelium of terminal bronchiole.", + "meaning": "CL:1000332", + "title": "serous cell of epithelium of terminal bronchiole" + }, + { + "text": "CL:0002338", + "description": "A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and CD161-positive.", + "meaning": "CL:0002338", + "title": "CD56-positive, CD161-positive immature natural killer cell, human" + }, + { + "text": "CL:0009087", + "description": "An extravillous trophoblast that is polynuclear.", + "meaning": "CL:0009087", + "title": "fused extravillous trophoblast" + }, + { + "text": "CL:4030020", + "description": "A renal alpha-intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030020", + "title": "kidney connecting tubule alpha-intercalated cell" + }, + { + "text": "CL:0009041", + "description": "A tuft cell that is a part of the colon.", + "meaning": "CL:0009041", + "title": "tuft cell of colon" + }, + { + "text": "CL:4033019", + "description": "An ON bipolar cell type with dendrites selectively contacting S-cones.", + "meaning": "CL:4033019", + "title": "ON-blue cone bipolar cell" + }, + { + "text": "CL:0000577", + "description": "A subtype of enteroendocrine cells found in the gastrointestinal mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. These cell type secretes serotonin and some neurotransmitters including enkephalins and substance P. Their secretory granules stain readily with silver (argentaffin stain).", + "meaning": "CL:0000577", + "title": "type EC enteroendocrine cell" + }, + { + "text": "CL:0000389", + "meaning": "CL:0000389", + "title": "socket cell (sensu Nematoda)" + }, + { + "text": "CL:0000136", + "description": "A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides.", + "meaning": "CL:0000136", + "title": "adipocyte" + }, + { + "text": "CL:0019026", + "description": "Any hepatocyte that is part of the liver lobule periportal region. These cells are primarily involved in oxidative energy metabolism.", + "meaning": "CL:0019026", + "title": "periportal region hepatocyte" + }, + { + "text": "CL:4030004", + "description": "A large epithelial cell found in the thymus. This cell type may internalize thymocytes through extensions of plasma membrane. The cell surface and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and MHC Class II antigens. The interaction of these antigens with a developing thymocyte determines whether the thymocyte undergoes positive or negative selection.", + "meaning": "CL:4030004", + "title": "thymic nurse cell" + }, + { + "text": "CL:0002419", + "description": "A T cell that expresses a T cell receptor complex and has completed T cell selection.", + "meaning": "CL:0002419", + "title": "mature T cell" + }, + { + "text": "CL:0010001", + "description": "A stromal cell that is part_of a bone marrow.", + "meaning": "CL:0010001", + "title": "stromal cell of bone marrow" + }, + { + "text": "CL:0000418", + "description": "An epithelial cell found in C. elegans that firmly hold the outer body wall and the lips to the inner cylinder of the pharynx in a manner that keeps these organs from breaking apart, while still giving each organ freedom of movement during feeding.", + "meaning": "CL:0000418", + "title": "arcade cell" + }, + { + "text": "CL:0000186", + "description": "An animal cell that has characteristics of both a fibroblast cell and a smooth muscle cell.", + "meaning": "CL:0000186", + "title": "myofibroblast cell" + }, + { + "text": "CL:0000675", + "description": "A mature sexual reproductive cell of the female germline.", + "meaning": "CL:0000675", + "title": "female gamete" + }, + { + "text": "CL:1001575", + "description": "Squamous cell of uterine cervix epithelium.", + "meaning": "CL:1001575", + "title": "uterine cervix squamous cell" + }, + { + "text": "CL:0011027", + "description": "Any fibroblast that is part of skeletal muscle tissue.", + "meaning": "CL:0011027", + "title": "skeletal muscle fibroblast" + }, + { + "text": "CL:0002416", + "description": "A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative.", + "meaning": "CL:0002416", + "title": "mature Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:0002379", + "description": "A neurecto-epithelial cell found in the arachnoid villi of dura mater. This cell type facilitates flow of cerebrospinal fluid into the blood.", + "meaning": "CL:0002379", + "title": "meningothelial cell" + }, + { + "text": "CL:0000386", + "meaning": "CL:0000386", + "title": "attachment cell" + }, + { + "text": "CL:0000932", + "description": "A type II NK T cell that has been recently activated, secretes interferon-gamma, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000932", + "title": "type II NK T cell secreting interferon-gamma" + }, + { + "text": "CL:0002435", + "description": "A CD8-positive, CD4-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.", + "meaning": "CL:0002435", + "title": "CD69-positive, CD8-positive single-positive thymocyte" + }, + { + "text": "CL:0011108", + "description": "Epithelial cell that is part of the colon epithelium.", + "meaning": "CL:0011108", + "title": "colon epithelial cell" + }, + { + "text": "CL:4030048", + "description": "A DRD1-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + "meaning": "CL:4030048", + "title": "striosomal D1 medium spiny neuron" + }, + { + "text": "CL:0000961", + "description": "A follicular B cell that is IgD-positive, CD23-negative, and CD38-negative. This naive cell type is activated in the extrafollicular areas through interaction with interdigitating dendritic cells and antigen-specific CD4-positive T cells.", + "meaning": "CL:0000961", + "title": "Bm1 B cell" + }, + { + "text": "CL:0009099", + "description": "A progenitor cell that is a tissue-resident mesenchymal cell, important for skeletal muscle regeneration, and able to differentiate into both adipocytes or fibroblasts.", + "meaning": "CL:0009099", + "title": "fibro/adipogenic progenitor cell" + }, + { + "text": "CL:1000325", + "description": "A goblet cell that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000325", + "title": "jejunal goblet cell" + }, + { + "text": "CL:0002184", + "description": "A flat or angular epithelial cell with condensed nuclei and darkly staining cytoplasm containing numerous intermediate filaments inserted into desmosomes contacting surrounding supporting cells; lie in contact with the basal lamina of olfactory epithelium.", + "meaning": "CL:0002184", + "title": "basal proper cell of olfactory epithelium" + }, + { + "text": "CL:0000706", + "description": "Specialized ependymal cell that produces the cerebrospinal fluid from the blood and secretes it into the lumen of the brain and spinal chord.", + "meaning": "CL:0000706", + "title": "choroid plexus epithelial cell" + }, + { + "text": "CL:0000642", + "description": "An agranular supporting cell of the anterior pituitary (adenohypophysis) that is characterized by a star-like morphology and ability to form follicles. Folliculostellate cells communicate with each other and with endocrine cells via gap junctions.", + "meaning": "CL:0000642", + "title": "folliculostellate cell" + }, + { + "text": "CL:0002618", + "description": "An endothelial cell of the umbilical vein.", + "meaning": "CL:0002618", + "title": "endothelial cell of umbilical vein" + }, + { + "text": "CL:0000024", + "description": "An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes.", + "meaning": "CL:0000024", + "title": "oogonial cell" + }, + { + "text": "CL:4040005", + "description": "A mesenchymal stem cell that is part of the apical papilla tooth root.", + "meaning": "CL:4040005", + "title": "mesenchymal stem cell of apical papilla" + }, + { + "text": "CL:0008025", + "description": "A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter.", + "meaning": "CL:0008025", + "title": "noradrenergic neuron" + }, + { + "text": "CL:0002035", + "description": "A hematopoietic progenitor that has restricted self-renewal capability. Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative.", + "meaning": "CL:0002035", + "title": "Slamf1-negative multipotent progenitor cell" + }, + { + "text": "CL:0002559", + "description": "An animal cell that is part of a hair follicle.", + "meaning": "CL:0002559", + "title": "hair follicle cell" + }, + { + "text": "CL:0000810", + "description": "An immature alpha-beta T cell that is located in the thymus and is CD4-positive and CD8-negative.", + "meaning": "CL:0000810", + "title": "CD4-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0005003", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into a leucophore.", + "meaning": "CL:0005003", + "title": "leucoblast" + }, + { + "text": "CL:0002581", + "description": "A preadipocyte that is part of a perirenal fat tissue.", + "meaning": "CL:0002581", + "title": "perirenal preadipocyte" + }, + { + "text": "CL:0002533", + "description": "An immature CD16-positive myeloid dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002533", + "title": "immature CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0002088", + "description": "This is a cell found in the gastrointestinal tract of mammals and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs from the enteric nervous system to smooth muscle cells and are thought to be the cells from which gastrointestinal stromal tumors (GISTs) arise.", + "meaning": "CL:0002088", + "title": "interstitial cell of Cajal" + }, + { + "text": "CL:4033039", + "description": "An alpha-beta CD8 T cell that resides in the lung.", + "meaning": "CL:4033039", + "title": "lung resident memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1000342", + "description": "An enterocyte that is part of the epithelium proper of ileum.", + "meaning": "CL:1000342", + "title": "enterocyte of epithelium proper of ileum" + }, + { + "text": "CL:0004125", + "description": "A retinal ganglion cell C inner that has dense dendritic diversity.", + "meaning": "CL:0004125", + "title": "retinal ganglion cell C2 inner" + }, + { + "text": "CL:0002672", + "description": "A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells.", + "meaning": "CL:0002672", + "title": "retinal progenitor cell" + }, + { + "text": "CL:0000485", + "description": "Mast cell subtype that contains only the serine protease trypase in its granules. These cells are primarily found in mucosal tissue, such as intestinal mucosa and alveoli. They depend upon T-cells for development of phenotype.", + "meaning": "CL:0000485", + "title": "mucosal type mast cell" + }, + { + "text": "CL:0000940", + "description": "An alpha-beta T cell that is found in the lamina propria of mucosal tissues and is restricted by the MR-1 molecule.", + "meaning": "CL:0000940", + "title": "mucosal invariant T cell" + }, + { + "text": "CL:0002240", + "description": "A fibroblast in the bone marrow.", + "meaning": "CL:0002240", + "title": "marrow fibroblast" + }, + { + "text": "CL:1000702", + "description": "Any smooth muscle cell that is part of some kidney pelvis smooth muscle.", + "meaning": "CL:1000702", + "title": "kidney pelvis smooth muscle cell" + }, + { + "text": "CL:0000683", + "description": "A cell that transports hormones from neurosecretory cells. This nerve cell is characterized by bipolar shape and endfeet that contact a basal lamina around blood vessels, and/or the pia mater or vitreous body of the eye and additionally contact the ventricular surface or sub-retinal space.", + "meaning": "CL:0000683", + "title": "ependymoglial cell" + }, + { + "text": "CL:0002483", + "description": "A melanocyte that produces pigment within the hair follicle.", + "meaning": "CL:0002483", + "title": "hair follicle melanocyte" + }, + { + "text": "CL:0010011", + "description": "A GABAergic interneuron whose soma is located in the cerebral cortex.", + "meaning": "CL:0010011", + "title": "cerebral cortex GABAergic interneuron" + }, + { + "text": "CL:0009052", + "description": "A smooth muscle cell that is located in the anorectum.", + "meaning": "CL:0009052", + "title": "smooth muscle cell of anorectum" + }, + { + "text": "CL:0000827", + "description": "A lymphoid progenitor cell of the T cell lineage, with some lineage specific marker expression, but not yet fully committed to the T cell lineage.", + "meaning": "CL:0000827", + "title": "pro-T cell" + }, + { + "text": "CL:1000549", + "description": "An epithelial cell that is part of a cortical collecting duct.", + "meaning": "CL:1000549", + "title": "kidney cortex collecting duct epithelial cell" + }, + { + "text": "CL:4023008", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to structures of telencephalic origins.", + "meaning": "CL:4023008", + "title": "intratelencephalic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0002138", + "description": "A endothelial cell of a lymphatic vessel. The border of the oak leaf-shaped endothelial cell of initial lymphatics are joined by specialized buttons. The discontinuous feature of buttons distinguishes them from zippers in collecting lymphatics, but both types of junctions are composed of proteins typical of adherens junctions and tight junctions found in the endothelium of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped endothelial cell, leaving open the tips of flaps as routes for fluid entry without disassembly and reformation of intercellular junctions.", + "meaning": "CL:0002138", + "title": "endothelial cell of lymphatic vessel" + }, + { + "text": "CL:1001111", + "description": "An epithelial cell that is part of some loop of Henle thin descending limb.", + "meaning": "CL:1001111", + "title": "kidney loop of Henle thin descending limb epithelial cell" + }, + { + "text": "CL:1001505", + "description": "The secretory neurons of the paraventricular nucleus that synthesize and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system.", + "meaning": "CL:1001505", + "title": "parvocellular neurosecretory cell" + }, + { + "text": "CL:0000619", + "meaning": "CL:0000619", + "title": "supporting cell (sensu Nematoda)" + }, + { + "text": "CL:0000730", + "description": "A cell at the front of a migrating epithelial sheet.", + "meaning": "CL:0000730", + "title": "leading edge cell" + }, + { + "text": "CL:0000407", + "description": "A cell that anchors the cell body of a scolopidial neuron to the integument.", + "meaning": "CL:0000407", + "title": "scolopidial ligament cell" + }, + { + "text": "CL:0000041", + "description": "A fully differentiated eosinophil, a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Cells are also differentiated from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This cell type is CD49d-positive.", + "meaning": "CL:0000041", + "title": "mature eosinophil" + }, + { + "text": "CL:1000839", + "description": "Any epithelial cell of proximal tubule that is part of some proximal straight tubule.", + "meaning": "CL:1000839", + "title": "kidney proximal straight tubule epithelial cell" + }, + { + "text": "CL:0002540", + "description": "A mesenchymal stem cell that is part of the bone marrow.", + "meaning": "CL:0002540", + "title": "mesenchymal stem cell of the bone marrow" + }, + { + "text": "CL:0005019", + "description": "Ghrelin secreting cells found in the endocrine pancreas.", + "meaning": "CL:0005019", + "title": "pancreatic epsilon cell" + }, + { + "text": "CL:0000966", + "description": "A germinal center B cell that has the phenotype CD77-negative, IgD-negative, and CD38-positive. These cells have undergone somatic mutation of the B cell receptor.", + "meaning": "CL:0000966", + "title": "Bm4 B cell" + }, + { + "text": "CL:0011032", + "description": "An enterocyte that possesses a large supranuclear vacuolar system that preferentially internalizes dietary protein via receptor-mediated and fluid-phase endocytosis for intracellular digestion and trans-cellular transport. In zebrafish these cells are located in the posterior region of the mid intestine throughout life. In mammals they are found in the ileum pre-weaning and later are replaced by mature enterocytes.", + "meaning": "CL:0011032", + "title": "lysosome-rich enterocyte" + }, + { + "text": "CL:0004235", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004235", + "title": "AB broad diffuse-1 amacrine cell" + }, + { + "text": "CL:0004252", + "description": "An amicrine that has a medium dendritic field.", + "meaning": "CL:0004252", + "title": "medium field retinal amacrine cell" + }, + { + "text": "CL:0000913", + "description": "CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000913", + "title": "effector memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:4042001", + "description": "A GABAergic interneuron that has its soma located in the striatum and that has an enriched expression of the gene TAC3.", + "meaning": "CL:4042001", + "title": "TAC3-positive striatal interneuron" + }, + { + "text": "CL:0019032", + "description": "Any brush cell that is part of the intestinal epithelium.", + "meaning": "CL:0019032", + "title": "intestinal tuft cell" + }, + { + "text": "CL:0000121", + "description": "The output neuron of the cerebellar cortex.", + "meaning": "CL:0000121", + "title": "Purkinje cell" + }, + { + "text": "CL:0000587", + "description": "A thermoreceptor cell that detects reduced temperatures.", + "meaning": "CL:0000587", + "title": "cold sensing thermoreceptor cell" + }, + { + "text": "CL:0002306", + "description": "An epithelial cell of the proximal tubule of the kidney.", + "meaning": "CL:0002306", + "title": "epithelial cell of proximal tubule" + }, + { + "text": "CL:4033001", + "description": "A(n) endothelial cell that is part of a(n) arteriole of lymph node.", + "meaning": "CL:4033001", + "title": "endothelial cell of arteriole of lymph node" + }, + { + "text": "CL:0002203", + "description": "Brush cell found in the epithelial layer of the colon.", + "meaning": "CL:0002203", + "title": "brush cell of epithelium proper of large intestine" + }, + { + "text": "CL:0003004", + "description": "A bistratified retinal ganglion cell that has a small dendritic field with sparse density that terminates at the intersection of the S4-S5 sublaminar level, and a second dendrite field that is medium in size and degree of arborization that terminates in sublaminar layer S2.", + "meaning": "CL:0003004", + "title": "G3 retinal ganglion cell" + }, + { + "text": "CL:0002006", + "description": "A megakaryocyte erythroid progenitor cell that is Kit-positive and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative and Fcgr II/III-low.", + "meaning": "CL:0002006", + "title": "Kit-positive, CD34-negative megakaryocyte erythroid progenitor cell" + }, + { + "text": "CL:0000860", + "description": "A monocyte that responds rapidly to microbial stimuli by secreting cytokines and antimicrobial factors and which is characterized by high expression of CCR2 in both rodents and humans, negative for the lineage markers CD3, CD19, and CD20, and of larger size than non-classical monocytes.", + "meaning": "CL:0000860", + "title": "classical monocyte" + }, + { + "text": "CL:0001035", + "description": "A connective tissue cell found in bone.", + "meaning": "CL:0001035", + "title": "bone cell" + }, + { + "text": "CL:4033065", + "description": "A mature B cell that serves as an intermediate stage in the differentiation of naive B cells into a plasmablast. A preplasmablast expresses CD30 and IL-6R and lacks expression of CD20, CD23, CD38 and CD138.", + "meaning": "CL:4033065", + "title": "preplasmablast" + }, + { + "text": "CL:0009105", + "description": "A fibroblastic reticular cell found in the lymph node T cell domain.", + "meaning": "CL:0009105", + "title": "T cell zone reticular cell" + }, + { + "text": "CL:0000374", + "description": "An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization, often in the form of a hair, bristle, peg or scale. The base of this specialization is often surrounded by a socket produced by a closely associated tormogen cell.", + "meaning": "CL:0000374", + "title": "trichogen cell" + }, + { + "text": "CL:1000718", + "description": "Any renal principal cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000718", + "title": "kidney inner medulla collecting duct principal cell" + }, + { + "text": "CL:1001434", + "description": "A neuron residing in the olfactory bulb that serve to process and refine signals arising from olfactory sensory neurons", + "meaning": "CL:1001434", + "title": "olfactory bulb interneuron" + }, + { + "text": "CL:0002375", + "description": "A glioblast cell that develops from a migratory neural crest cell. The SCP is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has no basal lamina. In rodents SCPs are the only cells in the Schwann cell linage that expresses Cdh19.", + "meaning": "CL:0002375", + "title": "Schwann cell precursor" + }, + { + "text": "CL:0017000", + "description": "An ionocyte that is part of the lung epithelium. The cells from this type are major sources of the CFTR protein in human and mice.", + "meaning": "CL:0017000", + "title": "pulmonary ionocyte" + }, + { + "text": "CL:0000008", + "description": "Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination.", + "meaning": "CL:0000008", + "title": "migratory cranial neural crest cell" + }, + { + "text": "CL:0002037", + "description": "Intraepithelial T cells with a memory phenotype of CD2-positive, CD5-positive, and CD44-positive.", + "meaning": "CL:0002037", + "title": "CD2-positive, CD5-positive, CD44-positive alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0002344", + "description": "A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and CD161-positive.", + "meaning": "CL:0002344", + "title": "CD56-negative, CD161-positive immature natural killer cell, human" + }, + { + "text": "CL:0009075", + "description": "A thymic medullary epithelial cell that expresses muscle-specific biomarkers.", + "meaning": "CL:0009075", + "title": "myo-medullary thymic epithelial cell" + }, + { + "text": "CL:0000084", + "description": "A type of lymphocyte whose defining characteristic is the expression of a T cell receptor complex.", + "meaning": "CL:0000084", + "title": "T cell" + }, + { + "text": "CL:0000190", + "description": "A muscle cell that can develop high tension rapidly. It is usually innervated by a single alpha neuron.", + "meaning": "CL:0000190", + "title": "fast muscle cell" + }, + { + "text": "CL:0000116", + "description": "Pioneer neurons establish a pathway in the developing central nervous system and then undergo programmed cell death once the adult axons, which follow them, have made connections with the target site. Thus, they are a transient cell type involved in axon guidance.", + "meaning": "CL:0000116", + "title": "pioneer neuron" + }, + { + "text": "CL:0002302", + "description": "A synovial cell that is macrophage-like, characterized by surface ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic vesicles, Golgi apparatus and little granular endoplasmic reticulum.", + "meaning": "CL:0002302", + "title": "type A synovial cell" + }, + { + "text": "CL:4023029", + "description": "A medium spiny neuron that expresses dopamine type 2 receptors and projects to the external globus pallidus.", + "meaning": "CL:4023029", + "title": "indirect pathway medium spiny neuron" + }, + { + "text": "CL:0002125", + "description": "A circulating gamma-delta T cell that expresses RORgamma(t), is CD27-negative and is capable of IL-17 secretion.", + "meaning": "CL:0002125", + "title": "CD27-negative gamma-delta T cell" + }, + { + "text": "CL:0000767", + "description": "Any of the immature or mature forms of a granular leukocyte that in its mature form has an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse, bluish-black granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, and FceRIa-positive.", + "meaning": "CL:0000767", + "title": "basophil" + }, + { + "text": "CL:0000922", + "description": "An alpha-beta T cell expressing NK call markers that is CD1d restricted and expresses a diverse TCR repertoire. Type II NKT cells do not become activated by alpha-galactosylceramide when presented by CD1d.", + "meaning": "CL:0000922", + "title": "type II NK T cell" + }, + { + "text": "CL:0000030", + "meaning": "CL:0000030", + "title": "glioblast" + }, + { + "text": "CL:0000774", + "description": "A late eosinophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature eosinophil.", + "meaning": "CL:0000774", + "title": "band form eosinophil" + }, + { + "text": "CL:1000441", + "description": "An epithelial cell that is part of the viscerocranial mucosa.", + "meaning": "CL:1000441", + "title": "epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0000845", + "description": "A mature B cell that is located in the marginal zone of the spleen with the phenotype CD23-negative and CD21-positive and expressing a B cell receptor usually reactive to bacterial cell wall components or senescent self components such as oxidized-LDL. This cell type is also described as being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high.", + "meaning": "CL:0000845", + "title": "marginal zone B cell of spleen" + }, + { + "text": "CL:1000803", + "description": "A cell that is part of an interstitial compartment of an inner renal medulla.", + "meaning": "CL:1000803", + "title": "kidney inner medulla interstitial cell" + }, + { + "text": "CL:0002446", + "description": "A NK1.1-positive T cell that is Ly49Cl-negative.", + "meaning": "CL:0002446", + "title": "Ly49CI-negative natural killer cell, mouse" + }, + { + "text": "CL:4033067", + "description": "A follicular cell of ovary that differentiates from a granulosa cell during the secondary follicle stage. Mural granulosa cells line the inner surface of the follicle wall, surrounding the fluid-filled antral cavity. These cells produce oestrogen during the follicular phase in response to follicle-stimulating hormone (FSH), and progesterone after ovulation in response to luteinizing hormone (LH).", + "meaning": "CL:4033067", + "title": "mural granulosa cell" + }, + { + "text": "CL:0000153", + "description": "A cell that secretes glycosaminoglycans.", + "meaning": "CL:0000153", + "title": "glycosaminoglycan secreting cell" + }, + { + "text": "CL:0002052", + "description": "A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, CD45R-positive and CD25-positive. This cell type is also described as being AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive.", + "meaning": "CL:0002052", + "title": "fraction D precursor B cell" + }, + { + "text": "CL:0002046", + "description": "A pro-B cell that is CD22-positive, CD34-positive, CD38-positive and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. Cell is CD19-negative, CD20-negative, complement receptor type 2-negative and CD10-low. D-to-J recombination of the heavy chain occurs at this stage.", + "meaning": "CL:0002046", + "title": "early pro-B cell" + }, + { + "text": "CL:0000670", + "description": "A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells.", + "meaning": "CL:0000670", + "title": "primordial germ cell" + }, + { + "text": "CL:0000504", + "description": "A enteroendocrine cell part of the glands of the gastric mucosa. They produce histamine and peptides such as chromogranins. This cell type respond to gastrin by releasing histamine which acts as a paracrine stimulator of the release of hydrochloric acid from the gastric parietal cells.", + "meaning": "CL:0000504", + "title": "enterochromaffin-like cell" + }, + { + "text": "CL:0000807", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain in complex with the pre-T cell receptor alpha chain.", + "meaning": "CL:0000807", + "title": "DN3 thymocyte" + }, + { + "text": "CL:1000413", + "description": "A blood vessel endothelial cell that is part of an arterial endothelium.", + "meaning": "CL:1000413", + "title": "endothelial cell of artery" + }, + { + "text": "CL:0002312", + "description": "An acidophilic cell of the anterior pituitary that produces growth hormone, somatotropin.", + "meaning": "CL:0002312", + "title": "somatotroph" + }, + { + "text": "CL:0002282", + "description": "An enteroendocrine cell which produces a gastrin- and cholecystokinin-like peptide. The apical microvilli-rich plasma membrane is in open contact with the small intestine mucosa. This cell type is devoid of gastrin-17 but contains other fragments of the gastrin polypeptide.", + "meaning": "CL:0002282", + "title": "type TG enteroendocrine cell" + }, + { + "text": "CL:2000031", + "description": "Any neuron that is part of a lateral line ganglion.", + "meaning": "CL:2000031", + "title": "lateral line ganglion neuron" + }, + { + "text": "CL:0009062", + "description": "A specialized type of CD4 positive T cell, the follicular helper T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular localization. These specialised T cells reside in the germinal center of the lymph node.", + "meaning": "CL:0009062", + "title": "germinal center T cell" + }, + { + "text": "CL:0000397", + "description": "Any interneuron that has its soma located in some ganglion.", + "meaning": "CL:0000397", + "title": "ganglion interneuron" + }, + { + "text": "CL:0002612", + "description": "A neuron of the ventral spinal cord.", + "meaning": "CL:0002612", + "title": "neuron of the ventral spinal cord" + }, + { + "text": "CL:0000496", + "description": "A photoreceptor cell that is sensitive to green light.", + "meaning": "CL:0000496", + "title": "green sensitive photoreceptor cell" + }, + { + "text": "CL:4033054", + "description": "A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics.", + "meaning": "CL:4033054", + "title": "perivascular cell" + }, + { + "text": "CL:2000090", + "description": "Any stellate cell that is part of a dentate gyrus of hippocampal formation.", + "meaning": "CL:2000090", + "title": "dentate gyrus of hippocampal formation stellate cell" + }, + { + "text": "CL:0000350", + "description": "Any extraembryonic cell that is part of some amnioserosa.", + "meaning": "CL:0000350", + "title": "amnioserosal cell" + }, + { + "text": "CL:0002436", + "description": "A mature CD4-positive, CD8-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.", + "meaning": "CL:0002436", + "title": "mature CD4 single-positive thymocyte" + }, + { + "text": "CL:0003017", + "description": "A retinal ganglion B cell that has post synaptic terminals in S2.", + "meaning": "CL:0003017", + "title": "retinal ganglion cell B3 outer" + }, + { + "text": "CL:0002179", + "description": "An epithelial cell within one of the pits in the embryonic gastric mucosa from which the gastric glands develop .", + "meaning": "CL:0002179", + "title": "foveolar cell of stomach" + }, + { + "text": "CL:0000079", + "meaning": "CL:0000079", + "title": "stratified epithelial cell" + }, + { + "text": "CL:0004216", + "description": "A type 5 cone bipolar cell with diffuse axonal branches.", + "meaning": "CL:0004216", + "title": "type 5b cone bipolar cell" + }, + { + "text": "CL:3000004", + "description": "Peripheral sensory neuron.", + "meaning": "CL:3000004", + "title": "peripheral sensory neuron" + }, + { + "text": "CL:0001056", + "description": "A dendritic cell with the phenotype HLA-DRA-positive.", + "meaning": "CL:0001056", + "title": "dendritic cell, human" + }, + { + "text": "CL:0000521", + "description": "Any cell that only exists in Fungi.", + "meaning": "CL:0000521", + "title": "fungal cell" + }, + { + "text": "CL:0011010", + "description": "A cell derived from the mesoderm that is found at the periphery of the embryo.", + "meaning": "CL:0011010", + "title": "lateral mesodermal cell" + }, + { + "text": "CL:1000344", + "description": "A Paneth cell that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000344", + "title": "paneth cell of epithelium proper of small intestine" + }, + { + "text": "CL:0000249", + "meaning": "CL:0000249", + "title": "hatching gland cell" + }, + { + "text": "CL:0002474", + "description": "A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-negative, and CD11b-high.", + "meaning": "CL:0002474", + "title": "lymphoid MHC-II-negative classical monocyte" + }, + { + "text": "CL:0002069", + "description": "Mostly cylindrical, resemble Type 1 in their contents and the presence of a kinocilium and stereocilium apically; much greater variation in size, some almost span the entire thickness of the sensory epithelium, while others are smaller than Type 1; receive multiple efferent nerve boutons around their bases as well as afferent endings, which are small expansions rather than chalices.", + "meaning": "CL:0002069", + "title": "type II vestibular sensory cell" + }, + { + "text": "CL:4028004", + "description": "A pulmonary interstitial fibroblast that is part of the alveolus and contains lipid droplets.", + "meaning": "CL:4028004", + "title": "alveolar type 1 fibroblast cell" + }, + { + "text": "CL:0003025", + "description": "A retinal ganglion cell C inner that has sparse dendritic density, and large dendritic field.", + "meaning": "CL:0003025", + "title": "retinal ganglion cell C3" + }, + { + "text": "CL:0009015", + "description": "A follicular dendritic cell located in the Peyer's patch. These cells from a meshwork in which Peyer's patch B cells reside.", + "meaning": "CL:0009015", + "title": "Peyer's patch follicular dendritic cell" + }, + { + "text": "CL:0002551", + "description": "Any skin fibroblast that is part of some dermis.", + "meaning": "CL:0002551", + "title": "fibroblast of dermis" + }, + { + "text": "CL:0009044", + "description": "A lymphocyte that resides in the lamina propria of the small intestine. Lamina propria leukocytes and intraepithelial lymphocytes are the effector compartments of the gut mucosal immune system. Lymphocytes circulate through gut associated lymphoid tissues until recruitment by intestinal antigens. They are involved in the gut immune response.", + "meaning": "CL:0009044", + "title": "lymphocyte of small intestine lamina propria" + }, + { + "text": "CL:0002503", + "description": "A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc", + "meaning": "CL:0002503", + "title": "adventitial cell" + }, + { + "text": "CL:0017005", + "description": "A lymphocyte that has gotten larger after being stimulated by an antigen.", + "meaning": "CL:0017005", + "title": "lymphoblast" + }, + { + "text": "CL:0001048", + "description": "A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory cell with the phenotype HLA-DRA-positive, indicating recent activation.", + "meaning": "CL:0001048", + "title": "activated CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T cell, human" + }, + { + "text": "CL:0001032", + "description": "Granule cell that is part of the cerebral cortex.", + "meaning": "CL:0001032", + "title": "cortical granule cell" + }, + { + "text": "CL:0002157", + "description": "A cell type that makes up the highly vascular membrane lining the marrow cavity of long bones.", + "meaning": "CL:0002157", + "title": "endosteal cell" + }, + { + "text": "CL:0000394", + "description": "A phagocytic hemocyte, responsible for the engulfment of small particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial peptides and contribute to the production and secretion of proteins of the hemolymph.", + "meaning": "CL:0000394", + "title": "plasmatocyte" + }, + { + "text": "CL:4033037", + "description": "A mucus secreting cell of a submucosal gland of the tracheobronchial tree.", + "meaning": "CL:4033037", + "title": "mucus secreting cell of tracheobronchial tree submucosal gland" + }, + { + "text": "CL:2000094", + "description": "Any epithelial cell of viscerocranial mucosa that is part of a nasal cavity respiratory epithelium.", + "meaning": "CL:2000094", + "title": "nasal cavity respiratory epithelium epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0002051", + "description": "A pre-BCR positive B cell that is CD38-high.", + "meaning": "CL:0002051", + "title": "CD38-high pre-BCR positive cell" + }, + { + "text": "CL:0000601", + "description": "A mechanoreceptor in the organ of Corti. In mammals the outer hair cells are arranged in three rows which are further from the modiolus than the single row of inner hair cells. The motile properties of the outer hair cells may contribute actively to tuning the sensitivity and frequency selectivity of the cochlea.", + "meaning": "CL:0000601", + "title": "cochlear outer hair cell" + }, + { + "text": "CL:0000838", + "description": "A progenitor cell restricted to the lymphoid lineage.", + "meaning": "CL:0000838", + "title": "lymphoid lineage restricted progenitor cell" + }, + { + "text": "CL:4030017", + "description": "An epithelial cell located in the late distal convoluted tubule.", + "meaning": "CL:4030017", + "title": "epithelial cell of late distal convoluted tubule" + }, + { + "text": "CL:0004224", + "description": "A broadly stratifying amacrine cell that has a small dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004224", + "title": "AB diffuse-2 amacrine cell" + }, + { + "text": "CL:1000420", + "description": "A myoepithelial cell that is part of the terminal lactiferous duct.", + "meaning": "CL:1000420", + "title": "myoepithelial cell of terminal lactiferous duct" + }, + { + "text": "CL:0000295", + "description": "A peptide hormone secreting cell that produces growth hormone, somatotropin.", + "meaning": "CL:0000295", + "title": "somatotropin secreting cell" + }, + { + "text": "CL:4033043", + "description": "A macrophage that is part of the lung connective tissue (pulmonary interstitium). This cell performs tissue remodeling and contributes to barrier immunity through antigen presentation.", + "meaning": "CL:4033043", + "title": "lung interstitial macrophage" + }, + { + "text": "CL:0000202", + "description": "A mechanoreceptor cell of the auditory or vestibular system that is sensitive to auditory stimuli. The accessory sensory structures are arranged so that appropriate stimuli cause movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.", + "meaning": "CL:0000202", + "title": "auditory hair cell" + }, + { + "text": "CL:0009018", + "description": "A lymphocyte that resides in the lamina propria of the large intestine.", + "meaning": "CL:0009018", + "title": "lymphocyte of large intestine lamina propria" + }, + { + "text": "CL:2000078", + "description": "Any pericyte cell that is part of a placenta.", + "meaning": "CL:2000078", + "title": "placental pericyte" + }, + { + "text": "CL:1000272", + "description": "Any secretory cell that is part of some lung.", + "meaning": "CL:1000272", + "title": "lung secretory cell" + }, + { + "text": "CL:0009034", + "description": "A dendritic cell that is located in a vermiform appendix.", + "meaning": "CL:0009034", + "title": "dendritic cell of appendix" + }, + { + "text": "CL:0000721", + "meaning": "CL:0000721", + "title": "equatorial cone cell (sensu Endopterygota)" + }, + { + "text": "CL:0000196", + "description": "A muscle cell that is involved in the mechanism of insect flight. This encompasses both, cells that power flight and cells that control flight.", + "meaning": "CL:0000196", + "title": "insect flight muscle cell" + }, + { + "text": "CL:1001319", + "description": "Any cell that is part of some urinary bladder.", + "meaning": "CL:1001319", + "title": "bladder cell" + }, + { + "text": "CL:0000339", + "description": "An early neural cell developing from the early ependymal cell of the neural tube.", + "meaning": "CL:0000339", + "title": "glioblast (sensu Vertebrata)" + }, + { + "text": "CL:0000631", + "description": "Cells forming a framework supporting the organ of Corti. Specific cells are those of Claudius, Deiters and Hensen.", + "meaning": "CL:0000631", + "title": "labyrinth supporting cell" + }, + { + "text": "CL:0008027", + "description": "A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells. These neurons have axons that arborize and synapse to targets in inner plexiform layers 4 and 5 and depolarize in response to light.", + "meaning": "CL:0008027", + "title": "rod bipolar cell (sensu Mus)" + }, + { + "text": "CL:0004238", + "description": "A bistratified amacrine cell with a medium dendritic field, a flat and sparse dendritic arbor, and post-synaptic terminals at the intersections of S1 and S2, and S3 and S4.", + "meaning": "CL:0004238", + "title": "asymmetric bistratified amacrine cell" + }, + { + "text": "CL:0000035", + "description": "A stem cell that self-renews as well as give rise to a single mature cell type.", + "meaning": "CL:0000035", + "title": "single fate stem cell" + }, + { + "text": "CL:1001097", + "description": "Any smooth muscle cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001097", + "title": "kidney afferent arteriole smooth muscle cell" + }, + { + "text": "CL:1000838", + "description": "Any epithelial cell of proximal tubule that is part of some proximal convoluted tubule and has part some brush border.", + "meaning": "CL:1000838", + "title": "kidney proximal convoluted tubule epithelial cell" + }, + { + "text": "CL:3000000", + "description": "A ciliated epithelial cell of the esophagus.", + "meaning": "CL:3000000", + "title": "ciliated epithelial cell of esophagus" + }, + { + "text": "CL:0000881", + "description": "A border associated macrophage that is adjacent to a small blood vessel of a brain. A perivascular macrophage expresses the markers CD14, CD16 and CD163. In homeostatic conditions, this central nervous system macrophage has a non-motile cell body with extending and retracting projections through the blood vessel wall.", + "meaning": "CL:0000881", + "title": "perivascular macrophage" + }, + { + "text": "CL:0002437", + "description": "A mature CD8-positive, CD4-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.", + "meaning": "CL:0002437", + "title": "mature CD8 single-positive thymocyte" + }, + { + "text": "CL:0002320", + "description": "A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone.", + "meaning": "CL:0002320", + "title": "connective tissue cell" + }, + { + "text": "CL:1000616", + "description": "Any kidney medulla cell that is part of some outer medulla of kidney.", + "meaning": "CL:1000616", + "title": "kidney outer medulla cell" + }, + { + "text": "CL:0003015", + "description": "A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003015", + "title": "G11-ON retinal ganglion cell" + }, + { + "text": "CL:0002359", + "description": "A hematopoietic stem cell of the placenta. This cell type is first observed E10.5 This cell type may give rise to fetal liver hematopoietic stem cells.", + "meaning": "CL:0002359", + "title": "placental hematopoietic stem cell" + }, + { + "text": "CL:0005010", + "description": "A cuboidal epithelial cell of the kidney that regulates acid/base balance.", + "meaning": "CL:0005010", + "title": "renal intercalated cell" + }, + { + "text": "CL:0002623", + "description": "An acinar cell of salivary gland.", + "meaning": "CL:0002623", + "title": "acinar cell of salivary gland" + }, + { + "text": "CL:1001516", + "description": "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the intestinal tract.", + "meaning": "CL:1001516", + "title": "intestinal enteroendocrine cell" + }, + { + "text": "CL:0000713", + "meaning": "CL:0000713", + "title": "corona radiata cell" + }, + { + "text": "CL:0009116", + "description": "A progenitor cell with the potential to differentiate into luminal epithelial cells of mammary glands. In mouse, CD61 and c-kit were found to be coexpressed by the majority of, but not all, committed luminal progenitor cells.", + "meaning": "CL:0009116", + "title": "progenitor cell of mammary luminal epithelium" + }, + { + "text": "CL:0011002", + "description": "A motor neuron that is generated only on limb levels and send axons into the limb mesenchyme.", + "meaning": "CL:0011002", + "title": "lateral motor column neuron" + }, + { + "text": "CL:4023080", + "description": "a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has stellate pyramidal morphology.", + "meaning": "CL:4023080", + "title": "stellate L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex (Mmus)" + }, + { + "text": "CL:0009071", + "description": "A thymic medullary epithelial cell considered to be a pre-AIRE mTEC population.", + "meaning": "CL:0009071", + "title": "medullary thymic epithelial cell type 1" + }, + { + "text": "CL:0000652", + "description": "This cell type produces and secretes melatonin and forms the pineal parenchyma. Extending from each cell body, which has a spherical, oval or lobulated mucleus, are one or more tortuous basophilic processes, containing parallel microtubules known as synaptic ribbons. These processes end in expanded terminal buds near capillaries or less, frequently, ependymal cells of the pineal recess. The terminal buds contain granular endoplasmic reticulum, mitochondria and electron-dense cored vesicles, which store monoamines and polypeptide hormones, release of which appears to require sympathetic innervation.", + "meaning": "CL:0000652", + "title": "pinealocyte" + }, + { + "text": "CL:4023127", + "description": "a KNDy neuron that is located in the arcuate nucleus of the hypothalamus.", + "meaning": "CL:4023127", + "title": "arcuate nucleus of hypothalamus KNDy neuron" + }, + { + "text": "CL:0000862", + "description": "A macrophage that suppresses immune responses.", + "meaning": "CL:0000862", + "title": "suppressor macrophage" + }, + { + "text": "CL:0000993", + "description": "Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and MHCII-positive.", + "meaning": "CL:0000993", + "title": "mature CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:0002009", + "description": "A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages.", + "meaning": "CL:0002009", + "title": "macrophage dendritic cell progenitor" + }, + { + "text": "CL:0002603", + "description": "An astrocyte of the cerebellum.", + "meaning": "CL:0002603", + "title": "astrocyte of the cerebellum" + }, + { + "text": "CL:0009060", + "description": "A mature B cell located in the marginal zone of the lymph node.", + "meaning": "CL:0009060", + "title": "marginal zone B cell of lymph node" + }, + { + "text": "CL:0002254", + "description": "An epithelial cell of the small intestine.", + "meaning": "CL:0002254", + "title": "epithelial cell of small intestine" + }, + { + "text": "CL:0009055", + "description": "A paneth cell that is located in the anorectum.", + "meaning": "CL:0009055", + "title": "paneth cell of anorectum" + }, + { + "text": "CL:0000818", + "description": "An immature B cell of an intermediate stage between the pre-B cell stage and the mature naive stage with the phenotype surface IgM-positive and CD19-positive, and are subject to the process of B cell selection. A transitional B cell migrates from the bone marrow into the peripheral circulation, and then to the spleen.", + "meaning": "CL:0000818", + "title": "transitional stage B cell" + }, + { + "text": "CL:0000998", + "description": "CD8_alpha-negative CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive T cells.", + "meaning": "CL:0000998", + "title": "CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0001043", + "description": "A recently activated CD4-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.", + "meaning": "CL:0001043", + "title": "activated CD4-positive, alpha-beta T cell, human" + }, + { + "text": "CL:0009078", + "description": "A fibroblast located in the thymic capsule.", + "meaning": "CL:0009078", + "title": "thymic fibroblast type 1" + }, + { + "text": "CL:0000314", + "meaning": "CL:0000314", + "title": "milk secreting cell" + }, + { + "text": "CL:0000608", + "description": "A thick walled, sexual, resting spore formed by Zygomycetes; sometimes refers to the spore and the multi-layered cell wall that encloses the spore, the zygosporangium.", + "meaning": "CL:0000608", + "title": "zygospore" + }, + { + "text": "CL:0000744", + "description": "A columnar chondrocyte that differentiates in the late embryonic growth plate of bone. Columnar chondrocytes vigorously proliferate and form columns in the growth plate.", + "meaning": "CL:0000744", + "title": "columnar chondrocyte" + }, + { + "text": "CL:0002259", + "description": "The stem cell from which glial precursor cell arises from.", + "meaning": "CL:0002259", + "title": "neuroepithelial stem cell" + }, + { + "text": "CL:0002004", + "description": "A proerythoblast that is CD34-negative and GlyA-negative.", + "meaning": "CL:0002004", + "title": "CD34-negative, GlyA-negative proerythroblast" + }, + { + "text": "CL:1000433", + "description": "An epithelial cell that is part of the lacrimal canaliculus.", + "meaning": "CL:1000433", + "title": "epithelial cell of lacrimal canaliculus" + }, + { + "text": "CL:0004227", + "description": "A bistratified amacrine cell with a small dendritic field. Flat bistratified amacrine cells have post-synaptic terminals both on the border of S1 and S2, and on the border of S3 and S4. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004227", + "title": "flat bistratified amacrine cell" + }, + { + "text": "CL:4033022", + "description": "A mucus secreting cell of a submucosal gland of the bronchus.", + "meaning": "CL:4033022", + "title": "mucus secreting cell of bronchus submucosal gland" + }, + { + "text": "CL:0003048", + "description": "A cone cell that detects long wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 564-580 nm.", + "meaning": "CL:0003048", + "title": "L cone cell" + }, + { + "text": "CL:0009080", + "description": "A tuft cell located in the small intestine.", + "meaning": "CL:0009080", + "title": "tuft cell of small intestine" + }, + { + "text": "CL:0002569", + "description": "A mesenchymal stem cell of the umbilical cord.", + "meaning": "CL:0002569", + "title": "mesenchymal stem cell of umbilical cord" + }, + { + "text": "CL:0000235", + "description": "A mononuclear phagocyte present in variety of tissues, typically differentiated from monocytes, capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.", + "meaning": "CL:0000235", + "title": "macrophage" + }, + { + "text": "CL:0002176", + "description": "A cell of a secondary follicile within the ovary.", + "meaning": "CL:0002176", + "title": "secondary follicular cell of ovary" + }, + { + "text": "CL:4030005", + "description": "A renal beta-intercalated cell that is part of the cortical collecting duct. The medullary collecting duct does not contain the renal beta-intercalated cell type.", + "meaning": "CL:4030005", + "title": "kidney collecting duct beta-intercalated cell" + }, + { + "text": "CL:0000999", + "description": "CD8_alpha-negative CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative and CD8_alpha-negative.", + "meaning": "CL:0000999", + "title": "CD4-positive CD11b-positive dendritic cell" + }, + { + "text": "CL:0002472", + "description": "Gr1-low non-classical monocyte that has low to intermediate expression of the MHC-II complex.", + "meaning": "CL:0002472", + "title": "MHC-II-low non-classical monocyte" + }, + { + "text": "CL:0003021", + "description": "A retinal ganglion cell C outer that has a medium dendritic field and a dense dendritic arbor.", + "meaning": "CL:0003021", + "title": "retinal ganglion cell C4" + }, + { + "text": "CL:4023000", + "description": "A motor neuron that innervates both intrafusal and extrafusal muscle fibers. Low abundancy. They control both muscle contraction and responsiveness of the sensory feedback from muscle spindles.", + "meaning": "CL:4023000", + "title": "beta motor neuron" + }, + { + "text": "CL:0002657", + "description": "A glandular epithelial cell of the esophagus.", + "meaning": "CL:0002657", + "title": "glandular cell of esophagus" + }, + { + "text": "CL:0000514", + "description": "A precursor cell destined to differentiate into smooth muscle myocytes.", + "meaning": "CL:0000514", + "title": "smooth muscle myoblast" + }, + { + "text": "CL:0000349", + "description": "Any cell that is part of some extraembryonic structure.", + "meaning": "CL:0000349", + "title": "extraembryonic cell" + }, + { + "text": "CL:0002190", + "description": "A flat keratinocyte immediately below the cornified layer.", + "meaning": "CL:0002190", + "title": "squamous cell of epidermis" + }, + { + "text": "CL:4030035", + "description": "A dental pulp cell that possesses stem-cell-like qualities, including self-renewal capability and multi-lineage differentiation.", + "meaning": "CL:4030035", + "title": "dental pulp stem cell" + }, + { + "text": "CL:0002067", + "description": "An enteroendocrine cell that produces glucagon.", + "meaning": "CL:0002067", + "title": "type A enteroendocrine cell" + }, + { + "text": "CL:0009114", + "description": "A B cell found in the perisinusoidal area of a lymph node. In humans, monocytoid B cells are a morphologically distinct B cell population (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many similarities with marginal zone B cells including marker expression, and are increased in disease settings.", + "meaning": "CL:0009114", + "title": "monocytoid B cell" + }, + { + "text": "CL:1001517", + "description": "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach.", + "meaning": "CL:1001517", + "title": "stomach enteroendocrine cell" + }, + { + "text": "CL:0000137", + "description": "A mature osteoblast that has become embedded in the bone matrix. They occupy a small cavity, called lacuna, in the matrix and are connected to adjacent osteocytes via protoplasmic projections called canaliculi.", + "meaning": "CL:0000137", + "title": "osteocyte" + }, + { + "text": "CL:0009024", + "description": "A mesothelial cell that is part of the small intestine.", + "meaning": "CL:0009024", + "title": "mesothelial cell of small intestine" + }, + { + "text": "CL:4040004", + "description": "Any mesenchymal stem cell of adipose tissue that is part of an orbital region.", + "meaning": "CL:4040004", + "title": "mesenchymal stem cell of orbital adipose tissue" + }, + { + "text": "CL:0002367", + "description": "A cell that lines the trabecular meshwork, which is an area of tissue in the eye located around the base of the cornea, near the ciliary body, and is responsible for draining the aqueous humor from the eye via the anterior chamber (the chamber on the front of the eye covered by the cornea). This cell may play a role in regulating intraocular pressure.", + "meaning": "CL:0002367", + "title": "trabecular meshwork cell" + }, + { + "text": "CL:0002062", + "description": "A squamous pulmonary alveolar epithelial cell that is flattened and branched. A pulmonary alveolar type 1 cell covers more than 98% of the alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions to form the air-blood barrier essential for normal gas exchange.", + "meaning": "CL:0002062", + "title": "pulmonary alveolar type 1 cell" + }, + { + "text": "CL:0000724", + "description": "A differentiated cell that functions as a site of nitrogen fixation under aerobic conditions.", + "meaning": "CL:0000724", + "title": "heterocyst" + }, + { + "text": "CL:1001598", + "description": "A glandular cell found in the epithelium of the small intestine. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Somatostatin-secreting Cells (D-cells) .", + "meaning": "CL:1001598", + "title": "small intestine glandular cell" + }, + { + "text": "CL:1001589", + "description": "Glandular cell of duodenal epithelium. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner's gland cell.", + "meaning": "CL:1001589", + "title": "duodenum glandular cell" + }, + { + "text": "CL:1000147", + "description": "A cell that is part of a cardiac valve.", + "meaning": "CL:1000147", + "title": "cardiac valve cell" + }, + { + "text": "CL:0002402", + "description": "A resting mature B cell within the Peyer's patch that is CD19-positive, B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, and CD5-negative.", + "meaning": "CL:0002402", + "title": "Peyer's patch B cell" + }, + { + "text": "CL:1001126", + "description": "Any vasa recta cell that is part of some inner renal medulla vasa recta.", + "meaning": "CL:1001126", + "title": "inner renal medulla vasa recta cell" + }, + { + "text": "CL:0002608", + "description": "A neuron with a soma found in the hippocampus.", + "meaning": "CL:0002608", + "title": "hippocampal neuron" + }, + { + "text": "CL:0002011", + "description": "A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages. Marker for this cell is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative.", + "meaning": "CL:0002011", + "title": "Kit-positive macrophage dendritic cell progenitor" + }, + { + "text": "CL:4023012", + "description": "A glutamatergic neuron located in the cerebral cortex that projects axons locally rather than distantly.", + "meaning": "CL:4023012", + "title": "near-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0005014", + "description": "A non-sensory cell that extends from the basement membrane to the apical surface of the auditory epithelium and provides support for auditory hair cells.", + "meaning": "CL:0005014", + "title": "auditory epithelial supporting cell" + }, + { + "text": "CL:0002249", + "description": "A stem cell that can differentiate into a cardiac myocyte.", + "meaning": "CL:0002249", + "title": "primitive cardiac myocyte" + }, + { + "text": "CL:0002675", + "description": "A S. pombe cell type determined by mat1-Pc and mat1-Pi on the mat1 locus.", + "meaning": "CL:0002675", + "title": "H plus" + }, + { + "text": "CL:0000025", + "description": "A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization.", + "meaning": "CL:0000025", + "title": "egg cell" + }, + { + "text": "CL:2000021", + "description": "Any native cell that is part of a sebaceous gland.", + "meaning": "CL:2000021", + "title": "sebaceous gland cell" + }, + { + "text": "CL:0002120", + "description": "An CD24-positive CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-positive, CD38-negative, and IgG-negative.", + "meaning": "CL:0002120", + "title": "CD24-positive CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:0008005", + "description": "A somatic muscle cell that is oblquely striated. Examples include the somatic muscles of nematodes.", + "meaning": "CL:0008005", + "title": "obliquely striated somatic muscle cell" + }, + { + "text": "CL:0002654", + "description": "An epithelial cell of stratum corneum of esophageal epithelium.", + "meaning": "CL:0002654", + "title": "epithelial cell of stratum corneum of esophageal epithelium" + }, + { + "text": "CL:0011018", + "description": "A group 3 innate lymphoid cell that express ROR gamma t and IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c, Gr-1), with the functional ability to interact with mesenchymal cells through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer cells are key to the development of lymph nodes and Peyer\u2019s patches.", + "meaning": "CL:0011018", + "title": "lymphoid tissue\u2013inducer cell" + }, + { + "text": "CL:0000660", + "description": "An extracellular matrix secreting cell that secretes glycocalyx.", + "meaning": "CL:0000660", + "title": "glycocalyx secreting cell" + }, + { + "text": "CL:0000763", + "description": "A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage.", + "meaning": "CL:0000763", + "title": "myeloid cell" + }, + { + "text": "CL:0002199", + "description": "An oncocyte located in the parathyroid gland.", + "meaning": "CL:0002199", + "title": "oxyphil cell of parathyroid gland" + }, + { + "text": "CL:0001018", + "description": "Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001018", + "title": "immature CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:0003009", + "description": "A mono-stratified retinal ganglion cell that has a medium dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S4 and S5.", + "meaning": "CL:0003009", + "title": "G6 retinal ganglion cell" + }, + { + "text": "CL:0000180", + "description": "A steroid hormone secreting cell that secretes estradiol.", + "meaning": "CL:0000180", + "title": "estradiol secreting cell" + }, + { + "text": "CL:0002308", + "description": "An epithelial cell of a skin gland.", + "meaning": "CL:0002308", + "title": "epithelial cell of skin gland" + }, + { + "text": "CL:0002543", + "description": "An endothelial cell that is part of the vein.", + "meaning": "CL:0002543", + "title": "vein endothelial cell" + }, + { + "text": "CL:0008032", + "description": "A GABAergic interneuron in human cortical layer 1 that has large rosehip-shaped axonal boutons and compact arborization.", + "meaning": "CL:0008032", + "title": "rosehip neuron" + }, + { + "text": "CL:1000442", + "description": "An urothelial cell that is part of the trigone of urinary bladder.", + "meaning": "CL:1000442", + "title": "urothelial cell of trigone of urinary bladder" + }, + { + "text": "CL:0002488", + "description": "A trophoblast cell that has a large volume of cytoplasm, is polyploid and is usually mononuclear but is also occasionally multi-nucleate. This cell type is important in establishing maternal physiology and remodeling of the vasculature of the placenta.", + "meaning": "CL:0002488", + "title": "trophoblast giant cell" + }, + { + "text": "CL:0000014", + "description": "A stem cell that is the precursor of gametes.", + "meaning": "CL:0000014", + "title": "germ line stem cell" + }, + { + "text": "CL:0004242", + "description": "An amacrine cell with a wide dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites of this cell type are straight and minimally branched.", + "meaning": "CL:0004242", + "title": "WF3-1 amacrine cell" + }, + { + "text": "CL:1000050", + "description": "Any glial cell that is part of some lateral line nerve.", + "meaning": "CL:1000050", + "title": "lateral line nerve glial cell" + }, + { + "text": "CL:1001572", + "description": "A vascular endothelial cell found in colon blood vessels.", + "meaning": "CL:1001572", + "title": "colon endothelial cell" + }, + { + "text": "CL:0000984", + "description": "A plasmablast that secretes IgA.", + "meaning": "CL:0000984", + "title": "IgA plasmablast" + }, + { + "text": "CL:0000104", + "description": "A neuron with three or more neurites, usually an axon and multiple dendrites.", + "meaning": "CL:0000104", + "title": "multipolar neuron" + }, + { + "text": "CL:1001285", + "description": "A cell that is part of some vasa recta descending limb.", + "meaning": "CL:1001285", + "title": "vasa recta descending limb cell" + }, + { + "text": "CL:1000419", + "description": "A myoepithelial cell that is part of the lactiferous duct.", + "meaning": "CL:1000419", + "title": "myoepithelial cell of lactiferous duct" + }, + { + "text": "CL:0000417", + "meaning": "CL:0000417", + "title": "endopolyploid cell" + }, + { + "text": "CL:0002146", + "description": "A sweat producing cell of eccrine sweat glands. Pyramidal in shape, with its base resting on the basal lamina or myoepitheliocytes, and its microvillus-covered apical plasma membrane line up the intercellular canaliculi. Cell is not stained by hematoxylin or eosin.", + "meaning": "CL:0002146", + "title": "clear cell of eccrine sweat gland" + }, + { + "text": "CL:0002122", + "description": "A B220-positive CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative.", + "meaning": "CL:0002122", + "title": "B220-positive CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000695", + "description": "A neuron of the human embryonic marginal zone which display, as a salient feature, radial ascending processes that contact the pial surface, and a horizontal axon plexus located in the deep marginal zone. One feature of these cells in mammals is that they express the Reelin gene.", + "meaning": "CL:0000695", + "title": "Cajal-Retzius cell" + }, + { + "text": "CL:0002070", + "description": "Bottle-shaped with narrow neck; broad, rounded basal portion where nucleus is located; stereocilia and a single kinocilium is present apically; receive nerve bouton at their base from an afferent cup-shaped (chalice or calyx) nerve ending.", + "meaning": "CL:0002070", + "title": "type I vestibular sensory cell" + }, + { + "text": "CL:4023083", + "description": "A GABAergic interneuron that selectively innervates the axon initial segment of pyramidal cells. Their local axonal clusters are formed by high-frequency branching at shallow angles, often ramifying around, above or below their somata with a high bouton density. The characteristic terminal portions of the axon form short vertical rows of boutons, resembling the candlesticks and candles of a chandelier. Chandelier cells can be multipolar or bitufted.", + "meaning": "CL:4023083", + "title": "chandelier cell" + }, + { + "text": "CL:1000366", + "description": "A transitional myocyte that is part of the middle internodal tract.", + "meaning": "CL:1000366", + "title": "transitional myocyte of middle internodal tract" + }, + { + "text": "CL:0003014", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a medium length secondary dendrite shaft.", + "meaning": "CL:0003014", + "title": "G11 retinal ganglion cell" + }, + { + "text": "CL:0002512", + "description": "A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-high.", + "meaning": "CL:0002512", + "title": "CD11b-high, CD103-negative, langerin-negative lymph node dendritic cell" + }, + { + "text": "CL:0002595", + "description": "A smooth muscle cell of the subclavian artery.", + "meaning": "CL:0002595", + "title": "smooth muscle cell of the subclavian artery" + }, + { + "text": "CL:0002078", + "description": "Epithelial cell derived from mesoderm or mesenchyme.", + "meaning": "CL:0002078", + "title": "meso-epithelial cell" + }, + { + "text": "CL:0002420", + "description": "A T cell that has not completed T cell selection.", + "meaning": "CL:0002420", + "title": "immature T cell" + }, + { + "text": "CL:0000503", + "description": "A flattened stroma cell forming a sheath or theca outside the basal lamina lining the mature ovarian follicle. Thecal interstitial or stromal cells are steroidogenic, and produce primarily androgens which serve as precusors of estrogens in the granulosa cells.", + "meaning": "CL:0000503", + "title": "theca cell" + }, + { + "text": "CL:0000908", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines.", + "meaning": "CL:0000908", + "title": "CD8-positive, alpha-beta cytokine secreting effector T cell" + }, + { + "text": "CL:0002664", + "description": "A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart.", + "meaning": "CL:0002664", + "title": "cardioblast" + }, + { + "text": "CL:4023057", + "description": "Any GABAergic interneuron that has its soma located in some cerebellar cortex.", + "meaning": "CL:4023057", + "title": "cerebellar inhibitory GABAergic interneuron" + }, + { + "text": "CL:0002532", + "description": "A myeloid dendritic cell found in the blood that is CD16-positive.", + "meaning": "CL:0002532", + "title": "CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0008001", + "description": "Any hematopoietic cell that is a precursor of some other hematopoietic cell type.", + "meaning": "CL:0008001", + "title": "hematopoietic precursor cell" + }, + { + "text": "CL:0000206", + "description": "A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood.", + "meaning": "CL:0000206", + "title": "chemoreceptor cell" + }, + { + "text": "CL:2000065", + "description": "Any microvascular endothelial cell that is part of a female urethra.", + "meaning": "CL:2000065", + "title": "ovarian microvascular endothelial cell" + }, + { + "text": "CL:0000957", + "description": "A large pre-B-II cell is a pre-B-II cell that is proliferating and is Rag1-negative and Rag2-negative.", + "meaning": "CL:0000957", + "title": "large pre-B-II cell" + }, + { + "text": "CL:0000986", + "description": "A fully differentiated plasma cell that secretes IgM.", + "meaning": "CL:0000986", + "title": "IgM plasma cell" + }, + { + "text": "CL:0000792", + "description": "A CD4-positive, CD25-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000792", + "title": "CD4-positive, CD25-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0002194", + "description": "A cell involved in the formation of a monocyte (monopoiesis).", + "meaning": "CL:0002194", + "title": "monopoietic cell" + }, + { + "text": "CL:0002496", + "description": "A T cell that is located in the intestinal epithelium and is capable of a mucosal immune response.", + "meaning": "CL:0002496", + "title": "intraepithelial lymphocyte" + }, + { + "text": "CL:0000600", + "description": "A fungal cell with two or more genetically distinct nuclei.", + "meaning": "CL:0000600", + "title": "heterokaryon" + }, + { + "text": "CL:0000355", + "description": "A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell.", + "meaning": "CL:0000355", + "title": "multi-potent skeletal muscle stem cell" + }, + { + "text": "CL:1000893", + "description": "Any kidney blood vessel cell that is part of some renal vein.", + "meaning": "CL:1000893", + "title": "kidney venous blood vessel cell" + }, + { + "text": "CL:0002044", + "description": "A basophil mast progenitor cell that is Beta-7 integrin-high, Kit-positive FcRgammaII/III-positive and Sca1-negative.", + "meaning": "CL:0002044", + "title": "Kit-positive, integrin beta7-high basophil mast progenitor cell" + }, + { + "text": "CL:0002246", + "description": "A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells).", + "meaning": "CL:0002246", + "title": "peripheral blood stem cell" + }, + { + "text": "CL:0009098", + "description": "A skeletal muscle fiber found at the fetal and neonatal stages. In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears shortly after birth and is replaced by expression of adult heavy chain myosins.", + "meaning": "CL:0009098", + "title": "fetal and neonatal skeletal muscle fiber" + }, + { + "text": "CL:1000720", + "description": "Any renal intercalated cell that is part of some papillary duct.", + "meaning": "CL:1000720", + "title": "kidney papillary duct intercalated cell" + }, + { + "text": "CL:0000975", + "description": "A fully differentiated plasma cell that lives for months.", + "meaning": "CL:0000975", + "title": "short lived plasma cell" + }, + { + "text": "CL:0000367", + "meaning": "CL:0000367", + "title": "sheath cell (sensu Nematoda)" + }, + { + "text": "CL:0009045", + "description": "A B cell found in the lymph node medullary sinus.", + "meaning": "CL:0009045", + "title": "B cell of medullary sinus of lymph node" + }, + { + "text": "CL:0002443", + "description": "A NK1.1-positive T cell that is Ly49Cl-positive.", + "meaning": "CL:0002443", + "title": "Ly49CI-positive natural killer cell, mouse" + }, + { + "text": "CL:0000446", + "description": "An epithelial cell of the parathyroid gland that is arranged in wide, irregular interconnecting columns; responsible for the synthesis and secretion of parathyroid hormone.", + "meaning": "CL:0000446", + "title": "chief cell of parathyroid gland" + }, + { + "text": "CL:0000561", + "description": "Interneuron of the vertebrate retina. They integrate, modulate, and interpose a temporal domain in the visual message presented to the retinal ganglion cells, with which they synapse in the inner plexiform layer. They lack large axons.", + "meaning": "CL:0000561", + "title": "amacrine cell" + }, + { + "text": "CL:0002143", + "description": "A chief cell that is smaller than light chief cells and has a smaller and darker nucleus and a finely granular cytoplasm with many granules.", + "meaning": "CL:0002143", + "title": "dark chief cell of parathyroid gland" + }, + { + "text": "CL:0000566", + "description": "A mesenchymal stem cell capable of developing into blood vessel endothelium.", + "meaning": "CL:0000566", + "title": "angioblastic mesenchymal cell" + }, + { + "text": "CL:0019021", + "description": "An endothelial cell found in the periportal region hepatic sinusoid, near the portal triad. The fenestrae of these cells are larger but fewer in number compared with those of endothelial cells near the centrilobular region of the hepatic sinusoid.", + "meaning": "CL:0019021", + "title": "endothelial cell of periportal hepatic sinusoid" + }, + { + "text": "CL:1001145", + "description": "Any kidney cortex vein cell that is part of some renal interlobular vein.", + "meaning": "CL:1001145", + "title": "interlobular vein cell" + }, + { + "text": "CL:0008012", + "description": "A skeletal muscle satellite cell that is mitotically quiescent. These cells are wedge shaped and have a large nuclear to cytoplasmic ratio with few organelles, a small nucleus and condensed interphase chromatin. Satellite cells typically remain in this state until activated following muscle damage.", + "meaning": "CL:0008012", + "title": "quiescent skeletal muscle satellite cell" + }, + { + "text": "CL:0000142", + "description": "A cell occurring in the peripheral part of the vitreous body of the eye that may be responsible for production of hyaluronic acid and collagen.", + "meaning": "CL:0000142", + "title": "hyalocyte" + }, + { + "text": "CL:2000017", + "description": "Any fibroblast that is part of a periodontal ligament.", + "meaning": "CL:2000017", + "title": "fibroblast of peridontal ligament" + }, + { + "text": "CL:0004115", + "description": "A monostratified retinal ganglion cell with small to medium soma and small to medium dendritic field.", + "meaning": "CL:0004115", + "title": "retinal ganglion cell B" + }, + { + "text": "CL:0000424", + "description": "A cell involved in the elimination of metabolic and foreign toxins, and in maintaining the ionic, acid-base and water balance of biological fluids.", + "meaning": "CL:0000424", + "title": "excretory cell" + }, + { + "text": "CL:0000568", + "description": "A cell that originates in the neural crest, that has certain cytochemical and ultrastructural characteristics and is found scattered throughout the body; types include melanocytes, the cells of the chromaffin system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, lungs, gastrointestinal tract, and pancreas. This cell type concentrates the amino acid precursors of certain amines and decarboxylate them, forming amines that function as regulators and neurotransmitters. This cell type produces substances such as epinephrine, norepinephrine, dopamine, serotonin, enkephalin, somatostatin, neurotensin, and substance P, the actions of which may affect contiguous cells, nearby groups of cells, or distant cells, thus functioning as local or systemic hormones. The name is an acronym for amine precursor uptake and decarboxylation cell.", + "meaning": "CL:0000568", + "title": "amine precursor uptake and decarboxylation cell" + }, + { + "text": "CL:0002642", + "description": "An epithelial cell of the esophageal cardiac gland that occurs both in the proximal and distal esophagus, within the lamina propia.", + "meaning": "CL:0002642", + "title": "epithelial cell of esophageal cardiac gland" + }, + { + "text": "CL:0002349", + "description": "A natural killer cell that is CD27-high and CD11b-low.", + "meaning": "CL:0002349", + "title": "CD27-high, CD11b-low natural killer cell, mouse" + }, + { + "text": "CL:0002522", + "description": "A renal filtration cell is a specialized cell of the renal system that filter fluids by charge, size or both.", + "meaning": "CL:0002522", + "title": "renal filtration cell" + }, + { + "text": "CL:0002501", + "description": "A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive intestinal polypeptide.", + "meaning": "CL:0002501", + "title": "type D1 enteroendocrine cell" + }, + { + "text": "CL:0000817", + "description": "A precursor B cell is a B cell with the phenotype CD10-positive.", + "meaning": "CL:0000817", + "title": "precursor B cell" + }, + { + "text": "CL:0000429", + "description": "A columnar epithelial cell that is part of an insect imaginal disc.", + "meaning": "CL:0000429", + "title": "imaginal disc cell" + }, + { + "text": "CL:1001431", + "description": "Any renal principal cell that is part of some collecting duct of renal tubule.", + "meaning": "CL:1001431", + "title": "kidney collecting duct principal cell" + }, + { + "text": "CL:0002567", + "description": "A melanocyte that appears lighter in color.", + "meaning": "CL:0002567", + "title": "light melanocyte" + }, + { + "text": "CL:0000853", + "description": "Olfactory epithelial support cell is a columnar cell that extends from the epithelial free margin to the basement membrane of the olfactory epithelium. This cell type has a large, vertically, elongate, euchromatic nucleus, along with other nuclei, forms a layer superficial to the cell body of the receptor cell; sends long somewhat irregular microvilli into the mucus layer; at the base, with expanded end-feet containing numerous lamellated dense bodies resembling lipofuscin of neurons.", + "meaning": "CL:0000853", + "title": "olfactory epithelial supporting cell" + }, + { + "text": "CL:0002217", + "description": "A trophoblast that leaves the placenta and invades the endometrium and myometrium. This cell type is crucial in increasing blood flow to the fetus.", + "meaning": "CL:0002217", + "title": "intermediate trophoblast cell" + }, + { + "text": "CL:4023062", + "description": "A neuron with its soma located in the dentate gyrus of the hippocampus.", + "meaning": "CL:4023062", + "title": "dentate gyrus neuron" + }, + { + "text": "CL:1000281", + "description": "A smooth muscle cell that is part of the cecum.", + "meaning": "CL:1000281", + "title": "smooth muscle cell of cecum" + }, + { + "text": "CL:0002368", + "description": "An endo-epithelial cell of the respiratory tract.", + "meaning": "CL:0002368", + "title": "respiratory epithelial cell" + }, + { + "text": "CL:0000749", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner half of the inner plexiform layer. These cells depolarize in response to light stimulation of their corresponding photoreceptors.", + "meaning": "CL:0000749", + "title": "ON-bipolar cell" + }, + { + "text": "CL:0002225", + "description": "A lens fiber cell that develops from primary lens fiber; located towards the center of lens; cell organelles are normally degraded or in the process of being degraded.", + "meaning": "CL:0002225", + "title": "secondary lens fiber" + }, + { + "text": "CL:4030062", + "description": "An intratelencephalic-projecting glutamatergic with a soma located in cortical layer 4/5.", + "meaning": "CL:4030062", + "title": "L4/5 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000334", + "meaning": "CL:0000334", + "title": "vegetative cell (sensu Fungi)" + }, + { + "text": "CL:2000006", + "description": "Any germinal center B cell that is part of a tonsil.", + "meaning": "CL:2000006", + "title": "tonsil germinal center B cell" + }, + { + "text": "CL:1000335", + "description": "An enterocyte that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000335", + "title": "enterocyte of epithelium of intestinal villus" + }, + { + "text": "CL:1000285", + "description": "A smooth muscle cell that is part of the sigmoid colon.", + "meaning": "CL:1000285", + "title": "smooth muscle cell of sigmoid colon" + }, + { + "text": "CL:0000043", + "description": "A fully differentiated basophil, a granular leukocyte with an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation.", + "meaning": "CL:0000043", + "title": "mature basophil" + }, + { + "text": "CL:4042005", + "description": "A choroid plexus macrophage that is part of a choroid plexus stroma.", + "meaning": "CL:4042005", + "title": "stromal choroid plexus macrophage" + }, + { + "text": "CL:0003034", + "description": "A monostratified retinal ganglion cell that has a small soma, an assymetric dendritic field with post synaptic terminals in sublaminar layer S3.", + "meaning": "CL:0003034", + "title": "M5 retinal ganglion cell" + }, + { + "text": "CL:1000849", + "description": "Any epithelial cell of distal tubule that is part of some distal convoluted tubule.", + "meaning": "CL:1000849", + "title": "kidney distal convoluted tubule epithelial cell" + }, + { + "text": "CL:0007008", + "description": "Notochordal cell that is inner portion of the notochord and becomes vacuolated as development proceeds.", + "meaning": "CL:0007008", + "title": "notochordal vacuole cell" + }, + { + "text": "CL:0000457", + "meaning": "CL:0000457", + "title": "biogenic amine secreting cell" + }, + { + "text": "CL:1000317", + "description": "A goblet cell that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000317", + "title": "intestinal villus goblet cell" + }, + { + "text": "CL:0000325", + "description": "A cell that is specialised to accumulate a particular substance(s).", + "meaning": "CL:0000325", + "title": "stuff accumulating cell" + }, + { + "text": "CL:0011031", + "description": "A dendritic cell that develops from a monocyte.", + "meaning": "CL:0011031", + "title": "monocyte-derived dendritic cell" + }, + { + "text": "CL:0010003", + "description": "An epithelial cell that is part_of a alveolus of lung.", + "meaning": "CL:0010003", + "title": "epithelial cell of alveolus of lung" + }, + { + "text": "CL:0002417", + "description": "An immature or mature cell of the first erythroid lineage to arise during embryonic development.", + "meaning": "CL:0002417", + "title": "primitive erythroid lineage cell" + }, + { + "text": "CL:0002584", + "description": "An epithelial cell of the kidney cortex.", + "meaning": "CL:0002584", + "title": "renal cortical epithelial cell" + }, + { + "text": "CL:1000487", + "description": "A smooth muscle cell that is part of the prostate gland.", + "meaning": "CL:1000487", + "title": "smooth muscle cell of prostate" + }, + { + "text": "CL:0000338", + "description": "A neural precursor of the central nervous system.", + "meaning": "CL:0000338", + "title": "neuroblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002183", + "description": "A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit.", + "meaning": "CL:0002183", + "title": "stem cell of gastric gland" + }, + { + "text": "CL:0000637", + "description": "A cell that stains readily in the anterior pituitary gland.", + "meaning": "CL:0000637", + "title": "chromophil cell of anterior pituitary gland" + }, + { + "text": "CL:0002549", + "description": "A fibroblast that is part of the choroid plexus.", + "meaning": "CL:0002549", + "title": "fibroblast of choroid plexus" + }, + { + "text": "CL:0002257", + "description": "An epithelial cell of thyroid gland.", + "meaning": "CL:0002257", + "title": "epithelial cell of thyroid gland" + }, + { + "text": "CL:1000296", + "description": "An epithelial cell that is part of the urethra.", + "meaning": "CL:1000296", + "title": "epithelial cell of urethra" + }, + { + "text": "CL:4030058", + "description": "A macrophage that expresses the T cell receptor complex at the cell surface.", + "meaning": "CL:4030058", + "title": "TCR-positive macrophage" + }, + { + "text": "CL:1000979", + "description": "Any smooth muscle cell that is part of some muscular coat of ureter.", + "meaning": "CL:1000979", + "title": "ureter smooth muscle cell" + }, + { + "text": "CL:0000939", + "description": "A mature natural killer cell that has the phenotype CD56-low, CD16-positive and which is capable of cytotoxicity and cytokine production.", + "meaning": "CL:0000939", + "title": "CD16-positive, CD56-dim natural killer cell, human" + }, + { + "text": "CL:0000032", + "description": "A cell of a platelike structure, especially a thickened plate of ectoderm in the early embryo, from which a sense organ develops.", + "meaning": "CL:0000032", + "title": "neuroplacodal cell" + }, + { + "text": "CL:0002150", + "description": "Epithelioid macrophage is an activated macrophage that resembles an epithelial cell with finely granular, pale eosinophilic cytoplasm and central, ovoid nucleus (oval or elongate). This cell type is able to merge into one another to form aggregates. The presence of such aggregates may characterize some pathologic conditions, mainly granulomatous inflammation.", + "meaning": "CL:0002150", + "title": "epithelioid macrophage" + }, + { + "text": "CL:0009006", + "description": "An enteroendocrine cell that is located in the small intestine.", + "meaning": "CL:0009006", + "title": "enteroendocrine cell of small intestine" + }, + { + "text": "CL:0000579", + "description": "A follicle cell that migrates from the anterior pole of the insect egg chamber to the anterior of the oocyte where they participate in the formation of the micropyle.", + "meaning": "CL:0000579", + "title": "border follicle cell" + }, + { + "text": "CL:0000217", + "meaning": "CL:0000217", + "title": "insulating cell" + }, + { + "text": "CL:0000916", + "description": "A mature gamma-delta T cell located in the epidermis that regulates wound healing.", + "meaning": "CL:0000916", + "title": "dendritic epidermal T cell" + }, + { + "text": "CL:0000406", + "meaning": "CL:0000406", + "title": "CNS short range interneuron" + }, + { + "text": "CL:1000405", + "description": "An epithelial cell that is part of the appendix.", + "meaning": "CL:1000405", + "title": "epithelial cell of appendix" + }, + { + "text": "CL:1000355", + "description": "A M cell that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000355", + "title": "microfold cell of epithelium proper of small intestine" + }, + { + "text": "CL:0000968", + "description": "A mature B cell that produces cytokines that can influence CD4 T cell differentiation.", + "meaning": "CL:0000968", + "title": "Be cell" + }, + { + "text": "CL:0002383", + "description": "A uninucleate spore formed on specialized cells or projections, sterigma, of a conidiophore head.", + "meaning": "CL:0002383", + "title": "conidium of conidiophore head" + }, + { + "text": "CL:4029002", + "description": "A gamete-nursing cell that derives from a germline cell (del Pino, 2021).", + "meaning": "CL:4029002", + "title": "germline-derived nurse cell" + }, + { + "text": "CL:4023088", + "description": "A basket cell that is large, and typically ascends to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers.", + "meaning": "CL:4023088", + "title": "large basket cell" + }, + { + "text": "CL:4033053", + "description": "A bistratfied retinal ganglion cell with a small dendritic field that has dendrites in the ON and OFF sublamina of the retinal inner plexiform layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar and amacrine input to both the OFF and ON dendritic tree.", + "meaning": "CL:4033053", + "title": "small bistratified retinal ganglion cell" + }, + { + "text": "CL:2000046", + "description": "Any cardiac muscle cell that is part of a cardiac ventricle.", + "meaning": "CL:2000046", + "title": "ventricular cardiac muscle cell" + }, + { + "text": "CL:4023072", + "description": "A cell that is part of the brain vasculature.", + "meaning": "CL:4023072", + "title": "brain vascular cell" + }, + { + "text": "CL:0002236", + "description": "A cell that constitutes the basal layer of epithelium in the prostatic duct.", + "meaning": "CL:0002236", + "title": "basal epithelial cell of prostatic duct" + }, + { + "text": "CL:0000519", + "description": "A phagocyte from organisms in the Nematoda or Protostomia clades.", + "meaning": "CL:0000519", + "title": "phagocyte (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002670", + "description": "An otic fibrocyte that underlies the stria vascularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002670", + "title": "type 1 otic fibrocyte" + }, + { + "text": "CL:1000480", + "description": "A transitional myocyte that is part of the internodal tract.", + "meaning": "CL:1000480", + "title": "transitional myocyte of internodal tract" + }, + { + "text": "CL:1000308", + "description": "A fibrocyte that is part of the adventitia of ureter.", + "meaning": "CL:1000308", + "title": "fibrocyte of adventitia of ureter" + }, + { + "text": "CL:0000308", + "meaning": "CL:0000308", + "title": "metal ion accumulating cell" + }, + { + "text": "CL:0000422", + "description": "A cell whose primary function is to cause growth by stimulating cell division in its immediate cellular environment.", + "meaning": "CL:0000422", + "title": "mitogenic signaling cell" + }, + { + "text": "CL:4006000", + "description": "A fibroblast that is part of the breast.", + "meaning": "CL:4006000", + "title": "fibroblast of breast" + }, + { + "text": "CL:0000182", + "description": "The main structural component of the liver. They are specialized epithelial cells that are organized into interconnected plates called lobules. Majority of cell population of liver, polygonal in shape, arranged in plates or trabeculae between sinusoids; may have single nucleus or binucleated.", + "meaning": "CL:0000182", + "title": "hepatocyte" + }, + { + "text": "CL:0002095", + "description": "A cell in the hilum of the ovary that produces androgens.", + "meaning": "CL:0002095", + "title": "hilus cell of ovary" + }, + { + "text": "CL:0002398", + "description": "An intermediate monocyte that is Gr1-positive, CD43-positive.", + "meaning": "CL:0002398", + "title": "Gr1-positive, CD43-positive monocyte" + }, + { + "text": "CL:0000335", + "description": "A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors.", + "meaning": "CL:0000335", + "title": "mesenchyme condensation cell" + }, + { + "text": "CL:1000482", + "description": "A myocardial endocrine cell that is part of the interventricular septum.", + "meaning": "CL:1000482", + "title": "myocardial endocrine cell of interventricular septum" + }, + { + "text": "CL:0019031", + "description": "Goblet cells reside throughout the length of the small and large intestine and are responsible for the production and maintenance of the protective mucus blanket by synthesizing and secreting high-molecular-weight glycoproteins known as mucins. Human intestinal goblet cells secrete the MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, AGR2, ZG16, and TFF3.", + "meaning": "CL:0019031", + "title": "intestine goblet cell" + }, + { + "text": "CL:0002030", + "description": "A lineage negative, Sca1-negative basophil progenitor cell that is Fc epsilon RIalpha-high.", + "meaning": "CL:0002030", + "title": "Fc-epsilon RIalpha-high basophil progenitor cell" + }, + { + "text": "CL:0002582", + "description": "A preadipocyte that is part of visceral tissue.", + "meaning": "CL:0002582", + "title": "visceral preadipocyte" + }, + { + "text": "CL:0002440", + "description": "A NK1.1-positive T cell that is Ly49D-positive.", + "meaning": "CL:0002440", + "title": "Ly49D-positive natural killer cell, mouse" + }, + { + "text": "CL:1001509", + "description": "The neurons that utilize glycine as a neurotransmitter.", + "meaning": "CL:1001509", + "title": "glycinergic neuron" + }, + { + "text": "CL:0002428", + "description": "A double-positive thymocyte that is large (i.e. has a high forward scatter signal in flow cytometry) and is actively proliferating.", + "meaning": "CL:0002428", + "title": "double-positive blast" + }, + { + "text": "CL:0002453", + "description": "A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons.", + "meaning": "CL:0002453", + "title": "oligodendrocyte precursor cell" + }, + { + "text": "CL:0000488", + "description": "A photoreceptor cell that detects visible light.", + "meaning": "CL:0000488", + "title": "visible light photoreceptor cell" + }, + { + "text": "CL:1000090", + "description": "Any epithelial cell that is part of some pronephric nephron tubule.", + "meaning": "CL:1000090", + "title": "pronephric nephron tubule epithelial cell" + }, + { + "text": "CL:0004126", + "description": "A retinal ganglion cell C outer that has symmetrical and dense dendritic dendritic tree with a large dendritic field.", + "meaning": "CL:0004126", + "title": "retinal ganglion cell C2 outer" + }, + { + "text": "CL:0002159", + "description": "Epithelial cells derived from general body ectoderm and ectoderm placodes.", + "meaning": "CL:0002159", + "title": "general ecto-epithelial cell" + }, + { + "text": "CL:0000096", + "description": "A fully differentiated neutrophil, a granular leukocyte having a nucleus with three to five lobes connected by slender threads, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes. They are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, CD43-positive, CD181-positive, and CD182-positive.", + "meaning": "CL:0000096", + "title": "mature neutrophil" + }, + { + "text": "CL:0000872", + "description": "A splenic macrophage found in the marginal zone of the spleen, involved in recognition and clearance of particulate material from the splenic circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, SIGN-R1-positive, and Dectin2-positive.", + "meaning": "CL:0000872", + "title": "splenic marginal zone macrophage" + }, + { + "text": "CL:0002201", + "description": "A renal intercalated cell that secretes base and reabsorbs acid in the distal segments of the kidney tubule to maintain acid/base balance.", + "meaning": "CL:0002201", + "title": "renal beta-intercalated cell" + }, + { + "text": "CL:0000244", + "description": "A cell characteristically found lining hollow organs that are subject to great mechanical change due to contraction and distention; originally thought to represent a transition between stratified squamous and columnar epithelium.", + "meaning": "CL:0000244", + "title": "transitional epithelial cell" + }, + { + "text": "CL:4033002", + "description": "A(n) neuroendocrine cell that is part of a(n) epithelium of crypt of Lieberkuhn.", + "meaning": "CL:4033002", + "title": "neuroendocrine cell of epithelium of crypt of Lieberkuhn" + }, + { + "text": "CL:1000606", + "description": "Any neuron that has its soma located in some kidney.", + "meaning": "CL:1000606", + "title": "kidney nerve cell" + }, + { + "text": "CL:4033059", + "description": "A lactocyte that highly expresses genes associated with transcription, immune cell function, and cellular stress. A lactocyte type 1 also expresses genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit at lower levels than a lactocyte type 2.", + "meaning": "CL:4033059", + "title": "lactocyte type 1" + }, + { + "text": "CL:0003039", + "description": "A monostratified retinal ganglion cell with large soma and medium dendritic field, with dense dendritic arbor.", + "meaning": "CL:0003039", + "title": "M8 retinal ganglion cell" + }, + { + "text": "CL:0000871", + "description": "A secondary lymphoid organ macrophage found in the spleen.", + "meaning": "CL:0000871", + "title": "splenic macrophage" + }, + { + "text": "CL:0000353", + "description": "An undifferentiated cell produced by early cleavages of the fertilized egg (zygote).", + "meaning": "CL:0000353", + "title": "blastoderm cell" + }, + { + "text": "CL:0002074", + "description": "The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides).", + "meaning": "CL:0002074", + "title": "myocardial endocrine cell" + }, + { + "text": "CL:0002614", + "description": "A neuron of the substantia nigra.", + "meaning": "CL:0002614", + "title": "neuron of the substantia nigra" + }, + { + "text": "CL:0000716", + "description": "A crystal cell that derives from the larval lymph gland.", + "meaning": "CL:0000716", + "title": "lymph gland crystal cell" + }, + { + "text": "CL:0012001", + "description": "A CNS neuron of the forebrain.", + "meaning": "CL:0012001", + "title": "neuron of the forebrain" + }, + { + "text": "CL:0002266", + "description": "A type D cell of the small intestine.", + "meaning": "CL:0002266", + "title": "type D cell of small intestine" + }, + { + "text": "CL:0000126", + "description": "A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together.", + "meaning": "CL:0000126", + "title": "macroglial cell" + }, + { + "text": "CL:0002652", + "description": "A venule endothelial cell that is cubodial, expresses leukocyte-specific receptors, and allows for passage of lymphocytes into bloodstream.", + "meaning": "CL:0002652", + "title": "endothelial cell of high endothelial venule" + }, + { + "text": "CL:0000547", + "description": "An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000547", + "title": "proerythroblast" + }, + { + "text": "CL:0000737", + "description": "Muscle cell which has as its direct parts myofilaments organized into sarcomeres.", + "meaning": "CL:0000737", + "title": "striated muscle cell" + }, + { + "text": "CL:4023042", + "description": "A corticothalamic-projecting neuron with a soma found in cortical layer 6.", + "meaning": "CL:4023042", + "title": "L6 corticothalamic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:1001127", + "description": "Any vasa recta cell that is part of some outer renal medulla vasa recta.", + "meaning": "CL:1001127", + "title": "outer renal medulla vasa recta cell" + }, + { + "text": "CL:0008013", + "description": "A visceromotor motor neuron whose soma is located in the hindbrain, and which synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles of the head.", + "meaning": "CL:0008013", + "title": "cranial visceromotor neuron" + }, + { + "text": "CL:0002578", + "description": "A preadipocyte found in mesenteric tissue.", + "meaning": "CL:0002578", + "title": "mesenteric preadipocyte" + }, + { + "text": "CL:0009086", + "description": "An endothelial cell that is part of a respiratory system lymphatic vessel.", + "meaning": "CL:0009086", + "title": "endothelial cell of respiratory system lymphatic vessel" + }, + { + "text": "CL:0000177", + "description": "Any secretory cell that is capable of some testosterone secretion.", + "meaning": "CL:0000177", + "title": "testosterone secreting cell" + }, + { + "text": "CL:0002643", + "description": "An epithelial cell of stratum corneum of esophageal epithelium that lacks keratin.", + "meaning": "CL:0002643", + "title": "nonkeratinized cell of stratum corneum of esophageal epithelium" + }, + { + "text": "CL:0002022", + "description": "An enucleate erythrocyte that is Lyg-76-high.", + "meaning": "CL:0002022", + "title": "Ly-76 high positive erythrocyte" + }, + { + "text": "CL:0002632", + "description": "Any epithelial cell that is part of some lower respiratory tract epithelium.", + "meaning": "CL:0002632", + "title": "epithelial cell of lower respiratory tract" + }, + { + "text": "CL:0000055", + "description": "A precursor cell with a limited number of potential fates.", + "meaning": "CL:0000055", + "title": "non-terminally differentiated cell" + }, + { + "text": "CL:0002535", + "description": "An epithelial cell of the cervix.", + "meaning": "CL:0002535", + "title": "epithelial cell of cervix" + }, + { + "text": "CL:2000091", + "description": "Any microvascular endothelial cell that is part of a endometrial blood vessel.", + "meaning": "CL:2000091", + "title": "endometrial microvascular endothelial cell" + }, + { + "text": "CL:0000251", + "meaning": "CL:0000251", + "title": "extramedullary cell" + }, + { + "text": "CL:0001016", + "description": "Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001016", + "title": "immature CD1a-positive Langerhans cell" + }, + { + "text": "CL:1001587", + "description": "Glandular cell of uterine cervix epithelium.", + "meaning": "CL:1001587", + "title": "uterine cervix glandular cell" + }, + { + "text": "CL:0002162", + "description": "An extremely flattened cell type found on the inner side of the tympanic membrane. The surface of this cell type carries sparse pleomorphic microvilli that are more common near the junctional zones.", + "meaning": "CL:0002162", + "title": "internal epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002576", + "description": "A glial cell that is part of the perineurium. This cell type has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments of external lamina and/or external lamina-like material, attachment plaques, and desmosome-like junctions. Perineurial cells historically have been referred to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial cell: does not have a compact nucleus and large endoplasmic reticulum; does have a double basement membrane opposed to a single basal lamina; is carefully joined to other perineurial cells by tight junctions into a single sheet as opposed to arranged in a large mass; and finally, can surround a small axon bundle at a nerve terminal whereas a fibroblast cannot.", + "meaning": "CL:0002576", + "title": "perineurial cell" + }, + { + "text": "CL:0000624", + "description": "A mature alpha-beta T cell that expresses an alpha-beta T cell receptor and the CD4 coreceptor.", + "meaning": "CL:0000624", + "title": "CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000523", + "description": "A cell from the inner layer of the trophoblast of the early mammalian embryo that gives rise to the outer surface and villi of the chorion. Mononuclear crytoblasts fuse to give rise to a multinuclear cytotrophoblast.", + "meaning": "CL:0000523", + "title": "mononuclear cytotrophoblast cell" + }, + { + "text": "CL:0002151", + "description": "A promyelocyte that is considerably smaller, with more condensed chromatin, and nucleoli are no longer conspicuous.", + "meaning": "CL:0002151", + "title": "late promyelocyte" + }, + { + "text": "CL:4023090", + "description": "A basket cell with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer.", + "meaning": "CL:4023090", + "title": "small basket cell" + }, + { + "text": "CL:4023032", + "meaning": "CL:4023032", + "title": "ON retinal ganglion cell" + }, + { + "text": "CL:1000353", + "description": "A M cell that is part of the epithelium of small intestine.", + "meaning": "CL:1000353", + "title": "microfold cell of epithelium of small intestine" + }, + { + "text": "CL:0000256", + "meaning": "CL:0000256", + "title": "uric acid accumulating cell" + }, + { + "text": "CL:0010004", + "description": "A mononuclear cell that is part_of a bone marrow.", + "meaning": "CL:0010004", + "title": "mononuclear cell of bone marrow" + }, + { + "text": "CL:0003031", + "description": "A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003031", + "title": "M3-ON retinal ganglion cell" + }, + { + "text": "CL:2000032", + "description": "A neuron that is part of a peripheral nervous system.", + "meaning": "CL:2000032", + "title": "peripheral nervous system neuron" + }, + { + "text": "CL:0000428", + "meaning": "CL:0000428", + "title": "yolk cell" + }, + { + "text": "CL:0005000", + "description": "A CNS interneuron located in the spinal cord.", + "meaning": "CL:0005000", + "title": "spinal cord interneuron" + }, + { + "text": "CL:0000836", + "description": "A precursor in the granulocytic series, being a cell intermediate in development between a myeloblast and myelocyte, that has distinct nucleoli, a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma Fc region receptor III-negative, and CD24-negative.", + "meaning": "CL:0000836", + "title": "promyelocyte" + }, + { + "text": "CL:1001106", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb. It is known in some mammalian species that this cell may express the Na+-K+-2Cl\u2212\u00a0cotransporter (NKCC2) apically.", + "meaning": "CL:1001106", + "title": "kidney loop of Henle thick ascending limb epithelial cell" + }, + { + "text": "CL:0000467", + "description": "A peptide hormone secreting cell that produces adrenocorticotropin, or corticotropin.", + "meaning": "CL:0000467", + "title": "adrenocorticotropic hormone secreting cell" + }, + { + "text": "CL:0000431", + "description": "A pigment cell derived from the neural crest. The cell contains flat light-reflecting platelets, probably of guanine, in stacks called reflecting platelets or iridisomes. The color-generating components produce a silver, gold, or iridescent color.", + "meaning": "CL:0000431", + "title": "iridophore" + }, + { + "text": "CL:0002390", + "description": "A blastoconidium that has only one nucleus.", + "meaning": "CL:0002390", + "title": "uninucleate blastconidium" + }, + { + "text": "CL:4033035", + "description": "An ON bipolar cell that has large dendritic and axonal fields.", + "meaning": "CL:4033035", + "title": "giant bipolar cell" + }, + { + "text": "CL:0000614", + "description": "A basophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and basophil-specific granules has started. No nucleolus is present. Markers are being integrin alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, aminopeptidase N-positive.", + "meaning": "CL:0000614", + "title": "basophilic myelocyte" + }, + { + "text": "CL:0000080", + "description": "A cell which moves among different tissues of the body, via blood, lymph, or other medium.", + "meaning": "CL:0000080", + "title": "circulating cell" + }, + { + "text": "CL:0002439", + "description": "A NK1.1-positive T cell that is NKGA2-positive.", + "meaning": "CL:0002439", + "title": "NKGA2-positive natural killer cell, mouse" + }, + { + "text": "CL:4033003", + "description": "A(n) myoepithelial cell that is part of a(n) bronchus submucosal gland.", + "meaning": "CL:4033003", + "title": "myoepithelial cell of bronchus submucosal gland" + }, + { + "text": "CL:0000512", + "description": "A paracrine cell is a secretory cell that secretes an agonist into intercellular spaces in which it diffuses to a target cell other than that which produced it.", + "meaning": "CL:0000512", + "title": "paracrine cell" + }, + { + "text": "CL:0009029", + "description": "A mesothelial cell that is located in a vermiform appendix.", + "meaning": "CL:0009029", + "title": "mesothelial cell of appendix" + }, + { + "text": "CL:0000478", + "description": "A peptide hormone secreting cell that secretes oxytocin stimulating hormone", + "meaning": "CL:0000478", + "title": "oxytocin stimulating hormone secreting cell" + }, + { + "text": "CL:0004001", + "description": "An interneuron whose axon stays entirely within the gray matter region where the cell body resides.", + "meaning": "CL:0004001", + "title": "local interneuron" + }, + { + "text": "CL:0000797", + "description": "A mature alpha-beta T cell of the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.", + "meaning": "CL:0000797", + "title": "alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0005021", + "description": "Mesenchymal derived lymphatic progenitor cells that give rise to the superficial lymphatics.", + "meaning": "CL:0005021", + "title": "mesenchymal lymphangioblast" + }, + { + "text": "CL:1000338", + "description": "An enterocyte that is part of the epithelium of crypt of Lieberkuhn of small intestine.", + "meaning": "CL:1000338", + "title": "enterocyte of epithelium of crypt of Lieberkuhn of small intestine" + }, + { + "text": "CL:0000746", + "description": "Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei.", + "meaning": "CL:0000746", + "title": "cardiac muscle cell" + }, + { + "text": "CL:0000958", + "description": "A transitional stage B cell that migrates from the bone marrow into the peripheral circulation, and finally to the spleen. This cell type has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, CD23-negative, and CD62L-negative, and CD93-positive. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-negative.", + "meaning": "CL:0000958", + "title": "T1 B cell" + }, + { + "text": "CL:0002433", + "description": "A CD4-positive, CD8-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.", + "meaning": "CL:0002433", + "title": "CD69-positive, CD4-positive single-positive thymocyte" + }, + { + "text": "CL:0000890", + "description": "An elicited macrophage characterized by low production of pro-inflammatory and Th1 polarizing cytokines and high expression of arginase-1, and associated with tissue remodelling.", + "meaning": "CL:0000890", + "title": "alternatively activated macrophage" + }, + { + "text": "CL:0000169", + "description": "A cell that secretes insulin and is located towards the center of the islets of Langerhans.", + "meaning": "CL:0000169", + "title": "type B pancreatic cell" + }, + { + "text": "CL:4023063", + "description": "An interneuron that is derived from the medial ganglionic eminence.", + "meaning": "CL:4023063", + "title": "medial ganglionic eminence derived interneuron" + }, + { + "text": "CL:0001003", + "description": "Mature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001003", + "title": "mature CD8_alpha-negative CD11b-positive dendritic cell" + }, + { + "text": "CL:4033046", + "description": "A midget ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from invaginating midget bipolar cells.", + "meaning": "CL:4033046", + "title": "ON midget ganglion cell" + }, + { + "text": "CL:0008019", + "description": "A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration.", + "meaning": "CL:0008019", + "title": "mesenchymal cell" + }, + { + "text": "CL:0002275", + "description": "A PP cell located in the islets of the pancreas.", + "meaning": "CL:0002275", + "title": "pancreatic PP cell" + }, + { + "text": "CL:0002548", + "description": "A fibroblast that is part of the heart.", + "meaning": "CL:0002548", + "title": "fibroblast of cardiac tissue" + }, + { + "text": "CL:0000732", + "meaning": "CL:0000732", + "title": "amoeboid cell" + }, + { + "text": "CL:4023164", + "description": "A bushy cell that receives a large number of medium-sized synapses, called modified endbulbs. Globular bushy cells extend to the superior olive on both sides of the brainstem where they give input to the bipolar neurons.", + "meaning": "CL:4023164", + "title": "globular bushy cell" + }, + { + "text": "CL:0004221", + "description": "A flag amacrine cell with post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004221", + "title": "flag A amacrine cell" + }, + { + "text": "CL:4033028", + "description": "An OFF diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells. This cell contains a large number of synaptic ribbons and a small axon arbor area.", + "meaning": "CL:4033028", + "title": "diffuse bipolar 2 cell" + }, + { + "text": "CL:4030054", + "description": "A DRD1-expressing medium spiny neuron that is part of dense, RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and near the adjacent septal nuclei.", + "meaning": "CL:4030054", + "title": "RXFP1-positive interface island D1-medium spiny neuron" + }, + { + "text": "CL:0002322", + "description": "A stem cell of embryonic origin.", + "meaning": "CL:0002322", + "title": "embryonic stem cell" + }, + { + "text": "CL:0000451", + "description": "A cell of hematopoietic origin, typically resident in particular tissues, specialized in the uptake, processing, and transport of antigens to lymph nodes for the purpose of stimulating an immune response via T cell activation. These cells are lineage negative (CD3-negative, CD19-negative, CD34-negative, and CD56-negative).", + "meaning": "CL:0000451", + "title": "dendritic cell" + }, + { + "text": "CL:4023016", + "description": "A GABAergic neuron located in the cerebral cortex that expresses vasoactive intestinal polypeptide", + "meaning": "CL:4023016", + "title": "vip GABAergic cortical interneuron" + }, + { + "text": "CL:0009073", + "description": "A thymic medullary epithelial cell considered to be a post-AIRE cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs within Hassall's Corpuscles.", + "meaning": "CL:0009073", + "title": "medullary thymic epithelial cell type 3" + }, + { + "text": "CL:1000282", + "description": "A smooth muscle cell that is part of the ascending colon.", + "meaning": "CL:1000282", + "title": "smooth muscle fiber of ascending colon" + }, + { + "text": "CL:1000315", + "description": "A goblet cell that is part of the epithelium of principal gastric gland.", + "meaning": "CL:1000315", + "title": "principal gastric gland goblet cell" + }, + { + "text": "CL:0000536", + "description": "A secondary neuron (sensu Teleostei) that has a motor function.", + "meaning": "CL:0000536", + "title": "secondary motor neuron (sensu Teleostei)" + }, + { + "text": "CL:0011024", + "description": "A double negative thymocyte that is CD3-positive, CD4-negative, CD8-negative, that that are present in the periphery in very low numbers and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, but not IL-2, IL-4, IL-10 or IL-13 upon activation.", + "meaning": "CL:0011024", + "title": "double negative T regulatory cell" + }, + { + "text": "CL:0002148", + "description": "A cell found within the dental pulp.", + "meaning": "CL:0002148", + "title": "dental pulp cell" + }, + { + "text": "CL:0000530", + "description": "A neuron that develops during the early segmentation stages in teleosts, before the neural tube is formed.", + "meaning": "CL:0000530", + "title": "primary neuron (sensu Teleostei)" + }, + { + "text": "CL:0000439", + "description": "A peptide hormone cell that secretes prolactin.", + "meaning": "CL:0000439", + "title": "prolactin secreting cell" + }, + { + "text": "CL:0002409", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain that does not contain the Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.", + "meaning": "CL:0002409", + "title": "mature Vgamma2-negative thymocyte" + }, + { + "text": "CL:1001210", + "description": "Any vasa recta ascending limb cell that is part of some outer medulla vasa recta ascending limb.", + "meaning": "CL:1001210", + "title": "outer medulla vasa recta ascending limb cell" + }, + { + "text": "CL:0002221", + "description": "A squamous cell that has keratin in the esophagus.", + "meaning": "CL:0002221", + "title": "keratinized squamous cell of esophagus" + }, + { + "text": "CL:0003020", + "description": "A retinal ganglion cell C that has post-synaptic terminals in S2.", + "meaning": "CL:0003020", + "title": "retinal ganglion cell C outer" + }, + { + "text": "CL:1000489", + "description": "A reticular cell that is part of the splenic cord.", + "meaning": "CL:1000489", + "title": "reticular cell of splenic cord" + }, + { + "text": "CL:0000376", + "meaning": "CL:0000376", + "title": "humidity receptor cell" + }, + { + "text": "CL:0009000", + "description": "A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord.", + "meaning": "CL:0009000", + "title": "sensory neuron of spinal nerve" + }, + { + "text": "CL:0000757", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is restricted to sublamina 3 of the inner plexiform layer. It is narrowly stratified and branched. The dendritic tree has many delicate branches.", + "meaning": "CL:0000757", + "title": "type 5 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002012", + "description": "A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive.", + "meaning": "CL:0002012", + "title": "Kit-low proerythroblast" + }, + { + "text": "CL:0000794", + "description": "A CD8-positive, alpha-beta T cell that is capable of killing target cells in an antigen specific manner with the phenotype perforin-positive and granzyme B-positive.", + "meaning": "CL:0000794", + "title": "CD8-positive, alpha-beta cytotoxic T cell" + }, + { + "text": "CL:0000223", + "description": "A cell of the inner of the three germ layers of the embryo.", + "meaning": "CL:0000223", + "title": "endodermal cell" + }, + { + "text": "CL:0000134", + "description": "A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs.", + "meaning": "CL:0000134", + "title": "mesenchymal stem cell" + }, + { + "text": "CL:1000307", + "description": "A fibroblast that is part of the dense regular elastic tissue.", + "meaning": "CL:1000307", + "title": "fibroblast of dense regular elastic tissue" + }, + { + "text": "CL:0000971", + "description": "An IgM memory B cell is an unswitched memory B cell with the phenotype IgM-positive and IgD-negative.", + "meaning": "CL:0000971", + "title": "IgM memory B cell" + }, + { + "text": "CL:0011009", + "description": "A plasmatocyte derived from the embryonic head mesoderm.", + "meaning": "CL:0011009", + "title": "embryonic plasmatocyte" + }, + { + "text": "CL:0000462", + "description": "A cell of mesodermal origin that is closely associated with the epithelium of an imaginal disc. It is a precursor of some of the insect's adult muscles.", + "meaning": "CL:0000462", + "title": "adepithelial cell" + }, + { + "text": "CL:0001065", + "description": "A lymphocyte that lacks characteristic T cell, B cell, myeloid cell, and dendritic cell markers, that functions as part of the innate immune response to produce cytokines and other effector responses.", + "meaning": "CL:0001065", + "title": "innate lymphoid cell" + }, + { + "text": "CL:0000997", + "description": "Immature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0000997", + "title": "immature CD8_alpha-negative CD11b-positive dendritic cell" + }, + { + "text": "CL:0003028", + "description": "A monostratified retinal ganglion cell that has a small dendrite field with a dense dendrite arbor with post synaptic terminals in sublaminer layer S4.", + "meaning": "CL:0003028", + "title": "M1 retinal ganglion cell" + }, + { + "text": "CL:0000854", + "description": "Interneuromast cell is a neuroectodermal cell deposited by the migrating lateral line primordium between the neuromasts. Interneuromast cells proliferate and migrate to form additional neuromasts.", + "meaning": "CL:0000854", + "title": "interneuromast cell" + }, + { + "text": "CL:0002333", + "description": "An adipocyte derived from a neural crest cell.", + "meaning": "CL:0002333", + "title": "neural crest derived adipocyte" + }, + { + "text": "CL:0002616", + "description": "An adipocyte of perirenal fat tissue.", + "meaning": "CL:0002616", + "title": "perirenal adipocyte" + }, + { + "text": "CL:0007012", + "description": "Odontoblast that non-terminally differentiated, located in the odontogenic papilla and dentine tissue, and transforms from a odontoblast cell.", + "meaning": "CL:0007012", + "title": "non-terminally differentiated odontoblast" + }, + { + "text": "CL:1000083", + "meaning": "CL:1000083", + "title": "stratified keratinized epithelial stem cell" + }, + { + "text": "CL:0002415", + "description": "A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive.", + "meaning": "CL:0002415", + "title": "immature Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:2000062", + "description": "Any capillary endothelial cell that is part of a placenta.", + "meaning": "CL:2000062", + "title": "placental villus capillary endothelial cell" + }, + { + "text": "CL:1001221", + "description": "Any smooth muscle cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001221", + "title": "arcuate vein smooth muscle cell" + }, + { + "text": "CL:4030053", + "description": "A DRD1-expressing, medium spiny neuron-like granule cell that is part of an Island of Calleja.", + "meaning": "CL:4030053", + "title": "Island of Calleja granule cell" + }, + { + "text": "CL:0001027", + "description": "CD7-negative lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-negative and CD45RA-negative.", + "meaning": "CL:0001027", + "title": "CD7-negative lymphoid progenitor cell" + }, + { + "text": "CL:4030055", + "description": "A urothelial cell that is part of the regenerative layer(s) of cells directly superficial to basal cells in urothelium. The layer of intermediate cells in the urothelium ranges from one to several layers thick depending on the species with intermediate cells attached to adjacent cell layers and one another via desmosomes.", + "meaning": "CL:4030055", + "title": "intermediate cell of urothelium" + }, + { + "text": "CL:2000060", + "description": "A trophoblast of placental villi. These cells fuse to form synctial trophoplast - the placental side of the interface between the placenta and maternal blood sinusoids in the decidua.", + "meaning": "CL:2000060", + "title": "placental villous trophoblast" + }, + { + "text": "CL:1000682", + "description": "A cell that is part of an interstitum of a renal medulla.", + "meaning": "CL:1000682", + "title": "kidney medulla interstitial cell" + }, + { + "text": "CL:1000291", + "description": "A muscle cell that is part of the posterior internodal tract.", + "meaning": "CL:1000291", + "title": "myocyte of posterior internodal tract" + }, + { + "text": "CL:0009108", + "description": "A lymphatic endothelial cell located in the subcapsular sinus floor of a lymph node. In human, it's characterized by a unique marker expression (TNFRSF9+).", + "meaning": "CL:0009108", + "title": "lymphatic endothelial cell of subcapsular sinus floor" + }, + { + "text": "CL:1000301", + "description": "A fibroblast that is part of the subepithelial connective tissue of prostatic gland.", + "meaning": "CL:1000301", + "title": "fibroblast of subepithelial connective tissue of prostatic gland" + }, + { + "text": "CL:0009065", + "description": "An intestinal tuft cell that is located in the anorectum.", + "meaning": "CL:0009065", + "title": "tuft cell of anorectum" + }, + { + "text": "CL:0000681", + "description": "A cell present in the developing CNS. Functions as both a precursor cell and as a scaffold to support neuronal migration.", + "meaning": "CL:0000681", + "title": "radial glial cell" + }, + { + "text": "CL:0002593", + "description": "A smooth muscle of the internal thoracic artery.", + "meaning": "CL:0002593", + "title": "smooth muscle cell of the internal thoracic artery" + }, + { + "text": "CL:4023112", + "description": "An afferent neuron of the vestibular system that innervate the base of the hair cell and increase or decrease their neural firing rate as the receptor cell is excited or inhibited.", + "meaning": "CL:4023112", + "title": "vestibular afferent neuron" + }, + { + "text": "CL:0002023", + "description": "A megakaroycotye progenitor cell that is CD34-positive, CD41-positive and CD42-positive on the cell surface.", + "meaning": "CL:0002023", + "title": "CD34-positive, CD41-positive, CD42-positive megakaryocyte progenitor cell" + }, + { + "text": "CL:0000458", + "description": "A cell type that secretes 5-Hydroxytryptamine (serotonin).", + "meaning": "CL:0000458", + "title": "serotonin secreting cell" + }, + { + "text": "CL:0002029", + "description": "A lineage-negative, Kit-positive, CD45-positive mast cell progenitor that is Fc-epsilon RIalpha-low.", + "meaning": "CL:0002029", + "title": "Fc-epsilon RIalpha-low mast cell progenitor" + }, + { + "text": "CL:0000178", + "description": "A Leydig cell is a testosterone-secreting cell in the interstitial area, between the seminiferous tubules, in the testis.", + "meaning": "CL:0000178", + "title": "Leydig cell" + }, + { + "text": "CL:1000804", + "description": "A kidney cell that is part of an interstitial compartment of an outer renal medulla.", + "meaning": "CL:1000804", + "title": "kidney outer medulla interstitial cell" + }, + { + "text": "CL:0000384", + "meaning": "CL:0000384", + "title": "ligament cell" + }, + { + "text": "CL:1000497", + "description": "A cell that is part of a kidney.", + "meaning": "CL:1000497", + "title": "kidney cell" + }, + { + "text": "CL:0000949", + "description": "A plasmablast that secretes IgD, and which occur in a small proportion of B cells in the adult.", + "meaning": "CL:0000949", + "title": "IgD plasmablast" + }, + { + "text": "CL:0011019", + "description": "A mesothelial cell that is part of the epicardium.", + "meaning": "CL:0011019", + "title": "mesothelial cell of epicardium" + }, + { + "text": "CL:0000469", + "description": "A neural progenitor cell that is the daughter of a neuroblast (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, glia and (occasionally) epithelial cells.", + "meaning": "CL:0000469", + "title": "ganglion mother cell" + }, + { + "text": "CL:4030060", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2.", + "meaning": "CL:4030060", + "title": "L2 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:4030003", + "description": "A cell that makes up the loose connective tissue of the thymus.", + "meaning": "CL:4030003", + "title": "interstitial cell of thymus" + }, + { + "text": "CL:0002471", + "description": "Gr1-low non-classical monocyte that lacks expression of a MHC-II complex.", + "meaning": "CL:0002471", + "title": "MHC-II-negative non-classical monocyte" + }, + { + "text": "CL:2000042", + "description": "Any fibroblast that is part of a embryo.", + "meaning": "CL:2000042", + "title": "embryonic fibroblast" + }, + { + "text": "CL:0000346", + "description": "A specialized mesenchymal cell that resides in the dermal papilla located at the bottom of hair follicles. This cell plays a pivotal roles in hair formation, growth, and cycling.", + "meaning": "CL:0000346", + "title": "hair follicle dermal papilla cell" + }, + { + "text": "CL:1001571", + "description": "A pyramidal neuron with a soma found in the hippocampus.", + "meaning": "CL:1001571", + "title": "hippocampal pyramidal neuron" + }, + { + "text": "CL:0002463", + "description": "An adipose dendritic cell that is SIRPa-positive.", + "meaning": "CL:0002463", + "title": "SIRPa-positive adipose dendritic cell" + }, + { + "text": "CL:0000415", + "description": "A cell whose nucleus has two haploid genomes.", + "meaning": "CL:0000415", + "title": "diploid cell" + }, + { + "text": "CL:0002507", + "description": "A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative.", + "meaning": "CL:0002507", + "title": "langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0000210", + "description": "A cell specialized to detect and transduce light.", + "meaning": "CL:0000210", + "title": "photoreceptor cell" + }, + { + "text": "CL:0002036", + "description": "A hematopoietic progenitor that has some limited self-renewal capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive.", + "meaning": "CL:0002036", + "title": "Slamf1-positive multipotent progenitor cell" + }, + { + "text": "CL:1000361", + "description": "A transitional myocyte that is part of the interatrial septum.", + "meaning": "CL:1000361", + "title": "transitional myocyte of interatrial septum" + }, + { + "text": "CL:0000101", + "description": "Any neuron having a sensory function; an afferent neuron conveying sensory impulses.", + "meaning": "CL:0000101", + "title": "sensory neuron" + }, + { + "text": "CL:1001220", + "description": "Any endothelial cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001220", + "title": "arcuate vein endothelial cell" + }, + { + "text": "CL:0003033", + "description": "A monostratified retinal ganglion cell that has a large soma, a medium dendritic field with post synaptic terminals in sublaminar layer S3.", + "meaning": "CL:0003033", + "title": "M4 retinal ganglion cell" + }, + { + "text": "CL:0002351", + "description": "A progenitor cell that is able to differentiate into the pancreas alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 and Isl-1.", + "meaning": "CL:0002351", + "title": "progenitor cell of endocrine pancreas" + }, + { + "text": "CL:0000725", + "description": "Any cell that is capable of some nitrogen fixation.", + "meaning": "CL:0000725", + "title": "nitrogen fixing cell" + }, + { + "text": "CL:1001209", + "description": "Any vasa recta ascending limb cell that is part of some inner medulla vasa recta ascending limb.", + "meaning": "CL:1001209", + "title": "inner medulla vasa recta ascending limb cell" + }, + { + "text": "CL:0002002", + "description": "A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, Cxc3r1-negative, and CD90-negative.", + "meaning": "CL:0002002", + "title": "Kit-positive granulocyte monocyte progenitor" + }, + { + "text": "CL:0000529", + "meaning": "CL:0000529", + "title": "pigmented epithelial cell" + }, + { + "text": "CL:0002678", + "description": "A CD4-positive, CD25-positive alpha-beta regulatory T cell that has encountered antigen.", + "meaning": "CL:0002678", + "title": "memory regulatory T cell" + }, + { + "text": "CL:0000764", + "description": "A immature or mature cell in the lineage leading to and including erythrocytes.", + "meaning": "CL:0000764", + "title": "erythroid lineage cell" + }, + { + "text": "CL:4023060", + "description": "A neuron that has its soma located in CA1-3 of the hippocampus.", + "meaning": "CL:4023060", + "title": "hippocampal CA1-3 neuron" + }, + { + "text": "CL:0009021", + "description": "A stromal cell found in the lamina propria of the large intestine.", + "meaning": "CL:0009021", + "title": "stromal cell of lamina propria of large intestine" + }, + { + "text": "CL:2000074", + "description": "Any leukocyte that is part of a spleen.", + "meaning": "CL:2000074", + "title": "splenocyte" + }, + { + "text": "CL:0009104", + "description": "A fibroblastic reticular cell found in the lymph node germinal center dark zone (B cell zone).", + "meaning": "CL:0009104", + "title": "B cell zone reticular cell" + }, + { + "text": "CL:1000397", + "description": "An endothelial cell that is part of the venous sinus of red pulp of spleen.", + "meaning": "CL:1000397", + "title": "endothelial cell of venous sinus of red pulp of spleen" + }, + { + "text": "CL:0001017", + "description": "Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001017", + "title": "mature CD1a-positive Langerhans cell" + }, + { + "text": "CL:0004236", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004236", + "title": "AB broad diffuse-2 amacrine cell" + }, + { + "text": "CL:4042012", + "description": "An L2 intratelencephalic projecting glutamatergic neuron with a soma on the L1-L2 border. This neuron type has small apical dendrites projecting to L1.", + "meaning": "CL:4042012", + "title": "L2 marginal neuron" + }, + { + "text": "CL:1001591", + "description": "Glandular cell of oviduct epithelium. Example: peg cells, ciliated cells.", + "meaning": "CL:1001591", + "title": "oviduct glandular cell" + }, + { + "text": "CL:0000676", + "meaning": "CL:0000676", + "title": "cap cell" + }, + { + "text": "CL:2000067", + "description": "Any fibroblast that is part of a cardiac atrium.", + "meaning": "CL:2000067", + "title": "cardiac atrium fibroblast" + }, + { + "text": "CL:0001074", + "description": "An innate lymphoid cell precursor in the human with the phenotype CD34-positive, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.", + "meaning": "CL:0001074", + "title": "CD34-positive, CD56-positive, CD117-positive common innate lymphoid precursor, human" + }, + { + "text": "CL:0000843", + "description": "A resting mature B cell that has the phenotype IgM-positive, IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles of the white pulp of the spleen or the corticol areas of the peripheral lymph nodes. This cell type is also described as being CD19-positive, B220-positive, AA4-negative, CD43-negative, and CD5-negative.", + "meaning": "CL:0000843", + "title": "follicular B cell" + }, + { + "text": "CL:0002261", + "description": "An endothelial cell found in the mucosa associated with the facial skeleton.", + "meaning": "CL:0002261", + "title": "endothelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0000942", + "description": "A plasmacytoid dendritic cell developing in the thymus with phenotype CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive.", + "meaning": "CL:0000942", + "title": "thymic plasmacytoid dendritic cell" + }, + { + "text": "CL:4030009", + "description": "A brush border cell that is part of segment 1 (S1) of the proximal tubule epithelium, located in the renal cortex.", + "meaning": "CL:4030009", + "title": "epithelial cell of proximal tubule segment 1" + }, + { + "text": "CL:0002362", + "description": "A cell located in the outermost proliferative zone of the external germinal layer that can differentiate into astroglial cells and granule cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive.", + "meaning": "CL:0002362", + "title": "cerebellar granule cell precursor" + }, + { + "text": "CL:1000617", + "description": "Any kidney medulla cell that is part of some inner medulla of kidney.", + "meaning": "CL:1000617", + "title": "kidney inner medulla cell" + }, + { + "text": "CL:0002380", + "description": "An asexual spore formed by Oomycetes; formed upon fertilization of an oosphere.", + "meaning": "CL:0002380", + "title": "oospore" + }, + { + "text": "CL:4040001", + "description": "A horse-specific, highly invasive trophoblast cell that invades the endometrium where it forms endometrial cups.", + "meaning": "CL:4040001", + "title": "chorionic girdle cell" + }, + { + "text": "CL:0000163", + "description": "A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions.", + "meaning": "CL:0000163", + "title": "endocrine cell" + }, + { + "text": "CL:0000634", + "description": "A cuboidal cell which along with Boettcher's cells form the floor of the external spiral sulcus, external to the organ of Corti.", + "meaning": "CL:0000634", + "title": "Claudius cell" + }, + { + "text": "CL:0003041", + "description": "An M9 retinal ganglion cells with synaptic terminals in S2 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003041", + "title": "M9-ON retinal ganglion cell" + }, + { + "text": "CL:0000905", + "description": "CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000905", + "title": "effector memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:4023128", + "description": "a KNDy neuron that is located in the rostral periventricular region of the third ventricle.", + "meaning": "CL:4023128", + "title": "rostral periventricular region of the third ventricle KNDy neuron" + }, + { + "text": "CL:0000951", + "description": "A short lived plasma cell that secretes IgE.", + "meaning": "CL:0000951", + "title": "IgE short lived plasma cell" + }, + { + "text": "CL:0000607", + "description": "A thick walled spore that stores and protects one or more nuclei following sexual reproduction in an Ascomycete.", + "meaning": "CL:0000607", + "title": "ascospore" + }, + { + "text": "CL:0000145", + "description": "A cell capable of processing and presenting lipid and protein antigens to T cells in order to initiate an immune response.", + "meaning": "CL:0000145", + "title": "professional antigen presenting cell" + }, + { + "text": "CL:0000805", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-positive, CD44-negative, CD25-negative, and pre-TCR-positive.", + "meaning": "CL:0000805", + "title": "immature single positive thymocyte" + }, + { + "text": "CL:4030001", + "description": "A stromal cell that is part of the thymus.", + "meaning": "CL:4030001", + "title": "stromal cell of thymus" + }, + { + "text": "CL:0002252", + "description": "An epithelial cell of the esophagus.", + "meaning": "CL:0002252", + "title": "epithelial cell of esophagus" + }, + { + "text": "CL:0009003", + "description": "Any cell in the midgut (middle subdivision of a digestive tract) of an insect larva.", + "meaning": "CL:0009003", + "title": "larval midgut cell" + }, + { + "text": "CL:0002197", + "description": "A parathyroid chief cell that is not actively secreting hormone. Contains small Golgi complexes with only a few grouped vesicles and membrane-bound secretory granules; glycogen and many lipofuscin granules abound but sacs of granular endoplasmic reticulum are rare and dispersed. In normal humans, inactive chief cells out number active chief cells in a ratio of 3-5:1.", + "meaning": "CL:0002197", + "title": "inactive chief cell of parathyoid gland" + }, + { + "text": "CL:0007018", + "description": "Ciliated cell of the embryonic epidermis and functions in embryonic movements.", + "meaning": "CL:0007018", + "title": "epidermal ciliary cell" + }, + { + "text": "CL:0008021", + "description": "Any neuron that has its soma located in some anterior lateral line ganglion.", + "meaning": "CL:0008021", + "title": "anterior lateral line ganglion neuron" + }, + { + "text": "CL:0000886", + "description": "A mucosa-associated lymphoid tissue macrophage found in the nasal and bronchial mucosa-associated lymphoid tissues.", + "meaning": "CL:0000886", + "title": "nasal and broncial associated lymphoid tissue macrophage" + }, + { + "text": "CL:0002241", + "description": "A fibroblasts found in interstitial spaces in the pulmonary tract. Greater numbers of these cells are found in idiopathic pulmonary fibrosis.", + "meaning": "CL:0002241", + "title": "pulmonary interstitial fibroblast" + }, + { + "text": "CL:0000135", + "description": "An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum is scanty with flattened nucleus. Term used by some histologists; when fibroblasts become relatively inactive in fiber formation. However, this cell has the potential for fibrogenesis in quiescent connective tissue of the adult, as well as during development, other histologists prefer to use the term fibroblast in all circumstances. These cells represent ~0.5% of peripheral blood leukocytes.", + "meaning": "CL:0000135", + "title": "fibrocyte" + }, + { + "text": "CL:0004218", + "description": "A horizontal cell with a small cell body, thin dendrites, and small dendritic arbor.", + "meaning": "CL:0004218", + "title": "H2 horizontal cell" + }, + { + "text": "CL:0000005", + "description": "Any fibroblast that is derived from the neural crest.", + "meaning": "CL:0000005", + "title": "neural crest derived fibroblast" + }, + { + "text": "CL:0009093", + "description": "A smooth muscle cell that is part of a placenta.", + "meaning": "CL:0009093", + "title": "smooth muscle cell of placenta" + }, + { + "text": "CL:0000686", + "description": "A columnar/cuboidal epithelial cell that secretes cerebrospinal fluid.", + "meaning": "CL:0000686", + "title": "cerebrospinal fluid secreting cell" + }, + { + "text": "CL:0000081", + "description": "A cell found predominately in the blood.", + "meaning": "CL:0000081", + "title": "blood cell" + }, + { + "text": "CL:4023079", + "description": "A GABAergic inhibitory neuron that is derived from the midbrain.", + "meaning": "CL:4023079", + "title": "midbrain-derived inhibitory neuron" + }, + { + "text": "CL:0000907", + "description": "CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000907", + "title": "central memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1001578", + "description": "Squamous cell of vaginal epithelium.", + "meaning": "CL:1001578", + "title": "vagina squamous cell" + }, + { + "text": "CL:0000850", + "description": "A neuron that releases serotonin as a neurotransmitter.", + "meaning": "CL:0000850", + "title": "serotonergic neuron" + }, + { + "text": "CL:0001054", + "description": "A monocyte that expresses CD14 and is negative for the lineage markers CD3, CD19, and CD20.", + "meaning": "CL:0001054", + "title": "CD14-positive monocyte" + }, + { + "text": "CL:0008015", + "description": "A motor neuron that is capable of directly inhibiting muscle contraction.", + "meaning": "CL:0008015", + "title": "inhibitory motor neuron" + }, + { + "text": "CL:4033049", + "description": "A taste receptor cell that is part of a taste bud of a tongue.", + "meaning": "CL:4033049", + "title": "taste receptor cell of tongue" + }, + { + "text": "CL:0000788", + "description": "A naive B cell is a mature B cell that has the phenotype surface IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0000788", + "title": "naive B cell" + }, + { + "text": "CL:0002239", + "description": "A primordial cell from which an oocyte (ovum) ultimately is developed.", + "meaning": "CL:0002239", + "title": "ooblast" + }, + { + "text": "CL:0000513", + "description": "A precursor cell destined to differentiate into cardiac muscle cell.", + "meaning": "CL:0000513", + "title": "cardiac muscle myoblast" + }, + { + "text": "CL:0000592", + "description": "A large, progesterone secreting cell in the corpus luteum that develops from the granulosa cells.", + "meaning": "CL:0000592", + "title": "large luteal cell" + }, + { + "text": "CL:4023129", + "description": "A retinal cell that is immature or undifferentiated.", + "meaning": "CL:4023129", + "title": "retinoblast" + }, + { + "text": "CL:4023019", + "description": "A vip GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.", + "meaning": "CL:4023019", + "title": "L5/6 cck, vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0000404", + "description": "A cell that initiates an electrical signal and passes that signal to another cell.", + "meaning": "CL:0000404", + "title": "electrically signaling cell" + }, + { + "text": "CL:0002545", + "description": "An endothelial cell that is part of the thoracic endothelium.", + "meaning": "CL:0002545", + "title": "thoracic aorta endothelial cell" + }, + { + "text": "CL:0007023", + "description": "Epidermal cell rich in mitochondria. In amphibians, appears during metamorphosis.", + "meaning": "CL:0007023", + "title": "flask cell" + }, + { + "text": "CL:0000200", + "description": "Any neuron that is capable of some detection of mechanical stimulus involved in sensory perception of touch.", + "meaning": "CL:0000200", + "title": "touch receptor cell" + }, + { + "text": "CL:2000076", + "description": "Any vein endothelial cell that is part of a hindlimb stylopod.", + "meaning": "CL:2000076", + "title": "hindlimb stylopod vein endothelial cell" + }, + { + "text": "CL:0000910", + "description": "A mature T cell that differentiated and acquired cytotoxic function with the phenotype perforin-positive and granzyme-B positive.", + "meaning": "CL:0000910", + "title": "cytotoxic T cell" + }, + { + "text": "CL:0002524", + "description": "A disseminated nephrocyte is a nephrocyte that filters hemolymph and is found at scattered locations in the fat body or other tissues.", + "meaning": "CL:0002524", + "title": "disseminated nephrocyte" + }, + { + "text": "CL:0000715", + "description": "A crystal cell that derives from the embryonic head mesoderm.", + "meaning": "CL:0000715", + "title": "embryonic crystal cell" + }, + { + "text": "CL:0000875", + "description": "A type of monocyte characterized by low expression of CCR2, low responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, and decrease size relative to classical monocytes, but increased co-stimulatory activity. May also play a role in tissue repair.", + "meaning": "CL:0000875", + "title": "non-classical monocyte" + }, + { + "text": "CL:0002332", + "description": "A ciliated cell of the bronchus.", + "meaning": "CL:0002332", + "title": "ciliated cell of the bronchus" + }, + { + "text": "CL:0009110", + "description": "A lymphatic endothelial cell located in the ceiling part of a lymph node medulla.", + "meaning": "CL:0009110", + "title": "lymphatic endothelial cell of medulla ceiling" + }, + { + "text": "CL:0002485", + "description": "A melanocyte of the retina. This cell type is distinct from pigmented retinal epithelium.", + "meaning": "CL:0002485", + "title": "retinal melanocyte" + }, + { + "text": "CL:1001135", + "description": "Any kidney cortex artery cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001135", + "title": "arcuate artery cell" + }, + { + "text": "CL:0002467", + "description": "A myeloid suppressor cell that is Gr1-high and CD11c-negative.", + "meaning": "CL:0002467", + "title": "Gr1-high myeloid suppressor cell" + }, + { + "text": "CL:0009076", + "description": "A thymic medullary epithelial cell that expresses neuroendocrine biomarkers.", + "meaning": "CL:0009076", + "title": "neuro-medullary thymic epithelial cell" + }, + { + "text": "CL:0004161", + "description": "A cone whose sensitivity measurements have an average spectral peak of 510 nm. These cones are described in rat.", + "meaning": "CL:0004161", + "title": "510 nm-cone" + }, + { + "text": "CL:0000380", + "description": "The support cell that makes the thecogen dendritic cap - a cuticle-like matrix around the tip of the eo-dendrite and which encloses the soma of the eo-neuron.", + "meaning": "CL:0000380", + "title": "thecogen cell" + }, + { + "text": "CL:0000301", + "description": "A primordial germ cell of insects. Such cells form at the posterior pole of the early embryo.", + "meaning": "CL:0000301", + "title": "pole cell" + }, + { + "text": "CL:4030012", + "description": "Epithelial cell of the descending thin limb of the short loop (cortical) nephron limited to the outer medulla (mainly inner strip). It is known in some mammalian species that the short descending limb of the loop of Henle selectively expresses the serine protease Corin, the homeobox TF Uncx, and the urea channel Slc14a2.", + "meaning": "CL:4030012", + "title": "kidney loop of Henle short descending thin limb epithelial cell" + }, + { + "text": "CL:1000348", + "description": "A basal cell that is part of the epithelium of trachea.", + "meaning": "CL:1000348", + "title": "basal cell of epithelium of trachea" + }, + { + "text": "CL:0000441", + "description": "A stem cell that gives rise to the follicle cells that surround the oocyte in female arthropods.", + "meaning": "CL:0000441", + "title": "follicle stem cell (sensu Arthropoda)" + }, + { + "text": "CL:4023118", + "description": "A sst GABAergic interneuron does not have Martinotti morphology with a soma found in L5/6 of the cerebral cortex.", + "meaning": "CL:4023118", + "title": "L5/6 non-Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:4023053", + "description": "A Betz cell that syanpses with spinal interneurons.", + "meaning": "CL:4023053", + "title": "spinal interneuron synapsing Betz cell" + }, + { + "text": "CL:0002393", + "description": "A monocyte that has characteristics of both patrolling and inflammatory monocytes.", + "meaning": "CL:0002393", + "title": "intermediate monocyte" + }, + { + "text": "CL:0010015", + "description": "A highly specialized cell type exclusive to and forming neuroepithelium of the Saccus vasculosus, covering the caudal diverticulum of the infundibular recess.", + "meaning": "CL:0010015", + "title": "coronet cell" + }, + { + "text": "CL:0002454", + "description": "Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative and is CD205-positive.", + "meaning": "CL:0002454", + "title": "Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell" + }, + { + "text": "CL:1001596", + "description": "Glandular cell of salivary gland. Example: Serous cells, mucous cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal epithelium of the striated ducts, epithelial cells of excretory ducts.", + "meaning": "CL:1001596", + "title": "salivary gland glandular cell" + }, + { + "text": "CL:1000357", + "description": "A M cell that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000357", + "title": "microfold cell of epithelium proper of jejunum" + }, + { + "text": "CL:0002133", + "description": "A stromal cell of the ovarian cortex.", + "meaning": "CL:0002133", + "title": "stromal cell of ovarian cortex" + }, + { + "text": "CL:0007005", + "description": "Cell that is part of the notochord.", + "meaning": "CL:0007005", + "title": "notochordal cell" + }, + { + "text": "CL:0000837", + "description": "A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans.", + "meaning": "CL:0000837", + "title": "hematopoietic multipotent progenitor cell" + }, + { + "text": "CL:0002304", + "description": "A cell that is part of non-pigmented ciliary epithelium. This cell type participates in aqueous humor formation by releasing solute, principally sodium and chloride ions received from pigmented epithelial cells via gap junctions, into the aqueous humor of the eye.", + "meaning": "CL:0002304", + "title": "non-pigmented ciliary epithelial cell" + }, + { + "text": "CL:0002395", + "description": "A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, CD115-positive, and B220-negative.", + "meaning": "CL:0002395", + "title": "Gr1-high classical monocyte" + }, + { + "text": "CL:0000784", + "description": "A dendritic cell type of distinct morphology, localization, and surface marker expression (CD123-positive) from other dendritic cell types and associated with early stage immune responses, particularly the release of physiologically abundant amounts of type I interferons in response to infection.", + "meaning": "CL:0000784", + "title": "plasmacytoid dendritic cell" + }, + { + "text": "CL:0002215", + "description": "A type II muscle cell that contains a low content of myoglobin, relatively few mitochondria, relatively few blood capillaries and large amounts of glycogen. Type II B fibres are white, geared to generate ATP by anaerobic metabolic processes, not able to supply skeletal muscle fibres continuously with sufficient ATP, fatigue easily, split ATP at a fast rate and have a fast contraction velocity.", + "meaning": "CL:0002215", + "title": "type IIb muscle cell" + }, + { + "text": "CL:0002200", + "description": "An oncocyte located in the thyroid.", + "meaning": "CL:0002200", + "title": "oxyphil cell of thyroid" + }, + { + "text": "CL:0017010", + "description": "A hillock cell that is part of the urethra.", + "meaning": "CL:0017010", + "title": "hillock cell of urethral epithelium" + }, + { + "text": "CL:0000152", + "description": "A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct.", + "meaning": "CL:0000152", + "title": "exocrine cell" + }, + { + "text": "CL:1001213", + "description": "Any endothelial cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001213", + "title": "arcuate artery endothelial cell" + }, + { + "text": "CL:0000117", + "meaning": "CL:0000117", + "title": "CNS neuron (sensu Vertebrata)" + }, + { + "text": "CL:4042010", + "description": "An interlaminar astrocyte whose soma is part of the first layer of a neocortex and is in contact with a pia surface.", + "meaning": "CL:4042010", + "title": "pial interlaminar astrocyte" + }, + { + "text": "CL:0000783", + "description": "A phagocyte formed by the fusion of mononuclear phagocytes.", + "meaning": "CL:0000783", + "title": "multinucleated phagocyte" + }, + { + "text": "CL:0009014", + "description": "A lymphocyte that is part of a Peyer's patch. These cells have a major role in driving the immune response to antigens sampled from the intestinal lumen, and in regulating the formation of follicle-associated epithelium and M cells in Peyer's patches by converting intestitial enterocytes into M cells.", + "meaning": "CL:0009014", + "title": "Peyer's patch lymphocyte" + }, + { + "text": "CL:0003007", + "description": "A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S2 and S3 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003007", + "title": "G4-OFF retinal ganglion cell" + }, + { + "text": "CL:0000931", + "description": "A type II NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000931", + "title": "activated type II NK T cell" + }, + { + "text": "CL:0009040", + "description": "A stromal cell found in the lamina propria of the colon.", + "meaning": "CL:0009040", + "title": "stromal cell of lamina propria of colon" + }, + { + "text": "CL:0000868", + "description": "A secondary lymphoid organ macrophage found in a lymph node. This cell is CD169-high.", + "meaning": "CL:0000868", + "title": "lymph node macrophage" + }, + { + "text": "CL:0000390", + "meaning": "CL:0000390", + "title": "blood cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:1000425", + "description": "A chromaffin cell that is part of the paraganglion.", + "meaning": "CL:1000425", + "title": "chromaffin cell of paraganglion" + }, + { + "text": "CL:2000058", + "description": "Any osteoblast that is part of a skull.", + "meaning": "CL:2000058", + "title": "calvarial osteoblast" + }, + { + "text": "CL:4023026", + "description": "A medium spiny neuron that expresses dopamine type 1 receptors and projects to the globus pallidus internus or the substantia nigra pars reticulata.", + "meaning": "CL:4023026", + "title": "direct pathway medium spiny neuron" + }, + { + "text": "CL:0011021", + "description": "A fibroblast that is part of upper back skin.", + "meaning": "CL:0011021", + "title": "fibroblast of upper back skin" + }, + { + "text": "CL:1000382", + "description": "A type II vestibular sensory cell that is part of the stato-acoustic epithelium.", + "meaning": "CL:1000382", + "title": "type 2 vestibular sensory cell of stato-acoustic epithelium" + }, + { + "text": "CL:4023002", + "description": "A beta motor neuron that innervates the nuclear bag fibers of muscle spindles.", + "meaning": "CL:4023002", + "title": "dynamic beta motor neuron" + }, + { + "text": "CL:2000012", + "description": "Any skin fibroblast that is part of a pedal digit skin.", + "meaning": "CL:2000012", + "title": "fibroblast of pedal digit skin" + }, + { + "text": "CL:0000960", + "description": "A transitional stage B cell that expresses surface IgM and IgD, and CD62L. This cell type appears to be an anergic B cell that does not proliferate upon BCR signaling, is found in the spleen and lymph nodes, and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, CD23-positive, CD62L-positive, and CD93-positive. This cell type has also been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface expression of IgM).", + "meaning": "CL:0000960", + "title": "T3 B cell" + }, + { + "text": "CL:2000059", + "description": "Any microvascular endothelial cell that is part of a prostate gland.", + "meaning": "CL:2000059", + "title": "prostate gland microvascular endothelial cell" + }, + { + "text": "CL:0002297", + "description": "A thymic epithelial cell with moderate nuclear and cytoplasmic electron-density. Scattered in the cortex, this cell type is predominant in the mid and deep cortex.", + "meaning": "CL:0002297", + "title": "type-3 epithelial cell of thymus" + }, + { + "text": "CL:0000575", + "description": "An epithelial cell of the cornea.", + "meaning": "CL:0000575", + "title": "corneal epithelial cell" + }, + { + "text": "CL:0000923", + "description": "A type I NK T cell that has the phenotype CD4-positive.", + "meaning": "CL:0000923", + "title": "CD4-positive type I NK T cell" + }, + { + "text": "CL:0000482", + "description": "An endocrine cell that secretes juvenile hormone.", + "meaning": "CL:0000482", + "title": "juvenile hormone secreting cell" + }, + { + "text": "CL:0002364", + "description": "An epithelial cell of the cortical portion of the thymus. Epithelial cells in this region are required for positive selection of CD8-positive T cells.", + "meaning": "CL:0002364", + "title": "cortical thymic epithelial cell" + }, + { + "text": "CL:0007009", + "description": "Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells.", + "meaning": "CL:0007009", + "title": "prechondroblast" + }, + { + "text": "CL:0000828", + "description": "A progenitor cell of the thrombocyte, a nucleated blood cell involved in coagulation typically seen in birds and other non-mammalian vertebrates.", + "meaning": "CL:0000828", + "title": "thromboblast" + }, + { + "text": "CL:0002114", + "description": "A CD38-positive unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002114", + "title": "CD38-positive unswitched memory B cell" + }, + { + "text": "CL:0000924", + "description": "A type I NK T cell that has the phenotype CD4-negative and CD8-negative.", + "meaning": "CL:0000924", + "title": "CD4-negative, CD8-negative type I NK T cell" + }, + { + "text": "CL:1000290", + "description": "A muscle cell that is part of the middle internodal tract.", + "meaning": "CL:1000290", + "title": "myocyte of middle internodal tract" + }, + { + "text": "CL:0002314", + "description": "An auditory epithelial support cell located in the vestibular epithelium that has many hallmarks of glial cells. This cell type express glial markers such as vimentin, S100, glutamate-aspartate transporter, low affinity neurotrophin receptor p75, glial fibrillary acidic protein, and proteolipid protein.", + "meaning": "CL:0002314", + "title": "external supporting cell of vestibular epithelium" + }, + { + "text": "CL:1000287", + "description": "A muscle cell that is part of the anterior internodal tract.", + "meaning": "CL:1000287", + "title": "myocyte of anterior internodal tract" + }, + { + "text": "CL:2000075", + "description": "Any endodermal cell that is part of a anterior visceral endoderm.", + "meaning": "CL:2000075", + "title": "anterior visceral endoderm cell" + }, + { + "text": "CL:0002077", + "description": "An epithelial cell derived from ectoderm.", + "meaning": "CL:0002077", + "title": "ecto-epithelial cell" + }, + { + "text": "CL:4028002", + "description": "An alveolar capillary endothelial cell that is located distally to alveolar capillary type 2 endothelial cells.", + "meaning": "CL:4028002", + "title": "alveolar capillary type 1 endothelial cell" + }, + { + "text": "CL:0000187", + "description": "A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns.", + "meaning": "CL:0000187", + "title": "muscle cell" + }, + { + "text": "CL:4040000", + "description": "A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.", + "meaning": "CL:4040000", + "title": "glial restricted tripotential precursor cell" + }, + { + "text": "CL:1000379", + "description": "A type I vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.", + "meaning": "CL:1000379", + "title": "type 1 vestibular sensory cell of epithelium of macula of utricle of membranous labyrinth" + }, + { + "text": "CL:0002360", + "description": "A hematopoietic stem cell from the aorta-gonad-mesonephros region of the developing embryo. First seen at E10.5 in mouse embryos. May give rise to fetal liver HSC.", + "meaning": "CL:0002360", + "title": "AGM hematopoietic stem cell" + }, + { + "text": "CL:0004117", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field.", + "meaning": "CL:0004117", + "title": "retinal ganglion cell A" + }, + { + "text": "CL:0004213", + "description": "A type of type 3 cone bipolar cell with distinctive curly dendrites.", + "meaning": "CL:0004213", + "title": "type 3a cone bipolar cell" + }, + { + "text": "CL:1000699", + "description": "A resident-dendritic cell that is part of a kidney.", + "meaning": "CL:1000699", + "title": "kidney resident dendritic cell" + }, + { + "text": "CL:0004251", + "description": "An amicrine that has a narrow dendritic field.", + "meaning": "CL:0004251", + "title": "narrow field retinal amacrine cell" + }, + { + "text": "CL:0002505", + "description": "A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, MHC-II-positive and CD103-negative.", + "meaning": "CL:0002505", + "title": "liver CD103-negative dendritic cell" + }, + { + "text": "CL:0001045", + "description": "A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-negative.", + "meaning": "CL:0001045", + "title": "naive CCR4-positive regulatory T cell" + }, + { + "text": "CL:0000756", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell has a diffuse axon terminal with varicosities in sublaminae 1 and 2 of the inner plexiform layer.", + "meaning": "CL:0000756", + "title": "type 4 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:4030038", + "description": "A CD24-positive, CD-133-positive, vimentin-positive cell found scattered throughout a renal proximal tubule and that may participate in tubular regeneration. Compared to other proximal tubular cell types, this cell contains less cytoplasm, fewer mitochondria and no brush border.", + "meaning": "CL:4030038", + "title": "CD24-positive, CD-133-positive, vimentin-positive proximal tubular cell" + }, + { + "text": "CL:0002272", + "description": "A cell that secretes motilin, a gastric hormone that at low pH inhibits gastric motor activity, whereas at high pH has a stimulating effect.", + "meaning": "CL:0002272", + "title": "motilin secreting cell" + }, + { + "text": "CL:2000073", + "description": "Any migratory neural crest cell that is part of a cardiac neural crest.", + "meaning": "CL:2000073", + "title": "migratory cardiac neural crest cell" + }, + { + "text": "CL:1001437", + "description": "The subcutaneous mechanoreceptors that innervate vellus hairs.", + "meaning": "CL:1001437", + "title": "hair-down neuron" + }, + { + "text": "CL:0002418", + "description": "A pluripotent cell in the yolk sac that can give rise to mesenchymal cells including erythrocytes and endothelial cells.", + "meaning": "CL:0002418", + "title": "hemangioblast" + }, + { + "text": "CL:4023021", + "description": "A gamma motor neuron that innervates static nuclear bag fibers (bag2 fibers) and increases their firing, in response to an increase in the magnitude of change in length, and controls the static sensitivity of the stretch reflex.", + "meaning": "CL:4023021", + "title": "static gamma motor neuron" + }, + { + "text": "CL:0000554", + "description": "A peptide hormone secreting cell that secretes gastrin stimulating hormone.", + "meaning": "CL:0000554", + "title": "gastrin stimulating hormone secreting cell" + }, + { + "text": "CL:4030027", + "description": "An amacrine cell that uses GABA as a neurotransmitter.", + "meaning": "CL:4030027", + "title": "GABAergic amacrine cell" + }, + { + "text": "CL:0000524", + "description": "A cell, usually of bacteria or yeast, which has partially lost its cell wall.", + "meaning": "CL:0000524", + "title": "spheroplast" + }, + { + "text": "CL:0000516", + "description": "A non-neuronal cell that surrounds the neuronal cell bodies of the ganglia.", + "meaning": "CL:0000516", + "title": "perineuronal satellite cell" + }, + { + "text": "CL:0002353", + "description": "A hematopoietic stem cell that resides in the fetal liver. In mice, this cell type is first observed at E10.5. This cell type is MHC-positive, HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, CD48-negative and CD244-negative.", + "meaning": "CL:0002353", + "title": "fetal liver hematopoietic progenitor cell" + }, + { + "text": "CL:0001046", + "description": "A memory regulatory T cell with phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-positive.", + "meaning": "CL:0001046", + "title": "memory CCR4-positive regulatory T cell" + }, + { + "text": "CL:4033007", + "description": "A(n) brush cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033007", + "title": "brush cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0009039", + "description": "A goblet cell that is located in the colon.", + "meaning": "CL:0009039", + "title": "colon goblet cell" + }, + { + "text": "CL:0002119", + "description": "A CD38-positive IgG-negative memory B cell is an IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-positive and IgG-negative.", + "meaning": "CL:0002119", + "title": "CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0005009", + "description": "A cuboidal epithelial cell of the kidney which regulates sodium and potassium balance. The activity of sodium and potassium channels on the apical membrane of the cell is regulated by aldosterone and vasopressin. In mammals this cell type is located in the renal collecting duct system.", + "meaning": "CL:0005009", + "title": "renal principal cell" + }, + { + "text": "CL:2000049", + "description": "Any pyramidal cell that is part of a primary motor cortex.", + "meaning": "CL:2000049", + "title": "primary motor cortex pyramidal cell" + }, + { + "text": "CL:0000799", + "description": "A gamma-delta T cell that has an immature phenotype.", + "meaning": "CL:0000799", + "title": "immature gamma-delta T cell" + }, + { + "text": "CL:4033010", + "description": "A(n) neuroendocrine cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033010", + "title": "neuroendocrine cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0007007", + "description": "Notochordal cell that is part of the outer epithelium of the notochord and surrounds the vacuolated notochord cells.", + "meaning": "CL:0007007", + "title": "notochordal sheath cell" + }, + { + "text": "CL:0000541", + "description": "A cell that originates from the neural crest and differentiates into a pigment cell.", + "meaning": "CL:0000541", + "title": "melanoblast" + }, + { + "text": "CL:0000564", + "description": "A promyelocyte committed to the neutrophil lineage. This cell type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, has low expression of PU.1 transcription factor and lacks lactotransferrin expression.", + "meaning": "CL:0000564", + "title": "neutrophilic promyelocyte" + }, + { + "text": "CL:0000497", + "description": "A photoreceptor cell that is sensitive to red light.", + "meaning": "CL:0000497", + "title": "red sensitive photoreceptor cell" + }, + { + "text": "CL:0003049", + "description": "A cone cell that detects medium wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 534-545 nm.", + "meaning": "CL:0003049", + "title": "M cone cell" + }, + { + "text": "CL:0000556", + "description": "A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release.", + "meaning": "CL:0000556", + "title": "megakaryocyte" + }, + { + "text": "CL:0000876", + "description": "A splenic macrophage found in the white pulp of the spleen. Markers include F4/80-negative, CD68-positive, and macrosialin-positive.", + "meaning": "CL:0000876", + "title": "splenic white pulp macrophage" + }, + { + "text": "CL:0002399", + "description": "A myeloid dendritic cell found in the blood that is CD1c-positive.", + "meaning": "CL:0002399", + "title": "CD1c-positive myeloid dendritic cell" + }, + { + "text": "CL:4023048", + "description": "An intratelencephalic-projecting glutamatergic with a soma located in upper L5 of the primary motor cortex. These cells have thin untufted apical dendrites.", + "meaning": "CL:4023048", + "title": "L4/5 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0009046", + "description": "A T cell found in the lymph node medullary sinus.", + "meaning": "CL:0009046", + "title": "T cell of medullary sinus of lymph node" + }, + { + "text": "CL:1000298", + "description": "A mesothelial cell that is part of the dura mater.", + "meaning": "CL:1000298", + "title": "mesothelial cell of dura mater" + }, + { + "text": "CL:0008039", + "description": "The motor neurons of vertebrates that directly innervate skeletal muscles. They receive input from upper motor neurons.", + "meaning": "CL:0008039", + "title": "lower motor neuron" + }, + { + "text": "CL:0000387", + "description": "A blood cell of the circulatory system of arthropods.", + "meaning": "CL:0000387", + "title": "hemocyte (sensu Arthropoda)" + }, + { + "text": "CL:1001609", + "description": "Fibroblast from muscle organ.", + "meaning": "CL:1001609", + "title": "muscle fibroblast" + }, + { + "text": "CL:1000601", + "description": "Any cell that is part of some ureter.", + "meaning": "CL:1000601", + "title": "ureteral cell" + }, + { + "text": "CL:0000140", + "description": "Skeletogenic cell that secretes dentine matrix, is derived from odontogenic papilla. Embedded in dentine tissue, and is the transformation of a non-terminally differentiated odontoblast cell.", + "meaning": "CL:0000140", + "title": "odontocyte" + }, + { + "text": "CL:0000505", + "description": "A peptide hormone secreting cell that secretes substance P.", + "meaning": "CL:0000505", + "title": "substance P secreting cell" + }, + { + "text": "CL:4032001", + "description": "A GABAergic interneuron located in the cerebral cortex that expresses reelin (rln).", + "meaning": "CL:4032001", + "title": "reelin GABAergic cortical interneuron" + }, + { + "text": "CL:0002434", + "description": "A CD8-positive, CD4-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.", + "meaning": "CL:0002434", + "title": "CD24-positive, CD8 single-positive thymocyte" + }, + { + "text": "CL:0000531", + "description": "A primary neuron (sensu Teleostei) that has a sensory function.", + "meaning": "CL:0000531", + "title": "primary sensory neuron (sensu Teleostei)" + }, + { + "text": "CL:1000278", + "description": "A smooth muscle cell that is part of the ileum.", + "meaning": "CL:1000278", + "title": "smooth muscle fiber of ileum" + }, + { + "text": "CL:1001586", + "description": "Glandular cell of mammary epithelium. Example: glandular cells of large and intermediate ducts, glandular cells in terminal ducts.", + "meaning": "CL:1001586", + "title": "mammary gland glandular cell" + }, + { + "text": "CL:0001008", + "description": "A hematopoietic stem cell that has plasma membrane part Kit-positive, SCA-1-positive, CD150-positive and CD34-negative.", + "meaning": "CL:0001008", + "title": "Kit and Sca1-positive hematopoietic stem cell" + }, + { + "text": "CL:0002166", + "description": "An epithelial cell that remains from the disintegration of the epithelial root sheath involved in the development of teeth.", + "meaning": "CL:0002166", + "title": "epithelial cell of Malassez" + }, + { + "text": "CL:0000216", + "description": "A supporting cell projecting inward from the basement membrane of seminiferous tubules. They surround and nourish the developing male germ cells and secrete androgen binding protein. Their tight junctions with the spermatogonia and spermatocytes provide a blood-testis barrier.", + "meaning": "CL:0000216", + "title": "Sertoli cell" + }, + { + "text": "CL:0002391", + "description": "A blastoconidium that has more than one nucleus.", + "meaning": "CL:0002391", + "title": "multinucleate blastoconidium" + }, + { + "text": "CL:2000084", + "description": "Any goblet cell that is part of a conjunctiva.", + "meaning": "CL:2000084", + "title": "conjunctiva goblet cell" + }, + { + "text": "CL:0011012", + "description": "A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells.", + "meaning": "CL:0011012", + "title": "neural crest cell" + }, + { + "text": "CL:0009028", + "description": "An intestinal crypt stem cell that is located in the vermiform appendix. These stem cells reside at the bottom of crypts in the appendix and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009028", + "title": "intestinal crypt stem cell of appendix" + }, + { + "text": "CL:0002196", + "description": "A transient hepatic stem cell observed after liver injury with a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes and bile duct cells. Arises from more than one tissue.", + "meaning": "CL:0002196", + "title": "hepatic oval stem cell" + }, + { + "text": "CL:0002072", + "description": "A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery.", + "meaning": "CL:0002072", + "title": "nodal myocyte" + }, + { + "text": "CL:0002534", + "description": "A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.", + "meaning": "CL:0002534", + "title": "mature CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0000820", + "description": "A B-1 B cell that has the phenotype CD5-positive.", + "meaning": "CL:0000820", + "title": "B-1a B cell" + }, + { + "text": "CL:0000038", + "description": "A progenitor cell committed to the erythroid lineage.", + "meaning": "CL:0000038", + "title": "erythroid progenitor cell" + }, + { + "text": "CL:0009094", + "description": "An endothelial cell that is part of a hepatic portal vein.", + "meaning": "CL:0009094", + "title": "endothelial cell of hepatic portal vein" + }, + { + "text": "CL:4042002", + "description": "A nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron that co-expresses TAC3 and the DRD1 receptor.", + "meaning": "CL:4042002", + "title": "TAC3-positive medium spiny neuron" + }, + { + "text": "CL:0000452", + "meaning": "CL:0000452", + "title": "thyroid hormone secreting cell" + }, + { + "text": "CL:0000215", + "description": "A cell whose primary function is to prevent the transport of stuff across compartments.", + "meaning": "CL:0000215", + "title": "barrier cell" + }, + { + "text": "CL:0002376", + "description": "A glial cell that ensheaths multiple small diameter axons in the peripheral nervous system. The non-myelinating Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. These cells can de-differentiate into immature Schwann cells.", + "meaning": "CL:0002376", + "title": "non-myelinating Schwann cell" + }, + { + "text": "CL:0002495", + "description": "A fetal and neonatal heart cell that undergoes proliferation and is not yet terminally differentiated into a binucleate or a multinucleate cardiac myocyte.", + "meaning": "CL:0002495", + "title": "fetal cardiomyocyte" + }, + { + "text": "CL:0000773", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a eosinophilic myelocyte and a band form eosinophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, CD24-positive and aminopeptidase N-negative.", + "meaning": "CL:0000773", + "title": "eosinophilic metamyelocyte" + }, + { + "text": "CL:0000393", + "description": "A cell whose function is determined by its response to an electric signal.", + "meaning": "CL:0000393", + "title": "electrically responsive cell" + }, + { + "text": "CL:1000450", + "description": "An epithelial cell that is part of the glomerular capsule.", + "meaning": "CL:1000450", + "title": "epithelial cell of glomerular capsule" + }, + { + "text": "CL:1001287", + "description": "Any vasa recta descending limb cell that is part of some outer medulla vasa recta descending limb.", + "meaning": "CL:1001287", + "title": "outer medulla vasa recta descending limb cell" + }, + { + "text": "CL:0009056", + "description": "A transit amplifying cell that is located in the anorectum.", + "meaning": "CL:0009056", + "title": "transit amplifying cell of anorectum" + }, + { + "text": "CL:0000934", + "description": "A CD4-positive, alpha-beta T cell that has cytotoxic function.", + "meaning": "CL:0000934", + "title": "CD4-positive, alpha-beta cytotoxic T cell" + }, + { + "text": "CL:0000771", + "description": "Any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, CD191-positive, and CD193-positive.", + "meaning": "CL:0000771", + "title": "eosinophil" + }, + { + "text": "CL:0003046", + "description": "A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S2 and S4.", + "meaning": "CL:0003046", + "title": "M13 retinal ganglion cell" + }, + { + "text": "CL:4023017", + "description": "A GABAergic neuron located in the cerebral cortex that expresses somatostatin (sst)", + "meaning": "CL:4023017", + "title": "sst GABAergic cortical interneuron" + }, + { + "text": "CL:0002591", + "description": "A smooth muscle of the pulmonary artery.", + "meaning": "CL:0002591", + "title": "smooth muscle cell of the pulmonary artery" + }, + { + "text": "CL:0002423", + "description": "A DN2 thymocyte that is Kit-hi.", + "meaning": "CL:0002423", + "title": "DN2a thymocyte" + }, + { + "text": "CL:0000697", + "meaning": "CL:0000697", + "title": "R4 photoreceptor cell" + }, + { + "text": "CL:0000856", + "description": "Neuromast hair cell is a hair cell that acts as a sensory receptor of the neuromast; it is morphologically polarized as a result of the relative position of the single kinocilium and the clusters of stereocilia on its apical surface.", + "meaning": "CL:0000856", + "title": "neuromast hair cell" + }, + { + "text": "CL:2000057", + "description": "Any osteoblast that is part of a femur.", + "meaning": "CL:2000057", + "title": "femural osteoblast" + }, + { + "text": "CL:1000436", + "description": "An epithelial cell that is part of the lacrimal sac.", + "meaning": "CL:1000436", + "title": "epithelial cell of lacrimal sac" + }, + { + "text": "CL:0000062", + "description": "Skeletogenic cell that secretes osteoid, is capable of producing mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid tissue, and arises from the transformation of a preosteoblast cell.", + "meaning": "CL:0000062", + "title": "osteoblast" + }, + { + "text": "CL:2000063", + "description": "Any fibroblast that is part of a female gonad.", + "meaning": "CL:2000063", + "title": "ovarian fibroblast" + }, + { + "text": "CL:0000835", + "description": "The most primitive precursor in the granulocytic series, having fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in the bone marrow.", + "meaning": "CL:0000835", + "title": "myeloblast" + }, + { + "text": "CL:4023086", + "description": "A Martinotti neuron that has axons that form a horizontal ramification, making it T-shaped.", + "meaning": "CL:4023086", + "title": "T Martinotti neuron" + }, + { + "text": "CL:0002315", + "description": "An epithelial supporting cell located in the cochlea.", + "meaning": "CL:0002315", + "title": "supporting cell of cochlea" + }, + { + "text": "CL:0000658", + "description": "An epithelial cell that secretes cuticle.", + "meaning": "CL:0000658", + "title": "cuticle secreting cell" + }, + { + "text": "CL:0000166", + "description": "A cell that stores epinephrine secretory vesicles. During times of stress, the nervous system signals the vesicles to secrete their hormonal content. Their name derives from their ability to stain a brownish color with chromic salts. Characteristically, they are located in the adrenal medulla and paraganglia of the sympathetic nervous system.", + "meaning": "CL:0000166", + "title": "chromaffin cell" + }, + { + "text": "CL:0000419", + "description": "An epithelial fate stem cell found in flatworms.", + "meaning": "CL:0000419", + "title": "seam cell" + }, + { + "text": "CL:0000978", + "description": "A short lived plasma cell that secretes IgM.", + "meaning": "CL:0000978", + "title": "IgM short lived plasma cell" + }, + { + "text": "CL:1000692", + "description": "A fibroblast that is part of an interstitial compartment of a kidney.", + "meaning": "CL:1000692", + "title": "kidney interstitial fibroblast" + }, + { + "text": "CL:0002624", + "description": "A paneth cell of the appendix.", + "meaning": "CL:0002624", + "title": "paneth cell of the appendix" + }, + { + "text": "CL:0009096", + "description": "Any cell that is part of the esophageal non-keratinized stratified squamous epithelium. In humans, the esophagus, which requires flexibility to accommodate swallowing of a bolus, is covered with a non-keratinized epithelium.", + "meaning": "CL:0009096", + "title": "esophagus non-keratinized squamous epithelial cell" + }, + { + "text": "CL:1000369", + "description": "A transitional myocyte that is part of the septal division of left branch of atrioventricular bundle.", + "meaning": "CL:1000369", + "title": "transitional myocyte of septal division of left branch of atrioventricular bundle" + }, + { + "text": "CL:4030022", + "description": "A fibroblast that is located in the renal medulla interstitium.", + "meaning": "CL:4030022", + "title": "renal medullary fibroblast" + }, + { + "text": "CL:0000115", + "description": "An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm.", + "meaning": "CL:0000115", + "title": "endothelial cell" + }, + { + "text": "CL:1000426", + "description": "A chromaffin cell that is part of the adrenal gland.", + "meaning": "CL:1000426", + "title": "chromaffin cell of adrenal gland" + }, + { + "text": "CL:0004121", + "description": "A retinal ganglion cell B that has a very small but very dense dendritic field, and has post synaptic terminals in S2.", + "meaning": "CL:0004121", + "title": "retinal ganglion cell B2" + }, + { + "text": "CL:1000371", + "description": "A transitional myocyte that is part of the right branch of atrioventricular bundle.", + "meaning": "CL:1000371", + "title": "transitional myocyte of right branch of atrioventricular bundle" + }, + { + "text": "CL:0009102", + "description": "A specialized, fibroblastic reticular cell of mesenchymal origin found in lymph nodes. In human, it expresses several markers common to myofibroblasts (desmin, vimentin, CD73, CD90, \u03b1-smooth muscle actin (\u03b1SMA)), and can be differentiated from endothelial cells by its lack of CD31 expression. These cells are critical for the overall organization and function of the lymph node. Lymph node fibroblastic reticular cells (FRCs) can be further classified based on their location, function, and unique marker expression.", + "meaning": "CL:0009102", + "title": "lymph node fibroblastic reticular cell" + }, + { + "text": "CL:0002635", + "description": "A nonkeratinized epithelial cell of the anal canal.", + "meaning": "CL:0002635", + "title": "nonkeratinized epithelial cell of anal column" + }, + { + "text": "CL:0002189", + "description": "A keratinocyte of the epidermis that is characterized by containing granules of keratohyalin and lamellar granules.", + "meaning": "CL:0002189", + "title": "granular cell of epidermis" + }, + { + "text": "CL:0000042", + "description": "A myeloblast committed to the neutrophil lineage. This cell type is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and has low expression of PU.1 transcription factor.", + "meaning": "CL:0000042", + "title": "neutrophilic myeloblast" + }, + { + "text": "CL:4033044", + "description": "An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis.", + "meaning": "CL:4033044", + "title": "deuterosomal cell" + }, + { + "text": "CL:0000520", + "meaning": "CL:0000520", + "title": "prokaryotic cell" + }, + { + "text": "CL:1000341", + "description": "An enterocyte that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000341", + "title": "enterocyte of epithelium proper of jejunum" + }, + { + "text": "CL:0000950", + "description": "A plasmablast that secretes IgE.", + "meaning": "CL:0000950", + "title": "IgE plasmablast" + }, + { + "text": "CL:0000049", + "description": "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages.", + "meaning": "CL:0000049", + "title": "common myeloid progenitor" + }, + { + "text": "CL:0000831", + "description": "A progenitor cell of the mast cell lineage. Markers for this cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, and lineage-negative.", + "meaning": "CL:0000831", + "title": "mast cell progenitor" + }, + { + "text": "CL:4023119", + "description": "A subpopulation of amacrine cell that migrate further than other amacrine cells, and come to lie basal to the inner plexiform layer (IPL) in the ganglion cell layer. Displaced amacrine cells still have their neurites extending apically into the IPL, and therefore exhibit an inverted polarity with respect to the other amacrine cells.", + "meaning": "CL:4023119", + "title": "displaced amacrine cell" + }, + { + "text": "CL:0000645", + "description": "A glial cell of astrocytic lineage with long processes running parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. These processes form a three-dimensional network among the axons of the hypothalamic neurosecretory cells and are connected by gap junctions which provide for their metabolic coupling. This cell type constitutes most of the nonexcitable tissue in the neurohypophsis; function may include possibly acting as an intermediate in the modulation of oxytocin and vasopressin release. This cell type is highly variable in size and shape and commonly contain lipid droplets and deposits of lipochrome pigment.", + "meaning": "CL:0000645", + "title": "pituicyte" + }, + { + "text": "CL:0000755", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is delicate and the dendritic tips appear small when compared with type 1 cells. The axon terminal is stratified and restricted to sublamina 2 of the inner plexiform layer.", + "meaning": "CL:0000755", + "title": "type 3 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002290", + "description": "A sperm bearing a Y chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.", + "meaning": "CL:0002290", + "title": "Y chromosome-bearing sperm cell" + }, + { + "text": "CL:0000866", + "description": "A tissue-resident macrophage resident found in the thymus, involved in the clearance of apoptotic thymocytes.", + "meaning": "CL:0000866", + "title": "thymic macrophage" + }, + { + "text": "CL:0000382", + "description": "A cell that is part of a scolopidium and surrounds the dendrite of a scolopidial neuron.", + "meaning": "CL:0000382", + "title": "scolopale cell" + }, + { + "text": "CL:4023043", + "description": "A near-projecting glutamatergic neuron with a soma found in layer 5/6 of the primary motor cortex.", + "meaning": "CL:4023043", + "title": "L5/6 near-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002132", + "description": "A stomal cell of the ovary", + "meaning": "CL:0002132", + "title": "stromal cell of ovary" + }, + { + "text": "CL:0000947", + "description": "A long lived plasma cell that secretes IgE.", + "meaning": "CL:0000947", + "title": "IgE plasma cell" + }, + { + "text": "CL:0002034", + "description": "A hematopoietic stem cell with long term self renewal capability. This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative and Flt3-negative.", + "meaning": "CL:0002034", + "title": "long term hematopoietic stem cell" + }, + { + "text": "CL:0008024", + "description": "An endocrine cell that is part of the pancreas.", + "meaning": "CL:0008024", + "title": "pancreatic endocrine cell" + }, + { + "text": "CL:0002552", + "description": "Any fibroblast that is part of some gingiva.", + "meaning": "CL:0002552", + "title": "fibroblast of gingiva" + }, + { + "text": "CL:0000227", + "description": "Any cell that has characteristic some binucleate.", + "meaning": "CL:0000227", + "title": "binucleate cell" + }, + { + "text": "CL:2000071", + "description": "Any microvascular endothelial cell that is part of a breast.", + "meaning": "CL:2000071", + "title": "mammary microvascular endothelial cell" + }, + { + "text": "CL:0000882", + "description": "A thymic macrophage found in the thymic medulla.", + "meaning": "CL:0000882", + "title": "thymic medullary macrophage" + }, + { + "text": "CL:0000551", + "meaning": "CL:0000551", + "title": "unimodal nocireceptor" + }, + { + "text": "CL:0000926", + "description": "A mature NK T cell that secretes interferon-gamma and enhances type 1 immune responses.", + "meaning": "CL:0000926", + "title": "CD4-positive type I NK T cell secreting interferon-gamma" + }, + { + "text": "CL:0002124", + "description": "A circulating gamma-delta T cell that is CD27-positive and capable of producing IFN-gamma.", + "meaning": "CL:0002124", + "title": "CD27-positive gamma-delta T cell" + }, + { + "text": "CL:0010008", + "description": "Any endothelial cell that is part of some heart.", + "meaning": "CL:0010008", + "title": "cardiac endothelial cell" + }, + { + "text": "CL:0000731", + "description": "A cell of a layer of transitional epithelium in the wall of the proximal urethra, bladder, ureter or renal pelvis, external to the lamina propria.", + "meaning": "CL:0000731", + "title": "urothelial cell" + }, + { + "text": "CL:0009090", + "description": "An adult endothelial progenitor cell that is resident of adult vasculature and capable of differentiating to regenerate endothelial cell populations. Endothelial colony forming cells are characterised in vivo by clonal proliferative status, de novo vessel formation, homing to ischemic sites and paracrine support of angiogenesis. These cells are phenotypically similar to endothelial cells.", + "meaning": "CL:0009090", + "title": "endothelial colony forming cell" + }, + { + "text": "CL:0009067", + "description": "An enterocyte found in the small intestine of newborn mammals and characterized by the presence of an apical canalicular system (ACS) leading to production of large vacuoles, important for colostral macromolecule uptake. After birth, the vacuolated fetal-type enterocytes are replaced with enterocytes lacking an ACS.", + "meaning": "CL:0009067", + "title": "vacuolated fetal-type enterocyte" + }, + { + "text": "CL:0002059", + "description": "A conventional thymic dendritic cell that is CD8alpha-positive.", + "meaning": "CL:0002059", + "title": "CD8alpha-positive thymic conventional dendritic cell" + }, + { + "text": "CL:0002460", + "description": "A conventional thymic dendritic cell that is CD8alpha-negative.", + "meaning": "CL:0002460", + "title": "CD8alpha-negative thymic conventional dendritic cell" + }, + { + "text": "CL:0000286", + "description": "A cell of a filament of a fungal mycelium.", + "meaning": "CL:0000286", + "title": "hyphal cell" + }, + { + "text": "CL:4023154", + "description": "A glial cell that myelinates axonal processes.", + "meaning": "CL:4023154", + "title": "myelinating glial cell" + }, + { + "text": "CL:0004253", + "description": "An amicrine that has a wide dendritic field.", + "meaning": "CL:0004253", + "title": "wide field retinal amacrine cell" + }, + { + "text": "CL:0019015", + "description": "An eosinophil with a ring-shaped nucleus that is resident in the lung parenchyma. In mouse, lung parenchyma resident eosinophils are IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they are Siglec-8+ CD62L+ IL-3R(low).", + "meaning": "CL:0019015", + "title": "lung parenchyma resident eosinophil" + }, + { + "text": "CL:1001096", + "description": "Any endothelial cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001096", + "title": "kidney afferent arteriole endothelial cell" + }, + { + "text": "CL:0000192", + "description": "A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast).", + "meaning": "CL:0000192", + "title": "smooth muscle cell" + }, + { + "text": "CL:1000719", + "description": "Any renal intercalated cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000719", + "title": "kidney inner medulla collecting duct intercalated cell" + }, + { + "text": "CL:1000343", + "description": "A paneth cell that is part of the epithelium of small intestine.", + "meaning": "CL:1000343", + "title": "paneth cell of epithelium of small intestine" + }, + { + "text": "CL:0000590", + "description": "A progesterone secreting cell in the corpus luteum that develops from theca cells.", + "meaning": "CL:0000590", + "title": "small luteal cell" + }, + { + "text": "CL:0000533", + "description": "A primary neuron (sensu Teleostei) that has a motor function.", + "meaning": "CL:0000533", + "title": "primary motor neuron (sensu Teleostei)" + }, + { + "text": "CL:0001011", + "description": "Immature interstitial dendritic cell is a interstitial dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001011", + "title": "immature interstitial dendritic cell" + }, + { + "text": "CL:0000718", + "description": "A cell of an ommatidium that secretes lens materials.", + "meaning": "CL:0000718", + "title": "compound eye cone cell" + }, + { + "text": "CL:0000684", + "meaning": "CL:0000684", + "title": "littoral cell of liver" + }, + { + "text": "CL:4030068", + "description": "A transcriptomically distinct intratelencepalic-projecting glutamatergic neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_cluster', L6 IT Car3.", + "meaning": "CL:4030068", + "title": "L6 intratelencephalic projecting Car3 glutamatergic neuron" + }, + { + "text": "CL:0002087", + "description": "A leukocyte that lacks granules.", + "meaning": "CL:0002087", + "title": "nongranular leukocyte" + }, + { + "text": "CL:0000952", + "description": "An preBRC-positive large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-positive, composed of surrogate light chain protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu) on the cell surface.", + "meaning": "CL:0000952", + "title": "preBCR-positive large pre-B-II cell" + }, + { + "text": "CL:1000300", + "description": "A fibroblast that is part of the outer membrane of prostatic capsule.", + "meaning": "CL:1000300", + "title": "fibroblast of outer membrane of prostatic capsule" + }, + { + "text": "CL:0000526", + "description": "A neuron which conveys sensory information centrally from the periphery.", + "meaning": "CL:0000526", + "title": "afferent neuron" + }, + { + "text": "CL:0002537", + "description": "A mesenchymal stem cell of the amnion membrane.", + "meaning": "CL:0002537", + "title": "amnion mesenchymal stem cell" + }, + { + "text": "CL:1000481", + "description": "A transitional myocyte that is part of the atrioventricular bundle.", + "meaning": "CL:1000481", + "title": "transitional myocyte of atrioventricular bundle" + }, + { + "text": "CL:0002000", + "description": "An erythroid progenitor cell is Kit-positive, Ly6A-negative, CD41-negative, CD127-negative, and CD123-negative. This cell type is also described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, CD105-positive, and FcgR-negative.", + "meaning": "CL:0002000", + "title": "Kit-positive erythroid progenitor cell" + }, + { + "text": "CL:0004138", + "description": "A retinal ganglion A cell with dense arbor near soma.", + "meaning": "CL:0004138", + "title": "retinal ganglion cell A2" + }, + { + "text": "CL:0000700", + "description": "A neuron that releases dopamine as a neurotransmitter.", + "meaning": "CL:0000700", + "title": "dopaminergic neuron" + }, + { + "text": "CL:0000863", + "description": "An elicited macrophage that is recruited into the tissues in response to injury and infection as part of an inflammatory response, expresses high levels of pro-inflammatory cytokines, ROS and NO, and shows potent microbicidal activity.", + "meaning": "CL:0000863", + "title": "inflammatory macrophage" + }, + { + "text": "CL:0002477", + "description": "A macrophage located in adipose tissue that is CD45-positive, CD11c-positive, and SIRPa-positive.", + "meaning": "CL:0002477", + "title": "adipose macrophage" + }, + { + "text": "CL:0002182", + "description": "A simple columnar cell that populates the entire luminal surface including the gastric pits. This cell types secrete mucus to form a thick protective, lubricant layer over the gastric wall.", + "meaning": "CL:0002182", + "title": "surface mucosal cell of stomach" + }, + { + "text": "CL:0000333", + "description": "A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body.", + "meaning": "CL:0000333", + "title": "migratory neural crest cell" + }, + { + "text": "CL:0002345", + "description": "An immature natural killer cell that is NK1.1-positive, DX5-positive, Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers in the liver.", + "meaning": "CL:0002345", + "title": "CD27-low, CD11b-low immature natural killer cell, mouse" + }, + { + "text": "CL:0002090", + "description": "One of two small cells formed by the first and second meiotic division of oocytes.", + "meaning": "CL:0002090", + "title": "polar body" + }, + { + "text": "CL:0002615", + "description": "An adipocyte that is part of omentum tissue.", + "meaning": "CL:0002615", + "title": "adipocyte of omentum tissue" + }, + { + "text": "CL:0001042", + "description": "CD4-positive, alpha-beta T cell that produces IL-22.", + "meaning": "CL:0001042", + "title": "T-helper 22 cell" + }, + { + "text": "CL:0009010", + "description": "Transit-amplifying cells (TACs) are an undifferentiated population in transition between stem cells and differentiated cells.", + "meaning": "CL:0009010", + "title": "transit amplifying cell" + }, + { + "text": "CL:4030029", + "description": "A lymphocyte located in blood.", + "meaning": "CL:4030029", + "title": "blood lymphocyte" + }, + { + "text": "CL:1000708", + "description": "Any ureteral cell that is part of some adventitia of ureter.", + "meaning": "CL:1000708", + "title": "ureter adventitial cell" + }, + { + "text": "CL:0000707", + "meaning": "CL:0000707", + "title": "R7 photoreceptor cell" + }, + { + "text": "CL:0009100", + "description": "A fibroblast located in the portal triad. Hepatic portal fibroblast are a non-parenchymal cell population located adjacent to bile duct epithelia in liver and are distinct from stellate cells. They differentiate into fibrogenic myofibroblasts during chronic injury states producing high levels of collagen.", + "meaning": "CL:0009100", + "title": "hepatic portal fibroblast" + }, + { + "text": "CL:0011001", + "description": "A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement.", + "meaning": "CL:0011001", + "title": "spinal cord motor neuron" + }, + { + "text": "CL:0011111", + "description": "A neuroendocrine cell that secretes gonadotropin-releasing hormone (GnRH). A GnRH neuron is born in the nasal placode during embryonic development and migrates through the nose and forebrain to the hypothalamus. This cell regulates reproduction by secreting GnRH into the pituitary portal vessels to induce the release of gonadotropins into the general circulation.", + "meaning": "CL:0011111", + "title": "gonadotropin-releasing hormone neuron" + }, + { + "text": "CL:1001320", + "description": "Any cell that is part of some urethra.", + "meaning": "CL:1001320", + "title": "urethra cell" + }, + { + "text": "CL:1000311", + "description": "An adipocyte that is part of the epicardial fat of left ventricle.", + "meaning": "CL:1000311", + "title": "adipocyte of epicardial fat of left ventricle" + }, + { + "text": "CL:0002484", + "description": "A melanocyte that produces pigment in the epithelium.", + "meaning": "CL:0002484", + "title": "epithelial melanocyte" + }, + { + "text": "CL:0000326", + "meaning": "CL:0000326", + "title": "glycogen accumulating cell" + }, + { + "text": "CL:0001055", + "description": "An intermediate monocyte that is CD14-positive and with low amounts of CD16.", + "meaning": "CL:0001055", + "title": "CD14-positive, CD16-low monocyte" + }, + { + "text": "CL:0000750", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the outer half of the inner plexiform layer. These cells depolarize in response to light to dark transition.", + "meaning": "CL:0000750", + "title": "OFF-bipolar cell" + }, + { + "text": "CL:4042013", + "description": "A transcriptomically distinct lamp5 GABAergic cortical interneuron located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: CGE-derived interneurons', Author Categories: 'CrossArea_subclass', Lamp5 Lhx6.", + "meaning": "CL:4042013", + "title": "Lamp5 Lhx6 neuron" + }, + { + "text": "CL:1000443", + "description": "A smooth muscle cell that is part of the ciliary body.", + "meaning": "CL:1000443", + "title": "ciliary muscle cell" + }, + { + "text": "CL:0000709", + "meaning": "CL:0000709", + "title": "R8 photoreceptor cell" + }, + { + "text": "CL:0000083", + "description": "An epithelial cell of the pancreas.", + "meaning": "CL:0000083", + "title": "epithelial cell of pancreas" + }, + { + "text": "CL:4030047", + "description": "A DRD2-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.", + "meaning": "CL:4030047", + "title": "matrix D2 medium spiny neuron" + }, + { + "text": "CL:0000007", + "description": "A cell found in the embryo before the formation of all the gem layers is complete.", + "meaning": "CL:0000007", + "title": "early embryonic cell (metazoa)" + }, + { + "text": "CL:0008026", + "description": "An epithelial cell that is part of the epithelium of a tracheal tube in an open tracheal system, such as that found in insects.", + "meaning": "CL:0008026", + "title": "open tracheal system tracheocyte" + }, + { + "text": "CL:0002486", + "description": "A melanocyte located between the epithelial marginal cell layer and the mesodermal basal cell layer within the intrastrial space; the predominant cellular component of the electrogenic machinery that generates an endocochlear potential (80-100 mV) .", + "meaning": "CL:0002486", + "title": "strial intermediate cell" + }, + { + "text": "CL:0009083", + "description": "The human equivalent of a DN4 thymocyte.", + "meaning": "CL:0009083", + "title": "rearranging double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:0002213", + "description": "A muscle cell with low content of myoglobin and other oxygen storing proteins. This muscle cell has a white appearance.", + "meaning": "CL:0002213", + "title": "white muscle cell" + }, + { + "text": "CL:2000038", + "description": "Any neuromast mantle cell that is part of a posterior lateral line.", + "meaning": "CL:2000038", + "title": "posterior lateral line neuromast mantle cell" + }, + { + "text": "CL:0003013", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a long secondary dendrite shaft with post synaptic terminals in sublaminar layer S4.", + "meaning": "CL:0003013", + "title": "G10 retinal ganglion cell" + }, + { + "text": "CL:1000445", + "description": "A myoepithelial cell that is part of the dilatator pupillae.", + "meaning": "CL:1000445", + "title": "myoepithelial cell of dilator pupillae" + }, + { + "text": "CL:4033033", + "description": "An OFF bipolar cell with a small dendritic tree that provides most of the triad-associated basal (flat) contacts at cone pedicles.", + "meaning": "CL:4033033", + "title": "flat midget bipolar cell" + }, + { + "text": "CL:0000825", + "description": "A lymphoid progenitor cell that is committed to the natural killer cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the phenotypic characteristics of later stages of natural killer cell development such as expression of NK activating and inhibitory molecules. In human this cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, and CD161 negative.", + "meaning": "CL:0000825", + "title": "pro-NK cell" + }, + { + "text": "CL:1000495", + "description": "A goblet cell that is part of the small intestine.", + "meaning": "CL:1000495", + "title": "small intestine goblet cell" + }, + { + "text": "CL:2000068", + "description": "Any fibroblast that is part of a pericardium.", + "meaning": "CL:2000068", + "title": "pericardium fibroblast" + }, + { + "text": "CL:0004228", + "description": "An amacrine cell with a small dendritic field that has post-synaptic terminals in S1, S2, S3, and S4.", + "meaning": "CL:0004228", + "title": "broad diffuse amacrine cell" + }, + { + "text": "CL:1001607", + "description": "Chondrocyte forming the hyaline cartilage found in joints.", + "meaning": "CL:1001607", + "title": "articular chondrocyte" + }, + { + "text": "CL:4028003", + "description": "An alveolar capillary endothelial cell that is located proximally to alveolar capillary type 1 endothelial cells and in close apposition to alveolar type 1 epithelial cells (also known as type I pneumocytes).", + "meaning": "CL:4028003", + "title": "alveolar capillary type 2 endothelial cell" + }, + { + "text": "CL:0000247", + "description": "Type of neuron that is a primary mechanosensory cell, with peripheral neurites innervating the skin with free nerve endings.", + "meaning": "CL:0000247", + "title": "Rohon-Beard neuron" + }, + { + "text": "CL:0005006", + "description": "Specialized epithelial cells involved in the maintenance of osmotic homeostasis. They are characterized by abundant mitochondria and ion transporters. In amniotes, they are present in the renal system. In freshwater fish, ionocytes in the skin and gills help maintain osmotic homeostasis by absorbing salt from the external environment.", + "meaning": "CL:0005006", + "title": "ionocyte" + }, + { + "text": "CL:0002061", + "description": "A T-helper cell that is characterized by secreting interleukin 9 and responding to helminth infections. This cell-type can derives from Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production is surpressed.", + "meaning": "CL:0002061", + "title": "T-helper 9 cell" + }, + { + "text": "CL:0002580", + "description": "A preadipocyte that is part of the breast.", + "meaning": "CL:0002580", + "title": "preadipocyte of the breast" + }, + { + "text": "CL:0002229", + "description": "A chief cell that is bigger than dark chief cells and has a larger and lighter nucleus and a cytoplasm with few granules.", + "meaning": "CL:0002229", + "title": "light chief cell of parathyroid gland" + }, + { + "text": "CL:1001064", + "meaning": "CL:1001064", + "title": "kidney artery smooth muscle cell" + }, + { + "text": "CL:4030021", + "description": "A renal beta-intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030021", + "title": "kidney connecting tubule beta-intercalated cell" + }, + { + "text": "CL:0000846", + "description": "An epithelial cell of the vestibular sensory organ that is characterized by intense enzymatic activities and numerous basal membrane infoldings.", + "meaning": "CL:0000846", + "title": "vestibular dark cell" + }, + { + "text": "CL:0002469", + "description": "Gr1-high monocyte that lacks MHC-II receptor complex.", + "meaning": "CL:0002469", + "title": "MHC-II-negative classical monocyte" + }, + { + "text": "CL:1000466", + "description": "A chromaffin cell that is part of the right ovary.", + "meaning": "CL:1000466", + "title": "chromaffin cell of right ovary" + }, + { + "text": "CL:0005013", + "description": "A ciliated epithelial cell with a single cilium.", + "meaning": "CL:0005013", + "title": "single ciliated epithelial cell" + }, + { + "text": "CL:0000176", + "description": "Any secretory cell that is capable of some ecdysteroid secretion.", + "meaning": "CL:0000176", + "title": "ecdysteroid secreting cell" + }, + { + "text": "CL:0009050", + "description": "A B cell that is located in the anorectum.", + "meaning": "CL:0009050", + "title": "B cell of anorectum" + }, + { + "text": "CL:1000305", + "description": "A fibroblast that is part of the connective tissue of glandular part of prostate.", + "meaning": "CL:1000305", + "title": "fibroblast of connective tissue of glandular part of prostate" + }, + { + "text": "CL:0002003", + "description": "An erythroid progenitor cell that is CD34-positive and is GlyA-negative.", + "meaning": "CL:0002003", + "title": "CD34-positive, GlyA-negative erythroid progenitor cell" + }, + { + "text": "CL:0002164", + "description": "A rod-shaped cell found in 3 or 4 rows that lie adjacent to and support the outer hair cells.", + "meaning": "CL:0002164", + "title": "external pillar cell of cochlea" + }, + { + "text": "CL:0002135", + "description": "Epidermal cells that do not contain keratin. Cell type is usually associated with moist epidermal tissues.", + "meaning": "CL:0002135", + "title": "nonkeratinized cell of epidermis" + }, + { + "text": "CL:4023027", + "description": "A sst GABAergic cortical interneuron with a soma found in L5 and possesses 'T-shaped' Martinotti morphologies with local axonal plexus in L5a and translaminar axons restricted to the uppermost part of L1. They show low-threshold spiking patterns with strong rebound firing, and inhibit the L1 apical tuft of nearby pyramidal cells.", + "meaning": "CL:4023027", + "title": "L5 sst T-Martinotti interneuron (Mmus)" + }, + { + "text": "CL:0000179", + "description": "Any secretory cell that is capable of some progesterone secretion.", + "meaning": "CL:0000179", + "title": "progesterone secreting cell" + }, + { + "text": "CL:0002082", + "description": "A chromaffin cell of the adrenal medulla that produces epinephrine.", + "meaning": "CL:0002082", + "title": "type II cell of adrenal medulla" + }, + { + "text": "CL:0000094", + "description": "A leukocyte with abundant granules in the cytoplasm.", + "meaning": "CL:0000094", + "title": "granulocyte" + }, + { + "text": "CL:0003038", + "description": "An M7 retinal ganglion cells with synaptic terminals in S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003038", + "title": "M7-OFF retinal ganglion cell" + }, + { + "text": "CL:0002369", + "description": "A differentiated form of a fungus produced during or as a result of an asexual or sexual reproductive process; usually a cell with a thick cell wall that stores and protects one or more nuclei. Spores may be produced in response to, and are characteristically resistant to, adverse environmental conditions.", + "meaning": "CL:0002369", + "title": "fungal spore" + }, + { + "text": "CL:1000716", + "description": "Principal cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may express the epithelial sodium channel (ENaC).", + "meaning": "CL:1000716", + "title": "kidney outer medulla collecting duct principal cell" + }, + { + "text": "CL:0000970", + "description": "An unswitched memory B cell is a memory B cell that has the phenotype IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, IgE-negative, and IgA-negative.", + "meaning": "CL:0000970", + "title": "unswitched memory B cell" + }, + { + "text": "CL:0003002", + "description": "A retinal ganglion cell that has a small dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S3.", + "meaning": "CL:0003002", + "title": "G1 retinal ganglion cell" + }, + { + "text": "CL:0000454", + "description": "A cell capable of producing epinephrine. Epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme, which is expressed in the adrenal glands, androgenic neurons, and in other cell types.", + "meaning": "CL:0000454", + "title": "epinephrine secreting cell" + }, + { + "text": "CL:0002561", + "description": "An epithelial cell that is part of the outer root sheath.", + "meaning": "CL:0002561", + "title": "outer root sheath cell" + }, + { + "text": "CL:0000477", + "description": "A somatic epithelial cell of the insect egg chamber.", + "meaning": "CL:0000477", + "title": "follicle cell of egg chamber" + }, + { + "text": "CL:0000674", + "description": "A follicle cell that is part of the stalk connecting adjacent egg chambers.", + "meaning": "CL:0000674", + "title": "interfollicle cell" + }, + { + "text": "CL:0003029", + "description": "A monostratified retinal ganglion cell that has a small soma, a small dendrite field with a dense dendrite arbor, and post synaptic terminals in sublaminer layer S2 and S3.", + "meaning": "CL:0003029", + "title": "M2 retinal ganglion cell" + }, + { + "text": "CL:4023162", + "description": "A neuron found in the anterior part of the ventral cochlear nucleus that has the appearance of bushes, having short dendrites. Bushy cells give outputs to different parts of the superior olivary complex.", + "meaning": "CL:4023162", + "title": "bushy cell" + }, + { + "text": "CL:1001599", + "description": "Glandular cell of exocrine pancreas epithelium. Example: pancreatic acinar cell, glandular cells in pancreatic canaliculi, glandular cells in pancreatic ducts.", + "meaning": "CL:1001599", + "title": "pancreas exocrine glandular cell" + }, + { + "text": "CL:1001577", + "description": "Squamous cell of tonsil epithelium.", + "meaning": "CL:1001577", + "title": "tonsil squamous cell" + }, + { + "text": "CL:0008009", + "description": "A visceral muscle that is transversely striated. Examples include the visceral muscle cells of arthropods.", + "meaning": "CL:0008009", + "title": "transversely striated visceral muscle cell" + }, + { + "text": "CL:0003030", + "description": "A monostratified retinal ganglion cell that has a medium soma and a small dendrite field.", + "meaning": "CL:0003030", + "title": "M3 retinal ganglion cell" + }, + { + "text": "CL:0003022", + "description": "A retinal ganglion cell C outer that has medium dendritic density and field size.", + "meaning": "CL:0003022", + "title": "retinal ganglion cell C5" + }, + { + "text": "CL:0002101", + "description": "A CD38-positive naive B cell is a mature B cell that has the phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002101", + "title": "CD38-positive naive B cell" + }, + { + "text": "CL:0009032", + "description": "A B cell that is located in a vermiform appendix.", + "meaning": "CL:0009032", + "title": "B cell of appendix" + }, + { + "text": "CL:1001138", + "description": "Any kidney cortex artery cell that is part of some interlobular artery.", + "meaning": "CL:1001138", + "title": "interlobular artery cell" + }, + { + "text": "CL:0002461", + "description": "A conventional dendritic cell that is CD103-positive. This cell type is usually found in non-lymphoid tissue.", + "meaning": "CL:0002461", + "title": "CD103-positive dendritic cell" + }, + { + "text": "CL:0000635", + "description": "The outer phalangeal cells of the organ of Corti. This cell holds the base of the hair cell in a cup-shaped depression.", + "meaning": "CL:0000635", + "title": "Deiter's cell" + }, + { + "text": "CL:0002366", + "description": "A smooth muscle cell of the myometrium that enlarges and stretches during pregnancy, and contracts in response to oxytocin.", + "meaning": "CL:0002366", + "title": "myometrial cell" + }, + { + "text": "CL:0002441", + "description": "A NK1.1-positive T cell that is CD94-positive.", + "meaning": "CL:0002441", + "title": "CD94-positive natural killer cell, mouse" + }, + { + "text": "CL:0002079", + "description": "Epithelial cell found in the ducts of the pancreas. This cell type contributes to the high luminal pH.", + "meaning": "CL:0002079", + "title": "pancreatic ductal cell" + }, + { + "text": "CL:0002655", + "description": "An epithelial cell of stratum spinosum of esophageal epithelium.", + "meaning": "CL:0002655", + "title": "epithelial cell of stratum spinosum of esophageal epithelium" + }, + { + "text": "CL:4033036", + "description": "An OFF bipolar cell that is fovea-specific and expresses FEZF1, NXPH1 and NXPH2.", + "meaning": "CL:4033036", + "title": "OFFx cell" + }, + { + "text": "CL:0002255", + "description": "A stromal cell of the endometrium that is fibroblastic in appearance. During decidualization this cell may differentiate into a decidual stromal cell.", + "meaning": "CL:0002255", + "title": "stromal cell of endometrium" + }, + { + "text": "CL:0002553", + "description": "A fibroblast that is part of lung.", + "meaning": "CL:0002553", + "title": "fibroblast of lung" + }, + { + "text": "CL:0002476", + "description": "A tissue-resident macrophage located in the bone marrow. This cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, F4/80-positive.", + "meaning": "CL:0002476", + "title": "bone marrow macrophage" + }, + { + "text": "CL:0002568", + "description": "A mesenchymal stem cell that is part of Wharton's jelly.", + "meaning": "CL:0002568", + "title": "mesenchymal stem cell of Wharton's jelly" + }, + { + "text": "CL:0017001", + "description": "A mesodermal cell that is part of the splanchnic layer of lateral plate mesoderm.", + "meaning": "CL:0017001", + "title": "splanchnic mesodermal cell" + }, + { + "text": "CL:0002071", + "description": "Columnar cell which populate the epithelium of large intestine and absorb water. This cell is the most numerous of the epithelial cell types in the large intestine; bear apical microvilli, contain secretory granules in their apical cytoplasm; secretion appears to be largely mucins, but is also rich in antibodies of the IgA type.", + "meaning": "CL:0002071", + "title": "enterocyte of epithelium of large intestine" + }, + { + "text": "CL:4030010", + "description": "A brush border cell that is part of segment 2 (S2) of the proximal tubule epithelium, located in the renal cortex. In addition to its reabsorptive functions, it is also specialized in the secretion of organic anions and cations, including para-aminohippurate.", + "meaning": "CL:4030010", + "title": "epithelial cell of proximal tubule segment 2" + }, + { + "text": "CL:0000869", + "description": "A gut-associated lymphoid tissue macrophage found in tonsils.", + "meaning": "CL:0000869", + "title": "tonsillar macrophage" + }, + { + "text": "CL:0000903", + "description": "CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function.", + "meaning": "CL:0000903", + "title": "natural T-regulatory cell" + }, + { + "text": "CL:4023069", + "description": "A GABAergic cortical interneuron that develops from the medial ganglionic eminence and has migrated to the cerebral cortex.", + "meaning": "CL:4023069", + "title": "medial ganglionic eminence derived GABAergic cortical interneuron" + }, + { + "text": "CL:0002226", + "description": "A secondary lens fiber cell that lacks a nucleus.", + "meaning": "CL:0002226", + "title": "non-nucleated secondary lens fiber" + }, + { + "text": "CL:0000448", + "description": "An adipocyte with light coloration and few mitochondria. It contains a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole.", + "meaning": "CL:0000448", + "title": "white adipocyte" + }, + { + "text": "CL:0000630", + "description": "A cell whose primary function is to support other cell types.", + "meaning": "CL:0000630", + "title": "supporting cell" + }, + { + "text": "CL:0002585", + "description": "A blood vessel endothelial cell that is part of the retina.", + "meaning": "CL:0002585", + "title": "retinal blood vessel endothelial cell" + }, + { + "text": "CL:0000976", + "description": "A short lived plasma cell that secretes IgA. These cells may be found in the bone marrow as well as in the mucosal immune system.", + "meaning": "CL:0000976", + "title": "IgA short lived plasma cell" + }, + { + "text": "CL:0008006", + "description": "A myoblast that detemines the properties (size, shape and attachment to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops into a somatic muscle myotube via fusion with `fusion component myoblasts` (CL:0000621).", + "meaning": "CL:0008006", + "title": "muscle founder cell" + }, + { + "text": "CL:0002487", + "description": "A neuronal receptor that respond to mechanical pressure or distortion in the skin.", + "meaning": "CL:0002487", + "title": "cutaneous/subcutaneous mechanoreceptor cell" + }, + { + "text": "CL:1000547", + "description": "An epithelial cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000547", + "title": "kidney inner medulla collecting duct epithelial cell" + }, + { + "text": "CL:0001202", + "description": "A plasmablast that is CD86-positive.", + "meaning": "CL:0001202", + "title": "CD86-positive plasmablast" + }, + { + "text": "CL:4023071", + "description": "A GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.", + "meaning": "CL:4023071", + "title": "L5/6 cck GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0011006", + "description": "An inhibitory GABAergic interneuron found in the cerebellar cortex.", + "meaning": "CL:0011006", + "title": "Lugaro cell" + }, + { + "text": "CL:0002134", + "description": "A stromal cell of the ovarian medulla.", + "meaning": "CL:0002134", + "title": "stromal cell of ovarian medulla" + }, + { + "text": "CL:0002500", + "description": "A P/D1 enteroendocrine cell that is Grimelius positive and stores bombesin-like polypeptide.", + "meaning": "CL:0002500", + "title": "P enteroendocrine cell" + }, + { + "text": "CL:0000666", + "description": "An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues.", + "meaning": "CL:0000666", + "title": "fenestrated endothelial cell" + }, + { + "text": "CL:0002663", + "description": "A myocardial endocrine cell that is part of the atrium.", + "meaning": "CL:0002663", + "title": "myocardial endocrine cell of atrium" + }, + { + "text": "CL:0000329", + "description": "Any cell that is capable of some oxygen transport.", + "meaning": "CL:0000329", + "title": "oxygen accumulating cell" + }, + { + "text": "CL:0000494", + "description": "A photoreceptor cell that detects ultraviolet light.", + "meaning": "CL:0000494", + "title": "UV sensitive photoreceptor cell" + }, + { + "text": "CL:0002277", + "description": "An enteroendocrine cell commonest in the duodenum and jejunum, rare in ileum, that secretes cholecystokinin. This cell type is involved in the regulation of digestive enzymes and bile.", + "meaning": "CL:0002277", + "title": "type I enteroendocrine cell" + }, + { + "text": "CL:0002010", + "description": "A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive cell with intermediate expression of SIRP-alpha.", + "meaning": "CL:0002010", + "title": "pre-conventional dendritic cell" + }, + { + "text": "CL:0002161", + "description": "A cell type found on the superficial layer of the external side of the tympanic membrane. This cell-type lacks a nucleus.", + "meaning": "CL:0002161", + "title": "superficial external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002231", + "description": "An epithelial cell of the prostate.", + "meaning": "CL:0002231", + "title": "epithelial cell of prostate" + }, + { + "text": "CL:4030014", + "description": "Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the inner medulla. It is known in some mammalian species that the long descending limb of the loop of Henle in the inner medulla selectively expresses the nuclear receptor Nr2e3, the Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, which expresses a urea transporter, is also expressed in the inner medulla.", + "meaning": "CL:4030014", + "title": "kidney loop of Henle long descending thin limb inner medulla epithelial cell" + }, + { + "text": "CL:1000334", + "description": "An enterocyte that is part of the epithelium of small intestine.", + "meaning": "CL:1000334", + "title": "enterocyte of epithelium of small intestine" + }, + { + "text": "CL:1001045", + "description": "Any kidney arterial blood vessel cell that is part of some renal cortex artery.", + "meaning": "CL:1001045", + "title": "kidney cortex artery cell" + }, + { + "text": "CL:0002015", + "description": "A polychromatophilic erythroblast that is Lyg 76-high and is Kit-negative.", + "meaning": "CL:0002015", + "title": "Kit-negative, Ly-76 high polychromatophilic erythroblast" + }, + { + "text": "CL:1001588", + "description": "Glandular cell of colon epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001588", + "title": "colon glandular cell" + }, + { + "text": "CL:0002193", + "description": "A cell type that is the first of the maturation stages of the granulocytic leukocytes normally found in the bone marrow. Granules are seen in the cytoplasm. The nuclear material of the myelocyte is denser than that of the myeloblast but lacks a definable membrane. The cell is flat and contains increasing numbers of granules as maturation progresses.", + "meaning": "CL:0002193", + "title": "myelocyte" + }, + { + "text": "CL:0001658", + "meaning": "CL:0001658", + "title": "visual pigment cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002169", + "description": "An epithelial cell located on the basal lamina of the olfactory epithelium.", + "meaning": "CL:0002169", + "title": "basal cell of olfactory epithelium" + }, + { + "text": "CL:0002405", + "description": "A post-natal thymocyte expressing components of the gamma-delta T cell receptor. This cell type is always double-negative (i.e. CD4-negative, CD8-negative).", + "meaning": "CL:0002405", + "title": "gamma-delta thymocyte" + }, + { + "text": "CL:1000768", + "description": "Any nephron tubule epithelial cell that is part of some renal connecting tubule.", + "meaning": "CL:1000768", + "title": "kidney connecting tubule epithelial cell" + }, + { + "text": "CL:4030052", + "description": "A DRD2-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.", + "meaning": "CL:4030052", + "title": "nucleus accumbens shell and olfactory tubercle D2 medium spiny neuron" + }, + { + "text": "CL:0001066", + "description": "A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative).", + "meaning": "CL:0001066", + "title": "erythroid progenitor cell, mammalian" + }, + { + "text": "CL:4023011", + "description": "A GABAergic neuron located in the cerebral cortex that expresses Lamp5", + "meaning": "CL:4023011", + "title": "lamp5 GABAergic cortical interneuron" + }, + { + "text": "CL:1000415", + "description": "An epithelial cell that is part of the gallbladder.", + "meaning": "CL:1000415", + "title": "epithelial cell of gallbladder" + }, + { + "text": "CL:4033009", + "description": "A(n) goblet cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033009", + "title": "goblet cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0009085", + "description": "An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. They may form discrete colonies.", + "meaning": "CL:0009085", + "title": "colony forming unit \u2013 Hill cell" + }, + { + "text": "CL:0004137", + "description": "A retinal ganglion A2 cell with dendrites terminating in S4.", + "meaning": "CL:0004137", + "title": "retinal ganglion cell A2 inner" + }, + { + "text": "CL:1000615", + "description": "Any kidney tubule cell that is part of some renal cortex tubule.", + "meaning": "CL:1000615", + "title": "kidney cortex tubule cell" + }, + { + "text": "CL:1000477", + "description": "A nodal myocyte that is part of the sinoatrial node.", + "meaning": "CL:1000477", + "title": "cardiac pacemaker cell of sinoatrial node" + }, + { + "text": "CL:0002158", + "description": "Epithelial cell found on the external side of the tympanic membrane", + "meaning": "CL:0002158", + "title": "external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0000967", + "description": "A memory B cell arising in the germinal center that is IgD-negative and has undergone somatic mutation of the variable region of the immunoglobulin heavy and light chain genes.", + "meaning": "CL:0000967", + "title": "Bm5 B cell" + }, + { + "text": "CL:0010012", + "description": "A CNS neuron of the cerebral cortex.", + "meaning": "CL:0010012", + "title": "cerebral cortex neuron" + }, + { + "text": "CL:1000703", + "description": "Any kidney epithelial cell that is part of some kidney pelvis urothelium.", + "meaning": "CL:1000703", + "title": "kidney pelvis urothelial cell" + }, + { + "text": "CL:0004240", + "description": "An amacrine cell with a wide dendritic field, dendrites in S1, and post-synaptic terminals in S1.", + "meaning": "CL:0004240", + "title": "WF1 amacrine cell" + }, + { + "text": "CL:0000726", + "description": "An asexual 1-celled spore (primarily for perennation, not dissemination). Originates endogenously and singly within part of a pre-existing cell by the contraction of the protoplast. Possesses an inner secondary and often thickened hyaline or brown wall, usually impregnated with hydrophobic material.", + "meaning": "CL:0000726", + "title": "chlamydospore" + }, + { + "text": "CL:4023003", + "description": "A type of intrafusal muscle fiber that has nuclei arranged in a linear row. Unlike nuclear bag fibers, the equatorial region of these fibers (in the centre of the spindle) is not expanded. These fibers are responsible for the detection of changes in muscle length. They are innervated by static gamma motor neurons and are principally associated with type II sensory fibers.", + "meaning": "CL:4023003", + "title": "nuclear chain fiber" + }, + { + "text": "CL:0000915", + "description": "An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive located in the columnar epithelium of the gastrointestinal tract. These cells have a memory phenotype of CD2-negative and CD5-negative.", + "meaning": "CL:0000915", + "title": "CD8-alpha-alpha-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0000434", + "description": "A secretory cell that discharges its product without loss of cytoplasm.", + "meaning": "CL:0000434", + "title": "eccrine cell" + }, + { + "text": "CL:0002444", + "description": "A NK1.1-positive T cell that is Ly49H-positive.", + "meaning": "CL:0002444", + "title": "Ly49H-positive natural killer cell, mouse" + }, + { + "text": "CL:0002234", + "description": "A cell of the basal layer of the epithelium in the prostatic acinus.", + "meaning": "CL:0002234", + "title": "basal cell of prostatic acinus" + }, + { + "text": "CL:4030063", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3-4. This neuron type can have a pyramidal, star-pyramidal or spiny stellate morphology and projects its output to L2/3 and L5A/B. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L4 IT.", + "meaning": "CL:4030063", + "title": "L4 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000324", + "meaning": "CL:0000324", + "title": "metanephric mesenchyme stem cell" + }, + { + "text": "CL:1000492", + "description": "A mesothelial cell that is part of the parietal pleura.", + "meaning": "CL:1000492", + "title": "mesothelial cell of parietal pleura" + }, + { + "text": "CL:0000627", + "description": "A cell involved in transporting nutrients, minerals, water, gases and other chemicals between cells for a variety of purposes including conveying nutrition to other tissues, removing waste products from the tissues, conveying gases for respiration, distributing heat and repelling invasion of foreign substances.", + "meaning": "CL:0000627", + "title": "transporting cell" + }, + { + "text": "CL:0002617", + "description": "An adipocyte that is part of the breast.", + "meaning": "CL:0002617", + "title": "adipocyte of breast" + }, + { + "text": "CL:0001001", + "description": "Immature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001001", + "title": "immature CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0011023", + "description": "A mast cell that is CD25+.", + "meaning": "CL:0011023", + "title": "CD25+ mast cell" + }, + { + "text": "CL:2000005", + "description": "Any macroglial cell that is part of a brain.", + "meaning": "CL:2000005", + "title": "brain macroglial cell" + }, + { + "text": "CL:0000105", + "description": "Neuron with two neurites that are fused grossly when they protrude from the soma and bifurcate a short distance from the soma.", + "meaning": "CL:0000105", + "title": "pseudounipolar neuron" + }, + { + "text": "CL:2000066", + "description": "Any fibroblast that is part of a cardiac ventricle.", + "meaning": "CL:2000066", + "title": "cardiac ventricle fibroblast" + }, + { + "text": "CL:0000877", + "description": "A splenic white pulp macrophage found in and around the germinal centers of the white pulp of the spleen that participates in phagocytosis of apoptotic B cells from the germinal centers. A marker for a cell of this type is Mertk-positive.", + "meaning": "CL:0000877", + "title": "splenic tingible body macrophage" + }, + { + "text": "CL:0002343", + "description": "A natural killer cell subset that is found in the decidual of the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This cell type represents the most abundant immune cell type in the decidual during the first trimester of pregnancy.", + "meaning": "CL:0002343", + "title": "decidual natural killer cell, human" + }, + { + "text": "CL:1000217", + "description": "Any chondrocyte that is part of some growth plate cartilage.", + "meaning": "CL:1000217", + "title": "growth plate cartilage chondrocyte" + }, + { + "text": "CL:1000354", + "description": "A M cell that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000354", + "title": "microfold cell of epithelium of intestinal villus" + }, + { + "text": "CL:0000345", + "description": "A mesenchymal cell that is part of a small mass of condensed mesenchyme in the enamel organ; it differentiates into the dentin and dental pulp.", + "meaning": "CL:0000345", + "title": "dental papilla cell" + }, + { + "text": "CL:0000322", + "description": "An epithelial cell that lines the peripheral gas exchange region of the lungs of air-breathing vertebrates.", + "meaning": "CL:0000322", + "title": "pulmonary alveolar epithelial cell" + }, + { + "text": "CL:2000045", + "description": "Any melanocyte of skin that is part of a skin of prepuce of penis.", + "meaning": "CL:2000045", + "title": "foreskin melanocyte" + }, + { + "text": "CL:0000887", + "description": "A lymph node macrophage found in the subcapsular sinus of lymph nodes that participates in sensing, clearance, and antigen presentation of lymph-borne particulate antigens. This macrophage is capable of activating invaraint NKT cells and is CD169-positive.", + "meaning": "CL:0000887", + "title": "lymph node subcapsular sinus macrophage" + }, + { + "text": "CL:0000465", + "description": "A precursor of the cells that form the dorsal vessel of arthropods.", + "meaning": "CL:0000465", + "title": "cardioblast (sensu Arthropoda)" + }, + { + "text": "CL:0002356", + "description": "A primitive erythrocyte that has undergone enucleation. This cell type is 3-6 fold bigger than the fetal derived erythrocytes that they co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin chains.", + "meaning": "CL:0002356", + "title": "primitive reticulocyte" + }, + { + "text": "CL:1000330", + "description": "A serous secreting cell that is part of the epithelium of trachea.", + "meaning": "CL:1000330", + "title": "serous cell of epithelium of trachea" + }, + { + "text": "CL:0002285", + "description": "A taste receptor cell that is characterized by morphologically identifiable synaptic contacts with the gustatory nerve fibers and expression of the synaptic membrane protein-25 (SNAP-25) and NCAM.", + "meaning": "CL:0002285", + "title": "type III taste bud cell" + }, + { + "text": "CL:0017004", + "description": "A supportive cell with a small, oval-shaped body and one to five telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of micrometers long and mostly below 0.2 microns of caliber.", + "meaning": "CL:0017004", + "title": "telocyte" + }, + { + "text": "CL:0002043", + "description": "A hematopoietic multipotent progenitor cell that is CD34-positive, CD38-negative, CD45RA-negative, and CD90-negative.", + "meaning": "CL:0002043", + "title": "CD34-positive, CD38-negative multipotent progenitor cell" + }, + { + "text": "CL:0001047", + "description": "A CD4-positive, CD25-positive, alpha-beta regulatory T cell with the additional phenotype CCR4-positive.", + "meaning": "CL:0001047", + "title": "CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:1000468", + "description": "A myoepithelial cell that is part of the acinus of lactiferous gland.", + "meaning": "CL:1000468", + "title": "myoepithelial cell of acinus of lactiferous gland" + }, + { + "text": "CL:0000459", + "description": "A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme.", + "meaning": "CL:0000459", + "title": "noradrenergic cell" + }, + { + "text": "CL:0000765", + "description": "A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers.", + "meaning": "CL:0000765", + "title": "erythroblast" + }, + { + "text": "CL:1000340", + "description": "An enterocyte that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000340", + "title": "enterocyte of epithelium proper of duodenum" + }, + { + "text": "CL:4033034", + "description": "An ON bipolar cell with a small dendritic tree that forms most of the central (invaginating) elements opposite the synaptic ribbon at the cone triad.", + "meaning": "CL:4033034", + "title": "invaginating midget bipolar cell" + }, + { + "text": "CL:0002171", + "description": "A rounded or elliptical epithelial cell, with pale-staining open face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; form a distinct basal zone spaced slightly from the basal surface of the epithelium.", + "meaning": "CL:0002171", + "title": "globose cell of olfactory epithelium" + }, + { + "text": "CL:0000318", + "description": "A cell secreting sweat, the fluid excreted by the sweat glands of mammals. It consists of water containing sodium chloride, phosphate, urea, ammonia, and other waste products.", + "meaning": "CL:0000318", + "title": "sweat secreting cell" + }, + { + "text": "CL:0002005", + "description": "A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive and is IL3-receptor alpha-negative and CD45RA-negative.", + "meaning": "CL:0002005", + "title": "CD34-positive, CD38-positive megakaryocyte erythroid progenitor cell" + }, + { + "text": "CL:0002377", + "description": "A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons.", + "meaning": "CL:0002377", + "title": "immature Schwann cell" + }, + { + "text": "CL:0009047", + "description": "A macrophage found in the medullary sinus of the lymph node.", + "meaning": "CL:0009047", + "title": "macrophage of medullary sinus of lymph node" + }, + { + "text": "CL:0002309", + "description": "A basophil chromphil cell of the anterior pitiutary gland that produce adrenocorticotropic hormone, melanocyte-stimulating hormone and lipotropin. This cell type is irregular in shape and has short dendritic processes which are inserted among other neighboring cells;", + "meaning": "CL:0002309", + "title": "corticotroph" + }, + { + "text": "CL:0000412", + "description": "A cell that contains more than two haploid sets of chromosomes.", + "meaning": "CL:0000412", + "title": "polyploid cell" + }, + { + "text": "CL:1000412", + "description": "An endothelial cell that is part of the arteriole.", + "meaning": "CL:1000412", + "title": "endothelial cell of arteriole" + }, + { + "text": "CL:0002049", + "description": "A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, and BP-positive. Intracellularly expression of surrogate light chain, Rag1 and Rag2, TdT, occurs while there is no expression of mu heavy chain.", + "meaning": "CL:0002049", + "title": "fraction C precursor B cell" + }, + { + "text": "CL:0000034", + "description": "A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells.", + "meaning": "CL:0000034", + "title": "stem cell" + }, + { + "text": "CL:0002325", + "description": "A milk-producing glandular epithelial cell that is part of a mammary gland alveolus and differentiates from a luminal adaptive secretory precursor cell during secretory differentiation (also termed lactogenesis I). Following secretory activation (also termed lactogenesis II), a lactocyte is involved in the synthesis and/or transport of milk constituents including proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, and cytokines into the lumen of the lactating mammary gland.", + "meaning": "CL:0002325", + "title": "lactocyte" + }, + { + "text": "CL:2000004", + "description": "Any cell that is part of a pituitary gland.", + "meaning": "CL:2000004", + "title": "pituitary gland cell" + }, + { + "text": "CL:0002330", + "description": "An undifferentiated columnar cell of the bronchus epithelium", + "meaning": "CL:0002330", + "title": "undifferentiated cell of bronchus epithelium" + }, + { + "text": "CL:0002400", + "description": "A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, CD43-positive and HSA-positive.", + "meaning": "CL:0002400", + "title": "fraction B/C precursor B cell" + }, + { + "text": "CL:4023001", + "description": "A beta motor neuron that innervates nuclear chain fibers.", + "meaning": "CL:4023001", + "title": "static beta motor neuron" + }, + { + "text": "CL:2000022", + "description": "Any native cell that is part of a cardiac septum.", + "meaning": "CL:2000022", + "title": "cardiac septum cell" + }, + { + "text": "CL:4030061", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3.", + "meaning": "CL:4030061", + "title": "L3 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000879", + "description": "A border associated macrophage that is part of a meninx. This macrophage type is elongated and amoeboid spindle-shaped with limited mobility. This macrophage is highly phagocytic, expresses scavenger receptors, has dynamic protrusions and extends its processes during inflammation.", + "meaning": "CL:0000879", + "title": "meningeal macrophage" + }, + { + "text": "CL:4023052", + "description": "A Betz cell that synapses with lower motor neurons directly.", + "meaning": "CL:4023052", + "title": "Betz upper motor neuron" + }, + { + "text": "CL:0000800", + "description": "A gamma-delta T cell that has a mature phenotype. These cells can be found in tissues and circulation where they express unique TCR repertoire depending on their location.", + "meaning": "CL:0000800", + "title": "mature gamma-delta T cell" + }, + { + "text": "CL:0002566", + "description": "A melanocyte that appears darker due to content or amount of melanin granules.", + "meaning": "CL:0002566", + "title": "dark melanocyte" + }, + { + "text": "CL:0002216", + "description": "An intermediate muscle cell that has characteristics of both fast and slow muscle cells.", + "meaning": "CL:0002216", + "title": "intermediate muscle cell" + }, + { + "text": "CL:0000808", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, CD25-negative, and pre-TCR-positive.", + "meaning": "CL:0000808", + "title": "DN4 thymocyte" + }, + { + "text": "CL:4042003", + "description": "A central nervous system macrophage that is part of a choroid plexus, a meninx and a perivascular space. A border associated macrophage interacts with various components of the CNS vasculature and meninges, it participates in immune surveillance and in the regulation of the blood brain barrier.", + "meaning": "CL:4042003", + "title": "border associated macrophage" + }, + { + "text": "CL:0000673", + "description": "An intrinsic neuron of the mushroom body of arthropods and annelids. They have tightly packed, cytoplasm-poor cell bodies.", + "meaning": "CL:0000673", + "title": "Kenyon cell" + }, + { + "text": "CL:2000034", + "description": "Any neuromast hair cell that is part of a anterior lateral line.", + "meaning": "CL:2000034", + "title": "anterior lateral line neuromast hair cell" + }, + { + "text": "CL:0000143", + "meaning": "CL:0000143", + "title": "guidepost cell" + }, + { + "text": "CL:0000625", + "description": "A T cell expressing an alpha-beta T cell receptor and the CD8 coreceptor.", + "meaning": "CL:0000625", + "title": "CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1000693", + "meaning": "CL:1000693", + "title": "kidney interstitial fibrocyte" + }, + { + "text": "CL:0000567", + "meaning": "CL:0000567", + "title": "polymodal nocireceptor" + }, + { + "text": "CL:1001597", + "description": "Glandular cell of seminal vesicle epithelium.", + "meaning": "CL:1001597", + "title": "seminal vesicle glandular cell" + }, + { + "text": "CL:1000223", + "description": "A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Lung neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Lung neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury.", + "meaning": "CL:1000223", + "title": "lung neuroendocrine cell" + }, + { + "text": "CL:0000445", + "meaning": "CL:0000445", + "title": "apoptosis fated cell" + }, + { + "text": "CL:4023089", + "description": "A basket cell which has simpler dendritic arbors (compared to small or large basket cells), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches.", + "meaning": "CL:4023089", + "title": "nest basket cell" + }, + { + "text": "CL:1000696", + "meaning": "CL:1000696", + "title": "kidney interstitial inflammatory macrophage" + }, + { + "text": "CL:1000314", + "description": "A goblet cell that is part of the epithelium of gastric cardiac gland.", + "meaning": "CL:1000314", + "title": "gastric cardiac gland goblet cell" + }, + { + "text": "CL:0004237", + "description": "A retinal amacrine cell with a medium dendritic field and post-synaptic terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004237", + "title": "fountain amacrine cell" + }, + { + "text": "CL:1000479", + "description": "A Purkinje myocyte that is part of the atrioventricular node.", + "meaning": "CL:1000479", + "title": "Purkinje myocyte of atrioventricular node" + }, + { + "text": "CL:0007004", + "description": "Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells.", + "meaning": "CL:0007004", + "title": "premigratory neural crest cell" + }, + { + "text": "CL:4030042", + "description": "A ciliated cell of the endometrial glandular epithelium.", + "meaning": "CL:4030042", + "title": "glandular endometrial ciliated epithelial cell" + }, + { + "text": "CL:0000354", + "meaning": "CL:0000354", + "title": "blastemal cell" + }, + { + "text": "CL:0000793", + "description": "A CD4-positive, alpha-beta T cell that is found in the columnar epithelium of the gastrointestinal tract.", + "meaning": "CL:0000793", + "title": "CD4-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:1000362", + "description": "A transitional myocyte that is part of the interventricular septum.", + "meaning": "CL:1000362", + "title": "transitional myocyte of interventricular septum" + }, + { + "text": "CL:0002339", + "description": "A prostate epithelial cell that is CD133-positive, CD44-positive, integrin A2beta3-high. This cell is a stem cell for the prostate epithelium.", + "meaning": "CL:0002339", + "title": "prostate stem cell" + }, + { + "text": "CL:0002247", + "description": "A tissue macrophage that is in the pleural space.", + "meaning": "CL:0002247", + "title": "pleural macrophage" + }, + { + "text": "CL:0002211", + "description": "A slow muscle cell that has large amounts of myoglobin, stores energy as triglycerides, generates ATP by the oxidative method and is resistant to fatigue.", + "meaning": "CL:0002211", + "title": "type I muscle cell" + }, + { + "text": "CL:0000655", + "description": "A secondary oocyte is an oocyte that has not completed meiosis II.", + "meaning": "CL:0000655", + "title": "secondary oocyte" + }, + { + "text": "CL:4023015", + "description": "A GABAergic neuron located in the cerebral cortex that expresses Gamma-synuclein", + "meaning": "CL:4023015", + "title": "sncg GABAergic cortical interneuron" + }, + { + "text": "CL:0000814", + "description": "A mature alpha-beta T cell of a distinct lineage that bears natural killer markers and a T cell receptor specific for a limited set of ligands. NK T cells have activation and regulatory roles particularly early in an immune response.", + "meaning": "CL:0000814", + "title": "mature NK T cell" + }, + { + "text": "CL:0002298", + "description": "A thymic epithelial cell type with low nuclear and cytoplasmic electrondensity; has a round, euchromatic nucleus and occurs in small groups at the corticomedullary junction or scattered singly in the medulla.", + "meaning": "CL:0002298", + "title": "type-5 epithelial cell of thymus" + }, + { + "text": "CL:0000011", + "description": "Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination.", + "meaning": "CL:0000011", + "title": "migratory trunk neural crest cell" + }, + { + "text": "CL:0000669", + "description": "An elongated, contractile cell found wrapped about precapillary arterioles outside the basement membrane. Pericytes are present in capillaries where proper adventitia and muscle layer are missing (thus distingushing this cell type from adventitial cells). They are relatively undifferentiated and may become fibroblasts, macrophages, or smooth muscle cells.", + "meaning": "CL:0000669", + "title": "pericyte" + }, + { + "text": "CL:0000125", + "description": "A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons.", + "meaning": "CL:0000125", + "title": "glial cell" + }, + { + "text": "CL:1000453", + "description": "An epithelial cell that is part of the intermediate tubule.", + "meaning": "CL:1000453", + "title": "epithelial cell of intermediate tubule" + }, + { + "text": "CL:0002028", + "description": "A cell type that can give rise to basophil and mast cells. This cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa", + "meaning": "CL:0002028", + "title": "basophil mast progenitor cell" + }, + { + "text": "CL:0000222", + "description": "A cell of the middle germ layer of the embryo.", + "meaning": "CL:0000222", + "title": "mesodermal cell" + }, + { + "text": "CL:0002397", + "description": "A CD14-positive monocyte that is also CD16-positive and CCR2-negative.", + "meaning": "CL:0002397", + "title": "CD14-positive, CD16-positive monocyte" + }, + { + "text": "CL:1000618", + "description": "Any kidney cortical cell that is part of some juxtaglomerular apparatus.", + "meaning": "CL:1000618", + "title": "juxtaglomerular complex cell" + }, + { + "text": "CL:0002634", + "description": "An epithelial cell of the anal column.", + "meaning": "CL:0002634", + "title": "epithelial cell of anal column" + }, + { + "text": "CL:4033040", + "description": "A lung resident memory CD8-positive, alpha-beta T cell that is CD103-positive.", + "meaning": "CL:4033040", + "title": "lung resident memory CD8-positive, CD103-positive, alpha-beta T cell" + }, + { + "text": "CL:0011003", + "description": "A neurosecretory neuron residing mainly in the hypothalamic supraoptic and paraventricular nuclei and in a number of smaller accessory cell groups between these two nuclei, that is capable of secreting the hormones oxytocin or vasopressin, and sometimes both, into the systemic circulation.", + "meaning": "CL:0011003", + "title": "magnocellular neurosecretory cell" + }, + { + "text": "CL:0002459", + "description": "A dermal dendritic cell that is langerin-negative, CD103-negative, and CD11b-positive.", + "meaning": "CL:0002459", + "title": "langerin-negative dermal dendritic cell" + }, + { + "text": "CL:0002237", + "description": "A cell that constitutes the luminal layer of epithelium of prostatic duct.", + "meaning": "CL:0002237", + "title": "luminal epithelial cell of prostatic duct" + }, + { + "text": "CL:0002521", + "description": "An adipocyte that is part of subcutaneous adipose tissue.", + "meaning": "CL:0002521", + "title": "subcutaneous adipocyte" + }, + { + "text": "CL:0002244", + "description": "A nonstratified squamous cell located in the ectocervix.", + "meaning": "CL:0002244", + "title": "squamous cell of ectocervix" + }, + { + "text": "CL:0000498", + "description": "An interneuron (also called relay neuron, association neuron or local circuit neuron) is a multipolar neuron which connects afferent neurons and efferent neurons in neural pathways. Like motor neurons, interneuron cell bodies are always located in the central nervous system (CNS).", + "meaning": "CL:0000498", + "title": "inhibitory interneuron" + }, + { + "text": "CL:0002547", + "description": "A fibroblast of the aortic adventitia.", + "meaning": "CL:0002547", + "title": "fibroblast of the aortic adventitia" + }, + { + "text": "CL:0002579", + "description": "A preadipocyte that is part of an omentum.", + "meaning": "CL:0002579", + "title": "omentum preadipocyte" + }, + { + "text": "CL:0000213", + "description": "A cell within an epithelial cell sheet whose main function is to act as an internal or external covering for a tissue or an organism.", + "meaning": "CL:0000213", + "title": "lining cell" + }, + { + "text": "CL:0017002", + "description": "A neuroendocrine cell that is part of the prostate epithelium.", + "meaning": "CL:0017002", + "title": "prostate neuroendocrine cell" + }, + { + "text": "CL:0002421", + "description": "A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles.", + "meaning": "CL:0002421", + "title": "nucleated reticulocyte" + }, + { + "text": "CL:4033057", + "description": "A luminal epithelial cell of the mammary gland that can proliferate and has the potential to differentiate into a lactocyte during pregnancy. In humans, a luminal adaptive secretory precursor cell can be identified by high levels of the markers EpCAM and CD49f, and in mice it can be identified by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8.", + "meaning": "CL:4033057", + "title": "luminal adaptive secretory precursor cell of mammary gland" + }, + { + "text": "CL:1001016", + "description": "Any kidney loop of Henle epithelial cell that is part of some ascending limb of loop of Henle.", + "meaning": "CL:1001016", + "title": "kidney loop of Henle ascending limb epithelial cell" + }, + { + "text": "CL:0002109", + "description": "A B220-positive CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-positive, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002109", + "title": "B220-positive CD38-positive naive B cell" + }, + { + "text": "CL:1000274", + "meaning": "CL:1000274", + "title": "trophectodermal cell" + }, + { + "text": "CL:0000591", + "description": "A thermoreceptor cell that detects increased temperatures.", + "meaning": "CL:0000591", + "title": "warmth sensing thermoreceptor cell" + }, + { + "text": "CL:0000699", + "description": "A type of glomus or chief cell, is sensitive to hypoxia and produce catecholamines.", + "meaning": "CL:0000699", + "title": "paraganglial type 1 cell" + }, + { + "text": "CL:0002644", + "description": "An endothelial cell of viscerocranial mucosa that is part of the tympanic region of the viscerocranial mucosa.", + "meaning": "CL:0002644", + "title": "endo-epithelial cell of tympanic part of viscerocranial mucosa" + }, + { + "text": "CL:0000319", + "description": "Any secretory cell that is capable of some mucus secretion.", + "meaning": "CL:0000319", + "title": "mucus secreting cell" + }, + { + "text": "CL:0002137", + "description": "A cell in the zona reticularis that produce sex hormones.", + "meaning": "CL:0002137", + "title": "type III cell of adrenal cortex" + }, + { + "text": "CL:0000413", + "description": "A cell whose nucleus contains a single haploid genome.", + "meaning": "CL:0000413", + "title": "haploid cell" + }, + { + "text": "CL:0000100", + "description": "An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement.", + "meaning": "CL:0000100", + "title": "motor neuron" + }, + { + "text": "CL:0000490", + "meaning": "CL:0000490", + "title": "photopic photoreceptor cell" + }, + { + "text": "CL:0002628", + "description": "An immature microglial cell with a ramified morphology.", + "meaning": "CL:0002628", + "title": "immature microglial cell" + }, + { + "text": "CL:0000933", + "description": "A type II NK T cell that has been recently activated, secretes interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000933", + "title": "type II NK T cell secreting interleukin-4" + }, + { + "text": "CL:0000679", + "description": "A neuron that is capable of some neurotansmission by glutamate secretion.", + "meaning": "CL:0000679", + "title": "glutamatergic neuron" + }, + { + "text": "CL:0002572", + "description": "A mesenchymal stem cell of the vertebrae.", + "meaning": "CL:0002572", + "title": "vertebral mesenchymal stem cell" + }, + { + "text": "CL:0010022", + "description": "A neuron that has its soma in the heart.", + "meaning": "CL:0010022", + "title": "cardiac neuron" + }, + { + "text": "CL:0004239", + "description": "A bistratified amacrine cell with a medium dendritic field and post-synaptic terminals in S1-S2, and S4.", + "meaning": "CL:0004239", + "title": "wavy bistratified amacrine cell" + }, + { + "text": "CL:0005001", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into an iridophore.", + "meaning": "CL:0005001", + "title": "iridoblast" + }, + { + "text": "CL:0000691", + "description": "Any interneuron that has characteristic some stellate morphology.", + "meaning": "CL:0000691", + "title": "stellate interneuron" + }, + { + "text": "CL:2000015", + "description": "Any skin fibroblast that is part of a arm.", + "meaning": "CL:2000015", + "title": "fibroblast of arm" + }, + { + "text": "CL:0002586", + "description": "An epithelial cell of the retinal pigmented epithelium.", + "meaning": "CL:0002586", + "title": "retinal pigment epithelial cell" + }, + { + "text": "CL:0000453", + "description": "Langerhans cell is a conventional dendritic cell that has plasma membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid origin, that appears clear on light microscopy and has a dark-staining, indented nucleus and characteristic inclusions (Birbeck granules) in the cytoplasm; Langerhans cells are found principally in the stratum spinosum of the epidermis, but they also occur in other stratified epithelia and have been identified in the lung, lymph nodes, spleen, and thymus.", + "meaning": "CL:0000453", + "title": "Langerhans cell" + }, + { + "text": "CL:0002222", + "description": "A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye.", + "meaning": "CL:0002222", + "title": "vertebrate lens cell" + }, + { + "text": "CL:0000770", + "description": "A late basophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature basophil.", + "meaning": "CL:0000770", + "title": "band form basophil" + }, + { + "text": "CL:0000823", + "description": "A natural killer cell that is developmentally immature and expresses natural killer cell receptors (NKR).", + "meaning": "CL:0000823", + "title": "immature natural killer cell" + }, + { + "text": "CL:0005018", + "description": "A cell that secretes ghrelin, the peptide hormone that stimulates hunger.", + "meaning": "CL:0005018", + "title": "ghrelin secreting cell" + }, + { + "text": "CL:1000378", + "description": "A type I vestibular sensory cell that is part of the stato-acoustic epithelium.", + "meaning": "CL:1000378", + "title": "type 1 vestibular sensory cell of stato-acoustic epithelium" + }, + { + "text": "CL:0002536", + "description": "An epithelial cell that is part of the amnion.", + "meaning": "CL:0002536", + "title": "epithelial cell of amnion" + }, + { + "text": "CL:0000758", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The cell has a loose, delicate axon terminal that opens in sublamina 3 of the inner plexiform layer and descends into sublamina 4.", + "meaning": "CL:0000758", + "title": "type 6 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:2000036", + "description": "Any neuromast support cell that is part of a anterior lateral line.", + "meaning": "CL:2000036", + "title": "anterior lateral line neuromast supporting cell" + }, + { + "text": "CL:0002610", + "description": "A neuron of the raphe nuclei.", + "meaning": "CL:0002610", + "title": "raphe nuclei neuron" + }, + { + "text": "CL:4023031", + "description": "A sst GABAergic cortical interneuron with a soma found in lower L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending axons but denser local axons and sparser \u2018fanning-out\u2019 projections to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5 fan Martinotti Cell) and non-zero afterdepolarization (ADP).", + "meaning": "CL:4023031", + "title": "L4 sst Martinotti interneuron (Mmus)" + }, + { + "text": "CL:0002145", + "description": "A ciliated columnar cell found in the trachea and bronchus. Vary from low to tall columnar; possesses up to 300 cilia at its surface, interspersed with long irregular microvilli with the cilia varying in length from about 6um in the trachea to about 4um in the terminal bronchioles; driving force of the ciliary current in the bronchial tree.", + "meaning": "CL:0002145", + "title": "ciliated columnar cell of tracheobronchial tree" + }, + { + "text": "CL:0000965", + "description": "A germinal center B cell that is rapidly dividing and has the phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation of the immunoglobulin V gene region can occur during proliferation of this cell type.", + "meaning": "CL:0000965", + "title": "Bm3 B cell" + }, + { + "text": "CL:1000494", + "description": "An epithelial cell that is part of a nephron tubule.", + "meaning": "CL:1000494", + "title": "nephron tubule epithelial cell" + }, + { + "text": "CL:0011115", + "description": "A cell that, by division or terminal differentiation, can give rise to other cell types.", + "meaning": "CL:0011115", + "title": "precursor cell" + }, + { + "text": "CL:0002527", + "description": "An immature CD14-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002527", + "title": "immature CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0009113", + "description": "A regulatory T cell present in the B cell follicles and germinal centers of lymphoid tissues. In humans, it is CXCR5+.", + "meaning": "CL:0009113", + "title": "T follicular regulatory cell" + }, + { + "text": "CL:0009012", + "description": "A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the small intestine. Stem cells located in the crypts of Lieberk\u00fchn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.", + "meaning": "CL:0009012", + "title": "transit amplifying cell of small intestine" + }, + { + "text": "CL:0000628", + "description": "A cell that can perform photosynthesis, in which carbohydrates are synthesized from carbon dioxide and water, using light as the energy source.", + "meaning": "CL:0000628", + "title": "photosynthetic cell" + }, + { + "text": "CL:0000712", + "description": "Any epidermal cell that is part of some stratum granulosum of epidermis.", + "meaning": "CL:0000712", + "title": "stratum granulosum cell" + }, + { + "text": "CL:0000099", + "description": "Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions.", + "meaning": "CL:0000099", + "title": "interneuron" + }, + { + "text": "CL:4023024", + "description": "A lamp5 GABAergic cortical interneuron with layer-adapting morphology. NGC lamp5 cells have a small round soma, short dendrites, and a wide dense axonal arbor that tends to establish a dense axonal mesh with high connection probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have unique synaptic properties that distinguish them from other GABAergic interneurons, including the release of GABA to the extracellular space via volume transmission, and the ability to produce GABA-B responses in connected postsynaptic targets.", + "meaning": "CL:4023024", + "title": "neurogliaform lamp5 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:4023095", + "description": "A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances.", + "meaning": "CL:4023095", + "title": "untufted pyramidal neuron" + }, + { + "text": "CL:0000639", + "description": "A basophilic chromophil cell that of the anterior pituitary gland.", + "meaning": "CL:0000639", + "title": "basophil cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:0000385", + "description": "A precursor of mature hemocytes.", + "meaning": "CL:0000385", + "title": "prohemocyte (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000359", + "description": "A smooth muscle cell associated with the vasculature.", + "meaning": "CL:0000359", + "title": "vascular associated smooth muscle cell" + }, + { + "text": "CL:0002619", + "description": "An adult angioblastic cell released from the bone marrow, or from the kidney in some teleost species, capable of blood circulation and participation in angiogenesis by differentiating into blood vessel endothelial cells.", + "meaning": "CL:0002619", + "title": "adult endothelial progenitor cell" + }, + { + "text": "CL:0009107", + "description": "A lymphatic endothelial cell located in the subcapsular sinus ceiling of a lymph node. In human, it's characterized by a unique marker expression (NT5e+ and Caveolin-1+).", + "meaning": "CL:0009107", + "title": "lymphatic endothelial cell of subcapsular sinus ceiling" + }, + { + "text": "CL:0002175", + "description": "A cell within the primary follicle of the ovary.", + "meaning": "CL:0002175", + "title": "primary follicular cell of ovary" + }, + { + "text": "CL:4023045", + "description": "An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that projects to the medulla. MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.", + "meaning": "CL:4023045", + "title": "medulla-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:4033023", + "description": "An epithelial cell that is part of a collecting duct of an airway submucosal gland.", + "meaning": "CL:4033023", + "title": "airway submucosal gland collecting duct epithelial cell" + }, + { + "text": "CL:4033015", + "description": "A star-shaped glial cell that is part of some retina. This cell links neurons to blood vessels and may provide structural and physiological support to optic nerve head axons.", + "meaning": "CL:4033015", + "title": "retinal astrocyte" + }, + { + "text": "CL:0000528", + "description": "A nerve cell where transmission is mediated by nitric oxide.", + "meaning": "CL:0000528", + "title": "nitrergic neuron" + }, + { + "text": "CL:0000402", + "description": "An interneuron that has its cell body in a central nervous system.", + "meaning": "CL:0000402", + "title": "CNS interneuron" + }, + { + "text": "CL:0002104", + "description": "An IgG-negative double negative memory B cell is a double negative memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative.", + "meaning": "CL:0002104", + "title": "IgG-negative double negative memory B cell" + }, + { + "text": "CL:0002032", + "description": "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities.", + "meaning": "CL:0002032", + "title": "hematopoietic oligopotent progenitor cell" + }, + { + "text": "CL:0002605", + "description": "An astrocyte of the cerebral cortex.", + "meaning": "CL:0002605", + "title": "astrocyte of the cerebral cortex" + }, + { + "text": "CL:0011114", + "description": "A segmented neutrophilic cell of the bone marrow reserve pool that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity immunoglobulin gamma Fc region receptor III) on its cell surface.", + "meaning": "CL:0011114", + "title": "segmented neutrophil of bone marrow" + }, + { + "text": "CL:0001000", + "description": "CD8_alpha-positive CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive and CD8_alpha-positive.", + "meaning": "CL:0001000", + "title": "CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0002021", + "description": "An enucleate erythrocyte that is GlyA-positive.", + "meaning": "CL:0002021", + "title": "GlyA-positive erythrocyte" + }, + { + "text": "CL:0007022", + "description": "A specialized pore forming cell of the follicle, located adjacent to the animal pole of the oocyte. The micropylar cell makes the single micropyle (pore) through the chorion through which the sperm fertilizes the egg.", + "meaning": "CL:0007022", + "title": "micropylar cell" + }, + { + "text": "CL:2000030", + "description": "Any native cell that is part of a hypothalamus.", + "meaning": "CL:2000030", + "title": "hypothalamus cell" + }, + { + "text": "CL:0002081", + "description": "This cell resembles a glia cell, express the glial marker S100 and act as a supporting cell to type I cell. This cell is located in a small cluster of type I and type II cells near the fork of the carotid artery.", + "meaning": "CL:0002081", + "title": "type II cell of carotid body" + }, + { + "text": "CL:0000138", + "description": "Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell.", + "meaning": "CL:0000138", + "title": "chondrocyte" + }, + { + "text": "CL:0000943", + "description": "A Be cell that facilitates development of T-helper 1 (Th1) phenotype in CD4-positive T cells, and secretes high levels of interleukin-2, tumor necrosis factor-alpha and interferon-gamma.", + "meaning": "CL:0000943", + "title": "Be1 Cell" + }, + { + "text": "CL:0004234", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, and in S3-S4.", + "meaning": "CL:0004234", + "title": "diffuse multistratified amacrine cell" + }, + { + "text": "CL:0000119", + "description": "Large intrinsic neuron located in the granule layer of the cerebellar cortex that extends its dendrites into the molecular layer where they receive contact from parallel fibers. The axon of the Golgi cell ramifies densely in the granule layer and enters into a complex arrangement with mossy fiber terminals and granule cell dendrites to form the cerebellar glomerulus. Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th ed. 2004.", + "meaning": "CL:0000119", + "title": "cerebellar Golgi cell" + }, + { + "text": "CL:1000339", + "description": "An enterocyte that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000339", + "title": "enterocyte of epithelium proper of small intestine" + }, + { + "text": "CL:0000959", + "description": "A transitional stage B cell that has the phenotype surface IgM-positive, surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive and is located in the splenic B follicles. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive.", + "meaning": "CL:0000959", + "title": "T2 B cell" + }, + { + "text": "CL:0010005", + "description": "A specialized cardiomyocyte that transmit signals from the AV node to the cardiac Purkinje fibers.", + "meaning": "CL:0010005", + "title": "atrioventricular bundle cell" + }, + { + "text": "CL:0002020", + "description": "A reticulocyte that is GlyA-positive.", + "meaning": "CL:0002020", + "title": "GlyA-positive reticulocytes" + }, + { + "text": "CL:4023058", + "description": "A mesothelial fibroblast found in the leptomeninx.", + "meaning": "CL:4023058", + "title": "mesothelial fibroblast of the leptomeninx" + }, + { + "text": "CL:0010002", + "description": "An epithelial cell that is part_of a umbilical artery.", + "meaning": "CL:0010002", + "title": "epithelial cell of umbilical artery" + }, + { + "text": "CL:0009064", + "description": "A T cell located in the lymph node paracortex, where macrophages and dendritic cells present antigenic peptides to these na\u00efve T cells, stimulating them to become activated helper T cells or cytotoxic T lymphocytes.", + "meaning": "CL:0009064", + "title": "lymph node paracortex T cell" + }, + { + "text": "CL:4033004", + "description": "A(n) smooth muscle cell that is part of a(n) taenia coli.", + "meaning": "CL:4033004", + "title": "smooth muscle cell of taenia coli" + }, + { + "text": "CL:0000449", + "description": "A cell from the thermogenic form of adipose tissue found in many species, particularly in newborns and hibernating mammals, but also in lesser amounts in adults of other mammals including humans. Brown fat is capable of rapid liberation of energy and seems to be important in the maintenance of body temperature immediately after birth and upon waking from hibernation.", + "meaning": "CL:0000449", + "title": "brown adipocyte" + }, + { + "text": "CL:0000689", + "description": "A cell with both myofibrils and secretory granules.", + "meaning": "CL:0000689", + "title": "myoendocrine cell" + }, + { + "text": "CL:0002334", + "description": "An undifferentiated fibroblast that can be stimulated to form a fat cell.", + "meaning": "CL:0002334", + "title": "preadipocyte" + }, + { + "text": "CL:1000596", + "description": "Any kidney cell that is part of some juxtamedullary cortex.", + "meaning": "CL:1000596", + "title": "inner renal cortex cell" + }, + { + "text": "CL:0000343", + "description": "A pigment cell that is capable of detecting light stimulus that is involved in visual perception.", + "meaning": "CL:0000343", + "title": "visual pigment cell (sensu Vertebrata)" + }, + { + "text": "CL:4023077", + "description": "A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma.", + "meaning": "CL:4023077", + "title": "bitufted neuron" + }, + { + "text": "CL:0002316", + "description": "A supporting cell of the vestibular epithelium.", + "meaning": "CL:0002316", + "title": "supporting cell of vestibular epithelium" + }, + { + "text": "CL:1000351", + "description": "A basal cell that is part of the epithelium of respiratory bronchiole.", + "meaning": "CL:1000351", + "title": "basal cell of epithelium of respiratory bronchiole" + }, + { + "text": "CL:0000517", + "description": "A type of foam cell derived from a macrophage containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000517", + "title": "macrophage derived foam cell" + }, + { + "text": "CL:0000047", + "description": "An undifferentiated neural cell that originates from the neuroectoderm and has the capacity both to perpetually self-renew without differentiating and to generate multiple central nervous system neuronal and glial cell types.", + "meaning": "CL:0000047", + "title": "neural stem cell" + }, + { + "text": "CL:0009001", + "description": "Any cell in the compound eye, a light sensing organ composed of ommatidia.", + "meaning": "CL:0009001", + "title": "compound eye retinal cell" + }, + { + "text": "CL:0002674", + "description": "A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus.", + "meaning": "CL:0002674", + "title": "H minus" + }, + { + "text": "CL:0019002", + "description": "Any chondrocyte that is part of the tracheobronchial tree.", + "meaning": "CL:0019002", + "title": "tracheobronchial chondrocyte" + }, + { + "text": "CL:0002001", + "description": "A granulocyte monocyte progenitor is CD34-positive, CD38-positive, IL-3receptor-alpha-positive and is CD45RA-negative.", + "meaning": "CL:0002001", + "title": "CD34-positive, CD38-positive granulocyte monocyte progenitor" + }, + { + "text": "CL:0002163", + "description": "A rod-shpaed cell that forms a single row adjacent to and supporting the inner hair cells.", + "meaning": "CL:0002163", + "title": "internal pillar cell of cochlea" + }, + { + "text": "CL:0009053", + "description": "A stromal cell found in the lamina propria of the anorectum.", + "meaning": "CL:0009053", + "title": "stromal cell of anorectum lamina propria" + }, + { + "text": "CL:0000411", + "description": "An epithelial cell of the hypodermis of Caenorhabditis.", + "meaning": "CL:0000411", + "title": "Caenorhabditis hypodermal cell" + }, + { + "text": "CL:0005020", + "description": "Lymphatic progenitor cells.", + "meaning": "CL:0005020", + "title": "lymphangioblast" + }, + { + "text": "CL:0000785", + "description": "A B cell that is mature, having left the bone marrow. Initially, these cells are IgM-positive and IgD-positive, and they can be activated by antigen.", + "meaning": "CL:0000785", + "title": "mature B cell" + }, + { + "text": "CL:0008016", + "description": "A skeletal muscle satellite cell that has become mitotically active - typically following muscle damage.", + "meaning": "CL:0008016", + "title": "activated skeletal muscle satellite cell" + }, + { + "text": "CL:0002438", + "description": "A mature NK cell that is NK1.1-positive.", + "meaning": "CL:0002438", + "title": "NK1.1-positive natural killer cell, mouse" + }, + { + "text": "CL:0002328", + "description": "An epithelial cell of the bronchus.", + "meaning": "CL:0002328", + "title": "bronchial epithelial cell" + }, + { + "text": "CL:0000253", + "meaning": "CL:0000253", + "title": "eurydendroid cell" + }, + { + "text": "CL:0004220", + "description": "An amacrine cell with a small, asymteric dendritic field.", + "meaning": "CL:0004220", + "title": "flag amacrine cell" + }, + { + "text": "CL:0000075", + "description": "A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube.", + "meaning": "CL:0000075", + "title": "columnar/cuboidal epithelial cell" + }, + { + "text": "CL:0002555", + "description": "A fibroblast that is part of the mammary gland.", + "meaning": "CL:0002555", + "title": "fibroblast of mammary gland" + }, + { + "text": "CL:0000379", + "meaning": "CL:0000379", + "title": "sensory processing neuron" + }, + { + "text": "CL:0000108", + "description": "A neuron that uses acetylcholine as a vesicular neurotransmitter.", + "meaning": "CL:0000108", + "title": "cholinergic neuron" + }, + { + "text": "CL:0004226", + "description": "An amacrine cell with a small dendritic field with post-synaptic terminals in S3 and S4.", + "meaning": "CL:0004226", + "title": "monostratified amacrine cell" + }, + { + "text": "CL:4033060", + "description": "A lactocyte that highly expresses genes associated with lipid production and milk component biosynthesis.", + "meaning": "CL:4033060", + "title": "lactocyte type 2" + }, + { + "text": "CL:0002019", + "description": "A reticulocyte that is Ly76-high and is Kit-negative.", + "meaning": "CL:0002019", + "title": "Ly-76 high reticulocyte" + }, + { + "text": "CL:0000232", + "description": "A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen.", + "meaning": "CL:0000232", + "title": "erythrocyte" + }, + { + "text": "CL:0000704", + "description": "A specialized endothelial cell that senses extracellular signals and guides the directed growth of blood vessels.", + "meaning": "CL:0000704", + "title": "endothelial tip cell" + }, + { + "text": "CL:0011008", + "description": "A hemocyte derived from the embryonic head mesoderm, which enters the hemolymph as a circulating cell.", + "meaning": "CL:0011008", + "title": "embryonic hemocyte" + }, + { + "text": "CL:1000303", + "description": "A fibroblast that is part of the areolar connective tissue.", + "meaning": "CL:1000303", + "title": "fibroblast of areolar connective tissue" + }, + { + "text": "CL:0000018", + "description": "A male germ cell that develops from the haploid secondary spermatocytes. Without further division, spermatids undergo structural changes and give rise to spermatozoa.", + "meaning": "CL:0000018", + "title": "spermatid" + }, + { + "text": "CL:0009088", + "description": "An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. These cells do not form colonies.", + "meaning": "CL:0009088", + "title": "circulating angiogenic cell" + }, + { + "text": "CL:0008034", + "description": "Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation.", + "meaning": "CL:0008034", + "title": "mural cell" + }, + { + "text": "CL:1001611", + "description": "Neuron of the cerebellum.", + "meaning": "CL:1001611", + "title": "cerebellar neuron" + }, + { + "text": "CL:0009020", + "description": "An intestinal tuft cell that is a part of a vermiform appendix.", + "meaning": "CL:0009020", + "title": "tuft cell of appendix" + }, + { + "text": "CL:2000061", + "description": "Any mesenchymal stem cell that is part of a placenta.", + "meaning": "CL:2000061", + "title": "placental amniotic mesenchymal stromal cell" + }, + { + "text": "CL:0000207", + "description": "Any neuron that is capable of some detection of chemical stimulus involved in sensory perception of smell.", + "meaning": "CL:0000207", + "title": "olfactory receptor cell" + }, + { + "text": "CL:0002117", + "description": "A class switched memory B cell that lacks IgG on the cell surface.", + "meaning": "CL:0002117", + "title": "IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000371", + "description": "The cell protoplasm after removal of the cell wall.", + "meaning": "CL:0000371", + "title": "protoplast" + }, + { + "text": "CL:0002174", + "description": "A cell within the follicle of an ovary.", + "meaning": "CL:0002174", + "title": "follicular cell of ovary" + }, + { + "text": "CL:0001015", + "description": "CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high and is CD8_alpha-low.", + "meaning": "CL:0001015", + "title": "CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:0000848", + "description": "An olfactory receptor cell in which the apical ending of the dendrite is a knob that bears numerous microvilli.", + "meaning": "CL:0000848", + "title": "microvillous olfactory receptor neuron" + }, + { + "text": "CL:1001502", + "description": "The large glutaminergic nerve cells whose dendrites synapse with axons of the olfactory receptor neurons in the glomerular layer of the olfactory bulb, and whose axons pass centrally in the olfactory tract to the olfactory cortex.", + "meaning": "CL:1001502", + "title": "mitral cell" + }, + { + "text": "CL:4042007", + "description": "An astrocyte with highly branched protrusions, found in neocortex layers 2-6. It is involved with the formation and elimination of synapses, glutamate clearance, modulation of synaptic functions and regulation of blood flow in response to synaptic activity.", + "meaning": "CL:4042007", + "title": "protoplasmic astrocyte" + }, + { + "text": "CL:0010007", + "description": "Any cell that is part of some His-Purkinje system.", + "meaning": "CL:0010007", + "title": "His-Purkinje system cell" + }, + { + "text": "CL:0008018", + "description": "A myoblast that is commited to developing into a somatic muscle.", + "meaning": "CL:0008018", + "title": "somatic muscle myoblast" + }, + { + "text": "CL:0002097", + "description": "A cell of the adrenal cortex. Cell types include those that synthesize and secrete chemical derivatives (steroids) of cholesterol.", + "meaning": "CL:0002097", + "title": "cortical cell of adrenal gland" + }, + { + "text": "CL:1000410", + "description": "A muscle cell that is part of the atrioventricular node.", + "meaning": "CL:1000410", + "title": "myocyte of atrioventricular node" + }, + { + "text": "CL:0008033", + "description": "A pericyte of the decidual vasculature.", + "meaning": "CL:0008033", + "title": "decidual pericyte" + }, + { + "text": "CL:0000209", + "description": "A specialized cell involved in gustatory sensory perception.", + "meaning": "CL:0000209", + "title": "taste receptor cell" + }, + { + "text": "CL:0003018", + "description": "A retinal ganglion B3 cell with dentrites terminating in S4.", + "meaning": "CL:0003018", + "title": "retinal ganglion cell B3 inner" + }, + { + "text": "CL:0000027", + "description": "A smooth muscle cell derived from the neural crest.", + "meaning": "CL:0000027", + "title": "smooth muscle cell neural crest derived" + }, + { + "text": "CL:0002170", + "description": "A keratinized cell located in the hard palate or gingiva.", + "meaning": "CL:0002170", + "title": "keratinized cell of the oral mucosa" + }, + { + "text": "CL:0002262", + "description": "An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver.", + "meaning": "CL:0002262", + "title": "endothelial cell of sinusoid" + }, + { + "text": "CL:0000796", + "description": "A alpha-beta intraepithelial T cell found in the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.", + "meaning": "CL:0000796", + "title": "CD8-alpha-beta-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0007017", + "description": "An epidermal cell with apical microvilli or a single apical projection have synaptic associations with nerve fibres in the epidermis.", + "meaning": "CL:0007017", + "title": "Stiftchenzellen" + }, + { + "text": "CL:0002668", + "description": "An otic fibrocyte that is lateral to the basilar membrane and anchoris it to the lateral wall.", + "meaning": "CL:0002668", + "title": "type 4 otic fibrocyte" + }, + { + "text": "CL:1000470", + "description": "A myoepithelial cell that is part of the primary lactiferous duct.", + "meaning": "CL:1000470", + "title": "myoepithelial cell of primary lactiferous duct" + }, + { + "text": "CL:0000682", + "description": "An absorptive cell of the gut epithelium that endocytoses microorganisms and intact macromolecules from the gut lumen and transports them to the subepithelial space where they are presented to antigen-presenting cells and lymphocytes.", + "meaning": "CL:0000682", + "title": "M cell of gut" + }, + { + "text": "CL:0005026", + "description": "Multi fate stem cell that gives rise to both hepatocytes and cholangiocytes as descendants. The term often refers to fetal precursors of hepatocytes (differently from 'hepatic stem cell', usually applied to the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts may also be endogenous, as some stem cells found in the liver come from the bone marrow via blood circulation.", + "meaning": "CL:0005026", + "title": "hepatoblast" + }, + { + "text": "CL:0011011", + "description": "A cell derived from the mesoderm that is located between the paraxial mesoderm and the lateral plate.", + "meaning": "CL:0011011", + "title": "intermediate mesodermal cell" + }, + { + "text": "CL:0005015", + "description": "An auditory epithelial support cell that surrounds the nerve fibers and synapses of the auditory inner hair cells.", + "meaning": "CL:0005015", + "title": "inner phalangeal cell" + }, + { + "text": "CL:0000954", + "description": "A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, and carries a DNA rearrangement of one or more immunoglobulin light chain genes.", + "meaning": "CL:0000954", + "title": "small pre-B-II cell" + }, + { + "text": "CL:0000972", + "description": "A class switched memory B cell is a memory B cell that has undergone Ig class switching and therefore is IgM-negative on the cell surface. These cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface.", + "meaning": "CL:0000972", + "title": "class switched memory B cell" + }, + { + "text": "CL:0000789", + "description": "A T cell that expresses an alpha-beta T cell receptor complex.", + "meaning": "CL:0000789", + "title": "alpha-beta T cell" + }, + { + "text": "CL:0009019", + "description": "A kidney cortical cell that is part of the nephrogenic zone.", + "meaning": "CL:0009019", + "title": "nephrogenic zone cell" + }, + { + "text": "CL:0017011", + "description": "A hillock cell that is part of the prostatic urethra.", + "meaning": "CL:0017011", + "title": "hillock cell of prostatic urethral epithelium" + }, + { + "text": "CL:0000904", + "description": "CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000904", + "title": "central memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0004139", + "description": "A retinal ganglion A2 cell with dendrites terminating in S2.", + "meaning": "CL:0004139", + "title": "retinal ganglion cell A2 outer" + }, + { + "text": "CL:0009016", + "description": "An intestinal stem cell that is located in the large intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the large intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009016", + "title": "intestinal crypt stem cell of large intestine" + }, + { + "text": "CL:4023087", + "description": "A Martinotti neuron that has axons that form a fan-like plexus.", + "meaning": "CL:4023087", + "title": "fan Martinotti neuron" + }, + { + "text": "CL:0000840", + "description": "An immature cell of the conventional dendritic cell lineage, characterized by high levels of antigen uptake via endocytosis, macropinocytosis, and phagocytosis, and typically found resident in the tissues. Markers for this cell are CD80-low, CD86-low, and MHC-II-low.", + "meaning": "CL:0000840", + "title": "immature conventional dendritic cell" + }, + { + "text": "CL:0008049", + "description": "A giant pyramidal neuron with a soma in layer Vb of the primary motor cortex that sends its axons down the spinal cord via the corticospinal tract, either synapsing directly with alpha motor neurons, or targeting interneurons in the spinal cord. In humans, Betz cells are the largest known in the central nervous system.", + "meaning": "CL:0008049", + "title": "Betz cell" + }, + { + "text": "CL:0002473", + "description": "Gr1-low non-classical monocyte that has high surface expression of a MHC-II complex.", + "meaning": "CL:0002473", + "title": "MHC-II-high non-classical monocyte" + }, + { + "text": "CL:0010009", + "description": "Any photoreceptor cell that is part of some camera-type eye.", + "meaning": "CL:0010009", + "title": "camera-type eye photoreceptor cell" + }, + { + "text": "CL:0002206", + "description": "A brush cell of the epithelium in the terminal bronchiole.", + "meaning": "CL:0002206", + "title": "brush cell of terminal bronchiole" + }, + { + "text": "CL:0000287", + "description": "Any photoreceptor cell that is part of some eye.", + "meaning": "CL:0000287", + "title": "eye photoreceptor cell" + }, + { + "text": "CL:0009063", + "description": "An enteroendocrine cell that is located in the anorectum.", + "meaning": "CL:0009063", + "title": "enteroendocrine cell of anorectum" + }, + { + "text": "CL:0002370", + "description": "A simple columnar epithelial cell that secretes mucin. Rough endoplasmic reticulum, mitochondria, the nucleus, and other organelles are concentrated in the basal portion. The apical plasma membrane projects microvilli to increase surface area for secretion.", + "meaning": "CL:0002370", + "title": "respiratory goblet cell" + }, + { + "text": "CL:0000851", + "description": "Neuromast mantle cell is a non-sensory cell. Neuromast mantle cells surround the neuromast support cells and neuromast hair cells, separating the neuromast from the epidermis, and secrete cupula in which the ciliary bundles of all the hair cells are embedded.", + "meaning": "CL:0000851", + "title": "neuromast mantle cell" + }, + { + "text": "CL:0000701", + "description": "Supports paraganglial type 1 cell.", + "meaning": "CL:0000701", + "title": "paraganglia type 2 cell" + }, + { + "text": "CL:1001595", + "description": "Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001595", + "title": "rectum glandular cell" + }, + { + "text": "CL:4030026", + "description": "An absorptive epithelial cell of the human intestine expressing bestrophin-4 (BEST4) calcium-activated ion channels.", + "meaning": "CL:4030026", + "title": "BEST4+ intestinal epithelial cell, human" + }, + { + "text": "CL:0000456", + "description": "Any secretory cell that is capable of some mineralocorticoid secretion.", + "meaning": "CL:0000456", + "title": "mineralocorticoid secreting cell" + }, + { + "text": "CL:0002449", + "description": "A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive.", + "meaning": "CL:0002449", + "title": "CD94-positive Ly49CI-positive natural killer cell, mouse" + }, + { + "text": "CL:0000742", + "description": "A round chondrocyte that first differentiates in the late embryonic growth plate of bone.", + "meaning": "CL:0000742", + "title": "periarticular chondrocyte" + }, + { + "text": "CL:1000385", + "description": "A type II vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.", + "meaning": "CL:1000385", + "title": "type 2 vestibular sensory cell of epithelium of crista of ampulla of semicircular duct of membranous labyrinth" + }, + { + "text": "CL:0002327", + "description": "An epithelial cell of the mammary gland.", + "meaning": "CL:0002327", + "title": "mammary gland epithelial cell" + }, + { + "text": "CL:0002013", + "description": "A basophilic erythroblast that is GlyA-positive.", + "meaning": "CL:0002013", + "title": "GlyA-positive basophilic erythroblast" + }, + { + "text": "CL:0002361", + "description": "A progenitor cell that is capable of forming colonies of primitive erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in mouse and expresses CD41.", + "meaning": "CL:0002361", + "title": "primitive erythroid progenitor" + }, + { + "text": "CL:1000082", + "meaning": "CL:1000082", + "title": "stretch receptor cell" + }, + { + "text": "CL:1001581", + "description": "Glial cell of lateral ventricle.", + "meaning": "CL:1001581", + "title": "lateral ventricle glial cell" + }, + { + "text": "CL:1000302", + "description": "A fibroblast that is part of the papillary layer of dermis.", + "meaning": "CL:1000302", + "title": "fibroblast of papillary layer of dermis" + }, + { + "text": "CL:0003032", + "description": "A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003032", + "title": "M3-OFF retinal ganglion cell" + }, + { + "text": "CL:0002502", + "description": "An enteroendocrine cell of the small intestine that secretes motilin.", + "meaning": "CL:0002502", + "title": "type M enteroendocrine cell" + }, + { + "text": "CL:4023022", + "description": "A Lamp5 GABAergic cortical interneuron that has extended axons in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in having elongated horizontal axonal arbors largely confined to L1; but the dendritic arbors are wider and have fewer branches, while the axon is less tortuous and extends further from the soma", + "meaning": "CL:4023022", + "title": "canopy lamp5 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:0019028", + "description": "Any hepatocyte that is part of the liver lobule midzonal region. These cells have mixed functionality in comparison with those in the other two regions of the liver lobule.", + "meaning": "CL:0019028", + "title": "midzonal region hepatocyte" + }, + { + "text": "CL:0000803", + "description": "A gamma-delta intraepithelial T cell that has the phenotype CD4-negative and CD8-negative.", + "meaning": "CL:0000803", + "title": "CD4-negative CD8-negative gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002335", + "description": "A preadipocyte that is capable of differentiating into a brown adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) coactivator-1alpha).", + "meaning": "CL:0002335", + "title": "brown preadipocyte" + }, + { + "text": "CL:0004223", + "description": "A amacrine cell with a small dendritic field and post-synaptic terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped dendritic arbor and undulate dendrites.", + "meaning": "CL:0004223", + "title": "AB diffuse-1 amacrine cell" + }, + { + "text": "CL:0000484", + "description": "Mast cell subtype whose granules contain both the serine proteases tryptase and chymase. These cells are primarily found in connective tissue, such as the peritoneal cavity, skin, and intestinal submucosa. Their development is T-cell independent.", + "meaning": "CL:0000484", + "title": "connective tissue type mast cell" + }, + { + "text": "CL:1001579", + "description": "Glial cell of cerebral cortex.", + "meaning": "CL:1001579", + "title": "cerebral cortex glial cell" + }, + { + "text": "CL:0002653", + "description": "A squamous shaped endothelial cell.", + "meaning": "CL:0002653", + "title": "squamous endothelial cell" + }, + { + "text": "CL:0002340", + "description": "The exocrine cell of the prostate, this epithelial cell secretes prostatic acid phosphotase and PSA, and is dependent on androgen hormones for survival.", + "meaning": "CL:0002340", + "title": "luminal cell of prostate epithelium" + }, + { + "text": "CL:0002258", + "description": "A cell type that varies from squamous to columnar, depending on their activity with microvillus directed luminally. This cell produces and secretes thyroid hormones.", + "meaning": "CL:0002258", + "title": "thyroid follicular cell" + }, + { + "text": "CL:0002414", + "description": "A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive.", + "meaning": "CL:0002414", + "title": "immature Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:4030059", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found between cortical layer 2-4. This intratelencephalic-projecting glutamatergic neuron has thin-tufted apical dendrites and extends its axonal projection into L5 in the neocortex. This neuronal type has a hyperpolarised resting membrane potential. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', clusters L2/3 IT.", + "meaning": "CL:4030059", + "title": "L2/3 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:1000706", + "description": "Any urothelial cell that is part of some urothelium of ureter.", + "meaning": "CL:1000706", + "title": "ureter urothelial cell" + }, + { + "text": "CL:4030015", + "description": "A renal alpha-intercalated cell that is part of the collecting duct of the renal tubule.", + "meaning": "CL:4030015", + "title": "kidney collecting duct alpha-intercalated cell" + }, + { + "text": "CL:0000310", + "meaning": "CL:0000310", + "title": "iron accumulating cell" + }, + { + "text": "CL:0002679", + "description": "A lymphocyte found in adipose tissue that lacks lineage markers of other lymphocytes but is capable of mediating TH2 cytokine responses. This cell type is found in fat associated lymphoid clusters, proliferates in response to IL2 and produce large amounts of TH2 cytokines such as IL5, IL6 and IL13", + "meaning": "CL:0002679", + "title": "natural helper lymphocyte" + }, + { + "text": "CL:0002080", + "description": "A cubodial epithelial cell that is continuous with the lining of intercalated ducts that drain the acinus. This cell type secretes a high pH solution to aid in activation of zymogens, and can differentiate into endocrine and exocrine pancreatic cell types.", + "meaning": "CL:0002080", + "title": "pancreatic centro-acinar cell" + }, + { + "text": "CL:0003005", + "description": "A mono-stratified retinal ganglion cell that has a small dendritic field and dense dendritic arbor.", + "meaning": "CL:0003005", + "title": "G4 retinal ganglion cell" + }, + { + "text": "CL:0000974", + "description": "A fully differentiated plasma cell that lives for years, as opposed to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. The majority of these cells of this type reside in the bone marrow.", + "meaning": "CL:0000974", + "title": "long lived plasma cell" + }, + { + "text": "CL:0000133", + "description": "Ectoderm destined to be nervous tissue.", + "meaning": "CL:0000133", + "title": "neurectodermal cell" + }, + { + "text": "CL:0002468", + "description": "A myeloid suppressor cell that is Gr1-low and CD11c-positive.", + "meaning": "CL:0002468", + "title": "Gr1-low myeloid suppressor cell" + }, + { + "text": "CL:0002177", + "description": "A supporting cell of the anterior pituitary gland involved in trophic and catabolic processes; expresses a broad spectrum of cytokeratins indicative of their epithelial nature.", + "meaning": "CL:0002177", + "title": "folliculostellate cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:4030050", + "description": "A medium spiny neuron that expresses both DRD1 and DRD2 and is part of an extra-striosomal part of dorsal striatum.", + "meaning": "CL:4030050", + "title": "D1/D2-hybrid medium spiny neuron" + }, + { + "text": "CL:0000300", + "description": "A mature sexual reproductive cell having a single set of unpaired chromosomes.", + "meaning": "CL:0000300", + "title": "gamete" + }, + { + "text": "CL:2000092", + "description": "Any keratinocyte that is part of a hair follicle.", + "meaning": "CL:2000092", + "title": "hair follicular keratinocyte" + }, + { + "text": "CL:4033061", + "description": "An endothelial cell that is part of a central vein of liver.", + "meaning": "CL:4033061", + "title": "endothelial cell of central vein of liver" + }, + { + "text": "CL:0000656", + "description": "A diploid cell that has derived from a spermatogonium and can subsequently begin meiosis and divide into two haploid secondary spermatocytes.", + "meaning": "CL:0000656", + "title": "primary spermatocyte" + }, + { + "text": "CL:0000150", + "description": "A specialized epithelial cell that is capable of synthesizing and secreting certain biomolecules.", + "meaning": "CL:0000150", + "title": "glandular epithelial cell" + }, + { + "text": "CL:0000549", + "description": "A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000549", + "title": "basophilic erythroblast" + }, + { + "text": "CL:0000902", + "description": "CD4-positive alpha-beta T cell with the phenotype CD25-positive, CTLA-4-positive, and FoxP3-positive with regulatory function.", + "meaning": "CL:0000902", + "title": "induced T-regulatory cell" + }, + { + "text": "CL:0000944", + "description": "A Be cell that facilitates development of T-helper 2 (Th2) phenotype T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, and interleukin-6.", + "meaning": "CL:0000944", + "title": "Be2 cell" + }, + { + "text": "CL:0002544", + "description": "An arterial endothelial cell that is part of the aorta endothelium.", + "meaning": "CL:0002544", + "title": "aortic endothelial cell" + }, + { + "text": "CL:0000833", + "description": "A promyelocyte committed to the eosinophil lineage.", + "meaning": "CL:0000833", + "title": "eosinophilic promyelocyte" + }, + { + "text": "CL:4023122", + "description": "An interneuron located in the cerebral cortex that expresses the oxytocin receptor. These interneurons also express somatostatin.", + "meaning": "CL:4023122", + "title": "oxytocin receptor sst GABAergic cortical interneuron" + }, + { + "text": "CL:0000158", + "description": "A non-mucous, epithelial secretory cell that is part of the tracheobronchial tree. A club cell has short microvilli but no cilia. A club cell is able to multiply and differentiate into ciliated cells to regenerate the bronchiolar epithelium and it also protects the tracheobronchial epithelium.", + "meaning": "CL:0000158", + "title": "club cell" + }, + { + "text": "CL:0003043", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with dense dendritic arbor.", + "meaning": "CL:0003043", + "title": "M10 retinal ganglion cell" + }, + { + "text": "CL:0002613", + "description": "A neuron of the striatum.", + "meaning": "CL:0002613", + "title": "striatum neuron" + }, + { + "text": "CL:0008003", + "description": "A myotube that is part of some somatic muscle. Examples include arthropod somatic muscle cells.", + "meaning": "CL:0008003", + "title": "somatic muscle myotube" + }, + { + "text": "CL:4023061", + "description": "A neuron that has its soma located in CA4 of the hippocampus.", + "meaning": "CL:4023061", + "title": "hippocampal CA4 neuron" + }, + { + "text": "CL:0002227", + "description": "A secondary fiber cell that contains a nucleus.", + "meaning": "CL:0002227", + "title": "nucleated secondary lens fiber" + }, + { + "text": "CL:1000449", + "description": "An epithelial cell that is part of the nephron.", + "meaning": "CL:1000449", + "title": "epithelial cell of nephron" + }, + { + "text": "CL:0009002", + "description": "Any cell participating in the inflammatory response to a foreign substance, e.g. neutrophil, macrophage.", + "meaning": "CL:0009002", + "title": "inflammatory cell" + }, + { + "text": "CL:1000427", + "description": "A chromaffin cell that is part of the adrenal cortex.", + "meaning": "CL:1000427", + "title": "adrenal cortex chromaffin cell" + }, + { + "text": "CL:0008020", + "description": "A skeletal muscle satellite cell that undergoes symmetric division to produce two adult skeleltal muscle myoblasts.", + "meaning": "CL:0008020", + "title": "skeletal muscle satellite myogenic cell" + }, + { + "text": "CL:0000546", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4.", + "meaning": "CL:0000546", + "title": "T-helper 2 cell" + }, + { + "text": "CL:0000914", + "description": "An immature alpha-beta T-cell that express Egr2. These cells give rise to T cells expressing NK markers.", + "meaning": "CL:0000914", + "title": "immature NK T cell" + }, + { + "text": "CL:0001002", + "description": "Mature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001002", + "title": "mature CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0000159", + "meaning": "CL:0000159", + "title": "seromucus secreting cell" + }, + { + "text": "CL:0002385", + "description": "An oblong or round asexual spore formed from conidial chains.", + "meaning": "CL:0002385", + "title": "blastoconidium" + }, + { + "text": "CL:0000928", + "description": "A type I NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, CD69-positive, and downregulated NK markers.", + "meaning": "CL:0000928", + "title": "activated CD4-negative, CD8-negative type I NK T cell" + }, + { + "text": "CL:0001062", + "description": "A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.", + "meaning": "CL:0001062", + "title": "effector memory CD8-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:1001108", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal medulla.", + "meaning": "CL:1001108", + "title": "kidney loop of Henle medullary thick ascending limb epithelial cell" + }, + { + "text": "CL:0002092", + "description": "A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells.", + "meaning": "CL:0002092", + "title": "bone marrow cell" + }, + { + "text": "CL:2000018", + "description": "Any endothelial cell of artery that is part of a coronary artery.", + "meaning": "CL:2000018", + "title": "endothelial cell of coronary artery" + }, + { + "text": "CL:0009089", + "description": "A pericyte cell that is part of a lung.", + "meaning": "CL:0009089", + "title": "lung pericyte" + }, + { + "text": "CL:1001592", + "description": "Glandular cell of gallbladder epithelium.", + "meaning": "CL:1001592", + "title": "gallbladder glandular cell" + }, + { + "text": "CL:0002590", + "description": "A vascular associated smooth muscle cell of the brain vasculature.", + "meaning": "CL:0002590", + "title": "smooth muscle cell of the brain vasculature" + }, + { + "text": "CL:0000113", + "description": "A vertebrate phagocyte with a single nucleus.", + "meaning": "CL:0000113", + "title": "mononuclear phagocyte" + }, + { + "text": "CL:0000203", + "description": "Any neuronal receptor cell that is capable of some detection of mechanical stimulus involved in sensory perception of gravity.", + "meaning": "CL:0000203", + "title": "gravity sensitive cell" + }, + { + "text": "CL:0002563", + "description": "An epithelial cell of the intestine.", + "meaning": "CL:0002563", + "title": "intestinal epithelial cell" + }, + { + "text": "CL:0002403", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus.", + "meaning": "CL:0002403", + "title": "mature Vgamma2-positive fetal thymocyte" + }, + { + "text": "CL:0002611", + "description": "A CNS neuron of the dorsal spinal cord.", + "meaning": "CL:0002611", + "title": "neuron of the dorsal spinal cord" + }, + { + "text": "CL:4030008", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the pronephros.", + "meaning": "CL:4030008", + "title": "pronephric podocyte" + }, + { + "text": "CL:0009091", + "description": "A stem cell found in the interstitial compartment of the neonatal testis; it is capable of self-renewal as well as differentiation into steroidogenic cells (adult Leydig cells). Intermediate stages of development include progenitor Leydig cells and immature Leydig cells.", + "meaning": "CL:0009091", + "title": "Leydig stem cell" + }, + { + "text": "CL:0000806", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-positive.", + "meaning": "CL:0000806", + "title": "DN2 thymocyte" + }, + { + "text": "CL:4023076", + "description": "An interneuron that has Martinotti morphology. These interneurons are scattered throughout various layers of the cerebral cortex, sending their axons up to the cortical layer I where they form axonal arborization.", + "meaning": "CL:4023076", + "title": "Martinotti neuron" + }, + { + "text": "CL:0000392", + "description": "A hemocyte that synthesizes and secretes melanins as part of the antimicrobial immune response. It is characterized morphologically by crystal inclusions of phenoloxidases in its cytoplasm, hence its name.", + "meaning": "CL:0000392", + "title": "crystal cell" + }, + { + "text": "CL:4023187", + "description": "A neuron with a small cell body that is located in a koniocellular layer of the lateral geniculate nucleus (LGN).", + "meaning": "CL:4023187", + "title": "koniocellular cell" + }, + { + "text": "CL:0000874", + "description": "A splenic macrophage found in the red-pulp of the spleen, and involved in immune responses to blood-borne pathogens and in the clearance of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low.", + "meaning": "CL:0000874", + "title": "splenic red pulp macrophage" + }, + { + "text": "CL:1000435", + "description": "An epithelial cell that is part of the lacrimal drainage system.", + "meaning": "CL:1000435", + "title": "epithelial cell of lacrimal drainage system" + }, + { + "text": "CL:1000717", + "description": "Intercalated cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may contribute in the maintenance of acid/base homeostasis.", + "meaning": "CL:1000717", + "title": "kidney outer medulla collecting duct intercalated cell" + }, + { + "text": "CL:0000239", + "description": "An epithelial cell characterized by the presence of a brush border on its apical surface, which increases the surface area for absorption.", + "meaning": "CL:0000239", + "title": "brush border epithelial cell" + }, + { + "text": "CL:0000511", + "description": "A peptide hormone secreting cell that secretes androgen binding protein.", + "meaning": "CL:0000511", + "title": "androgen binding protein secreting cell" + }, + { + "text": "CL:4030039", + "description": "An extratelencephalic-projecting glutamatergic cortical neuron that is morphologically-defined with a large, spindle-shaped cell body, thick bipolar dendrites with limited branching and a moderate density of spines, and often an axon initial segment that emanates from the side of the cell body. This cell type is associated with markers POU3F, BMP3 and ITGA4.", + "meaning": "CL:4030039", + "title": "von Economo neuron" + }, + { + "text": "CL:0000550", + "description": "A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000550", + "title": "polychromatophilic erythroblast" + }, + { + "text": "CL:0000525", + "description": "A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy.", + "meaning": "CL:0000525", + "title": "syncytiotrophoblast cell" + }, + { + "text": "CL:0019003", + "description": "Any goblet cell that is part of the tracheobronchial epithelium.", + "meaning": "CL:0019003", + "title": "tracheobronchial goblet cell" + }, + { + "text": "CL:0000438", + "description": "A peptide hormone secreting cell pituitary that produces luteinizing hormone.", + "meaning": "CL:0000438", + "title": "luteinizing hormone secreting cell" + }, + { + "text": "CL:0000052", + "description": "A stem cell from which all cells of the body can form.", + "meaning": "CL:0000052", + "title": "totipotent stem cell" + }, + { + "text": "CL:0000981", + "description": "A memory B cell with the phenotype IgD-negative and CD27-negative.", + "meaning": "CL:0000981", + "title": "double negative memory B cell" + }, + { + "text": "CL:4023066", + "description": "A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically.", + "meaning": "CL:4023066", + "title": "horizontal pyramidal neuron" + }, + { + "text": "CL:0011101", + "description": "Cells of the uterine chorion that acquire specialized structural and/or functional features that characterize chorionic trophoblasts. These cells will migrate towards the spongiotrophoblast layer and give rise to syncytiotrophoblasts of the labyrinthine layer.", + "meaning": "CL:0011101", + "title": "chorionic trophoblast cell" + }, + { + "text": "CL:4033031", + "description": "An ON diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells.", + "meaning": "CL:4033031", + "title": "diffuse bipolar 4 cell" + }, + { + "text": "CL:0000151", + "description": "A cell that specializes in controlled release of one or more substances.", + "meaning": "CL:0000151", + "title": "secretory cell" + }, + { + "text": "CL:1000374", + "description": "A transitional myocyte that is part of the posterior division of left branch of atrioventricular bundle.", + "meaning": "CL:1000374", + "title": "transitional myocyte of posterior division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0000542", + "description": "A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin.", + "meaning": "CL:0000542", + "title": "lymphocyte" + }, + { + "text": "CL:4030011", + "description": "A brush border cell that is part of segment 3 (S3) of the proximal tubule epithelium, which extends from the medullary rays of the renal cortex into the outer medulla.", + "meaning": "CL:4030011", + "title": "epithelial cell of proximal tubule segment 3" + }, + { + "text": "CL:0000540", + "description": "The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system.", + "meaning": "CL:0000540", + "title": "neuron" + }, + { + "text": "CL:0000580", + "description": "A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and neutrophil-specific granules has started. No nucleolus is present. This cell type is CD13-positive, CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, myeloperoxidase-positive and NGAL-positive.", + "meaning": "CL:0000580", + "title": "neutrophilic myelocyte" + }, + { + "text": "CL:0001009", + "description": "Immature dermal dendritic cell is a dermal dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001009", + "title": "immature dermal dendritic cell" + }, + { + "text": "CL:0000588", + "description": "A specialized osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000588", + "title": "odontoclast" + }, + { + "text": "CL:0011014", + "description": "A sperm cell that is not cabaple of motion (motility).", + "meaning": "CL:0011014", + "title": "non-motile sperm cell" + }, + { + "text": "CL:4033042", + "description": "An alveolar macrophage that expresses metallothionein.", + "meaning": "CL:4033042", + "title": "metallothionein-positive alveolar macrophage" + }, + { + "text": "CL:0000816", + "description": "An immature B cell is a B cell that has the phenotype surface IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin class switching or peripheral encounter with antigen and activation.", + "meaning": "CL:0000816", + "title": "immature B cell" + }, + { + "text": "CL:0000558", + "description": "An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds.", + "meaning": "CL:0000558", + "title": "reticulocyte" + }, + { + "text": "CL:0000778", + "description": "A specialized mononuclear osteoclast associated with the absorption and removal of bone, precursor of multinuclear osteoclasts.", + "meaning": "CL:0000778", + "title": "mononuclear osteoclast" + }, + { + "text": "CL:0000500", + "description": "An epithelial somatic cell associated with a maturing oocyte.", + "meaning": "CL:0000500", + "title": "follicular epithelial cell" + }, + { + "text": "CL:0009030", + "description": "An intestinal enteroendocrine cell that is located in a vermiform appendix.", + "meaning": "CL:0009030", + "title": "enteroendocrine cell of appendix" + }, + { + "text": "CL:0008017", + "description": "A skeletal muscle myoblast that is part of a skeletal mucle. These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers.", + "meaning": "CL:0008017", + "title": "adult skeletal muscle myoblast" + }, + { + "text": "CL:4023159", + "description": "An interneuron that has double bouquet morphology.", + "meaning": "CL:4023159", + "title": "double bouquet cell" + }, + { + "text": "CL:0002504", + "description": "A smooth muscle cell of the intestine.", + "meaning": "CL:0002504", + "title": "enteric smooth muscle cell" + }, + { + "text": "CL:0000690", + "meaning": "CL:0000690", + "title": "R2 photoreceptor cell" + }, + { + "text": "CL:0002317", + "description": "An external limiting cell found in the vestibular epithelium.", + "meaning": "CL:0002317", + "title": "external limiting cell of vestibular epithelium" + }, + { + "text": "CL:2000079", + "description": "Any mesenchymal stem cell of the bone marrow that is part of a femur.", + "meaning": "CL:2000079", + "title": "mesenchymal stem cell of femoral bone marrow" + }, + { + "text": "CL:4023120", + "description": "An auditory hair cell found in the cochlea.", + "meaning": "CL:4023120", + "title": "cochlea auditory hair cell" + }, + { + "text": "CL:0002629", + "description": "A mature microglial cell that has changed shape to an amoeboid morphology and is capable of cytokine production and antigen presentation.", + "meaning": "CL:0002629", + "title": "mature microglial cell" + }, + { + "text": "CL:0017009", + "description": "A human dendritic cell that expresses the AXL and SIGLEC6 genes.", + "meaning": "CL:0017009", + "title": "Axl+ dendritic cell, human" + }, + { + "text": "CL:0000573", + "description": "One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision.", + "meaning": "CL:0000573", + "title": "retinal cone cell" + }, + { + "text": "CL:1000313", + "description": "A goblet cell that is part of the epithelium of stomach.", + "meaning": "CL:1000313", + "title": "gastric goblet cell" + }, + { + "text": "CL:0002253", + "description": "An epithelial cell of the large intestine.", + "meaning": "CL:0002253", + "title": "epithelial cell of large intestine" + }, + { + "text": "CL:0019029", + "description": "Any hepatocyte that is part of the liver lobule centrilobular region. These cells are the primary location for the biotransformation of drugs.", + "meaning": "CL:0019029", + "title": "centrilobular region hepatocyte" + }, + { + "text": "CL:0000648", + "description": "A smooth muscle cell that synthesizes, stores, and secretes the enzyme renin. This cell type are located in the wall of the afferent arteriole at the entrance to the glomerulus. While having a different origin than other kidney smooth muscle cells, this cell type expresses smooth muscle actin upon maturation.", + "meaning": "CL:0000648", + "title": "kidney granular cell" + }, + { + "text": "CL:0000870", + "description": "A gut-associated lymphoid tissue macrophage found in the Peyer's patches.", + "meaning": "CL:0000870", + "title": "Peyer's patch macrophage" + }, + { + "text": "CL:1000236", + "description": "Any glial cell that is part of some posterior lateral line nerve.", + "meaning": "CL:1000236", + "title": "posterior lateral line nerve glial cell" + }, + { + "text": "CL:0001069", + "description": "An innate lymphoid cell that is capable of producing T-helper 2-cell associated cytokines upon stimulation.", + "meaning": "CL:0001069", + "title": "group 2 innate lymphoid cell" + }, + { + "text": "CL:0002084", + "description": "A Boettcher cell is a polyhedral cells on the basilar membrane of the cochlea, and is located beneath Claudius cells. A Boettcher cell is considered a supporting cell for the organ of Corti, and is present only in the lower turn of the cochlea. These cells interweave with each other, and project microvilli into the intercellular space. Because of their structural specialization, a Boettcher cell is believed to play a significant role in the function of the cochlea. They demonstrate high levels of calmodulin, and may be involved in mediating Ca(2+) regulation and ion transport.", + "meaning": "CL:0002084", + "title": "Boettcher cell" + }, + { + "text": "CL:1000367", + "description": "A transitional myocyte that is part of the posterior internodal tract.", + "meaning": "CL:1000367", + "title": "transitional myocyte of posterior internodal tract" + }, + { + "text": "CL:4029001", + "description": "A cell that supports the development of a gamete by providing it cytoplasmic material (including entire organelles) by direct cross-membrane channels (del Pino, 2021).", + "meaning": "CL:4029001", + "title": "gamete-nursing cell" + }, + { + "text": "CL:4033000", + "description": "A(n) endothelial cell that is part of a(n) venule of lymph node.", + "meaning": "CL:4033000", + "title": "endothelial cell of venule of lymph node" + }, + { + "text": "CL:0002658", + "description": "A glandular epithelial cell of the large intestine.", + "meaning": "CL:0002658", + "title": "glandular cell of the large intestine" + }, + { + "text": "CL:0000565", + "description": "A cell found in fat bodies whose primary function is intermediary metabolism.", + "meaning": "CL:0000565", + "title": "fat body cell" + }, + { + "text": "CL:0001033", + "description": "Granule cell with a soma found in the hippocampus.", + "meaning": "CL:0001033", + "title": "hippocampal granule cell" + }, + { + "text": "CL:0000479", + "description": "A peptide hormone secreting cell that secretes vasopressin stimulating hormone", + "meaning": "CL:0000479", + "title": "vasopressin stimulating hormone secreting cell" + }, + { + "text": "CL:0002508", + "description": "A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative.", + "meaning": "CL:0002508", + "title": "langerin-negative, CD103-negative lymph node dendritic cell" + }, + { + "text": "CL:0000141", + "description": "An osteocytelike cell with numerous processes, trapped in a lacuna in the cement of the tooth.", + "meaning": "CL:0000141", + "title": "cementocyte" + }, + { + "text": "CL:0002592", + "description": "A smooth muscle cell of the coronary artery.", + "meaning": "CL:0002592", + "title": "smooth muscle cell of the coronary artery" + }, + { + "text": "CL:1001131", + "description": "A cell that is part of some vasa recta ascending limb.", + "meaning": "CL:1001131", + "title": "vasa recta ascending limb cell" + }, + { + "text": "CL:0000849", + "description": "An olfactory receptor cell with short cilia growing in an invagination bordered by microvilli.", + "meaning": "CL:0000849", + "title": "crypt olfactory receptor neuron" + }, + { + "text": "CL:0009109", + "description": "A lymphatic endothelial cell located in a lymph node trabecula.", + "meaning": "CL:0009109", + "title": "lymphatic endothelial cell of trabecula" + }, + { + "text": "CL:4030023", + "description": "A hillock cell that is located in respiratory epithelium. In some mammalian species, this cell type has been noted to express KRT13 and KRT4 and is postulated to play a role in squamous barrier function and immunomodulation.", + "meaning": "CL:4030023", + "title": "respiratory hillock cell" + }, + { + "text": "CL:0004247", + "description": "A neuron that stratifies dendrites at two and only two locations.", + "meaning": "CL:0004247", + "title": "bistratified cell" + }, + { + "text": "CL:0000091", + "description": "A tissue-resident macrophage of the reticuloendothelial system found on the luminal surface of the hepatic sinusoids involved in erythrocyte clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, CD163/SRCR-positive. Irregular, with long processes including lamellipodia extending into the sinusoid lumen, have flattened nucleus with cytoplasm containing characteristic invaginations of the plasma membrane (vermiform bodies); lie within the sinusoid lumen attached to the endothelial surface; derived from the bone marrow, form a major part of the body's mononuclear phagocyte system.", + "meaning": "CL:0000091", + "title": "Kupffer cell" + }, + { + "text": "CL:0000122", + "description": "A neuron that has dendritic processes radiating from the cell body forming a star-like shape.", + "meaning": "CL:0000122", + "title": "stellate neuron" + }, + { + "text": "CL:0000741", + "description": "A motor neuron that is located in the cervical region of the spinal cord and selectively innervates the sternocleidmastoid or trapezius muscle. Unlike other motor neurons, they extend axons dorsally along lateral margins of the spinal cord.", + "meaning": "CL:0000741", + "title": "spinal accessory motor neuron" + }, + { + "text": "CL:1001005", + "description": "Any kidney capillary endothelial cell that is part of some glomerular capillary endothelium.", + "meaning": "CL:1001005", + "title": "glomerular capillary endothelial cell" + }, + { + "text": "CL:0001023", + "description": "A common myeloid progenitor that is Kit-positive and CD34-positive, Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low.", + "meaning": "CL:0001023", + "title": "Kit-positive, CD34-positive common myeloid progenitor" + }, + { + "text": "CL:0000065", + "description": "A neurectoderm derived cell that lines the neural lumen.", + "meaning": "CL:0000065", + "title": "ependymal cell" + }, + { + "text": "CL:2000089", + "description": "A granule cell that has soma location in the dentate gyrus cell layer of the hippocampal formation and has an elliptical cell body and characteristic cone-shaped tree of spiny apical dendrites. The branches extend throughout the molecular layer and the distal tips of the dendritic tree end just at the hippocampal fissure or at the ventricular surface. The dentate gyrus granule cell is the principal cell type of the dentate gyrus.", + "meaning": "CL:2000089", + "title": "dentate gyrus granule cell" + }, + { + "text": "CL:1000505", + "description": "A cell that is part of a renal pelvis.", + "meaning": "CL:1000505", + "title": "kidney pelvis cell" + }, + { + "text": "CL:0002178", + "description": "An epithelial cell found in the lining of the stomach.", + "meaning": "CL:0002178", + "title": "epithelial cell of stomach" + }, + { + "text": "CL:0003008", + "description": "A mono-stratified retinal ganglion cell that has a medium dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S2.", + "meaning": "CL:0003008", + "title": "G5 retinal ganglion cell" + }, + { + "text": "CL:0002209", + "description": "An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells.", + "meaning": "CL:0002209", + "title": "intermediate epitheliocyte" + }, + { + "text": "CL:4023006", + "description": "A nuclear bag fiber that is sensitive only changes in muscle length but not the rate of that change.", + "meaning": "CL:4023006", + "title": "static nuclear bag fiber" + }, + { + "text": "CL:0000754", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is not well filled and the dendrites are more delicate than in type 1 cells. The axon terminal is bushier and exhibits a dense plexus of varicosities in the inner part of sublamina 1 (Ghosh et al., 2004). It can be differentiated from other retinal bipolar neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, 2016).", + "meaning": "CL:0000754", + "title": "type 2 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000841", + "description": "A mature cell of the conventional dendritic cell lineage, characterized by a high capacity for antigen presentation and typically found in a lymph node.", + "meaning": "CL:0000841", + "title": "mature conventional dendritic cell" + }, + { + "text": "CL:0000175", + "description": "A progesterone secreting cell in the corpus luteum. The large luteal cells develop from the granulosa cells. The small luteal cells develop from the theca cells.", + "meaning": "CL:0000175", + "title": "luteal cell" + }, + { + "text": "CL:0004120", + "description": "A retinal ganglion A cell found in the retina with large somata, often polygonal in shape. The dendritic fields consist of three to seven stout dendrites that are sparce near soma. Dendrites terminate in S4.", + "meaning": "CL:0004120", + "title": "retinal ganglion cell A1" + }, + { + "text": "CL:0002424", + "description": "A DN2 thymocyte that is Kit-low.", + "meaning": "CL:0002424", + "title": "DN2b thymocyte" + }, + { + "text": "CL:0000865", + "description": "A gut-associated lymphoid tissue macrophage found in lamina propria of the gut.", + "meaning": "CL:0000865", + "title": "gastrointestinal tract (lamina propria) macrophage" + }, + { + "text": "CL:1000600", + "description": "Any cell that is part of some lower urinary tract.", + "meaning": "CL:1000600", + "title": "lower urinary tract cell" + }, + { + "text": "CL:1000321", + "description": "A goblet cell that is part of the epithelium of crypt of Lieberkuhn of large intestine.", + "meaning": "CL:1000321", + "title": "large intestine crypt goblet cell" + }, + { + "text": "CL:0002063", + "description": "A pulmonary alveolar epithelial cell that modulates the fluid surrounding the alveolar epithelium by secreting and recycling surfactants. This cell type also contributes to tissue repair and can differentiate after injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker than squamous alveolar cells, have a rounded apical surface that projects above the level of surrounding epithelium. The free surface is covered by short microvilli.", + "meaning": "CL:0002063", + "title": "pulmonary alveolar type 2 cell" + }, + { + "text": "CL:4023097", + "description": "A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid barrier cells make up the tight-junctioned layer in the leptomeninx that functions as the physiologic barrier between the cerebrospinal fluid in the subarachnoid space and the fenestrated capillaries in the dura.", + "meaning": "CL:4023097", + "title": "arachnoid barrier cell" + }, + { + "text": "CL:0002198", + "description": "A large epithelial cell with an extremely acidophilic and granular cytoplasm, containing vast numbers of mitochondria; such cells may undergo neoplastic transformation. From the Greek word onkos meaning swelling, this cell type is found in parathyroid, salivary and thyroid glands.", + "meaning": "CL:0002198", + "title": "oncocyte" + }, + { + "text": "CL:4030007", + "description": "An epithelial ciliated cell that is part of the fallopian tube. This cell type is found mainly on the apex of the mucosal folds and contributes, together with peristaltic contractions, to the self-propulsion of spermatozoa, the transport of ovum during ovulation and the transport of the fertilized ovum to the intramural fallopian tube. A fallopian tube ciliated cell has a columnar shape and contains an oval or round nucleus, often located perpendicular or parallel to the long axis of the cell.", + "meaning": "CL:4030007", + "title": "fallopian tube ciliated cell" + }, + { + "text": "CL:4023161", + "description": "An excitatory glutamatergic interneuron found in the granular layer of the cerebellar cortex and also in the granule cell domain of the cochlear nucleus. Unipolar brush cells have a round or oval cell body with usually a single short dendrite that ends in a brush-like tuft of short dendrites unique to them known as dendrioles.", + "meaning": "CL:4023161", + "title": "unipolar brush cell" + }, + { + "text": "CL:0000218", + "description": "A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons.", + "meaning": "CL:0000218", + "title": "myelinating Schwann cell" + }, + { + "text": "CL:0000021", + "description": "Female germ cell is a germ cell that supports female gamete production.", + "meaning": "CL:0000021", + "title": "female germ cell" + }, + { + "text": "CL:0000064", + "description": "A cell that has a filiform extrusion of the cell surface.", + "meaning": "CL:0000064", + "title": "ciliated cell" + }, + { + "text": "CL:1000352", + "description": "A basal cell that is part of the epithelium of bronchiole.", + "meaning": "CL:1000352", + "title": "basal cell of epithelium of lobular bronchiole" + }, + { + "text": "CL:1000417", + "description": "A myoepithelial cell that is part of the sweat gland.", + "meaning": "CL:1000417", + "title": "myoepithelial cell of sweat gland" + }, + { + "text": "CL:0000167", + "description": "Any secretory cell that is capable of some peptide hormone secretion.", + "meaning": "CL:0000167", + "title": "peptide hormone secreting cell" + }, + { + "text": "CL:2000069", + "description": "Any fibroblast that is part of a gallbladder.", + "meaning": "CL:2000069", + "title": "gallbladder fibroblast" + }, + { + "text": "CL:0002040", + "description": "A CD24-low, CD44-negative, NK1.1-negative NK T cell.", + "meaning": "CL:0002040", + "title": "immature NK T cell stage II" + }, + { + "text": "CL:4030018", + "description": "A renal principal cell located in the connecting tubule.", + "meaning": "CL:4030018", + "title": "kidney connecting tubule principal cell" + }, + { + "text": "CL:0004231", + "description": "A broadly stratifying amacrine cell with a small dendritic field and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic terminals in S2, S3, and S4.", + "meaning": "CL:0004231", + "title": "recurving diffuse amacrine cell" + }, + { + "text": "CL:0000054", + "meaning": "CL:0000054", + "title": "bone matrix secreting cell" + }, + { + "text": "CL:0000532", + "meaning": "CL:0000532", + "title": "CAP motoneuron" + }, + { + "text": "CL:1000500", + "description": "A cell that is part of kidney interstitium.", + "meaning": "CL:1000500", + "title": "kidney interstitial cell" + }, + { + "text": "CL:0000830", + "description": "A promyelocyte committed to the basophil lineage.", + "meaning": "CL:0000830", + "title": "basophilic promyelocyte" + }, + { + "text": "CL:4023171", + "description": "A trigeminal neuron that is responsible for motor functions such as biting and chewing.", + "meaning": "CL:4023171", + "title": "trigeminal motor neuron" + }, + { + "text": "CL:0000114", + "meaning": "CL:0000114", + "title": "surface ectodermal cell" + }, + { + "text": "CL:0000622", + "description": "A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus).", + "meaning": "CL:0000622", + "title": "acinar cell" + }, + { + "text": "CL:0002429", + "description": "A double-positive thymocyte that is CD69-positive and has begun positive selection.", + "meaning": "CL:0002429", + "title": "CD69-positive double-positive thymocyte" + }, + { + "text": "CL:0001067", + "description": "An innate lymphoid cell that is capable of producing the type 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines.", + "meaning": "CL:0001067", + "title": "group 1 innate lymphoid cell" + }, + { + "text": "CL:0002047", + "description": "A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive and BP-1-negative.", + "meaning": "CL:0002047", + "title": "fraction B precursor B cell" + }, + { + "text": "CL:0007013", + "description": "Odontoblast that is terminally differentiated and derived from an odontogenic papilla and associated with dentine.", + "meaning": "CL:0007013", + "title": "terminally differentiated odontoblast" + }, + { + "text": "CL:0002638", + "description": "A respiratory stem cell found at the junction of the terminal (conductive) bronchiole and the respiratory bronchiole. This cell types gives rise to alveolar cell types and club cells in response to lung injury. This cell type expresses markers Scgb1a1 and Sftpc.", + "meaning": "CL:0002638", + "title": "bronchioalveolar stem cell" + }, + { + "text": "CL:0000646", + "description": "Undifferentiated; mitotic stem cell for other epithelial cell types; rounded or elliptical with little cytoplasm and few organelles; contain cytokeratin intermediate filament.", + "meaning": "CL:0000646", + "title": "basal cell" + }, + { + "text": "CL:1000484", + "description": "A Purkinje myocyte that is part of the atrioventricular bundle.", + "meaning": "CL:1000484", + "title": "Purkinje myocyte of atrioventricular bundle" + }, + { + "text": "CL:1000892", + "description": "Any kidney blood vessel cell that is part of some kidney capillary.", + "meaning": "CL:1000892", + "title": "kidney capillary endothelial cell" + }, + { + "text": "CL:0002172", + "description": "A long, spindle-shaped supporting cells arranged in parallel rows that secretes components of the tectorial membrane and potassium ions into the endolymph.", + "meaning": "CL:0002172", + "title": "interdental cell of cochlea" + }, + { + "text": "CL:0000228", + "description": "A cell with more than one nucleus.", + "meaning": "CL:0000228", + "title": "multinucleate cell" + }, + { + "text": "CL:0000174", + "description": "Any secretory cell that is capable of some steroid hormone secretion.", + "meaning": "CL:0000174", + "title": "steroid hormone secreting cell" + }, + { + "text": "CL:0002212", + "description": "A fast muscle fiber cell that stores energy in the form of glycogen and creatine phosphate.", + "meaning": "CL:0002212", + "title": "type II muscle cell" + }, + { + "text": "CL:1000380", + "description": "A type I vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.", + "meaning": "CL:1000380", + "title": "type 1 vestibular sensory cell of epithelium of macula of saccule of membranous labyrinth" + }, + { + "text": "CL:1000438", + "description": "An epithelial cell that is part of the wall of inferior part of anal canal.", + "meaning": "CL:1000438", + "title": "epithelial cell of wall of inferior part of anal canal" + }, + { + "text": "CL:4023094", + "description": "A pyramidal neuron which has a distinctive tuft formation, distal from the soma.", + "meaning": "CL:4023094", + "title": "tufted pyramidal neuron" + }, + { + "text": "CL:0002066", + "description": "A neuroendocrine cell found in the epithelium of the lungs and respiratory tract. This cell type is rounded or elliptical in shape, situated mainly in the basal part of the epithelium; regulates bronchial secretion, smooth muscle contraction, lobular growth, ciliary activity and chemoreception. Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles with a clear halo between the core and the limiting membrane.", + "meaning": "CL:0002066", + "title": "Feyrter cell" + }, + { + "text": "CL:0009084", + "description": "An epithelial cell that is part of an endometrial gland.", + "meaning": "CL:0009084", + "title": "epithelial cell of endometrial gland" + }, + { + "text": "CL:2000023", + "description": "Any interneuron that is part of a spinal cord ventral column.", + "meaning": "CL:2000023", + "title": "spinal cord ventral column interneuron" + }, + { + "text": "CL:0004229", + "description": "A bistratified amacrine cell with a small dendritic field that has dendrite stratification in S2, and in S3 and S4.", + "meaning": "CL:0004229", + "title": "A2-like amacrine cell" + }, + { + "text": "CL:0002676", + "description": "A neuroblast derived from a neural crest cell.", + "meaning": "CL:0002676", + "title": "neural crest derived neuroblast" + }, + { + "text": "CL:0002091", + "description": "A small cell formed by the first meiotic division of oocytes.", + "meaning": "CL:0002091", + "title": "primary polar body" + }, + { + "text": "CL:0001064", + "description": "A neoplastic cell that is capable of entering a surrounding tissue", + "meaning": "CL:0001064", + "title": "malignant cell" + }, + { + "text": "CL:0000615", + "description": "A thick walled spore containing one or more haploid nuclei produced by sexual reproduction in an Basidiomycete; formed externally on extrusions of the basidium.", + "meaning": "CL:0000615", + "title": "basidiospore" + }, + { + "text": "CL:0005007", + "description": "Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact the central canal of the spinal cord and have ipsilateral ascending axons.", + "meaning": "CL:0005007", + "title": "Kolmer-Agduhr neuron" + }, + { + "text": "CL:0001012", + "meaning": "CL:0001012", + "title": "CD7-negative lymphoid progenitor OR granulocyte monocyte progenitor" + }, + { + "text": "CL:1000346", + "description": "An enterocyte that is part of the epithelium proper of large intestine.", + "meaning": "CL:1000346", + "title": "enterocyte of epithelium proper of large intestine" + }, + { + "text": "CL:0000061", + "description": "Skeletogenic cell that produces cementum (a bony substance that covers the root of a tooth), is part of the odontogenic papilla, and develops from a precementoblast cell.", + "meaning": "CL:0000061", + "title": "cementoblast" + }, + { + "text": "CL:0000687", + "meaning": "CL:0000687", + "title": "R1 photoreceptor cell" + }, + { + "text": "CL:0000148", + "description": "A pigment cell derived from the neural crest. Contains melanin-filled pigment granules, which gives a brown to black appearance.", + "meaning": "CL:0000148", + "title": "melanocyte" + }, + { + "text": "CL:1000370", + "description": "A transitional myocyte that is part of the left branch of atrioventricular bundle.", + "meaning": "CL:1000370", + "title": "transitional myocyte of left branch of atrioventricular bundle" + }, + { + "text": "CL:0002372", + "description": "A transversely striated, synctial muscle cell, formed by the fusion of myoblasts.", + "meaning": "CL:0002372", + "title": "myotube" + }, + { + "text": "CL:0000430", + "description": "A pigment cell derived from the neural crest. Contains cartenoid pigments in structures called pterinosomes or xanthosomes. This gives an appearance ranging from a golden yellow to orange and red.", + "meaning": "CL:0000430", + "title": "xanthophore cell" + }, + { + "text": "CL:0009026", + "description": "An enterocyte that is a part of a vermiform appendix.", + "meaning": "CL:0009026", + "title": "enterocyte of appendix" + }, + { + "text": "CL:1001569", + "description": "An interneuron with a soma found in the hippocampus.", + "meaning": "CL:1001569", + "title": "hippocampal interneuron" + }, + { + "text": "CL:0002386", + "description": "A macroconidium that has more than one nucleus.", + "meaning": "CL:0002386", + "title": "multinucleate macroconidium" + }, + { + "text": "CL:0002299", + "description": "An epithelial cell scattered in the cortex, predominant in the outer cortex with a large pale nucleus and a prominent nucleolus.", + "meaning": "CL:0002299", + "title": "type-2 epithelial cell of thymus" + }, + { + "text": "CL:0000383", + "meaning": "CL:0000383", + "title": "nephrogenic mesenchyme stem cell" + }, + { + "text": "CL:0002127", + "description": "A T cell with a receptor of limited diversity that is capable of immediate effector functions upon stimulation.", + "meaning": "CL:0002127", + "title": "innate effector T cell" + }, + { + "text": "CL:0003044", + "description": "A bistratified ganglion cell with small, dense dendritic fields that terminate in S1 and S3.", + "meaning": "CL:0003044", + "title": "M11 retinal ganglion cell" + }, + { + "text": "CL:1000444", + "description": "A mesothelial cell that is part of the anterior chamber of eyeball.", + "meaning": "CL:1000444", + "title": "mesothelial cell of anterior chamber of eye" + }, + { + "text": "CL:0002195", + "description": "A stem cell that can give rise to the cells of the liver. The term usually refers to the self-renewing pool of hepatocyte precursors in the adult liver (differently from 'hepatoblast', often used for fetal precursors of hepatocytes).", + "meaning": "CL:0002195", + "title": "hepatic stem cell" + }, + { + "text": "CL:0003050", + "description": "A cone cell that detects short wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 420-440 nm.", + "meaning": "CL:0003050", + "title": "S cone cell" + }, + { + "text": "CL:0000873", + "description": "A splenic macrophage found in the areas surrounding the white pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, Dectin2-low, sialoadhesin-positive.", + "meaning": "CL:0000873", + "title": "splenic metallophillic macrophage" + }, + { + "text": "CL:0002589", + "description": "A smooth muscle cell of the bachiocephalic vasculature.", + "meaning": "CL:0002589", + "title": "smooth muscle cell of the brachiocephalic vasculature" + }, + { + "text": "CL:0009037", + "description": "A B lymphocyte that resides in the mantle zone of the lymph node germinal center. These are generally IgM and IgD positive activated B cells that form a 'corona' around the germinal center and are part of the establishment of a secondary lymphatic follicule.", + "meaning": "CL:0009037", + "title": "lymph node mantle zone B cell" + }, + { + "text": "CL:0005022", + "description": "Lymphatic progenitor cells, derived from the veins, that give rise to lymphatic endothelial cells.", + "meaning": "CL:0005022", + "title": "vascular lymphangioblast" + }, + { + "text": "CL:0002099", + "description": "A small, polyhedral, cell found in rounded groups or curved columns with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid droplets. This cell in the zona glomerulosa produces mineralocorticoids.", + "meaning": "CL:0002099", + "title": "type I cell of adrenal cortex" + }, + { + "text": "CL:0002431", + "description": "A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD8 co-receptor.", + "meaning": "CL:0002431", + "title": "CD4-positive, CD8-intermediate double-positive thymocyte" + }, + { + "text": "CL:0000242", + "description": "A modified epidermal cell located in the stratum basale. They are found mostly in areas where sensory perception is acute. Merkel cells are closely associated with an expanded terminal bulb of an afferent myelinated nerve fiber.", + "meaning": "CL:0000242", + "title": "Merkel cell" + }, + { + "text": "CL:0000829", + "description": "A myeloblast committed to the basophil lineage.", + "meaning": "CL:0000829", + "title": "basophilic myeloblast" + }, + { + "text": "CL:0003047", + "description": "A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S1 and S4-S5.", + "meaning": "CL:0003047", + "title": "M14 retinal ganglion cell" + }, + { + "text": "CL:1000546", + "description": "An epithelial cell that is part of a renal medulla collecting duct.", + "meaning": "CL:1000546", + "title": "kidney medulla collecting duct epithelial cell" + }, + { + "text": "CL:0000464", + "description": "An epidermal progenitor cell that arises from neuroectoderm and in turn gives rise to the epidermal sheath of ventral and cephalic regions.", + "meaning": "CL:0000464", + "title": "epidermoblast" + }, + { + "text": "CL:0002413", + "description": "A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative.", + "meaning": "CL:0002413", + "title": "mature Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:0002515", + "description": "An interrenal chromaffin cell found in teleosts that contain heterogeneous vesicles with electron-dense granules located asymmetrically within the vesicular membrane.", + "meaning": "CL:0002515", + "title": "interrenal norepinephrine type cell" + }, + { + "text": "CL:0002492", + "description": "A polarized columnar cell that covesr the lateral surface of the cochlear duct, secretes potassium ions and forms a continuous sheet in contact with the endolymph; marginal cells form extensive interdigitations with the basal and intermediate cells in the normal adult stria.", + "meaning": "CL:0002492", + "title": "strial marginal cell" + }, + { + "text": "CL:0002073", + "description": "Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes.", + "meaning": "CL:0002073", + "title": "transitional myocyte" + }, + { + "text": "CL:1000377", + "description": "A Feyrter cell that is part of the epithelium of trachea.", + "meaning": "CL:1000377", + "title": "dense-core granulated cell of epithelium of trachea" + }, + { + "text": "CL:1000155", + "description": "A specialized epithelial secretory cell that moves chloride ions and water across the tubule epithelium.", + "meaning": "CL:1000155", + "title": "Malpighian tubule stellate cell" + }, + { + "text": "CL:0003036", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 2 and 5.", + "meaning": "CL:0003036", + "title": "M7 retinal ganglion cell" + }, + { + "text": "CL:1000742", + "description": "A mesangial cell located among the glomerular capillaries in a renal corpuscle.", + "meaning": "CL:1000742", + "title": "glomerular mesangial cell" + }, + { + "text": "CL:0001025", + "description": "A common lymphoid progenitor that is Kit-low, FLT3-positive, IL7ralpha-positive, and SCA1-low.", + "meaning": "CL:0001025", + "title": "Kit-positive, Sca1-positive common lymphoid progenitor" + }, + { + "text": "CL:0004183", + "description": "A monostratified retinal ganglion cell with medium soma, sparse dendritic tree, and medium dendritic field.", + "meaning": "CL:0004183", + "title": "retinal ganglion cell B3" + }, + { + "text": "CL:1000288", + "description": "A muscle cell that is part of the atrial branch of anterior internodal tract.", + "meaning": "CL:1000288", + "title": "myocyte of atrial branch of anterior internodal tract" + }, + { + "text": "CL:0002510", + "description": "A langerin-positive lymph node dendritic cell that is CD103-negative and CD11b-high.", + "meaning": "CL:0002510", + "title": "CD103-negative, langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0002494", + "description": "A cell located in the heart, including both muscle and non muscle cells.", + "meaning": "CL:0002494", + "title": "cardiocyte" + }, + { + "text": "CL:2000070", + "description": "Any fibroblast that is part of a optic choroid.", + "meaning": "CL:2000070", + "title": "optic choroid fibroblast" + }, + { + "text": "CL:0002131", + "description": "Regular cardiac myocyte of a cardiac ventricle.", + "meaning": "CL:0002131", + "title": "regular ventricular cardiac myocyte" + }, + { + "text": "CL:0001073", + "description": "An innate lymphoid cell in the human with the phenotype CD34-negative, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.", + "meaning": "CL:0001073", + "title": "CD34-negative, CD56-positive, CD117-positive innate lymphoid cell, human" + }, + { + "text": "CL:4023050", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted.", + "meaning": "CL:4023050", + "title": "L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002426", + "description": "A mature natural killer cell that is CD11b-positive and CD27-positive.", + "meaning": "CL:0002426", + "title": "CD11b-positive, CD27-positive natural killer cell, mouse" + }, + { + "text": "CL:0002167", + "description": "A specialized cell involved in sensory perception of smell.", + "meaning": "CL:0002167", + "title": "olfactory epithelial cell" + }, + { + "text": "CL:1000001", + "description": "Any neuron that has its soma located in some retrotrapezoid nucleus.", + "meaning": "CL:1000001", + "title": "retrotrapezoid nucleus neuron" + }, + { + "text": "CL:0000604", + "description": "One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision.", + "meaning": "CL:0000604", + "title": "retinal rod cell" + }, + { + "text": "CL:0009057", + "description": "A goblet cell that is located in the anorectum.", + "meaning": "CL:0009057", + "title": "anorectum goblet cell" + }, + { + "text": "CL:0000702", + "meaning": "CL:0000702", + "title": "R5 photoreceptor cell" + }, + { + "text": "CL:0003037", + "description": "An M7 retinal ganglion cells with synaptic terminals in S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003037", + "title": "M7-ON retinal ganglion cell" + }, + { + "text": "CL:4023107", + "description": "A neuron with soma location in the reticular formation with axons that extend into the spinal cord such. Reticulospinal neuron activity can lead to a variety of motor behaviors.", + "meaning": "CL:4023107", + "title": "reticulospinal neuron" + }, + { + "text": "CL:0002057", + "description": "A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, CD163-positive.", + "meaning": "CL:0002057", + "title": "CD14-positive, CD16-negative classical monocyte" + }, + { + "text": "CL:4033032", + "description": "An ON diffuse bipolar cell that has a large dendritic field and large axon terminals, which show little or no overlap. This cell predominantly connects to narrow thorny ganglion cells.", + "meaning": "CL:4033032", + "title": "diffuse bipolar 6 cell" + }, + { + "text": "CL:4033005", + "description": "A(n) serous secreting cell that is part of a(n) bronchus submucosal gland.", + "meaning": "CL:4033005", + "title": "serous secreting cell of bronchus submucosal gland" + }, + { + "text": "CL:0000917", + "description": "A CD8-positive, alpha-beta positive T cell that has the phenotype T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.", + "meaning": "CL:0000917", + "title": "Tc1 cell" + }, + { + "text": "CL:0011013", + "description": "A sperm cell that is cabaple of motion (motility).", + "meaning": "CL:0011013", + "title": "motile sperm cell" + }, + { + "text": "CL:0000821", + "description": "A B-1 B cell that has the phenotype CD5-negative, but having other phenotypic attributes of a B-1 B cell.", + "meaning": "CL:0000821", + "title": "B-1b B cell" + }, + { + "text": "CL:0000973", + "description": "A class switched memory B cell that expresses IgA.", + "meaning": "CL:0000973", + "title": "IgA memory B cell" + }, + { + "text": "CL:0000671", + "description": "A follicle cell that migrates from the dorso-anterior part of the oocyte associated follicular epithelium, in between the nurse cells and the oocyte, and participates in the formation of the operculum.", + "meaning": "CL:0000671", + "title": "centripetally migrating follicle cell" + }, + { + "text": "CL:1000359", + "description": "A M cell that is part of the epithelium proper of appendix.", + "meaning": "CL:1000359", + "title": "microfold cell of epithelium proper of appendix" + }, + { + "text": "CL:1000320", + "description": "A goblet cell that is part of the epithelium of large intestine.", + "meaning": "CL:1000320", + "title": "large intestine goblet cell" + }, + { + "text": "CL:0000657", + "description": "One of the two haploid cells into which a primary spermatocyte divides, and which in turn gives origin to spermatids.", + "meaning": "CL:0000657", + "title": "secondary spermatocyte" + }, + { + "text": "CL:0000705", + "meaning": "CL:0000705", + "title": "R6 photoreceptor cell" + }, + { + "text": "CL:0002601", + "description": "A smooth muscle cell of the uterus.", + "meaning": "CL:0002601", + "title": "uterine smooth muscle cell" + }, + { + "text": "CL:0000598", + "description": "Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala.", + "meaning": "CL:0000598", + "title": "pyramidal neuron" + }, + { + "text": "CL:0000327", + "meaning": "CL:0000327", + "title": "extracellular matrix secreting cell" + }, + { + "text": "CL:1000471", + "description": "A myoepithelial cell that is part of the secondary lactiferous duct.", + "meaning": "CL:1000471", + "title": "myoepithelial cell of secondary lactiferous duct" + }, + { + "text": "CL:1000310", + "description": "An adipocyte that is part of the epicardial fat of right ventricle.", + "meaning": "CL:1000310", + "title": "adipocyte of epicardial fat of right ventricle" + }, + { + "text": "CL:4032000", + "description": "An epithelial cell of the urethra that has an expression profile similar to lung club cells. Club-like cells of the urethra epithelium are similar to lung club cells in their expression of SCGB1A1 and in their enrichment of immunomodulatory programs.", + "meaning": "CL:4032000", + "title": "club-like cell of the urethral epithelium" + }, + { + "text": "CL:0000016", + "description": "A stem cell that is the precursor of male gametes.", + "meaning": "CL:0000016", + "title": "male germ line stem cell" + }, + { + "text": "CL:0002645", + "description": "An endocranial viscerocranial mucosa cell that is part of viscerocranial mucosa.", + "meaning": "CL:0002645", + "title": "endo-epithelial cell of pharyngotympanic part of viscerocranial mucosa" + }, + { + "text": "CL:0015000", + "description": "Motor neuron that innervate muscles that control eye, jaw, and facial movements of the vertebrate head and parasympathetic neurons that innervate certain glands and organs.", + "meaning": "CL:0015000", + "title": "cranial motor neuron" + }, + { + "text": "CL:1001099", + "description": "Any endothelial cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001099", + "title": "kidney efferent arteriole endothelial cell" + }, + { + "text": "CL:2000029", + "description": "Any neuron that is part of a central nervous system.", + "meaning": "CL:2000029", + "title": "central nervous system neuron" + }, + { + "text": "CL:0000733", + "description": "A plasmatocyte that derives from the larval lymph gland.", + "meaning": "CL:0000733", + "title": "lymph gland plasmatocyte" + }, + { + "text": "CL:4033021", + "description": "A myoepithelial cell that is part of a submucosal gland of the trachea.", + "meaning": "CL:4033021", + "title": "myoepithelial cell of trachea gland" + }, + { + "text": "CL:0002462", + "description": "A F4/80-negative dendritic cell located in adipose tissue.", + "meaning": "CL:0002462", + "title": "adipose dendritic cell" + }, + { + "text": "CL:0000596", + "description": "A spore formed following meiosis. Sometimes following meiosis, prospores may undergo one or more rounds of mitosis before they are fully mature.", + "meaning": "CL:0000596", + "title": "sexual spore" + }, + { + "text": "CL:0009070", + "description": "A thymic epithelial cell located at the corticomedullary junction.", + "meaning": "CL:0009070", + "title": "corticomedullary thymic epithelial cell" + }, + { + "text": "CL:2000054", + "description": "A large, granular, liver specific natural killer cell that adheres to the endothelial cells of the hepatic sinusoid.", + "meaning": "CL:2000054", + "title": "hepatic pit cell" + }, + { + "text": "CL:4030034", + "description": "A ciliated cell of the respiratory system. Ciliated cells are present in airway epithelium.", + "meaning": "CL:4030034", + "title": "respiratory ciliated cell" + }, + { + "text": "CL:0002033", + "description": "A hematopoietic stem cell capable of rapid replenishment of myeloerythroid progenitors and limited self renewal capability. This cell is Kit-positive, Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative.", + "meaning": "CL:0002033", + "title": "short term hematopoietic stem cell" + }, + { + "text": "CL:0004119", + "description": "A retinal ganglion cell B that has medium body size, medium dendritic field and dense dendritic arbor, and has post synaptic terminals in S2.", + "meaning": "CL:0004119", + "title": "retinal ganglion cell B1" + }, + { + "text": "CL:0000360", + "description": "A cell of the early embryo at the developmental stage in which the blastomeres, resulting from repeated mitotic divisions of the fertilized ovum (zygote), form a compact cell mass.", + "meaning": "CL:0000360", + "title": "morula cell" + }, + { + "text": "CL:0000515", + "description": "A myoblast that differentiates into skeletal muscle fibers.", + "meaning": "CL:0000515", + "title": "skeletal muscle myoblast" + }, + { + "text": "CL:2000056", + "description": "Any pyramidal cell that is part of a regional part of cerebral cortex.", + "meaning": "CL:2000056", + "title": "Meynert cell" + }, + { + "text": "CL:0007020", + "description": "Characteristic early embryonic cell with a bottle or flask shape that is first to migrate inwards at the blastopore during gastrulation in amphibians.", + "meaning": "CL:0007020", + "title": "bottle cell" + }, + { + "text": "CL:0002018", + "description": "An erythroblast that is GlyA-positive and CD71-negative.", + "meaning": "CL:0002018", + "title": "CD71-negative, GlyA-positive orthochromatic erythroblast" + }, + { + "text": "CL:2000081", + "description": "Any melanocyte of skin that is part of a skin of face.", + "meaning": "CL:2000081", + "title": "melanocyte of skin of face" + }, + { + "text": "CL:4023068", + "description": "An excitatory neuron that has its soma located in the thalamic complex.", + "meaning": "CL:4023068", + "title": "thalamic excitatory neuron" + }, + { + "text": "CL:1001216", + "description": "Any endothelial cell that is part of some interlobular artery.", + "meaning": "CL:1001216", + "title": "interlobulary artery endothelial cell" + }, + { + "text": "CL:0000000", + "description": "A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane.", + "meaning": "CL:0000000", + "title": "cell" + }, + { + "text": "CL:1000364", + "description": "A transitional myocyte that is part of the anterior internodal tract.", + "meaning": "CL:1000364", + "title": "transitional myocyte of anterior internodal tract" + }, + { + "text": "CL:0000238", + "meaning": "CL:0000238", + "title": "non keratinizing barrier epithelial cell" + }, + { + "text": "CL:0003040", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 1 and 5.", + "meaning": "CL:0003040", + "title": "M9 retinal ganglion cell" + }, + { + "text": "CL:0009023", + "description": "A T cell which resides in the Peyer's patch of the small intestine.", + "meaning": "CL:0009023", + "title": "small intestine Peyer's patch T cell" + }, + { + "text": "CL:0000593", + "description": "A steroid hormone secreting cell that secretes androgen.", + "meaning": "CL:0000593", + "title": "androgen secreting cell" + }, + { + "text": "CL:0002447", + "description": "A NK1.1-positive T cell that is CD94-negative.", + "meaning": "CL:0002447", + "title": "CD94-negative natural killer cell, mouse" + }, + { + "text": "CL:1000411", + "description": "An endothelial cell that is part of the small intestine Peyer's patch.", + "meaning": "CL:1000411", + "title": "endothelial cell of Peyer's patch" + }, + { + "text": "CL:0000420", + "meaning": "CL:0000420", + "title": "syncytial epithelial cell" + }, + { + "text": "CL:1000375", + "description": "A myocardial endocrine cell that is part of the septal division of left branch of atrioventricular bundle.", + "meaning": "CL:1000375", + "title": "myocardial endocrine cell of septal division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0000834", + "description": "A progenitor cell of the neutrophil lineage.", + "meaning": "CL:0000834", + "title": "neutrophil progenitor cell" + }, + { + "text": "CL:0000994", + "description": "Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low.", + "meaning": "CL:0000994", + "title": "immature CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0002268", + "description": "An enteroendocrine cell that stores and secretes Ghrelin.", + "meaning": "CL:0002268", + "title": "P/D1 enteroendocrine cell" + }, + { + "text": "CL:0000880", + "description": "A border associated macrophage found at the interface between the blood and the cerebrospinal fluid in the brain. This central nervous system macrophage has a star-like shaped body and expresses scavenger receptors.", + "meaning": "CL:0000880", + "title": "choroid plexus macrophage" + }, + { + "text": "CL:0002168", + "description": "A border cell is a slender columnar cell on the medial portion of the basilar membrane.", + "meaning": "CL:0002168", + "title": "border cell of cochlea" + }, + { + "text": "CL:0002100", + "description": "A regular cardiac myocyte of the interventricular region of the heart.", + "meaning": "CL:0002100", + "title": "regular interventricular cardiac myocyte" + }, + { + "text": "CL:0000351", + "description": "A cell lining the outside of the blastocyst. After binding to the endometrium, trophoblast cells develop into two distinct layers, an inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early fetal-maternal interface.", + "meaning": "CL:0000351", + "title": "trophoblast cell" + }, + { + "text": "CL:0002271", + "description": "A type EC enteredocrine cell in the intestines that stores and secretes substance P and 5-hydroxytryptamine.", + "meaning": "CL:0002271", + "title": "type EC1 enteroendocrine cell" + }, + { + "text": "CL:0000896", + "description": "A recently activated CD4-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.", + "meaning": "CL:0000896", + "title": "activated CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000095", + "meaning": "CL:0000095", + "title": "neuron associated cell" + }, + { + "text": "CL:0002208", + "description": "A brush cell found in the epithelium of bronchus.", + "meaning": "CL:0002208", + "title": "brush cell of bronchus" + }, + { + "text": "CL:0004246", + "description": "A central nervous system neuron that stratifies at one and only one location.", + "meaning": "CL:0004246", + "title": "monostratified cell" + }, + { + "text": "CL:0002491", + "description": "A specialized cell involved in auditory sensory perception.", + "meaning": "CL:0002491", + "title": "auditory epithelial cell" + }, + { + "text": "CL:0000508", + "description": "An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.", + "meaning": "CL:0000508", + "title": "type G enteroendocrine cell" + }, + { + "text": "CL:0002660", + "description": "A luminal epithelial cell of mammary gland located in acinus of structure.", + "meaning": "CL:0002660", + "title": "luminal cell of acinus of lactiferous gland" + }, + { + "text": "CL:4023113", + "description": "A vestibular afferent neuron that makes bouton synapses to type II hair cells.", + "meaning": "CL:4023113", + "title": "bouton vestibular afferent neuron" + }, + { + "text": "CL:0001010", + "description": "Mature dermal dendritic cell is a dermal dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001010", + "title": "mature dermal dendritic cell" + }, + { + "text": "CL:4023014", + "description": "A vip GABAergic cortical interneuron with a soma found in L5. L5 vip cells have mostly local morphology with some deep-projecting axons. They show only moderate resistance, comparable to that of sst subclass and unlike typical Vip subclass cells that tend to show high input resistance. L5 vip cells show particularly low resting membrane potential.", + "meaning": "CL:4023014", + "title": "L5 vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0002214", + "description": "A type II muscle cell that contains large amounts of myoglobin, has many mitochondria and very many blood capillaries. Type II A cells are red, have a very high capacity for generating ATP by oxidative metabolic processes, split ATP at a very rapid rate, have a fast contraction velocity and are resistant to fatigue.", + "meaning": "CL:0002214", + "title": "type IIa muscle cell" + }, + { + "text": "CL:0000378", + "meaning": "CL:0000378", + "title": "supporting cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:1000491", + "description": "A mesothelial cell that is part of the pleura.", + "meaning": "CL:1000491", + "title": "mesothelial cell of pleura" + }, + { + "text": "CL:0001007", + "description": "Interstitial dendritic cell is a conventional dendritic cell that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and CD36-positive.", + "meaning": "CL:0001007", + "title": "interstitial dendritic cell" + }, + { + "text": "CL:0000612", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte;in this stage, production of primary granules is complete and eosinophil-specific granules has started. No nucleolus is present. These cells are integrin alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, and CD33-positive.", + "meaning": "CL:0000612", + "title": "eosinophilic myelocyte" + }, + { + "text": "CL:0002136", + "description": "A cell in the zona fasciculata that produce glucocorticoids, e.g cortisol.", + "meaning": "CL:0002136", + "title": "type II cell of adrenal cortex" + }, + { + "text": "CL:0008047", + "description": "A skeletal muscle fiber that is part of a muscle spindle. These are specialized muscle fibers that serve as proprioceptors, detecting the amount and rate of change in length of a muscle. They are innervated by both sensory neurons and motor neurons (gamma and beta motorneurons, collectively referred to as fusimotor neurons).", + "meaning": "CL:0008047", + "title": "intrafusal muscle fiber" + }, + { + "text": "CL:0002056", + "description": "A mature B cell subset originally defined as having being CD45R-positive, IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated being CD21-positive and CD23-negative and CD93 negative.", + "meaning": "CL:0002056", + "title": "fraction F mature B cell" + }, + { + "text": "CL:0002442", + "description": "A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative.", + "meaning": "CL:0002442", + "title": "CD94-negative, Ly49CI-negative natural killer cell, mouse" + }, + { + "text": "CL:0002058", + "description": "A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive.", + "meaning": "CL:0002058", + "title": "Gr1-low non-classical monocyte" + }, + { + "text": "CL:0010020", + "description": "Any glial cell that is part of some heart.", + "meaning": "CL:0010020", + "title": "cardiac glial cell" + }, + { + "text": "CL:0002238", + "description": "A primordial germ cell that is destined to become a male germ cell.", + "meaning": "CL:0002238", + "title": "male gonocyte" + }, + { + "text": "CL:0000440", + "description": "A cell of the intermediate pituitary that produces melanocyte stimulating hormone.", + "meaning": "CL:0000440", + "title": "melanocyte stimulating hormone secreting cell" + }, + { + "text": "CL:1000469", + "description": "A myoepithelial cell that is part of the main lactiferous duct.", + "meaning": "CL:1000469", + "title": "myoepithelial cell of main lactiferous duct" + }, + { + "text": "CL:1000222", + "description": "Any neuroendocrine cell that is part of some stomach.", + "meaning": "CL:1000222", + "title": "stomach neuroendocrine cell" + }, + { + "text": "CL:0000164", + "description": "An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas.", + "meaning": "CL:0000164", + "title": "enteroendocrine cell" + }, + { + "text": "CL:4023051", + "description": "A type of mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.", + "meaning": "CL:4023051", + "title": "vascular leptomeningeal cell" + }, + { + "text": "CL:1000331", + "description": "A serous secreting cell that is part of the epithelium of bronchus.", + "meaning": "CL:1000331", + "title": "serous cell of epithelium of bronchus" + }, + { + "text": "CL:0000092", + "description": "A specialized phagocytic cell associated with the absorption and removal of the mineralized matrix of bone tissue, which typically differentiates from monocytes. This cell has the following markers: tartrate-resistant acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor superfamily member 11A-positive and macrophage colony-stimulating factor 1 receptor-positive.", + "meaning": "CL:0000092", + "title": "osteoclast" + }, + { + "text": "CL:0002565", + "description": "A pigment cell located in the epithelium of the iris.", + "meaning": "CL:0002565", + "title": "iris pigment epithelial cell" + }, + { + "text": "CL:0000895", + "description": "An antigen inexperienced CD4-positive, alpha-beta T cell with the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell type develops in the thymus. This cell type is also described as being CD25-negative, CD62L-high, and CD44-low.", + "meaning": "CL:0000895", + "title": "naive thymus-derived CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0001075", + "description": "An innate lymphoid cell in the human with the phenotype KLRG1-positive that is a precusor for ILC2 cells.", + "meaning": "CL:0001075", + "title": "KLRG1-positive innate lymphoid cell, human" + }, + { + "text": "CL:0001200", + "description": "A lymphocyte of B lineage that is CD19-positive.", + "meaning": "CL:0001200", + "title": "lymphocyte of B lineage, CD19-positive" + }, + { + "text": "CL:0002188", + "description": "An endothelial cell found in the glomerulus of the kidney. This cell is flattened, highly fenestrated, and plays a vital role in the formation of glomerular ultrafiltrate.", + "meaning": "CL:0002188", + "title": "glomerular endothelial cell" + }, + { + "text": "CL:0003026", + "description": "A bistratified retinal ganglion cell that has a small dendrite fields with a sparse dendrite arbor terminating in S2 and S3.", + "meaning": "CL:0003026", + "title": "retinal ganglion cell D1" + }, + { + "text": "CL:0002499", + "description": "A trophoblast cell that arises in the junctional zone (basal plate) of the placenta.", + "meaning": "CL:0002499", + "title": "spongiotrophoblast cell" + }, + { + "text": "CL:0000786", + "description": "A terminally differentiated, post-mitotic, antibody secreting cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, and MHC Class II-negative. Plasma cells are oval or round with extensive rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round nucleus having a characteristic cartwheel heterochromatin pattern and are devoted to producing large amounts of immunoglobulin.", + "meaning": "CL:0000786", + "title": "plasma cell" + }, + { + "text": "CL:0000983", + "description": "A plasmablast that secretes IgM.", + "meaning": "CL:0000983", + "title": "IgM plasmablast" + }, + { + "text": "CL:0000760", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. This cell has the widest dendritic field and the widest axon terminal of all retinal bipolar cells. The axon terminal is delicate and stratified through sublaminae 4 and 5 of the inner plexiform layer.", + "meaning": "CL:0000760", + "title": "type 8 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000447", + "meaning": "CL:0000447", + "title": "carbohydrate secreting cell" + }, + { + "text": "CL:0002263", + "description": "One of three types of epithelial cells that populate the parathyroid gland; cytological characteristics intermediate between those of the chief cell and of the oxyphil cell. Because only one hormone is produced, the three cell forms are widely believed to be different phases in the life cycle of a single cell type, with the chief cell being its physiologically active stage.", + "meaning": "CL:0002263", + "title": "transitional cell of parathyroid gland" + }, + { + "text": "CL:0002288", + "description": "A cell type that forms the boundary with the surrounding epithelium.", + "meaning": "CL:0002288", + "title": "type V taste receptor cell" + }, + { + "text": "CL:2000053", + "description": "Any endothelial cell that is part of a spleen.", + "meaning": "CL:2000053", + "title": "splenic endothelial cell" + }, + { + "text": "CL:0002671", + "description": "An endothelial stalk cell is a specialized endothelial cell that follows behind the tip cell of an angiogenic sprout.", + "meaning": "CL:0002671", + "title": "endothelial stalk cell" + }, + { + "text": "CL:0000912", + "description": "A effector T cell that provides help in the form of secreted cytokines to other immune cells.", + "meaning": "CL:0000912", + "title": "helper T cell" + }, + { + "text": "CL:0002187", + "description": "A basally situated, mitotically active, columnar-shaped keratinocyte attached to the basement membrane.", + "meaning": "CL:0002187", + "title": "basal cell of epidermis" + }, + { + "text": "CL:0000692", + "description": "A neuroglial cell of the peripheral nervous system inside the basal lamina of the neuromuscular junction providing chemical and physical support to the synapse.", + "meaning": "CL:0000692", + "title": "terminal Schwann cell" + }, + { + "text": "CL:0000193", + "description": "A striated muscle cell of an arthropod heart that participates in heart contraction.", + "meaning": "CL:0000193", + "title": "cardiac muscle cell (sensu Arthopoda)" + }, + { + "text": "CL:0002301", + "description": "A resident stromal cell located in the synovial membrane and responsible for the production of immune-related cytokines and chemokines. This cell type secretes glycoproteins and hyaluronic acid, has abundant granular endoplasmic reticulum, but contains fewer vacuoles and vesicles.", + "meaning": "CL:0002301", + "title": "type B synovial cell" + }, + { + "text": "CL:0001014", + "description": "CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive and CD324-positive.", + "meaning": "CL:0001014", + "title": "CD1a-positive Langerhans cell" + }, + { + "text": "CL:0002346", + "description": "An immature natural killer cell that is NK1.1-positive and DX-5 negative.", + "meaning": "CL:0002346", + "title": "Dx5-negative, NK1.1-positive immature natural killer cell, mouse" + }, + { + "text": "CL:0000495", + "description": "A photoreceptor cell that is sensitive to blue light.", + "meaning": "CL:0000495", + "title": "blue sensitive photoreceptor cell" + }, + { + "text": "CL:0011016", + "description": "A motile sperm cell that contains a slender threadlike microscopic appendage that enables motion.", + "meaning": "CL:0011016", + "title": "flagellated sperm cell" + }, + { + "text": "CL:0005004", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into an erythrophore.", + "meaning": "CL:0005004", + "title": "pigment erythroblast" + }, + { + "text": "CL:4030024", + "description": "An epithelial, transitional cell type between basal and secretory; located in stratified, non-ciliated structures (called hillocks) with high cell turnover in epithelium. In some mammalian species, this cell type has been noted to express KRT13 and is postulated to play a role in squamous barrier function and immunomodulation.", + "meaning": "CL:4030024", + "title": "hillock cell" + }, + { + "text": "CL:0000769", + "description": "A basophil precursor in the granulocytic series, being a cell intermediate in development between a basophilic myelocyte and a band form basophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, CD33-positive, and CD13-positive.", + "meaning": "CL:0000769", + "title": "basophilic metamyelocyte" + }, + { + "text": "CL:2000028", + "description": "Any glutamatergic neuron that is part of a cerebellum.", + "meaning": "CL:2000028", + "title": "cerebellum glutamatergic neuron" + }, + { + "text": "CL:0002389", + "description": "An arthroconidium that has only one nucleus.", + "meaning": "CL:0002389", + "title": "uninucleate arthroconidium" + }, + { + "text": "CL:0002260", + "description": "An epithelial cell of the parathyroid gland.", + "meaning": "CL:0002260", + "title": "epithelial cell of parathyroid gland" + }, + { + "text": "CL:0000171", + "description": "A type of enteocrine cell found in the periphery of the islets of Langerhans that secretes glucagon.", + "meaning": "CL:0000171", + "title": "pancreatic A cell" + }, + { + "text": "CL:0000323", + "meaning": "CL:0000323", + "title": "lysozyme secreting cell" + }, + { + "text": "CL:0008007", + "description": "A muscle cell that is part of some visceral muscle.", + "meaning": "CL:0008007", + "title": "visceral muscle cell" + }, + { + "text": "CL:0002432", + "description": "A CD4-positive, CD8-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.", + "meaning": "CL:0002432", + "title": "CD24-positive, CD4 single-positive thymocyte" + }, + { + "text": "CL:0000979", + "description": "An IgG memory B cell is a class switched memory B cell that is class switched and expresses IgG on the cell surface.", + "meaning": "CL:0000979", + "title": "IgG memory B cell" + }, + { + "text": "CL:0001024", + "description": "CD133-positive hematopoietic stem cell is a hematopoietic stem cell that is CD34-positive, CD90-positive, and CD133-positive.", + "meaning": "CL:0001024", + "title": "CD34-positive, CD38-negative hematopoietic stem cell" + }, + { + "text": "CL:0000899", + "description": "CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, CXCR3-negative, CCR6-positive, and capable of producing IL-17.", + "meaning": "CL:0000899", + "title": "T-helper 17 cell" + }, + { + "text": "CL:0000076", + "meaning": "CL:0000076", + "title": "squamous epithelial cell" + }, + { + "text": "CL:0001078", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive.", + "meaning": "CL:0001078", + "title": "group 3 innate lymphoid cell, human" + }, + { + "text": "CL:0001060", + "description": "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers.", + "meaning": "CL:0001060", + "title": "hematopoietic oligopotent progenitor cell, lineage-negative" + }, + { + "text": "CL:0007002", + "description": "Skeletogenic cell that has the potential to develop into a cementoblast.", + "meaning": "CL:0007002", + "title": "precementoblast" + }, + { + "text": "CL:0008000", + "description": "Any muscle cell in which the fibers are not organised into sarcomeres.", + "meaning": "CL:0008000", + "title": "non-striated muscle cell" + }, + { + "text": "CL:0002621", + "description": "Any epithelial cell that is part of some gingival epithelium.", + "meaning": "CL:0002621", + "title": "gingival epithelial cell" + }, + { + "text": "CL:1001601", + "description": "Hormone secreting cell located in the cortex of adrenal gland. Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids and androgens.", + "meaning": "CL:1001601", + "title": "adrenal gland glandular cell" + }, + { + "text": "CL:0002637", + "description": "An epithelial cell of the anal canal that is keratinized. This cell type is found towards the lower, rectal end of the anal canal.", + "meaning": "CL:0002637", + "title": "keratinized epithelial cell of the anal canal" + }, + { + "text": "CL:2000039", + "description": "Any neuromast support cell that is part of a posterior lateral line.", + "meaning": "CL:2000039", + "title": "posterior lateral line neuromast supporting cell" + }, + { + "text": "CL:1000306", + "description": "A fibroblast that is part of the tunica adventitia of artery.", + "meaning": "CL:1000306", + "title": "fibroblast of tunica adventitia of artery" + }, + { + "text": "CL:0001203", + "description": "A CD8-positive, alpha-beta T cell with memory phenotype indicated by being CD45RO and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.", + "meaning": "CL:0001203", + "title": "CD8-positive, alpha-beta memory T cell, CD45RO-positive" + }, + { + "text": "CL:1000467", + "description": "A chromaffin cell that is part of the left ovary.", + "meaning": "CL:1000467", + "title": "chromaffin cell of left ovary" + }, + { + "text": "CL:0000888", + "description": "A lymph node macrophage found in the cortex of lymph nodes, in particular in and around the germinal centers, and that participates in phagocytosis of apoptotic B cells from the germinal centers.", + "meaning": "CL:0000888", + "title": "lymph node tingible body macrophage" + }, + { + "text": "CL:0000050", + "description": "A progenitor cell committed to the megakaryocyte and erythroid lineages.", + "meaning": "CL:0000050", + "title": "megakaryocyte-erythroid progenitor cell" + }, + { + "text": "CL:0002191", + "description": "A cell involved in the formation of a granulocyte.", + "meaning": "CL:0002191", + "title": "granulocytopoietic cell" + }, + { + "text": "CL:0010010", + "description": "Any stellate neuron that has its soma located in some cerebellum.", + "meaning": "CL:0010010", + "title": "cerebellar stellate cell" + }, + { + "text": "CL:0000436", + "meaning": "CL:0000436", + "title": "vaginal lubricant secreting cell" + }, + { + "text": "CL:0011109", + "description": "A neuron that releases hypocretin as a neurotransmitter.", + "meaning": "CL:0011109", + "title": "hypocretin-secreting neuron" + }, + { + "text": "CL:0001068", + "description": "A group 1 innate lymphoid cell that is non-cytotoxic.", + "meaning": "CL:0001068", + "title": "ILC1" + }, + { + "text": "CL:0002286", + "description": "A taste receptor cell that has a short microvilli, a projecting apical region, a large rounded nucleus, and expresses taste chemoreceptors thus making them the transducing cell for taste qualities.", + "meaning": "CL:0002286", + "title": "type II taste cell" + }, + { + "text": "CL:0000132", + "description": "An hexagonal, flattened, mitochondria-rich endothelial cell that forms a monolayer on the posterior surface of the cornea (the corneal endothelium). Corneal endothelial cells are derived from the neural crest and are responsible for keeping the cornea transparent by maintaining the tissue in a semi-dry state through the action of their ionic pumps and tight junction barrier.", + "meaning": "CL:0000132", + "title": "corneal endothelial cell" + }, + { + "text": "CL:2000087", + "description": "Any basket cell that is part of a dentate gyrus of hippocampal formation.", + "meaning": "CL:2000087", + "title": "dentate gyrus of hippocampal formation basket cell" + }, + { + "text": "CL:2000097", + "description": "Any dopaminergic neuron that is part of a midbrain.", + "meaning": "CL:2000097", + "title": "midbrain dopaminergic neuron" + }, + { + "text": "CL:0003003", + "description": "A mono-stratified retinal ganglion cell that has a small dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S3.", + "meaning": "CL:0003003", + "title": "G2 retinal ganglion cell" + }, + { + "text": "CL:0000492", + "description": "A CD4-positive, alpha-beta T cell that cooperates with other lymphocytes via direct contact or cytokine release to initiate a variety of immune functions.", + "meaning": "CL:0000492", + "title": "CD4-positive helper T cell" + }, + { + "text": "CL:1000452", + "description": "An epithelial cell that is part of the glomerular parietal epithelium.", + "meaning": "CL:1000452", + "title": "parietal epithelial cell" + }, + { + "text": "CL:0000510", + "description": "An epithelial cell found in the basal part of the intestinal glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize and secrete lysozyme and cryptdins. Numerous in the deeper parts of the intestinal crypts, particularly in the duodenum, rich in zinc, contain large acidophilic granules, with irregular apical microvilli and prominent membrane-bound vacuoles containing matrix.", + "meaning": "CL:0000510", + "title": "paneth cell" + }, + { + "text": "CL:0002232", + "description": "An epithelial cell of prostatic duct.", + "meaning": "CL:0002232", + "title": "epithelial cell of prostatic duct" + }, + { + "text": "CL:4023115", + "description": "A spiral ganglion neuron that innervates inner hair cells. Type 1 spiral ganglion neurons are myelinated and bipolar.", + "meaning": "CL:4023115", + "title": "type 1 spiral ganglion neuron" + }, + { + "text": "CL:0002041", + "description": "A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell.", + "meaning": "CL:0002041", + "title": "immature NK T cell stage III" + }, + { + "text": "CL:0000661", + "meaning": "CL:0000661", + "title": "distal tip cell (sensu Nematoda)" + }, + { + "text": "CL:2000064", + "description": "Any epithelial cell that is part of a female gonad.", + "meaning": "CL:2000064", + "title": "ovarian surface epithelial cell" + }, + { + "text": "CL:0002573", + "description": "A glial cell that myelinates or ensheathes axons in the peripheral nervous system.", + "meaning": "CL:0002573", + "title": "Schwann cell" + }, + { + "text": "CL:0000779", + "description": "A specialized multinuclear osteoclast associated with the absorption and removal of bone.", + "meaning": "CL:0000779", + "title": "multinuclear osteoclast" + }, + { + "text": "CL:1000277", + "description": "A smooth muscle cell that is part of the jejunum.", + "meaning": "CL:1000277", + "title": "smooth muscle fiber of jejunum" + }, + { + "text": "CL:0000487", + "description": "A secretory cell of ectodermal origin. This cell may have important functions in fatty acid and hydrocarbon metabolism and is metabolically linked to the fat body and tracheae. This cell is exclusive of arthropods.", + "meaning": "CL:0000487", + "title": "oenocyte" + }, + { + "text": "CL:0000559", + "description": "A precursor in the monocytic series, being a cell intermediate in development between the monoblast and monocyte. This cell is CD11b-positive and has fine azurophil granules.", + "meaning": "CL:0000559", + "title": "promonocyte" + }, + { + "text": "CL:0000920", + "description": "CD8-positive, alpha-beta positive regulatory T cell with the phenotype CD28-negative and FoxP3-positive.", + "meaning": "CL:0000920", + "title": "CD8-positive, CD28-negative, alpha-beta regulatory T cell" + }, + { + "text": "CL:0000562", + "description": "An erythrocyte having a nucleus.", + "meaning": "CL:0000562", + "title": "nucleate erythrocyte" + }, + { + "text": "CL:0003012", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field and a medium dendritic arbor with post synaptic terminals in sublaminar layer S1 and S2.", + "meaning": "CL:0003012", + "title": "G9 retinal ganglion cell" + }, + { + "text": "CL:0008008", + "description": "A visceral muscle cell that is striated. Examples include the visceral muscle cells of arhtropods.", + "meaning": "CL:0008008", + "title": "striated visceral muscle cell" + }, + { + "text": "CL:0002480", + "description": "A goblet cell located in the nasal epithelium.", + "meaning": "CL:0002480", + "title": "nasal mucosa goblet cell" + }, + { + "text": "CL:4030040", + "description": "A ciliated cell of the endometrial epithelium. The cilia of this cell type help move mucus from glandular tissue of the endometrium.", + "meaning": "CL:4030040", + "title": "endometrial ciliated epithelial cell" + }, + { + "text": "CL:4023023", + "description": "A lamp 5 GABAergic cortical interneuron with neurogliaform morphology with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 cells are medial ganglionic eminence (MGE)-derived", + "meaning": "CL:4023023", + "title": "L5,6 neurogliaform lamp5 GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0011104", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer.", + "meaning": "CL:0011104", + "title": "interplexiform cell" + }, + { + "text": "CL:0000918", + "description": "A CD8-positive, alpha-beta positive T cell expressing GATA-3 and secreting IL-4.", + "meaning": "CL:0000918", + "title": "Tc2 cell" + }, + { + "text": "CL:0000938", + "description": "NK cell that has the phenotype CD56-bright, CD16-negative, and CD84-positive with the function to secrete interferon-gamma but is not cytotoxic.", + "meaning": "CL:0000938", + "title": "CD16-negative, CD56-bright natural killer cell, human" + }, + { + "text": "CL:4023130", + "description": "A neuron that expresses kisspeptin. These neurons are predominantly located in the hypothalamus, but also found in other parts of the brain including the hippocampal dentate gyrus.", + "meaning": "CL:4023130", + "title": "kisspeptin neuron" + }, + { + "text": "CL:4030051", + "description": "A DRD1-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.", + "meaning": "CL:4030051", + "title": "nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron" + }, + { + "text": "CL:0002111", + "description": "An CD38-negative unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002111", + "title": "CD38-negative unswitched memory B cell" + }, + { + "text": "CL:1000349", + "description": "A basal cell found in the bronchus epithelium.", + "meaning": "CL:1000349", + "title": "basal cell of epithelium of bronchus" + }, + { + "text": "CL:4033050", + "description": "A neuron that releases catecholamine as a neurotransmitter.", + "meaning": "CL:4033050", + "title": "catecholaminergic neuron" + }, + { + "text": "CL:0000927", + "description": "A mature NK T cell that predominantly secretes type 2 cytokines such as interleukin-4 and interleukin-13 and enhances type 2 immune responses.", + "meaning": "CL:0000927", + "title": "CD4-positive type I NK T cell secreting interleukin-4" + }, + { + "text": "CL:0011026", + "description": "A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses.", + "meaning": "CL:0011026", + "title": "progenitor cell" + }, + { + "text": "CL:0002529", + "description": "A dermal dendritic cell that is CD1a-positive and CD14-negative.", + "meaning": "CL:0002529", + "title": "CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0000623", + "description": "A lymphocyte that can spontaneously kill a variety of target cells without prior antigenic activation via germline encoded activation receptors and also regulate immune responses via cytokine release and direct contact with other cells.", + "meaning": "CL:0000623", + "title": "natural killer cell" + }, + { + "text": "CL:0000791", + "description": "A alpha-beta T cell that has a mature phenotype.", + "meaning": "CL:0000791", + "title": "mature alpha-beta T cell" + }, + { + "text": "CL:1000073", + "description": "Any radial glial cell that is part of some spinal cord.", + "meaning": "CL:1000073", + "title": "spinal cord radial glial cell" + }, + { + "text": "CL:0000317", + "description": "A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.", + "meaning": "CL:0000317", + "title": "sebum secreting cell" + }, + { + "text": "CL:0000953", + "description": "A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-negative, composed of surrogate light chain protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA rearrangement of immunoglobulin light chain genes.", + "meaning": "CL:0000953", + "title": "preBCR-negative large pre-B-II cell" + }, + { + "text": "CL:1000548", + "description": "An epithelial cell that is part of an outer medullary collecting duct.", + "meaning": "CL:1000548", + "title": "kidney outer medulla collecting duct epithelial cell" + }, + { + "text": "CL:1000483", + "description": "A Purkinje myocyte that is part of the internodal tract.", + "meaning": "CL:1000483", + "title": "Purkinje myocyte of internodal tract" + }, + { + "text": "CL:0001070", + "description": "An adipocyte that is beige in color, thermogenic, and which differentiates in white fat tissue from a Myf5-negative progenitor.", + "meaning": "CL:0001070", + "title": "beige adipocyte" + }, + { + "text": "CL:0003051", + "description": "A cone cell that detects ultraviolet (UV) wavelength light.", + "meaning": "CL:0003051", + "title": "UV cone cell" + }, + { + "text": "CL:0011005", + "description": "An interneuron that uses GABA as a vesicular neurotransmitter. These interneurons are inhibitory", + "meaning": "CL:0011005", + "title": "GABAergic interneuron" + }, + { + "text": "CL:0002055", + "description": "An immature B cell that is CD38-negative, CD10-low, CD21-low, and CD22-high.", + "meaning": "CL:0002055", + "title": "CD38-negative immature B cell" + }, + { + "text": "CL:1000715", + "description": "Any renal intercalated cell that is part of some cortical collecting duct.", + "meaning": "CL:1000715", + "title": "kidney cortex collecting duct intercalated cell" + }, + { + "text": "CL:0002324", + "description": "A myoepithelial cell that is part of a mammary gland and is located in the basal layer. During lactation, a basal-myoepithelial cell of mammary gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial cell of mammary gland can be identified by high levels of CD49f and low levels of EpCAM.", + "meaning": "CL:0002324", + "title": "basal-myoepithelial cell of mammary gland" + }, + { + "text": "CL:0002378", + "description": "A double negative thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive and is found in the fetal thymus.", + "meaning": "CL:0002378", + "title": "immature Vgamma2-positive fetal thymocyte" + }, + { + "text": "CL:1000384", + "description": "A type II vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.", + "meaning": "CL:1000384", + "title": "type 2 vestibular sensory cell of epithelium of macula of saccule of membranous labyrinth" + }, + { + "text": "CL:3000003", + "description": "Sympathetic cholinergic neuron.", + "meaning": "CL:3000003", + "title": "sympathetic cholinergic neuron" + }, + { + "text": "CL:4042004", + "description": "A choroid plexus macrophage that is part of the apical surface of some choroid plexus epithelium. This macrophage has a star-like shaped body.", + "meaning": "CL:4042004", + "title": "choroid epiplexus macrophage" + }, + { + "text": "CL:0003023", + "description": "A retinal ganglion cell C outer that has dense dendritic diversity.", + "meaning": "CL:0003023", + "title": "retinal ganglion cell C6" + }, + { + "text": "CL:0002396", + "description": "A patrolling monocyte that is CD14-low and CD16-positive.", + "meaning": "CL:0002396", + "title": "CD14-low, CD16-positive monocyte" + }, + { + "text": "CL:1000697", + "meaning": "CL:1000697", + "title": "kidney interstitial suppressor macrophage" + }, + { + "text": "CL:0000306", + "meaning": "CL:0000306", + "title": "crystallin accumulating cell" + }, + { + "text": "CL:0002264", + "description": "A type of enteroendocrine cell found in the stomach that secretes glucagon.", + "meaning": "CL:0002264", + "title": "type A cell of stomach" + }, + { + "text": "CL:4023040", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layers L2/3-6.", + "meaning": "CL:4023040", + "title": "L2/3-6 intratelencephalic projecting glutamatergic neuron" + } + ], "reachable_from": { "source_ontology": "obo:cl", "source_nodes": [ @@ -1057,6 +17417,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1072,6 +17433,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1102,6 +17464,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1344,9 +17707,9 @@ ], "metamodel_version": "1.7.0", "source_file": "CAP_schema.yaml", - "source_file_date": "2024-08-06T17:24:30", - "source_file_size": 29865, - "generation_date": "2024-08-06T17:24:38", + "source_file_date": "2024-09-16T15:21:00", + "source_file_size": 780099, + "generation_date": "2024-09-16T15:21:21", "@type": "SchemaDefinition", "@context": [ "project/jsonld/CAP_schema.context.jsonld", diff --git a/project/jsonld/general_schema.context.jsonld b/project/jsonld/general_schema.context.jsonld index 5e9e942..7693369 100644 --- a/project/jsonld/general_schema.context.jsonld +++ b/project/jsonld/general_schema.context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-08-06T17:24:34", + "generation_date": "2024-09-16T15:21:08", "source": "general_schema.yaml" }, "@context": { diff --git a/project/jsonld/general_schema.jsonld b/project/jsonld/general_schema.jsonld index 2ae501b..8b23636 100644 --- a/project/jsonld/general_schema.jsonld +++ b/project/jsonld/general_schema.jsonld @@ -391,6 +391,16366 @@ "name": "CellTypeEnum", "definition_uri": "https://cellular-semantics.sanger.ac.uk/ontology/CAS/CellTypeEnum", "from_schema": "https://cellular-semantics.sanger.ac.uk/ontology/CAS", + "permissible_values": [ + { + "text": "CL:0019019", + "description": "A smooth muscle cell that is part of the tracheobronchial tree.", + "meaning": "CL:0019019", + "title": "tracheobronchial smooth muscle cell" + }, + { + "text": "CL:0011105", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer, using dopamine.", + "meaning": "CL:0011105", + "title": "dopamanergic interplexiform cell" + }, + { + "text": "CL:0000057", + "description": "A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped.", + "meaning": "CL:0000057", + "title": "fibroblast" + }, + { + "text": "CL:0002656", + "description": "A glandular epithelial cell of the endometrium.", + "meaning": "CL:0002656", + "title": "glandular cell of endometrium" + }, + { + "text": "CL:0002224", + "description": "A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth.", + "meaning": "CL:0002224", + "title": "lens epithelial cell" + }, + { + "text": "CL:4030031", + "description": "Any cell that is located within the interstitium between the cells most prominent in defining a given tissue. \"Interstitial cell\" is a morphological term and refers to a variety of cells with differing origins and phenotypes.", + "meaning": "CL:4030031", + "title": "interstitial cell" + }, + { + "text": "CL:0002625", + "description": "A cell of the seminiferous tubule epithelium.", + "meaning": "CL:0002625", + "title": "seminiferous tubule epithelial cell" + }, + { + "text": "CL:1000490", + "description": "A mesothelial cell that is part of the peritoneum.", + "meaning": "CL:1000490", + "title": "mesothelial cell of peritoneum" + }, + { + "text": "CL:0000801", + "description": "A mature gamma-delta T cell that is found in the columnar epithelium of the gastrointestinal tract. These cells participate in mucosal immune responses.", + "meaning": "CL:0000801", + "title": "gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002116", + "description": "A B220-low CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-low, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002116", + "title": "B220-low CD38-positive unswitched memory B cell" + }, + { + "text": "CL:0000578", + "description": "A cell in vitro that has undergone physical changes as a consequence of a deliberate and specific experimental procedure.", + "meaning": "CL:0000578", + "title": "experimentally modified cell in vitro" + }, + { + "text": "CL:0000618", + "meaning": "CL:0000618", + "title": "sheath cell" + }, + { + "text": "CL:0000435", + "meaning": "CL:0000435", + "title": "alkali secreting cell" + }, + { + "text": "CL:0000654", + "description": "A primary oocyte is an oocyte that has not completed female meosis I.", + "meaning": "CL:0000654", + "title": "primary oocyte" + }, + { + "text": "CL:0002130", + "description": "A cardiac myocyte of the interatrial region of the heart.", + "meaning": "CL:0002130", + "title": "regular interatrial cardiac myocyte" + }, + { + "text": "CL:0017003", + "description": "An epithelial cell that is part of the prostatic urethra.", + "meaning": "CL:0017003", + "title": "epithelial cell of prostatic urethra" + }, + { + "text": "CL:0002038", + "description": "A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high and PD1-high, and stimulates follicular B cells to undergo class-switching and antibody production.", + "meaning": "CL:0002038", + "title": "T follicular helper cell" + }, + { + "text": "CL:0002311", + "description": "An acidophilic cell of the anterior pituitary that produces prolactin.", + "meaning": "CL:0002311", + "title": "mammotroph" + }, + { + "text": "CL:0000722", + "meaning": "CL:0000722", + "title": "cystoblast" + }, + { + "text": "CL:0000059", + "description": "Skeletogenic cell that produces enamel, overlies the odontogenic papilla, and arises from the differentiation of a preameloblast cell.", + "meaning": "CL:0000059", + "title": "ameloblast" + }, + { + "text": "CL:0000160", + "description": "A cell of the epithelial lining that produce and secrete mucins.", + "meaning": "CL:0000160", + "title": "goblet cell" + }, + { + "text": "CL:0002680", + "description": "A PP cell found in intestine.", + "meaning": "CL:0002680", + "title": "PP cell of intestine" + }, + { + "text": "CL:0002382", + "description": "A conidium that has more than one nucleus.", + "meaning": "CL:0002382", + "title": "multinucleate conidium" + }, + { + "text": "CL:0002027", + "description": "A megakaryocyte cell with is CD9-positive and CD41-positive.", + "meaning": "CL:0002027", + "title": "CD9-positive, CD41-positive megakaryocyte cell" + }, + { + "text": "CL:4033024", + "description": "A basal cell that is part of a duct of an airway submucosal gland.", + "meaning": "CL:4033024", + "title": "airway submucosal gland duct basal cell" + }, + { + "text": "CL:0010017", + "description": "A zygote in a plant or an animal.", + "meaning": "CL:0010017", + "title": "zygote" + }, + { + "text": "CL:0000815", + "description": "A T cell which regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000815", + "title": "regulatory T cell" + }, + { + "text": "CL:0002319", + "description": "A cell that is part of the nervous system.", + "meaning": "CL:0002319", + "title": "neural cell" + }, + { + "text": "CL:0011113", + "description": "Neuron found in the spiral ganglion.", + "meaning": "CL:0011113", + "title": "spiral ganglion neuron" + }, + { + "text": "CL:0000662", + "meaning": "CL:0000662", + "title": "neuroglioblast (sensu Nematoda)" + }, + { + "text": "CL:0002292", + "description": "A round or oval neuroepithelial cell that contacts other type I cells or capillaries. They occur in clusters that are surrounded by sheath cells (type-II cells) in the carotid body. This cell type is capable of secreting a number of neurotransmitters.", + "meaning": "CL:0002292", + "title": "type I cell of carotid body" + }, + { + "text": "CL:0000067", + "description": "An epithelial cell that has a cilia.", + "meaning": "CL:0000067", + "title": "ciliated epithelial cell" + }, + { + "text": "CL:0002181", + "description": "A neck cell that secretes mucus within the stomach. Its products are distinct histochemically from those of the surface mucous cells of stomach.", + "meaning": "CL:0002181", + "title": "mucous neck cell of gastric gland" + }, + { + "text": "CL:0004214", + "description": "A type of type 3 cone bipolar cell with distinctive crescent-shaped dendrites.", + "meaning": "CL:0004214", + "title": "type 3b cone bipolar cell" + }, + { + "text": "CL:0000594", + "description": "An elongated, spindle-shaped, cell that is located between the basal lamina and the plasmalemma of a muscle fiber. These cells are mostly quiescent, but upon activation they divide to produce cells that generate new muscle fibers.", + "meaning": "CL:0000594", + "title": "skeletal muscle satellite cell" + }, + { + "text": "CL:0002520", + "description": "An insect excretory cell that regulates hemolymph composition by filtration and filtrate endocytosis.", + "meaning": "CL:0002520", + "title": "nephrocyte" + }, + { + "text": "CL:0002627", + "description": "A mature astrocyte that is capable of producing cytokines.", + "meaning": "CL:0002627", + "title": "mature astrocyte" + }, + { + "text": "CL:0004225", + "description": "A broadly stratifying amacrine cell with a small dendritic field, straight dendrites and post-synaptic terminals in S1, S2, and S3.", + "meaning": "CL:0004225", + "title": "spider amacrine cell" + }, + { + "text": "CL:0002422", + "description": "A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes.", + "meaning": "CL:0002422", + "title": "enucleated reticulocyte" + }, + { + "text": "CL:0000570", + "description": "A neuroepithelial cells that occurs singly or in small groups, close to the outer follicular borders but within the follicular basement membrane of the thyroid. Expresses a form of the neural cell adhesion molecule (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine.", + "meaning": "CL:0000570", + "title": "parafollicular cell" + }, + { + "text": "CL:0000599", + "description": "An asexual, nonmotile spore formed by higher fungi; conidia are usually made from the side or tip of specialized sporogenous cells and do not form by progressive cleavage of the cytoplasm.", + "meaning": "CL:0000599", + "title": "conidium" + }, + { + "text": "CL:0002570", + "description": "A mesenchymal stem cell of adipose tissue.", + "meaning": "CL:0002570", + "title": "mesenchymal stem cell of adipose tissue" + }, + { + "text": "CL:0000499", + "description": "A connective tissue cell of an organ found in the loose connective tissue. These are most often associated with the uterine mucosa and the ovary as well as the hematopoietic system and elsewhere.", + "meaning": "CL:0000499", + "title": "stromal cell" + }, + { + "text": "CL:0000077", + "description": "A flattened epithelial cell of mesenchymal origin that lines the serous cavity.", + "meaning": "CL:0000077", + "title": "mesothelial cell" + }, + { + "text": "CL:1000337", + "description": "An enterocyte that is part of the epithelium of duodenal gland.", + "meaning": "CL:1000337", + "title": "enterocyte of epithelium of duodenal gland" + }, + { + "text": "CL:0002283", + "description": "An epithelial cell of the mucosa associated with facial skeleton.", + "meaning": "CL:0002283", + "title": "ecto-epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0002457", + "description": "A Langerhans cell that is in the epidermis and is CD45-positive, MHCII-positive, and CD11b-positive.", + "meaning": "CL:0002457", + "title": "epidermal Langerhans cell" + }, + { + "text": "CL:0002556", + "description": "A fibroblast of the periodontium.", + "meaning": "CL:0002556", + "title": "fibroblast of periodontium" + }, + { + "text": "CL:0002155", + "description": "A crenated erythrocyte with 30+ crenations, bumps or spurs that are the result of damage due to age or disease.", + "meaning": "CL:0002155", + "title": "echinocyte" + }, + { + "text": "CL:0002406", + "description": "A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.", + "meaning": "CL:0002406", + "title": "immature Vgamma2-positive thymocyte" + }, + { + "text": "CL:0001072", + "description": "An innate lymphoid cell in the human with the phenotype CD34-negative, CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells.", + "meaning": "CL:0001072", + "title": "CD34-negative, CD117-positive innate lymphoid cell, human" + }, + { + "text": "CL:0009035", + "description": "A stromal cell found in the lamina propria of the vermiform appendix.", + "meaning": "CL:0009035", + "title": "stromal cell of lamina propria of vermiform appendix" + }, + { + "text": "CL:0000473", + "description": "A cell whose primary function is to protect the organism.", + "meaning": "CL:0000473", + "title": "defensive cell" + }, + { + "text": "CL:0000109", + "meaning": "CL:0000109", + "title": "adrenergic neuron" + }, + { + "text": "CL:0000518", + "description": "A phagocyte in vertebrates that is able to phagocytosis.", + "meaning": "CL:0000518", + "title": "phagocyte (sensu Vertebrata)" + }, + { + "text": "CL:4023010", + "description": "A GABAergic cortical interneuron that is strongly labelled for \u03b17 nAChRs. These cells have soma found in L1 and have multipolar dendrites with vertically descending axonal collaterals that project deep into the column, usually branching and terminating in L5A.", + "meaning": "CL:4023010", + "title": "alpha7 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:1001428", + "description": "A urothelial cell that is part of the urothelium of the urinary bladder.", + "meaning": "CL:1001428", + "title": "bladder urothelial cell" + }, + { + "text": "CL:4033014", + "description": "A small, narrow, peg-shaped epithelial cell with little cytoplasm that is part of oviduct epithelium. This cell is rarer than the ciliated and secretory epithelial cells of the fallopian tube epithelium and is often found intercalated between them. Peg cells are generally distributed basally along the epithelium and have been found in high concentrations at the fimbriated, distal end of the fallopian tube in humans. It may have a regenerative/stem-cell function. In humans, markers include EPCAM, CD44, and ITGA6.", + "meaning": "CL:4033014", + "title": "peg cell" + }, + { + "text": "CL:0000212", + "description": "A cell that takes up and metabolizes substances.", + "meaning": "CL:0000212", + "title": "absorptive cell" + }, + { + "text": "CL:0000611", + "description": "Any granulocytopoietic cell that has part some transcription factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has part some erythroid transcription factor and lacks plasma membrane part some CD19 molecule and lacks plasma membrane part some CD4 molecule and lacks plasma membrane part some integrin alpha-M and lacks plasma membrane part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks plasma membrane part some membrane-spanning 4-domains subfamily A member 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and lacks plasma membrane part some CD14 molecule and lacks plasma membrane part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha chain and has plasma membrane part some interleukin-5 receptor subunit alpha and has plasma membrane part some mast/stem cell growth factor receptor and is capable of some eosinophil differentiation.", + "meaning": "CL:0000611", + "title": "eosinophil progenitor cell" + }, + { + "text": "CL:1000597", + "description": "A cell that is part of a tip of a renal papilla.", + "meaning": "CL:1000597", + "title": "papillary tips cell" + }, + { + "text": "CL:0000198", + "description": "The peripheral receptor for pain. Includes receptors which are sensitive to painful mechanical stimuli, extreme heat or cold, and chemical stimuli. All mammalian nociceptors are free nerve endings.", + "meaning": "CL:0000198", + "title": "pain receptor cell" + }, + { + "text": "CL:0002622", + "description": "A stromal cell of the prostate.", + "meaning": "CL:0002622", + "title": "prostate stromal cell" + }, + { + "text": "CL:0000759", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is narrowly stratified and are found just below a calretinin-expressing band in sublamina 4 of the inner plexiform layer.", + "meaning": "CL:0000759", + "title": "type 7 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002342", + "description": "A circulating endothelial cell of the phenotype CD146-positive, CD105-positive, CD45-negative. This cell type is indicative of recent vascular damage.", + "meaning": "CL:0002342", + "title": "circulating endothelial cell" + }, + { + "text": "CL:0000357", + "meaning": "CL:0000357", + "title": "stratified epithelial stem cell" + }, + { + "text": "CL:1000368", + "description": "A transitional myocyte that is part of the anterior division of left branch of atrioventricular bundle.", + "meaning": "CL:1000368", + "title": "transitional myocyte of anterior division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0005025", + "description": "A motor neuron that synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles and glands of the pulmonary, cardiovascular, and gastrointestinal systems.", + "meaning": "CL:0005025", + "title": "visceromotor neuron" + }, + { + "text": "CL:1000279", + "description": "A smooth muscle cell that is part of the large intestine.", + "meaning": "CL:1000279", + "title": "smooth muscle cell of large intestine" + }, + { + "text": "CL:0002140", + "description": "A sebum secreting cell of the skin that secretes sebum into the hair follicles.", + "meaning": "CL:0002140", + "title": "acinar cell of sebaceous gland" + }, + { + "text": "CL:1000376", + "description": "A Purkinje myocyte that is part of the interventricular septum.", + "meaning": "CL:1000376", + "title": "Purkinje myocyte of interventricular septum" + }, + { + "text": "CL:2000085", + "description": "Any mononuclear cell that is part of a umbilical cord.", + "meaning": "CL:2000085", + "title": "mononuclear cell of umbilical cord" + }, + { + "text": "CL:0000775", + "description": "Any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes.", + "meaning": "CL:0000775", + "title": "neutrophil" + }, + { + "text": "CL:0000748", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner plexiform layer.", + "meaning": "CL:0000748", + "title": "retinal bipolar neuron" + }, + { + "text": "CL:0002026", + "description": "A megakaryocyte progenitor cell that is CD34-negative, CD41-positive and CD42-positive.", + "meaning": "CL:0002026", + "title": "CD34-negative, CD41-positive, CD42-positive megakaryocyte cell" + }, + { + "text": "CL:0002451", + "description": "A multi-fate stem cell that is the source of cells for growth of the mammary gland during puberty and gestation. This cell type gives rise to both the luminal and myoepithelial cell types of the gland, and have been shown to have the ability to regenerate the entire organ in mice. This cell type also plays an important role in carcinogenesis of the breast. This cell type is Lin-, CD24-positive, CD29-hi.", + "meaning": "CL:0002451", + "title": "mammary stem cell" + }, + { + "text": "CL:0002404", + "description": "A thymocyte found in the fetal thymus.", + "meaning": "CL:0002404", + "title": "fetal thymocyte" + }, + { + "text": "CL:0002243", + "description": "A circular smooth muscle cell of the iris, innervated by the ciliary nerves (parasympathetic), and acting to contract the pupil. This muscle cell derives from neuroectoderm. This smooth muscle cell results from transformation of epithelial cells to smooth muscle cells.", + "meaning": "CL:0002243", + "title": "smooth muscle cell of sphincter of pupil" + }, + { + "text": "CL:0002546", + "description": "An endothelial progenitor cell that participates in angiogenesis during development.", + "meaning": "CL:0002546", + "title": "embryonic blood vessel endothelial progenitor cell" + }, + { + "text": "CL:0002493", + "description": "A polarized cell that is juxtaposed to fibrocytes in the underlying spiral ligament. This cell type secretes potassium ions derived from fibrocytes through gap junctions.", + "meaning": "CL:0002493", + "title": "strial basal cell" + }, + { + "text": "CL:1001124", + "description": "Any peritubular capillary endothelial cell that is part of some renal cortex peritubular capillary.", + "meaning": "CL:1001124", + "title": "kidney cortex peritubular capillary cell" + }, + { + "text": "CL:0000112", + "meaning": "CL:0000112", + "title": "columnar neuron" + }, + { + "text": "CL:4023123", + "description": "A kisspeptin neuron that is located in the hypothalamus. These neurons project to and activate gonadotrophin-releasing hormone neurons (acting via the kisspeptin receptor) in the hypothalamus and stimulate the secretion of gonadotrophin-releasing hormone.", + "meaning": "CL:4023123", + "title": "hypothalamus kisspeptin neuron" + }, + { + "text": "CL:0000352", + "description": "A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation.", + "meaning": "CL:0000352", + "title": "epiblast cell" + }, + { + "text": "CL:1001109", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal cortex.", + "meaning": "CL:1001109", + "title": "kidney loop of Henle cortical thick ascending limb epithelial cell" + }, + { + "text": "CL:2000095", + "description": "Any hematopoietic stem cell that is part of a umbilical cord blood.", + "meaning": "CL:2000095", + "title": "cord blood hematopoietic stem cell" + }, + { + "text": "CL:4033056", + "description": "A differentiated flat keratinocyte that is part of a nail plate. An onychocyte is firmly adherent and does not desquamate.", + "meaning": "CL:4033056", + "title": "onychocyte" + }, + { + "text": "CL:0002280", + "description": "An enteroendocrine cell found in the ileum and jejunum that produces neurotensin.", + "meaning": "CL:0002280", + "title": "type N enteroendocrine cell" + }, + { + "text": "CL:1000465", + "description": "A chromaffin cell that is part of the ovary.", + "meaning": "CL:1000465", + "title": "chromaffin cell of ovary" + }, + { + "text": "CL:0000889", + "description": "An immature myeloid leukocyte of heterogeneous phenotype found particularly in cancer and sepsis patients that is capable of suppressing activity of T cells in ex vivo assays. This cell type is CD45-positive, CD11b-positive.", + "meaning": "CL:0000889", + "title": "myeloid suppressor cell" + }, + { + "text": "CL:0002008", + "description": "A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell.", + "meaning": "CL:0002008", + "title": "CD34-positive, CD38-positive eosinophil progenitor cell" + }, + { + "text": "CL:4030033", + "description": "An endothelial cell that lines a surface of a cardiac valve leaflet. Along with valve interstitial cells, a valve endothelial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.", + "meaning": "CL:4030033", + "title": "valve endothelial cell" + }, + { + "text": "CL:0000632", + "description": "A cell that is found in the perisinusoidal space of the liver that is capable of multiple roles including storage of retinol, presentation of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, production of extracellular matrix components that can contribute to liver fibrosis. This activated state has a myofibroblast-like phenotype, though it's not clear in the literature if this is terminally differentiated. This cell type comprises approximately 8-15% of total cells in the liver.", + "meaning": "CL:0000632", + "title": "hepatic stellate cell" + }, + { + "text": "CL:0000342", + "description": "Any animal cell containing pigment granules.", + "meaning": "CL:0000342", + "title": "pigment cell (sensu Vertebrata)" + }, + { + "text": "CL:0000832", + "description": "A myeloblast committed to the eosinophil lineage.", + "meaning": "CL:0000832", + "title": "eosinophilic myeloblast" + }, + { + "text": "CL:4042008", + "description": "A cell type located in the first layer of the neocortex with radial protrusions extending transversely into the deeper cortex layers, herby facilitating communication across neurons, astrocytes, capillaries, meninges and cerebrospinal fluid through contact with neurons, pia mater and capillaries.", + "meaning": "CL:4042008", + "title": "fibrous astrocyte" + }, + { + "text": "CL:1001451", + "description": "A sensory neuron of the dorsal root ganglia that senses body position and sends information about how much the muscle is stretched to the spinal cord.", + "meaning": "CL:1001451", + "title": "sensory neuron of dorsal root ganglion" + }, + { + "text": "CL:0002607", + "description": "A neural crest cell that gives rise to cells of the enteric nervous system.", + "meaning": "CL:0002607", + "title": "migratory enteric neural crest cell" + }, + { + "text": "CL:4033062", + "description": "A trophoblast cell that invades the uterine wall to anchor the placenta to the uterus. An interstitial extravillous trophoblast cell differentiates from an extravillous trophoblast cell, becoming hyperchromatic and changing its morphology to a fibroblast-like spindle-shaped cell. In humans, this cell can be distinguished by the expression of placental-specific protein 8, which stimulates migration.", + "meaning": "CL:4033062", + "title": "interstitial extravillous trophoblast cell" + }, + { + "text": "CL:1000437", + "description": "An epithelial cell that is part of the nasolacrimal duct.", + "meaning": "CL:1000437", + "title": "epithelial cell of nasolacrimal duct" + }, + { + "text": "CL:0011106", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer using GABA.", + "meaning": "CL:0011106", + "title": "GABAnergic interplexiform cell" + }, + { + "text": "CL:1000312", + "description": "A goblet cell that is part of the epithelium of bronchus.", + "meaning": "CL:1000312", + "title": "bronchial goblet cell" + }, + { + "text": "CL:1000327", + "description": "A goblet cell that is part of the epithelium proper of appendix.", + "meaning": "CL:1000327", + "title": "appendix goblet cell" + }, + { + "text": "CL:0008048", + "description": "A glutamatergic motor neuron with a soma in the brainstem or cerebral cortex. They do not synapse directly to muscles but rather to lower motor neurons, which do. They are the main controllers of voluntary movement.", + "meaning": "CL:0008048", + "title": "upper motor neuron" + }, + { + "text": "CL:0000857", + "description": "A skeletal muscle myoblast that differentiates into slow muscle fibers.", + "meaning": "CL:0000857", + "title": "slow muscle myoblast" + }, + { + "text": "CL:1000239", + "description": "Any glial cell that is part of some anterior lateral line nerve.", + "meaning": "CL:1000239", + "title": "anterior lateral line nerve glial cell" + }, + { + "text": "CL:0002329", + "description": "An epithelial cell type that lacks the columnar shape typical for other respiratory epithelial cells. This cell type is able to differentiate into other respiratory epithelial cells in response to injury.", + "meaning": "CL:0002329", + "title": "basal epithelial cell of tracheobronchial tree" + }, + { + "text": "CL:0004230", + "description": "A bistratified amacrine cell with a small dendritic field that has post-synaptic terminals in S1 and the border of S1-S2, and termination of a second arbor within the border of S2-S3 and S3.", + "meaning": "CL:0004230", + "title": "diffuse bistratified amacrine cell" + }, + { + "text": "CL:0002144", + "description": "An endothelial cell found in capillaries.", + "meaning": "CL:0002144", + "title": "capillary endothelial cell" + }, + { + "text": "CL:1001021", + "description": "Any kidney loop of Henle epithelial cell that is part of some descending limb of loop of Henle.", + "meaning": "CL:1001021", + "title": "kidney loop of Henle descending limb epithelial cell" + }, + { + "text": "CL:0008010", + "description": "A cranial motor neuron whose soma is located in the midbrain andor hindbrain and which innervates the skeletal muscles of the eye or tongue.", + "meaning": "CL:0008010", + "title": "cranial somatomotor neuron" + }, + { + "text": "CL:0002118", + "description": "A CD38-negative IgG-negative memory B cell is a IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-negative and IgG-negative.", + "meaning": "CL:0002118", + "title": "CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:4023064", + "description": "An interneuron that is derived from the caudal ganglionic eminence.", + "meaning": "CL:4023064", + "title": "caudal ganglionic eminence derived interneuron" + }, + { + "text": "CL:0000878", + "description": "A tissue-resident macrophage found in the central nervous system.", + "meaning": "CL:0000878", + "title": "central nervous system macrophage" + }, + { + "text": "CL:0009051", + "description": "A T cell that is located in the anorectum.", + "meaning": "CL:0009051", + "title": "T cell of anorectum" + }, + { + "text": "CL:0019001", + "description": "Any serous secreting cell that is part of the tracheobronchial epithelium.", + "meaning": "CL:0019001", + "title": "tracheobronchial serous cell" + }, + { + "text": "CL:1001100", + "description": "Any smooth muscle cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001100", + "title": "kidney efferent arteriole smooth muscle cell" + }, + { + "text": "CL:0002571", + "description": "A mesenchymal stem cell of liver.", + "meaning": "CL:0002571", + "title": "hepatic mesenchymal stem cell" + }, + { + "text": "CL:0008035", + "description": "Any vascular associated smooth muscle cell that is part of some microcirculatory vessel.", + "meaning": "CL:0008035", + "title": "microcirculation associated smooth muscle cell" + }, + { + "text": "CL:0003045", + "description": "A bistratified ganglion cell with larger, asymetric dendritic fields that terminate in S2 and S4.", + "meaning": "CL:0003045", + "title": "M12 retinal ganglion cell" + }, + { + "text": "CL:0002666", + "description": "An otic fibrocyte that underlies the spiral prominence and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002666", + "title": "type 2 otic fibrocyte" + }, + { + "text": "CL:4023044", + "description": "An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that does not project to the medulla. Non-MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.", + "meaning": "CL:4023044", + "title": "non-medulla, extratelencephalic-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002085", + "description": "Specialized elongated ventricular ependymal cell that has processes that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts seen in developing brain. Found in the adult brain in the third ventricle, cerebral aqueduct, spinal canal and floor of the fourth ventricle.", + "meaning": "CL:0002085", + "title": "tanycyte" + }, + { + "text": "CL:1001142", + "description": "Any kidney cortex vein cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001142", + "title": "arcuate vein cell" + }, + { + "text": "CL:0002661", + "description": "A luminal cell of terminal ducts, i.e.e the terminal branch of a lactiferous duct which alveolar cells drain into.", + "meaning": "CL:0002661", + "title": "luminal cell of lactiferous terminal ductal lobular unit" + }, + { + "text": "CL:0000146", + "meaning": "CL:0000146", + "title": "simple columnar epithelial cell" + }, + { + "text": "CL:0002089", + "description": "A group 2 innate lymphoid cell in the mouse capable of secreting IL-13 in response to a helminth infection. This cell is lineage-negative, ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive.", + "meaning": "CL:0002089", + "title": "group 2 innate lymphoid cell, mouse" + }, + { + "text": "CL:0000507", + "description": "A peptide hormone secreting cell that secretes endorphin.", + "meaning": "CL:0000507", + "title": "endorphin secreting cell" + }, + { + "text": "CL:0000246", + "meaning": "CL:0000246", + "title": "Mauthner neuron" + }, + { + "text": "CL:0002016", + "description": "A polychromatiic erythroblast that is Gly-A-positive and CD71-low.", + "meaning": "CL:0002016", + "title": "CD71-low, GlyA-positive polychromatic erythroblast" + }, + { + "text": "CL:0002526", + "description": "A dermal dendritic cell that is CD1a-negative and CD14-positive.", + "meaning": "CL:0002526", + "title": "CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0002514", + "description": "A CD8alpha alpha positive gamma-delta intraepithelial T cell that does not express a TCR partially encoded by the Vgamma5 gene segment.", + "meaning": "CL:0002514", + "title": "Vgamma5-negative CD8alpha alpha positive gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0011102", + "description": "Parasympathetic neurons are part of the parasympathetic nervous sysem and the cell bodies lie in the brain and sacral region of the spinal cord. The neurons are mainly cholinergic.", + "meaning": "CL:0011102", + "title": "parasympathetic neuron" + }, + { + "text": "CL:0004232", + "description": "An amacrine cell with a flat dendritic arbor and a medium dendritic field. Starburst amacrine cells have post-synaptic terminals in S2. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and acetylcholine.", + "meaning": "CL:0004232", + "title": "starburst amacrine cell" + }, + { + "text": "CL:0001006", + "description": "Dermal dendritic cell is a conventional dendritic cell that is CD11b-positive, CD205-positive and CD8 alpha-negative.", + "meaning": "CL:0001006", + "title": "dermal dendritic cell" + }, + { + "text": "CL:0009081", + "description": "The human equivalent of a DN2 thymocyte; typically contains two phases, in the latter of which these thymocytes begin the process of beta selection.", + "meaning": "CL:0009081", + "title": "specified double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:0008004", + "description": "A muscle cell that is part of some somatic muscle.", + "meaning": "CL:0008004", + "title": "somatic muscle cell" + }, + { + "text": "CL:1001582", + "description": "Neuron of lateral ventricle.", + "meaning": "CL:1001582", + "title": "lateral ventricle neuron" + }, + { + "text": "CL:1000350", + "description": "A basal cell that is part of the epithelium of terminal bronchiole.", + "meaning": "CL:1000350", + "title": "basal cell of epithelium of terminal bronchiole" + }, + { + "text": "CL:0000416", + "meaning": "CL:0000416", + "title": "polytene cell" + }, + { + "text": "CL:0000199", + "description": "A cell specialized to transduce mechanical stimuli and relay that information centrally in the nervous system.", + "meaning": "CL:0000199", + "title": "mechanoreceptor cell" + }, + { + "text": "CL:0000208", + "meaning": "CL:0000208", + "title": "pH receptor cell" + }, + { + "text": "CL:1000271", + "description": "Any ciliated cell that is part of some lung.", + "meaning": "CL:1000271", + "title": "lung ciliated cell" + }, + { + "text": "CL:0000421", + "description": "A free floating cell, including amebocytes and eleocytes, in the coelom of certain animals, especially annelids.", + "meaning": "CL:0000421", + "title": "coelomocyte" + }, + { + "text": "CL:2000043", + "description": "Any pericyte cell that is part of a brain.", + "meaning": "CL:2000043", + "title": "brain pericyte" + }, + { + "text": "CL:0002606", + "description": "An astrocyte of the spinal cord.", + "meaning": "CL:0002606", + "title": "astrocyte of the spinal cord" + }, + { + "text": "CL:0000214", + "description": "A cell located in the synovial joint.", + "meaning": "CL:0000214", + "title": "synovial cell" + }, + { + "text": "CL:0000605", + "description": "A spore formed following mitosis or mitoses.", + "meaning": "CL:0000605", + "title": "fungal asexual spore" + }, + { + "text": "CL:0001087", + "description": "A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.", + "meaning": "CL:0001087", + "title": "effector memory CD4-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:0002096", + "description": "A specialised myocyte that lies between the sinoatrial node and the atrioventricular node and is involved in the conduction of electrical signals.", + "meaning": "CL:0002096", + "title": "internodal tract myocyte" + }, + { + "text": "CL:1000493", + "description": "A mesothelial cell that is part of the visceral pleura.", + "meaning": "CL:1000493", + "title": "mesothelial cell of visceral pleura" + }, + { + "text": "CL:0002478", + "description": "An adipose macrophage that does not express F4/80but is MHC-II-positive. This cell type exhibits autofluorescence under typical flow cyometry conditions.", + "meaning": "CL:0002478", + "title": "F4/80-negative adipose macrophage" + }, + { + "text": "CL:4033013", + "description": "A keratinocyte of the epidermis suprabasal layer. This cell may express the differentiation markers keratin 10 and keratin 1.", + "meaning": "CL:4033013", + "title": "suprabasal keratinocyte" + }, + { + "text": "CL:4033048", + "description": "A respiratory epithelial cell with topographic nuclear position in between the basal and luminal cell of the airway epithelium. This non-basal, intermediate cell has limited proliferative capacity, ultrastructural features of basal cells and no defined features of the typically differentiated cellular phenotypes.", + "meaning": "CL:4033048", + "title": "respiratory suprabasal cell" + }, + { + "text": "CL:1000428", + "description": "A somatic stem cell that is part of the epidermis.", + "meaning": "CL:1000428", + "title": "stem cell of epidermis" + }, + { + "text": "CL:4030013", + "description": "Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the outer medulla (inner stripe). It is known in some mammalian species that the long descending limb of the loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the protein kinase Stk32a.", + "meaning": "CL:4030013", + "title": "kidney loop of Henle long descending thin limb outer medulla epithelial cell" + }, + { + "text": "CL:0000019", + "description": "A mature male germ cell that develops from a spermatid.", + "meaning": "CL:0000019", + "title": "sperm" + }, + { + "text": "CL:0002228", + "description": "An elongating cell that rapidly obliterates the lumen of the lens vesicle. Subsequently, differentiation of this cell type at the lens equator leads to the formation of secondary fiber cells that come to overlie the primary fibers.", + "meaning": "CL:0002228", + "title": "primary lens fiber" + }, + { + "text": "CL:4028006", + "description": "A pulmonary interstitial fibroblast that is part of the alveolus and localizes to vascular adventitia.", + "meaning": "CL:4028006", + "title": "alveolar adventitial fibroblast" + }, + { + "text": "CL:0002129", + "description": "Regular cardiac myocyte of a cardiac atrium.", + "meaning": "CL:0002129", + "title": "regular atrial cardiac myocyte" + }, + { + "text": "CL:0001021", + "description": "A common lymphoid progenitor that is CD10-positive, CD45RA-positive, CD34-positive and CD38-positive.", + "meaning": "CL:0001021", + "title": "CD34-positive, CD38-positive common lymphoid progenitor" + }, + { + "text": "CL:1001610", + "description": "Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes.", + "meaning": "CL:1001610", + "title": "bone marrow hematopoietic cell" + }, + { + "text": "CL:1000909", + "description": "Any nephron tubule epithelial cell that is part of some loop of Henle.", + "meaning": "CL:1000909", + "title": "kidney loop of Henle epithelial cell" + }, + { + "text": "CL:0000410", + "meaning": "CL:0000410", + "title": "CNS long range interneuron" + }, + { + "text": "CL:4023025", + "description": "A sst GABAergic cortical interneuron that is both an interneuron and a projecting neuron. They are found in all layers from upper L2/3 down to the bottom of L6. They have long-range projections, some with axons fading into white matter. These cells have low rebound potential, low hyperpolarization sag, and high variability in membrane time constant.", + "meaning": "CL:4023025", + "title": "long-range projecting sst GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:0000130", + "meaning": "CL:0000130", + "title": "neuron associated cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000864", + "description": "A macrophage constitutively resident in a particular tissue under non-inflammatory conditions, and capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.", + "meaning": "CL:0000864", + "title": "tissue-resident macrophage" + }, + { + "text": "CL:0000048", + "description": "A stem cell that can give rise to multiple lineages of cells.", + "meaning": "CL:0000048", + "title": "multi fate stem cell" + }, + { + "text": "CL:0002357", + "description": "A fetal liver derived enucleated erythrocyte. This erythrocyte resembles adult erythrocytes in that they are small (3- to 6- times smaller than primitive erythrocytes) and produce adult hemaglobins.", + "meaning": "CL:0002357", + "title": "fetal derived definitive erythrocyte" + }, + { + "text": "CL:0002560", + "description": "An epithelial cell that resides in the inner root sheath of the hair follicle.", + "meaning": "CL:0002560", + "title": "inner root sheath cell" + }, + { + "text": "CL:0000964", + "description": "A germinal center B cell that founds a germinal center, and has the phenotype IgD-positive, CD38-positive, and CD23-negative.", + "meaning": "CL:0000964", + "title": "Bm2' B cell" + }, + { + "text": "CL:0009005", + "description": "Any cell in a salivary gland.", + "meaning": "CL:0009005", + "title": "salivary gland cell" + }, + { + "text": "CL:0000483", + "description": "A peptide hormone secreting cell that secretes bombesin stimulating hormone.", + "meaning": "CL:0000483", + "title": "bombesin stimulating hormone secreting cell" + }, + { + "text": "CL:0000185", + "description": "Contractile cells resembling smooth muscle cells that are present in glands, notably the mammary gland, and aid in secretion. This cell has long weaving dendritic processes containing myofilament.", + "meaning": "CL:0000185", + "title": "myoepithelial cell" + }, + { + "text": "CL:0000956", + "description": "A pre-B-I cell is a precursor B cell that expresses CD34 and surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain protein.", + "meaning": "CL:0000956", + "title": "pre-B-I cell" + }, + { + "text": "CL:4030049", + "description": "A DRD2-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + "meaning": "CL:4030049", + "title": "striosomal D2 medium spiny neuron" + }, + { + "text": "CL:0002326", + "description": "A mammary epithelial cell that occurs in the lumen of the ductal and alveoli structure in the breast.", + "meaning": "CL:0002326", + "title": "luminal epithelial cell of mammary gland" + }, + { + "text": "CL:0000028", + "meaning": "CL:0000028", + "title": "CNS neuron (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000847", + "description": "An olfactory receptor cell in which the apical ending of the dendrite is a pronounced ciliated olfactory knob.", + "meaning": "CL:0000847", + "title": "ciliated olfactory receptor neuron" + }, + { + "text": "CL:1000323", + "description": "A goblet cell that is part of the epithelium of pyloric gland.", + "meaning": "CL:1000323", + "title": "pyloric gastric gland goblet cell" + }, + { + "text": "CL:0010006", + "description": "Any blood vessel endothelial cell that is part of some heart.", + "meaning": "CL:0010006", + "title": "cardiac blood vessel endothelial cell" + }, + { + "text": "CL:4033018", + "description": "A megakaryocyte that is resident in the lung connective tissue.", + "meaning": "CL:4033018", + "title": "lung megakaryocyte" + }, + { + "text": "CL:1000182", + "description": "Any tip cell that is part of some Malpighian tubule.", + "meaning": "CL:1000182", + "title": "malpighian tubule tip cell" + }, + { + "text": "CL:0000233", + "description": "A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, found in the blood of all mammals, and mainly involved in blood coagulation.", + "meaning": "CL:0000233", + "title": "platelet" + }, + { + "text": "CL:1001567", + "description": "Any endothelial cell of vascular tree that is part of some lung.", + "meaning": "CL:1001567", + "title": "lung endothelial cell" + }, + { + "text": "CL:0000443", + "description": "Any secretory cell that is capable of some calcitonin secretion.", + "meaning": "CL:0000443", + "title": "calcitonin secreting cell" + }, + { + "text": "CL:0000474", + "description": "An insect renal cell that filters hemolymph and is found with other pericardial nephrocytes in two rows flanking the dorsal vessel.", + "meaning": "CL:0000474", + "title": "pericardial nephrocyte" + }, + { + "text": "CL:4023168", + "description": "A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli.", + "meaning": "CL:4023168", + "title": "somatosensory neuron" + }, + { + "text": "CL:0000204", + "meaning": "CL:0000204", + "title": "acceleration receptive cell" + }, + { + "text": "CL:1000478", + "description": "A transitional myocyte that is part of the sinoatrial node.", + "meaning": "CL:1000478", + "title": "transitional myocyte of sinoatrial node" + }, + { + "text": "CL:0000557", + "description": "A hematopoietic progenitor cell that is committed to the granulocyte and monocyte lineages. These cells are CD123-positive, and do not express Gata1 or Gata2 but do express C/EBPa, and Pu.1.", + "meaning": "CL:0000557", + "title": "granulocyte monocyte progenitor cell" + }, + { + "text": "CL:0002456", + "description": "A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive and CD4-positive.", + "meaning": "CL:0002456", + "title": "CD8_alpha-positive plasmacytoid dendritic cell" + }, + { + "text": "CL:0000501", + "description": "A supporting cell for the developing female gamete in the ovary of mammals. They develop from the coelomic epithelial cells of the gonadal ridge. Granulosa cells form a single layer around the mammalian oocyte in the primordial ovarian follicle and advance to form a multilayered cumulus oophorus surrounding the ovum in the Graafian follicle. The major functions of granulosa cells include the production of steroids and LH receptors.", + "meaning": "CL:0000501", + "title": "granulosa cell" + }, + { + "text": "CL:4023075", + "description": "A sst GABAergic cortical interneuron found in L6 that expresses tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization within L6.", + "meaning": "CL:4023075", + "title": "L6 th sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0002278", + "description": "An enteroendocrine cell of duodenum and jejunum that produces gastric inhibitory peptide.", + "meaning": "CL:0002278", + "title": "GIP cell" + }, + { + "text": "CL:4033045", + "description": "A dendritic cell that captures antigens in a lung and migrates to a lymph node or to the spleen to activate T cells.", + "meaning": "CL:4033045", + "title": "lung migratory dendritic cell" + }, + { + "text": "CL:1001576", + "description": "Squamous cell of oral epithelium.", + "meaning": "CL:1001576", + "title": "oral mucosa squamous cell" + }, + { + "text": "CL:1001435", + "description": "The small neuron in the glomerular layer of the olfactory bulb whose dendrites arborize within a glomerulus, where it receives synaptic input from olfactory receptor cell axon terminals, and also engages in dendrodendritic interactions with mitral and tufted cell dendrites; uses both GABA and dopamine as a neurotransmitter.", + "meaning": "CL:1001435", + "title": "periglomerular cell" + }, + { + "text": "CL:0002681", + "description": "A cell that is part of a cortex of kidney.", + "meaning": "CL:0002681", + "title": "kidney cortical cell" + }, + { + "text": "CL:0002083", + "description": "A chromaffin cell of the adrenal medulla that produces norepinephrine.", + "meaning": "CL:0002083", + "title": "type I cell of adrenal medulla" + }, + { + "text": "CL:1001123", + "description": "Any peritubular capillary endothelial cell that is part of some outer renal medulla peritubular capillary.", + "meaning": "CL:1001123", + "title": "kidney outer medulla peritubular capillary cell" + }, + { + "text": "CL:0009095", + "description": "An endothelial cell that is part of a uterus.", + "meaning": "CL:0009095", + "title": "endothelial cell of uterus" + }, + { + "text": "CL:0001052", + "description": "A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.", + "meaning": "CL:0001052", + "title": "CD8-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell" + }, + { + "text": "CL:1000304", + "description": "A fibroblast that is part of the connective tissue of nonglandular part of prostate.", + "meaning": "CL:1000304", + "title": "fibroblast of connective tissue of nonglandular part of prostate" + }, + { + "text": "CL:0002165", + "description": "A supporting cell that is attached to the basement membrane and forms rows that support the hair cells.", + "meaning": "CL:0002165", + "title": "phalangeal cell" + }, + { + "text": "CL:1000418", + "description": "A myoepithelial cell that is part of the mammary gland alveolus.", + "meaning": "CL:1000418", + "title": "myoepithelial cell of lactiferous alveolus" + }, + { + "text": "CL:0002489", + "description": "A thymocyte that lacks expression of CD4 and CD8.", + "meaning": "CL:0002489", + "title": "double negative thymocyte" + }, + { + "text": "CL:0002270", + "description": "A type EC enteroendocrine cell in the duodenum and jejunum that stores and secretes motilin and 5-hydroxytryptamine.", + "meaning": "CL:0002270", + "title": "type EC2 enteroendocrine cell" + }, + { + "text": "CL:4023189", + "description": "A retinal ganglion cell located in the ganglion cell layer of the retina. This cell projects to magnocellular cells in the lateral geniculate nucleus (LGN). They have large cell bodies and extensive, branching dendritic networks that contribute to their large receptive fields.", + "meaning": "CL:4023189", + "title": "parasol ganglion cell of retina" + }, + { + "text": "CL:0003042", + "description": "An M9 retinal ganglion cell with synaptic terminals in S4 that is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003042", + "title": "M9-OFF retinal ganglion cell" + }, + { + "text": "CL:0000901", + "description": "CD4-positive alpha-beta T cell with regulatory function that produces IL-10.", + "meaning": "CL:0000901", + "title": "Tr1 cell" + }, + { + "text": "CL:0002107", + "description": "An IgD-negative CD38-positive IgG memory B cell is a CD38-positive IgG-positive that has class switched and lacks expression of IgD on the cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive.", + "meaning": "CL:0002107", + "title": "IgD-negative CD38-positive IgG memory B cell" + }, + { + "text": "CL:1000472", + "description": "A myoepithelial cell that is part of the tertiary lactiferous duct.", + "meaning": "CL:1000472", + "title": "myoepithelial cell of tertiary lactiferous duct" + }, + { + "text": "CL:0005011", + "description": "A cuboidal epithelial cell of the kidney which secretes acid and reabsorbs base to regulate acid/base balance.", + "meaning": "CL:0005011", + "title": "renal alpha-intercalated cell" + }, + { + "text": "CL:0000929", + "description": "A mature NK T cell that secretes interferon-gamma and enhances Th1 immune responses.", + "meaning": "CL:0000929", + "title": "CD4-negative, CD8-negative type I NK T cell secreting interferon-gamma" + }, + { + "text": "CL:4023007", + "description": "A vip GABAergic cortical interneuron with bipolar morphology, with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across all layers (with preferences for layers II/III and Va) and a dendritic tree that is vertically more restricted than deeper layer vip cells and extend fewer dendrites into the layers outside their home layer (location of soma). L2/3 bipolar vip cells have great variability in firing patterns, though most are continuous adapting. L2/3 bipolar vip cells are more depolarized in their resting state, had less fast rectification, and had smaller after hyperpolarization than deeper vip cells.", + "meaning": "CL:4023007", + "title": "L2/3 bipolar vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0009049", + "description": "A layer of smooth muscle cells that forms the outer layer of the high endothelial venule of lymph node and pumps to allow flow of lymph fluid carrying lymphocytes.", + "meaning": "CL:0009049", + "title": "smooth muscle cell of high endothelial venule of lymph node" + }, + { + "text": "CL:0000188", + "description": "A somatic cell located in skeletal muscle.", + "meaning": "CL:0000188", + "title": "cell of skeletal muscle" + }, + { + "text": "CL:2000093", + "description": "Any fibroblast of lung that is part of a bronchus.", + "meaning": "CL:2000093", + "title": "bronchus fibroblast of lung" + }, + { + "text": "CL:1001474", + "description": "An inhibitory, GABAergic projection neuron in the striatum that integrates glutamatergic signals arising from the cerebral cortex and thalamus.", + "meaning": "CL:1001474", + "title": "medium spiny neuron" + }, + { + "text": "CL:1000414", + "description": "An endothelial cell that is part of the venule.", + "meaning": "CL:1000414", + "title": "endothelial cell of venule" + }, + { + "text": "CL:1001318", + "description": "A pericyte cell located in the kidney interstitium.", + "meaning": "CL:1001318", + "title": "renal interstitial pericyte" + }, + { + "text": "CL:0000777", + "description": "A tissue-resident macrophage of the renal glomerular mesangium involved in the disposal and degradation of filtration residues, presentation of antigen to T cells and in tissue remodeling.", + "meaning": "CL:0000777", + "title": "mesangial phagocyte" + }, + { + "text": "CL:0002103", + "description": "An IgG-positive double negative memory B cell is a double negative memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative.", + "meaning": "CL:0002103", + "title": "IgG-positive double negative memory B cell" + }, + { + "text": "CL:1001580", + "description": "A glial cell that is part of the hippocampus.", + "meaning": "CL:1001580", + "title": "hippocampal glial cell" + }, + { + "text": "CL:0000020", + "description": "An euploid male germ cell of an early stage of spermatogenesis.", + "meaning": "CL:0000020", + "title": "spermatogonium" + }, + { + "text": "CL:0002530", + "description": "An immature CD1a-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002530", + "title": "immature CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0000708", + "description": "Stromal cell that forms the internal covering of the vertebrate brain and produces ECM for this and the choroid plexus.", + "meaning": "CL:0000708", + "title": "leptomeningeal cell" + }, + { + "text": "CL:4023046", + "description": "An excitatory glutamatergic neuron transcriptomically related to the CT subclass, with a soma preferentially located in the bottom of L6 of the primary motor cortex.", + "meaning": "CL:4023046", + "title": "L6b glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0000659", + "description": "An extracellular matrix secreting cell that secretes eggshell.", + "meaning": "CL:0000659", + "title": "eggshell secreting cell" + }, + { + "text": "CL:4023158", + "description": "A neuron in the posterior ventral cochlear nucleus that is distinguished by their long, thick and tentacle-shaped dendrites that typically emanate from one side of the cell body.", + "meaning": "CL:4023158", + "title": "octopus cell of the mammalian cochlear nucleus" + }, + { + "text": "CL:1001433", + "description": "An epithelial cell of the exocrine pancreas.", + "meaning": "CL:1001433", + "title": "epithelial cell of exocrine pancreas" + }, + { + "text": "CL:4042009", + "description": "An astrocyte type that presents radial protrusions across the layers of a cortex. The soma of this astrocyte is part of the first layer of a neocortex. This astrocyte extents its protrusions transversally to the deeper layers of a cortex and it creates contact with neurons, the pia matter and capillaries. This astrocyte is involved in facilitating the communication across neurons, astrocytes, capillaries, meninges and the cerebrospinal fluid.", + "meaning": "CL:4042009", + "title": "interlaminar astrocyte" + }, + { + "text": "CL:0002667", + "description": "An otic fibrocyte that resides above the stria vasularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002667", + "title": "type 5 otic fibrocyte" + }, + { + "text": "CL:0000489", + "meaning": "CL:0000489", + "title": "scotopic photoreceptor cell" + }, + { + "text": "CL:0000962", + "description": "A follicular B cell that is IgD-positive and CD23-positive and CD38-positive. This naive cell type is activated in the extrafollicular areas via interaction with dendritic cells and antigen specific T cells.", + "meaning": "CL:0000962", + "title": "Bm2 B cell" + }, + { + "text": "CL:0000743", + "description": "Chondrocyte that is terminally differentiated, produces type X collagen, is large in size, and often associated with the replacement of cartilage by bone (endochondral ossification).", + "meaning": "CL:0000743", + "title": "hypertrophic chondrocyte" + }, + { + "text": "CL:0000545", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.", + "meaning": "CL:0000545", + "title": "T-helper 1 cell" + }, + { + "text": "CL:0000603", + "description": "A fungal cell with two genetically distinct haploid nuclei.", + "meaning": "CL:0000603", + "title": "dikaryon" + }, + { + "text": "CL:1000458", + "description": "A melanocyte that is part of the skin of body.", + "meaning": "CL:1000458", + "title": "melanocyte of skin" + }, + { + "text": "CL:0000037", + "description": "A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119.", + "meaning": "CL:0000037", + "title": "hematopoietic stem cell" + }, + { + "text": "CL:0000711", + "description": "Cumulus cell is a specialized granulosa cell that surrounds and nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus cells are used to make a distinction between this cell and the other functionally different subpopulation of granulosa cells at the wall of the Graafian follicle.", + "meaning": "CL:0000711", + "title": "cumulus cell" + }, + { + "text": "CL:0007019", + "meaning": "CL:0007019", + "title": "epidermal mucus secreting cell" + }, + { + "text": "CL:0002651", + "description": "An endothelial cell that is part of the venous sinus of spleen. This endothelial cell has an elongated, spindle-shaped, flattened morphology that is parallel to long axis of sinus. This cell type rests on a basement membrane interrupted by numerous narrow slits.", + "meaning": "CL:0002651", + "title": "endothelial cell of venous sinus of spleen" + }, + { + "text": "CL:4033063", + "description": "A trophoblast cell that invades the maternal spiral arteries and replace the endothelial lining, remodeling the vessels and allowing for adequate blood transport into the placenta. An endovascular extravillous trophoblast cell differentiates from an extravillous trophoblast cell. In humans, this cell can be distinguished by the expression of CD56.", + "meaning": "CL:4033063", + "title": "endovascular extravillous trophoblast cell" + }, + { + "text": "CL:0010013", + "meaning": "CL:0010013", + "title": "type I pinealocyte" + }, + { + "text": "CL:0000752", + "description": "A bipolar neuron found in the retina and having connections with cone photoreceptor cells and neurons in the inner plexiform layer.", + "meaning": "CL:0000752", + "title": "cone retinal bipolar cell" + }, + { + "text": "CL:0009111", + "description": "A germinal center B cell found in a lymph node germinal center light zone.", + "meaning": "CL:0009111", + "title": "centrocyte" + }, + { + "text": "CL:0002384", + "description": "A macroconidium that has only one nucleus.", + "meaning": "CL:0002384", + "title": "uninucleate macroconidium" + }, + { + "text": "CL:0000102", + "meaning": "CL:0000102", + "title": "polymodal neuron" + }, + { + "text": "CL:4023055", + "description": "A corticothalamic-projecting glutamatergic neuron that is located in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology and mostly untufted apical dendrites terminating in midcortical layers. CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells have a near tonic firing pattern and are distinguished from L6 IT neurons by a lower inter-spike interval adaptation index.", + "meaning": "CL:4023055", + "title": "corticothalamic VAL/VM projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002205", + "description": "A brush cell found in the epithelium of lobular bronchiole.", + "meaning": "CL:0002205", + "title": "brush cell of lobular bronchiole" + }, + { + "text": "CL:0002251", + "description": "An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus.", + "meaning": "CL:0002251", + "title": "epithelial cell of alimentary canal" + }, + { + "text": "CL:4033006", + "description": "A(n) endothelial cell that is part of a(n) efferent lymphatic vessel.", + "meaning": "CL:4033006", + "title": "endothelial cell of efferent lymphatic vessel" + }, + { + "text": "CL:0000667", + "description": "An extracellular matrix secreting cell that secretes collagen.", + "meaning": "CL:0000667", + "title": "collagen secreting cell" + }, + { + "text": "CL:0000157", + "description": "A cell that specializes in secretion of surfactant in the alveoli of the lung.", + "meaning": "CL:0000157", + "title": "surfactant secreting cell" + }, + { + "text": "CL:0002235", + "description": "A cell of the luminal layer of the epithelium in the prostatic acinus.", + "meaning": "CL:0002235", + "title": "luminal cell of prostatic acinus" + }, + { + "text": "CL:0009011", + "description": "A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the colon. Stem cells located in the crypts of Lieberk\u00fchn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.", + "meaning": "CL:0009011", + "title": "transit amplifying cell of colon" + }, + { + "text": "CL:1000504", + "description": "A cell that is part of a renal medulla.", + "meaning": "CL:1000504", + "title": "kidney medulla cell" + }, + { + "text": "CL:4006001", + "description": "A fibroblast that is part of the skin of scalp.", + "meaning": "CL:4006001", + "title": "fibroblast of skin of scalp" + }, + { + "text": "CL:0000241", + "meaning": "CL:0000241", + "title": "stratified cuboidal epithelial cell" + }, + { + "text": "CL:0000463", + "description": "An epidermal cell that secretes chitinous cuticle from its apical side.", + "meaning": "CL:0000463", + "title": "epidermal cell (sensu Arthropoda)" + }, + { + "text": "CL:0001063", + "description": "An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism.", + "meaning": "CL:0001063", + "title": "neoplastic cell" + }, + { + "text": "CL:0010000", + "description": "A hair follicle matrix region cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the hair bulb to become the hair medulla cortex and hair root sheath.", + "meaning": "CL:0010000", + "title": "keratinized cell of hair follicle" + }, + { + "text": "CL:0002465", + "description": "A conventional dendritic cell that expresses CD11b (ITGAM).", + "meaning": "CL:0002465", + "title": "CD11b-positive dendritic cell" + }, + { + "text": "CL:0000719", + "meaning": "CL:0000719", + "title": "posterior cone cell (sensu Endopterygota)" + }, + { + "text": "CL:4023036", + "description": "A pvalb GABAergic cortical interneuron that is recognizable by the straight terminal axonal 'cartridges' of vertically oriented strings of synaptic boutons. Chandelier PV cells' boutons target exclusively the axon initial segment (AIS) of pyramidal cells, with a single cell innervating hundreds of pyramidal cells in a clustered manner.", + "meaning": "CL:4023036", + "title": "chandelier pvalb GABAergic cortical interneuron" + }, + { + "text": "CL:4023110", + "description": "A pyramidal neuron with soma located in the amygdala.", + "meaning": "CL:4023110", + "title": "amygdala pyramidal neuron" + }, + { + "text": "CL:2000048", + "description": "A lower motor neuron whose soma is located in the anterior horn. Anterior horn motor neurons project from the anterior portion of the grey matter in the spinal cord to some skeletal muscles.", + "meaning": "CL:2000048", + "title": "anterior horn motor neuron" + }, + { + "text": "CL:0000388", + "description": "An elongated fibrocyte that is part of a tendon. The cytoplasm is stretched between the collagen fibres of the tendon. They have a central cell nucleus with a prominent nucleolus. Tendon cells have a well-developed rough endoplasmic reticulum and they are responsible for synthesis and turnover of tendon fibres and ground substance.", + "meaning": "CL:0000388", + "title": "tendon cell" + }, + { + "text": "CL:0000826", + "description": "A progenitor cell of the B cell lineage, with some lineage specific activity such as early stages of recombination of B cell receptor genes, but not yet fully committed to the B cell lineage until the expression of PAX5 occurs.", + "meaning": "CL:0000826", + "title": "pro-B cell" + }, + { + "text": "CL:0000106", + "description": "Neuron with one neurite that extends from the cell body.", + "meaning": "CL:0000106", + "title": "unipolar neuron" + }, + { + "text": "CL:0000589", + "description": "A bulbous cell that is medially placed in one row in the organ of Corti. In contrast to the outer hair cells, the inner hair cells are fewer in number, have fewer sensory hairs, and are less differentiated.", + "meaning": "CL:0000589", + "title": "cochlear inner hair cell" + }, + { + "text": "CL:1001593", + "description": "Glandular cell of parathyroid epithelium. Example: Parathyroid chief cell and parathyroid oxyphil cells.", + "meaning": "CL:1001593", + "title": "parathyroid glandular cell" + }, + { + "text": "CL:1000473", + "description": "A myoepithelial cell that is part of the quarternary lactiferous duct.", + "meaning": "CL:1000473", + "title": "myoepithelial cell of quarternary lactiferous duct" + }, + { + "text": "CL:0002562", + "description": "An epidermal cell that is part of the germinal matrix.", + "meaning": "CL:0002562", + "title": "hair germinal matrix cell" + }, + { + "text": "CL:2000008", + "description": "Any blood vessel endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000008", + "title": "microvascular endothelial cell" + }, + { + "text": "CL:0002210", + "description": "A slow muscle cell that contains high levels of myoglobin and oxygen storing proteins giving the cell a red appearance.", + "meaning": "CL:0002210", + "title": "red muscle cell" + }, + { + "text": "CL:0002509", + "description": "A langerin-positive lymph node dendritic cell that is CD103-positive and CD11b-low.", + "meaning": "CL:0002509", + "title": "CD103-positive, langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0002154", + "description": "A promyelocyte with a nucleus that is indented and contains more marginated heterochromatin compared to its precursor cell (myeloblast); cytoplasm is deeply basophilic and contains numerous mitochondria and meandering cysternae of endoplasmic reticulum; largest of the granulocyte lineages.", + "meaning": "CL:0002154", + "title": "early promyelocyte" + }, + { + "text": "CL:0000341", + "meaning": "CL:0000341", + "title": "pigment cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000581", + "description": "A macrophage resident in the peritoneum under non-inflammatory conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, CD115-high, MHC-II-negative, and Dectin-1-positive.", + "meaning": "CL:0000581", + "title": "peritoneal macrophage" + }, + { + "text": "CL:0002337", + "description": "A stem cell located in the bulge of the hair follicle that can give rise to regenerate the new follicle with each hair cycle and to reepithelialize the epidermis during wound repair.", + "meaning": "CL:0002337", + "title": "keratinocyte stem cell" + }, + { + "text": "CL:4030016", + "description": "An epithelial cell located in the early distal convoluted tubule.", + "meaning": "CL:4030016", + "title": "epithelial cell of early distal convoluted tubule" + }, + { + "text": "CL:4030019", + "description": "A renal intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030019", + "title": "kidney connecting tubule intercalated cell" + }, + { + "text": "CL:4023121", + "description": "A sst GABAergic cortical interneuron that also expresses Chodl. These neurons are rare and correspond to the only known cortical interneurons with long-range projection.", + "meaning": "CL:4023121", + "title": "sst chodl GABAergic cortical interneuron" + }, + { + "text": "CL:0000824", + "description": "A natural killer cell that is developmentally mature and expresses a variety of inhibitory and activating receptors that recognize MHC class I and other stress related molecules.", + "meaning": "CL:0000824", + "title": "mature natural killer cell" + }, + { + "text": "CL:2000011", + "description": "Any endothelial cell of lymphatic vessel that is part of a dermis.", + "meaning": "CL:2000011", + "title": "dermis lymphatic vessel endothelial cell" + }, + { + "text": "CL:1001225", + "description": "A cell that is part of a collecting duct of renal tubule.", + "meaning": "CL:1001225", + "title": "kidney collecting duct cell" + }, + { + "text": "CL:0000010", + "description": "A cell in vitro that is or has been maintained or propagated as part of a cell culture.", + "meaning": "CL:0000010", + "title": "cultured cell" + }, + { + "text": "CL:0009079", + "description": "A fibroblast located between thymic lobules.", + "meaning": "CL:0009079", + "title": "thymic fibroblast type 2" + }, + { + "text": "CL:0011015", + "description": "A motile sperm cell that contain no F-actin, and their motility is powered by a dynamic filament system.", + "meaning": "CL:0011015", + "title": "amoeboid sperm cell" + }, + { + "text": "CL:0002482", + "description": "A melanocyte that produces pigment in the dermis.", + "meaning": "CL:0002482", + "title": "dermal melanocyte" + }, + { + "text": "CL:1000329", + "description": "A goblet cell that is part of the epithelium of trachea.", + "meaning": "CL:1000329", + "title": "tracheal goblet cell" + }, + { + "text": "CL:4023004", + "description": "A type of intrafusal muscle fiber that lies in the center of a muscle spindle. Nuclei are clustered centrally and give the equatorial region a swollen appearance. They are associated with associated with dynamic gamma motor neurons, and the stretching of the equatorial region of the nuclear bag fibers results in an increase in the firing rate of type Ia sensory fibers.", + "meaning": "CL:4023004", + "title": "nuclear bag fiber" + }, + { + "text": "CL:1000447", + "description": "A basal cell that is part of the epithelium of esophagus.", + "meaning": "CL:1000447", + "title": "epithelial cell of stratum germinativum of esophagus" + }, + { + "text": "CL:0001061", + "description": "A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models.", + "meaning": "CL:0001061", + "title": "abnormal cell" + }, + { + "text": "CL:0000460", + "description": "Any secretory cell that is capable of some glucocorticoid secretion.", + "meaning": "CL:0000460", + "title": "glucocorticoid secreting cell" + }, + { + "text": "CL:1001068", + "meaning": "CL:1001068", + "title": "kidney venous system smooth muscle cell" + }, + { + "text": "CL:0000098", + "description": "A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells.", + "meaning": "CL:0000098", + "title": "sensory epithelial cell" + }, + { + "text": "CL:0000935", + "description": "A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell that is found in the columnar epithelium of the gastrointestinal tract.", + "meaning": "CL:0000935", + "title": "CD4-negative, CD8-negative, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0009043", + "description": "An intestinal crypt stem cell that is located in the colon.", + "meaning": "CL:0009043", + "title": "intestinal crypt stem cell of colon" + }, + { + "text": "CL:0004244", + "description": "An amacrine cell with a wide dendritic field, dendrites in S4, and post-synaptic terminals in S4.", + "meaning": "CL:0004244", + "title": "WF4 amacrine cell" + }, + { + "text": "CL:1000448", + "description": "An epithelial cell that is part of the sweat gland.", + "meaning": "CL:1000448", + "title": "epithelial cell of sweat gland" + }, + { + "text": "CL:0001059", + "description": "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages. These cells are CD34-positive, and express Gata1, Gata2, C/EBPa, and Pu.1.", + "meaning": "CL:0001059", + "title": "common myeloid progenitor, CD34-positive" + }, + { + "text": "CL:0000945", + "description": "A lymphocyte of B lineage with the commitment to express an immunoglobulin complex.", + "meaning": "CL:0000945", + "title": "lymphocyte of B lineage" + }, + { + "text": "CL:0001057", + "description": "A myeloid dendritic cell with the phenotype HLA-DRA-positive.", + "meaning": "CL:0001057", + "title": "myeloid dendritic cell, human" + }, + { + "text": "CL:1001224", + "description": "Any smooth muscle cell that is part of some renal interlobular vein.", + "meaning": "CL:1001224", + "title": "interlobulary vein smooth muscle cell" + }, + { + "text": "CL:0005005", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into a cyanophore.", + "meaning": "CL:0005005", + "title": "cyanoblast" + }, + { + "text": "CL:0000649", + "description": "A cell with delicate radiating processes known as desmosomes that form intercellular bridges between other cells of this type. This cell type forms the stratum spinosum (prickle cell layer). A function of this cell is to generate keratin.", + "meaning": "CL:0000649", + "title": "prickle cell" + }, + { + "text": "CL:2000025", + "description": "Any oligodendrocyte that is part of a spinal cord.", + "meaning": "CL:2000025", + "title": "spinal cord oligodendrocyte" + }, + { + "text": "CL:0000996", + "description": "Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0000996", + "title": "mature CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:4023169", + "description": "A neuron that is responsible for sensation in the face or motor functions such as biting and chewing. Trigeminal neurons extend a single axon shaft along the lateral white matter of the hindbrain and spinal cord. The highly branched axons innervate the integument of the head.", + "meaning": "CL:4023169", + "title": "trigeminal neuron" + }, + { + "text": "CL:0000989", + "description": "CD11c-low plasmacytoid dendritic cell is a leukocyte that is CD11c-low, CD45R-positive, GR1-positive and CD11b-negative.", + "meaning": "CL:0000989", + "title": "CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:0002373", + "description": "A peptide hormone secreting cell that secretes growth hormone releasing hormone.", + "meaning": "CL:0002373", + "title": "growth hormone releasing hormone secreting cell" + }, + { + "text": "CL:4030057", + "description": "A medium spiny neuron that exhibits transcriptional divergence from direct and indirect spiny projection neurons, for example, enrichment in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium spiny neurons have been found to be differentially distributed across the basal ganglia, the eccentric medium spiny neuron cell type has been found to be more evenly distributed throughout cerebral nuclei.", + "meaning": "CL:4030057", + "title": "eccentric medium spiny neuron" + }, + { + "text": "CL:0000597", + "description": "The smaller of two types of asexual spores formed by some fungi. An ovoid to pear-shaped asexual spore that contains very little cytoplasm and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. Micronidia are extruded from the hyphal cell wall.", + "meaning": "CL:0000597", + "title": "microconidium" + }, + { + "text": "CL:0002108", + "description": "A CD38-negative IgG memory B cell is a IgG-positive class switched memory B cell that has class switched and expresses IgG on the cell surface with the phenotype CD38-negative, IgD-negative, and IgG-positive.", + "meaning": "CL:0002108", + "title": "CD38-negative IgG memory B cell" + }, + { + "text": "CL:0001049", + "description": "A recently activated CD8-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, CCR7-negative, and CD25-positive.", + "meaning": "CL:0001049", + "title": "activated CD8-positive, alpha-beta T cell, human" + }, + { + "text": "CL:0002407", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.", + "meaning": "CL:0002407", + "title": "mature Vgamma2-positive thymocyte" + }, + { + "text": "CL:0000552", + "description": "The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated.", + "meaning": "CL:0000552", + "title": "orthochromatic erythroblast" + }, + { + "text": "CL:0000980", + "description": "An activated mature (naive or memory) B cell that is secreting immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative.", + "meaning": "CL:0000980", + "title": "plasmablast" + }, + { + "text": "CL:0002598", + "description": "Any smooth muscle cell that is part of some bronchus.", + "meaning": "CL:0002598", + "title": "bronchial smooth muscle cell" + }, + { + "text": "CL:0001034", + "description": "A cell that is maintained or propagated in a controlled artificial environment for use in an investigation.", + "meaning": "CL:0001034", + "title": "cell in vitro" + }, + { + "text": "CL:1001006", + "description": "Any kidney arterial blood vessel cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001006", + "title": "kidney afferent arteriole cell" + }, + { + "text": "CL:2000037", + "description": "Any neuromast hair cell that is part of a posterior lateral line.", + "meaning": "CL:2000037", + "title": "posterior lateral line neuromast hair cell" + }, + { + "text": "CL:1000326", + "description": "A goblet cell that is part of the epithelium proper of ileum.", + "meaning": "CL:1000326", + "title": "ileal goblet cell" + }, + { + "text": "CL:4033030", + "description": "An OFF calbindin-negative bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3b contacts with cones are non-triad-associated.", + "meaning": "CL:4033030", + "title": "diffuse bipolar 3b cell" + }, + { + "text": "CL:0002318", + "description": "A mesothelial cell capable of circulating in the blood by first losing its squamous character. This cell can incorporate into the regenerating mesothelium.", + "meaning": "CL:0002318", + "title": "peripheral blood mesothelial cell" + }, + { + "text": "CL:0000919", + "description": "A CD8-positive alpha beta-positive T cell with the phenotype FoxP3-positive and having suppressor function.", + "meaning": "CL:0000919", + "title": "CD8-positive, CD25-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0002341", + "description": "An undifferentiated cell of the prostate epithelium that lacks secretory activity.", + "meaning": "CL:0002341", + "title": "basal cell of prostate epithelium" + }, + { + "text": "CL:0000638", + "description": "An acidophilic chromophil cell that of the anterior pituitary gland.", + "meaning": "CL:0000638", + "title": "acidophil cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:1000854", + "description": "A blood vessel cell that is part of a kidney.", + "meaning": "CL:1000854", + "title": "kidney blood vessel cell" + }, + { + "text": "CL:1000123", + "description": "Any epithelial cell that is part of some metanephric nephron tubule.", + "meaning": "CL:1000123", + "title": "metanephric nephron tubule epithelial cell" + }, + { + "text": "CL:1001214", + "description": "Any smooth muscle cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001214", + "title": "arcuate artery smooth muscle cell" + }, + { + "text": "CL:0000031", + "description": "A cell that will develop into a neuron often after a migration phase.", + "meaning": "CL:0000031", + "title": "neuroblast (sensu Vertebrata)" + }, + { + "text": "CL:0000312", + "description": "An epidermal cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the basal layers of the epidermis to the cornified (horny) layer of the skin. Successive stages of differentiation of the keratinocytes forming the epidermal layers are basal cell, spinous or prickle cell, and the granular cell.", + "meaning": "CL:0000312", + "title": "keratinocyte" + }, + { + "text": "CL:4023059", + "description": "An oligodendrocyte precursor cell that is committed to differentiate.", + "meaning": "CL:4023059", + "title": "differentiation-committed oligodendrocyte precursor" + }, + { + "text": "CL:0000432", + "description": "A fibroblast that synthesizes collagen and uses it to produce reticular fibers, thus providing structural support. Reticular cells are found in many organs, including the spleen, lymph nodes and kidneys. Subtypes of reticular cells include epithelial, mesenchymal, and fibroblastic reticular cells. Fibroblastic reticular cells are involved in directing B cells and T cells to specific regions within a tissue, whereas epithelial and mesenchymal reticular cells are associated with certain areas of the brain.", + "meaning": "CL:0000432", + "title": "reticular cell" + }, + { + "text": "CL:0000129", + "description": "A central nervous system macrophage found in the parenchyma of the central nervous system. Marker include CD11b-positive, F4/80-positive, and CD68-positive.", + "meaning": "CL:0000129", + "title": "microglial cell" + }, + { + "text": "CL:0002310", + "description": "An acidophil cell of the anterior pituitary gland that produces both prolactin and growth hormone.", + "meaning": "CL:0002310", + "title": "mammosomatotroph" + }, + { + "text": "CL:2000001", + "description": "A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood.", + "meaning": "CL:2000001", + "title": "peripheral blood mononuclear cell" + }, + { + "text": "CL:0008046", + "description": "A skeletal muscle fiber that is innervated by alpha motor neuron and generates tension by contracting, thereby allowing for skeletal movement. These fibers make up the large mass of skeletal muscle tissue and are attached to bones by tendons.", + "meaning": "CL:0008046", + "title": "extrafusal muscle fiber" + }, + { + "text": "CL:0000636", + "description": "Astrocyte-like radial glial cell that extends vertically throughout the retina, with the nucleus are usually in the middle of the inner nuclear layer.", + "meaning": "CL:0000636", + "title": "Mueller cell" + }, + { + "text": "CL:1000695", + "meaning": "CL:1000695", + "title": "kidney interstitial alternatively activated macrophage" + }, + { + "text": "CL:0002554", + "description": "A fibroblast of the lymphatic system.", + "meaning": "CL:0002554", + "title": "fibroblast of lymphatic vessel" + }, + { + "text": "CL:0000056", + "description": "A cell that is commited to differentiating into a muscle cell. Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes. Myoblasts also occur as transient populations of cells in muscles undergoing repair.", + "meaning": "CL:0000056", + "title": "myoblast" + }, + { + "text": "CL:0009004", + "description": "Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates.", + "meaning": "CL:0009004", + "title": "retinal cell" + }, + { + "text": "CL:2000014", + "description": "Any skin fibroblast that is part of a upper leg skin.", + "meaning": "CL:2000014", + "title": "fibroblast of upper leg skin" + }, + { + "text": "CL:1000042", + "description": "Any neuroblast (sensu Vertebrata) that is part of some forebrain.", + "meaning": "CL:1000042", + "title": "forebrain neuroblast" + }, + { + "text": "CL:0000039", + "description": "A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring.", + "meaning": "CL:0000039", + "title": "germ line cell" + }, + { + "text": "CL:4030064", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 5. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L5 IT.", + "meaning": "CL:4030064", + "title": "L5 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0002597", + "description": "A smooth muscle cell of the bladder.", + "meaning": "CL:0002597", + "title": "smooth muscle cell of bladder" + }, + { + "text": "CL:0000365", + "description": "Diploid cell produced by the fusion of sperm cell nucleus and egg cell.", + "meaning": "CL:0000365", + "title": "animal zygote" + }, + { + "text": "CL:0000555", + "meaning": "CL:0000555", + "title": "neuronal brush cell" + }, + { + "text": "CL:0000621", + "description": "A myoblast that is committed to a myotube-specific program of differentiation but not yet fused. It undergoes very limited additional proliferation. After fusion, it will take on a muscle identity specified by a `muscle founder cell` (CL:0008006).", + "meaning": "CL:0000621", + "title": "fusion competent myoblast" + }, + { + "text": "CL:0008037", + "description": "A lower motor neuron that innervates only intrafusal muscle fibers. Unlike the alpha motor neurons, gamma motor neurons do not directly adjust the lengthening or shortening of muscles but function in adjusting the sensitivity of muscle spindles and in keeping muscle spindles taut, thereby allowing the continued firing of alpha neurons.", + "meaning": "CL:0008037", + "title": "gamma motor neuron" + }, + { + "text": "CL:0003035", + "description": "A monostratified retinal ganglion cell that contains opsin.", + "meaning": "CL:0003035", + "title": "M6 retinal ganglion cell" + }, + { + "text": "CL:0000586", + "description": "The reproductive cell in multicellular organisms.", + "meaning": "CL:0000586", + "title": "germ cell" + }, + { + "text": "CL:0002291", + "description": "A sperm bearing an X chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.", + "meaning": "CL:0002291", + "title": "X chromosome-bearing sperm cell" + }, + { + "text": "CL:1001585", + "description": "Glandular cell of appendix epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001585", + "title": "appendix glandular cell" + }, + { + "text": "CL:0000029", + "description": "Any neuron that develops from some migratory neural crest cell.", + "meaning": "CL:0000029", + "title": "neural crest derived neuron" + }, + { + "text": "CL:0002574", + "description": "A stromal cell of the pancreas.", + "meaning": "CL:0002574", + "title": "stromal cell of pancreas" + }, + { + "text": "CL:0002541", + "description": "A mesenchymal stem cell of the chorionic membrane.", + "meaning": "CL:0002541", + "title": "chorionic membrane mesenchymal stem cell" + }, + { + "text": "CL:0000885", + "description": "A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated lymphoid tissues of the gut.", + "meaning": "CL:0000885", + "title": "gut-associated lymphoid tissue macrophage" + }, + { + "text": "CL:0000937", + "description": "Cell committed to natural killer cell lineage that has the phenotype CD122-positive, CD34-positive, and CD117-positive. This cell type lacks expression of natural killer receptor proteins.", + "meaning": "CL:0000937", + "title": "pre-natural killer cell" + }, + { + "text": "CL:0002173", + "description": "A cell that is a specialized type of pericyte providing structural support for the capillary loops of kidney. A flat, elongated cell with extensive fine cytoplasmic processes found outside the kidney glomerulus near the macula densa and bound laterally by afferent and efferent arterioles. Being phagocytic, this cell participates in the continuous turnover of the basal lamina by removing its outer portion containing residues of filtration, while the lamina is renewed on its inner surface by the endothelial cells.", + "meaning": "CL:0002173", + "title": "extraglomerular mesangial cell" + }, + { + "text": "CL:4040006", + "description": "A chromatophore that is part of the dermis.", + "meaning": "CL:4040006", + "title": "dermal chromatophore" + }, + { + "text": "CL:2000088", + "description": "Any basket cell that is part of a Ammon's horn.", + "meaning": "CL:2000088", + "title": "Ammon's horn basket cell" + }, + { + "text": "CL:0000811", + "description": "An immature alpha-beta T cell that is located in the thymus and is CD8-positive and CD4-negative.", + "meaning": "CL:0000811", + "title": "CD8-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0005023", + "description": "Cranial motor neuron which innervates muscles derived from the branchial (pharyngeal) arches.", + "meaning": "CL:0005023", + "title": "branchiomotor neuron" + }, + { + "text": "CL:0002336", + "description": "An endothelial cell that lines the oral cavitiy including the mucosa of the gums, the palate, the lip, and the cheek.", + "meaning": "CL:0002336", + "title": "buccal mucosa cell" + }, + { + "text": "CL:0009097", + "description": "A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development.", + "meaning": "CL:0009097", + "title": "embryonic skeletal muscle fiber" + }, + { + "text": "CL:0000946", + "description": "A lymphocyte of B lineage that is devoted to secreting large amounts of immunoglobulin.", + "meaning": "CL:0000946", + "title": "antibody secreting cell" + }, + { + "text": "CL:4033038", + "description": "An alpha-beta CD4 T cell that resides in the lung.", + "meaning": "CL:4033038", + "title": "lung resident memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000120", + "description": "A neuron of the vertebrate central nervous system that is small in size. This general class includes small neurons in the granular layer of the cerebellar cortex, cerebral cortex neurons that are not pyramidal cells and small neurons without axons found in the olfactory bulb.", + "meaning": "CL:0000120", + "title": "granule cell" + }, + { + "text": "CL:4023009", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to structures not derived from telencephalon.", + "meaning": "CL:4023009", + "title": "extratelencephalic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0002233", + "description": "An epithelial cell of the prostatic acinus.", + "meaning": "CL:0002233", + "title": "epithelial cell of prostatic acinus" + }, + { + "text": "CL:0000647", + "description": "A phagocytic cell formed by the fusion of macrophages, occurs in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, component of granulomas. Sometimes used to refer to megakaryocytes.", + "meaning": "CL:0000647", + "title": "multinucleated giant cell" + }, + { + "text": "CL:0000977", + "description": "A short lived plasma cell that secretes IgG.", + "meaning": "CL:0000977", + "title": "IgG short lived plasma cell" + }, + { + "text": "CL:0000078", + "meaning": "CL:0000078", + "title": "peridermal cell" + }, + { + "text": "CL:0002106", + "description": "An IgD-positive CD38-positive IgG memory B cell is a CD38-positive IgG-positive class switched memory B cell that has class switched and expresses IgD on the cell surface with the phenotype IgD-positive, CD38-positive, and IgG-positive.", + "meaning": "CL:0002106", + "title": "IgD-positive CD38-positive IgG memory B cell" + }, + { + "text": "CL:0002387", + "description": "Cylindrical spore formed by development and compartmentation of hyphae; the hyphae are often supporting blastoconidiophores.", + "meaning": "CL:0002387", + "title": "arthroconidium" + }, + { + "text": "CL:0002219", + "description": "A trophoblast found at the junction of the placenta. This cell type makes a unique fibronectin-trophouteronectin junction that helps mediate attachment of the placenta to the uterus. This cell type is also found junction of the chorion layer of the external membranes and the decidua.", + "meaning": "CL:0002219", + "title": "anchoring trophoblast" + }, + { + "text": "CL:4030036", + "description": "A spermatid in an early stage of maturation that has a round morphology and is transcriptionally active.", + "meaning": "CL:4030036", + "title": "early spermatid" + }, + { + "text": "CL:0002516", + "description": "A chromaffin cell interspersed among the interrenal epithelial layer of the anterior kidney of teloest fish.", + "meaning": "CL:0002516", + "title": "interrenal chromaffin cell" + }, + { + "text": "CL:0002636", + "description": "A nonkeratinized cell epithleial cell of the inferior part of the anal canal.", + "meaning": "CL:0002636", + "title": "nonkeratinized epithelial cell of inferior part of anal canal" + }, + { + "text": "CL:0001039", + "description": "Osteoblast that is terminally differentiated, located adjacent to acellular or cellular bone tissue within periosteum, and is capable of mineralizing the matrix.", + "meaning": "CL:0001039", + "title": "terminally differentiated osteoblast" + }, + { + "text": "CL:0002588", + "description": "A smooth muscle cell of the umbilical vein.", + "meaning": "CL:0002588", + "title": "smooth muscle cell of the umbilical vein" + }, + { + "text": "CL:1000398", + "description": "An endothelial cell that is part of the hepatic sinusoid. These cells possess flattened areas containing perforations about 0.1 micrometers in diameter, known as fenestrae. The fenestrae are arranged in groups known as sieve plates.", + "meaning": "CL:1000398", + "title": "endothelial cell of hepatic sinusoid" + }, + { + "text": "CL:4033017", + "description": "A smooth muscle cell that is part of a bronchiole.", + "meaning": "CL:4033017", + "title": "bronchiolar smooth muscle cell" + }, + { + "text": "CL:0000861", + "description": "A macrophage which develops from an inflammatory monocyte and is recruited into the tissues in response to injury and infection as part of an inflammatory response. Markers include CD11b-positive, CD68-positive, and F4/80-positive.", + "meaning": "CL:0000861", + "title": "elicited macrophage" + }, + { + "text": "CL:0000372", + "description": "An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization that forms a socket around the base of a cuticular specialization produced by a trichogen cell.", + "meaning": "CL:0000372", + "title": "tormogen cell" + }, + { + "text": "CL:0000753", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell body of these cells is in the middle of the inner plexiform layer. The dendritic tree is stout and the axon terminates in sublamina 1. The axonal terminal is wide and has only a few varicosities.", + "meaning": "CL:0000753", + "title": "type 1 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000066", + "description": "A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina.", + "meaning": "CL:0000066", + "title": "epithelial cell" + }, + { + "text": "CL:1000681", + "description": "A cell that is part of an interstitial compartment of a renal cortex.", + "meaning": "CL:1000681", + "title": "kidney cortex interstitial cell" + }, + { + "text": "CL:0000819", + "description": "A B cell of distinct lineage and surface marker expression. B-1 B cells are thought to be the primary source of natural IgM immunoglobulin, that is, IgM produced in large quantities without prior antigenic stimulation and generally reactive against various microorganisms, as well as the source of T-independent IgA immunoglobulin in the mucosal areas. These cells are CD43-positive.", + "meaning": "CL:0000819", + "title": "B-1 B cell" + }, + { + "text": "CL:0000221", + "description": "A cell of the outer of the three germ layers of the embryo.", + "meaning": "CL:0000221", + "title": "ectodermal cell" + }, + { + "text": "CL:0000842", + "description": "A leukocyte with a single non-segmented nucleus in the mature form.", + "meaning": "CL:0000842", + "title": "mononuclear cell" + }, + { + "text": "CL:0001031", + "description": "An excitatory granule cell with a soma located in the granular layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites with a characteristic claw-like appearance and a long axon that ascends to the molecular layer where it bifurcates (except in non-teleost fish, where it does not bifurcate) and extends mediolaterally to form parallel fibers.", + "meaning": "CL:0001031", + "title": "cerebellar granule cell" + }, + { + "text": "CL:0000097", + "description": "A cell that is found in almost all tissues containing numerous basophilic granules and capable of releasing large amounts of histamine and heparin upon activation. Progenitors leave bone marrow and mature in connective and mucosal tissue. Mature mast cells are found in all tissues, except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is the main controlling signal of their survival and development.", + "meaning": "CL:0000097", + "title": "mast cell" + }, + { + "text": "CL:0000408", + "description": "Any male germ cell that has characteristic some haploid and is capable of some fertilization.", + "meaning": "CL:0000408", + "title": "male gamete" + }, + { + "text": "CL:0002204", + "description": "A cell type found in the gastrointestinal and respiratory tracts that is characterized by the presence of a tuft of blunt, squat microvilli (120-140 per cell). Function of this cell type is not known.", + "meaning": "CL:0002204", + "title": "brush cell" + }, + { + "text": "CL:0004215", + "description": "A type 5 cone bipolar cell with narrowly stratified post synaptic terminals.", + "meaning": "CL:0004215", + "title": "type 5a cone bipolar cell" + }, + { + "text": "CL:0000110", + "description": "A neuron that uses neuropeptides as transmitters.", + "meaning": "CL:0000110", + "title": "peptidergic neuron" + }, + { + "text": "CL:2000040", + "description": "Any microvascular endothelial cell that is part of a urinary bladder.", + "meaning": "CL:2000040", + "title": "bladder microvascular endothelial cell" + }, + { + "text": "CL:1000454", + "description": "An epithelial cell that is part of the collecting duct of renal tubule.", + "meaning": "CL:1000454", + "title": "kidney collecting duct epithelial cell" + }, + { + "text": "CL:0000822", + "description": "A conventional B cell subject to antigenic stimulation and dependent on T cell help and with a distinct surface marker expression pattern from B-1 B cells. These cells are CD43-negative.", + "meaning": "CL:0000822", + "title": "B-2 B cell" + }, + { + "text": "CL:0000925", + "description": "A type I NK T cell that has been recently activated, secretes interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, and downregulated NK markers.", + "meaning": "CL:0000925", + "title": "activated CD4-positive type I NK T cell" + }, + { + "text": "CL:0002218", + "description": "A double negative thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.", + "meaning": "CL:0002218", + "title": "immature dendritic epithelial T cell precursor" + }, + { + "text": "CL:0002412", + "description": "A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains in the T-cell receptor.", + "meaning": "CL:0002412", + "title": "Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:0004124", + "description": "A retinal ganglion cell C inner that has medium dendritic diversity.", + "meaning": "CL:0004124", + "title": "retinal ganglion cell C1" + }, + { + "text": "CL:4023039", + "description": "Any neuron that has its soma located in some amygdala and is capable of some glutamate secretion, neurotransmission.", + "meaning": "CL:4023039", + "title": "amygdala excitatory neuron" + }, + { + "text": "CL:0000584", + "description": "An epithelial cell that has its apical plasma membrane folded into microvilli to provide ample surface for the absorption of nutrients from the intestinal lumen.", + "meaning": "CL:0000584", + "title": "enterocyte" + }, + { + "text": "CL:2000024", + "description": "Any neuron that is part of a spinal cord medial motor column.", + "meaning": "CL:2000024", + "title": "spinal cord medial motor column neuron" + }, + { + "text": "CL:0000023", + "description": "A female germ cell that has entered meiosis.", + "meaning": "CL:0000023", + "title": "oocyte" + }, + { + "text": "CL:0009008", + "description": "A macrophage which is resident in the lamina propria of the large intestine.", + "meaning": "CL:0009008", + "title": "gastrointestinal tract (lamina propria) macrophage of large intestine" + }, + { + "text": "CL:4023163", + "description": "A bushy cell that receives only few large excitatory endbulb synapses from auditory nerves. Spherical bush cells give excitatory input to the lateral and medial parts of the superior olive.", + "meaning": "CL:4023163", + "title": "spherical bushy cell" + }, + { + "text": "CL:0000893", + "description": "An immature T cell located in the thymus.", + "meaning": "CL:0000893", + "title": "thymocyte" + }, + { + "text": "CL:0011000", + "description": "A CNS interneuron located in the dorsal horn of the spinal cord.", + "meaning": "CL:0011000", + "title": "dorsal horn interneuron" + }, + { + "text": "CL:0000602", + "description": "A receptor in the vascular system, particularly the aorta and carotid sinus, which is sensitive to stretch of the vessel walls.", + "meaning": "CL:0000602", + "title": "pressoreceptor cell" + }, + { + "text": "CL:0000211", + "description": "A cell whose function is determined by the generation or the reception of an electric signal.", + "meaning": "CL:0000211", + "title": "electrically active cell" + }, + { + "text": "CL:0017006", + "description": "A lymphocyte of B lineage that has gotten larger after being stimulated by an antigen.", + "meaning": "CL:0017006", + "title": "B-lymphoblast" + }, + { + "text": "CL:1000507", + "description": "A cell that is part of a nephron tubule.", + "meaning": "CL:1000507", + "title": "kidney tubule cell" + }, + { + "text": "CL:0000766", + "description": "A cell of the monocyte, granulocyte, or mast cell lineage.", + "meaning": "CL:0000766", + "title": "myeloid leukocyte" + }, + { + "text": "CL:0000362", + "description": "An epithelial cell of the integument (the outer layer of an organism).", + "meaning": "CL:0000362", + "title": "epidermal cell" + }, + { + "text": "CL:0000022", + "description": "A stem cell that is the precursor of female gametes.", + "meaning": "CL:0000022", + "title": "female germ line stem cell" + }, + { + "text": "CL:1000891", + "description": "Any kidney blood vessel cell that is part of some kidney arterial blood vessel.", + "meaning": "CL:1000891", + "title": "kidney arterial blood vessel cell" + }, + { + "text": "CL:1000391", + "description": "A melanocyte that is part of the eyelid.", + "meaning": "CL:1000391", + "title": "melanocyte of eyelid" + }, + { + "text": "CL:0002631", + "description": "Any epithelial cell that is part of some upper respiratory tract epithelium.", + "meaning": "CL:0002631", + "title": "epithelial cell of upper respiratory tract" + }, + { + "text": "CL:0000941", + "description": "A dendritic cell arising in thymus that has the phenotype CD11c-positive, CD11b-negative, and CD45RA-negative.", + "meaning": "CL:0000941", + "title": "thymic conventional dendritic cell" + }, + { + "text": "CL:0000240", + "meaning": "CL:0000240", + "title": "stratified squamous epithelial cell" + }, + { + "text": "CL:1000358", + "description": "A M cell that is part of the epithelium proper of ileum.", + "meaning": "CL:1000358", + "title": "microfold cell of epithelium proper of ileum" + }, + { + "text": "CL:0001050", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + "meaning": "CL:0001050", + "title": "effector CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:0002528", + "description": "A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0002528", + "title": "mature CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0002303", + "description": "A cell that is part of pigmented ciliary epithelium. This cell type uptakes sodium and chloride ions from stromal interstitium and passes the ions to non-pigmented ciliary epithelial cells via gap junctions.", + "meaning": "CL:0002303", + "title": "pigmented ciliary epithelial cell" + }, + { + "text": "CL:0002445", + "description": "A NK1.1-positive T cell that is Ly49D-negative.", + "meaning": "CL:0002445", + "title": "Ly49D-negative natural killer cell, mouse" + }, + { + "text": "CL:0000033", + "description": "An exocrine cell characterized by loss of part of the cytoplasm during the process of secretion. The secreted substance is accumulated at the apical end and is either budded off through the plasma membrane producing secreted vesicles or dissolved in the cytoplasm that is lost during secretion.", + "meaning": "CL:0000033", + "title": "apocrine cell" + }, + { + "text": "CL:1000486", + "description": "A basal cell that is part of the urothelium. Compared to other urothelial cell types, a basal cell of the urothelium is positioned along the basement membrane, is the most undifferentiated and serves a progenitor role.", + "meaning": "CL:1000486", + "title": "basal cell of urothelium" + }, + { + "text": "CL:0000839", + "description": "A progenitor cell restricted to the myeloid lineage.", + "meaning": "CL:0000839", + "title": "myeloid lineage restricted progenitor cell" + }, + { + "text": "CL:0003016", + "description": "A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003016", + "title": "G11-OFF retinal ganglion cell" + }, + { + "text": "CL:2000080", + "description": "Any mesenchymal stem cell of adipose tissue that is part of an abdomen.", + "meaning": "CL:2000080", + "title": "mesenchymal stem cell of abdominal adipose tissue" + }, + { + "text": "CL:0000898", + "description": "Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, CD45RA-positive, and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.", + "meaning": "CL:0000898", + "title": "naive T cell" + }, + { + "text": "CL:0002113", + "description": "A B220-low CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-low, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002113", + "title": "B220-low CD38-negative unswitched memory B cell" + }, + { + "text": "CL:0009038", + "description": "A macrophage that is located in the colon.", + "meaning": "CL:0009038", + "title": "colon macrophage" + }, + { + "text": "CL:0000051", + "description": "A oligopotent progenitor cell committed to the lymphoid lineage.", + "meaning": "CL:0000051", + "title": "common lymphoid progenitor" + }, + { + "text": "CL:0000060", + "description": "Skeletogenic cell that secretes dentine matrix, is derived from the odontogenic papilla, and develops from a preodontoblast cell.", + "meaning": "CL:0000060", + "title": "odontoblast" + }, + { + "text": "CL:0000720", + "meaning": "CL:0000720", + "title": "anterior cone cell (sensu Endopterygota)" + }, + { + "text": "CL:0000123", + "meaning": "CL:0000123", + "title": "neuron associated cell (sensu Vertebrata)" + }, + { + "text": "CL:1000347", + "description": "A columnar cell of the colon that is part of the colonic epithelium.", + "meaning": "CL:1000347", + "title": "enterocyte of colon" + }, + { + "text": "CL:0000149", + "meaning": "CL:0000149", + "title": "visual pigment cell" + }, + { + "text": "CL:0009106", + "description": "A specialized fibroblast found in the medulla of lymph node.", + "meaning": "CL:0009106", + "title": "medullary reticular cell" + }, + { + "text": "CL:1000360", + "description": "A M cell that is part of the epithelium proper of large intestine.", + "meaning": "CL:1000360", + "title": "microfold cell of epithelium proper of large intestine" + }, + { + "text": "CL:0000613", + "description": "A progenitor cell committed to the basophil lineage. This cell lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, Gata-2 and C/EBPa.", + "meaning": "CL:0000613", + "title": "basophil progenitor cell" + }, + { + "text": "CL:4033055", + "description": "A ciliated cell that is part of a ciliated duct of an airway submucosal gland.", + "meaning": "CL:4033055", + "title": "airway submucosal gland duct ciliated cell" + }, + { + "text": "CL:0009074", + "description": "A thymic medullary epithelial cell that expresses typical tuft cell markers instead of classical mTEC or cTEC markers. This population has a bulbous-like structure.", + "meaning": "CL:0009074", + "title": "medullary thymic epithelial cell type 4" + }, + { + "text": "CL:0000688", + "description": "A fibroblast-like cell that provides support at neuromuscular junctions in vertebrates and are localized outside the synaptic basal lamina.", + "meaning": "CL:0000688", + "title": "perijunctional fibroblast" + }, + { + "text": "CL:0000991", + "description": "CD11c-negative plasmacytoid dendritic cell is a leukocyte is CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive.", + "meaning": "CL:0000991", + "title": "CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0000790", + "description": "An alpha-beta T cell that has an immature phenotype and has not completed T cell selection.", + "meaning": "CL:0000790", + "title": "immature alpha-beta T cell" + }, + { + "text": "CL:1000191", + "description": "A rod-like cell in the inner ear, having their heads joined and their bases on the basilar membrane widely separated so as to form a spiral tunnel known as the tunnel of Corti.", + "meaning": "CL:1000191", + "title": "pillar cell" + }, + { + "text": "CL:0000710", + "description": "Epithelial cells derived from neural plate and neural crest.", + "meaning": "CL:0000710", + "title": "neurecto-epithelial cell" + }, + { + "text": "CL:0002153", + "description": "The dead keratin-filled squamous cell of the stratum corneum. This cell type lacks a nucleus.", + "meaning": "CL:0002153", + "title": "corneocyte" + }, + { + "text": "CL:0005002", + "description": "A non-terminally differentiated cell that differentiates into a xanthophore.", + "meaning": "CL:0005002", + "title": "xanthoblast" + }, + { + "text": "CL:0001013", + "description": "Mature interstitial dendritic cell is a interstitial dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001013", + "title": "mature interstitial dendritic cell" + }, + { + "text": "CL:0009017", + "description": "An intestinal stem cell that is located in the small intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the small intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009017", + "title": "intestinal crypt stem cell of small intestine" + }, + { + "text": "CL:0008040", + "description": "An endothelial cell of the venule that is squamous shaped. This is in contrast to the cubodial shape of high endothelial venule cells.", + "meaning": "CL:0008040", + "title": "squamous endothelial cell of venule" + }, + { + "text": "CL:0002110", + "description": "A B220-low CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002110", + "title": "B220-low CD38-positive naive B cell" + }, + { + "text": "CL:0000255", + "description": "Any cell that only exists in Eukaryota.", + "meaning": "CL:0000255", + "title": "eukaryotic cell" + }, + { + "text": "CL:1000612", + "description": "Any renal cortical epithelial cell that is part of some renal corpuscle.", + "meaning": "CL:1000612", + "title": "kidney corpuscule cell" + }, + { + "text": "CL:3000001", + "description": "A tissue-resident macrophage that is part of the placenta. A Hofbauer cell expresses high levels of growth factors and metalloproteinases that support vasculogenesis, angiogenesis, branching morphogenesis and tissue remodeling. A Hofbauer cell has a fetal origin and is present throughout pregnancy.", + "meaning": "CL:3000001", + "title": "Hofbauer cell" + }, + { + "text": "CL:0002274", + "description": "A cell type that secretes histamine.", + "meaning": "CL:0002274", + "title": "histamine secreting cell" + }, + { + "text": "CL:0002048", + "description": "A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, CD38-positive.", + "meaning": "CL:0002048", + "title": "late pro-B cell" + }, + { + "text": "CL:0000761", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The dendritic tree is wide and the dendritic convergence indicates cone selectivity. The axon terminal is sparsely branched and terminates in sublamina 5 of the inner plexiform layer.", + "meaning": "CL:0000761", + "title": "type 9 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0001019", + "meaning": "CL:0001019", + "title": "CD115-positive monocyte OR common dendritic progenitor" + }, + { + "text": "CL:0002269", + "description": "An endocrine cell that secretes vasoactive intestinal peptide.", + "meaning": "CL:0002269", + "title": "vasoactive intestinal peptide secreting cell" + }, + { + "text": "CL:0009009", + "description": "A paneth cell that is located in the epithelium of the colon.", + "meaning": "CL:0009009", + "title": "paneth cell of colon" + }, + { + "text": "CL:0010016", + "description": "A cell with a flagellum surrounded by a collar of microvilli. The motion of the flagellum draws water past the microvilli, serving either a feeding or sensory function. Collar cells are found in multiple animals, including sponges, echinoderms, and cnidarians. They are also found outside animals in the choanoflagellates. Although collar cells are superficially similar, their cytoskeletal structure and functional biology are different in different groups of organisms.", + "meaning": "CL:0010016", + "title": "collar cell" + }, + { + "text": "CL:1001603", + "description": "Circulating macrophages and tissue macrophages (alveolar macrophages) of lung.", + "meaning": "CL:1001603", + "title": "lung macrophage" + }, + { + "text": "CL:0004217", + "description": "A horizontal cell with a large cell body, thick dendrites, and a large dendritic arbor.", + "meaning": "CL:0004217", + "title": "H1 horizontal cell" + }, + { + "text": "CL:0001040", + "description": "Osteoblast that is non-terminally differentiated and located in cellular bone tissue or under the periosteum in acellular bone.", + "meaning": "CL:0001040", + "title": "non-terminally differentiated osteoblast" + }, + { + "text": "CL:0002669", + "description": "An otic fibrocyte that lines the otic capsule.", + "meaning": "CL:0002669", + "title": "type 3 otic fibrocyte" + }, + { + "text": "CL:0000205", + "description": "A cellular receptor which mediates the sense of temperature. Thermoreceptor cells in vertebrates are mostly located under the skin. In mammals there are separate types of thermoreceptors for cold and for warmth and pain receptor cells which detect cold or heat extreme enough to cause pain.", + "meaning": "CL:0000205", + "title": "thermoreceptor cell" + }, + { + "text": "CL:0002294", + "description": "An epithelial cell with a well defined Golgi apparatus that makes up the continuous layer of cells bordering the thymic tissue beneath the capsule.", + "meaning": "CL:0002294", + "title": "type-1 epithelial cell of thymus" + }, + { + "text": "CL:1000345", + "description": "A paneth cell that is part of the epithelium of crypt of Lieberkuhn of small intestine.", + "meaning": "CL:1000345", + "title": "paneth cell of epithelium of crypt of Lieberkuhn of small intestine" + }, + { + "text": "CL:0009077", + "description": "A thymic epithelial cell located within the subcapsular region of the thymus.", + "meaning": "CL:0009077", + "title": "subcapsular thymic epithelial cell" + }, + { + "text": "CL:0001201", + "description": "A B cell that is CD19-positive.", + "meaning": "CL:0001201", + "title": "B cell, CD19-positive" + }, + { + "text": "CL:0002600", + "description": "A smooth muscle cell of the trachea.", + "meaning": "CL:0002600", + "title": "smooth muscle cell of trachea" + }, + { + "text": "CL:4023030", + "description": "A sst GABAergic cortical interneuron that has \"fanning-out' Martinotti morphology that is found in layer 2/3/5 of the cerebral cortex. They have local axon arbor and long ascending axons that spreads horizontally and arborizes significantly in L1.", + "meaning": "CL:4023030", + "title": "L2/3/5 fan Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0000361", + "description": "A cell of the embryo in the early stage following the blastula, characterized by morphogenetic cell movements, cell differentiation, and the formation of the three germ layers.", + "meaning": "CL:0000361", + "title": "gastrula cell" + }, + { + "text": "CL:0019022", + "description": "An endothelial cell found in the centrilobular region hepatic sinusoid, near the central vein. The fenestrae of these cells are smaller but more numerous compared with those of endothelial cells near the periportal region of the hepatic sinusoid.", + "meaning": "CL:0019022", + "title": "endothelial cell of pericentral hepatic sinusoid" + }, + { + "text": "CL:4023170", + "description": "A trigeminal neuron that is responsible for sensation in the face.", + "meaning": "CL:4023170", + "title": "trigeminal sensory neuron" + }, + { + "text": "CL:0002475", + "description": "A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-intermediate, and CD11b-high.", + "meaning": "CL:0002475", + "title": "lymphoid MHC-II-negative non-classical monocyte" + }, + { + "text": "CL:0000677", + "description": "Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.", + "meaning": "CL:0000677", + "title": "gut absorptive cell" + }, + { + "text": "CL:0002017", + "description": "An orthochromatophilic erythroblast that is ter119-high, CD71-low, and Kit-negative.", + "meaning": "CL:0002017", + "title": "Kit-negative, Ly-76 high orthochromatophilic erythroblasts" + }, + { + "text": "CL:0000680", + "description": "A non-terminally differentiated cell that is capable of developing into a muscle cell.", + "meaning": "CL:0000680", + "title": "muscle precursor cell" + }, + { + "text": "CL:0003011", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field and a sparse dendritic arbor with post synaptic terminals in sublaminar layer S4.", + "meaning": "CL:0003011", + "title": "G8 retinal ganglion cell" + }, + { + "text": "CL:1000363", + "description": "A transitional myocyte that is part of the atrial branch of anterior internodal tract.", + "meaning": "CL:1000363", + "title": "transitional myocyte of atrial branch of anterior internodal tract" + }, + { + "text": "CL:0002220", + "description": "A cell located between the pinealocytes.", + "meaning": "CL:0002220", + "title": "interstitial cell of pineal gland" + }, + { + "text": "CL:4023108", + "description": "A magnocellular neurosecretory cell that is capable of producing and secreting oxytocin.", + "meaning": "CL:4023108", + "title": "oxytocin-secreting magnocellular cell" + }, + { + "text": "CL:0010014", + "meaning": "CL:0010014", + "title": "type II pinealocyte" + }, + { + "text": "CL:0000315", + "description": "A cell secreting tears, the fluid secreted by the lacrimal glands. This fluid moistens the conjunctiva and cornea.", + "meaning": "CL:0000315", + "title": "tear secreting cell" + }, + { + "text": "CL:0000155", + "description": "A cell that is usually basal in position, cuboidal with round nucleus, short microvilli, secretes pepsinogen.", + "meaning": "CL:0000155", + "title": "peptic cell" + }, + { + "text": "CL:0009022", + "description": "A stromal cell found in the lamina propria of the small intestine.", + "meaning": "CL:0009022", + "title": "stromal cell of lamina propria of small intestine" + }, + { + "text": "CL:0001022", + "description": "CD115-positive monocyte is a monocyte that is CD115-positive and CD11b-positive.", + "meaning": "CL:0001022", + "title": "CD115-positive monocyte" + }, + { + "text": "CL:1000289", + "description": "A muscle cell that is part of the atrial septal branch of anterior internodal tract.", + "meaning": "CL:1000289", + "title": "myocyte of atrial septal branch of anterior internodal tract" + }, + { + "text": "CL:0002076", + "description": "An epithelial cell derived from endoderm.", + "meaning": "CL:0002076", + "title": "endo-epithelial cell" + }, + { + "text": "CL:0001005", + "description": "Mature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001005", + "title": "mature CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0001080", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-negative.", + "meaning": "CL:0001080", + "title": "NKp44-negative group 3 innate lymphoid cell, human" + }, + { + "text": "CL:0003024", + "description": "A retinal ganglion cell C with medium cell bodies and large dendritic field.", + "meaning": "CL:0003024", + "title": "retinal ganglion cell C inner" + }, + { + "text": "CL:0002448", + "description": "A NK1.1-positive T cell that is Ly49H-negative.", + "meaning": "CL:0002448", + "title": "Ly49H-negative natural killer cell, mouse" + }, + { + "text": "CL:0009061", + "description": "An intestinal crypt stem cell that is located in the anorectum.", + "meaning": "CL:0009061", + "title": "intestinal crypt stem cell of anorectum" + }, + { + "text": "CL:0000486", + "description": "A large binucleate cell that forms a 'garland' around the anterior end of the proventriculus (cardia) at its junction with the esophagus in both adults and larvae flies. Each cell is surrounded by a basement membrane and there are numerous micro-invaginations (lacunae) extending from the surface into the cytoplasm. At the mouth of each lacuna is a doubled filament forming a specialised filtration system (diaphragm). The filtrate is endocytosed from the lacunae.", + "meaning": "CL:0000486", + "title": "garland cell" + }, + { + "text": "CL:1000372", + "description": "A transitional myocyte that is part of the atrial part of atrioventricular bundle.", + "meaning": "CL:1000372", + "title": "transitional myocyte of atrial part of atrioventricular bundle" + }, + { + "text": "CL:0002352", + "description": "A hematopoietic stem cell that exists during embryogenesis.", + "meaning": "CL:0002352", + "title": "gestational hematopoietic stem cell" + }, + { + "text": "CL:1000698", + "description": "A tissue-resident macrophage that is part of some kidney.", + "meaning": "CL:1000698", + "title": "kidney resident macrophage" + }, + { + "text": "CL:1001436", + "description": "The subcutaneous mechanoreceptors that innervate tylotrich hair follicles.", + "meaning": "CL:1001436", + "title": "hair-tylotrich neuron" + }, + { + "text": "CL:0002347", + "description": "A mature natural killer cell that is CD27-high and CD11b-high. This cell type is capable of interferon-gamma secretion.", + "meaning": "CL:0002347", + "title": "CD27-high, CD11b-high natural killer cell, mouse" + }, + { + "text": "CL:2000035", + "description": "Any neuromast mantle cell that is part of an anterior lateral line.", + "meaning": "CL:2000035", + "title": "anterior lateral line neuromast mantle cell" + }, + { + "text": "CL:0009069", + "description": "An unconventional T lymphocyte population within the thymic medulla that expresses both alpha/beta and gamma/delta T cell signatures.", + "meaning": "CL:0009069", + "title": "CD8aa(II) thymocyte" + }, + { + "text": "CL:0002281", + "description": "Scattered in duodenojejunal mucosa, this enteroendocrine cell secretes secretin and serotonin.", + "meaning": "CL:0002281", + "title": "type S enteroendocrine cell" + }, + { + "text": "CL:0009115", + "description": "An endothelial cell located in a lymph node lymphatic vessel.", + "meaning": "CL:0009115", + "title": "lymph node lymphatic vessel endothelial cell" + }, + { + "text": "CL:0002604", + "description": "An astrocyte that is part of the hippocampus.", + "meaning": "CL:0002604", + "title": "hippocampal astrocyte" + }, + { + "text": "CL:0000534", + "description": "A primary neuron (sensu Teleostei) that is neither a sensory neuron or a motor neuron.", + "meaning": "CL:0000534", + "title": "primary interneuron (sensu Teleostei)" + }, + { + "text": "CL:0002256", + "description": "A supportive cell that has characteristics of glial cell. Processes of this cell envelope the junctions between glomus cells and nerve endings.", + "meaning": "CL:0002256", + "title": "supporting cell of carotid body" + }, + { + "text": "CL:0002599", + "description": "A smooth muscle cell of the esophagus.", + "meaning": "CL:0002599", + "title": "smooth muscle cell of the esophagus" + }, + { + "text": "CL:0002620", + "description": "A fibroblast of skin.", + "meaning": "CL:0002620", + "title": "skin fibroblast" + }, + { + "text": "CL:0000082", + "description": "An epithelial cell of the lung.", + "meaning": "CL:0000082", + "title": "epithelial cell of lung" + }, + { + "text": "CL:0002321", + "description": "A cell of the embryo.", + "meaning": "CL:0002321", + "title": "embryonic cell (metazoa)" + }, + { + "text": "CL:0009033", + "description": "A plasma cell that is located in a vermiform appendix.", + "meaning": "CL:0009033", + "title": "plasma cell of appendix" + }, + { + "text": "CL:0002289", + "description": "A densely staining taste receptor cell that contains many dense vacuoles in their apical regions which project into the apical space and bear microvilli. This cell type serves as a supporting cell by surrounding and isolating the other cell types from each other; secrete a dense amorphous material that surrounds the microvilli in the taste pore. This cell type expresses a glial glutumate transporter, GLAST.", + "meaning": "CL:0002289", + "title": "type I taste bud cell" + }, + { + "text": "CL:0009058", + "description": "An enterocyte that is located in the anorectum.", + "meaning": "CL:0009058", + "title": "enterocyte of anorectum" + }, + { + "text": "CL:0000336", + "description": "A cell found within the adrenal medulla that secrete biogenic amine hormones upon stimulation.", + "meaning": "CL:0000336", + "title": "adrenal medulla chromaffin cell" + }, + { + "text": "CL:4040003", + "description": "Precursor of type II pneumocyte. These cells do not have lamellar bodies, which are a marker of type II pneumocyte maturity.", + "meaning": "CL:4040003", + "title": "fetal pre-type II pulmonary alveolar epithelial cell" + }, + { + "text": "CL:4030006", + "description": "An epithelial cell that is part of the fallopian tube epithelium that secretes mucous fluid and oviduct-specific products through the stimulation of estrogen and luteinizing hormone. The fallopian tube secretory cell has approximately the same height as the ciliated cell and is usually a more narrow columnar cell. The nucleus is ovoid and perpendicular to the long axis of the cell. The chromatin is more dense and the nucleolus smaller than that seen in the ciliated cell.", + "meaning": "CL:4030006", + "title": "fallopian tube secretory epithelial cell" + }, + { + "text": "CL:0000653", + "description": "A specialized kidney epithelial cell, contained within a glomerulus, that contains \"feet\" that interdigitate with the \"feet\" of other podocytes.", + "meaning": "CL:0000653", + "title": "podocyte" + }, + { + "text": "CL:0009066", + "description": "A stratified squamous epithelial cell that is part of the anal canal.", + "meaning": "CL:0009066", + "title": "stratified squamous epithelial cell of anal canal" + }, + { + "text": "CL:4023081", + "description": "a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has inverted pyramidal morphology.", + "meaning": "CL:4023081", + "title": "inverted L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex (Mmus)" + }, + { + "text": "CL:1000280", + "description": "A smooth muscle cell that is part of the colon.", + "meaning": "CL:1000280", + "title": "smooth muscle cell of colon" + }, + { + "text": "CL:2000019", + "description": "Any photoreceptor cell that is part of a compound eye.", + "meaning": "CL:2000019", + "title": "compound eye photoreceptor cell" + }, + { + "text": "CL:0002064", + "description": "A secretory cell found in pancreatic acini that secretes digestive enzymes and mucins. This cell is a typical zymogenic cell, have a basal nucleus and basophilic cytoplasm consisting of regular arrays of granular endoplasmic reticulum with mitochondria and dense secretory granules.", + "meaning": "CL:0002064", + "title": "pancreatic acinar cell" + }, + { + "text": "CL:0000703", + "description": "Cell that provides some or all mechanical, nutritional and phagocytic support to their neighbors.", + "meaning": "CL:0000703", + "title": "sustentacular cell" + }, + { + "text": "CL:1000456", + "description": "A mesothelial cell that is part of the parietal peritoneum.", + "meaning": "CL:1000456", + "title": "mesothelial cell of parietal peritoneum" + }, + { + "text": "CL:0000293", + "description": "A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism.", + "meaning": "CL:0000293", + "title": "structural cell" + }, + { + "text": "CL:4029003", + "description": "A gamete-nursing cell that derives from the somatic tissues of the gonad (del Pino, 2021).", + "meaning": "CL:4029003", + "title": "somatic nurse-like cell" + }, + { + "text": "CL:0002207", + "description": "Brush cell of the epithelium in the trachea.", + "meaning": "CL:0002207", + "title": "brush cell of trachea" + }, + { + "text": "CL:0000173", + "description": "A D cell located in the pancreas. Peripherally placed within the islets like type A cells; contains somatostatin.", + "meaning": "CL:0000173", + "title": "pancreatic D cell" + }, + { + "text": "CL:0004116", + "description": "A retinal ganglion with cell medium cell bodies and medium to large dendritic fields.", + "meaning": "CL:0004116", + "title": "retinal ganglion cell C" + }, + { + "text": "CL:0002518", + "description": "An epithelial cell of the kidney.", + "meaning": "CL:0002518", + "title": "kidney epithelial cell" + }, + { + "text": "CL:0002147", + "description": "A chief cell of parathyroid glands that does not stain with hematoxylin or eosin. This cell is larger, has a larger nucleus and fewer secretory granules than dark chief cells.", + "meaning": "CL:0002147", + "title": "clear chief cell of parathyroid gland" + }, + { + "text": "CL:0009025", + "description": "A mesothelial cell that is part of the colon.", + "meaning": "CL:0009025", + "title": "mesothelial cell of colon" + }, + { + "text": "CL:0000745", + "description": "A neuron that laterally connects other neurons in the inner nuclear layer of the retina.", + "meaning": "CL:0000745", + "title": "retina horizontal cell" + }, + { + "text": "CL:4023181", + "description": "A neurecto-epithelial cell that is part of the basal layer of the subcommissural organ and specializes in the secretion of proteins into the subarachnoid space. Hypendymal cells have similar characteristics to ependymal cells and express SCO-spondin.", + "meaning": "CL:4023181", + "title": "hypendymal cell" + }, + { + "text": "CL:0002123", + "description": "A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-low, CD38-positive, and IgG-positive.", + "meaning": "CL:0002123", + "title": "B220-low CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0002450", + "description": "A specialized hair cell that has an elongated kinocilium upon which an otolith accretes. The tether cell then anchors the otolith in place.", + "meaning": "CL:0002450", + "title": "tether cell" + }, + { + "text": "CL:0002093", + "description": "A small cell formed by the second meiotic division of oocytes. In mammals, the second polar body may fail to form unless the ovum has been penetrated by a sperm cell.", + "meaning": "CL:0002093", + "title": "secondary polar body" + }, + { + "text": "CL:0002060", + "description": "A melanin-containing macrophage that obtains the pigment by phagocytosis of melanosomes.", + "meaning": "CL:0002060", + "title": "melanophage" + }, + { + "text": "CL:0002142", + "description": "A cell pyramidal in shape, with their broad ends facing and forming the greater extent of the lining of the main lumen. Secretes glycoproteins associated with mucus.", + "meaning": "CL:0002142", + "title": "dark cell of eccrine sweat gland" + }, + { + "text": "CL:4023114", + "description": "A vestibular afferent neuron which posseses a unique postsynaptic terminal, the calyx, which completely covers the basolateral walls of type I hair cells and receives input from multiple ribbon synapses.", + "meaning": "CL:4023114", + "title": "calyx vestibular afferent neuron" + }, + { + "text": "CL:0002287", + "description": "A rounded, mitotically active stem cell which is the source of new cells of the taste bud; located basally.", + "meaning": "CL:0002287", + "title": "type IV taste receptor cell" + }, + { + "text": "CL:0000502", + "description": "A cell found throughout the gastrointestinal tract and in the pancreas. They secrete somatostatin in both an endocrine and paracrine manner. Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic enzymes, and gastric hydrochloric acid. A variety of substances which inhibit gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory peptide) are thought to act by releasing somatostatin.", + "meaning": "CL:0000502", + "title": "type D enteroendocrine cell" + }, + { + "text": "CL:0011007", + "description": "A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites.", + "meaning": "CL:0011007", + "title": "paraxial cell" + }, + { + "text": "CL:0009054", + "description": "A microfold cell (M cell) that is part of the anorectum.", + "meaning": "CL:0009054", + "title": "microfold cell of epithelium proper of anorectum" + }, + { + "text": "CL:0000026", + "description": "A germline cell that contributes to the development of the oocyte by transferring cytoplasm directly to oocyte.", + "meaning": "CL:0000026", + "title": "invertebrate nurse cell" + }, + { + "text": "CL:0009092", + "description": "An endothelial cell that is part of a placenta.", + "meaning": "CL:0009092", + "title": "endothelial cell of placenta" + }, + { + "text": "CL:0002348", + "description": "A CD27-low, CD11b-high natural killer cell that has a higher threshold of activation due to higher expression of inhibitory receptors.", + "meaning": "CL:0002348", + "title": "CD27-low, CD11b-high natural killer cell, mouse" + }, + { + "text": "CL:0001028", + "description": "CD7-positive lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-positive and is CD45RA-negative.", + "meaning": "CL:0001028", + "title": "CD7-positive lymphoid progenitor cell" + }, + { + "text": "CL:4033012", + "description": "A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle longitudinal layer.", + "meaning": "CL:4033012", + "title": "smooth muscle cell of large intestine smooth muscle longitudinal layer" + }, + { + "text": "CL:1000245", + "description": "Any neuron that has its soma located in some posterior lateral line ganglion.", + "meaning": "CL:1000245", + "title": "posterior lateral line ganglion neuron" + }, + { + "text": "CL:0002458", + "description": "A dermal dendritic cell that is langerin-positive and CD103-positive.", + "meaning": "CL:0002458", + "title": "langerin-positive dermal dendritic cell" + }, + { + "text": "CL:0000780", + "description": "A specialized multinuclear osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000780", + "title": "multinuclear odontoclast" + }, + { + "text": "CL:1001217", + "description": "Any smooth muscle cell that is part of some interlobular artery.", + "meaning": "CL:1001217", + "title": "interlobulary artery smooth muscle cell" + }, + { + "text": "CL:1000309", + "description": "An adipocyte that is part of the epicardial fat.", + "meaning": "CL:1000309", + "title": "epicardial adipocyte" + }, + { + "text": "CL:4033025", + "description": "A fibroblast that is part of the fibrous layer of the perichondrium. This cell is responsible for collagen fiber production.", + "meaning": "CL:4033025", + "title": "perichondrial fibroblast" + }, + { + "text": "CL:0000309", + "meaning": "CL:0000309", + "title": "copper accumulating cell" + }, + { + "text": "CL:0002659", + "description": "A glandular epithelial cell that is part of the stomach.", + "meaning": "CL:0002659", + "title": "glandular cell of stomach" + }, + { + "text": "CL:0000982", + "description": "A plasmablast that secretes IgG.", + "meaning": "CL:0000982", + "title": "IgG plasmablast" + }, + { + "text": "CL:4023160", + "description": "A neuron of the dorsal cochlear nucleus with spiny dendrites that receive input from the axons of granule cells and with axons that release GABA and glycine onto cartwheel, pyramidal and giant cell targets.", + "meaning": "CL:4023160", + "title": "cartwheel cell" + }, + { + "text": "CL:0000969", + "description": "A mature B cell that has the phenotype CD1d-positive and expresses interleukin-10. This cell type has been associated with suppression of chronic inflammatory responses and T cell responses.", + "meaning": "CL:0000969", + "title": "regulatory B cell" + }, + { + "text": "CL:0001020", + "description": "Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001020", + "title": "mature CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:2000055", + "description": "Any dendritic cell that is part of a liver.", + "meaning": "CL:2000055", + "title": "liver dendritic cell" + }, + { + "text": "CL:0002267", + "description": "A type D cell found in the stomach.", + "meaning": "CL:0002267", + "title": "type D cell of stomach" + }, + { + "text": "CL:0000553", + "description": "The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative).", + "meaning": "CL:0000553", + "title": "megakaryocyte progenitor cell" + }, + { + "text": "CL:0000651", + "description": "A mucus-secreting cell, with numerous apical secretory vesicles containing mucins; nucleus are basally displaced; numerous at the neck of mucus secreting glands", + "meaning": "CL:0000651", + "title": "mucous neck cell" + }, + { + "text": "CL:4023013", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to the thalamus.", + "meaning": "CL:4023013", + "title": "corticothalamic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:2000027", + "description": "Any basket cell that is part of a cerebellum.", + "meaning": "CL:2000027", + "title": "cerebellum basket cell" + }, + { + "text": "CL:0002401", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.", + "meaning": "CL:0002401", + "title": "mature dendritic epithelial T cell precursor" + }, + { + "text": "CL:0002094", + "description": "A cell that makes up the loose connective tissue of the ovary.", + "meaning": "CL:0002094", + "title": "interstitial cell of ovary" + }, + { + "text": "CL:0007001", + "description": "Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized).", + "meaning": "CL:0007001", + "title": "skeletogenic cell" + }, + { + "text": "CL:0002279", + "description": "A enteroendocrine cell type that is numerous in ileum, present in jejunum and large intestine, few in duodenum. This cell type produces glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 and -2) and PYY.", + "meaning": "CL:0002279", + "title": "type L enteroendocrine cell" + }, + { + "text": "CL:0000858", + "description": "A skeletal muscle myoblast that differentiates into fast muscle fibers.", + "meaning": "CL:0000858", + "title": "fast muscle myoblast" + }, + { + "text": "CL:2000044", + "description": "Any microvascular endothelial cell that is part of a brain.", + "meaning": "CL:2000044", + "title": "brain microvascular endothelial cell" + }, + { + "text": "CL:0002531", + "description": "A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.", + "meaning": "CL:0002531", + "title": "mature CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0002358", + "description": "Derived from the Greek word pyren (the pit of a stone fruit), this is a transient nucleated cell type that results from exclusion of the nucleus from the primitive erythrocyte.", + "meaning": "CL:0002358", + "title": "pyrenocyte" + }, + { + "text": "CL:0002430", + "description": "A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD4 co-receptor.", + "meaning": "CL:0002430", + "title": "CD4-intermediate, CD8-positive double-positive thymocyte" + }, + { + "text": "CL:4030067", + "description": "A near-projecting glutamatergic neuron with a soma found in cortical layer 5/6.", + "meaning": "CL:4030067", + "title": "L5/6 near-projecting glutamatergic neuron" + }, + { + "text": "CL:0002411", + "description": "A gamma-delta receptor that expresses Vgamma1.1 but does not express Vdelta6.3 chains in the T-cell receptor.", + "meaning": "CL:0002411", + "title": "Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:0008028", + "description": "Any neuron that is capable of part of some visual perception.", + "meaning": "CL:0008028", + "title": "visual system neuron" + }, + { + "text": "CL:0000894", + "description": "A pro-T cell that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-negative.", + "meaning": "CL:0000894", + "title": "DN1 thymic pro-T cell" + }, + { + "text": "CL:4023047", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2/3 of the primary motor cortex.", + "meaning": "CL:4023047", + "title": "L2/3 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0000985", + "description": "A fully differentiated plasma cell that secretes IgG.", + "meaning": "CL:0000985", + "title": "IgG plasma cell" + }, + { + "text": "CL:0002538", + "description": "An epithelial cell of the intrahepatic portion of the bile duct. These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic ratio relative to large/extrahepatic cholangiocytes.", + "meaning": "CL:0002538", + "title": "intrahepatic cholangiocyte" + }, + { + "text": "CL:0002557", + "description": "A fibroblast of pulmonary artery.", + "meaning": "CL:0002557", + "title": "fibroblast of pulmonary artery" + }, + { + "text": "CL:0009112", + "description": "A germinal center B cell found in a lymph node germinal center dark zone.", + "meaning": "CL:0009112", + "title": "centroblast" + }, + { + "text": "CL:0000921", + "description": "An alpha-beta T cell expressing NK cell markers that is CD1d restricted and expresses specific V-alpha chains. NK T cells of this type recognize the glycolipid alpha-galactosylceramide in the context of CD1d.", + "meaning": "CL:0000921", + "title": "type I NK T cell" + }, + { + "text": "CL:0002160", + "description": "A cell type found in the basal epithelial layer on the external side of the tympanic membrane. Cell type is flattened with intracellular spaces of variable dimensions.", + "meaning": "CL:0002160", + "title": "basal external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002300", + "description": "A small medullary thymic epithelial cell with a spindle shape, often arranged in groups and connected to each other by large desmosomes and interdigitations. The cytoplasm is sparse, with scanty organelles and thick bundles of cytokeratin.", + "meaning": "CL:0002300", + "title": "type-7 epithelial cell of thymus" + }, + { + "text": "CL:0009007", + "description": "A macrophage which is resident in the lamina propria of the small intestine.", + "meaning": "CL:0009007", + "title": "gastrointestinal tract (lamina propria) macrophage of small intestine" + }, + { + "text": "CL:0000768", + "description": "Any of the immature forms of a basophil, in which basophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000768", + "title": "immature basophil" + }, + { + "text": "CL:0000036", + "meaning": "CL:0000036", + "title": "epithelial fate stem cell" + }, + { + "text": "CL:0000693", + "description": "An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts.", + "meaning": "CL:0000693", + "title": "neurogliaform cell" + }, + { + "text": "CL:0002295", + "description": "A thymic epithelial cell that has an eccentric, round, or irregularly shaped hetero or euchromatic nucleus. The hallmark of this cell type is the presence of vacuoles, which are clustered in one area of the cytoplasm in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like form, occasionally showing delicate internal microvillous projections.", + "meaning": "CL:0002295", + "title": "type-6 epithelial cell of thymus" + }, + { + "text": "CL:0002388", + "description": "An arthroconidium that has more than one nucleus.", + "meaning": "CL:0002388", + "title": "multinucleate arthroconidium" + }, + { + "text": "CL:0000909", + "description": "A CD8-positive, alpha-beta T cell that has differentiated into a memory T cell.", + "meaning": "CL:0000909", + "title": "CD8-positive, alpha-beta memory T cell" + }, + { + "text": "CL:0019020", + "description": "An epithelial cell of the extrahepatic bile ducts, including the left and right hepatic duct, common hepatic duct, and common bile duct. They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio relative to small/intrahepatic cholangiocytes.", + "meaning": "CL:0019020", + "title": "extrahepatic cholangiocyte" + }, + { + "text": "CL:4023074", + "description": "A neuron that has its soma located in the mammillary body.", + "meaning": "CL:4023074", + "title": "mammillary body neuron" + }, + { + "text": "CL:4023109", + "description": "A magnocellular neurosecretory cell that is capable of producing and secreting vasopressin.", + "meaning": "CL:4023109", + "title": "vasopressin-secreting magnocellular cell" + }, + { + "text": "CL:0013000", + "description": "Any radial glial cell that is part of some forebrain.", + "meaning": "CL:0013000", + "title": "forebrain radial glial cell" + }, + { + "text": "CL:0000583", + "description": "A tissue-resident macrophage found in the alveoli of the lungs. Ingests small inhaled particles resulting in degradation and presentation of the antigen to immunocompetent cells. Markers include F4/80-positive, CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, MR-positive, CX3CR1-negative.", + "meaning": "CL:0000583", + "title": "alveolar macrophage" + }, + { + "text": "CL:0000694", + "meaning": "CL:0000694", + "title": "R3 photoreceptor cell" + }, + { + "text": "CL:0002050", + "description": "A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, CD43-positive, CD45R-positive and BP-positive.", + "meaning": "CL:0002050", + "title": "fraction C' precursor B cell" + }, + { + "text": "CL:0003027", + "description": "A bistratified retinal ganglion cell D cell that has medium dendritic arbor and a large dendritic field that terminates in S2 and S4.", + "meaning": "CL:0003027", + "title": "retinal ganglion cell D2" + }, + { + "text": "CL:0001044", + "description": "A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + "meaning": "CL:0001044", + "title": "effector CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000348", + "description": "A structural cell that is part of optic choroid.", + "meaning": "CL:0000348", + "title": "choroidal cell of the eye" + }, + { + "text": "CL:0000001", + "description": "A cultured cell that is freshly isolated from a organismal source, or derives in culture from such a cell prior to the culture being passaged.", + "meaning": "CL:0000001", + "title": "primary cultured cell" + }, + { + "text": "CL:0002640", + "description": "An epithelial fate stem cell derived form the amnion membrane.", + "meaning": "CL:0002640", + "title": "amniotic epithelial stem cell" + }, + { + "text": "CL:1001430", + "description": "Any urothelial cell that is part of some urethra urothelium.", + "meaning": "CL:1001430", + "title": "urethra urothelial cell" + }, + { + "text": "CL:1000085", + "meaning": "CL:1000085", + "title": "stratified non keratinized epithelial stem cell" + }, + { + "text": "CL:4030025", + "description": "A fibroblast that is located in the renal cortical interstitium.", + "meaning": "CL:4030025", + "title": "renal cortical fibroblast" + }, + { + "text": "CL:0011017", + "description": "Cell that is part of the vagal neural crest population. The vagal neural crest arises from the axial level of somites 1-7 and has been described as a hybrid between the head and the trunk populations.", + "meaning": "CL:0011017", + "title": "vagal neural crest cell" + }, + { + "text": "CL:0000990", + "description": "Conventional dendritic cell is a dendritic cell that is CD11c-high.", + "meaning": "CL:0000990", + "title": "conventional dendritic cell" + }, + { + "text": "CL:0010021", + "description": "Any myoblast that develops into some cardiac muscle cell.", + "meaning": "CL:0010021", + "title": "cardiac myoblast" + }, + { + "text": "CL:0000509", + "description": "A peptide hormone secreting cell that secretes gastrin.", + "meaning": "CL:0000509", + "title": "gastrin secreting cell" + }, + { + "text": "CL:0009068", + "description": "An unconventional T lymphocyte population within the thymic medulla that is potentially a thymic resident population.", + "meaning": "CL:0009068", + "title": "CD8aa(I) thymocyte" + }, + { + "text": "CL:0000131", + "meaning": "CL:0000131", + "title": "gut endothelial cell" + }, + { + "text": "CL:4023124", + "description": "A kisspeptin neuron that is located in the dentate gyrus of the hippocampus.", + "meaning": "CL:4023124", + "title": "dentate gyrus kisspeptin neuron" + }, + { + "text": "CL:0002105", + "description": "A CD38-positive IgG memory B cell is a class switched memory B cell that expresses IgG on the cell surface with the phenotype CD38-positive and IgG-positive.", + "meaning": "CL:0002105", + "title": "CD38-positive IgG memory B cell" + }, + { + "text": "CL:0002112", + "description": "A B220-positive CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-positive, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002112", + "title": "B220-positive CD38-negative unswitched memory B cell" + }, + { + "text": "CL:1000333", + "description": "A serous secreting cell that is part of the epithelium of bronchiole.", + "meaning": "CL:1000333", + "title": "serous cell of epithelium of lobular bronchiole" + }, + { + "text": "CL:1000714", + "description": "Any renal principal cell that is part of some cortical collecting duct.", + "meaning": "CL:1000714", + "title": "kidney cortex collecting duct principal cell" + }, + { + "text": "CL:0000165", + "description": "A neuron that is capable of some hormone secretion in response to neuronal signals.", + "meaning": "CL:0000165", + "title": "neuroendocrine cell" + }, + { + "text": "CL:0002602", + "description": "Any connective tissue cell that is part of some annulus fibrosus disci intervertebralis.", + "meaning": "CL:0002602", + "title": "annulus pulposus cell" + }, + { + "text": "CL:2000096", + "description": "Any fibroblast that is part of a reticular layer of dermis.", + "meaning": "CL:2000096", + "title": "fibroblast of the reticular layer of dermis" + }, + { + "text": "CL:0002596", + "description": "Smooth muscle cell of the carotid artery.", + "meaning": "CL:0002596", + "title": "smooth muscle cell of the carotid artery" + }, + { + "text": "CL:0002564", + "description": "A connective tissue cell of the nucleus pulposus cell of intervertebral disc.", + "meaning": "CL:0002564", + "title": "nucleus pulposus cell of intervertebral disc" + }, + { + "text": "CL:0000563", + "description": "A rounded, inactive form that certain bacteria assume under conditions of extreme temperature, dryness, or lack of food. The bacterium develops a waterproof cell wall that protects it from being dried out or damaged.", + "meaning": "CL:0000563", + "title": "endospore" + }, + { + "text": "CL:0002045", + "description": "A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, BP-1-negative and Ly6c-negative. This cell type is also described as being lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive.", + "meaning": "CL:0002045", + "title": "fraction A pre-pro B cell" + }, + { + "text": "CL:2000000", + "description": "Any melanocyte that is part of a epidermis.", + "meaning": "CL:2000000", + "title": "epidermal melanocyte" + }, + { + "text": "CL:0000313", + "description": "Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid.", + "meaning": "CL:0000313", + "title": "serous secreting cell" + }, + { + "text": "CL:1000457", + "description": "A mesothelial cell that is part of the visceral peritoneum.", + "meaning": "CL:1000457", + "title": "mesothelial cell of visceral peritoneum" + }, + { + "text": "CL:0000560", + "description": "A late neutrophilic metamyelocyte in which the nucleus is indented to more than half the distance to the farthest nuclear margin but in no area being condensed to a single filament. The nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, CD35-negative, and CD49d-negative.", + "meaning": "CL:0000560", + "title": "band form neutrophil" + }, + { + "text": "CL:0004245", + "description": "An amacrine cell with a wide dendritic field and post-synaptic terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and serotonin.", + "meaning": "CL:0004245", + "title": "indoleamine-accumulating amacrine cell" + }, + { + "text": "CL:0000813", + "description": "A long-lived, antigen-experienced T cell that has acquired a memory phenotype including distinct surface markers and the ability to differentiate into an effector T cell upon antigen reexposure.", + "meaning": "CL:0000813", + "title": "memory T cell" + }, + { + "text": "CL:0011100", + "description": "Neuron that secretes the neurotransmitter galanin.", + "meaning": "CL:0011100", + "title": "galanergic neuron" + }, + { + "text": "CL:0002513", + "description": "A CD8alpha alpha positive gamma-delta intraepithelial T cell that expresses a TCR encoded in part by the Vgamma5 gene segment.", + "meaning": "CL:0002513", + "title": "Vgamma5-positive CD8alpha alpha positive gamma-delta intraepithelial T cell" + }, + { + "text": "CL:4023125", + "description": "A hypothalamus kisspeptin neuron that coexpresses kisspeptin, neurokinin B and dynorphin.", + "meaning": "CL:4023125", + "title": "KNDy neuron" + }, + { + "text": "CL:0001076", + "description": "An innate lymphoid cell in the human with the phenotype NKp46-positive that is a precusor for NK cells and ILC3 cells.", + "meaning": "CL:0001076", + "title": "NKp46-positive innate lymphoid cell, human" + }, + { + "text": "CL:0000897", + "description": "A CD4-positive, alpha-beta T cell that has differentiated into a memory T cell.", + "meaning": "CL:0000897", + "title": "CD4-positive, alpha-beta memory T cell" + }, + { + "text": "CL:4033051", + "description": "A parasol ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB3a bipolar cells.", + "meaning": "CL:4033051", + "title": "OFF parasol ganglion cell" + }, + { + "text": "CL:0002677", + "description": "A regulatory T cell that has not encountered antigen.", + "meaning": "CL:0002677", + "title": "naive regulatory T cell" + }, + { + "text": "CL:0002250", + "description": "A cell that is found in a zone occupying the bottom region of the crypt; provide the source of most of the cell types of the intestinal epithelium; proliferate by mitotic division; differentiates into columnar or goblet cells.", + "meaning": "CL:0002250", + "title": "intestinal crypt stem cell" + }, + { + "text": "CL:2000051", + "description": "Any fibroblast that is part of a spleen.", + "meaning": "CL:2000051", + "title": "splenic fibroblast" + }, + { + "text": "CL:0000172", + "description": "Any secretory cell that is capable of some somatostatin secretion.", + "meaning": "CL:0000172", + "title": "somatostatin secreting cell" + }, + { + "text": "CL:0000641", + "description": "A cell that is resistant to stains.", + "meaning": "CL:0000641", + "title": "chromophobe cell" + }, + { + "text": "CL:4042006", + "description": "A border associated macrophage which is part of a dura matter. This macrophage phagocytoses intruding pathogens and foreign molecules detected in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid body with dynamic protrusions in homeostasis.", + "meaning": "CL:4042006", + "title": "dural macrophage" + }, + { + "text": "CL:0004241", + "description": "An amacrine cell with a wide dendritic field, dendrites in S2, and post-synaptic terminals in S1.", + "meaning": "CL:0004241", + "title": "WF2 amacrine cell" + }, + { + "text": "CL:0008002", + "description": "A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse.", + "meaning": "CL:0008002", + "title": "skeletal muscle fiber" + }, + { + "text": "CL:4023028", + "description": "A sst GABAergic cortical interneuron with a soma found in lower L5 with mostly local axonal arborization but with some sparse ascending axons. L5 non-Martinotti sst cells show somatic localization and local axon plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive thalamic input from the ventral posteromedial nucleus and specifically target L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend to show a higher input resistance and seem to be less stuttering.", + "meaning": "CL:4023028", + "title": "L5 non-Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:4030032", + "description": "An interstitial cell that is part of a cardiac valve leaflet. Along with valve endothelial cells, a valve interstitial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.", + "meaning": "CL:4030032", + "title": "valve interstitial cell" + }, + { + "text": "CL:0011110", + "description": "Neuron that secretes histamine.", + "meaning": "CL:0011110", + "title": "histaminergic neuron" + }, + { + "text": "CL:0011030", + "description": "Any microvascular endothelial cell that is part of the dermis.", + "meaning": "CL:0011030", + "title": "dermal microvascular endothelial cell" + }, + { + "text": "CL:1000383", + "description": "A type II vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.", + "meaning": "CL:1000383", + "title": "type 2 vestibular sensory cell of epithelium of macula of utricle of membranous labyrinth" + }, + { + "text": "CL:0000571", + "description": "A pigment cell derived from the neural crest. Contains uric acid or other purine crystals deposited in stacks called leucosomes. The crystals reflect light and this gives a white appearance under white light.", + "meaning": "CL:0000571", + "title": "leucophore" + }, + { + "text": "CL:0002583", + "description": "A preadipocyte that is part of subcutaneous tissue.", + "meaning": "CL:0002583", + "title": "subcutaneous preadipocyte" + }, + { + "text": "CL:0000735", + "description": "A hemocyte that derives from the larval lymph gland.", + "meaning": "CL:0000735", + "title": "lymph gland hemocyte" + }, + { + "text": "CL:0000762", + "description": "A nucleated blood cell involved in coagulation, typically seen in birds and other non-mammalian vertebrates.", + "meaning": "CL:0000762", + "title": "nucleated thrombocyte" + }, + { + "text": "CL:1000850", + "description": "Any epithelial cell of distal tubule that is part of some macula densa.", + "meaning": "CL:1000850", + "title": "macula densa epithelial cell" + }, + { + "text": "CL:0000311", + "meaning": "CL:0000311", + "title": "keratin accumulating cell" + }, + { + "text": "CL:0000128", + "description": "A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system.", + "meaning": "CL:0000128", + "title": "oligodendrocyte" + }, + { + "text": "CL:1000322", + "description": "A goblet cell that is part of the epithelium of pancreatic duct.", + "meaning": "CL:1000322", + "title": "pancreatic goblet cell" + }, + { + "text": "CL:0000569", + "description": "A mesenchymal cell found in the developing heart and that develops into some part of the heart. These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field.", + "meaning": "CL:0000569", + "title": "cardiac mesenchymal cell" + }, + { + "text": "CL:1000365", + "description": "A transitional myocyte that is part of the atrial septal branch of anterior internodal tract.", + "meaning": "CL:1000365", + "title": "transitional myocyte of atrial septal branch of anterior internodal tract" + }, + { + "text": "CL:0000629", + "description": "A cell that is specialized to store a particular substance(s), which is(are) later released from the store for a particular purpose.", + "meaning": "CL:0000629", + "title": "storage cell" + }, + { + "text": "CL:0000751", + "description": "A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells but not by cone photoreceptor cells. These neurons depolarize in response to light.", + "meaning": "CL:0000751", + "title": "rod bipolar cell" + }, + { + "text": "CL:0000219", + "description": "A cell that moves by its own activities.", + "meaning": "CL:0000219", + "title": "motile cell" + }, + { + "text": "CL:2000052", + "description": "Any endothelial cell of artery that is part of a umbilical cord.", + "meaning": "CL:2000052", + "title": "umbilical artery endothelial cell" + }, + { + "text": "CL:0002068", + "description": "Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter.", + "meaning": "CL:0002068", + "title": "Purkinje myocyte" + }, + { + "text": "CL:0000373", + "description": "A progenitor cell found in the larval epidermis of insects and that gives rise to the adult abdominal epidermis.", + "meaning": "CL:0000373", + "title": "histoblast" + }, + { + "text": "CL:1000550", + "description": "Any kidney cell that is part of some papillary duct.", + "meaning": "CL:1000550", + "title": "kidney papillary duct principal epithelial cell" + }, + { + "text": "CL:0002490", + "description": "A supporting cell of the organ of Corti.", + "meaning": "CL:0002490", + "title": "organ of Corti supporting cell" + }, + { + "text": "CL:4023093", + "description": "A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape.", + "meaning": "CL:4023093", + "title": "stellate pyramidal neuron" + }, + { + "text": "CL:0002192", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and a band form cell. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare.", + "meaning": "CL:0002192", + "title": "metamyelocyte" + }, + { + "text": "CL:3000002", + "description": "Sympathetic noradrenergic neuron.", + "meaning": "CL:3000002", + "title": "sympathetic noradrenergic neuron" + }, + { + "text": "CL:0007016", + "description": "Muscle precursor cell that is adjacent to the notochord and part of the presomitic mesoderm.", + "meaning": "CL:0007016", + "title": "adaxial cell" + }, + { + "text": "CL:0000883", + "description": "A thymic macrophage found in the thymic cortex.", + "meaning": "CL:0000883", + "title": "thymic cortical macrophage" + }, + { + "text": "CL:1000284", + "description": "A smooth muscle cell that is part of the descending colon.", + "meaning": "CL:1000284", + "title": "smooth muscle fiber of descending colon" + }, + { + "text": "CL:0002039", + "description": "A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative NK T cell.", + "meaning": "CL:0002039", + "title": "immature NK T cell stage I" + }, + { + "text": "CL:0000307", + "description": "An epithelial cell found in the trachea.", + "meaning": "CL:0000307", + "title": "tracheal epithelial cell" + }, + { + "text": "CL:1000373", + "description": "A transitional myocyte that is part of the ventricular part of atrioventricular bundle.", + "meaning": "CL:1000373", + "title": "transitional myocyte of ventricular part of atrioventricular bundle" + }, + { + "text": "CL:0007003", + "description": "Skeletogenic cell that has the potential to form an odontoblast, deposits predentine, and arises from a cranial neural crest cell.", + "meaning": "CL:0007003", + "title": "preodontoblast" + }, + { + "text": "CL:0011025", + "description": "An effector T cell that displays impaired effector functions (e.g., rapid production of effector cytokines, cytotoxicity) and has limited proliferative potential.", + "meaning": "CL:0011025", + "title": "exhausted T cell" + }, + { + "text": "CL:0002307", + "description": "A brush border epithelial cell located in the proximal tubule of the kidney, essential for reabsorbing substances like glucose and amino acids from the glomerular filtrate. These cells also secrete organic ions, playing a crucial role in maintaining kidney homeostasis, including electrolyte and acid-base balance, and excreting metabolic waste.", + "meaning": "CL:0002307", + "title": "brush border cell of the proximal tubule" + }, + { + "text": "CL:1001286", + "description": "Any vasa recta descending limb cell that is part of some inner medulla vasa recta descending limb.", + "meaning": "CL:1001286", + "title": "inner medulla vasa recta descending limb cell" + }, + { + "text": "CL:0000072", + "meaning": "CL:0000072", + "title": "non-branched duct epithelial cell" + }, + { + "text": "CL:0000183", + "description": "A cell whose primary function is to shorten.", + "meaning": "CL:0000183", + "title": "contractile cell" + }, + { + "text": "CL:0002248", + "description": "A pluripotent stem cell has the ability to form cells from all three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent stem cells, they cell can not generate all the cells of the whole organism such as placenta.", + "meaning": "CL:0002248", + "title": "pluripotent stem cell" + }, + { + "text": "CL:4033052", + "description": "A parasol ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB4 bipolar cells.", + "meaning": "CL:4033052", + "title": "ON parasol ganglion cell" + }, + { + "text": "CL:0002126", + "description": "A CD25-positive, CD27-positive immature gamma-delta T cell found in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, CD62L-high, CD44-high, CD2-low, CD5-low).", + "meaning": "CL:0002126", + "title": "CD25-positive, CD27-positive immature gamma-delta T cell" + }, + { + "text": "CL:0002523", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the mesonephros.", + "meaning": "CL:0002523", + "title": "mesonephric podocyte" + }, + { + "text": "CL:1000409", + "description": "A muscle cell that is part of the sinoatrial node.", + "meaning": "CL:1000409", + "title": "myocyte of sinoatrial node" + }, + { + "text": "CL:0000425", + "description": "Forms the terminal part of the cuticle-lined excretory duct of C. elegans.", + "meaning": "CL:0000425", + "title": "pore cell" + }, + { + "text": "CL:0000237", + "meaning": "CL:0000237", + "title": "keratinizing barrier epithelial cell" + }, + { + "text": "CL:0004250", + "description": "An amicrine that stratifies dendrites at two and only two locations.", + "meaning": "CL:0004250", + "title": "bistratified retinal amacrine cell" + }, + { + "text": "CL:0002517", + "description": "An interrenal chromaffin cell found in teleosts that contain small, homogeneous electron-lucent granules that are separated from the vesicular membrane by a visible halo.", + "meaning": "CL:0002517", + "title": "interrenal epinephrin secreting cell" + }, + { + "text": "CL:0002053", + "description": "A small pre-B cell that is CD22-positive and CD38-low.", + "meaning": "CL:0002053", + "title": "CD22-positive, CD38-low small pre-B cell" + }, + { + "text": "CL:4030041", + "description": "A ciliated cell of the endometrial luminal epithelium.", + "meaning": "CL:4030041", + "title": "luminal endometrial ciliated epithelial cell" + }, + { + "text": "CL:0000911", + "description": "A differentiated T cell with ability to traffic to peripheral tissues and is capable of mounting a specific immune response.", + "meaning": "CL:0000911", + "title": "effector T cell" + }, + { + "text": "CL:4030043", + "description": "A DRD1-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.", + "meaning": "CL:4030043", + "title": "matrix D1 medium spiny neuron" + }, + { + "text": "CL:4023041", + "description": "A glutamatergic neuron, with a soma found in the deeper portion of L5, that has long-range axonal projections including deep subcortical targets outside of the telencephalon and, in some cases, the spinal cord. While the L5 ET neuron projections are not limited to ET targets, they are clearly differentiated from the neuron subclasses whose projections are constrained to intratelencephalic (IT) targets. L5 ET neurons are generally the largest excitatory cortical neurons, typically having a thick apical dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing physiological characteristics.", + "meaning": "CL:4023041", + "title": "L5 extratelencephalic projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0000795", + "description": "A CD8-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000795", + "title": "CD8-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0001077", + "description": "An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, T-bet-positive.", + "meaning": "CL:0001077", + "title": "ILC1, human" + }, + { + "text": "CL:0009101", + "description": "A reticular cell involved in directing B cells and T cells to specific regions within a tissue.", + "meaning": "CL:0009101", + "title": "fibroblastic reticular cell" + }, + { + "text": "CL:1000143", + "description": "Any goblet cell that is part of some lung epithelium.", + "meaning": "CL:1000143", + "title": "lung goblet cell" + }, + { + "text": "CL:1001602", + "description": "Endothelial cells forming the walls of the capillaries within the cerebral cortex.", + "meaning": "CL:1001602", + "title": "cerebral cortex endothelial cell" + }, + { + "text": "CL:2000016", + "description": "Any lung endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000016", + "title": "lung microvascular endothelial cell" + }, + { + "text": "CL:0000844", + "description": "A rapidly cycling mature B cell that has distinct phenotypic characteristics and is involved in T-dependent immune responses and located typically in the germinal centers of lymph nodes. This cell type expresses Ly77 after activation.", + "meaning": "CL:0000844", + "title": "germinal center B cell" + }, + { + "text": "CL:0000787", + "description": "A memory B cell is a mature B cell that is long-lived, readily activated upon re-encounter of its antigenic determinant, and has been selected for expression of higher affinity immunoglobulin. This cell type has the phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative.", + "meaning": "CL:0000787", + "title": "memory B cell" + }, + { + "text": "CL:1000299", + "description": "A fibroblast that is part of the connective tissue of prostate.", + "meaning": "CL:1000299", + "title": "fibroblast of connective tissue of prostate" + }, + { + "text": "CL:0003001", + "description": "A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer.", + "meaning": "CL:0003001", + "title": "bistratified retinal ganglion cell" + }, + { + "text": "CL:0001071", + "description": "An innate lymphoid cell that constituitively expresses RORgt and is capable of expressing IL17A and/or IL-22.", + "meaning": "CL:0001071", + "title": "group 3 innate lymphoid cell" + }, + { + "text": "CL:0000809", + "description": "A thymocyte expressing the alpha-beta T cell receptor complex as well as both the CD4 and CD8 coreceptors.", + "meaning": "CL:0000809", + "title": "double-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0002025", + "description": "A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, and CD42-negative.", + "meaning": "CL:0002025", + "title": "CD34-positive, CD41-positive, CD42-negative megakaryocyte progenitor cell" + }, + { + "text": "CL:0002323", + "description": "A cell of a\u00a0fetus which is suspended in the amniotic fluid. Amniocytes are considered to arise from several tissues including fetal skin, the fetal urinary tract, umbilical cord, and the inner amniotic surface.", + "meaning": "CL:0002323", + "title": "amniocyte" + }, + { + "text": "CL:0008011", + "description": "A skeletal muscle satellite cell that divides by stem cell division. A proportion of this population undergoes symmetric stem cell division, producing two skeletal muscle satellite stem cells. The rest undergo asymmetric stem cell division - retaining their identity while budding off a daughter cell that differentiates into an adult skeletal muscle myoblast.", + "meaning": "CL:0008011", + "title": "skeletal muscle satellite stem cell" + }, + { + "text": "CL:0000626", + "description": "A granule cell that has a soma located in an olfactory bulb granule cell layer. An olfactory granule cell is an interneuron that lacks an axon, makes reciprocal dendro-dendritic synapses with mitral cells and tufted cells and is involved in the fine spatio-temporal tuning of the responses of these principal olfactory bulb neurons to odors.", + "meaning": "CL:0000626", + "title": "olfactory granule cell" + }, + { + "text": "CL:0000427", + "description": "A scaffolding cell type found in C. elegans, this cell plays a supportive role to the muscle arms. May also have an endocrine role.", + "meaning": "CL:0000427", + "title": "GLR cell" + }, + { + "text": "CL:0001026", + "description": "A common myeloid progenitor that is CD34-positive, CD38-positive, IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative.", + "meaning": "CL:0001026", + "title": "CD34-positive, CD38-positive common myeloid progenitor" + }, + { + "text": "CL:0000480", + "description": "A peptide hormone secreting cell that secretes secretin stimulating hormone", + "meaning": "CL:0000480", + "title": "secretin stimulating hormone secreting cell" + }, + { + "text": "CL:0000892", + "description": "A type of foam cell derived from a smooth muscle cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000892", + "title": "smooth muscle cell derived foam cell" + }, + { + "text": "CL:0000506", + "description": "An endorphine cell that secretes enkephalin.", + "meaning": "CL:0000506", + "title": "enkephalin secreting cell" + }, + { + "text": "CL:0019018", + "description": "A smooth muscle cell that is part of any blood vessel.", + "meaning": "CL:0019018", + "title": "blood vessel smooth muscle cell" + }, + { + "text": "CL:4033058", + "description": "A luminal epithelial cell of the mammary gland that transduces endocrine cues to orchestrate proliferation, architectural remodeling, and differentiation of other cells in the mammary gland via paracrine signaling. This cell expresses high levels of estrogen receptors. In humans, a luminal hormone-sensing cell can be identified by high levels of EpCAM and low levels of CD49f, and in mice it can be identified by low levels of CD29 and high levels of Foxa1, CD133, and Sca1 (Ly6a).", + "meaning": "CL:4033058", + "title": "luminal hormone-sensing cell of mammary gland" + }, + { + "text": "CL:0012000", + "description": "An astrocyte of the forebrain.", + "meaning": "CL:0012000", + "title": "astrocyte of the forebrain" + }, + { + "text": "CL:1000022", + "description": "Any epithelial cell that is part of some mesonephric nephron tubule.", + "meaning": "CL:1000022", + "title": "mesonephric nephron tubule epithelial cell" + }, + { + "text": "CL:1000488", + "description": "An epithelial cell that is part of the bile duct. Cholangiocytes contribute to bile secretion via net release of bicarbonate and water. They are cuboidal epithelium in the small interlobular bile ducts, but become columnar and mucus secreting in larger bile ducts approaching the porta hepatis and the extrahepatic ducts.", + "meaning": "CL:1000488", + "title": "cholangiocyte" + }, + { + "text": "CL:0002284", + "description": "An enteroendocrine cell found in the fundus and pylorus; this cell type has dense round secretory granules that contain ghrelin.", + "meaning": "CL:0002284", + "title": "type X enteroendocrine cell" + }, + { + "text": "CL:0000423", + "meaning": "CL:0000423", + "title": "tip cell" + }, + { + "text": "CL:4033027", + "description": "An OFF diffuse bipolar cell that makes synaptic contact with both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors.", + "meaning": "CL:4033027", + "title": "diffuse bipolar 1 cell" + }, + { + "text": "CL:0000154", + "description": "Any secretory cell that is capable of some protein secretion.", + "meaning": "CL:0000154", + "title": "protein secreting cell" + }, + { + "text": "CL:4042011", + "description": "An interlaminar astrocyte type whose soma is part of the upper first layer of the neocortex and its processes extend to a pia surface.", + "meaning": "CL:4042011", + "title": "subpial interlaminar astrocyte" + }, + { + "text": "CL:0000236", + "description": "A lymphocyte of B lineage that is capable of B cell mediated immunity.", + "meaning": "CL:0000236", + "title": "B cell" + }, + { + "text": "CL:2000047", + "description": "Any motor neuron that is part of a brainstem.", + "meaning": "CL:2000047", + "title": "brainstem motor neuron" + }, + { + "text": "CL:0001079", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-positive.", + "meaning": "CL:0001079", + "title": "NKp44-positive group 3 innate lymphoid cell, human" + }, + { + "text": "CL:4033029", + "description": "An OFF calbindin-positive bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3a contacts with cones are triad-associated.", + "meaning": "CL:4033029", + "title": "diffuse bipolar 3a cell" + }, + { + "text": "CL:0002575", + "description": "A pericyte of the central nervous system.", + "meaning": "CL:0002575", + "title": "central nervous system pericyte" + }, + { + "text": "CL:0002054", + "description": "An immature B cell that is IgM-positive, CD45R-positive, CD43-low, CD25-negative, and CD127-negative. This cell type has also been described as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and HSA-positive.", + "meaning": "CL:0002054", + "title": "fraction E immature B cell" + }, + { + "text": "CL:0001030", + "meaning": "CL:0001030", + "title": "CD117-positive common myeloid progenitor OR CD217-positive common lymphoid progenitor" + }, + { + "text": "CL:0002042", + "description": "A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell.", + "meaning": "CL:0002042", + "title": "immature NK T cell stage IV" + }, + { + "text": "CL:1000283", + "description": "A smooth muscle cell that is part of the transverse colon.", + "meaning": "CL:1000283", + "title": "smooth muscle fiber of transverse colon" + }, + { + "text": "CL:0002202", + "description": "An epithelial cell of the tracheobronchial tree.", + "meaning": "CL:0002202", + "title": "epithelial cell of tracheobronchial tree" + }, + { + "text": "CL:0000225", + "description": "A cell that lacks a nucleus.", + "meaning": "CL:0000225", + "title": "anucleate cell" + }, + { + "text": "CL:0002265", + "description": "A D cell located in the colon.", + "meaning": "CL:0002265", + "title": "type D cell of colon" + }, + { + "text": "CL:0002031", + "description": "A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells.", + "meaning": "CL:0002031", + "title": "hematopoietic lineage restricted progenitor cell" + }, + { + "text": "CL:2000041", + "description": "Any dermis lymphatic vessel endothelial cell that is part of a microvascular endothelium.", + "meaning": "CL:2000041", + "title": "dermis microvascular lymphatic vessel endothelial cell" + }, + { + "text": "CL:0000069", + "meaning": "CL:0000069", + "title": "branched duct epithelial cell" + }, + { + "text": "CL:0002498", + "description": "A trophoblast giant cell that is derived from ectoplacental cone and, later in gestation, the spongiotrophoblast.", + "meaning": "CL:0002498", + "title": "secondary trophoblast giant cell" + }, + { + "text": "CL:0007021", + "description": "Secretory cell that produces a chemical mixture that triggers antipredator behavior. The substance is released only upon disruption of the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, 1992]", + "meaning": "CL:0007021", + "title": "alarm substance cell" + }, + { + "text": "CL:0000127", + "description": "A class of large neuroglial (macroglial) cells in the central nervous system - the largest and most numerous neuroglial cells in the brain and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with many long processes, including those with 'end feet' which form the glial (limiting) membrane and directly and indirectly contribute to the blood-brain barrier. They regulate the extracellular ionic and chemical environment, and 'reactive astrocytes' (along with microglia) respond to injury.", + "meaning": "CL:0000127", + "title": "astrocyte" + }, + { + "text": "CL:1001608", + "description": "Fibroblast from foreskin.", + "meaning": "CL:1001608", + "title": "foreskin fibroblast" + }, + { + "text": "CL:0002355", + "description": "A large nucleated basophilic erythrocyte found in mammalian embryos. This cell type arises from the blood islands of yolk sacs and expresses different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. Considered a type of erythroblast as this cell type can enucleate in circulation.", + "meaning": "CL:0002355", + "title": "primitive red blood cell" + }, + { + "text": "CL:0000776", + "description": "Any of the immature forms of a neutrophil in which neutrophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000776", + "title": "immature neutrophil" + }, + { + "text": "CL:0004233", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals that stratify at S2, with a second stratification that occurs in S3 and S4. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004233", + "title": "DAPI-3 amacrine cell" + }, + { + "text": "CL:4030056", + "description": "A urothelial cell that is terminally differentiated and part of the urothelial apical surface that forms the high-resistance barrier of urothelium. Umbrella cells have been described as the largest of urothelial cell types, highly polarized, and, in some species, multinucleated. In the relaxed state, these cells form a dome-shaped structure at the apical pole and can also cover multiple underlying intermediate cells, leading to the name umbrella cells. In contrast, these cells flatten when the bladder is filled.", + "meaning": "CL:4030056", + "title": "umbrella cell of urothelium" + }, + { + "text": "CL:0000437", + "description": "A rounded cell that is usually situated next to sinusoids; secretes follicular stimulating hormone (FSH) and luteinizing hormone (LH).", + "meaning": "CL:0000437", + "title": "gonadtroph" + }, + { + "text": "CL:0001029", + "description": "Common dendritic precursor is a hematopoietic progenitor cell that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane parts for hematopoietic lineage markers.", + "meaning": "CL:0001029", + "title": "common dendritic progenitor" + }, + { + "text": "CL:4030002", + "description": "An alpha-beta memory T cell with the phenotype CD45RA-positive.", + "meaning": "CL:4030002", + "title": "effector memory CD45RA-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:0002481", + "description": "The flattened smooth myoepithelial cells of mesodermal origin that lie just outside the basal lamina of the seminiferous tubule.", + "meaning": "CL:0002481", + "title": "peritubular myoid cell" + }, + { + "text": "CL:0002410", + "description": "A cell that is found in the periacinar space of the exocrine pancreas and in perivascular and periductal regions of the pancreas, and has long cytoplasmic processes that encircle the base of the acinus. Expresses several intermediate filament proteins including vimentin and nestin. Shares many of the characteristics of hepatatic stellate cells, but not stellate cells of the central nervous system. Upon activation, this cell type undergoes morphological and gene expression changes that make the cell suggestive of being a type of myofibroblast.", + "meaning": "CL:0002410", + "title": "pancreatic stellate cell" + }, + { + "text": "CL:1000275", + "description": "A smooth muscle cell that is part of the small intestine.", + "meaning": "CL:1000275", + "title": "smooth muscle cell of small intestine" + }, + { + "text": "CL:0002630", + "description": "A spore formed from bacteria in the order Actinomycetales.", + "meaning": "CL:0002630", + "title": "actinomycete-type spore" + }, + { + "text": "CL:0002024", + "description": "A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma receptor II/III-low.", + "meaning": "CL:0002024", + "title": "Kit-positive megakaryocyte progenitor cell" + }, + { + "text": "CL:4030030", + "description": "A blood lymphocyte located in the flowing, circulating blood of the body.", + "meaning": "CL:4030030", + "title": "peripheral blood lymphocyte" + }, + { + "text": "CL:4023049", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in L5 of the primary motor cortex.", + "meaning": "CL:4023049", + "title": "L5 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0007000", + "description": "Skeletogenic cell that has the potential to develop into an ameloblast. Located in the inner enamel epithelium, these cells elongate, their nuclei shift distally (away from the dental papilla), and their cytoplasm becomes filled with organelles needed for synthesis and secretion of enamel proteins.", + "meaning": "CL:0007000", + "title": "preameloblast" + }, + { + "text": "CL:0002223", + "description": "A cell of the transparent layer of simple cuboidal epithelium over the anterior surface of the lens; transform into lens fiber(s).", + "meaning": "CL:0002223", + "title": "anterior lens cell" + }, + { + "text": "CL:0004243", + "description": "An amacrine cell with a wild dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites have spikes, cross over each other, and cover a larger volume than dendrties of W3-1 retinal amacrine cells.", + "meaning": "CL:0004243", + "title": "WF3-2 amacrine cell" + }, + { + "text": "CL:1000394", + "description": "A myoepithelial cell that is part of the intralobular part of terminal lactiferous duct.", + "meaning": "CL:1000394", + "title": "myoepithelial cell of intralobular lactiferous duct" + }, + { + "text": "CL:0000884", + "description": "A tissue-resident macrophage found in the mucosa associated lymphoid tissue.", + "meaning": "CL:0000884", + "title": "mucosa-associated lymphoid tissue macrophage" + }, + { + "text": "CL:0000358", + "description": "A smooth muscle cell that is part of a sphincter. A sphincter is a typically circular muscle that normally maintains constriction of a natural body passage or orifice and which relaxes as required by normal physiological functioning.", + "meaning": "CL:0000358", + "title": "sphincter associated smooth muscle cell" + }, + { + "text": "CL:0008036", + "description": "A trophoblast cell that is not part of a placental villous.", + "meaning": "CL:0008036", + "title": "extravillous trophoblast" + }, + { + "text": "CL:1001561", + "description": "Chemosensitive cells that innervate the vomernasal organ epithelium and are responsible for receiving and transmitting pheromone signals.", + "meaning": "CL:1001561", + "title": "vomeronasal sensory neuron" + }, + { + "text": "CL:0009036", + "description": "A macrophage located in the vermiform appendix.", + "meaning": "CL:0009036", + "title": "appendix macrophage" + }, + { + "text": "CL:0002626", + "description": "An immature astrocyte.", + "meaning": "CL:0002626", + "title": "immature astrocyte" + }, + { + "text": "CL:1001066", + "meaning": "CL:1001066", + "title": "kidney arteriole smooth muscle cell" + }, + { + "text": "CL:0000948", + "description": "A class switched memory B cell that expresses IgE on the cell surface.", + "meaning": "CL:0000948", + "title": "IgE memory B cell" + }, + { + "text": "CL:0000168", + "description": "Any secretory cell that is capable of some insulin secretion.", + "meaning": "CL:0000168", + "title": "insulin secreting cell" + }, + { + "text": "CL:0002273", + "description": "A type EC enteroendocrine cell type that is numerous in the fundus of the stomach; stores 5-hydroxytryptamine and histamine.", + "meaning": "CL:0002273", + "title": "type ECL enteroendocrine cell" + }, + { + "text": "CL:0000470", + "meaning": "CL:0000470", + "title": "digestive enzyme secreting cell" + }, + { + "text": "CL:0000356", + "meaning": "CL:0000356", + "title": "hair matrix stem cell" + }, + { + "text": "CL:0002075", + "description": "Infrequent type of columnar epithelial cell. This cell is characterized by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) on the cell surface. The microvilli contain filaments that stretch into the underlying cytoplasm. They have a distinctive pear shape with a wide base and a narrow microvillous apex. Function not known.", + "meaning": "CL:0002075", + "title": "brush cell of tracheobronchial tree" + }, + { + "text": "CL:4023005", + "description": "A nuclear bag fiber that is sensitive mainly to the rate of change in muscle length.", + "meaning": "CL:4023005", + "title": "dynamic nuclear bag fiber" + }, + { + "text": "CL:0000855", + "description": "Hair cell is a mechanoreceptor cell that is sensitive to movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.", + "meaning": "CL:0000855", + "title": "sensory hair cell" + }, + { + "text": "CL:0000226", + "description": "A cell with a single nucleus.", + "meaning": "CL:0000226", + "title": "single nucleate cell" + }, + { + "text": "CL:0000930", + "description": "A mature NK T cell that secretes interleukin-4 and enhances Th2 immune responses.", + "meaning": "CL:0000930", + "title": "CD4-negative, CD8-negative type I NK T cell secreting interleukin-4" + }, + { + "text": "CL:0000678", + "meaning": "CL:0000678", + "title": "commissural neuron" + }, + { + "text": "CL:0000772", + "description": "Any of the immature forms of an eosinophil, in which eosinophilic specific granules are present but other phenotypic features of the mature form may be lacking.", + "meaning": "CL:0000772", + "title": "immature eosinophil" + }, + { + "text": "CL:0002455", + "description": "A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative and CD4-positive.", + "meaning": "CL:0002455", + "title": "CD8_alpha-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0002479", + "description": "An adipose macrophage that does not express MHC-II but is F4/80-positive.", + "meaning": "CL:0002479", + "title": "F4/80-positive adipose macrophage" + }, + { + "text": "CL:0000068", + "description": "An epithelial cell that is part of a duct.", + "meaning": "CL:0000068", + "title": "duct epithelial cell" + }, + { + "text": "CL:0011103", + "description": "Sympathetic neurons are part of the sympathetic nervous system and are primarily adrenergic producing the neurotransmitter noradrenalin along with other neuropeptides.", + "meaning": "CL:0011103", + "title": "sympathetic neuron" + }, + { + "text": "CL:0002633", + "description": "A basal cell in the respiratory tract.", + "meaning": "CL:0002633", + "title": "respiratory basal cell" + }, + { + "text": "CL:0000891", + "description": "A type of cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000891", + "title": "foam cell" + }, + { + "text": "CL:2000033", + "description": "Any basal cell of epidermis that is part of a limb.", + "meaning": "CL:2000033", + "title": "limb basal cell of epidermis" + }, + { + "text": "CL:0000147", + "description": "A pigment cell is a cell that contains pigment granules.", + "meaning": "CL:0000147", + "title": "pigment cell" + }, + { + "text": "CL:0002665", + "description": "A fibrocyte of the cochlea that has specialized structural and molecular adaptions.", + "meaning": "CL:0002665", + "title": "otic fibrocyte" + }, + { + "text": "CL:0002470", + "description": "Gr1-high monocyte that has a MHC-II receptor complex.", + "meaning": "CL:0002470", + "title": "MHC-II-positive classical monocyte" + }, + { + "text": "CL:0002594", + "description": "A smooth muscle cell of the umbilical artery.", + "meaning": "CL:0002594", + "title": "smooth muscle cell of the umbilical artery" + }, + { + "text": "CL:0004222", + "description": "A flag amacrine cell with post-synaptic terminals in S3, S4, and S5. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004222", + "title": "flag B amacrine cell" + }, + { + "text": "CL:0000103", + "description": "A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body.", + "meaning": "CL:0000103", + "title": "bipolar neuron" + }, + { + "text": "CL:1000746", + "description": "Any kidney corpuscule cell that is part of some renal glomerulus.", + "meaning": "CL:1000746", + "title": "glomerular cell" + }, + { + "text": "CL:0000377", + "meaning": "CL:0000377", + "title": "tracheoblast" + }, + { + "text": "CL:0002139", + "description": "An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels.", + "meaning": "CL:0002139", + "title": "endothelial cell of vascular tree" + }, + { + "text": "CL:0000071", + "description": "An endothelial cell that lines the vasculature.", + "meaning": "CL:0000071", + "title": "blood vessel endothelial cell" + }, + { + "text": "CL:0000852", + "description": "Neuromast support cell is a non-sensory cell of the neuromast that extend between the sensory hair cells from the basement membrane to the apical surface; neuromast support cells are surrounded by neuromast mantle cells.", + "meaning": "CL:0000852", + "title": "neuromast supporting cell" + }, + { + "text": "CL:0000723", + "description": "A stem cell that can give rise to cell types of the body other than those of the germ-line.", + "meaning": "CL:0000723", + "title": "somatic stem cell" + }, + { + "text": "CL:0002007", + "description": "A lineage marker-negative, CD34-positive, IL5r-alpha-positive, and Sca1-negative eosinophil progenitor cell.", + "meaning": "CL:0002007", + "title": "Kit-low, CD34-positive eosinophil progenitor cell" + }, + { + "text": "CL:0000606", + "description": "The larger of two types of asexual spores formed by some fungi; usually round or oblong.", + "meaning": "CL:0000606", + "title": "macroconidium" + }, + { + "text": "CL:0000609", + "description": "A mechanoreceptor located in the acoustic maculae and the semicircular canals that mediates the sense of balance, movement, and head position. The vestibular hair cells are connected to accessory structures in such a way that movements of the head displace their stereocilia. This influences the membrane potential of the cells which relay information about movements via the vestibular part of the vestibulocochlear nerve to the brain stem.", + "meaning": "CL:0000609", + "title": "vestibular hair cell" + }, + { + "text": "CL:0001053", + "description": "A memory B cell that lacks expression of surface IgD.", + "meaning": "CL:0001053", + "title": "IgD-negative memory B cell" + }, + { + "text": "CL:0000781", + "description": "A specialized mononuclear osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000781", + "title": "mononuclear odontoclast" + }, + { + "text": "CL:0009059", + "description": "A plasma cell that is located in the medullary sinus of the lymph node.", + "meaning": "CL:0009059", + "title": "plasma cell of medullary sinus of lymph node" + }, + { + "text": "CL:0002121", + "description": "A CD24-negative CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative.", + "meaning": "CL:0002121", + "title": "CD24-negative CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000747", + "description": "A pigment cell derived from the neural crest. Contains blue pigment of unknown chemical composition in fibrous organelles termed cyanosomes. This gives a blue appearance.", + "meaning": "CL:0000747", + "title": "cyanophore" + }, + { + "text": "CL:0011020", + "description": "An undifferentiated cell that originates from a neural stem cell and has the capacity to generate multiple types of lineage-restricted progenitors but not to self-renew.", + "meaning": "CL:0011020", + "title": "neural progenitor cell" + }, + { + "text": "CL:4033020", + "description": "A mucus secreting cell that is part of a submucosal gland of the trachea.", + "meaning": "CL:4033020", + "title": "mucus secreting cell of trachea gland" + }, + { + "text": "CL:1000276", + "description": "A smooth muscle cell that is part of the duodenum.", + "meaning": "CL:1000276", + "title": "smooth muscle fiber of duodenum" + }, + { + "text": "CL:0011028", + "description": "A neural-crest derived glial cell that supports the growth and survival of primary olfactory neuroons from the neuroepithelium in the nasal cavity to the brain by encasing large bundles of numerous unmyelinated axons.", + "meaning": "CL:0011028", + "title": "olfactory ensheathing cell" + }, + { + "text": "CL:4030065", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L6 IT.", + "meaning": "CL:4030065", + "title": "L6 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:2000010", + "description": "Any blood vessel endothelial cell that is part of a dermis.", + "meaning": "CL:2000010", + "title": "dermis blood vessel endothelial cell" + }, + { + "text": "CL:0000802", + "description": "A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha alpha-positive.", + "meaning": "CL:0000802", + "title": "CD8-alpha alpha positive, gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002115", + "description": "A B220-positive CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-positive, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002115", + "title": "B220-positive CD38-positive unswitched memory B cell" + }, + { + "text": "CL:1001223", + "description": "Any endothelial cell that is part of some renal interlobular vein.", + "meaning": "CL:1001223", + "title": "interlobulary vein endothelial cell" + }, + { + "text": "CL:0002152", + "description": "A columnar cell of the cervix uteri.", + "meaning": "CL:0002152", + "title": "columnar cell of endocervix" + }, + { + "text": "CL:0000234", + "description": "Any cell capable of ingesting particulate matter via phagocytosis.", + "meaning": "CL:0000234", + "title": "phagocyte" + }, + { + "text": "CL:0001081", + "description": "A group 2 innate lymphoid cell in the human with the phenotype CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive.", + "meaning": "CL:0001081", + "title": "group 2 innate lymphoid cell, human" + }, + { + "text": "CL:0000340", + "description": "A precursor of the central nervous system that gives rise to glial cells only.", + "meaning": "CL:0000340", + "title": "glioblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000738", + "description": "An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue.", + "meaning": "CL:0000738", + "title": "leukocyte" + }, + { + "text": "CL:0002506", + "description": "A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, MHC-II-high and CD103-positive that is located in the liver.", + "meaning": "CL:0002506", + "title": "liver CD103-positive dendritic cell" + }, + { + "text": "CL:0000396", + "description": "A hemocyte found in immuno-stimulated larvae.", + "meaning": "CL:0000396", + "title": "lamellocyte" + }, + { + "text": "CL:0000040", + "description": "A myeloid progenitor cell committed to the monocyte lineage. This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and the presence of a nucleolus.", + "meaning": "CL:0000040", + "title": "monoblast" + }, + { + "text": "CL:4023054", + "description": "A mesothelial cell that has undergone mesothelial-to-mesenchymal transition (MMT) to become a fibroblast cell.", + "meaning": "CL:4023054", + "title": "mesothelial fibroblast" + }, + { + "text": "CL:0000347", + "description": "A cell of the sclera of the eye.", + "meaning": "CL:0000347", + "title": "scleral cell" + }, + { + "text": "CL:0009048", + "description": "A macrophage that is located in the anorectum.", + "meaning": "CL:0009048", + "title": "anorectum macrophage" + }, + { + "text": "CL:0000798", + "description": "A T cell that expresses a gamma-delta T cell receptor complex.", + "meaning": "CL:0000798", + "title": "gamma-delta T cell" + }, + { + "text": "CL:1001590", + "description": "Glandular cell of epididymal epithelium.", + "meaning": "CL:1001590", + "title": "epididymis glandular cell" + }, + { + "text": "CL:0000476", + "description": "A basophil cell of the anterior pituitary that produces thyroid stimulating hormone, thyrotrophin. This cell type is elongated, polygonal and lie in clusters towards the adenohypophyseal center.", + "meaning": "CL:0000476", + "title": "thyrotroph" + }, + { + "text": "CL:0002293", + "description": "An epithelial cell of the thymus. Epithelial reticular cells are pleomorphic, stellate, non-phagocytic cells which seem to be supportive in function and are held together by desmosomes. They replace the fibroblastoid reticular cells found in other lymphoid organs. Other epithelial cells in the medulla have the ultrastructure of secretory cells. Although different epithelial cells throughout the thymus appear alike by light microscopy their ultrastructure and function varies.", + "meaning": "CL:0002293", + "title": "epithelial cell of thymus" + }, + { + "text": "CL:4033047", + "description": "A midget ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from flat midget bipolar cells.", + "meaning": "CL:4033047", + "title": "OFF midget ganglion cell" + }, + { + "text": "CL:0001082", + "description": "An innate lyphoid cell with an immature phenotype.", + "meaning": "CL:0001082", + "title": "immature innate lymphoid cell" + }, + { + "text": "CL:1000324", + "description": "A goblet cell that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000324", + "title": "duodenal goblet cell" + }, + { + "text": "CL:0000535", + "description": "A neuron of teleosts that develops later than a primary neuron, typically during the larval stages.", + "meaning": "CL:0000535", + "title": "secondary neuron (sensu Teleostei)" + }, + { + "text": "CL:1001107", + "description": "An epithelial cell that is part of some loop of Henle thin ascending limb.", + "meaning": "CL:1001107", + "title": "kidney loop of Henle thin ascending limb epithelial cell" + }, + { + "text": "CL:0001041", + "description": "A CD8-positive alpha-beta-positive T cell with the phenotype CXCR3-positive and having suppressor function. They are capable of producing IL-10, suppressing proliferation, and suppressing IFN-gamma production.", + "meaning": "CL:0001041", + "title": "CD8-positive, CXCR3-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:4030066", + "description": "An epithelial cell that is part of a ureteric bud. A ureteric bud cell has the potential to induce metanephric mesenchymal cells to proliferate and convert to epithelia that form renal tubules via: (1) the secretion of multiple diffusible growth factors that rescue renal progenitors from apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms that induce mesenchymal-epithelial conversion.", + "meaning": "CL:4030066", + "title": "ureteric bud cell" + }, + { + "text": "CL:0008031", + "description": "An interneuron that has its soma located in the cerebral cortex.", + "meaning": "CL:0008031", + "title": "cortical interneuron" + }, + { + "text": "CL:0002363", + "description": "A keratocyte is a specialized fibroblast\u00a0residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This\u00a0corneal\u00a0layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate.", + "meaning": "CL:0002363", + "title": "keratocyte" + }, + { + "text": "CL:0004219", + "description": "A bistratifed retinal amacrine cell with a small dendritic field, dendrite stratification in S1-S2, and a second dendrite stratification in S5. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004219", + "title": "A2 amacrine cell" + }, + { + "text": "CL:0011004", + "description": "A vetebrate lens cell that is any of the elongated, tightly packed cells that make up the bulk of the mature lens in a camera-type eye.", + "meaning": "CL:0011004", + "title": "lens fiber cell" + }, + { + "text": "CL:0002149", + "description": "An epithelial cell of the uterus.", + "meaning": "CL:0002149", + "title": "epithelial cell of uterus" + }, + { + "text": "CL:0000582", + "description": "A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and the band form neutrophil. The protein synthesis seen in earlier stages decreases or stops; the nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare; and the cytoplasm becomes amphophilic like that of a mature granulocyte. This cell type is integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, CD33-positive, CD24-positive, fMLP receptor-negative and has expression of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase and neutrophil gelatinase associated lipocalin.", + "meaning": "CL:0000582", + "title": "neutrophilic metamyelocyte" + }, + { + "text": "CL:0002014", + "description": "A basophilic erythroblast that is Lyg 76-high and is Kit-negative.", + "meaning": "CL:0002014", + "title": "Kit-negative, Ly-76 high basophilic erythroblast" + }, + { + "text": "CL:1001052", + "description": "Any kidney venous blood vessel cell that is part of some renal cortex vein.", + "meaning": "CL:1001052", + "title": "kidney cortex vein cell" + }, + { + "text": "CL:0009103", + "description": "A fibroblastic reticular cell found in the lymph node subcapsular sinus.", + "meaning": "CL:0009103", + "title": "lymph node marginal reticular cell" + }, + { + "text": "CL:0000987", + "description": "A fully differentiated plasma cell that secretes IgA.", + "meaning": "CL:0000987", + "title": "IgA plasma cell" + }, + { + "text": "CL:0002511", + "description": "A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-low.", + "meaning": "CL:0002511", + "title": "CD11b-low, CD103-negative, langerin-negative lymph node dendritic cell" + }, + { + "text": "CL:0000617", + "description": "A neuron that uses GABA as a vesicular neurotransmitter", + "meaning": "CL:0000617", + "title": "GABAergic neuron" + }, + { + "text": "CL:0002464", + "description": "An adipose dendritic cell that is SIRPa-negative.", + "meaning": "CL:0002464", + "title": "SIRPa-negative adipose dendritic cell" + }, + { + "text": "CL:1000432", + "description": "An epithelial cell that is part of the conjunctiva.", + "meaning": "CL:1000432", + "title": "conjunctival epithelial cell" + }, + { + "text": "CL:1001503", + "description": "The principal glutaminergic neuron located in the outer third of the external plexiform layer of the olfactory bulb; a single short primary dendrite traverses the outer external plexiform layer and terminates within an olfactory glomerulus in a tuft of branches, where it receives the input from olfactory receptor neuron axon terminals; axons of the tufted cells transfer information to a number of areas in the brain, including the piriform cortex, entorhinal cortex, olfactory tubercle, and amygdala.", + "meaning": "CL:1001503", + "title": "olfactory bulb tufted cell" + }, + { + "text": "CL:2000086", + "description": "Any basket cell that is part of a neocortex.", + "meaning": "CL:2000086", + "title": "neocortex basket cell" + }, + { + "text": "CL:0003010", + "description": "A bistratified retinal ganglion cell that has a dendrite field that terminates in sublaminar layer S2 and a second dendrite field that terminates in sublaminar layer S4.", + "meaning": "CL:0003010", + "title": "G7 retinal ganglion cell" + }, + { + "text": "CL:0002128", + "description": "A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 and some IFNg.", + "meaning": "CL:0002128", + "title": "Tc17 cell" + }, + { + "text": "CL:0002408", + "description": "A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain that does not contain a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.", + "meaning": "CL:0002408", + "title": "immature Vgamma2-negative thymocyte" + }, + { + "text": "CL:0002662", + "description": "A luminal epithelial cell of the lactiferous duct. This cuboidal epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive.", + "meaning": "CL:0002662", + "title": "luminal cell of lactiferous duct" + }, + { + "text": "CL:4033066", + "description": "A supporting cell that is part of the ovary and differentiates into a granulosa cell. A pre-granulosa cell develops from an early supporting gonadal cell by repressing testis determination, which can then proliferate to form primordial follicles.", + "meaning": "CL:4033066", + "title": "pre-granulosa cell" + }, + { + "text": "CL:0000197", + "description": "A cell that is capable of detection of a stimulus involved in sensory perception.", + "meaning": "CL:0000197", + "title": "sensory receptor cell" + }, + { + "text": "CL:0000015", + "description": "A germ cell that supports male gamete production. In some species, non-germ cells known as Sertoli cells also play a role in spermatogenesis.", + "meaning": "CL:0000015", + "title": "male germ cell" + }, + { + "text": "CL:4023038", + "description": "A glutamatergic neuron with a soma found in cortical layer 6b. They are transcriptomically related to corticothalamic-projecting neurons but have differential projections to the thalamus or anterior cingulate.", + "meaning": "CL:4023038", + "title": "L6b glutamatergic cortical neuron" + }, + { + "text": "CL:0000900", + "description": "A CD8-positive, alpha-beta T cell that has not experienced activation via antigen contact and has the phenotype CD45RA-positive, CCR7-positive and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.", + "meaning": "CL:0000900", + "title": "naive thymus-derived CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1001009", + "description": "Any kidney arterial blood vessel cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001009", + "title": "kidney efferent arteriole cell" + }, + { + "text": "CL:0002394", + "description": "A myeloid dendritic cell found in the blood, lymph nodes, tonsil, bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive T cells and can produce inteferon-beta.", + "meaning": "CL:0002394", + "title": "CD141-positive myeloid dendritic cell" + }, + { + "text": "CL:0002313", + "description": "An ecto-epithelial cell of the prostate gland that secretes hormones.", + "meaning": "CL:0002313", + "title": "endocrine-paracrine cell of prostate gland" + }, + { + "text": "CL:0000006", + "description": "Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception.", + "meaning": "CL:0000006", + "title": "neuronal receptor cell" + }, + { + "text": "CL:0000988", + "description": "A cell of a hematopoietic lineage.", + "meaning": "CL:0000988", + "title": "hematopoietic cell" + }, + { + "text": "CL:0000444", + "description": "A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern.", + "meaning": "CL:0000444", + "title": "obliquely striated muscle cell" + }, + { + "text": "CL:4033011", + "description": "A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle circular layer.", + "meaning": "CL:4033011", + "title": "smooth muscle cell of large intestine smooth muscle circular layer" + }, + { + "text": "CL:0002673", + "description": "A skeletal muscle cell that is part of the tongue.", + "meaning": "CL:0002673", + "title": "tongue muscle cell" + }, + { + "text": "CL:0009082", + "description": "The human equivalent of a DN3 thymocyte; these thymocytes finish the process of beta selection.", + "meaning": "CL:0009082", + "title": "committed double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:4023116", + "description": "A spiral ganglion neuron that innervates outer hair cells. Type 1 spiral ganglion neurons are unmyelinated and unipolar.", + "meaning": "CL:4023116", + "title": "type 2 spiral ganglion neuron" + }, + { + "text": "CL:0002102", + "description": "A CD38-negative naive B cell is a mature B cell that has the phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002102", + "title": "CD38-negative naive B cell" + }, + { + "text": "CL:0000782", + "description": "A dendritic cell of the myeloid lineage.", + "meaning": "CL:0000782", + "title": "myeloid dendritic cell" + }, + { + "text": "CL:0004162", + "description": "A cone whose sensitivity measurements have an average spectral peak of 358.2 nm. These cones are described in rat.", + "meaning": "CL:0004162", + "title": "360 nm-cone" + }, + { + "text": "CL:1001432", + "description": "Any renal intercalated cell that is part of some collecting duct of renal tubule.", + "meaning": "CL:1001432", + "title": "kidney collecting duct intercalated cell" + }, + { + "text": "CL:0005012", + "description": "A ciliated epithelial cell with many cilia.", + "meaning": "CL:0005012", + "title": "multi-ciliated epithelial cell" + }, + { + "text": "CL:4033008", + "description": "A(n) vein endothelial cell that is part of a(n) respiratory system.", + "meaning": "CL:4033008", + "title": "vein endothelial cell of respiratory system" + }, + { + "text": "CL:2000013", + "description": "Any skin fibroblast that is part of a skin of abdomen.", + "meaning": "CL:2000013", + "title": "fibroblast of skin of abdomen" + }, + { + "text": "CL:0009072", + "description": "A thymic medullary epithelial cell that expresses AIRE or other canonical markers of mature mTECs like Fezf2.", + "meaning": "CL:0009072", + "title": "medullary thymic epithelial cell type 2" + }, + { + "text": "CL:4030000", + "description": "A melanocyte located in the vascular uvea and involved in photoprotection, regulation of oxidative damage and immune responses.", + "meaning": "CL:4030000", + "title": "choroidal melanocyte" + }, + { + "text": "CL:0000576", + "description": "Myeloid mononuclear recirculating leukocyte that can act as a precursor of tissue macrophages, osteoclasts and some populations of tissue dendritic cells.", + "meaning": "CL:0000576", + "title": "monocyte" + }, + { + "text": "CL:0005008", + "description": "An auditory hair cell located in the macula that is sensitive to auditory stimuli.", + "meaning": "CL:0005008", + "title": "macular hair cell" + }, + { + "text": "CL:4023035", + "description": "A neuron that is derived from a precursor cell in the lateral ganglion eminence.", + "meaning": "CL:4023035", + "title": "lateral ganglionic eminence derived neuron" + }, + { + "text": "CL:0002098", + "description": "A cardiac myocyte that is connected to other cardiac myocytes by transverse intercalated discs (GO:0014704) at a regular interval.", + "meaning": "CL:0002098", + "title": "regular cardiac myocyte" + }, + { + "text": "CL:4023065", + "description": "A GABAergic cell located in the cerebral cortex that expresses meis2.", + "meaning": "CL:4023065", + "title": "meis2 expressing cortical GABAergic cell" + }, + { + "text": "CL:0000395", + "description": "A precursor of mature crystal cells.", + "meaning": "CL:0000395", + "title": "procrystal cell" + }, + { + "text": "CL:0000170", + "description": "A cell that secretes glucagon.", + "meaning": "CL:0000170", + "title": "glucagon secreting cell" + }, + { + "text": "CL:4023020", + "description": "A gamma motor neuron that innervates dynamic nuclear bag fibers (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They alter muscle spindle sensitivity and increases its discharge in response to velocity of muscle length (rather than just magnitude).", + "meaning": "CL:4023020", + "title": "dynamic gamma motor neuron" + }, + { + "text": "CL:0009013", + "description": "A progenitor cell with hepatic and biliary lineage potential, identified in mouse and human, and anatomically restricted to the ductal plate of fetal liver.", + "meaning": "CL:0009013", + "title": "fetal hepatobiliary progenitor cell" + }, + { + "text": "CL:0001004", + "description": "Immature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001004", + "title": "immature CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0009031", + "description": "A T cell that is located in a vermiform appendix.", + "meaning": "CL:0009031", + "title": "T cell of appendix" + }, + { + "text": "CL:4023111", + "description": "A pyramidal neuron with soma located in the cerebral cortex.", + "meaning": "CL:4023111", + "title": "cerebral cortex pyramidal neuron" + }, + { + "text": "CL:2000077", + "description": "Any striated muscle cell that is part of a skeletal muscle tissue of pectoralis major.", + "meaning": "CL:2000077", + "title": "skeletal muscle tissue of pectoralis major striated muscle cell" + }, + { + "text": "CL:0002519", + "description": "An interrenal epithelial kidney cell is an epithelial cell found in the anterior kidney of teleosts fish. This cell type is arranged in layers around the posterior cardinal vein and contains many mitochondria with tubulovesicular cristae. Interrenal chromaffin cells are interspersed among the tissue layer created by this cell type.", + "meaning": "CL:0002519", + "title": "interrenal epithelial cell" + }, + { + "text": "CL:0002425", + "description": "A pro-T cell that is lin-negative, CD25-negative, CD127-negative, CD44-positive and kit-positive.", + "meaning": "CL:0002425", + "title": "early T lineage precursor" + }, + { + "text": "CL:0002577", + "description": "An epithelial cell of the placenta.", + "meaning": "CL:0002577", + "title": "placental epithelial cell" + }, + { + "text": "CL:4030028", + "description": "An amacrine cell that uses glycine as a neurotransmitter.", + "meaning": "CL:4030028", + "title": "glycinergic amacrine cell" + }, + { + "text": "CL:4030037", + "description": "A spermatid in a late stage of maturation that has an elongated morphology and is transcriptionally inert when the acrosome is fully developed.", + "meaning": "CL:4030037", + "title": "late spermatid" + }, + { + "text": "CL:0002350", + "description": "An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin.", + "meaning": "CL:0002350", + "title": "endocardial cell" + }, + { + "text": "CL:0000644", + "description": "Type of radial astrocyte in the cerebellar cortex that have their cell bodies in the Purkinje cell layer and processes that extend into the molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann glia express high densities of glutamate transporters that limit diffusion of the neurotransmitter glutamate during its release from synaptic terminals. Besides their role in early development of the cerebellum, Bergmann glia are also required for the pruning or addition of synapses.", + "meaning": "CL:0000644", + "title": "Bergmann glial cell" + }, + { + "text": "CL:4033041", + "description": "An alveolar macrophage that expresses CCL3.", + "meaning": "CL:4033041", + "title": "CCL3-positive alveolar macrophage" + }, + { + "text": "CL:0007011", + "description": "Neuron that is part of the enteric nervous system.", + "meaning": "CL:0007011", + "title": "enteric neuron" + }, + { + "text": "CL:0000650", + "description": "A cell type that encapsulates the capillaries and venules in the kidney. This cell secretes mesangial matrix that provides the structural support for the capillaries.", + "meaning": "CL:0000650", + "title": "mesangial cell" + }, + { + "text": "CL:0000995", + "meaning": "CL:0000995", + "title": "CD34-positive, CD38-positive common myeloid progenitor OR CD34-positive, CD38-positive common lymphoid progenitor" + }, + { + "text": "CL:0002525", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the metanephros.", + "meaning": "CL:0002525", + "title": "metanephric podocyte" + }, + { + "text": "CL:1000434", + "description": "An epithelial cell that is part of the external acoustic meatus.", + "meaning": "CL:1000434", + "title": "epithelial cell of external acoustic meatus" + }, + { + "text": "CL:0002141", + "description": "A parathyroid chief cell that is actively secreting hormone. Have large Golgi complexes with numerous vesicles and small membrane-bound granules; secretory granules are rare, cytoplasmic glycogen sparse, much of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum in parallel arrays; in normal humans, inactive chief cells outnumber active chief cells in a ratio of 3-5:1", + "meaning": "CL:0002141", + "title": "active chief cell of parathyroid gland" + }, + { + "text": "CL:1000381", + "description": "A type I vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.", + "meaning": "CL:1000381", + "title": "type 1 vestibular sensory cell of epithelium of crista of ampulla of semicircular duct of membranous labyrinth" + }, + { + "text": "CL:0000189", + "description": "A muscle cell that develops tension more slowly than a fast-twitch fiber.", + "meaning": "CL:0000189", + "title": "slow muscle cell" + }, + { + "text": "CL:0007006", + "description": "Mesodermal cell that is axially located and gives rise to the cells of the notochord.", + "meaning": "CL:0007006", + "title": "chordamesodermal cell" + }, + { + "text": "CL:4033026", + "description": "A perichondrial fibroblast that is part of the lung.", + "meaning": "CL:4033026", + "title": "lung perichondrial fibroblast" + }, + { + "text": "CL:0001204", + "description": "CD4-positive, alpha-beta long-lived T cell with the phenotype CD45RO-positive and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.", + "meaning": "CL:0001204", + "title": "CD4-positive, alpha-beta memory T cell, CD45RO-positive" + }, + { + "text": "CL:0002296", + "description": "An epithelial cell with high nuclear and cytoplasmic electron-density. This cell type is found in the deeper portions of the cortex but is more abundant in the medulla of the thymus.", + "meaning": "CL:0002296", + "title": "type-4 epithelial cell of thymus" + }, + { + "text": "CL:0003006", + "description": "A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S3 and S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003006", + "title": "G4-ON retinal ganglion cell" + }, + { + "text": "CL:0002427", + "description": "A double-positive, alpha-beta thymocyte that is small and not proliferating.", + "meaning": "CL:0002427", + "title": "resting double-positive thymocyte" + }, + { + "text": "CL:0000963", + "description": "A germinal center B cell that develops from a Bm3 B cell. This cell has the phenotype IgM-negative, IgD-positive, and CD38-positive.", + "meaning": "CL:0000963", + "title": "Bm3-delta B cell" + }, + { + "text": "CL:4040002", + "description": "Glial cell that provides support to the enteric nervous system. It is involved in enteric neurotransmission, in maintaining the integrity of the mucosal barrier of the gut and serves as a link between the nervous and immune systems of the gut. In enteric nerve strands, glial processes ensheath multiaxonal bundles which distinguishes enteric glia from all other peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial cell is the presence of 10 nm filaments, which criss-cross the cell body, form axial bundles in the processes and appear to firmly anchor the cells to the ganglionic surfaces. Similar to astrocytes, their main constituent is glial fibrillary acidic protein (GFAP).", + "meaning": "CL:4040002", + "title": "enteroglial cell" + }, + { + "text": "CL:0002497", + "description": "A trophoblast giant cell derived from the mural trophectoderm.", + "meaning": "CL:0002497", + "title": "primary trophoblast giant cell" + }, + { + "text": "CL:0002086", + "description": "A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart.", + "meaning": "CL:0002086", + "title": "specialized cardiac myocyte" + }, + { + "text": "CL:0000162", + "description": "A large, oval stomach epithelial cell with a central nucleus; source of gastric acid. Secretes HCl.", + "meaning": "CL:0000162", + "title": "parietal cell" + }, + { + "text": "CL:1001033", + "description": "An endothelial cell that is part of some peritubular capillary.", + "meaning": "CL:1001033", + "title": "peritubular capillary endothelial cell" + }, + { + "text": "CL:0000992", + "description": "Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD80-low and CD86-low.", + "meaning": "CL:0000992", + "title": "immature CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:2000072", + "description": "Any microvascular endothelial cell that is part of a adipose tissue.", + "meaning": "CL:2000072", + "title": "adipose microvascular endothelial cell" + }, + { + "text": "CL:0002305", + "description": "An epithelial cell of the distal convoluted tubule of the kidney that helps regulate systemic levels of potassium, sodium, calcium, and pH.", + "meaning": "CL:0002305", + "title": "epithelial cell of distal tubule" + }, + { + "text": "CL:4028001", + "description": "Any capillary endothelial cell that is part of a lung.", + "meaning": "CL:4028001", + "title": "pulmonary capillary endothelial cell" + }, + { + "text": "CL:0002466", + "description": "A CD11b-positive dendritic cell located in the serosal portion of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, CD11c-low, CD103-negative.", + "meaning": "CL:0002466", + "title": "small intestine serosal dendritic cell" + }, + { + "text": "CL:0000595", + "description": "An erythrocyte lacking a nucleus.", + "meaning": "CL:0000595", + "title": "enucleate erythrocyte" + }, + { + "text": "CL:0000906", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative.", + "meaning": "CL:0000906", + "title": "activated CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:0002639", + "description": "An amniotic stem cell is a mesenchymalstem cell extracted from amniotic fluid. Amniotic stem cells are able to differentiate into various tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and bone", + "meaning": "CL:0002639", + "title": "amniotic stem cell" + }, + { + "text": "CL:1000510", + "description": "Any kidney epithelial cell that is part of some glomerular epithelium.", + "meaning": "CL:1000510", + "title": "kidney glomerular epithelial cell" + }, + { + "text": "CL:0000527", + "description": "A neuron which sends impulses peripherally to activate muscles or secretory cells.", + "meaning": "CL:0000527", + "title": "efferent neuron" + }, + { + "text": "CL:1000721", + "description": "Any renal principal cell that is part of some papillary duct.", + "meaning": "CL:1000721", + "title": "kidney papillary duct principal cell" + }, + { + "text": "CL:0000633", + "description": "A tall supporting cell that is arranged in rows adjacent to the last row of outer phalangeal cells. This cell type constitutes the outer border of the organ of Corti.", + "meaning": "CL:0000633", + "title": "Hensen cell" + }, + { + "text": "CL:0002374", + "description": "A hair cell of the ear that contains the organs of balance and hearing.", + "meaning": "CL:0002374", + "title": "ear hair cell" + }, + { + "text": "CL:1000424", + "description": "A chromaffin cell that is part of the paraaortic body.", + "meaning": "CL:1000424", + "title": "chromaffin cell of paraaortic body" + }, + { + "text": "CL:0000017", + "description": "A male germ cell that develops from spermatogonia. The euploid primary spermatocytes undergo meiosis and give rise to the haploid secondary spermatocytes which in turn give rise to spermatids.", + "meaning": "CL:0000017", + "title": "spermatocyte" + }, + { + "text": "CL:0019017", + "description": "A smooth muscle cell that is part of any lymphatic vessel.", + "meaning": "CL:0019017", + "title": "lymphatic vessel smooth muscle cell" + }, + { + "text": "CL:0000257", + "description": "Any cell that only exists in Eumycetozoa.", + "meaning": "CL:0000257", + "title": "Eumycetozoan cell" + }, + { + "text": "CL:1000356", + "description": "A M cell that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000356", + "title": "microfold cell of epithelium proper of duodenum" + }, + { + "text": "CL:0009042", + "description": "An enteroendocrine cell that is located in the colon.", + "meaning": "CL:0009042", + "title": "enteroendocrine cell of colon" + }, + { + "text": "CL:0009027", + "description": "A transit amplifying cell that is part of a crypt of Lieberkuhn of large intestine.", + "meaning": "CL:0009027", + "title": "transit amplifying cell of appendix" + }, + { + "text": "CL:0008022", + "description": "A mesenchymal cell of the endocardial cushion. These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves.", + "meaning": "CL:0008022", + "title": "endocardial cushion cell" + }, + { + "text": "CL:1001568", + "description": "Any endothelial cell of vascular tree that is part of some pulmonary artery.", + "meaning": "CL:1001568", + "title": "pulmonary artery endothelial cell" + }, + { + "text": "CL:4023092", + "description": "A pyramidal neuron which has an apical tree which is oriented towards the white matter.", + "meaning": "CL:4023092", + "title": "inverted pyramidal neuron" + }, + { + "text": "CL:4023018", + "description": "A GABAergic interneuron located in the cerebral cortex that expresses Parvalbumin.", + "meaning": "CL:4023018", + "title": "pvalb GABAergic cortical interneuron" + }, + { + "text": "CL:0000442", + "description": "A cell with extensive dendritic processes found in the B cell areas (primary follicles and germinal centers) of lymphoid tissue. They are unrelated to the dendritic cell associated with T cells. Follicular dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic cells, they do not process or present antigen in a way that allows recognition by T cells. Instead, they hold antigen in the form of immune complexes on their surfaces for long periods and can present antigen to B cells during an immune response.", + "meaning": "CL:0000442", + "title": "follicular dendritic cell" + }, + { + "text": "CL:0001058", + "description": "A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, CD123-positive, and CD11c-negative.", + "meaning": "CL:0001058", + "title": "plasmacytoid dendritic cell, human" + }, + { + "text": "CL:0007010", + "description": "Skeletogenic cell that has the potential to transform into an osteoblast, and develops from neural crest or mesodermal cells.", + "meaning": "CL:0007010", + "title": "preosteoblast" + }, + { + "text": "CL:0000574", + "description": "A pigment cell derived from the neural crest. Contains pteridine and/or carotenoid pigments in structures called pterinosomes or erythrosomes. This gives an orange to red appearance.", + "meaning": "CL:0000574", + "title": "erythrophore" + }, + { + "text": "CL:0011029", + "description": "An explosive cell containing one giant secretory organelle called a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains a toxin responsible for the stings delivered by a cnidarian to other organisms. Cnidae are used to capture prey and as a defense against predators. The presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, hydrae, jellyfish, etc.).", + "meaning": "CL:0011029", + "title": "cnidocyte" + }, + { + "text": "CL:1001573", + "description": "Cell of the nasopharyngeal epithelium.", + "meaning": "CL:1001573", + "title": "nasopharyngeal epithelial cell" + }, + { + "text": "CL:0000481", + "description": "A peptide hormone secreting cell that secretes cholecystokin stimulating hormone.", + "meaning": "CL:0000481", + "title": "cholecystokin stimulating hormone secreting cell" + }, + { + "text": "CL:1000691", + "meaning": "CL:1000691", + "title": "kidney interstitial myofibroblast" + }, + { + "text": "CL:0005024", + "description": "A motor neuron that innervates a skeletal muscle. These motor neurons are all excitatory and cholinergic.", + "meaning": "CL:0005024", + "title": "somatomotor neuron" + }, + { + "text": "CL:0000118", + "description": "Basket cells are inhibitory GABAergic interneurons of the brain. In general, dendrites of basket cells are free branching and contain smooth spines. Axons are highly branched. The branched axonal arborizations give rise to basket-like structures that surround the soma of the target cell. Basket cells form axo-somatic synapses, meaning their synapses target somas of other cells.", + "meaning": "CL:0000118", + "title": "basket cell" + }, + { + "text": "CL:1001606", + "description": "Keratinocyte from foreskin.", + "meaning": "CL:1001606", + "title": "foreskin keratinocyte" + }, + { + "text": "CL:0002641", + "description": "An epithelial cell of the esophageal gland proper.", + "meaning": "CL:0002641", + "title": "epithelial cell of esophageal gland proper" + }, + { + "text": "CL:0011022", + "description": "A fibroblast that is part of skin of back.", + "meaning": "CL:0011022", + "title": "fibroblast of skin of back" + }, + { + "text": "CL:0000058", + "description": "Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell.", + "meaning": "CL:0000058", + "title": "chondroblast" + }, + { + "text": "CL:4023056", + "description": "A type of mouse mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.", + "meaning": "CL:4023056", + "title": "vascular leptomeningeal cell (Mmus)" + }, + { + "text": "CL:4023188", + "description": "A retinal ganglion cell that originate in the ganglion cell layer of the retina, and project to the parvocellular layers of the lateral geniculate nucleus (LGN). These cells are known as midget retinal ganglion cells due to the small sizes of their dendritic trees and cell bodies.", + "meaning": "CL:4023188", + "title": "midget ganglion cell of retina" + }, + { + "text": "CL:0000107", + "description": "A neuron whose cell body is within an autonomic ganglion.", + "meaning": "CL:0000107", + "title": "autonomic neuron" + }, + { + "text": "CL:0000955", + "description": "A pre-B-II cell is a precursor B cell that expresses immunoglobulin mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin kappa light chain and immunoglobulin lambda light chain.", + "meaning": "CL:0000955", + "title": "pre-B-II cell" + }, + { + "text": "CL:0002354", + "description": "A hematopoietic stem found in the yolk sac. In mice, this cell type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, CD44-positive.", + "meaning": "CL:0002354", + "title": "yolk sac hematopoietic stem cell" + }, + { + "text": "CL:0000936", + "description": "A lymphoid progenitor cell that is found in bone marrow, gives rise to B cells, T cells, natural killer cells and dendritic cells, and has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, CD34-positive, CD150 negative, and GlyA-negative.", + "meaning": "CL:0000936", + "title": "early lymphoid progenitor" + }, + { + "text": "CL:0000468", + "description": "A precursor of the central nervous system that gives rise to both neurons and glial cells.", + "meaning": "CL:0000468", + "title": "neuroglioblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000740", + "description": "The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve.", + "meaning": "CL:0000740", + "title": "retinal ganglion cell" + }, + { + "text": "CL:0002550", + "description": "A fibroblast that is part of the conjuctiva of the eye.", + "meaning": "CL:0002550", + "title": "fibroblast of the conjunctiva" + }, + { + "text": "CL:0008038", + "description": "A large, multipolar lower motor neuron of the brainstem and spinal cord that innervates the extrafusal muscle fibers of skeletal muscle and are directly responsible for initiating their contraction. While their cell bodies are in the CNS (in the anterior gray horn of the spinal cord), they are part of the somatic nervous system - a branch of the PNS.", + "meaning": "CL:0008038", + "title": "alpha motor neuron" + }, + { + "text": "CL:4033064", + "description": "A tissue-resident macrophage that is part of the uterus.", + "meaning": "CL:4033064", + "title": "uterine resident macrophage" + }, + { + "text": "CL:0000544", + "meaning": "CL:0000544", + "title": "slowly adapting mechanoreceptor cell" + }, + { + "text": "CL:0002539", + "description": "A smooth muscle cell of the aorta.", + "meaning": "CL:0002539", + "title": "aortic smooth muscle cell" + }, + { + "text": "CL:4023033", + "description": "A retinal ganglion cell that is depolarized by decreased illumination of their receptive field center.", + "meaning": "CL:4023033", + "title": "OFF retinal ganglion cell" + }, + { + "text": "CL:4033016", + "description": "A myofibroblast that is part of an alveoli during alveolarization. The contractile force of this cell elongates the secondary crest, while producing a framework of elastin and tenascin. During the maturation of the septa, secondary crest myofibroblasts, together with matrix fibroblasts, secrete metalloproteinases and other ECM\u2010remodeling proteins to thin the septal tip ECM. The secondary crest myofibroblast continues producing elastin, eventually undergoing apoptosis during adulthood.", + "meaning": "CL:4033016", + "title": "secondary crest myofibroblast" + }, + { + "text": "CL:0001051", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.", + "meaning": "CL:0001051", + "title": "CD4-positive, CXCR3-negative, CCR6-negative, alpha-beta T cell" + }, + { + "text": "CL:2000002", + "description": "A specialized, enlarged, connective tissue cell of the decidua with enlarged nucleus, dense membrane\u2010bound secretory granules and cytoplasmic accumulation of glycogen and lipid droplets. These cells develop by the transformation of endometrial stromal cells during decidualization.", + "meaning": "CL:2000002", + "title": "decidual cell" + }, + { + "text": "CL:2000007", + "description": "Chondrocyte forming the hyaline cartilage found in the knee joint.", + "meaning": "CL:2000007", + "title": "articular chondrocyte of knee joint" + }, + { + "text": "CL:1001036", + "description": "A cell that is part of a vasa recta.", + "meaning": "CL:1001036", + "title": "vasa recta cell" + }, + { + "text": "CL:1000286", + "description": "A smooth muscle cell that is part of the rectum.", + "meaning": "CL:1000286", + "title": "smooth muscle cell of rectum" + }, + { + "text": "CL:0002381", + "description": "A conidium that has only one nucleus.", + "meaning": "CL:0002381", + "title": "uninucleate conidium" + }, + { + "text": "CL:0000867", + "description": "A tissue-resident macrophage found in a secondary lymphoid organ.", + "meaning": "CL:0000867", + "title": "secondary lymphoid organ macrophage" + }, + { + "text": "CL:0002242", + "description": "A cell containing at least one nucleus.", + "meaning": "CL:0002242", + "title": "nucleate cell" + }, + { + "text": "CL:0002180", + "description": "A mucous cell in the epithelium of the stomach.", + "meaning": "CL:0002180", + "title": "mucous cell of stomach" + }, + { + "text": "CL:2000020", + "description": "Any native cell that is part of a inner cell mass.", + "meaning": "CL:2000020", + "title": "inner cell mass cell" + }, + { + "text": "CL:0002558", + "description": "A fibroblast that is part of villous mesenchyme.", + "meaning": "CL:0002558", + "title": "fibroblast of villous mesenchyme" + }, + { + "text": "CL:2000083", + "description": "Any hair follicle dermal papilla cell that is part of a scalp.", + "meaning": "CL:2000083", + "title": "hair follicle dermal papilla cell of scalp" + }, + { + "text": "CL:0000696", + "description": "A cell that stores and secretes pancreatic polypeptide hormone.", + "meaning": "CL:0000696", + "title": "PP cell" + }, + { + "text": "CL:0002365", + "description": "An epithelial cell of the medullary thymus. This cell type expresses a diverse range of tissue-specific antigens. This promiscuous gene expression is a cell-autonomous property of medullary epithelial cells and is maintained during the entire period of thymic T cell output.", + "meaning": "CL:0002365", + "title": "medullary thymic epithelial cell" + }, + { + "text": "CL:1000332", + "description": "A serous secreting cell that is part of the epithelium of terminal bronchiole.", + "meaning": "CL:1000332", + "title": "serous cell of epithelium of terminal bronchiole" + }, + { + "text": "CL:0002338", + "description": "A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and CD161-positive.", + "meaning": "CL:0002338", + "title": "CD56-positive, CD161-positive immature natural killer cell, human" + }, + { + "text": "CL:0009087", + "description": "An extravillous trophoblast that is polynuclear.", + "meaning": "CL:0009087", + "title": "fused extravillous trophoblast" + }, + { + "text": "CL:4030020", + "description": "A renal alpha-intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030020", + "title": "kidney connecting tubule alpha-intercalated cell" + }, + { + "text": "CL:0009041", + "description": "A tuft cell that is a part of the colon.", + "meaning": "CL:0009041", + "title": "tuft cell of colon" + }, + { + "text": "CL:4033019", + "description": "An ON bipolar cell type with dendrites selectively contacting S-cones.", + "meaning": "CL:4033019", + "title": "ON-blue cone bipolar cell" + }, + { + "text": "CL:0000577", + "description": "A subtype of enteroendocrine cells found in the gastrointestinal mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. These cell type secretes serotonin and some neurotransmitters including enkephalins and substance P. Their secretory granules stain readily with silver (argentaffin stain).", + "meaning": "CL:0000577", + "title": "type EC enteroendocrine cell" + }, + { + "text": "CL:0000389", + "meaning": "CL:0000389", + "title": "socket cell (sensu Nematoda)" + }, + { + "text": "CL:0000136", + "description": "A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides.", + "meaning": "CL:0000136", + "title": "adipocyte" + }, + { + "text": "CL:0019026", + "description": "Any hepatocyte that is part of the liver lobule periportal region. These cells are primarily involved in oxidative energy metabolism.", + "meaning": "CL:0019026", + "title": "periportal region hepatocyte" + }, + { + "text": "CL:4030004", + "description": "A large epithelial cell found in the thymus. This cell type may internalize thymocytes through extensions of plasma membrane. The cell surface and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and MHC Class II antigens. The interaction of these antigens with a developing thymocyte determines whether the thymocyte undergoes positive or negative selection.", + "meaning": "CL:4030004", + "title": "thymic nurse cell" + }, + { + "text": "CL:0002419", + "description": "A T cell that expresses a T cell receptor complex and has completed T cell selection.", + "meaning": "CL:0002419", + "title": "mature T cell" + }, + { + "text": "CL:0010001", + "description": "A stromal cell that is part_of a bone marrow.", + "meaning": "CL:0010001", + "title": "stromal cell of bone marrow" + }, + { + "text": "CL:0000418", + "description": "An epithelial cell found in C. elegans that firmly hold the outer body wall and the lips to the inner cylinder of the pharynx in a manner that keeps these organs from breaking apart, while still giving each organ freedom of movement during feeding.", + "meaning": "CL:0000418", + "title": "arcade cell" + }, + { + "text": "CL:0000186", + "description": "An animal cell that has characteristics of both a fibroblast cell and a smooth muscle cell.", + "meaning": "CL:0000186", + "title": "myofibroblast cell" + }, + { + "text": "CL:0000675", + "description": "A mature sexual reproductive cell of the female germline.", + "meaning": "CL:0000675", + "title": "female gamete" + }, + { + "text": "CL:1001575", + "description": "Squamous cell of uterine cervix epithelium.", + "meaning": "CL:1001575", + "title": "uterine cervix squamous cell" + }, + { + "text": "CL:0011027", + "description": "Any fibroblast that is part of skeletal muscle tissue.", + "meaning": "CL:0011027", + "title": "skeletal muscle fibroblast" + }, + { + "text": "CL:0002416", + "description": "A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative.", + "meaning": "CL:0002416", + "title": "mature Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:0002379", + "description": "A neurecto-epithelial cell found in the arachnoid villi of dura mater. This cell type facilitates flow of cerebrospinal fluid into the blood.", + "meaning": "CL:0002379", + "title": "meningothelial cell" + }, + { + "text": "CL:0000386", + "meaning": "CL:0000386", + "title": "attachment cell" + }, + { + "text": "CL:0000932", + "description": "A type II NK T cell that has been recently activated, secretes interferon-gamma, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000932", + "title": "type II NK T cell secreting interferon-gamma" + }, + { + "text": "CL:0002435", + "description": "A CD8-positive, CD4-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.", + "meaning": "CL:0002435", + "title": "CD69-positive, CD8-positive single-positive thymocyte" + }, + { + "text": "CL:0011108", + "description": "Epithelial cell that is part of the colon epithelium.", + "meaning": "CL:0011108", + "title": "colon epithelial cell" + }, + { + "text": "CL:4030048", + "description": "A DRD1-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + "meaning": "CL:4030048", + "title": "striosomal D1 medium spiny neuron" + }, + { + "text": "CL:0000961", + "description": "A follicular B cell that is IgD-positive, CD23-negative, and CD38-negative. This naive cell type is activated in the extrafollicular areas through interaction with interdigitating dendritic cells and antigen-specific CD4-positive T cells.", + "meaning": "CL:0000961", + "title": "Bm1 B cell" + }, + { + "text": "CL:0009099", + "description": "A progenitor cell that is a tissue-resident mesenchymal cell, important for skeletal muscle regeneration, and able to differentiate into both adipocytes or fibroblasts.", + "meaning": "CL:0009099", + "title": "fibro/adipogenic progenitor cell" + }, + { + "text": "CL:1000325", + "description": "A goblet cell that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000325", + "title": "jejunal goblet cell" + }, + { + "text": "CL:0002184", + "description": "A flat or angular epithelial cell with condensed nuclei and darkly staining cytoplasm containing numerous intermediate filaments inserted into desmosomes contacting surrounding supporting cells; lie in contact with the basal lamina of olfactory epithelium.", + "meaning": "CL:0002184", + "title": "basal proper cell of olfactory epithelium" + }, + { + "text": "CL:0000706", + "description": "Specialized ependymal cell that produces the cerebrospinal fluid from the blood and secretes it into the lumen of the brain and spinal chord.", + "meaning": "CL:0000706", + "title": "choroid plexus epithelial cell" + }, + { + "text": "CL:0000642", + "description": "An agranular supporting cell of the anterior pituitary (adenohypophysis) that is characterized by a star-like morphology and ability to form follicles. Folliculostellate cells communicate with each other and with endocrine cells via gap junctions.", + "meaning": "CL:0000642", + "title": "folliculostellate cell" + }, + { + "text": "CL:0002618", + "description": "An endothelial cell of the umbilical vein.", + "meaning": "CL:0002618", + "title": "endothelial cell of umbilical vein" + }, + { + "text": "CL:0000024", + "description": "An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes.", + "meaning": "CL:0000024", + "title": "oogonial cell" + }, + { + "text": "CL:4040005", + "description": "A mesenchymal stem cell that is part of the apical papilla tooth root.", + "meaning": "CL:4040005", + "title": "mesenchymal stem cell of apical papilla" + }, + { + "text": "CL:0008025", + "description": "A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter.", + "meaning": "CL:0008025", + "title": "noradrenergic neuron" + }, + { + "text": "CL:0002035", + "description": "A hematopoietic progenitor that has restricted self-renewal capability. Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative.", + "meaning": "CL:0002035", + "title": "Slamf1-negative multipotent progenitor cell" + }, + { + "text": "CL:0002559", + "description": "An animal cell that is part of a hair follicle.", + "meaning": "CL:0002559", + "title": "hair follicle cell" + }, + { + "text": "CL:0000810", + "description": "An immature alpha-beta T cell that is located in the thymus and is CD4-positive and CD8-negative.", + "meaning": "CL:0000810", + "title": "CD4-positive, alpha-beta thymocyte" + }, + { + "text": "CL:0005003", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into a leucophore.", + "meaning": "CL:0005003", + "title": "leucoblast" + }, + { + "text": "CL:0002581", + "description": "A preadipocyte that is part of a perirenal fat tissue.", + "meaning": "CL:0002581", + "title": "perirenal preadipocyte" + }, + { + "text": "CL:0002533", + "description": "An immature CD16-positive myeloid dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002533", + "title": "immature CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0002088", + "description": "This is a cell found in the gastrointestinal tract of mammals and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs from the enteric nervous system to smooth muscle cells and are thought to be the cells from which gastrointestinal stromal tumors (GISTs) arise.", + "meaning": "CL:0002088", + "title": "interstitial cell of Cajal" + }, + { + "text": "CL:4033039", + "description": "An alpha-beta CD8 T cell that resides in the lung.", + "meaning": "CL:4033039", + "title": "lung resident memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1000342", + "description": "An enterocyte that is part of the epithelium proper of ileum.", + "meaning": "CL:1000342", + "title": "enterocyte of epithelium proper of ileum" + }, + { + "text": "CL:0004125", + "description": "A retinal ganglion cell C inner that has dense dendritic diversity.", + "meaning": "CL:0004125", + "title": "retinal ganglion cell C2 inner" + }, + { + "text": "CL:0002672", + "description": "A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells.", + "meaning": "CL:0002672", + "title": "retinal progenitor cell" + }, + { + "text": "CL:0000485", + "description": "Mast cell subtype that contains only the serine protease trypase in its granules. These cells are primarily found in mucosal tissue, such as intestinal mucosa and alveoli. They depend upon T-cells for development of phenotype.", + "meaning": "CL:0000485", + "title": "mucosal type mast cell" + }, + { + "text": "CL:0000940", + "description": "An alpha-beta T cell that is found in the lamina propria of mucosal tissues and is restricted by the MR-1 molecule.", + "meaning": "CL:0000940", + "title": "mucosal invariant T cell" + }, + { + "text": "CL:0002240", + "description": "A fibroblast in the bone marrow.", + "meaning": "CL:0002240", + "title": "marrow fibroblast" + }, + { + "text": "CL:1000702", + "description": "Any smooth muscle cell that is part of some kidney pelvis smooth muscle.", + "meaning": "CL:1000702", + "title": "kidney pelvis smooth muscle cell" + }, + { + "text": "CL:0000683", + "description": "A cell that transports hormones from neurosecretory cells. This nerve cell is characterized by bipolar shape and endfeet that contact a basal lamina around blood vessels, and/or the pia mater or vitreous body of the eye and additionally contact the ventricular surface or sub-retinal space.", + "meaning": "CL:0000683", + "title": "ependymoglial cell" + }, + { + "text": "CL:0002483", + "description": "A melanocyte that produces pigment within the hair follicle.", + "meaning": "CL:0002483", + "title": "hair follicle melanocyte" + }, + { + "text": "CL:0010011", + "description": "A GABAergic interneuron whose soma is located in the cerebral cortex.", + "meaning": "CL:0010011", + "title": "cerebral cortex GABAergic interneuron" + }, + { + "text": "CL:0009052", + "description": "A smooth muscle cell that is located in the anorectum.", + "meaning": "CL:0009052", + "title": "smooth muscle cell of anorectum" + }, + { + "text": "CL:0000827", + "description": "A lymphoid progenitor cell of the T cell lineage, with some lineage specific marker expression, but not yet fully committed to the T cell lineage.", + "meaning": "CL:0000827", + "title": "pro-T cell" + }, + { + "text": "CL:1000549", + "description": "An epithelial cell that is part of a cortical collecting duct.", + "meaning": "CL:1000549", + "title": "kidney cortex collecting duct epithelial cell" + }, + { + "text": "CL:4023008", + "description": "A glutamatergic neuron located in the cerebral cortex that projects to structures of telencephalic origins.", + "meaning": "CL:4023008", + "title": "intratelencephalic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0002138", + "description": "A endothelial cell of a lymphatic vessel. The border of the oak leaf-shaped endothelial cell of initial lymphatics are joined by specialized buttons. The discontinuous feature of buttons distinguishes them from zippers in collecting lymphatics, but both types of junctions are composed of proteins typical of adherens junctions and tight junctions found in the endothelium of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped endothelial cell, leaving open the tips of flaps as routes for fluid entry without disassembly and reformation of intercellular junctions.", + "meaning": "CL:0002138", + "title": "endothelial cell of lymphatic vessel" + }, + { + "text": "CL:1001111", + "description": "An epithelial cell that is part of some loop of Henle thin descending limb.", + "meaning": "CL:1001111", + "title": "kidney loop of Henle thin descending limb epithelial cell" + }, + { + "text": "CL:1001505", + "description": "The secretory neurons of the paraventricular nucleus that synthesize and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system.", + "meaning": "CL:1001505", + "title": "parvocellular neurosecretory cell" + }, + { + "text": "CL:0000619", + "meaning": "CL:0000619", + "title": "supporting cell (sensu Nematoda)" + }, + { + "text": "CL:0000730", + "description": "A cell at the front of a migrating epithelial sheet.", + "meaning": "CL:0000730", + "title": "leading edge cell" + }, + { + "text": "CL:0000407", + "description": "A cell that anchors the cell body of a scolopidial neuron to the integument.", + "meaning": "CL:0000407", + "title": "scolopidial ligament cell" + }, + { + "text": "CL:0000041", + "description": "A fully differentiated eosinophil, a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Cells are also differentiated from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This cell type is CD49d-positive.", + "meaning": "CL:0000041", + "title": "mature eosinophil" + }, + { + "text": "CL:1000839", + "description": "Any epithelial cell of proximal tubule that is part of some proximal straight tubule.", + "meaning": "CL:1000839", + "title": "kidney proximal straight tubule epithelial cell" + }, + { + "text": "CL:0002540", + "description": "A mesenchymal stem cell that is part of the bone marrow.", + "meaning": "CL:0002540", + "title": "mesenchymal stem cell of the bone marrow" + }, + { + "text": "CL:0005019", + "description": "Ghrelin secreting cells found in the endocrine pancreas.", + "meaning": "CL:0005019", + "title": "pancreatic epsilon cell" + }, + { + "text": "CL:0000966", + "description": "A germinal center B cell that has the phenotype CD77-negative, IgD-negative, and CD38-positive. These cells have undergone somatic mutation of the B cell receptor.", + "meaning": "CL:0000966", + "title": "Bm4 B cell" + }, + { + "text": "CL:0011032", + "description": "An enterocyte that possesses a large supranuclear vacuolar system that preferentially internalizes dietary protein via receptor-mediated and fluid-phase endocytosis for intracellular digestion and trans-cellular transport. In zebrafish these cells are located in the posterior region of the mid intestine throughout life. In mammals they are found in the ileum pre-weaning and later are replaced by mature enterocytes.", + "meaning": "CL:0011032", + "title": "lysosome-rich enterocyte" + }, + { + "text": "CL:0004235", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004235", + "title": "AB broad diffuse-1 amacrine cell" + }, + { + "text": "CL:0004252", + "description": "An amicrine that has a medium dendritic field.", + "meaning": "CL:0004252", + "title": "medium field retinal amacrine cell" + }, + { + "text": "CL:0000913", + "description": "CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000913", + "title": "effector memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:4042001", + "description": "A GABAergic interneuron that has its soma located in the striatum and that has an enriched expression of the gene TAC3.", + "meaning": "CL:4042001", + "title": "TAC3-positive striatal interneuron" + }, + { + "text": "CL:0019032", + "description": "Any brush cell that is part of the intestinal epithelium.", + "meaning": "CL:0019032", + "title": "intestinal tuft cell" + }, + { + "text": "CL:0000121", + "description": "The output neuron of the cerebellar cortex.", + "meaning": "CL:0000121", + "title": "Purkinje cell" + }, + { + "text": "CL:0000587", + "description": "A thermoreceptor cell that detects reduced temperatures.", + "meaning": "CL:0000587", + "title": "cold sensing thermoreceptor cell" + }, + { + "text": "CL:0002306", + "description": "An epithelial cell of the proximal tubule of the kidney.", + "meaning": "CL:0002306", + "title": "epithelial cell of proximal tubule" + }, + { + "text": "CL:4033001", + "description": "A(n) endothelial cell that is part of a(n) arteriole of lymph node.", + "meaning": "CL:4033001", + "title": "endothelial cell of arteriole of lymph node" + }, + { + "text": "CL:0002203", + "description": "Brush cell found in the epithelial layer of the colon.", + "meaning": "CL:0002203", + "title": "brush cell of epithelium proper of large intestine" + }, + { + "text": "CL:0003004", + "description": "A bistratified retinal ganglion cell that has a small dendritic field with sparse density that terminates at the intersection of the S4-S5 sublaminar level, and a second dendrite field that is medium in size and degree of arborization that terminates in sublaminar layer S2.", + "meaning": "CL:0003004", + "title": "G3 retinal ganglion cell" + }, + { + "text": "CL:0002006", + "description": "A megakaryocyte erythroid progenitor cell that is Kit-positive and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative and Fcgr II/III-low.", + "meaning": "CL:0002006", + "title": "Kit-positive, CD34-negative megakaryocyte erythroid progenitor cell" + }, + { + "text": "CL:0000860", + "description": "A monocyte that responds rapidly to microbial stimuli by secreting cytokines and antimicrobial factors and which is characterized by high expression of CCR2 in both rodents and humans, negative for the lineage markers CD3, CD19, and CD20, and of larger size than non-classical monocytes.", + "meaning": "CL:0000860", + "title": "classical monocyte" + }, + { + "text": "CL:0001035", + "description": "A connective tissue cell found in bone.", + "meaning": "CL:0001035", + "title": "bone cell" + }, + { + "text": "CL:4033065", + "description": "A mature B cell that serves as an intermediate stage in the differentiation of naive B cells into a plasmablast. A preplasmablast expresses CD30 and IL-6R and lacks expression of CD20, CD23, CD38 and CD138.", + "meaning": "CL:4033065", + "title": "preplasmablast" + }, + { + "text": "CL:0009105", + "description": "A fibroblastic reticular cell found in the lymph node T cell domain.", + "meaning": "CL:0009105", + "title": "T cell zone reticular cell" + }, + { + "text": "CL:0000374", + "description": "An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization, often in the form of a hair, bristle, peg or scale. The base of this specialization is often surrounded by a socket produced by a closely associated tormogen cell.", + "meaning": "CL:0000374", + "title": "trichogen cell" + }, + { + "text": "CL:1000718", + "description": "Any renal principal cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000718", + "title": "kidney inner medulla collecting duct principal cell" + }, + { + "text": "CL:1001434", + "description": "A neuron residing in the olfactory bulb that serve to process and refine signals arising from olfactory sensory neurons", + "meaning": "CL:1001434", + "title": "olfactory bulb interneuron" + }, + { + "text": "CL:0002375", + "description": "A glioblast cell that develops from a migratory neural crest cell. The SCP is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has no basal lamina. In rodents SCPs are the only cells in the Schwann cell linage that expresses Cdh19.", + "meaning": "CL:0002375", + "title": "Schwann cell precursor" + }, + { + "text": "CL:0017000", + "description": "An ionocyte that is part of the lung epithelium. The cells from this type are major sources of the CFTR protein in human and mice.", + "meaning": "CL:0017000", + "title": "pulmonary ionocyte" + }, + { + "text": "CL:0000008", + "description": "Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination.", + "meaning": "CL:0000008", + "title": "migratory cranial neural crest cell" + }, + { + "text": "CL:0002037", + "description": "Intraepithelial T cells with a memory phenotype of CD2-positive, CD5-positive, and CD44-positive.", + "meaning": "CL:0002037", + "title": "CD2-positive, CD5-positive, CD44-positive alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0002344", + "description": "A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and CD161-positive.", + "meaning": "CL:0002344", + "title": "CD56-negative, CD161-positive immature natural killer cell, human" + }, + { + "text": "CL:0009075", + "description": "A thymic medullary epithelial cell that expresses muscle-specific biomarkers.", + "meaning": "CL:0009075", + "title": "myo-medullary thymic epithelial cell" + }, + { + "text": "CL:0000084", + "description": "A type of lymphocyte whose defining characteristic is the expression of a T cell receptor complex.", + "meaning": "CL:0000084", + "title": "T cell" + }, + { + "text": "CL:0000190", + "description": "A muscle cell that can develop high tension rapidly. It is usually innervated by a single alpha neuron.", + "meaning": "CL:0000190", + "title": "fast muscle cell" + }, + { + "text": "CL:0000116", + "description": "Pioneer neurons establish a pathway in the developing central nervous system and then undergo programmed cell death once the adult axons, which follow them, have made connections with the target site. Thus, they are a transient cell type involved in axon guidance.", + "meaning": "CL:0000116", + "title": "pioneer neuron" + }, + { + "text": "CL:0002302", + "description": "A synovial cell that is macrophage-like, characterized by surface ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic vesicles, Golgi apparatus and little granular endoplasmic reticulum.", + "meaning": "CL:0002302", + "title": "type A synovial cell" + }, + { + "text": "CL:4023029", + "description": "A medium spiny neuron that expresses dopamine type 2 receptors and projects to the external globus pallidus.", + "meaning": "CL:4023029", + "title": "indirect pathway medium spiny neuron" + }, + { + "text": "CL:0002125", + "description": "A circulating gamma-delta T cell that expresses RORgamma(t), is CD27-negative and is capable of IL-17 secretion.", + "meaning": "CL:0002125", + "title": "CD27-negative gamma-delta T cell" + }, + { + "text": "CL:0000767", + "description": "Any of the immature or mature forms of a granular leukocyte that in its mature form has an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse, bluish-black granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, and FceRIa-positive.", + "meaning": "CL:0000767", + "title": "basophil" + }, + { + "text": "CL:0000922", + "description": "An alpha-beta T cell expressing NK call markers that is CD1d restricted and expresses a diverse TCR repertoire. Type II NKT cells do not become activated by alpha-galactosylceramide when presented by CD1d.", + "meaning": "CL:0000922", + "title": "type II NK T cell" + }, + { + "text": "CL:0000030", + "meaning": "CL:0000030", + "title": "glioblast" + }, + { + "text": "CL:0000774", + "description": "A late eosinophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature eosinophil.", + "meaning": "CL:0000774", + "title": "band form eosinophil" + }, + { + "text": "CL:1000441", + "description": "An epithelial cell that is part of the viscerocranial mucosa.", + "meaning": "CL:1000441", + "title": "epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0000845", + "description": "A mature B cell that is located in the marginal zone of the spleen with the phenotype CD23-negative and CD21-positive and expressing a B cell receptor usually reactive to bacterial cell wall components or senescent self components such as oxidized-LDL. This cell type is also described as being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high.", + "meaning": "CL:0000845", + "title": "marginal zone B cell of spleen" + }, + { + "text": "CL:1000803", + "description": "A cell that is part of an interstitial compartment of an inner renal medulla.", + "meaning": "CL:1000803", + "title": "kidney inner medulla interstitial cell" + }, + { + "text": "CL:0002446", + "description": "A NK1.1-positive T cell that is Ly49Cl-negative.", + "meaning": "CL:0002446", + "title": "Ly49CI-negative natural killer cell, mouse" + }, + { + "text": "CL:4033067", + "description": "A follicular cell of ovary that differentiates from a granulosa cell during the secondary follicle stage. Mural granulosa cells line the inner surface of the follicle wall, surrounding the fluid-filled antral cavity. These cells produce oestrogen during the follicular phase in response to follicle-stimulating hormone (FSH), and progesterone after ovulation in response to luteinizing hormone (LH).", + "meaning": "CL:4033067", + "title": "mural granulosa cell" + }, + { + "text": "CL:0000153", + "description": "A cell that secretes glycosaminoglycans.", + "meaning": "CL:0000153", + "title": "glycosaminoglycan secreting cell" + }, + { + "text": "CL:0002052", + "description": "A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, CD45R-positive and CD25-positive. This cell type is also described as being AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive.", + "meaning": "CL:0002052", + "title": "fraction D precursor B cell" + }, + { + "text": "CL:0002046", + "description": "A pro-B cell that is CD22-positive, CD34-positive, CD38-positive and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. Cell is CD19-negative, CD20-negative, complement receptor type 2-negative and CD10-low. D-to-J recombination of the heavy chain occurs at this stage.", + "meaning": "CL:0002046", + "title": "early pro-B cell" + }, + { + "text": "CL:0000670", + "description": "A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells.", + "meaning": "CL:0000670", + "title": "primordial germ cell" + }, + { + "text": "CL:0000504", + "description": "A enteroendocrine cell part of the glands of the gastric mucosa. They produce histamine and peptides such as chromogranins. This cell type respond to gastrin by releasing histamine which acts as a paracrine stimulator of the release of hydrochloric acid from the gastric parietal cells.", + "meaning": "CL:0000504", + "title": "enterochromaffin-like cell" + }, + { + "text": "CL:0000807", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain in complex with the pre-T cell receptor alpha chain.", + "meaning": "CL:0000807", + "title": "DN3 thymocyte" + }, + { + "text": "CL:1000413", + "description": "A blood vessel endothelial cell that is part of an arterial endothelium.", + "meaning": "CL:1000413", + "title": "endothelial cell of artery" + }, + { + "text": "CL:0002312", + "description": "An acidophilic cell of the anterior pituitary that produces growth hormone, somatotropin.", + "meaning": "CL:0002312", + "title": "somatotroph" + }, + { + "text": "CL:0002282", + "description": "An enteroendocrine cell which produces a gastrin- and cholecystokinin-like peptide. The apical microvilli-rich plasma membrane is in open contact with the small intestine mucosa. This cell type is devoid of gastrin-17 but contains other fragments of the gastrin polypeptide.", + "meaning": "CL:0002282", + "title": "type TG enteroendocrine cell" + }, + { + "text": "CL:2000031", + "description": "Any neuron that is part of a lateral line ganglion.", + "meaning": "CL:2000031", + "title": "lateral line ganglion neuron" + }, + { + "text": "CL:0009062", + "description": "A specialized type of CD4 positive T cell, the follicular helper T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular localization. These specialised T cells reside in the germinal center of the lymph node.", + "meaning": "CL:0009062", + "title": "germinal center T cell" + }, + { + "text": "CL:0000397", + "description": "Any interneuron that has its soma located in some ganglion.", + "meaning": "CL:0000397", + "title": "ganglion interneuron" + }, + { + "text": "CL:0002612", + "description": "A neuron of the ventral spinal cord.", + "meaning": "CL:0002612", + "title": "neuron of the ventral spinal cord" + }, + { + "text": "CL:0000496", + "description": "A photoreceptor cell that is sensitive to green light.", + "meaning": "CL:0000496", + "title": "green sensitive photoreceptor cell" + }, + { + "text": "CL:4033054", + "description": "A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics.", + "meaning": "CL:4033054", + "title": "perivascular cell" + }, + { + "text": "CL:2000090", + "description": "Any stellate cell that is part of a dentate gyrus of hippocampal formation.", + "meaning": "CL:2000090", + "title": "dentate gyrus of hippocampal formation stellate cell" + }, + { + "text": "CL:0000350", + "description": "Any extraembryonic cell that is part of some amnioserosa.", + "meaning": "CL:0000350", + "title": "amnioserosal cell" + }, + { + "text": "CL:0002436", + "description": "A mature CD4-positive, CD8-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.", + "meaning": "CL:0002436", + "title": "mature CD4 single-positive thymocyte" + }, + { + "text": "CL:0003017", + "description": "A retinal ganglion B cell that has post synaptic terminals in S2.", + "meaning": "CL:0003017", + "title": "retinal ganglion cell B3 outer" + }, + { + "text": "CL:0002179", + "description": "An epithelial cell within one of the pits in the embryonic gastric mucosa from which the gastric glands develop .", + "meaning": "CL:0002179", + "title": "foveolar cell of stomach" + }, + { + "text": "CL:0000079", + "meaning": "CL:0000079", + "title": "stratified epithelial cell" + }, + { + "text": "CL:0004216", + "description": "A type 5 cone bipolar cell with diffuse axonal branches.", + "meaning": "CL:0004216", + "title": "type 5b cone bipolar cell" + }, + { + "text": "CL:3000004", + "description": "Peripheral sensory neuron.", + "meaning": "CL:3000004", + "title": "peripheral sensory neuron" + }, + { + "text": "CL:0001056", + "description": "A dendritic cell with the phenotype HLA-DRA-positive.", + "meaning": "CL:0001056", + "title": "dendritic cell, human" + }, + { + "text": "CL:0000521", + "description": "Any cell that only exists in Fungi.", + "meaning": "CL:0000521", + "title": "fungal cell" + }, + { + "text": "CL:0011010", + "description": "A cell derived from the mesoderm that is found at the periphery of the embryo.", + "meaning": "CL:0011010", + "title": "lateral mesodermal cell" + }, + { + "text": "CL:1000344", + "description": "A Paneth cell that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000344", + "title": "paneth cell of epithelium proper of small intestine" + }, + { + "text": "CL:0000249", + "meaning": "CL:0000249", + "title": "hatching gland cell" + }, + { + "text": "CL:0002474", + "description": "A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-negative, and CD11b-high.", + "meaning": "CL:0002474", + "title": "lymphoid MHC-II-negative classical monocyte" + }, + { + "text": "CL:0002069", + "description": "Mostly cylindrical, resemble Type 1 in their contents and the presence of a kinocilium and stereocilium apically; much greater variation in size, some almost span the entire thickness of the sensory epithelium, while others are smaller than Type 1; receive multiple efferent nerve boutons around their bases as well as afferent endings, which are small expansions rather than chalices.", + "meaning": "CL:0002069", + "title": "type II vestibular sensory cell" + }, + { + "text": "CL:4028004", + "description": "A pulmonary interstitial fibroblast that is part of the alveolus and contains lipid droplets.", + "meaning": "CL:4028004", + "title": "alveolar type 1 fibroblast cell" + }, + { + "text": "CL:0003025", + "description": "A retinal ganglion cell C inner that has sparse dendritic density, and large dendritic field.", + "meaning": "CL:0003025", + "title": "retinal ganglion cell C3" + }, + { + "text": "CL:0009015", + "description": "A follicular dendritic cell located in the Peyer's patch. These cells from a meshwork in which Peyer's patch B cells reside.", + "meaning": "CL:0009015", + "title": "Peyer's patch follicular dendritic cell" + }, + { + "text": "CL:0002551", + "description": "Any skin fibroblast that is part of some dermis.", + "meaning": "CL:0002551", + "title": "fibroblast of dermis" + }, + { + "text": "CL:0009044", + "description": "A lymphocyte that resides in the lamina propria of the small intestine. Lamina propria leukocytes and intraepithelial lymphocytes are the effector compartments of the gut mucosal immune system. Lymphocytes circulate through gut associated lymphoid tissues until recruitment by intestinal antigens. They are involved in the gut immune response.", + "meaning": "CL:0009044", + "title": "lymphocyte of small intestine lamina propria" + }, + { + "text": "CL:0002503", + "description": "A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc", + "meaning": "CL:0002503", + "title": "adventitial cell" + }, + { + "text": "CL:0017005", + "description": "A lymphocyte that has gotten larger after being stimulated by an antigen.", + "meaning": "CL:0017005", + "title": "lymphoblast" + }, + { + "text": "CL:0001048", + "description": "A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory cell with the phenotype HLA-DRA-positive, indicating recent activation.", + "meaning": "CL:0001048", + "title": "activated CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T cell, human" + }, + { + "text": "CL:0001032", + "description": "Granule cell that is part of the cerebral cortex.", + "meaning": "CL:0001032", + "title": "cortical granule cell" + }, + { + "text": "CL:0002157", + "description": "A cell type that makes up the highly vascular membrane lining the marrow cavity of long bones.", + "meaning": "CL:0002157", + "title": "endosteal cell" + }, + { + "text": "CL:0000394", + "description": "A phagocytic hemocyte, responsible for the engulfment of small particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial peptides and contribute to the production and secretion of proteins of the hemolymph.", + "meaning": "CL:0000394", + "title": "plasmatocyte" + }, + { + "text": "CL:4033037", + "description": "A mucus secreting cell of a submucosal gland of the tracheobronchial tree.", + "meaning": "CL:4033037", + "title": "mucus secreting cell of tracheobronchial tree submucosal gland" + }, + { + "text": "CL:2000094", + "description": "Any epithelial cell of viscerocranial mucosa that is part of a nasal cavity respiratory epithelium.", + "meaning": "CL:2000094", + "title": "nasal cavity respiratory epithelium epithelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0002051", + "description": "A pre-BCR positive B cell that is CD38-high.", + "meaning": "CL:0002051", + "title": "CD38-high pre-BCR positive cell" + }, + { + "text": "CL:0000601", + "description": "A mechanoreceptor in the organ of Corti. In mammals the outer hair cells are arranged in three rows which are further from the modiolus than the single row of inner hair cells. The motile properties of the outer hair cells may contribute actively to tuning the sensitivity and frequency selectivity of the cochlea.", + "meaning": "CL:0000601", + "title": "cochlear outer hair cell" + }, + { + "text": "CL:0000838", + "description": "A progenitor cell restricted to the lymphoid lineage.", + "meaning": "CL:0000838", + "title": "lymphoid lineage restricted progenitor cell" + }, + { + "text": "CL:4030017", + "description": "An epithelial cell located in the late distal convoluted tubule.", + "meaning": "CL:4030017", + "title": "epithelial cell of late distal convoluted tubule" + }, + { + "text": "CL:0004224", + "description": "A broadly stratifying amacrine cell that has a small dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004224", + "title": "AB diffuse-2 amacrine cell" + }, + { + "text": "CL:1000420", + "description": "A myoepithelial cell that is part of the terminal lactiferous duct.", + "meaning": "CL:1000420", + "title": "myoepithelial cell of terminal lactiferous duct" + }, + { + "text": "CL:0000295", + "description": "A peptide hormone secreting cell that produces growth hormone, somatotropin.", + "meaning": "CL:0000295", + "title": "somatotropin secreting cell" + }, + { + "text": "CL:4033043", + "description": "A macrophage that is part of the lung connective tissue (pulmonary interstitium). This cell performs tissue remodeling and contributes to barrier immunity through antigen presentation.", + "meaning": "CL:4033043", + "title": "lung interstitial macrophage" + }, + { + "text": "CL:0000202", + "description": "A mechanoreceptor cell of the auditory or vestibular system that is sensitive to auditory stimuli. The accessory sensory structures are arranged so that appropriate stimuli cause movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.", + "meaning": "CL:0000202", + "title": "auditory hair cell" + }, + { + "text": "CL:0009018", + "description": "A lymphocyte that resides in the lamina propria of the large intestine.", + "meaning": "CL:0009018", + "title": "lymphocyte of large intestine lamina propria" + }, + { + "text": "CL:2000078", + "description": "Any pericyte cell that is part of a placenta.", + "meaning": "CL:2000078", + "title": "placental pericyte" + }, + { + "text": "CL:1000272", + "description": "Any secretory cell that is part of some lung.", + "meaning": "CL:1000272", + "title": "lung secretory cell" + }, + { + "text": "CL:0009034", + "description": "A dendritic cell that is located in a vermiform appendix.", + "meaning": "CL:0009034", + "title": "dendritic cell of appendix" + }, + { + "text": "CL:0000721", + "meaning": "CL:0000721", + "title": "equatorial cone cell (sensu Endopterygota)" + }, + { + "text": "CL:0000196", + "description": "A muscle cell that is involved in the mechanism of insect flight. This encompasses both, cells that power flight and cells that control flight.", + "meaning": "CL:0000196", + "title": "insect flight muscle cell" + }, + { + "text": "CL:1001319", + "description": "Any cell that is part of some urinary bladder.", + "meaning": "CL:1001319", + "title": "bladder cell" + }, + { + "text": "CL:0000339", + "description": "An early neural cell developing from the early ependymal cell of the neural tube.", + "meaning": "CL:0000339", + "title": "glioblast (sensu Vertebrata)" + }, + { + "text": "CL:0000631", + "description": "Cells forming a framework supporting the organ of Corti. Specific cells are those of Claudius, Deiters and Hensen.", + "meaning": "CL:0000631", + "title": "labyrinth supporting cell" + }, + { + "text": "CL:0008027", + "description": "A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells. These neurons have axons that arborize and synapse to targets in inner plexiform layers 4 and 5 and depolarize in response to light.", + "meaning": "CL:0008027", + "title": "rod bipolar cell (sensu Mus)" + }, + { + "text": "CL:0004238", + "description": "A bistratified amacrine cell with a medium dendritic field, a flat and sparse dendritic arbor, and post-synaptic terminals at the intersections of S1 and S2, and S3 and S4.", + "meaning": "CL:0004238", + "title": "asymmetric bistratified amacrine cell" + }, + { + "text": "CL:0000035", + "description": "A stem cell that self-renews as well as give rise to a single mature cell type.", + "meaning": "CL:0000035", + "title": "single fate stem cell" + }, + { + "text": "CL:1001097", + "description": "Any smooth muscle cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001097", + "title": "kidney afferent arteriole smooth muscle cell" + }, + { + "text": "CL:1000838", + "description": "Any epithelial cell of proximal tubule that is part of some proximal convoluted tubule and has part some brush border.", + "meaning": "CL:1000838", + "title": "kidney proximal convoluted tubule epithelial cell" + }, + { + "text": "CL:3000000", + "description": "A ciliated epithelial cell of the esophagus.", + "meaning": "CL:3000000", + "title": "ciliated epithelial cell of esophagus" + }, + { + "text": "CL:0000881", + "description": "A border associated macrophage that is adjacent to a small blood vessel of a brain. A perivascular macrophage expresses the markers CD14, CD16 and CD163. In homeostatic conditions, this central nervous system macrophage has a non-motile cell body with extending and retracting projections through the blood vessel wall.", + "meaning": "CL:0000881", + "title": "perivascular macrophage" + }, + { + "text": "CL:0002437", + "description": "A mature CD8-positive, CD4-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.", + "meaning": "CL:0002437", + "title": "mature CD8 single-positive thymocyte" + }, + { + "text": "CL:0002320", + "description": "A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone.", + "meaning": "CL:0002320", + "title": "connective tissue cell" + }, + { + "text": "CL:1000616", + "description": "Any kidney medulla cell that is part of some outer medulla of kidney.", + "meaning": "CL:1000616", + "title": "kidney outer medulla cell" + }, + { + "text": "CL:0003015", + "description": "A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003015", + "title": "G11-ON retinal ganglion cell" + }, + { + "text": "CL:0002359", + "description": "A hematopoietic stem cell of the placenta. This cell type is first observed E10.5 This cell type may give rise to fetal liver hematopoietic stem cells.", + "meaning": "CL:0002359", + "title": "placental hematopoietic stem cell" + }, + { + "text": "CL:0005010", + "description": "A cuboidal epithelial cell of the kidney that regulates acid/base balance.", + "meaning": "CL:0005010", + "title": "renal intercalated cell" + }, + { + "text": "CL:0002623", + "description": "An acinar cell of salivary gland.", + "meaning": "CL:0002623", + "title": "acinar cell of salivary gland" + }, + { + "text": "CL:1001516", + "description": "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the intestinal tract.", + "meaning": "CL:1001516", + "title": "intestinal enteroendocrine cell" + }, + { + "text": "CL:0000713", + "meaning": "CL:0000713", + "title": "corona radiata cell" + }, + { + "text": "CL:0009116", + "description": "A progenitor cell with the potential to differentiate into luminal epithelial cells of mammary glands. In mouse, CD61 and c-kit were found to be coexpressed by the majority of, but not all, committed luminal progenitor cells.", + "meaning": "CL:0009116", + "title": "progenitor cell of mammary luminal epithelium" + }, + { + "text": "CL:0011002", + "description": "A motor neuron that is generated only on limb levels and send axons into the limb mesenchyme.", + "meaning": "CL:0011002", + "title": "lateral motor column neuron" + }, + { + "text": "CL:4023080", + "description": "a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has stellate pyramidal morphology.", + "meaning": "CL:4023080", + "title": "stellate L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex (Mmus)" + }, + { + "text": "CL:0009071", + "description": "A thymic medullary epithelial cell considered to be a pre-AIRE mTEC population.", + "meaning": "CL:0009071", + "title": "medullary thymic epithelial cell type 1" + }, + { + "text": "CL:0000652", + "description": "This cell type produces and secretes melatonin and forms the pineal parenchyma. Extending from each cell body, which has a spherical, oval or lobulated mucleus, are one or more tortuous basophilic processes, containing parallel microtubules known as synaptic ribbons. These processes end in expanded terminal buds near capillaries or less, frequently, ependymal cells of the pineal recess. The terminal buds contain granular endoplasmic reticulum, mitochondria and electron-dense cored vesicles, which store monoamines and polypeptide hormones, release of which appears to require sympathetic innervation.", + "meaning": "CL:0000652", + "title": "pinealocyte" + }, + { + "text": "CL:4023127", + "description": "a KNDy neuron that is located in the arcuate nucleus of the hypothalamus.", + "meaning": "CL:4023127", + "title": "arcuate nucleus of hypothalamus KNDy neuron" + }, + { + "text": "CL:0000862", + "description": "A macrophage that suppresses immune responses.", + "meaning": "CL:0000862", + "title": "suppressor macrophage" + }, + { + "text": "CL:0000993", + "description": "Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and MHCII-positive.", + "meaning": "CL:0000993", + "title": "mature CD11c-low plasmacytoid dendritic cell" + }, + { + "text": "CL:0002009", + "description": "A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages.", + "meaning": "CL:0002009", + "title": "macrophage dendritic cell progenitor" + }, + { + "text": "CL:0002603", + "description": "An astrocyte of the cerebellum.", + "meaning": "CL:0002603", + "title": "astrocyte of the cerebellum" + }, + { + "text": "CL:0009060", + "description": "A mature B cell located in the marginal zone of the lymph node.", + "meaning": "CL:0009060", + "title": "marginal zone B cell of lymph node" + }, + { + "text": "CL:0002254", + "description": "An epithelial cell of the small intestine.", + "meaning": "CL:0002254", + "title": "epithelial cell of small intestine" + }, + { + "text": "CL:0009055", + "description": "A paneth cell that is located in the anorectum.", + "meaning": "CL:0009055", + "title": "paneth cell of anorectum" + }, + { + "text": "CL:0000818", + "description": "An immature B cell of an intermediate stage between the pre-B cell stage and the mature naive stage with the phenotype surface IgM-positive and CD19-positive, and are subject to the process of B cell selection. A transitional B cell migrates from the bone marrow into the peripheral circulation, and then to the spleen.", + "meaning": "CL:0000818", + "title": "transitional stage B cell" + }, + { + "text": "CL:0000998", + "description": "CD8_alpha-negative CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive T cells.", + "meaning": "CL:0000998", + "title": "CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0001043", + "description": "A recently activated CD4-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.", + "meaning": "CL:0001043", + "title": "activated CD4-positive, alpha-beta T cell, human" + }, + { + "text": "CL:0009078", + "description": "A fibroblast located in the thymic capsule.", + "meaning": "CL:0009078", + "title": "thymic fibroblast type 1" + }, + { + "text": "CL:0000314", + "meaning": "CL:0000314", + "title": "milk secreting cell" + }, + { + "text": "CL:0000608", + "description": "A thick walled, sexual, resting spore formed by Zygomycetes; sometimes refers to the spore and the multi-layered cell wall that encloses the spore, the zygosporangium.", + "meaning": "CL:0000608", + "title": "zygospore" + }, + { + "text": "CL:0000744", + "description": "A columnar chondrocyte that differentiates in the late embryonic growth plate of bone. Columnar chondrocytes vigorously proliferate and form columns in the growth plate.", + "meaning": "CL:0000744", + "title": "columnar chondrocyte" + }, + { + "text": "CL:0002259", + "description": "The stem cell from which glial precursor cell arises from.", + "meaning": "CL:0002259", + "title": "neuroepithelial stem cell" + }, + { + "text": "CL:0002004", + "description": "A proerythoblast that is CD34-negative and GlyA-negative.", + "meaning": "CL:0002004", + "title": "CD34-negative, GlyA-negative proerythroblast" + }, + { + "text": "CL:1000433", + "description": "An epithelial cell that is part of the lacrimal canaliculus.", + "meaning": "CL:1000433", + "title": "epithelial cell of lacrimal canaliculus" + }, + { + "text": "CL:0004227", + "description": "A bistratified amacrine cell with a small dendritic field. Flat bistratified amacrine cells have post-synaptic terminals both on the border of S1 and S2, and on the border of S3 and S4. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004227", + "title": "flat bistratified amacrine cell" + }, + { + "text": "CL:4033022", + "description": "A mucus secreting cell of a submucosal gland of the bronchus.", + "meaning": "CL:4033022", + "title": "mucus secreting cell of bronchus submucosal gland" + }, + { + "text": "CL:0003048", + "description": "A cone cell that detects long wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 564-580 nm.", + "meaning": "CL:0003048", + "title": "L cone cell" + }, + { + "text": "CL:0009080", + "description": "A tuft cell located in the small intestine.", + "meaning": "CL:0009080", + "title": "tuft cell of small intestine" + }, + { + "text": "CL:0002569", + "description": "A mesenchymal stem cell of the umbilical cord.", + "meaning": "CL:0002569", + "title": "mesenchymal stem cell of umbilical cord" + }, + { + "text": "CL:0000235", + "description": "A mononuclear phagocyte present in variety of tissues, typically differentiated from monocytes, capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.", + "meaning": "CL:0000235", + "title": "macrophage" + }, + { + "text": "CL:0002176", + "description": "A cell of a secondary follicile within the ovary.", + "meaning": "CL:0002176", + "title": "secondary follicular cell of ovary" + }, + { + "text": "CL:4030005", + "description": "A renal beta-intercalated cell that is part of the cortical collecting duct. The medullary collecting duct does not contain the renal beta-intercalated cell type.", + "meaning": "CL:4030005", + "title": "kidney collecting duct beta-intercalated cell" + }, + { + "text": "CL:0000999", + "description": "CD8_alpha-negative CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative and CD8_alpha-negative.", + "meaning": "CL:0000999", + "title": "CD4-positive CD11b-positive dendritic cell" + }, + { + "text": "CL:0002472", + "description": "Gr1-low non-classical monocyte that has low to intermediate expression of the MHC-II complex.", + "meaning": "CL:0002472", + "title": "MHC-II-low non-classical monocyte" + }, + { + "text": "CL:0003021", + "description": "A retinal ganglion cell C outer that has a medium dendritic field and a dense dendritic arbor.", + "meaning": "CL:0003021", + "title": "retinal ganglion cell C4" + }, + { + "text": "CL:4023000", + "description": "A motor neuron that innervates both intrafusal and extrafusal muscle fibers. Low abundancy. They control both muscle contraction and responsiveness of the sensory feedback from muscle spindles.", + "meaning": "CL:4023000", + "title": "beta motor neuron" + }, + { + "text": "CL:0002657", + "description": "A glandular epithelial cell of the esophagus.", + "meaning": "CL:0002657", + "title": "glandular cell of esophagus" + }, + { + "text": "CL:0000514", + "description": "A precursor cell destined to differentiate into smooth muscle myocytes.", + "meaning": "CL:0000514", + "title": "smooth muscle myoblast" + }, + { + "text": "CL:0000349", + "description": "Any cell that is part of some extraembryonic structure.", + "meaning": "CL:0000349", + "title": "extraembryonic cell" + }, + { + "text": "CL:0002190", + "description": "A flat keratinocyte immediately below the cornified layer.", + "meaning": "CL:0002190", + "title": "squamous cell of epidermis" + }, + { + "text": "CL:4030035", + "description": "A dental pulp cell that possesses stem-cell-like qualities, including self-renewal capability and multi-lineage differentiation.", + "meaning": "CL:4030035", + "title": "dental pulp stem cell" + }, + { + "text": "CL:0002067", + "description": "An enteroendocrine cell that produces glucagon.", + "meaning": "CL:0002067", + "title": "type A enteroendocrine cell" + }, + { + "text": "CL:0009114", + "description": "A B cell found in the perisinusoidal area of a lymph node. In humans, monocytoid B cells are a morphologically distinct B cell population (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many similarities with marginal zone B cells including marker expression, and are increased in disease settings.", + "meaning": "CL:0009114", + "title": "monocytoid B cell" + }, + { + "text": "CL:1001517", + "description": "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach.", + "meaning": "CL:1001517", + "title": "stomach enteroendocrine cell" + }, + { + "text": "CL:0000137", + "description": "A mature osteoblast that has become embedded in the bone matrix. They occupy a small cavity, called lacuna, in the matrix and are connected to adjacent osteocytes via protoplasmic projections called canaliculi.", + "meaning": "CL:0000137", + "title": "osteocyte" + }, + { + "text": "CL:0009024", + "description": "A mesothelial cell that is part of the small intestine.", + "meaning": "CL:0009024", + "title": "mesothelial cell of small intestine" + }, + { + "text": "CL:4040004", + "description": "Any mesenchymal stem cell of adipose tissue that is part of an orbital region.", + "meaning": "CL:4040004", + "title": "mesenchymal stem cell of orbital adipose tissue" + }, + { + "text": "CL:0002367", + "description": "A cell that lines the trabecular meshwork, which is an area of tissue in the eye located around the base of the cornea, near the ciliary body, and is responsible for draining the aqueous humor from the eye via the anterior chamber (the chamber on the front of the eye covered by the cornea). This cell may play a role in regulating intraocular pressure.", + "meaning": "CL:0002367", + "title": "trabecular meshwork cell" + }, + { + "text": "CL:0002062", + "description": "A squamous pulmonary alveolar epithelial cell that is flattened and branched. A pulmonary alveolar type 1 cell covers more than 98% of the alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions to form the air-blood barrier essential for normal gas exchange.", + "meaning": "CL:0002062", + "title": "pulmonary alveolar type 1 cell" + }, + { + "text": "CL:0000724", + "description": "A differentiated cell that functions as a site of nitrogen fixation under aerobic conditions.", + "meaning": "CL:0000724", + "title": "heterocyst" + }, + { + "text": "CL:1001598", + "description": "A glandular cell found in the epithelium of the small intestine. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Somatostatin-secreting Cells (D-cells) .", + "meaning": "CL:1001598", + "title": "small intestine glandular cell" + }, + { + "text": "CL:1001589", + "description": "Glandular cell of duodenal epithelium. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner's gland cell.", + "meaning": "CL:1001589", + "title": "duodenum glandular cell" + }, + { + "text": "CL:1000147", + "description": "A cell that is part of a cardiac valve.", + "meaning": "CL:1000147", + "title": "cardiac valve cell" + }, + { + "text": "CL:0002402", + "description": "A resting mature B cell within the Peyer's patch that is CD19-positive, B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, and CD5-negative.", + "meaning": "CL:0002402", + "title": "Peyer's patch B cell" + }, + { + "text": "CL:1001126", + "description": "Any vasa recta cell that is part of some inner renal medulla vasa recta.", + "meaning": "CL:1001126", + "title": "inner renal medulla vasa recta cell" + }, + { + "text": "CL:0002608", + "description": "A neuron with a soma found in the hippocampus.", + "meaning": "CL:0002608", + "title": "hippocampal neuron" + }, + { + "text": "CL:0002011", + "description": "A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages. Marker for this cell is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative.", + "meaning": "CL:0002011", + "title": "Kit-positive macrophage dendritic cell progenitor" + }, + { + "text": "CL:4023012", + "description": "A glutamatergic neuron located in the cerebral cortex that projects axons locally rather than distantly.", + "meaning": "CL:4023012", + "title": "near-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:0005014", + "description": "A non-sensory cell that extends from the basement membrane to the apical surface of the auditory epithelium and provides support for auditory hair cells.", + "meaning": "CL:0005014", + "title": "auditory epithelial supporting cell" + }, + { + "text": "CL:0002249", + "description": "A stem cell that can differentiate into a cardiac myocyte.", + "meaning": "CL:0002249", + "title": "primitive cardiac myocyte" + }, + { + "text": "CL:0002675", + "description": "A S. pombe cell type determined by mat1-Pc and mat1-Pi on the mat1 locus.", + "meaning": "CL:0002675", + "title": "H plus" + }, + { + "text": "CL:0000025", + "description": "A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization.", + "meaning": "CL:0000025", + "title": "egg cell" + }, + { + "text": "CL:2000021", + "description": "Any native cell that is part of a sebaceous gland.", + "meaning": "CL:2000021", + "title": "sebaceous gland cell" + }, + { + "text": "CL:0002120", + "description": "An CD24-positive CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-positive, CD38-negative, and IgG-negative.", + "meaning": "CL:0002120", + "title": "CD24-positive CD38-negative IgG-negative class switched memory B cell" + }, + { + "text": "CL:0008005", + "description": "A somatic muscle cell that is oblquely striated. Examples include the somatic muscles of nematodes.", + "meaning": "CL:0008005", + "title": "obliquely striated somatic muscle cell" + }, + { + "text": "CL:0002654", + "description": "An epithelial cell of stratum corneum of esophageal epithelium.", + "meaning": "CL:0002654", + "title": "epithelial cell of stratum corneum of esophageal epithelium" + }, + { + "text": "CL:0011018", + "description": "A group 3 innate lymphoid cell that express ROR gamma t and IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c, Gr-1), with the functional ability to interact with mesenchymal cells through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer cells are key to the development of lymph nodes and Peyer\u2019s patches.", + "meaning": "CL:0011018", + "title": "lymphoid tissue\u2013inducer cell" + }, + { + "text": "CL:0000660", + "description": "An extracellular matrix secreting cell that secretes glycocalyx.", + "meaning": "CL:0000660", + "title": "glycocalyx secreting cell" + }, + { + "text": "CL:0000763", + "description": "A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage.", + "meaning": "CL:0000763", + "title": "myeloid cell" + }, + { + "text": "CL:0002199", + "description": "An oncocyte located in the parathyroid gland.", + "meaning": "CL:0002199", + "title": "oxyphil cell of parathyroid gland" + }, + { + "text": "CL:0001018", + "description": "Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001018", + "title": "immature CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:0003009", + "description": "A mono-stratified retinal ganglion cell that has a medium dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S4 and S5.", + "meaning": "CL:0003009", + "title": "G6 retinal ganglion cell" + }, + { + "text": "CL:0000180", + "description": "A steroid hormone secreting cell that secretes estradiol.", + "meaning": "CL:0000180", + "title": "estradiol secreting cell" + }, + { + "text": "CL:0002308", + "description": "An epithelial cell of a skin gland.", + "meaning": "CL:0002308", + "title": "epithelial cell of skin gland" + }, + { + "text": "CL:0002543", + "description": "An endothelial cell that is part of the vein.", + "meaning": "CL:0002543", + "title": "vein endothelial cell" + }, + { + "text": "CL:0008032", + "description": "A GABAergic interneuron in human cortical layer 1 that has large rosehip-shaped axonal boutons and compact arborization.", + "meaning": "CL:0008032", + "title": "rosehip neuron" + }, + { + "text": "CL:1000442", + "description": "An urothelial cell that is part of the trigone of urinary bladder.", + "meaning": "CL:1000442", + "title": "urothelial cell of trigone of urinary bladder" + }, + { + "text": "CL:0002488", + "description": "A trophoblast cell that has a large volume of cytoplasm, is polyploid and is usually mononuclear but is also occasionally multi-nucleate. This cell type is important in establishing maternal physiology and remodeling of the vasculature of the placenta.", + "meaning": "CL:0002488", + "title": "trophoblast giant cell" + }, + { + "text": "CL:0000014", + "description": "A stem cell that is the precursor of gametes.", + "meaning": "CL:0000014", + "title": "germ line stem cell" + }, + { + "text": "CL:0004242", + "description": "An amacrine cell with a wide dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites of this cell type are straight and minimally branched.", + "meaning": "CL:0004242", + "title": "WF3-1 amacrine cell" + }, + { + "text": "CL:1000050", + "description": "Any glial cell that is part of some lateral line nerve.", + "meaning": "CL:1000050", + "title": "lateral line nerve glial cell" + }, + { + "text": "CL:1001572", + "description": "A vascular endothelial cell found in colon blood vessels.", + "meaning": "CL:1001572", + "title": "colon endothelial cell" + }, + { + "text": "CL:0000984", + "description": "A plasmablast that secretes IgA.", + "meaning": "CL:0000984", + "title": "IgA plasmablast" + }, + { + "text": "CL:0000104", + "description": "A neuron with three or more neurites, usually an axon and multiple dendrites.", + "meaning": "CL:0000104", + "title": "multipolar neuron" + }, + { + "text": "CL:1001285", + "description": "A cell that is part of some vasa recta descending limb.", + "meaning": "CL:1001285", + "title": "vasa recta descending limb cell" + }, + { + "text": "CL:1000419", + "description": "A myoepithelial cell that is part of the lactiferous duct.", + "meaning": "CL:1000419", + "title": "myoepithelial cell of lactiferous duct" + }, + { + "text": "CL:0000417", + "meaning": "CL:0000417", + "title": "endopolyploid cell" + }, + { + "text": "CL:0002146", + "description": "A sweat producing cell of eccrine sweat glands. Pyramidal in shape, with its base resting on the basal lamina or myoepitheliocytes, and its microvillus-covered apical plasma membrane line up the intercellular canaliculi. Cell is not stained by hematoxylin or eosin.", + "meaning": "CL:0002146", + "title": "clear cell of eccrine sweat gland" + }, + { + "text": "CL:0002122", + "description": "A B220-positive CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative.", + "meaning": "CL:0002122", + "title": "B220-positive CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000695", + "description": "A neuron of the human embryonic marginal zone which display, as a salient feature, radial ascending processes that contact the pial surface, and a horizontal axon plexus located in the deep marginal zone. One feature of these cells in mammals is that they express the Reelin gene.", + "meaning": "CL:0000695", + "title": "Cajal-Retzius cell" + }, + { + "text": "CL:0002070", + "description": "Bottle-shaped with narrow neck; broad, rounded basal portion where nucleus is located; stereocilia and a single kinocilium is present apically; receive nerve bouton at their base from an afferent cup-shaped (chalice or calyx) nerve ending.", + "meaning": "CL:0002070", + "title": "type I vestibular sensory cell" + }, + { + "text": "CL:4023083", + "description": "A GABAergic interneuron that selectively innervates the axon initial segment of pyramidal cells. Their local axonal clusters are formed by high-frequency branching at shallow angles, often ramifying around, above or below their somata with a high bouton density. The characteristic terminal portions of the axon form short vertical rows of boutons, resembling the candlesticks and candles of a chandelier. Chandelier cells can be multipolar or bitufted.", + "meaning": "CL:4023083", + "title": "chandelier cell" + }, + { + "text": "CL:1000366", + "description": "A transitional myocyte that is part of the middle internodal tract.", + "meaning": "CL:1000366", + "title": "transitional myocyte of middle internodal tract" + }, + { + "text": "CL:0003014", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a medium length secondary dendrite shaft.", + "meaning": "CL:0003014", + "title": "G11 retinal ganglion cell" + }, + { + "text": "CL:0002512", + "description": "A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-high.", + "meaning": "CL:0002512", + "title": "CD11b-high, CD103-negative, langerin-negative lymph node dendritic cell" + }, + { + "text": "CL:0002595", + "description": "A smooth muscle cell of the subclavian artery.", + "meaning": "CL:0002595", + "title": "smooth muscle cell of the subclavian artery" + }, + { + "text": "CL:0002078", + "description": "Epithelial cell derived from mesoderm or mesenchyme.", + "meaning": "CL:0002078", + "title": "meso-epithelial cell" + }, + { + "text": "CL:0002420", + "description": "A T cell that has not completed T cell selection.", + "meaning": "CL:0002420", + "title": "immature T cell" + }, + { + "text": "CL:0000503", + "description": "A flattened stroma cell forming a sheath or theca outside the basal lamina lining the mature ovarian follicle. Thecal interstitial or stromal cells are steroidogenic, and produce primarily androgens which serve as precusors of estrogens in the granulosa cells.", + "meaning": "CL:0000503", + "title": "theca cell" + }, + { + "text": "CL:0000908", + "description": "A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines.", + "meaning": "CL:0000908", + "title": "CD8-positive, alpha-beta cytokine secreting effector T cell" + }, + { + "text": "CL:0002664", + "description": "A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart.", + "meaning": "CL:0002664", + "title": "cardioblast" + }, + { + "text": "CL:4023057", + "description": "Any GABAergic interneuron that has its soma located in some cerebellar cortex.", + "meaning": "CL:4023057", + "title": "cerebellar inhibitory GABAergic interneuron" + }, + { + "text": "CL:0002532", + "description": "A myeloid dendritic cell found in the blood that is CD16-positive.", + "meaning": "CL:0002532", + "title": "CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0008001", + "description": "Any hematopoietic cell that is a precursor of some other hematopoietic cell type.", + "meaning": "CL:0008001", + "title": "hematopoietic precursor cell" + }, + { + "text": "CL:0000206", + "description": "A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood.", + "meaning": "CL:0000206", + "title": "chemoreceptor cell" + }, + { + "text": "CL:2000065", + "description": "Any microvascular endothelial cell that is part of a female urethra.", + "meaning": "CL:2000065", + "title": "ovarian microvascular endothelial cell" + }, + { + "text": "CL:0000957", + "description": "A large pre-B-II cell is a pre-B-II cell that is proliferating and is Rag1-negative and Rag2-negative.", + "meaning": "CL:0000957", + "title": "large pre-B-II cell" + }, + { + "text": "CL:0000986", + "description": "A fully differentiated plasma cell that secretes IgM.", + "meaning": "CL:0000986", + "title": "IgM plasma cell" + }, + { + "text": "CL:0000792", + "description": "A CD4-positive, CD25-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.", + "meaning": "CL:0000792", + "title": "CD4-positive, CD25-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:0002194", + "description": "A cell involved in the formation of a monocyte (monopoiesis).", + "meaning": "CL:0002194", + "title": "monopoietic cell" + }, + { + "text": "CL:0002496", + "description": "A T cell that is located in the intestinal epithelium and is capable of a mucosal immune response.", + "meaning": "CL:0002496", + "title": "intraepithelial lymphocyte" + }, + { + "text": "CL:0000600", + "description": "A fungal cell with two or more genetically distinct nuclei.", + "meaning": "CL:0000600", + "title": "heterokaryon" + }, + { + "text": "CL:0000355", + "description": "A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell.", + "meaning": "CL:0000355", + "title": "multi-potent skeletal muscle stem cell" + }, + { + "text": "CL:1000893", + "description": "Any kidney blood vessel cell that is part of some renal vein.", + "meaning": "CL:1000893", + "title": "kidney venous blood vessel cell" + }, + { + "text": "CL:0002044", + "description": "A basophil mast progenitor cell that is Beta-7 integrin-high, Kit-positive FcRgammaII/III-positive and Sca1-negative.", + "meaning": "CL:0002044", + "title": "Kit-positive, integrin beta7-high basophil mast progenitor cell" + }, + { + "text": "CL:0002246", + "description": "A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells).", + "meaning": "CL:0002246", + "title": "peripheral blood stem cell" + }, + { + "text": "CL:0009098", + "description": "A skeletal muscle fiber found at the fetal and neonatal stages. In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears shortly after birth and is replaced by expression of adult heavy chain myosins.", + "meaning": "CL:0009098", + "title": "fetal and neonatal skeletal muscle fiber" + }, + { + "text": "CL:1000720", + "description": "Any renal intercalated cell that is part of some papillary duct.", + "meaning": "CL:1000720", + "title": "kidney papillary duct intercalated cell" + }, + { + "text": "CL:0000975", + "description": "A fully differentiated plasma cell that lives for months.", + "meaning": "CL:0000975", + "title": "short lived plasma cell" + }, + { + "text": "CL:0000367", + "meaning": "CL:0000367", + "title": "sheath cell (sensu Nematoda)" + }, + { + "text": "CL:0009045", + "description": "A B cell found in the lymph node medullary sinus.", + "meaning": "CL:0009045", + "title": "B cell of medullary sinus of lymph node" + }, + { + "text": "CL:0002443", + "description": "A NK1.1-positive T cell that is Ly49Cl-positive.", + "meaning": "CL:0002443", + "title": "Ly49CI-positive natural killer cell, mouse" + }, + { + "text": "CL:0000446", + "description": "An epithelial cell of the parathyroid gland that is arranged in wide, irregular interconnecting columns; responsible for the synthesis and secretion of parathyroid hormone.", + "meaning": "CL:0000446", + "title": "chief cell of parathyroid gland" + }, + { + "text": "CL:0000561", + "description": "Interneuron of the vertebrate retina. They integrate, modulate, and interpose a temporal domain in the visual message presented to the retinal ganglion cells, with which they synapse in the inner plexiform layer. They lack large axons.", + "meaning": "CL:0000561", + "title": "amacrine cell" + }, + { + "text": "CL:0002143", + "description": "A chief cell that is smaller than light chief cells and has a smaller and darker nucleus and a finely granular cytoplasm with many granules.", + "meaning": "CL:0002143", + "title": "dark chief cell of parathyroid gland" + }, + { + "text": "CL:0000566", + "description": "A mesenchymal stem cell capable of developing into blood vessel endothelium.", + "meaning": "CL:0000566", + "title": "angioblastic mesenchymal cell" + }, + { + "text": "CL:0019021", + "description": "An endothelial cell found in the periportal region hepatic sinusoid, near the portal triad. The fenestrae of these cells are larger but fewer in number compared with those of endothelial cells near the centrilobular region of the hepatic sinusoid.", + "meaning": "CL:0019021", + "title": "endothelial cell of periportal hepatic sinusoid" + }, + { + "text": "CL:1001145", + "description": "Any kidney cortex vein cell that is part of some renal interlobular vein.", + "meaning": "CL:1001145", + "title": "interlobular vein cell" + }, + { + "text": "CL:0008012", + "description": "A skeletal muscle satellite cell that is mitotically quiescent. These cells are wedge shaped and have a large nuclear to cytoplasmic ratio with few organelles, a small nucleus and condensed interphase chromatin. Satellite cells typically remain in this state until activated following muscle damage.", + "meaning": "CL:0008012", + "title": "quiescent skeletal muscle satellite cell" + }, + { + "text": "CL:0000142", + "description": "A cell occurring in the peripheral part of the vitreous body of the eye that may be responsible for production of hyaluronic acid and collagen.", + "meaning": "CL:0000142", + "title": "hyalocyte" + }, + { + "text": "CL:2000017", + "description": "Any fibroblast that is part of a periodontal ligament.", + "meaning": "CL:2000017", + "title": "fibroblast of peridontal ligament" + }, + { + "text": "CL:0004115", + "description": "A monostratified retinal ganglion cell with small to medium soma and small to medium dendritic field.", + "meaning": "CL:0004115", + "title": "retinal ganglion cell B" + }, + { + "text": "CL:0000424", + "description": "A cell involved in the elimination of metabolic and foreign toxins, and in maintaining the ionic, acid-base and water balance of biological fluids.", + "meaning": "CL:0000424", + "title": "excretory cell" + }, + { + "text": "CL:0000568", + "description": "A cell that originates in the neural crest, that has certain cytochemical and ultrastructural characteristics and is found scattered throughout the body; types include melanocytes, the cells of the chromaffin system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, lungs, gastrointestinal tract, and pancreas. This cell type concentrates the amino acid precursors of certain amines and decarboxylate them, forming amines that function as regulators and neurotransmitters. This cell type produces substances such as epinephrine, norepinephrine, dopamine, serotonin, enkephalin, somatostatin, neurotensin, and substance P, the actions of which may affect contiguous cells, nearby groups of cells, or distant cells, thus functioning as local or systemic hormones. The name is an acronym for amine precursor uptake and decarboxylation cell.", + "meaning": "CL:0000568", + "title": "amine precursor uptake and decarboxylation cell" + }, + { + "text": "CL:0002642", + "description": "An epithelial cell of the esophageal cardiac gland that occurs both in the proximal and distal esophagus, within the lamina propia.", + "meaning": "CL:0002642", + "title": "epithelial cell of esophageal cardiac gland" + }, + { + "text": "CL:0002349", + "description": "A natural killer cell that is CD27-high and CD11b-low.", + "meaning": "CL:0002349", + "title": "CD27-high, CD11b-low natural killer cell, mouse" + }, + { + "text": "CL:0002522", + "description": "A renal filtration cell is a specialized cell of the renal system that filter fluids by charge, size or both.", + "meaning": "CL:0002522", + "title": "renal filtration cell" + }, + { + "text": "CL:0002501", + "description": "A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive intestinal polypeptide.", + "meaning": "CL:0002501", + "title": "type D1 enteroendocrine cell" + }, + { + "text": "CL:0000817", + "description": "A precursor B cell is a B cell with the phenotype CD10-positive.", + "meaning": "CL:0000817", + "title": "precursor B cell" + }, + { + "text": "CL:0000429", + "description": "A columnar epithelial cell that is part of an insect imaginal disc.", + "meaning": "CL:0000429", + "title": "imaginal disc cell" + }, + { + "text": "CL:1001431", + "description": "Any renal principal cell that is part of some collecting duct of renal tubule.", + "meaning": "CL:1001431", + "title": "kidney collecting duct principal cell" + }, + { + "text": "CL:0002567", + "description": "A melanocyte that appears lighter in color.", + "meaning": "CL:0002567", + "title": "light melanocyte" + }, + { + "text": "CL:0000853", + "description": "Olfactory epithelial support cell is a columnar cell that extends from the epithelial free margin to the basement membrane of the olfactory epithelium. This cell type has a large, vertically, elongate, euchromatic nucleus, along with other nuclei, forms a layer superficial to the cell body of the receptor cell; sends long somewhat irregular microvilli into the mucus layer; at the base, with expanded end-feet containing numerous lamellated dense bodies resembling lipofuscin of neurons.", + "meaning": "CL:0000853", + "title": "olfactory epithelial supporting cell" + }, + { + "text": "CL:0002217", + "description": "A trophoblast that leaves the placenta and invades the endometrium and myometrium. This cell type is crucial in increasing blood flow to the fetus.", + "meaning": "CL:0002217", + "title": "intermediate trophoblast cell" + }, + { + "text": "CL:4023062", + "description": "A neuron with its soma located in the dentate gyrus of the hippocampus.", + "meaning": "CL:4023062", + "title": "dentate gyrus neuron" + }, + { + "text": "CL:1000281", + "description": "A smooth muscle cell that is part of the cecum.", + "meaning": "CL:1000281", + "title": "smooth muscle cell of cecum" + }, + { + "text": "CL:0002368", + "description": "An endo-epithelial cell of the respiratory tract.", + "meaning": "CL:0002368", + "title": "respiratory epithelial cell" + }, + { + "text": "CL:0000749", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner half of the inner plexiform layer. These cells depolarize in response to light stimulation of their corresponding photoreceptors.", + "meaning": "CL:0000749", + "title": "ON-bipolar cell" + }, + { + "text": "CL:0002225", + "description": "A lens fiber cell that develops from primary lens fiber; located towards the center of lens; cell organelles are normally degraded or in the process of being degraded.", + "meaning": "CL:0002225", + "title": "secondary lens fiber" + }, + { + "text": "CL:4030062", + "description": "An intratelencephalic-projecting glutamatergic with a soma located in cortical layer 4/5.", + "meaning": "CL:4030062", + "title": "L4/5 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000334", + "meaning": "CL:0000334", + "title": "vegetative cell (sensu Fungi)" + }, + { + "text": "CL:2000006", + "description": "Any germinal center B cell that is part of a tonsil.", + "meaning": "CL:2000006", + "title": "tonsil germinal center B cell" + }, + { + "text": "CL:1000335", + "description": "An enterocyte that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000335", + "title": "enterocyte of epithelium of intestinal villus" + }, + { + "text": "CL:1000285", + "description": "A smooth muscle cell that is part of the sigmoid colon.", + "meaning": "CL:1000285", + "title": "smooth muscle cell of sigmoid colon" + }, + { + "text": "CL:0000043", + "description": "A fully differentiated basophil, a granular leukocyte with an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation.", + "meaning": "CL:0000043", + "title": "mature basophil" + }, + { + "text": "CL:4042005", + "description": "A choroid plexus macrophage that is part of a choroid plexus stroma.", + "meaning": "CL:4042005", + "title": "stromal choroid plexus macrophage" + }, + { + "text": "CL:0003034", + "description": "A monostratified retinal ganglion cell that has a small soma, an assymetric dendritic field with post synaptic terminals in sublaminar layer S3.", + "meaning": "CL:0003034", + "title": "M5 retinal ganglion cell" + }, + { + "text": "CL:1000849", + "description": "Any epithelial cell of distal tubule that is part of some distal convoluted tubule.", + "meaning": "CL:1000849", + "title": "kidney distal convoluted tubule epithelial cell" + }, + { + "text": "CL:0007008", + "description": "Notochordal cell that is inner portion of the notochord and becomes vacuolated as development proceeds.", + "meaning": "CL:0007008", + "title": "notochordal vacuole cell" + }, + { + "text": "CL:0000457", + "meaning": "CL:0000457", + "title": "biogenic amine secreting cell" + }, + { + "text": "CL:1000317", + "description": "A goblet cell that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000317", + "title": "intestinal villus goblet cell" + }, + { + "text": "CL:0000325", + "description": "A cell that is specialised to accumulate a particular substance(s).", + "meaning": "CL:0000325", + "title": "stuff accumulating cell" + }, + { + "text": "CL:0011031", + "description": "A dendritic cell that develops from a monocyte.", + "meaning": "CL:0011031", + "title": "monocyte-derived dendritic cell" + }, + { + "text": "CL:0010003", + "description": "An epithelial cell that is part_of a alveolus of lung.", + "meaning": "CL:0010003", + "title": "epithelial cell of alveolus of lung" + }, + { + "text": "CL:0002417", + "description": "An immature or mature cell of the first erythroid lineage to arise during embryonic development.", + "meaning": "CL:0002417", + "title": "primitive erythroid lineage cell" + }, + { + "text": "CL:0002584", + "description": "An epithelial cell of the kidney cortex.", + "meaning": "CL:0002584", + "title": "renal cortical epithelial cell" + }, + { + "text": "CL:1000487", + "description": "A smooth muscle cell that is part of the prostate gland.", + "meaning": "CL:1000487", + "title": "smooth muscle cell of prostate" + }, + { + "text": "CL:0000338", + "description": "A neural precursor of the central nervous system.", + "meaning": "CL:0000338", + "title": "neuroblast (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002183", + "description": "A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit.", + "meaning": "CL:0002183", + "title": "stem cell of gastric gland" + }, + { + "text": "CL:0000637", + "description": "A cell that stains readily in the anterior pituitary gland.", + "meaning": "CL:0000637", + "title": "chromophil cell of anterior pituitary gland" + }, + { + "text": "CL:0002549", + "description": "A fibroblast that is part of the choroid plexus.", + "meaning": "CL:0002549", + "title": "fibroblast of choroid plexus" + }, + { + "text": "CL:0002257", + "description": "An epithelial cell of thyroid gland.", + "meaning": "CL:0002257", + "title": "epithelial cell of thyroid gland" + }, + { + "text": "CL:1000296", + "description": "An epithelial cell that is part of the urethra.", + "meaning": "CL:1000296", + "title": "epithelial cell of urethra" + }, + { + "text": "CL:4030058", + "description": "A macrophage that expresses the T cell receptor complex at the cell surface.", + "meaning": "CL:4030058", + "title": "TCR-positive macrophage" + }, + { + "text": "CL:1000979", + "description": "Any smooth muscle cell that is part of some muscular coat of ureter.", + "meaning": "CL:1000979", + "title": "ureter smooth muscle cell" + }, + { + "text": "CL:0000939", + "description": "A mature natural killer cell that has the phenotype CD56-low, CD16-positive and which is capable of cytotoxicity and cytokine production.", + "meaning": "CL:0000939", + "title": "CD16-positive, CD56-dim natural killer cell, human" + }, + { + "text": "CL:0000032", + "description": "A cell of a platelike structure, especially a thickened plate of ectoderm in the early embryo, from which a sense organ develops.", + "meaning": "CL:0000032", + "title": "neuroplacodal cell" + }, + { + "text": "CL:0002150", + "description": "Epithelioid macrophage is an activated macrophage that resembles an epithelial cell with finely granular, pale eosinophilic cytoplasm and central, ovoid nucleus (oval or elongate). This cell type is able to merge into one another to form aggregates. The presence of such aggregates may characterize some pathologic conditions, mainly granulomatous inflammation.", + "meaning": "CL:0002150", + "title": "epithelioid macrophage" + }, + { + "text": "CL:0009006", + "description": "An enteroendocrine cell that is located in the small intestine.", + "meaning": "CL:0009006", + "title": "enteroendocrine cell of small intestine" + }, + { + "text": "CL:0000579", + "description": "A follicle cell that migrates from the anterior pole of the insect egg chamber to the anterior of the oocyte where they participate in the formation of the micropyle.", + "meaning": "CL:0000579", + "title": "border follicle cell" + }, + { + "text": "CL:0000217", + "meaning": "CL:0000217", + "title": "insulating cell" + }, + { + "text": "CL:0000916", + "description": "A mature gamma-delta T cell located in the epidermis that regulates wound healing.", + "meaning": "CL:0000916", + "title": "dendritic epidermal T cell" + }, + { + "text": "CL:0000406", + "meaning": "CL:0000406", + "title": "CNS short range interneuron" + }, + { + "text": "CL:1000405", + "description": "An epithelial cell that is part of the appendix.", + "meaning": "CL:1000405", + "title": "epithelial cell of appendix" + }, + { + "text": "CL:1000355", + "description": "A M cell that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000355", + "title": "microfold cell of epithelium proper of small intestine" + }, + { + "text": "CL:0000968", + "description": "A mature B cell that produces cytokines that can influence CD4 T cell differentiation.", + "meaning": "CL:0000968", + "title": "Be cell" + }, + { + "text": "CL:0002383", + "description": "A uninucleate spore formed on specialized cells or projections, sterigma, of a conidiophore head.", + "meaning": "CL:0002383", + "title": "conidium of conidiophore head" + }, + { + "text": "CL:4029002", + "description": "A gamete-nursing cell that derives from a germline cell (del Pino, 2021).", + "meaning": "CL:4029002", + "title": "germline-derived nurse cell" + }, + { + "text": "CL:4023088", + "description": "A basket cell that is large, and typically ascends to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers.", + "meaning": "CL:4023088", + "title": "large basket cell" + }, + { + "text": "CL:4033053", + "description": "A bistratfied retinal ganglion cell with a small dendritic field that has dendrites in the ON and OFF sublamina of the retinal inner plexiform layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar and amacrine input to both the OFF and ON dendritic tree.", + "meaning": "CL:4033053", + "title": "small bistratified retinal ganglion cell" + }, + { + "text": "CL:2000046", + "description": "Any cardiac muscle cell that is part of a cardiac ventricle.", + "meaning": "CL:2000046", + "title": "ventricular cardiac muscle cell" + }, + { + "text": "CL:4023072", + "description": "A cell that is part of the brain vasculature.", + "meaning": "CL:4023072", + "title": "brain vascular cell" + }, + { + "text": "CL:0002236", + "description": "A cell that constitutes the basal layer of epithelium in the prostatic duct.", + "meaning": "CL:0002236", + "title": "basal epithelial cell of prostatic duct" + }, + { + "text": "CL:0000519", + "description": "A phagocyte from organisms in the Nematoda or Protostomia clades.", + "meaning": "CL:0000519", + "title": "phagocyte (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002670", + "description": "An otic fibrocyte that underlies the stria vascularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.", + "meaning": "CL:0002670", + "title": "type 1 otic fibrocyte" + }, + { + "text": "CL:1000480", + "description": "A transitional myocyte that is part of the internodal tract.", + "meaning": "CL:1000480", + "title": "transitional myocyte of internodal tract" + }, + { + "text": "CL:1000308", + "description": "A fibrocyte that is part of the adventitia of ureter.", + "meaning": "CL:1000308", + "title": "fibrocyte of adventitia of ureter" + }, + { + "text": "CL:0000308", + "meaning": "CL:0000308", + "title": "metal ion accumulating cell" + }, + { + "text": "CL:0000422", + "description": "A cell whose primary function is to cause growth by stimulating cell division in its immediate cellular environment.", + "meaning": "CL:0000422", + "title": "mitogenic signaling cell" + }, + { + "text": "CL:4006000", + "description": "A fibroblast that is part of the breast.", + "meaning": "CL:4006000", + "title": "fibroblast of breast" + }, + { + "text": "CL:0000182", + "description": "The main structural component of the liver. They are specialized epithelial cells that are organized into interconnected plates called lobules. Majority of cell population of liver, polygonal in shape, arranged in plates or trabeculae between sinusoids; may have single nucleus or binucleated.", + "meaning": "CL:0000182", + "title": "hepatocyte" + }, + { + "text": "CL:0002095", + "description": "A cell in the hilum of the ovary that produces androgens.", + "meaning": "CL:0002095", + "title": "hilus cell of ovary" + }, + { + "text": "CL:0002398", + "description": "An intermediate monocyte that is Gr1-positive, CD43-positive.", + "meaning": "CL:0002398", + "title": "Gr1-positive, CD43-positive monocyte" + }, + { + "text": "CL:0000335", + "description": "A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors.", + "meaning": "CL:0000335", + "title": "mesenchyme condensation cell" + }, + { + "text": "CL:1000482", + "description": "A myocardial endocrine cell that is part of the interventricular septum.", + "meaning": "CL:1000482", + "title": "myocardial endocrine cell of interventricular septum" + }, + { + "text": "CL:0019031", + "description": "Goblet cells reside throughout the length of the small and large intestine and are responsible for the production and maintenance of the protective mucus blanket by synthesizing and secreting high-molecular-weight glycoproteins known as mucins. Human intestinal goblet cells secrete the MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, AGR2, ZG16, and TFF3.", + "meaning": "CL:0019031", + "title": "intestine goblet cell" + }, + { + "text": "CL:0002030", + "description": "A lineage negative, Sca1-negative basophil progenitor cell that is Fc epsilon RIalpha-high.", + "meaning": "CL:0002030", + "title": "Fc-epsilon RIalpha-high basophil progenitor cell" + }, + { + "text": "CL:0002582", + "description": "A preadipocyte that is part of visceral tissue.", + "meaning": "CL:0002582", + "title": "visceral preadipocyte" + }, + { + "text": "CL:0002440", + "description": "A NK1.1-positive T cell that is Ly49D-positive.", + "meaning": "CL:0002440", + "title": "Ly49D-positive natural killer cell, mouse" + }, + { + "text": "CL:1001509", + "description": "The neurons that utilize glycine as a neurotransmitter.", + "meaning": "CL:1001509", + "title": "glycinergic neuron" + }, + { + "text": "CL:0002428", + "description": "A double-positive thymocyte that is large (i.e. has a high forward scatter signal in flow cytometry) and is actively proliferating.", + "meaning": "CL:0002428", + "title": "double-positive blast" + }, + { + "text": "CL:0002453", + "description": "A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons.", + "meaning": "CL:0002453", + "title": "oligodendrocyte precursor cell" + }, + { + "text": "CL:0000488", + "description": "A photoreceptor cell that detects visible light.", + "meaning": "CL:0000488", + "title": "visible light photoreceptor cell" + }, + { + "text": "CL:1000090", + "description": "Any epithelial cell that is part of some pronephric nephron tubule.", + "meaning": "CL:1000090", + "title": "pronephric nephron tubule epithelial cell" + }, + { + "text": "CL:0004126", + "description": "A retinal ganglion cell C outer that has symmetrical and dense dendritic dendritic tree with a large dendritic field.", + "meaning": "CL:0004126", + "title": "retinal ganglion cell C2 outer" + }, + { + "text": "CL:0002159", + "description": "Epithelial cells derived from general body ectoderm and ectoderm placodes.", + "meaning": "CL:0002159", + "title": "general ecto-epithelial cell" + }, + { + "text": "CL:0000096", + "description": "A fully differentiated neutrophil, a granular leukocyte having a nucleus with three to five lobes connected by slender threads, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes. They are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, CD43-positive, CD181-positive, and CD182-positive.", + "meaning": "CL:0000096", + "title": "mature neutrophil" + }, + { + "text": "CL:0000872", + "description": "A splenic macrophage found in the marginal zone of the spleen, involved in recognition and clearance of particulate material from the splenic circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, SIGN-R1-positive, and Dectin2-positive.", + "meaning": "CL:0000872", + "title": "splenic marginal zone macrophage" + }, + { + "text": "CL:0002201", + "description": "A renal intercalated cell that secretes base and reabsorbs acid in the distal segments of the kidney tubule to maintain acid/base balance.", + "meaning": "CL:0002201", + "title": "renal beta-intercalated cell" + }, + { + "text": "CL:0000244", + "description": "A cell characteristically found lining hollow organs that are subject to great mechanical change due to contraction and distention; originally thought to represent a transition between stratified squamous and columnar epithelium.", + "meaning": "CL:0000244", + "title": "transitional epithelial cell" + }, + { + "text": "CL:4033002", + "description": "A(n) neuroendocrine cell that is part of a(n) epithelium of crypt of Lieberkuhn.", + "meaning": "CL:4033002", + "title": "neuroendocrine cell of epithelium of crypt of Lieberkuhn" + }, + { + "text": "CL:1000606", + "description": "Any neuron that has its soma located in some kidney.", + "meaning": "CL:1000606", + "title": "kidney nerve cell" + }, + { + "text": "CL:4033059", + "description": "A lactocyte that highly expresses genes associated with transcription, immune cell function, and cellular stress. A lactocyte type 1 also expresses genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit at lower levels than a lactocyte type 2.", + "meaning": "CL:4033059", + "title": "lactocyte type 1" + }, + { + "text": "CL:0003039", + "description": "A monostratified retinal ganglion cell with large soma and medium dendritic field, with dense dendritic arbor.", + "meaning": "CL:0003039", + "title": "M8 retinal ganglion cell" + }, + { + "text": "CL:0000871", + "description": "A secondary lymphoid organ macrophage found in the spleen.", + "meaning": "CL:0000871", + "title": "splenic macrophage" + }, + { + "text": "CL:0000353", + "description": "An undifferentiated cell produced by early cleavages of the fertilized egg (zygote).", + "meaning": "CL:0000353", + "title": "blastoderm cell" + }, + { + "text": "CL:0002074", + "description": "The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides).", + "meaning": "CL:0002074", + "title": "myocardial endocrine cell" + }, + { + "text": "CL:0002614", + "description": "A neuron of the substantia nigra.", + "meaning": "CL:0002614", + "title": "neuron of the substantia nigra" + }, + { + "text": "CL:0000716", + "description": "A crystal cell that derives from the larval lymph gland.", + "meaning": "CL:0000716", + "title": "lymph gland crystal cell" + }, + { + "text": "CL:0012001", + "description": "A CNS neuron of the forebrain.", + "meaning": "CL:0012001", + "title": "neuron of the forebrain" + }, + { + "text": "CL:0002266", + "description": "A type D cell of the small intestine.", + "meaning": "CL:0002266", + "title": "type D cell of small intestine" + }, + { + "text": "CL:0000126", + "description": "A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together.", + "meaning": "CL:0000126", + "title": "macroglial cell" + }, + { + "text": "CL:0002652", + "description": "A venule endothelial cell that is cubodial, expresses leukocyte-specific receptors, and allows for passage of lymphocytes into bloodstream.", + "meaning": "CL:0002652", + "title": "endothelial cell of high endothelial venule" + }, + { + "text": "CL:0000547", + "description": "An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000547", + "title": "proerythroblast" + }, + { + "text": "CL:0000737", + "description": "Muscle cell which has as its direct parts myofilaments organized into sarcomeres.", + "meaning": "CL:0000737", + "title": "striated muscle cell" + }, + { + "text": "CL:4023042", + "description": "A corticothalamic-projecting neuron with a soma found in cortical layer 6.", + "meaning": "CL:4023042", + "title": "L6 corticothalamic-projecting glutamatergic cortical neuron" + }, + { + "text": "CL:1001127", + "description": "Any vasa recta cell that is part of some outer renal medulla vasa recta.", + "meaning": "CL:1001127", + "title": "outer renal medulla vasa recta cell" + }, + { + "text": "CL:0008013", + "description": "A visceromotor motor neuron whose soma is located in the hindbrain, and which synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles of the head.", + "meaning": "CL:0008013", + "title": "cranial visceromotor neuron" + }, + { + "text": "CL:0002578", + "description": "A preadipocyte found in mesenteric tissue.", + "meaning": "CL:0002578", + "title": "mesenteric preadipocyte" + }, + { + "text": "CL:0009086", + "description": "An endothelial cell that is part of a respiratory system lymphatic vessel.", + "meaning": "CL:0009086", + "title": "endothelial cell of respiratory system lymphatic vessel" + }, + { + "text": "CL:0000177", + "description": "Any secretory cell that is capable of some testosterone secretion.", + "meaning": "CL:0000177", + "title": "testosterone secreting cell" + }, + { + "text": "CL:0002643", + "description": "An epithelial cell of stratum corneum of esophageal epithelium that lacks keratin.", + "meaning": "CL:0002643", + "title": "nonkeratinized cell of stratum corneum of esophageal epithelium" + }, + { + "text": "CL:0002022", + "description": "An enucleate erythrocyte that is Lyg-76-high.", + "meaning": "CL:0002022", + "title": "Ly-76 high positive erythrocyte" + }, + { + "text": "CL:0002632", + "description": "Any epithelial cell that is part of some lower respiratory tract epithelium.", + "meaning": "CL:0002632", + "title": "epithelial cell of lower respiratory tract" + }, + { + "text": "CL:0000055", + "description": "A precursor cell with a limited number of potential fates.", + "meaning": "CL:0000055", + "title": "non-terminally differentiated cell" + }, + { + "text": "CL:0002535", + "description": "An epithelial cell of the cervix.", + "meaning": "CL:0002535", + "title": "epithelial cell of cervix" + }, + { + "text": "CL:2000091", + "description": "Any microvascular endothelial cell that is part of a endometrial blood vessel.", + "meaning": "CL:2000091", + "title": "endometrial microvascular endothelial cell" + }, + { + "text": "CL:0000251", + "meaning": "CL:0000251", + "title": "extramedullary cell" + }, + { + "text": "CL:0001016", + "description": "Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001016", + "title": "immature CD1a-positive Langerhans cell" + }, + { + "text": "CL:1001587", + "description": "Glandular cell of uterine cervix epithelium.", + "meaning": "CL:1001587", + "title": "uterine cervix glandular cell" + }, + { + "text": "CL:0002162", + "description": "An extremely flattened cell type found on the inner side of the tympanic membrane. The surface of this cell type carries sparse pleomorphic microvilli that are more common near the junctional zones.", + "meaning": "CL:0002162", + "title": "internal epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002576", + "description": "A glial cell that is part of the perineurium. This cell type has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments of external lamina and/or external lamina-like material, attachment plaques, and desmosome-like junctions. Perineurial cells historically have been referred to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial cell: does not have a compact nucleus and large endoplasmic reticulum; does have a double basement membrane opposed to a single basal lamina; is carefully joined to other perineurial cells by tight junctions into a single sheet as opposed to arranged in a large mass; and finally, can surround a small axon bundle at a nerve terminal whereas a fibroblast cannot.", + "meaning": "CL:0002576", + "title": "perineurial cell" + }, + { + "text": "CL:0000624", + "description": "A mature alpha-beta T cell that expresses an alpha-beta T cell receptor and the CD4 coreceptor.", + "meaning": "CL:0000624", + "title": "CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000523", + "description": "A cell from the inner layer of the trophoblast of the early mammalian embryo that gives rise to the outer surface and villi of the chorion. Mononuclear crytoblasts fuse to give rise to a multinuclear cytotrophoblast.", + "meaning": "CL:0000523", + "title": "mononuclear cytotrophoblast cell" + }, + { + "text": "CL:0002151", + "description": "A promyelocyte that is considerably smaller, with more condensed chromatin, and nucleoli are no longer conspicuous.", + "meaning": "CL:0002151", + "title": "late promyelocyte" + }, + { + "text": "CL:4023090", + "description": "A basket cell with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer.", + "meaning": "CL:4023090", + "title": "small basket cell" + }, + { + "text": "CL:4023032", + "meaning": "CL:4023032", + "title": "ON retinal ganglion cell" + }, + { + "text": "CL:1000353", + "description": "A M cell that is part of the epithelium of small intestine.", + "meaning": "CL:1000353", + "title": "microfold cell of epithelium of small intestine" + }, + { + "text": "CL:0000256", + "meaning": "CL:0000256", + "title": "uric acid accumulating cell" + }, + { + "text": "CL:0010004", + "description": "A mononuclear cell that is part_of a bone marrow.", + "meaning": "CL:0010004", + "title": "mononuclear cell of bone marrow" + }, + { + "text": "CL:0003031", + "description": "A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003031", + "title": "M3-ON retinal ganglion cell" + }, + { + "text": "CL:2000032", + "description": "A neuron that is part of a peripheral nervous system.", + "meaning": "CL:2000032", + "title": "peripheral nervous system neuron" + }, + { + "text": "CL:0000428", + "meaning": "CL:0000428", + "title": "yolk cell" + }, + { + "text": "CL:0005000", + "description": "A CNS interneuron located in the spinal cord.", + "meaning": "CL:0005000", + "title": "spinal cord interneuron" + }, + { + "text": "CL:0000836", + "description": "A precursor in the granulocytic series, being a cell intermediate in development between a myeloblast and myelocyte, that has distinct nucleoli, a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma Fc region receptor III-negative, and CD24-negative.", + "meaning": "CL:0000836", + "title": "promyelocyte" + }, + { + "text": "CL:1001106", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb. It is known in some mammalian species that this cell may express the Na+-K+-2Cl\u2212\u00a0cotransporter (NKCC2) apically.", + "meaning": "CL:1001106", + "title": "kidney loop of Henle thick ascending limb epithelial cell" + }, + { + "text": "CL:0000467", + "description": "A peptide hormone secreting cell that produces adrenocorticotropin, or corticotropin.", + "meaning": "CL:0000467", + "title": "adrenocorticotropic hormone secreting cell" + }, + { + "text": "CL:0000431", + "description": "A pigment cell derived from the neural crest. The cell contains flat light-reflecting platelets, probably of guanine, in stacks called reflecting platelets or iridisomes. The color-generating components produce a silver, gold, or iridescent color.", + "meaning": "CL:0000431", + "title": "iridophore" + }, + { + "text": "CL:0002390", + "description": "A blastoconidium that has only one nucleus.", + "meaning": "CL:0002390", + "title": "uninucleate blastconidium" + }, + { + "text": "CL:4033035", + "description": "An ON bipolar cell that has large dendritic and axonal fields.", + "meaning": "CL:4033035", + "title": "giant bipolar cell" + }, + { + "text": "CL:0000614", + "description": "A basophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and basophil-specific granules has started. No nucleolus is present. Markers are being integrin alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, aminopeptidase N-positive.", + "meaning": "CL:0000614", + "title": "basophilic myelocyte" + }, + { + "text": "CL:0000080", + "description": "A cell which moves among different tissues of the body, via blood, lymph, or other medium.", + "meaning": "CL:0000080", + "title": "circulating cell" + }, + { + "text": "CL:0002439", + "description": "A NK1.1-positive T cell that is NKGA2-positive.", + "meaning": "CL:0002439", + "title": "NKGA2-positive natural killer cell, mouse" + }, + { + "text": "CL:4033003", + "description": "A(n) myoepithelial cell that is part of a(n) bronchus submucosal gland.", + "meaning": "CL:4033003", + "title": "myoepithelial cell of bronchus submucosal gland" + }, + { + "text": "CL:0000512", + "description": "A paracrine cell is a secretory cell that secretes an agonist into intercellular spaces in which it diffuses to a target cell other than that which produced it.", + "meaning": "CL:0000512", + "title": "paracrine cell" + }, + { + "text": "CL:0009029", + "description": "A mesothelial cell that is located in a vermiform appendix.", + "meaning": "CL:0009029", + "title": "mesothelial cell of appendix" + }, + { + "text": "CL:0000478", + "description": "A peptide hormone secreting cell that secretes oxytocin stimulating hormone", + "meaning": "CL:0000478", + "title": "oxytocin stimulating hormone secreting cell" + }, + { + "text": "CL:0004001", + "description": "An interneuron whose axon stays entirely within the gray matter region where the cell body resides.", + "meaning": "CL:0004001", + "title": "local interneuron" + }, + { + "text": "CL:0000797", + "description": "A mature alpha-beta T cell of the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.", + "meaning": "CL:0000797", + "title": "alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0005021", + "description": "Mesenchymal derived lymphatic progenitor cells that give rise to the superficial lymphatics.", + "meaning": "CL:0005021", + "title": "mesenchymal lymphangioblast" + }, + { + "text": "CL:1000338", + "description": "An enterocyte that is part of the epithelium of crypt of Lieberkuhn of small intestine.", + "meaning": "CL:1000338", + "title": "enterocyte of epithelium of crypt of Lieberkuhn of small intestine" + }, + { + "text": "CL:0000746", + "description": "Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei.", + "meaning": "CL:0000746", + "title": "cardiac muscle cell" + }, + { + "text": "CL:0000958", + "description": "A transitional stage B cell that migrates from the bone marrow into the peripheral circulation, and finally to the spleen. This cell type has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, CD23-negative, and CD62L-negative, and CD93-positive. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-negative.", + "meaning": "CL:0000958", + "title": "T1 B cell" + }, + { + "text": "CL:0002433", + "description": "A CD4-positive, CD8-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.", + "meaning": "CL:0002433", + "title": "CD69-positive, CD4-positive single-positive thymocyte" + }, + { + "text": "CL:0000890", + "description": "An elicited macrophage characterized by low production of pro-inflammatory and Th1 polarizing cytokines and high expression of arginase-1, and associated with tissue remodelling.", + "meaning": "CL:0000890", + "title": "alternatively activated macrophage" + }, + { + "text": "CL:0000169", + "description": "A cell that secretes insulin and is located towards the center of the islets of Langerhans.", + "meaning": "CL:0000169", + "title": "type B pancreatic cell" + }, + { + "text": "CL:4023063", + "description": "An interneuron that is derived from the medial ganglionic eminence.", + "meaning": "CL:4023063", + "title": "medial ganglionic eminence derived interneuron" + }, + { + "text": "CL:0001003", + "description": "Mature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001003", + "title": "mature CD8_alpha-negative CD11b-positive dendritic cell" + }, + { + "text": "CL:4033046", + "description": "A midget ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from invaginating midget bipolar cells.", + "meaning": "CL:4033046", + "title": "ON midget ganglion cell" + }, + { + "text": "CL:0008019", + "description": "A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration.", + "meaning": "CL:0008019", + "title": "mesenchymal cell" + }, + { + "text": "CL:0002275", + "description": "A PP cell located in the islets of the pancreas.", + "meaning": "CL:0002275", + "title": "pancreatic PP cell" + }, + { + "text": "CL:0002548", + "description": "A fibroblast that is part of the heart.", + "meaning": "CL:0002548", + "title": "fibroblast of cardiac tissue" + }, + { + "text": "CL:0000732", + "meaning": "CL:0000732", + "title": "amoeboid cell" + }, + { + "text": "CL:4023164", + "description": "A bushy cell that receives a large number of medium-sized synapses, called modified endbulbs. Globular bushy cells extend to the superior olive on both sides of the brainstem where they give input to the bipolar neurons.", + "meaning": "CL:4023164", + "title": "globular bushy cell" + }, + { + "text": "CL:0004221", + "description": "A flag amacrine cell with post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.", + "meaning": "CL:0004221", + "title": "flag A amacrine cell" + }, + { + "text": "CL:4033028", + "description": "An OFF diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells. This cell contains a large number of synaptic ribbons and a small axon arbor area.", + "meaning": "CL:4033028", + "title": "diffuse bipolar 2 cell" + }, + { + "text": "CL:4030054", + "description": "A DRD1-expressing medium spiny neuron that is part of dense, RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and near the adjacent septal nuclei.", + "meaning": "CL:4030054", + "title": "RXFP1-positive interface island D1-medium spiny neuron" + }, + { + "text": "CL:0002322", + "description": "A stem cell of embryonic origin.", + "meaning": "CL:0002322", + "title": "embryonic stem cell" + }, + { + "text": "CL:0000451", + "description": "A cell of hematopoietic origin, typically resident in particular tissues, specialized in the uptake, processing, and transport of antigens to lymph nodes for the purpose of stimulating an immune response via T cell activation. These cells are lineage negative (CD3-negative, CD19-negative, CD34-negative, and CD56-negative).", + "meaning": "CL:0000451", + "title": "dendritic cell" + }, + { + "text": "CL:4023016", + "description": "A GABAergic neuron located in the cerebral cortex that expresses vasoactive intestinal polypeptide", + "meaning": "CL:4023016", + "title": "vip GABAergic cortical interneuron" + }, + { + "text": "CL:0009073", + "description": "A thymic medullary epithelial cell considered to be a post-AIRE cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs within Hassall's Corpuscles.", + "meaning": "CL:0009073", + "title": "medullary thymic epithelial cell type 3" + }, + { + "text": "CL:1000282", + "description": "A smooth muscle cell that is part of the ascending colon.", + "meaning": "CL:1000282", + "title": "smooth muscle fiber of ascending colon" + }, + { + "text": "CL:1000315", + "description": "A goblet cell that is part of the epithelium of principal gastric gland.", + "meaning": "CL:1000315", + "title": "principal gastric gland goblet cell" + }, + { + "text": "CL:0000536", + "description": "A secondary neuron (sensu Teleostei) that has a motor function.", + "meaning": "CL:0000536", + "title": "secondary motor neuron (sensu Teleostei)" + }, + { + "text": "CL:0011024", + "description": "A double negative thymocyte that is CD3-positive, CD4-negative, CD8-negative, that that are present in the periphery in very low numbers and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, but not IL-2, IL-4, IL-10 or IL-13 upon activation.", + "meaning": "CL:0011024", + "title": "double negative T regulatory cell" + }, + { + "text": "CL:0002148", + "description": "A cell found within the dental pulp.", + "meaning": "CL:0002148", + "title": "dental pulp cell" + }, + { + "text": "CL:0000530", + "description": "A neuron that develops during the early segmentation stages in teleosts, before the neural tube is formed.", + "meaning": "CL:0000530", + "title": "primary neuron (sensu Teleostei)" + }, + { + "text": "CL:0000439", + "description": "A peptide hormone cell that secretes prolactin.", + "meaning": "CL:0000439", + "title": "prolactin secreting cell" + }, + { + "text": "CL:0002409", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain that does not contain the Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.", + "meaning": "CL:0002409", + "title": "mature Vgamma2-negative thymocyte" + }, + { + "text": "CL:1001210", + "description": "Any vasa recta ascending limb cell that is part of some outer medulla vasa recta ascending limb.", + "meaning": "CL:1001210", + "title": "outer medulla vasa recta ascending limb cell" + }, + { + "text": "CL:0002221", + "description": "A squamous cell that has keratin in the esophagus.", + "meaning": "CL:0002221", + "title": "keratinized squamous cell of esophagus" + }, + { + "text": "CL:0003020", + "description": "A retinal ganglion cell C that has post-synaptic terminals in S2.", + "meaning": "CL:0003020", + "title": "retinal ganglion cell C outer" + }, + { + "text": "CL:1000489", + "description": "A reticular cell that is part of the splenic cord.", + "meaning": "CL:1000489", + "title": "reticular cell of splenic cord" + }, + { + "text": "CL:0000376", + "meaning": "CL:0000376", + "title": "humidity receptor cell" + }, + { + "text": "CL:0009000", + "description": "A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord.", + "meaning": "CL:0009000", + "title": "sensory neuron of spinal nerve" + }, + { + "text": "CL:0000757", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is restricted to sublamina 3 of the inner plexiform layer. It is narrowly stratified and branched. The dendritic tree has many delicate branches.", + "meaning": "CL:0000757", + "title": "type 5 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002012", + "description": "A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive.", + "meaning": "CL:0002012", + "title": "Kit-low proerythroblast" + }, + { + "text": "CL:0000794", + "description": "A CD8-positive, alpha-beta T cell that is capable of killing target cells in an antigen specific manner with the phenotype perforin-positive and granzyme B-positive.", + "meaning": "CL:0000794", + "title": "CD8-positive, alpha-beta cytotoxic T cell" + }, + { + "text": "CL:0000223", + "description": "A cell of the inner of the three germ layers of the embryo.", + "meaning": "CL:0000223", + "title": "endodermal cell" + }, + { + "text": "CL:0000134", + "description": "A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs.", + "meaning": "CL:0000134", + "title": "mesenchymal stem cell" + }, + { + "text": "CL:1000307", + "description": "A fibroblast that is part of the dense regular elastic tissue.", + "meaning": "CL:1000307", + "title": "fibroblast of dense regular elastic tissue" + }, + { + "text": "CL:0000971", + "description": "An IgM memory B cell is an unswitched memory B cell with the phenotype IgM-positive and IgD-negative.", + "meaning": "CL:0000971", + "title": "IgM memory B cell" + }, + { + "text": "CL:0011009", + "description": "A plasmatocyte derived from the embryonic head mesoderm.", + "meaning": "CL:0011009", + "title": "embryonic plasmatocyte" + }, + { + "text": "CL:0000462", + "description": "A cell of mesodermal origin that is closely associated with the epithelium of an imaginal disc. It is a precursor of some of the insect's adult muscles.", + "meaning": "CL:0000462", + "title": "adepithelial cell" + }, + { + "text": "CL:0001065", + "description": "A lymphocyte that lacks characteristic T cell, B cell, myeloid cell, and dendritic cell markers, that functions as part of the innate immune response to produce cytokines and other effector responses.", + "meaning": "CL:0001065", + "title": "innate lymphoid cell" + }, + { + "text": "CL:0000997", + "description": "Immature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0000997", + "title": "immature CD8_alpha-negative CD11b-positive dendritic cell" + }, + { + "text": "CL:0003028", + "description": "A monostratified retinal ganglion cell that has a small dendrite field with a dense dendrite arbor with post synaptic terminals in sublaminer layer S4.", + "meaning": "CL:0003028", + "title": "M1 retinal ganglion cell" + }, + { + "text": "CL:0000854", + "description": "Interneuromast cell is a neuroectodermal cell deposited by the migrating lateral line primordium between the neuromasts. Interneuromast cells proliferate and migrate to form additional neuromasts.", + "meaning": "CL:0000854", + "title": "interneuromast cell" + }, + { + "text": "CL:0002333", + "description": "An adipocyte derived from a neural crest cell.", + "meaning": "CL:0002333", + "title": "neural crest derived adipocyte" + }, + { + "text": "CL:0002616", + "description": "An adipocyte of perirenal fat tissue.", + "meaning": "CL:0002616", + "title": "perirenal adipocyte" + }, + { + "text": "CL:0007012", + "description": "Odontoblast that non-terminally differentiated, located in the odontogenic papilla and dentine tissue, and transforms from a odontoblast cell.", + "meaning": "CL:0007012", + "title": "non-terminally differentiated odontoblast" + }, + { + "text": "CL:1000083", + "meaning": "CL:1000083", + "title": "stratified keratinized epithelial stem cell" + }, + { + "text": "CL:0002415", + "description": "A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive.", + "meaning": "CL:0002415", + "title": "immature Vgamma1.1-positive, Vdelta6.3-positive thymocyte" + }, + { + "text": "CL:2000062", + "description": "Any capillary endothelial cell that is part of a placenta.", + "meaning": "CL:2000062", + "title": "placental villus capillary endothelial cell" + }, + { + "text": "CL:1001221", + "description": "Any smooth muscle cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001221", + "title": "arcuate vein smooth muscle cell" + }, + { + "text": "CL:4030053", + "description": "A DRD1-expressing, medium spiny neuron-like granule cell that is part of an Island of Calleja.", + "meaning": "CL:4030053", + "title": "Island of Calleja granule cell" + }, + { + "text": "CL:0001027", + "description": "CD7-negative lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-negative and CD45RA-negative.", + "meaning": "CL:0001027", + "title": "CD7-negative lymphoid progenitor cell" + }, + { + "text": "CL:4030055", + "description": "A urothelial cell that is part of the regenerative layer(s) of cells directly superficial to basal cells in urothelium. The layer of intermediate cells in the urothelium ranges from one to several layers thick depending on the species with intermediate cells attached to adjacent cell layers and one another via desmosomes.", + "meaning": "CL:4030055", + "title": "intermediate cell of urothelium" + }, + { + "text": "CL:2000060", + "description": "A trophoblast of placental villi. These cells fuse to form synctial trophoplast - the placental side of the interface between the placenta and maternal blood sinusoids in the decidua.", + "meaning": "CL:2000060", + "title": "placental villous trophoblast" + }, + { + "text": "CL:1000682", + "description": "A cell that is part of an interstitum of a renal medulla.", + "meaning": "CL:1000682", + "title": "kidney medulla interstitial cell" + }, + { + "text": "CL:1000291", + "description": "A muscle cell that is part of the posterior internodal tract.", + "meaning": "CL:1000291", + "title": "myocyte of posterior internodal tract" + }, + { + "text": "CL:0009108", + "description": "A lymphatic endothelial cell located in the subcapsular sinus floor of a lymph node. In human, it's characterized by a unique marker expression (TNFRSF9+).", + "meaning": "CL:0009108", + "title": "lymphatic endothelial cell of subcapsular sinus floor" + }, + { + "text": "CL:1000301", + "description": "A fibroblast that is part of the subepithelial connective tissue of prostatic gland.", + "meaning": "CL:1000301", + "title": "fibroblast of subepithelial connective tissue of prostatic gland" + }, + { + "text": "CL:0009065", + "description": "An intestinal tuft cell that is located in the anorectum.", + "meaning": "CL:0009065", + "title": "tuft cell of anorectum" + }, + { + "text": "CL:0000681", + "description": "A cell present in the developing CNS. Functions as both a precursor cell and as a scaffold to support neuronal migration.", + "meaning": "CL:0000681", + "title": "radial glial cell" + }, + { + "text": "CL:0002593", + "description": "A smooth muscle of the internal thoracic artery.", + "meaning": "CL:0002593", + "title": "smooth muscle cell of the internal thoracic artery" + }, + { + "text": "CL:4023112", + "description": "An afferent neuron of the vestibular system that innervate the base of the hair cell and increase or decrease their neural firing rate as the receptor cell is excited or inhibited.", + "meaning": "CL:4023112", + "title": "vestibular afferent neuron" + }, + { + "text": "CL:0002023", + "description": "A megakaroycotye progenitor cell that is CD34-positive, CD41-positive and CD42-positive on the cell surface.", + "meaning": "CL:0002023", + "title": "CD34-positive, CD41-positive, CD42-positive megakaryocyte progenitor cell" + }, + { + "text": "CL:0000458", + "description": "A cell type that secretes 5-Hydroxytryptamine (serotonin).", + "meaning": "CL:0000458", + "title": "serotonin secreting cell" + }, + { + "text": "CL:0002029", + "description": "A lineage-negative, Kit-positive, CD45-positive mast cell progenitor that is Fc-epsilon RIalpha-low.", + "meaning": "CL:0002029", + "title": "Fc-epsilon RIalpha-low mast cell progenitor" + }, + { + "text": "CL:0000178", + "description": "A Leydig cell is a testosterone-secreting cell in the interstitial area, between the seminiferous tubules, in the testis.", + "meaning": "CL:0000178", + "title": "Leydig cell" + }, + { + "text": "CL:1000804", + "description": "A kidney cell that is part of an interstitial compartment of an outer renal medulla.", + "meaning": "CL:1000804", + "title": "kidney outer medulla interstitial cell" + }, + { + "text": "CL:0000384", + "meaning": "CL:0000384", + "title": "ligament cell" + }, + { + "text": "CL:1000497", + "description": "A cell that is part of a kidney.", + "meaning": "CL:1000497", + "title": "kidney cell" + }, + { + "text": "CL:0000949", + "description": "A plasmablast that secretes IgD, and which occur in a small proportion of B cells in the adult.", + "meaning": "CL:0000949", + "title": "IgD plasmablast" + }, + { + "text": "CL:0011019", + "description": "A mesothelial cell that is part of the epicardium.", + "meaning": "CL:0011019", + "title": "mesothelial cell of epicardium" + }, + { + "text": "CL:0000469", + "description": "A neural progenitor cell that is the daughter of a neuroblast (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, glia and (occasionally) epithelial cells.", + "meaning": "CL:0000469", + "title": "ganglion mother cell" + }, + { + "text": "CL:4030060", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2.", + "meaning": "CL:4030060", + "title": "L2 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:4030003", + "description": "A cell that makes up the loose connective tissue of the thymus.", + "meaning": "CL:4030003", + "title": "interstitial cell of thymus" + }, + { + "text": "CL:0002471", + "description": "Gr1-low non-classical monocyte that lacks expression of a MHC-II complex.", + "meaning": "CL:0002471", + "title": "MHC-II-negative non-classical monocyte" + }, + { + "text": "CL:2000042", + "description": "Any fibroblast that is part of a embryo.", + "meaning": "CL:2000042", + "title": "embryonic fibroblast" + }, + { + "text": "CL:0000346", + "description": "A specialized mesenchymal cell that resides in the dermal papilla located at the bottom of hair follicles. This cell plays a pivotal roles in hair formation, growth, and cycling.", + "meaning": "CL:0000346", + "title": "hair follicle dermal papilla cell" + }, + { + "text": "CL:1001571", + "description": "A pyramidal neuron with a soma found in the hippocampus.", + "meaning": "CL:1001571", + "title": "hippocampal pyramidal neuron" + }, + { + "text": "CL:0002463", + "description": "An adipose dendritic cell that is SIRPa-positive.", + "meaning": "CL:0002463", + "title": "SIRPa-positive adipose dendritic cell" + }, + { + "text": "CL:0000415", + "description": "A cell whose nucleus has two haploid genomes.", + "meaning": "CL:0000415", + "title": "diploid cell" + }, + { + "text": "CL:0002507", + "description": "A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative.", + "meaning": "CL:0002507", + "title": "langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0000210", + "description": "A cell specialized to detect and transduce light.", + "meaning": "CL:0000210", + "title": "photoreceptor cell" + }, + { + "text": "CL:0002036", + "description": "A hematopoietic progenitor that has some limited self-renewal capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive.", + "meaning": "CL:0002036", + "title": "Slamf1-positive multipotent progenitor cell" + }, + { + "text": "CL:1000361", + "description": "A transitional myocyte that is part of the interatrial septum.", + "meaning": "CL:1000361", + "title": "transitional myocyte of interatrial septum" + }, + { + "text": "CL:0000101", + "description": "Any neuron having a sensory function; an afferent neuron conveying sensory impulses.", + "meaning": "CL:0000101", + "title": "sensory neuron" + }, + { + "text": "CL:1001220", + "description": "Any endothelial cell that is part of some kidney arcuate vein.", + "meaning": "CL:1001220", + "title": "arcuate vein endothelial cell" + }, + { + "text": "CL:0003033", + "description": "A monostratified retinal ganglion cell that has a large soma, a medium dendritic field with post synaptic terminals in sublaminar layer S3.", + "meaning": "CL:0003033", + "title": "M4 retinal ganglion cell" + }, + { + "text": "CL:0002351", + "description": "A progenitor cell that is able to differentiate into the pancreas alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 and Isl-1.", + "meaning": "CL:0002351", + "title": "progenitor cell of endocrine pancreas" + }, + { + "text": "CL:0000725", + "description": "Any cell that is capable of some nitrogen fixation.", + "meaning": "CL:0000725", + "title": "nitrogen fixing cell" + }, + { + "text": "CL:1001209", + "description": "Any vasa recta ascending limb cell that is part of some inner medulla vasa recta ascending limb.", + "meaning": "CL:1001209", + "title": "inner medulla vasa recta ascending limb cell" + }, + { + "text": "CL:0002002", + "description": "A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, Cxc3r1-negative, and CD90-negative.", + "meaning": "CL:0002002", + "title": "Kit-positive granulocyte monocyte progenitor" + }, + { + "text": "CL:0000529", + "meaning": "CL:0000529", + "title": "pigmented epithelial cell" + }, + { + "text": "CL:0002678", + "description": "A CD4-positive, CD25-positive alpha-beta regulatory T cell that has encountered antigen.", + "meaning": "CL:0002678", + "title": "memory regulatory T cell" + }, + { + "text": "CL:0000764", + "description": "A immature or mature cell in the lineage leading to and including erythrocytes.", + "meaning": "CL:0000764", + "title": "erythroid lineage cell" + }, + { + "text": "CL:4023060", + "description": "A neuron that has its soma located in CA1-3 of the hippocampus.", + "meaning": "CL:4023060", + "title": "hippocampal CA1-3 neuron" + }, + { + "text": "CL:0009021", + "description": "A stromal cell found in the lamina propria of the large intestine.", + "meaning": "CL:0009021", + "title": "stromal cell of lamina propria of large intestine" + }, + { + "text": "CL:2000074", + "description": "Any leukocyte that is part of a spleen.", + "meaning": "CL:2000074", + "title": "splenocyte" + }, + { + "text": "CL:0009104", + "description": "A fibroblastic reticular cell found in the lymph node germinal center dark zone (B cell zone).", + "meaning": "CL:0009104", + "title": "B cell zone reticular cell" + }, + { + "text": "CL:1000397", + "description": "An endothelial cell that is part of the venous sinus of red pulp of spleen.", + "meaning": "CL:1000397", + "title": "endothelial cell of venous sinus of red pulp of spleen" + }, + { + "text": "CL:0001017", + "description": "Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001017", + "title": "mature CD1a-positive Langerhans cell" + }, + { + "text": "CL:0004236", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004236", + "title": "AB broad diffuse-2 amacrine cell" + }, + { + "text": "CL:4042012", + "description": "An L2 intratelencephalic projecting glutamatergic neuron with a soma on the L1-L2 border. This neuron type has small apical dendrites projecting to L1.", + "meaning": "CL:4042012", + "title": "L2 marginal neuron" + }, + { + "text": "CL:1001591", + "description": "Glandular cell of oviduct epithelium. Example: peg cells, ciliated cells.", + "meaning": "CL:1001591", + "title": "oviduct glandular cell" + }, + { + "text": "CL:0000676", + "meaning": "CL:0000676", + "title": "cap cell" + }, + { + "text": "CL:2000067", + "description": "Any fibroblast that is part of a cardiac atrium.", + "meaning": "CL:2000067", + "title": "cardiac atrium fibroblast" + }, + { + "text": "CL:0001074", + "description": "An innate lymphoid cell precursor in the human with the phenotype CD34-positive, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.", + "meaning": "CL:0001074", + "title": "CD34-positive, CD56-positive, CD117-positive common innate lymphoid precursor, human" + }, + { + "text": "CL:0000843", + "description": "A resting mature B cell that has the phenotype IgM-positive, IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles of the white pulp of the spleen or the corticol areas of the peripheral lymph nodes. This cell type is also described as being CD19-positive, B220-positive, AA4-negative, CD43-negative, and CD5-negative.", + "meaning": "CL:0000843", + "title": "follicular B cell" + }, + { + "text": "CL:0002261", + "description": "An endothelial cell found in the mucosa associated with the facial skeleton.", + "meaning": "CL:0002261", + "title": "endothelial cell of viscerocranial mucosa" + }, + { + "text": "CL:0000942", + "description": "A plasmacytoid dendritic cell developing in the thymus with phenotype CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive.", + "meaning": "CL:0000942", + "title": "thymic plasmacytoid dendritic cell" + }, + { + "text": "CL:4030009", + "description": "A brush border cell that is part of segment 1 (S1) of the proximal tubule epithelium, located in the renal cortex.", + "meaning": "CL:4030009", + "title": "epithelial cell of proximal tubule segment 1" + }, + { + "text": "CL:0002362", + "description": "A cell located in the outermost proliferative zone of the external germinal layer that can differentiate into astroglial cells and granule cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive.", + "meaning": "CL:0002362", + "title": "cerebellar granule cell precursor" + }, + { + "text": "CL:1000617", + "description": "Any kidney medulla cell that is part of some inner medulla of kidney.", + "meaning": "CL:1000617", + "title": "kidney inner medulla cell" + }, + { + "text": "CL:0002380", + "description": "An asexual spore formed by Oomycetes; formed upon fertilization of an oosphere.", + "meaning": "CL:0002380", + "title": "oospore" + }, + { + "text": "CL:4040001", + "description": "A horse-specific, highly invasive trophoblast cell that invades the endometrium where it forms endometrial cups.", + "meaning": "CL:4040001", + "title": "chorionic girdle cell" + }, + { + "text": "CL:0000163", + "description": "A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions.", + "meaning": "CL:0000163", + "title": "endocrine cell" + }, + { + "text": "CL:0000634", + "description": "A cuboidal cell which along with Boettcher's cells form the floor of the external spiral sulcus, external to the organ of Corti.", + "meaning": "CL:0000634", + "title": "Claudius cell" + }, + { + "text": "CL:0003041", + "description": "An M9 retinal ganglion cells with synaptic terminals in S2 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003041", + "title": "M9-ON retinal ganglion cell" + }, + { + "text": "CL:0000905", + "description": "CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000905", + "title": "effector memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:4023128", + "description": "a KNDy neuron that is located in the rostral periventricular region of the third ventricle.", + "meaning": "CL:4023128", + "title": "rostral periventricular region of the third ventricle KNDy neuron" + }, + { + "text": "CL:0000951", + "description": "A short lived plasma cell that secretes IgE.", + "meaning": "CL:0000951", + "title": "IgE short lived plasma cell" + }, + { + "text": "CL:0000607", + "description": "A thick walled spore that stores and protects one or more nuclei following sexual reproduction in an Ascomycete.", + "meaning": "CL:0000607", + "title": "ascospore" + }, + { + "text": "CL:0000145", + "description": "A cell capable of processing and presenting lipid and protein antigens to T cells in order to initiate an immune response.", + "meaning": "CL:0000145", + "title": "professional antigen presenting cell" + }, + { + "text": "CL:0000805", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-positive, CD44-negative, CD25-negative, and pre-TCR-positive.", + "meaning": "CL:0000805", + "title": "immature single positive thymocyte" + }, + { + "text": "CL:4030001", + "description": "A stromal cell that is part of the thymus.", + "meaning": "CL:4030001", + "title": "stromal cell of thymus" + }, + { + "text": "CL:0002252", + "description": "An epithelial cell of the esophagus.", + "meaning": "CL:0002252", + "title": "epithelial cell of esophagus" + }, + { + "text": "CL:0009003", + "description": "Any cell in the midgut (middle subdivision of a digestive tract) of an insect larva.", + "meaning": "CL:0009003", + "title": "larval midgut cell" + }, + { + "text": "CL:0002197", + "description": "A parathyroid chief cell that is not actively secreting hormone. Contains small Golgi complexes with only a few grouped vesicles and membrane-bound secretory granules; glycogen and many lipofuscin granules abound but sacs of granular endoplasmic reticulum are rare and dispersed. In normal humans, inactive chief cells out number active chief cells in a ratio of 3-5:1.", + "meaning": "CL:0002197", + "title": "inactive chief cell of parathyoid gland" + }, + { + "text": "CL:0007018", + "description": "Ciliated cell of the embryonic epidermis and functions in embryonic movements.", + "meaning": "CL:0007018", + "title": "epidermal ciliary cell" + }, + { + "text": "CL:0008021", + "description": "Any neuron that has its soma located in some anterior lateral line ganglion.", + "meaning": "CL:0008021", + "title": "anterior lateral line ganglion neuron" + }, + { + "text": "CL:0000886", + "description": "A mucosa-associated lymphoid tissue macrophage found in the nasal and bronchial mucosa-associated lymphoid tissues.", + "meaning": "CL:0000886", + "title": "nasal and broncial associated lymphoid tissue macrophage" + }, + { + "text": "CL:0002241", + "description": "A fibroblasts found in interstitial spaces in the pulmonary tract. Greater numbers of these cells are found in idiopathic pulmonary fibrosis.", + "meaning": "CL:0002241", + "title": "pulmonary interstitial fibroblast" + }, + { + "text": "CL:0000135", + "description": "An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum is scanty with flattened nucleus. Term used by some histologists; when fibroblasts become relatively inactive in fiber formation. However, this cell has the potential for fibrogenesis in quiescent connective tissue of the adult, as well as during development, other histologists prefer to use the term fibroblast in all circumstances. These cells represent ~0.5% of peripheral blood leukocytes.", + "meaning": "CL:0000135", + "title": "fibrocyte" + }, + { + "text": "CL:0004218", + "description": "A horizontal cell with a small cell body, thin dendrites, and small dendritic arbor.", + "meaning": "CL:0004218", + "title": "H2 horizontal cell" + }, + { + "text": "CL:0000005", + "description": "Any fibroblast that is derived from the neural crest.", + "meaning": "CL:0000005", + "title": "neural crest derived fibroblast" + }, + { + "text": "CL:0009093", + "description": "A smooth muscle cell that is part of a placenta.", + "meaning": "CL:0009093", + "title": "smooth muscle cell of placenta" + }, + { + "text": "CL:0000686", + "description": "A columnar/cuboidal epithelial cell that secretes cerebrospinal fluid.", + "meaning": "CL:0000686", + "title": "cerebrospinal fluid secreting cell" + }, + { + "text": "CL:0000081", + "description": "A cell found predominately in the blood.", + "meaning": "CL:0000081", + "title": "blood cell" + }, + { + "text": "CL:4023079", + "description": "A GABAergic inhibitory neuron that is derived from the midbrain.", + "meaning": "CL:4023079", + "title": "midbrain-derived inhibitory neuron" + }, + { + "text": "CL:0000907", + "description": "CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000907", + "title": "central memory CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1001578", + "description": "Squamous cell of vaginal epithelium.", + "meaning": "CL:1001578", + "title": "vagina squamous cell" + }, + { + "text": "CL:0000850", + "description": "A neuron that releases serotonin as a neurotransmitter.", + "meaning": "CL:0000850", + "title": "serotonergic neuron" + }, + { + "text": "CL:0001054", + "description": "A monocyte that expresses CD14 and is negative for the lineage markers CD3, CD19, and CD20.", + "meaning": "CL:0001054", + "title": "CD14-positive monocyte" + }, + { + "text": "CL:0008015", + "description": "A motor neuron that is capable of directly inhibiting muscle contraction.", + "meaning": "CL:0008015", + "title": "inhibitory motor neuron" + }, + { + "text": "CL:4033049", + "description": "A taste receptor cell that is part of a taste bud of a tongue.", + "meaning": "CL:4033049", + "title": "taste receptor cell of tongue" + }, + { + "text": "CL:0000788", + "description": "A naive B cell is a mature B cell that has the phenotype surface IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0000788", + "title": "naive B cell" + }, + { + "text": "CL:0002239", + "description": "A primordial cell from which an oocyte (ovum) ultimately is developed.", + "meaning": "CL:0002239", + "title": "ooblast" + }, + { + "text": "CL:0000513", + "description": "A precursor cell destined to differentiate into cardiac muscle cell.", + "meaning": "CL:0000513", + "title": "cardiac muscle myoblast" + }, + { + "text": "CL:0000592", + "description": "A large, progesterone secreting cell in the corpus luteum that develops from the granulosa cells.", + "meaning": "CL:0000592", + "title": "large luteal cell" + }, + { + "text": "CL:4023129", + "description": "A retinal cell that is immature or undifferentiated.", + "meaning": "CL:4023129", + "title": "retinoblast" + }, + { + "text": "CL:4023019", + "description": "A vip GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.", + "meaning": "CL:4023019", + "title": "L5/6 cck, vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0000404", + "description": "A cell that initiates an electrical signal and passes that signal to another cell.", + "meaning": "CL:0000404", + "title": "electrically signaling cell" + }, + { + "text": "CL:0002545", + "description": "An endothelial cell that is part of the thoracic endothelium.", + "meaning": "CL:0002545", + "title": "thoracic aorta endothelial cell" + }, + { + "text": "CL:0007023", + "description": "Epidermal cell rich in mitochondria. In amphibians, appears during metamorphosis.", + "meaning": "CL:0007023", + "title": "flask cell" + }, + { + "text": "CL:0000200", + "description": "Any neuron that is capable of some detection of mechanical stimulus involved in sensory perception of touch.", + "meaning": "CL:0000200", + "title": "touch receptor cell" + }, + { + "text": "CL:2000076", + "description": "Any vein endothelial cell that is part of a hindlimb stylopod.", + "meaning": "CL:2000076", + "title": "hindlimb stylopod vein endothelial cell" + }, + { + "text": "CL:0000910", + "description": "A mature T cell that differentiated and acquired cytotoxic function with the phenotype perforin-positive and granzyme-B positive.", + "meaning": "CL:0000910", + "title": "cytotoxic T cell" + }, + { + "text": "CL:0002524", + "description": "A disseminated nephrocyte is a nephrocyte that filters hemolymph and is found at scattered locations in the fat body or other tissues.", + "meaning": "CL:0002524", + "title": "disseminated nephrocyte" + }, + { + "text": "CL:0000715", + "description": "A crystal cell that derives from the embryonic head mesoderm.", + "meaning": "CL:0000715", + "title": "embryonic crystal cell" + }, + { + "text": "CL:0000875", + "description": "A type of monocyte characterized by low expression of CCR2, low responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, and decrease size relative to classical monocytes, but increased co-stimulatory activity. May also play a role in tissue repair.", + "meaning": "CL:0000875", + "title": "non-classical monocyte" + }, + { + "text": "CL:0002332", + "description": "A ciliated cell of the bronchus.", + "meaning": "CL:0002332", + "title": "ciliated cell of the bronchus" + }, + { + "text": "CL:0009110", + "description": "A lymphatic endothelial cell located in the ceiling part of a lymph node medulla.", + "meaning": "CL:0009110", + "title": "lymphatic endothelial cell of medulla ceiling" + }, + { + "text": "CL:0002485", + "description": "A melanocyte of the retina. This cell type is distinct from pigmented retinal epithelium.", + "meaning": "CL:0002485", + "title": "retinal melanocyte" + }, + { + "text": "CL:1001135", + "description": "Any kidney cortex artery cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001135", + "title": "arcuate artery cell" + }, + { + "text": "CL:0002467", + "description": "A myeloid suppressor cell that is Gr1-high and CD11c-negative.", + "meaning": "CL:0002467", + "title": "Gr1-high myeloid suppressor cell" + }, + { + "text": "CL:0009076", + "description": "A thymic medullary epithelial cell that expresses neuroendocrine biomarkers.", + "meaning": "CL:0009076", + "title": "neuro-medullary thymic epithelial cell" + }, + { + "text": "CL:0004161", + "description": "A cone whose sensitivity measurements have an average spectral peak of 510 nm. These cones are described in rat.", + "meaning": "CL:0004161", + "title": "510 nm-cone" + }, + { + "text": "CL:0000380", + "description": "The support cell that makes the thecogen dendritic cap - a cuticle-like matrix around the tip of the eo-dendrite and which encloses the soma of the eo-neuron.", + "meaning": "CL:0000380", + "title": "thecogen cell" + }, + { + "text": "CL:0000301", + "description": "A primordial germ cell of insects. Such cells form at the posterior pole of the early embryo.", + "meaning": "CL:0000301", + "title": "pole cell" + }, + { + "text": "CL:4030012", + "description": "Epithelial cell of the descending thin limb of the short loop (cortical) nephron limited to the outer medulla (mainly inner strip). It is known in some mammalian species that the short descending limb of the loop of Henle selectively expresses the serine protease Corin, the homeobox TF Uncx, and the urea channel Slc14a2.", + "meaning": "CL:4030012", + "title": "kidney loop of Henle short descending thin limb epithelial cell" + }, + { + "text": "CL:1000348", + "description": "A basal cell that is part of the epithelium of trachea.", + "meaning": "CL:1000348", + "title": "basal cell of epithelium of trachea" + }, + { + "text": "CL:0000441", + "description": "A stem cell that gives rise to the follicle cells that surround the oocyte in female arthropods.", + "meaning": "CL:0000441", + "title": "follicle stem cell (sensu Arthropoda)" + }, + { + "text": "CL:4023118", + "description": "A sst GABAergic interneuron does not have Martinotti morphology with a soma found in L5/6 of the cerebral cortex.", + "meaning": "CL:4023118", + "title": "L5/6 non-Martinotti sst GABAergic interneuron (Mmus)" + }, + { + "text": "CL:4023053", + "description": "A Betz cell that syanpses with spinal interneurons.", + "meaning": "CL:4023053", + "title": "spinal interneuron synapsing Betz cell" + }, + { + "text": "CL:0002393", + "description": "A monocyte that has characteristics of both patrolling and inflammatory monocytes.", + "meaning": "CL:0002393", + "title": "intermediate monocyte" + }, + { + "text": "CL:0010015", + "description": "A highly specialized cell type exclusive to and forming neuroepithelium of the Saccus vasculosus, covering the caudal diverticulum of the infundibular recess.", + "meaning": "CL:0010015", + "title": "coronet cell" + }, + { + "text": "CL:0002454", + "description": "Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative and is CD205-positive.", + "meaning": "CL:0002454", + "title": "Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell" + }, + { + "text": "CL:1001596", + "description": "Glandular cell of salivary gland. Example: Serous cells, mucous cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal epithelium of the striated ducts, epithelial cells of excretory ducts.", + "meaning": "CL:1001596", + "title": "salivary gland glandular cell" + }, + { + "text": "CL:1000357", + "description": "A M cell that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000357", + "title": "microfold cell of epithelium proper of jejunum" + }, + { + "text": "CL:0002133", + "description": "A stromal cell of the ovarian cortex.", + "meaning": "CL:0002133", + "title": "stromal cell of ovarian cortex" + }, + { + "text": "CL:0007005", + "description": "Cell that is part of the notochord.", + "meaning": "CL:0007005", + "title": "notochordal cell" + }, + { + "text": "CL:0000837", + "description": "A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans.", + "meaning": "CL:0000837", + "title": "hematopoietic multipotent progenitor cell" + }, + { + "text": "CL:0002304", + "description": "A cell that is part of non-pigmented ciliary epithelium. This cell type participates in aqueous humor formation by releasing solute, principally sodium and chloride ions received from pigmented epithelial cells via gap junctions, into the aqueous humor of the eye.", + "meaning": "CL:0002304", + "title": "non-pigmented ciliary epithelial cell" + }, + { + "text": "CL:0002395", + "description": "A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, CD115-positive, and B220-negative.", + "meaning": "CL:0002395", + "title": "Gr1-high classical monocyte" + }, + { + "text": "CL:0000784", + "description": "A dendritic cell type of distinct morphology, localization, and surface marker expression (CD123-positive) from other dendritic cell types and associated with early stage immune responses, particularly the release of physiologically abundant amounts of type I interferons in response to infection.", + "meaning": "CL:0000784", + "title": "plasmacytoid dendritic cell" + }, + { + "text": "CL:0002215", + "description": "A type II muscle cell that contains a low content of myoglobin, relatively few mitochondria, relatively few blood capillaries and large amounts of glycogen. Type II B fibres are white, geared to generate ATP by anaerobic metabolic processes, not able to supply skeletal muscle fibres continuously with sufficient ATP, fatigue easily, split ATP at a fast rate and have a fast contraction velocity.", + "meaning": "CL:0002215", + "title": "type IIb muscle cell" + }, + { + "text": "CL:0002200", + "description": "An oncocyte located in the thyroid.", + "meaning": "CL:0002200", + "title": "oxyphil cell of thyroid" + }, + { + "text": "CL:0017010", + "description": "A hillock cell that is part of the urethra.", + "meaning": "CL:0017010", + "title": "hillock cell of urethral epithelium" + }, + { + "text": "CL:0000152", + "description": "A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct.", + "meaning": "CL:0000152", + "title": "exocrine cell" + }, + { + "text": "CL:1001213", + "description": "Any endothelial cell that is part of some kidney arcuate artery.", + "meaning": "CL:1001213", + "title": "arcuate artery endothelial cell" + }, + { + "text": "CL:0000117", + "meaning": "CL:0000117", + "title": "CNS neuron (sensu Vertebrata)" + }, + { + "text": "CL:4042010", + "description": "An interlaminar astrocyte whose soma is part of the first layer of a neocortex and is in contact with a pia surface.", + "meaning": "CL:4042010", + "title": "pial interlaminar astrocyte" + }, + { + "text": "CL:0000783", + "description": "A phagocyte formed by the fusion of mononuclear phagocytes.", + "meaning": "CL:0000783", + "title": "multinucleated phagocyte" + }, + { + "text": "CL:0009014", + "description": "A lymphocyte that is part of a Peyer's patch. These cells have a major role in driving the immune response to antigens sampled from the intestinal lumen, and in regulating the formation of follicle-associated epithelium and M cells in Peyer's patches by converting intestitial enterocytes into M cells.", + "meaning": "CL:0009014", + "title": "Peyer's patch lymphocyte" + }, + { + "text": "CL:0003007", + "description": "A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S2 and S3 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003007", + "title": "G4-OFF retinal ganglion cell" + }, + { + "text": "CL:0000931", + "description": "A type II NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000931", + "title": "activated type II NK T cell" + }, + { + "text": "CL:0009040", + "description": "A stromal cell found in the lamina propria of the colon.", + "meaning": "CL:0009040", + "title": "stromal cell of lamina propria of colon" + }, + { + "text": "CL:0000868", + "description": "A secondary lymphoid organ macrophage found in a lymph node. This cell is CD169-high.", + "meaning": "CL:0000868", + "title": "lymph node macrophage" + }, + { + "text": "CL:0000390", + "meaning": "CL:0000390", + "title": "blood cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:1000425", + "description": "A chromaffin cell that is part of the paraganglion.", + "meaning": "CL:1000425", + "title": "chromaffin cell of paraganglion" + }, + { + "text": "CL:2000058", + "description": "Any osteoblast that is part of a skull.", + "meaning": "CL:2000058", + "title": "calvarial osteoblast" + }, + { + "text": "CL:4023026", + "description": "A medium spiny neuron that expresses dopamine type 1 receptors and projects to the globus pallidus internus or the substantia nigra pars reticulata.", + "meaning": "CL:4023026", + "title": "direct pathway medium spiny neuron" + }, + { + "text": "CL:0011021", + "description": "A fibroblast that is part of upper back skin.", + "meaning": "CL:0011021", + "title": "fibroblast of upper back skin" + }, + { + "text": "CL:1000382", + "description": "A type II vestibular sensory cell that is part of the stato-acoustic epithelium.", + "meaning": "CL:1000382", + "title": "type 2 vestibular sensory cell of stato-acoustic epithelium" + }, + { + "text": "CL:4023002", + "description": "A beta motor neuron that innervates the nuclear bag fibers of muscle spindles.", + "meaning": "CL:4023002", + "title": "dynamic beta motor neuron" + }, + { + "text": "CL:2000012", + "description": "Any skin fibroblast that is part of a pedal digit skin.", + "meaning": "CL:2000012", + "title": "fibroblast of pedal digit skin" + }, + { + "text": "CL:0000960", + "description": "A transitional stage B cell that expresses surface IgM and IgD, and CD62L. This cell type appears to be an anergic B cell that does not proliferate upon BCR signaling, is found in the spleen and lymph nodes, and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, CD23-positive, CD62L-positive, and CD93-positive. This cell type has also been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface expression of IgM).", + "meaning": "CL:0000960", + "title": "T3 B cell" + }, + { + "text": "CL:2000059", + "description": "Any microvascular endothelial cell that is part of a prostate gland.", + "meaning": "CL:2000059", + "title": "prostate gland microvascular endothelial cell" + }, + { + "text": "CL:0002297", + "description": "A thymic epithelial cell with moderate nuclear and cytoplasmic electron-density. Scattered in the cortex, this cell type is predominant in the mid and deep cortex.", + "meaning": "CL:0002297", + "title": "type-3 epithelial cell of thymus" + }, + { + "text": "CL:0000575", + "description": "An epithelial cell of the cornea.", + "meaning": "CL:0000575", + "title": "corneal epithelial cell" + }, + { + "text": "CL:0000923", + "description": "A type I NK T cell that has the phenotype CD4-positive.", + "meaning": "CL:0000923", + "title": "CD4-positive type I NK T cell" + }, + { + "text": "CL:0000482", + "description": "An endocrine cell that secretes juvenile hormone.", + "meaning": "CL:0000482", + "title": "juvenile hormone secreting cell" + }, + { + "text": "CL:0002364", + "description": "An epithelial cell of the cortical portion of the thymus. Epithelial cells in this region are required for positive selection of CD8-positive T cells.", + "meaning": "CL:0002364", + "title": "cortical thymic epithelial cell" + }, + { + "text": "CL:0007009", + "description": "Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells.", + "meaning": "CL:0007009", + "title": "prechondroblast" + }, + { + "text": "CL:0000828", + "description": "A progenitor cell of the thrombocyte, a nucleated blood cell involved in coagulation typically seen in birds and other non-mammalian vertebrates.", + "meaning": "CL:0000828", + "title": "thromboblast" + }, + { + "text": "CL:0002114", + "description": "A CD38-positive unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002114", + "title": "CD38-positive unswitched memory B cell" + }, + { + "text": "CL:0000924", + "description": "A type I NK T cell that has the phenotype CD4-negative and CD8-negative.", + "meaning": "CL:0000924", + "title": "CD4-negative, CD8-negative type I NK T cell" + }, + { + "text": "CL:1000290", + "description": "A muscle cell that is part of the middle internodal tract.", + "meaning": "CL:1000290", + "title": "myocyte of middle internodal tract" + }, + { + "text": "CL:0002314", + "description": "An auditory epithelial support cell located in the vestibular epithelium that has many hallmarks of glial cells. This cell type express glial markers such as vimentin, S100, glutamate-aspartate transporter, low affinity neurotrophin receptor p75, glial fibrillary acidic protein, and proteolipid protein.", + "meaning": "CL:0002314", + "title": "external supporting cell of vestibular epithelium" + }, + { + "text": "CL:1000287", + "description": "A muscle cell that is part of the anterior internodal tract.", + "meaning": "CL:1000287", + "title": "myocyte of anterior internodal tract" + }, + { + "text": "CL:2000075", + "description": "Any endodermal cell that is part of a anterior visceral endoderm.", + "meaning": "CL:2000075", + "title": "anterior visceral endoderm cell" + }, + { + "text": "CL:0002077", + "description": "An epithelial cell derived from ectoderm.", + "meaning": "CL:0002077", + "title": "ecto-epithelial cell" + }, + { + "text": "CL:4028002", + "description": "An alveolar capillary endothelial cell that is located distally to alveolar capillary type 2 endothelial cells.", + "meaning": "CL:4028002", + "title": "alveolar capillary type 1 endothelial cell" + }, + { + "text": "CL:0000187", + "description": "A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns.", + "meaning": "CL:0000187", + "title": "muscle cell" + }, + { + "text": "CL:4040000", + "description": "A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.", + "meaning": "CL:4040000", + "title": "glial restricted tripotential precursor cell" + }, + { + "text": "CL:1000379", + "description": "A type I vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.", + "meaning": "CL:1000379", + "title": "type 1 vestibular sensory cell of epithelium of macula of utricle of membranous labyrinth" + }, + { + "text": "CL:0002360", + "description": "A hematopoietic stem cell from the aorta-gonad-mesonephros region of the developing embryo. First seen at E10.5 in mouse embryos. May give rise to fetal liver HSC.", + "meaning": "CL:0002360", + "title": "AGM hematopoietic stem cell" + }, + { + "text": "CL:0004117", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field.", + "meaning": "CL:0004117", + "title": "retinal ganglion cell A" + }, + { + "text": "CL:0004213", + "description": "A type of type 3 cone bipolar cell with distinctive curly dendrites.", + "meaning": "CL:0004213", + "title": "type 3a cone bipolar cell" + }, + { + "text": "CL:1000699", + "description": "A resident-dendritic cell that is part of a kidney.", + "meaning": "CL:1000699", + "title": "kidney resident dendritic cell" + }, + { + "text": "CL:0004251", + "description": "An amicrine that has a narrow dendritic field.", + "meaning": "CL:0004251", + "title": "narrow field retinal amacrine cell" + }, + { + "text": "CL:0002505", + "description": "A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, MHC-II-positive and CD103-negative.", + "meaning": "CL:0002505", + "title": "liver CD103-negative dendritic cell" + }, + { + "text": "CL:0001045", + "description": "A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-negative.", + "meaning": "CL:0001045", + "title": "naive CCR4-positive regulatory T cell" + }, + { + "text": "CL:0000756", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell has a diffuse axon terminal with varicosities in sublaminae 1 and 2 of the inner plexiform layer.", + "meaning": "CL:0000756", + "title": "type 4 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:4030038", + "description": "A CD24-positive, CD-133-positive, vimentin-positive cell found scattered throughout a renal proximal tubule and that may participate in tubular regeneration. Compared to other proximal tubular cell types, this cell contains less cytoplasm, fewer mitochondria and no brush border.", + "meaning": "CL:4030038", + "title": "CD24-positive, CD-133-positive, vimentin-positive proximal tubular cell" + }, + { + "text": "CL:0002272", + "description": "A cell that secretes motilin, a gastric hormone that at low pH inhibits gastric motor activity, whereas at high pH has a stimulating effect.", + "meaning": "CL:0002272", + "title": "motilin secreting cell" + }, + { + "text": "CL:2000073", + "description": "Any migratory neural crest cell that is part of a cardiac neural crest.", + "meaning": "CL:2000073", + "title": "migratory cardiac neural crest cell" + }, + { + "text": "CL:1001437", + "description": "The subcutaneous mechanoreceptors that innervate vellus hairs.", + "meaning": "CL:1001437", + "title": "hair-down neuron" + }, + { + "text": "CL:0002418", + "description": "A pluripotent cell in the yolk sac that can give rise to mesenchymal cells including erythrocytes and endothelial cells.", + "meaning": "CL:0002418", + "title": "hemangioblast" + }, + { + "text": "CL:4023021", + "description": "A gamma motor neuron that innervates static nuclear bag fibers (bag2 fibers) and increases their firing, in response to an increase in the magnitude of change in length, and controls the static sensitivity of the stretch reflex.", + "meaning": "CL:4023021", + "title": "static gamma motor neuron" + }, + { + "text": "CL:0000554", + "description": "A peptide hormone secreting cell that secretes gastrin stimulating hormone.", + "meaning": "CL:0000554", + "title": "gastrin stimulating hormone secreting cell" + }, + { + "text": "CL:4030027", + "description": "An amacrine cell that uses GABA as a neurotransmitter.", + "meaning": "CL:4030027", + "title": "GABAergic amacrine cell" + }, + { + "text": "CL:0000524", + "description": "A cell, usually of bacteria or yeast, which has partially lost its cell wall.", + "meaning": "CL:0000524", + "title": "spheroplast" + }, + { + "text": "CL:0000516", + "description": "A non-neuronal cell that surrounds the neuronal cell bodies of the ganglia.", + "meaning": "CL:0000516", + "title": "perineuronal satellite cell" + }, + { + "text": "CL:0002353", + "description": "A hematopoietic stem cell that resides in the fetal liver. In mice, this cell type is first observed at E10.5. This cell type is MHC-positive, HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, CD48-negative and CD244-negative.", + "meaning": "CL:0002353", + "title": "fetal liver hematopoietic progenitor cell" + }, + { + "text": "CL:0001046", + "description": "A memory regulatory T cell with phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-positive.", + "meaning": "CL:0001046", + "title": "memory CCR4-positive regulatory T cell" + }, + { + "text": "CL:4033007", + "description": "A(n) brush cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033007", + "title": "brush cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0009039", + "description": "A goblet cell that is located in the colon.", + "meaning": "CL:0009039", + "title": "colon goblet cell" + }, + { + "text": "CL:0002119", + "description": "A CD38-positive IgG-negative memory B cell is an IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-positive and IgG-negative.", + "meaning": "CL:0002119", + "title": "CD38-positive IgG-negative class switched memory B cell" + }, + { + "text": "CL:0005009", + "description": "A cuboidal epithelial cell of the kidney which regulates sodium and potassium balance. The activity of sodium and potassium channels on the apical membrane of the cell is regulated by aldosterone and vasopressin. In mammals this cell type is located in the renal collecting duct system.", + "meaning": "CL:0005009", + "title": "renal principal cell" + }, + { + "text": "CL:2000049", + "description": "Any pyramidal cell that is part of a primary motor cortex.", + "meaning": "CL:2000049", + "title": "primary motor cortex pyramidal cell" + }, + { + "text": "CL:0000799", + "description": "A gamma-delta T cell that has an immature phenotype.", + "meaning": "CL:0000799", + "title": "immature gamma-delta T cell" + }, + { + "text": "CL:4033010", + "description": "A(n) neuroendocrine cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033010", + "title": "neuroendocrine cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0007007", + "description": "Notochordal cell that is part of the outer epithelium of the notochord and surrounds the vacuolated notochord cells.", + "meaning": "CL:0007007", + "title": "notochordal sheath cell" + }, + { + "text": "CL:0000541", + "description": "A cell that originates from the neural crest and differentiates into a pigment cell.", + "meaning": "CL:0000541", + "title": "melanoblast" + }, + { + "text": "CL:0000564", + "description": "A promyelocyte committed to the neutrophil lineage. This cell type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, has low expression of PU.1 transcription factor and lacks lactotransferrin expression.", + "meaning": "CL:0000564", + "title": "neutrophilic promyelocyte" + }, + { + "text": "CL:0000497", + "description": "A photoreceptor cell that is sensitive to red light.", + "meaning": "CL:0000497", + "title": "red sensitive photoreceptor cell" + }, + { + "text": "CL:0003049", + "description": "A cone cell that detects medium wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 534-545 nm.", + "meaning": "CL:0003049", + "title": "M cone cell" + }, + { + "text": "CL:0000556", + "description": "A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release.", + "meaning": "CL:0000556", + "title": "megakaryocyte" + }, + { + "text": "CL:0000876", + "description": "A splenic macrophage found in the white pulp of the spleen. Markers include F4/80-negative, CD68-positive, and macrosialin-positive.", + "meaning": "CL:0000876", + "title": "splenic white pulp macrophage" + }, + { + "text": "CL:0002399", + "description": "A myeloid dendritic cell found in the blood that is CD1c-positive.", + "meaning": "CL:0002399", + "title": "CD1c-positive myeloid dendritic cell" + }, + { + "text": "CL:4023048", + "description": "An intratelencephalic-projecting glutamatergic with a soma located in upper L5 of the primary motor cortex. These cells have thin untufted apical dendrites.", + "meaning": "CL:4023048", + "title": "L4/5 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0009046", + "description": "A T cell found in the lymph node medullary sinus.", + "meaning": "CL:0009046", + "title": "T cell of medullary sinus of lymph node" + }, + { + "text": "CL:1000298", + "description": "A mesothelial cell that is part of the dura mater.", + "meaning": "CL:1000298", + "title": "mesothelial cell of dura mater" + }, + { + "text": "CL:0008039", + "description": "The motor neurons of vertebrates that directly innervate skeletal muscles. They receive input from upper motor neurons.", + "meaning": "CL:0008039", + "title": "lower motor neuron" + }, + { + "text": "CL:0000387", + "description": "A blood cell of the circulatory system of arthropods.", + "meaning": "CL:0000387", + "title": "hemocyte (sensu Arthropoda)" + }, + { + "text": "CL:1001609", + "description": "Fibroblast from muscle organ.", + "meaning": "CL:1001609", + "title": "muscle fibroblast" + }, + { + "text": "CL:1000601", + "description": "Any cell that is part of some ureter.", + "meaning": "CL:1000601", + "title": "ureteral cell" + }, + { + "text": "CL:0000140", + "description": "Skeletogenic cell that secretes dentine matrix, is derived from odontogenic papilla. Embedded in dentine tissue, and is the transformation of a non-terminally differentiated odontoblast cell.", + "meaning": "CL:0000140", + "title": "odontocyte" + }, + { + "text": "CL:0000505", + "description": "A peptide hormone secreting cell that secretes substance P.", + "meaning": "CL:0000505", + "title": "substance P secreting cell" + }, + { + "text": "CL:4032001", + "description": "A GABAergic interneuron located in the cerebral cortex that expresses reelin (rln).", + "meaning": "CL:4032001", + "title": "reelin GABAergic cortical interneuron" + }, + { + "text": "CL:0002434", + "description": "A CD8-positive, CD4-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.", + "meaning": "CL:0002434", + "title": "CD24-positive, CD8 single-positive thymocyte" + }, + { + "text": "CL:0000531", + "description": "A primary neuron (sensu Teleostei) that has a sensory function.", + "meaning": "CL:0000531", + "title": "primary sensory neuron (sensu Teleostei)" + }, + { + "text": "CL:1000278", + "description": "A smooth muscle cell that is part of the ileum.", + "meaning": "CL:1000278", + "title": "smooth muscle fiber of ileum" + }, + { + "text": "CL:1001586", + "description": "Glandular cell of mammary epithelium. Example: glandular cells of large and intermediate ducts, glandular cells in terminal ducts.", + "meaning": "CL:1001586", + "title": "mammary gland glandular cell" + }, + { + "text": "CL:0001008", + "description": "A hematopoietic stem cell that has plasma membrane part Kit-positive, SCA-1-positive, CD150-positive and CD34-negative.", + "meaning": "CL:0001008", + "title": "Kit and Sca1-positive hematopoietic stem cell" + }, + { + "text": "CL:0002166", + "description": "An epithelial cell that remains from the disintegration of the epithelial root sheath involved in the development of teeth.", + "meaning": "CL:0002166", + "title": "epithelial cell of Malassez" + }, + { + "text": "CL:0000216", + "description": "A supporting cell projecting inward from the basement membrane of seminiferous tubules. They surround and nourish the developing male germ cells and secrete androgen binding protein. Their tight junctions with the spermatogonia and spermatocytes provide a blood-testis barrier.", + "meaning": "CL:0000216", + "title": "Sertoli cell" + }, + { + "text": "CL:0002391", + "description": "A blastoconidium that has more than one nucleus.", + "meaning": "CL:0002391", + "title": "multinucleate blastoconidium" + }, + { + "text": "CL:2000084", + "description": "Any goblet cell that is part of a conjunctiva.", + "meaning": "CL:2000084", + "title": "conjunctiva goblet cell" + }, + { + "text": "CL:0011012", + "description": "A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells.", + "meaning": "CL:0011012", + "title": "neural crest cell" + }, + { + "text": "CL:0009028", + "description": "An intestinal crypt stem cell that is located in the vermiform appendix. These stem cells reside at the bottom of crypts in the appendix and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009028", + "title": "intestinal crypt stem cell of appendix" + }, + { + "text": "CL:0002196", + "description": "A transient hepatic stem cell observed after liver injury with a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes and bile duct cells. Arises from more than one tissue.", + "meaning": "CL:0002196", + "title": "hepatic oval stem cell" + }, + { + "text": "CL:0002072", + "description": "A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery.", + "meaning": "CL:0002072", + "title": "nodal myocyte" + }, + { + "text": "CL:0002534", + "description": "A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.", + "meaning": "CL:0002534", + "title": "mature CD16-positive myeloid dendritic cell" + }, + { + "text": "CL:0000820", + "description": "A B-1 B cell that has the phenotype CD5-positive.", + "meaning": "CL:0000820", + "title": "B-1a B cell" + }, + { + "text": "CL:0000038", + "description": "A progenitor cell committed to the erythroid lineage.", + "meaning": "CL:0000038", + "title": "erythroid progenitor cell" + }, + { + "text": "CL:0009094", + "description": "An endothelial cell that is part of a hepatic portal vein.", + "meaning": "CL:0009094", + "title": "endothelial cell of hepatic portal vein" + }, + { + "text": "CL:4042002", + "description": "A nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron that co-expresses TAC3 and the DRD1 receptor.", + "meaning": "CL:4042002", + "title": "TAC3-positive medium spiny neuron" + }, + { + "text": "CL:0000452", + "meaning": "CL:0000452", + "title": "thyroid hormone secreting cell" + }, + { + "text": "CL:0000215", + "description": "A cell whose primary function is to prevent the transport of stuff across compartments.", + "meaning": "CL:0000215", + "title": "barrier cell" + }, + { + "text": "CL:0002376", + "description": "A glial cell that ensheaths multiple small diameter axons in the peripheral nervous system. The non-myelinating Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. These cells can de-differentiate into immature Schwann cells.", + "meaning": "CL:0002376", + "title": "non-myelinating Schwann cell" + }, + { + "text": "CL:0002495", + "description": "A fetal and neonatal heart cell that undergoes proliferation and is not yet terminally differentiated into a binucleate or a multinucleate cardiac myocyte.", + "meaning": "CL:0002495", + "title": "fetal cardiomyocyte" + }, + { + "text": "CL:0000773", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a eosinophilic myelocyte and a band form eosinophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, CD24-positive and aminopeptidase N-negative.", + "meaning": "CL:0000773", + "title": "eosinophilic metamyelocyte" + }, + { + "text": "CL:0000393", + "description": "A cell whose function is determined by its response to an electric signal.", + "meaning": "CL:0000393", + "title": "electrically responsive cell" + }, + { + "text": "CL:1000450", + "description": "An epithelial cell that is part of the glomerular capsule.", + "meaning": "CL:1000450", + "title": "epithelial cell of glomerular capsule" + }, + { + "text": "CL:1001287", + "description": "Any vasa recta descending limb cell that is part of some outer medulla vasa recta descending limb.", + "meaning": "CL:1001287", + "title": "outer medulla vasa recta descending limb cell" + }, + { + "text": "CL:0009056", + "description": "A transit amplifying cell that is located in the anorectum.", + "meaning": "CL:0009056", + "title": "transit amplifying cell of anorectum" + }, + { + "text": "CL:0000934", + "description": "A CD4-positive, alpha-beta T cell that has cytotoxic function.", + "meaning": "CL:0000934", + "title": "CD4-positive, alpha-beta cytotoxic T cell" + }, + { + "text": "CL:0000771", + "description": "Any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, CD191-positive, and CD193-positive.", + "meaning": "CL:0000771", + "title": "eosinophil" + }, + { + "text": "CL:0003046", + "description": "A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S2 and S4.", + "meaning": "CL:0003046", + "title": "M13 retinal ganglion cell" + }, + { + "text": "CL:4023017", + "description": "A GABAergic neuron located in the cerebral cortex that expresses somatostatin (sst)", + "meaning": "CL:4023017", + "title": "sst GABAergic cortical interneuron" + }, + { + "text": "CL:0002591", + "description": "A smooth muscle of the pulmonary artery.", + "meaning": "CL:0002591", + "title": "smooth muscle cell of the pulmonary artery" + }, + { + "text": "CL:0002423", + "description": "A DN2 thymocyte that is Kit-hi.", + "meaning": "CL:0002423", + "title": "DN2a thymocyte" + }, + { + "text": "CL:0000697", + "meaning": "CL:0000697", + "title": "R4 photoreceptor cell" + }, + { + "text": "CL:0000856", + "description": "Neuromast hair cell is a hair cell that acts as a sensory receptor of the neuromast; it is morphologically polarized as a result of the relative position of the single kinocilium and the clusters of stereocilia on its apical surface.", + "meaning": "CL:0000856", + "title": "neuromast hair cell" + }, + { + "text": "CL:2000057", + "description": "Any osteoblast that is part of a femur.", + "meaning": "CL:2000057", + "title": "femural osteoblast" + }, + { + "text": "CL:1000436", + "description": "An epithelial cell that is part of the lacrimal sac.", + "meaning": "CL:1000436", + "title": "epithelial cell of lacrimal sac" + }, + { + "text": "CL:0000062", + "description": "Skeletogenic cell that secretes osteoid, is capable of producing mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid tissue, and arises from the transformation of a preosteoblast cell.", + "meaning": "CL:0000062", + "title": "osteoblast" + }, + { + "text": "CL:2000063", + "description": "Any fibroblast that is part of a female gonad.", + "meaning": "CL:2000063", + "title": "ovarian fibroblast" + }, + { + "text": "CL:0000835", + "description": "The most primitive precursor in the granulocytic series, having fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in the bone marrow.", + "meaning": "CL:0000835", + "title": "myeloblast" + }, + { + "text": "CL:4023086", + "description": "A Martinotti neuron that has axons that form a horizontal ramification, making it T-shaped.", + "meaning": "CL:4023086", + "title": "T Martinotti neuron" + }, + { + "text": "CL:0002315", + "description": "An epithelial supporting cell located in the cochlea.", + "meaning": "CL:0002315", + "title": "supporting cell of cochlea" + }, + { + "text": "CL:0000658", + "description": "An epithelial cell that secretes cuticle.", + "meaning": "CL:0000658", + "title": "cuticle secreting cell" + }, + { + "text": "CL:0000166", + "description": "A cell that stores epinephrine secretory vesicles. During times of stress, the nervous system signals the vesicles to secrete their hormonal content. Their name derives from their ability to stain a brownish color with chromic salts. Characteristically, they are located in the adrenal medulla and paraganglia of the sympathetic nervous system.", + "meaning": "CL:0000166", + "title": "chromaffin cell" + }, + { + "text": "CL:0000419", + "description": "An epithelial fate stem cell found in flatworms.", + "meaning": "CL:0000419", + "title": "seam cell" + }, + { + "text": "CL:0000978", + "description": "A short lived plasma cell that secretes IgM.", + "meaning": "CL:0000978", + "title": "IgM short lived plasma cell" + }, + { + "text": "CL:1000692", + "description": "A fibroblast that is part of an interstitial compartment of a kidney.", + "meaning": "CL:1000692", + "title": "kidney interstitial fibroblast" + }, + { + "text": "CL:0002624", + "description": "A paneth cell of the appendix.", + "meaning": "CL:0002624", + "title": "paneth cell of the appendix" + }, + { + "text": "CL:0009096", + "description": "Any cell that is part of the esophageal non-keratinized stratified squamous epithelium. In humans, the esophagus, which requires flexibility to accommodate swallowing of a bolus, is covered with a non-keratinized epithelium.", + "meaning": "CL:0009096", + "title": "esophagus non-keratinized squamous epithelial cell" + }, + { + "text": "CL:1000369", + "description": "A transitional myocyte that is part of the septal division of left branch of atrioventricular bundle.", + "meaning": "CL:1000369", + "title": "transitional myocyte of septal division of left branch of atrioventricular bundle" + }, + { + "text": "CL:4030022", + "description": "A fibroblast that is located in the renal medulla interstitium.", + "meaning": "CL:4030022", + "title": "renal medullary fibroblast" + }, + { + "text": "CL:0000115", + "description": "An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm.", + "meaning": "CL:0000115", + "title": "endothelial cell" + }, + { + "text": "CL:1000426", + "description": "A chromaffin cell that is part of the adrenal gland.", + "meaning": "CL:1000426", + "title": "chromaffin cell of adrenal gland" + }, + { + "text": "CL:0004121", + "description": "A retinal ganglion cell B that has a very small but very dense dendritic field, and has post synaptic terminals in S2.", + "meaning": "CL:0004121", + "title": "retinal ganglion cell B2" + }, + { + "text": "CL:1000371", + "description": "A transitional myocyte that is part of the right branch of atrioventricular bundle.", + "meaning": "CL:1000371", + "title": "transitional myocyte of right branch of atrioventricular bundle" + }, + { + "text": "CL:0009102", + "description": "A specialized, fibroblastic reticular cell of mesenchymal origin found in lymph nodes. In human, it expresses several markers common to myofibroblasts (desmin, vimentin, CD73, CD90, \u03b1-smooth muscle actin (\u03b1SMA)), and can be differentiated from endothelial cells by its lack of CD31 expression. These cells are critical for the overall organization and function of the lymph node. Lymph node fibroblastic reticular cells (FRCs) can be further classified based on their location, function, and unique marker expression.", + "meaning": "CL:0009102", + "title": "lymph node fibroblastic reticular cell" + }, + { + "text": "CL:0002635", + "description": "A nonkeratinized epithelial cell of the anal canal.", + "meaning": "CL:0002635", + "title": "nonkeratinized epithelial cell of anal column" + }, + { + "text": "CL:0002189", + "description": "A keratinocyte of the epidermis that is characterized by containing granules of keratohyalin and lamellar granules.", + "meaning": "CL:0002189", + "title": "granular cell of epidermis" + }, + { + "text": "CL:0000042", + "description": "A myeloblast committed to the neutrophil lineage. This cell type is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and has low expression of PU.1 transcription factor.", + "meaning": "CL:0000042", + "title": "neutrophilic myeloblast" + }, + { + "text": "CL:4033044", + "description": "An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis.", + "meaning": "CL:4033044", + "title": "deuterosomal cell" + }, + { + "text": "CL:0000520", + "meaning": "CL:0000520", + "title": "prokaryotic cell" + }, + { + "text": "CL:1000341", + "description": "An enterocyte that is part of the epithelium proper of jejunum.", + "meaning": "CL:1000341", + "title": "enterocyte of epithelium proper of jejunum" + }, + { + "text": "CL:0000950", + "description": "A plasmablast that secretes IgE.", + "meaning": "CL:0000950", + "title": "IgE plasmablast" + }, + { + "text": "CL:0000049", + "description": "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages.", + "meaning": "CL:0000049", + "title": "common myeloid progenitor" + }, + { + "text": "CL:0000831", + "description": "A progenitor cell of the mast cell lineage. Markers for this cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, and lineage-negative.", + "meaning": "CL:0000831", + "title": "mast cell progenitor" + }, + { + "text": "CL:4023119", + "description": "A subpopulation of amacrine cell that migrate further than other amacrine cells, and come to lie basal to the inner plexiform layer (IPL) in the ganglion cell layer. Displaced amacrine cells still have their neurites extending apically into the IPL, and therefore exhibit an inverted polarity with respect to the other amacrine cells.", + "meaning": "CL:4023119", + "title": "displaced amacrine cell" + }, + { + "text": "CL:0000645", + "description": "A glial cell of astrocytic lineage with long processes running parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. These processes form a three-dimensional network among the axons of the hypothalamic neurosecretory cells and are connected by gap junctions which provide for their metabolic coupling. This cell type constitutes most of the nonexcitable tissue in the neurohypophsis; function may include possibly acting as an intermediate in the modulation of oxytocin and vasopressin release. This cell type is highly variable in size and shape and commonly contain lipid droplets and deposits of lipochrome pigment.", + "meaning": "CL:0000645", + "title": "pituicyte" + }, + { + "text": "CL:0000755", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is delicate and the dendritic tips appear small when compared with type 1 cells. The axon terminal is stratified and restricted to sublamina 2 of the inner plexiform layer.", + "meaning": "CL:0000755", + "title": "type 3 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0002290", + "description": "A sperm bearing a Y chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.", + "meaning": "CL:0002290", + "title": "Y chromosome-bearing sperm cell" + }, + { + "text": "CL:0000866", + "description": "A tissue-resident macrophage resident found in the thymus, involved in the clearance of apoptotic thymocytes.", + "meaning": "CL:0000866", + "title": "thymic macrophage" + }, + { + "text": "CL:0000382", + "description": "A cell that is part of a scolopidium and surrounds the dendrite of a scolopidial neuron.", + "meaning": "CL:0000382", + "title": "scolopale cell" + }, + { + "text": "CL:4023043", + "description": "A near-projecting glutamatergic neuron with a soma found in layer 5/6 of the primary motor cortex.", + "meaning": "CL:4023043", + "title": "L5/6 near-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002132", + "description": "A stomal cell of the ovary", + "meaning": "CL:0002132", + "title": "stromal cell of ovary" + }, + { + "text": "CL:0000947", + "description": "A long lived plasma cell that secretes IgE.", + "meaning": "CL:0000947", + "title": "IgE plasma cell" + }, + { + "text": "CL:0002034", + "description": "A hematopoietic stem cell with long term self renewal capability. This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative and Flt3-negative.", + "meaning": "CL:0002034", + "title": "long term hematopoietic stem cell" + }, + { + "text": "CL:0008024", + "description": "An endocrine cell that is part of the pancreas.", + "meaning": "CL:0008024", + "title": "pancreatic endocrine cell" + }, + { + "text": "CL:0002552", + "description": "Any fibroblast that is part of some gingiva.", + "meaning": "CL:0002552", + "title": "fibroblast of gingiva" + }, + { + "text": "CL:0000227", + "description": "Any cell that has characteristic some binucleate.", + "meaning": "CL:0000227", + "title": "binucleate cell" + }, + { + "text": "CL:2000071", + "description": "Any microvascular endothelial cell that is part of a breast.", + "meaning": "CL:2000071", + "title": "mammary microvascular endothelial cell" + }, + { + "text": "CL:0000882", + "description": "A thymic macrophage found in the thymic medulla.", + "meaning": "CL:0000882", + "title": "thymic medullary macrophage" + }, + { + "text": "CL:0000551", + "meaning": "CL:0000551", + "title": "unimodal nocireceptor" + }, + { + "text": "CL:0000926", + "description": "A mature NK T cell that secretes interferon-gamma and enhances type 1 immune responses.", + "meaning": "CL:0000926", + "title": "CD4-positive type I NK T cell secreting interferon-gamma" + }, + { + "text": "CL:0002124", + "description": "A circulating gamma-delta T cell that is CD27-positive and capable of producing IFN-gamma.", + "meaning": "CL:0002124", + "title": "CD27-positive gamma-delta T cell" + }, + { + "text": "CL:0010008", + "description": "Any endothelial cell that is part of some heart.", + "meaning": "CL:0010008", + "title": "cardiac endothelial cell" + }, + { + "text": "CL:0000731", + "description": "A cell of a layer of transitional epithelium in the wall of the proximal urethra, bladder, ureter or renal pelvis, external to the lamina propria.", + "meaning": "CL:0000731", + "title": "urothelial cell" + }, + { + "text": "CL:0009090", + "description": "An adult endothelial progenitor cell that is resident of adult vasculature and capable of differentiating to regenerate endothelial cell populations. Endothelial colony forming cells are characterised in vivo by clonal proliferative status, de novo vessel formation, homing to ischemic sites and paracrine support of angiogenesis. These cells are phenotypically similar to endothelial cells.", + "meaning": "CL:0009090", + "title": "endothelial colony forming cell" + }, + { + "text": "CL:0009067", + "description": "An enterocyte found in the small intestine of newborn mammals and characterized by the presence of an apical canalicular system (ACS) leading to production of large vacuoles, important for colostral macromolecule uptake. After birth, the vacuolated fetal-type enterocytes are replaced with enterocytes lacking an ACS.", + "meaning": "CL:0009067", + "title": "vacuolated fetal-type enterocyte" + }, + { + "text": "CL:0002059", + "description": "A conventional thymic dendritic cell that is CD8alpha-positive.", + "meaning": "CL:0002059", + "title": "CD8alpha-positive thymic conventional dendritic cell" + }, + { + "text": "CL:0002460", + "description": "A conventional thymic dendritic cell that is CD8alpha-negative.", + "meaning": "CL:0002460", + "title": "CD8alpha-negative thymic conventional dendritic cell" + }, + { + "text": "CL:0000286", + "description": "A cell of a filament of a fungal mycelium.", + "meaning": "CL:0000286", + "title": "hyphal cell" + }, + { + "text": "CL:4023154", + "description": "A glial cell that myelinates axonal processes.", + "meaning": "CL:4023154", + "title": "myelinating glial cell" + }, + { + "text": "CL:0004253", + "description": "An amicrine that has a wide dendritic field.", + "meaning": "CL:0004253", + "title": "wide field retinal amacrine cell" + }, + { + "text": "CL:0019015", + "description": "An eosinophil with a ring-shaped nucleus that is resident in the lung parenchyma. In mouse, lung parenchyma resident eosinophils are IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they are Siglec-8+ CD62L+ IL-3R(low).", + "meaning": "CL:0019015", + "title": "lung parenchyma resident eosinophil" + }, + { + "text": "CL:1001096", + "description": "Any endothelial cell that is part of some renal afferent arteriole.", + "meaning": "CL:1001096", + "title": "kidney afferent arteriole endothelial cell" + }, + { + "text": "CL:0000192", + "description": "A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast).", + "meaning": "CL:0000192", + "title": "smooth muscle cell" + }, + { + "text": "CL:1000719", + "description": "Any renal intercalated cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000719", + "title": "kidney inner medulla collecting duct intercalated cell" + }, + { + "text": "CL:1000343", + "description": "A paneth cell that is part of the epithelium of small intestine.", + "meaning": "CL:1000343", + "title": "paneth cell of epithelium of small intestine" + }, + { + "text": "CL:0000590", + "description": "A progesterone secreting cell in the corpus luteum that develops from theca cells.", + "meaning": "CL:0000590", + "title": "small luteal cell" + }, + { + "text": "CL:0000533", + "description": "A primary neuron (sensu Teleostei) that has a motor function.", + "meaning": "CL:0000533", + "title": "primary motor neuron (sensu Teleostei)" + }, + { + "text": "CL:0001011", + "description": "Immature interstitial dendritic cell is a interstitial dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001011", + "title": "immature interstitial dendritic cell" + }, + { + "text": "CL:0000718", + "description": "A cell of an ommatidium that secretes lens materials.", + "meaning": "CL:0000718", + "title": "compound eye cone cell" + }, + { + "text": "CL:0000684", + "meaning": "CL:0000684", + "title": "littoral cell of liver" + }, + { + "text": "CL:4030068", + "description": "A transcriptomically distinct intratelencepalic-projecting glutamatergic neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_cluster', L6 IT Car3.", + "meaning": "CL:4030068", + "title": "L6 intratelencephalic projecting Car3 glutamatergic neuron" + }, + { + "text": "CL:0002087", + "description": "A leukocyte that lacks granules.", + "meaning": "CL:0002087", + "title": "nongranular leukocyte" + }, + { + "text": "CL:0000952", + "description": "An preBRC-positive large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-positive, composed of surrogate light chain protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu) on the cell surface.", + "meaning": "CL:0000952", + "title": "preBCR-positive large pre-B-II cell" + }, + { + "text": "CL:1000300", + "description": "A fibroblast that is part of the outer membrane of prostatic capsule.", + "meaning": "CL:1000300", + "title": "fibroblast of outer membrane of prostatic capsule" + }, + { + "text": "CL:0000526", + "description": "A neuron which conveys sensory information centrally from the periphery.", + "meaning": "CL:0000526", + "title": "afferent neuron" + }, + { + "text": "CL:0002537", + "description": "A mesenchymal stem cell of the amnion membrane.", + "meaning": "CL:0002537", + "title": "amnion mesenchymal stem cell" + }, + { + "text": "CL:1000481", + "description": "A transitional myocyte that is part of the atrioventricular bundle.", + "meaning": "CL:1000481", + "title": "transitional myocyte of atrioventricular bundle" + }, + { + "text": "CL:0002000", + "description": "An erythroid progenitor cell is Kit-positive, Ly6A-negative, CD41-negative, CD127-negative, and CD123-negative. This cell type is also described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, CD105-positive, and FcgR-negative.", + "meaning": "CL:0002000", + "title": "Kit-positive erythroid progenitor cell" + }, + { + "text": "CL:0004138", + "description": "A retinal ganglion A cell with dense arbor near soma.", + "meaning": "CL:0004138", + "title": "retinal ganglion cell A2" + }, + { + "text": "CL:0000700", + "description": "A neuron that releases dopamine as a neurotransmitter.", + "meaning": "CL:0000700", + "title": "dopaminergic neuron" + }, + { + "text": "CL:0000863", + "description": "An elicited macrophage that is recruited into the tissues in response to injury and infection as part of an inflammatory response, expresses high levels of pro-inflammatory cytokines, ROS and NO, and shows potent microbicidal activity.", + "meaning": "CL:0000863", + "title": "inflammatory macrophage" + }, + { + "text": "CL:0002477", + "description": "A macrophage located in adipose tissue that is CD45-positive, CD11c-positive, and SIRPa-positive.", + "meaning": "CL:0002477", + "title": "adipose macrophage" + }, + { + "text": "CL:0002182", + "description": "A simple columnar cell that populates the entire luminal surface including the gastric pits. This cell types secrete mucus to form a thick protective, lubricant layer over the gastric wall.", + "meaning": "CL:0002182", + "title": "surface mucosal cell of stomach" + }, + { + "text": "CL:0000333", + "description": "A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body.", + "meaning": "CL:0000333", + "title": "migratory neural crest cell" + }, + { + "text": "CL:0002345", + "description": "An immature natural killer cell that is NK1.1-positive, DX5-positive, Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers in the liver.", + "meaning": "CL:0002345", + "title": "CD27-low, CD11b-low immature natural killer cell, mouse" + }, + { + "text": "CL:0002090", + "description": "One of two small cells formed by the first and second meiotic division of oocytes.", + "meaning": "CL:0002090", + "title": "polar body" + }, + { + "text": "CL:0002615", + "description": "An adipocyte that is part of omentum tissue.", + "meaning": "CL:0002615", + "title": "adipocyte of omentum tissue" + }, + { + "text": "CL:0001042", + "description": "CD4-positive, alpha-beta T cell that produces IL-22.", + "meaning": "CL:0001042", + "title": "T-helper 22 cell" + }, + { + "text": "CL:0009010", + "description": "Transit-amplifying cells (TACs) are an undifferentiated population in transition between stem cells and differentiated cells.", + "meaning": "CL:0009010", + "title": "transit amplifying cell" + }, + { + "text": "CL:4030029", + "description": "A lymphocyte located in blood.", + "meaning": "CL:4030029", + "title": "blood lymphocyte" + }, + { + "text": "CL:1000708", + "description": "Any ureteral cell that is part of some adventitia of ureter.", + "meaning": "CL:1000708", + "title": "ureter adventitial cell" + }, + { + "text": "CL:0000707", + "meaning": "CL:0000707", + "title": "R7 photoreceptor cell" + }, + { + "text": "CL:0009100", + "description": "A fibroblast located in the portal triad. Hepatic portal fibroblast are a non-parenchymal cell population located adjacent to bile duct epithelia in liver and are distinct from stellate cells. They differentiate into fibrogenic myofibroblasts during chronic injury states producing high levels of collagen.", + "meaning": "CL:0009100", + "title": "hepatic portal fibroblast" + }, + { + "text": "CL:0011001", + "description": "A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement.", + "meaning": "CL:0011001", + "title": "spinal cord motor neuron" + }, + { + "text": "CL:0011111", + "description": "A neuroendocrine cell that secretes gonadotropin-releasing hormone (GnRH). A GnRH neuron is born in the nasal placode during embryonic development and migrates through the nose and forebrain to the hypothalamus. This cell regulates reproduction by secreting GnRH into the pituitary portal vessels to induce the release of gonadotropins into the general circulation.", + "meaning": "CL:0011111", + "title": "gonadotropin-releasing hormone neuron" + }, + { + "text": "CL:1001320", + "description": "Any cell that is part of some urethra.", + "meaning": "CL:1001320", + "title": "urethra cell" + }, + { + "text": "CL:1000311", + "description": "An adipocyte that is part of the epicardial fat of left ventricle.", + "meaning": "CL:1000311", + "title": "adipocyte of epicardial fat of left ventricle" + }, + { + "text": "CL:0002484", + "description": "A melanocyte that produces pigment in the epithelium.", + "meaning": "CL:0002484", + "title": "epithelial melanocyte" + }, + { + "text": "CL:0000326", + "meaning": "CL:0000326", + "title": "glycogen accumulating cell" + }, + { + "text": "CL:0001055", + "description": "An intermediate monocyte that is CD14-positive and with low amounts of CD16.", + "meaning": "CL:0001055", + "title": "CD14-positive, CD16-low monocyte" + }, + { + "text": "CL:0000750", + "description": "A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the outer half of the inner plexiform layer. These cells depolarize in response to light to dark transition.", + "meaning": "CL:0000750", + "title": "OFF-bipolar cell" + }, + { + "text": "CL:4042013", + "description": "A transcriptomically distinct lamp5 GABAergic cortical interneuron located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: CGE-derived interneurons', Author Categories: 'CrossArea_subclass', Lamp5 Lhx6.", + "meaning": "CL:4042013", + "title": "Lamp5 Lhx6 neuron" + }, + { + "text": "CL:1000443", + "description": "A smooth muscle cell that is part of the ciliary body.", + "meaning": "CL:1000443", + "title": "ciliary muscle cell" + }, + { + "text": "CL:0000709", + "meaning": "CL:0000709", + "title": "R8 photoreceptor cell" + }, + { + "text": "CL:0000083", + "description": "An epithelial cell of the pancreas.", + "meaning": "CL:0000083", + "title": "epithelial cell of pancreas" + }, + { + "text": "CL:4030047", + "description": "A DRD2-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.", + "meaning": "CL:4030047", + "title": "matrix D2 medium spiny neuron" + }, + { + "text": "CL:0000007", + "description": "A cell found in the embryo before the formation of all the gem layers is complete.", + "meaning": "CL:0000007", + "title": "early embryonic cell (metazoa)" + }, + { + "text": "CL:0008026", + "description": "An epithelial cell that is part of the epithelium of a tracheal tube in an open tracheal system, such as that found in insects.", + "meaning": "CL:0008026", + "title": "open tracheal system tracheocyte" + }, + { + "text": "CL:0002486", + "description": "A melanocyte located between the epithelial marginal cell layer and the mesodermal basal cell layer within the intrastrial space; the predominant cellular component of the electrogenic machinery that generates an endocochlear potential (80-100 mV) .", + "meaning": "CL:0002486", + "title": "strial intermediate cell" + }, + { + "text": "CL:0009083", + "description": "The human equivalent of a DN4 thymocyte.", + "meaning": "CL:0009083", + "title": "rearranging double negative thymocyte (Homo sapiens)" + }, + { + "text": "CL:0002213", + "description": "A muscle cell with low content of myoglobin and other oxygen storing proteins. This muscle cell has a white appearance.", + "meaning": "CL:0002213", + "title": "white muscle cell" + }, + { + "text": "CL:2000038", + "description": "Any neuromast mantle cell that is part of a posterior lateral line.", + "meaning": "CL:2000038", + "title": "posterior lateral line neuromast mantle cell" + }, + { + "text": "CL:0003013", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a long secondary dendrite shaft with post synaptic terminals in sublaminar layer S4.", + "meaning": "CL:0003013", + "title": "G10 retinal ganglion cell" + }, + { + "text": "CL:1000445", + "description": "A myoepithelial cell that is part of the dilatator pupillae.", + "meaning": "CL:1000445", + "title": "myoepithelial cell of dilator pupillae" + }, + { + "text": "CL:4033033", + "description": "An OFF bipolar cell with a small dendritic tree that provides most of the triad-associated basal (flat) contacts at cone pedicles.", + "meaning": "CL:4033033", + "title": "flat midget bipolar cell" + }, + { + "text": "CL:0000825", + "description": "A lymphoid progenitor cell that is committed to the natural killer cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the phenotypic characteristics of later stages of natural killer cell development such as expression of NK activating and inhibitory molecules. In human this cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, and CD161 negative.", + "meaning": "CL:0000825", + "title": "pro-NK cell" + }, + { + "text": "CL:1000495", + "description": "A goblet cell that is part of the small intestine.", + "meaning": "CL:1000495", + "title": "small intestine goblet cell" + }, + { + "text": "CL:2000068", + "description": "Any fibroblast that is part of a pericardium.", + "meaning": "CL:2000068", + "title": "pericardium fibroblast" + }, + { + "text": "CL:0004228", + "description": "An amacrine cell with a small dendritic field that has post-synaptic terminals in S1, S2, S3, and S4.", + "meaning": "CL:0004228", + "title": "broad diffuse amacrine cell" + }, + { + "text": "CL:1001607", + "description": "Chondrocyte forming the hyaline cartilage found in joints.", + "meaning": "CL:1001607", + "title": "articular chondrocyte" + }, + { + "text": "CL:4028003", + "description": "An alveolar capillary endothelial cell that is located proximally to alveolar capillary type 1 endothelial cells and in close apposition to alveolar type 1 epithelial cells (also known as type I pneumocytes).", + "meaning": "CL:4028003", + "title": "alveolar capillary type 2 endothelial cell" + }, + { + "text": "CL:0000247", + "description": "Type of neuron that is a primary mechanosensory cell, with peripheral neurites innervating the skin with free nerve endings.", + "meaning": "CL:0000247", + "title": "Rohon-Beard neuron" + }, + { + "text": "CL:0005006", + "description": "Specialized epithelial cells involved in the maintenance of osmotic homeostasis. They are characterized by abundant mitochondria and ion transporters. In amniotes, they are present in the renal system. In freshwater fish, ionocytes in the skin and gills help maintain osmotic homeostasis by absorbing salt from the external environment.", + "meaning": "CL:0005006", + "title": "ionocyte" + }, + { + "text": "CL:0002061", + "description": "A T-helper cell that is characterized by secreting interleukin 9 and responding to helminth infections. This cell-type can derives from Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production is surpressed.", + "meaning": "CL:0002061", + "title": "T-helper 9 cell" + }, + { + "text": "CL:0002580", + "description": "A preadipocyte that is part of the breast.", + "meaning": "CL:0002580", + "title": "preadipocyte of the breast" + }, + { + "text": "CL:0002229", + "description": "A chief cell that is bigger than dark chief cells and has a larger and lighter nucleus and a cytoplasm with few granules.", + "meaning": "CL:0002229", + "title": "light chief cell of parathyroid gland" + }, + { + "text": "CL:1001064", + "meaning": "CL:1001064", + "title": "kidney artery smooth muscle cell" + }, + { + "text": "CL:4030021", + "description": "A renal beta-intercalated cell that is part of the renal connecting tubule.", + "meaning": "CL:4030021", + "title": "kidney connecting tubule beta-intercalated cell" + }, + { + "text": "CL:0000846", + "description": "An epithelial cell of the vestibular sensory organ that is characterized by intense enzymatic activities and numerous basal membrane infoldings.", + "meaning": "CL:0000846", + "title": "vestibular dark cell" + }, + { + "text": "CL:0002469", + "description": "Gr1-high monocyte that lacks MHC-II receptor complex.", + "meaning": "CL:0002469", + "title": "MHC-II-negative classical monocyte" + }, + { + "text": "CL:1000466", + "description": "A chromaffin cell that is part of the right ovary.", + "meaning": "CL:1000466", + "title": "chromaffin cell of right ovary" + }, + { + "text": "CL:0005013", + "description": "A ciliated epithelial cell with a single cilium.", + "meaning": "CL:0005013", + "title": "single ciliated epithelial cell" + }, + { + "text": "CL:0000176", + "description": "Any secretory cell that is capable of some ecdysteroid secretion.", + "meaning": "CL:0000176", + "title": "ecdysteroid secreting cell" + }, + { + "text": "CL:0009050", + "description": "A B cell that is located in the anorectum.", + "meaning": "CL:0009050", + "title": "B cell of anorectum" + }, + { + "text": "CL:1000305", + "description": "A fibroblast that is part of the connective tissue of glandular part of prostate.", + "meaning": "CL:1000305", + "title": "fibroblast of connective tissue of glandular part of prostate" + }, + { + "text": "CL:0002003", + "description": "An erythroid progenitor cell that is CD34-positive and is GlyA-negative.", + "meaning": "CL:0002003", + "title": "CD34-positive, GlyA-negative erythroid progenitor cell" + }, + { + "text": "CL:0002164", + "description": "A rod-shaped cell found in 3 or 4 rows that lie adjacent to and support the outer hair cells.", + "meaning": "CL:0002164", + "title": "external pillar cell of cochlea" + }, + { + "text": "CL:0002135", + "description": "Epidermal cells that do not contain keratin. Cell type is usually associated with moist epidermal tissues.", + "meaning": "CL:0002135", + "title": "nonkeratinized cell of epidermis" + }, + { + "text": "CL:4023027", + "description": "A sst GABAergic cortical interneuron with a soma found in L5 and possesses 'T-shaped' Martinotti morphologies with local axonal plexus in L5a and translaminar axons restricted to the uppermost part of L1. They show low-threshold spiking patterns with strong rebound firing, and inhibit the L1 apical tuft of nearby pyramidal cells.", + "meaning": "CL:4023027", + "title": "L5 sst T-Martinotti interneuron (Mmus)" + }, + { + "text": "CL:0000179", + "description": "Any secretory cell that is capable of some progesterone secretion.", + "meaning": "CL:0000179", + "title": "progesterone secreting cell" + }, + { + "text": "CL:0002082", + "description": "A chromaffin cell of the adrenal medulla that produces epinephrine.", + "meaning": "CL:0002082", + "title": "type II cell of adrenal medulla" + }, + { + "text": "CL:0000094", + "description": "A leukocyte with abundant granules in the cytoplasm.", + "meaning": "CL:0000094", + "title": "granulocyte" + }, + { + "text": "CL:0003038", + "description": "An M7 retinal ganglion cells with synaptic terminals in S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003038", + "title": "M7-OFF retinal ganglion cell" + }, + { + "text": "CL:0002369", + "description": "A differentiated form of a fungus produced during or as a result of an asexual or sexual reproductive process; usually a cell with a thick cell wall that stores and protects one or more nuclei. Spores may be produced in response to, and are characteristically resistant to, adverse environmental conditions.", + "meaning": "CL:0002369", + "title": "fungal spore" + }, + { + "text": "CL:1000716", + "description": "Principal cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may express the epithelial sodium channel (ENaC).", + "meaning": "CL:1000716", + "title": "kidney outer medulla collecting duct principal cell" + }, + { + "text": "CL:0000970", + "description": "An unswitched memory B cell is a memory B cell that has the phenotype IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, IgE-negative, and IgA-negative.", + "meaning": "CL:0000970", + "title": "unswitched memory B cell" + }, + { + "text": "CL:0003002", + "description": "A retinal ganglion cell that has a small dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S3.", + "meaning": "CL:0003002", + "title": "G1 retinal ganglion cell" + }, + { + "text": "CL:0000454", + "description": "A cell capable of producing epinephrine. Epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme, which is expressed in the adrenal glands, androgenic neurons, and in other cell types.", + "meaning": "CL:0000454", + "title": "epinephrine secreting cell" + }, + { + "text": "CL:0002561", + "description": "An epithelial cell that is part of the outer root sheath.", + "meaning": "CL:0002561", + "title": "outer root sheath cell" + }, + { + "text": "CL:0000477", + "description": "A somatic epithelial cell of the insect egg chamber.", + "meaning": "CL:0000477", + "title": "follicle cell of egg chamber" + }, + { + "text": "CL:0000674", + "description": "A follicle cell that is part of the stalk connecting adjacent egg chambers.", + "meaning": "CL:0000674", + "title": "interfollicle cell" + }, + { + "text": "CL:0003029", + "description": "A monostratified retinal ganglion cell that has a small soma, a small dendrite field with a dense dendrite arbor, and post synaptic terminals in sublaminer layer S2 and S3.", + "meaning": "CL:0003029", + "title": "M2 retinal ganglion cell" + }, + { + "text": "CL:4023162", + "description": "A neuron found in the anterior part of the ventral cochlear nucleus that has the appearance of bushes, having short dendrites. Bushy cells give outputs to different parts of the superior olivary complex.", + "meaning": "CL:4023162", + "title": "bushy cell" + }, + { + "text": "CL:1001599", + "description": "Glandular cell of exocrine pancreas epithelium. Example: pancreatic acinar cell, glandular cells in pancreatic canaliculi, glandular cells in pancreatic ducts.", + "meaning": "CL:1001599", + "title": "pancreas exocrine glandular cell" + }, + { + "text": "CL:1001577", + "description": "Squamous cell of tonsil epithelium.", + "meaning": "CL:1001577", + "title": "tonsil squamous cell" + }, + { + "text": "CL:0008009", + "description": "A visceral muscle that is transversely striated. Examples include the visceral muscle cells of arthropods.", + "meaning": "CL:0008009", + "title": "transversely striated visceral muscle cell" + }, + { + "text": "CL:0003030", + "description": "A monostratified retinal ganglion cell that has a medium soma and a small dendrite field.", + "meaning": "CL:0003030", + "title": "M3 retinal ganglion cell" + }, + { + "text": "CL:0003022", + "description": "A retinal ganglion cell C outer that has medium dendritic density and field size.", + "meaning": "CL:0003022", + "title": "retinal ganglion cell C5" + }, + { + "text": "CL:0002101", + "description": "A CD38-positive naive B cell is a mature B cell that has the phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002101", + "title": "CD38-positive naive B cell" + }, + { + "text": "CL:0009032", + "description": "A B cell that is located in a vermiform appendix.", + "meaning": "CL:0009032", + "title": "B cell of appendix" + }, + { + "text": "CL:1001138", + "description": "Any kidney cortex artery cell that is part of some interlobular artery.", + "meaning": "CL:1001138", + "title": "interlobular artery cell" + }, + { + "text": "CL:0002461", + "description": "A conventional dendritic cell that is CD103-positive. This cell type is usually found in non-lymphoid tissue.", + "meaning": "CL:0002461", + "title": "CD103-positive dendritic cell" + }, + { + "text": "CL:0000635", + "description": "The outer phalangeal cells of the organ of Corti. This cell holds the base of the hair cell in a cup-shaped depression.", + "meaning": "CL:0000635", + "title": "Deiter's cell" + }, + { + "text": "CL:0002366", + "description": "A smooth muscle cell of the myometrium that enlarges and stretches during pregnancy, and contracts in response to oxytocin.", + "meaning": "CL:0002366", + "title": "myometrial cell" + }, + { + "text": "CL:0002441", + "description": "A NK1.1-positive T cell that is CD94-positive.", + "meaning": "CL:0002441", + "title": "CD94-positive natural killer cell, mouse" + }, + { + "text": "CL:0002079", + "description": "Epithelial cell found in the ducts of the pancreas. This cell type contributes to the high luminal pH.", + "meaning": "CL:0002079", + "title": "pancreatic ductal cell" + }, + { + "text": "CL:0002655", + "description": "An epithelial cell of stratum spinosum of esophageal epithelium.", + "meaning": "CL:0002655", + "title": "epithelial cell of stratum spinosum of esophageal epithelium" + }, + { + "text": "CL:4033036", + "description": "An OFF bipolar cell that is fovea-specific and expresses FEZF1, NXPH1 and NXPH2.", + "meaning": "CL:4033036", + "title": "OFFx cell" + }, + { + "text": "CL:0002255", + "description": "A stromal cell of the endometrium that is fibroblastic in appearance. During decidualization this cell may differentiate into a decidual stromal cell.", + "meaning": "CL:0002255", + "title": "stromal cell of endometrium" + }, + { + "text": "CL:0002553", + "description": "A fibroblast that is part of lung.", + "meaning": "CL:0002553", + "title": "fibroblast of lung" + }, + { + "text": "CL:0002476", + "description": "A tissue-resident macrophage located in the bone marrow. This cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, F4/80-positive.", + "meaning": "CL:0002476", + "title": "bone marrow macrophage" + }, + { + "text": "CL:0002568", + "description": "A mesenchymal stem cell that is part of Wharton's jelly.", + "meaning": "CL:0002568", + "title": "mesenchymal stem cell of Wharton's jelly" + }, + { + "text": "CL:0017001", + "description": "A mesodermal cell that is part of the splanchnic layer of lateral plate mesoderm.", + "meaning": "CL:0017001", + "title": "splanchnic mesodermal cell" + }, + { + "text": "CL:0002071", + "description": "Columnar cell which populate the epithelium of large intestine and absorb water. This cell is the most numerous of the epithelial cell types in the large intestine; bear apical microvilli, contain secretory granules in their apical cytoplasm; secretion appears to be largely mucins, but is also rich in antibodies of the IgA type.", + "meaning": "CL:0002071", + "title": "enterocyte of epithelium of large intestine" + }, + { + "text": "CL:4030010", + "description": "A brush border cell that is part of segment 2 (S2) of the proximal tubule epithelium, located in the renal cortex. In addition to its reabsorptive functions, it is also specialized in the secretion of organic anions and cations, including para-aminohippurate.", + "meaning": "CL:4030010", + "title": "epithelial cell of proximal tubule segment 2" + }, + { + "text": "CL:0000869", + "description": "A gut-associated lymphoid tissue macrophage found in tonsils.", + "meaning": "CL:0000869", + "title": "tonsillar macrophage" + }, + { + "text": "CL:0000903", + "description": "CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function.", + "meaning": "CL:0000903", + "title": "natural T-regulatory cell" + }, + { + "text": "CL:4023069", + "description": "A GABAergic cortical interneuron that develops from the medial ganglionic eminence and has migrated to the cerebral cortex.", + "meaning": "CL:4023069", + "title": "medial ganglionic eminence derived GABAergic cortical interneuron" + }, + { + "text": "CL:0002226", + "description": "A secondary lens fiber cell that lacks a nucleus.", + "meaning": "CL:0002226", + "title": "non-nucleated secondary lens fiber" + }, + { + "text": "CL:0000448", + "description": "An adipocyte with light coloration and few mitochondria. It contains a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole.", + "meaning": "CL:0000448", + "title": "white adipocyte" + }, + { + "text": "CL:0000630", + "description": "A cell whose primary function is to support other cell types.", + "meaning": "CL:0000630", + "title": "supporting cell" + }, + { + "text": "CL:0002585", + "description": "A blood vessel endothelial cell that is part of the retina.", + "meaning": "CL:0002585", + "title": "retinal blood vessel endothelial cell" + }, + { + "text": "CL:0000976", + "description": "A short lived plasma cell that secretes IgA. These cells may be found in the bone marrow as well as in the mucosal immune system.", + "meaning": "CL:0000976", + "title": "IgA short lived plasma cell" + }, + { + "text": "CL:0008006", + "description": "A myoblast that detemines the properties (size, shape and attachment to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops into a somatic muscle myotube via fusion with `fusion component myoblasts` (CL:0000621).", + "meaning": "CL:0008006", + "title": "muscle founder cell" + }, + { + "text": "CL:0002487", + "description": "A neuronal receptor that respond to mechanical pressure or distortion in the skin.", + "meaning": "CL:0002487", + "title": "cutaneous/subcutaneous mechanoreceptor cell" + }, + { + "text": "CL:1000547", + "description": "An epithelial cell that is part of some inner medullary collecting duct.", + "meaning": "CL:1000547", + "title": "kidney inner medulla collecting duct epithelial cell" + }, + { + "text": "CL:0001202", + "description": "A plasmablast that is CD86-positive.", + "meaning": "CL:0001202", + "title": "CD86-positive plasmablast" + }, + { + "text": "CL:4023071", + "description": "A GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.", + "meaning": "CL:4023071", + "title": "L5/6 cck GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0011006", + "description": "An inhibitory GABAergic interneuron found in the cerebellar cortex.", + "meaning": "CL:0011006", + "title": "Lugaro cell" + }, + { + "text": "CL:0002134", + "description": "A stromal cell of the ovarian medulla.", + "meaning": "CL:0002134", + "title": "stromal cell of ovarian medulla" + }, + { + "text": "CL:0002500", + "description": "A P/D1 enteroendocrine cell that is Grimelius positive and stores bombesin-like polypeptide.", + "meaning": "CL:0002500", + "title": "P enteroendocrine cell" + }, + { + "text": "CL:0000666", + "description": "An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues.", + "meaning": "CL:0000666", + "title": "fenestrated endothelial cell" + }, + { + "text": "CL:0002663", + "description": "A myocardial endocrine cell that is part of the atrium.", + "meaning": "CL:0002663", + "title": "myocardial endocrine cell of atrium" + }, + { + "text": "CL:0000329", + "description": "Any cell that is capable of some oxygen transport.", + "meaning": "CL:0000329", + "title": "oxygen accumulating cell" + }, + { + "text": "CL:0000494", + "description": "A photoreceptor cell that detects ultraviolet light.", + "meaning": "CL:0000494", + "title": "UV sensitive photoreceptor cell" + }, + { + "text": "CL:0002277", + "description": "An enteroendocrine cell commonest in the duodenum and jejunum, rare in ileum, that secretes cholecystokinin. This cell type is involved in the regulation of digestive enzymes and bile.", + "meaning": "CL:0002277", + "title": "type I enteroendocrine cell" + }, + { + "text": "CL:0002010", + "description": "A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive cell with intermediate expression of SIRP-alpha.", + "meaning": "CL:0002010", + "title": "pre-conventional dendritic cell" + }, + { + "text": "CL:0002161", + "description": "A cell type found on the superficial layer of the external side of the tympanic membrane. This cell-type lacks a nucleus.", + "meaning": "CL:0002161", + "title": "superficial external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0002231", + "description": "An epithelial cell of the prostate.", + "meaning": "CL:0002231", + "title": "epithelial cell of prostate" + }, + { + "text": "CL:4030014", + "description": "Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the inner medulla. It is known in some mammalian species that the long descending limb of the loop of Henle in the inner medulla selectively expresses the nuclear receptor Nr2e3, the Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, which expresses a urea transporter, is also expressed in the inner medulla.", + "meaning": "CL:4030014", + "title": "kidney loop of Henle long descending thin limb inner medulla epithelial cell" + }, + { + "text": "CL:1000334", + "description": "An enterocyte that is part of the epithelium of small intestine.", + "meaning": "CL:1000334", + "title": "enterocyte of epithelium of small intestine" + }, + { + "text": "CL:1001045", + "description": "Any kidney arterial blood vessel cell that is part of some renal cortex artery.", + "meaning": "CL:1001045", + "title": "kidney cortex artery cell" + }, + { + "text": "CL:0002015", + "description": "A polychromatophilic erythroblast that is Lyg 76-high and is Kit-negative.", + "meaning": "CL:0002015", + "title": "Kit-negative, Ly-76 high polychromatophilic erythroblast" + }, + { + "text": "CL:1001588", + "description": "Glandular cell of colon epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001588", + "title": "colon glandular cell" + }, + { + "text": "CL:0002193", + "description": "A cell type that is the first of the maturation stages of the granulocytic leukocytes normally found in the bone marrow. Granules are seen in the cytoplasm. The nuclear material of the myelocyte is denser than that of the myeloblast but lacks a definable membrane. The cell is flat and contains increasing numbers of granules as maturation progresses.", + "meaning": "CL:0002193", + "title": "myelocyte" + }, + { + "text": "CL:0001658", + "meaning": "CL:0001658", + "title": "visual pigment cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0002169", + "description": "An epithelial cell located on the basal lamina of the olfactory epithelium.", + "meaning": "CL:0002169", + "title": "basal cell of olfactory epithelium" + }, + { + "text": "CL:0002405", + "description": "A post-natal thymocyte expressing components of the gamma-delta T cell receptor. This cell type is always double-negative (i.e. CD4-negative, CD8-negative).", + "meaning": "CL:0002405", + "title": "gamma-delta thymocyte" + }, + { + "text": "CL:1000768", + "description": "Any nephron tubule epithelial cell that is part of some renal connecting tubule.", + "meaning": "CL:1000768", + "title": "kidney connecting tubule epithelial cell" + }, + { + "text": "CL:4030052", + "description": "A DRD2-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.", + "meaning": "CL:4030052", + "title": "nucleus accumbens shell and olfactory tubercle D2 medium spiny neuron" + }, + { + "text": "CL:0001066", + "description": "A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative).", + "meaning": "CL:0001066", + "title": "erythroid progenitor cell, mammalian" + }, + { + "text": "CL:4023011", + "description": "A GABAergic neuron located in the cerebral cortex that expresses Lamp5", + "meaning": "CL:4023011", + "title": "lamp5 GABAergic cortical interneuron" + }, + { + "text": "CL:1000415", + "description": "An epithelial cell that is part of the gallbladder.", + "meaning": "CL:1000415", + "title": "epithelial cell of gallbladder" + }, + { + "text": "CL:4033009", + "description": "A(n) goblet cell that is part of a(n) epithelium of lobar bronchus.", + "meaning": "CL:4033009", + "title": "goblet cell of epithelium of lobar bronchus" + }, + { + "text": "CL:0009085", + "description": "An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. They may form discrete colonies.", + "meaning": "CL:0009085", + "title": "colony forming unit \u2013 Hill cell" + }, + { + "text": "CL:0004137", + "description": "A retinal ganglion A2 cell with dendrites terminating in S4.", + "meaning": "CL:0004137", + "title": "retinal ganglion cell A2 inner" + }, + { + "text": "CL:1000615", + "description": "Any kidney tubule cell that is part of some renal cortex tubule.", + "meaning": "CL:1000615", + "title": "kidney cortex tubule cell" + }, + { + "text": "CL:1000477", + "description": "A nodal myocyte that is part of the sinoatrial node.", + "meaning": "CL:1000477", + "title": "cardiac pacemaker cell of sinoatrial node" + }, + { + "text": "CL:0002158", + "description": "Epithelial cell found on the external side of the tympanic membrane", + "meaning": "CL:0002158", + "title": "external epithelial cell of tympanic membrane" + }, + { + "text": "CL:0000967", + "description": "A memory B cell arising in the germinal center that is IgD-negative and has undergone somatic mutation of the variable region of the immunoglobulin heavy and light chain genes.", + "meaning": "CL:0000967", + "title": "Bm5 B cell" + }, + { + "text": "CL:0010012", + "description": "A CNS neuron of the cerebral cortex.", + "meaning": "CL:0010012", + "title": "cerebral cortex neuron" + }, + { + "text": "CL:1000703", + "description": "Any kidney epithelial cell that is part of some kidney pelvis urothelium.", + "meaning": "CL:1000703", + "title": "kidney pelvis urothelial cell" + }, + { + "text": "CL:0004240", + "description": "An amacrine cell with a wide dendritic field, dendrites in S1, and post-synaptic terminals in S1.", + "meaning": "CL:0004240", + "title": "WF1 amacrine cell" + }, + { + "text": "CL:0000726", + "description": "An asexual 1-celled spore (primarily for perennation, not dissemination). Originates endogenously and singly within part of a pre-existing cell by the contraction of the protoplast. Possesses an inner secondary and often thickened hyaline or brown wall, usually impregnated with hydrophobic material.", + "meaning": "CL:0000726", + "title": "chlamydospore" + }, + { + "text": "CL:4023003", + "description": "A type of intrafusal muscle fiber that has nuclei arranged in a linear row. Unlike nuclear bag fibers, the equatorial region of these fibers (in the centre of the spindle) is not expanded. These fibers are responsible for the detection of changes in muscle length. They are innervated by static gamma motor neurons and are principally associated with type II sensory fibers.", + "meaning": "CL:4023003", + "title": "nuclear chain fiber" + }, + { + "text": "CL:0000915", + "description": "An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive located in the columnar epithelium of the gastrointestinal tract. These cells have a memory phenotype of CD2-negative and CD5-negative.", + "meaning": "CL:0000915", + "title": "CD8-alpha-alpha-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0000434", + "description": "A secretory cell that discharges its product without loss of cytoplasm.", + "meaning": "CL:0000434", + "title": "eccrine cell" + }, + { + "text": "CL:0002444", + "description": "A NK1.1-positive T cell that is Ly49H-positive.", + "meaning": "CL:0002444", + "title": "Ly49H-positive natural killer cell, mouse" + }, + { + "text": "CL:0002234", + "description": "A cell of the basal layer of the epithelium in the prostatic acinus.", + "meaning": "CL:0002234", + "title": "basal cell of prostatic acinus" + }, + { + "text": "CL:4030063", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3-4. This neuron type can have a pyramidal, star-pyramidal or spiny stellate morphology and projects its output to L2/3 and L5A/B. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L4 IT.", + "meaning": "CL:4030063", + "title": "L4 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000324", + "meaning": "CL:0000324", + "title": "metanephric mesenchyme stem cell" + }, + { + "text": "CL:1000492", + "description": "A mesothelial cell that is part of the parietal pleura.", + "meaning": "CL:1000492", + "title": "mesothelial cell of parietal pleura" + }, + { + "text": "CL:0000627", + "description": "A cell involved in transporting nutrients, minerals, water, gases and other chemicals between cells for a variety of purposes including conveying nutrition to other tissues, removing waste products from the tissues, conveying gases for respiration, distributing heat and repelling invasion of foreign substances.", + "meaning": "CL:0000627", + "title": "transporting cell" + }, + { + "text": "CL:0002617", + "description": "An adipocyte that is part of the breast.", + "meaning": "CL:0002617", + "title": "adipocyte of breast" + }, + { + "text": "CL:0001001", + "description": "Immature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001001", + "title": "immature CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0011023", + "description": "A mast cell that is CD25+.", + "meaning": "CL:0011023", + "title": "CD25+ mast cell" + }, + { + "text": "CL:2000005", + "description": "Any macroglial cell that is part of a brain.", + "meaning": "CL:2000005", + "title": "brain macroglial cell" + }, + { + "text": "CL:0000105", + "description": "Neuron with two neurites that are fused grossly when they protrude from the soma and bifurcate a short distance from the soma.", + "meaning": "CL:0000105", + "title": "pseudounipolar neuron" + }, + { + "text": "CL:2000066", + "description": "Any fibroblast that is part of a cardiac ventricle.", + "meaning": "CL:2000066", + "title": "cardiac ventricle fibroblast" + }, + { + "text": "CL:0000877", + "description": "A splenic white pulp macrophage found in and around the germinal centers of the white pulp of the spleen that participates in phagocytosis of apoptotic B cells from the germinal centers. A marker for a cell of this type is Mertk-positive.", + "meaning": "CL:0000877", + "title": "splenic tingible body macrophage" + }, + { + "text": "CL:0002343", + "description": "A natural killer cell subset that is found in the decidual of the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This cell type represents the most abundant immune cell type in the decidual during the first trimester of pregnancy.", + "meaning": "CL:0002343", + "title": "decidual natural killer cell, human" + }, + { + "text": "CL:1000217", + "description": "Any chondrocyte that is part of some growth plate cartilage.", + "meaning": "CL:1000217", + "title": "growth plate cartilage chondrocyte" + }, + { + "text": "CL:1000354", + "description": "A M cell that is part of the epithelium of intestinal villus.", + "meaning": "CL:1000354", + "title": "microfold cell of epithelium of intestinal villus" + }, + { + "text": "CL:0000345", + "description": "A mesenchymal cell that is part of a small mass of condensed mesenchyme in the enamel organ; it differentiates into the dentin and dental pulp.", + "meaning": "CL:0000345", + "title": "dental papilla cell" + }, + { + "text": "CL:0000322", + "description": "An epithelial cell that lines the peripheral gas exchange region of the lungs of air-breathing vertebrates.", + "meaning": "CL:0000322", + "title": "pulmonary alveolar epithelial cell" + }, + { + "text": "CL:2000045", + "description": "Any melanocyte of skin that is part of a skin of prepuce of penis.", + "meaning": "CL:2000045", + "title": "foreskin melanocyte" + }, + { + "text": "CL:0000887", + "description": "A lymph node macrophage found in the subcapsular sinus of lymph nodes that participates in sensing, clearance, and antigen presentation of lymph-borne particulate antigens. This macrophage is capable of activating invaraint NKT cells and is CD169-positive.", + "meaning": "CL:0000887", + "title": "lymph node subcapsular sinus macrophage" + }, + { + "text": "CL:0000465", + "description": "A precursor of the cells that form the dorsal vessel of arthropods.", + "meaning": "CL:0000465", + "title": "cardioblast (sensu Arthropoda)" + }, + { + "text": "CL:0002356", + "description": "A primitive erythrocyte that has undergone enucleation. This cell type is 3-6 fold bigger than the fetal derived erythrocytes that they co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin chains.", + "meaning": "CL:0002356", + "title": "primitive reticulocyte" + }, + { + "text": "CL:1000330", + "description": "A serous secreting cell that is part of the epithelium of trachea.", + "meaning": "CL:1000330", + "title": "serous cell of epithelium of trachea" + }, + { + "text": "CL:0002285", + "description": "A taste receptor cell that is characterized by morphologically identifiable synaptic contacts with the gustatory nerve fibers and expression of the synaptic membrane protein-25 (SNAP-25) and NCAM.", + "meaning": "CL:0002285", + "title": "type III taste bud cell" + }, + { + "text": "CL:0017004", + "description": "A supportive cell with a small, oval-shaped body and one to five telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of micrometers long and mostly below 0.2 microns of caliber.", + "meaning": "CL:0017004", + "title": "telocyte" + }, + { + "text": "CL:0002043", + "description": "A hematopoietic multipotent progenitor cell that is CD34-positive, CD38-negative, CD45RA-negative, and CD90-negative.", + "meaning": "CL:0002043", + "title": "CD34-positive, CD38-negative multipotent progenitor cell" + }, + { + "text": "CL:0001047", + "description": "A CD4-positive, CD25-positive, alpha-beta regulatory T cell with the additional phenotype CCR4-positive.", + "meaning": "CL:0001047", + "title": "CD4-positive, CD25-positive, CCR4-positive, alpha-beta regulatory T cell" + }, + { + "text": "CL:1000468", + "description": "A myoepithelial cell that is part of the acinus of lactiferous gland.", + "meaning": "CL:1000468", + "title": "myoepithelial cell of acinus of lactiferous gland" + }, + { + "text": "CL:0000459", + "description": "A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme.", + "meaning": "CL:0000459", + "title": "noradrenergic cell" + }, + { + "text": "CL:0000765", + "description": "A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers.", + "meaning": "CL:0000765", + "title": "erythroblast" + }, + { + "text": "CL:1000340", + "description": "An enterocyte that is part of the epithelium proper of duodenum.", + "meaning": "CL:1000340", + "title": "enterocyte of epithelium proper of duodenum" + }, + { + "text": "CL:4033034", + "description": "An ON bipolar cell with a small dendritic tree that forms most of the central (invaginating) elements opposite the synaptic ribbon at the cone triad.", + "meaning": "CL:4033034", + "title": "invaginating midget bipolar cell" + }, + { + "text": "CL:0002171", + "description": "A rounded or elliptical epithelial cell, with pale-staining open face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; form a distinct basal zone spaced slightly from the basal surface of the epithelium.", + "meaning": "CL:0002171", + "title": "globose cell of olfactory epithelium" + }, + { + "text": "CL:0000318", + "description": "A cell secreting sweat, the fluid excreted by the sweat glands of mammals. It consists of water containing sodium chloride, phosphate, urea, ammonia, and other waste products.", + "meaning": "CL:0000318", + "title": "sweat secreting cell" + }, + { + "text": "CL:0002005", + "description": "A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive and is IL3-receptor alpha-negative and CD45RA-negative.", + "meaning": "CL:0002005", + "title": "CD34-positive, CD38-positive megakaryocyte erythroid progenitor cell" + }, + { + "text": "CL:0002377", + "description": "A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons.", + "meaning": "CL:0002377", + "title": "immature Schwann cell" + }, + { + "text": "CL:0009047", + "description": "A macrophage found in the medullary sinus of the lymph node.", + "meaning": "CL:0009047", + "title": "macrophage of medullary sinus of lymph node" + }, + { + "text": "CL:0002309", + "description": "A basophil chromphil cell of the anterior pitiutary gland that produce adrenocorticotropic hormone, melanocyte-stimulating hormone and lipotropin. This cell type is irregular in shape and has short dendritic processes which are inserted among other neighboring cells;", + "meaning": "CL:0002309", + "title": "corticotroph" + }, + { + "text": "CL:0000412", + "description": "A cell that contains more than two haploid sets of chromosomes.", + "meaning": "CL:0000412", + "title": "polyploid cell" + }, + { + "text": "CL:1000412", + "description": "An endothelial cell that is part of the arteriole.", + "meaning": "CL:1000412", + "title": "endothelial cell of arteriole" + }, + { + "text": "CL:0002049", + "description": "A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, and BP-positive. Intracellularly expression of surrogate light chain, Rag1 and Rag2, TdT, occurs while there is no expression of mu heavy chain.", + "meaning": "CL:0002049", + "title": "fraction C precursor B cell" + }, + { + "text": "CL:0000034", + "description": "A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells.", + "meaning": "CL:0000034", + "title": "stem cell" + }, + { + "text": "CL:0002325", + "description": "A milk-producing glandular epithelial cell that is part of a mammary gland alveolus and differentiates from a luminal adaptive secretory precursor cell during secretory differentiation (also termed lactogenesis I). Following secretory activation (also termed lactogenesis II), a lactocyte is involved in the synthesis and/or transport of milk constituents including proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, and cytokines into the lumen of the lactating mammary gland.", + "meaning": "CL:0002325", + "title": "lactocyte" + }, + { + "text": "CL:2000004", + "description": "Any cell that is part of a pituitary gland.", + "meaning": "CL:2000004", + "title": "pituitary gland cell" + }, + { + "text": "CL:0002330", + "description": "An undifferentiated columnar cell of the bronchus epithelium", + "meaning": "CL:0002330", + "title": "undifferentiated cell of bronchus epithelium" + }, + { + "text": "CL:0002400", + "description": "A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, CD43-positive and HSA-positive.", + "meaning": "CL:0002400", + "title": "fraction B/C precursor B cell" + }, + { + "text": "CL:4023001", + "description": "A beta motor neuron that innervates nuclear chain fibers.", + "meaning": "CL:4023001", + "title": "static beta motor neuron" + }, + { + "text": "CL:2000022", + "description": "Any native cell that is part of a cardiac septum.", + "meaning": "CL:2000022", + "title": "cardiac septum cell" + }, + { + "text": "CL:4030061", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3.", + "meaning": "CL:4030061", + "title": "L3 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:0000879", + "description": "A border associated macrophage that is part of a meninx. This macrophage type is elongated and amoeboid spindle-shaped with limited mobility. This macrophage is highly phagocytic, expresses scavenger receptors, has dynamic protrusions and extends its processes during inflammation.", + "meaning": "CL:0000879", + "title": "meningeal macrophage" + }, + { + "text": "CL:4023052", + "description": "A Betz cell that synapses with lower motor neurons directly.", + "meaning": "CL:4023052", + "title": "Betz upper motor neuron" + }, + { + "text": "CL:0000800", + "description": "A gamma-delta T cell that has a mature phenotype. These cells can be found in tissues and circulation where they express unique TCR repertoire depending on their location.", + "meaning": "CL:0000800", + "title": "mature gamma-delta T cell" + }, + { + "text": "CL:0002566", + "description": "A melanocyte that appears darker due to content or amount of melanin granules.", + "meaning": "CL:0002566", + "title": "dark melanocyte" + }, + { + "text": "CL:0002216", + "description": "An intermediate muscle cell that has characteristics of both fast and slow muscle cells.", + "meaning": "CL:0002216", + "title": "intermediate muscle cell" + }, + { + "text": "CL:0000808", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, CD25-negative, and pre-TCR-positive.", + "meaning": "CL:0000808", + "title": "DN4 thymocyte" + }, + { + "text": "CL:4042003", + "description": "A central nervous system macrophage that is part of a choroid plexus, a meninx and a perivascular space. A border associated macrophage interacts with various components of the CNS vasculature and meninges, it participates in immune surveillance and in the regulation of the blood brain barrier.", + "meaning": "CL:4042003", + "title": "border associated macrophage" + }, + { + "text": "CL:0000673", + "description": "An intrinsic neuron of the mushroom body of arthropods and annelids. They have tightly packed, cytoplasm-poor cell bodies.", + "meaning": "CL:0000673", + "title": "Kenyon cell" + }, + { + "text": "CL:2000034", + "description": "Any neuromast hair cell that is part of a anterior lateral line.", + "meaning": "CL:2000034", + "title": "anterior lateral line neuromast hair cell" + }, + { + "text": "CL:0000143", + "meaning": "CL:0000143", + "title": "guidepost cell" + }, + { + "text": "CL:0000625", + "description": "A T cell expressing an alpha-beta T cell receptor and the CD8 coreceptor.", + "meaning": "CL:0000625", + "title": "CD8-positive, alpha-beta T cell" + }, + { + "text": "CL:1000693", + "meaning": "CL:1000693", + "title": "kidney interstitial fibrocyte" + }, + { + "text": "CL:0000567", + "meaning": "CL:0000567", + "title": "polymodal nocireceptor" + }, + { + "text": "CL:1001597", + "description": "Glandular cell of seminal vesicle epithelium.", + "meaning": "CL:1001597", + "title": "seminal vesicle glandular cell" + }, + { + "text": "CL:1000223", + "description": "A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Lung neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Lung neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury.", + "meaning": "CL:1000223", + "title": "lung neuroendocrine cell" + }, + { + "text": "CL:0000445", + "meaning": "CL:0000445", + "title": "apoptosis fated cell" + }, + { + "text": "CL:4023089", + "description": "A basket cell which has simpler dendritic arbors (compared to small or large basket cells), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches.", + "meaning": "CL:4023089", + "title": "nest basket cell" + }, + { + "text": "CL:1000696", + "meaning": "CL:1000696", + "title": "kidney interstitial inflammatory macrophage" + }, + { + "text": "CL:1000314", + "description": "A goblet cell that is part of the epithelium of gastric cardiac gland.", + "meaning": "CL:1000314", + "title": "gastric cardiac gland goblet cell" + }, + { + "text": "CL:0004237", + "description": "A retinal amacrine cell with a medium dendritic field and post-synaptic terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).", + "meaning": "CL:0004237", + "title": "fountain amacrine cell" + }, + { + "text": "CL:1000479", + "description": "A Purkinje myocyte that is part of the atrioventricular node.", + "meaning": "CL:1000479", + "title": "Purkinje myocyte of atrioventricular node" + }, + { + "text": "CL:0007004", + "description": "Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells.", + "meaning": "CL:0007004", + "title": "premigratory neural crest cell" + }, + { + "text": "CL:4030042", + "description": "A ciliated cell of the endometrial glandular epithelium.", + "meaning": "CL:4030042", + "title": "glandular endometrial ciliated epithelial cell" + }, + { + "text": "CL:0000354", + "meaning": "CL:0000354", + "title": "blastemal cell" + }, + { + "text": "CL:0000793", + "description": "A CD4-positive, alpha-beta T cell that is found in the columnar epithelium of the gastrointestinal tract.", + "meaning": "CL:0000793", + "title": "CD4-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:1000362", + "description": "A transitional myocyte that is part of the interventricular septum.", + "meaning": "CL:1000362", + "title": "transitional myocyte of interventricular septum" + }, + { + "text": "CL:0002339", + "description": "A prostate epithelial cell that is CD133-positive, CD44-positive, integrin A2beta3-high. This cell is a stem cell for the prostate epithelium.", + "meaning": "CL:0002339", + "title": "prostate stem cell" + }, + { + "text": "CL:0002247", + "description": "A tissue macrophage that is in the pleural space.", + "meaning": "CL:0002247", + "title": "pleural macrophage" + }, + { + "text": "CL:0002211", + "description": "A slow muscle cell that has large amounts of myoglobin, stores energy as triglycerides, generates ATP by the oxidative method and is resistant to fatigue.", + "meaning": "CL:0002211", + "title": "type I muscle cell" + }, + { + "text": "CL:0000655", + "description": "A secondary oocyte is an oocyte that has not completed meiosis II.", + "meaning": "CL:0000655", + "title": "secondary oocyte" + }, + { + "text": "CL:4023015", + "description": "A GABAergic neuron located in the cerebral cortex that expresses Gamma-synuclein", + "meaning": "CL:4023015", + "title": "sncg GABAergic cortical interneuron" + }, + { + "text": "CL:0000814", + "description": "A mature alpha-beta T cell of a distinct lineage that bears natural killer markers and a T cell receptor specific for a limited set of ligands. NK T cells have activation and regulatory roles particularly early in an immune response.", + "meaning": "CL:0000814", + "title": "mature NK T cell" + }, + { + "text": "CL:0002298", + "description": "A thymic epithelial cell type with low nuclear and cytoplasmic electrondensity; has a round, euchromatic nucleus and occurs in small groups at the corticomedullary junction or scattered singly in the medulla.", + "meaning": "CL:0002298", + "title": "type-5 epithelial cell of thymus" + }, + { + "text": "CL:0000011", + "description": "Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination.", + "meaning": "CL:0000011", + "title": "migratory trunk neural crest cell" + }, + { + "text": "CL:0000669", + "description": "An elongated, contractile cell found wrapped about precapillary arterioles outside the basement membrane. Pericytes are present in capillaries where proper adventitia and muscle layer are missing (thus distingushing this cell type from adventitial cells). They are relatively undifferentiated and may become fibroblasts, macrophages, or smooth muscle cells.", + "meaning": "CL:0000669", + "title": "pericyte" + }, + { + "text": "CL:0000125", + "description": "A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons.", + "meaning": "CL:0000125", + "title": "glial cell" + }, + { + "text": "CL:1000453", + "description": "An epithelial cell that is part of the intermediate tubule.", + "meaning": "CL:1000453", + "title": "epithelial cell of intermediate tubule" + }, + { + "text": "CL:0002028", + "description": "A cell type that can give rise to basophil and mast cells. This cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa", + "meaning": "CL:0002028", + "title": "basophil mast progenitor cell" + }, + { + "text": "CL:0000222", + "description": "A cell of the middle germ layer of the embryo.", + "meaning": "CL:0000222", + "title": "mesodermal cell" + }, + { + "text": "CL:0002397", + "description": "A CD14-positive monocyte that is also CD16-positive and CCR2-negative.", + "meaning": "CL:0002397", + "title": "CD14-positive, CD16-positive monocyte" + }, + { + "text": "CL:1000618", + "description": "Any kidney cortical cell that is part of some juxtaglomerular apparatus.", + "meaning": "CL:1000618", + "title": "juxtaglomerular complex cell" + }, + { + "text": "CL:0002634", + "description": "An epithelial cell of the anal column.", + "meaning": "CL:0002634", + "title": "epithelial cell of anal column" + }, + { + "text": "CL:4033040", + "description": "A lung resident memory CD8-positive, alpha-beta T cell that is CD103-positive.", + "meaning": "CL:4033040", + "title": "lung resident memory CD8-positive, CD103-positive, alpha-beta T cell" + }, + { + "text": "CL:0011003", + "description": "A neurosecretory neuron residing mainly in the hypothalamic supraoptic and paraventricular nuclei and in a number of smaller accessory cell groups between these two nuclei, that is capable of secreting the hormones oxytocin or vasopressin, and sometimes both, into the systemic circulation.", + "meaning": "CL:0011003", + "title": "magnocellular neurosecretory cell" + }, + { + "text": "CL:0002459", + "description": "A dermal dendritic cell that is langerin-negative, CD103-negative, and CD11b-positive.", + "meaning": "CL:0002459", + "title": "langerin-negative dermal dendritic cell" + }, + { + "text": "CL:0002237", + "description": "A cell that constitutes the luminal layer of epithelium of prostatic duct.", + "meaning": "CL:0002237", + "title": "luminal epithelial cell of prostatic duct" + }, + { + "text": "CL:0002521", + "description": "An adipocyte that is part of subcutaneous adipose tissue.", + "meaning": "CL:0002521", + "title": "subcutaneous adipocyte" + }, + { + "text": "CL:0002244", + "description": "A nonstratified squamous cell located in the ectocervix.", + "meaning": "CL:0002244", + "title": "squamous cell of ectocervix" + }, + { + "text": "CL:0000498", + "description": "An interneuron (also called relay neuron, association neuron or local circuit neuron) is a multipolar neuron which connects afferent neurons and efferent neurons in neural pathways. Like motor neurons, interneuron cell bodies are always located in the central nervous system (CNS).", + "meaning": "CL:0000498", + "title": "inhibitory interneuron" + }, + { + "text": "CL:0002547", + "description": "A fibroblast of the aortic adventitia.", + "meaning": "CL:0002547", + "title": "fibroblast of the aortic adventitia" + }, + { + "text": "CL:0002579", + "description": "A preadipocyte that is part of an omentum.", + "meaning": "CL:0002579", + "title": "omentum preadipocyte" + }, + { + "text": "CL:0000213", + "description": "A cell within an epithelial cell sheet whose main function is to act as an internal or external covering for a tissue or an organism.", + "meaning": "CL:0000213", + "title": "lining cell" + }, + { + "text": "CL:0017002", + "description": "A neuroendocrine cell that is part of the prostate epithelium.", + "meaning": "CL:0017002", + "title": "prostate neuroendocrine cell" + }, + { + "text": "CL:0002421", + "description": "A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles.", + "meaning": "CL:0002421", + "title": "nucleated reticulocyte" + }, + { + "text": "CL:4033057", + "description": "A luminal epithelial cell of the mammary gland that can proliferate and has the potential to differentiate into a lactocyte during pregnancy. In humans, a luminal adaptive secretory precursor cell can be identified by high levels of the markers EpCAM and CD49f, and in mice it can be identified by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8.", + "meaning": "CL:4033057", + "title": "luminal adaptive secretory precursor cell of mammary gland" + }, + { + "text": "CL:1001016", + "description": "Any kidney loop of Henle epithelial cell that is part of some ascending limb of loop of Henle.", + "meaning": "CL:1001016", + "title": "kidney loop of Henle ascending limb epithelial cell" + }, + { + "text": "CL:0002109", + "description": "A B220-positive CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-positive, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.", + "meaning": "CL:0002109", + "title": "B220-positive CD38-positive naive B cell" + }, + { + "text": "CL:1000274", + "meaning": "CL:1000274", + "title": "trophectodermal cell" + }, + { + "text": "CL:0000591", + "description": "A thermoreceptor cell that detects increased temperatures.", + "meaning": "CL:0000591", + "title": "warmth sensing thermoreceptor cell" + }, + { + "text": "CL:0000699", + "description": "A type of glomus or chief cell, is sensitive to hypoxia and produce catecholamines.", + "meaning": "CL:0000699", + "title": "paraganglial type 1 cell" + }, + { + "text": "CL:0002644", + "description": "An endothelial cell of viscerocranial mucosa that is part of the tympanic region of the viscerocranial mucosa.", + "meaning": "CL:0002644", + "title": "endo-epithelial cell of tympanic part of viscerocranial mucosa" + }, + { + "text": "CL:0000319", + "description": "Any secretory cell that is capable of some mucus secretion.", + "meaning": "CL:0000319", + "title": "mucus secreting cell" + }, + { + "text": "CL:0002137", + "description": "A cell in the zona reticularis that produce sex hormones.", + "meaning": "CL:0002137", + "title": "type III cell of adrenal cortex" + }, + { + "text": "CL:0000413", + "description": "A cell whose nucleus contains a single haploid genome.", + "meaning": "CL:0000413", + "title": "haploid cell" + }, + { + "text": "CL:0000100", + "description": "An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement.", + "meaning": "CL:0000100", + "title": "motor neuron" + }, + { + "text": "CL:0000490", + "meaning": "CL:0000490", + "title": "photopic photoreceptor cell" + }, + { + "text": "CL:0002628", + "description": "An immature microglial cell with a ramified morphology.", + "meaning": "CL:0002628", + "title": "immature microglial cell" + }, + { + "text": "CL:0000933", + "description": "A type II NK T cell that has been recently activated, secretes interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.", + "meaning": "CL:0000933", + "title": "type II NK T cell secreting interleukin-4" + }, + { + "text": "CL:0000679", + "description": "A neuron that is capable of some neurotansmission by glutamate secretion.", + "meaning": "CL:0000679", + "title": "glutamatergic neuron" + }, + { + "text": "CL:0002572", + "description": "A mesenchymal stem cell of the vertebrae.", + "meaning": "CL:0002572", + "title": "vertebral mesenchymal stem cell" + }, + { + "text": "CL:0010022", + "description": "A neuron that has its soma in the heart.", + "meaning": "CL:0010022", + "title": "cardiac neuron" + }, + { + "text": "CL:0004239", + "description": "A bistratified amacrine cell with a medium dendritic field and post-synaptic terminals in S1-S2, and S4.", + "meaning": "CL:0004239", + "title": "wavy bistratified amacrine cell" + }, + { + "text": "CL:0005001", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into an iridophore.", + "meaning": "CL:0005001", + "title": "iridoblast" + }, + { + "text": "CL:0000691", + "description": "Any interneuron that has characteristic some stellate morphology.", + "meaning": "CL:0000691", + "title": "stellate interneuron" + }, + { + "text": "CL:2000015", + "description": "Any skin fibroblast that is part of a arm.", + "meaning": "CL:2000015", + "title": "fibroblast of arm" + }, + { + "text": "CL:0002586", + "description": "An epithelial cell of the retinal pigmented epithelium.", + "meaning": "CL:0002586", + "title": "retinal pigment epithelial cell" + }, + { + "text": "CL:0000453", + "description": "Langerhans cell is a conventional dendritic cell that has plasma membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid origin, that appears clear on light microscopy and has a dark-staining, indented nucleus and characteristic inclusions (Birbeck granules) in the cytoplasm; Langerhans cells are found principally in the stratum spinosum of the epidermis, but they also occur in other stratified epithelia and have been identified in the lung, lymph nodes, spleen, and thymus.", + "meaning": "CL:0000453", + "title": "Langerhans cell" + }, + { + "text": "CL:0002222", + "description": "A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye.", + "meaning": "CL:0002222", + "title": "vertebrate lens cell" + }, + { + "text": "CL:0000770", + "description": "A late basophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature basophil.", + "meaning": "CL:0000770", + "title": "band form basophil" + }, + { + "text": "CL:0000823", + "description": "A natural killer cell that is developmentally immature and expresses natural killer cell receptors (NKR).", + "meaning": "CL:0000823", + "title": "immature natural killer cell" + }, + { + "text": "CL:0005018", + "description": "A cell that secretes ghrelin, the peptide hormone that stimulates hunger.", + "meaning": "CL:0005018", + "title": "ghrelin secreting cell" + }, + { + "text": "CL:1000378", + "description": "A type I vestibular sensory cell that is part of the stato-acoustic epithelium.", + "meaning": "CL:1000378", + "title": "type 1 vestibular sensory cell of stato-acoustic epithelium" + }, + { + "text": "CL:0002536", + "description": "An epithelial cell that is part of the amnion.", + "meaning": "CL:0002536", + "title": "epithelial cell of amnion" + }, + { + "text": "CL:0000758", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The cell has a loose, delicate axon terminal that opens in sublamina 3 of the inner plexiform layer and descends into sublamina 4.", + "meaning": "CL:0000758", + "title": "type 6 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:2000036", + "description": "Any neuromast support cell that is part of a anterior lateral line.", + "meaning": "CL:2000036", + "title": "anterior lateral line neuromast supporting cell" + }, + { + "text": "CL:0002610", + "description": "A neuron of the raphe nuclei.", + "meaning": "CL:0002610", + "title": "raphe nuclei neuron" + }, + { + "text": "CL:4023031", + "description": "A sst GABAergic cortical interneuron with a soma found in lower L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending axons but denser local axons and sparser \u2018fanning-out\u2019 projections to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5 fan Martinotti Cell) and non-zero afterdepolarization (ADP).", + "meaning": "CL:4023031", + "title": "L4 sst Martinotti interneuron (Mmus)" + }, + { + "text": "CL:0002145", + "description": "A ciliated columnar cell found in the trachea and bronchus. Vary from low to tall columnar; possesses up to 300 cilia at its surface, interspersed with long irregular microvilli with the cilia varying in length from about 6um in the trachea to about 4um in the terminal bronchioles; driving force of the ciliary current in the bronchial tree.", + "meaning": "CL:0002145", + "title": "ciliated columnar cell of tracheobronchial tree" + }, + { + "text": "CL:0000965", + "description": "A germinal center B cell that is rapidly dividing and has the phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation of the immunoglobulin V gene region can occur during proliferation of this cell type.", + "meaning": "CL:0000965", + "title": "Bm3 B cell" + }, + { + "text": "CL:1000494", + "description": "An epithelial cell that is part of a nephron tubule.", + "meaning": "CL:1000494", + "title": "nephron tubule epithelial cell" + }, + { + "text": "CL:0011115", + "description": "A cell that, by division or terminal differentiation, can give rise to other cell types.", + "meaning": "CL:0011115", + "title": "precursor cell" + }, + { + "text": "CL:0002527", + "description": "An immature CD14-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0002527", + "title": "immature CD14-positive dermal dendritic cell" + }, + { + "text": "CL:0009113", + "description": "A regulatory T cell present in the B cell follicles and germinal centers of lymphoid tissues. In humans, it is CXCR5+.", + "meaning": "CL:0009113", + "title": "T follicular regulatory cell" + }, + { + "text": "CL:0009012", + "description": "A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the small intestine. Stem cells located in the crypts of Lieberk\u00fchn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.", + "meaning": "CL:0009012", + "title": "transit amplifying cell of small intestine" + }, + { + "text": "CL:0000628", + "description": "A cell that can perform photosynthesis, in which carbohydrates are synthesized from carbon dioxide and water, using light as the energy source.", + "meaning": "CL:0000628", + "title": "photosynthetic cell" + }, + { + "text": "CL:0000712", + "description": "Any epidermal cell that is part of some stratum granulosum of epidermis.", + "meaning": "CL:0000712", + "title": "stratum granulosum cell" + }, + { + "text": "CL:0000099", + "description": "Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions.", + "meaning": "CL:0000099", + "title": "interneuron" + }, + { + "text": "CL:4023024", + "description": "A lamp5 GABAergic cortical interneuron with layer-adapting morphology. NGC lamp5 cells have a small round soma, short dendrites, and a wide dense axonal arbor that tends to establish a dense axonal mesh with high connection probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have unique synaptic properties that distinguish them from other GABAergic interneurons, including the release of GABA to the extracellular space via volume transmission, and the ability to produce GABA-B responses in connected postsynaptic targets.", + "meaning": "CL:4023024", + "title": "neurogliaform lamp5 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:4023095", + "description": "A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances.", + "meaning": "CL:4023095", + "title": "untufted pyramidal neuron" + }, + { + "text": "CL:0000639", + "description": "A basophilic chromophil cell that of the anterior pituitary gland.", + "meaning": "CL:0000639", + "title": "basophil cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:0000385", + "description": "A precursor of mature hemocytes.", + "meaning": "CL:0000385", + "title": "prohemocyte (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:0000359", + "description": "A smooth muscle cell associated with the vasculature.", + "meaning": "CL:0000359", + "title": "vascular associated smooth muscle cell" + }, + { + "text": "CL:0002619", + "description": "An adult angioblastic cell released from the bone marrow, or from the kidney in some teleost species, capable of blood circulation and participation in angiogenesis by differentiating into blood vessel endothelial cells.", + "meaning": "CL:0002619", + "title": "adult endothelial progenitor cell" + }, + { + "text": "CL:0009107", + "description": "A lymphatic endothelial cell located in the subcapsular sinus ceiling of a lymph node. In human, it's characterized by a unique marker expression (NT5e+ and Caveolin-1+).", + "meaning": "CL:0009107", + "title": "lymphatic endothelial cell of subcapsular sinus ceiling" + }, + { + "text": "CL:0002175", + "description": "A cell within the primary follicle of the ovary.", + "meaning": "CL:0002175", + "title": "primary follicular cell of ovary" + }, + { + "text": "CL:4023045", + "description": "An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that projects to the medulla. MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.", + "meaning": "CL:4023045", + "title": "medulla-projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:4033023", + "description": "An epithelial cell that is part of a collecting duct of an airway submucosal gland.", + "meaning": "CL:4033023", + "title": "airway submucosal gland collecting duct epithelial cell" + }, + { + "text": "CL:4033015", + "description": "A star-shaped glial cell that is part of some retina. This cell links neurons to blood vessels and may provide structural and physiological support to optic nerve head axons.", + "meaning": "CL:4033015", + "title": "retinal astrocyte" + }, + { + "text": "CL:0000528", + "description": "A nerve cell where transmission is mediated by nitric oxide.", + "meaning": "CL:0000528", + "title": "nitrergic neuron" + }, + { + "text": "CL:0000402", + "description": "An interneuron that has its cell body in a central nervous system.", + "meaning": "CL:0000402", + "title": "CNS interneuron" + }, + { + "text": "CL:0002104", + "description": "An IgG-negative double negative memory B cell is a double negative memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative.", + "meaning": "CL:0002104", + "title": "IgG-negative double negative memory B cell" + }, + { + "text": "CL:0002032", + "description": "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities.", + "meaning": "CL:0002032", + "title": "hematopoietic oligopotent progenitor cell" + }, + { + "text": "CL:0002605", + "description": "An astrocyte of the cerebral cortex.", + "meaning": "CL:0002605", + "title": "astrocyte of the cerebral cortex" + }, + { + "text": "CL:0011114", + "description": "A segmented neutrophilic cell of the bone marrow reserve pool that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity immunoglobulin gamma Fc region receptor III) on its cell surface.", + "meaning": "CL:0011114", + "title": "segmented neutrophil of bone marrow" + }, + { + "text": "CL:0001000", + "description": "CD8_alpha-positive CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive and CD8_alpha-positive.", + "meaning": "CL:0001000", + "title": "CD8_alpha-positive CD11b-negative dendritic cell" + }, + { + "text": "CL:0002021", + "description": "An enucleate erythrocyte that is GlyA-positive.", + "meaning": "CL:0002021", + "title": "GlyA-positive erythrocyte" + }, + { + "text": "CL:0007022", + "description": "A specialized pore forming cell of the follicle, located adjacent to the animal pole of the oocyte. The micropylar cell makes the single micropyle (pore) through the chorion through which the sperm fertilizes the egg.", + "meaning": "CL:0007022", + "title": "micropylar cell" + }, + { + "text": "CL:2000030", + "description": "Any native cell that is part of a hypothalamus.", + "meaning": "CL:2000030", + "title": "hypothalamus cell" + }, + { + "text": "CL:0002081", + "description": "This cell resembles a glia cell, express the glial marker S100 and act as a supporting cell to type I cell. This cell is located in a small cluster of type I and type II cells near the fork of the carotid artery.", + "meaning": "CL:0002081", + "title": "type II cell of carotid body" + }, + { + "text": "CL:0000138", + "description": "Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell.", + "meaning": "CL:0000138", + "title": "chondrocyte" + }, + { + "text": "CL:0000943", + "description": "A Be cell that facilitates development of T-helper 1 (Th1) phenotype in CD4-positive T cells, and secretes high levels of interleukin-2, tumor necrosis factor-alpha and interferon-gamma.", + "meaning": "CL:0000943", + "title": "Be1 Cell" + }, + { + "text": "CL:0004234", + "description": "An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, and in S3-S4.", + "meaning": "CL:0004234", + "title": "diffuse multistratified amacrine cell" + }, + { + "text": "CL:0000119", + "description": "Large intrinsic neuron located in the granule layer of the cerebellar cortex that extends its dendrites into the molecular layer where they receive contact from parallel fibers. The axon of the Golgi cell ramifies densely in the granule layer and enters into a complex arrangement with mossy fiber terminals and granule cell dendrites to form the cerebellar glomerulus. Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th ed. 2004.", + "meaning": "CL:0000119", + "title": "cerebellar Golgi cell" + }, + { + "text": "CL:1000339", + "description": "An enterocyte that is part of the epithelium proper of small intestine.", + "meaning": "CL:1000339", + "title": "enterocyte of epithelium proper of small intestine" + }, + { + "text": "CL:0000959", + "description": "A transitional stage B cell that has the phenotype surface IgM-positive, surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive and is located in the splenic B follicles. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive.", + "meaning": "CL:0000959", + "title": "T2 B cell" + }, + { + "text": "CL:0010005", + "description": "A specialized cardiomyocyte that transmit signals from the AV node to the cardiac Purkinje fibers.", + "meaning": "CL:0010005", + "title": "atrioventricular bundle cell" + }, + { + "text": "CL:0002020", + "description": "A reticulocyte that is GlyA-positive.", + "meaning": "CL:0002020", + "title": "GlyA-positive reticulocytes" + }, + { + "text": "CL:4023058", + "description": "A mesothelial fibroblast found in the leptomeninx.", + "meaning": "CL:4023058", + "title": "mesothelial fibroblast of the leptomeninx" + }, + { + "text": "CL:0010002", + "description": "An epithelial cell that is part_of a umbilical artery.", + "meaning": "CL:0010002", + "title": "epithelial cell of umbilical artery" + }, + { + "text": "CL:0009064", + "description": "A T cell located in the lymph node paracortex, where macrophages and dendritic cells present antigenic peptides to these na\u00efve T cells, stimulating them to become activated helper T cells or cytotoxic T lymphocytes.", + "meaning": "CL:0009064", + "title": "lymph node paracortex T cell" + }, + { + "text": "CL:4033004", + "description": "A(n) smooth muscle cell that is part of a(n) taenia coli.", + "meaning": "CL:4033004", + "title": "smooth muscle cell of taenia coli" + }, + { + "text": "CL:0000449", + "description": "A cell from the thermogenic form of adipose tissue found in many species, particularly in newborns and hibernating mammals, but also in lesser amounts in adults of other mammals including humans. Brown fat is capable of rapid liberation of energy and seems to be important in the maintenance of body temperature immediately after birth and upon waking from hibernation.", + "meaning": "CL:0000449", + "title": "brown adipocyte" + }, + { + "text": "CL:0000689", + "description": "A cell with both myofibrils and secretory granules.", + "meaning": "CL:0000689", + "title": "myoendocrine cell" + }, + { + "text": "CL:0002334", + "description": "An undifferentiated fibroblast that can be stimulated to form a fat cell.", + "meaning": "CL:0002334", + "title": "preadipocyte" + }, + { + "text": "CL:1000596", + "description": "Any kidney cell that is part of some juxtamedullary cortex.", + "meaning": "CL:1000596", + "title": "inner renal cortex cell" + }, + { + "text": "CL:0000343", + "description": "A pigment cell that is capable of detecting light stimulus that is involved in visual perception.", + "meaning": "CL:0000343", + "title": "visual pigment cell (sensu Vertebrata)" + }, + { + "text": "CL:4023077", + "description": "A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma.", + "meaning": "CL:4023077", + "title": "bitufted neuron" + }, + { + "text": "CL:0002316", + "description": "A supporting cell of the vestibular epithelium.", + "meaning": "CL:0002316", + "title": "supporting cell of vestibular epithelium" + }, + { + "text": "CL:1000351", + "description": "A basal cell that is part of the epithelium of respiratory bronchiole.", + "meaning": "CL:1000351", + "title": "basal cell of epithelium of respiratory bronchiole" + }, + { + "text": "CL:0000517", + "description": "A type of foam cell derived from a macrophage containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.", + "meaning": "CL:0000517", + "title": "macrophage derived foam cell" + }, + { + "text": "CL:0000047", + "description": "An undifferentiated neural cell that originates from the neuroectoderm and has the capacity both to perpetually self-renew without differentiating and to generate multiple central nervous system neuronal and glial cell types.", + "meaning": "CL:0000047", + "title": "neural stem cell" + }, + { + "text": "CL:0009001", + "description": "Any cell in the compound eye, a light sensing organ composed of ommatidia.", + "meaning": "CL:0009001", + "title": "compound eye retinal cell" + }, + { + "text": "CL:0002674", + "description": "A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus.", + "meaning": "CL:0002674", + "title": "H minus" + }, + { + "text": "CL:0019002", + "description": "Any chondrocyte that is part of the tracheobronchial tree.", + "meaning": "CL:0019002", + "title": "tracheobronchial chondrocyte" + }, + { + "text": "CL:0002001", + "description": "A granulocyte monocyte progenitor is CD34-positive, CD38-positive, IL-3receptor-alpha-positive and is CD45RA-negative.", + "meaning": "CL:0002001", + "title": "CD34-positive, CD38-positive granulocyte monocyte progenitor" + }, + { + "text": "CL:0002163", + "description": "A rod-shpaed cell that forms a single row adjacent to and supporting the inner hair cells.", + "meaning": "CL:0002163", + "title": "internal pillar cell of cochlea" + }, + { + "text": "CL:0009053", + "description": "A stromal cell found in the lamina propria of the anorectum.", + "meaning": "CL:0009053", + "title": "stromal cell of anorectum lamina propria" + }, + { + "text": "CL:0000411", + "description": "An epithelial cell of the hypodermis of Caenorhabditis.", + "meaning": "CL:0000411", + "title": "Caenorhabditis hypodermal cell" + }, + { + "text": "CL:0005020", + "description": "Lymphatic progenitor cells.", + "meaning": "CL:0005020", + "title": "lymphangioblast" + }, + { + "text": "CL:0000785", + "description": "A B cell that is mature, having left the bone marrow. Initially, these cells are IgM-positive and IgD-positive, and they can be activated by antigen.", + "meaning": "CL:0000785", + "title": "mature B cell" + }, + { + "text": "CL:0008016", + "description": "A skeletal muscle satellite cell that has become mitotically active - typically following muscle damage.", + "meaning": "CL:0008016", + "title": "activated skeletal muscle satellite cell" + }, + { + "text": "CL:0002438", + "description": "A mature NK cell that is NK1.1-positive.", + "meaning": "CL:0002438", + "title": "NK1.1-positive natural killer cell, mouse" + }, + { + "text": "CL:0002328", + "description": "An epithelial cell of the bronchus.", + "meaning": "CL:0002328", + "title": "bronchial epithelial cell" + }, + { + "text": "CL:0000253", + "meaning": "CL:0000253", + "title": "eurydendroid cell" + }, + { + "text": "CL:0004220", + "description": "An amacrine cell with a small, asymteric dendritic field.", + "meaning": "CL:0004220", + "title": "flag amacrine cell" + }, + { + "text": "CL:0000075", + "description": "A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube.", + "meaning": "CL:0000075", + "title": "columnar/cuboidal epithelial cell" + }, + { + "text": "CL:0002555", + "description": "A fibroblast that is part of the mammary gland.", + "meaning": "CL:0002555", + "title": "fibroblast of mammary gland" + }, + { + "text": "CL:0000379", + "meaning": "CL:0000379", + "title": "sensory processing neuron" + }, + { + "text": "CL:0000108", + "description": "A neuron that uses acetylcholine as a vesicular neurotransmitter.", + "meaning": "CL:0000108", + "title": "cholinergic neuron" + }, + { + "text": "CL:0004226", + "description": "An amacrine cell with a small dendritic field with post-synaptic terminals in S3 and S4.", + "meaning": "CL:0004226", + "title": "monostratified amacrine cell" + }, + { + "text": "CL:4033060", + "description": "A lactocyte that highly expresses genes associated with lipid production and milk component biosynthesis.", + "meaning": "CL:4033060", + "title": "lactocyte type 2" + }, + { + "text": "CL:0002019", + "description": "A reticulocyte that is Ly76-high and is Kit-negative.", + "meaning": "CL:0002019", + "title": "Ly-76 high reticulocyte" + }, + { + "text": "CL:0000232", + "description": "A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen.", + "meaning": "CL:0000232", + "title": "erythrocyte" + }, + { + "text": "CL:0000704", + "description": "A specialized endothelial cell that senses extracellular signals and guides the directed growth of blood vessels.", + "meaning": "CL:0000704", + "title": "endothelial tip cell" + }, + { + "text": "CL:0011008", + "description": "A hemocyte derived from the embryonic head mesoderm, which enters the hemolymph as a circulating cell.", + "meaning": "CL:0011008", + "title": "embryonic hemocyte" + }, + { + "text": "CL:1000303", + "description": "A fibroblast that is part of the areolar connective tissue.", + "meaning": "CL:1000303", + "title": "fibroblast of areolar connective tissue" + }, + { + "text": "CL:0000018", + "description": "A male germ cell that develops from the haploid secondary spermatocytes. Without further division, spermatids undergo structural changes and give rise to spermatozoa.", + "meaning": "CL:0000018", + "title": "spermatid" + }, + { + "text": "CL:0009088", + "description": "An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. These cells do not form colonies.", + "meaning": "CL:0009088", + "title": "circulating angiogenic cell" + }, + { + "text": "CL:0008034", + "description": "Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation.", + "meaning": "CL:0008034", + "title": "mural cell" + }, + { + "text": "CL:1001611", + "description": "Neuron of the cerebellum.", + "meaning": "CL:1001611", + "title": "cerebellar neuron" + }, + { + "text": "CL:0009020", + "description": "An intestinal tuft cell that is a part of a vermiform appendix.", + "meaning": "CL:0009020", + "title": "tuft cell of appendix" + }, + { + "text": "CL:2000061", + "description": "Any mesenchymal stem cell that is part of a placenta.", + "meaning": "CL:2000061", + "title": "placental amniotic mesenchymal stromal cell" + }, + { + "text": "CL:0000207", + "description": "Any neuron that is capable of some detection of chemical stimulus involved in sensory perception of smell.", + "meaning": "CL:0000207", + "title": "olfactory receptor cell" + }, + { + "text": "CL:0002117", + "description": "A class switched memory B cell that lacks IgG on the cell surface.", + "meaning": "CL:0002117", + "title": "IgG-negative class switched memory B cell" + }, + { + "text": "CL:0000371", + "description": "The cell protoplasm after removal of the cell wall.", + "meaning": "CL:0000371", + "title": "protoplast" + }, + { + "text": "CL:0002174", + "description": "A cell within the follicle of an ovary.", + "meaning": "CL:0002174", + "title": "follicular cell of ovary" + }, + { + "text": "CL:0001015", + "description": "CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high and is CD8_alpha-low.", + "meaning": "CL:0001015", + "title": "CD8_alpha-low Langerhans cell" + }, + { + "text": "CL:0000848", + "description": "An olfactory receptor cell in which the apical ending of the dendrite is a knob that bears numerous microvilli.", + "meaning": "CL:0000848", + "title": "microvillous olfactory receptor neuron" + }, + { + "text": "CL:1001502", + "description": "The large glutaminergic nerve cells whose dendrites synapse with axons of the olfactory receptor neurons in the glomerular layer of the olfactory bulb, and whose axons pass centrally in the olfactory tract to the olfactory cortex.", + "meaning": "CL:1001502", + "title": "mitral cell" + }, + { + "text": "CL:4042007", + "description": "An astrocyte with highly branched protrusions, found in neocortex layers 2-6. It is involved with the formation and elimination of synapses, glutamate clearance, modulation of synaptic functions and regulation of blood flow in response to synaptic activity.", + "meaning": "CL:4042007", + "title": "protoplasmic astrocyte" + }, + { + "text": "CL:0010007", + "description": "Any cell that is part of some His-Purkinje system.", + "meaning": "CL:0010007", + "title": "His-Purkinje system cell" + }, + { + "text": "CL:0008018", + "description": "A myoblast that is commited to developing into a somatic muscle.", + "meaning": "CL:0008018", + "title": "somatic muscle myoblast" + }, + { + "text": "CL:0002097", + "description": "A cell of the adrenal cortex. Cell types include those that synthesize and secrete chemical derivatives (steroids) of cholesterol.", + "meaning": "CL:0002097", + "title": "cortical cell of adrenal gland" + }, + { + "text": "CL:1000410", + "description": "A muscle cell that is part of the atrioventricular node.", + "meaning": "CL:1000410", + "title": "myocyte of atrioventricular node" + }, + { + "text": "CL:0008033", + "description": "A pericyte of the decidual vasculature.", + "meaning": "CL:0008033", + "title": "decidual pericyte" + }, + { + "text": "CL:0000209", + "description": "A specialized cell involved in gustatory sensory perception.", + "meaning": "CL:0000209", + "title": "taste receptor cell" + }, + { + "text": "CL:0003018", + "description": "A retinal ganglion B3 cell with dentrites terminating in S4.", + "meaning": "CL:0003018", + "title": "retinal ganglion cell B3 inner" + }, + { + "text": "CL:0000027", + "description": "A smooth muscle cell derived from the neural crest.", + "meaning": "CL:0000027", + "title": "smooth muscle cell neural crest derived" + }, + { + "text": "CL:0002170", + "description": "A keratinized cell located in the hard palate or gingiva.", + "meaning": "CL:0002170", + "title": "keratinized cell of the oral mucosa" + }, + { + "text": "CL:0002262", + "description": "An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver.", + "meaning": "CL:0002262", + "title": "endothelial cell of sinusoid" + }, + { + "text": "CL:0000796", + "description": "A alpha-beta intraepithelial T cell found in the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.", + "meaning": "CL:0000796", + "title": "CD8-alpha-beta-positive, alpha-beta intraepithelial T cell" + }, + { + "text": "CL:0007017", + "description": "An epidermal cell with apical microvilli or a single apical projection have synaptic associations with nerve fibres in the epidermis.", + "meaning": "CL:0007017", + "title": "Stiftchenzellen" + }, + { + "text": "CL:0002668", + "description": "An otic fibrocyte that is lateral to the basilar membrane and anchoris it to the lateral wall.", + "meaning": "CL:0002668", + "title": "type 4 otic fibrocyte" + }, + { + "text": "CL:1000470", + "description": "A myoepithelial cell that is part of the primary lactiferous duct.", + "meaning": "CL:1000470", + "title": "myoepithelial cell of primary lactiferous duct" + }, + { + "text": "CL:0000682", + "description": "An absorptive cell of the gut epithelium that endocytoses microorganisms and intact macromolecules from the gut lumen and transports them to the subepithelial space where they are presented to antigen-presenting cells and lymphocytes.", + "meaning": "CL:0000682", + "title": "M cell of gut" + }, + { + "text": "CL:0005026", + "description": "Multi fate stem cell that gives rise to both hepatocytes and cholangiocytes as descendants. The term often refers to fetal precursors of hepatocytes (differently from 'hepatic stem cell', usually applied to the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts may also be endogenous, as some stem cells found in the liver come from the bone marrow via blood circulation.", + "meaning": "CL:0005026", + "title": "hepatoblast" + }, + { + "text": "CL:0011011", + "description": "A cell derived from the mesoderm that is located between the paraxial mesoderm and the lateral plate.", + "meaning": "CL:0011011", + "title": "intermediate mesodermal cell" + }, + { + "text": "CL:0005015", + "description": "An auditory epithelial support cell that surrounds the nerve fibers and synapses of the auditory inner hair cells.", + "meaning": "CL:0005015", + "title": "inner phalangeal cell" + }, + { + "text": "CL:0000954", + "description": "A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, and carries a DNA rearrangement of one or more immunoglobulin light chain genes.", + "meaning": "CL:0000954", + "title": "small pre-B-II cell" + }, + { + "text": "CL:0000972", + "description": "A class switched memory B cell is a memory B cell that has undergone Ig class switching and therefore is IgM-negative on the cell surface. These cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface.", + "meaning": "CL:0000972", + "title": "class switched memory B cell" + }, + { + "text": "CL:0000789", + "description": "A T cell that expresses an alpha-beta T cell receptor complex.", + "meaning": "CL:0000789", + "title": "alpha-beta T cell" + }, + { + "text": "CL:0009019", + "description": "A kidney cortical cell that is part of the nephrogenic zone.", + "meaning": "CL:0009019", + "title": "nephrogenic zone cell" + }, + { + "text": "CL:0017011", + "description": "A hillock cell that is part of the prostatic urethra.", + "meaning": "CL:0017011", + "title": "hillock cell of prostatic urethral epithelium" + }, + { + "text": "CL:0000904", + "description": "CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.", + "meaning": "CL:0000904", + "title": "central memory CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0004139", + "description": "A retinal ganglion A2 cell with dendrites terminating in S2.", + "meaning": "CL:0004139", + "title": "retinal ganglion cell A2 outer" + }, + { + "text": "CL:0009016", + "description": "An intestinal stem cell that is located in the large intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the large intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.", + "meaning": "CL:0009016", + "title": "intestinal crypt stem cell of large intestine" + }, + { + "text": "CL:4023087", + "description": "A Martinotti neuron that has axons that form a fan-like plexus.", + "meaning": "CL:4023087", + "title": "fan Martinotti neuron" + }, + { + "text": "CL:0000840", + "description": "An immature cell of the conventional dendritic cell lineage, characterized by high levels of antigen uptake via endocytosis, macropinocytosis, and phagocytosis, and typically found resident in the tissues. Markers for this cell are CD80-low, CD86-low, and MHC-II-low.", + "meaning": "CL:0000840", + "title": "immature conventional dendritic cell" + }, + { + "text": "CL:0008049", + "description": "A giant pyramidal neuron with a soma in layer Vb of the primary motor cortex that sends its axons down the spinal cord via the corticospinal tract, either synapsing directly with alpha motor neurons, or targeting interneurons in the spinal cord. In humans, Betz cells are the largest known in the central nervous system.", + "meaning": "CL:0008049", + "title": "Betz cell" + }, + { + "text": "CL:0002473", + "description": "Gr1-low non-classical monocyte that has high surface expression of a MHC-II complex.", + "meaning": "CL:0002473", + "title": "MHC-II-high non-classical monocyte" + }, + { + "text": "CL:0010009", + "description": "Any photoreceptor cell that is part of some camera-type eye.", + "meaning": "CL:0010009", + "title": "camera-type eye photoreceptor cell" + }, + { + "text": "CL:0002206", + "description": "A brush cell of the epithelium in the terminal bronchiole.", + "meaning": "CL:0002206", + "title": "brush cell of terminal bronchiole" + }, + { + "text": "CL:0000287", + "description": "Any photoreceptor cell that is part of some eye.", + "meaning": "CL:0000287", + "title": "eye photoreceptor cell" + }, + { + "text": "CL:0009063", + "description": "An enteroendocrine cell that is located in the anorectum.", + "meaning": "CL:0009063", + "title": "enteroendocrine cell of anorectum" + }, + { + "text": "CL:0002370", + "description": "A simple columnar epithelial cell that secretes mucin. Rough endoplasmic reticulum, mitochondria, the nucleus, and other organelles are concentrated in the basal portion. The apical plasma membrane projects microvilli to increase surface area for secretion.", + "meaning": "CL:0002370", + "title": "respiratory goblet cell" + }, + { + "text": "CL:0000851", + "description": "Neuromast mantle cell is a non-sensory cell. Neuromast mantle cells surround the neuromast support cells and neuromast hair cells, separating the neuromast from the epidermis, and secrete cupula in which the ciliary bundles of all the hair cells are embedded.", + "meaning": "CL:0000851", + "title": "neuromast mantle cell" + }, + { + "text": "CL:0000701", + "description": "Supports paraganglial type 1 cell.", + "meaning": "CL:0000701", + "title": "paraganglia type 2 cell" + }, + { + "text": "CL:1001595", + "description": "Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes or absorptive cells; enteroendocrine and M cells.", + "meaning": "CL:1001595", + "title": "rectum glandular cell" + }, + { + "text": "CL:4030026", + "description": "An absorptive epithelial cell of the human intestine expressing bestrophin-4 (BEST4) calcium-activated ion channels.", + "meaning": "CL:4030026", + "title": "BEST4+ intestinal epithelial cell, human" + }, + { + "text": "CL:0000456", + "description": "Any secretory cell that is capable of some mineralocorticoid secretion.", + "meaning": "CL:0000456", + "title": "mineralocorticoid secreting cell" + }, + { + "text": "CL:0002449", + "description": "A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive.", + "meaning": "CL:0002449", + "title": "CD94-positive Ly49CI-positive natural killer cell, mouse" + }, + { + "text": "CL:0000742", + "description": "A round chondrocyte that first differentiates in the late embryonic growth plate of bone.", + "meaning": "CL:0000742", + "title": "periarticular chondrocyte" + }, + { + "text": "CL:1000385", + "description": "A type II vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.", + "meaning": "CL:1000385", + "title": "type 2 vestibular sensory cell of epithelium of crista of ampulla of semicircular duct of membranous labyrinth" + }, + { + "text": "CL:0002327", + "description": "An epithelial cell of the mammary gland.", + "meaning": "CL:0002327", + "title": "mammary gland epithelial cell" + }, + { + "text": "CL:0002013", + "description": "A basophilic erythroblast that is GlyA-positive.", + "meaning": "CL:0002013", + "title": "GlyA-positive basophilic erythroblast" + }, + { + "text": "CL:0002361", + "description": "A progenitor cell that is capable of forming colonies of primitive erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in mouse and expresses CD41.", + "meaning": "CL:0002361", + "title": "primitive erythroid progenitor" + }, + { + "text": "CL:1000082", + "meaning": "CL:1000082", + "title": "stretch receptor cell" + }, + { + "text": "CL:1001581", + "description": "Glial cell of lateral ventricle.", + "meaning": "CL:1001581", + "title": "lateral ventricle glial cell" + }, + { + "text": "CL:1000302", + "description": "A fibroblast that is part of the papillary layer of dermis.", + "meaning": "CL:1000302", + "title": "fibroblast of papillary layer of dermis" + }, + { + "text": "CL:0003032", + "description": "A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center", + "meaning": "CL:0003032", + "title": "M3-OFF retinal ganglion cell" + }, + { + "text": "CL:0002502", + "description": "An enteroendocrine cell of the small intestine that secretes motilin.", + "meaning": "CL:0002502", + "title": "type M enteroendocrine cell" + }, + { + "text": "CL:4023022", + "description": "A Lamp5 GABAergic cortical interneuron that has extended axons in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in having elongated horizontal axonal arbors largely confined to L1; but the dendritic arbors are wider and have fewer branches, while the axon is less tortuous and extends further from the soma", + "meaning": "CL:4023022", + "title": "canopy lamp5 GABAergic cortical interneuron (Mmus)" + }, + { + "text": "CL:0019028", + "description": "Any hepatocyte that is part of the liver lobule midzonal region. These cells have mixed functionality in comparison with those in the other two regions of the liver lobule.", + "meaning": "CL:0019028", + "title": "midzonal region hepatocyte" + }, + { + "text": "CL:0000803", + "description": "A gamma-delta intraepithelial T cell that has the phenotype CD4-negative and CD8-negative.", + "meaning": "CL:0000803", + "title": "CD4-negative CD8-negative gamma-delta intraepithelial T cell" + }, + { + "text": "CL:0002335", + "description": "A preadipocyte that is capable of differentiating into a brown adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) coactivator-1alpha).", + "meaning": "CL:0002335", + "title": "brown preadipocyte" + }, + { + "text": "CL:0004223", + "description": "A amacrine cell with a small dendritic field and post-synaptic terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped dendritic arbor and undulate dendrites.", + "meaning": "CL:0004223", + "title": "AB diffuse-1 amacrine cell" + }, + { + "text": "CL:0000484", + "description": "Mast cell subtype whose granules contain both the serine proteases tryptase and chymase. These cells are primarily found in connective tissue, such as the peritoneal cavity, skin, and intestinal submucosa. Their development is T-cell independent.", + "meaning": "CL:0000484", + "title": "connective tissue type mast cell" + }, + { + "text": "CL:1001579", + "description": "Glial cell of cerebral cortex.", + "meaning": "CL:1001579", + "title": "cerebral cortex glial cell" + }, + { + "text": "CL:0002653", + "description": "A squamous shaped endothelial cell.", + "meaning": "CL:0002653", + "title": "squamous endothelial cell" + }, + { + "text": "CL:0002340", + "description": "The exocrine cell of the prostate, this epithelial cell secretes prostatic acid phosphotase and PSA, and is dependent on androgen hormones for survival.", + "meaning": "CL:0002340", + "title": "luminal cell of prostate epithelium" + }, + { + "text": "CL:0002258", + "description": "A cell type that varies from squamous to columnar, depending on their activity with microvillus directed luminally. This cell produces and secretes thyroid hormones.", + "meaning": "CL:0002258", + "title": "thyroid follicular cell" + }, + { + "text": "CL:0002414", + "description": "A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive.", + "meaning": "CL:0002414", + "title": "immature Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:4030059", + "description": "A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found between cortical layer 2-4. This intratelencephalic-projecting glutamatergic neuron has thin-tufted apical dendrites and extends its axonal projection into L5 in the neocortex. This neuronal type has a hyperpolarised resting membrane potential. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', clusters L2/3 IT.", + "meaning": "CL:4030059", + "title": "L2/3 intratelencephalic projecting glutamatergic neuron" + }, + { + "text": "CL:1000706", + "description": "Any urothelial cell that is part of some urothelium of ureter.", + "meaning": "CL:1000706", + "title": "ureter urothelial cell" + }, + { + "text": "CL:4030015", + "description": "A renal alpha-intercalated cell that is part of the collecting duct of the renal tubule.", + "meaning": "CL:4030015", + "title": "kidney collecting duct alpha-intercalated cell" + }, + { + "text": "CL:0000310", + "meaning": "CL:0000310", + "title": "iron accumulating cell" + }, + { + "text": "CL:0002679", + "description": "A lymphocyte found in adipose tissue that lacks lineage markers of other lymphocytes but is capable of mediating TH2 cytokine responses. This cell type is found in fat associated lymphoid clusters, proliferates in response to IL2 and produce large amounts of TH2 cytokines such as IL5, IL6 and IL13", + "meaning": "CL:0002679", + "title": "natural helper lymphocyte" + }, + { + "text": "CL:0002080", + "description": "A cubodial epithelial cell that is continuous with the lining of intercalated ducts that drain the acinus. This cell type secretes a high pH solution to aid in activation of zymogens, and can differentiate into endocrine and exocrine pancreatic cell types.", + "meaning": "CL:0002080", + "title": "pancreatic centro-acinar cell" + }, + { + "text": "CL:0003005", + "description": "A mono-stratified retinal ganglion cell that has a small dendritic field and dense dendritic arbor.", + "meaning": "CL:0003005", + "title": "G4 retinal ganglion cell" + }, + { + "text": "CL:0000974", + "description": "A fully differentiated plasma cell that lives for years, as opposed to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. The majority of these cells of this type reside in the bone marrow.", + "meaning": "CL:0000974", + "title": "long lived plasma cell" + }, + { + "text": "CL:0000133", + "description": "Ectoderm destined to be nervous tissue.", + "meaning": "CL:0000133", + "title": "neurectodermal cell" + }, + { + "text": "CL:0002468", + "description": "A myeloid suppressor cell that is Gr1-low and CD11c-positive.", + "meaning": "CL:0002468", + "title": "Gr1-low myeloid suppressor cell" + }, + { + "text": "CL:0002177", + "description": "A supporting cell of the anterior pituitary gland involved in trophic and catabolic processes; expresses a broad spectrum of cytokeratins indicative of their epithelial nature.", + "meaning": "CL:0002177", + "title": "folliculostellate cell of pars distalis of adenohypophysis" + }, + { + "text": "CL:4030050", + "description": "A medium spiny neuron that expresses both DRD1 and DRD2 and is part of an extra-striosomal part of dorsal striatum.", + "meaning": "CL:4030050", + "title": "D1/D2-hybrid medium spiny neuron" + }, + { + "text": "CL:0000300", + "description": "A mature sexual reproductive cell having a single set of unpaired chromosomes.", + "meaning": "CL:0000300", + "title": "gamete" + }, + { + "text": "CL:2000092", + "description": "Any keratinocyte that is part of a hair follicle.", + "meaning": "CL:2000092", + "title": "hair follicular keratinocyte" + }, + { + "text": "CL:4033061", + "description": "An endothelial cell that is part of a central vein of liver.", + "meaning": "CL:4033061", + "title": "endothelial cell of central vein of liver" + }, + { + "text": "CL:0000656", + "description": "A diploid cell that has derived from a spermatogonium and can subsequently begin meiosis and divide into two haploid secondary spermatocytes.", + "meaning": "CL:0000656", + "title": "primary spermatocyte" + }, + { + "text": "CL:0000150", + "description": "A specialized epithelial cell that is capable of synthesizing and secreting certain biomolecules.", + "meaning": "CL:0000150", + "title": "glandular epithelial cell" + }, + { + "text": "CL:0000549", + "description": "A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000549", + "title": "basophilic erythroblast" + }, + { + "text": "CL:0000902", + "description": "CD4-positive alpha-beta T cell with the phenotype CD25-positive, CTLA-4-positive, and FoxP3-positive with regulatory function.", + "meaning": "CL:0000902", + "title": "induced T-regulatory cell" + }, + { + "text": "CL:0000944", + "description": "A Be cell that facilitates development of T-helper 2 (Th2) phenotype T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, and interleukin-6.", + "meaning": "CL:0000944", + "title": "Be2 cell" + }, + { + "text": "CL:0002544", + "description": "An arterial endothelial cell that is part of the aorta endothelium.", + "meaning": "CL:0002544", + "title": "aortic endothelial cell" + }, + { + "text": "CL:0000833", + "description": "A promyelocyte committed to the eosinophil lineage.", + "meaning": "CL:0000833", + "title": "eosinophilic promyelocyte" + }, + { + "text": "CL:4023122", + "description": "An interneuron located in the cerebral cortex that expresses the oxytocin receptor. These interneurons also express somatostatin.", + "meaning": "CL:4023122", + "title": "oxytocin receptor sst GABAergic cortical interneuron" + }, + { + "text": "CL:0000158", + "description": "A non-mucous, epithelial secretory cell that is part of the tracheobronchial tree. A club cell has short microvilli but no cilia. A club cell is able to multiply and differentiate into ciliated cells to regenerate the bronchiolar epithelium and it also protects the tracheobronchial epithelium.", + "meaning": "CL:0000158", + "title": "club cell" + }, + { + "text": "CL:0003043", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with dense dendritic arbor.", + "meaning": "CL:0003043", + "title": "M10 retinal ganglion cell" + }, + { + "text": "CL:0002613", + "description": "A neuron of the striatum.", + "meaning": "CL:0002613", + "title": "striatum neuron" + }, + { + "text": "CL:0008003", + "description": "A myotube that is part of some somatic muscle. Examples include arthropod somatic muscle cells.", + "meaning": "CL:0008003", + "title": "somatic muscle myotube" + }, + { + "text": "CL:4023061", + "description": "A neuron that has its soma located in CA4 of the hippocampus.", + "meaning": "CL:4023061", + "title": "hippocampal CA4 neuron" + }, + { + "text": "CL:0002227", + "description": "A secondary fiber cell that contains a nucleus.", + "meaning": "CL:0002227", + "title": "nucleated secondary lens fiber" + }, + { + "text": "CL:1000449", + "description": "An epithelial cell that is part of the nephron.", + "meaning": "CL:1000449", + "title": "epithelial cell of nephron" + }, + { + "text": "CL:0009002", + "description": "Any cell participating in the inflammatory response to a foreign substance, e.g. neutrophil, macrophage.", + "meaning": "CL:0009002", + "title": "inflammatory cell" + }, + { + "text": "CL:1000427", + "description": "A chromaffin cell that is part of the adrenal cortex.", + "meaning": "CL:1000427", + "title": "adrenal cortex chromaffin cell" + }, + { + "text": "CL:0008020", + "description": "A skeletal muscle satellite cell that undergoes symmetric division to produce two adult skeleltal muscle myoblasts.", + "meaning": "CL:0008020", + "title": "skeletal muscle satellite myogenic cell" + }, + { + "text": "CL:0000546", + "description": "A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4.", + "meaning": "CL:0000546", + "title": "T-helper 2 cell" + }, + { + "text": "CL:0000914", + "description": "An immature alpha-beta T-cell that express Egr2. These cells give rise to T cells expressing NK markers.", + "meaning": "CL:0000914", + "title": "immature NK T cell" + }, + { + "text": "CL:0001002", + "description": "Mature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001002", + "title": "mature CD8_alpha-negative CD11b-negative dendritic cell" + }, + { + "text": "CL:0000159", + "meaning": "CL:0000159", + "title": "seromucus secreting cell" + }, + { + "text": "CL:0002385", + "description": "An oblong or round asexual spore formed from conidial chains.", + "meaning": "CL:0002385", + "title": "blastoconidium" + }, + { + "text": "CL:0000928", + "description": "A type I NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, CD69-positive, and downregulated NK markers.", + "meaning": "CL:0000928", + "title": "activated CD4-negative, CD8-negative type I NK T cell" + }, + { + "text": "CL:0001062", + "description": "A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.", + "meaning": "CL:0001062", + "title": "effector memory CD8-positive, alpha-beta T cell, terminally differentiated" + }, + { + "text": "CL:1001108", + "description": "An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal medulla.", + "meaning": "CL:1001108", + "title": "kidney loop of Henle medullary thick ascending limb epithelial cell" + }, + { + "text": "CL:0002092", + "description": "A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells.", + "meaning": "CL:0002092", + "title": "bone marrow cell" + }, + { + "text": "CL:2000018", + "description": "Any endothelial cell of artery that is part of a coronary artery.", + "meaning": "CL:2000018", + "title": "endothelial cell of coronary artery" + }, + { + "text": "CL:0009089", + "description": "A pericyte cell that is part of a lung.", + "meaning": "CL:0009089", + "title": "lung pericyte" + }, + { + "text": "CL:1001592", + "description": "Glandular cell of gallbladder epithelium.", + "meaning": "CL:1001592", + "title": "gallbladder glandular cell" + }, + { + "text": "CL:0002590", + "description": "A vascular associated smooth muscle cell of the brain vasculature.", + "meaning": "CL:0002590", + "title": "smooth muscle cell of the brain vasculature" + }, + { + "text": "CL:0000113", + "description": "A vertebrate phagocyte with a single nucleus.", + "meaning": "CL:0000113", + "title": "mononuclear phagocyte" + }, + { + "text": "CL:0000203", + "description": "Any neuronal receptor cell that is capable of some detection of mechanical stimulus involved in sensory perception of gravity.", + "meaning": "CL:0000203", + "title": "gravity sensitive cell" + }, + { + "text": "CL:0002563", + "description": "An epithelial cell of the intestine.", + "meaning": "CL:0002563", + "title": "intestinal epithelial cell" + }, + { + "text": "CL:0002403", + "description": "A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus.", + "meaning": "CL:0002403", + "title": "mature Vgamma2-positive fetal thymocyte" + }, + { + "text": "CL:0002611", + "description": "A CNS neuron of the dorsal spinal cord.", + "meaning": "CL:0002611", + "title": "neuron of the dorsal spinal cord" + }, + { + "text": "CL:4030008", + "description": "A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the pronephros.", + "meaning": "CL:4030008", + "title": "pronephric podocyte" + }, + { + "text": "CL:0009091", + "description": "A stem cell found in the interstitial compartment of the neonatal testis; it is capable of self-renewal as well as differentiation into steroidogenic cells (adult Leydig cells). Intermediate stages of development include progenitor Leydig cells and immature Leydig cells.", + "meaning": "CL:0009091", + "title": "Leydig stem cell" + }, + { + "text": "CL:0000806", + "description": "A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-positive.", + "meaning": "CL:0000806", + "title": "DN2 thymocyte" + }, + { + "text": "CL:4023076", + "description": "An interneuron that has Martinotti morphology. These interneurons are scattered throughout various layers of the cerebral cortex, sending their axons up to the cortical layer I where they form axonal arborization.", + "meaning": "CL:4023076", + "title": "Martinotti neuron" + }, + { + "text": "CL:0000392", + "description": "A hemocyte that synthesizes and secretes melanins as part of the antimicrobial immune response. It is characterized morphologically by crystal inclusions of phenoloxidases in its cytoplasm, hence its name.", + "meaning": "CL:0000392", + "title": "crystal cell" + }, + { + "text": "CL:4023187", + "description": "A neuron with a small cell body that is located in a koniocellular layer of the lateral geniculate nucleus (LGN).", + "meaning": "CL:4023187", + "title": "koniocellular cell" + }, + { + "text": "CL:0000874", + "description": "A splenic macrophage found in the red-pulp of the spleen, and involved in immune responses to blood-borne pathogens and in the clearance of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low.", + "meaning": "CL:0000874", + "title": "splenic red pulp macrophage" + }, + { + "text": "CL:1000435", + "description": "An epithelial cell that is part of the lacrimal drainage system.", + "meaning": "CL:1000435", + "title": "epithelial cell of lacrimal drainage system" + }, + { + "text": "CL:1000717", + "description": "Intercalated cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may contribute in the maintenance of acid/base homeostasis.", + "meaning": "CL:1000717", + "title": "kidney outer medulla collecting duct intercalated cell" + }, + { + "text": "CL:0000239", + "description": "An epithelial cell characterized by the presence of a brush border on its apical surface, which increases the surface area for absorption.", + "meaning": "CL:0000239", + "title": "brush border epithelial cell" + }, + { + "text": "CL:0000511", + "description": "A peptide hormone secreting cell that secretes androgen binding protein.", + "meaning": "CL:0000511", + "title": "androgen binding protein secreting cell" + }, + { + "text": "CL:4030039", + "description": "An extratelencephalic-projecting glutamatergic cortical neuron that is morphologically-defined with a large, spindle-shaped cell body, thick bipolar dendrites with limited branching and a moderate density of spines, and often an axon initial segment that emanates from the side of the cell body. This cell type is associated with markers POU3F, BMP3 and ITGA4.", + "meaning": "CL:4030039", + "title": "von Economo neuron" + }, + { + "text": "CL:0000550", + "description": "A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers.", + "meaning": "CL:0000550", + "title": "polychromatophilic erythroblast" + }, + { + "text": "CL:0000525", + "description": "A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy.", + "meaning": "CL:0000525", + "title": "syncytiotrophoblast cell" + }, + { + "text": "CL:0019003", + "description": "Any goblet cell that is part of the tracheobronchial epithelium.", + "meaning": "CL:0019003", + "title": "tracheobronchial goblet cell" + }, + { + "text": "CL:0000438", + "description": "A peptide hormone secreting cell pituitary that produces luteinizing hormone.", + "meaning": "CL:0000438", + "title": "luteinizing hormone secreting cell" + }, + { + "text": "CL:0000052", + "description": "A stem cell from which all cells of the body can form.", + "meaning": "CL:0000052", + "title": "totipotent stem cell" + }, + { + "text": "CL:0000981", + "description": "A memory B cell with the phenotype IgD-negative and CD27-negative.", + "meaning": "CL:0000981", + "title": "double negative memory B cell" + }, + { + "text": "CL:4023066", + "description": "A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically.", + "meaning": "CL:4023066", + "title": "horizontal pyramidal neuron" + }, + { + "text": "CL:0011101", + "description": "Cells of the uterine chorion that acquire specialized structural and/or functional features that characterize chorionic trophoblasts. These cells will migrate towards the spongiotrophoblast layer and give rise to syncytiotrophoblasts of the labyrinthine layer.", + "meaning": "CL:0011101", + "title": "chorionic trophoblast cell" + }, + { + "text": "CL:4033031", + "description": "An ON diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells.", + "meaning": "CL:4033031", + "title": "diffuse bipolar 4 cell" + }, + { + "text": "CL:0000151", + "description": "A cell that specializes in controlled release of one or more substances.", + "meaning": "CL:0000151", + "title": "secretory cell" + }, + { + "text": "CL:1000374", + "description": "A transitional myocyte that is part of the posterior division of left branch of atrioventricular bundle.", + "meaning": "CL:1000374", + "title": "transitional myocyte of posterior division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0000542", + "description": "A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin.", + "meaning": "CL:0000542", + "title": "lymphocyte" + }, + { + "text": "CL:4030011", + "description": "A brush border cell that is part of segment 3 (S3) of the proximal tubule epithelium, which extends from the medullary rays of the renal cortex into the outer medulla.", + "meaning": "CL:4030011", + "title": "epithelial cell of proximal tubule segment 3" + }, + { + "text": "CL:0000540", + "description": "The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system.", + "meaning": "CL:0000540", + "title": "neuron" + }, + { + "text": "CL:0000580", + "description": "A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and neutrophil-specific granules has started. No nucleolus is present. This cell type is CD13-positive, CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, myeloperoxidase-positive and NGAL-positive.", + "meaning": "CL:0000580", + "title": "neutrophilic myelocyte" + }, + { + "text": "CL:0001009", + "description": "Immature dermal dendritic cell is a dermal dendritic cell that is CD80-low, CD86-low, and MHCII-low.", + "meaning": "CL:0001009", + "title": "immature dermal dendritic cell" + }, + { + "text": "CL:0000588", + "description": "A specialized osteoclast associated with the absorption and removal of cementum.", + "meaning": "CL:0000588", + "title": "odontoclast" + }, + { + "text": "CL:0011014", + "description": "A sperm cell that is not cabaple of motion (motility).", + "meaning": "CL:0011014", + "title": "non-motile sperm cell" + }, + { + "text": "CL:4033042", + "description": "An alveolar macrophage that expresses metallothionein.", + "meaning": "CL:4033042", + "title": "metallothionein-positive alveolar macrophage" + }, + { + "text": "CL:0000816", + "description": "An immature B cell is a B cell that has the phenotype surface IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin class switching or peripheral encounter with antigen and activation.", + "meaning": "CL:0000816", + "title": "immature B cell" + }, + { + "text": "CL:0000558", + "description": "An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds.", + "meaning": "CL:0000558", + "title": "reticulocyte" + }, + { + "text": "CL:0000778", + "description": "A specialized mononuclear osteoclast associated with the absorption and removal of bone, precursor of multinuclear osteoclasts.", + "meaning": "CL:0000778", + "title": "mononuclear osteoclast" + }, + { + "text": "CL:0000500", + "description": "An epithelial somatic cell associated with a maturing oocyte.", + "meaning": "CL:0000500", + "title": "follicular epithelial cell" + }, + { + "text": "CL:0009030", + "description": "An intestinal enteroendocrine cell that is located in a vermiform appendix.", + "meaning": "CL:0009030", + "title": "enteroendocrine cell of appendix" + }, + { + "text": "CL:0008017", + "description": "A skeletal muscle myoblast that is part of a skeletal mucle. These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers.", + "meaning": "CL:0008017", + "title": "adult skeletal muscle myoblast" + }, + { + "text": "CL:4023159", + "description": "An interneuron that has double bouquet morphology.", + "meaning": "CL:4023159", + "title": "double bouquet cell" + }, + { + "text": "CL:0002504", + "description": "A smooth muscle cell of the intestine.", + "meaning": "CL:0002504", + "title": "enteric smooth muscle cell" + }, + { + "text": "CL:0000690", + "meaning": "CL:0000690", + "title": "R2 photoreceptor cell" + }, + { + "text": "CL:0002317", + "description": "An external limiting cell found in the vestibular epithelium.", + "meaning": "CL:0002317", + "title": "external limiting cell of vestibular epithelium" + }, + { + "text": "CL:2000079", + "description": "Any mesenchymal stem cell of the bone marrow that is part of a femur.", + "meaning": "CL:2000079", + "title": "mesenchymal stem cell of femoral bone marrow" + }, + { + "text": "CL:4023120", + "description": "An auditory hair cell found in the cochlea.", + "meaning": "CL:4023120", + "title": "cochlea auditory hair cell" + }, + { + "text": "CL:0002629", + "description": "A mature microglial cell that has changed shape to an amoeboid morphology and is capable of cytokine production and antigen presentation.", + "meaning": "CL:0002629", + "title": "mature microglial cell" + }, + { + "text": "CL:0017009", + "description": "A human dendritic cell that expresses the AXL and SIGLEC6 genes.", + "meaning": "CL:0017009", + "title": "Axl+ dendritic cell, human" + }, + { + "text": "CL:0000573", + "description": "One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision.", + "meaning": "CL:0000573", + "title": "retinal cone cell" + }, + { + "text": "CL:1000313", + "description": "A goblet cell that is part of the epithelium of stomach.", + "meaning": "CL:1000313", + "title": "gastric goblet cell" + }, + { + "text": "CL:0002253", + "description": "An epithelial cell of the large intestine.", + "meaning": "CL:0002253", + "title": "epithelial cell of large intestine" + }, + { + "text": "CL:0019029", + "description": "Any hepatocyte that is part of the liver lobule centrilobular region. These cells are the primary location for the biotransformation of drugs.", + "meaning": "CL:0019029", + "title": "centrilobular region hepatocyte" + }, + { + "text": "CL:0000648", + "description": "A smooth muscle cell that synthesizes, stores, and secretes the enzyme renin. This cell type are located in the wall of the afferent arteriole at the entrance to the glomerulus. While having a different origin than other kidney smooth muscle cells, this cell type expresses smooth muscle actin upon maturation.", + "meaning": "CL:0000648", + "title": "kidney granular cell" + }, + { + "text": "CL:0000870", + "description": "A gut-associated lymphoid tissue macrophage found in the Peyer's patches.", + "meaning": "CL:0000870", + "title": "Peyer's patch macrophage" + }, + { + "text": "CL:1000236", + "description": "Any glial cell that is part of some posterior lateral line nerve.", + "meaning": "CL:1000236", + "title": "posterior lateral line nerve glial cell" + }, + { + "text": "CL:0001069", + "description": "An innate lymphoid cell that is capable of producing T-helper 2-cell associated cytokines upon stimulation.", + "meaning": "CL:0001069", + "title": "group 2 innate lymphoid cell" + }, + { + "text": "CL:0002084", + "description": "A Boettcher cell is a polyhedral cells on the basilar membrane of the cochlea, and is located beneath Claudius cells. A Boettcher cell is considered a supporting cell for the organ of Corti, and is present only in the lower turn of the cochlea. These cells interweave with each other, and project microvilli into the intercellular space. Because of their structural specialization, a Boettcher cell is believed to play a significant role in the function of the cochlea. They demonstrate high levels of calmodulin, and may be involved in mediating Ca(2+) regulation and ion transport.", + "meaning": "CL:0002084", + "title": "Boettcher cell" + }, + { + "text": "CL:1000367", + "description": "A transitional myocyte that is part of the posterior internodal tract.", + "meaning": "CL:1000367", + "title": "transitional myocyte of posterior internodal tract" + }, + { + "text": "CL:4029001", + "description": "A cell that supports the development of a gamete by providing it cytoplasmic material (including entire organelles) by direct cross-membrane channels (del Pino, 2021).", + "meaning": "CL:4029001", + "title": "gamete-nursing cell" + }, + { + "text": "CL:4033000", + "description": "A(n) endothelial cell that is part of a(n) venule of lymph node.", + "meaning": "CL:4033000", + "title": "endothelial cell of venule of lymph node" + }, + { + "text": "CL:0002658", + "description": "A glandular epithelial cell of the large intestine.", + "meaning": "CL:0002658", + "title": "glandular cell of the large intestine" + }, + { + "text": "CL:0000565", + "description": "A cell found in fat bodies whose primary function is intermediary metabolism.", + "meaning": "CL:0000565", + "title": "fat body cell" + }, + { + "text": "CL:0001033", + "description": "Granule cell with a soma found in the hippocampus.", + "meaning": "CL:0001033", + "title": "hippocampal granule cell" + }, + { + "text": "CL:0000479", + "description": "A peptide hormone secreting cell that secretes vasopressin stimulating hormone", + "meaning": "CL:0000479", + "title": "vasopressin stimulating hormone secreting cell" + }, + { + "text": "CL:0002508", + "description": "A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative.", + "meaning": "CL:0002508", + "title": "langerin-negative, CD103-negative lymph node dendritic cell" + }, + { + "text": "CL:0000141", + "description": "An osteocytelike cell with numerous processes, trapped in a lacuna in the cement of the tooth.", + "meaning": "CL:0000141", + "title": "cementocyte" + }, + { + "text": "CL:0002592", + "description": "A smooth muscle cell of the coronary artery.", + "meaning": "CL:0002592", + "title": "smooth muscle cell of the coronary artery" + }, + { + "text": "CL:1001131", + "description": "A cell that is part of some vasa recta ascending limb.", + "meaning": "CL:1001131", + "title": "vasa recta ascending limb cell" + }, + { + "text": "CL:0000849", + "description": "An olfactory receptor cell with short cilia growing in an invagination bordered by microvilli.", + "meaning": "CL:0000849", + "title": "crypt olfactory receptor neuron" + }, + { + "text": "CL:0009109", + "description": "A lymphatic endothelial cell located in a lymph node trabecula.", + "meaning": "CL:0009109", + "title": "lymphatic endothelial cell of trabecula" + }, + { + "text": "CL:4030023", + "description": "A hillock cell that is located in respiratory epithelium. In some mammalian species, this cell type has been noted to express KRT13 and KRT4 and is postulated to play a role in squamous barrier function and immunomodulation.", + "meaning": "CL:4030023", + "title": "respiratory hillock cell" + }, + { + "text": "CL:0004247", + "description": "A neuron that stratifies dendrites at two and only two locations.", + "meaning": "CL:0004247", + "title": "bistratified cell" + }, + { + "text": "CL:0000091", + "description": "A tissue-resident macrophage of the reticuloendothelial system found on the luminal surface of the hepatic sinusoids involved in erythrocyte clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, CD163/SRCR-positive. Irregular, with long processes including lamellipodia extending into the sinusoid lumen, have flattened nucleus with cytoplasm containing characteristic invaginations of the plasma membrane (vermiform bodies); lie within the sinusoid lumen attached to the endothelial surface; derived from the bone marrow, form a major part of the body's mononuclear phagocyte system.", + "meaning": "CL:0000091", + "title": "Kupffer cell" + }, + { + "text": "CL:0000122", + "description": "A neuron that has dendritic processes radiating from the cell body forming a star-like shape.", + "meaning": "CL:0000122", + "title": "stellate neuron" + }, + { + "text": "CL:0000741", + "description": "A motor neuron that is located in the cervical region of the spinal cord and selectively innervates the sternocleidmastoid or trapezius muscle. Unlike other motor neurons, they extend axons dorsally along lateral margins of the spinal cord.", + "meaning": "CL:0000741", + "title": "spinal accessory motor neuron" + }, + { + "text": "CL:1001005", + "description": "Any kidney capillary endothelial cell that is part of some glomerular capillary endothelium.", + "meaning": "CL:1001005", + "title": "glomerular capillary endothelial cell" + }, + { + "text": "CL:0001023", + "description": "A common myeloid progenitor that is Kit-positive and CD34-positive, Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low.", + "meaning": "CL:0001023", + "title": "Kit-positive, CD34-positive common myeloid progenitor" + }, + { + "text": "CL:0000065", + "description": "A neurectoderm derived cell that lines the neural lumen.", + "meaning": "CL:0000065", + "title": "ependymal cell" + }, + { + "text": "CL:2000089", + "description": "A granule cell that has soma location in the dentate gyrus cell layer of the hippocampal formation and has an elliptical cell body and characteristic cone-shaped tree of spiny apical dendrites. The branches extend throughout the molecular layer and the distal tips of the dendritic tree end just at the hippocampal fissure or at the ventricular surface. The dentate gyrus granule cell is the principal cell type of the dentate gyrus.", + "meaning": "CL:2000089", + "title": "dentate gyrus granule cell" + }, + { + "text": "CL:1000505", + "description": "A cell that is part of a renal pelvis.", + "meaning": "CL:1000505", + "title": "kidney pelvis cell" + }, + { + "text": "CL:0002178", + "description": "An epithelial cell found in the lining of the stomach.", + "meaning": "CL:0002178", + "title": "epithelial cell of stomach" + }, + { + "text": "CL:0003008", + "description": "A mono-stratified retinal ganglion cell that has a medium dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S2.", + "meaning": "CL:0003008", + "title": "G5 retinal ganglion cell" + }, + { + "text": "CL:0002209", + "description": "An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells.", + "meaning": "CL:0002209", + "title": "intermediate epitheliocyte" + }, + { + "text": "CL:4023006", + "description": "A nuclear bag fiber that is sensitive only changes in muscle length but not the rate of that change.", + "meaning": "CL:4023006", + "title": "static nuclear bag fiber" + }, + { + "text": "CL:0000754", + "description": "An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is not well filled and the dendrites are more delicate than in type 1 cells. The axon terminal is bushier and exhibits a dense plexus of varicosities in the inner part of sublamina 1 (Ghosh et al., 2004). It can be differentiated from other retinal bipolar neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, 2016).", + "meaning": "CL:0000754", + "title": "type 2 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000841", + "description": "A mature cell of the conventional dendritic cell lineage, characterized by a high capacity for antigen presentation and typically found in a lymph node.", + "meaning": "CL:0000841", + "title": "mature conventional dendritic cell" + }, + { + "text": "CL:0000175", + "description": "A progesterone secreting cell in the corpus luteum. The large luteal cells develop from the granulosa cells. The small luteal cells develop from the theca cells.", + "meaning": "CL:0000175", + "title": "luteal cell" + }, + { + "text": "CL:0004120", + "description": "A retinal ganglion A cell found in the retina with large somata, often polygonal in shape. The dendritic fields consist of three to seven stout dendrites that are sparce near soma. Dendrites terminate in S4.", + "meaning": "CL:0004120", + "title": "retinal ganglion cell A1" + }, + { + "text": "CL:0002424", + "description": "A DN2 thymocyte that is Kit-low.", + "meaning": "CL:0002424", + "title": "DN2b thymocyte" + }, + { + "text": "CL:0000865", + "description": "A gut-associated lymphoid tissue macrophage found in lamina propria of the gut.", + "meaning": "CL:0000865", + "title": "gastrointestinal tract (lamina propria) macrophage" + }, + { + "text": "CL:1000600", + "description": "Any cell that is part of some lower urinary tract.", + "meaning": "CL:1000600", + "title": "lower urinary tract cell" + }, + { + "text": "CL:1000321", + "description": "A goblet cell that is part of the epithelium of crypt of Lieberkuhn of large intestine.", + "meaning": "CL:1000321", + "title": "large intestine crypt goblet cell" + }, + { + "text": "CL:0002063", + "description": "A pulmonary alveolar epithelial cell that modulates the fluid surrounding the alveolar epithelium by secreting and recycling surfactants. This cell type also contributes to tissue repair and can differentiate after injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker than squamous alveolar cells, have a rounded apical surface that projects above the level of surrounding epithelium. The free surface is covered by short microvilli.", + "meaning": "CL:0002063", + "title": "pulmonary alveolar type 2 cell" + }, + { + "text": "CL:4023097", + "description": "A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid barrier cells make up the tight-junctioned layer in the leptomeninx that functions as the physiologic barrier between the cerebrospinal fluid in the subarachnoid space and the fenestrated capillaries in the dura.", + "meaning": "CL:4023097", + "title": "arachnoid barrier cell" + }, + { + "text": "CL:0002198", + "description": "A large epithelial cell with an extremely acidophilic and granular cytoplasm, containing vast numbers of mitochondria; such cells may undergo neoplastic transformation. From the Greek word onkos meaning swelling, this cell type is found in parathyroid, salivary and thyroid glands.", + "meaning": "CL:0002198", + "title": "oncocyte" + }, + { + "text": "CL:4030007", + "description": "An epithelial ciliated cell that is part of the fallopian tube. This cell type is found mainly on the apex of the mucosal folds and contributes, together with peristaltic contractions, to the self-propulsion of spermatozoa, the transport of ovum during ovulation and the transport of the fertilized ovum to the intramural fallopian tube. A fallopian tube ciliated cell has a columnar shape and contains an oval or round nucleus, often located perpendicular or parallel to the long axis of the cell.", + "meaning": "CL:4030007", + "title": "fallopian tube ciliated cell" + }, + { + "text": "CL:4023161", + "description": "An excitatory glutamatergic interneuron found in the granular layer of the cerebellar cortex and also in the granule cell domain of the cochlear nucleus. Unipolar brush cells have a round or oval cell body with usually a single short dendrite that ends in a brush-like tuft of short dendrites unique to them known as dendrioles.", + "meaning": "CL:4023161", + "title": "unipolar brush cell" + }, + { + "text": "CL:0000218", + "description": "A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons.", + "meaning": "CL:0000218", + "title": "myelinating Schwann cell" + }, + { + "text": "CL:0000021", + "description": "Female germ cell is a germ cell that supports female gamete production.", + "meaning": "CL:0000021", + "title": "female germ cell" + }, + { + "text": "CL:0000064", + "description": "A cell that has a filiform extrusion of the cell surface.", + "meaning": "CL:0000064", + "title": "ciliated cell" + }, + { + "text": "CL:1000352", + "description": "A basal cell that is part of the epithelium of bronchiole.", + "meaning": "CL:1000352", + "title": "basal cell of epithelium of lobular bronchiole" + }, + { + "text": "CL:1000417", + "description": "A myoepithelial cell that is part of the sweat gland.", + "meaning": "CL:1000417", + "title": "myoepithelial cell of sweat gland" + }, + { + "text": "CL:0000167", + "description": "Any secretory cell that is capable of some peptide hormone secretion.", + "meaning": "CL:0000167", + "title": "peptide hormone secreting cell" + }, + { + "text": "CL:2000069", + "description": "Any fibroblast that is part of a gallbladder.", + "meaning": "CL:2000069", + "title": "gallbladder fibroblast" + }, + { + "text": "CL:0002040", + "description": "A CD24-low, CD44-negative, NK1.1-negative NK T cell.", + "meaning": "CL:0002040", + "title": "immature NK T cell stage II" + }, + { + "text": "CL:4030018", + "description": "A renal principal cell located in the connecting tubule.", + "meaning": "CL:4030018", + "title": "kidney connecting tubule principal cell" + }, + { + "text": "CL:0004231", + "description": "A broadly stratifying amacrine cell with a small dendritic field and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic terminals in S2, S3, and S4.", + "meaning": "CL:0004231", + "title": "recurving diffuse amacrine cell" + }, + { + "text": "CL:0000054", + "meaning": "CL:0000054", + "title": "bone matrix secreting cell" + }, + { + "text": "CL:0000532", + "meaning": "CL:0000532", + "title": "CAP motoneuron" + }, + { + "text": "CL:1000500", + "description": "A cell that is part of kidney interstitium.", + "meaning": "CL:1000500", + "title": "kidney interstitial cell" + }, + { + "text": "CL:0000830", + "description": "A promyelocyte committed to the basophil lineage.", + "meaning": "CL:0000830", + "title": "basophilic promyelocyte" + }, + { + "text": "CL:4023171", + "description": "A trigeminal neuron that is responsible for motor functions such as biting and chewing.", + "meaning": "CL:4023171", + "title": "trigeminal motor neuron" + }, + { + "text": "CL:0000114", + "meaning": "CL:0000114", + "title": "surface ectodermal cell" + }, + { + "text": "CL:0000622", + "description": "A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus).", + "meaning": "CL:0000622", + "title": "acinar cell" + }, + { + "text": "CL:0002429", + "description": "A double-positive thymocyte that is CD69-positive and has begun positive selection.", + "meaning": "CL:0002429", + "title": "CD69-positive double-positive thymocyte" + }, + { + "text": "CL:0001067", + "description": "An innate lymphoid cell that is capable of producing the type 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines.", + "meaning": "CL:0001067", + "title": "group 1 innate lymphoid cell" + }, + { + "text": "CL:0002047", + "description": "A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive and BP-1-negative.", + "meaning": "CL:0002047", + "title": "fraction B precursor B cell" + }, + { + "text": "CL:0007013", + "description": "Odontoblast that is terminally differentiated and derived from an odontogenic papilla and associated with dentine.", + "meaning": "CL:0007013", + "title": "terminally differentiated odontoblast" + }, + { + "text": "CL:0002638", + "description": "A respiratory stem cell found at the junction of the terminal (conductive) bronchiole and the respiratory bronchiole. This cell types gives rise to alveolar cell types and club cells in response to lung injury. This cell type expresses markers Scgb1a1 and Sftpc.", + "meaning": "CL:0002638", + "title": "bronchioalveolar stem cell" + }, + { + "text": "CL:0000646", + "description": "Undifferentiated; mitotic stem cell for other epithelial cell types; rounded or elliptical with little cytoplasm and few organelles; contain cytokeratin intermediate filament.", + "meaning": "CL:0000646", + "title": "basal cell" + }, + { + "text": "CL:1000484", + "description": "A Purkinje myocyte that is part of the atrioventricular bundle.", + "meaning": "CL:1000484", + "title": "Purkinje myocyte of atrioventricular bundle" + }, + { + "text": "CL:1000892", + "description": "Any kidney blood vessel cell that is part of some kidney capillary.", + "meaning": "CL:1000892", + "title": "kidney capillary endothelial cell" + }, + { + "text": "CL:0002172", + "description": "A long, spindle-shaped supporting cells arranged in parallel rows that secretes components of the tectorial membrane and potassium ions into the endolymph.", + "meaning": "CL:0002172", + "title": "interdental cell of cochlea" + }, + { + "text": "CL:0000228", + "description": "A cell with more than one nucleus.", + "meaning": "CL:0000228", + "title": "multinucleate cell" + }, + { + "text": "CL:0000174", + "description": "Any secretory cell that is capable of some steroid hormone secretion.", + "meaning": "CL:0000174", + "title": "steroid hormone secreting cell" + }, + { + "text": "CL:0002212", + "description": "A fast muscle fiber cell that stores energy in the form of glycogen and creatine phosphate.", + "meaning": "CL:0002212", + "title": "type II muscle cell" + }, + { + "text": "CL:1000380", + "description": "A type I vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.", + "meaning": "CL:1000380", + "title": "type 1 vestibular sensory cell of epithelium of macula of saccule of membranous labyrinth" + }, + { + "text": "CL:1000438", + "description": "An epithelial cell that is part of the wall of inferior part of anal canal.", + "meaning": "CL:1000438", + "title": "epithelial cell of wall of inferior part of anal canal" + }, + { + "text": "CL:4023094", + "description": "A pyramidal neuron which has a distinctive tuft formation, distal from the soma.", + "meaning": "CL:4023094", + "title": "tufted pyramidal neuron" + }, + { + "text": "CL:0002066", + "description": "A neuroendocrine cell found in the epithelium of the lungs and respiratory tract. This cell type is rounded or elliptical in shape, situated mainly in the basal part of the epithelium; regulates bronchial secretion, smooth muscle contraction, lobular growth, ciliary activity and chemoreception. Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles with a clear halo between the core and the limiting membrane.", + "meaning": "CL:0002066", + "title": "Feyrter cell" + }, + { + "text": "CL:0009084", + "description": "An epithelial cell that is part of an endometrial gland.", + "meaning": "CL:0009084", + "title": "epithelial cell of endometrial gland" + }, + { + "text": "CL:2000023", + "description": "Any interneuron that is part of a spinal cord ventral column.", + "meaning": "CL:2000023", + "title": "spinal cord ventral column interneuron" + }, + { + "text": "CL:0004229", + "description": "A bistratified amacrine cell with a small dendritic field that has dendrite stratification in S2, and in S3 and S4.", + "meaning": "CL:0004229", + "title": "A2-like amacrine cell" + }, + { + "text": "CL:0002676", + "description": "A neuroblast derived from a neural crest cell.", + "meaning": "CL:0002676", + "title": "neural crest derived neuroblast" + }, + { + "text": "CL:0002091", + "description": "A small cell formed by the first meiotic division of oocytes.", + "meaning": "CL:0002091", + "title": "primary polar body" + }, + { + "text": "CL:0001064", + "description": "A neoplastic cell that is capable of entering a surrounding tissue", + "meaning": "CL:0001064", + "title": "malignant cell" + }, + { + "text": "CL:0000615", + "description": "A thick walled spore containing one or more haploid nuclei produced by sexual reproduction in an Basidiomycete; formed externally on extrusions of the basidium.", + "meaning": "CL:0000615", + "title": "basidiospore" + }, + { + "text": "CL:0005007", + "description": "Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact the central canal of the spinal cord and have ipsilateral ascending axons.", + "meaning": "CL:0005007", + "title": "Kolmer-Agduhr neuron" + }, + { + "text": "CL:0001012", + "meaning": "CL:0001012", + "title": "CD7-negative lymphoid progenitor OR granulocyte monocyte progenitor" + }, + { + "text": "CL:1000346", + "description": "An enterocyte that is part of the epithelium proper of large intestine.", + "meaning": "CL:1000346", + "title": "enterocyte of epithelium proper of large intestine" + }, + { + "text": "CL:0000061", + "description": "Skeletogenic cell that produces cementum (a bony substance that covers the root of a tooth), is part of the odontogenic papilla, and develops from a precementoblast cell.", + "meaning": "CL:0000061", + "title": "cementoblast" + }, + { + "text": "CL:0000687", + "meaning": "CL:0000687", + "title": "R1 photoreceptor cell" + }, + { + "text": "CL:0000148", + "description": "A pigment cell derived from the neural crest. Contains melanin-filled pigment granules, which gives a brown to black appearance.", + "meaning": "CL:0000148", + "title": "melanocyte" + }, + { + "text": "CL:1000370", + "description": "A transitional myocyte that is part of the left branch of atrioventricular bundle.", + "meaning": "CL:1000370", + "title": "transitional myocyte of left branch of atrioventricular bundle" + }, + { + "text": "CL:0002372", + "description": "A transversely striated, synctial muscle cell, formed by the fusion of myoblasts.", + "meaning": "CL:0002372", + "title": "myotube" + }, + { + "text": "CL:0000430", + "description": "A pigment cell derived from the neural crest. Contains cartenoid pigments in structures called pterinosomes or xanthosomes. This gives an appearance ranging from a golden yellow to orange and red.", + "meaning": "CL:0000430", + "title": "xanthophore cell" + }, + { + "text": "CL:0009026", + "description": "An enterocyte that is a part of a vermiform appendix.", + "meaning": "CL:0009026", + "title": "enterocyte of appendix" + }, + { + "text": "CL:1001569", + "description": "An interneuron with a soma found in the hippocampus.", + "meaning": "CL:1001569", + "title": "hippocampal interneuron" + }, + { + "text": "CL:0002386", + "description": "A macroconidium that has more than one nucleus.", + "meaning": "CL:0002386", + "title": "multinucleate macroconidium" + }, + { + "text": "CL:0002299", + "description": "An epithelial cell scattered in the cortex, predominant in the outer cortex with a large pale nucleus and a prominent nucleolus.", + "meaning": "CL:0002299", + "title": "type-2 epithelial cell of thymus" + }, + { + "text": "CL:0000383", + "meaning": "CL:0000383", + "title": "nephrogenic mesenchyme stem cell" + }, + { + "text": "CL:0002127", + "description": "A T cell with a receptor of limited diversity that is capable of immediate effector functions upon stimulation.", + "meaning": "CL:0002127", + "title": "innate effector T cell" + }, + { + "text": "CL:0003044", + "description": "A bistratified ganglion cell with small, dense dendritic fields that terminate in S1 and S3.", + "meaning": "CL:0003044", + "title": "M11 retinal ganglion cell" + }, + { + "text": "CL:1000444", + "description": "A mesothelial cell that is part of the anterior chamber of eyeball.", + "meaning": "CL:1000444", + "title": "mesothelial cell of anterior chamber of eye" + }, + { + "text": "CL:0002195", + "description": "A stem cell that can give rise to the cells of the liver. The term usually refers to the self-renewing pool of hepatocyte precursors in the adult liver (differently from 'hepatoblast', often used for fetal precursors of hepatocytes).", + "meaning": "CL:0002195", + "title": "hepatic stem cell" + }, + { + "text": "CL:0003050", + "description": "A cone cell that detects short wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 420-440 nm.", + "meaning": "CL:0003050", + "title": "S cone cell" + }, + { + "text": "CL:0000873", + "description": "A splenic macrophage found in the areas surrounding the white pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, Dectin2-low, sialoadhesin-positive.", + "meaning": "CL:0000873", + "title": "splenic metallophillic macrophage" + }, + { + "text": "CL:0002589", + "description": "A smooth muscle cell of the bachiocephalic vasculature.", + "meaning": "CL:0002589", + "title": "smooth muscle cell of the brachiocephalic vasculature" + }, + { + "text": "CL:0009037", + "description": "A B lymphocyte that resides in the mantle zone of the lymph node germinal center. These are generally IgM and IgD positive activated B cells that form a 'corona' around the germinal center and are part of the establishment of a secondary lymphatic follicule.", + "meaning": "CL:0009037", + "title": "lymph node mantle zone B cell" + }, + { + "text": "CL:0005022", + "description": "Lymphatic progenitor cells, derived from the veins, that give rise to lymphatic endothelial cells.", + "meaning": "CL:0005022", + "title": "vascular lymphangioblast" + }, + { + "text": "CL:0002099", + "description": "A small, polyhedral, cell found in rounded groups or curved columns with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid droplets. This cell in the zona glomerulosa produces mineralocorticoids.", + "meaning": "CL:0002099", + "title": "type I cell of adrenal cortex" + }, + { + "text": "CL:0002431", + "description": "A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD8 co-receptor.", + "meaning": "CL:0002431", + "title": "CD4-positive, CD8-intermediate double-positive thymocyte" + }, + { + "text": "CL:0000242", + "description": "A modified epidermal cell located in the stratum basale. They are found mostly in areas where sensory perception is acute. Merkel cells are closely associated with an expanded terminal bulb of an afferent myelinated nerve fiber.", + "meaning": "CL:0000242", + "title": "Merkel cell" + }, + { + "text": "CL:0000829", + "description": "A myeloblast committed to the basophil lineage.", + "meaning": "CL:0000829", + "title": "basophilic myeloblast" + }, + { + "text": "CL:0003047", + "description": "A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S1 and S4-S5.", + "meaning": "CL:0003047", + "title": "M14 retinal ganglion cell" + }, + { + "text": "CL:1000546", + "description": "An epithelial cell that is part of a renal medulla collecting duct.", + "meaning": "CL:1000546", + "title": "kidney medulla collecting duct epithelial cell" + }, + { + "text": "CL:0000464", + "description": "An epidermal progenitor cell that arises from neuroectoderm and in turn gives rise to the epidermal sheath of ventral and cephalic regions.", + "meaning": "CL:0000464", + "title": "epidermoblast" + }, + { + "text": "CL:0002413", + "description": "A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative.", + "meaning": "CL:0002413", + "title": "mature Vgamma1.1-positive, Vdelta6.3-negative thymocyte" + }, + { + "text": "CL:0002515", + "description": "An interrenal chromaffin cell found in teleosts that contain heterogeneous vesicles with electron-dense granules located asymmetrically within the vesicular membrane.", + "meaning": "CL:0002515", + "title": "interrenal norepinephrine type cell" + }, + { + "text": "CL:0002492", + "description": "A polarized columnar cell that covesr the lateral surface of the cochlear duct, secretes potassium ions and forms a continuous sheet in contact with the endolymph; marginal cells form extensive interdigitations with the basal and intermediate cells in the normal adult stria.", + "meaning": "CL:0002492", + "title": "strial marginal cell" + }, + { + "text": "CL:0002073", + "description": "Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes.", + "meaning": "CL:0002073", + "title": "transitional myocyte" + }, + { + "text": "CL:1000377", + "description": "A Feyrter cell that is part of the epithelium of trachea.", + "meaning": "CL:1000377", + "title": "dense-core granulated cell of epithelium of trachea" + }, + { + "text": "CL:1000155", + "description": "A specialized epithelial secretory cell that moves chloride ions and water across the tubule epithelium.", + "meaning": "CL:1000155", + "title": "Malpighian tubule stellate cell" + }, + { + "text": "CL:0003036", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 2 and 5.", + "meaning": "CL:0003036", + "title": "M7 retinal ganglion cell" + }, + { + "text": "CL:1000742", + "description": "A mesangial cell located among the glomerular capillaries in a renal corpuscle.", + "meaning": "CL:1000742", + "title": "glomerular mesangial cell" + }, + { + "text": "CL:0001025", + "description": "A common lymphoid progenitor that is Kit-low, FLT3-positive, IL7ralpha-positive, and SCA1-low.", + "meaning": "CL:0001025", + "title": "Kit-positive, Sca1-positive common lymphoid progenitor" + }, + { + "text": "CL:0004183", + "description": "A monostratified retinal ganglion cell with medium soma, sparse dendritic tree, and medium dendritic field.", + "meaning": "CL:0004183", + "title": "retinal ganglion cell B3" + }, + { + "text": "CL:1000288", + "description": "A muscle cell that is part of the atrial branch of anterior internodal tract.", + "meaning": "CL:1000288", + "title": "myocyte of atrial branch of anterior internodal tract" + }, + { + "text": "CL:0002510", + "description": "A langerin-positive lymph node dendritic cell that is CD103-negative and CD11b-high.", + "meaning": "CL:0002510", + "title": "CD103-negative, langerin-positive lymph node dendritic cell" + }, + { + "text": "CL:0002494", + "description": "A cell located in the heart, including both muscle and non muscle cells.", + "meaning": "CL:0002494", + "title": "cardiocyte" + }, + { + "text": "CL:2000070", + "description": "Any fibroblast that is part of a optic choroid.", + "meaning": "CL:2000070", + "title": "optic choroid fibroblast" + }, + { + "text": "CL:0002131", + "description": "Regular cardiac myocyte of a cardiac ventricle.", + "meaning": "CL:0002131", + "title": "regular ventricular cardiac myocyte" + }, + { + "text": "CL:0001073", + "description": "An innate lymphoid cell in the human with the phenotype CD34-negative, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.", + "meaning": "CL:0001073", + "title": "CD34-negative, CD56-positive, CD117-positive innate lymphoid cell, human" + }, + { + "text": "CL:4023050", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted.", + "meaning": "CL:4023050", + "title": "L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex" + }, + { + "text": "CL:0002426", + "description": "A mature natural killer cell that is CD11b-positive and CD27-positive.", + "meaning": "CL:0002426", + "title": "CD11b-positive, CD27-positive natural killer cell, mouse" + }, + { + "text": "CL:0002167", + "description": "A specialized cell involved in sensory perception of smell.", + "meaning": "CL:0002167", + "title": "olfactory epithelial cell" + }, + { + "text": "CL:1000001", + "description": "Any neuron that has its soma located in some retrotrapezoid nucleus.", + "meaning": "CL:1000001", + "title": "retrotrapezoid nucleus neuron" + }, + { + "text": "CL:0000604", + "description": "One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision.", + "meaning": "CL:0000604", + "title": "retinal rod cell" + }, + { + "text": "CL:0009057", + "description": "A goblet cell that is located in the anorectum.", + "meaning": "CL:0009057", + "title": "anorectum goblet cell" + }, + { + "text": "CL:0000702", + "meaning": "CL:0000702", + "title": "R5 photoreceptor cell" + }, + { + "text": "CL:0003037", + "description": "An M7 retinal ganglion cells with synaptic terminals in S4 and is depolarized by illumination of its receptive field center.", + "meaning": "CL:0003037", + "title": "M7-ON retinal ganglion cell" + }, + { + "text": "CL:4023107", + "description": "A neuron with soma location in the reticular formation with axons that extend into the spinal cord such. Reticulospinal neuron activity can lead to a variety of motor behaviors.", + "meaning": "CL:4023107", + "title": "reticulospinal neuron" + }, + { + "text": "CL:0002057", + "description": "A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, CD163-positive.", + "meaning": "CL:0002057", + "title": "CD14-positive, CD16-negative classical monocyte" + }, + { + "text": "CL:4033032", + "description": "An ON diffuse bipolar cell that has a large dendritic field and large axon terminals, which show little or no overlap. This cell predominantly connects to narrow thorny ganglion cells.", + "meaning": "CL:4033032", + "title": "diffuse bipolar 6 cell" + }, + { + "text": "CL:4033005", + "description": "A(n) serous secreting cell that is part of a(n) bronchus submucosal gland.", + "meaning": "CL:4033005", + "title": "serous secreting cell of bronchus submucosal gland" + }, + { + "text": "CL:0000917", + "description": "A CD8-positive, alpha-beta positive T cell that has the phenotype T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.", + "meaning": "CL:0000917", + "title": "Tc1 cell" + }, + { + "text": "CL:0011013", + "description": "A sperm cell that is cabaple of motion (motility).", + "meaning": "CL:0011013", + "title": "motile sperm cell" + }, + { + "text": "CL:0000821", + "description": "A B-1 B cell that has the phenotype CD5-negative, but having other phenotypic attributes of a B-1 B cell.", + "meaning": "CL:0000821", + "title": "B-1b B cell" + }, + { + "text": "CL:0000973", + "description": "A class switched memory B cell that expresses IgA.", + "meaning": "CL:0000973", + "title": "IgA memory B cell" + }, + { + "text": "CL:0000671", + "description": "A follicle cell that migrates from the dorso-anterior part of the oocyte associated follicular epithelium, in between the nurse cells and the oocyte, and participates in the formation of the operculum.", + "meaning": "CL:0000671", + "title": "centripetally migrating follicle cell" + }, + { + "text": "CL:1000359", + "description": "A M cell that is part of the epithelium proper of appendix.", + "meaning": "CL:1000359", + "title": "microfold cell of epithelium proper of appendix" + }, + { + "text": "CL:1000320", + "description": "A goblet cell that is part of the epithelium of large intestine.", + "meaning": "CL:1000320", + "title": "large intestine goblet cell" + }, + { + "text": "CL:0000657", + "description": "One of the two haploid cells into which a primary spermatocyte divides, and which in turn gives origin to spermatids.", + "meaning": "CL:0000657", + "title": "secondary spermatocyte" + }, + { + "text": "CL:0000705", + "meaning": "CL:0000705", + "title": "R6 photoreceptor cell" + }, + { + "text": "CL:0002601", + "description": "A smooth muscle cell of the uterus.", + "meaning": "CL:0002601", + "title": "uterine smooth muscle cell" + }, + { + "text": "CL:0000598", + "description": "Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala.", + "meaning": "CL:0000598", + "title": "pyramidal neuron" + }, + { + "text": "CL:0000327", + "meaning": "CL:0000327", + "title": "extracellular matrix secreting cell" + }, + { + "text": "CL:1000471", + "description": "A myoepithelial cell that is part of the secondary lactiferous duct.", + "meaning": "CL:1000471", + "title": "myoepithelial cell of secondary lactiferous duct" + }, + { + "text": "CL:1000310", + "description": "An adipocyte that is part of the epicardial fat of right ventricle.", + "meaning": "CL:1000310", + "title": "adipocyte of epicardial fat of right ventricle" + }, + { + "text": "CL:4032000", + "description": "An epithelial cell of the urethra that has an expression profile similar to lung club cells. Club-like cells of the urethra epithelium are similar to lung club cells in their expression of SCGB1A1 and in their enrichment of immunomodulatory programs.", + "meaning": "CL:4032000", + "title": "club-like cell of the urethral epithelium" + }, + { + "text": "CL:0000016", + "description": "A stem cell that is the precursor of male gametes.", + "meaning": "CL:0000016", + "title": "male germ line stem cell" + }, + { + "text": "CL:0002645", + "description": "An endocranial viscerocranial mucosa cell that is part of viscerocranial mucosa.", + "meaning": "CL:0002645", + "title": "endo-epithelial cell of pharyngotympanic part of viscerocranial mucosa" + }, + { + "text": "CL:0015000", + "description": "Motor neuron that innervate muscles that control eye, jaw, and facial movements of the vertebrate head and parasympathetic neurons that innervate certain glands and organs.", + "meaning": "CL:0015000", + "title": "cranial motor neuron" + }, + { + "text": "CL:1001099", + "description": "Any endothelial cell that is part of some renal efferent arteriole.", + "meaning": "CL:1001099", + "title": "kidney efferent arteriole endothelial cell" + }, + { + "text": "CL:2000029", + "description": "Any neuron that is part of a central nervous system.", + "meaning": "CL:2000029", + "title": "central nervous system neuron" + }, + { + "text": "CL:0000733", + "description": "A plasmatocyte that derives from the larval lymph gland.", + "meaning": "CL:0000733", + "title": "lymph gland plasmatocyte" + }, + { + "text": "CL:4033021", + "description": "A myoepithelial cell that is part of a submucosal gland of the trachea.", + "meaning": "CL:4033021", + "title": "myoepithelial cell of trachea gland" + }, + { + "text": "CL:0002462", + "description": "A F4/80-negative dendritic cell located in adipose tissue.", + "meaning": "CL:0002462", + "title": "adipose dendritic cell" + }, + { + "text": "CL:0000596", + "description": "A spore formed following meiosis. Sometimes following meiosis, prospores may undergo one or more rounds of mitosis before they are fully mature.", + "meaning": "CL:0000596", + "title": "sexual spore" + }, + { + "text": "CL:0009070", + "description": "A thymic epithelial cell located at the corticomedullary junction.", + "meaning": "CL:0009070", + "title": "corticomedullary thymic epithelial cell" + }, + { + "text": "CL:2000054", + "description": "A large, granular, liver specific natural killer cell that adheres to the endothelial cells of the hepatic sinusoid.", + "meaning": "CL:2000054", + "title": "hepatic pit cell" + }, + { + "text": "CL:4030034", + "description": "A ciliated cell of the respiratory system. Ciliated cells are present in airway epithelium.", + "meaning": "CL:4030034", + "title": "respiratory ciliated cell" + }, + { + "text": "CL:0002033", + "description": "A hematopoietic stem cell capable of rapid replenishment of myeloerythroid progenitors and limited self renewal capability. This cell is Kit-positive, Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative.", + "meaning": "CL:0002033", + "title": "short term hematopoietic stem cell" + }, + { + "text": "CL:0004119", + "description": "A retinal ganglion cell B that has medium body size, medium dendritic field and dense dendritic arbor, and has post synaptic terminals in S2.", + "meaning": "CL:0004119", + "title": "retinal ganglion cell B1" + }, + { + "text": "CL:0000360", + "description": "A cell of the early embryo at the developmental stage in which the blastomeres, resulting from repeated mitotic divisions of the fertilized ovum (zygote), form a compact cell mass.", + "meaning": "CL:0000360", + "title": "morula cell" + }, + { + "text": "CL:0000515", + "description": "A myoblast that differentiates into skeletal muscle fibers.", + "meaning": "CL:0000515", + "title": "skeletal muscle myoblast" + }, + { + "text": "CL:2000056", + "description": "Any pyramidal cell that is part of a regional part of cerebral cortex.", + "meaning": "CL:2000056", + "title": "Meynert cell" + }, + { + "text": "CL:0007020", + "description": "Characteristic early embryonic cell with a bottle or flask shape that is first to migrate inwards at the blastopore during gastrulation in amphibians.", + "meaning": "CL:0007020", + "title": "bottle cell" + }, + { + "text": "CL:0002018", + "description": "An erythroblast that is GlyA-positive and CD71-negative.", + "meaning": "CL:0002018", + "title": "CD71-negative, GlyA-positive orthochromatic erythroblast" + }, + { + "text": "CL:2000081", + "description": "Any melanocyte of skin that is part of a skin of face.", + "meaning": "CL:2000081", + "title": "melanocyte of skin of face" + }, + { + "text": "CL:4023068", + "description": "An excitatory neuron that has its soma located in the thalamic complex.", + "meaning": "CL:4023068", + "title": "thalamic excitatory neuron" + }, + { + "text": "CL:1001216", + "description": "Any endothelial cell that is part of some interlobular artery.", + "meaning": "CL:1001216", + "title": "interlobulary artery endothelial cell" + }, + { + "text": "CL:0000000", + "description": "A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane.", + "meaning": "CL:0000000", + "title": "cell" + }, + { + "text": "CL:1000364", + "description": "A transitional myocyte that is part of the anterior internodal tract.", + "meaning": "CL:1000364", + "title": "transitional myocyte of anterior internodal tract" + }, + { + "text": "CL:0000238", + "meaning": "CL:0000238", + "title": "non keratinizing barrier epithelial cell" + }, + { + "text": "CL:0003040", + "description": "A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 1 and 5.", + "meaning": "CL:0003040", + "title": "M9 retinal ganglion cell" + }, + { + "text": "CL:0009023", + "description": "A T cell which resides in the Peyer's patch of the small intestine.", + "meaning": "CL:0009023", + "title": "small intestine Peyer's patch T cell" + }, + { + "text": "CL:0000593", + "description": "A steroid hormone secreting cell that secretes androgen.", + "meaning": "CL:0000593", + "title": "androgen secreting cell" + }, + { + "text": "CL:0002447", + "description": "A NK1.1-positive T cell that is CD94-negative.", + "meaning": "CL:0002447", + "title": "CD94-negative natural killer cell, mouse" + }, + { + "text": "CL:1000411", + "description": "An endothelial cell that is part of the small intestine Peyer's patch.", + "meaning": "CL:1000411", + "title": "endothelial cell of Peyer's patch" + }, + { + "text": "CL:0000420", + "meaning": "CL:0000420", + "title": "syncytial epithelial cell" + }, + { + "text": "CL:1000375", + "description": "A myocardial endocrine cell that is part of the septal division of left branch of atrioventricular bundle.", + "meaning": "CL:1000375", + "title": "myocardial endocrine cell of septal division of left branch of atrioventricular bundle" + }, + { + "text": "CL:0000834", + "description": "A progenitor cell of the neutrophil lineage.", + "meaning": "CL:0000834", + "title": "neutrophil progenitor cell" + }, + { + "text": "CL:0000994", + "description": "Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low.", + "meaning": "CL:0000994", + "title": "immature CD11c-negative plasmacytoid dendritic cell" + }, + { + "text": "CL:0002268", + "description": "An enteroendocrine cell that stores and secretes Ghrelin.", + "meaning": "CL:0002268", + "title": "P/D1 enteroendocrine cell" + }, + { + "text": "CL:0000880", + "description": "A border associated macrophage found at the interface between the blood and the cerebrospinal fluid in the brain. This central nervous system macrophage has a star-like shaped body and expresses scavenger receptors.", + "meaning": "CL:0000880", + "title": "choroid plexus macrophage" + }, + { + "text": "CL:0002168", + "description": "A border cell is a slender columnar cell on the medial portion of the basilar membrane.", + "meaning": "CL:0002168", + "title": "border cell of cochlea" + }, + { + "text": "CL:0002100", + "description": "A regular cardiac myocyte of the interventricular region of the heart.", + "meaning": "CL:0002100", + "title": "regular interventricular cardiac myocyte" + }, + { + "text": "CL:0000351", + "description": "A cell lining the outside of the blastocyst. After binding to the endometrium, trophoblast cells develop into two distinct layers, an inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early fetal-maternal interface.", + "meaning": "CL:0000351", + "title": "trophoblast cell" + }, + { + "text": "CL:0002271", + "description": "A type EC enteredocrine cell in the intestines that stores and secretes substance P and 5-hydroxytryptamine.", + "meaning": "CL:0002271", + "title": "type EC1 enteroendocrine cell" + }, + { + "text": "CL:0000896", + "description": "A recently activated CD4-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.", + "meaning": "CL:0000896", + "title": "activated CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0000095", + "meaning": "CL:0000095", + "title": "neuron associated cell" + }, + { + "text": "CL:0002208", + "description": "A brush cell found in the epithelium of bronchus.", + "meaning": "CL:0002208", + "title": "brush cell of bronchus" + }, + { + "text": "CL:0004246", + "description": "A central nervous system neuron that stratifies at one and only one location.", + "meaning": "CL:0004246", + "title": "monostratified cell" + }, + { + "text": "CL:0002491", + "description": "A specialized cell involved in auditory sensory perception.", + "meaning": "CL:0002491", + "title": "auditory epithelial cell" + }, + { + "text": "CL:0000508", + "description": "An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.", + "meaning": "CL:0000508", + "title": "type G enteroendocrine cell" + }, + { + "text": "CL:0002660", + "description": "A luminal epithelial cell of mammary gland located in acinus of structure.", + "meaning": "CL:0002660", + "title": "luminal cell of acinus of lactiferous gland" + }, + { + "text": "CL:4023113", + "description": "A vestibular afferent neuron that makes bouton synapses to type II hair cells.", + "meaning": "CL:4023113", + "title": "bouton vestibular afferent neuron" + }, + { + "text": "CL:0001010", + "description": "Mature dermal dendritic cell is a dermal dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.", + "meaning": "CL:0001010", + "title": "mature dermal dendritic cell" + }, + { + "text": "CL:4023014", + "description": "A vip GABAergic cortical interneuron with a soma found in L5. L5 vip cells have mostly local morphology with some deep-projecting axons. They show only moderate resistance, comparable to that of sst subclass and unlike typical Vip subclass cells that tend to show high input resistance. L5 vip cells show particularly low resting membrane potential.", + "meaning": "CL:4023014", + "title": "L5 vip GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0002214", + "description": "A type II muscle cell that contains large amounts of myoglobin, has many mitochondria and very many blood capillaries. Type II A cells are red, have a very high capacity for generating ATP by oxidative metabolic processes, split ATP at a very rapid rate, have a fast contraction velocity and are resistant to fatigue.", + "meaning": "CL:0002214", + "title": "type IIa muscle cell" + }, + { + "text": "CL:0000378", + "meaning": "CL:0000378", + "title": "supporting cell (sensu Nematoda and Protostomia)" + }, + { + "text": "CL:1000491", + "description": "A mesothelial cell that is part of the pleura.", + "meaning": "CL:1000491", + "title": "mesothelial cell of pleura" + }, + { + "text": "CL:0001007", + "description": "Interstitial dendritic cell is a conventional dendritic cell that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and CD36-positive.", + "meaning": "CL:0001007", + "title": "interstitial dendritic cell" + }, + { + "text": "CL:0000612", + "description": "A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte;in this stage, production of primary granules is complete and eosinophil-specific granules has started. No nucleolus is present. These cells are integrin alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, and CD33-positive.", + "meaning": "CL:0000612", + "title": "eosinophilic myelocyte" + }, + { + "text": "CL:0002136", + "description": "A cell in the zona fasciculata that produce glucocorticoids, e.g cortisol.", + "meaning": "CL:0002136", + "title": "type II cell of adrenal cortex" + }, + { + "text": "CL:0008047", + "description": "A skeletal muscle fiber that is part of a muscle spindle. These are specialized muscle fibers that serve as proprioceptors, detecting the amount and rate of change in length of a muscle. They are innervated by both sensory neurons and motor neurons (gamma and beta motorneurons, collectively referred to as fusimotor neurons).", + "meaning": "CL:0008047", + "title": "intrafusal muscle fiber" + }, + { + "text": "CL:0002056", + "description": "A mature B cell subset originally defined as having being CD45R-positive, IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated being CD21-positive and CD23-negative and CD93 negative.", + "meaning": "CL:0002056", + "title": "fraction F mature B cell" + }, + { + "text": "CL:0002442", + "description": "A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative.", + "meaning": "CL:0002442", + "title": "CD94-negative, Ly49CI-negative natural killer cell, mouse" + }, + { + "text": "CL:0002058", + "description": "A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive.", + "meaning": "CL:0002058", + "title": "Gr1-low non-classical monocyte" + }, + { + "text": "CL:0010020", + "description": "Any glial cell that is part of some heart.", + "meaning": "CL:0010020", + "title": "cardiac glial cell" + }, + { + "text": "CL:0002238", + "description": "A primordial germ cell that is destined to become a male germ cell.", + "meaning": "CL:0002238", + "title": "male gonocyte" + }, + { + "text": "CL:0000440", + "description": "A cell of the intermediate pituitary that produces melanocyte stimulating hormone.", + "meaning": "CL:0000440", + "title": "melanocyte stimulating hormone secreting cell" + }, + { + "text": "CL:1000469", + "description": "A myoepithelial cell that is part of the main lactiferous duct.", + "meaning": "CL:1000469", + "title": "myoepithelial cell of main lactiferous duct" + }, + { + "text": "CL:1000222", + "description": "Any neuroendocrine cell that is part of some stomach.", + "meaning": "CL:1000222", + "title": "stomach neuroendocrine cell" + }, + { + "text": "CL:0000164", + "description": "An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas.", + "meaning": "CL:0000164", + "title": "enteroendocrine cell" + }, + { + "text": "CL:4023051", + "description": "A type of mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.", + "meaning": "CL:4023051", + "title": "vascular leptomeningeal cell" + }, + { + "text": "CL:1000331", + "description": "A serous secreting cell that is part of the epithelium of bronchus.", + "meaning": "CL:1000331", + "title": "serous cell of epithelium of bronchus" + }, + { + "text": "CL:0000092", + "description": "A specialized phagocytic cell associated with the absorption and removal of the mineralized matrix of bone tissue, which typically differentiates from monocytes. This cell has the following markers: tartrate-resistant acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor superfamily member 11A-positive and macrophage colony-stimulating factor 1 receptor-positive.", + "meaning": "CL:0000092", + "title": "osteoclast" + }, + { + "text": "CL:0002565", + "description": "A pigment cell located in the epithelium of the iris.", + "meaning": "CL:0002565", + "title": "iris pigment epithelial cell" + }, + { + "text": "CL:0000895", + "description": "An antigen inexperienced CD4-positive, alpha-beta T cell with the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell type develops in the thymus. This cell type is also described as being CD25-negative, CD62L-high, and CD44-low.", + "meaning": "CL:0000895", + "title": "naive thymus-derived CD4-positive, alpha-beta T cell" + }, + { + "text": "CL:0001075", + "description": "An innate lymphoid cell in the human with the phenotype KLRG1-positive that is a precusor for ILC2 cells.", + "meaning": "CL:0001075", + "title": "KLRG1-positive innate lymphoid cell, human" + }, + { + "text": "CL:0001200", + "description": "A lymphocyte of B lineage that is CD19-positive.", + "meaning": "CL:0001200", + "title": "lymphocyte of B lineage, CD19-positive" + }, + { + "text": "CL:0002188", + "description": "An endothelial cell found in the glomerulus of the kidney. This cell is flattened, highly fenestrated, and plays a vital role in the formation of glomerular ultrafiltrate.", + "meaning": "CL:0002188", + "title": "glomerular endothelial cell" + }, + { + "text": "CL:0003026", + "description": "A bistratified retinal ganglion cell that has a small dendrite fields with a sparse dendrite arbor terminating in S2 and S3.", + "meaning": "CL:0003026", + "title": "retinal ganglion cell D1" + }, + { + "text": "CL:0002499", + "description": "A trophoblast cell that arises in the junctional zone (basal plate) of the placenta.", + "meaning": "CL:0002499", + "title": "spongiotrophoblast cell" + }, + { + "text": "CL:0000786", + "description": "A terminally differentiated, post-mitotic, antibody secreting cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, and MHC Class II-negative. Plasma cells are oval or round with extensive rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round nucleus having a characteristic cartwheel heterochromatin pattern and are devoted to producing large amounts of immunoglobulin.", + "meaning": "CL:0000786", + "title": "plasma cell" + }, + { + "text": "CL:0000983", + "description": "A plasmablast that secretes IgM.", + "meaning": "CL:0000983", + "title": "IgM plasmablast" + }, + { + "text": "CL:0000760", + "description": "An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. This cell has the widest dendritic field and the widest axon terminal of all retinal bipolar cells. The axon terminal is delicate and stratified through sublaminae 4 and 5 of the inner plexiform layer.", + "meaning": "CL:0000760", + "title": "type 8 cone bipolar cell (sensu Mus)" + }, + { + "text": "CL:0000447", + "meaning": "CL:0000447", + "title": "carbohydrate secreting cell" + }, + { + "text": "CL:0002263", + "description": "One of three types of epithelial cells that populate the parathyroid gland; cytological characteristics intermediate between those of the chief cell and of the oxyphil cell. Because only one hormone is produced, the three cell forms are widely believed to be different phases in the life cycle of a single cell type, with the chief cell being its physiologically active stage.", + "meaning": "CL:0002263", + "title": "transitional cell of parathyroid gland" + }, + { + "text": "CL:0002288", + "description": "A cell type that forms the boundary with the surrounding epithelium.", + "meaning": "CL:0002288", + "title": "type V taste receptor cell" + }, + { + "text": "CL:2000053", + "description": "Any endothelial cell that is part of a spleen.", + "meaning": "CL:2000053", + "title": "splenic endothelial cell" + }, + { + "text": "CL:0002671", + "description": "An endothelial stalk cell is a specialized endothelial cell that follows behind the tip cell of an angiogenic sprout.", + "meaning": "CL:0002671", + "title": "endothelial stalk cell" + }, + { + "text": "CL:0000912", + "description": "A effector T cell that provides help in the form of secreted cytokines to other immune cells.", + "meaning": "CL:0000912", + "title": "helper T cell" + }, + { + "text": "CL:0002187", + "description": "A basally situated, mitotically active, columnar-shaped keratinocyte attached to the basement membrane.", + "meaning": "CL:0002187", + "title": "basal cell of epidermis" + }, + { + "text": "CL:0000692", + "description": "A neuroglial cell of the peripheral nervous system inside the basal lamina of the neuromuscular junction providing chemical and physical support to the synapse.", + "meaning": "CL:0000692", + "title": "terminal Schwann cell" + }, + { + "text": "CL:0000193", + "description": "A striated muscle cell of an arthropod heart that participates in heart contraction.", + "meaning": "CL:0000193", + "title": "cardiac muscle cell (sensu Arthopoda)" + }, + { + "text": "CL:0002301", + "description": "A resident stromal cell located in the synovial membrane and responsible for the production of immune-related cytokines and chemokines. This cell type secretes glycoproteins and hyaluronic acid, has abundant granular endoplasmic reticulum, but contains fewer vacuoles and vesicles.", + "meaning": "CL:0002301", + "title": "type B synovial cell" + }, + { + "text": "CL:0001014", + "description": "CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive and CD324-positive.", + "meaning": "CL:0001014", + "title": "CD1a-positive Langerhans cell" + }, + { + "text": "CL:0002346", + "description": "An immature natural killer cell that is NK1.1-positive and DX-5 negative.", + "meaning": "CL:0002346", + "title": "Dx5-negative, NK1.1-positive immature natural killer cell, mouse" + }, + { + "text": "CL:0000495", + "description": "A photoreceptor cell that is sensitive to blue light.", + "meaning": "CL:0000495", + "title": "blue sensitive photoreceptor cell" + }, + { + "text": "CL:0011016", + "description": "A motile sperm cell that contains a slender threadlike microscopic appendage that enables motion.", + "meaning": "CL:0011016", + "title": "flagellated sperm cell" + }, + { + "text": "CL:0005004", + "description": "A non-terminally differentiated cell that originates from the neural crest and differentiates into an erythrophore.", + "meaning": "CL:0005004", + "title": "pigment erythroblast" + }, + { + "text": "CL:4030024", + "description": "An epithelial, transitional cell type between basal and secretory; located in stratified, non-ciliated structures (called hillocks) with high cell turnover in epithelium. In some mammalian species, this cell type has been noted to express KRT13 and is postulated to play a role in squamous barrier function and immunomodulation.", + "meaning": "CL:4030024", + "title": "hillock cell" + }, + { + "text": "CL:0000769", + "description": "A basophil precursor in the granulocytic series, being a cell intermediate in development between a basophilic myelocyte and a band form basophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, CD33-positive, and CD13-positive.", + "meaning": "CL:0000769", + "title": "basophilic metamyelocyte" + }, + { + "text": "CL:2000028", + "description": "Any glutamatergic neuron that is part of a cerebellum.", + "meaning": "CL:2000028", + "title": "cerebellum glutamatergic neuron" + }, + { + "text": "CL:0002389", + "description": "An arthroconidium that has only one nucleus.", + "meaning": "CL:0002389", + "title": "uninucleate arthroconidium" + }, + { + "text": "CL:0002260", + "description": "An epithelial cell of the parathyroid gland.", + "meaning": "CL:0002260", + "title": "epithelial cell of parathyroid gland" + }, + { + "text": "CL:0000171", + "description": "A type of enteocrine cell found in the periphery of the islets of Langerhans that secretes glucagon.", + "meaning": "CL:0000171", + "title": "pancreatic A cell" + }, + { + "text": "CL:0000323", + "meaning": "CL:0000323", + "title": "lysozyme secreting cell" + }, + { + "text": "CL:0008007", + "description": "A muscle cell that is part of some visceral muscle.", + "meaning": "CL:0008007", + "title": "visceral muscle cell" + }, + { + "text": "CL:0002432", + "description": "A CD4-positive, CD8-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.", + "meaning": "CL:0002432", + "title": "CD24-positive, CD4 single-positive thymocyte" + }, + { + "text": "CL:0000979", + "description": "An IgG memory B cell is a class switched memory B cell that is class switched and expresses IgG on the cell surface.", + "meaning": "CL:0000979", + "title": "IgG memory B cell" + }, + { + "text": "CL:0001024", + "description": "CD133-positive hematopoietic stem cell is a hematopoietic stem cell that is CD34-positive, CD90-positive, and CD133-positive.", + "meaning": "CL:0001024", + "title": "CD34-positive, CD38-negative hematopoietic stem cell" + }, + { + "text": "CL:0000899", + "description": "CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, CXCR3-negative, CCR6-positive, and capable of producing IL-17.", + "meaning": "CL:0000899", + "title": "T-helper 17 cell" + }, + { + "text": "CL:0000076", + "meaning": "CL:0000076", + "title": "squamous epithelial cell" + }, + { + "text": "CL:0001078", + "description": "A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive.", + "meaning": "CL:0001078", + "title": "group 3 innate lymphoid cell, human" + }, + { + "text": "CL:0001060", + "description": "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers.", + "meaning": "CL:0001060", + "title": "hematopoietic oligopotent progenitor cell, lineage-negative" + }, + { + "text": "CL:0007002", + "description": "Skeletogenic cell that has the potential to develop into a cementoblast.", + "meaning": "CL:0007002", + "title": "precementoblast" + }, + { + "text": "CL:0008000", + "description": "Any muscle cell in which the fibers are not organised into sarcomeres.", + "meaning": "CL:0008000", + "title": "non-striated muscle cell" + }, + { + "text": "CL:0002621", + "description": "Any epithelial cell that is part of some gingival epithelium.", + "meaning": "CL:0002621", + "title": "gingival epithelial cell" + }, + { + "text": "CL:1001601", + "description": "Hormone secreting cell located in the cortex of adrenal gland. Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids and androgens.", + "meaning": "CL:1001601", + "title": "adrenal gland glandular cell" + }, + { + "text": "CL:0002637", + "description": "An epithelial cell of the anal canal that is keratinized. This cell type is found towards the lower, rectal end of the anal canal.", + "meaning": "CL:0002637", + "title": "keratinized epithelial cell of the anal canal" + }, + { + "text": "CL:2000039", + "description": "Any neuromast support cell that is part of a posterior lateral line.", + "meaning": "CL:2000039", + "title": "posterior lateral line neuromast supporting cell" + }, + { + "text": "CL:1000306", + "description": "A fibroblast that is part of the tunica adventitia of artery.", + "meaning": "CL:1000306", + "title": "fibroblast of tunica adventitia of artery" + }, + { + "text": "CL:0001203", + "description": "A CD8-positive, alpha-beta T cell with memory phenotype indicated by being CD45RO and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.", + "meaning": "CL:0001203", + "title": "CD8-positive, alpha-beta memory T cell, CD45RO-positive" + }, + { + "text": "CL:1000467", + "description": "A chromaffin cell that is part of the left ovary.", + "meaning": "CL:1000467", + "title": "chromaffin cell of left ovary" + }, + { + "text": "CL:0000888", + "description": "A lymph node macrophage found in the cortex of lymph nodes, in particular in and around the germinal centers, and that participates in phagocytosis of apoptotic B cells from the germinal centers.", + "meaning": "CL:0000888", + "title": "lymph node tingible body macrophage" + }, + { + "text": "CL:0000050", + "description": "A progenitor cell committed to the megakaryocyte and erythroid lineages.", + "meaning": "CL:0000050", + "title": "megakaryocyte-erythroid progenitor cell" + }, + { + "text": "CL:0002191", + "description": "A cell involved in the formation of a granulocyte.", + "meaning": "CL:0002191", + "title": "granulocytopoietic cell" + }, + { + "text": "CL:0010010", + "description": "Any stellate neuron that has its soma located in some cerebellum.", + "meaning": "CL:0010010", + "title": "cerebellar stellate cell" + }, + { + "text": "CL:0000436", + "meaning": "CL:0000436", + "title": "vaginal lubricant secreting cell" + }, + { + "text": "CL:0011109", + "description": "A neuron that releases hypocretin as a neurotransmitter.", + "meaning": "CL:0011109", + "title": "hypocretin-secreting neuron" + }, + { + "text": "CL:0001068", + "description": "A group 1 innate lymphoid cell that is non-cytotoxic.", + "meaning": "CL:0001068", + "title": "ILC1" + }, + { + "text": "CL:0002286", + "description": "A taste receptor cell that has a short microvilli, a projecting apical region, a large rounded nucleus, and expresses taste chemoreceptors thus making them the transducing cell for taste qualities.", + "meaning": "CL:0002286", + "title": "type II taste cell" + }, + { + "text": "CL:0000132", + "description": "An hexagonal, flattened, mitochondria-rich endothelial cell that forms a monolayer on the posterior surface of the cornea (the corneal endothelium). Corneal endothelial cells are derived from the neural crest and are responsible for keeping the cornea transparent by maintaining the tissue in a semi-dry state through the action of their ionic pumps and tight junction barrier.", + "meaning": "CL:0000132", + "title": "corneal endothelial cell" + }, + { + "text": "CL:2000087", + "description": "Any basket cell that is part of a dentate gyrus of hippocampal formation.", + "meaning": "CL:2000087", + "title": "dentate gyrus of hippocampal formation basket cell" + }, + { + "text": "CL:2000097", + "description": "Any dopaminergic neuron that is part of a midbrain.", + "meaning": "CL:2000097", + "title": "midbrain dopaminergic neuron" + }, + { + "text": "CL:0003003", + "description": "A mono-stratified retinal ganglion cell that has a small dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S3.", + "meaning": "CL:0003003", + "title": "G2 retinal ganglion cell" + }, + { + "text": "CL:0000492", + "description": "A CD4-positive, alpha-beta T cell that cooperates with other lymphocytes via direct contact or cytokine release to initiate a variety of immune functions.", + "meaning": "CL:0000492", + "title": "CD4-positive helper T cell" + }, + { + "text": "CL:1000452", + "description": "An epithelial cell that is part of the glomerular parietal epithelium.", + "meaning": "CL:1000452", + "title": "parietal epithelial cell" + }, + { + "text": "CL:0000510", + "description": "An epithelial cell found in the basal part of the intestinal glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize and secrete lysozyme and cryptdins. Numerous in the deeper parts of the intestinal crypts, particularly in the duodenum, rich in zinc, contain large acidophilic granules, with irregular apical microvilli and prominent membrane-bound vacuoles containing matrix.", + "meaning": "CL:0000510", + "title": "paneth cell" + }, + { + "text": "CL:0002232", + "description": "An epithelial cell of prostatic duct.", + "meaning": "CL:0002232", + "title": "epithelial cell of prostatic duct" + }, + { + "text": "CL:4023115", + "description": "A spiral ganglion neuron that innervates inner hair cells. Type 1 spiral ganglion neurons are myelinated and bipolar.", + "meaning": "CL:4023115", + "title": "type 1 spiral ganglion neuron" + }, + { + "text": "CL:0002041", + "description": "A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell.", + "meaning": "CL:0002041", + "title": "immature NK T cell stage III" + }, + { + "text": "CL:0000661", + "meaning": "CL:0000661", + "title": "distal tip cell (sensu Nematoda)" + }, + { + "text": "CL:2000064", + "description": "Any epithelial cell that is part of a female gonad.", + "meaning": "CL:2000064", + "title": "ovarian surface epithelial cell" + }, + { + "text": "CL:0002573", + "description": "A glial cell that myelinates or ensheathes axons in the peripheral nervous system.", + "meaning": "CL:0002573", + "title": "Schwann cell" + }, + { + "text": "CL:0000779", + "description": "A specialized multinuclear osteoclast associated with the absorption and removal of bone.", + "meaning": "CL:0000779", + "title": "multinuclear osteoclast" + }, + { + "text": "CL:1000277", + "description": "A smooth muscle cell that is part of the jejunum.", + "meaning": "CL:1000277", + "title": "smooth muscle fiber of jejunum" + }, + { + "text": "CL:0000487", + "description": "A secretory cell of ectodermal origin. This cell may have important functions in fatty acid and hydrocarbon metabolism and is metabolically linked to the fat body and tracheae. This cell is exclusive of arthropods.", + "meaning": "CL:0000487", + "title": "oenocyte" + }, + { + "text": "CL:0000559", + "description": "A precursor in the monocytic series, being a cell intermediate in development between the monoblast and monocyte. This cell is CD11b-positive and has fine azurophil granules.", + "meaning": "CL:0000559", + "title": "promonocyte" + }, + { + "text": "CL:0000920", + "description": "CD8-positive, alpha-beta positive regulatory T cell with the phenotype CD28-negative and FoxP3-positive.", + "meaning": "CL:0000920", + "title": "CD8-positive, CD28-negative, alpha-beta regulatory T cell" + }, + { + "text": "CL:0000562", + "description": "An erythrocyte having a nucleus.", + "meaning": "CL:0000562", + "title": "nucleate erythrocyte" + }, + { + "text": "CL:0003012", + "description": "A mono-stratified retinal ganglion cell that has a large dendritic field and a medium dendritic arbor with post synaptic terminals in sublaminar layer S1 and S2.", + "meaning": "CL:0003012", + "title": "G9 retinal ganglion cell" + }, + { + "text": "CL:0008008", + "description": "A visceral muscle cell that is striated. Examples include the visceral muscle cells of arhtropods.", + "meaning": "CL:0008008", + "title": "striated visceral muscle cell" + }, + { + "text": "CL:0002480", + "description": "A goblet cell located in the nasal epithelium.", + "meaning": "CL:0002480", + "title": "nasal mucosa goblet cell" + }, + { + "text": "CL:4030040", + "description": "A ciliated cell of the endometrial epithelium. The cilia of this cell type help move mucus from glandular tissue of the endometrium.", + "meaning": "CL:4030040", + "title": "endometrial ciliated epithelial cell" + }, + { + "text": "CL:4023023", + "description": "A lamp 5 GABAergic cortical interneuron with neurogliaform morphology with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 cells are medial ganglionic eminence (MGE)-derived", + "meaning": "CL:4023023", + "title": "L5,6 neurogliaform lamp5 GABAergic interneuron (Mmus)" + }, + { + "text": "CL:0011104", + "description": "A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer.", + "meaning": "CL:0011104", + "title": "interplexiform cell" + }, + { + "text": "CL:0000918", + "description": "A CD8-positive, alpha-beta positive T cell expressing GATA-3 and secreting IL-4.", + "meaning": "CL:0000918", + "title": "Tc2 cell" + }, + { + "text": "CL:0000938", + "description": "NK cell that has the phenotype CD56-bright, CD16-negative, and CD84-positive with the function to secrete interferon-gamma but is not cytotoxic.", + "meaning": "CL:0000938", + "title": "CD16-negative, CD56-bright natural killer cell, human" + }, + { + "text": "CL:4023130", + "description": "A neuron that expresses kisspeptin. These neurons are predominantly located in the hypothalamus, but also found in other parts of the brain including the hippocampal dentate gyrus.", + "meaning": "CL:4023130", + "title": "kisspeptin neuron" + }, + { + "text": "CL:4030051", + "description": "A DRD1-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.", + "meaning": "CL:4030051", + "title": "nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron" + }, + { + "text": "CL:0002111", + "description": "An CD38-negative unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, and IgG-negative.", + "meaning": "CL:0002111", + "title": "CD38-negative unswitched memory B cell" + }, + { + "text": "CL:1000349", + "description": "A basal cell found in the bronchus epithelium.", + "meaning": "CL:1000349", + "title": "basal cell of epithelium of bronchus" + }, + { + "text": "CL:4033050", + "description": "A neuron that releases catecholamine as a neurotransmitter.", + "meaning": "CL:4033050", + "title": "catecholaminergic neuron" + }, + { + "text": "CL:0000927", + "description": "A mature NK T cell that predominantly secretes type 2 cytokines such as interleukin-4 and interleukin-13 and enhances type 2 immune responses.", + "meaning": "CL:0000927", + "title": "CD4-positive type I NK T cell secreting interleukin-4" + }, + { + "text": "CL:0011026", + "description": "A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses.", + "meaning": "CL:0011026", + "title": "progenitor cell" + }, + { + "text": "CL:0002529", + "description": "A dermal dendritic cell that is CD1a-positive and CD14-negative.", + "meaning": "CL:0002529", + "title": "CD1a-positive dermal dendritic cell" + }, + { + "text": "CL:0000623", + "description": "A lymphocyte that can spontaneously kill a variety of target cells without prior antigenic activation via germline encoded activation receptors and also regulate immune responses via cytokine release and direct contact with other cells.", + "meaning": "CL:0000623", + "title": "natural killer cell" + }, + { + "text": "CL:0000791", + "description": "A alpha-beta T cell that has a mature phenotype.", + "meaning": "CL:0000791", + "title": "mature alpha-beta T cell" + }, + { + "text": "CL:1000073", + "description": "Any radial glial cell that is part of some spinal cord.", + "meaning": "CL:1000073", + "title": "spinal cord radial glial cell" + }, + { + "text": "CL:0000317", + "description": "A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.", + "meaning": "CL:0000317", + "title": "sebum secreting cell" + }, + { + "text": "CL:0000953", + "description": "A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-negative, composed of surrogate light chain protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA rearrangement of immunoglobulin light chain genes.", + "meaning": "CL:0000953", + "title": "preBCR-negative large pre-B-II cell" + }, + { + "text": "CL:1000548", + "description": "An epithelial cell that is part of an outer medullary collecting duct.", + "meaning": "CL:1000548", + "title": "kidney outer medulla collecting duct epithelial cell" + }, + { + "text": "CL:1000483", + "description": "A Purkinje myocyte that is part of the internodal tract.", + "meaning": "CL:1000483", + "title": "Purkinje myocyte of internodal tract" + }, + { + "text": "CL:0001070", + "description": "An adipocyte that is beige in color, thermogenic, and which differentiates in white fat tissue from a Myf5-negative progenitor.", + "meaning": "CL:0001070", + "title": "beige adipocyte" + }, + { + "text": "CL:0003051", + "description": "A cone cell that detects ultraviolet (UV) wavelength light.", + "meaning": "CL:0003051", + "title": "UV cone cell" + }, + { + "text": "CL:0011005", + "description": "An interneuron that uses GABA as a vesicular neurotransmitter. These interneurons are inhibitory", + "meaning": "CL:0011005", + "title": "GABAergic interneuron" + }, + { + "text": "CL:0002055", + "description": "An immature B cell that is CD38-negative, CD10-low, CD21-low, and CD22-high.", + "meaning": "CL:0002055", + "title": "CD38-negative immature B cell" + }, + { + "text": "CL:1000715", + "description": "Any renal intercalated cell that is part of some cortical collecting duct.", + "meaning": "CL:1000715", + "title": "kidney cortex collecting duct intercalated cell" + }, + { + "text": "CL:0002324", + "description": "A myoepithelial cell that is part of a mammary gland and is located in the basal layer. During lactation, a basal-myoepithelial cell of mammary gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial cell of mammary gland can be identified by high levels of CD49f and low levels of EpCAM.", + "meaning": "CL:0002324", + "title": "basal-myoepithelial cell of mammary gland" + }, + { + "text": "CL:0002378", + "description": "A double negative thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive and is found in the fetal thymus.", + "meaning": "CL:0002378", + "title": "immature Vgamma2-positive fetal thymocyte" + }, + { + "text": "CL:1000384", + "description": "A type II vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.", + "meaning": "CL:1000384", + "title": "type 2 vestibular sensory cell of epithelium of macula of saccule of membranous labyrinth" + }, + { + "text": "CL:3000003", + "description": "Sympathetic cholinergic neuron.", + "meaning": "CL:3000003", + "title": "sympathetic cholinergic neuron" + }, + { + "text": "CL:4042004", + "description": "A choroid plexus macrophage that is part of the apical surface of some choroid plexus epithelium. This macrophage has a star-like shaped body.", + "meaning": "CL:4042004", + "title": "choroid epiplexus macrophage" + }, + { + "text": "CL:0003023", + "description": "A retinal ganglion cell C outer that has dense dendritic diversity.", + "meaning": "CL:0003023", + "title": "retinal ganglion cell C6" + }, + { + "text": "CL:0002396", + "description": "A patrolling monocyte that is CD14-low and CD16-positive.", + "meaning": "CL:0002396", + "title": "CD14-low, CD16-positive monocyte" + }, + { + "text": "CL:1000697", + "meaning": "CL:1000697", + "title": "kidney interstitial suppressor macrophage" + }, + { + "text": "CL:0000306", + "meaning": "CL:0000306", + "title": "crystallin accumulating cell" + }, + { + "text": "CL:0002264", + "description": "A type of enteroendocrine cell found in the stomach that secretes glucagon.", + "meaning": "CL:0002264", + "title": "type A cell of stomach" + }, + { + "text": "CL:4023040", + "description": "An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layers L2/3-6.", + "meaning": "CL:4023040", + "title": "L2/3-6 intratelencephalic projecting glutamatergic neuron" + } + ], "reachable_from": { "source_ontology": "obo:cl", "source_nodes": [ @@ -897,6 +17257,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -912,6 +17273,7 @@ "required": true, "multivalued": true, "inlined": true, + "inlined_as_list": true, "@type": "SlotDefinition" }, { @@ -1021,9 +17383,9 @@ ], "metamodel_version": "1.7.0", "source_file": "general_schema.yaml", - "source_file_date": "2024-08-06T17:24:28", - "source_file_size": 11708, - "generation_date": "2024-08-06T17:24:34", + "source_file_date": "2024-09-16T15:20:52", + "source_file_size": 764582, + "generation_date": "2024-09-16T15:21:08", "@type": "SchemaDefinition", "@context": [ "project/jsonld/general_schema.context.jsonld", diff --git a/project/jsonschema/BICAN_schema.schema.json b/project/jsonschema/BICAN_schema.schema.json index 49c7909..a2e739d 100644 --- a/project/jsonschema/BICAN_schema.schema.json +++ b/project/jsonschema/BICAN_schema.schema.json @@ -366,6 +366,2755 @@ }, "CellTypeEnum": { "description": "", + "enum": [ + "CL:0019019", + "CL:0011105", + "CL:0000057", + "CL:0002656", + "CL:0002224", + "CL:4030031", + "CL:0002625", + "CL:1000490", + "CL:0000801", + "CL:0002116", + "CL:0000578", + "CL:0000618", + "CL:0000435", + "CL:0000654", + "CL:0002130", + "CL:0017003", + "CL:0002038", + "CL:0002311", + "CL:0000722", + "CL:0000059", + "CL:0000160", + "CL:0002680", + "CL:0002382", + "CL:0002027", + "CL:4033024", + "CL:0010017", + "CL:0000815", + "CL:0002319", + "CL:0011113", + "CL:0000662", + "CL:0002292", + "CL:0000067", + "CL:0002181", + "CL:0004214", + "CL:0000594", + "CL:0002520", + "CL:0002627", + "CL:0004225", + "CL:0002422", + "CL:0000570", + "CL:0000599", + "CL:0002570", + "CL:0000499", + "CL:0000077", + "CL:1000337", + "CL:0002283", + "CL:0002457", + "CL:0002556", + "CL:0002155", + "CL:0002406", + "CL:0001072", + "CL:0009035", + "CL:0000473", + "CL:0000109", + "CL:0000518", + "CL:4023010", + "CL:1001428", + "CL:4033014", + "CL:0000212", + "CL:0000611", + "CL:1000597", + "CL:0000198", + "CL:0002622", + "CL:0000759", + "CL:0002342", + "CL:0000357", + "CL:1000368", + "CL:0005025", + "CL:1000279", + "CL:0002140", + "CL:1000376", + "CL:2000085", + "CL:0000775", + "CL:0000748", + "CL:0002026", + "CL:0002451", + "CL:0002404", + "CL:0002243", + "CL:0002546", + "CL:0002493", + "CL:1001124", + "CL:0000112", + "CL:4023123", + "CL:0000352", + "CL:1001109", + "CL:2000095", + "CL:4033056", + "CL:0002280", + "CL:1000465", + "CL:0000889", + "CL:0002008", + "CL:4030033", + "CL:0000632", + "CL:0000342", + "CL:0000832", + "CL:4042008", + "CL:1001451", + "CL:0002607", + "CL:4033062", + "CL:1000437", + "CL:0011106", + "CL:1000312", + "CL:1000327", + "CL:0008048", + "CL:0000857", + "CL:1000239", + "CL:0002329", + "CL:0004230", + "CL:0002144", + "CL:1001021", + "CL:0008010", + "CL:0002118", + "CL:4023064", + "CL:0000878", + "CL:0009051", + "CL:0019001", + "CL:1001100", + "CL:0002571", + "CL:0008035", + "CL:0003045", + "CL:0002666", + "CL:4023044", + "CL:0002085", + "CL:1001142", + "CL:0002661", + "CL:0000146", + "CL:0002089", + "CL:0000507", + "CL:0000246", + "CL:0002016", + "CL:0002526", + "CL:0002514", + "CL:0011102", + "CL:0004232", + "CL:0001006", + "CL:0009081", + "CL:0008004", + "CL:1001582", + "CL:1000350", + "CL:0000416", + "CL:0000199", + "CL:0000208", + "CL:1000271", + "CL:0000421", + "CL:2000043", + "CL:0002606", + "CL:0000214", + "CL:0000605", + "CL:0001087", + "CL:0002096", + "CL:1000493", + "CL:0002478", + "CL:4033013", + "CL:4033048", + "CL:1000428", + "CL:4030013", + "CL:0000019", + "CL:0002228", + "CL:4028006", + "CL:0002129", + "CL:0001021", + "CL:1001610", + "CL:1000909", + "CL:0000410", + "CL:4023025", + "CL:0000130", + "CL:0000864", + "CL:0000048", + "CL:0002357", + "CL:0002560", + "CL:0000964", + "CL:0009005", + "CL:0000483", + "CL:0000185", + "CL:0000956", + "CL:4030049", + "CL:0002326", + "CL:0000028", + "CL:0000847", + "CL:1000323", + "CL:0010006", + "CL:4033018", + "CL:1000182", + "CL:0000233", + "CL:1001567", + "CL:0000443", + "CL:0000474", + "CL:4023168", + "CL:0000204", + "CL:1000478", + "CL:0000557", + "CL:0002456", + "CL:0000501", + "CL:4023075", + "CL:0002278", + "CL:4033045", + "CL:1001576", + "CL:1001435", + "CL:0002681", + "CL:0002083", + "CL:1001123", + "CL:0009095", + "CL:0001052", + "CL:1000304", + "CL:0002165", + "CL:1000418", + "CL:0002489", + "CL:0002270", + "CL:4023189", + "CL:0003042", + "CL:0000901", + "CL:0002107", + "CL:1000472", + "CL:0005011", + "CL:0000929", + "CL:4023007", + "CL:0009049", + "CL:0000188", + "CL:2000093", + "CL:1001474", + "CL:1000414", + "CL:1001318", + "CL:0000777", + "CL:0002103", + "CL:1001580", + "CL:0000020", + "CL:0002530", + "CL:0000708", + "CL:4023046", + "CL:0000659", + "CL:4023158", + "CL:1001433", + "CL:4042009", + "CL:0002667", + "CL:0000489", + "CL:0000962", + "CL:0000743", + "CL:0000545", + "CL:0000603", + "CL:1000458", + "CL:0000037", + "CL:0000711", + "CL:0007019", + "CL:0002651", + "CL:4033063", + "CL:0010013", + "CL:0000752", + "CL:0009111", + "CL:0002384", + "CL:0000102", + "CL:4023055", + "CL:0002205", + "CL:0002251", + "CL:4033006", + "CL:0000667", + "CL:0000157", + "CL:0002235", + "CL:0009011", + "CL:1000504", + "CL:4006001", + "CL:0000241", + "CL:0000463", + "CL:0001063", + "CL:0010000", + "CL:0002465", + "CL:0000719", + "CL:4023036", + "CL:4023110", + "CL:2000048", + "CL:0000388", + "CL:0000826", + "CL:0000106", + "CL:0000589", + "CL:1001593", + "CL:1000473", + "CL:0002562", + "CL:2000008", + "CL:0002210", + "CL:0002509", + "CL:0002154", + "CL:0000341", + "CL:0000581", + "CL:0002337", + "CL:4030016", + "CL:4030019", + "CL:4023121", + "CL:0000824", + "CL:2000011", + "CL:1001225", + "CL:0000010", + "CL:0009079", + "CL:0011015", + "CL:0002482", + "CL:1000329", + "CL:4023004", + "CL:1000447", + "CL:0001061", + "CL:0000460", + "CL:1001068", + "CL:0000098", + "CL:0000935", + "CL:0009043", + "CL:0004244", + "CL:1000448", + "CL:0001059", + "CL:0000945", + "CL:0001057", + "CL:1001224", + "CL:0005005", + "CL:0000649", + "CL:2000025", + "CL:0000996", + "CL:4023169", + "CL:0000989", + "CL:0002373", + "CL:4030057", + "CL:0000597", + "CL:0002108", + "CL:0001049", + "CL:0002407", + "CL:0000552", + "CL:0000980", + "CL:0002598", + "CL:0001034", + "CL:1001006", + "CL:2000037", + "CL:1000326", + "CL:4033030", + "CL:0002318", + "CL:0000919", + "CL:0002341", + "CL:0000638", + "CL:1000854", + "CL:1000123", + "CL:1001214", + "CL:0000031", + "CL:0000312", + "CL:4023059", + "CL:0000432", + "CL:0000129", + "CL:0002310", + "CL:2000001", + "CL:0008046", + "CL:0000636", + "CL:1000695", + "CL:0002554", + "CL:0000056", + "CL:0009004", + "CL:2000014", + "CL:1000042", + "CL:0000039", + "CL:4030064", + "CL:0002597", + "CL:0000365", + "CL:0000555", + "CL:0000621", + "CL:0008037", + "CL:0003035", + "CL:0000586", + "CL:0002291", + "CL:1001585", + "CL:0000029", + "CL:0002574", + "CL:0002541", + "CL:0000885", + "CL:0000937", + "CL:0002173", + "CL:4040006", + "CL:2000088", + "CL:0000811", + "CL:0005023", + "CL:0002336", + "CL:0009097", + "CL:0000946", + "CL:4033038", + "CL:0000120", + "CL:4023009", + "CL:0002233", + "CL:0000647", + "CL:0000977", + "CL:0000078", + "CL:0002106", + "CL:0002387", + "CL:0002219", + "CL:4030036", + "CL:0002516", + "CL:0002636", + "CL:0001039", + "CL:0002588", + "CL:1000398", + "CL:4033017", + "CL:0000861", + "CL:0000372", + "CL:0000753", + "CL:0000066", + "CL:1000681", + "CL:0000819", + "CL:0000221", + "CL:0000842", + "CL:0001031", + "CL:0000097", + "CL:0000408", + "CL:0002204", + "CL:0004215", + "CL:0000110", + "CL:2000040", + "CL:1000454", + "CL:0000822", + "CL:0000925", + "CL:0002218", + "CL:0002412", + "CL:0004124", + "CL:4023039", + "CL:0000584", + "CL:2000024", + "CL:0000023", + "CL:0009008", + "CL:4023163", + "CL:0000893", + "CL:0011000", + "CL:0000602", + "CL:0000211", + "CL:0017006", + "CL:1000507", + "CL:0000766", + "CL:0000362", + "CL:0000022", + "CL:1000891", + "CL:1000391", + "CL:0002631", + "CL:0000941", + "CL:0000240", + "CL:1000358", + "CL:0001050", + "CL:0002528", + "CL:0002303", + "CL:0002445", + "CL:0000033", + "CL:1000486", + "CL:0000839", + "CL:0003016", + "CL:2000080", + "CL:0000898", + "CL:0002113", + "CL:0009038", + "CL:0000051", + "CL:0000060", + "CL:0000720", + "CL:0000123", + "CL:1000347", + "CL:0000149", + "CL:0009106", + "CL:1000360", + "CL:0000613", + "CL:4033055", + "CL:0009074", + "CL:0000688", + "CL:0000991", + "CL:0000790", + "CL:1000191", + "CL:0000710", + "CL:0002153", + "CL:0005002", + "CL:0001013", + "CL:0009017", + "CL:0008040", + "CL:0002110", + "CL:0000255", + "CL:1000612", + "CL:3000001", + "CL:0002274", + "CL:0002048", + "CL:0000761", + "CL:0001019", + "CL:0002269", + "CL:0009009", + "CL:0010016", + "CL:1001603", + "CL:0004217", + "CL:0001040", + "CL:0002669", + "CL:0000205", + "CL:0002294", + "CL:1000345", + "CL:0009077", + "CL:0001201", + "CL:0002600", + "CL:4023030", + "CL:0000361", + "CL:0019022", + "CL:4023170", + "CL:0002475", + "CL:0000677", + "CL:0002017", + "CL:0000680", + "CL:0003011", + "CL:1000363", + "CL:0002220", + "CL:4023108", + "CL:0010014", + "CL:0000315", + "CL:0000155", + "CL:0009022", + "CL:0001022", + "CL:1000289", + "CL:0002076", + "CL:0001005", + "CL:0001080", + "CL:0003024", + "CL:0002448", + "CL:0009061", + "CL:0000486", + "CL:1000372", + "CL:0002352", + "CL:1000698", + "CL:1001436", + "CL:0002347", + "CL:2000035", + "CL:0009069", + "CL:0002281", + "CL:0009115", + "CL:0002604", + "CL:0000534", + "CL:0002256", + "CL:0002599", + "CL:0002620", + "CL:0000082", + "CL:0002321", + "CL:0009033", + "CL:0002289", + "CL:0009058", + "CL:0000336", + "CL:4040003", + "CL:4030006", + "CL:0000653", + "CL:0009066", + "CL:4023081", + "CL:1000280", + "CL:2000019", + "CL:0002064", + "CL:0000703", + "CL:1000456", + "CL:0000293", + "CL:4029003", + "CL:0002207", + "CL:0000173", + "CL:0004116", + "CL:0002518", + "CL:0002147", + "CL:0009025", + "CL:0000745", + "CL:4023181", + "CL:0002123", + "CL:0002450", + "CL:0002093", + "CL:0002060", + "CL:0002142", + "CL:4023114", + "CL:0002287", + "CL:0000502", + "CL:0011007", + "CL:0009054", + "CL:0000026", + "CL:0009092", + "CL:0002348", + "CL:0001028", + "CL:4033012", + "CL:1000245", + "CL:0002458", + "CL:0000780", + "CL:1001217", + "CL:1000309", + "CL:4033025", + "CL:0000309", + "CL:0002659", + "CL:0000982", + "CL:4023160", + "CL:0000969", + "CL:0001020", + "CL:2000055", + "CL:0002267", + "CL:0000553", + "CL:0000651", + "CL:4023013", + "CL:2000027", + "CL:0002401", + "CL:0002094", + "CL:0007001", + "CL:0002279", + "CL:0000858", + "CL:2000044", + "CL:0002531", + "CL:0002358", + "CL:0002430", + "CL:4030067", + "CL:0002411", + "CL:0008028", + "CL:0000894", + "CL:4023047", + "CL:0000985", + "CL:0002538", + "CL:0002557", + "CL:0009112", + "CL:0000921", + "CL:0002160", + "CL:0002300", + "CL:0009007", + "CL:0000768", + "CL:0000036", + "CL:0000693", + "CL:0002295", + "CL:0002388", + "CL:0000909", + "CL:0019020", + "CL:4023074", + "CL:4023109", + "CL:0013000", + "CL:0000583", + "CL:0000694", + "CL:0002050", + "CL:0003027", + "CL:0001044", + "CL:0000348", + "CL:0000001", + "CL:0002640", + "CL:1001430", + "CL:1000085", + "CL:4030025", + "CL:0011017", + "CL:0000990", + "CL:0010021", + "CL:0000509", + "CL:0009068", + "CL:0000131", + "CL:4023124", + "CL:0002105", + "CL:0002112", + "CL:1000333", + "CL:1000714", + "CL:0000165", + "CL:0002602", + "CL:2000096", + "CL:0002596", + "CL:0002564", + "CL:0000563", + "CL:0002045", + "CL:2000000", + "CL:0000313", + "CL:1000457", + "CL:0000560", + "CL:0004245", + "CL:0000813", + "CL:0011100", + "CL:0002513", + "CL:4023125", + "CL:0001076", + "CL:0000897", + "CL:4033051", + "CL:0002677", + "CL:0002250", + "CL:2000051", + "CL:0000172", + "CL:0000641", + "CL:4042006", + "CL:0004241", + "CL:0008002", + "CL:4023028", + "CL:4030032", + "CL:0011110", + "CL:0011030", + "CL:1000383", + "CL:0000571", + "CL:0002583", + "CL:0000735", + "CL:0000762", + "CL:1000850", + "CL:0000311", + "CL:0000128", + "CL:1000322", + "CL:0000569", + "CL:1000365", + "CL:0000629", + "CL:0000751", + "CL:0000219", + "CL:2000052", + "CL:0002068", + "CL:0000373", + "CL:1000550", + "CL:0002490", + "CL:4023093", + "CL:0002192", + "CL:3000002", + "CL:0007016", + "CL:0000883", + "CL:1000284", + "CL:0002039", + "CL:0000307", + "CL:1000373", + "CL:0007003", + "CL:0011025", + "CL:0002307", + "CL:1001286", + "CL:0000072", + "CL:0000183", + "CL:0002248", + "CL:4033052", + "CL:0002126", + "CL:0002523", + "CL:1000409", + "CL:0000425", + "CL:0000237", + "CL:0004250", + "CL:0002517", + "CL:0002053", + "CL:4030041", + "CL:0000911", + "CL:4030043", + "CL:4023041", + "CL:0000795", + "CL:0001077", + "CL:0009101", + "CL:1000143", + "CL:1001602", + "CL:2000016", + "CL:0000844", + "CL:0000787", + "CL:1000299", + "CL:0003001", + "CL:0001071", + "CL:0000809", + "CL:0002025", + "CL:0002323", + "CL:0008011", + "CL:0000626", + "CL:0000427", + "CL:0001026", + "CL:0000480", + "CL:0000892", + "CL:0000506", + "CL:0019018", + "CL:4033058", + "CL:0012000", + "CL:1000022", + "CL:1000488", + "CL:0002284", + "CL:0000423", + "CL:4033027", + "CL:0000154", + "CL:4042011", + "CL:0000236", + "CL:2000047", + "CL:0001079", + "CL:4033029", + "CL:0002575", + "CL:0002054", + "CL:0001030", + "CL:0002042", + "CL:1000283", + "CL:0002202", + "CL:0000225", + "CL:0002265", + "CL:0002031", + "CL:2000041", + "CL:0000069", + "CL:0002498", + "CL:0007021", + "CL:0000127", + "CL:1001608", + "CL:0002355", + "CL:0000776", + "CL:0004233", + "CL:4030056", + "CL:0000437", + "CL:0001029", + "CL:4030002", + "CL:0002481", + "CL:0002410", + "CL:1000275", + "CL:0002630", + "CL:0002024", + "CL:4030030", + "CL:4023049", + "CL:0007000", + "CL:0002223", + "CL:0004243", + "CL:1000394", + "CL:0000884", + "CL:0000358", + "CL:0008036", + "CL:1001561", + "CL:0009036", + "CL:0002626", + "CL:1001066", + "CL:0000948", + "CL:0000168", + "CL:0002273", + "CL:0000470", + "CL:0000356", + "CL:0002075", + "CL:4023005", + "CL:0000855", + "CL:0000226", + "CL:0000930", + "CL:0000678", + "CL:0000772", + "CL:0002455", + "CL:0002479", + "CL:0000068", + "CL:0011103", + "CL:0002633", + "CL:0000891", + "CL:2000033", + "CL:0000147", + "CL:0002665", + "CL:0002470", + "CL:0002594", + "CL:0004222", + "CL:0000103", + "CL:1000746", + "CL:0000377", + "CL:0002139", + "CL:0000071", + "CL:0000852", + "CL:0000723", + "CL:0002007", + "CL:0000606", + "CL:0000609", + "CL:0001053", + "CL:0000781", + "CL:0009059", + "CL:0002121", + "CL:0000747", + "CL:0011020", + "CL:4033020", + "CL:1000276", + "CL:0011028", + "CL:4030065", + "CL:2000010", + "CL:0000802", + "CL:0002115", + "CL:1001223", + "CL:0002152", + "CL:0000234", + "CL:0001081", + "CL:0000340", + "CL:0000738", + "CL:0002506", + "CL:0000396", + "CL:0000040", + "CL:4023054", + "CL:0000347", + "CL:0009048", + "CL:0000798", + "CL:1001590", + "CL:0000476", + "CL:0002293", + "CL:4033047", + "CL:0001082", + "CL:1000324", + "CL:0000535", + "CL:1001107", + "CL:0001041", + "CL:4030066", + "CL:0008031", + "CL:0002363", + "CL:0004219", + "CL:0011004", + "CL:0002149", + "CL:0000582", + "CL:0002014", + "CL:1001052", + "CL:0009103", + "CL:0000987", + "CL:0002511", + "CL:0000617", + "CL:0002464", + "CL:1000432", + "CL:1001503", + "CL:2000086", + "CL:0003010", + "CL:0002128", + "CL:0002408", + "CL:0002662", + "CL:4033066", + "CL:0000197", + "CL:0000015", + "CL:4023038", + "CL:0000900", + "CL:1001009", + "CL:0002394", + "CL:0002313", + "CL:0000006", + "CL:0000988", + "CL:0000444", + "CL:4033011", + "CL:0002673", + "CL:0009082", + "CL:4023116", + "CL:0002102", + "CL:0000782", + "CL:0004162", + "CL:1001432", + "CL:0005012", + "CL:4033008", + "CL:2000013", + "CL:0009072", + "CL:4030000", + "CL:0000576", + "CL:0005008", + "CL:4023035", + "CL:0002098", + "CL:4023065", + "CL:0000395", + "CL:0000170", + "CL:4023020", + "CL:0009013", + "CL:0001004", + "CL:0009031", + "CL:4023111", + "CL:2000077", + "CL:0002519", + "CL:0002425", + "CL:0002577", + "CL:4030028", + "CL:4030037", + "CL:0002350", + "CL:0000644", + "CL:4033041", + "CL:0007011", + "CL:0000650", + "CL:0000995", + "CL:0002525", + "CL:1000434", + "CL:0002141", + "CL:1000381", + "CL:0000189", + "CL:0007006", + "CL:4033026", + "CL:0001204", + "CL:0002296", + "CL:0003006", + "CL:0002427", + "CL:0000963", + "CL:4040002", + "CL:0002497", + "CL:0002086", + "CL:0000162", + "CL:1001033", + "CL:0000992", + "CL:2000072", + "CL:0002305", + "CL:4028001", + "CL:0002466", + "CL:0000595", + "CL:0000906", + "CL:0002639", + "CL:1000510", + "CL:0000527", + "CL:1000721", + "CL:0000633", + "CL:0002374", + "CL:1000424", + "CL:0000017", + "CL:0019017", + "CL:0000257", + "CL:1000356", + "CL:0009042", + "CL:0009027", + "CL:0008022", + "CL:1001568", + "CL:4023092", + "CL:4023018", + "CL:0000442", + "CL:0001058", + "CL:0007010", + "CL:0000574", + "CL:0011029", + "CL:1001573", + "CL:0000481", + "CL:1000691", + "CL:0005024", + "CL:0000118", + "CL:1001606", + "CL:0002641", + "CL:0011022", + "CL:0000058", + "CL:4023056", + "CL:4023188", + "CL:0000107", + "CL:0000955", + "CL:0002354", + "CL:0000936", + "CL:0000468", + "CL:0000740", + "CL:0002550", + "CL:0008038", + "CL:4033064", + "CL:0000544", + "CL:0002539", + "CL:4023033", + "CL:4033016", + "CL:0001051", + "CL:2000002", + "CL:2000007", + "CL:1001036", + "CL:1000286", + "CL:0002381", + "CL:0000867", + "CL:0002242", + "CL:0002180", + "CL:2000020", + "CL:0002558", + "CL:2000083", + "CL:0000696", + "CL:0002365", + "CL:1000332", + "CL:0002338", + "CL:0009087", + "CL:4030020", + "CL:0009041", + "CL:4033019", + "CL:0000577", + "CL:0000389", + "CL:0000136", + "CL:0019026", + "CL:4030004", + "CL:0002419", + "CL:0010001", + "CL:0000418", + "CL:0000186", + "CL:0000675", + "CL:1001575", + "CL:0011027", + "CL:0002416", + "CL:0002379", + "CL:0000386", + "CL:0000932", + "CL:0002435", + "CL:0011108", + "CL:4030048", + "CL:0000961", + "CL:0009099", + "CL:1000325", + "CL:0002184", + "CL:0000706", + "CL:0000642", + "CL:0002618", + "CL:0000024", + "CL:4040005", + "CL:0008025", + "CL:0002035", + "CL:0002559", + "CL:0000810", + "CL:0005003", + "CL:0002581", + "CL:0002533", + "CL:0002088", + "CL:4033039", + "CL:1000342", + "CL:0004125", + "CL:0002672", + "CL:0000485", + "CL:0000940", + "CL:0002240", + "CL:1000702", + "CL:0000683", + "CL:0002483", + "CL:0010011", + "CL:0009052", + "CL:0000827", + "CL:1000549", + "CL:4023008", + "CL:0002138", + "CL:1001111", + "CL:1001505", + "CL:0000619", + "CL:0000730", + "CL:0000407", + "CL:0000041", + "CL:1000839", + "CL:0002540", + "CL:0005019", + "CL:0000966", + "CL:0011032", + "CL:0004235", + "CL:0004252", + "CL:0000913", + "CL:4042001", + "CL:0019032", + "CL:0000121", + "CL:0000587", + "CL:0002306", + "CL:4033001", + "CL:0002203", + "CL:0003004", + "CL:0002006", + "CL:0000860", + "CL:0001035", + "CL:4033065", + "CL:0009105", + "CL:0000374", + "CL:1000718", + "CL:1001434", + "CL:0002375", + "CL:0017000", + "CL:0000008", + "CL:0002037", + "CL:0002344", + "CL:0009075", + "CL:0000084", + "CL:0000190", + "CL:0000116", + "CL:0002302", + "CL:4023029", + "CL:0002125", + "CL:0000767", + "CL:0000922", + "CL:0000030", + "CL:0000774", + "CL:1000441", + "CL:0000845", + "CL:1000803", + "CL:0002446", + "CL:4033067", + "CL:0000153", + "CL:0002052", + "CL:0002046", + "CL:0000670", + "CL:0000504", + "CL:0000807", + "CL:1000413", + "CL:0002312", + "CL:0002282", + "CL:2000031", + "CL:0009062", + "CL:0000397", + "CL:0002612", + "CL:0000496", + "CL:4033054", + "CL:2000090", + "CL:0000350", + "CL:0002436", + "CL:0003017", + "CL:0002179", + "CL:0000079", + "CL:0004216", + "CL:3000004", + "CL:0001056", + "CL:0000521", + "CL:0011010", + "CL:1000344", + "CL:0000249", + "CL:0002474", + "CL:0002069", + "CL:4028004", + "CL:0003025", + "CL:0009015", + "CL:0002551", + "CL:0009044", + "CL:0002503", + "CL:0017005", + "CL:0001048", + "CL:0001032", + "CL:0002157", + "CL:0000394", + "CL:4033037", + "CL:2000094", + "CL:0002051", + "CL:0000601", + "CL:0000838", + "CL:4030017", + "CL:0004224", + "CL:1000420", + "CL:0000295", + "CL:4033043", + "CL:0000202", + "CL:0009018", + "CL:2000078", + "CL:1000272", + "CL:0009034", + "CL:0000721", + "CL:0000196", + "CL:1001319", + "CL:0000339", + "CL:0000631", + "CL:0008027", + "CL:0004238", + "CL:0000035", + "CL:1001097", + "CL:1000838", + "CL:3000000", + "CL:0000881", + "CL:0002437", + "CL:0002320", + "CL:1000616", + "CL:0003015", + "CL:0002359", + "CL:0005010", + "CL:0002623", + "CL:1001516", + "CL:0000713", + "CL:0009116", + "CL:0011002", + "CL:4023080", + "CL:0009071", + "CL:0000652", + "CL:4023127", + "CL:0000862", + "CL:0000993", + "CL:0002009", + "CL:0002603", + "CL:0009060", + "CL:0002254", + "CL:0009055", + "CL:0000818", + "CL:0000998", + "CL:0001043", + "CL:0009078", + "CL:0000314", + "CL:0000608", + "CL:0000744", + "CL:0002259", + "CL:0002004", + "CL:1000433", + "CL:0004227", + "CL:4033022", + "CL:0003048", + "CL:0009080", + "CL:0002569", + "CL:0000235", + "CL:0002176", + "CL:4030005", + "CL:0000999", + "CL:0002472", + "CL:0003021", + "CL:4023000", + "CL:0002657", + "CL:0000514", + "CL:0000349", + "CL:0002190", + "CL:4030035", + "CL:0002067", + "CL:0009114", + "CL:1001517", + "CL:0000137", + "CL:0009024", + "CL:4040004", + "CL:0002367", + "CL:0002062", + "CL:0000724", + "CL:1001598", + "CL:1001589", + "CL:1000147", + "CL:0002402", + "CL:1001126", + "CL:0002608", + "CL:0002011", + "CL:4023012", + "CL:0005014", + "CL:0002249", + "CL:0002675", + "CL:0000025", + "CL:2000021", + "CL:0002120", + "CL:0008005", + "CL:0002654", + "CL:0011018", + "CL:0000660", + "CL:0000763", + "CL:0002199", + "CL:0001018", + "CL:0003009", + "CL:0000180", + "CL:0002308", + "CL:0002543", + "CL:0008032", + "CL:1000442", + "CL:0002488", + "CL:0000014", + "CL:0004242", + "CL:1000050", + "CL:1001572", + "CL:0000984", + "CL:0000104", + "CL:1001285", + "CL:1000419", + "CL:0000417", + "CL:0002146", + "CL:0002122", + "CL:0000695", + "CL:0002070", + "CL:4023083", + "CL:1000366", + "CL:0003014", + "CL:0002512", + "CL:0002595", + "CL:0002078", + "CL:0002420", + "CL:0000503", + "CL:0000908", + "CL:0002664", + "CL:4023057", + "CL:0002532", + "CL:0008001", + "CL:0000206", + "CL:2000065", + "CL:0000957", + "CL:0000986", + "CL:0000792", + "CL:0002194", + "CL:0002496", + "CL:0000600", + "CL:0000355", + "CL:1000893", + "CL:0002044", + "CL:0002246", + "CL:0009098", + "CL:1000720", + "CL:0000975", + "CL:0000367", + "CL:0009045", + "CL:0002443", + "CL:0000446", + "CL:0000561", + "CL:0002143", + "CL:0000566", + "CL:0019021", + "CL:1001145", + "CL:0008012", + "CL:0000142", + "CL:2000017", + "CL:0004115", + "CL:0000424", + "CL:0000568", + "CL:0002642", + "CL:0002349", + "CL:0002522", + "CL:0002501", + "CL:0000817", + "CL:0000429", + "CL:1001431", + "CL:0002567", + "CL:0000853", + "CL:0002217", + "CL:4023062", + "CL:1000281", + "CL:0002368", + "CL:0000749", + "CL:0002225", + "CL:4030062", + "CL:0000334", + "CL:2000006", + "CL:1000335", + "CL:1000285", + "CL:0000043", + "CL:4042005", + "CL:0003034", + "CL:1000849", + "CL:0007008", + "CL:0000457", + "CL:1000317", + "CL:0000325", + "CL:0011031", + "CL:0010003", + "CL:0002417", + "CL:0002584", + "CL:1000487", + "CL:0000338", + "CL:0002183", + "CL:0000637", + "CL:0002549", + "CL:0002257", + "CL:1000296", + "CL:4030058", + "CL:1000979", + "CL:0000939", + "CL:0000032", + "CL:0002150", + "CL:0009006", + "CL:0000579", + "CL:0000217", + "CL:0000916", + "CL:0000406", + "CL:1000405", + "CL:1000355", + "CL:0000968", + "CL:0002383", + "CL:4029002", + "CL:4023088", + "CL:4033053", + "CL:2000046", + "CL:4023072", + "CL:0002236", + "CL:0000519", + "CL:0002670", + "CL:1000480", + "CL:1000308", + "CL:0000308", + "CL:0000422", + "CL:4006000", + "CL:0000182", + "CL:0002095", + "CL:0002398", + "CL:0000335", + "CL:1000482", + "CL:0019031", + "CL:0002030", + "CL:0002582", + "CL:0002440", + "CL:1001509", + "CL:0002428", + "CL:0002453", + "CL:0000488", + "CL:1000090", + "CL:0004126", + "CL:0002159", + "CL:0000096", + "CL:0000872", + "CL:0002201", + "CL:0000244", + "CL:4033002", + "CL:1000606", + "CL:4033059", + "CL:0003039", + "CL:0000871", + "CL:0000353", + "CL:0002074", + "CL:0002614", + "CL:0000716", + "CL:0012001", + "CL:0002266", + "CL:0000126", + "CL:0002652", + "CL:0000547", + "CL:0000737", + "CL:4023042", + "CL:1001127", + "CL:0008013", + "CL:0002578", + "CL:0009086", + "CL:0000177", + "CL:0002643", + "CL:0002022", + "CL:0002632", + "CL:0000055", + "CL:0002535", + "CL:2000091", + "CL:0000251", + "CL:0001016", + "CL:1001587", + "CL:0002162", + "CL:0002576", + "CL:0000624", + "CL:0000523", + "CL:0002151", + "CL:4023090", + "CL:4023032", + "CL:1000353", + "CL:0000256", + "CL:0010004", + "CL:0003031", + "CL:2000032", + "CL:0000428", + "CL:0005000", + "CL:0000836", + "CL:1001106", + "CL:0000467", + "CL:0000431", + "CL:0002390", + "CL:4033035", + "CL:0000614", + "CL:0000080", + "CL:0002439", + "CL:4033003", + "CL:0000512", + "CL:0009029", + "CL:0000478", + "CL:0004001", + "CL:0000797", + "CL:0005021", + "CL:1000338", + "CL:0000746", + "CL:0000958", + "CL:0002433", + "CL:0000890", + "CL:0000169", + "CL:4023063", + "CL:0001003", + "CL:4033046", + "CL:0008019", + "CL:0002275", + "CL:0002548", + "CL:0000732", + "CL:4023164", + "CL:0004221", + "CL:4033028", + "CL:4030054", + "CL:0002322", + "CL:0000451", + "CL:4023016", + "CL:0009073", + "CL:1000282", + "CL:1000315", + "CL:0000536", + "CL:0011024", + "CL:0002148", + "CL:0000530", + "CL:0000439", + "CL:0002409", + "CL:1001210", + "CL:0002221", + "CL:0003020", + "CL:1000489", + "CL:0000376", + "CL:0009000", + "CL:0000757", + "CL:0002012", + "CL:0000794", + "CL:0000223", + "CL:0000134", + "CL:1000307", + "CL:0000971", + "CL:0011009", + "CL:0000462", + "CL:0001065", + "CL:0000997", + "CL:0003028", + "CL:0000854", + "CL:0002333", + "CL:0002616", + "CL:0007012", + "CL:1000083", + "CL:0002415", + "CL:2000062", + "CL:1001221", + "CL:4030053", + "CL:0001027", + "CL:4030055", + "CL:2000060", + "CL:1000682", + "CL:1000291", + "CL:0009108", + "CL:1000301", + "CL:0009065", + "CL:0000681", + "CL:0002593", + "CL:4023112", + "CL:0002023", + "CL:0000458", + "CL:0002029", + "CL:0000178", + "CL:1000804", + "CL:0000384", + "CL:1000497", + "CL:0000949", + "CL:0011019", + "CL:0000469", + "CL:4030060", + "CL:4030003", + "CL:0002471", + "CL:2000042", + "CL:0000346", + "CL:1001571", + "CL:0002463", + "CL:0000415", + "CL:0002507", + "CL:0000210", + "CL:0002036", + "CL:1000361", + "CL:0000101", + "CL:1001220", + "CL:0003033", + "CL:0002351", + "CL:0000725", + "CL:1001209", + "CL:0002002", + "CL:0000529", + "CL:0002678", + "CL:0000764", + "CL:4023060", + "CL:0009021", + "CL:2000074", + "CL:0009104", + "CL:1000397", + "CL:0001017", + "CL:0004236", + "CL:4042012", + "CL:1001591", + "CL:0000676", + "CL:2000067", + "CL:0001074", + "CL:0000843", + "CL:0002261", + "CL:0000942", + "CL:4030009", + "CL:0002362", + "CL:1000617", + "CL:0002380", + "CL:4040001", + "CL:0000163", + "CL:0000634", + "CL:0003041", + "CL:0000905", + "CL:4023128", + "CL:0000951", + "CL:0000607", + "CL:0000145", + "CL:0000805", + "CL:4030001", + "CL:0002252", + "CL:0009003", + "CL:0002197", + "CL:0007018", + "CL:0008021", + "CL:0000886", + "CL:0002241", + "CL:0000135", + "CL:0004218", + "CL:0000005", + "CL:0009093", + "CL:0000686", + "CL:0000081", + "CL:4023079", + "CL:0000907", + "CL:1001578", + "CL:0000850", + "CL:0001054", + "CL:0008015", + "CL:4033049", + "CL:0000788", + "CL:0002239", + "CL:0000513", + "CL:0000592", + "CL:4023129", + "CL:4023019", + "CL:0000404", + "CL:0002545", + "CL:0007023", + "CL:0000200", + "CL:2000076", + "CL:0000910", + "CL:0002524", + "CL:0000715", + "CL:0000875", + "CL:0002332", + "CL:0009110", + "CL:0002485", + "CL:1001135", + "CL:0002467", + "CL:0009076", + "CL:0004161", + "CL:0000380", + "CL:0000301", + "CL:4030012", + "CL:1000348", + "CL:0000441", + "CL:4023118", + "CL:4023053", + "CL:0002393", + "CL:0010015", + "CL:0002454", + "CL:1001596", + "CL:1000357", + "CL:0002133", + "CL:0007005", + "CL:0000837", + "CL:0002304", + "CL:0002395", + "CL:0000784", + "CL:0002215", + "CL:0002200", + "CL:0017010", + "CL:0000152", + "CL:1001213", + "CL:0000117", + "CL:4042010", + "CL:0000783", + "CL:0009014", + "CL:0003007", + "CL:0000931", + "CL:0009040", + "CL:0000868", + "CL:0000390", + "CL:1000425", + "CL:2000058", + "CL:4023026", + "CL:0011021", + "CL:1000382", + "CL:4023002", + "CL:2000012", + "CL:0000960", + "CL:2000059", + "CL:0002297", + "CL:0000575", + "CL:0000923", + "CL:0000482", + "CL:0002364", + "CL:0007009", + "CL:0000828", + "CL:0002114", + "CL:0000924", + "CL:1000290", + "CL:0002314", + "CL:1000287", + "CL:2000075", + "CL:0002077", + "CL:4028002", + "CL:0000187", + "CL:4040000", + "CL:1000379", + "CL:0002360", + "CL:0004117", + "CL:0004213", + "CL:1000699", + "CL:0004251", + "CL:0002505", + "CL:0001045", + "CL:0000756", + "CL:4030038", + "CL:0002272", + "CL:2000073", + "CL:1001437", + "CL:0002418", + "CL:4023021", + "CL:0000554", + "CL:4030027", + "CL:0000524", + "CL:0000516", + "CL:0002353", + "CL:0001046", + "CL:4033007", + "CL:0009039", + "CL:0002119", + "CL:0005009", + "CL:2000049", + "CL:0000799", + "CL:4033010", + "CL:0007007", + "CL:0000541", + "CL:0000564", + "CL:0000497", + "CL:0003049", + "CL:0000556", + "CL:0000876", + "CL:0002399", + "CL:4023048", + "CL:0009046", + "CL:1000298", + "CL:0008039", + "CL:0000387", + "CL:1001609", + "CL:1000601", + "CL:0000140", + "CL:0000505", + "CL:4032001", + "CL:0002434", + "CL:0000531", + "CL:1000278", + "CL:1001586", + "CL:0001008", + "CL:0002166", + "CL:0000216", + "CL:0002391", + "CL:2000084", + "CL:0011012", + "CL:0009028", + "CL:0002196", + "CL:0002072", + "CL:0002534", + "CL:0000820", + "CL:0000038", + "CL:0009094", + "CL:4042002", + "CL:0000452", + "CL:0000215", + "CL:0002376", + "CL:0002495", + "CL:0000773", + "CL:0000393", + "CL:1000450", + "CL:1001287", + "CL:0009056", + "CL:0000934", + "CL:0000771", + "CL:0003046", + "CL:4023017", + "CL:0002591", + "CL:0002423", + "CL:0000697", + "CL:0000856", + "CL:2000057", + "CL:1000436", + "CL:0000062", + "CL:2000063", + "CL:0000835", + "CL:4023086", + "CL:0002315", + "CL:0000658", + "CL:0000166", + "CL:0000419", + "CL:0000978", + "CL:1000692", + "CL:0002624", + "CL:0009096", + "CL:1000369", + "CL:4030022", + "CL:0000115", + "CL:1000426", + "CL:0004121", + "CL:1000371", + "CL:0009102", + "CL:0002635", + "CL:0002189", + "CL:0000042", + "CL:4033044", + "CL:0000520", + "CL:1000341", + "CL:0000950", + "CL:0000049", + "CL:0000831", + "CL:4023119", + "CL:0000645", + "CL:0000755", + "CL:0002290", + "CL:0000866", + "CL:0000382", + "CL:4023043", + "CL:0002132", + "CL:0000947", + "CL:0002034", + "CL:0008024", + "CL:0002552", + "CL:0000227", + "CL:2000071", + "CL:0000882", + "CL:0000551", + "CL:0000926", + "CL:0002124", + "CL:0010008", + "CL:0000731", + "CL:0009090", + "CL:0009067", + "CL:0002059", + "CL:0002460", + "CL:0000286", + "CL:4023154", + "CL:0004253", + "CL:0019015", + "CL:1001096", + "CL:0000192", + "CL:1000719", + "CL:1000343", + "CL:0000590", + "CL:0000533", + "CL:0001011", + "CL:0000718", + "CL:0000684", + "CL:4030068", + "CL:0002087", + "CL:0000952", + "CL:1000300", + "CL:0000526", + "CL:0002537", + "CL:1000481", + "CL:0002000", + "CL:0004138", + "CL:0000700", + "CL:0000863", + "CL:0002477", + "CL:0002182", + "CL:0000333", + "CL:0002345", + "CL:0002090", + "CL:0002615", + "CL:0001042", + "CL:0009010", + "CL:4030029", + "CL:1000708", + "CL:0000707", + "CL:0009100", + "CL:0011001", + "CL:0011111", + "CL:1001320", + "CL:1000311", + "CL:0002484", + "CL:0000326", + "CL:0001055", + "CL:0000750", + "CL:4042013", + "CL:1000443", + "CL:0000709", + "CL:0000083", + "CL:4030047", + "CL:0000007", + "CL:0008026", + "CL:0002486", + "CL:0009083", + "CL:0002213", + "CL:2000038", + "CL:0003013", + "CL:1000445", + "CL:4033033", + "CL:0000825", + "CL:1000495", + "CL:2000068", + "CL:0004228", + "CL:1001607", + "CL:4028003", + "CL:0000247", + "CL:0005006", + "CL:0002061", + "CL:0002580", + "CL:0002229", + "CL:1001064", + "CL:4030021", + "CL:0000846", + "CL:0002469", + "CL:1000466", + "CL:0005013", + "CL:0000176", + "CL:0009050", + "CL:1000305", + "CL:0002003", + "CL:0002164", + "CL:0002135", + "CL:4023027", + "CL:0000179", + "CL:0002082", + "CL:0000094", + "CL:0003038", + "CL:0002369", + "CL:1000716", + "CL:0000970", + "CL:0003002", + "CL:0000454", + "CL:0002561", + "CL:0000477", + "CL:0000674", + "CL:0003029", + "CL:4023162", + "CL:1001599", + "CL:1001577", + "CL:0008009", + "CL:0003030", + "CL:0003022", + "CL:0002101", + "CL:0009032", + "CL:1001138", + "CL:0002461", + "CL:0000635", + "CL:0002366", + "CL:0002441", + "CL:0002079", + "CL:0002655", + "CL:4033036", + "CL:0002255", + "CL:0002553", + "CL:0002476", + "CL:0002568", + "CL:0017001", + "CL:0002071", + "CL:4030010", + "CL:0000869", + "CL:0000903", + "CL:4023069", + "CL:0002226", + "CL:0000448", + "CL:0000630", + "CL:0002585", + "CL:0000976", + "CL:0008006", + "CL:0002487", + "CL:1000547", + "CL:0001202", + "CL:4023071", + "CL:0011006", + "CL:0002134", + "CL:0002500", + "CL:0000666", + "CL:0002663", + "CL:0000329", + "CL:0000494", + "CL:0002277", + "CL:0002010", + "CL:0002161", + "CL:0002231", + "CL:4030014", + "CL:1000334", + "CL:1001045", + "CL:0002015", + "CL:1001588", + "CL:0002193", + "CL:0001658", + "CL:0002169", + "CL:0002405", + "CL:1000768", + "CL:4030052", + "CL:0001066", + "CL:4023011", + "CL:1000415", + "CL:4033009", + "CL:0009085", + "CL:0004137", + "CL:1000615", + "CL:1000477", + "CL:0002158", + "CL:0000967", + "CL:0010012", + "CL:1000703", + "CL:0004240", + "CL:0000726", + "CL:4023003", + "CL:0000915", + "CL:0000434", + "CL:0002444", + "CL:0002234", + "CL:4030063", + "CL:0000324", + "CL:1000492", + "CL:0000627", + "CL:0002617", + "CL:0001001", + "CL:0011023", + "CL:2000005", + "CL:0000105", + "CL:2000066", + "CL:0000877", + "CL:0002343", + "CL:1000217", + "CL:1000354", + "CL:0000345", + "CL:0000322", + "CL:2000045", + "CL:0000887", + "CL:0000465", + "CL:0002356", + "CL:1000330", + "CL:0002285", + "CL:0017004", + "CL:0002043", + "CL:0001047", + "CL:1000468", + "CL:0000459", + "CL:0000765", + "CL:1000340", + "CL:4033034", + "CL:0002171", + "CL:0000318", + "CL:0002005", + "CL:0002377", + "CL:0009047", + "CL:0002309", + "CL:0000412", + "CL:1000412", + "CL:0002049", + "CL:0000034", + "CL:0002325", + "CL:2000004", + "CL:0002330", + "CL:0002400", + "CL:4023001", + "CL:2000022", + "CL:4030061", + "CL:0000879", + "CL:4023052", + "CL:0000800", + "CL:0002566", + "CL:0002216", + "CL:0000808", + "CL:4042003", + "CL:0000673", + "CL:2000034", + "CL:0000143", + "CL:0000625", + "CL:1000693", + "CL:0000567", + "CL:1001597", + "CL:1000223", + "CL:0000445", + "CL:4023089", + "CL:1000696", + "CL:1000314", + "CL:0004237", + "CL:1000479", + "CL:0007004", + "CL:4030042", + "CL:0000354", + "CL:0000793", + "CL:1000362", + "CL:0002339", + "CL:0002247", + "CL:0002211", + "CL:0000655", + "CL:4023015", + "CL:0000814", + "CL:0002298", + "CL:0000011", + "CL:0000669", + "CL:0000125", + "CL:1000453", + "CL:0002028", + "CL:0000222", + "CL:0002397", + "CL:1000618", + "CL:0002634", + "CL:4033040", + "CL:0011003", + "CL:0002459", + "CL:0002237", + "CL:0002521", + "CL:0002244", + "CL:0000498", + "CL:0002547", + "CL:0002579", + "CL:0000213", + "CL:0017002", + "CL:0002421", + "CL:4033057", + "CL:1001016", + "CL:0002109", + "CL:1000274", + "CL:0000591", + "CL:0000699", + "CL:0002644", + "CL:0000319", + "CL:0002137", + "CL:0000413", + "CL:0000100", + "CL:0000490", + "CL:0002628", + "CL:0000933", + "CL:0000679", + "CL:0002572", + "CL:0010022", + "CL:0004239", + "CL:0005001", + "CL:0000691", + "CL:2000015", + "CL:0002586", + "CL:0000453", + "CL:0002222", + "CL:0000770", + "CL:0000823", + "CL:0005018", + "CL:1000378", + "CL:0002536", + "CL:0000758", + "CL:2000036", + "CL:0002610", + "CL:4023031", + "CL:0002145", + "CL:0000965", + "CL:1000494", + "CL:0011115", + "CL:0002527", + "CL:0009113", + "CL:0009012", + "CL:0000628", + "CL:0000712", + "CL:0000099", + "CL:4023024", + "CL:4023095", + "CL:0000639", + "CL:0000385", + "CL:0000359", + "CL:0002619", + "CL:0009107", + "CL:0002175", + "CL:4023045", + "CL:4033023", + "CL:4033015", + "CL:0000528", + "CL:0000402", + "CL:0002104", + "CL:0002032", + "CL:0002605", + "CL:0011114", + "CL:0001000", + "CL:0002021", + "CL:0007022", + "CL:2000030", + "CL:0002081", + "CL:0000138", + "CL:0000943", + "CL:0004234", + "CL:0000119", + "CL:1000339", + "CL:0000959", + "CL:0010005", + "CL:0002020", + "CL:4023058", + "CL:0010002", + "CL:0009064", + "CL:4033004", + "CL:0000449", + "CL:0000689", + "CL:0002334", + "CL:1000596", + "CL:0000343", + "CL:4023077", + "CL:0002316", + "CL:1000351", + "CL:0000517", + "CL:0000047", + "CL:0009001", + "CL:0002674", + "CL:0019002", + "CL:0002001", + "CL:0002163", + "CL:0009053", + "CL:0000411", + "CL:0005020", + "CL:0000785", + "CL:0008016", + "CL:0002438", + "CL:0002328", + "CL:0000253", + "CL:0004220", + "CL:0000075", + "CL:0002555", + "CL:0000379", + "CL:0000108", + "CL:0004226", + "CL:4033060", + "CL:0002019", + "CL:0000232", + "CL:0000704", + "CL:0011008", + "CL:1000303", + "CL:0000018", + "CL:0009088", + "CL:0008034", + "CL:1001611", + "CL:0009020", + "CL:2000061", + "CL:0000207", + "CL:0002117", + "CL:0000371", + "CL:0002174", + "CL:0001015", + "CL:0000848", + "CL:1001502", + "CL:4042007", + "CL:0010007", + "CL:0008018", + "CL:0002097", + "CL:1000410", + "CL:0008033", + "CL:0000209", + "CL:0003018", + "CL:0000027", + "CL:0002170", + "CL:0002262", + "CL:0000796", + "CL:0007017", + "CL:0002668", + "CL:1000470", + "CL:0000682", + "CL:0005026", + "CL:0011011", + "CL:0005015", + "CL:0000954", + "CL:0000972", + "CL:0000789", + "CL:0009019", + "CL:0017011", + "CL:0000904", + "CL:0004139", + "CL:0009016", + "CL:4023087", + "CL:0000840", + "CL:0008049", + "CL:0002473", + "CL:0010009", + "CL:0002206", + "CL:0000287", + "CL:0009063", + "CL:0002370", + "CL:0000851", + "CL:0000701", + "CL:1001595", + "CL:4030026", + "CL:0000456", + "CL:0002449", + "CL:0000742", + "CL:1000385", + "CL:0002327", + "CL:0002013", + "CL:0002361", + "CL:1000082", + "CL:1001581", + "CL:1000302", + "CL:0003032", + "CL:0002502", + "CL:4023022", + "CL:0019028", + "CL:0000803", + "CL:0002335", + "CL:0004223", + "CL:0000484", + "CL:1001579", + "CL:0002653", + "CL:0002340", + "CL:0002258", + "CL:0002414", + "CL:4030059", + "CL:1000706", + "CL:4030015", + "CL:0000310", + "CL:0002679", + "CL:0002080", + "CL:0003005", + "CL:0000974", + "CL:0000133", + "CL:0002468", + "CL:0002177", + "CL:4030050", + "CL:0000300", + "CL:2000092", + "CL:4033061", + "CL:0000656", + "CL:0000150", + "CL:0000549", + "CL:0000902", + "CL:0000944", + "CL:0002544", + "CL:0000833", + "CL:4023122", + "CL:0000158", + "CL:0003043", + "CL:0002613", + "CL:0008003", + "CL:4023061", + "CL:0002227", + "CL:1000449", + "CL:0009002", + "CL:1000427", + "CL:0008020", + "CL:0000546", + "CL:0000914", + "CL:0001002", + "CL:0000159", + "CL:0002385", + "CL:0000928", + "CL:0001062", + "CL:1001108", + "CL:0002092", + "CL:2000018", + "CL:0009089", + "CL:1001592", + "CL:0002590", + "CL:0000113", + "CL:0000203", + "CL:0002563", + "CL:0002403", + "CL:0002611", + "CL:4030008", + "CL:0009091", + "CL:0000806", + "CL:4023076", + "CL:0000392", + "CL:4023187", + "CL:0000874", + "CL:1000435", + "CL:1000717", + "CL:0000239", + "CL:0000511", + "CL:4030039", + "CL:0000550", + "CL:0000525", + "CL:0019003", + "CL:0000438", + "CL:0000052", + "CL:0000981", + "CL:4023066", + "CL:0011101", + "CL:4033031", + "CL:0000151", + "CL:1000374", + "CL:0000542", + "CL:4030011", + "CL:0000540", + "CL:0000580", + "CL:0001009", + "CL:0000588", + "CL:0011014", + "CL:4033042", + "CL:0000816", + "CL:0000558", + "CL:0000778", + "CL:0000500", + "CL:0009030", + "CL:0008017", + "CL:4023159", + "CL:0002504", + "CL:0000690", + "CL:0002317", + "CL:2000079", + "CL:4023120", + "CL:0002629", + "CL:0017009", + "CL:0000573", + "CL:1000313", + "CL:0002253", + "CL:0019029", + "CL:0000648", + "CL:0000870", + "CL:1000236", + "CL:0001069", + "CL:0002084", + "CL:1000367", + "CL:4029001", + "CL:4033000", + "CL:0002658", + "CL:0000565", + "CL:0001033", + "CL:0000479", + "CL:0002508", + "CL:0000141", + "CL:0002592", + "CL:1001131", + "CL:0000849", + "CL:0009109", + "CL:4030023", + "CL:0004247", + "CL:0000091", + "CL:0000122", + "CL:0000741", + "CL:1001005", + "CL:0001023", + "CL:0000065", + "CL:2000089", + "CL:1000505", + "CL:0002178", + "CL:0003008", + "CL:0002209", + "CL:4023006", + "CL:0000754", + "CL:0000841", + "CL:0000175", + "CL:0004120", + "CL:0002424", + "CL:0000865", + "CL:1000600", + "CL:1000321", + "CL:0002063", + "CL:4023097", + "CL:0002198", + "CL:4030007", + "CL:4023161", + "CL:0000218", + "CL:0000021", + "CL:0000064", + "CL:1000352", + "CL:1000417", + "CL:0000167", + "CL:2000069", + "CL:0002040", + "CL:4030018", + "CL:0004231", + "CL:0000054", + "CL:0000532", + "CL:1000500", + "CL:0000830", + "CL:4023171", + "CL:0000114", + "CL:0000622", + "CL:0002429", + "CL:0001067", + "CL:0002047", + "CL:0007013", + "CL:0002638", + "CL:0000646", + "CL:1000484", + "CL:1000892", + "CL:0002172", + "CL:0000228", + "CL:0000174", + "CL:0002212", + "CL:1000380", + "CL:1000438", + "CL:4023094", + "CL:0002066", + "CL:0009084", + "CL:2000023", + "CL:0004229", + "CL:0002676", + "CL:0002091", + "CL:0001064", + "CL:0000615", + "CL:0005007", + "CL:0001012", + "CL:1000346", + "CL:0000061", + "CL:0000687", + "CL:0000148", + "CL:1000370", + "CL:0002372", + "CL:0000430", + "CL:0009026", + "CL:1001569", + "CL:0002386", + "CL:0002299", + "CL:0000383", + "CL:0002127", + "CL:0003044", + "CL:1000444", + "CL:0002195", + "CL:0003050", + "CL:0000873", + "CL:0002589", + "CL:0009037", + "CL:0005022", + "CL:0002099", + "CL:0002431", + "CL:0000242", + "CL:0000829", + "CL:0003047", + "CL:1000546", + "CL:0000464", + "CL:0002413", + "CL:0002515", + "CL:0002492", + "CL:0002073", + "CL:1000377", + "CL:1000155", + "CL:0003036", + "CL:1000742", + "CL:0001025", + "CL:0004183", + "CL:1000288", + "CL:0002510", + "CL:0002494", + "CL:2000070", + "CL:0002131", + "CL:0001073", + "CL:4023050", + "CL:0002426", + "CL:0002167", + "CL:1000001", + "CL:0000604", + "CL:0009057", + "CL:0000702", + "CL:0003037", + "CL:4023107", + "CL:0002057", + "CL:4033032", + "CL:4033005", + "CL:0000917", + "CL:0011013", + "CL:0000821", + "CL:0000973", + "CL:0000671", + "CL:1000359", + "CL:1000320", + "CL:0000657", + "CL:0000705", + "CL:0002601", + "CL:0000598", + "CL:0000327", + "CL:1000471", + "CL:1000310", + "CL:4032000", + "CL:0000016", + "CL:0002645", + "CL:0015000", + "CL:1001099", + "CL:2000029", + "CL:0000733", + "CL:4033021", + "CL:0002462", + "CL:0000596", + "CL:0009070", + "CL:2000054", + "CL:4030034", + "CL:0002033", + "CL:0004119", + "CL:0000360", + "CL:0000515", + "CL:2000056", + "CL:0007020", + "CL:0002018", + "CL:2000081", + "CL:4023068", + "CL:1001216", + "CL:0000000", + "CL:1000364", + "CL:0000238", + "CL:0003040", + "CL:0009023", + "CL:0000593", + "CL:0002447", + "CL:1000411", + "CL:0000420", + "CL:1000375", + "CL:0000834", + "CL:0000994", + "CL:0002268", + "CL:0000880", + "CL:0002168", + "CL:0002100", + "CL:0000351", + "CL:0002271", + "CL:0000896", + "CL:0000095", + "CL:0002208", + "CL:0004246", + "CL:0002491", + "CL:0000508", + "CL:0002660", + "CL:4023113", + "CL:0001010", + "CL:4023014", + "CL:0002214", + "CL:0000378", + "CL:1000491", + "CL:0001007", + "CL:0000612", + "CL:0002136", + "CL:0008047", + "CL:0002056", + "CL:0002442", + "CL:0002058", + "CL:0010020", + "CL:0002238", + "CL:0000440", + "CL:1000469", + "CL:1000222", + "CL:0000164", + "CL:4023051", + "CL:1000331", + "CL:0000092", + "CL:0002565", + "CL:0000895", + "CL:0001075", + "CL:0001200", + "CL:0002188", + "CL:0003026", + "CL:0002499", + "CL:0000786", + "CL:0000983", + "CL:0000760", + "CL:0000447", + "CL:0002263", + "CL:0002288", + "CL:2000053", + "CL:0002671", + "CL:0000912", + "CL:0002187", + "CL:0000692", + "CL:0000193", + "CL:0002301", + "CL:0001014", + "CL:0002346", + "CL:0000495", + "CL:0011016", + "CL:0005004", + "CL:4030024", + "CL:0000769", + "CL:2000028", + "CL:0002389", + "CL:0002260", + "CL:0000171", + "CL:0000323", + "CL:0008007", + "CL:0002432", + "CL:0000979", + "CL:0001024", + "CL:0000899", + "CL:0000076", + "CL:0001078", + "CL:0001060", + "CL:0007002", + "CL:0008000", + "CL:0002621", + "CL:1001601", + "CL:0002637", + "CL:2000039", + "CL:1000306", + "CL:0001203", + "CL:1000467", + "CL:0000888", + "CL:0000050", + "CL:0002191", + "CL:0010010", + "CL:0000436", + "CL:0011109", + "CL:0001068", + "CL:0002286", + "CL:0000132", + "CL:2000087", + "CL:2000097", + "CL:0003003", + "CL:0000492", + "CL:1000452", + "CL:0000510", + "CL:0002232", + "CL:4023115", + "CL:0002041", + "CL:0000661", + "CL:2000064", + "CL:0002573", + "CL:0000779", + "CL:1000277", + "CL:0000487", + "CL:0000559", + "CL:0000920", + "CL:0000562", + "CL:0003012", + "CL:0008008", + "CL:0002480", + "CL:4030040", + "CL:4023023", + "CL:0011104", + "CL:0000918", + "CL:0000938", + "CL:4023130", + "CL:4030051", + "CL:0002111", + "CL:1000349", + "CL:4033050", + "CL:0000927", + "CL:0011026", + "CL:0002529", + "CL:0000623", + "CL:0000791", + "CL:1000073", + "CL:0000317", + "CL:0000953", + "CL:1000548", + "CL:1000483", + "CL:0001070", + "CL:0003051", + "CL:0011005", + "CL:0002055", + "CL:1000715", + "CL:0002324", + "CL:0002378", + "CL:1000384", + "CL:3000003", + "CL:4042004", + "CL:0003023", + "CL:0002396", + "CL:1000697", + "CL:0000306", + "CL:0002264", + "CL:4023040" + ], "title": "CellTypeEnum", "type": "string" }, diff --git a/project/jsonschema/CAP_schema.schema.json b/project/jsonschema/CAP_schema.schema.json index 96649a2..f21bec3 100644 --- a/project/jsonschema/CAP_schema.schema.json +++ b/project/jsonschema/CAP_schema.schema.json @@ -316,6 +316,2755 @@ }, "CellTypeEnum": { "description": "", + "enum": [ + "CL:0019019", + "CL:0011105", + "CL:0000057", + "CL:0002656", + "CL:0002224", + "CL:4030031", + "CL:0002625", + "CL:1000490", + "CL:0000801", + "CL:0002116", + "CL:0000578", + "CL:0000618", + "CL:0000435", + "CL:0000654", + "CL:0002130", + "CL:0017003", + "CL:0002038", + "CL:0002311", + "CL:0000722", + "CL:0000059", + "CL:0000160", + "CL:0002680", + "CL:0002382", + "CL:0002027", + "CL:4033024", + "CL:0010017", + "CL:0000815", + "CL:0002319", + "CL:0011113", + "CL:0000662", + "CL:0002292", + "CL:0000067", + "CL:0002181", + "CL:0004214", + "CL:0000594", + "CL:0002520", + "CL:0002627", + "CL:0004225", + "CL:0002422", + "CL:0000570", + "CL:0000599", + "CL:0002570", + "CL:0000499", + "CL:0000077", + "CL:1000337", + "CL:0002283", + "CL:0002457", + "CL:0002556", + "CL:0002155", + "CL:0002406", + "CL:0001072", + "CL:0009035", + "CL:0000473", + "CL:0000109", + "CL:0000518", + "CL:4023010", + "CL:1001428", + "CL:4033014", + "CL:0000212", + "CL:0000611", + "CL:1000597", + "CL:0000198", + "CL:0002622", + "CL:0000759", + "CL:0002342", + "CL:0000357", + "CL:1000368", + "CL:0005025", + "CL:1000279", + "CL:0002140", + "CL:1000376", + "CL:2000085", + "CL:0000775", + "CL:0000748", + "CL:0002026", + "CL:0002451", + "CL:0002404", + "CL:0002243", + "CL:0002546", + "CL:0002493", + "CL:1001124", + "CL:0000112", + "CL:4023123", + "CL:0000352", + "CL:1001109", + "CL:2000095", + "CL:4033056", + "CL:0002280", + "CL:1000465", + "CL:0000889", + "CL:0002008", + "CL:4030033", + "CL:0000632", + "CL:0000342", + "CL:0000832", + "CL:4042008", + "CL:1001451", + "CL:0002607", + "CL:4033062", + "CL:1000437", + "CL:0011106", + "CL:1000312", + "CL:1000327", + "CL:0008048", + "CL:0000857", + "CL:1000239", + "CL:0002329", + "CL:0004230", + "CL:0002144", + "CL:1001021", + "CL:0008010", + "CL:0002118", + "CL:4023064", + "CL:0000878", + "CL:0009051", + "CL:0019001", + "CL:1001100", + "CL:0002571", + "CL:0008035", + "CL:0003045", + "CL:0002666", + "CL:4023044", + "CL:0002085", + "CL:1001142", + "CL:0002661", + "CL:0000146", + "CL:0002089", + "CL:0000507", + "CL:0000246", + "CL:0002016", + "CL:0002526", + "CL:0002514", + "CL:0011102", + "CL:0004232", + "CL:0001006", + "CL:0009081", + "CL:0008004", + "CL:1001582", + "CL:1000350", + "CL:0000416", + "CL:0000199", + "CL:0000208", + "CL:1000271", + "CL:0000421", + "CL:2000043", + "CL:0002606", + "CL:0000214", + "CL:0000605", + "CL:0001087", + "CL:0002096", + "CL:1000493", + "CL:0002478", + "CL:4033013", + "CL:4033048", + "CL:1000428", + "CL:4030013", + "CL:0000019", + "CL:0002228", + "CL:4028006", + "CL:0002129", + "CL:0001021", + "CL:1001610", + "CL:1000909", + "CL:0000410", + "CL:4023025", + "CL:0000130", + "CL:0000864", + "CL:0000048", + "CL:0002357", + "CL:0002560", + "CL:0000964", + "CL:0009005", + "CL:0000483", + "CL:0000185", + "CL:0000956", + "CL:4030049", + "CL:0002326", + "CL:0000028", + "CL:0000847", + "CL:1000323", + "CL:0010006", + "CL:4033018", + "CL:1000182", + "CL:0000233", + "CL:1001567", + "CL:0000443", + "CL:0000474", + "CL:4023168", + "CL:0000204", + "CL:1000478", + "CL:0000557", + "CL:0002456", + "CL:0000501", + "CL:4023075", + "CL:0002278", + "CL:4033045", + "CL:1001576", + "CL:1001435", + "CL:0002681", + "CL:0002083", + "CL:1001123", + "CL:0009095", + "CL:0001052", + "CL:1000304", + "CL:0002165", + "CL:1000418", + "CL:0002489", + "CL:0002270", + "CL:4023189", + "CL:0003042", + "CL:0000901", + "CL:0002107", + "CL:1000472", + "CL:0005011", + "CL:0000929", + "CL:4023007", + "CL:0009049", + "CL:0000188", + "CL:2000093", + "CL:1001474", + "CL:1000414", + "CL:1001318", + "CL:0000777", + "CL:0002103", + "CL:1001580", + "CL:0000020", + "CL:0002530", + "CL:0000708", + "CL:4023046", + "CL:0000659", + "CL:4023158", + "CL:1001433", + "CL:4042009", + "CL:0002667", + "CL:0000489", + "CL:0000962", + "CL:0000743", + "CL:0000545", + "CL:0000603", + "CL:1000458", + "CL:0000037", + "CL:0000711", + "CL:0007019", + "CL:0002651", + "CL:4033063", + "CL:0010013", + "CL:0000752", + "CL:0009111", + "CL:0002384", + "CL:0000102", + "CL:4023055", + "CL:0002205", + "CL:0002251", + "CL:4033006", + "CL:0000667", + "CL:0000157", + "CL:0002235", + "CL:0009011", + "CL:1000504", + "CL:4006001", + "CL:0000241", + "CL:0000463", + "CL:0001063", + "CL:0010000", + "CL:0002465", + "CL:0000719", + "CL:4023036", + "CL:4023110", + "CL:2000048", + "CL:0000388", + "CL:0000826", + "CL:0000106", + "CL:0000589", + "CL:1001593", + "CL:1000473", + "CL:0002562", + "CL:2000008", + "CL:0002210", + "CL:0002509", + "CL:0002154", + "CL:0000341", + "CL:0000581", + "CL:0002337", + "CL:4030016", + "CL:4030019", + "CL:4023121", + "CL:0000824", + "CL:2000011", + "CL:1001225", + "CL:0000010", + "CL:0009079", + "CL:0011015", + "CL:0002482", + "CL:1000329", + "CL:4023004", + "CL:1000447", + "CL:0001061", + "CL:0000460", + "CL:1001068", + "CL:0000098", + "CL:0000935", + "CL:0009043", + "CL:0004244", + "CL:1000448", + "CL:0001059", + "CL:0000945", + "CL:0001057", + "CL:1001224", + "CL:0005005", + "CL:0000649", + "CL:2000025", + "CL:0000996", + "CL:4023169", + "CL:0000989", + "CL:0002373", + "CL:4030057", + "CL:0000597", + "CL:0002108", + "CL:0001049", + "CL:0002407", + "CL:0000552", + "CL:0000980", + "CL:0002598", + "CL:0001034", + "CL:1001006", + "CL:2000037", + "CL:1000326", + "CL:4033030", + "CL:0002318", + "CL:0000919", + "CL:0002341", + "CL:0000638", + "CL:1000854", + "CL:1000123", + "CL:1001214", + "CL:0000031", + "CL:0000312", + "CL:4023059", + "CL:0000432", + "CL:0000129", + "CL:0002310", + "CL:2000001", + "CL:0008046", + "CL:0000636", + "CL:1000695", + "CL:0002554", + "CL:0000056", + "CL:0009004", + "CL:2000014", + "CL:1000042", + "CL:0000039", + "CL:4030064", + "CL:0002597", + "CL:0000365", + "CL:0000555", + "CL:0000621", + "CL:0008037", + "CL:0003035", + "CL:0000586", + "CL:0002291", + "CL:1001585", + "CL:0000029", + "CL:0002574", + "CL:0002541", + "CL:0000885", + "CL:0000937", + "CL:0002173", + "CL:4040006", + "CL:2000088", + "CL:0000811", + "CL:0005023", + "CL:0002336", + "CL:0009097", + "CL:0000946", + "CL:4033038", + "CL:0000120", + "CL:4023009", + "CL:0002233", + "CL:0000647", + "CL:0000977", + "CL:0000078", + "CL:0002106", + "CL:0002387", + "CL:0002219", + "CL:4030036", + "CL:0002516", + "CL:0002636", + "CL:0001039", + "CL:0002588", + "CL:1000398", + "CL:4033017", + "CL:0000861", + "CL:0000372", + "CL:0000753", + "CL:0000066", + "CL:1000681", + "CL:0000819", + "CL:0000221", + "CL:0000842", + "CL:0001031", + "CL:0000097", + "CL:0000408", + "CL:0002204", + "CL:0004215", + "CL:0000110", + "CL:2000040", + "CL:1000454", + "CL:0000822", + "CL:0000925", + "CL:0002218", + "CL:0002412", + "CL:0004124", + "CL:4023039", + "CL:0000584", + "CL:2000024", + "CL:0000023", + "CL:0009008", + "CL:4023163", + "CL:0000893", + "CL:0011000", + "CL:0000602", + "CL:0000211", + "CL:0017006", + "CL:1000507", + "CL:0000766", + "CL:0000362", + "CL:0000022", + "CL:1000891", + "CL:1000391", + "CL:0002631", + "CL:0000941", + "CL:0000240", + "CL:1000358", + "CL:0001050", + "CL:0002528", + "CL:0002303", + "CL:0002445", + "CL:0000033", + "CL:1000486", + "CL:0000839", + "CL:0003016", + "CL:2000080", + "CL:0000898", + "CL:0002113", + "CL:0009038", + "CL:0000051", + "CL:0000060", + "CL:0000720", + "CL:0000123", + "CL:1000347", + "CL:0000149", + "CL:0009106", + "CL:1000360", + "CL:0000613", + "CL:4033055", + "CL:0009074", + "CL:0000688", + "CL:0000991", + "CL:0000790", + "CL:1000191", + "CL:0000710", + "CL:0002153", + "CL:0005002", + "CL:0001013", + "CL:0009017", + "CL:0008040", + "CL:0002110", + "CL:0000255", + "CL:1000612", + "CL:3000001", + "CL:0002274", + "CL:0002048", + "CL:0000761", + "CL:0001019", + "CL:0002269", + "CL:0009009", + "CL:0010016", + "CL:1001603", + "CL:0004217", + "CL:0001040", + "CL:0002669", + "CL:0000205", + "CL:0002294", + "CL:1000345", + "CL:0009077", + "CL:0001201", + "CL:0002600", + "CL:4023030", + "CL:0000361", + "CL:0019022", + "CL:4023170", + "CL:0002475", + "CL:0000677", + "CL:0002017", + "CL:0000680", + "CL:0003011", + "CL:1000363", + "CL:0002220", + "CL:4023108", + "CL:0010014", + "CL:0000315", + "CL:0000155", + "CL:0009022", + "CL:0001022", + "CL:1000289", + "CL:0002076", + "CL:0001005", + "CL:0001080", + "CL:0003024", + "CL:0002448", + "CL:0009061", + "CL:0000486", + "CL:1000372", + "CL:0002352", + "CL:1000698", + "CL:1001436", + "CL:0002347", + "CL:2000035", + "CL:0009069", + "CL:0002281", + "CL:0009115", + "CL:0002604", + "CL:0000534", + "CL:0002256", + "CL:0002599", + "CL:0002620", + "CL:0000082", + "CL:0002321", + "CL:0009033", + "CL:0002289", + "CL:0009058", + "CL:0000336", + "CL:4040003", + "CL:4030006", + "CL:0000653", + "CL:0009066", + "CL:4023081", + "CL:1000280", + "CL:2000019", + "CL:0002064", + "CL:0000703", + "CL:1000456", + "CL:0000293", + "CL:4029003", + "CL:0002207", + "CL:0000173", + "CL:0004116", + "CL:0002518", + "CL:0002147", + "CL:0009025", + "CL:0000745", + "CL:4023181", + "CL:0002123", + "CL:0002450", + "CL:0002093", + "CL:0002060", + "CL:0002142", + "CL:4023114", + "CL:0002287", + "CL:0000502", + "CL:0011007", + "CL:0009054", + "CL:0000026", + "CL:0009092", + "CL:0002348", + "CL:0001028", + "CL:4033012", + "CL:1000245", + "CL:0002458", + "CL:0000780", + "CL:1001217", + "CL:1000309", + "CL:4033025", + "CL:0000309", + "CL:0002659", + "CL:0000982", + "CL:4023160", + "CL:0000969", + "CL:0001020", + "CL:2000055", + "CL:0002267", + "CL:0000553", + "CL:0000651", + "CL:4023013", + "CL:2000027", + "CL:0002401", + "CL:0002094", + "CL:0007001", + "CL:0002279", + "CL:0000858", + "CL:2000044", + "CL:0002531", + "CL:0002358", + "CL:0002430", + "CL:4030067", + "CL:0002411", + "CL:0008028", + "CL:0000894", + "CL:4023047", + "CL:0000985", + "CL:0002538", + "CL:0002557", + "CL:0009112", + "CL:0000921", + "CL:0002160", + "CL:0002300", + "CL:0009007", + "CL:0000768", + "CL:0000036", + "CL:0000693", + "CL:0002295", + "CL:0002388", + "CL:0000909", + "CL:0019020", + "CL:4023074", + "CL:4023109", + "CL:0013000", + "CL:0000583", + "CL:0000694", + "CL:0002050", + "CL:0003027", + "CL:0001044", + "CL:0000348", + "CL:0000001", + "CL:0002640", + "CL:1001430", + "CL:1000085", + "CL:4030025", + "CL:0011017", + "CL:0000990", + "CL:0010021", + "CL:0000509", + "CL:0009068", + "CL:0000131", + "CL:4023124", + "CL:0002105", + "CL:0002112", + "CL:1000333", + "CL:1000714", + "CL:0000165", + "CL:0002602", + "CL:2000096", + "CL:0002596", + "CL:0002564", + "CL:0000563", + "CL:0002045", + "CL:2000000", + "CL:0000313", + "CL:1000457", + "CL:0000560", + "CL:0004245", + "CL:0000813", + "CL:0011100", + "CL:0002513", + "CL:4023125", + "CL:0001076", + "CL:0000897", + "CL:4033051", + "CL:0002677", + "CL:0002250", + "CL:2000051", + "CL:0000172", + "CL:0000641", + "CL:4042006", + "CL:0004241", + "CL:0008002", + "CL:4023028", + "CL:4030032", + "CL:0011110", + "CL:0011030", + "CL:1000383", + "CL:0000571", + "CL:0002583", + "CL:0000735", + "CL:0000762", + "CL:1000850", + "CL:0000311", + "CL:0000128", + "CL:1000322", + "CL:0000569", + "CL:1000365", + "CL:0000629", + "CL:0000751", + "CL:0000219", + "CL:2000052", + "CL:0002068", + "CL:0000373", + "CL:1000550", + "CL:0002490", + "CL:4023093", + "CL:0002192", + "CL:3000002", + "CL:0007016", + "CL:0000883", + "CL:1000284", + "CL:0002039", + "CL:0000307", + "CL:1000373", + "CL:0007003", + "CL:0011025", + "CL:0002307", + "CL:1001286", + "CL:0000072", + "CL:0000183", + "CL:0002248", + "CL:4033052", + "CL:0002126", + "CL:0002523", + "CL:1000409", + "CL:0000425", + "CL:0000237", + "CL:0004250", + "CL:0002517", + "CL:0002053", + "CL:4030041", + "CL:0000911", + "CL:4030043", + "CL:4023041", + "CL:0000795", + "CL:0001077", + "CL:0009101", + "CL:1000143", + "CL:1001602", + "CL:2000016", + "CL:0000844", + "CL:0000787", + "CL:1000299", + "CL:0003001", + "CL:0001071", + "CL:0000809", + "CL:0002025", + "CL:0002323", + "CL:0008011", + "CL:0000626", + "CL:0000427", + "CL:0001026", + "CL:0000480", + "CL:0000892", + "CL:0000506", + "CL:0019018", + "CL:4033058", + "CL:0012000", + "CL:1000022", + "CL:1000488", + "CL:0002284", + "CL:0000423", + "CL:4033027", + "CL:0000154", + "CL:4042011", + "CL:0000236", + "CL:2000047", + "CL:0001079", + "CL:4033029", + "CL:0002575", + "CL:0002054", + "CL:0001030", + "CL:0002042", + "CL:1000283", + "CL:0002202", + "CL:0000225", + "CL:0002265", + "CL:0002031", + "CL:2000041", + "CL:0000069", + "CL:0002498", + "CL:0007021", + "CL:0000127", + "CL:1001608", + "CL:0002355", + "CL:0000776", + "CL:0004233", + "CL:4030056", + "CL:0000437", + "CL:0001029", + "CL:4030002", + "CL:0002481", + "CL:0002410", + "CL:1000275", + "CL:0002630", + "CL:0002024", + "CL:4030030", + "CL:4023049", + "CL:0007000", + "CL:0002223", + "CL:0004243", + "CL:1000394", + "CL:0000884", + "CL:0000358", + "CL:0008036", + "CL:1001561", + "CL:0009036", + "CL:0002626", + "CL:1001066", + "CL:0000948", + "CL:0000168", + "CL:0002273", + "CL:0000470", + "CL:0000356", + "CL:0002075", + "CL:4023005", + "CL:0000855", + "CL:0000226", + "CL:0000930", + "CL:0000678", + "CL:0000772", + "CL:0002455", + "CL:0002479", + "CL:0000068", + "CL:0011103", + "CL:0002633", + "CL:0000891", + "CL:2000033", + "CL:0000147", + "CL:0002665", + "CL:0002470", + "CL:0002594", + "CL:0004222", + "CL:0000103", + "CL:1000746", + "CL:0000377", + "CL:0002139", + "CL:0000071", + "CL:0000852", + "CL:0000723", + "CL:0002007", + "CL:0000606", + "CL:0000609", + "CL:0001053", + "CL:0000781", + "CL:0009059", + "CL:0002121", + "CL:0000747", + "CL:0011020", + "CL:4033020", + "CL:1000276", + "CL:0011028", + "CL:4030065", + "CL:2000010", + "CL:0000802", + "CL:0002115", + "CL:1001223", + "CL:0002152", + "CL:0000234", + "CL:0001081", + "CL:0000340", + "CL:0000738", + "CL:0002506", + "CL:0000396", + "CL:0000040", + "CL:4023054", + "CL:0000347", + "CL:0009048", + "CL:0000798", + "CL:1001590", + "CL:0000476", + "CL:0002293", + "CL:4033047", + "CL:0001082", + "CL:1000324", + "CL:0000535", + "CL:1001107", + "CL:0001041", + "CL:4030066", + "CL:0008031", + "CL:0002363", + "CL:0004219", + "CL:0011004", + "CL:0002149", + "CL:0000582", + "CL:0002014", + "CL:1001052", + "CL:0009103", + "CL:0000987", + "CL:0002511", + "CL:0000617", + "CL:0002464", + "CL:1000432", + "CL:1001503", + "CL:2000086", + "CL:0003010", + "CL:0002128", + "CL:0002408", + "CL:0002662", + "CL:4033066", + "CL:0000197", + "CL:0000015", + "CL:4023038", + "CL:0000900", + "CL:1001009", + "CL:0002394", + "CL:0002313", + "CL:0000006", + "CL:0000988", + "CL:0000444", + "CL:4033011", + "CL:0002673", + "CL:0009082", + "CL:4023116", + "CL:0002102", + "CL:0000782", + "CL:0004162", + "CL:1001432", + "CL:0005012", + "CL:4033008", + "CL:2000013", + "CL:0009072", + "CL:4030000", + "CL:0000576", + "CL:0005008", + "CL:4023035", + "CL:0002098", + "CL:4023065", + "CL:0000395", + "CL:0000170", + "CL:4023020", + "CL:0009013", + "CL:0001004", + "CL:0009031", + "CL:4023111", + "CL:2000077", + "CL:0002519", + "CL:0002425", + "CL:0002577", + "CL:4030028", + "CL:4030037", + "CL:0002350", + "CL:0000644", + "CL:4033041", + "CL:0007011", + "CL:0000650", + "CL:0000995", + "CL:0002525", + "CL:1000434", + "CL:0002141", + "CL:1000381", + "CL:0000189", + "CL:0007006", + "CL:4033026", + "CL:0001204", + "CL:0002296", + "CL:0003006", + "CL:0002427", + "CL:0000963", + "CL:4040002", + "CL:0002497", + "CL:0002086", + "CL:0000162", + "CL:1001033", + "CL:0000992", + "CL:2000072", + "CL:0002305", + "CL:4028001", + "CL:0002466", + "CL:0000595", + "CL:0000906", + "CL:0002639", + "CL:1000510", + "CL:0000527", + "CL:1000721", + "CL:0000633", + "CL:0002374", + "CL:1000424", + "CL:0000017", + "CL:0019017", + "CL:0000257", + "CL:1000356", + "CL:0009042", + "CL:0009027", + "CL:0008022", + "CL:1001568", + "CL:4023092", + "CL:4023018", + "CL:0000442", + "CL:0001058", + "CL:0007010", + "CL:0000574", + "CL:0011029", + "CL:1001573", + "CL:0000481", + "CL:1000691", + "CL:0005024", + "CL:0000118", + "CL:1001606", + "CL:0002641", + "CL:0011022", + "CL:0000058", + "CL:4023056", + "CL:4023188", + "CL:0000107", + "CL:0000955", + "CL:0002354", + "CL:0000936", + "CL:0000468", + "CL:0000740", + "CL:0002550", + "CL:0008038", + "CL:4033064", + "CL:0000544", + "CL:0002539", + "CL:4023033", + "CL:4033016", + "CL:0001051", + "CL:2000002", + "CL:2000007", + "CL:1001036", + "CL:1000286", + "CL:0002381", + "CL:0000867", + "CL:0002242", + "CL:0002180", + "CL:2000020", + "CL:0002558", + "CL:2000083", + "CL:0000696", + "CL:0002365", + "CL:1000332", + "CL:0002338", + "CL:0009087", + "CL:4030020", + "CL:0009041", + "CL:4033019", + "CL:0000577", + "CL:0000389", + "CL:0000136", + "CL:0019026", + "CL:4030004", + "CL:0002419", + "CL:0010001", + "CL:0000418", + "CL:0000186", + "CL:0000675", + "CL:1001575", + "CL:0011027", + "CL:0002416", + "CL:0002379", + "CL:0000386", + "CL:0000932", + "CL:0002435", + "CL:0011108", + "CL:4030048", + "CL:0000961", + "CL:0009099", + "CL:1000325", + "CL:0002184", + "CL:0000706", + "CL:0000642", + "CL:0002618", + "CL:0000024", + "CL:4040005", + "CL:0008025", + "CL:0002035", + "CL:0002559", + "CL:0000810", + "CL:0005003", + "CL:0002581", + "CL:0002533", + "CL:0002088", + "CL:4033039", + "CL:1000342", + "CL:0004125", + "CL:0002672", + "CL:0000485", + "CL:0000940", + "CL:0002240", + "CL:1000702", + "CL:0000683", + "CL:0002483", + "CL:0010011", + "CL:0009052", + "CL:0000827", + "CL:1000549", + "CL:4023008", + "CL:0002138", + "CL:1001111", + "CL:1001505", + "CL:0000619", + "CL:0000730", + "CL:0000407", + "CL:0000041", + "CL:1000839", + "CL:0002540", + "CL:0005019", + "CL:0000966", + "CL:0011032", + "CL:0004235", + "CL:0004252", + "CL:0000913", + "CL:4042001", + "CL:0019032", + "CL:0000121", + "CL:0000587", + "CL:0002306", + "CL:4033001", + "CL:0002203", + "CL:0003004", + "CL:0002006", + "CL:0000860", + "CL:0001035", + "CL:4033065", + "CL:0009105", + "CL:0000374", + "CL:1000718", + "CL:1001434", + "CL:0002375", + "CL:0017000", + "CL:0000008", + "CL:0002037", + "CL:0002344", + "CL:0009075", + "CL:0000084", + "CL:0000190", + "CL:0000116", + "CL:0002302", + "CL:4023029", + "CL:0002125", + "CL:0000767", + "CL:0000922", + "CL:0000030", + "CL:0000774", + "CL:1000441", + "CL:0000845", + "CL:1000803", + "CL:0002446", + "CL:4033067", + "CL:0000153", + "CL:0002052", + "CL:0002046", + "CL:0000670", + "CL:0000504", + "CL:0000807", + "CL:1000413", + "CL:0002312", + "CL:0002282", + "CL:2000031", + "CL:0009062", + "CL:0000397", + "CL:0002612", + "CL:0000496", + "CL:4033054", + "CL:2000090", + "CL:0000350", + "CL:0002436", + "CL:0003017", + "CL:0002179", + "CL:0000079", + "CL:0004216", + "CL:3000004", + "CL:0001056", + "CL:0000521", + "CL:0011010", + "CL:1000344", + "CL:0000249", + "CL:0002474", + "CL:0002069", + "CL:4028004", + "CL:0003025", + "CL:0009015", + "CL:0002551", + "CL:0009044", + "CL:0002503", + "CL:0017005", + "CL:0001048", + "CL:0001032", + "CL:0002157", + "CL:0000394", + "CL:4033037", + "CL:2000094", + "CL:0002051", + "CL:0000601", + "CL:0000838", + "CL:4030017", + "CL:0004224", + "CL:1000420", + "CL:0000295", + "CL:4033043", + "CL:0000202", + "CL:0009018", + "CL:2000078", + "CL:1000272", + "CL:0009034", + "CL:0000721", + "CL:0000196", + "CL:1001319", + "CL:0000339", + "CL:0000631", + "CL:0008027", + "CL:0004238", + "CL:0000035", + "CL:1001097", + "CL:1000838", + "CL:3000000", + "CL:0000881", + "CL:0002437", + "CL:0002320", + "CL:1000616", + "CL:0003015", + "CL:0002359", + "CL:0005010", + "CL:0002623", + "CL:1001516", + "CL:0000713", + "CL:0009116", + "CL:0011002", + "CL:4023080", + "CL:0009071", + "CL:0000652", + "CL:4023127", + "CL:0000862", + "CL:0000993", + "CL:0002009", + "CL:0002603", + "CL:0009060", + "CL:0002254", + "CL:0009055", + "CL:0000818", + "CL:0000998", + "CL:0001043", + "CL:0009078", + "CL:0000314", + "CL:0000608", + "CL:0000744", + "CL:0002259", + "CL:0002004", + "CL:1000433", + "CL:0004227", + "CL:4033022", + "CL:0003048", + "CL:0009080", + "CL:0002569", + "CL:0000235", + "CL:0002176", + "CL:4030005", + "CL:0000999", + "CL:0002472", + "CL:0003021", + "CL:4023000", + "CL:0002657", + "CL:0000514", + "CL:0000349", + "CL:0002190", + "CL:4030035", + "CL:0002067", + "CL:0009114", + "CL:1001517", + "CL:0000137", + "CL:0009024", + "CL:4040004", + "CL:0002367", + "CL:0002062", + "CL:0000724", + "CL:1001598", + "CL:1001589", + "CL:1000147", + "CL:0002402", + "CL:1001126", + "CL:0002608", + "CL:0002011", + "CL:4023012", + "CL:0005014", + "CL:0002249", + "CL:0002675", + "CL:0000025", + "CL:2000021", + "CL:0002120", + "CL:0008005", + "CL:0002654", + "CL:0011018", + "CL:0000660", + "CL:0000763", + "CL:0002199", + "CL:0001018", + "CL:0003009", + "CL:0000180", + "CL:0002308", + "CL:0002543", + "CL:0008032", + "CL:1000442", + "CL:0002488", + "CL:0000014", + "CL:0004242", + "CL:1000050", + "CL:1001572", + "CL:0000984", + "CL:0000104", + "CL:1001285", + "CL:1000419", + "CL:0000417", + "CL:0002146", + "CL:0002122", + "CL:0000695", + "CL:0002070", + "CL:4023083", + "CL:1000366", + "CL:0003014", + "CL:0002512", + "CL:0002595", + "CL:0002078", + "CL:0002420", + "CL:0000503", + "CL:0000908", + "CL:0002664", + "CL:4023057", + "CL:0002532", + "CL:0008001", + "CL:0000206", + "CL:2000065", + "CL:0000957", + "CL:0000986", + "CL:0000792", + "CL:0002194", + "CL:0002496", + "CL:0000600", + "CL:0000355", + "CL:1000893", + "CL:0002044", + "CL:0002246", + "CL:0009098", + "CL:1000720", + "CL:0000975", + "CL:0000367", + "CL:0009045", + "CL:0002443", + "CL:0000446", + "CL:0000561", + "CL:0002143", + "CL:0000566", + "CL:0019021", + "CL:1001145", + "CL:0008012", + "CL:0000142", + "CL:2000017", + "CL:0004115", + "CL:0000424", + "CL:0000568", + "CL:0002642", + "CL:0002349", + "CL:0002522", + "CL:0002501", + "CL:0000817", + "CL:0000429", + "CL:1001431", + "CL:0002567", + "CL:0000853", + "CL:0002217", + "CL:4023062", + "CL:1000281", + "CL:0002368", + "CL:0000749", + "CL:0002225", + "CL:4030062", + "CL:0000334", + "CL:2000006", + "CL:1000335", + "CL:1000285", + "CL:0000043", + "CL:4042005", + "CL:0003034", + "CL:1000849", + "CL:0007008", + "CL:0000457", + "CL:1000317", + "CL:0000325", + "CL:0011031", + "CL:0010003", + "CL:0002417", + "CL:0002584", + "CL:1000487", + "CL:0000338", + "CL:0002183", + "CL:0000637", + "CL:0002549", + "CL:0002257", + "CL:1000296", + "CL:4030058", + "CL:1000979", + "CL:0000939", + "CL:0000032", + "CL:0002150", + "CL:0009006", + "CL:0000579", + "CL:0000217", + "CL:0000916", + "CL:0000406", + "CL:1000405", + "CL:1000355", + "CL:0000968", + "CL:0002383", + "CL:4029002", + "CL:4023088", + "CL:4033053", + "CL:2000046", + "CL:4023072", + "CL:0002236", + "CL:0000519", + "CL:0002670", + "CL:1000480", + "CL:1000308", + "CL:0000308", + "CL:0000422", + "CL:4006000", + "CL:0000182", + "CL:0002095", + "CL:0002398", + "CL:0000335", + "CL:1000482", + "CL:0019031", + "CL:0002030", + "CL:0002582", + "CL:0002440", + "CL:1001509", + "CL:0002428", + "CL:0002453", + "CL:0000488", + "CL:1000090", + "CL:0004126", + "CL:0002159", + "CL:0000096", + "CL:0000872", + "CL:0002201", + "CL:0000244", + "CL:4033002", + "CL:1000606", + "CL:4033059", + "CL:0003039", + "CL:0000871", + "CL:0000353", + "CL:0002074", + "CL:0002614", + "CL:0000716", + "CL:0012001", + "CL:0002266", + "CL:0000126", + "CL:0002652", + "CL:0000547", + "CL:0000737", + "CL:4023042", + "CL:1001127", + "CL:0008013", + "CL:0002578", + "CL:0009086", + "CL:0000177", + "CL:0002643", + "CL:0002022", + "CL:0002632", + "CL:0000055", + "CL:0002535", + "CL:2000091", + "CL:0000251", + "CL:0001016", + "CL:1001587", + "CL:0002162", + "CL:0002576", + "CL:0000624", + "CL:0000523", + "CL:0002151", + "CL:4023090", + "CL:4023032", + "CL:1000353", + "CL:0000256", + "CL:0010004", + "CL:0003031", + "CL:2000032", + "CL:0000428", + "CL:0005000", + "CL:0000836", + "CL:1001106", + "CL:0000467", + "CL:0000431", + "CL:0002390", + "CL:4033035", + "CL:0000614", + "CL:0000080", + "CL:0002439", + "CL:4033003", + "CL:0000512", + "CL:0009029", + "CL:0000478", + "CL:0004001", + "CL:0000797", + "CL:0005021", + "CL:1000338", + "CL:0000746", + "CL:0000958", + "CL:0002433", + "CL:0000890", + "CL:0000169", + "CL:4023063", + "CL:0001003", + "CL:4033046", + "CL:0008019", + "CL:0002275", + "CL:0002548", + "CL:0000732", + "CL:4023164", + "CL:0004221", + "CL:4033028", + "CL:4030054", + "CL:0002322", + "CL:0000451", + "CL:4023016", + "CL:0009073", + "CL:1000282", + "CL:1000315", + "CL:0000536", + "CL:0011024", + "CL:0002148", + "CL:0000530", + "CL:0000439", + "CL:0002409", + "CL:1001210", + "CL:0002221", + "CL:0003020", + "CL:1000489", + "CL:0000376", + "CL:0009000", + "CL:0000757", + "CL:0002012", + "CL:0000794", + "CL:0000223", + "CL:0000134", + "CL:1000307", + "CL:0000971", + "CL:0011009", + "CL:0000462", + "CL:0001065", + "CL:0000997", + "CL:0003028", + "CL:0000854", + "CL:0002333", + "CL:0002616", + "CL:0007012", + "CL:1000083", + "CL:0002415", + "CL:2000062", + "CL:1001221", + "CL:4030053", + "CL:0001027", + "CL:4030055", + "CL:2000060", + "CL:1000682", + "CL:1000291", + "CL:0009108", + "CL:1000301", + "CL:0009065", + "CL:0000681", + "CL:0002593", + "CL:4023112", + "CL:0002023", + "CL:0000458", + "CL:0002029", + "CL:0000178", + "CL:1000804", + "CL:0000384", + "CL:1000497", + "CL:0000949", + "CL:0011019", + "CL:0000469", + "CL:4030060", + "CL:4030003", + "CL:0002471", + "CL:2000042", + "CL:0000346", + "CL:1001571", + "CL:0002463", + "CL:0000415", + "CL:0002507", + "CL:0000210", + "CL:0002036", + "CL:1000361", + "CL:0000101", + "CL:1001220", + "CL:0003033", + "CL:0002351", + "CL:0000725", + "CL:1001209", + "CL:0002002", + "CL:0000529", + "CL:0002678", + "CL:0000764", + "CL:4023060", + "CL:0009021", + "CL:2000074", + "CL:0009104", + "CL:1000397", + "CL:0001017", + "CL:0004236", + "CL:4042012", + "CL:1001591", + "CL:0000676", + "CL:2000067", + "CL:0001074", + "CL:0000843", + "CL:0002261", + "CL:0000942", + "CL:4030009", + "CL:0002362", + "CL:1000617", + "CL:0002380", + "CL:4040001", + "CL:0000163", + "CL:0000634", + "CL:0003041", + "CL:0000905", + "CL:4023128", + "CL:0000951", + "CL:0000607", + "CL:0000145", + "CL:0000805", + "CL:4030001", + "CL:0002252", + "CL:0009003", + "CL:0002197", + "CL:0007018", + "CL:0008021", + "CL:0000886", + "CL:0002241", + "CL:0000135", + "CL:0004218", + "CL:0000005", + "CL:0009093", + "CL:0000686", + "CL:0000081", + "CL:4023079", + "CL:0000907", + "CL:1001578", + "CL:0000850", + "CL:0001054", + "CL:0008015", + "CL:4033049", + "CL:0000788", + "CL:0002239", + "CL:0000513", + "CL:0000592", + "CL:4023129", + "CL:4023019", + "CL:0000404", + "CL:0002545", + "CL:0007023", + "CL:0000200", + "CL:2000076", + "CL:0000910", + "CL:0002524", + "CL:0000715", + "CL:0000875", + "CL:0002332", + "CL:0009110", + "CL:0002485", + "CL:1001135", + "CL:0002467", + "CL:0009076", + "CL:0004161", + "CL:0000380", + "CL:0000301", + "CL:4030012", + "CL:1000348", + "CL:0000441", + "CL:4023118", + "CL:4023053", + "CL:0002393", + "CL:0010015", + "CL:0002454", + "CL:1001596", + "CL:1000357", + "CL:0002133", + "CL:0007005", + "CL:0000837", + "CL:0002304", + "CL:0002395", + "CL:0000784", + "CL:0002215", + "CL:0002200", + "CL:0017010", + "CL:0000152", + "CL:1001213", + "CL:0000117", + "CL:4042010", + "CL:0000783", + "CL:0009014", + "CL:0003007", + "CL:0000931", + "CL:0009040", + "CL:0000868", + "CL:0000390", + "CL:1000425", + "CL:2000058", + "CL:4023026", + "CL:0011021", + "CL:1000382", + "CL:4023002", + "CL:2000012", + "CL:0000960", + "CL:2000059", + "CL:0002297", + "CL:0000575", + "CL:0000923", + "CL:0000482", + "CL:0002364", + "CL:0007009", + "CL:0000828", + "CL:0002114", + "CL:0000924", + "CL:1000290", + "CL:0002314", + "CL:1000287", + "CL:2000075", + "CL:0002077", + "CL:4028002", + "CL:0000187", + "CL:4040000", + "CL:1000379", + "CL:0002360", + "CL:0004117", + "CL:0004213", + "CL:1000699", + "CL:0004251", + "CL:0002505", + "CL:0001045", + "CL:0000756", + "CL:4030038", + "CL:0002272", + "CL:2000073", + "CL:1001437", + "CL:0002418", + "CL:4023021", + "CL:0000554", + "CL:4030027", + "CL:0000524", + "CL:0000516", + "CL:0002353", + "CL:0001046", + "CL:4033007", + "CL:0009039", + "CL:0002119", + "CL:0005009", + "CL:2000049", + "CL:0000799", + "CL:4033010", + "CL:0007007", + "CL:0000541", + "CL:0000564", + "CL:0000497", + "CL:0003049", + "CL:0000556", + "CL:0000876", + "CL:0002399", + "CL:4023048", + "CL:0009046", + "CL:1000298", + "CL:0008039", + "CL:0000387", + "CL:1001609", + "CL:1000601", + "CL:0000140", + "CL:0000505", + "CL:4032001", + "CL:0002434", + "CL:0000531", + "CL:1000278", + "CL:1001586", + "CL:0001008", + "CL:0002166", + "CL:0000216", + "CL:0002391", + "CL:2000084", + "CL:0011012", + "CL:0009028", + "CL:0002196", + "CL:0002072", + "CL:0002534", + "CL:0000820", + "CL:0000038", + "CL:0009094", + "CL:4042002", + "CL:0000452", + "CL:0000215", + "CL:0002376", + "CL:0002495", + "CL:0000773", + "CL:0000393", + "CL:1000450", + "CL:1001287", + "CL:0009056", + "CL:0000934", + "CL:0000771", + "CL:0003046", + "CL:4023017", + "CL:0002591", + "CL:0002423", + "CL:0000697", + "CL:0000856", + "CL:2000057", + "CL:1000436", + "CL:0000062", + "CL:2000063", + "CL:0000835", + "CL:4023086", + "CL:0002315", + "CL:0000658", + "CL:0000166", + "CL:0000419", + "CL:0000978", + "CL:1000692", + "CL:0002624", + "CL:0009096", + "CL:1000369", + "CL:4030022", + "CL:0000115", + "CL:1000426", + "CL:0004121", + "CL:1000371", + "CL:0009102", + "CL:0002635", + "CL:0002189", + "CL:0000042", + "CL:4033044", + "CL:0000520", + "CL:1000341", + "CL:0000950", + "CL:0000049", + "CL:0000831", + "CL:4023119", + "CL:0000645", + "CL:0000755", + "CL:0002290", + "CL:0000866", + "CL:0000382", + "CL:4023043", + "CL:0002132", + "CL:0000947", + "CL:0002034", + "CL:0008024", + "CL:0002552", + "CL:0000227", + "CL:2000071", + "CL:0000882", + "CL:0000551", + "CL:0000926", + "CL:0002124", + "CL:0010008", + "CL:0000731", + "CL:0009090", + "CL:0009067", + "CL:0002059", + "CL:0002460", + "CL:0000286", + "CL:4023154", + "CL:0004253", + "CL:0019015", + "CL:1001096", + "CL:0000192", + "CL:1000719", + "CL:1000343", + "CL:0000590", + "CL:0000533", + "CL:0001011", + "CL:0000718", + "CL:0000684", + "CL:4030068", + "CL:0002087", + "CL:0000952", + "CL:1000300", + "CL:0000526", + "CL:0002537", + "CL:1000481", + "CL:0002000", + "CL:0004138", + "CL:0000700", + "CL:0000863", + "CL:0002477", + "CL:0002182", + "CL:0000333", + "CL:0002345", + "CL:0002090", + "CL:0002615", + "CL:0001042", + "CL:0009010", + "CL:4030029", + "CL:1000708", + "CL:0000707", + "CL:0009100", + "CL:0011001", + "CL:0011111", + "CL:1001320", + "CL:1000311", + "CL:0002484", + "CL:0000326", + "CL:0001055", + "CL:0000750", + "CL:4042013", + "CL:1000443", + "CL:0000709", + "CL:0000083", + "CL:4030047", + "CL:0000007", + "CL:0008026", + "CL:0002486", + "CL:0009083", + "CL:0002213", + "CL:2000038", + "CL:0003013", + "CL:1000445", + "CL:4033033", + "CL:0000825", + "CL:1000495", + "CL:2000068", + "CL:0004228", + "CL:1001607", + "CL:4028003", + "CL:0000247", + "CL:0005006", + "CL:0002061", + "CL:0002580", + "CL:0002229", + "CL:1001064", + "CL:4030021", + "CL:0000846", + "CL:0002469", + "CL:1000466", + "CL:0005013", + "CL:0000176", + "CL:0009050", + "CL:1000305", + "CL:0002003", + "CL:0002164", + "CL:0002135", + "CL:4023027", + "CL:0000179", + "CL:0002082", + "CL:0000094", + "CL:0003038", + "CL:0002369", + "CL:1000716", + "CL:0000970", + "CL:0003002", + "CL:0000454", + "CL:0002561", + "CL:0000477", + "CL:0000674", + "CL:0003029", + "CL:4023162", + "CL:1001599", + "CL:1001577", + "CL:0008009", + "CL:0003030", + "CL:0003022", + "CL:0002101", + "CL:0009032", + "CL:1001138", + "CL:0002461", + "CL:0000635", + "CL:0002366", + "CL:0002441", + "CL:0002079", + "CL:0002655", + "CL:4033036", + "CL:0002255", + "CL:0002553", + "CL:0002476", + "CL:0002568", + "CL:0017001", + "CL:0002071", + "CL:4030010", + "CL:0000869", + "CL:0000903", + "CL:4023069", + "CL:0002226", + "CL:0000448", + "CL:0000630", + "CL:0002585", + "CL:0000976", + "CL:0008006", + "CL:0002487", + "CL:1000547", + "CL:0001202", + "CL:4023071", + "CL:0011006", + "CL:0002134", + "CL:0002500", + "CL:0000666", + "CL:0002663", + "CL:0000329", + "CL:0000494", + "CL:0002277", + "CL:0002010", + "CL:0002161", + "CL:0002231", + "CL:4030014", + "CL:1000334", + "CL:1001045", + "CL:0002015", + "CL:1001588", + "CL:0002193", + "CL:0001658", + "CL:0002169", + "CL:0002405", + "CL:1000768", + "CL:4030052", + "CL:0001066", + "CL:4023011", + "CL:1000415", + "CL:4033009", + "CL:0009085", + "CL:0004137", + "CL:1000615", + "CL:1000477", + "CL:0002158", + "CL:0000967", + "CL:0010012", + "CL:1000703", + "CL:0004240", + "CL:0000726", + "CL:4023003", + "CL:0000915", + "CL:0000434", + "CL:0002444", + "CL:0002234", + "CL:4030063", + "CL:0000324", + "CL:1000492", + "CL:0000627", + "CL:0002617", + "CL:0001001", + "CL:0011023", + "CL:2000005", + "CL:0000105", + "CL:2000066", + "CL:0000877", + "CL:0002343", + "CL:1000217", + "CL:1000354", + "CL:0000345", + "CL:0000322", + "CL:2000045", + "CL:0000887", + "CL:0000465", + "CL:0002356", + "CL:1000330", + "CL:0002285", + "CL:0017004", + "CL:0002043", + "CL:0001047", + "CL:1000468", + "CL:0000459", + "CL:0000765", + "CL:1000340", + "CL:4033034", + "CL:0002171", + "CL:0000318", + "CL:0002005", + "CL:0002377", + "CL:0009047", + "CL:0002309", + "CL:0000412", + "CL:1000412", + "CL:0002049", + "CL:0000034", + "CL:0002325", + "CL:2000004", + "CL:0002330", + "CL:0002400", + "CL:4023001", + "CL:2000022", + "CL:4030061", + "CL:0000879", + "CL:4023052", + "CL:0000800", + "CL:0002566", + "CL:0002216", + "CL:0000808", + "CL:4042003", + "CL:0000673", + "CL:2000034", + "CL:0000143", + "CL:0000625", + "CL:1000693", + "CL:0000567", + "CL:1001597", + "CL:1000223", + "CL:0000445", + "CL:4023089", + "CL:1000696", + "CL:1000314", + "CL:0004237", + "CL:1000479", + "CL:0007004", + "CL:4030042", + "CL:0000354", + "CL:0000793", + "CL:1000362", + "CL:0002339", + "CL:0002247", + "CL:0002211", + "CL:0000655", + "CL:4023015", + "CL:0000814", + "CL:0002298", + "CL:0000011", + "CL:0000669", + "CL:0000125", + "CL:1000453", + "CL:0002028", + "CL:0000222", + "CL:0002397", + "CL:1000618", + "CL:0002634", + "CL:4033040", + "CL:0011003", + "CL:0002459", + "CL:0002237", + "CL:0002521", + "CL:0002244", + "CL:0000498", + "CL:0002547", + "CL:0002579", + "CL:0000213", + "CL:0017002", + "CL:0002421", + "CL:4033057", + "CL:1001016", + "CL:0002109", + "CL:1000274", + "CL:0000591", + "CL:0000699", + "CL:0002644", + "CL:0000319", + "CL:0002137", + "CL:0000413", + "CL:0000100", + "CL:0000490", + "CL:0002628", + "CL:0000933", + "CL:0000679", + "CL:0002572", + "CL:0010022", + "CL:0004239", + "CL:0005001", + "CL:0000691", + "CL:2000015", + "CL:0002586", + "CL:0000453", + "CL:0002222", + "CL:0000770", + "CL:0000823", + "CL:0005018", + "CL:1000378", + "CL:0002536", + "CL:0000758", + "CL:2000036", + "CL:0002610", + "CL:4023031", + "CL:0002145", + "CL:0000965", + "CL:1000494", + "CL:0011115", + "CL:0002527", + "CL:0009113", + "CL:0009012", + "CL:0000628", + "CL:0000712", + "CL:0000099", + "CL:4023024", + "CL:4023095", + "CL:0000639", + "CL:0000385", + "CL:0000359", + "CL:0002619", + "CL:0009107", + "CL:0002175", + "CL:4023045", + "CL:4033023", + "CL:4033015", + "CL:0000528", + "CL:0000402", + "CL:0002104", + "CL:0002032", + "CL:0002605", + "CL:0011114", + "CL:0001000", + "CL:0002021", + "CL:0007022", + "CL:2000030", + "CL:0002081", + "CL:0000138", + "CL:0000943", + "CL:0004234", + "CL:0000119", + "CL:1000339", + "CL:0000959", + "CL:0010005", + "CL:0002020", + "CL:4023058", + "CL:0010002", + "CL:0009064", + "CL:4033004", + "CL:0000449", + "CL:0000689", + "CL:0002334", + "CL:1000596", + "CL:0000343", + "CL:4023077", + "CL:0002316", + "CL:1000351", + "CL:0000517", + "CL:0000047", + "CL:0009001", + "CL:0002674", + "CL:0019002", + "CL:0002001", + "CL:0002163", + "CL:0009053", + "CL:0000411", + "CL:0005020", + "CL:0000785", + "CL:0008016", + "CL:0002438", + "CL:0002328", + "CL:0000253", + "CL:0004220", + "CL:0000075", + "CL:0002555", + "CL:0000379", + "CL:0000108", + "CL:0004226", + "CL:4033060", + "CL:0002019", + "CL:0000232", + "CL:0000704", + "CL:0011008", + "CL:1000303", + "CL:0000018", + "CL:0009088", + "CL:0008034", + "CL:1001611", + "CL:0009020", + "CL:2000061", + "CL:0000207", + "CL:0002117", + "CL:0000371", + "CL:0002174", + "CL:0001015", + "CL:0000848", + "CL:1001502", + "CL:4042007", + "CL:0010007", + "CL:0008018", + "CL:0002097", + "CL:1000410", + "CL:0008033", + "CL:0000209", + "CL:0003018", + "CL:0000027", + "CL:0002170", + "CL:0002262", + "CL:0000796", + "CL:0007017", + "CL:0002668", + "CL:1000470", + "CL:0000682", + "CL:0005026", + "CL:0011011", + "CL:0005015", + "CL:0000954", + "CL:0000972", + "CL:0000789", + "CL:0009019", + "CL:0017011", + "CL:0000904", + "CL:0004139", + "CL:0009016", + "CL:4023087", + "CL:0000840", + "CL:0008049", + "CL:0002473", + "CL:0010009", + "CL:0002206", + "CL:0000287", + "CL:0009063", + "CL:0002370", + "CL:0000851", + "CL:0000701", + "CL:1001595", + "CL:4030026", + "CL:0000456", + "CL:0002449", + "CL:0000742", + "CL:1000385", + "CL:0002327", + "CL:0002013", + "CL:0002361", + "CL:1000082", + "CL:1001581", + "CL:1000302", + "CL:0003032", + "CL:0002502", + "CL:4023022", + "CL:0019028", + "CL:0000803", + "CL:0002335", + "CL:0004223", + "CL:0000484", + "CL:1001579", + "CL:0002653", + "CL:0002340", + "CL:0002258", + "CL:0002414", + "CL:4030059", + "CL:1000706", + "CL:4030015", + "CL:0000310", + "CL:0002679", + "CL:0002080", + "CL:0003005", + "CL:0000974", + "CL:0000133", + "CL:0002468", + "CL:0002177", + "CL:4030050", + "CL:0000300", + "CL:2000092", + "CL:4033061", + "CL:0000656", + "CL:0000150", + "CL:0000549", + "CL:0000902", + "CL:0000944", + "CL:0002544", + "CL:0000833", + "CL:4023122", + "CL:0000158", + "CL:0003043", + "CL:0002613", + "CL:0008003", + "CL:4023061", + "CL:0002227", + "CL:1000449", + "CL:0009002", + "CL:1000427", + "CL:0008020", + "CL:0000546", + "CL:0000914", + "CL:0001002", + "CL:0000159", + "CL:0002385", + "CL:0000928", + "CL:0001062", + "CL:1001108", + "CL:0002092", + "CL:2000018", + "CL:0009089", + "CL:1001592", + "CL:0002590", + "CL:0000113", + "CL:0000203", + "CL:0002563", + "CL:0002403", + "CL:0002611", + "CL:4030008", + "CL:0009091", + "CL:0000806", + "CL:4023076", + "CL:0000392", + "CL:4023187", + "CL:0000874", + "CL:1000435", + "CL:1000717", + "CL:0000239", + "CL:0000511", + "CL:4030039", + "CL:0000550", + "CL:0000525", + "CL:0019003", + "CL:0000438", + "CL:0000052", + "CL:0000981", + "CL:4023066", + "CL:0011101", + "CL:4033031", + "CL:0000151", + "CL:1000374", + "CL:0000542", + "CL:4030011", + "CL:0000540", + "CL:0000580", + "CL:0001009", + "CL:0000588", + "CL:0011014", + "CL:4033042", + "CL:0000816", + "CL:0000558", + "CL:0000778", + "CL:0000500", + "CL:0009030", + "CL:0008017", + "CL:4023159", + "CL:0002504", + "CL:0000690", + "CL:0002317", + "CL:2000079", + "CL:4023120", + "CL:0002629", + "CL:0017009", + "CL:0000573", + "CL:1000313", + "CL:0002253", + "CL:0019029", + "CL:0000648", + "CL:0000870", + "CL:1000236", + "CL:0001069", + "CL:0002084", + "CL:1000367", + "CL:4029001", + "CL:4033000", + "CL:0002658", + "CL:0000565", + "CL:0001033", + "CL:0000479", + "CL:0002508", + "CL:0000141", + "CL:0002592", + "CL:1001131", + "CL:0000849", + "CL:0009109", + "CL:4030023", + "CL:0004247", + "CL:0000091", + "CL:0000122", + "CL:0000741", + "CL:1001005", + "CL:0001023", + "CL:0000065", + "CL:2000089", + "CL:1000505", + "CL:0002178", + "CL:0003008", + "CL:0002209", + "CL:4023006", + "CL:0000754", + "CL:0000841", + "CL:0000175", + "CL:0004120", + "CL:0002424", + "CL:0000865", + "CL:1000600", + "CL:1000321", + "CL:0002063", + "CL:4023097", + "CL:0002198", + "CL:4030007", + "CL:4023161", + "CL:0000218", + "CL:0000021", + "CL:0000064", + "CL:1000352", + "CL:1000417", + "CL:0000167", + "CL:2000069", + "CL:0002040", + "CL:4030018", + "CL:0004231", + "CL:0000054", + "CL:0000532", + "CL:1000500", + "CL:0000830", + "CL:4023171", + "CL:0000114", + "CL:0000622", + "CL:0002429", + "CL:0001067", + "CL:0002047", + "CL:0007013", + "CL:0002638", + "CL:0000646", + "CL:1000484", + "CL:1000892", + "CL:0002172", + "CL:0000228", + "CL:0000174", + "CL:0002212", + "CL:1000380", + "CL:1000438", + "CL:4023094", + "CL:0002066", + "CL:0009084", + "CL:2000023", + "CL:0004229", + "CL:0002676", + "CL:0002091", + "CL:0001064", + "CL:0000615", + "CL:0005007", + "CL:0001012", + "CL:1000346", + "CL:0000061", + "CL:0000687", + "CL:0000148", + "CL:1000370", + "CL:0002372", + "CL:0000430", + "CL:0009026", + "CL:1001569", + "CL:0002386", + "CL:0002299", + "CL:0000383", + "CL:0002127", + "CL:0003044", + "CL:1000444", + "CL:0002195", + "CL:0003050", + "CL:0000873", + "CL:0002589", + "CL:0009037", + "CL:0005022", + "CL:0002099", + "CL:0002431", + "CL:0000242", + "CL:0000829", + "CL:0003047", + "CL:1000546", + "CL:0000464", + "CL:0002413", + "CL:0002515", + "CL:0002492", + "CL:0002073", + "CL:1000377", + "CL:1000155", + "CL:0003036", + "CL:1000742", + "CL:0001025", + "CL:0004183", + "CL:1000288", + "CL:0002510", + "CL:0002494", + "CL:2000070", + "CL:0002131", + "CL:0001073", + "CL:4023050", + "CL:0002426", + "CL:0002167", + "CL:1000001", + "CL:0000604", + "CL:0009057", + "CL:0000702", + "CL:0003037", + "CL:4023107", + "CL:0002057", + "CL:4033032", + "CL:4033005", + "CL:0000917", + "CL:0011013", + "CL:0000821", + "CL:0000973", + "CL:0000671", + "CL:1000359", + "CL:1000320", + "CL:0000657", + "CL:0000705", + "CL:0002601", + "CL:0000598", + "CL:0000327", + "CL:1000471", + "CL:1000310", + "CL:4032000", + "CL:0000016", + "CL:0002645", + "CL:0015000", + "CL:1001099", + "CL:2000029", + "CL:0000733", + "CL:4033021", + "CL:0002462", + "CL:0000596", + "CL:0009070", + "CL:2000054", + "CL:4030034", + "CL:0002033", + "CL:0004119", + "CL:0000360", + "CL:0000515", + "CL:2000056", + "CL:0007020", + "CL:0002018", + "CL:2000081", + "CL:4023068", + "CL:1001216", + "CL:0000000", + "CL:1000364", + "CL:0000238", + "CL:0003040", + "CL:0009023", + "CL:0000593", + "CL:0002447", + "CL:1000411", + "CL:0000420", + "CL:1000375", + "CL:0000834", + "CL:0000994", + "CL:0002268", + "CL:0000880", + "CL:0002168", + "CL:0002100", + "CL:0000351", + "CL:0002271", + "CL:0000896", + "CL:0000095", + "CL:0002208", + "CL:0004246", + "CL:0002491", + "CL:0000508", + "CL:0002660", + "CL:4023113", + "CL:0001010", + "CL:4023014", + "CL:0002214", + "CL:0000378", + "CL:1000491", + "CL:0001007", + "CL:0000612", + "CL:0002136", + "CL:0008047", + "CL:0002056", + "CL:0002442", + "CL:0002058", + "CL:0010020", + "CL:0002238", + "CL:0000440", + "CL:1000469", + "CL:1000222", + "CL:0000164", + "CL:4023051", + "CL:1000331", + "CL:0000092", + "CL:0002565", + "CL:0000895", + "CL:0001075", + "CL:0001200", + "CL:0002188", + "CL:0003026", + "CL:0002499", + "CL:0000786", + "CL:0000983", + "CL:0000760", + "CL:0000447", + "CL:0002263", + "CL:0002288", + "CL:2000053", + "CL:0002671", + "CL:0000912", + "CL:0002187", + "CL:0000692", + "CL:0000193", + "CL:0002301", + "CL:0001014", + "CL:0002346", + "CL:0000495", + "CL:0011016", + "CL:0005004", + "CL:4030024", + "CL:0000769", + "CL:2000028", + "CL:0002389", + "CL:0002260", + "CL:0000171", + "CL:0000323", + "CL:0008007", + "CL:0002432", + "CL:0000979", + "CL:0001024", + "CL:0000899", + "CL:0000076", + "CL:0001078", + "CL:0001060", + "CL:0007002", + "CL:0008000", + "CL:0002621", + "CL:1001601", + "CL:0002637", + "CL:2000039", + "CL:1000306", + "CL:0001203", + "CL:1000467", + "CL:0000888", + "CL:0000050", + "CL:0002191", + "CL:0010010", + "CL:0000436", + "CL:0011109", + "CL:0001068", + "CL:0002286", + "CL:0000132", + "CL:2000087", + "CL:2000097", + "CL:0003003", + "CL:0000492", + "CL:1000452", + "CL:0000510", + "CL:0002232", + "CL:4023115", + "CL:0002041", + "CL:0000661", + "CL:2000064", + "CL:0002573", + "CL:0000779", + "CL:1000277", + "CL:0000487", + "CL:0000559", + "CL:0000920", + "CL:0000562", + "CL:0003012", + "CL:0008008", + "CL:0002480", + "CL:4030040", + "CL:4023023", + "CL:0011104", + "CL:0000918", + "CL:0000938", + "CL:4023130", + "CL:4030051", + "CL:0002111", + "CL:1000349", + "CL:4033050", + "CL:0000927", + "CL:0011026", + "CL:0002529", + "CL:0000623", + "CL:0000791", + "CL:1000073", + "CL:0000317", + "CL:0000953", + "CL:1000548", + "CL:1000483", + "CL:0001070", + "CL:0003051", + "CL:0011005", + "CL:0002055", + "CL:1000715", + "CL:0002324", + "CL:0002378", + "CL:1000384", + "CL:3000003", + "CL:4042004", + "CL:0003023", + "CL:0002396", + "CL:1000697", + "CL:0000306", + "CL:0002264", + "CL:4023040" + ], "title": "CellTypeEnum", "type": "string" }, diff --git a/project/jsonschema/general_schema.schema.json b/project/jsonschema/general_schema.schema.json index 3dffb03..eceb6da 100644 --- a/project/jsonschema/general_schema.schema.json +++ b/project/jsonschema/general_schema.schema.json @@ -114,6 +114,2755 @@ }, "CellTypeEnum": { "description": "", + "enum": [ + "CL:0019019", + "CL:0011105", + "CL:0000057", + "CL:0002656", + "CL:0002224", + "CL:4030031", + "CL:0002625", + "CL:1000490", + "CL:0000801", + "CL:0002116", + "CL:0000578", + "CL:0000618", + "CL:0000435", + "CL:0000654", + "CL:0002130", + "CL:0017003", + "CL:0002038", + "CL:0002311", + "CL:0000722", + "CL:0000059", + "CL:0000160", + "CL:0002680", + "CL:0002382", + "CL:0002027", + "CL:4033024", + "CL:0010017", + "CL:0000815", + "CL:0002319", + "CL:0011113", + "CL:0000662", + "CL:0002292", + "CL:0000067", + "CL:0002181", + "CL:0004214", + "CL:0000594", + "CL:0002520", + "CL:0002627", + "CL:0004225", + "CL:0002422", + "CL:0000570", + "CL:0000599", + "CL:0002570", + "CL:0000499", + "CL:0000077", + "CL:1000337", + "CL:0002283", + "CL:0002457", + "CL:0002556", + "CL:0002155", + "CL:0002406", + "CL:0001072", + "CL:0009035", + "CL:0000473", + "CL:0000109", + "CL:0000518", + "CL:4023010", + "CL:1001428", + "CL:4033014", + "CL:0000212", + "CL:0000611", + "CL:1000597", + "CL:0000198", + "CL:0002622", + "CL:0000759", + "CL:0002342", + "CL:0000357", + "CL:1000368", + "CL:0005025", + "CL:1000279", + "CL:0002140", + "CL:1000376", + "CL:2000085", + "CL:0000775", + "CL:0000748", + "CL:0002026", + "CL:0002451", + "CL:0002404", + "CL:0002243", + "CL:0002546", + "CL:0002493", + "CL:1001124", + "CL:0000112", + "CL:4023123", + "CL:0000352", + "CL:1001109", + "CL:2000095", + "CL:4033056", + "CL:0002280", + "CL:1000465", + "CL:0000889", + "CL:0002008", + "CL:4030033", + "CL:0000632", + "CL:0000342", + "CL:0000832", + "CL:4042008", + "CL:1001451", + "CL:0002607", + "CL:4033062", + "CL:1000437", + "CL:0011106", + "CL:1000312", + "CL:1000327", + "CL:0008048", + "CL:0000857", + "CL:1000239", + "CL:0002329", + "CL:0004230", + "CL:0002144", + "CL:1001021", + "CL:0008010", + "CL:0002118", + "CL:4023064", + "CL:0000878", + "CL:0009051", + "CL:0019001", + "CL:1001100", + "CL:0002571", + "CL:0008035", + "CL:0003045", + "CL:0002666", + "CL:4023044", + "CL:0002085", + "CL:1001142", + "CL:0002661", + "CL:0000146", + "CL:0002089", + "CL:0000507", + "CL:0000246", + "CL:0002016", + "CL:0002526", + "CL:0002514", + "CL:0011102", + "CL:0004232", + "CL:0001006", + "CL:0009081", + "CL:0008004", + "CL:1001582", + "CL:1000350", + "CL:0000416", + "CL:0000199", + "CL:0000208", + "CL:1000271", + "CL:0000421", + "CL:2000043", + "CL:0002606", + "CL:0000214", + "CL:0000605", + "CL:0001087", + "CL:0002096", + "CL:1000493", + "CL:0002478", + "CL:4033013", + "CL:4033048", + "CL:1000428", + "CL:4030013", + "CL:0000019", + "CL:0002228", + "CL:4028006", + "CL:0002129", + "CL:0001021", + "CL:1001610", + "CL:1000909", + "CL:0000410", + "CL:4023025", + "CL:0000130", + "CL:0000864", + "CL:0000048", + "CL:0002357", + "CL:0002560", + "CL:0000964", + "CL:0009005", + "CL:0000483", + "CL:0000185", + "CL:0000956", + "CL:4030049", + "CL:0002326", + "CL:0000028", + "CL:0000847", + "CL:1000323", + "CL:0010006", + "CL:4033018", + "CL:1000182", + "CL:0000233", + "CL:1001567", + "CL:0000443", + "CL:0000474", + "CL:4023168", + "CL:0000204", + "CL:1000478", + "CL:0000557", + "CL:0002456", + "CL:0000501", + "CL:4023075", + "CL:0002278", + "CL:4033045", + "CL:1001576", + "CL:1001435", + "CL:0002681", + "CL:0002083", + "CL:1001123", + "CL:0009095", + "CL:0001052", + "CL:1000304", + "CL:0002165", + "CL:1000418", + "CL:0002489", + "CL:0002270", + "CL:4023189", + "CL:0003042", + "CL:0000901", + "CL:0002107", + "CL:1000472", + "CL:0005011", + "CL:0000929", + "CL:4023007", + "CL:0009049", + "CL:0000188", + "CL:2000093", + "CL:1001474", + "CL:1000414", + "CL:1001318", + "CL:0000777", + "CL:0002103", + "CL:1001580", + "CL:0000020", + "CL:0002530", + "CL:0000708", + "CL:4023046", + "CL:0000659", + "CL:4023158", + "CL:1001433", + "CL:4042009", + "CL:0002667", + "CL:0000489", + "CL:0000962", + "CL:0000743", + "CL:0000545", + "CL:0000603", + "CL:1000458", + "CL:0000037", + "CL:0000711", + "CL:0007019", + "CL:0002651", + "CL:4033063", + "CL:0010013", + "CL:0000752", + "CL:0009111", + "CL:0002384", + "CL:0000102", + "CL:4023055", + "CL:0002205", + "CL:0002251", + "CL:4033006", + "CL:0000667", + "CL:0000157", + "CL:0002235", + "CL:0009011", + "CL:1000504", + "CL:4006001", + "CL:0000241", + "CL:0000463", + "CL:0001063", + "CL:0010000", + "CL:0002465", + "CL:0000719", + "CL:4023036", + "CL:4023110", + "CL:2000048", + "CL:0000388", + "CL:0000826", + "CL:0000106", + "CL:0000589", + "CL:1001593", + "CL:1000473", + "CL:0002562", + "CL:2000008", + "CL:0002210", + "CL:0002509", + "CL:0002154", + "CL:0000341", + "CL:0000581", + "CL:0002337", + "CL:4030016", + "CL:4030019", + "CL:4023121", + "CL:0000824", + "CL:2000011", + "CL:1001225", + "CL:0000010", + "CL:0009079", + "CL:0011015", + "CL:0002482", + "CL:1000329", + "CL:4023004", + "CL:1000447", + "CL:0001061", + "CL:0000460", + "CL:1001068", + "CL:0000098", + "CL:0000935", + "CL:0009043", + "CL:0004244", + "CL:1000448", + "CL:0001059", + "CL:0000945", + "CL:0001057", + "CL:1001224", + "CL:0005005", + "CL:0000649", + "CL:2000025", + "CL:0000996", + "CL:4023169", + "CL:0000989", + "CL:0002373", + "CL:4030057", + "CL:0000597", + "CL:0002108", + "CL:0001049", + "CL:0002407", + "CL:0000552", + "CL:0000980", + "CL:0002598", + "CL:0001034", + "CL:1001006", + "CL:2000037", + "CL:1000326", + "CL:4033030", + "CL:0002318", + "CL:0000919", + "CL:0002341", + "CL:0000638", + "CL:1000854", + "CL:1000123", + "CL:1001214", + "CL:0000031", + "CL:0000312", + "CL:4023059", + "CL:0000432", + "CL:0000129", + "CL:0002310", + "CL:2000001", + "CL:0008046", + "CL:0000636", + "CL:1000695", + "CL:0002554", + "CL:0000056", + "CL:0009004", + "CL:2000014", + "CL:1000042", + "CL:0000039", + "CL:4030064", + "CL:0002597", + "CL:0000365", + "CL:0000555", + "CL:0000621", + "CL:0008037", + "CL:0003035", + "CL:0000586", + "CL:0002291", + "CL:1001585", + "CL:0000029", + "CL:0002574", + "CL:0002541", + "CL:0000885", + "CL:0000937", + "CL:0002173", + "CL:4040006", + "CL:2000088", + "CL:0000811", + "CL:0005023", + "CL:0002336", + "CL:0009097", + "CL:0000946", + "CL:4033038", + "CL:0000120", + "CL:4023009", + "CL:0002233", + "CL:0000647", + "CL:0000977", + "CL:0000078", + "CL:0002106", + "CL:0002387", + "CL:0002219", + "CL:4030036", + "CL:0002516", + "CL:0002636", + "CL:0001039", + "CL:0002588", + "CL:1000398", + "CL:4033017", + "CL:0000861", + "CL:0000372", + "CL:0000753", + "CL:0000066", + "CL:1000681", + "CL:0000819", + "CL:0000221", + "CL:0000842", + "CL:0001031", + "CL:0000097", + "CL:0000408", + "CL:0002204", + "CL:0004215", + "CL:0000110", + "CL:2000040", + "CL:1000454", + "CL:0000822", + "CL:0000925", + "CL:0002218", + "CL:0002412", + "CL:0004124", + "CL:4023039", + "CL:0000584", + "CL:2000024", + "CL:0000023", + "CL:0009008", + "CL:4023163", + "CL:0000893", + "CL:0011000", + "CL:0000602", + "CL:0000211", + "CL:0017006", + "CL:1000507", + "CL:0000766", + "CL:0000362", + "CL:0000022", + "CL:1000891", + "CL:1000391", + "CL:0002631", + "CL:0000941", + "CL:0000240", + "CL:1000358", + "CL:0001050", + "CL:0002528", + "CL:0002303", + "CL:0002445", + "CL:0000033", + "CL:1000486", + "CL:0000839", + "CL:0003016", + "CL:2000080", + "CL:0000898", + "CL:0002113", + "CL:0009038", + "CL:0000051", + "CL:0000060", + "CL:0000720", + "CL:0000123", + "CL:1000347", + "CL:0000149", + "CL:0009106", + "CL:1000360", + "CL:0000613", + "CL:4033055", + "CL:0009074", + "CL:0000688", + "CL:0000991", + "CL:0000790", + "CL:1000191", + "CL:0000710", + "CL:0002153", + "CL:0005002", + "CL:0001013", + "CL:0009017", + "CL:0008040", + "CL:0002110", + "CL:0000255", + "CL:1000612", + "CL:3000001", + "CL:0002274", + "CL:0002048", + "CL:0000761", + "CL:0001019", + "CL:0002269", + "CL:0009009", + "CL:0010016", + "CL:1001603", + "CL:0004217", + "CL:0001040", + "CL:0002669", + "CL:0000205", + "CL:0002294", + "CL:1000345", + "CL:0009077", + "CL:0001201", + "CL:0002600", + "CL:4023030", + "CL:0000361", + "CL:0019022", + "CL:4023170", + "CL:0002475", + "CL:0000677", + "CL:0002017", + "CL:0000680", + "CL:0003011", + "CL:1000363", + "CL:0002220", + "CL:4023108", + "CL:0010014", + "CL:0000315", + "CL:0000155", + "CL:0009022", + "CL:0001022", + "CL:1000289", + "CL:0002076", + "CL:0001005", + "CL:0001080", + "CL:0003024", + "CL:0002448", + "CL:0009061", + "CL:0000486", + "CL:1000372", + "CL:0002352", + "CL:1000698", + "CL:1001436", + "CL:0002347", + "CL:2000035", + "CL:0009069", + "CL:0002281", + "CL:0009115", + "CL:0002604", + "CL:0000534", + "CL:0002256", + "CL:0002599", + "CL:0002620", + "CL:0000082", + "CL:0002321", + "CL:0009033", + "CL:0002289", + "CL:0009058", + "CL:0000336", + "CL:4040003", + "CL:4030006", + "CL:0000653", + "CL:0009066", + "CL:4023081", + "CL:1000280", + "CL:2000019", + "CL:0002064", + "CL:0000703", + "CL:1000456", + "CL:0000293", + "CL:4029003", + "CL:0002207", + "CL:0000173", + "CL:0004116", + "CL:0002518", + "CL:0002147", + "CL:0009025", + "CL:0000745", + "CL:4023181", + "CL:0002123", + "CL:0002450", + "CL:0002093", + "CL:0002060", + "CL:0002142", + "CL:4023114", + "CL:0002287", + "CL:0000502", + "CL:0011007", + "CL:0009054", + "CL:0000026", + "CL:0009092", + "CL:0002348", + "CL:0001028", + "CL:4033012", + "CL:1000245", + "CL:0002458", + "CL:0000780", + "CL:1001217", + "CL:1000309", + "CL:4033025", + "CL:0000309", + "CL:0002659", + "CL:0000982", + "CL:4023160", + "CL:0000969", + "CL:0001020", + "CL:2000055", + "CL:0002267", + "CL:0000553", + "CL:0000651", + "CL:4023013", + "CL:2000027", + "CL:0002401", + "CL:0002094", + "CL:0007001", + "CL:0002279", + "CL:0000858", + "CL:2000044", + "CL:0002531", + "CL:0002358", + "CL:0002430", + "CL:4030067", + "CL:0002411", + "CL:0008028", + "CL:0000894", + "CL:4023047", + "CL:0000985", + "CL:0002538", + "CL:0002557", + "CL:0009112", + "CL:0000921", + "CL:0002160", + "CL:0002300", + "CL:0009007", + "CL:0000768", + "CL:0000036", + "CL:0000693", + "CL:0002295", + "CL:0002388", + "CL:0000909", + "CL:0019020", + "CL:4023074", + "CL:4023109", + "CL:0013000", + "CL:0000583", + "CL:0000694", + "CL:0002050", + "CL:0003027", + "CL:0001044", + "CL:0000348", + "CL:0000001", + "CL:0002640", + "CL:1001430", + "CL:1000085", + "CL:4030025", + "CL:0011017", + "CL:0000990", + "CL:0010021", + "CL:0000509", + "CL:0009068", + "CL:0000131", + "CL:4023124", + "CL:0002105", + "CL:0002112", + "CL:1000333", + "CL:1000714", + "CL:0000165", + "CL:0002602", + "CL:2000096", + "CL:0002596", + "CL:0002564", + "CL:0000563", + "CL:0002045", + "CL:2000000", + "CL:0000313", + "CL:1000457", + "CL:0000560", + "CL:0004245", + "CL:0000813", + "CL:0011100", + "CL:0002513", + "CL:4023125", + "CL:0001076", + "CL:0000897", + "CL:4033051", + "CL:0002677", + "CL:0002250", + "CL:2000051", + "CL:0000172", + "CL:0000641", + "CL:4042006", + "CL:0004241", + "CL:0008002", + "CL:4023028", + "CL:4030032", + "CL:0011110", + "CL:0011030", + "CL:1000383", + "CL:0000571", + "CL:0002583", + "CL:0000735", + "CL:0000762", + "CL:1000850", + "CL:0000311", + "CL:0000128", + "CL:1000322", + "CL:0000569", + "CL:1000365", + "CL:0000629", + "CL:0000751", + "CL:0000219", + "CL:2000052", + "CL:0002068", + "CL:0000373", + "CL:1000550", + "CL:0002490", + "CL:4023093", + "CL:0002192", + "CL:3000002", + "CL:0007016", + "CL:0000883", + "CL:1000284", + "CL:0002039", + "CL:0000307", + "CL:1000373", + "CL:0007003", + "CL:0011025", + "CL:0002307", + "CL:1001286", + "CL:0000072", + "CL:0000183", + "CL:0002248", + "CL:4033052", + "CL:0002126", + "CL:0002523", + "CL:1000409", + "CL:0000425", + "CL:0000237", + "CL:0004250", + "CL:0002517", + "CL:0002053", + "CL:4030041", + "CL:0000911", + "CL:4030043", + "CL:4023041", + "CL:0000795", + "CL:0001077", + "CL:0009101", + "CL:1000143", + "CL:1001602", + "CL:2000016", + "CL:0000844", + "CL:0000787", + "CL:1000299", + "CL:0003001", + "CL:0001071", + "CL:0000809", + "CL:0002025", + "CL:0002323", + "CL:0008011", + "CL:0000626", + "CL:0000427", + "CL:0001026", + "CL:0000480", + "CL:0000892", + "CL:0000506", + "CL:0019018", + "CL:4033058", + "CL:0012000", + "CL:1000022", + "CL:1000488", + "CL:0002284", + "CL:0000423", + "CL:4033027", + "CL:0000154", + "CL:4042011", + "CL:0000236", + "CL:2000047", + "CL:0001079", + "CL:4033029", + "CL:0002575", + "CL:0002054", + "CL:0001030", + "CL:0002042", + "CL:1000283", + "CL:0002202", + "CL:0000225", + "CL:0002265", + "CL:0002031", + "CL:2000041", + "CL:0000069", + "CL:0002498", + "CL:0007021", + "CL:0000127", + "CL:1001608", + "CL:0002355", + "CL:0000776", + "CL:0004233", + "CL:4030056", + "CL:0000437", + "CL:0001029", + "CL:4030002", + "CL:0002481", + "CL:0002410", + "CL:1000275", + "CL:0002630", + "CL:0002024", + "CL:4030030", + "CL:4023049", + "CL:0007000", + "CL:0002223", + "CL:0004243", + "CL:1000394", + "CL:0000884", + "CL:0000358", + "CL:0008036", + "CL:1001561", + "CL:0009036", + "CL:0002626", + "CL:1001066", + "CL:0000948", + "CL:0000168", + "CL:0002273", + "CL:0000470", + "CL:0000356", + "CL:0002075", + "CL:4023005", + "CL:0000855", + "CL:0000226", + "CL:0000930", + "CL:0000678", + "CL:0000772", + "CL:0002455", + "CL:0002479", + "CL:0000068", + "CL:0011103", + "CL:0002633", + "CL:0000891", + "CL:2000033", + "CL:0000147", + "CL:0002665", + "CL:0002470", + "CL:0002594", + "CL:0004222", + "CL:0000103", + "CL:1000746", + "CL:0000377", + "CL:0002139", + "CL:0000071", + "CL:0000852", + "CL:0000723", + "CL:0002007", + "CL:0000606", + "CL:0000609", + "CL:0001053", + "CL:0000781", + "CL:0009059", + "CL:0002121", + "CL:0000747", + "CL:0011020", + "CL:4033020", + "CL:1000276", + "CL:0011028", + "CL:4030065", + "CL:2000010", + "CL:0000802", + "CL:0002115", + "CL:1001223", + "CL:0002152", + "CL:0000234", + "CL:0001081", + "CL:0000340", + "CL:0000738", + "CL:0002506", + "CL:0000396", + "CL:0000040", + "CL:4023054", + "CL:0000347", + "CL:0009048", + "CL:0000798", + "CL:1001590", + "CL:0000476", + "CL:0002293", + "CL:4033047", + "CL:0001082", + "CL:1000324", + "CL:0000535", + "CL:1001107", + "CL:0001041", + "CL:4030066", + "CL:0008031", + "CL:0002363", + "CL:0004219", + "CL:0011004", + "CL:0002149", + "CL:0000582", + "CL:0002014", + "CL:1001052", + "CL:0009103", + "CL:0000987", + "CL:0002511", + "CL:0000617", + "CL:0002464", + "CL:1000432", + "CL:1001503", + "CL:2000086", + "CL:0003010", + "CL:0002128", + "CL:0002408", + "CL:0002662", + "CL:4033066", + "CL:0000197", + "CL:0000015", + "CL:4023038", + "CL:0000900", + "CL:1001009", + "CL:0002394", + "CL:0002313", + "CL:0000006", + "CL:0000988", + "CL:0000444", + "CL:4033011", + "CL:0002673", + "CL:0009082", + "CL:4023116", + "CL:0002102", + "CL:0000782", + "CL:0004162", + "CL:1001432", + "CL:0005012", + "CL:4033008", + "CL:2000013", + "CL:0009072", + "CL:4030000", + "CL:0000576", + "CL:0005008", + "CL:4023035", + "CL:0002098", + "CL:4023065", + "CL:0000395", + "CL:0000170", + "CL:4023020", + "CL:0009013", + "CL:0001004", + "CL:0009031", + "CL:4023111", + "CL:2000077", + "CL:0002519", + "CL:0002425", + "CL:0002577", + "CL:4030028", + "CL:4030037", + "CL:0002350", + "CL:0000644", + "CL:4033041", + "CL:0007011", + "CL:0000650", + "CL:0000995", + "CL:0002525", + "CL:1000434", + "CL:0002141", + "CL:1000381", + "CL:0000189", + "CL:0007006", + "CL:4033026", + "CL:0001204", + "CL:0002296", + "CL:0003006", + "CL:0002427", + "CL:0000963", + "CL:4040002", + "CL:0002497", + "CL:0002086", + "CL:0000162", + "CL:1001033", + "CL:0000992", + "CL:2000072", + "CL:0002305", + "CL:4028001", + "CL:0002466", + "CL:0000595", + "CL:0000906", + "CL:0002639", + "CL:1000510", + "CL:0000527", + "CL:1000721", + "CL:0000633", + "CL:0002374", + "CL:1000424", + "CL:0000017", + "CL:0019017", + "CL:0000257", + "CL:1000356", + "CL:0009042", + "CL:0009027", + "CL:0008022", + "CL:1001568", + "CL:4023092", + "CL:4023018", + "CL:0000442", + "CL:0001058", + "CL:0007010", + "CL:0000574", + "CL:0011029", + "CL:1001573", + "CL:0000481", + "CL:1000691", + "CL:0005024", + "CL:0000118", + "CL:1001606", + "CL:0002641", + "CL:0011022", + "CL:0000058", + "CL:4023056", + "CL:4023188", + "CL:0000107", + "CL:0000955", + "CL:0002354", + "CL:0000936", + "CL:0000468", + "CL:0000740", + "CL:0002550", + "CL:0008038", + "CL:4033064", + "CL:0000544", + "CL:0002539", + "CL:4023033", + "CL:4033016", + "CL:0001051", + "CL:2000002", + "CL:2000007", + "CL:1001036", + "CL:1000286", + "CL:0002381", + "CL:0000867", + "CL:0002242", + "CL:0002180", + "CL:2000020", + "CL:0002558", + "CL:2000083", + "CL:0000696", + "CL:0002365", + "CL:1000332", + "CL:0002338", + "CL:0009087", + "CL:4030020", + "CL:0009041", + "CL:4033019", + "CL:0000577", + "CL:0000389", + "CL:0000136", + "CL:0019026", + "CL:4030004", + "CL:0002419", + "CL:0010001", + "CL:0000418", + "CL:0000186", + "CL:0000675", + "CL:1001575", + "CL:0011027", + "CL:0002416", + "CL:0002379", + "CL:0000386", + "CL:0000932", + "CL:0002435", + "CL:0011108", + "CL:4030048", + "CL:0000961", + "CL:0009099", + "CL:1000325", + "CL:0002184", + "CL:0000706", + "CL:0000642", + "CL:0002618", + "CL:0000024", + "CL:4040005", + "CL:0008025", + "CL:0002035", + "CL:0002559", + "CL:0000810", + "CL:0005003", + "CL:0002581", + "CL:0002533", + "CL:0002088", + "CL:4033039", + "CL:1000342", + "CL:0004125", + "CL:0002672", + "CL:0000485", + "CL:0000940", + "CL:0002240", + "CL:1000702", + "CL:0000683", + "CL:0002483", + "CL:0010011", + "CL:0009052", + "CL:0000827", + "CL:1000549", + "CL:4023008", + "CL:0002138", + "CL:1001111", + "CL:1001505", + "CL:0000619", + "CL:0000730", + "CL:0000407", + "CL:0000041", + "CL:1000839", + "CL:0002540", + "CL:0005019", + "CL:0000966", + "CL:0011032", + "CL:0004235", + "CL:0004252", + "CL:0000913", + "CL:4042001", + "CL:0019032", + "CL:0000121", + "CL:0000587", + "CL:0002306", + "CL:4033001", + "CL:0002203", + "CL:0003004", + "CL:0002006", + "CL:0000860", + "CL:0001035", + "CL:4033065", + "CL:0009105", + "CL:0000374", + "CL:1000718", + "CL:1001434", + "CL:0002375", + "CL:0017000", + "CL:0000008", + "CL:0002037", + "CL:0002344", + "CL:0009075", + "CL:0000084", + "CL:0000190", + "CL:0000116", + "CL:0002302", + "CL:4023029", + "CL:0002125", + "CL:0000767", + "CL:0000922", + "CL:0000030", + "CL:0000774", + "CL:1000441", + "CL:0000845", + "CL:1000803", + "CL:0002446", + "CL:4033067", + "CL:0000153", + "CL:0002052", + "CL:0002046", + "CL:0000670", + "CL:0000504", + "CL:0000807", + "CL:1000413", + "CL:0002312", + "CL:0002282", + "CL:2000031", + "CL:0009062", + "CL:0000397", + "CL:0002612", + "CL:0000496", + "CL:4033054", + "CL:2000090", + "CL:0000350", + "CL:0002436", + "CL:0003017", + "CL:0002179", + "CL:0000079", + "CL:0004216", + "CL:3000004", + "CL:0001056", + "CL:0000521", + "CL:0011010", + "CL:1000344", + "CL:0000249", + "CL:0002474", + "CL:0002069", + "CL:4028004", + "CL:0003025", + "CL:0009015", + "CL:0002551", + "CL:0009044", + "CL:0002503", + "CL:0017005", + "CL:0001048", + "CL:0001032", + "CL:0002157", + "CL:0000394", + "CL:4033037", + "CL:2000094", + "CL:0002051", + "CL:0000601", + "CL:0000838", + "CL:4030017", + "CL:0004224", + "CL:1000420", + "CL:0000295", + "CL:4033043", + "CL:0000202", + "CL:0009018", + "CL:2000078", + "CL:1000272", + "CL:0009034", + "CL:0000721", + "CL:0000196", + "CL:1001319", + "CL:0000339", + "CL:0000631", + "CL:0008027", + "CL:0004238", + "CL:0000035", + "CL:1001097", + "CL:1000838", + "CL:3000000", + "CL:0000881", + "CL:0002437", + "CL:0002320", + "CL:1000616", + "CL:0003015", + "CL:0002359", + "CL:0005010", + "CL:0002623", + "CL:1001516", + "CL:0000713", + "CL:0009116", + "CL:0011002", + "CL:4023080", + "CL:0009071", + "CL:0000652", + "CL:4023127", + "CL:0000862", + "CL:0000993", + "CL:0002009", + "CL:0002603", + "CL:0009060", + "CL:0002254", + "CL:0009055", + "CL:0000818", + "CL:0000998", + "CL:0001043", + "CL:0009078", + "CL:0000314", + "CL:0000608", + "CL:0000744", + "CL:0002259", + "CL:0002004", + "CL:1000433", + "CL:0004227", + "CL:4033022", + "CL:0003048", + "CL:0009080", + "CL:0002569", + "CL:0000235", + "CL:0002176", + "CL:4030005", + "CL:0000999", + "CL:0002472", + "CL:0003021", + "CL:4023000", + "CL:0002657", + "CL:0000514", + "CL:0000349", + "CL:0002190", + "CL:4030035", + "CL:0002067", + "CL:0009114", + "CL:1001517", + "CL:0000137", + "CL:0009024", + "CL:4040004", + "CL:0002367", + "CL:0002062", + "CL:0000724", + "CL:1001598", + "CL:1001589", + "CL:1000147", + "CL:0002402", + "CL:1001126", + "CL:0002608", + "CL:0002011", + "CL:4023012", + "CL:0005014", + "CL:0002249", + "CL:0002675", + "CL:0000025", + "CL:2000021", + "CL:0002120", + "CL:0008005", + "CL:0002654", + "CL:0011018", + "CL:0000660", + "CL:0000763", + "CL:0002199", + "CL:0001018", + "CL:0003009", + "CL:0000180", + "CL:0002308", + "CL:0002543", + "CL:0008032", + "CL:1000442", + "CL:0002488", + "CL:0000014", + "CL:0004242", + "CL:1000050", + "CL:1001572", + "CL:0000984", + "CL:0000104", + "CL:1001285", + "CL:1000419", + "CL:0000417", + "CL:0002146", + "CL:0002122", + "CL:0000695", + "CL:0002070", + "CL:4023083", + "CL:1000366", + "CL:0003014", + "CL:0002512", + "CL:0002595", + "CL:0002078", + "CL:0002420", + "CL:0000503", + "CL:0000908", + "CL:0002664", + "CL:4023057", + "CL:0002532", + "CL:0008001", + "CL:0000206", + "CL:2000065", + "CL:0000957", + "CL:0000986", + "CL:0000792", + "CL:0002194", + "CL:0002496", + "CL:0000600", + "CL:0000355", + "CL:1000893", + "CL:0002044", + "CL:0002246", + "CL:0009098", + "CL:1000720", + "CL:0000975", + "CL:0000367", + "CL:0009045", + "CL:0002443", + "CL:0000446", + "CL:0000561", + "CL:0002143", + "CL:0000566", + "CL:0019021", + "CL:1001145", + "CL:0008012", + "CL:0000142", + "CL:2000017", + "CL:0004115", + "CL:0000424", + "CL:0000568", + "CL:0002642", + "CL:0002349", + "CL:0002522", + "CL:0002501", + "CL:0000817", + "CL:0000429", + "CL:1001431", + "CL:0002567", + "CL:0000853", + "CL:0002217", + "CL:4023062", + "CL:1000281", + "CL:0002368", + "CL:0000749", + "CL:0002225", + "CL:4030062", + "CL:0000334", + "CL:2000006", + "CL:1000335", + "CL:1000285", + "CL:0000043", + "CL:4042005", + "CL:0003034", + "CL:1000849", + "CL:0007008", + "CL:0000457", + "CL:1000317", + "CL:0000325", + "CL:0011031", + "CL:0010003", + "CL:0002417", + "CL:0002584", + "CL:1000487", + "CL:0000338", + "CL:0002183", + "CL:0000637", + "CL:0002549", + "CL:0002257", + "CL:1000296", + "CL:4030058", + "CL:1000979", + "CL:0000939", + "CL:0000032", + "CL:0002150", + "CL:0009006", + "CL:0000579", + "CL:0000217", + "CL:0000916", + "CL:0000406", + "CL:1000405", + "CL:1000355", + "CL:0000968", + "CL:0002383", + "CL:4029002", + "CL:4023088", + "CL:4033053", + "CL:2000046", + "CL:4023072", + "CL:0002236", + "CL:0000519", + "CL:0002670", + "CL:1000480", + "CL:1000308", + "CL:0000308", + "CL:0000422", + "CL:4006000", + "CL:0000182", + "CL:0002095", + "CL:0002398", + "CL:0000335", + "CL:1000482", + "CL:0019031", + "CL:0002030", + "CL:0002582", + "CL:0002440", + "CL:1001509", + "CL:0002428", + "CL:0002453", + "CL:0000488", + "CL:1000090", + "CL:0004126", + "CL:0002159", + "CL:0000096", + "CL:0000872", + "CL:0002201", + "CL:0000244", + "CL:4033002", + "CL:1000606", + "CL:4033059", + "CL:0003039", + "CL:0000871", + "CL:0000353", + "CL:0002074", + "CL:0002614", + "CL:0000716", + "CL:0012001", + "CL:0002266", + "CL:0000126", + "CL:0002652", + "CL:0000547", + "CL:0000737", + "CL:4023042", + "CL:1001127", + "CL:0008013", + "CL:0002578", + "CL:0009086", + "CL:0000177", + "CL:0002643", + "CL:0002022", + "CL:0002632", + "CL:0000055", + "CL:0002535", + "CL:2000091", + "CL:0000251", + "CL:0001016", + "CL:1001587", + "CL:0002162", + "CL:0002576", + "CL:0000624", + "CL:0000523", + "CL:0002151", + "CL:4023090", + "CL:4023032", + "CL:1000353", + "CL:0000256", + "CL:0010004", + "CL:0003031", + "CL:2000032", + "CL:0000428", + "CL:0005000", + "CL:0000836", + "CL:1001106", + "CL:0000467", + "CL:0000431", + "CL:0002390", + "CL:4033035", + "CL:0000614", + "CL:0000080", + "CL:0002439", + "CL:4033003", + "CL:0000512", + "CL:0009029", + "CL:0000478", + "CL:0004001", + "CL:0000797", + "CL:0005021", + "CL:1000338", + "CL:0000746", + "CL:0000958", + "CL:0002433", + "CL:0000890", + "CL:0000169", + "CL:4023063", + "CL:0001003", + "CL:4033046", + "CL:0008019", + "CL:0002275", + "CL:0002548", + "CL:0000732", + "CL:4023164", + "CL:0004221", + "CL:4033028", + "CL:4030054", + "CL:0002322", + "CL:0000451", + "CL:4023016", + "CL:0009073", + "CL:1000282", + "CL:1000315", + "CL:0000536", + "CL:0011024", + "CL:0002148", + "CL:0000530", + "CL:0000439", + "CL:0002409", + "CL:1001210", + "CL:0002221", + "CL:0003020", + "CL:1000489", + "CL:0000376", + "CL:0009000", + "CL:0000757", + "CL:0002012", + "CL:0000794", + "CL:0000223", + "CL:0000134", + "CL:1000307", + "CL:0000971", + "CL:0011009", + "CL:0000462", + "CL:0001065", + "CL:0000997", + "CL:0003028", + "CL:0000854", + "CL:0002333", + "CL:0002616", + "CL:0007012", + "CL:1000083", + "CL:0002415", + "CL:2000062", + "CL:1001221", + "CL:4030053", + "CL:0001027", + "CL:4030055", + "CL:2000060", + "CL:1000682", + "CL:1000291", + "CL:0009108", + "CL:1000301", + "CL:0009065", + "CL:0000681", + "CL:0002593", + "CL:4023112", + "CL:0002023", + "CL:0000458", + "CL:0002029", + "CL:0000178", + "CL:1000804", + "CL:0000384", + "CL:1000497", + "CL:0000949", + "CL:0011019", + "CL:0000469", + "CL:4030060", + "CL:4030003", + "CL:0002471", + "CL:2000042", + "CL:0000346", + "CL:1001571", + "CL:0002463", + "CL:0000415", + "CL:0002507", + "CL:0000210", + "CL:0002036", + "CL:1000361", + "CL:0000101", + "CL:1001220", + "CL:0003033", + "CL:0002351", + "CL:0000725", + "CL:1001209", + "CL:0002002", + "CL:0000529", + "CL:0002678", + "CL:0000764", + "CL:4023060", + "CL:0009021", + "CL:2000074", + "CL:0009104", + "CL:1000397", + "CL:0001017", + "CL:0004236", + "CL:4042012", + "CL:1001591", + "CL:0000676", + "CL:2000067", + "CL:0001074", + "CL:0000843", + "CL:0002261", + "CL:0000942", + "CL:4030009", + "CL:0002362", + "CL:1000617", + "CL:0002380", + "CL:4040001", + "CL:0000163", + "CL:0000634", + "CL:0003041", + "CL:0000905", + "CL:4023128", + "CL:0000951", + "CL:0000607", + "CL:0000145", + "CL:0000805", + "CL:4030001", + "CL:0002252", + "CL:0009003", + "CL:0002197", + "CL:0007018", + "CL:0008021", + "CL:0000886", + "CL:0002241", + "CL:0000135", + "CL:0004218", + "CL:0000005", + "CL:0009093", + "CL:0000686", + "CL:0000081", + "CL:4023079", + "CL:0000907", + "CL:1001578", + "CL:0000850", + "CL:0001054", + "CL:0008015", + "CL:4033049", + "CL:0000788", + "CL:0002239", + "CL:0000513", + "CL:0000592", + "CL:4023129", + "CL:4023019", + "CL:0000404", + "CL:0002545", + "CL:0007023", + "CL:0000200", + "CL:2000076", + "CL:0000910", + "CL:0002524", + "CL:0000715", + "CL:0000875", + "CL:0002332", + "CL:0009110", + "CL:0002485", + "CL:1001135", + "CL:0002467", + "CL:0009076", + "CL:0004161", + "CL:0000380", + "CL:0000301", + "CL:4030012", + "CL:1000348", + "CL:0000441", + "CL:4023118", + "CL:4023053", + "CL:0002393", + "CL:0010015", + "CL:0002454", + "CL:1001596", + "CL:1000357", + "CL:0002133", + "CL:0007005", + "CL:0000837", + "CL:0002304", + "CL:0002395", + "CL:0000784", + "CL:0002215", + "CL:0002200", + "CL:0017010", + "CL:0000152", + "CL:1001213", + "CL:0000117", + "CL:4042010", + "CL:0000783", + "CL:0009014", + "CL:0003007", + "CL:0000931", + "CL:0009040", + "CL:0000868", + "CL:0000390", + "CL:1000425", + "CL:2000058", + "CL:4023026", + "CL:0011021", + "CL:1000382", + "CL:4023002", + "CL:2000012", + "CL:0000960", + "CL:2000059", + "CL:0002297", + "CL:0000575", + "CL:0000923", + "CL:0000482", + "CL:0002364", + "CL:0007009", + "CL:0000828", + "CL:0002114", + "CL:0000924", + "CL:1000290", + "CL:0002314", + "CL:1000287", + "CL:2000075", + "CL:0002077", + "CL:4028002", + "CL:0000187", + "CL:4040000", + "CL:1000379", + "CL:0002360", + "CL:0004117", + "CL:0004213", + "CL:1000699", + "CL:0004251", + "CL:0002505", + "CL:0001045", + "CL:0000756", + "CL:4030038", + "CL:0002272", + "CL:2000073", + "CL:1001437", + "CL:0002418", + "CL:4023021", + "CL:0000554", + "CL:4030027", + "CL:0000524", + "CL:0000516", + "CL:0002353", + "CL:0001046", + "CL:4033007", + "CL:0009039", + "CL:0002119", + "CL:0005009", + "CL:2000049", + "CL:0000799", + "CL:4033010", + "CL:0007007", + "CL:0000541", + "CL:0000564", + "CL:0000497", + "CL:0003049", + "CL:0000556", + "CL:0000876", + "CL:0002399", + "CL:4023048", + "CL:0009046", + "CL:1000298", + "CL:0008039", + "CL:0000387", + "CL:1001609", + "CL:1000601", + "CL:0000140", + "CL:0000505", + "CL:4032001", + "CL:0002434", + "CL:0000531", + "CL:1000278", + "CL:1001586", + "CL:0001008", + "CL:0002166", + "CL:0000216", + "CL:0002391", + "CL:2000084", + "CL:0011012", + "CL:0009028", + "CL:0002196", + "CL:0002072", + "CL:0002534", + "CL:0000820", + "CL:0000038", + "CL:0009094", + "CL:4042002", + "CL:0000452", + "CL:0000215", + "CL:0002376", + "CL:0002495", + "CL:0000773", + "CL:0000393", + "CL:1000450", + "CL:1001287", + "CL:0009056", + "CL:0000934", + "CL:0000771", + "CL:0003046", + "CL:4023017", + "CL:0002591", + "CL:0002423", + "CL:0000697", + "CL:0000856", + "CL:2000057", + "CL:1000436", + "CL:0000062", + "CL:2000063", + "CL:0000835", + "CL:4023086", + "CL:0002315", + "CL:0000658", + "CL:0000166", + "CL:0000419", + "CL:0000978", + "CL:1000692", + "CL:0002624", + "CL:0009096", + "CL:1000369", + "CL:4030022", + "CL:0000115", + "CL:1000426", + "CL:0004121", + "CL:1000371", + "CL:0009102", + "CL:0002635", + "CL:0002189", + "CL:0000042", + "CL:4033044", + "CL:0000520", + "CL:1000341", + "CL:0000950", + "CL:0000049", + "CL:0000831", + "CL:4023119", + "CL:0000645", + "CL:0000755", + "CL:0002290", + "CL:0000866", + "CL:0000382", + "CL:4023043", + "CL:0002132", + "CL:0000947", + "CL:0002034", + "CL:0008024", + "CL:0002552", + "CL:0000227", + "CL:2000071", + "CL:0000882", + "CL:0000551", + "CL:0000926", + "CL:0002124", + "CL:0010008", + "CL:0000731", + "CL:0009090", + "CL:0009067", + "CL:0002059", + "CL:0002460", + "CL:0000286", + "CL:4023154", + "CL:0004253", + "CL:0019015", + "CL:1001096", + "CL:0000192", + "CL:1000719", + "CL:1000343", + "CL:0000590", + "CL:0000533", + "CL:0001011", + "CL:0000718", + "CL:0000684", + "CL:4030068", + "CL:0002087", + "CL:0000952", + "CL:1000300", + "CL:0000526", + "CL:0002537", + "CL:1000481", + "CL:0002000", + "CL:0004138", + "CL:0000700", + "CL:0000863", + "CL:0002477", + "CL:0002182", + "CL:0000333", + "CL:0002345", + "CL:0002090", + "CL:0002615", + "CL:0001042", + "CL:0009010", + "CL:4030029", + "CL:1000708", + "CL:0000707", + "CL:0009100", + "CL:0011001", + "CL:0011111", + "CL:1001320", + "CL:1000311", + "CL:0002484", + "CL:0000326", + "CL:0001055", + "CL:0000750", + "CL:4042013", + "CL:1000443", + "CL:0000709", + "CL:0000083", + "CL:4030047", + "CL:0000007", + "CL:0008026", + "CL:0002486", + "CL:0009083", + "CL:0002213", + "CL:2000038", + "CL:0003013", + "CL:1000445", + "CL:4033033", + "CL:0000825", + "CL:1000495", + "CL:2000068", + "CL:0004228", + "CL:1001607", + "CL:4028003", + "CL:0000247", + "CL:0005006", + "CL:0002061", + "CL:0002580", + "CL:0002229", + "CL:1001064", + "CL:4030021", + "CL:0000846", + "CL:0002469", + "CL:1000466", + "CL:0005013", + "CL:0000176", + "CL:0009050", + "CL:1000305", + "CL:0002003", + "CL:0002164", + "CL:0002135", + "CL:4023027", + "CL:0000179", + "CL:0002082", + "CL:0000094", + "CL:0003038", + "CL:0002369", + "CL:1000716", + "CL:0000970", + "CL:0003002", + "CL:0000454", + "CL:0002561", + "CL:0000477", + "CL:0000674", + "CL:0003029", + "CL:4023162", + "CL:1001599", + "CL:1001577", + "CL:0008009", + "CL:0003030", + "CL:0003022", + "CL:0002101", + "CL:0009032", + "CL:1001138", + "CL:0002461", + "CL:0000635", + "CL:0002366", + "CL:0002441", + "CL:0002079", + "CL:0002655", + "CL:4033036", + "CL:0002255", + "CL:0002553", + "CL:0002476", + "CL:0002568", + "CL:0017001", + "CL:0002071", + "CL:4030010", + "CL:0000869", + "CL:0000903", + "CL:4023069", + "CL:0002226", + "CL:0000448", + "CL:0000630", + "CL:0002585", + "CL:0000976", + "CL:0008006", + "CL:0002487", + "CL:1000547", + "CL:0001202", + "CL:4023071", + "CL:0011006", + "CL:0002134", + "CL:0002500", + "CL:0000666", + "CL:0002663", + "CL:0000329", + "CL:0000494", + "CL:0002277", + "CL:0002010", + "CL:0002161", + "CL:0002231", + "CL:4030014", + "CL:1000334", + "CL:1001045", + "CL:0002015", + "CL:1001588", + "CL:0002193", + "CL:0001658", + "CL:0002169", + "CL:0002405", + "CL:1000768", + "CL:4030052", + "CL:0001066", + "CL:4023011", + "CL:1000415", + "CL:4033009", + "CL:0009085", + "CL:0004137", + "CL:1000615", + "CL:1000477", + "CL:0002158", + "CL:0000967", + "CL:0010012", + "CL:1000703", + "CL:0004240", + "CL:0000726", + "CL:4023003", + "CL:0000915", + "CL:0000434", + "CL:0002444", + "CL:0002234", + "CL:4030063", + "CL:0000324", + "CL:1000492", + "CL:0000627", + "CL:0002617", + "CL:0001001", + "CL:0011023", + "CL:2000005", + "CL:0000105", + "CL:2000066", + "CL:0000877", + "CL:0002343", + "CL:1000217", + "CL:1000354", + "CL:0000345", + "CL:0000322", + "CL:2000045", + "CL:0000887", + "CL:0000465", + "CL:0002356", + "CL:1000330", + "CL:0002285", + "CL:0017004", + "CL:0002043", + "CL:0001047", + "CL:1000468", + "CL:0000459", + "CL:0000765", + "CL:1000340", + "CL:4033034", + "CL:0002171", + "CL:0000318", + "CL:0002005", + "CL:0002377", + "CL:0009047", + "CL:0002309", + "CL:0000412", + "CL:1000412", + "CL:0002049", + "CL:0000034", + "CL:0002325", + "CL:2000004", + "CL:0002330", + "CL:0002400", + "CL:4023001", + "CL:2000022", + "CL:4030061", + "CL:0000879", + "CL:4023052", + "CL:0000800", + "CL:0002566", + "CL:0002216", + "CL:0000808", + "CL:4042003", + "CL:0000673", + "CL:2000034", + "CL:0000143", + "CL:0000625", + "CL:1000693", + "CL:0000567", + "CL:1001597", + "CL:1000223", + "CL:0000445", + "CL:4023089", + "CL:1000696", + "CL:1000314", + "CL:0004237", + "CL:1000479", + "CL:0007004", + "CL:4030042", + "CL:0000354", + "CL:0000793", + "CL:1000362", + "CL:0002339", + "CL:0002247", + "CL:0002211", + "CL:0000655", + "CL:4023015", + "CL:0000814", + "CL:0002298", + "CL:0000011", + "CL:0000669", + "CL:0000125", + "CL:1000453", + "CL:0002028", + "CL:0000222", + "CL:0002397", + "CL:1000618", + "CL:0002634", + "CL:4033040", + "CL:0011003", + "CL:0002459", + "CL:0002237", + "CL:0002521", + "CL:0002244", + "CL:0000498", + "CL:0002547", + "CL:0002579", + "CL:0000213", + "CL:0017002", + "CL:0002421", + "CL:4033057", + "CL:1001016", + "CL:0002109", + "CL:1000274", + "CL:0000591", + "CL:0000699", + "CL:0002644", + "CL:0000319", + "CL:0002137", + "CL:0000413", + "CL:0000100", + "CL:0000490", + "CL:0002628", + "CL:0000933", + "CL:0000679", + "CL:0002572", + "CL:0010022", + "CL:0004239", + "CL:0005001", + "CL:0000691", + "CL:2000015", + "CL:0002586", + "CL:0000453", + "CL:0002222", + "CL:0000770", + "CL:0000823", + "CL:0005018", + "CL:1000378", + "CL:0002536", + "CL:0000758", + "CL:2000036", + "CL:0002610", + "CL:4023031", + "CL:0002145", + "CL:0000965", + "CL:1000494", + "CL:0011115", + "CL:0002527", + "CL:0009113", + "CL:0009012", + "CL:0000628", + "CL:0000712", + "CL:0000099", + "CL:4023024", + "CL:4023095", + "CL:0000639", + "CL:0000385", + "CL:0000359", + "CL:0002619", + "CL:0009107", + "CL:0002175", + "CL:4023045", + "CL:4033023", + "CL:4033015", + "CL:0000528", + "CL:0000402", + "CL:0002104", + "CL:0002032", + "CL:0002605", + "CL:0011114", + "CL:0001000", + "CL:0002021", + "CL:0007022", + "CL:2000030", + "CL:0002081", + "CL:0000138", + "CL:0000943", + "CL:0004234", + "CL:0000119", + "CL:1000339", + "CL:0000959", + "CL:0010005", + "CL:0002020", + "CL:4023058", + "CL:0010002", + "CL:0009064", + "CL:4033004", + "CL:0000449", + "CL:0000689", + "CL:0002334", + "CL:1000596", + "CL:0000343", + "CL:4023077", + "CL:0002316", + "CL:1000351", + "CL:0000517", + "CL:0000047", + "CL:0009001", + "CL:0002674", + "CL:0019002", + "CL:0002001", + "CL:0002163", + "CL:0009053", + "CL:0000411", + "CL:0005020", + "CL:0000785", + "CL:0008016", + "CL:0002438", + "CL:0002328", + "CL:0000253", + "CL:0004220", + "CL:0000075", + "CL:0002555", + "CL:0000379", + "CL:0000108", + "CL:0004226", + "CL:4033060", + "CL:0002019", + "CL:0000232", + "CL:0000704", + "CL:0011008", + "CL:1000303", + "CL:0000018", + "CL:0009088", + "CL:0008034", + "CL:1001611", + "CL:0009020", + "CL:2000061", + "CL:0000207", + "CL:0002117", + "CL:0000371", + "CL:0002174", + "CL:0001015", + "CL:0000848", + "CL:1001502", + "CL:4042007", + "CL:0010007", + "CL:0008018", + "CL:0002097", + "CL:1000410", + "CL:0008033", + "CL:0000209", + "CL:0003018", + "CL:0000027", + "CL:0002170", + "CL:0002262", + "CL:0000796", + "CL:0007017", + "CL:0002668", + "CL:1000470", + "CL:0000682", + "CL:0005026", + "CL:0011011", + "CL:0005015", + "CL:0000954", + "CL:0000972", + "CL:0000789", + "CL:0009019", + "CL:0017011", + "CL:0000904", + "CL:0004139", + "CL:0009016", + "CL:4023087", + "CL:0000840", + "CL:0008049", + "CL:0002473", + "CL:0010009", + "CL:0002206", + "CL:0000287", + "CL:0009063", + "CL:0002370", + "CL:0000851", + "CL:0000701", + "CL:1001595", + "CL:4030026", + "CL:0000456", + "CL:0002449", + "CL:0000742", + "CL:1000385", + "CL:0002327", + "CL:0002013", + "CL:0002361", + "CL:1000082", + "CL:1001581", + "CL:1000302", + "CL:0003032", + "CL:0002502", + "CL:4023022", + "CL:0019028", + "CL:0000803", + "CL:0002335", + "CL:0004223", + "CL:0000484", + "CL:1001579", + "CL:0002653", + "CL:0002340", + "CL:0002258", + "CL:0002414", + "CL:4030059", + "CL:1000706", + "CL:4030015", + "CL:0000310", + "CL:0002679", + "CL:0002080", + "CL:0003005", + "CL:0000974", + "CL:0000133", + "CL:0002468", + "CL:0002177", + "CL:4030050", + "CL:0000300", + "CL:2000092", + "CL:4033061", + "CL:0000656", + "CL:0000150", + "CL:0000549", + "CL:0000902", + "CL:0000944", + "CL:0002544", + "CL:0000833", + "CL:4023122", + "CL:0000158", + "CL:0003043", + "CL:0002613", + "CL:0008003", + "CL:4023061", + "CL:0002227", + "CL:1000449", + "CL:0009002", + "CL:1000427", + "CL:0008020", + "CL:0000546", + "CL:0000914", + "CL:0001002", + "CL:0000159", + "CL:0002385", + "CL:0000928", + "CL:0001062", + "CL:1001108", + "CL:0002092", + "CL:2000018", + "CL:0009089", + "CL:1001592", + "CL:0002590", + "CL:0000113", + "CL:0000203", + "CL:0002563", + "CL:0002403", + "CL:0002611", + "CL:4030008", + "CL:0009091", + "CL:0000806", + "CL:4023076", + "CL:0000392", + "CL:4023187", + "CL:0000874", + "CL:1000435", + "CL:1000717", + "CL:0000239", + "CL:0000511", + "CL:4030039", + "CL:0000550", + "CL:0000525", + "CL:0019003", + "CL:0000438", + "CL:0000052", + "CL:0000981", + "CL:4023066", + "CL:0011101", + "CL:4033031", + "CL:0000151", + "CL:1000374", + "CL:0000542", + "CL:4030011", + "CL:0000540", + "CL:0000580", + "CL:0001009", + "CL:0000588", + "CL:0011014", + "CL:4033042", + "CL:0000816", + "CL:0000558", + "CL:0000778", + "CL:0000500", + "CL:0009030", + "CL:0008017", + "CL:4023159", + "CL:0002504", + "CL:0000690", + "CL:0002317", + "CL:2000079", + "CL:4023120", + "CL:0002629", + "CL:0017009", + "CL:0000573", + "CL:1000313", + "CL:0002253", + "CL:0019029", + "CL:0000648", + "CL:0000870", + "CL:1000236", + "CL:0001069", + "CL:0002084", + "CL:1000367", + "CL:4029001", + "CL:4033000", + "CL:0002658", + "CL:0000565", + "CL:0001033", + "CL:0000479", + "CL:0002508", + "CL:0000141", + "CL:0002592", + "CL:1001131", + "CL:0000849", + "CL:0009109", + "CL:4030023", + "CL:0004247", + "CL:0000091", + "CL:0000122", + "CL:0000741", + "CL:1001005", + "CL:0001023", + "CL:0000065", + "CL:2000089", + "CL:1000505", + "CL:0002178", + "CL:0003008", + "CL:0002209", + "CL:4023006", + "CL:0000754", + "CL:0000841", + "CL:0000175", + "CL:0004120", + "CL:0002424", + "CL:0000865", + "CL:1000600", + "CL:1000321", + "CL:0002063", + "CL:4023097", + "CL:0002198", + "CL:4030007", + "CL:4023161", + "CL:0000218", + "CL:0000021", + "CL:0000064", + "CL:1000352", + "CL:1000417", + "CL:0000167", + "CL:2000069", + "CL:0002040", + "CL:4030018", + "CL:0004231", + "CL:0000054", + "CL:0000532", + "CL:1000500", + "CL:0000830", + "CL:4023171", + "CL:0000114", + "CL:0000622", + "CL:0002429", + "CL:0001067", + "CL:0002047", + "CL:0007013", + "CL:0002638", + "CL:0000646", + "CL:1000484", + "CL:1000892", + "CL:0002172", + "CL:0000228", + "CL:0000174", + "CL:0002212", + "CL:1000380", + "CL:1000438", + "CL:4023094", + "CL:0002066", + "CL:0009084", + "CL:2000023", + "CL:0004229", + "CL:0002676", + "CL:0002091", + "CL:0001064", + "CL:0000615", + "CL:0005007", + "CL:0001012", + "CL:1000346", + "CL:0000061", + "CL:0000687", + "CL:0000148", + "CL:1000370", + "CL:0002372", + "CL:0000430", + "CL:0009026", + "CL:1001569", + "CL:0002386", + "CL:0002299", + "CL:0000383", + "CL:0002127", + "CL:0003044", + "CL:1000444", + "CL:0002195", + "CL:0003050", + "CL:0000873", + "CL:0002589", + "CL:0009037", + "CL:0005022", + "CL:0002099", + "CL:0002431", + "CL:0000242", + "CL:0000829", + "CL:0003047", + "CL:1000546", + "CL:0000464", + "CL:0002413", + "CL:0002515", + "CL:0002492", + "CL:0002073", + "CL:1000377", + "CL:1000155", + "CL:0003036", + "CL:1000742", + "CL:0001025", + "CL:0004183", + "CL:1000288", + "CL:0002510", + "CL:0002494", + "CL:2000070", + "CL:0002131", + "CL:0001073", + "CL:4023050", + "CL:0002426", + "CL:0002167", + "CL:1000001", + "CL:0000604", + "CL:0009057", + "CL:0000702", + "CL:0003037", + "CL:4023107", + "CL:0002057", + "CL:4033032", + "CL:4033005", + "CL:0000917", + "CL:0011013", + "CL:0000821", + "CL:0000973", + "CL:0000671", + "CL:1000359", + "CL:1000320", + "CL:0000657", + "CL:0000705", + "CL:0002601", + "CL:0000598", + "CL:0000327", + "CL:1000471", + "CL:1000310", + "CL:4032000", + "CL:0000016", + "CL:0002645", + "CL:0015000", + "CL:1001099", + "CL:2000029", + "CL:0000733", + "CL:4033021", + "CL:0002462", + "CL:0000596", + "CL:0009070", + "CL:2000054", + "CL:4030034", + "CL:0002033", + "CL:0004119", + "CL:0000360", + "CL:0000515", + "CL:2000056", + "CL:0007020", + "CL:0002018", + "CL:2000081", + "CL:4023068", + "CL:1001216", + "CL:0000000", + "CL:1000364", + "CL:0000238", + "CL:0003040", + "CL:0009023", + "CL:0000593", + "CL:0002447", + "CL:1000411", + "CL:0000420", + "CL:1000375", + "CL:0000834", + "CL:0000994", + "CL:0002268", + "CL:0000880", + "CL:0002168", + "CL:0002100", + "CL:0000351", + "CL:0002271", + "CL:0000896", + "CL:0000095", + "CL:0002208", + "CL:0004246", + "CL:0002491", + "CL:0000508", + "CL:0002660", + "CL:4023113", + "CL:0001010", + "CL:4023014", + "CL:0002214", + "CL:0000378", + "CL:1000491", + "CL:0001007", + "CL:0000612", + "CL:0002136", + "CL:0008047", + "CL:0002056", + "CL:0002442", + "CL:0002058", + "CL:0010020", + "CL:0002238", + "CL:0000440", + "CL:1000469", + "CL:1000222", + "CL:0000164", + "CL:4023051", + "CL:1000331", + "CL:0000092", + "CL:0002565", + "CL:0000895", + "CL:0001075", + "CL:0001200", + "CL:0002188", + "CL:0003026", + "CL:0002499", + "CL:0000786", + "CL:0000983", + "CL:0000760", + "CL:0000447", + "CL:0002263", + "CL:0002288", + "CL:2000053", + "CL:0002671", + "CL:0000912", + "CL:0002187", + "CL:0000692", + "CL:0000193", + "CL:0002301", + "CL:0001014", + "CL:0002346", + "CL:0000495", + "CL:0011016", + "CL:0005004", + "CL:4030024", + "CL:0000769", + "CL:2000028", + "CL:0002389", + "CL:0002260", + "CL:0000171", + "CL:0000323", + "CL:0008007", + "CL:0002432", + "CL:0000979", + "CL:0001024", + "CL:0000899", + "CL:0000076", + "CL:0001078", + "CL:0001060", + "CL:0007002", + "CL:0008000", + "CL:0002621", + "CL:1001601", + "CL:0002637", + "CL:2000039", + "CL:1000306", + "CL:0001203", + "CL:1000467", + "CL:0000888", + "CL:0000050", + "CL:0002191", + "CL:0010010", + "CL:0000436", + "CL:0011109", + "CL:0001068", + "CL:0002286", + "CL:0000132", + "CL:2000087", + "CL:2000097", + "CL:0003003", + "CL:0000492", + "CL:1000452", + "CL:0000510", + "CL:0002232", + "CL:4023115", + "CL:0002041", + "CL:0000661", + "CL:2000064", + "CL:0002573", + "CL:0000779", + "CL:1000277", + "CL:0000487", + "CL:0000559", + "CL:0000920", + "CL:0000562", + "CL:0003012", + "CL:0008008", + "CL:0002480", + "CL:4030040", + "CL:4023023", + "CL:0011104", + "CL:0000918", + "CL:0000938", + "CL:4023130", + "CL:4030051", + "CL:0002111", + "CL:1000349", + "CL:4033050", + "CL:0000927", + "CL:0011026", + "CL:0002529", + "CL:0000623", + "CL:0000791", + "CL:1000073", + "CL:0000317", + "CL:0000953", + "CL:1000548", + "CL:1000483", + "CL:0001070", + "CL:0003051", + "CL:0011005", + "CL:0002055", + "CL:1000715", + "CL:0002324", + "CL:0002378", + "CL:1000384", + "CL:3000003", + "CL:4042004", + "CL:0003023", + "CL:0002396", + "CL:1000697", + "CL:0000306", + "CL:0002264", + "CL:4023040" + ], "title": "CellTypeEnum", "type": "string" }, diff --git a/project/owl/BICAN_schema.owl.ttl b/project/owl/BICAN_schema.owl.ttl index 78caca8..d42c6cb 100644 --- a/project/owl/BICAN_schema.owl.ttl +++ b/project/owl/BICAN_schema.owl.ttl @@ -1,4 +1,5 @@ @prefix CAS: . +@prefix CL: . @prefix PCL: . @prefix dcterms: . @prefix linkml: . @@ -15,10 +16,10 @@ CAS:BicanTaxonomy a owl:Class, owl:allValuesFrom CAS:BicanLabelset ; owl:onProperty CAS:labelsets ], [ a owl:Restriction ; - owl:allValuesFrom CAS:BicanAnnotation ; + owl:minCardinality 1 ; owl:onProperty CAS:annotations ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom CAS:BicanAnnotation ; owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:minCardinality 1 ; @@ -37,41 +38,41 @@ CAS:BicanAnnotation a owl:Class, linkml:ClassDefinition ; rdfs:label "Bican_Annotation" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:negative_marker_gene_evidence ], + owl:allValuesFrom CAS:Cell ; + owl:onProperty CAS:cells ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:cells ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:negative_marker_gene_evidence ], + owl:allValuesFrom CAS:AnnotationTransfer ; + owl:onProperty CAS:transferred_annotations ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:cell_set_accession ], [ a owl:Restriction ; - owl:allValuesFrom CAS:AnnotationTransfer ; + owl:minCardinality 0 ; owl:onProperty CAS:transferred_annotations ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:parent_cell_set_accession ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:parent_cell_set_accession ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cell_set_accession ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; owl:onProperty CAS:parent_cell_set_accession ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:cell_set_accession ], + owl:minCardinality 0 ; + owl:onProperty CAS:negative_marker_gene_evidence ], [ a owl:Restriction ; - owl:allValuesFrom CAS:Cell ; - owl:onProperty CAS:cells ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:negative_marker_gene_evidence ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:parent_cell_set_accession ], + owl:onProperty CAS:cell_set_accession ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:transferred_annotations ], + owl:minCardinality 1 ; + owl:onProperty CAS:cell_set_accession ], CAS:Annotation ; skos:exactMatch PCL:0010001 ; skos:inScheme . @@ -80,13 +81,13 @@ CAS:BicanLabelset a owl:Class, linkml:ClassDefinition ; rdfs:label "Bican_Labelset" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom CAS:integer ; + owl:minCardinality 0 ; owl:onProperty CAS:rank ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:rank ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom CAS:integer ; owl:onProperty CAS:rank ], CAS:Labelset ; skos:exactMatch CAS:Labelset ; @@ -197,187 +198,13919 @@ CAS:uri a owl:Class, owl:onProperty linkml:topValue ; owl:qualifiedCardinality 1 ] . - a owl:Class, - CAS:AnnotationMethodOptions ; - rdfs:label "algorithmic" ; - rdfs:subClassOf CAS:AnnotationMethodOptions . +CL:0000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000000" ; + rdfs:subClassOf CAS:CellTypeEnum . - a owl:Class, - CAS:AnnotationMethodOptions ; - rdfs:label "both" ; - rdfs:subClassOf CAS:AnnotationMethodOptions . +CL:0000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000001" ; + rdfs:subClassOf CAS:CellTypeEnum . - a owl:Class, - CAS:AnnotationMethodOptions ; - rdfs:label "manual" ; - rdfs:subClassOf CAS:AnnotationMethodOptions . +CL:0000005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000005" ; + rdfs:subClassOf CAS:CellTypeEnum . -CAS:AnnotationTransfer a owl:Class, - linkml:ClassDefinition ; - rdfs:label "AnnotationTransfer" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:transferred_cell_label ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:comment ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:transferred_cell_label ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:source_taxonomy ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:comment ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:transferred_cell_label ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:source_taxonomy ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:source_node_accession ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:source_node_accession ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:source_node_accession ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:comment ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:uriorcurie ; - owl:onProperty CAS:source_taxonomy ] ; - skos:inScheme . +CL:0000006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000006" ; + rdfs:subClassOf CAS:CellTypeEnum . -CAS:AutomatedAnnotation a owl:Class, - linkml:ClassDefinition ; - rdfs:label "AutomatedAnnotation" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_version ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:reference_location ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_repo_url ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:algorithm_repo_url ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_version ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:reference_location ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_repo_url ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:algorithm_version ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:reference_location ] ; - skos:definition "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; - skos:inScheme . +CL:0000007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000007" ; + rdfs:subClassOf CAS:CellTypeEnum . -CAS:Cell a owl:Class, - linkml:ClassDefinition ; - rdfs:label "Cell" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_id ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:author_categories ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:confidence ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:author_categories ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:float ; - owl:onProperty CAS:confidence ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_id ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:confidence ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:cell_id ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:author_categories ] ; - skos:inScheme . +CL:0000008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000008" ; + rdfs:subClassOf CAS:CellTypeEnum . -CAS:CellTypeEnum a owl:Class, - linkml:EnumDefinition . +CL:0000010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000132 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000132" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000133 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000133" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000134 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000134" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000136 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000136" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000140 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000140" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000141 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000141" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000146 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000146" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000148 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000148" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000149 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000149" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000150 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000150" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000151 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000151" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000152 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000152" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000153 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000153" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000157 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000157" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000165 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000165" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000166 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000166" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000167 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000167" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000172 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000172" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000173 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000173" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000174 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000174" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000175 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000175" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000176 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000176" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000177 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000177" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000178 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000178" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000179 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000179" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000180 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000180" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000185 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000185" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000186 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000186" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000190 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000190" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000192 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000192" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000193 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000193" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000196 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000196" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000197 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000197" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000198 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000198" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000199 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000199" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000205 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000205" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000206 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000206" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000207 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000207" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000208 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000208" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000211 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000211" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000212 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000212" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000249 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000249" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000255 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000255" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000256 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000256" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000257 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000257" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000293 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000293" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000295 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000295" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000336 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000336" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000371 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000371" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000386 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000386" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000387 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000387" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000388 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000388" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000389 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000389" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000390 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000390" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000392 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000392" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000393 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000393" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000395 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000395" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000396 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000396" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000402 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000402" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000404 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000404" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000406 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000406" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000407 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000407" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000408 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000408" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000416 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000416" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000421 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000421" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000422 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000422" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000423 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000423" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000429 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000429" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000439 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000439" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000440 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000440" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000446 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000446" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000452 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000452" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000459 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000459" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000460 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000460" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000462 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000462" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000463 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000463" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000464 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000464" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000476 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000476" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000485 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000485" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000496 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000496" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000498 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000498" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000499 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000499" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000501 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000501" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000506 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000506" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000508 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000508" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000511 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000511" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000512 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000512" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000513 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000513" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000514 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000514" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000515 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000515" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000518 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000518" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000519 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000519" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000520 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000520" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000521 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000521" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000523 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000523" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000524 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000524" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000525 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000525" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000526 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000526" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000527 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000527" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000528 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000528" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000529 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000529" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000530 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000530" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000531 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000531" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000532 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000532" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000533 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000533" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000534 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000534" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000535 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000535" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000536 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000536" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000540 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000540" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000541 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000541" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000542 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000542" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000544 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000544" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000545 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000545" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000551 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000551" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000552 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000552" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000553 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000553" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000554 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000554" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000555 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000555" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000556 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000556" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000557 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000557" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000558 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000558" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000559 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000559" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000560 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000560" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000562 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000562" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000563 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000563" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000564 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000564" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000565 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000565" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000566 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000566" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000570 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000570" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000574 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000574" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000583 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000583" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000584 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000584" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000587 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000587" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000594 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000594" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000604 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000604" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000605 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000605" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000609 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000609" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000613 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000613" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000614 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000614" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000619 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000619" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000621 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000621" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000622 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000622" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000623 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000623" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000624 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000624" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000625 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000625" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000626 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000626" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000627 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000627" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000628 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000628" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000629 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000629" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000630 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000630" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000631 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000631" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000632 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000632" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000633 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000633" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000634 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000634" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000635 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000635" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000636 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000636" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000637 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000637" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000638 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000638" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000639 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000639" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000641 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000641" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000642 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000642" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000644 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000644" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000645 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000645" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000646 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000646" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000647 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000647" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000648 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000648" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000649 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000649" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000650 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000650" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000651 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000651" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000652 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000652" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000653 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000653" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000654 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000654" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000655 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000655" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000656 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000656" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000657 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000657" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000659 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000659" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000660 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000660" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000661 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000661" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000662 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000662" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000666 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000666" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000667 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000667" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000669 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000669" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000670 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000670" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000671 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000671" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000673 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000673" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000674 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000674" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000675 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000675" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000676 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000676" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000677 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000677" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000678 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000678" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000679 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000679" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000680 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000680" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000682 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000682" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000683 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000683" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000684 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000684" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000686 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000686" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000687 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000687" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000688 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000688" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000689 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000689" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000690 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000690" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000691 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000691" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000692 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000692" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000693 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000693" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000694 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000694" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000695 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000695" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000696 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000696" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000697 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000697" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000699 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000699" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000700 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000700" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000701 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000701" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000702 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000702" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000703 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000703" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000704 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000704" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000705 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000705" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000706 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000706" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000707 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000707" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000708 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000708" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000709 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000709" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000710 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000710" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000711 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000711" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000712 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000712" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000713 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000713" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000715 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000715" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000716 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000716" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000718 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000718" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000719 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000719" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000720 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000720" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000721 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000721" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000722 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000722" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000723 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000723" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000724 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000724" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000725 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000725" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000726 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000726" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000730 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000730" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000731 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000731" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000732 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000732" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000733 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000733" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000735 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000735" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000737 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000737" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000738 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000738" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000740 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000740" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000741 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000741" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000742 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000742" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000743 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000743" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000744 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000744" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000745 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000745" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000746 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000746" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000747 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000747" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000748 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000748" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000749 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000749" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000750 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000750" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000751 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000751" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000752 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000752" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000753 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000753" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000754 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000754" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000755 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000755" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000756 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000756" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000757 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000757" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000758 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000758" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000759 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000759" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000760 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000760" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000761 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000761" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000762 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000762" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000763 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000763" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000764 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000764" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000765 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000765" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000766 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000766" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000767 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000767" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000768 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000768" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000769 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000769" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000770 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000770" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000771 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000771" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000772 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000772" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000773 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000773" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000774 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000774" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000775 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000775" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000776 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000776" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000777 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000777" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000778 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000778" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000779 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000779" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000780 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000780" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000781 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000781" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000782 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000782" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000783 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000783" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000784 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000784" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000785 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000785" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000786 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000786" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000787 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000787" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000788 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000788" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000789 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000789" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000790 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000790" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000791 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000791" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000792 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000792" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000793 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000793" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000794 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000794" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000795 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000795" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000796 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000796" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000797 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000797" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000798 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000798" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000799 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000799" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000800 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000800" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000801 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000801" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000802 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000802" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000803 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000803" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000805 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000805" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000806 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000806" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000807 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000807" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000808 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000808" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000809 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000809" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000810 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000810" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000811 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000811" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000813 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000813" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000814 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000814" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000815 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000815" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000816 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000816" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000817 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000817" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000818 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000818" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000819 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000819" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000820 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000820" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000821 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000821" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000822 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000822" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000823 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000823" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000824 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000824" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000825 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000825" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000826 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000826" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000827 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000827" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000828 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000828" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000829 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000829" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000830 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000830" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000831 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000831" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000832 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000832" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000833 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000833" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000834 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000834" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000835 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000835" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000836 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000836" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000837 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000837" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000838 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000838" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000839 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000839" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000840 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000840" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000841 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000841" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000842 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000842" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000843 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000843" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000844 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000844" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000845 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000845" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000846 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000846" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000847 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000847" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000848 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000848" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000849 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000849" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000850 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000850" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000851 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000851" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000852 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000852" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000853 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000853" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000854 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000854" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000855 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000855" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000856 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000856" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000857 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000857" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000858 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000858" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000860 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000860" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000861 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000861" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000862 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000862" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000863 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000863" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000864 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000864" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000865 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000865" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000866 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000866" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000867 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000867" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000868 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000868" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000869 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000869" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000870 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000870" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000871 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000871" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000872 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000872" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000873 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000873" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000874 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000874" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000875 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000875" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000876 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000876" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000877 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000877" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000878 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000878" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000879 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000879" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000880 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000880" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000881 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000881" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000882 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000882" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000883 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000883" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000884 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000884" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000885 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000885" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000886 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000886" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000887 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000887" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000888 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000888" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000889 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000889" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000890 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000890" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000891 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000891" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000892 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000892" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000893 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000893" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000894 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000894" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000895 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000895" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000896 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000896" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000897 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000897" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000898 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000898" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000899 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000899" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000900 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000900" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000901 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000901" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000902 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000902" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000903 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000903" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000904 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000904" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000905 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000905" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000906 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000906" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000907 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000907" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000908 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000908" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000909 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000909" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000910 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000910" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000911 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000911" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000912 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000912" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000913 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000913" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000914 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000914" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000915 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000915" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000916 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000916" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000917 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000917" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000918 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000918" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000919 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000919" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000920 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000920" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000921 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000921" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000922 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000922" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000923 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000923" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000924 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000924" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000925 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000925" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000926 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000926" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000927 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000927" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000928 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000928" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000929 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000929" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000930 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000930" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000931 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000931" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000932 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000932" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000933 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000933" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000934 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000934" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000935 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000935" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000936 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000936" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000937 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000937" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000938 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000938" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000939 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000939" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000940 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000940" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000941 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000941" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000942 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000942" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000943 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000943" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000944 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000944" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000945 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000945" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000946 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000946" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000947 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000947" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000948 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000948" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000949 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000949" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000950 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000950" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000951 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000951" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000952 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000952" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000953 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000953" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000954 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000954" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000955 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000955" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000956 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000956" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000957 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000957" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000958 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000958" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000959 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000959" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000960 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000960" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000961 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000961" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000962 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000962" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000963 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000963" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000964 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000964" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000965 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000965" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000966 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000966" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000967 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000967" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000968 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000968" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000969 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000969" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000970 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000970" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000971 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000971" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000972 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000972" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000973 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000973" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000974 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000974" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000975 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000975" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000976 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000976" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000977 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000977" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000978 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000978" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000979 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000979" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000980 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000980" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000981 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000981" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000982 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000982" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000983 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000983" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000984 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000984" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000985 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000985" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000986 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000986" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000987 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000987" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000988 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000988" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000989 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000989" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000990 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000990" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000991 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000991" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000992 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000992" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000993 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000993" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000994 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000994" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000995 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000995" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000996 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000996" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000997 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000997" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000998 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000998" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000999 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000999" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001201 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001201" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002132 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002132" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002133 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002133" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002134 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002134" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002136 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002136" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002139 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002139" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002140 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002140" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002141 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002141" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002144 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002144" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002146 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002146" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002148 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002148" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002149 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002149" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002150 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002150" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002151 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002151" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002152 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002152" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002153 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002153" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002157 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002157" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002165 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002165" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002166 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002166" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002167 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002167" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002172 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002172" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002173 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002173" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002174 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002174" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002175 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002175" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002176 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002176" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002177 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002177" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002178 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002178" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002179 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002179" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002180 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002180" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002181 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002181" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002184 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002184" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002190 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002190" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002191 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002191" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002192 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002192" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002193 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002193" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002194 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002194" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002195 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002195" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002196 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002196" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002197 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002197" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002198 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002198" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002199 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002199" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002201 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002201" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002205 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002205" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002206 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002206" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002207 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002207" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002208 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002208" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002211 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002211" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002212 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002212" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002229 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002229" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002231 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002231" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002243 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002243" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002248 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002248" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002249 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002249" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002250 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002250" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002252 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002252" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002254 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002254" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002255 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002255" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002256 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002256" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002257 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002257" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002258 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002258" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002259 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002259" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002260 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002260" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002261 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002261" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002262 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002262" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002263 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002263" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002264 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002264" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002265 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002265" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002266 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002266" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002267 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002267" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002268 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002268" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002269 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002269" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002270 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002270" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002271 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002271" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002272 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002272" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002273 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002273" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002274 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002274" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002275 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002275" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002277 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002277" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002278 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002278" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002279 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002279" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002280 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002280" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002281 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002281" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002282 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002282" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002283 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002283" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002284 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002284" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002288 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002288" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002289 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002289" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002290 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002290" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002291 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002291" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002292 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002292" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002293 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002293" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002294 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002294" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002295 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002295" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002296 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002296" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002297 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002297" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002298 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002298" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002299 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002299" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002302 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002302" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002303 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002303" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002304 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002304" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002305 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002305" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002316 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002316" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002321 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002321" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002328 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002328" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002330 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002330" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002332 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002332" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002336 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002336" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002337 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002337" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002344 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002344" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002363 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002363" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002364 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002364" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002366 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002366" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002368 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002368" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002369 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002369" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002370 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002370" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002375 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002375" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002381 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002381" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002386 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002386" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002387 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002387" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002388 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002388" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002389 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002389" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002390 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002390" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002391 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002391" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002393 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002393" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002395 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002395" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002396 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002396" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002398 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002398" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002399 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002399" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002400 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002400" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002401 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002401" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002402 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002402" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002403 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002403" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002404 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002404" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002405 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002405" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002406 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002406" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002407 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002407" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002408 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002408" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002409 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002409" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002414 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002414" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002416 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002416" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002421 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002421" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002422 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002422" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002423 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002423" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002426 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002426" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002429 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002429" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002439 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002439" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002440 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002440" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002446 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002446" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002450 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002450" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002455 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002455" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002459 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002459" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002460 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002460" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002461 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002461" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002462 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002462" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002463 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002463" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002464 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002464" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002466 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002466" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002471 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002471" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002472 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002472" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002475 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002475" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002476 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002476" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002485 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002485" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002491 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002491" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002493 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002493" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002496 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002496" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002498 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002498" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002499 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002499" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002501 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002501" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002506 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002506" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002508 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002508" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002511 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002511" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002512 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002512" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002513 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002513" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002514 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002514" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002515 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002515" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002518 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002518" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002519 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002519" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002520 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002520" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002521 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002521" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002522 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002522" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002523 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002523" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002524 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002524" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002525 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002525" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002526 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002526" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002527 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002527" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002528 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002528" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002529 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002529" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002530 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002530" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002531 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002531" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002532 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002532" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002533 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002533" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002534 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002534" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002535 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002535" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002536 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002536" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002537 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002537" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002538 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002538" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002539 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002539" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002540 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002540" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002541 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002541" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002543 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002543" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002544 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002544" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002545 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002545" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002548 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002548" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002551 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002551" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002552 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002552" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002553 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002553" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002554 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002554" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002555 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002555" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002556 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002556" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002557 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002557" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002558 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002558" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002559 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002559" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002560 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002560" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002562 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002562" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002563 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002563" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002564 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002564" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002565 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002565" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002566 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002566" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002570 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002570" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002572 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002572" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002574 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002574" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002583 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002583" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002584 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002584" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002585 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002585" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002594 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002594" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002604 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002604" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002605 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002605" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002610 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002610" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002613 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002613" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002614 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002614" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002616 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002616" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002619 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002619" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002620 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002620" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002621 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002621" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002622 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002622" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002623 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002623" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002624 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002624" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002625 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002625" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002626 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002626" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002627 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002627" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002628 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002628" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002629 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002629" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002630 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002630" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002631 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002631" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002632 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002632" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002633 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002633" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002634 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002634" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002635 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002635" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002636 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002636" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002637 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002637" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002638 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002638" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002639 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002639" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002640 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002640" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002641 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002641" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002642 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002642" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002643 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002643" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002644 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002644" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002645 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002645" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002651 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002651" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002652 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002652" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002653 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002653" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002654 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002654" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002655 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002655" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002656 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002656" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002657 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002657" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002659 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002659" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002660 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002660" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002661 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002661" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002662 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002662" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002663 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002663" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002664 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002664" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002665 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002665" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002666 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002666" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002667 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002667" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002668 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002668" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002669 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002669" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002670 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002670" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002671 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002671" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002672 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002672" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002673 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002673" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002674 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002674" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002675 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002675" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002676 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002676" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002677 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002677" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002678 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002678" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002679 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002679" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002680 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002680" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004139 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004139" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004229 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004229" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004230 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004230" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004231 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004231" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004243 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004243" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004245 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004245" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004250 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004250" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004252 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004252" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0012000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0012000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0012001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0012001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0013000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0013000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0015000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0015000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000191 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000191" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000245 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000245" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000271 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000271" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000272 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000272" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000274 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000274" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000275 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000275" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000276 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000276" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000277 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000277" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000278 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000278" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000279 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000279" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000280 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000280" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000281 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000281" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000282 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000282" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000283 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000283" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000284 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000284" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000288 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000288" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000289 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000289" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000290 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000290" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000291 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000291" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000296 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000296" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000298 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000298" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000299 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000299" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000302 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000302" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000303 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000303" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000304 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000304" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000305 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000305" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000321 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000321" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000330 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000330" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000331 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000331" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000332 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000332" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000337 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000337" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000344 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000344" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000363 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000363" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000364 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000364" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000366 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000366" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000368 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000368" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000369 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000369" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000370 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000370" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000371 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000371" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000375 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000375" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000381 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000381" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000391 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000391" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000398 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000398" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000405 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000405" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000409 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000409" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000414 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000414" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000426 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000426" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000450 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000450" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000452 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000452" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000466 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000466" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000471 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000471" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000472 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000472" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000491 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000491" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000493 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000493" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000548 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000548" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000616 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000616" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000682 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000682" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000691 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000691" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000692 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000692" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000693 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000693" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000695 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000695" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000696 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000696" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000697 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000697" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000698 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000698" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000699 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000699" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000702 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000702" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000703 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000703" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000706 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000706" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000708 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000708" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000714 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000714" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000715 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000715" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000716 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000716" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000717 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000717" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000718 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000718" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000719 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000719" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000720 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000720" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000721 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000721" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000742 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000742" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000746 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000746" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000768 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000768" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000803 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000803" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000804 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000804" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000838 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000838" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000839 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000839" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000849 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000849" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000850 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000850" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000854 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000854" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000891 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000891" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000892 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000892" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000893 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000893" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000909 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000909" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000979 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000979" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001572 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001572" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001585 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001585" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001587 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001587" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001609 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001609" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001610 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001610" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4006000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4006000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4006001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4006001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023181 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023181" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4032000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4032000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4032001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4032001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042013" ; + rdfs:subClassOf CAS:CellTypeEnum . + + a owl:Class, + CAS:AnnotationMethodOptions ; + rdfs:label "algorithmic" ; + rdfs:subClassOf CAS:AnnotationMethodOptions . + + a owl:Class, + CAS:AnnotationMethodOptions ; + rdfs:label "both" ; + rdfs:subClassOf CAS:AnnotationMethodOptions . + + a owl:Class, + CAS:AnnotationMethodOptions ; + rdfs:label "manual" ; + rdfs:subClassOf CAS:AnnotationMethodOptions . + +CAS:AnnotationTransfer a owl:Class, + linkml:ClassDefinition ; + rdfs:label "AnnotationTransfer" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:comment ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:source_node_accession ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:transferred_cell_label ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:uriorcurie ; + owl:onProperty CAS:source_taxonomy ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:source_taxonomy ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:source_taxonomy ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:source_node_accession ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:comment ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:source_node_accession ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:transferred_cell_label ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:transferred_cell_label ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:comment ] ; + skos:inScheme . + +CAS:AutomatedAnnotation a owl:Class, + linkml:ClassDefinition ; + rdfs:label "AutomatedAnnotation" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_repo_url ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_version ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:algorithm_repo_url ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:reference_location ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_repo_url ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_version ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:algorithm_version ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:reference_location ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:reference_location ] ; + skos:definition "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; + skos:inScheme . + +CAS:Cell a owl:Class, + linkml:ClassDefinition ; + rdfs:label "Cell" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:cell_id ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:confidence ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:float ; + owl:onProperty CAS:confidence ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:author_categories ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:confidence ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_id ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:author_categories ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cell_id ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:author_categories ] ; + skos:inScheme . CAS:Review a owl:Class, linkml:ClassDefinition ; rdfs:label "Review" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom CAS:ReviewOptions ; - owl:onProperty CAS:review ], + owl:minCardinality 0 ; + owl:onProperty CAS:explanation ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:reviewer ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:explanation ], + owl:allValuesFrom CAS:ReviewOptions ; + owl:onProperty CAS:review ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:explanation ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:review ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:datestamp ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:reviewer ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:datestamp ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:review ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:review ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:datestamp ], + owl:onProperty CAS:reviewer ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:datestamp ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:explanation ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:datestamp ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:reviewer ] ; + owl:onProperty CAS:explanation ] ; skos:inScheme . a owl:Class, @@ -395,115 +14128,115 @@ CAS:Taxonomy a owl:Class, rdfs:label "Taxonomy" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:author_contact ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:Annotation ; - owl:onProperty CAS:annotations ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:title ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_url ], + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:title ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_timestamp ], + owl:onProperty CAS:author_list ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_version ], + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:description ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:author_contact ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:author_name ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:matrix_file_id ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:labelsets ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:title ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:author_list ], + owl:minCardinality 0 ; + owl:onProperty CAS:orcid ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:author_list ], + owl:onProperty CAS:author_contact ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:annotations ], + owl:maxCardinality 1 ; + owl:onProperty CAS:orcid ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:author_name ], + owl:maxCardinality 1 ; + owl:onProperty CAS:author_contact ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:orcid ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_url ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_schema_version ], - [ a owl:Restriction ; - owl:minCardinality 0 ; owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:minCardinality 0 ; owl:onProperty CAS:cellannotation_version ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:description ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:orcid ], + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:author_list ], + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:description ], + owl:onProperty CAS:title ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:description ], + owl:minCardinality 1 ; + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:author_contact ], + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:author_contact ], + owl:onProperty CAS:cellannotation_url ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:Labelset ; + owl:onProperty CAS:labelsets ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_url ], + owl:onProperty CAS:author_list ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty CAS:author_name ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:author_name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:orcid ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:author_name ], + owl:minCardinality 0 ; + owl:onProperty CAS:author_list ], [ a owl:Restriction ; - owl:allValuesFrom CAS:Labelset ; - owl:onProperty CAS:labelsets ], + owl:minCardinality 0 ; + owl:onProperty CAS:cellannotation_timestamp ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cellannotation_version ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:description ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:matrix_file_id ] ; + owl:onProperty CAS:description ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:Annotation ; + owl:onProperty CAS:annotations ] ; skos:inScheme . CAS:cell_ids a owl:ObjectProperty, @@ -558,98 +14291,98 @@ CAS:Annotation a owl:Class, linkml:ClassDefinition ; rdfs:label "Annotation" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cell_ids ], + owl:allValuesFrom CAS:CellTypeEnum ; + owl:onProperty CAS:cell_ontology_term_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:synonyms ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:rationale_dois ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:Review ; - owl:onProperty CAS:reviews ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:labelset ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:CellTypeEnum ; - owl:onProperty CAS:cell_ontology_term_id ], + owl:onProperty CAS:cell_ontology_term ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:rationale_dois ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty CAS:author_annotation_fields ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:rationale ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:cell_ids ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:cell_ids ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cell_ontology_term_id ], + owl:onProperty CAS:cell_ontology_term ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_ontology_term ], + owl:onProperty CAS:rationale_dois ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_fullname ], + owl:minCardinality 0 ; + owl:onProperty CAS:rationale_dois ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty CAS:reviews ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty CAS:labelset ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:cell_label ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cell_fullname ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:synonyms ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:rationale ], + owl:onProperty CAS:marker_gene_evidence ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:rationale ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cell_ontology_term ], + owl:onProperty CAS:cell_fullname ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:reviews ], + owl:onProperty CAS:author_annotation_fields ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:marker_gene_evidence ], + owl:allValuesFrom CAS:Review ; + owl:onProperty CAS:reviews ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty CAS:author_annotation_fields ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:minCardinality 1 ; + owl:onProperty CAS:labelset ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty CAS:cell_ontology_term_id ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:synonyms ], + owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:marker_gene_evidence ], + owl:onProperty CAS:cell_ontology_term_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_fullname ], - [ a owl:Restriction ; - owl:minCardinality 0 ; owl:onProperty CAS:cell_ontology_term ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:rationale ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_label ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:labelset ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_fullname ], + owl:onProperty CAS:marker_gene_evidence ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:author_annotation_fields ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_label ] ; + owl:onProperty CAS:labelset ] ; skos:definition "A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools using this schema are encouarged to specify a larger set of compulsory fields for publication. Note: This schema deliberately allows for additional fields in order to support ad hoc user fields, new formal schema extensions and project/tool specific metadata." ; skos:exactMatch PCL:0010001 ; skos:inScheme . @@ -922,41 +14655,41 @@ CAS:Labelset a owl:Class, linkml:ClassDefinition ; rdfs:label "Labelset" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty CAS:description ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:annotation_method ], + owl:allValuesFrom CAS:AutomatedAnnotation ; + owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty CAS:name ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:automated_annotation ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:description ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:annotation_method ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:description ], [ a owl:Restriction ; - owl:allValuesFrom CAS:AutomatedAnnotation ; + owl:maxCardinality 1 ; owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:name ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:name ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:description ], + owl:onProperty CAS:annotation_method ], [ a owl:Restriction ; owl:allValuesFrom CAS:AnnotationMethodOptions ; owl:onProperty CAS:annotation_method ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:description ] ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:name ] ; skos:inScheme . CAS:annotations a owl:ObjectProperty, @@ -1019,3 +14752,2754 @@ CAS:string a owl:Class, dcterms:title "General Cell Annotation Open Standard" ; skos:definition "General, open-standard schema for cell annotations" . +CAS:CellTypeEnum a owl:Class, + linkml:EnumDefinition ; + owl:unionOf ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; + linkml:permissible_values CL:0000000, + CL:0000001, + CL:0000005, + CL:0000006, + CL:0000007, + CL:0000008, + CL:0000010, + CL:0000011, + CL:0000014, + CL:0000015, + CL:0000016, + CL:0000017, + CL:0000018, + CL:0000019, + CL:0000020, + CL:0000021, + CL:0000022, + CL:0000023, + CL:0000024, + CL:0000025, + CL:0000026, + CL:0000027, + CL:0000028, + CL:0000029, + CL:0000030, + CL:0000031, + CL:0000032, + CL:0000033, + CL:0000034, + CL:0000035, + CL:0000036, + CL:0000037, + CL:0000038, + CL:0000039, + CL:0000040, + CL:0000041, + CL:0000042, + CL:0000043, + CL:0000047, + CL:0000048, + CL:0000049, + CL:0000050, + CL:0000051, + CL:0000052, + CL:0000054, + CL:0000055, + CL:0000056, + CL:0000057, + CL:0000058, + CL:0000059, + CL:0000060, + CL:0000061, + CL:0000062, + CL:0000064, + CL:0000065, + CL:0000066, + CL:0000067, + CL:0000068, + CL:0000069, + CL:0000071, + CL:0000072, + CL:0000075, + CL:0000076, + CL:0000077, + CL:0000078, + CL:0000079, + CL:0000080, + CL:0000081, + CL:0000082, + CL:0000083, + CL:0000084, + CL:0000091, + CL:0000092, + CL:0000094, + CL:0000095, + CL:0000096, + CL:0000097, + CL:0000098, + CL:0000099, + CL:0000100, + CL:0000101, + CL:0000102, + CL:0000103, + CL:0000104, + CL:0000105, + CL:0000106, + CL:0000107, + CL:0000108, + CL:0000109, + CL:0000110, + CL:0000112, + CL:0000113, + CL:0000114, + CL:0000115, + CL:0000116, + CL:0000117, + CL:0000118, + CL:0000119, + CL:0000120, + CL:0000121, + CL:0000122, + CL:0000123, + CL:0000125, + CL:0000126, + CL:0000127, + CL:0000128, + CL:0000129, + CL:0000130, + CL:0000131, + CL:0000132, + CL:0000133, + CL:0000134, + CL:0000135, + CL:0000136, + CL:0000137, + CL:0000138, + CL:0000140, + CL:0000141, + CL:0000142, + CL:0000143, + CL:0000145, + CL:0000146, + CL:0000147, + CL:0000148, + CL:0000149, + CL:0000150, + CL:0000151, + CL:0000152, + CL:0000153, + CL:0000154, + CL:0000155, + CL:0000157, + CL:0000158, + CL:0000159, + CL:0000160, + CL:0000162, + CL:0000163, + CL:0000164, + CL:0000165, + CL:0000166, + CL:0000167, + CL:0000168, + CL:0000169, + CL:0000170, + CL:0000171, + CL:0000172, + CL:0000173, + CL:0000174, + CL:0000175, + CL:0000176, + CL:0000177, + CL:0000178, + CL:0000179, + CL:0000180, + CL:0000182, + CL:0000183, + CL:0000185, + CL:0000186, + CL:0000187, + CL:0000188, + CL:0000189, + CL:0000190, + CL:0000192, + CL:0000193, + CL:0000196, + CL:0000197, + CL:0000198, + CL:0000199, + CL:0000200, + CL:0000202, + CL:0000203, + CL:0000204, + CL:0000205, + CL:0000206, + CL:0000207, + CL:0000208, + CL:0000209, + CL:0000210, + CL:0000211, + CL:0000212, + CL:0000213, + CL:0000214, + CL:0000215, + CL:0000216, + CL:0000217, + CL:0000218, + CL:0000219, + CL:0000221, + CL:0000222, + CL:0000223, + CL:0000225, + CL:0000226, + CL:0000227, + CL:0000228, + CL:0000232, + CL:0000233, + CL:0000234, + CL:0000235, + CL:0000236, + CL:0000237, + CL:0000238, + CL:0000239, + CL:0000240, + CL:0000241, + CL:0000242, + CL:0000244, + CL:0000246, + CL:0000247, + CL:0000249, + CL:0000251, + CL:0000253, + CL:0000255, + CL:0000256, + CL:0000257, + CL:0000286, + CL:0000287, + CL:0000293, + CL:0000295, + CL:0000300, + CL:0000301, + CL:0000306, + CL:0000307, + CL:0000308, + CL:0000309, + CL:0000310, + CL:0000311, + CL:0000312, + CL:0000313, + CL:0000314, + CL:0000315, + CL:0000317, + CL:0000318, + CL:0000319, + CL:0000322, + CL:0000323, + CL:0000324, + CL:0000325, + CL:0000326, + CL:0000327, + CL:0000329, + CL:0000333, + CL:0000334, + CL:0000335, + CL:0000336, + CL:0000338, + CL:0000339, + CL:0000340, + CL:0000341, + CL:0000342, + CL:0000343, + CL:0000345, + CL:0000346, + CL:0000347, + CL:0000348, + CL:0000349, + CL:0000350, + CL:0000351, + CL:0000352, + CL:0000353, + CL:0000354, + CL:0000355, + CL:0000356, + CL:0000357, + CL:0000358, + CL:0000359, + CL:0000360, + CL:0000361, + CL:0000362, + CL:0000365, + CL:0000367, + CL:0000371, + CL:0000372, + CL:0000373, + CL:0000374, + CL:0000376, + CL:0000377, + CL:0000378, + CL:0000379, + CL:0000380, + CL:0000382, + CL:0000383, + CL:0000384, + CL:0000385, + CL:0000386, + CL:0000387, + CL:0000388, + CL:0000389, + CL:0000390, + CL:0000392, + CL:0000393, + CL:0000394, + CL:0000395, + CL:0000396, + CL:0000397, + CL:0000402, + CL:0000404, + CL:0000406, + CL:0000407, + CL:0000408, + CL:0000410, + CL:0000411, + CL:0000412, + CL:0000413, + CL:0000415, + CL:0000416, + CL:0000417, + CL:0000418, + CL:0000419, + CL:0000420, + CL:0000421, + CL:0000422, + CL:0000423, + CL:0000424, + CL:0000425, + CL:0000427, + CL:0000428, + CL:0000429, + CL:0000430, + CL:0000431, + CL:0000432, + CL:0000434, + CL:0000435, + CL:0000436, + CL:0000437, + CL:0000438, + CL:0000439, + CL:0000440, + CL:0000441, + CL:0000442, + CL:0000443, + CL:0000444, + CL:0000445, + CL:0000446, + CL:0000447, + CL:0000448, + CL:0000449, + CL:0000451, + CL:0000452, + CL:0000453, + CL:0000454, + CL:0000456, + CL:0000457, + CL:0000458, + CL:0000459, + CL:0000460, + CL:0000462, + CL:0000463, + CL:0000464, + CL:0000465, + CL:0000467, + CL:0000468, + CL:0000469, + CL:0000470, + CL:0000473, + CL:0000474, + CL:0000476, + CL:0000477, + CL:0000478, + CL:0000479, + CL:0000480, + CL:0000481, + CL:0000482, + CL:0000483, + CL:0000484, + CL:0000485, + CL:0000486, + CL:0000487, + CL:0000488, + CL:0000489, + CL:0000490, + CL:0000492, + CL:0000494, + CL:0000495, + CL:0000496, + CL:0000497, + CL:0000498, + CL:0000499, + CL:0000500, + CL:0000501, + CL:0000502, + CL:0000503, + CL:0000504, + CL:0000505, + CL:0000506, + CL:0000507, + CL:0000508, + CL:0000509, + CL:0000510, + CL:0000511, + CL:0000512, + CL:0000513, + CL:0000514, + CL:0000515, + CL:0000516, + CL:0000517, + CL:0000518, + CL:0000519, + CL:0000520, + CL:0000521, + CL:0000523, + CL:0000524, + CL:0000525, + CL:0000526, + CL:0000527, + CL:0000528, + CL:0000529, + CL:0000530, + CL:0000531, + CL:0000532, + CL:0000533, + CL:0000534, + CL:0000535, + CL:0000536, + CL:0000540, + CL:0000541, + CL:0000542, + CL:0000544, + CL:0000545, + CL:0000546, + CL:0000547, + CL:0000549, + CL:0000550, + CL:0000551, + CL:0000552, + CL:0000553, + CL:0000554, + CL:0000555, + CL:0000556, + CL:0000557, + CL:0000558, + CL:0000559, + CL:0000560, + CL:0000561, + CL:0000562, + CL:0000563, + CL:0000564, + CL:0000565, + CL:0000566, + CL:0000567, + CL:0000568, + CL:0000569, + CL:0000570, + CL:0000571, + CL:0000573, + CL:0000574, + CL:0000575, + CL:0000576, + CL:0000577, + CL:0000578, + CL:0000579, + CL:0000580, + CL:0000581, + CL:0000582, + CL:0000583, + CL:0000584, + CL:0000586, + CL:0000587, + CL:0000588, + CL:0000589, + CL:0000590, + CL:0000591, + CL:0000592, + CL:0000593, + CL:0000594, + CL:0000595, + CL:0000596, + CL:0000597, + CL:0000598, + CL:0000599, + CL:0000600, + CL:0000601, + CL:0000602, + CL:0000603, + CL:0000604, + CL:0000605, + CL:0000606, + CL:0000607, + CL:0000608, + CL:0000609, + CL:0000611, + CL:0000612, + CL:0000613, + CL:0000614, + CL:0000615, + CL:0000617, + CL:0000618, + CL:0000619, + CL:0000621, + CL:0000622, + CL:0000623, + CL:0000624, + CL:0000625, + CL:0000626, + CL:0000627, + CL:0000628, + CL:0000629, + CL:0000630, + CL:0000631, + CL:0000632, + CL:0000633, + CL:0000634, + CL:0000635, + CL:0000636, + CL:0000637, + CL:0000638, + CL:0000639, + CL:0000641, + CL:0000642, + CL:0000644, + CL:0000645, + CL:0000646, + CL:0000647, + CL:0000648, + CL:0000649, + CL:0000650, + CL:0000651, + CL:0000652, + CL:0000653, + CL:0000654, + CL:0000655, + CL:0000656, + CL:0000657, + CL:0000658, + CL:0000659, + CL:0000660, + CL:0000661, + CL:0000662, + CL:0000666, + CL:0000667, + CL:0000669, + CL:0000670, + CL:0000671, + CL:0000673, + CL:0000674, + CL:0000675, + CL:0000676, + CL:0000677, + CL:0000678, + CL:0000679, + CL:0000680, + CL:0000681, + CL:0000682, + CL:0000683, + CL:0000684, + CL:0000686, + CL:0000687, + CL:0000688, + CL:0000689, + CL:0000690, + CL:0000691, + CL:0000692, + CL:0000693, + CL:0000694, + CL:0000695, + CL:0000696, + CL:0000697, + CL:0000699, + CL:0000700, + CL:0000701, + CL:0000702, + CL:0000703, + CL:0000704, + CL:0000705, + CL:0000706, + CL:0000707, + CL:0000708, + CL:0000709, + CL:0000710, + CL:0000711, + CL:0000712, + CL:0000713, + CL:0000715, + CL:0000716, + CL:0000718, + CL:0000719, + CL:0000720, + CL:0000721, + CL:0000722, + CL:0000723, + CL:0000724, + CL:0000725, + CL:0000726, + CL:0000730, + CL:0000731, + CL:0000732, + CL:0000733, + CL:0000735, + CL:0000737, + CL:0000738, + CL:0000740, + CL:0000741, + CL:0000742, + CL:0000743, + CL:0000744, + CL:0000745, + CL:0000746, + CL:0000747, + CL:0000748, + CL:0000749, + CL:0000750, + CL:0000751, + CL:0000752, + CL:0000753, + CL:0000754, + CL:0000755, + CL:0000756, + CL:0000757, + CL:0000758, + CL:0000759, + CL:0000760, + CL:0000761, + CL:0000762, + CL:0000763, + CL:0000764, + CL:0000765, + CL:0000766, + CL:0000767, + CL:0000768, + CL:0000769, + CL:0000770, + CL:0000771, + CL:0000772, + CL:0000773, + CL:0000774, + CL:0000775, + CL:0000776, + CL:0000777, + CL:0000778, + CL:0000779, + CL:0000780, + CL:0000781, + CL:0000782, + CL:0000783, + CL:0000784, + CL:0000785, + CL:0000786, + CL:0000787, + CL:0000788, + CL:0000789, + CL:0000790, + CL:0000791, + CL:0000792, + CL:0000793, + CL:0000794, + CL:0000795, + CL:0000796, + CL:0000797, + CL:0000798, + CL:0000799, + CL:0000800, + CL:0000801, + CL:0000802, + CL:0000803, + CL:0000805, + CL:0000806, + CL:0000807, + CL:0000808, + CL:0000809, + CL:0000810, + CL:0000811, + CL:0000813, + CL:0000814, + CL:0000815, + CL:0000816, + CL:0000817, + CL:0000818, + CL:0000819, + CL:0000820, + CL:0000821, + CL:0000822, + CL:0000823, + CL:0000824, + CL:0000825, + CL:0000826, + CL:0000827, + CL:0000828, + CL:0000829, + CL:0000830, + CL:0000831, + CL:0000832, + CL:0000833, + CL:0000834, + CL:0000835, + CL:0000836, + CL:0000837, + CL:0000838, + CL:0000839, + CL:0000840, + CL:0000841, + CL:0000842, + CL:0000843, + CL:0000844, + CL:0000845, + CL:0000846, + CL:0000847, + CL:0000848, + CL:0000849, + CL:0000850, + CL:0000851, + CL:0000852, + CL:0000853, + CL:0000854, + CL:0000855, + CL:0000856, + CL:0000857, + CL:0000858, + CL:0000860, + CL:0000861, + CL:0000862, + CL:0000863, + CL:0000864, + CL:0000865, + CL:0000866, + CL:0000867, + CL:0000868, + CL:0000869, + CL:0000870, + CL:0000871, + CL:0000872, + CL:0000873, + CL:0000874, + CL:0000875, + CL:0000876, + CL:0000877, + CL:0000878, + CL:0000879, + CL:0000880, + CL:0000881, + CL:0000882, + CL:0000883, + CL:0000884, + CL:0000885, + CL:0000886, + CL:0000887, + CL:0000888, + CL:0000889, + CL:0000890, + CL:0000891, + CL:0000892, + CL:0000893, + CL:0000894, + CL:0000895, + CL:0000896, + CL:0000897, + CL:0000898, + CL:0000899, + CL:0000900, + CL:0000901, + CL:0000902, + CL:0000903, + CL:0000904, + CL:0000905, + CL:0000906, + CL:0000907, + CL:0000908, + CL:0000909, + CL:0000910, + CL:0000911, + CL:0000912, + CL:0000913, + CL:0000914, + CL:0000915, + CL:0000916, + CL:0000917, + CL:0000918, + CL:0000919, + CL:0000920, + CL:0000921, + CL:0000922, + CL:0000923, + CL:0000924, + CL:0000925, + CL:0000926, + CL:0000927, + CL:0000928, + CL:0000929, + CL:0000930, + CL:0000931, + CL:0000932, + CL:0000933, + CL:0000934, + CL:0000935, + CL:0000936, + CL:0000937, + CL:0000938, + CL:0000939, + CL:0000940, + CL:0000941, + CL:0000942, + CL:0000943, + CL:0000944, + CL:0000945, + CL:0000946, + CL:0000947, + CL:0000948, + CL:0000949, + CL:0000950, + CL:0000951, + CL:0000952, + CL:0000953, + CL:0000954, + CL:0000955, + CL:0000956, + CL:0000957, + CL:0000958, + CL:0000959, + CL:0000960, + CL:0000961, + CL:0000962, + CL:0000963, + CL:0000964, + CL:0000965, + CL:0000966, + CL:0000967, + CL:0000968, + CL:0000969, + CL:0000970, + CL:0000971, + CL:0000972, + CL:0000973, + CL:0000974, + CL:0000975, + CL:0000976, + CL:0000977, + CL:0000978, + CL:0000979, + CL:0000980, + CL:0000981, + CL:0000982, + CL:0000983, + CL:0000984, + CL:0000985, + CL:0000986, + CL:0000987, + CL:0000988, + CL:0000989, + CL:0000990, + CL:0000991, + CL:0000992, + CL:0000993, + CL:0000994, + CL:0000995, + CL:0000996, + CL:0000997, + CL:0000998, + CL:0000999, + CL:0001000, + CL:0001001, + CL:0001002, + CL:0001003, + CL:0001004, + CL:0001005, + CL:0001006, + CL:0001007, + CL:0001008, + CL:0001009, + CL:0001010, + CL:0001011, + CL:0001012, + CL:0001013, + CL:0001014, + CL:0001015, + CL:0001016, + CL:0001017, + CL:0001018, + CL:0001019, + CL:0001020, + CL:0001021, + CL:0001022, + CL:0001023, + CL:0001024, + CL:0001025, + CL:0001026, + CL:0001027, + CL:0001028, + CL:0001029, + CL:0001030, + CL:0001031, + CL:0001032, + CL:0001033, + CL:0001034, + CL:0001035, + CL:0001039, + CL:0001040, + CL:0001041, + CL:0001042, + CL:0001043, + CL:0001044, + CL:0001045, + CL:0001046, + CL:0001047, + CL:0001048, + CL:0001049, + CL:0001050, + CL:0001051, + CL:0001052, + CL:0001053, + CL:0001054, + CL:0001055, + CL:0001056, + CL:0001057, + CL:0001058, + CL:0001059, + CL:0001060, + CL:0001061, + CL:0001062, + CL:0001063, + CL:0001064, + CL:0001065, + CL:0001066, + CL:0001067, + CL:0001068, + CL:0001069, + CL:0001070, + CL:0001071, + CL:0001072, + CL:0001073, + CL:0001074, + CL:0001075, + CL:0001076, + CL:0001077, + CL:0001078, + CL:0001079, + CL:0001080, + CL:0001081, + CL:0001082, + CL:0001087, + CL:0001200, + CL:0001201, + CL:0001202, + CL:0001203, + CL:0001204, + CL:0001658, + CL:0002000, + CL:0002001, + CL:0002002, + CL:0002003, + CL:0002004, + CL:0002005, + CL:0002006, + CL:0002007, + CL:0002008, + CL:0002009, + CL:0002010, + CL:0002011, + CL:0002012, + CL:0002013, + CL:0002014, + CL:0002015, + CL:0002016, + CL:0002017, + CL:0002018, + CL:0002019, + CL:0002020, + CL:0002021, + CL:0002022, + CL:0002023, + CL:0002024, + CL:0002025, + CL:0002026, + CL:0002027, + CL:0002028, + CL:0002029, + CL:0002030, + CL:0002031, + CL:0002032, + CL:0002033, + CL:0002034, + CL:0002035, + CL:0002036, + CL:0002037, + CL:0002038, + CL:0002039, + CL:0002040, + CL:0002041, + CL:0002042, + CL:0002043, + CL:0002044, + CL:0002045, + CL:0002046, + CL:0002047, + CL:0002048, + CL:0002049, + CL:0002050, + CL:0002051, + CL:0002052, + CL:0002053, + CL:0002054, + CL:0002055, + CL:0002056, + CL:0002057, + CL:0002058, + CL:0002059, + CL:0002060, + CL:0002061, + CL:0002062, + CL:0002063, + CL:0002064, + CL:0002066, + CL:0002067, + CL:0002068, + CL:0002069, + CL:0002070, + CL:0002071, + CL:0002072, + CL:0002073, + CL:0002074, + CL:0002075, + CL:0002076, + CL:0002077, + CL:0002078, + CL:0002079, + CL:0002080, + CL:0002081, + CL:0002082, + CL:0002083, + CL:0002084, + CL:0002085, + CL:0002086, + CL:0002087, + CL:0002088, + CL:0002089, + CL:0002090, + CL:0002091, + CL:0002092, + CL:0002093, + CL:0002094, + CL:0002095, + CL:0002096, + CL:0002097, + CL:0002098, + CL:0002099, + CL:0002100, + CL:0002101, + CL:0002102, + CL:0002103, + CL:0002104, + CL:0002105, + CL:0002106, + CL:0002107, + CL:0002108, + CL:0002109, + CL:0002110, + CL:0002111, + CL:0002112, + CL:0002113, + CL:0002114, + CL:0002115, + CL:0002116, + CL:0002117, + CL:0002118, + CL:0002119, + CL:0002120, + CL:0002121, + CL:0002122, + CL:0002123, + CL:0002124, + CL:0002125, + CL:0002126, + CL:0002127, + CL:0002128, + CL:0002129, + CL:0002130, + CL:0002131, + CL:0002132, + CL:0002133, + CL:0002134, + CL:0002135, + CL:0002136, + CL:0002137, + CL:0002138, + CL:0002139, + CL:0002140, + CL:0002141, + CL:0002142, + CL:0002143, + CL:0002144, + CL:0002145, + CL:0002146, + CL:0002147, + CL:0002148, + CL:0002149, + CL:0002150, + CL:0002151, + CL:0002152, + CL:0002153, + CL:0002154, + CL:0002155, + CL:0002157, + CL:0002158, + CL:0002159, + CL:0002160, + CL:0002161, + CL:0002162, + CL:0002163, + CL:0002164, + CL:0002165, + CL:0002166, + CL:0002167, + CL:0002168, + CL:0002169, + CL:0002170, + CL:0002171, + CL:0002172, + CL:0002173, + CL:0002174, + CL:0002175, + CL:0002176, + CL:0002177, + CL:0002178, + CL:0002179, + CL:0002180, + CL:0002181, + CL:0002182, + CL:0002183, + CL:0002184, + CL:0002187, + CL:0002188, + CL:0002189, + CL:0002190, + CL:0002191, + CL:0002192, + CL:0002193, + CL:0002194, + CL:0002195, + CL:0002196, + CL:0002197, + CL:0002198, + CL:0002199, + CL:0002200, + CL:0002201, + CL:0002202, + CL:0002203, + CL:0002204, + CL:0002205, + CL:0002206, + CL:0002207, + CL:0002208, + CL:0002209, + CL:0002210, + CL:0002211, + CL:0002212, + CL:0002213, + CL:0002214, + CL:0002215, + CL:0002216, + CL:0002217, + CL:0002218, + CL:0002219, + CL:0002220, + CL:0002221, + CL:0002222, + CL:0002223, + CL:0002224, + CL:0002225, + CL:0002226, + CL:0002227, + CL:0002228, + CL:0002229, + CL:0002231, + CL:0002232, + CL:0002233, + CL:0002234, + CL:0002235, + CL:0002236, + CL:0002237, + CL:0002238, + CL:0002239, + CL:0002240, + CL:0002241, + CL:0002242, + CL:0002243, + CL:0002244, + CL:0002246, + CL:0002247, + CL:0002248, + CL:0002249, + CL:0002250, + CL:0002251, + CL:0002252, + CL:0002253, + CL:0002254, + CL:0002255, + CL:0002256, + CL:0002257, + CL:0002258, + CL:0002259, + CL:0002260, + CL:0002261, + CL:0002262, + CL:0002263, + CL:0002264, + CL:0002265, + CL:0002266, + CL:0002267, + CL:0002268, + CL:0002269, + CL:0002270, + CL:0002271, + CL:0002272, + CL:0002273, + CL:0002274, + CL:0002275, + CL:0002277, + CL:0002278, + CL:0002279, + CL:0002280, + CL:0002281, + CL:0002282, + CL:0002283, + CL:0002284, + CL:0002285, + CL:0002286, + CL:0002287, + CL:0002288, + CL:0002289, + CL:0002290, + CL:0002291, + CL:0002292, + CL:0002293, + CL:0002294, + CL:0002295, + CL:0002296, + CL:0002297, + CL:0002298, + CL:0002299, + CL:0002300, + CL:0002301, + CL:0002302, + CL:0002303, + CL:0002304, + CL:0002305, + CL:0002306, + CL:0002307, + CL:0002308, + CL:0002309, + CL:0002310, + CL:0002311, + CL:0002312, + CL:0002313, + CL:0002314, + CL:0002315, + CL:0002316, + CL:0002317, + CL:0002318, + CL:0002319, + CL:0002320, + CL:0002321, + CL:0002322, + CL:0002323, + CL:0002324, + CL:0002325, + CL:0002326, + CL:0002327, + CL:0002328, + CL:0002329, + CL:0002330, + CL:0002332, + CL:0002333, + CL:0002334, + CL:0002335, + CL:0002336, + CL:0002337, + CL:0002338, + CL:0002339, + CL:0002340, + CL:0002341, + CL:0002342, + CL:0002343, + CL:0002344, + CL:0002345, + CL:0002346, + CL:0002347, + CL:0002348, + CL:0002349, + CL:0002350, + CL:0002351, + CL:0002352, + CL:0002353, + CL:0002354, + CL:0002355, + CL:0002356, + CL:0002357, + CL:0002358, + CL:0002359, + CL:0002360, + CL:0002361, + CL:0002362, + CL:0002363, + CL:0002364, + CL:0002365, + CL:0002366, + CL:0002367, + CL:0002368, + CL:0002369, + CL:0002370, + CL:0002372, + CL:0002373, + CL:0002374, + CL:0002375, + CL:0002376, + CL:0002377, + CL:0002378, + CL:0002379, + CL:0002380, + CL:0002381, + CL:0002382, + CL:0002383, + CL:0002384, + CL:0002385, + CL:0002386, + CL:0002387, + CL:0002388, + CL:0002389, + CL:0002390, + CL:0002391, + CL:0002393, + CL:0002394, + CL:0002395, + CL:0002396, + CL:0002397, + CL:0002398, + CL:0002399, + CL:0002400, + CL:0002401, + CL:0002402, + CL:0002403, + CL:0002404, + CL:0002405, + CL:0002406, + CL:0002407, + CL:0002408, + CL:0002409, + CL:0002410, + CL:0002411, + CL:0002412, + CL:0002413, + CL:0002414, + CL:0002415, + CL:0002416, + CL:0002417, + CL:0002418, + CL:0002419, + CL:0002420, + CL:0002421, + CL:0002422, + CL:0002423, + CL:0002424, + CL:0002425, + CL:0002426, + CL:0002427, + CL:0002428, + CL:0002429, + CL:0002430, + CL:0002431, + CL:0002432, + CL:0002433, + CL:0002434, + CL:0002435, + CL:0002436, + CL:0002437, + CL:0002438, + CL:0002439, + CL:0002440, + CL:0002441, + CL:0002442, + CL:0002443, + CL:0002444, + CL:0002445, + CL:0002446, + CL:0002447, + CL:0002448, + CL:0002449, + CL:0002450, + CL:0002451, + CL:0002453, + CL:0002454, + CL:0002455, + CL:0002456, + CL:0002457, + CL:0002458, + CL:0002459, + CL:0002460, + CL:0002461, + CL:0002462, + CL:0002463, + CL:0002464, + CL:0002465, + CL:0002466, + CL:0002467, + CL:0002468, + CL:0002469, + CL:0002470, + CL:0002471, + CL:0002472, + CL:0002473, + CL:0002474, + CL:0002475, + CL:0002476, + CL:0002477, + CL:0002478, + CL:0002479, + CL:0002480, + CL:0002481, + CL:0002482, + CL:0002483, + CL:0002484, + CL:0002485, + CL:0002486, + CL:0002487, + CL:0002488, + CL:0002489, + CL:0002490, + CL:0002491, + CL:0002492, + CL:0002493, + CL:0002494, + CL:0002495, + CL:0002496, + CL:0002497, + CL:0002498, + CL:0002499, + CL:0002500, + CL:0002501, + CL:0002502, + CL:0002503, + CL:0002504, + CL:0002505, + CL:0002506, + CL:0002507, + CL:0002508, + CL:0002509, + CL:0002510, + CL:0002511, + CL:0002512, + CL:0002513, + CL:0002514, + CL:0002515, + CL:0002516, + CL:0002517, + CL:0002518, + CL:0002519, + CL:0002520, + CL:0002521, + CL:0002522, + CL:0002523, + CL:0002524, + CL:0002525, + CL:0002526, + CL:0002527, + CL:0002528, + CL:0002529, + CL:0002530, + CL:0002531, + CL:0002532, + CL:0002533, + CL:0002534, + CL:0002535, + CL:0002536, + CL:0002537, + CL:0002538, + CL:0002539, + CL:0002540, + CL:0002541, + CL:0002543, + CL:0002544, + CL:0002545, + CL:0002546, + CL:0002547, + CL:0002548, + CL:0002549, + CL:0002550, + CL:0002551, + CL:0002552, + CL:0002553, + CL:0002554, + CL:0002555, + CL:0002556, + CL:0002557, + CL:0002558, + CL:0002559, + CL:0002560, + CL:0002561, + CL:0002562, + CL:0002563, + CL:0002564, + CL:0002565, + CL:0002566, + CL:0002567, + CL:0002568, + CL:0002569, + CL:0002570, + CL:0002571, + CL:0002572, + CL:0002573, + CL:0002574, + CL:0002575, + CL:0002576, + CL:0002577, + CL:0002578, + CL:0002579, + CL:0002580, + CL:0002581, + CL:0002582, + CL:0002583, + CL:0002584, + CL:0002585, + CL:0002586, + CL:0002588, + CL:0002589, + CL:0002590, + CL:0002591, + CL:0002592, + CL:0002593, + CL:0002594, + CL:0002595, + CL:0002596, + CL:0002597, + CL:0002598, + CL:0002599, + CL:0002600, + CL:0002601, + CL:0002602, + CL:0002603, + CL:0002604, + CL:0002605, + CL:0002606, + CL:0002607, + CL:0002608, + CL:0002610, + CL:0002611, + CL:0002612, + CL:0002613, + CL:0002614, + CL:0002615, + CL:0002616, + CL:0002617, + CL:0002618, + CL:0002619, + CL:0002620, + CL:0002621, + CL:0002622, + CL:0002623, + CL:0002624, + CL:0002625, + CL:0002626, + CL:0002627, + CL:0002628, + CL:0002629, + CL:0002630, + CL:0002631, + CL:0002632, + CL:0002633, + CL:0002634, + CL:0002635, + CL:0002636, + CL:0002637, + CL:0002638, + CL:0002639, + CL:0002640, + CL:0002641, + CL:0002642, + CL:0002643, + CL:0002644, + CL:0002645, + CL:0002651, + CL:0002652, + CL:0002653, + CL:0002654, + CL:0002655, + CL:0002656, + CL:0002657, + CL:0002658, + CL:0002659, + CL:0002660, + CL:0002661, + CL:0002662, + CL:0002663, + CL:0002664, + CL:0002665, + CL:0002666, + CL:0002667, + CL:0002668, + CL:0002669, + CL:0002670, + CL:0002671, + CL:0002672, + CL:0002673, + CL:0002674, + CL:0002675, + CL:0002676, + CL:0002677, + CL:0002678, + CL:0002679, + CL:0002680, + CL:0002681, + CL:0003001, + CL:0003002, + CL:0003003, + CL:0003004, + CL:0003005, + CL:0003006, + CL:0003007, + CL:0003008, + CL:0003009, + CL:0003010, + CL:0003011, + CL:0003012, + CL:0003013, + CL:0003014, + CL:0003015, + CL:0003016, + CL:0003017, + CL:0003018, + CL:0003020, + CL:0003021, + CL:0003022, + CL:0003023, + CL:0003024, + CL:0003025, + CL:0003026, + CL:0003027, + CL:0003028, + CL:0003029, + CL:0003030, + CL:0003031, + CL:0003032, + CL:0003033, + CL:0003034, + CL:0003035, + CL:0003036, + CL:0003037, + CL:0003038, + CL:0003039, + CL:0003040, + CL:0003041, + CL:0003042, + CL:0003043, + CL:0003044, + CL:0003045, + CL:0003046, + CL:0003047, + CL:0003048, + CL:0003049, + CL:0003050, + CL:0003051, + CL:0004001, + CL:0004115, + CL:0004116, + CL:0004117, + CL:0004119, + CL:0004120, + CL:0004121, + CL:0004124, + CL:0004125, + CL:0004126, + CL:0004137, + CL:0004138, + CL:0004139, + CL:0004161, + CL:0004162, + CL:0004183, + CL:0004213, + CL:0004214, + CL:0004215, + CL:0004216, + CL:0004217, + CL:0004218, + CL:0004219, + CL:0004220, + CL:0004221, + CL:0004222, + CL:0004223, + CL:0004224, + CL:0004225, + CL:0004226, + CL:0004227, + CL:0004228, + CL:0004229, + CL:0004230, + CL:0004231, + CL:0004232, + CL:0004233, + CL:0004234, + CL:0004235, + CL:0004236, + CL:0004237, + CL:0004238, + CL:0004239, + CL:0004240, + CL:0004241, + CL:0004242, + CL:0004243, + CL:0004244, + CL:0004245, + CL:0004246, + CL:0004247, + CL:0004250, + CL:0004251, + CL:0004252, + CL:0004253, + CL:0005000, + CL:0005001, + CL:0005002, + CL:0005003, + CL:0005004, + CL:0005005, + CL:0005006, + CL:0005007, + CL:0005008, + CL:0005009, + CL:0005010, + CL:0005011, + CL:0005012, + CL:0005013, + CL:0005014, + CL:0005015, + CL:0005018, + CL:0005019, + CL:0005020, + CL:0005021, + CL:0005022, + CL:0005023, + CL:0005024, + CL:0005025, + CL:0005026, + CL:0007000, + CL:0007001, + CL:0007002, + CL:0007003, + CL:0007004, + CL:0007005, + CL:0007006, + CL:0007007, + CL:0007008, + CL:0007009, + CL:0007010, + CL:0007011, + CL:0007012, + CL:0007013, + CL:0007016, + CL:0007017, + CL:0007018, + CL:0007019, + CL:0007020, + CL:0007021, + CL:0007022, + CL:0007023, + CL:0008000, + CL:0008001, + CL:0008002, + CL:0008003, + CL:0008004, + CL:0008005, + CL:0008006, + CL:0008007, + CL:0008008, + CL:0008009, + CL:0008010, + CL:0008011, + CL:0008012, + CL:0008013, + CL:0008015, + CL:0008016, + CL:0008017, + CL:0008018, + CL:0008019, + CL:0008020, + CL:0008021, + CL:0008022, + CL:0008024, + CL:0008025, + CL:0008026, + CL:0008027, + CL:0008028, + CL:0008031, + CL:0008032, + CL:0008033, + CL:0008034, + CL:0008035, + CL:0008036, + CL:0008037, + CL:0008038, + CL:0008039, + CL:0008040, + CL:0008046, + CL:0008047, + CL:0008048, + CL:0008049, + CL:0009000, + CL:0009001, + CL:0009002, + CL:0009003, + CL:0009004, + CL:0009005, + CL:0009006, + CL:0009007, + CL:0009008, + CL:0009009, + CL:0009010, + CL:0009011, + CL:0009012, + CL:0009013, + CL:0009014, + CL:0009015, + CL:0009016, + CL:0009017, + CL:0009018, + CL:0009019, + CL:0009020, + CL:0009021, + CL:0009022, + CL:0009023, + CL:0009024, + CL:0009025, + CL:0009026, + CL:0009027, + CL:0009028, + CL:0009029, + CL:0009030, + CL:0009031, + CL:0009032, + CL:0009033, + CL:0009034, + CL:0009035, + CL:0009036, + CL:0009037, + CL:0009038, + CL:0009039, + CL:0009040, + CL:0009041, + CL:0009042, + CL:0009043, + CL:0009044, + CL:0009045, + CL:0009046, + CL:0009047, + CL:0009048, + CL:0009049, + CL:0009050, + CL:0009051, + CL:0009052, + CL:0009053, + CL:0009054, + CL:0009055, + CL:0009056, + CL:0009057, + CL:0009058, + CL:0009059, + CL:0009060, + CL:0009061, + CL:0009062, + CL:0009063, + CL:0009064, + CL:0009065, + CL:0009066, + CL:0009067, + CL:0009068, + CL:0009069, + CL:0009070, + CL:0009071, + CL:0009072, + CL:0009073, + CL:0009074, + CL:0009075, + CL:0009076, + CL:0009077, + CL:0009078, + CL:0009079, + CL:0009080, + CL:0009081, + CL:0009082, + CL:0009083, + CL:0009084, + CL:0009085, + CL:0009086, + CL:0009087, + CL:0009088, + CL:0009089, + CL:0009090, + CL:0009091, + CL:0009092, + CL:0009093, + CL:0009094, + CL:0009095, + CL:0009096, + CL:0009097, + CL:0009098, + CL:0009099, + CL:0009100, + CL:0009101, + CL:0009102, + CL:0009103, + CL:0009104, + CL:0009105, + CL:0009106, + CL:0009107, + CL:0009108, + CL:0009109, + CL:0009110, + CL:0009111, + CL:0009112, + CL:0009113, + CL:0009114, + CL:0009115, + CL:0009116, + CL:0010000, + CL:0010001, + CL:0010002, + CL:0010003, + CL:0010004, + CL:0010005, + CL:0010006, + CL:0010007, + CL:0010008, + CL:0010009, + CL:0010010, + CL:0010011, + CL:0010012, + CL:0010013, + CL:0010014, + CL:0010015, + CL:0010016, + CL:0010017, + CL:0010020, + CL:0010021, + CL:0010022, + CL:0011000, + CL:0011001, + CL:0011002, + CL:0011003, + CL:0011004, + CL:0011005, + CL:0011006, + CL:0011007, + CL:0011008, + CL:0011009, + CL:0011010, + CL:0011011, + CL:0011012, + CL:0011013, + CL:0011014, + CL:0011015, + CL:0011016, + CL:0011017, + CL:0011018, + CL:0011019, + CL:0011020, + CL:0011021, + CL:0011022, + CL:0011023, + CL:0011024, + CL:0011025, + CL:0011026, + CL:0011027, + CL:0011028, + CL:0011029, + CL:0011030, + CL:0011031, + CL:0011032, + CL:0011100, + CL:0011101, + CL:0011102, + CL:0011103, + CL:0011104, + CL:0011105, + CL:0011106, + CL:0011108, + CL:0011109, + CL:0011110, + CL:0011111, + CL:0011113, + CL:0011114, + CL:0011115, + CL:0012000, + CL:0012001, + CL:0013000, + CL:0015000, + CL:0017000, + CL:0017001, + CL:0017002, + CL:0017003, + CL:0017004, + CL:0017005, + CL:0017006, + CL:0017009, + CL:0017010, + CL:0017011, + CL:0019001, + CL:0019002, + CL:0019003, + CL:0019015, + CL:0019017, + CL:0019018, + CL:0019019, + CL:0019020, + CL:0019021, + CL:0019022, + CL:0019026, + CL:0019028, + CL:0019029, + CL:0019031, + CL:0019032, + CL:1000001, + CL:1000022, + CL:1000042, + CL:1000050, + CL:1000073, + CL:1000082, + CL:1000083, + CL:1000085, + CL:1000090, + CL:1000123, + CL:1000143, + CL:1000147, + CL:1000155, + CL:1000182, + CL:1000191, + CL:1000217, + CL:1000222, + CL:1000223, + CL:1000236, + CL:1000239, + CL:1000245, + CL:1000271, + CL:1000272, + CL:1000274, + CL:1000275, + CL:1000276, + CL:1000277, + CL:1000278, + CL:1000279, + CL:1000280, + CL:1000281, + CL:1000282, + CL:1000283, + CL:1000284, + CL:1000285, + CL:1000286, + CL:1000287, + CL:1000288, + CL:1000289, + CL:1000290, + CL:1000291, + CL:1000296, + CL:1000298, + CL:1000299, + CL:1000300, + CL:1000301, + CL:1000302, + CL:1000303, + CL:1000304, + CL:1000305, + CL:1000306, + CL:1000307, + CL:1000308, + CL:1000309, + CL:1000310, + CL:1000311, + CL:1000312, + CL:1000313, + CL:1000314, + CL:1000315, + CL:1000317, + CL:1000320, + CL:1000321, + CL:1000322, + CL:1000323, + CL:1000324, + CL:1000325, + CL:1000326, + CL:1000327, + CL:1000329, + CL:1000330, + CL:1000331, + CL:1000332, + CL:1000333, + CL:1000334, + CL:1000335, + CL:1000337, + CL:1000338, + CL:1000339, + CL:1000340, + CL:1000341, + CL:1000342, + CL:1000343, + CL:1000344, + CL:1000345, + CL:1000346, + CL:1000347, + CL:1000348, + CL:1000349, + CL:1000350, + CL:1000351, + CL:1000352, + CL:1000353, + CL:1000354, + CL:1000355, + CL:1000356, + CL:1000357, + CL:1000358, + CL:1000359, + CL:1000360, + CL:1000361, + CL:1000362, + CL:1000363, + CL:1000364, + CL:1000365, + CL:1000366, + CL:1000367, + CL:1000368, + CL:1000369, + CL:1000370, + CL:1000371, + CL:1000372, + CL:1000373, + CL:1000374, + CL:1000375, + CL:1000376, + CL:1000377, + CL:1000378, + CL:1000379, + CL:1000380, + CL:1000381, + CL:1000382, + CL:1000383, + CL:1000384, + CL:1000385, + CL:1000391, + CL:1000394, + CL:1000397, + CL:1000398, + CL:1000405, + CL:1000409, + CL:1000410, + CL:1000411, + CL:1000412, + CL:1000413, + CL:1000414, + CL:1000415, + CL:1000417, + CL:1000418, + CL:1000419, + CL:1000420, + CL:1000424, + CL:1000425, + CL:1000426, + CL:1000427, + CL:1000428, + CL:1000432, + CL:1000433, + CL:1000434, + CL:1000435, + CL:1000436, + CL:1000437, + CL:1000438, + CL:1000441, + CL:1000442, + CL:1000443, + CL:1000444, + CL:1000445, + CL:1000447, + CL:1000448, + CL:1000449, + CL:1000450, + CL:1000452, + CL:1000453, + CL:1000454, + CL:1000456, + CL:1000457, + CL:1000458, + CL:1000465, + CL:1000466, + CL:1000467, + CL:1000468, + CL:1000469, + CL:1000470, + CL:1000471, + CL:1000472, + CL:1000473, + CL:1000477, + CL:1000478, + CL:1000479, + CL:1000480, + CL:1000481, + CL:1000482, + CL:1000483, + CL:1000484, + CL:1000486, + CL:1000487, + CL:1000488, + CL:1000489, + CL:1000490, + CL:1000491, + CL:1000492, + CL:1000493, + CL:1000494, + CL:1000495, + CL:1000497, + CL:1000500, + CL:1000504, + CL:1000505, + CL:1000507, + CL:1000510, + CL:1000546, + CL:1000547, + CL:1000548, + CL:1000549, + CL:1000550, + CL:1000596, + CL:1000597, + CL:1000600, + CL:1000601, + CL:1000606, + CL:1000612, + CL:1000615, + CL:1000616, + CL:1000617, + CL:1000618, + CL:1000681, + CL:1000682, + CL:1000691, + CL:1000692, + CL:1000693, + CL:1000695, + CL:1000696, + CL:1000697, + CL:1000698, + CL:1000699, + CL:1000702, + CL:1000703, + CL:1000706, + CL:1000708, + CL:1000714, + CL:1000715, + CL:1000716, + CL:1000717, + CL:1000718, + CL:1000719, + CL:1000720, + CL:1000721, + CL:1000742, + CL:1000746, + CL:1000768, + CL:1000803, + CL:1000804, + CL:1000838, + CL:1000839, + CL:1000849, + CL:1000850, + CL:1000854, + CL:1000891, + CL:1000892, + CL:1000893, + CL:1000909, + CL:1000979, + CL:1001005, + CL:1001006, + CL:1001009, + CL:1001016, + CL:1001021, + CL:1001033, + CL:1001036, + CL:1001045, + CL:1001052, + CL:1001064, + CL:1001066, + CL:1001068, + CL:1001096, + CL:1001097, + CL:1001099, + CL:1001100, + CL:1001106, + CL:1001107, + CL:1001108, + CL:1001109, + CL:1001111, + CL:1001123, + CL:1001124, + CL:1001126, + CL:1001127, + CL:1001131, + CL:1001135, + CL:1001138, + CL:1001142, + CL:1001145, + CL:1001209, + CL:1001210, + CL:1001213, + CL:1001214, + CL:1001216, + CL:1001217, + CL:1001220, + CL:1001221, + CL:1001223, + CL:1001224, + CL:1001225, + CL:1001285, + CL:1001286, + CL:1001287, + CL:1001318, + CL:1001319, + CL:1001320, + CL:1001428, + CL:1001430, + CL:1001431, + CL:1001432, + CL:1001433, + CL:1001434, + CL:1001435, + CL:1001436, + CL:1001437, + CL:1001451, + CL:1001474, + CL:1001502, + CL:1001503, + CL:1001505, + CL:1001509, + CL:1001516, + CL:1001517, + CL:1001561, + CL:1001567, + CL:1001568, + CL:1001569, + CL:1001571, + CL:1001572, + CL:1001573, + CL:1001575, + CL:1001576, + CL:1001577, + CL:1001578, + CL:1001579, + CL:1001580, + CL:1001581, + CL:1001582, + CL:1001585, + CL:1001586, + CL:1001587, + CL:1001588, + CL:1001589, + CL:1001590, + CL:1001591, + CL:1001592, + CL:1001593, + CL:1001595, + CL:1001596, + CL:1001597, + CL:1001598, + CL:1001599, + CL:1001601, + CL:1001602, + CL:1001603, + CL:1001606, + CL:1001607, + CL:1001608, + CL:1001609, + CL:1001610, + CL:1001611, + CL:2000000, + CL:2000001, + CL:2000002, + CL:2000004, + CL:2000005, + CL:2000006, + CL:2000007, + CL:2000008, + CL:2000010, + CL:2000011, + CL:2000012, + CL:2000013, + CL:2000014, + CL:2000015, + CL:2000016, + CL:2000017, + CL:2000018, + CL:2000019, + CL:2000020, + CL:2000021, + CL:2000022, + CL:2000023, + CL:2000024, + CL:2000025, + CL:2000027, + CL:2000028, + CL:2000029, + CL:2000030, + CL:2000031, + CL:2000032, + CL:2000033, + CL:2000034, + CL:2000035, + CL:2000036, + CL:2000037, + CL:2000038, + CL:2000039, + CL:2000040, + CL:2000041, + CL:2000042, + CL:2000043, + CL:2000044, + CL:2000045, + CL:2000046, + CL:2000047, + CL:2000048, + CL:2000049, + CL:2000051, + CL:2000052, + CL:2000053, + CL:2000054, + CL:2000055, + CL:2000056, + CL:2000057, + CL:2000058, + CL:2000059, + CL:2000060, + CL:2000061, + CL:2000062, + CL:2000063, + CL:2000064, + CL:2000065, + CL:2000066, + CL:2000067, + CL:2000068, + CL:2000069, + CL:2000070, + CL:2000071, + CL:2000072, + CL:2000073, + CL:2000074, + CL:2000075, + CL:2000076, + CL:2000077, + CL:2000078, + CL:2000079, + CL:2000080, + CL:2000081, + CL:2000083, + CL:2000084, + CL:2000085, + CL:2000086, + CL:2000087, + CL:2000088, + CL:2000089, + CL:2000090, + CL:2000091, + CL:2000092, + CL:2000093, + CL:2000094, + CL:2000095, + CL:2000096, + CL:2000097, + CL:3000000, + CL:3000001, + CL:3000002, + CL:3000003, + CL:3000004, + CL:4006000, + CL:4006001, + CL:4023000, + CL:4023001, + CL:4023002, + CL:4023003, + CL:4023004, + CL:4023005, + CL:4023006, + CL:4023007, + CL:4023008, + CL:4023009, + CL:4023010, + CL:4023011, + CL:4023012, + CL:4023013, + CL:4023014, + CL:4023015, + CL:4023016, + CL:4023017, + CL:4023018, + CL:4023019, + CL:4023020, + CL:4023021, + CL:4023022, + CL:4023023, + CL:4023024, + CL:4023025, + CL:4023026, + CL:4023027, + CL:4023028, + CL:4023029, + CL:4023030, + CL:4023031, + CL:4023032, + CL:4023033, + CL:4023035, + CL:4023036, + CL:4023038, + CL:4023039, + CL:4023040, + CL:4023041, + CL:4023042, + CL:4023043, + CL:4023044, + CL:4023045, + CL:4023046, + CL:4023047, + CL:4023048, + CL:4023049, + CL:4023050, + CL:4023051, + CL:4023052, + CL:4023053, + CL:4023054, + CL:4023055, + CL:4023056, + CL:4023057, + CL:4023058, + CL:4023059, + CL:4023060, + CL:4023061, + CL:4023062, + CL:4023063, + CL:4023064, + CL:4023065, + CL:4023066, + CL:4023068, + CL:4023069, + CL:4023071, + CL:4023072, + CL:4023074, + CL:4023075, + CL:4023076, + CL:4023077, + CL:4023079, + CL:4023080, + CL:4023081, + CL:4023083, + CL:4023086, + CL:4023087, + CL:4023088, + CL:4023089, + CL:4023090, + CL:4023092, + CL:4023093, + CL:4023094, + CL:4023095, + CL:4023097, + CL:4023107, + CL:4023108, + CL:4023109, + CL:4023110, + CL:4023111, + CL:4023112, + CL:4023113, + CL:4023114, + CL:4023115, + CL:4023116, + CL:4023118, + CL:4023119, + CL:4023120, + CL:4023121, + CL:4023122, + CL:4023123, + CL:4023124, + CL:4023125, + CL:4023127, + CL:4023128, + CL:4023129, + CL:4023130, + CL:4023154, + CL:4023158, + CL:4023159, + CL:4023160, + CL:4023161, + CL:4023162, + CL:4023163, + CL:4023164, + CL:4023168, + CL:4023169, + CL:4023170, + CL:4023171, + CL:4023181, + CL:4023187, + CL:4023188, + CL:4023189, + CL:4028001, + CL:4028002, + CL:4028003, + CL:4028004, + CL:4028006, + CL:4029001, + CL:4029002, + CL:4029003, + CL:4030000, + CL:4030001, + CL:4030002, + CL:4030003, + CL:4030004, + CL:4030005, + CL:4030006, + CL:4030007, + CL:4030008, + CL:4030009, + CL:4030010, + CL:4030011, + CL:4030012, + CL:4030013, + CL:4030014, + CL:4030015, + CL:4030016, + CL:4030017, + CL:4030018, + CL:4030019, + CL:4030020, + CL:4030021, + CL:4030022, + CL:4030023, + CL:4030024, + CL:4030025, + CL:4030026, + CL:4030027, + CL:4030028, + CL:4030029, + CL:4030030, + CL:4030031, + CL:4030032, + CL:4030033, + CL:4030034, + CL:4030035, + CL:4030036, + CL:4030037, + CL:4030038, + CL:4030039, + CL:4030040, + CL:4030041, + CL:4030042, + CL:4030043, + CL:4030047, + CL:4030048, + CL:4030049, + CL:4030050, + CL:4030051, + CL:4030052, + CL:4030053, + CL:4030054, + CL:4030055, + CL:4030056, + CL:4030057, + CL:4030058, + CL:4030059, + CL:4030060, + CL:4030061, + CL:4030062, + CL:4030063, + CL:4030064, + CL:4030065, + CL:4030066, + CL:4030067, + CL:4030068, + CL:4032000, + CL:4032001, + CL:4033000, + CL:4033001, + CL:4033002, + CL:4033003, + CL:4033004, + CL:4033005, + CL:4033006, + CL:4033007, + CL:4033008, + CL:4033009, + CL:4033010, + CL:4033011, + CL:4033012, + CL:4033013, + CL:4033014, + CL:4033015, + CL:4033016, + CL:4033017, + CL:4033018, + CL:4033019, + CL:4033020, + CL:4033021, + CL:4033022, + CL:4033023, + CL:4033024, + CL:4033025, + CL:4033026, + CL:4033027, + CL:4033028, + CL:4033029, + CL:4033030, + CL:4033031, + CL:4033032, + CL:4033033, + CL:4033034, + CL:4033035, + CL:4033036, + CL:4033037, + CL:4033038, + CL:4033039, + CL:4033040, + CL:4033041, + CL:4033042, + CL:4033043, + CL:4033044, + CL:4033045, + CL:4033046, + CL:4033047, + CL:4033048, + CL:4033049, + CL:4033050, + CL:4033051, + CL:4033052, + CL:4033053, + CL:4033054, + CL:4033055, + CL:4033056, + CL:4033057, + CL:4033058, + CL:4033059, + CL:4033060, + CL:4033061, + CL:4033062, + CL:4033063, + CL:4033064, + CL:4033065, + CL:4033066, + CL:4033067, + CL:4040000, + CL:4040001, + CL:4040002, + CL:4040003, + CL:4040004, + CL:4040005, + CL:4040006, + CL:4042001, + CL:4042002, + CL:4042003, + CL:4042004, + CL:4042005, + CL:4042006, + CL:4042007, + CL:4042008, + CL:4042009, + CL:4042010, + CL:4042011, + CL:4042012, + CL:4042013 . + diff --git a/project/owl/CAP_schema.owl.ttl b/project/owl/CAP_schema.owl.ttl index 73c27e3..d45981d 100644 --- a/project/owl/CAP_schema.owl.ttl +++ b/project/owl/CAP_schema.owl.ttl @@ -1,4 +1,5 @@ @prefix CAS: . +@prefix CL: . @prefix PCL: . @prefix dcterms: . @prefix linkml: . @@ -13,100 +14,100 @@ CAS:CapTaxonomy a owl:Class, rdfs:label "Cap_Taxonomy" ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_url ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_version ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:annotations ], + owl:onProperty CAS:cap_publication_description ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cap_publication_url ], + owl:onProperty CAS:cap_dataset_url ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:publication_timestamp ], + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cap_dataset_url ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty CAS:publication_timestamp ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:CapAnnotation ; - owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:cellannotation_version ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:publication_timestamp ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:cap_publication_url ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty CAS:publication_version ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty CAS:cap_dataset_url ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:cap_publication_title ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:cellannotation_timestamp ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_url ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cap_publication_description ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cap_publication_description ], + owl:onProperty CAS:cap_publication_url ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:publication_version ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:cap_publication_description ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cap_publication_title ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cap_publication_title ], + owl:onProperty CAS:cap_publication_description ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:allValuesFrom CAS:CapAnnotation ; + owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty CAS:cellannotation_url ], + owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cellannotation_url ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:cellannotation_schema_version ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:cap_dataset_url ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cellannotation_version ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:annotations ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty CAS:publication_timestamp ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:cap_publication_title ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:publication_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:publication_version ], + owl:onProperty CAS:cap_publication_title ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:cap_publication_url ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cellannotation_url ], CAS:Taxonomy ; skos:exactMatch CAS:Taxonomy ; skos:inScheme . @@ -121,65 +122,65 @@ CAS:CapAnnotation a owl:Class, linkml:ClassDefinition ; rdfs:label "Cap_Annotation" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:category_cell_ontology_term_id ], - [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_ontology_assessment ], + owl:onProperty CAS:category_cell_ontology_term_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:category_cell_ontology_term ], + owl:onProperty CAS:category_fullname ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cell_ontology_exists ], + owl:onProperty CAS:category_cell_ontology_term ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:canonical_marker_genes ], + owl:allValuesFrom CAS:boolean ; + owl:onProperty CAS:category_cell_ontology_exists ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:category_cell_ontology_term ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:cell_ontology_exists ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty CAS:cell_ontology_assessment ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:category_cell_ontology_term ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_ontology_exists ], + owl:onProperty CAS:category_cell_ontology_exists ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:canonical_marker_genes ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:category_fullname ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:category_fullname ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty CAS:category_cell_ontology_term_id ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:cell_ontology_assessment ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:category_fullname ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:category_cell_ontology_term_id ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:boolean ; - owl:onProperty CAS:cell_ontology_exists ], + owl:onProperty CAS:canonical_marker_genes ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_ontology_assessment ], + owl:onProperty CAS:category_fullname ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty CAS:category_cell_ontology_exists ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:cell_ontology_assessment ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:category_cell_ontology_exists ], + owl:onProperty CAS:category_cell_ontology_term_id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_ontology_exists ], [ a owl:Restriction ; owl:allValuesFrom CAS:boolean ; - owl:onProperty CAS:category_cell_ontology_exists ], + owl:onProperty CAS:cell_ontology_exists ], CAS:Annotation ; skos:exactMatch PCL:0010001 ; skos:inScheme . @@ -296,105 +297,13837 @@ CAS:uri a owl:Class, owl:onProperty linkml:topValue ; owl:qualifiedCardinality 1 ] . - a owl:Class, - CAS:AnnotationMethodOptions ; - rdfs:label "algorithmic" ; - rdfs:subClassOf CAS:AnnotationMethodOptions . +CL:0000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000000" ; + rdfs:subClassOf CAS:CellTypeEnum . - a owl:Class, - CAS:AnnotationMethodOptions ; - rdfs:label "both" ; - rdfs:subClassOf CAS:AnnotationMethodOptions . +CL:0000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000001" ; + rdfs:subClassOf CAS:CellTypeEnum . - a owl:Class, - CAS:AnnotationMethodOptions ; - rdfs:label "manual" ; - rdfs:subClassOf CAS:AnnotationMethodOptions . +CL:0000005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000005" ; + rdfs:subClassOf CAS:CellTypeEnum . -CAS:AutomatedAnnotation a owl:Class, - linkml:ClassDefinition ; - rdfs:label "AutomatedAnnotation" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:reference_location ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_version ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:reference_location ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_repo_url ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:algorithm_repo_url ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_name ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:algorithm_version ], +CL:0000006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000132 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000132" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000133 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000133" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000134 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000134" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000136 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000136" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000140 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000140" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000141 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000141" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000146 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000146" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000148 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000148" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000149 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000149" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000150 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000150" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000151 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000151" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000152 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000152" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000153 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000153" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000157 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000157" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000165 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000165" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000166 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000166" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000167 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000167" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000172 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000172" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000173 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000173" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000174 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000174" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000175 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000175" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000176 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000176" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000177 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000177" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000178 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000178" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000179 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000179" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000180 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000180" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000185 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000185" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000186 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000186" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000190 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000190" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000192 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000192" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000193 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000193" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000196 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000196" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000197 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000197" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000198 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000198" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000199 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000199" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000205 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000205" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000206 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000206" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000207 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000207" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000208 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000208" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000211 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000211" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000212 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000212" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000249 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000249" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000255 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000255" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000256 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000256" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000257 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000257" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000293 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000293" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000295 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000295" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000336 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000336" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000371 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000371" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000386 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000386" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000387 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000387" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000388 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000388" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000389 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000389" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000390 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000390" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000392 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000392" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000393 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000393" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000395 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000395" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000396 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000396" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000402 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000402" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000404 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000404" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000406 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000406" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000407 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000407" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000408 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000408" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000416 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000416" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000421 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000421" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000422 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000422" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000423 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000423" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000429 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000429" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000439 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000439" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000440 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000440" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000446 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000446" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000452 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000452" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000459 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000459" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000460 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000460" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000462 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000462" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000463 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000463" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000464 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000464" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000476 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000476" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000485 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000485" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000496 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000496" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000498 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000498" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000499 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000499" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000501 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000501" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000506 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000506" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000508 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000508" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000511 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000511" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000512 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000512" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000513 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000513" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000514 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000514" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000515 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000515" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000518 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000518" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000519 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000519" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000520 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000520" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000521 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000521" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000523 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000523" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000524 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000524" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000525 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000525" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000526 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000526" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000527 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000527" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000528 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000528" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000529 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000529" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000530 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000530" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000531 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000531" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000532 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000532" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000533 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000533" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000534 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000534" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000535 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000535" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000536 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000536" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000540 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000540" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000541 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000541" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000542 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000542" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000544 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000544" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000545 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000545" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000551 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000551" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000552 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000552" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000553 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000553" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000554 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000554" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000555 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000555" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000556 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000556" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000557 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000557" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000558 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000558" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000559 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000559" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000560 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000560" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000562 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000562" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000563 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000563" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000564 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000564" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000565 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000565" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000566 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000566" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000570 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000570" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000574 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000574" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000583 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000583" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000584 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000584" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000587 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000587" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000594 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000594" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000604 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000604" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000605 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000605" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000609 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000609" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000613 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000613" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000614 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000614" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000619 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000619" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000621 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000621" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000622 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000622" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000623 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000623" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000624 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000624" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000625 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000625" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000626 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000626" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000627 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000627" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000628 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000628" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000629 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000629" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000630 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000630" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000631 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000631" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000632 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000632" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000633 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000633" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000634 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000634" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000635 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000635" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000636 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000636" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000637 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000637" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000638 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000638" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000639 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000639" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000641 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000641" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000642 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000642" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000644 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000644" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000645 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000645" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000646 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000646" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000647 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000647" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000648 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000648" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000649 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000649" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000650 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000650" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000651 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000651" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000652 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000652" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000653 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000653" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000654 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000654" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000655 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000655" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000656 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000656" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000657 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000657" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000659 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000659" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000660 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000660" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000661 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000661" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000662 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000662" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000666 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000666" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000667 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000667" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000669 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000669" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000670 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000670" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000671 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000671" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000673 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000673" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000674 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000674" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000675 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000675" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000676 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000676" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000677 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000677" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000678 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000678" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000679 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000679" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000680 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000680" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000682 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000682" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000683 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000683" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000684 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000684" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000686 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000686" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000687 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000687" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000688 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000688" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000689 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000689" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000690 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000690" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000691 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000691" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000692 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000692" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000693 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000693" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000694 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000694" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000695 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000695" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000696 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000696" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000697 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000697" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000699 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000699" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000700 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000700" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000701 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000701" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000702 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000702" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000703 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000703" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000704 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000704" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000705 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000705" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000706 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000706" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000707 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000707" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000708 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000708" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000709 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000709" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000710 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000710" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000711 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000711" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000712 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000712" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000713 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000713" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000715 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000715" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000716 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000716" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000718 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000718" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000719 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000719" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000720 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000720" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000721 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000721" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000722 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000722" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000723 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000723" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000724 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000724" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000725 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000725" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000726 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000726" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000730 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000730" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000731 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000731" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000732 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000732" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000733 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000733" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000735 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000735" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000737 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000737" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000738 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000738" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000740 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000740" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000741 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000741" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000742 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000742" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000743 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000743" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000744 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000744" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000745 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000745" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000746 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000746" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000747 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000747" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000748 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000748" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000749 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000749" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000750 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000750" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000751 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000751" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000752 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000752" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000753 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000753" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000754 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000754" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000755 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000755" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000756 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000756" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000757 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000757" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000758 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000758" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000759 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000759" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000760 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000760" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000761 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000761" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000762 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000762" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000763 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000763" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000764 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000764" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000765 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000765" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000766 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000766" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000767 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000767" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000768 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000768" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000769 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000769" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000770 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000770" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000771 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000771" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000772 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000772" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000773 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000773" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000774 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000774" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000775 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000775" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000776 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000776" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000777 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000777" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000778 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000778" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000779 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000779" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000780 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000780" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000781 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000781" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000782 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000782" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000783 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000783" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000784 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000784" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000785 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000785" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000786 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000786" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000787 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000787" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000788 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000788" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000789 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000789" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000790 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000790" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000791 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000791" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000792 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000792" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000793 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000793" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000794 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000794" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000795 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000795" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000796 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000796" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000797 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000797" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000798 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000798" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000799 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000799" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000800 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000800" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000801 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000801" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000802 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000802" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000803 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000803" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000805 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000805" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000806 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000806" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000807 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000807" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000808 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000808" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000809 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000809" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000810 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000810" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000811 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000811" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000813 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000813" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000814 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000814" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000815 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000815" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000816 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000816" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000817 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000817" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000818 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000818" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000819 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000819" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000820 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000820" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000821 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000821" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000822 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000822" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000823 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000823" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000824 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000824" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000825 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000825" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000826 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000826" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000827 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000827" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000828 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000828" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000829 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000829" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000830 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000830" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000831 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000831" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000832 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000832" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000833 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000833" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000834 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000834" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000835 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000835" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000836 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000836" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000837 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000837" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000838 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000838" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000839 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000839" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000840 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000840" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000841 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000841" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000842 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000842" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000843 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000843" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000844 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000844" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000845 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000845" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000846 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000846" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000847 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000847" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000848 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000848" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000849 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000849" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000850 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000850" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000851 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000851" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000852 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000852" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000853 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000853" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000854 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000854" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000855 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000855" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000856 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000856" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000857 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000857" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000858 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000858" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000860 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000860" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000861 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000861" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000862 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000862" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000863 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000863" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000864 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000864" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000865 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000865" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000866 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000866" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000867 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000867" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000868 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000868" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000869 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000869" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000870 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000870" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000871 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000871" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000872 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000872" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000873 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000873" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000874 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000874" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000875 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000875" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000876 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000876" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000877 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000877" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000878 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000878" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000879 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000879" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000880 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000880" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000881 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000881" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000882 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000882" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000883 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000883" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000884 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000884" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000885 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000885" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000886 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000886" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000887 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000887" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000888 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000888" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000889 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000889" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000890 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000890" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000891 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000891" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000892 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000892" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000893 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000893" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000894 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000894" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000895 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000895" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000896 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000896" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000897 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000897" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000898 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000898" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000899 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000899" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000900 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000900" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000901 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000901" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000902 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000902" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000903 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000903" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000904 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000904" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000905 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000905" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000906 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000906" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000907 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000907" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000908 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000908" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000909 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000909" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000910 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000910" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000911 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000911" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000912 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000912" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000913 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000913" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000914 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000914" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000915 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000915" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000916 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000916" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000917 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000917" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000918 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000918" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000919 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000919" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000920 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000920" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000921 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000921" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000922 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000922" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000923 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000923" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000924 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000924" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000925 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000925" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000926 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000926" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000927 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000927" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000928 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000928" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000929 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000929" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000930 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000930" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000931 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000931" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000932 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000932" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000933 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000933" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000934 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000934" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000935 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000935" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000936 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000936" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000937 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000937" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000938 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000938" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000939 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000939" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000940 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000940" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000941 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000941" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000942 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000942" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000943 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000943" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000944 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000944" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000945 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000945" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000946 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000946" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000947 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000947" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000948 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000948" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000949 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000949" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000950 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000950" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000951 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000951" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000952 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000952" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000953 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000953" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000954 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000954" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000955 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000955" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000956 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000956" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000957 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000957" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000958 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000958" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000959 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000959" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000960 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000960" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000961 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000961" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000962 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000962" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000963 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000963" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000964 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000964" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000965 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000965" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000966 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000966" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000967 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000967" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000968 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000968" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000969 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000969" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000970 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000970" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000971 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000971" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000972 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000972" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000973 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000973" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000974 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000974" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000975 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000975" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000976 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000976" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000977 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000977" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000978 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000978" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000979 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000979" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000980 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000980" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000981 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000981" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000982 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000982" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000983 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000983" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000984 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000984" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000985 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000985" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000986 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000986" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000987 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000987" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000988 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000988" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000989 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000989" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000990 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000990" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000991 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000991" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000992 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000992" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000993 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000993" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000994 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000994" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000995 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000995" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000996 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000996" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000997 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000997" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000998 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000998" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000999 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000999" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001201 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001201" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002132 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002132" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002133 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002133" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002134 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002134" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002136 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002136" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002139 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002139" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002140 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002140" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002141 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002141" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002144 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002144" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002146 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002146" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002148 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002148" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002149 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002149" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002150 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002150" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002151 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002151" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002152 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002152" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002153 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002153" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002157 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002157" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002165 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002165" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002166 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002166" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002167 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002167" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002172 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002172" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002173 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002173" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002174 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002174" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002175 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002175" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002176 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002176" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002177 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002177" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002178 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002178" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002179 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002179" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002180 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002180" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002181 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002181" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002184 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002184" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002190 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002190" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002191 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002191" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002192 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002192" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002193 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002193" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002194 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002194" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002195 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002195" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002196 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002196" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002197 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002197" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002198 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002198" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002199 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002199" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002201 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002201" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002205 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002205" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002206 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002206" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002207 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002207" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002208 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002208" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002211 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002211" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002212 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002212" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002229 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002229" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002231 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002231" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002243 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002243" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002248 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002248" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002249 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002249" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002250 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002250" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002252 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002252" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002254 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002254" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002255 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002255" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002256 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002256" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002257 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002257" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002258 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002258" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002259 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002259" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002260 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002260" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002261 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002261" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002262 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002262" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002263 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002263" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002264 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002264" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002265 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002265" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002266 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002266" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002267 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002267" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002268 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002268" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002269 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002269" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002270 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002270" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002271 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002271" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002272 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002272" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002273 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002273" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002274 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002274" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002275 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002275" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002277 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002277" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002278 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002278" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002279 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002279" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002280 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002280" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002281 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002281" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002282 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002282" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002283 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002283" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002284 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002284" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002288 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002288" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002289 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002289" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002290 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002290" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002291 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002291" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002292 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002292" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002293 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002293" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002294 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002294" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002295 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002295" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002296 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002296" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002297 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002297" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002298 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002298" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002299 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002299" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002302 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002302" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002303 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002303" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002304 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002304" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002305 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002305" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002316 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002316" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002321 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002321" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002328 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002328" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002330 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002330" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002332 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002332" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002336 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002336" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002337 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002337" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002344 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002344" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002363 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002363" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002364 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002364" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002366 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002366" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002368 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002368" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002369 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002369" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002370 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002370" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002375 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002375" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002381 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002381" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002386 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002386" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002387 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002387" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002388 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002388" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002389 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002389" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002390 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002390" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002391 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002391" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002393 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002393" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002395 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002395" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002396 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002396" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002398 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002398" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002399 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002399" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002400 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002400" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002401 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002401" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002402 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002402" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002403 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002403" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002404 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002404" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002405 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002405" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002406 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002406" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002407 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002407" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002408 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002408" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002409 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002409" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002414 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002414" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002416 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002416" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002421 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002421" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002422 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002422" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002423 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002423" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002426 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002426" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002429 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002429" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002439 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002439" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002440 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002440" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002446 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002446" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002450 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002450" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002455 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002455" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002459 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002459" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002460 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002460" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002461 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002461" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002462 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002462" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002463 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002463" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002464 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002464" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002466 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002466" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002471 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002471" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002472 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002472" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002475 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002475" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002476 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002476" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002485 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002485" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002491 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002491" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002493 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002493" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002496 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002496" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002498 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002498" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002499 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002499" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002501 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002501" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002506 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002506" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002508 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002508" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002511 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002511" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002512 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002512" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002513 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002513" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002514 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002514" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002515 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002515" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002518 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002518" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002519 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002519" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002520 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002520" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002521 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002521" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002522 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002522" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002523 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002523" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002524 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002524" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002525 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002525" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002526 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002526" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002527 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002527" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002528 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002528" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002529 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002529" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002530 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002530" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002531 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002531" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002532 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002532" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002533 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002533" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002534 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002534" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002535 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002535" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002536 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002536" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002537 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002537" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002538 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002538" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002539 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002539" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002540 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002540" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002541 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002541" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002543 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002543" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002544 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002544" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002545 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002545" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002548 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002548" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002551 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002551" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002552 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002552" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002553 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002553" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002554 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002554" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002555 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002555" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002556 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002556" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002557 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002557" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002558 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002558" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002559 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002559" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002560 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002560" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002562 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002562" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002563 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002563" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002564 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002564" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002565 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002565" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002566 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002566" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002570 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002570" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002572 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002572" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002574 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002574" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002583 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002583" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002584 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002584" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002585 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002585" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002594 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002594" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002604 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002604" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002605 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002605" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002610 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002610" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002613 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002613" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002614 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002614" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002616 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002616" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002619 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002619" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002620 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002620" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002621 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002621" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002622 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002622" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002623 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002623" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002624 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002624" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002625 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002625" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002626 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002626" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002627 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002627" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002628 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002628" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002629 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002629" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002630 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002630" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002631 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002631" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002632 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002632" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002633 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002633" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002634 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002634" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002635 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002635" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002636 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002636" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002637 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002637" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002638 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002638" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002639 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002639" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002640 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002640" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002641 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002641" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002642 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002642" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002643 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002643" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002644 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002644" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002645 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002645" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002651 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002651" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002652 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002652" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002653 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002653" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002654 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002654" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002655 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002655" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002656 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002656" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002657 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002657" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002659 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002659" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002660 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002660" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002661 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002661" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002662 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002662" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002663 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002663" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002664 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002664" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002665 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002665" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002666 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002666" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002667 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002667" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002668 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002668" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002669 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002669" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002670 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002670" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002671 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002671" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002672 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002672" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002673 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002673" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002674 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002674" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002675 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002675" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002676 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002676" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002677 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002677" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002678 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002678" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002679 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002679" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002680 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002680" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004139 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004139" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004229 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004229" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004230 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004230" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004231 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004231" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004243 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004243" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004245 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004245" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004250 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004250" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004252 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004252" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0012000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0012000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0012001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0012001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0013000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0013000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0015000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0015000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000191 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000191" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000245 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000245" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000271 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000271" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000272 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000272" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000274 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000274" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000275 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000275" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000276 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000276" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000277 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000277" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000278 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000278" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000279 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000279" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000280 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000280" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000281 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000281" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000282 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000282" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000283 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000283" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000284 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000284" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000288 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000288" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000289 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000289" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000290 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000290" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000291 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000291" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000296 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000296" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000298 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000298" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000299 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000299" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000302 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000302" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000303 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000303" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000304 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000304" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000305 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000305" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000321 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000321" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000330 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000330" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000331 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000331" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000332 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000332" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000337 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000337" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000344 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000344" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000363 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000363" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000364 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000364" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000366 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000366" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000368 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000368" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000369 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000369" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000370 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000370" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000371 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000371" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000375 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000375" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000381 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000381" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000391 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000391" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000398 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000398" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000405 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000405" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000409 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000409" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000414 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000414" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000426 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000426" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000450 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000450" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000452 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000452" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000466 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000466" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000471 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000471" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000472 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000472" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000491 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000491" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000493 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000493" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000548 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000548" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000616 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000616" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000682 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000682" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000691 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000691" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000692 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000692" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000693 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000693" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000695 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000695" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000696 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000696" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000697 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000697" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000698 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000698" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000699 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000699" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000702 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000702" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000703 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000703" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000706 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000706" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000708 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000708" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000714 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000714" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000715 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000715" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000716 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000716" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000717 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000717" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000718 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000718" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000719 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000719" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000720 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000720" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000721 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000721" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000742 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000742" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000746 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000746" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000768 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000768" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000803 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000803" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000804 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000804" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000838 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000838" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000839 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000839" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000849 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000849" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000850 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000850" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000854 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000854" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000891 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000891" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000892 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000892" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000893 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000893" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000909 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000909" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000979 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000979" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001572 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001572" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001585 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001585" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001587 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001587" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001609 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001609" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001610 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001610" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4006000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4006000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4006001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4006001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023181 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023181" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4032000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4032000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4032001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4032001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042013" ; + rdfs:subClassOf CAS:CellTypeEnum . + + a owl:Class, + CAS:AnnotationMethodOptions ; + rdfs:label "algorithmic" ; + rdfs:subClassOf CAS:AnnotationMethodOptions . + + a owl:Class, + CAS:AnnotationMethodOptions ; + rdfs:label "both" ; + rdfs:subClassOf CAS:AnnotationMethodOptions . + + a owl:Class, + CAS:AnnotationMethodOptions ; + rdfs:label "manual" ; + rdfs:subClassOf CAS:AnnotationMethodOptions . + +CAS:AutomatedAnnotation a owl:Class, + linkml:ClassDefinition ; + rdfs:label "AutomatedAnnotation" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:reference_location ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_repo_url ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_version ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:algorithm_repo_url ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_repo_url ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_version ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_name ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_repo_url ], + owl:maxCardinality 1 ; + owl:onProperty CAS:reference_location ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:reference_location ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:algorithm_name ], + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:algorithm_version ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:algorithm_version ] ; + owl:onProperty CAS:algorithm_name ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:algorithm_name ] ; skos:definition "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; skos:inScheme . -CAS:CellTypeEnum a owl:Class, - linkml:EnumDefinition . - CAS:Labelset a owl:Class, linkml:ClassDefinition ; rdfs:label "Labelset" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:name ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:annotation_method ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:automated_annotation ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:AnnotationMethodOptions ; owl:onProperty CAS:annotation_method ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:description ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:automated_annotation ], + owl:onProperty CAS:description ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty CAS:description ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:minCardinality 1 ; owl:onProperty CAS:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:annotation_method ], + owl:onProperty CAS:name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:name ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:description ], + owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:name ], + owl:minCardinality 0 ; + owl:onProperty CAS:annotation_method ], [ a owl:Restriction ; owl:allValuesFrom CAS:AutomatedAnnotation ; - owl:onProperty CAS:automated_annotation ] ; + owl:onProperty CAS:automated_annotation ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:AnnotationMethodOptions ; + owl:onProperty CAS:annotation_method ] ; skos:inScheme . CAS:Review a owl:Class, @@ -402,15 +14135,18 @@ CAS:Review a owl:Class, rdfs:label "Review" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:review ], + owl:onProperty CAS:explanation ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:reviewer ], + owl:minCardinality 0 ; + owl:onProperty CAS:explanation ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:datestamp ], + owl:onProperty CAS:reviewer ], [ a owl:Restriction ; owl:minCardinality 0 ; + owl:onProperty CAS:review ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:explanation ], [ a owl:Restriction ; owl:minCardinality 0 ; @@ -418,24 +14154,21 @@ CAS:Review a owl:Class, [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:datestamp ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:datestamp ], [ a owl:Restriction ; owl:allValuesFrom CAS:ReviewOptions ; owl:onProperty CAS:review ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:datestamp ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:explanation ], + owl:onProperty CAS:review ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:maxCardinality 1 ; owl:onProperty CAS:reviewer ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:review ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:explanation ] ; + owl:onProperty CAS:datestamp ] ; skos:inScheme . a owl:Class, @@ -452,116 +14185,116 @@ CAS:Taxonomy a owl:Class, linkml:ClassDefinition ; rdfs:label "Taxonomy" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:author_contact ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty CAS:author_name ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:matrix_file_id ], + owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_version ], + owl:onProperty CAS:description ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:annotations ], + owl:minCardinality 0 ; + owl:onProperty CAS:author_list ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_timestamp ], + owl:onProperty CAS:cellannotation_schema_version ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:author_list ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:author_name ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:description ], + owl:maxCardinality 1 ; + owl:onProperty CAS:author_contact ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:orcid ], + owl:minCardinality 1 ; + owl:onProperty CAS:author_name ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:author_list ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:matrix_file_id ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:author_contact ], + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:description ], + owl:onProperty CAS:cellannotation_version ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:author_list ], + owl:onProperty CAS:description ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; owl:onProperty CAS:orcid ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:author_list ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:author_name ], + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:allValuesFrom CAS:Labelset ; owl:onProperty CAS:labelsets ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:labelsets ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_url ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:Annotation ; - owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:orcid ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:author_list ], + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:matrix_file_id ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty CAS:author_contact ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:title ], + owl:minCardinality 0 ; + owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:matrix_file_id ], + owl:minCardinality 0 ; + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:title ], + owl:minCardinality 0 ; + owl:onProperty CAS:orcid ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_url ], + owl:onProperty CAS:description ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:Annotation ; + owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:author_contact ], + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_timestamp ], + owl:minCardinality 0 ; + owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:title ], + owl:onProperty CAS:author_name ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:description ], + owl:minCardinality 0 ; + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cellannotation_schema_version ] ; + owl:maxCardinality 1 ; + owl:onProperty CAS:orcid ] ; skos:inScheme . CAS:canonical_marker_genes a owl:ObjectProperty, @@ -617,98 +14350,98 @@ CAS:Annotation a owl:Class, linkml:ClassDefinition ; rdfs:label "Annotation" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:synonyms ], + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_ontology_term_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:marker_gene_evidence ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty CAS:rationale ], [ a owl:Restriction ; owl:allValuesFrom CAS:Review ; owl:onProperty CAS:reviews ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_ontology_term ], + owl:minCardinality 0 ; + owl:onProperty CAS:reviews ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:rationale_dois ], + owl:onProperty CAS:marker_gene_evidence ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_fullname ], + owl:onProperty CAS:cell_ids ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:synonyms ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_ids ], + owl:onProperty CAS:rationale ], [ a owl:Restriction ; owl:minCardinality 0 ; + owl:onProperty CAS:cell_fullname ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:author_annotation_fields ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty CAS:labelset ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:cell_ontology_term ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:reviews ], + owl:onProperty CAS:rationale_dois ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:labelset ], + owl:onProperty CAS:rationale_dois ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_fullname ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:CellTypeEnum ; owl:onProperty CAS:cell_ontology_term_id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_ids ], + owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom CAS:string ; owl:onProperty CAS:cell_label ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:labelset ], + owl:minCardinality 0 ; + owl:onProperty CAS:author_annotation_fields ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:author_annotation_fields ], + owl:onProperty CAS:labelset ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:rationale_dois ], + owl:onProperty CAS:labelset ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom CAS:string ; + owl:onProperty CAS:cell_ontology_term ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cell_ontology_term_id ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cell_ontology_term_id ], + owl:onProperty CAS:cell_ontology_term ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:maxCardinality 1 ; owl:onProperty CAS:rationale ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:marker_gene_evidence ], + owl:onProperty CAS:synonyms ], [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; + owl:maxCardinality 1 ; owl:onProperty CAS:author_annotation_fields ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:CellTypeEnum ; + owl:onProperty CAS:cell_ontology_term_id ], [ a owl:Restriction ; owl:allValuesFrom CAS:string ; - owl:onProperty CAS:cell_label ], + owl:onProperty CAS:marker_gene_evidence ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:rationale ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_ontology_term ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:string ; - owl:onProperty CAS:synonyms ] ; + owl:onProperty CAS:cell_ids ] ; skos:definition "A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools using this schema are encouarged to specify a larger set of compulsory fields for publication. Note: This schema deliberately allows for additional fields in order to support ad hoc user fields, new formal schema extensions and project/tool specific metadata." ; skos:exactMatch PCL:0010001 ; skos:inScheme . @@ -1026,3 +14759,2754 @@ CAS:string a owl:Class, dcterms:title "General Cell Annotation Open Standard" ; skos:definition "General, open-standard schema for cell annotations" . +CAS:CellTypeEnum a owl:Class, + linkml:EnumDefinition ; + owl:unionOf ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; + linkml:permissible_values CL:0000000, + CL:0000001, + CL:0000005, + CL:0000006, + CL:0000007, + CL:0000008, + CL:0000010, + CL:0000011, + CL:0000014, + CL:0000015, + CL:0000016, + CL:0000017, + CL:0000018, + CL:0000019, + CL:0000020, + CL:0000021, + CL:0000022, + CL:0000023, + CL:0000024, + CL:0000025, + CL:0000026, + CL:0000027, + CL:0000028, + CL:0000029, + CL:0000030, + CL:0000031, + CL:0000032, + CL:0000033, + CL:0000034, + CL:0000035, + CL:0000036, + CL:0000037, + CL:0000038, + CL:0000039, + CL:0000040, + CL:0000041, + CL:0000042, + CL:0000043, + CL:0000047, + CL:0000048, + CL:0000049, + CL:0000050, + CL:0000051, + CL:0000052, + CL:0000054, + CL:0000055, + CL:0000056, + CL:0000057, + CL:0000058, + CL:0000059, + CL:0000060, + CL:0000061, + CL:0000062, + CL:0000064, + CL:0000065, + CL:0000066, + CL:0000067, + CL:0000068, + CL:0000069, + CL:0000071, + CL:0000072, + CL:0000075, + CL:0000076, + CL:0000077, + CL:0000078, + CL:0000079, + CL:0000080, + CL:0000081, + CL:0000082, + CL:0000083, + CL:0000084, + CL:0000091, + CL:0000092, + CL:0000094, + CL:0000095, + CL:0000096, + CL:0000097, + CL:0000098, + CL:0000099, + CL:0000100, + CL:0000101, + CL:0000102, + CL:0000103, + CL:0000104, + CL:0000105, + CL:0000106, + CL:0000107, + CL:0000108, + CL:0000109, + CL:0000110, + CL:0000112, + CL:0000113, + CL:0000114, + CL:0000115, + CL:0000116, + CL:0000117, + CL:0000118, + CL:0000119, + CL:0000120, + CL:0000121, + CL:0000122, + CL:0000123, + CL:0000125, + CL:0000126, + CL:0000127, + CL:0000128, + CL:0000129, + CL:0000130, + CL:0000131, + CL:0000132, + CL:0000133, + CL:0000134, + CL:0000135, + CL:0000136, + CL:0000137, + CL:0000138, + CL:0000140, + CL:0000141, + CL:0000142, + CL:0000143, + CL:0000145, + CL:0000146, + CL:0000147, + CL:0000148, + CL:0000149, + CL:0000150, + CL:0000151, + CL:0000152, + CL:0000153, + CL:0000154, + CL:0000155, + CL:0000157, + CL:0000158, + CL:0000159, + CL:0000160, + CL:0000162, + CL:0000163, + CL:0000164, + CL:0000165, + CL:0000166, + CL:0000167, + CL:0000168, + CL:0000169, + CL:0000170, + CL:0000171, + CL:0000172, + CL:0000173, + CL:0000174, + CL:0000175, + CL:0000176, + CL:0000177, + CL:0000178, + CL:0000179, + CL:0000180, + CL:0000182, + CL:0000183, + CL:0000185, + CL:0000186, + CL:0000187, + CL:0000188, + CL:0000189, + CL:0000190, + CL:0000192, + CL:0000193, + CL:0000196, + CL:0000197, + CL:0000198, + CL:0000199, + CL:0000200, + CL:0000202, + CL:0000203, + CL:0000204, + CL:0000205, + CL:0000206, + CL:0000207, + CL:0000208, + CL:0000209, + CL:0000210, + CL:0000211, + CL:0000212, + CL:0000213, + CL:0000214, + CL:0000215, + CL:0000216, + CL:0000217, + CL:0000218, + CL:0000219, + CL:0000221, + CL:0000222, + CL:0000223, + CL:0000225, + CL:0000226, + CL:0000227, + CL:0000228, + CL:0000232, + CL:0000233, + CL:0000234, + CL:0000235, + CL:0000236, + CL:0000237, + CL:0000238, + CL:0000239, + CL:0000240, + CL:0000241, + CL:0000242, + CL:0000244, + CL:0000246, + CL:0000247, + CL:0000249, + CL:0000251, + CL:0000253, + CL:0000255, + CL:0000256, + CL:0000257, + CL:0000286, + CL:0000287, + CL:0000293, + CL:0000295, + CL:0000300, + CL:0000301, + CL:0000306, + CL:0000307, + CL:0000308, + CL:0000309, + CL:0000310, + CL:0000311, + CL:0000312, + CL:0000313, + CL:0000314, + CL:0000315, + CL:0000317, + CL:0000318, + CL:0000319, + CL:0000322, + CL:0000323, + CL:0000324, + CL:0000325, + CL:0000326, + CL:0000327, + CL:0000329, + CL:0000333, + CL:0000334, + CL:0000335, + CL:0000336, + CL:0000338, + CL:0000339, + CL:0000340, + CL:0000341, + CL:0000342, + CL:0000343, + CL:0000345, + CL:0000346, + CL:0000347, + CL:0000348, + CL:0000349, + CL:0000350, + CL:0000351, + CL:0000352, + CL:0000353, + CL:0000354, + CL:0000355, + CL:0000356, + CL:0000357, + CL:0000358, + CL:0000359, + CL:0000360, + CL:0000361, + CL:0000362, + CL:0000365, + CL:0000367, + CL:0000371, + CL:0000372, + CL:0000373, + CL:0000374, + CL:0000376, + CL:0000377, + CL:0000378, + CL:0000379, + CL:0000380, + CL:0000382, + CL:0000383, + CL:0000384, + CL:0000385, + CL:0000386, + CL:0000387, + CL:0000388, + CL:0000389, + CL:0000390, + CL:0000392, + CL:0000393, + CL:0000394, + CL:0000395, + CL:0000396, + CL:0000397, + CL:0000402, + CL:0000404, + CL:0000406, + CL:0000407, + CL:0000408, + CL:0000410, + CL:0000411, + CL:0000412, + CL:0000413, + CL:0000415, + CL:0000416, + CL:0000417, + CL:0000418, + CL:0000419, + CL:0000420, + CL:0000421, + CL:0000422, + CL:0000423, + CL:0000424, + CL:0000425, + CL:0000427, + CL:0000428, + CL:0000429, + CL:0000430, + CL:0000431, + CL:0000432, + CL:0000434, + CL:0000435, + CL:0000436, + CL:0000437, + CL:0000438, + CL:0000439, + CL:0000440, + CL:0000441, + CL:0000442, + CL:0000443, + CL:0000444, + CL:0000445, + CL:0000446, + CL:0000447, + CL:0000448, + CL:0000449, + CL:0000451, + CL:0000452, + CL:0000453, + CL:0000454, + CL:0000456, + CL:0000457, + CL:0000458, + CL:0000459, + CL:0000460, + CL:0000462, + CL:0000463, + CL:0000464, + CL:0000465, + CL:0000467, + CL:0000468, + CL:0000469, + CL:0000470, + CL:0000473, + CL:0000474, + CL:0000476, + CL:0000477, + CL:0000478, + CL:0000479, + CL:0000480, + CL:0000481, + CL:0000482, + CL:0000483, + CL:0000484, + CL:0000485, + CL:0000486, + CL:0000487, + CL:0000488, + CL:0000489, + CL:0000490, + CL:0000492, + CL:0000494, + CL:0000495, + CL:0000496, + CL:0000497, + CL:0000498, + CL:0000499, + CL:0000500, + CL:0000501, + CL:0000502, + CL:0000503, + CL:0000504, + CL:0000505, + CL:0000506, + CL:0000507, + CL:0000508, + CL:0000509, + CL:0000510, + CL:0000511, + CL:0000512, + CL:0000513, + CL:0000514, + CL:0000515, + CL:0000516, + CL:0000517, + CL:0000518, + CL:0000519, + CL:0000520, + CL:0000521, + CL:0000523, + CL:0000524, + CL:0000525, + CL:0000526, + CL:0000527, + CL:0000528, + CL:0000529, + CL:0000530, + CL:0000531, + CL:0000532, + CL:0000533, + CL:0000534, + CL:0000535, + CL:0000536, + CL:0000540, + CL:0000541, + CL:0000542, + CL:0000544, + CL:0000545, + CL:0000546, + CL:0000547, + CL:0000549, + CL:0000550, + CL:0000551, + CL:0000552, + CL:0000553, + CL:0000554, + CL:0000555, + CL:0000556, + CL:0000557, + CL:0000558, + CL:0000559, + CL:0000560, + CL:0000561, + CL:0000562, + CL:0000563, + CL:0000564, + CL:0000565, + CL:0000566, + CL:0000567, + CL:0000568, + CL:0000569, + CL:0000570, + CL:0000571, + CL:0000573, + CL:0000574, + CL:0000575, + CL:0000576, + CL:0000577, + CL:0000578, + CL:0000579, + CL:0000580, + CL:0000581, + CL:0000582, + CL:0000583, + CL:0000584, + CL:0000586, + CL:0000587, + CL:0000588, + CL:0000589, + CL:0000590, + CL:0000591, + CL:0000592, + CL:0000593, + CL:0000594, + CL:0000595, + CL:0000596, + CL:0000597, + CL:0000598, + CL:0000599, + CL:0000600, + CL:0000601, + CL:0000602, + CL:0000603, + CL:0000604, + CL:0000605, + CL:0000606, + CL:0000607, + CL:0000608, + CL:0000609, + CL:0000611, + CL:0000612, + CL:0000613, + CL:0000614, + CL:0000615, + CL:0000617, + CL:0000618, + CL:0000619, + CL:0000621, + CL:0000622, + CL:0000623, + CL:0000624, + CL:0000625, + CL:0000626, + CL:0000627, + CL:0000628, + CL:0000629, + CL:0000630, + CL:0000631, + CL:0000632, + CL:0000633, + CL:0000634, + CL:0000635, + CL:0000636, + CL:0000637, + CL:0000638, + CL:0000639, + CL:0000641, + CL:0000642, + CL:0000644, + CL:0000645, + CL:0000646, + CL:0000647, + CL:0000648, + CL:0000649, + CL:0000650, + CL:0000651, + CL:0000652, + CL:0000653, + CL:0000654, + CL:0000655, + CL:0000656, + CL:0000657, + CL:0000658, + CL:0000659, + CL:0000660, + CL:0000661, + CL:0000662, + CL:0000666, + CL:0000667, + CL:0000669, + CL:0000670, + CL:0000671, + CL:0000673, + CL:0000674, + CL:0000675, + CL:0000676, + CL:0000677, + CL:0000678, + CL:0000679, + CL:0000680, + CL:0000681, + CL:0000682, + CL:0000683, + CL:0000684, + CL:0000686, + CL:0000687, + CL:0000688, + CL:0000689, + CL:0000690, + CL:0000691, + CL:0000692, + CL:0000693, + CL:0000694, + CL:0000695, + CL:0000696, + CL:0000697, + CL:0000699, + CL:0000700, + CL:0000701, + CL:0000702, + CL:0000703, + CL:0000704, + CL:0000705, + CL:0000706, + CL:0000707, + CL:0000708, + CL:0000709, + CL:0000710, + CL:0000711, + CL:0000712, + CL:0000713, + CL:0000715, + CL:0000716, + CL:0000718, + CL:0000719, + CL:0000720, + CL:0000721, + CL:0000722, + CL:0000723, + CL:0000724, + CL:0000725, + CL:0000726, + CL:0000730, + CL:0000731, + CL:0000732, + CL:0000733, + CL:0000735, + CL:0000737, + CL:0000738, + CL:0000740, + CL:0000741, + CL:0000742, + CL:0000743, + CL:0000744, + CL:0000745, + CL:0000746, + CL:0000747, + CL:0000748, + CL:0000749, + CL:0000750, + CL:0000751, + CL:0000752, + CL:0000753, + CL:0000754, + CL:0000755, + CL:0000756, + CL:0000757, + CL:0000758, + CL:0000759, + CL:0000760, + CL:0000761, + CL:0000762, + CL:0000763, + CL:0000764, + CL:0000765, + CL:0000766, + CL:0000767, + CL:0000768, + CL:0000769, + CL:0000770, + CL:0000771, + CL:0000772, + CL:0000773, + CL:0000774, + CL:0000775, + CL:0000776, + CL:0000777, + CL:0000778, + CL:0000779, + CL:0000780, + CL:0000781, + CL:0000782, + CL:0000783, + CL:0000784, + CL:0000785, + CL:0000786, + CL:0000787, + CL:0000788, + CL:0000789, + CL:0000790, + CL:0000791, + CL:0000792, + CL:0000793, + CL:0000794, + CL:0000795, + CL:0000796, + CL:0000797, + CL:0000798, + CL:0000799, + CL:0000800, + CL:0000801, + CL:0000802, + CL:0000803, + CL:0000805, + CL:0000806, + CL:0000807, + CL:0000808, + CL:0000809, + CL:0000810, + CL:0000811, + CL:0000813, + CL:0000814, + CL:0000815, + CL:0000816, + CL:0000817, + CL:0000818, + CL:0000819, + CL:0000820, + CL:0000821, + CL:0000822, + CL:0000823, + CL:0000824, + CL:0000825, + CL:0000826, + CL:0000827, + CL:0000828, + CL:0000829, + CL:0000830, + CL:0000831, + CL:0000832, + CL:0000833, + CL:0000834, + CL:0000835, + CL:0000836, + CL:0000837, + CL:0000838, + CL:0000839, + CL:0000840, + CL:0000841, + CL:0000842, + CL:0000843, + CL:0000844, + CL:0000845, + CL:0000846, + CL:0000847, + CL:0000848, + CL:0000849, + CL:0000850, + CL:0000851, + CL:0000852, + CL:0000853, + CL:0000854, + CL:0000855, + CL:0000856, + CL:0000857, + CL:0000858, + CL:0000860, + CL:0000861, + CL:0000862, + CL:0000863, + CL:0000864, + CL:0000865, + CL:0000866, + CL:0000867, + CL:0000868, + CL:0000869, + CL:0000870, + CL:0000871, + CL:0000872, + CL:0000873, + CL:0000874, + CL:0000875, + CL:0000876, + CL:0000877, + CL:0000878, + CL:0000879, + CL:0000880, + CL:0000881, + CL:0000882, + CL:0000883, + CL:0000884, + CL:0000885, + CL:0000886, + CL:0000887, + CL:0000888, + CL:0000889, + CL:0000890, + CL:0000891, + CL:0000892, + CL:0000893, + CL:0000894, + CL:0000895, + CL:0000896, + CL:0000897, + CL:0000898, + CL:0000899, + CL:0000900, + CL:0000901, + CL:0000902, + CL:0000903, + CL:0000904, + CL:0000905, + CL:0000906, + CL:0000907, + CL:0000908, + CL:0000909, + CL:0000910, + CL:0000911, + CL:0000912, + CL:0000913, + CL:0000914, + CL:0000915, + CL:0000916, + CL:0000917, + CL:0000918, + CL:0000919, + CL:0000920, + CL:0000921, + CL:0000922, + CL:0000923, + CL:0000924, + CL:0000925, + CL:0000926, + CL:0000927, + CL:0000928, + CL:0000929, + CL:0000930, + CL:0000931, + CL:0000932, + CL:0000933, + CL:0000934, + CL:0000935, + CL:0000936, + CL:0000937, + CL:0000938, + CL:0000939, + CL:0000940, + CL:0000941, + CL:0000942, + CL:0000943, + CL:0000944, + CL:0000945, + CL:0000946, + CL:0000947, + CL:0000948, + CL:0000949, + CL:0000950, + CL:0000951, + CL:0000952, + CL:0000953, + CL:0000954, + CL:0000955, + CL:0000956, + CL:0000957, + CL:0000958, + CL:0000959, + CL:0000960, + CL:0000961, + CL:0000962, + CL:0000963, + CL:0000964, + CL:0000965, + CL:0000966, + CL:0000967, + CL:0000968, + CL:0000969, + CL:0000970, + CL:0000971, + CL:0000972, + CL:0000973, + CL:0000974, + CL:0000975, + CL:0000976, + CL:0000977, + CL:0000978, + CL:0000979, + CL:0000980, + CL:0000981, + CL:0000982, + CL:0000983, + CL:0000984, + CL:0000985, + CL:0000986, + CL:0000987, + CL:0000988, + CL:0000989, + CL:0000990, + CL:0000991, + CL:0000992, + CL:0000993, + CL:0000994, + CL:0000995, + CL:0000996, + CL:0000997, + CL:0000998, + CL:0000999, + CL:0001000, + CL:0001001, + CL:0001002, + CL:0001003, + CL:0001004, + CL:0001005, + CL:0001006, + CL:0001007, + CL:0001008, + CL:0001009, + CL:0001010, + CL:0001011, + CL:0001012, + CL:0001013, + CL:0001014, + CL:0001015, + CL:0001016, + CL:0001017, + CL:0001018, + CL:0001019, + CL:0001020, + CL:0001021, + CL:0001022, + CL:0001023, + CL:0001024, + CL:0001025, + CL:0001026, + CL:0001027, + CL:0001028, + CL:0001029, + CL:0001030, + CL:0001031, + CL:0001032, + CL:0001033, + CL:0001034, + CL:0001035, + CL:0001039, + CL:0001040, + CL:0001041, + CL:0001042, + CL:0001043, + CL:0001044, + CL:0001045, + CL:0001046, + CL:0001047, + CL:0001048, + CL:0001049, + CL:0001050, + CL:0001051, + CL:0001052, + CL:0001053, + CL:0001054, + CL:0001055, + CL:0001056, + CL:0001057, + CL:0001058, + CL:0001059, + CL:0001060, + CL:0001061, + CL:0001062, + CL:0001063, + CL:0001064, + CL:0001065, + CL:0001066, + CL:0001067, + CL:0001068, + CL:0001069, + CL:0001070, + CL:0001071, + CL:0001072, + CL:0001073, + CL:0001074, + CL:0001075, + CL:0001076, + CL:0001077, + CL:0001078, + CL:0001079, + CL:0001080, + CL:0001081, + CL:0001082, + CL:0001087, + CL:0001200, + CL:0001201, + CL:0001202, + CL:0001203, + CL:0001204, + CL:0001658, + CL:0002000, + CL:0002001, + CL:0002002, + CL:0002003, + CL:0002004, + CL:0002005, + CL:0002006, + CL:0002007, + CL:0002008, + CL:0002009, + CL:0002010, + CL:0002011, + CL:0002012, + CL:0002013, + CL:0002014, + CL:0002015, + CL:0002016, + CL:0002017, + CL:0002018, + CL:0002019, + CL:0002020, + CL:0002021, + CL:0002022, + CL:0002023, + CL:0002024, + CL:0002025, + CL:0002026, + CL:0002027, + CL:0002028, + CL:0002029, + CL:0002030, + CL:0002031, + CL:0002032, + CL:0002033, + CL:0002034, + CL:0002035, + CL:0002036, + CL:0002037, + CL:0002038, + CL:0002039, + CL:0002040, + CL:0002041, + CL:0002042, + CL:0002043, + CL:0002044, + CL:0002045, + CL:0002046, + CL:0002047, + CL:0002048, + CL:0002049, + CL:0002050, + CL:0002051, + CL:0002052, + CL:0002053, + CL:0002054, + CL:0002055, + CL:0002056, + CL:0002057, + CL:0002058, + CL:0002059, + CL:0002060, + CL:0002061, + CL:0002062, + CL:0002063, + CL:0002064, + CL:0002066, + CL:0002067, + CL:0002068, + CL:0002069, + CL:0002070, + CL:0002071, + CL:0002072, + CL:0002073, + CL:0002074, + CL:0002075, + CL:0002076, + CL:0002077, + CL:0002078, + CL:0002079, + CL:0002080, + CL:0002081, + CL:0002082, + CL:0002083, + CL:0002084, + CL:0002085, + CL:0002086, + CL:0002087, + CL:0002088, + CL:0002089, + CL:0002090, + CL:0002091, + CL:0002092, + CL:0002093, + CL:0002094, + CL:0002095, + CL:0002096, + CL:0002097, + CL:0002098, + CL:0002099, + CL:0002100, + CL:0002101, + CL:0002102, + CL:0002103, + CL:0002104, + CL:0002105, + CL:0002106, + CL:0002107, + CL:0002108, + CL:0002109, + CL:0002110, + CL:0002111, + CL:0002112, + CL:0002113, + CL:0002114, + CL:0002115, + CL:0002116, + CL:0002117, + CL:0002118, + CL:0002119, + CL:0002120, + CL:0002121, + CL:0002122, + CL:0002123, + CL:0002124, + CL:0002125, + CL:0002126, + CL:0002127, + CL:0002128, + CL:0002129, + CL:0002130, + CL:0002131, + CL:0002132, + CL:0002133, + CL:0002134, + CL:0002135, + CL:0002136, + CL:0002137, + CL:0002138, + CL:0002139, + CL:0002140, + CL:0002141, + CL:0002142, + CL:0002143, + CL:0002144, + CL:0002145, + CL:0002146, + CL:0002147, + CL:0002148, + CL:0002149, + CL:0002150, + CL:0002151, + CL:0002152, + CL:0002153, + CL:0002154, + CL:0002155, + CL:0002157, + CL:0002158, + CL:0002159, + CL:0002160, + CL:0002161, + CL:0002162, + CL:0002163, + CL:0002164, + CL:0002165, + CL:0002166, + CL:0002167, + CL:0002168, + CL:0002169, + CL:0002170, + CL:0002171, + CL:0002172, + CL:0002173, + CL:0002174, + CL:0002175, + CL:0002176, + CL:0002177, + CL:0002178, + CL:0002179, + CL:0002180, + CL:0002181, + CL:0002182, + CL:0002183, + CL:0002184, + CL:0002187, + CL:0002188, + CL:0002189, + CL:0002190, + CL:0002191, + CL:0002192, + CL:0002193, + CL:0002194, + CL:0002195, + CL:0002196, + CL:0002197, + CL:0002198, + CL:0002199, + CL:0002200, + CL:0002201, + CL:0002202, + CL:0002203, + CL:0002204, + CL:0002205, + CL:0002206, + CL:0002207, + CL:0002208, + CL:0002209, + CL:0002210, + CL:0002211, + CL:0002212, + CL:0002213, + CL:0002214, + CL:0002215, + CL:0002216, + CL:0002217, + CL:0002218, + CL:0002219, + CL:0002220, + CL:0002221, + CL:0002222, + CL:0002223, + CL:0002224, + CL:0002225, + CL:0002226, + CL:0002227, + CL:0002228, + CL:0002229, + CL:0002231, + CL:0002232, + CL:0002233, + CL:0002234, + CL:0002235, + CL:0002236, + CL:0002237, + CL:0002238, + CL:0002239, + CL:0002240, + CL:0002241, + CL:0002242, + CL:0002243, + CL:0002244, + CL:0002246, + CL:0002247, + CL:0002248, + CL:0002249, + CL:0002250, + CL:0002251, + CL:0002252, + CL:0002253, + CL:0002254, + CL:0002255, + CL:0002256, + CL:0002257, + CL:0002258, + CL:0002259, + CL:0002260, + CL:0002261, + CL:0002262, + CL:0002263, + CL:0002264, + CL:0002265, + CL:0002266, + CL:0002267, + CL:0002268, + CL:0002269, + CL:0002270, + CL:0002271, + CL:0002272, + CL:0002273, + CL:0002274, + CL:0002275, + CL:0002277, + CL:0002278, + CL:0002279, + CL:0002280, + CL:0002281, + CL:0002282, + CL:0002283, + CL:0002284, + CL:0002285, + CL:0002286, + CL:0002287, + CL:0002288, + CL:0002289, + CL:0002290, + CL:0002291, + CL:0002292, + CL:0002293, + CL:0002294, + CL:0002295, + CL:0002296, + CL:0002297, + CL:0002298, + CL:0002299, + CL:0002300, + CL:0002301, + CL:0002302, + CL:0002303, + CL:0002304, + CL:0002305, + CL:0002306, + CL:0002307, + CL:0002308, + CL:0002309, + CL:0002310, + CL:0002311, + CL:0002312, + CL:0002313, + CL:0002314, + CL:0002315, + CL:0002316, + CL:0002317, + CL:0002318, + CL:0002319, + CL:0002320, + CL:0002321, + CL:0002322, + CL:0002323, + CL:0002324, + CL:0002325, + CL:0002326, + CL:0002327, + CL:0002328, + CL:0002329, + CL:0002330, + CL:0002332, + CL:0002333, + CL:0002334, + CL:0002335, + CL:0002336, + CL:0002337, + CL:0002338, + CL:0002339, + CL:0002340, + CL:0002341, + CL:0002342, + CL:0002343, + CL:0002344, + CL:0002345, + CL:0002346, + CL:0002347, + CL:0002348, + CL:0002349, + CL:0002350, + CL:0002351, + CL:0002352, + CL:0002353, + CL:0002354, + CL:0002355, + CL:0002356, + CL:0002357, + CL:0002358, + CL:0002359, + CL:0002360, + CL:0002361, + CL:0002362, + CL:0002363, + CL:0002364, + CL:0002365, + CL:0002366, + CL:0002367, + CL:0002368, + CL:0002369, + CL:0002370, + CL:0002372, + CL:0002373, + CL:0002374, + CL:0002375, + CL:0002376, + CL:0002377, + CL:0002378, + CL:0002379, + CL:0002380, + CL:0002381, + CL:0002382, + CL:0002383, + CL:0002384, + CL:0002385, + CL:0002386, + CL:0002387, + CL:0002388, + CL:0002389, + CL:0002390, + CL:0002391, + CL:0002393, + CL:0002394, + CL:0002395, + CL:0002396, + CL:0002397, + CL:0002398, + CL:0002399, + CL:0002400, + CL:0002401, + CL:0002402, + CL:0002403, + CL:0002404, + CL:0002405, + CL:0002406, + CL:0002407, + CL:0002408, + CL:0002409, + CL:0002410, + CL:0002411, + CL:0002412, + CL:0002413, + CL:0002414, + CL:0002415, + CL:0002416, + CL:0002417, + CL:0002418, + CL:0002419, + CL:0002420, + CL:0002421, + CL:0002422, + CL:0002423, + CL:0002424, + CL:0002425, + CL:0002426, + CL:0002427, + CL:0002428, + CL:0002429, + CL:0002430, + CL:0002431, + CL:0002432, + CL:0002433, + CL:0002434, + CL:0002435, + CL:0002436, + CL:0002437, + CL:0002438, + CL:0002439, + CL:0002440, + CL:0002441, + CL:0002442, + CL:0002443, + CL:0002444, + CL:0002445, + CL:0002446, + CL:0002447, + CL:0002448, + CL:0002449, + CL:0002450, + CL:0002451, + CL:0002453, + CL:0002454, + CL:0002455, + CL:0002456, + CL:0002457, + CL:0002458, + CL:0002459, + CL:0002460, + CL:0002461, + CL:0002462, + CL:0002463, + CL:0002464, + CL:0002465, + CL:0002466, + CL:0002467, + CL:0002468, + CL:0002469, + CL:0002470, + CL:0002471, + CL:0002472, + CL:0002473, + CL:0002474, + CL:0002475, + CL:0002476, + CL:0002477, + CL:0002478, + CL:0002479, + CL:0002480, + CL:0002481, + CL:0002482, + CL:0002483, + CL:0002484, + CL:0002485, + CL:0002486, + CL:0002487, + CL:0002488, + CL:0002489, + CL:0002490, + CL:0002491, + CL:0002492, + CL:0002493, + CL:0002494, + CL:0002495, + CL:0002496, + CL:0002497, + CL:0002498, + CL:0002499, + CL:0002500, + CL:0002501, + CL:0002502, + CL:0002503, + CL:0002504, + CL:0002505, + CL:0002506, + CL:0002507, + CL:0002508, + CL:0002509, + CL:0002510, + CL:0002511, + CL:0002512, + CL:0002513, + CL:0002514, + CL:0002515, + CL:0002516, + CL:0002517, + CL:0002518, + CL:0002519, + CL:0002520, + CL:0002521, + CL:0002522, + CL:0002523, + CL:0002524, + CL:0002525, + CL:0002526, + CL:0002527, + CL:0002528, + CL:0002529, + CL:0002530, + CL:0002531, + CL:0002532, + CL:0002533, + CL:0002534, + CL:0002535, + CL:0002536, + CL:0002537, + CL:0002538, + CL:0002539, + CL:0002540, + CL:0002541, + CL:0002543, + CL:0002544, + CL:0002545, + CL:0002546, + CL:0002547, + CL:0002548, + CL:0002549, + CL:0002550, + CL:0002551, + CL:0002552, + CL:0002553, + CL:0002554, + CL:0002555, + CL:0002556, + CL:0002557, + CL:0002558, + CL:0002559, + CL:0002560, + CL:0002561, + CL:0002562, + CL:0002563, + CL:0002564, + CL:0002565, + CL:0002566, + CL:0002567, + CL:0002568, + CL:0002569, + CL:0002570, + CL:0002571, + CL:0002572, + CL:0002573, + CL:0002574, + CL:0002575, + CL:0002576, + CL:0002577, + CL:0002578, + CL:0002579, + CL:0002580, + CL:0002581, + CL:0002582, + CL:0002583, + CL:0002584, + CL:0002585, + CL:0002586, + CL:0002588, + CL:0002589, + CL:0002590, + CL:0002591, + CL:0002592, + CL:0002593, + CL:0002594, + CL:0002595, + CL:0002596, + CL:0002597, + CL:0002598, + CL:0002599, + CL:0002600, + CL:0002601, + CL:0002602, + CL:0002603, + CL:0002604, + CL:0002605, + CL:0002606, + CL:0002607, + CL:0002608, + CL:0002610, + CL:0002611, + CL:0002612, + CL:0002613, + CL:0002614, + CL:0002615, + CL:0002616, + CL:0002617, + CL:0002618, + CL:0002619, + CL:0002620, + CL:0002621, + CL:0002622, + CL:0002623, + CL:0002624, + CL:0002625, + CL:0002626, + CL:0002627, + CL:0002628, + CL:0002629, + CL:0002630, + CL:0002631, + CL:0002632, + CL:0002633, + CL:0002634, + CL:0002635, + CL:0002636, + CL:0002637, + CL:0002638, + CL:0002639, + CL:0002640, + CL:0002641, + CL:0002642, + CL:0002643, + CL:0002644, + CL:0002645, + CL:0002651, + CL:0002652, + CL:0002653, + CL:0002654, + CL:0002655, + CL:0002656, + CL:0002657, + CL:0002658, + CL:0002659, + CL:0002660, + CL:0002661, + CL:0002662, + CL:0002663, + CL:0002664, + CL:0002665, + CL:0002666, + CL:0002667, + CL:0002668, + CL:0002669, + CL:0002670, + CL:0002671, + CL:0002672, + CL:0002673, + CL:0002674, + CL:0002675, + CL:0002676, + CL:0002677, + CL:0002678, + CL:0002679, + CL:0002680, + CL:0002681, + CL:0003001, + CL:0003002, + CL:0003003, + CL:0003004, + CL:0003005, + CL:0003006, + CL:0003007, + CL:0003008, + CL:0003009, + CL:0003010, + CL:0003011, + CL:0003012, + CL:0003013, + CL:0003014, + CL:0003015, + CL:0003016, + CL:0003017, + CL:0003018, + CL:0003020, + CL:0003021, + CL:0003022, + CL:0003023, + CL:0003024, + CL:0003025, + CL:0003026, + CL:0003027, + CL:0003028, + CL:0003029, + CL:0003030, + CL:0003031, + CL:0003032, + CL:0003033, + CL:0003034, + CL:0003035, + CL:0003036, + CL:0003037, + CL:0003038, + CL:0003039, + CL:0003040, + CL:0003041, + CL:0003042, + CL:0003043, + CL:0003044, + CL:0003045, + CL:0003046, + CL:0003047, + CL:0003048, + CL:0003049, + CL:0003050, + CL:0003051, + CL:0004001, + CL:0004115, + CL:0004116, + CL:0004117, + CL:0004119, + CL:0004120, + CL:0004121, + CL:0004124, + CL:0004125, + CL:0004126, + CL:0004137, + CL:0004138, + CL:0004139, + CL:0004161, + CL:0004162, + CL:0004183, + CL:0004213, + CL:0004214, + CL:0004215, + CL:0004216, + CL:0004217, + CL:0004218, + CL:0004219, + CL:0004220, + CL:0004221, + CL:0004222, + CL:0004223, + CL:0004224, + CL:0004225, + CL:0004226, + CL:0004227, + CL:0004228, + CL:0004229, + CL:0004230, + CL:0004231, + CL:0004232, + CL:0004233, + CL:0004234, + CL:0004235, + CL:0004236, + CL:0004237, + CL:0004238, + CL:0004239, + CL:0004240, + CL:0004241, + CL:0004242, + CL:0004243, + CL:0004244, + CL:0004245, + CL:0004246, + CL:0004247, + CL:0004250, + CL:0004251, + CL:0004252, + CL:0004253, + CL:0005000, + CL:0005001, + CL:0005002, + CL:0005003, + CL:0005004, + CL:0005005, + CL:0005006, + CL:0005007, + CL:0005008, + CL:0005009, + CL:0005010, + CL:0005011, + CL:0005012, + CL:0005013, + CL:0005014, + CL:0005015, + CL:0005018, + CL:0005019, + CL:0005020, + CL:0005021, + CL:0005022, + CL:0005023, + CL:0005024, + CL:0005025, + CL:0005026, + CL:0007000, + CL:0007001, + CL:0007002, + CL:0007003, + CL:0007004, + CL:0007005, + CL:0007006, + CL:0007007, + CL:0007008, + CL:0007009, + CL:0007010, + CL:0007011, + CL:0007012, + CL:0007013, + CL:0007016, + CL:0007017, + CL:0007018, + CL:0007019, + CL:0007020, + CL:0007021, + CL:0007022, + CL:0007023, + CL:0008000, + CL:0008001, + CL:0008002, + CL:0008003, + CL:0008004, + CL:0008005, + CL:0008006, + CL:0008007, + CL:0008008, + CL:0008009, + CL:0008010, + CL:0008011, + CL:0008012, + CL:0008013, + CL:0008015, + CL:0008016, + CL:0008017, + CL:0008018, + CL:0008019, + CL:0008020, + CL:0008021, + CL:0008022, + CL:0008024, + CL:0008025, + CL:0008026, + CL:0008027, + CL:0008028, + CL:0008031, + CL:0008032, + CL:0008033, + CL:0008034, + CL:0008035, + CL:0008036, + CL:0008037, + CL:0008038, + CL:0008039, + CL:0008040, + CL:0008046, + CL:0008047, + CL:0008048, + CL:0008049, + CL:0009000, + CL:0009001, + CL:0009002, + CL:0009003, + CL:0009004, + CL:0009005, + CL:0009006, + CL:0009007, + CL:0009008, + CL:0009009, + CL:0009010, + CL:0009011, + CL:0009012, + CL:0009013, + CL:0009014, + CL:0009015, + CL:0009016, + CL:0009017, + CL:0009018, + CL:0009019, + CL:0009020, + CL:0009021, + CL:0009022, + CL:0009023, + CL:0009024, + CL:0009025, + CL:0009026, + CL:0009027, + CL:0009028, + CL:0009029, + CL:0009030, + CL:0009031, + CL:0009032, + CL:0009033, + CL:0009034, + CL:0009035, + CL:0009036, + CL:0009037, + CL:0009038, + CL:0009039, + CL:0009040, + CL:0009041, + CL:0009042, + CL:0009043, + CL:0009044, + CL:0009045, + CL:0009046, + CL:0009047, + CL:0009048, + CL:0009049, + CL:0009050, + CL:0009051, + CL:0009052, + CL:0009053, + CL:0009054, + CL:0009055, + CL:0009056, + CL:0009057, + CL:0009058, + CL:0009059, + CL:0009060, + CL:0009061, + CL:0009062, + CL:0009063, + CL:0009064, + CL:0009065, + CL:0009066, + CL:0009067, + CL:0009068, + CL:0009069, + CL:0009070, + CL:0009071, + CL:0009072, + CL:0009073, + CL:0009074, + CL:0009075, + CL:0009076, + CL:0009077, + CL:0009078, + CL:0009079, + CL:0009080, + CL:0009081, + CL:0009082, + CL:0009083, + CL:0009084, + CL:0009085, + CL:0009086, + CL:0009087, + CL:0009088, + CL:0009089, + CL:0009090, + CL:0009091, + CL:0009092, + CL:0009093, + CL:0009094, + CL:0009095, + CL:0009096, + CL:0009097, + CL:0009098, + CL:0009099, + CL:0009100, + CL:0009101, + CL:0009102, + CL:0009103, + CL:0009104, + CL:0009105, + CL:0009106, + CL:0009107, + CL:0009108, + CL:0009109, + CL:0009110, + CL:0009111, + CL:0009112, + CL:0009113, + CL:0009114, + CL:0009115, + CL:0009116, + CL:0010000, + CL:0010001, + CL:0010002, + CL:0010003, + CL:0010004, + CL:0010005, + CL:0010006, + CL:0010007, + CL:0010008, + CL:0010009, + CL:0010010, + CL:0010011, + CL:0010012, + CL:0010013, + CL:0010014, + CL:0010015, + CL:0010016, + CL:0010017, + CL:0010020, + CL:0010021, + CL:0010022, + CL:0011000, + CL:0011001, + CL:0011002, + CL:0011003, + CL:0011004, + CL:0011005, + CL:0011006, + CL:0011007, + CL:0011008, + CL:0011009, + CL:0011010, + CL:0011011, + CL:0011012, + CL:0011013, + CL:0011014, + CL:0011015, + CL:0011016, + CL:0011017, + CL:0011018, + CL:0011019, + CL:0011020, + CL:0011021, + CL:0011022, + CL:0011023, + CL:0011024, + CL:0011025, + CL:0011026, + CL:0011027, + CL:0011028, + CL:0011029, + CL:0011030, + CL:0011031, + CL:0011032, + CL:0011100, + CL:0011101, + CL:0011102, + CL:0011103, + CL:0011104, + CL:0011105, + CL:0011106, + CL:0011108, + CL:0011109, + CL:0011110, + CL:0011111, + CL:0011113, + CL:0011114, + CL:0011115, + CL:0012000, + CL:0012001, + CL:0013000, + CL:0015000, + CL:0017000, + CL:0017001, + CL:0017002, + CL:0017003, + CL:0017004, + CL:0017005, + CL:0017006, + CL:0017009, + CL:0017010, + CL:0017011, + CL:0019001, + CL:0019002, + CL:0019003, + CL:0019015, + CL:0019017, + CL:0019018, + CL:0019019, + CL:0019020, + CL:0019021, + CL:0019022, + CL:0019026, + CL:0019028, + CL:0019029, + CL:0019031, + CL:0019032, + CL:1000001, + CL:1000022, + CL:1000042, + CL:1000050, + CL:1000073, + CL:1000082, + CL:1000083, + CL:1000085, + CL:1000090, + CL:1000123, + CL:1000143, + CL:1000147, + CL:1000155, + CL:1000182, + CL:1000191, + CL:1000217, + CL:1000222, + CL:1000223, + CL:1000236, + CL:1000239, + CL:1000245, + CL:1000271, + CL:1000272, + CL:1000274, + CL:1000275, + CL:1000276, + CL:1000277, + CL:1000278, + CL:1000279, + CL:1000280, + CL:1000281, + CL:1000282, + CL:1000283, + CL:1000284, + CL:1000285, + CL:1000286, + CL:1000287, + CL:1000288, + CL:1000289, + CL:1000290, + CL:1000291, + CL:1000296, + CL:1000298, + CL:1000299, + CL:1000300, + CL:1000301, + CL:1000302, + CL:1000303, + CL:1000304, + CL:1000305, + CL:1000306, + CL:1000307, + CL:1000308, + CL:1000309, + CL:1000310, + CL:1000311, + CL:1000312, + CL:1000313, + CL:1000314, + CL:1000315, + CL:1000317, + CL:1000320, + CL:1000321, + CL:1000322, + CL:1000323, + CL:1000324, + CL:1000325, + CL:1000326, + CL:1000327, + CL:1000329, + CL:1000330, + CL:1000331, + CL:1000332, + CL:1000333, + CL:1000334, + CL:1000335, + CL:1000337, + CL:1000338, + CL:1000339, + CL:1000340, + CL:1000341, + CL:1000342, + CL:1000343, + CL:1000344, + CL:1000345, + CL:1000346, + CL:1000347, + CL:1000348, + CL:1000349, + CL:1000350, + CL:1000351, + CL:1000352, + CL:1000353, + CL:1000354, + CL:1000355, + CL:1000356, + CL:1000357, + CL:1000358, + CL:1000359, + CL:1000360, + CL:1000361, + CL:1000362, + CL:1000363, + CL:1000364, + CL:1000365, + CL:1000366, + CL:1000367, + CL:1000368, + CL:1000369, + CL:1000370, + CL:1000371, + CL:1000372, + CL:1000373, + CL:1000374, + CL:1000375, + CL:1000376, + CL:1000377, + CL:1000378, + CL:1000379, + CL:1000380, + CL:1000381, + CL:1000382, + CL:1000383, + CL:1000384, + CL:1000385, + CL:1000391, + CL:1000394, + CL:1000397, + CL:1000398, + CL:1000405, + CL:1000409, + CL:1000410, + CL:1000411, + CL:1000412, + CL:1000413, + CL:1000414, + CL:1000415, + CL:1000417, + CL:1000418, + CL:1000419, + CL:1000420, + CL:1000424, + CL:1000425, + CL:1000426, + CL:1000427, + CL:1000428, + CL:1000432, + CL:1000433, + CL:1000434, + CL:1000435, + CL:1000436, + CL:1000437, + CL:1000438, + CL:1000441, + CL:1000442, + CL:1000443, + CL:1000444, + CL:1000445, + CL:1000447, + CL:1000448, + CL:1000449, + CL:1000450, + CL:1000452, + CL:1000453, + CL:1000454, + CL:1000456, + CL:1000457, + CL:1000458, + CL:1000465, + CL:1000466, + CL:1000467, + CL:1000468, + CL:1000469, + CL:1000470, + CL:1000471, + CL:1000472, + CL:1000473, + CL:1000477, + CL:1000478, + CL:1000479, + CL:1000480, + CL:1000481, + CL:1000482, + CL:1000483, + CL:1000484, + CL:1000486, + CL:1000487, + CL:1000488, + CL:1000489, + CL:1000490, + CL:1000491, + CL:1000492, + CL:1000493, + CL:1000494, + CL:1000495, + CL:1000497, + CL:1000500, + CL:1000504, + CL:1000505, + CL:1000507, + CL:1000510, + CL:1000546, + CL:1000547, + CL:1000548, + CL:1000549, + CL:1000550, + CL:1000596, + CL:1000597, + CL:1000600, + CL:1000601, + CL:1000606, + CL:1000612, + CL:1000615, + CL:1000616, + CL:1000617, + CL:1000618, + CL:1000681, + CL:1000682, + CL:1000691, + CL:1000692, + CL:1000693, + CL:1000695, + CL:1000696, + CL:1000697, + CL:1000698, + CL:1000699, + CL:1000702, + CL:1000703, + CL:1000706, + CL:1000708, + CL:1000714, + CL:1000715, + CL:1000716, + CL:1000717, + CL:1000718, + CL:1000719, + CL:1000720, + CL:1000721, + CL:1000742, + CL:1000746, + CL:1000768, + CL:1000803, + CL:1000804, + CL:1000838, + CL:1000839, + CL:1000849, + CL:1000850, + CL:1000854, + CL:1000891, + CL:1000892, + CL:1000893, + CL:1000909, + CL:1000979, + CL:1001005, + CL:1001006, + CL:1001009, + CL:1001016, + CL:1001021, + CL:1001033, + CL:1001036, + CL:1001045, + CL:1001052, + CL:1001064, + CL:1001066, + CL:1001068, + CL:1001096, + CL:1001097, + CL:1001099, + CL:1001100, + CL:1001106, + CL:1001107, + CL:1001108, + CL:1001109, + CL:1001111, + CL:1001123, + CL:1001124, + CL:1001126, + CL:1001127, + CL:1001131, + CL:1001135, + CL:1001138, + CL:1001142, + CL:1001145, + CL:1001209, + CL:1001210, + CL:1001213, + CL:1001214, + CL:1001216, + CL:1001217, + CL:1001220, + CL:1001221, + CL:1001223, + CL:1001224, + CL:1001225, + CL:1001285, + CL:1001286, + CL:1001287, + CL:1001318, + CL:1001319, + CL:1001320, + CL:1001428, + CL:1001430, + CL:1001431, + CL:1001432, + CL:1001433, + CL:1001434, + CL:1001435, + CL:1001436, + CL:1001437, + CL:1001451, + CL:1001474, + CL:1001502, + CL:1001503, + CL:1001505, + CL:1001509, + CL:1001516, + CL:1001517, + CL:1001561, + CL:1001567, + CL:1001568, + CL:1001569, + CL:1001571, + CL:1001572, + CL:1001573, + CL:1001575, + CL:1001576, + CL:1001577, + CL:1001578, + CL:1001579, + CL:1001580, + CL:1001581, + CL:1001582, + CL:1001585, + CL:1001586, + CL:1001587, + CL:1001588, + CL:1001589, + CL:1001590, + CL:1001591, + CL:1001592, + CL:1001593, + CL:1001595, + CL:1001596, + CL:1001597, + CL:1001598, + CL:1001599, + CL:1001601, + CL:1001602, + CL:1001603, + CL:1001606, + CL:1001607, + CL:1001608, + CL:1001609, + CL:1001610, + CL:1001611, + CL:2000000, + CL:2000001, + CL:2000002, + CL:2000004, + CL:2000005, + CL:2000006, + CL:2000007, + CL:2000008, + CL:2000010, + CL:2000011, + CL:2000012, + CL:2000013, + CL:2000014, + CL:2000015, + CL:2000016, + CL:2000017, + CL:2000018, + CL:2000019, + CL:2000020, + CL:2000021, + CL:2000022, + CL:2000023, + CL:2000024, + CL:2000025, + CL:2000027, + CL:2000028, + CL:2000029, + CL:2000030, + CL:2000031, + CL:2000032, + CL:2000033, + CL:2000034, + CL:2000035, + CL:2000036, + CL:2000037, + CL:2000038, + CL:2000039, + CL:2000040, + CL:2000041, + CL:2000042, + CL:2000043, + CL:2000044, + CL:2000045, + CL:2000046, + CL:2000047, + CL:2000048, + CL:2000049, + CL:2000051, + CL:2000052, + CL:2000053, + CL:2000054, + CL:2000055, + CL:2000056, + CL:2000057, + CL:2000058, + CL:2000059, + CL:2000060, + CL:2000061, + CL:2000062, + CL:2000063, + CL:2000064, + CL:2000065, + CL:2000066, + CL:2000067, + CL:2000068, + CL:2000069, + CL:2000070, + CL:2000071, + CL:2000072, + CL:2000073, + CL:2000074, + CL:2000075, + CL:2000076, + CL:2000077, + CL:2000078, + CL:2000079, + CL:2000080, + CL:2000081, + CL:2000083, + CL:2000084, + CL:2000085, + CL:2000086, + CL:2000087, + CL:2000088, + CL:2000089, + CL:2000090, + CL:2000091, + CL:2000092, + CL:2000093, + CL:2000094, + CL:2000095, + CL:2000096, + CL:2000097, + CL:3000000, + CL:3000001, + CL:3000002, + CL:3000003, + CL:3000004, + CL:4006000, + CL:4006001, + CL:4023000, + CL:4023001, + CL:4023002, + CL:4023003, + CL:4023004, + CL:4023005, + CL:4023006, + CL:4023007, + CL:4023008, + CL:4023009, + CL:4023010, + CL:4023011, + CL:4023012, + CL:4023013, + CL:4023014, + CL:4023015, + CL:4023016, + CL:4023017, + CL:4023018, + CL:4023019, + CL:4023020, + CL:4023021, + CL:4023022, + CL:4023023, + CL:4023024, + CL:4023025, + CL:4023026, + CL:4023027, + CL:4023028, + CL:4023029, + CL:4023030, + CL:4023031, + CL:4023032, + CL:4023033, + CL:4023035, + CL:4023036, + CL:4023038, + CL:4023039, + CL:4023040, + CL:4023041, + CL:4023042, + CL:4023043, + CL:4023044, + CL:4023045, + CL:4023046, + CL:4023047, + CL:4023048, + CL:4023049, + CL:4023050, + CL:4023051, + CL:4023052, + CL:4023053, + CL:4023054, + CL:4023055, + CL:4023056, + CL:4023057, + CL:4023058, + CL:4023059, + CL:4023060, + CL:4023061, + CL:4023062, + CL:4023063, + CL:4023064, + CL:4023065, + CL:4023066, + CL:4023068, + CL:4023069, + CL:4023071, + CL:4023072, + CL:4023074, + CL:4023075, + CL:4023076, + CL:4023077, + CL:4023079, + CL:4023080, + CL:4023081, + CL:4023083, + CL:4023086, + CL:4023087, + CL:4023088, + CL:4023089, + CL:4023090, + CL:4023092, + CL:4023093, + CL:4023094, + CL:4023095, + CL:4023097, + CL:4023107, + CL:4023108, + CL:4023109, + CL:4023110, + CL:4023111, + CL:4023112, + CL:4023113, + CL:4023114, + CL:4023115, + CL:4023116, + CL:4023118, + CL:4023119, + CL:4023120, + CL:4023121, + CL:4023122, + CL:4023123, + CL:4023124, + CL:4023125, + CL:4023127, + CL:4023128, + CL:4023129, + CL:4023130, + CL:4023154, + CL:4023158, + CL:4023159, + CL:4023160, + CL:4023161, + CL:4023162, + CL:4023163, + CL:4023164, + CL:4023168, + CL:4023169, + CL:4023170, + CL:4023171, + CL:4023181, + CL:4023187, + CL:4023188, + CL:4023189, + CL:4028001, + CL:4028002, + CL:4028003, + CL:4028004, + CL:4028006, + CL:4029001, + CL:4029002, + CL:4029003, + CL:4030000, + CL:4030001, + CL:4030002, + CL:4030003, + CL:4030004, + CL:4030005, + CL:4030006, + CL:4030007, + CL:4030008, + CL:4030009, + CL:4030010, + CL:4030011, + CL:4030012, + CL:4030013, + CL:4030014, + CL:4030015, + CL:4030016, + CL:4030017, + CL:4030018, + CL:4030019, + CL:4030020, + CL:4030021, + CL:4030022, + CL:4030023, + CL:4030024, + CL:4030025, + CL:4030026, + CL:4030027, + CL:4030028, + CL:4030029, + CL:4030030, + CL:4030031, + CL:4030032, + CL:4030033, + CL:4030034, + CL:4030035, + CL:4030036, + CL:4030037, + CL:4030038, + CL:4030039, + CL:4030040, + CL:4030041, + CL:4030042, + CL:4030043, + CL:4030047, + CL:4030048, + CL:4030049, + CL:4030050, + CL:4030051, + CL:4030052, + CL:4030053, + CL:4030054, + CL:4030055, + CL:4030056, + CL:4030057, + CL:4030058, + CL:4030059, + CL:4030060, + CL:4030061, + CL:4030062, + CL:4030063, + CL:4030064, + CL:4030065, + CL:4030066, + CL:4030067, + CL:4030068, + CL:4032000, + CL:4032001, + CL:4033000, + CL:4033001, + CL:4033002, + CL:4033003, + CL:4033004, + CL:4033005, + CL:4033006, + CL:4033007, + CL:4033008, + CL:4033009, + CL:4033010, + CL:4033011, + CL:4033012, + CL:4033013, + CL:4033014, + CL:4033015, + CL:4033016, + CL:4033017, + CL:4033018, + CL:4033019, + CL:4033020, + CL:4033021, + CL:4033022, + CL:4033023, + CL:4033024, + CL:4033025, + CL:4033026, + CL:4033027, + CL:4033028, + CL:4033029, + CL:4033030, + CL:4033031, + CL:4033032, + CL:4033033, + CL:4033034, + CL:4033035, + CL:4033036, + CL:4033037, + CL:4033038, + CL:4033039, + CL:4033040, + CL:4033041, + CL:4033042, + CL:4033043, + CL:4033044, + CL:4033045, + CL:4033046, + CL:4033047, + CL:4033048, + CL:4033049, + CL:4033050, + CL:4033051, + CL:4033052, + CL:4033053, + CL:4033054, + CL:4033055, + CL:4033056, + CL:4033057, + CL:4033058, + CL:4033059, + CL:4033060, + CL:4033061, + CL:4033062, + CL:4033063, + CL:4033064, + CL:4033065, + CL:4033066, + CL:4033067, + CL:4040000, + CL:4040001, + CL:4040002, + CL:4040003, + CL:4040004, + CL:4040005, + CL:4040006, + CL:4042001, + CL:4042002, + CL:4042003, + CL:4042004, + CL:4042005, + CL:4042006, + CL:4042007, + CL:4042008, + CL:4042009, + CL:4042010, + CL:4042011, + CL:4042012, + CL:4042013 . + diff --git a/project/owl/general_schema.owl.ttl b/project/owl/general_schema.owl.ttl index 5d3abfe..e28e0ac 100644 --- a/project/owl/general_schema.owl.ttl +++ b/project/owl/general_schema.owl.ttl @@ -1,4 +1,5 @@ @prefix CAS: . +@prefix CL: . @prefix PCL: . @prefix dcterms: . @prefix linkml: . @@ -12,123 +13,13858 @@ CAS:Taxonomy a owl:Class, linkml:ClassDefinition ; rdfs:label "Taxonomy" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:author_name ], + owl:maxCardinality 1 ; + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cellannotation_version ], + owl:minCardinality 1 ; + owl:onProperty CAS:annotations ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:orcid ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:cellannotation_version ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty CAS:cellannotation_schema_version ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; owl:onProperty CAS:author_list ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:matrix_file_id ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_version ], + owl:onProperty CAS:orcid ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:author_list ], + owl:onProperty CAS:orcid ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:description ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:labelsets ], + owl:minCardinality 0 ; + owl:onProperty CAS:orcid ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty CAS:description ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty CAS:author_contact ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:orcid ], + owl:onProperty CAS:author_list ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:title ], + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:orcid ], + owl:onProperty CAS:author_list ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty CAS:title ], + owl:onProperty CAS:author_name ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:annotations ], + owl:minCardinality 0 ; + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cellannotation_timestamp ], + owl:onProperty CAS:title ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_url ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:matrix_file_id ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; + owl:onProperty CAS:description ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty CAS:author_contact ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:author_contact ], + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:author_name ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty CAS:author_name ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:description ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:title ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:Annotation ; - owl:onProperty CAS:annotations ], + owl:onProperty CAS:author_contact ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:description ], + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; - owl:allValuesFrom CAS:Labelset ; - owl:onProperty CAS:labelsets ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:cellannotation_schema_version ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:author_list ], + owl:onProperty CAS:cellannotation_version ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cellannotation_url ], + owl:onProperty CAS:author_name ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:title ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cellannotation_schema_version ], + owl:onProperty CAS:cellannotation_timestamp ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:matrix_file_id ], + owl:onProperty CAS:cellannotation_url ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:matrix_file_id ] ; + owl:minCardinality 1 ; + owl:onProperty CAS:labelsets ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:Annotation ; + owl:onProperty CAS:annotations ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:Labelset ; + owl:onProperty CAS:labelsets ] ; + skos:inScheme . + +CAS:id a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "id" ; + rdfs:range linkml:Uriorcurie ; skos:inScheme . -CAS:id a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "id" ; - rdfs:range linkml:Uriorcurie ; - skos:inScheme . +CL:0000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000132 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000132" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000133 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000133" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000134 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000134" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000136 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000136" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000140 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000140" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000141 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000141" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000146 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000146" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000148 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000148" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000149 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000149" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000150 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000150" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000151 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000151" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000152 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000152" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000153 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000153" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000157 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000157" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000165 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000165" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000166 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000166" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000167 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000167" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000172 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000172" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000173 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000173" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000174 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000174" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000175 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000175" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000176 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000176" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000177 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000177" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000178 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000178" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000179 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000179" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000180 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000180" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000185 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000185" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000186 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000186" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000190 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000190" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000192 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000192" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000193 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000193" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000196 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000196" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000197 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000197" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000198 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000198" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000199 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000199" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000205 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000205" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000206 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000206" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000207 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000207" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000208 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000208" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000211 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000211" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000212 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000212" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000249 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000249" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000255 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000255" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000256 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000256" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000257 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000257" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000293 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000293" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000295 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000295" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000336 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000336" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000371 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000371" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000386 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000386" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000387 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000387" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000388 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000388" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000389 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000389" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000390 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000390" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000392 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000392" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000393 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000393" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000395 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000395" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000396 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000396" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000402 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000402" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000404 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000404" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000406 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000406" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000407 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000407" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000408 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000408" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000416 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000416" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000421 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000421" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000422 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000422" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000423 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000423" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000429 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000429" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000439 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000439" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000440 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000440" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000446 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000446" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000452 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000452" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000459 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000459" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000460 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000460" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000462 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000462" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000463 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000463" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000464 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000464" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000476 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000476" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000485 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000485" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000496 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000496" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000498 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000498" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000499 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000499" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000501 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000501" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000506 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000506" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000508 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000508" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000511 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000511" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000512 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000512" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000513 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000513" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000514 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000514" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000515 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000515" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000518 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000518" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000519 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000519" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000520 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000520" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000521 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000521" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000523 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000523" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000524 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000524" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000525 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000525" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000526 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000526" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000527 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000527" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000528 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000528" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000529 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000529" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000530 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000530" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000531 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000531" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000532 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000532" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000533 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000533" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000534 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000534" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000535 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000535" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000536 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000536" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000540 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000540" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000541 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000541" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000542 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000542" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000544 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000544" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000545 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000545" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000551 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000551" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000552 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000552" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000553 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000553" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000554 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000554" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000555 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000555" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000556 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000556" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000557 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000557" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000558 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000558" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000559 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000559" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000560 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000560" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000562 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000562" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000563 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000563" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000564 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000564" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000565 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000565" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000566 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000566" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000570 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000570" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000574 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000574" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000583 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000583" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000584 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000584" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000587 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000587" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000594 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000594" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000604 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000604" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000605 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000605" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000609 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000609" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000613 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000613" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000614 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000614" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000619 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000619" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000621 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000621" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000622 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000622" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000623 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000623" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000624 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000624" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000625 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000625" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000626 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000626" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000627 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000627" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000628 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000628" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000629 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000629" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000630 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000630" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000631 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000631" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000632 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000632" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000633 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000633" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000634 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000634" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000635 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000635" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000636 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000636" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000637 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000637" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000638 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000638" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000639 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000639" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000641 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000641" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000642 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000642" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000644 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000644" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000645 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000645" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000646 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000646" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000647 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000647" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000648 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000648" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000649 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000649" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000650 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000650" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000651 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000651" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000652 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000652" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000653 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000653" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000654 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000654" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000655 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000655" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000656 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000656" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000657 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000657" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000659 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000659" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000660 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000660" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000661 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000661" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000662 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000662" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000666 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000666" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000667 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000667" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000669 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000669" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000670 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000670" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000671 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000671" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000673 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000673" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000674 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000674" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000675 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000675" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000676 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000676" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000677 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000677" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000678 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000678" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000679 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000679" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000680 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000680" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000682 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000682" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000683 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000683" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000684 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000684" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000686 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000686" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000687 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000687" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000688 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000688" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000689 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000689" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000690 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000690" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000691 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000691" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000692 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000692" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000693 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000693" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000694 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000694" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000695 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000695" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000696 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000696" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000697 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000697" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000699 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000699" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000700 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000700" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000701 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000701" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000702 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000702" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000703 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000703" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000704 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000704" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000705 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000705" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000706 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000706" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000707 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000707" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000708 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000708" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000709 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000709" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000710 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000710" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000711 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000711" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000712 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000712" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000713 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000713" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000715 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000715" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000716 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000716" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000718 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000718" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000719 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000719" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000720 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000720" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000721 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000721" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000722 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000722" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000723 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000723" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000724 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000724" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000725 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000725" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000726 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000726" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000730 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000730" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000731 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000731" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000732 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000732" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000733 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000733" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000735 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000735" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000737 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000737" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000738 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000738" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000740 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000740" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000741 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000741" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000742 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000742" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000743 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000743" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000744 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000744" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000745 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000745" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000746 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000746" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000747 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000747" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000748 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000748" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000749 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000749" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000750 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000750" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000751 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000751" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000752 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000752" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000753 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000753" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000754 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000754" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000755 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000755" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000756 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000756" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000757 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000757" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000758 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000758" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000759 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000759" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000760 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000760" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000761 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000761" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000762 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000762" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000763 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000763" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000764 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000764" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000765 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000765" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000766 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000766" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000767 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000767" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000768 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000768" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000769 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000769" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000770 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000770" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000771 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000771" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000772 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000772" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000773 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000773" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000774 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000774" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000775 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000775" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000776 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000776" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000777 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000777" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000778 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000778" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000779 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000779" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000780 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000780" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000781 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000781" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000782 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000782" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000783 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000783" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000784 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000784" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000785 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000785" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000786 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000786" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000787 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000787" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000788 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000788" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000789 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000789" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000790 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000790" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000791 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000791" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000792 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000792" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000793 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000793" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000794 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000794" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000795 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000795" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000796 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000796" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000797 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000797" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000798 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000798" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000799 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000799" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000800 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000800" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000801 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000801" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000802 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000802" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000803 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000803" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000805 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000805" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000806 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000806" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000807 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000807" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000808 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000808" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000809 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000809" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000810 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000810" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000811 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000811" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000813 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000813" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000814 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000814" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000815 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000815" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000816 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000816" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000817 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000817" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000818 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000818" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000819 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000819" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000820 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000820" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000821 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000821" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000822 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000822" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000823 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000823" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000824 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000824" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000825 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000825" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000826 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000826" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000827 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000827" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000828 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000828" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000829 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000829" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000830 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000830" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000831 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000831" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000832 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000832" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000833 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000833" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000834 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000834" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000835 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000835" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000836 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000836" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000837 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000837" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000838 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000838" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000839 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000839" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000840 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000840" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000841 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000841" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000842 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000842" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000843 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000843" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000844 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000844" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000845 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000845" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000846 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000846" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000847 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000847" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000848 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000848" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000849 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000849" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000850 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000850" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000851 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000851" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000852 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000852" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000853 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000853" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000854 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000854" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000855 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000855" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000856 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000856" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000857 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000857" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000858 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000858" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000860 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000860" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000861 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000861" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000862 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000862" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000863 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000863" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000864 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000864" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000865 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000865" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000866 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000866" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000867 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000867" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000868 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000868" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000869 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000869" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000870 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000870" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000871 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000871" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000872 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000872" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000873 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000873" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000874 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000874" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000875 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000875" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000876 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000876" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000877 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000877" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000878 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000878" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000879 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000879" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000880 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000880" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000881 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000881" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000882 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000882" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000883 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000883" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000884 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000884" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000885 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000885" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000886 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000886" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000887 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000887" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000888 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000888" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000889 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000889" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000890 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000890" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000891 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000891" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000892 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000892" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000893 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000893" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000894 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000894" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000895 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000895" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000896 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000896" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000897 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000897" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000898 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000898" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000899 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000899" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000900 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000900" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000901 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000901" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000902 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000902" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000903 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000903" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000904 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000904" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000905 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000905" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000906 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000906" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000907 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000907" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000908 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000908" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000909 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000909" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000910 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000910" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000911 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000911" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000912 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000912" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000913 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000913" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000914 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000914" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000915 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000915" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000916 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000916" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000917 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000917" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000918 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000918" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000919 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000919" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000920 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000920" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000921 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000921" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000922 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000922" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000923 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000923" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000924 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000924" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000925 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000925" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000926 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000926" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000927 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000927" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000928 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000928" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000929 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000929" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000930 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000930" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000931 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000931" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000932 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000932" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000933 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000933" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000934 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000934" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000935 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000935" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000936 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000936" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000937 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000937" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000938 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000938" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000939 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000939" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000940 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000940" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000941 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000941" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000942 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000942" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000943 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000943" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000944 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000944" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000945 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000945" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000946 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000946" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000947 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000947" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000948 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000948" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000949 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000949" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000950 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000950" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000951 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000951" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000952 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000952" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000953 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000953" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000954 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000954" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000955 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000955" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000956 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000956" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000957 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000957" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000958 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000958" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000959 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000959" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000960 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000960" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000961 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000961" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000962 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000962" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000963 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000963" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000964 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000964" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000965 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000965" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000966 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000966" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000967 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000967" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000968 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000968" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000969 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000969" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000970 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000970" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000971 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000971" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000972 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000972" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000973 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000973" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000974 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000974" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000975 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000975" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000976 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000976" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000977 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000977" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000978 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000978" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000979 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000979" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000980 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000980" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000981 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000981" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000982 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000982" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000983 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000983" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000984 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000984" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000985 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000985" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000986 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000986" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000987 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000987" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000988 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000988" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000989 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000989" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000990 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000990" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000991 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000991" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000992 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000992" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000993 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000993" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000994 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000994" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000995 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000995" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000996 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000996" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000997 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000997" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000998 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000998" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0000999 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0000999" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001201 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001201" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0001658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0001658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002132 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002132" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002133 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002133" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002134 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002134" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002136 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002136" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002139 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002139" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002140 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002140" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002141 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002141" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002144 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002144" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002146 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002146" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002148 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002148" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002149 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002149" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002150 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002150" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002151 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002151" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002152 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002152" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002153 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002153" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002157 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002157" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002165 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002165" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002166 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002166" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002167 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002167" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002172 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002172" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002173 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002173" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002174 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002174" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002175 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002175" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002176 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002176" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002177 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002177" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002178 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002178" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002179 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002179" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002180 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002180" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002181 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002181" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002184 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002184" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002190 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002190" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002191 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002191" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002192 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002192" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002193 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002193" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002194 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002194" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002195 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002195" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002196 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002196" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002197 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002197" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002198 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002198" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002199 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002199" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002200 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002200" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002201 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002201" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002202 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002202" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002203 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002203" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002204 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002204" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002205 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002205" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002206 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002206" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002207 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002207" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002208 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002208" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002211 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002211" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002212 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002212" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002229 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002229" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002231 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002231" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002243 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002243" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002248 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002248" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002249 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002249" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002250 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002250" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002252 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002252" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002254 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002254" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002255 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002255" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002256 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002256" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002257 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002257" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002258 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002258" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002259 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002259" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002260 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002260" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002261 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002261" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002262 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002262" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002263 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002263" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002264 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002264" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002265 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002265" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002266 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002266" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002267 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002267" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002268 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002268" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002269 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002269" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002270 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002270" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002271 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002271" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002272 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002272" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002273 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002273" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002274 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002274" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002275 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002275" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002277 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002277" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002278 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002278" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002279 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002279" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002280 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002280" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002281 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002281" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002282 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002282" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002283 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002283" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002284 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002284" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002288 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002288" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002289 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002289" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002290 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002290" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002291 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002291" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002292 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002292" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002293 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002293" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002294 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002294" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002295 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002295" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002296 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002296" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002297 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002297" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002298 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002298" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002299 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002299" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002302 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002302" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002303 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002303" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002304 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002304" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002305 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002305" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002316 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002316" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002321 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002321" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002328 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002328" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002330 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002330" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002332 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002332" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002336 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002336" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002337 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002337" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002344 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002344" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002363 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002363" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002364 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002364" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002366 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002366" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002368 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002368" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002369 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002369" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002370 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002370" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002375 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002375" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002381 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002381" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002386 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002386" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002387 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002387" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002388 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002388" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002389 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002389" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002390 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002390" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002391 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002391" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002393 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002393" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002395 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002395" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002396 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002396" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002398 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002398" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002399 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002399" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002400 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002400" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002401 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002401" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002402 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002402" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002403 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002403" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002404 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002404" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002405 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002405" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002406 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002406" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002407 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002407" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002408 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002408" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002409 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002409" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002414 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002414" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002416 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002416" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002421 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002421" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002422 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002422" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002423 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002423" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002426 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002426" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002429 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002429" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002439 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002439" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002440 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002440" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002446 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002446" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002450 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002450" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002455 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002455" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002459 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002459" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002460 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002460" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002461 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002461" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002462 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002462" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002463 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002463" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002464 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002464" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002466 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002466" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002471 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002471" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002472 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002472" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002475 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002475" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002476 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002476" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002485 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002485" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002491 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002491" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002493 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002493" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002496 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002496" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002498 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002498" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002499 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002499" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002501 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002501" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002506 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002506" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002508 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002508" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002511 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002511" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002512 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002512" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002513 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002513" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002514 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002514" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002515 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002515" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002518 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002518" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002519 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002519" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002520 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002520" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002521 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002521" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002522 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002522" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002523 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002523" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002524 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002524" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002525 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002525" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002526 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002526" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002527 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002527" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002528 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002528" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002529 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002529" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002530 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002530" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002531 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002531" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002532 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002532" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002533 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002533" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002534 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002534" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002535 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002535" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002536 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002536" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002537 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002537" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002538 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002538" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002539 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002539" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002540 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002540" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002541 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002541" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002543 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002543" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002544 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002544" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002545 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002545" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002548 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002548" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002551 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002551" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002552 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002552" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002553 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002553" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002554 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002554" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002555 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002555" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002556 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002556" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002557 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002557" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002558 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002558" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002559 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002559" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002560 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002560" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002562 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002562" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002563 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002563" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002564 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002564" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002565 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002565" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002566 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002566" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002570 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002570" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002572 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002572" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002574 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002574" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002583 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002583" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002584 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002584" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002585 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002585" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002594 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002594" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002604 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002604" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002605 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002605" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002610 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002610" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002613 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002613" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002614 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002614" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002616 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002616" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002619 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002619" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002620 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002620" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002621 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002621" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002622 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002622" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002623 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002623" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002624 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002624" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002625 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002625" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002626 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002626" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002627 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002627" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002628 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002628" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002629 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002629" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002630 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002630" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002631 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002631" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002632 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002632" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002633 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002633" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002634 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002634" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002635 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002635" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002636 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002636" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002637 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002637" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002638 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002638" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002639 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002639" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002640 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002640" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002641 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002641" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002642 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002642" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002643 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002643" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002644 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002644" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002645 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002645" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002651 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002651" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002652 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002652" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002653 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002653" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002654 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002654" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002655 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002655" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002656 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002656" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002657 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002657" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002658 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002658" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002659 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002659" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002660 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002660" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002661 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002661" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002662 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002662" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002663 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002663" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002664 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002664" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002665 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002665" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002666 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002666" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002667 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002667" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002668 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002668" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002669 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002669" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002670 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002670" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002671 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002671" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002672 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002672" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002673 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002673" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002674 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002674" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002675 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002675" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002676 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002676" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002677 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002677" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002678 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002678" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002679 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002679" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002680 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002680" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0002681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0002681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0003051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0003051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004117 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004117" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004137 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004137" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004139 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004139" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004183 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004183" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004215 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004215" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004218 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004218" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004219 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004219" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004226 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004226" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004227 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004227" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004228 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004228" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004229 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004229" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004230 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004230" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004231 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004231" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004232 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004232" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004233 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004233" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004234 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004234" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004235 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004235" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004237 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004237" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004238 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004238" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004240 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004240" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004241 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004241" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004242 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004242" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004243 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004243" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004244 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004244" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004245 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004245" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004246 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004246" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004247 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004247" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004250 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004250" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004251 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004251" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004252 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004252" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0004253 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0004253" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0005026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0005026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0007023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0007023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0008049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0008049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009098 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009098" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0009116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0009116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0010022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0010022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011101 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011101" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011102 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011102" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011103 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011103" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011104 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011104" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011105 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011105" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0011115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0011115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0012000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0012000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0012001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0012001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0013000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0013000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0015000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0015000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0017011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0017011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:0019032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:0019032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000082 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000082" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000143 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000143" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000147 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000147" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000155 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000155" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000182 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000182" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000191 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000191" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000222 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000222" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000236 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000236" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000239 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000239" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000245 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000245" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000271 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000271" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000272 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000272" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000274 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000274" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000275 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000275" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000276 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000276" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000277 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000277" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000278 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000278" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000279 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000279" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000280 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000280" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000281 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000281" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000282 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000282" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000283 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000283" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000284 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000284" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000288 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000288" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000289 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000289" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000290 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000290" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000291 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000291" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000296 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000296" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000298 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000298" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000299 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000299" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000300 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000300" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000301 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000301" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000302 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000302" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000303 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000303" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000304 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000304" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000305 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000305" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000306 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000306" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000307 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000307" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000308 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000308" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000309 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000309" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000310 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000310" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000311 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000311" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000312 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000312" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000313 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000313" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000314 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000314" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000315 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000315" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000317 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000317" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000321 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000321" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000322 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000322" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000323 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000323" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000324 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000324" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000325 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000325" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000326 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000326" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000327 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000327" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000329 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000329" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000330 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000330" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000331 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000331" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000332 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000332" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000333 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000333" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000334 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000334" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000335 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000335" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000337 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000337" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000338 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000338" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000339 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000339" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000340 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000340" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000341 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000341" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000342 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000342" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000343 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000343" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000344 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000344" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000345 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000345" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000346 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000346" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000347 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000347" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000348 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000348" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000349 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000349" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000350 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000350" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000351 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000351" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000352 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000352" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000353 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000353" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000354 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000354" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000355 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000355" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000356 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000356" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000357 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000357" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000358 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000358" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000359 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000359" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000360 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000360" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000361 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000361" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000362 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000362" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000363 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000363" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000364 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000364" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000365 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000365" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000366 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000366" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000367 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000367" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000368 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000368" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000369 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000369" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000370 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000370" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000371 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000371" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000372 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000372" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000373 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000373" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000374 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000374" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000375 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000375" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000376 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000376" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000377 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000377" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000378 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000378" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000379 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000379" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000380 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000380" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000381 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000381" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000382 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000382" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000383 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000383" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000384 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000384" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000385 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000385" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000391 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000391" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000394 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000394" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000397 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000397" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000398 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000398" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000405 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000405" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000409 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000409" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000410 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000410" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000411 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000411" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000412 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000412" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000413 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000413" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000414 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000414" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000415 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000415" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000417 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000417" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000418 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000418" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000419 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000419" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000420 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000420" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000424 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000424" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000425 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000425" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000426 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000426" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000427 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000427" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000438 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000438" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000441 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000441" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000442 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000442" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000443 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000443" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000444 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000444" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000445 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000445" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000447 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000447" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000448 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000448" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000449 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000449" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000450 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000450" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000452 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000452" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000453 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000453" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000454 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000454" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000456 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000456" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000457 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000457" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000458 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000458" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000465 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000465" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000466 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000466" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000467 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000467" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000468 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000468" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000469 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000469" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000470 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000470" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000471 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000471" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000472 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000472" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000473 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000473" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000477 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000477" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000478 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000478" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000479 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000479" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000480 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000480" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000481 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000481" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000482 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000482" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000483 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000483" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000484 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000484" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000486 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000486" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000487 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000487" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000488 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000488" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000489 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000489" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000490 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000490" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000491 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000491" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000492 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000492" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000493 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000493" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000494 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000494" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000495 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000495" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000497 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000497" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000500 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000500" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000504 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000504" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000507 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000507" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000510 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000510" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000546 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000546" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000547 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000547" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000548 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000548" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000549 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000549" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000550 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000550" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000600 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000600" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000612 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000612" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000615 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000615" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000616 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000616" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000617 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000617" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000618 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000618" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000681 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000681" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000682 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000682" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000691 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000691" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000692 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000692" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000693 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000693" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000695 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000695" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000696 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000696" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000697 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000697" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000698 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000698" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000699 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000699" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000702 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000702" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000703 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000703" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000706 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000706" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000708 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000708" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000714 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000714" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000715 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000715" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000716 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000716" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000717 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000717" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000718 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000718" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000719 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000719" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000720 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000720" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000721 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000721" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000742 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000742" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000746 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000746" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000768 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000768" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000803 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000803" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000804 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000804" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000838 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000838" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000839 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000839" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000849 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000849" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000850 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000850" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000854 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000854" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000891 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000891" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000892 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000892" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000893 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000893" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000909 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000909" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1000979 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1000979" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001099 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001099" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001100 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001100" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001106 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001106" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001126 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001126" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001131 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001131" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001135 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001135" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001138 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001138" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001142 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001142" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001145 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001145" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001209 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001209" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001210 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001210" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001213 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001213" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001214 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001214" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001216 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001216" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001217 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001217" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001220 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001220" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001221 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001221" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001223 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001223" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001224 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001224" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001225 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001225" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001285 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001285" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001286 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001286" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001287 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001287" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001318 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001318" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001319 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001319" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001320 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001320" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001428 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001428" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001430 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001430" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001431 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001431" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001432 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001432" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001433 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001433" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001434 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001434" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001435 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001435" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001436 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001436" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001437 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001437" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001451 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001451" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001474 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001474" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001502 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001502" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001503 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001503" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001505 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001505" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001509 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001509" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001516 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001516" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001517 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001517" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001561 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001561" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001567 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001567" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001568 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001568" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001569 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001569" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001571 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001571" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001572 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001572" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001573 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001573" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001575 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001575" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001576 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001576" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001577 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001577" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001578 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001578" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001579 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001579" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001580 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001580" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001581 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001581" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001582 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001582" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001585 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001585" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001586 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001586" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001587 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001587" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001588 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001588" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001589 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001589" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001590 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001590" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001591 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001591" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001592 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001592" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001593 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001593" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001595 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001595" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001596 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001596" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001597 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001597" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001598 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001598" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001599 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001599" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001601 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001601" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001602 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001602" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001603 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001603" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001606 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001606" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001607 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001607" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001608 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001608" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001609 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001609" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001610 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001610" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:1001611 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:1001611" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000070 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000070" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000073 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000073" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000078 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000078" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000084 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000084" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000085 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000085" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000091 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000091" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000096 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000096" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:2000097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:2000097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:3000004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:3000004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4006000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4006000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4006001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4006001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023069 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023069" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023071 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023071" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023072 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023072" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023074 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023074" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023075 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023075" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023076 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023076" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023077 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023077" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023079 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023079" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023080 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023080" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023081 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023081" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023083 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023083" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023086 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023086" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023087 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023087" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023088 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023088" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023089 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023089" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023090 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023090" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023092 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023092" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023093 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023093" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023094 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023094" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023095 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023095" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023097 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023097" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023107 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023107" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023108 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023108" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023109 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023109" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023110 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023110" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023111 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023111" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023112 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023112" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023113 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023113" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023114 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023114" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023115 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023115" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023116 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023116" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023118 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023118" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023119 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023119" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023120 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023120" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023121 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023121" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023122 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023122" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023123 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023123" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023124 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023124" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023125 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023125" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023127 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023127" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023128 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023128" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023129 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023129" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023130 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023130" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023154 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023154" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023158 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023158" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023159 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023159" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023160 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023160" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023161 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023161" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023162 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023162" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023163 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023163" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023164 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023164" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023168 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023168" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023169 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023169" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023170 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023170" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023171 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023171" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023181 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023181" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023187 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023187" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023188 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023188" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4023189 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4023189" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4028006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4028006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4029003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4029003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4030068 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4030068" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4032000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4032000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4032001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4032001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033013" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033014 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033014" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033015 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033015" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033016 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033016" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033017 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033017" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033018 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033018" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033019 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033019" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033020 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033020" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033021 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033021" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033022 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033022" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033023 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033023" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033024 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033024" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033025 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033025" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033026 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033026" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033027 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033027" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033028 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033028" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033029 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033029" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033030 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033030" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033031 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033031" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033032 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033032" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033033 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033033" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033034 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033034" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033035 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033035" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033036 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033036" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033037 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033037" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033038 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033038" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033039 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033039" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033040 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033040" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033041 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033041" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033042 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033042" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033043 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033043" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033044 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033044" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033045 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033045" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033046 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033046" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033047 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033047" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033048 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033048" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033049 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033049" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033050 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033050" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033051 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033051" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033052 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033052" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033053 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033053" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033054 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033054" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033055 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033055" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033056 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033056" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033057 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033057" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033058 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033058" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033059 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033059" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033060 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033060" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033061 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033061" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033062 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033062" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033063 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033063" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033064 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033064" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033065 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033065" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033066 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033066" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4033067 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4033067" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040000 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040000" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4040006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4040006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042001 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042001" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042002 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042002" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042003 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042003" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042004 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042004" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042005 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042005" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042006 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042006" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042007 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042007" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042008 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042008" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042009 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042009" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042010 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042010" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042011 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042011" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042012 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042012" ; + rdfs:subClassOf CAS:CellTypeEnum . + +CL:4042013 a owl:Class, + CAS:CellTypeEnum ; + rdfs:label "CL:4042013" ; + rdfs:subClassOf CAS:CellTypeEnum . CAS:Annotation a owl:Class, linkml:ClassDefinition ; @@ -138,94 +13874,94 @@ CAS:Annotation a owl:Class, owl:onProperty CAS:synonyms ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cell_ids ], + owl:onProperty CAS:marker_gene_evidence ], [ a owl:Restriction ; - owl:allValuesFrom CAS:CellTypeEnum ; - owl:onProperty CAS:cell_ontology_term_id ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:cell_ids ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_label ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:rationale ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:reviews ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cell_ontology_term ], + owl:onProperty CAS:rationale_dois ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:cell_ontology_term_id ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:Review ; + owl:onProperty CAS:reviews ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_ontology_term_id ], + owl:onProperty CAS:marker_gene_evidence ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty CAS:author_annotation_fields ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:rationale_dois ], + owl:onProperty CAS:cell_ontology_term ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cell_label ], + owl:onProperty CAS:labelset ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_ids ], + owl:onProperty CAS:cell_ontology_term_id ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:rationale ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:marker_gene_evidence ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:author_annotation_fields ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:cell_ontology_term ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:rationale_dois ], + owl:onProperty CAS:labelset ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:author_annotation_fields ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:labelset ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:labelset ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:author_annotation_fields ], + owl:minCardinality 0 ; + owl:onProperty CAS:rationale_dois ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:synonyms ], [ a owl:Restriction ; - owl:allValuesFrom CAS:Review ; - owl:onProperty CAS:reviews ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:rationale ], + owl:minCardinality 0 ; + owl:onProperty CAS:cell_ontology_term ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:cell_fullname ], + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:cell_label ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:labelset ], + owl:onProperty CAS:author_annotation_fields ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:marker_gene_evidence ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:cell_label ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; + owl:onProperty CAS:cell_ontology_term ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty CAS:cell_fullname ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:rationale ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty CAS:cell_ontology_term ] ; + owl:onProperty CAS:cell_ids ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty CAS:author_annotation_fields ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:CellTypeEnum ; + owl:onProperty CAS:cell_ontology_term_id ] ; skos:definition "A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools using this schema are encouarged to specify a larger set of compulsory fields for publication. Note: This schema deliberately allows for additional fields in order to support ad hoc user fields, new formal schema extensions and project/tool specific metadata." ; skos:exactMatch PCL:0010001 ; skos:inScheme . @@ -249,47 +13985,44 @@ CAS:AutomatedAnnotation a owl:Class, linkml:ClassDefinition ; rdfs:label "AutomatedAnnotation" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:reference_location ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:algorithm_version ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:algorithm_repo_url ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:algorithm_name ], + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_version ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty CAS:algorithm_name ], + owl:onProperty CAS:algorithm_repo_url ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:algorithm_repo_url ], + owl:onProperty CAS:algorithm_version ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom linkml:String ; owl:onProperty CAS:algorithm_repo_url ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty CAS:algorithm_version ], + owl:onProperty CAS:reference_location ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty CAS:reference_location ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; owl:onProperty CAS:algorithm_name ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty CAS:algorithm_version ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; + owl:maxCardinality 1 ; owl:onProperty CAS:reference_location ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty CAS:algorithm_name ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:reference_location ] ; + owl:onProperty CAS:algorithm_name ] ; skos:definition "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; skos:inScheme . -CAS:CellTypeEnum a owl:Class, - linkml:EnumDefinition . - CAS:Labelset a owl:Class, linkml:ClassDefinition ; rdfs:label "Labelset" ; @@ -297,78 +14030,78 @@ CAS:Labelset a owl:Class, owl:minCardinality 0 ; owl:onProperty CAS:description ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty CAS:name ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:description ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty CAS:name ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty CAS:description ], - [ a owl:Restriction ; - owl:allValuesFrom CAS:AutomatedAnnotation ; - owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:automated_annotation ], + owl:onProperty CAS:annotation_method ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty CAS:automated_annotation ], + owl:maxCardinality 1 ; + owl:onProperty CAS:description ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty CAS:annotation_method ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty CAS:name ], + [ a owl:Restriction ; + owl:allValuesFrom CAS:AutomatedAnnotation ; + owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty CAS:annotation_method ], + owl:onProperty CAS:automated_annotation ], [ a owl:Restriction ; owl:allValuesFrom CAS:AnnotationMethodOptions ; - owl:onProperty CAS:annotation_method ] ; + owl:onProperty CAS:annotation_method ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty CAS:automated_annotation ] ; skos:inScheme . CAS:Review a owl:Class, linkml:ClassDefinition ; rdfs:label "Review" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom CAS:ReviewOptions ; owl:onProperty CAS:review ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty CAS:explanation ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; + owl:maxCardinality 1 ; owl:onProperty CAS:datestamp ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty CAS:datestamp ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:explanation ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty CAS:reviewer ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty CAS:datestamp ], + owl:minCardinality 0 ; + owl:onProperty CAS:review ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty CAS:review ], [ a owl:Restriction ; - owl:allValuesFrom CAS:ReviewOptions ; - owl:onProperty CAS:review ], + owl:allValuesFrom linkml:String ; + owl:onProperty CAS:datestamp ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty CAS:reviewer ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty CAS:reviewer ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; owl:onProperty CAS:explanation ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty CAS:explanation ] ; skos:inScheme . @@ -639,3 +14372,2754 @@ CAS:AnnotationMethodOptions a owl:Class, dcterms:title "General Cell Annotation Open Standard" ; skos:definition "General, open-standard schema for cell annotations" . +CAS:CellTypeEnum a owl:Class, + linkml:EnumDefinition ; + owl:unionOf ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; + linkml:permissible_values CL:0000000, + CL:0000001, + CL:0000005, + CL:0000006, + CL:0000007, + CL:0000008, + CL:0000010, + CL:0000011, + CL:0000014, + CL:0000015, + CL:0000016, + CL:0000017, + CL:0000018, + CL:0000019, + CL:0000020, + CL:0000021, + CL:0000022, + CL:0000023, + CL:0000024, + CL:0000025, + CL:0000026, + CL:0000027, + CL:0000028, + CL:0000029, + CL:0000030, + CL:0000031, + CL:0000032, + CL:0000033, + CL:0000034, + CL:0000035, + CL:0000036, + CL:0000037, + CL:0000038, + CL:0000039, + CL:0000040, + CL:0000041, + CL:0000042, + CL:0000043, + CL:0000047, + CL:0000048, + CL:0000049, + CL:0000050, + CL:0000051, + CL:0000052, + CL:0000054, + CL:0000055, + CL:0000056, + CL:0000057, + CL:0000058, + CL:0000059, + CL:0000060, + CL:0000061, + CL:0000062, + CL:0000064, + CL:0000065, + CL:0000066, + CL:0000067, + CL:0000068, + CL:0000069, + CL:0000071, + CL:0000072, + CL:0000075, + CL:0000076, + CL:0000077, + CL:0000078, + CL:0000079, + CL:0000080, + CL:0000081, + CL:0000082, + CL:0000083, + CL:0000084, + CL:0000091, + CL:0000092, + CL:0000094, + CL:0000095, + CL:0000096, + CL:0000097, + CL:0000098, + CL:0000099, + CL:0000100, + CL:0000101, + CL:0000102, + CL:0000103, + CL:0000104, + CL:0000105, + CL:0000106, + CL:0000107, + CL:0000108, + CL:0000109, + CL:0000110, + CL:0000112, + CL:0000113, + CL:0000114, + CL:0000115, + CL:0000116, + CL:0000117, + CL:0000118, + CL:0000119, + CL:0000120, + CL:0000121, + CL:0000122, + CL:0000123, + CL:0000125, + CL:0000126, + CL:0000127, + CL:0000128, + CL:0000129, + CL:0000130, + CL:0000131, + CL:0000132, + CL:0000133, + CL:0000134, + CL:0000135, + CL:0000136, + CL:0000137, + CL:0000138, + CL:0000140, + CL:0000141, + CL:0000142, + CL:0000143, + CL:0000145, + CL:0000146, + CL:0000147, + CL:0000148, + CL:0000149, + CL:0000150, + CL:0000151, + CL:0000152, + CL:0000153, + CL:0000154, + CL:0000155, + CL:0000157, + CL:0000158, + CL:0000159, + CL:0000160, + CL:0000162, + CL:0000163, + CL:0000164, + CL:0000165, + CL:0000166, + CL:0000167, + CL:0000168, + CL:0000169, + CL:0000170, + CL:0000171, + CL:0000172, + CL:0000173, + CL:0000174, + CL:0000175, + CL:0000176, + CL:0000177, + CL:0000178, + CL:0000179, + CL:0000180, + CL:0000182, + CL:0000183, + CL:0000185, + CL:0000186, + CL:0000187, + CL:0000188, + CL:0000189, + CL:0000190, + CL:0000192, + CL:0000193, + CL:0000196, + CL:0000197, + CL:0000198, + CL:0000199, + CL:0000200, + CL:0000202, + CL:0000203, + CL:0000204, + CL:0000205, + CL:0000206, + CL:0000207, + CL:0000208, + CL:0000209, + CL:0000210, + CL:0000211, + CL:0000212, + CL:0000213, + CL:0000214, + CL:0000215, + CL:0000216, + CL:0000217, + CL:0000218, + CL:0000219, + CL:0000221, + CL:0000222, + CL:0000223, + CL:0000225, + CL:0000226, + CL:0000227, + CL:0000228, + CL:0000232, + CL:0000233, + CL:0000234, + CL:0000235, + CL:0000236, + CL:0000237, + CL:0000238, + CL:0000239, + CL:0000240, + CL:0000241, + CL:0000242, + CL:0000244, + CL:0000246, + CL:0000247, + CL:0000249, + CL:0000251, + CL:0000253, + CL:0000255, + CL:0000256, + CL:0000257, + CL:0000286, + CL:0000287, + CL:0000293, + CL:0000295, + CL:0000300, + CL:0000301, + CL:0000306, + CL:0000307, + CL:0000308, + CL:0000309, + CL:0000310, + CL:0000311, + CL:0000312, + CL:0000313, + CL:0000314, + CL:0000315, + CL:0000317, + CL:0000318, + CL:0000319, + CL:0000322, + CL:0000323, + CL:0000324, + CL:0000325, + CL:0000326, + CL:0000327, + CL:0000329, + CL:0000333, + CL:0000334, + CL:0000335, + CL:0000336, + CL:0000338, + CL:0000339, + CL:0000340, + CL:0000341, + CL:0000342, + CL:0000343, + CL:0000345, + CL:0000346, + CL:0000347, + CL:0000348, + CL:0000349, + CL:0000350, + CL:0000351, + CL:0000352, + CL:0000353, + CL:0000354, + CL:0000355, + CL:0000356, + CL:0000357, + CL:0000358, + CL:0000359, + CL:0000360, + CL:0000361, + CL:0000362, + CL:0000365, + CL:0000367, + CL:0000371, + CL:0000372, + CL:0000373, + CL:0000374, + CL:0000376, + CL:0000377, + CL:0000378, + CL:0000379, + CL:0000380, + CL:0000382, + CL:0000383, + CL:0000384, + CL:0000385, + CL:0000386, + CL:0000387, + CL:0000388, + CL:0000389, + CL:0000390, + CL:0000392, + CL:0000393, + CL:0000394, + CL:0000395, + CL:0000396, + CL:0000397, + CL:0000402, + CL:0000404, + CL:0000406, + CL:0000407, + CL:0000408, + CL:0000410, + CL:0000411, + CL:0000412, + CL:0000413, + CL:0000415, + CL:0000416, + CL:0000417, + CL:0000418, + CL:0000419, + CL:0000420, + CL:0000421, + CL:0000422, + CL:0000423, + CL:0000424, + CL:0000425, + CL:0000427, + CL:0000428, + CL:0000429, + CL:0000430, + CL:0000431, + CL:0000432, + CL:0000434, + CL:0000435, + CL:0000436, + CL:0000437, + CL:0000438, + CL:0000439, + CL:0000440, + CL:0000441, + CL:0000442, + CL:0000443, + CL:0000444, + CL:0000445, + CL:0000446, + CL:0000447, + CL:0000448, + CL:0000449, + CL:0000451, + CL:0000452, + CL:0000453, + CL:0000454, + CL:0000456, + CL:0000457, + CL:0000458, + CL:0000459, + CL:0000460, + CL:0000462, + CL:0000463, + CL:0000464, + CL:0000465, + CL:0000467, + CL:0000468, + CL:0000469, + CL:0000470, + CL:0000473, + CL:0000474, + CL:0000476, + CL:0000477, + CL:0000478, + CL:0000479, + CL:0000480, + CL:0000481, + CL:0000482, + CL:0000483, + CL:0000484, + CL:0000485, + CL:0000486, + CL:0000487, + CL:0000488, + CL:0000489, + CL:0000490, + CL:0000492, + CL:0000494, + CL:0000495, + CL:0000496, + CL:0000497, + CL:0000498, + CL:0000499, + CL:0000500, + CL:0000501, + CL:0000502, + CL:0000503, + CL:0000504, + CL:0000505, + CL:0000506, + CL:0000507, + CL:0000508, + CL:0000509, + CL:0000510, + CL:0000511, + CL:0000512, + CL:0000513, + CL:0000514, + CL:0000515, + CL:0000516, + CL:0000517, + CL:0000518, + CL:0000519, + CL:0000520, + CL:0000521, + CL:0000523, + CL:0000524, + CL:0000525, + CL:0000526, + CL:0000527, + CL:0000528, + CL:0000529, + CL:0000530, + CL:0000531, + CL:0000532, + CL:0000533, + CL:0000534, + CL:0000535, + CL:0000536, + CL:0000540, + CL:0000541, + CL:0000542, + CL:0000544, + CL:0000545, + CL:0000546, + CL:0000547, + CL:0000549, + CL:0000550, + CL:0000551, + CL:0000552, + CL:0000553, + CL:0000554, + CL:0000555, + CL:0000556, + CL:0000557, + CL:0000558, + CL:0000559, + CL:0000560, + CL:0000561, + CL:0000562, + CL:0000563, + CL:0000564, + CL:0000565, + CL:0000566, + CL:0000567, + CL:0000568, + CL:0000569, + CL:0000570, + CL:0000571, + CL:0000573, + CL:0000574, + CL:0000575, + CL:0000576, + CL:0000577, + CL:0000578, + CL:0000579, + CL:0000580, + CL:0000581, + CL:0000582, + CL:0000583, + CL:0000584, + CL:0000586, + CL:0000587, + CL:0000588, + CL:0000589, + CL:0000590, + CL:0000591, + CL:0000592, + CL:0000593, + CL:0000594, + CL:0000595, + CL:0000596, + CL:0000597, + CL:0000598, + CL:0000599, + CL:0000600, + CL:0000601, + CL:0000602, + CL:0000603, + CL:0000604, + CL:0000605, + CL:0000606, + CL:0000607, + CL:0000608, + CL:0000609, + CL:0000611, + CL:0000612, + CL:0000613, + CL:0000614, + CL:0000615, + CL:0000617, + CL:0000618, + CL:0000619, + CL:0000621, + CL:0000622, + CL:0000623, + CL:0000624, + CL:0000625, + CL:0000626, + CL:0000627, + CL:0000628, + CL:0000629, + CL:0000630, + CL:0000631, + CL:0000632, + CL:0000633, + CL:0000634, + CL:0000635, + CL:0000636, + CL:0000637, + CL:0000638, + CL:0000639, + CL:0000641, + CL:0000642, + CL:0000644, + CL:0000645, + CL:0000646, + CL:0000647, + CL:0000648, + CL:0000649, + CL:0000650, + CL:0000651, + CL:0000652, + CL:0000653, + CL:0000654, + CL:0000655, + CL:0000656, + CL:0000657, + CL:0000658, + CL:0000659, + CL:0000660, + CL:0000661, + CL:0000662, + CL:0000666, + CL:0000667, + CL:0000669, + CL:0000670, + CL:0000671, + CL:0000673, + CL:0000674, + CL:0000675, + CL:0000676, + CL:0000677, + CL:0000678, + CL:0000679, + CL:0000680, + CL:0000681, + CL:0000682, + CL:0000683, + CL:0000684, + CL:0000686, + CL:0000687, + CL:0000688, + CL:0000689, + CL:0000690, + CL:0000691, + CL:0000692, + CL:0000693, + CL:0000694, + CL:0000695, + CL:0000696, + CL:0000697, + CL:0000699, + CL:0000700, + CL:0000701, + CL:0000702, + CL:0000703, + CL:0000704, + CL:0000705, + CL:0000706, + CL:0000707, + CL:0000708, + CL:0000709, + CL:0000710, + CL:0000711, + CL:0000712, + CL:0000713, + CL:0000715, + CL:0000716, + CL:0000718, + CL:0000719, + CL:0000720, + CL:0000721, + CL:0000722, + CL:0000723, + CL:0000724, + CL:0000725, + CL:0000726, + CL:0000730, + CL:0000731, + CL:0000732, + CL:0000733, + CL:0000735, + CL:0000737, + CL:0000738, + CL:0000740, + CL:0000741, + CL:0000742, + CL:0000743, + CL:0000744, + CL:0000745, + CL:0000746, + CL:0000747, + CL:0000748, + CL:0000749, + CL:0000750, + CL:0000751, + CL:0000752, + CL:0000753, + CL:0000754, + CL:0000755, + CL:0000756, + CL:0000757, + CL:0000758, + CL:0000759, + CL:0000760, + CL:0000761, + CL:0000762, + CL:0000763, + CL:0000764, + CL:0000765, + CL:0000766, + CL:0000767, + CL:0000768, + CL:0000769, + CL:0000770, + CL:0000771, + CL:0000772, + CL:0000773, + CL:0000774, + CL:0000775, + CL:0000776, + CL:0000777, + CL:0000778, + CL:0000779, + CL:0000780, + CL:0000781, + CL:0000782, + CL:0000783, + CL:0000784, + CL:0000785, + CL:0000786, + CL:0000787, + CL:0000788, + CL:0000789, + CL:0000790, + CL:0000791, + CL:0000792, + CL:0000793, + CL:0000794, + CL:0000795, + CL:0000796, + CL:0000797, + CL:0000798, + CL:0000799, + CL:0000800, + CL:0000801, + CL:0000802, + CL:0000803, + CL:0000805, + CL:0000806, + CL:0000807, + CL:0000808, + CL:0000809, + CL:0000810, + CL:0000811, + CL:0000813, + CL:0000814, + CL:0000815, + CL:0000816, + CL:0000817, + CL:0000818, + CL:0000819, + CL:0000820, + CL:0000821, + CL:0000822, + CL:0000823, + CL:0000824, + CL:0000825, + CL:0000826, + CL:0000827, + CL:0000828, + CL:0000829, + CL:0000830, + CL:0000831, + CL:0000832, + CL:0000833, + CL:0000834, + CL:0000835, + CL:0000836, + CL:0000837, + CL:0000838, + CL:0000839, + CL:0000840, + CL:0000841, + CL:0000842, + CL:0000843, + CL:0000844, + CL:0000845, + CL:0000846, + CL:0000847, + CL:0000848, + CL:0000849, + CL:0000850, + CL:0000851, + CL:0000852, + CL:0000853, + CL:0000854, + CL:0000855, + CL:0000856, + CL:0000857, + CL:0000858, + CL:0000860, + CL:0000861, + CL:0000862, + CL:0000863, + CL:0000864, + CL:0000865, + CL:0000866, + CL:0000867, + CL:0000868, + CL:0000869, + CL:0000870, + CL:0000871, + CL:0000872, + CL:0000873, + CL:0000874, + CL:0000875, + CL:0000876, + CL:0000877, + CL:0000878, + CL:0000879, + CL:0000880, + CL:0000881, + CL:0000882, + CL:0000883, + CL:0000884, + CL:0000885, + CL:0000886, + CL:0000887, + CL:0000888, + CL:0000889, + CL:0000890, + CL:0000891, + CL:0000892, + CL:0000893, + CL:0000894, + CL:0000895, + CL:0000896, + CL:0000897, + CL:0000898, + CL:0000899, + CL:0000900, + CL:0000901, + CL:0000902, + CL:0000903, + CL:0000904, + CL:0000905, + CL:0000906, + CL:0000907, + CL:0000908, + CL:0000909, + CL:0000910, + CL:0000911, + CL:0000912, + CL:0000913, + CL:0000914, + CL:0000915, + CL:0000916, + CL:0000917, + CL:0000918, + CL:0000919, + CL:0000920, + CL:0000921, + CL:0000922, + CL:0000923, + CL:0000924, + CL:0000925, + CL:0000926, + CL:0000927, + CL:0000928, + CL:0000929, + CL:0000930, + CL:0000931, + CL:0000932, + CL:0000933, + CL:0000934, + CL:0000935, + CL:0000936, + CL:0000937, + CL:0000938, + CL:0000939, + CL:0000940, + CL:0000941, + CL:0000942, + CL:0000943, + CL:0000944, + CL:0000945, + CL:0000946, + CL:0000947, + CL:0000948, + CL:0000949, + CL:0000950, + CL:0000951, + CL:0000952, + CL:0000953, + CL:0000954, + CL:0000955, + CL:0000956, + CL:0000957, + CL:0000958, + CL:0000959, + CL:0000960, + CL:0000961, + CL:0000962, + CL:0000963, + CL:0000964, + CL:0000965, + CL:0000966, + CL:0000967, + CL:0000968, + CL:0000969, + CL:0000970, + CL:0000971, + CL:0000972, + CL:0000973, + CL:0000974, + CL:0000975, + CL:0000976, + CL:0000977, + CL:0000978, + CL:0000979, + CL:0000980, + CL:0000981, + CL:0000982, + CL:0000983, + CL:0000984, + CL:0000985, + CL:0000986, + CL:0000987, + CL:0000988, + CL:0000989, + CL:0000990, + CL:0000991, + CL:0000992, + CL:0000993, + CL:0000994, + CL:0000995, + CL:0000996, + CL:0000997, + CL:0000998, + CL:0000999, + CL:0001000, + CL:0001001, + CL:0001002, + CL:0001003, + CL:0001004, + CL:0001005, + CL:0001006, + CL:0001007, + CL:0001008, + CL:0001009, + CL:0001010, + CL:0001011, + CL:0001012, + CL:0001013, + CL:0001014, + CL:0001015, + CL:0001016, + CL:0001017, + CL:0001018, + CL:0001019, + CL:0001020, + CL:0001021, + CL:0001022, + CL:0001023, + CL:0001024, + CL:0001025, + CL:0001026, + CL:0001027, + CL:0001028, + CL:0001029, + CL:0001030, + CL:0001031, + CL:0001032, + CL:0001033, + CL:0001034, + CL:0001035, + CL:0001039, + CL:0001040, + CL:0001041, + CL:0001042, + CL:0001043, + CL:0001044, + CL:0001045, + CL:0001046, + CL:0001047, + CL:0001048, + CL:0001049, + CL:0001050, + CL:0001051, + CL:0001052, + CL:0001053, + CL:0001054, + CL:0001055, + CL:0001056, + CL:0001057, + CL:0001058, + CL:0001059, + CL:0001060, + CL:0001061, + CL:0001062, + CL:0001063, + CL:0001064, + CL:0001065, + CL:0001066, + CL:0001067, + CL:0001068, + CL:0001069, + CL:0001070, + CL:0001071, + CL:0001072, + CL:0001073, + CL:0001074, + CL:0001075, + CL:0001076, + CL:0001077, + CL:0001078, + CL:0001079, + CL:0001080, + CL:0001081, + CL:0001082, + CL:0001087, + CL:0001200, + CL:0001201, + CL:0001202, + CL:0001203, + CL:0001204, + CL:0001658, + CL:0002000, + CL:0002001, + CL:0002002, + CL:0002003, + CL:0002004, + CL:0002005, + CL:0002006, + CL:0002007, + CL:0002008, + CL:0002009, + CL:0002010, + CL:0002011, + CL:0002012, + CL:0002013, + CL:0002014, + CL:0002015, + CL:0002016, + CL:0002017, + CL:0002018, + CL:0002019, + CL:0002020, + CL:0002021, + CL:0002022, + CL:0002023, + CL:0002024, + CL:0002025, + CL:0002026, + CL:0002027, + CL:0002028, + CL:0002029, + CL:0002030, + CL:0002031, + CL:0002032, + CL:0002033, + CL:0002034, + CL:0002035, + CL:0002036, + CL:0002037, + CL:0002038, + CL:0002039, + CL:0002040, + CL:0002041, + CL:0002042, + CL:0002043, + CL:0002044, + CL:0002045, + CL:0002046, + CL:0002047, + CL:0002048, + CL:0002049, + CL:0002050, + CL:0002051, + CL:0002052, + CL:0002053, + CL:0002054, + CL:0002055, + CL:0002056, + CL:0002057, + CL:0002058, + CL:0002059, + CL:0002060, + CL:0002061, + CL:0002062, + CL:0002063, + CL:0002064, + CL:0002066, + CL:0002067, + CL:0002068, + CL:0002069, + CL:0002070, + CL:0002071, + CL:0002072, + CL:0002073, + CL:0002074, + CL:0002075, + CL:0002076, + CL:0002077, + CL:0002078, + CL:0002079, + CL:0002080, + CL:0002081, + CL:0002082, + CL:0002083, + CL:0002084, + CL:0002085, + CL:0002086, + CL:0002087, + CL:0002088, + CL:0002089, + CL:0002090, + CL:0002091, + CL:0002092, + CL:0002093, + CL:0002094, + CL:0002095, + CL:0002096, + CL:0002097, + CL:0002098, + CL:0002099, + CL:0002100, + CL:0002101, + CL:0002102, + CL:0002103, + CL:0002104, + CL:0002105, + CL:0002106, + CL:0002107, + CL:0002108, + CL:0002109, + CL:0002110, + CL:0002111, + CL:0002112, + CL:0002113, + CL:0002114, + CL:0002115, + CL:0002116, + CL:0002117, + CL:0002118, + CL:0002119, + CL:0002120, + CL:0002121, + CL:0002122, + CL:0002123, + CL:0002124, + CL:0002125, + CL:0002126, + CL:0002127, + CL:0002128, + CL:0002129, + CL:0002130, + CL:0002131, + CL:0002132, + CL:0002133, + CL:0002134, + CL:0002135, + CL:0002136, + CL:0002137, + CL:0002138, + CL:0002139, + CL:0002140, + CL:0002141, + CL:0002142, + CL:0002143, + CL:0002144, + CL:0002145, + CL:0002146, + CL:0002147, + CL:0002148, + CL:0002149, + CL:0002150, + CL:0002151, + CL:0002152, + CL:0002153, + CL:0002154, + CL:0002155, + CL:0002157, + CL:0002158, + CL:0002159, + CL:0002160, + CL:0002161, + CL:0002162, + CL:0002163, + CL:0002164, + CL:0002165, + CL:0002166, + CL:0002167, + CL:0002168, + CL:0002169, + CL:0002170, + CL:0002171, + CL:0002172, + CL:0002173, + CL:0002174, + CL:0002175, + CL:0002176, + CL:0002177, + CL:0002178, + CL:0002179, + CL:0002180, + CL:0002181, + CL:0002182, + CL:0002183, + CL:0002184, + CL:0002187, + CL:0002188, + CL:0002189, + CL:0002190, + CL:0002191, + CL:0002192, + CL:0002193, + CL:0002194, + CL:0002195, + CL:0002196, + CL:0002197, + CL:0002198, + CL:0002199, + CL:0002200, + CL:0002201, + CL:0002202, + CL:0002203, + CL:0002204, + CL:0002205, + CL:0002206, + CL:0002207, + CL:0002208, + CL:0002209, + CL:0002210, + CL:0002211, + CL:0002212, + CL:0002213, + CL:0002214, + CL:0002215, + CL:0002216, + CL:0002217, + CL:0002218, + CL:0002219, + CL:0002220, + CL:0002221, + CL:0002222, + CL:0002223, + CL:0002224, + CL:0002225, + CL:0002226, + CL:0002227, + CL:0002228, + CL:0002229, + CL:0002231, + CL:0002232, + CL:0002233, + CL:0002234, + CL:0002235, + CL:0002236, + CL:0002237, + CL:0002238, + CL:0002239, + CL:0002240, + CL:0002241, + CL:0002242, + CL:0002243, + CL:0002244, + CL:0002246, + CL:0002247, + CL:0002248, + CL:0002249, + CL:0002250, + CL:0002251, + CL:0002252, + CL:0002253, + CL:0002254, + CL:0002255, + CL:0002256, + CL:0002257, + CL:0002258, + CL:0002259, + CL:0002260, + CL:0002261, + CL:0002262, + CL:0002263, + CL:0002264, + CL:0002265, + CL:0002266, + CL:0002267, + CL:0002268, + CL:0002269, + CL:0002270, + CL:0002271, + CL:0002272, + CL:0002273, + CL:0002274, + CL:0002275, + CL:0002277, + CL:0002278, + CL:0002279, + CL:0002280, + CL:0002281, + CL:0002282, + CL:0002283, + CL:0002284, + CL:0002285, + CL:0002286, + CL:0002287, + CL:0002288, + CL:0002289, + CL:0002290, + CL:0002291, + CL:0002292, + CL:0002293, + CL:0002294, + CL:0002295, + CL:0002296, + CL:0002297, + CL:0002298, + CL:0002299, + CL:0002300, + CL:0002301, + CL:0002302, + CL:0002303, + CL:0002304, + CL:0002305, + CL:0002306, + CL:0002307, + CL:0002308, + CL:0002309, + CL:0002310, + CL:0002311, + CL:0002312, + CL:0002313, + CL:0002314, + CL:0002315, + CL:0002316, + CL:0002317, + CL:0002318, + CL:0002319, + CL:0002320, + CL:0002321, + CL:0002322, + CL:0002323, + CL:0002324, + CL:0002325, + CL:0002326, + CL:0002327, + CL:0002328, + CL:0002329, + CL:0002330, + CL:0002332, + CL:0002333, + CL:0002334, + CL:0002335, + CL:0002336, + CL:0002337, + CL:0002338, + CL:0002339, + CL:0002340, + CL:0002341, + CL:0002342, + CL:0002343, + CL:0002344, + CL:0002345, + CL:0002346, + CL:0002347, + CL:0002348, + CL:0002349, + CL:0002350, + CL:0002351, + CL:0002352, + CL:0002353, + CL:0002354, + CL:0002355, + CL:0002356, + CL:0002357, + CL:0002358, + CL:0002359, + CL:0002360, + CL:0002361, + CL:0002362, + CL:0002363, + CL:0002364, + CL:0002365, + CL:0002366, + CL:0002367, + CL:0002368, + CL:0002369, + CL:0002370, + CL:0002372, + CL:0002373, + CL:0002374, + CL:0002375, + CL:0002376, + CL:0002377, + CL:0002378, + CL:0002379, + CL:0002380, + CL:0002381, + CL:0002382, + CL:0002383, + CL:0002384, + CL:0002385, + CL:0002386, + CL:0002387, + CL:0002388, + CL:0002389, + CL:0002390, + CL:0002391, + CL:0002393, + CL:0002394, + CL:0002395, + CL:0002396, + CL:0002397, + CL:0002398, + CL:0002399, + CL:0002400, + CL:0002401, + CL:0002402, + CL:0002403, + CL:0002404, + CL:0002405, + CL:0002406, + CL:0002407, + CL:0002408, + CL:0002409, + CL:0002410, + CL:0002411, + CL:0002412, + CL:0002413, + CL:0002414, + CL:0002415, + CL:0002416, + CL:0002417, + CL:0002418, + CL:0002419, + CL:0002420, + CL:0002421, + CL:0002422, + CL:0002423, + CL:0002424, + CL:0002425, + CL:0002426, + CL:0002427, + CL:0002428, + CL:0002429, + CL:0002430, + CL:0002431, + CL:0002432, + CL:0002433, + CL:0002434, + CL:0002435, + CL:0002436, + CL:0002437, + CL:0002438, + CL:0002439, + CL:0002440, + CL:0002441, + CL:0002442, + CL:0002443, + CL:0002444, + CL:0002445, + CL:0002446, + CL:0002447, + CL:0002448, + CL:0002449, + CL:0002450, + CL:0002451, + CL:0002453, + CL:0002454, + CL:0002455, + CL:0002456, + CL:0002457, + CL:0002458, + CL:0002459, + CL:0002460, + CL:0002461, + CL:0002462, + CL:0002463, + CL:0002464, + CL:0002465, + CL:0002466, + CL:0002467, + CL:0002468, + CL:0002469, + CL:0002470, + CL:0002471, + CL:0002472, + CL:0002473, + CL:0002474, + CL:0002475, + CL:0002476, + CL:0002477, + CL:0002478, + CL:0002479, + CL:0002480, + CL:0002481, + CL:0002482, + CL:0002483, + CL:0002484, + CL:0002485, + CL:0002486, + CL:0002487, + CL:0002488, + CL:0002489, + CL:0002490, + CL:0002491, + CL:0002492, + CL:0002493, + CL:0002494, + CL:0002495, + CL:0002496, + CL:0002497, + CL:0002498, + CL:0002499, + CL:0002500, + CL:0002501, + CL:0002502, + CL:0002503, + CL:0002504, + CL:0002505, + CL:0002506, + CL:0002507, + CL:0002508, + CL:0002509, + CL:0002510, + CL:0002511, + CL:0002512, + CL:0002513, + CL:0002514, + CL:0002515, + CL:0002516, + CL:0002517, + CL:0002518, + CL:0002519, + CL:0002520, + CL:0002521, + CL:0002522, + CL:0002523, + CL:0002524, + CL:0002525, + CL:0002526, + CL:0002527, + CL:0002528, + CL:0002529, + CL:0002530, + CL:0002531, + CL:0002532, + CL:0002533, + CL:0002534, + CL:0002535, + CL:0002536, + CL:0002537, + CL:0002538, + CL:0002539, + CL:0002540, + CL:0002541, + CL:0002543, + CL:0002544, + CL:0002545, + CL:0002546, + CL:0002547, + CL:0002548, + CL:0002549, + CL:0002550, + CL:0002551, + CL:0002552, + CL:0002553, + CL:0002554, + CL:0002555, + CL:0002556, + CL:0002557, + CL:0002558, + CL:0002559, + CL:0002560, + CL:0002561, + CL:0002562, + CL:0002563, + CL:0002564, + CL:0002565, + CL:0002566, + CL:0002567, + CL:0002568, + CL:0002569, + CL:0002570, + CL:0002571, + CL:0002572, + CL:0002573, + CL:0002574, + CL:0002575, + CL:0002576, + CL:0002577, + CL:0002578, + CL:0002579, + CL:0002580, + CL:0002581, + CL:0002582, + CL:0002583, + CL:0002584, + CL:0002585, + CL:0002586, + CL:0002588, + CL:0002589, + CL:0002590, + CL:0002591, + CL:0002592, + CL:0002593, + CL:0002594, + CL:0002595, + CL:0002596, + CL:0002597, + CL:0002598, + CL:0002599, + CL:0002600, + CL:0002601, + CL:0002602, + CL:0002603, + CL:0002604, + CL:0002605, + CL:0002606, + CL:0002607, + CL:0002608, + CL:0002610, + CL:0002611, + CL:0002612, + CL:0002613, + CL:0002614, + CL:0002615, + CL:0002616, + CL:0002617, + CL:0002618, + CL:0002619, + CL:0002620, + CL:0002621, + CL:0002622, + CL:0002623, + CL:0002624, + CL:0002625, + CL:0002626, + CL:0002627, + CL:0002628, + CL:0002629, + CL:0002630, + CL:0002631, + CL:0002632, + CL:0002633, + CL:0002634, + CL:0002635, + CL:0002636, + CL:0002637, + CL:0002638, + CL:0002639, + CL:0002640, + CL:0002641, + CL:0002642, + CL:0002643, + CL:0002644, + CL:0002645, + CL:0002651, + CL:0002652, + CL:0002653, + CL:0002654, + CL:0002655, + CL:0002656, + CL:0002657, + CL:0002658, + CL:0002659, + CL:0002660, + CL:0002661, + CL:0002662, + CL:0002663, + CL:0002664, + CL:0002665, + CL:0002666, + CL:0002667, + CL:0002668, + CL:0002669, + CL:0002670, + CL:0002671, + CL:0002672, + CL:0002673, + CL:0002674, + CL:0002675, + CL:0002676, + CL:0002677, + CL:0002678, + CL:0002679, + CL:0002680, + CL:0002681, + CL:0003001, + CL:0003002, + CL:0003003, + CL:0003004, + CL:0003005, + CL:0003006, + CL:0003007, + CL:0003008, + CL:0003009, + CL:0003010, + CL:0003011, + CL:0003012, + CL:0003013, + CL:0003014, + CL:0003015, + CL:0003016, + CL:0003017, + CL:0003018, + CL:0003020, + CL:0003021, + CL:0003022, + CL:0003023, + CL:0003024, + CL:0003025, + CL:0003026, + CL:0003027, + CL:0003028, + CL:0003029, + CL:0003030, + CL:0003031, + CL:0003032, + CL:0003033, + CL:0003034, + CL:0003035, + CL:0003036, + CL:0003037, + CL:0003038, + CL:0003039, + CL:0003040, + CL:0003041, + CL:0003042, + CL:0003043, + CL:0003044, + CL:0003045, + CL:0003046, + CL:0003047, + CL:0003048, + CL:0003049, + CL:0003050, + CL:0003051, + CL:0004001, + CL:0004115, + CL:0004116, + CL:0004117, + CL:0004119, + CL:0004120, + CL:0004121, + CL:0004124, + CL:0004125, + CL:0004126, + CL:0004137, + CL:0004138, + CL:0004139, + CL:0004161, + CL:0004162, + CL:0004183, + CL:0004213, + CL:0004214, + CL:0004215, + CL:0004216, + CL:0004217, + CL:0004218, + CL:0004219, + CL:0004220, + CL:0004221, + CL:0004222, + CL:0004223, + CL:0004224, + CL:0004225, + CL:0004226, + CL:0004227, + CL:0004228, + CL:0004229, + CL:0004230, + CL:0004231, + CL:0004232, + CL:0004233, + CL:0004234, + CL:0004235, + CL:0004236, + CL:0004237, + CL:0004238, + CL:0004239, + CL:0004240, + CL:0004241, + CL:0004242, + CL:0004243, + CL:0004244, + CL:0004245, + CL:0004246, + CL:0004247, + CL:0004250, + CL:0004251, + CL:0004252, + CL:0004253, + CL:0005000, + CL:0005001, + CL:0005002, + CL:0005003, + CL:0005004, + CL:0005005, + CL:0005006, + CL:0005007, + CL:0005008, + CL:0005009, + CL:0005010, + CL:0005011, + CL:0005012, + CL:0005013, + CL:0005014, + CL:0005015, + CL:0005018, + CL:0005019, + CL:0005020, + CL:0005021, + CL:0005022, + CL:0005023, + CL:0005024, + CL:0005025, + CL:0005026, + CL:0007000, + CL:0007001, + CL:0007002, + CL:0007003, + CL:0007004, + CL:0007005, + CL:0007006, + CL:0007007, + CL:0007008, + CL:0007009, + CL:0007010, + CL:0007011, + CL:0007012, + CL:0007013, + CL:0007016, + CL:0007017, + CL:0007018, + CL:0007019, + CL:0007020, + CL:0007021, + CL:0007022, + CL:0007023, + CL:0008000, + CL:0008001, + CL:0008002, + CL:0008003, + CL:0008004, + CL:0008005, + CL:0008006, + CL:0008007, + CL:0008008, + CL:0008009, + CL:0008010, + CL:0008011, + CL:0008012, + CL:0008013, + CL:0008015, + CL:0008016, + CL:0008017, + CL:0008018, + CL:0008019, + CL:0008020, + CL:0008021, + CL:0008022, + CL:0008024, + CL:0008025, + CL:0008026, + CL:0008027, + CL:0008028, + CL:0008031, + CL:0008032, + CL:0008033, + CL:0008034, + CL:0008035, + CL:0008036, + CL:0008037, + CL:0008038, + CL:0008039, + CL:0008040, + CL:0008046, + CL:0008047, + CL:0008048, + CL:0008049, + CL:0009000, + CL:0009001, + CL:0009002, + CL:0009003, + CL:0009004, + CL:0009005, + CL:0009006, + CL:0009007, + CL:0009008, + CL:0009009, + CL:0009010, + CL:0009011, + CL:0009012, + CL:0009013, + CL:0009014, + CL:0009015, + CL:0009016, + CL:0009017, + CL:0009018, + CL:0009019, + CL:0009020, + CL:0009021, + CL:0009022, + CL:0009023, + CL:0009024, + CL:0009025, + CL:0009026, + CL:0009027, + CL:0009028, + CL:0009029, + CL:0009030, + CL:0009031, + CL:0009032, + CL:0009033, + CL:0009034, + CL:0009035, + CL:0009036, + CL:0009037, + CL:0009038, + CL:0009039, + CL:0009040, + CL:0009041, + CL:0009042, + CL:0009043, + CL:0009044, + CL:0009045, + CL:0009046, + CL:0009047, + CL:0009048, + CL:0009049, + CL:0009050, + CL:0009051, + CL:0009052, + CL:0009053, + CL:0009054, + CL:0009055, + CL:0009056, + CL:0009057, + CL:0009058, + CL:0009059, + CL:0009060, + CL:0009061, + CL:0009062, + CL:0009063, + CL:0009064, + CL:0009065, + CL:0009066, + CL:0009067, + CL:0009068, + CL:0009069, + CL:0009070, + CL:0009071, + CL:0009072, + CL:0009073, + CL:0009074, + CL:0009075, + CL:0009076, + CL:0009077, + CL:0009078, + CL:0009079, + CL:0009080, + CL:0009081, + CL:0009082, + CL:0009083, + CL:0009084, + CL:0009085, + CL:0009086, + CL:0009087, + CL:0009088, + CL:0009089, + CL:0009090, + CL:0009091, + CL:0009092, + CL:0009093, + CL:0009094, + CL:0009095, + CL:0009096, + CL:0009097, + CL:0009098, + CL:0009099, + CL:0009100, + CL:0009101, + CL:0009102, + CL:0009103, + CL:0009104, + CL:0009105, + CL:0009106, + CL:0009107, + CL:0009108, + CL:0009109, + CL:0009110, + CL:0009111, + CL:0009112, + CL:0009113, + CL:0009114, + CL:0009115, + CL:0009116, + CL:0010000, + CL:0010001, + CL:0010002, + CL:0010003, + CL:0010004, + CL:0010005, + CL:0010006, + CL:0010007, + CL:0010008, + CL:0010009, + CL:0010010, + CL:0010011, + CL:0010012, + CL:0010013, + CL:0010014, + CL:0010015, + CL:0010016, + CL:0010017, + CL:0010020, + CL:0010021, + CL:0010022, + CL:0011000, + CL:0011001, + CL:0011002, + CL:0011003, + CL:0011004, + CL:0011005, + CL:0011006, + CL:0011007, + CL:0011008, + CL:0011009, + CL:0011010, + CL:0011011, + CL:0011012, + CL:0011013, + CL:0011014, + CL:0011015, + CL:0011016, + CL:0011017, + CL:0011018, + CL:0011019, + CL:0011020, + CL:0011021, + CL:0011022, + CL:0011023, + CL:0011024, + CL:0011025, + CL:0011026, + CL:0011027, + CL:0011028, + CL:0011029, + CL:0011030, + CL:0011031, + CL:0011032, + CL:0011100, + CL:0011101, + CL:0011102, + CL:0011103, + CL:0011104, + CL:0011105, + CL:0011106, + CL:0011108, + CL:0011109, + CL:0011110, + CL:0011111, + CL:0011113, + CL:0011114, + CL:0011115, + CL:0012000, + CL:0012001, + CL:0013000, + CL:0015000, + CL:0017000, + CL:0017001, + CL:0017002, + CL:0017003, + CL:0017004, + CL:0017005, + CL:0017006, + CL:0017009, + CL:0017010, + CL:0017011, + CL:0019001, + CL:0019002, + CL:0019003, + CL:0019015, + CL:0019017, + CL:0019018, + CL:0019019, + CL:0019020, + CL:0019021, + CL:0019022, + CL:0019026, + CL:0019028, + CL:0019029, + CL:0019031, + CL:0019032, + CL:1000001, + CL:1000022, + CL:1000042, + CL:1000050, + CL:1000073, + CL:1000082, + CL:1000083, + CL:1000085, + CL:1000090, + CL:1000123, + CL:1000143, + CL:1000147, + CL:1000155, + CL:1000182, + CL:1000191, + CL:1000217, + CL:1000222, + CL:1000223, + CL:1000236, + CL:1000239, + CL:1000245, + CL:1000271, + CL:1000272, + CL:1000274, + CL:1000275, + CL:1000276, + CL:1000277, + CL:1000278, + CL:1000279, + CL:1000280, + CL:1000281, + CL:1000282, + CL:1000283, + CL:1000284, + CL:1000285, + CL:1000286, + CL:1000287, + CL:1000288, + CL:1000289, + CL:1000290, + CL:1000291, + CL:1000296, + CL:1000298, + CL:1000299, + CL:1000300, + CL:1000301, + CL:1000302, + CL:1000303, + CL:1000304, + CL:1000305, + CL:1000306, + CL:1000307, + CL:1000308, + CL:1000309, + CL:1000310, + CL:1000311, + CL:1000312, + CL:1000313, + CL:1000314, + CL:1000315, + CL:1000317, + CL:1000320, + CL:1000321, + CL:1000322, + CL:1000323, + CL:1000324, + CL:1000325, + CL:1000326, + CL:1000327, + CL:1000329, + CL:1000330, + CL:1000331, + CL:1000332, + CL:1000333, + CL:1000334, + CL:1000335, + CL:1000337, + CL:1000338, + CL:1000339, + CL:1000340, + CL:1000341, + CL:1000342, + CL:1000343, + CL:1000344, + CL:1000345, + CL:1000346, + CL:1000347, + CL:1000348, + CL:1000349, + CL:1000350, + CL:1000351, + CL:1000352, + CL:1000353, + CL:1000354, + CL:1000355, + CL:1000356, + CL:1000357, + CL:1000358, + CL:1000359, + CL:1000360, + CL:1000361, + CL:1000362, + CL:1000363, + CL:1000364, + CL:1000365, + CL:1000366, + CL:1000367, + CL:1000368, + CL:1000369, + CL:1000370, + CL:1000371, + CL:1000372, + CL:1000373, + CL:1000374, + CL:1000375, + CL:1000376, + CL:1000377, + CL:1000378, + CL:1000379, + CL:1000380, + CL:1000381, + CL:1000382, + CL:1000383, + CL:1000384, + CL:1000385, + CL:1000391, + CL:1000394, + CL:1000397, + CL:1000398, + CL:1000405, + CL:1000409, + CL:1000410, + CL:1000411, + CL:1000412, + CL:1000413, + CL:1000414, + CL:1000415, + CL:1000417, + CL:1000418, + CL:1000419, + CL:1000420, + CL:1000424, + CL:1000425, + CL:1000426, + CL:1000427, + CL:1000428, + CL:1000432, + CL:1000433, + CL:1000434, + CL:1000435, + CL:1000436, + CL:1000437, + CL:1000438, + CL:1000441, + CL:1000442, + CL:1000443, + CL:1000444, + CL:1000445, + CL:1000447, + CL:1000448, + CL:1000449, + CL:1000450, + CL:1000452, + CL:1000453, + CL:1000454, + CL:1000456, + CL:1000457, + CL:1000458, + CL:1000465, + CL:1000466, + CL:1000467, + CL:1000468, + CL:1000469, + CL:1000470, + CL:1000471, + CL:1000472, + CL:1000473, + CL:1000477, + CL:1000478, + CL:1000479, + CL:1000480, + CL:1000481, + CL:1000482, + CL:1000483, + CL:1000484, + CL:1000486, + CL:1000487, + CL:1000488, + CL:1000489, + CL:1000490, + CL:1000491, + CL:1000492, + CL:1000493, + CL:1000494, + CL:1000495, + CL:1000497, + CL:1000500, + CL:1000504, + CL:1000505, + CL:1000507, + CL:1000510, + CL:1000546, + CL:1000547, + CL:1000548, + CL:1000549, + CL:1000550, + CL:1000596, + CL:1000597, + CL:1000600, + CL:1000601, + CL:1000606, + CL:1000612, + CL:1000615, + CL:1000616, + CL:1000617, + CL:1000618, + CL:1000681, + CL:1000682, + CL:1000691, + CL:1000692, + CL:1000693, + CL:1000695, + CL:1000696, + CL:1000697, + CL:1000698, + CL:1000699, + CL:1000702, + CL:1000703, + CL:1000706, + CL:1000708, + CL:1000714, + CL:1000715, + CL:1000716, + CL:1000717, + CL:1000718, + CL:1000719, + CL:1000720, + CL:1000721, + CL:1000742, + CL:1000746, + CL:1000768, + CL:1000803, + CL:1000804, + CL:1000838, + CL:1000839, + CL:1000849, + CL:1000850, + CL:1000854, + CL:1000891, + CL:1000892, + CL:1000893, + CL:1000909, + CL:1000979, + CL:1001005, + CL:1001006, + CL:1001009, + CL:1001016, + CL:1001021, + CL:1001033, + CL:1001036, + CL:1001045, + CL:1001052, + CL:1001064, + CL:1001066, + CL:1001068, + CL:1001096, + CL:1001097, + CL:1001099, + CL:1001100, + CL:1001106, + CL:1001107, + CL:1001108, + CL:1001109, + CL:1001111, + CL:1001123, + CL:1001124, + CL:1001126, + CL:1001127, + CL:1001131, + CL:1001135, + CL:1001138, + CL:1001142, + CL:1001145, + CL:1001209, + CL:1001210, + CL:1001213, + CL:1001214, + CL:1001216, + CL:1001217, + CL:1001220, + CL:1001221, + CL:1001223, + CL:1001224, + CL:1001225, + CL:1001285, + CL:1001286, + CL:1001287, + CL:1001318, + CL:1001319, + CL:1001320, + CL:1001428, + CL:1001430, + CL:1001431, + CL:1001432, + CL:1001433, + CL:1001434, + CL:1001435, + CL:1001436, + CL:1001437, + CL:1001451, + CL:1001474, + CL:1001502, + CL:1001503, + CL:1001505, + CL:1001509, + CL:1001516, + CL:1001517, + CL:1001561, + CL:1001567, + CL:1001568, + CL:1001569, + CL:1001571, + CL:1001572, + CL:1001573, + CL:1001575, + CL:1001576, + CL:1001577, + CL:1001578, + CL:1001579, + CL:1001580, + CL:1001581, + CL:1001582, + CL:1001585, + CL:1001586, + CL:1001587, + CL:1001588, + CL:1001589, + CL:1001590, + CL:1001591, + CL:1001592, + CL:1001593, + CL:1001595, + CL:1001596, + CL:1001597, + CL:1001598, + CL:1001599, + CL:1001601, + CL:1001602, + CL:1001603, + CL:1001606, + CL:1001607, + CL:1001608, + CL:1001609, + CL:1001610, + CL:1001611, + CL:2000000, + CL:2000001, + CL:2000002, + CL:2000004, + CL:2000005, + CL:2000006, + CL:2000007, + CL:2000008, + CL:2000010, + CL:2000011, + CL:2000012, + CL:2000013, + CL:2000014, + CL:2000015, + CL:2000016, + CL:2000017, + CL:2000018, + CL:2000019, + CL:2000020, + CL:2000021, + CL:2000022, + CL:2000023, + CL:2000024, + CL:2000025, + CL:2000027, + CL:2000028, + CL:2000029, + CL:2000030, + CL:2000031, + CL:2000032, + CL:2000033, + CL:2000034, + CL:2000035, + CL:2000036, + CL:2000037, + CL:2000038, + CL:2000039, + CL:2000040, + CL:2000041, + CL:2000042, + CL:2000043, + CL:2000044, + CL:2000045, + CL:2000046, + CL:2000047, + CL:2000048, + CL:2000049, + CL:2000051, + CL:2000052, + CL:2000053, + CL:2000054, + CL:2000055, + CL:2000056, + CL:2000057, + CL:2000058, + CL:2000059, + CL:2000060, + CL:2000061, + CL:2000062, + CL:2000063, + CL:2000064, + CL:2000065, + CL:2000066, + CL:2000067, + CL:2000068, + CL:2000069, + CL:2000070, + CL:2000071, + CL:2000072, + CL:2000073, + CL:2000074, + CL:2000075, + CL:2000076, + CL:2000077, + CL:2000078, + CL:2000079, + CL:2000080, + CL:2000081, + CL:2000083, + CL:2000084, + CL:2000085, + CL:2000086, + CL:2000087, + CL:2000088, + CL:2000089, + CL:2000090, + CL:2000091, + CL:2000092, + CL:2000093, + CL:2000094, + CL:2000095, + CL:2000096, + CL:2000097, + CL:3000000, + CL:3000001, + CL:3000002, + CL:3000003, + CL:3000004, + CL:4006000, + CL:4006001, + CL:4023000, + CL:4023001, + CL:4023002, + CL:4023003, + CL:4023004, + CL:4023005, + CL:4023006, + CL:4023007, + CL:4023008, + CL:4023009, + CL:4023010, + CL:4023011, + CL:4023012, + CL:4023013, + CL:4023014, + CL:4023015, + CL:4023016, + CL:4023017, + CL:4023018, + CL:4023019, + CL:4023020, + CL:4023021, + CL:4023022, + CL:4023023, + CL:4023024, + CL:4023025, + CL:4023026, + CL:4023027, + CL:4023028, + CL:4023029, + CL:4023030, + CL:4023031, + CL:4023032, + CL:4023033, + CL:4023035, + CL:4023036, + CL:4023038, + CL:4023039, + CL:4023040, + CL:4023041, + CL:4023042, + CL:4023043, + CL:4023044, + CL:4023045, + CL:4023046, + CL:4023047, + CL:4023048, + CL:4023049, + CL:4023050, + CL:4023051, + CL:4023052, + CL:4023053, + CL:4023054, + CL:4023055, + CL:4023056, + CL:4023057, + CL:4023058, + CL:4023059, + CL:4023060, + CL:4023061, + CL:4023062, + CL:4023063, + CL:4023064, + CL:4023065, + CL:4023066, + CL:4023068, + CL:4023069, + CL:4023071, + CL:4023072, + CL:4023074, + CL:4023075, + CL:4023076, + CL:4023077, + CL:4023079, + CL:4023080, + CL:4023081, + CL:4023083, + CL:4023086, + CL:4023087, + CL:4023088, + CL:4023089, + CL:4023090, + CL:4023092, + CL:4023093, + CL:4023094, + CL:4023095, + CL:4023097, + CL:4023107, + CL:4023108, + CL:4023109, + CL:4023110, + CL:4023111, + CL:4023112, + CL:4023113, + CL:4023114, + CL:4023115, + CL:4023116, + CL:4023118, + CL:4023119, + CL:4023120, + CL:4023121, + CL:4023122, + CL:4023123, + CL:4023124, + CL:4023125, + CL:4023127, + CL:4023128, + CL:4023129, + CL:4023130, + CL:4023154, + CL:4023158, + CL:4023159, + CL:4023160, + CL:4023161, + CL:4023162, + CL:4023163, + CL:4023164, + CL:4023168, + CL:4023169, + CL:4023170, + CL:4023171, + CL:4023181, + CL:4023187, + CL:4023188, + CL:4023189, + CL:4028001, + CL:4028002, + CL:4028003, + CL:4028004, + CL:4028006, + CL:4029001, + CL:4029002, + CL:4029003, + CL:4030000, + CL:4030001, + CL:4030002, + CL:4030003, + CL:4030004, + CL:4030005, + CL:4030006, + CL:4030007, + CL:4030008, + CL:4030009, + CL:4030010, + CL:4030011, + CL:4030012, + CL:4030013, + CL:4030014, + CL:4030015, + CL:4030016, + CL:4030017, + CL:4030018, + CL:4030019, + CL:4030020, + CL:4030021, + CL:4030022, + CL:4030023, + CL:4030024, + CL:4030025, + CL:4030026, + CL:4030027, + CL:4030028, + CL:4030029, + CL:4030030, + CL:4030031, + CL:4030032, + CL:4030033, + CL:4030034, + CL:4030035, + CL:4030036, + CL:4030037, + CL:4030038, + CL:4030039, + CL:4030040, + CL:4030041, + CL:4030042, + CL:4030043, + CL:4030047, + CL:4030048, + CL:4030049, + CL:4030050, + CL:4030051, + CL:4030052, + CL:4030053, + CL:4030054, + CL:4030055, + CL:4030056, + CL:4030057, + CL:4030058, + CL:4030059, + CL:4030060, + CL:4030061, + CL:4030062, + CL:4030063, + CL:4030064, + CL:4030065, + CL:4030066, + CL:4030067, + CL:4030068, + CL:4032000, + CL:4032001, + CL:4033000, + CL:4033001, + CL:4033002, + CL:4033003, + CL:4033004, + CL:4033005, + CL:4033006, + CL:4033007, + CL:4033008, + CL:4033009, + CL:4033010, + CL:4033011, + CL:4033012, + CL:4033013, + CL:4033014, + CL:4033015, + CL:4033016, + CL:4033017, + CL:4033018, + CL:4033019, + CL:4033020, + CL:4033021, + CL:4033022, + CL:4033023, + CL:4033024, + CL:4033025, + CL:4033026, + CL:4033027, + CL:4033028, + CL:4033029, + CL:4033030, + CL:4033031, + CL:4033032, + CL:4033033, + CL:4033034, + CL:4033035, + CL:4033036, + CL:4033037, + CL:4033038, + CL:4033039, + CL:4033040, + CL:4033041, + CL:4033042, + CL:4033043, + CL:4033044, + CL:4033045, + CL:4033046, + CL:4033047, + CL:4033048, + CL:4033049, + CL:4033050, + CL:4033051, + CL:4033052, + CL:4033053, + CL:4033054, + CL:4033055, + CL:4033056, + CL:4033057, + CL:4033058, + CL:4033059, + CL:4033060, + CL:4033061, + CL:4033062, + CL:4033063, + CL:4033064, + CL:4033065, + CL:4033066, + CL:4033067, + CL:4040000, + CL:4040001, + CL:4040002, + CL:4040003, + CL:4040004, + CL:4040005, + CL:4040006, + CL:4042001, + CL:4042002, + CL:4042003, + CL:4042004, + CL:4042005, + CL:4042006, + CL:4042007, + CL:4042008, + CL:4042009, + CL:4042010, + CL:4042011, + CL:4042012, + CL:4042013 . + diff --git a/project/shacl/BICAN_schema.shacl.ttl b/project/shacl/BICAN_schema.shacl.ttl index 958a815..a089ae0 100644 --- a/project/shacl/BICAN_schema.shacl.ttl +++ b/project/shacl/BICAN_schema.shacl.ttl @@ -1,4 +1,5 @@ @prefix CAS: . +@prefix CL: . @prefix PCL: . @prefix RO: . @prefix obo: . @@ -12,36 +13,18 @@ CAS:Taxonomy a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ), ( rdf:type ) ; - sh:property [ sh:class PCL:0010001 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 12 ; - sh:path CAS:annotations ], - [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path obo:IAO_0000115 ], - [ sh:datatype xsd:string ; - sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:title ], - [ sh:datatype xsd:string ; - sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; + sh:property [ sh:datatype xsd:string ; + sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:cellannotation_version ], + sh:order 10 ; + sh:path CAS:orcid ], [ sh:datatype xsd:string ; - sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; + sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:matrix_file_id ], + sh:order 4 ; + sh:path CAS:cellannotation_timestamp ], [ sh:datatype xsd:string ; sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; @@ -49,34 +32,11 @@ CAS:Taxonomy a sh:NodeShape ; sh:order 2 ; sh:path obo:IAO_0000115 ], [ sh:datatype xsd:string ; - sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path CAS:author_name ], - [ sh:datatype xsd:string ; - sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path CAS:orcid ], - [ sh:class CAS:Labelset ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 11 ; - sh:path CAS:labelsets ], - [ sh:class PCL:0010001 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 12 ; - sh:path CAS:annotations ], - [ sh:datatype xsd:string ; - sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; + sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:cellannotation_timestamp ], + sh:order 7 ; + sh:path CAS:author_list ], [ sh:datatype xsd:string ; sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; sh:maxCount 1 ; @@ -84,11 +44,12 @@ CAS:Taxonomy a sh:NodeShape ; sh:order 4 ; sh:path CAS:cellannotation_timestamp ], [ sh:datatype xsd:string ; - sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; + sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:author_list ], + sh:order 1 ; + sh:path CAS:title ], [ sh:datatype xsd:string ; sh:description "A persistent URL of all cell annotations published (per dataset)." ; sh:maxCount 1 ; @@ -103,11 +64,24 @@ This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by sh:order 3 ; sh:path CAS:cellannotation_schema_version ], [ sh:datatype xsd:string ; - sh:description "Primary author's contact. This MUST be a valid email address of the author" ; + sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 +This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:author_contact ], + sh:order 3 ; + sh:path CAS:cellannotation_schema_version ], + [ sh:datatype xsd:string ; + sh:description "A persistent URL of all cell annotations published (per dataset)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path CAS:cellannotation_url ], + [ sh:datatype xsd:string ; + sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path CAS:matrix_file_id ], [ sh:datatype xsd:string ; sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; sh:maxCount 1 ; @@ -115,12 +89,11 @@ This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by sh:order 10 ; sh:path CAS:orcid ], [ sh:datatype xsd:string ; - sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; + sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:title ], + sh:order 7 ; + sh:path CAS:author_list ], [ sh:datatype xsd:string ; sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; sh:maxCount 1 ; @@ -128,65 +101,93 @@ This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by sh:nodeKind sh:Literal ; sh:order 8 ; sh:path CAS:author_name ], + [ sh:class PCL:0010001 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 12 ; + sh:path CAS:annotations ], [ sh:datatype xsd:string ; - sh:description "A persistent URL of all cell annotations published (per dataset)." ; + sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:cellannotation_url ], + sh:order 8 ; + sh:path CAS:author_name ], + [ sh:class PCL:0010001 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 12 ; + sh:path CAS:annotations ], [ sh:datatype xsd:string ; - sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 -This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; + sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:cellannotation_schema_version ], + sh:order 5 ; + sh:path CAS:cellannotation_version ], [ sh:datatype xsd:string ; - sh:description "Primary author's contact. This MUST be a valid email address of the author" ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:author_contact ], + sh:order 2 ; + sh:path obo:IAO_0000115 ], [ sh:datatype xsd:string ; - sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; + sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:cellannotation_version ], + sh:order 0 ; + sh:path CAS:matrix_file_id ], + [ sh:class CAS:Labelset ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 11 ; + sh:path CAS:labelsets ], [ sh:class CAS:Labelset ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 11 ; sh:path CAS:labelsets ], [ sh:datatype xsd:string ; - sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; + sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:matrix_file_id ], + sh:order 1 ; + sh:path CAS:title ], [ sh:datatype xsd:string ; - sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; + sh:description "Primary author's contact. This MUST be a valid email address of the author" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:author_list ] ; + sh:order 9 ; + sh:path CAS:author_contact ], + [ sh:datatype xsd:string ; + sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path CAS:cellannotation_version ], + [ sh:datatype xsd:string ; + sh:description "Primary author's contact. This MUST be a valid email address of the author" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path CAS:author_contact ] ; sh:targetClass CAS:Taxonomy . CAS:AnnotationTransfer a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Name of algorithm used to transfer annotation" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:algorithm_name ], - [ sh:datatype xsd:string ; sh:description "Free text comment on annotation transfer" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path obo:IAO_0000115 ], + [ sh:datatype xsd:string ; + sh:description "accession of node that label was transferred from" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path CAS:source_node_accession ], [ sh:datatype xsd:anyURI ; sh:description "PURL of source taxonomy" ; sh:maxCount 1 ; @@ -194,35 +195,35 @@ CAS:AnnotationTransfer a sh:NodeShape ; sh:order 1 ; sh:path CAS:source_taxonomy ], [ sh:datatype xsd:string ; - sh:description "accession of node that label was transferred from" ; + sh:description "Transferred cell label" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path CAS:source_node_accession ], + sh:order 0 ; + sh:path CAS:transferred_cell_label ], [ sh:datatype xsd:string ; - sh:description "Transferred cell label" ; + sh:description "Name of algorithm used to transfer annotation" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:transferred_cell_label ] ; + sh:order 3 ; + sh:path CAS:algorithm_name ] ; sh:targetClass CAS:AnnotationTransfer . CAS:Cell a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "Categories of authorship for the annotation" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path CAS:author_categories ], + [ sh:datatype xsd:string ; sh:description "Identifier for a single cell." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path CAS:cell_id ], - [ sh:datatype xsd:string ; - sh:description "Categories of authorship for the annotation" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path CAS:author_categories ], [ sh:datatype xsd:float ; sh:description "Normalised confidence score" ; sh:maxCount 1 ; @@ -236,128 +237,141 @@ PCL:0010001 a sh:NodeShape ; sh:description "A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools using this schema are encouarged to specify a larger set of compulsory fields for publication. Note: This schema deliberately allows for additional fields in order to support ad hoc user fields, new formal schema extensions and project/tool specific metadata." ; sh:ignoredProperties ( rdf:type ), ( rdf:type ) ; - sh:property [ sh:class CAS:Review ; + sh:property [ sh:datatype xsd:string ; + sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path CAS:cell_ontology_term ], + [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology +e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). + +NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. +For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; + sh:in ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path RO:0002473 ], + [ sh:class CAS:Cell ; + sh:description "By convention this is only used for annotation transfer labelsets. It MUST not be combined with the 'cell_ids' field." ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 10 ; - sh:path CAS:reviews ], + sh:order 3 ; + sh:path CAS:cells ], [ sh:datatype xsd:string ; + sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:rationale_dois ], + sh:order 5 ; + sh:path CAS:has_cellid ], [ sh:datatype xsd:string ; - sh:description """The unique name of the set of cell annotations. -Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; + sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) +NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. + +EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. + +EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:has_labelset ], + sh:order 2 ; + sh:path skos:preflabel ], + [ sh:datatype xsd:string ; + sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path CAS:has_cellid ], + [ sh:datatype xsd:string ; + sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path CAS:author_annotation_fields ], + [ sh:class CAS:Review ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 15 ; + sh:path CAS:reviews ], [ sh:datatype xsd:string ; sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; - sh:order 13 ; + sh:order 8 ; sh:path CAS:marker_gene_evidence ], [ sh:datatype xsd:string ; - sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; + sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. +Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. +All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:cell_ontology_term ], + sh:order 11 ; + sh:path CAS:rationale ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path CAS:rationale_dois ], [ sh:datatype xsd:string ; sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; + sh:order 6 ; sh:path CAS:rationale ], [ sh:datatype xsd:string ; - sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path CAS:marker_gene_evidence ], + sh:order 12 ; + sh:path CAS:rationale_dois ], [ sh:datatype xsd:string ; - sh:description "An identifier that can be used to consistently refer to the set of cells being annotated, even if the cell_label changes." ; + sh:description "A list of accessions of cell sets that subsume this cell set. This can be used to compose hierarchies of annotated cell sets, built from a fixed set of clusters." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:cell_set_accession ], + sh:order 1 ; + sh:path RO:0015003 ], + [ sh:datatype xsd:string ; + sh:description "List of synonyms" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path CAS:synonyms ], [ sh:datatype xsd:string ; sh:description """The unique name of the set of cell annotations. Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; + sh:order 5 ; sh:path CAS:has_labelset ], - [ sh:datatype xsd:string ; - sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path CAS:has_cellid ], - [ sh:class CAS:AnnotationTransfer ; + [ sh:class CAS:Review ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path CAS:transferred_annotations ], + sh:order 10 ; + sh:path CAS:reviews ], [ sh:datatype xsd:string ; - sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) -NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. - -EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. - -EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; + sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path skos:preflabel ], + sh:order 11 ; + sh:path CAS:author_annotation_fields ], [ sh:datatype xsd:string ; - sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; + sh:description "List of synonyms" ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:negative_marker_gene_evidence ], - [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology -e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). - -NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. -For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; - sh:in [ rdf:rest () ] ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path RO:0002473 ], + sh:order 14 ; + sh:path CAS:synonyms ], [ sh:datatype xsd:string ; - sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. -Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. -All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; + sh:description """The unique name of the set of cell annotations. +Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:rationale ], + sh:order 0 ; + sh:path CAS:has_labelset ], [ sh:datatype xsd:string ; - sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) -NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. - -EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. - -EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; + sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path skos:preflabel ], - [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology -e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). - -NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. -For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; - sh:in [ rdf:rest () ] ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path RO:0002473 ], + sh:order 4 ; + sh:path CAS:cell_ontology_term ], [ sh:datatype xsd:string ; - sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; + sh:description "An identifier that can be used to consistently refer to the set of cells being annotated, even if the cell_label changes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:has_cellid ], + sh:order 0 ; + sh:path CAS:cell_set_accession ], [ sh:datatype xsd:string ; sh:description """This denotes any free-text term which the author uses to annotate cells, i.e. the preferred cell label name used by the author. Abbreviations are exceptable in this field; refer to 'cell_fullname' for related details. Certain key words have been reserved: @@ -370,12 +384,6 @@ Certain key words have been reserved: sh:nodeKind sh:Literal ; sh:order 6 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path CAS:author_annotation_fields ], [ sh:datatype xsd:string ; sh:description """This denotes any free-text term which the author uses to annotate cells, i.e. the preferred cell label name used by the author. Abbreviations are exceptable in this field; refer to 'cell_fullname' for related details. Certain key words have been reserved: @@ -389,46 +397,39 @@ Certain key words have been reserved: sh:order 1 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path CAS:author_annotation_fields ], - [ sh:datatype xsd:string ; - sh:description "List of synonyms" ; + sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path CAS:synonyms ], + sh:order 13 ; + sh:path CAS:marker_gene_evidence ], [ sh:datatype xsd:string ; - sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; + sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) +NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. + +EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. + +EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:cell_ontology_term ], - [ sh:datatype xsd:string ; - sh:description "List of synonyms" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:synonyms ], - [ sh:datatype xsd:string ; - sh:description "A list of accessions of cell sets that subsume this cell set. This can be used to compose hierarchies of annotated cell sets, built from a fixed set of clusters." ; + sh:order 7 ; + sh:path skos:preflabel ], + [ sh:class CAS:AnnotationTransfer ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path CAS:transferred_annotations ], + [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology +e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). + +NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. +For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; + sh:in ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path RO:0015003 ], + sh:order 3 ; + sh:path RO:0002473 ], [ sh:datatype xsd:string ; + sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path CAS:rationale_dois ], - [ sh:class CAS:Review ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 15 ; - sh:path CAS:reviews ], - [ sh:class CAS:Cell ; - sh:description "By convention this is only used for annotation transfer labelsets. It MUST not be combined with the 'cell_ids' field." ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path CAS:cells ] ; + sh:order 4 ; + sh:path CAS:negative_marker_gene_evidence ] ; sh:targetClass PCL:0010001 . CAS:AutomatedAnnotation a sh:NodeShape ; @@ -436,19 +437,19 @@ CAS:AutomatedAnnotation a sh:NodeShape ; sh:description "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning)." ; + sh:description """This field denotes a valid URL of the annotated dataset that was the source of annotated reference data. +This MUST be a string of a valid URL. The concept of a 'reference' specifically refers to 'annotation transfer' algorithms, whereby a 'reference' dataset is used to transfer cell annotations to the 'query' dataset.""" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:algorithm_version ], + sh:order 3 ; + sh:path CAS:reference_location ], [ sh:datatype xsd:string ; - sh:description "This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL." ; + sh:description "The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning)." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path CAS:algorithm_repo_url ], + sh:order 1 ; + sh:path CAS:algorithm_version ], [ sh:datatype xsd:string ; sh:description "Name of algorithm used to transfer annotation" ; sh:maxCount 1 ; @@ -456,70 +457,70 @@ CAS:AutomatedAnnotation a sh:NodeShape ; sh:order 0 ; sh:path CAS:algorithm_name ], [ sh:datatype xsd:string ; - sh:description """This field denotes a valid URL of the annotated dataset that was the source of annotated reference data. -This MUST be a string of a valid URL. The concept of a 'reference' specifically refers to 'annotation transfer' algorithms, whereby a 'reference' dataset is used to transfer cell annotations to the 'query' dataset.""" ; + sh:description "This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:reference_location ] ; + sh:order 2 ; + sh:path CAS:algorithm_repo_url ] ; sh:targetClass CAS:AutomatedAnnotation . CAS:Labelset a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ), ( rdf:type ) ; - sh:property [ sh:class CAS:AutomatedAnnotation ; + sh:property [ sh:description "The method used for creating the cell annotations. This MUST be one of the following strings: `'algorithmic'`, `'manual'`, or `'both'`" ; + sh:in ( "algorithmic" "manual" "both" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path CAS:annotation_method ], + [ sh:class CAS:AutomatedAnnotation ; sh:maxCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 4 ; sh:path CAS:automated_annotation ], - [ sh:datatype xsd:string ; - sh:description "name of annotation key" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path obo:IAO_0000115 ], - [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; + [ sh:datatype xsd:integer ; + sh:description "A number indicating relative granularity with 0 being the most specific. Use this where a single dataset has multiple keys that are used consistently to record annotations and different levels of granularity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path obo:IAO_0000115 ], + sh:order 0 ; + sh:path CAS:rank ], [ sh:datatype xsd:string ; sh:description "name of annotation key" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; + sh:order 1 ; sh:path rdfs:label ], - [ sh:description "The method used for creating the cell annotations. This MUST be one of the following strings: `'algorithmic'`, `'manual'`, or `'both'`" ; - sh:in ( "algorithmic" "manual" "both" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path CAS:annotation_method ], [ sh:class CAS:AutomatedAnnotation ; sh:maxCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 3 ; sh:path CAS:automated_annotation ], - [ sh:datatype xsd:integer ; - sh:description "A number indicating relative granularity with 0 being the most specific. Use this where a single dataset has multiple keys that are used consistently to record annotations and different levels of granularity." ; + [ sh:description "The method used for creating the cell annotations. This MUST be one of the following strings: `'algorithmic'`, `'manual'`, or `'both'`" ; + sh:in ( "algorithmic" "manual" "both" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path CAS:annotation_method ], + [ sh:datatype xsd:string ; + sh:description "name of annotation key" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; - sh:path CAS:rank ], - [ sh:description "The method used for creating the cell annotations. This MUST be one of the following strings: `'algorithmic'`, `'manual'`, or `'both'`" ; - sh:in ( "algorithmic" "manual" "both" ) ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path CAS:annotation_method ] ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path obo:IAO_0000115 ] ; sh:targetClass CAS:Labelset . CAS:Review a sh:NodeShape ; @@ -537,17 +538,17 @@ CAS:Review a sh:NodeShape ; sh:order 1 ; sh:path CAS:reviewer ], [ sh:datatype xsd:string ; - sh:description "Time and date review was last edited." ; + sh:description "Free-text review of annotation. This is required if the verdict is disagree and should include reasons for disagreement." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:datestamp ], + sh:order 3 ; + sh:path obo:IAO_0000115 ], [ sh:datatype xsd:string ; - sh:description "Free-text review of annotation. This is required if the verdict is disagree and should include reasons for disagreement." ; + sh:description "Time and date review was last edited." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path obo:IAO_0000115 ] ; + sh:order 0 ; + sh:path CAS:datestamp ] ; sh:targetClass CAS:Review . diff --git a/project/shacl/CAP_schema.shacl.ttl b/project/shacl/CAP_schema.shacl.ttl index ddb7a71..2668c9d 100644 --- a/project/shacl/CAP_schema.shacl.ttl +++ b/project/shacl/CAP_schema.shacl.ttl @@ -1,4 +1,5 @@ @prefix CAS: . +@prefix CL: . @prefix PCL: . @prefix RO: . @prefix obo: . @@ -13,77 +14,79 @@ CAS:Taxonomy a sh:NodeShape ; sh:ignoredProperties ( rdf:type ), ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; + sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:matrix_file_id ], + sh:order 14 ; + sh:path CAS:author_name ], [ sh:datatype xsd:string ; - sh:description "A persistent URL of the publication on CAP. (NOTE: the term \\\"publication\\\" refers to the workspace published on CAP with a version and timestamp.)" ; + sh:description "A persistent URL of all cell annotations published (per dataset)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path CAS:cap_publication_url ], + sh:order 6 ; + sh:path CAS:cellannotation_url ], [ sh:datatype xsd:string ; - sh:description "Primary author's contact. This MUST be a valid email address of the author" ; + sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:author_contact ], + sh:order 11 ; + sh:path CAS:cellannotation_version ], [ sh:datatype xsd:string ; - sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; + sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 +This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:author_list ], + sh:order 9 ; + sh:path CAS:cellannotation_schema_version ], [ sh:datatype xsd:string ; - sh:description "The description of the publication on CAP. The description of the publication on CAP. (NOTE: the term \\\"publication\\\" refers to the workspace published on CAP with a version and timestamp.) This MUST be less than or equal to N characters, and this MUST be encoded as a single string." ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:cap_publication_description ], + sh:order 2 ; + sh:path obo:IAO_0000115 ], [ sh:datatype xsd:string ; - sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 -This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; + sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:cellannotation_schema_version ], + sh:order 0 ; + sh:path CAS:matrix_file_id ], [ sh:class CAS:Labelset ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 17 ; + sh:order 11 ; sh:path CAS:labelsets ], [ sh:datatype xsd:string ; - sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 -This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; + sh:description "The timestamp of the CAP publication. This MUST be a string in the format %yyyy-%MM-%dd'T'%hh:%mm:%ss. This value will be overwritten by the newest timestamp upon a new publication." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:cellannotation_schema_version ], + sh:order 4 ; + sh:path CAS:publication_timestamp ], + [ sh:datatype xsd:string ; + sh:description "Primary author's contact. This MUST be a valid email address of the author" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path CAS:author_contact ], [ sh:class PCL:0010001 ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 12 ; sh:path CAS:annotations ], [ sh:datatype xsd:string ; - sh:description "A persistent URL of the dataset on CAP." ; + sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:cap_dataset_url ], + sh:order 13 ; + sh:path CAS:author_list ], [ sh:datatype xsd:string ; - sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path CAS:orcid ], - [ sh:class CAS:Labelset ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 11 ; - sh:path CAS:labelsets ], + sh:order 8 ; + sh:path obo:IAO_0000115 ], [ sh:datatype xsd:string ; sh:description "A persistent URL of all cell annotations published (per dataset)." ; sh:maxCount 1 ; @@ -102,114 +105,112 @@ This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by sh:description "Primary author's contact. This MUST be a valid email address of the author" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; + sh:order 9 ; sh:path CAS:author_contact ], + [ sh:class CAS:Labelset ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 17 ; + sh:path CAS:labelsets ], [ sh:datatype xsd:string ; - sh:description "The (latest) version of the CAP publication. This value will be overwritten by the newest version upon a new publication (and automatically incremented). This versioning MUST follow the format 'v' + '[integer]', whereby newer versions must be naturally incremented." ; + sh:description "The title of the publication on CAP (i.e. a published collection of datasets, the \\\"CAP Workspace\\\".). The title of the publication on CAP. (NOTE: the term \\\"publication\\\" refers to the workspace published on CAP with a version and timestamp.) This MUST be less than or equal to N characters, and this MUST be encoded as a single string." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:publication_version ], - [ sh:datatype xsd:string ; - sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; - sh:maxCount 1 ; + sh:order 0 ; + sh:path CAS:cap_publication_title ], + [ sh:class PCL:0010001 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path CAS:cellannotation_timestamp ], + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 18 ; + sh:path CAS:annotations ], [ sh:datatype xsd:string ; - sh:description "A persistent URL of all cell annotations published (per dataset)." ; + sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path CAS:cellannotation_url ], + sh:path CAS:matrix_file_id ], [ sh:datatype xsd:string ; - sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; + sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path CAS:orcid ], + sh:order 5 ; + sh:path CAS:cellannotation_version ], [ sh:datatype xsd:string ; - sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; + sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:title ], + sh:order 10 ; + sh:path CAS:cellannotation_timestamp ], [ sh:datatype xsd:string ; - sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; + sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path CAS:author_list ], + sh:order 4 ; + sh:path CAS:cellannotation_timestamp ], [ sh:datatype xsd:string ; - sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; + sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:title ], + sh:order 16 ; + sh:path CAS:orcid ], [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; + sh:description "The description of the publication on CAP. The description of the publication on CAP. (NOTE: the term \\\"publication\\\" refers to the workspace published on CAP with a version and timestamp.) This MUST be less than or equal to N characters, and this MUST be encoded as a single string." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path obo:IAO_0000115 ], + sh:order 1 ; + sh:path CAS:cap_publication_description ], [ sh:datatype xsd:string ; - sh:description "The timestamp of the CAP publication. This MUST be a string in the format %yyyy-%MM-%dd'T'%hh:%mm:%ss. This value will be overwritten by the newest timestamp upon a new publication." ; + sh:description "The (latest) version of the CAP publication. This value will be overwritten by the newest version upon a new publication (and automatically incremented). This versioning MUST follow the format 'v' + '[integer]', whereby newer versions must be naturally incremented." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:publication_timestamp ], + sh:order 5 ; + sh:path CAS:publication_version ], [ sh:datatype xsd:string ; - sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; + sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:cellannotation_version ], + sh:order 10 ; + sh:path CAS:orcid ], [ sh:datatype xsd:string ; - sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; + sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path CAS:author_name ], + sh:order 7 ; + sh:path CAS:title ], [ sh:datatype xsd:string ; - sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; + sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:matrix_file_id ], + sh:order 1 ; + sh:path CAS:title ], [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; + sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path obo:IAO_0000115 ], + sh:order 7 ; + sh:path CAS:author_list ], [ sh:datatype xsd:string ; - sh:description "The title of the publication on CAP (i.e. a published collection of datasets, the \\\"CAP Workspace\\\".). The title of the publication on CAP. (NOTE: the term \\\"publication\\\" refers to the workspace published on CAP with a version and timestamp.) This MUST be less than or equal to N characters, and this MUST be encoded as a single string." ; + sh:description "A persistent URL of the publication on CAP. (NOTE: the term \\\"publication\\\" refers to the workspace published on CAP with a version and timestamp.)" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:cap_publication_title ], + sh:order 2 ; + sh:path CAS:cap_publication_url ], [ sh:datatype xsd:string ; - sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; + sh:description "A persistent URL of the dataset on CAP." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:cellannotation_timestamp ], + sh:order 3 ; + sh:path CAS:cap_dataset_url ], [ sh:datatype xsd:string ; - sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; + sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 +This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path CAS:cellannotation_version ], - [ sh:class PCL:0010001 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 18 ; - sh:path CAS:annotations ] ; + sh:order 3 ; + sh:path CAS:cellannotation_schema_version ] ; sh:targetClass CAS:Taxonomy . CAS:AutomatedAnnotation a sh:NodeShape ; @@ -217,19 +218,19 @@ CAS:AutomatedAnnotation a sh:NodeShape ; sh:description "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description """This field denotes a valid URL of the annotated dataset that was the source of annotated reference data. -This MUST be a string of a valid URL. The concept of a 'reference' specifically refers to 'annotation transfer' algorithms, whereby a 'reference' dataset is used to transfer cell annotations to the 'query' dataset.""" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:reference_location ], - [ sh:datatype xsd:string ; sh:description "This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path CAS:algorithm_repo_url ], + [ sh:datatype xsd:string ; + sh:description "The name of the algorithm used. It MUST be a string of the algorithm's name." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path CAS:algorithm_name ], [ sh:datatype xsd:string ; sh:description "The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning)." ; sh:maxCount 1 ; @@ -238,12 +239,12 @@ This MUST be a string of a valid URL. The concept of a 'reference' specifically sh:order 1 ; sh:path CAS:algorithm_version ], [ sh:datatype xsd:string ; - sh:description "The name of the algorithm used. It MUST be a string of the algorithm's name." ; + sh:description """This field denotes a valid URL of the annotated dataset that was the source of annotated reference data. +This MUST be a string of a valid URL. The concept of a 'reference' specifically refers to 'annotation transfer' algorithms, whereby a 'reference' dataset is used to transfer cell annotations to the 'query' dataset.""" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:algorithm_name ] ; + sh:order 3 ; + sh:path CAS:reference_location ] ; sh:targetClass CAS:AutomatedAnnotation . PCL:0010001 a sh:NodeShape ; @@ -251,50 +252,95 @@ PCL:0010001 a sh:NodeShape ; sh:description "A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools using this schema are encouarged to specify a larger set of compulsory fields for publication. Note: This schema deliberately allows for additional fields in order to support ad hoc user fields, new formal schema extensions and project/tool specific metadata." ; sh:ignoredProperties ( rdf:type ), ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Free-text field for researchers to express disagreements with any aspect of the Cell Ontology for this cell annotation." ; + sh:property [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology +e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). + +NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. +For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; + sh:in ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:cell_ontology_assessment ], + sh:order 3 ; + sh:path RO:0002473 ], [ sh:datatype xsd:string ; - sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path CAS:author_annotation_fields ], - [ sh:datatype xsd:boolean ; - sh:description "Decision by user whether this biological entity exists in the current Cell Ontology or not (at the given time of publication)." ; + sh:description """This denotes any free-text term which the author uses to annotate cells, i.e. the preferred cell label name used by the author. Abbreviations are exceptable in this field; refer to 'cell_fullname' for related details. +Certain key words have been reserved: +- `'doublets'` is reserved for encoding cells defined as doublets based on some computational analysis +- `'junk'` is reserved for encoding cells that failed sequencing for some reason, e.g. few genes detected, high fraction of mitochondrial reads +- `'unknown'` is explicitly reserved for unknown or 'author does not know' +- `'NA'` is incomplete, i.e. no cell annotation was provided""" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path CAS:cell_ontology_exists ], + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path CAS:rationale_dois ], + [ sh:datatype xsd:string ; + sh:description """The unique name of the set of cell annotations. +Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:cell_ontology_term ], + sh:order 7 ; + sh:path CAS:has_labelset ], [ sh:datatype xsd:string ; sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; sh:nodeKind sh:Literal ; - sh:order 12 ; + sh:order 5 ; sh:path CAS:has_cellid ], [ sh:datatype xsd:string ; - sh:description "A list of gene names considered to be canonical markers for the biological entity used in the cell annotation." ; + sh:description "List of synonyms" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path CAS:synonyms ], + [ sh:datatype xsd:string ; + sh:description "List of synonyms" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path CAS:synonyms ], + [ sh:datatype xsd:string ; + sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) +NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. + +EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. + +EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path skos:preflabel ], + [ sh:datatype xsd:string ; + sh:description "The human-readable name assigned to the value of 'category_cell_ontology_term_id'." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path CAS:category_cell_ontology_term ], + [ sh:datatype xsd:string ; + sh:description """The unique name of the set of cell annotations. +Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; - sh:path CAS:canonical_marker_genes ], - [ sh:class CAS:Review ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 17 ; - sh:path CAS:reviews ], + sh:path CAS:has_labelset ], [ sh:datatype xsd:string ; - sh:description "Any term denoting a biological entity which the author associates as the nearest \\\"class\\\" or \\\"broader term\\\" (or \\\"parent term\\\") for the value/term in the field." ; + sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) +NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. + +EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. + +EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; - sh:path CAS:category_fullname ], + sh:path skos:preflabel ], + [ sh:datatype xsd:string ; + sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path CAS:marker_gene_evidence ], [ sh:datatype xsd:string ; sh:description """This denotes any free-text term which the author uses to annotate cells, i.e. the preferred cell label name used by the author. Abbreviations are exceptable in this field; refer to 'cell_fullname' for related details. Certain key words have been reserved: @@ -305,175 +351,129 @@ Certain key words have been reserved: sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; + sh:order 8 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:description "Any term denoting a biological entity which the author associates as the nearest \\\"class\\\" or \\\"broader term\\\" (or \\\"parent term\\\") for the value/term in the field." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path CAS:rationale_dois ], + sh:order 2 ; + sh:path CAS:category_fullname ], [ sh:datatype xsd:string ; - sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; + sh:description "A list of gene names considered to be canonical markers for the biological entity used in the cell annotation." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path CAS:marker_gene_evidence ], + sh:order 0 ; + sh:path CAS:canonical_marker_genes ], + [ sh:datatype xsd:boolean ; + sh:description "Decision by user whether this biological entity exists in the current Cell Ontology or not (at the given time of publication)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path CAS:category_cell_ontology_exists ], + [ sh:datatype xsd:boolean ; + sh:description "Decision by user whether this biological entity exists in the current Cell Ontology or not (at the given time of publication)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path CAS:cell_ontology_exists ], [ sh:datatype xsd:string ; + sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. +Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. +All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; + sh:order 13 ; + sh:path CAS:rationale ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 14 ; sh:path CAS:rationale_dois ], [ sh:datatype xsd:string ; sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path CAS:marker_gene_evidence ], - [ sh:class CAS:Review ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 10 ; - sh:path CAS:reviews ], - [ sh:datatype xsd:string ; - sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path CAS:author_annotation_fields ], [ sh:datatype xsd:string ; sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path CAS:cell_ontology_term ], - [ sh:datatype xsd:string ; - sh:description "The ID from either the Cell Ontology or from some ontology that extends it by classifying cell types under terms from the Cell Ontology." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:category_cell_ontology_term_id ], - [ sh:datatype xsd:string ; - sh:description """The unique name of the set of cell annotations. -Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:has_labelset ], - [ sh:datatype xsd:boolean ; - sh:description "Decision by user whether this biological entity exists in the current Cell Ontology or not (at the given time of publication)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:category_cell_ontology_exists ], [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; - sh:in [ rdf:rest () ] ; + sh:in ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; sh:maxCount 1 ; sh:order 10 ; sh:path RO:0002473 ], [ sh:datatype xsd:string ; - sh:description "List of synonyms" ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path CAS:synonyms ], - [ sh:datatype xsd:string ; - sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) -NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. - -EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. - -EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; + sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path skos:preflabel ], - [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology -e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). - -NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. -For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; - sh:in [ rdf:rest () ] ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path RO:0002473 ], + sh:order 18 ; + sh:path CAS:author_annotation_fields ], + [ sh:class CAS:Review ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 10 ; + sh:path CAS:reviews ], [ sh:datatype xsd:string ; - sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. -Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. -All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; - sh:maxCount 1 ; + sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:rationale ], + sh:order 12 ; + sh:path CAS:has_cellid ], [ sh:datatype xsd:string ; - sh:description "The human-readable name assigned to the value of 'category_cell_ontology_term_id'." ; + sh:description "The ID from either the Cell Ontology or from some ontology that extends it by classifying cell types under terms from the Cell Ontology." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:category_cell_ontology_term ], + sh:order 4 ; + sh:path CAS:category_cell_ontology_term_id ], [ sh:datatype xsd:string ; - sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) -NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. - -EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. - -EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; + sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path skos:preflabel ], + sh:order 4 ; + sh:path CAS:cell_ontology_term ], + [ sh:class CAS:Review ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 17 ; + sh:path CAS:reviews ], [ sh:datatype xsd:string ; sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; + sh:order 6 ; sh:path CAS:rationale ], [ sh:datatype xsd:string ; - sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:has_cellid ], - [ sh:datatype xsd:string ; - sh:description """This denotes any free-text term which the author uses to annotate cells, i.e. the preferred cell label name used by the author. Abbreviations are exceptable in this field; refer to 'cell_fullname' for related details. -Certain key words have been reserved: -- `'doublets'` is reserved for encoding cells defined as doublets based on some computational analysis -- `'junk'` is reserved for encoding cells that failed sequencing for some reason, e.g. few genes detected, high fraction of mitochondrial reads -- `'unknown'` is explicitly reserved for unknown or 'author does not know' -- `'NA'` is incomplete, i.e. no cell annotation was provided""" ; + sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path CAS:author_annotation_fields ], [ sh:datatype xsd:string ; - sh:description """The unique name of the set of cell annotations. -Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; + sh:description "Free-text field for researchers to express disagreements with any aspect of the Cell Ontology for this cell annotation." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:has_labelset ], - [ sh:datatype xsd:string ; - sh:description "List of synonyms" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:synonyms ] ; + sh:order 6 ; + sh:path CAS:cell_ontology_assessment ] ; sh:targetClass PCL:0010001 . CAS:Labelset a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The method used for creating the cell annotations. This MUST be one of the following strings: `'algorithmic'`, `'manual'`, or `'both'`" ; + sh:property [ sh:class CAS:AutomatedAnnotation ; + sh:maxCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path CAS:automated_annotation ], + [ sh:description "The method used for creating the cell annotations. This MUST be one of the following strings: `'algorithmic'`, `'manual'`, or `'both'`" ; sh:in ( "algorithmic" "manual" "both" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path CAS:annotation_method ], - [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path obo:IAO_0000115 ], [ sh:datatype xsd:string ; sh:description "name of annotation key" ; sh:maxCount 1 ; @@ -481,11 +481,12 @@ CAS:Labelset a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path rdfs:label ], - [ sh:class CAS:AutomatedAnnotation ; + [ sh:datatype xsd:string ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path CAS:automated_annotation ] ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path obo:IAO_0000115 ] ; sh:targetClass CAS:Labelset . CAS:Review a sh:NodeShape ; @@ -497,6 +498,11 @@ CAS:Review a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path obo:IAO_0000115 ], + [ sh:description "Reviewer's verdict on the annotation. Must be 'Agree' or 'Disagree'" ; + sh:in ( "Agree" "Disagree" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path CAS:review ], [ sh:datatype xsd:string ; sh:description "Time and date review was last edited." ; sh:maxCount 1 ; @@ -504,11 +510,6 @@ CAS:Review a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path CAS:datestamp ], - [ sh:description "Reviewer's verdict on the annotation. Must be 'Agree' or 'Disagree'" ; - sh:in ( "Agree" "Disagree" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path CAS:review ], [ sh:datatype xsd:string ; sh:description "Review Author" ; sh:maxCount 1 ; diff --git a/project/shacl/general_schema.shacl.ttl b/project/shacl/general_schema.shacl.ttl index 1b2486b..36c69af 100644 --- a/project/shacl/general_schema.shacl.ttl +++ b/project/shacl/general_schema.shacl.ttl @@ -1,4 +1,5 @@ @prefix CAS: . +@prefix CL: . @prefix PCL: . @prefix RO: . @prefix obo: . @@ -12,34 +13,37 @@ CAS:Taxonomy a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:cellannotation_timestamp ], - [ sh:class PCL:0010001 ; + sh:order 2 ; + sh:path obo:IAO_0000115 ], + [ sh:datatype xsd:string ; + sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 12 ; - sh:path CAS:annotations ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path CAS:title ], [ sh:datatype xsd:string ; - sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; + sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 +This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:author_list ], + sh:order 3 ; + sh:path CAS:cellannotation_schema_version ], [ sh:datatype xsd:string ; - sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; + sh:description "A persistent URL of all cell annotations published (per dataset)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path CAS:cellannotation_version ], + sh:order 6 ; + sh:path CAS:cellannotation_url ], [ sh:datatype xsd:string ; - sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; + sh:description "This field stores a list of users who are included in the project as collaborators, regardless of their specific role. An example list; '['John Smith', 'Cody Miller', 'Sarah Jones']'" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:matrix_file_id ], + sh:order 7 ; + sh:path CAS:author_list ], [ sh:datatype xsd:string ; sh:description "Primary author's orcid. This MUST be a valid ORCID for the author" ; sh:maxCount 1 ; @@ -47,49 +51,46 @@ CAS:Taxonomy a sh:NodeShape ; sh:order 10 ; sh:path CAS:orcid ], [ sh:datatype xsd:string ; - sh:description "The title of the dataset. This MUST be less than or equal to 200 characters. e.g. 'Human retina cell atlas - retinal ganglion cells'." ; + sh:description "The timestamp of all cell annotations published (per dataset). This MUST be a string in the format `'%yyyy-%mm-%dd %hh:%mm:%ss'`" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path CAS:cellannotation_timestamp ], + [ sh:datatype xsd:string ; + sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:title ], + sh:order 8 ; + sh:path CAS:author_name ], [ sh:class CAS:Labelset ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 11 ; sh:path CAS:labelsets ], [ sh:datatype xsd:string ; - sh:description "Primary author's contact. This MUST be a valid email address of the author" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:author_contact ], - [ sh:datatype xsd:string ; - sh:description """The schema version, the cell annotation open standard. Current version MUST follow 0.1.0 -This versioning MUST follow the format `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/""" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:cellannotation_schema_version ], - [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; + sh:description "The version for all cell annotations published (per dataset). This MUST be a string. The recommended versioning format is `'[MAJOR].[MINOR].[PATCH]'` as defined by Semantic Versioning 2.0.0, https://semver.org/" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path obo:IAO_0000115 ], + sh:order 5 ; + sh:path CAS:cellannotation_version ], + [ sh:class PCL:0010001 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 12 ; + sh:path CAS:annotations ], [ sh:datatype xsd:string ; - sh:description "Primary author's name. This MUST be a string in the format `[FIRST NAME] [LAST NAME]`" ; + sh:description "A resolvable ID for a cell by gene matrix file in the form namespace:accession, e.g. CellXGene_dataset:8e10f1c4-8e98-41e5-b65f-8cd89a887122. Please see https://github.com/cellannotation/cell-annotation-schema/registry/registry.json for supported namespaces." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path CAS:author_name ], + sh:order 0 ; + sh:path CAS:matrix_file_id ], [ sh:datatype xsd:string ; - sh:description "A persistent URL of all cell annotations published (per dataset)." ; + sh:description "Primary author's contact. This MUST be a valid email address of the author" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:cellannotation_url ] ; + sh:order 9 ; + sh:path CAS:author_contact ] ; sh:targetClass CAS:Taxonomy . PCL:0010001 a sh:NodeShape ; @@ -97,57 +98,49 @@ PCL:0010001 a sh:NodeShape ; sh:description "A collection of fields recording a cell type/class/state annotation on some set of cells, supporting evidence and provenance. As this is intended as a general schema, compulsory fields are kept to a minimum. However, tools using this schema are encouarged to specify a larger set of compulsory fields for publication. Note: This schema deliberately allows for additional fields in order to support ad hoc user fields, new formal schema extensions and project/tool specific metadata." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description """The unique name of the set of cell annotations. +Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path CAS:has_labelset ], + [ sh:datatype xsd:string ; + sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path CAS:cell_ontology_term ], + [ sh:datatype xsd:string ; sh:description "Cell barcode sequences/UUIDs used to uniquely identify the cells within the AnnData/Seurat matrix. Any and all cell barcode sequences/UUIDs MUST be included in the AnnData/Seurat matrix." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path CAS:has_cellid ], [ sh:datatype xsd:string ; - sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; - sh:maxCount 1 ; + sh:description "List of synonyms" ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path CAS:author_annotation_fields ], + sh:order 9 ; + sh:path CAS:synonyms ], [ sh:datatype xsd:string ; - sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. -Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. -All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path CAS:rationale ], - [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology -e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). + sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) +NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. -NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. -For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; - sh:in [ rdf:rest () ] ; +EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. + +EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path RO:0002473 ], - [ sh:datatype xsd:string ; - sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path CAS:marker_gene_evidence ], + sh:order 2 ; + sh:path skos:preflabel ], [ sh:class CAS:Review ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 10 ; sh:path CAS:reviews ], [ sh:datatype xsd:string ; + sh:description "Gene names explicitly used as evidence, which MUST be in the matrix of the AnnData/Seurat file" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path CAS:rationale_dois ], - [ sh:datatype xsd:string ; - sh:description "List of synonyms" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path CAS:synonyms ], - [ sh:datatype xsd:string ; - sh:description "This MUST be the human-readable name assigned to the value of 'cell_ontology_term_id'" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path CAS:cell_ontology_term ], + sh:order 8 ; + sh:path CAS:marker_gene_evidence ], [ sh:datatype xsd:string ; sh:description """This denotes any free-text term which the author uses to annotate cells, i.e. the preferred cell label name used by the author. Abbreviations are exceptable in this field; refer to 'cell_fullname' for related details. Certain key words have been reserved: @@ -161,24 +154,32 @@ Certain key words have been reserved: sh:order 1 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description """This MUST be the full-length name for the biological entity listed in `cell_label` by the author. (If the value in `cell_label` is the full-length term, this field will contain the same value.) -NOTE: any reserved word used in the field 'cell_label' MUST match the value of this field. - -EXAMPLE 1: Given the matching terms 'LC' and 'luminal cell' used to annotate the same cell(s), then users could use either terms as values in the field 'cell_label'. However, the abbreviation 'LC' CANNOT be provided in the field 'cell_fullname'. - -EXAMPLE 2: Either the abbreviation 'AC' or the full-length term intended by the author 'GABAergic amacrine cell' MAY be placed in the field 'cell_label', but as full-length term naming this biological entity, 'GABAergic amacrine cell' MUST be placed in the field 'cell_fullname'.""" ; + sh:description """The free-text rationale which users provide as justification/evidence for their cell annotations. +Researchers are encouraged to use this field to cite relevant publications in-line using standard academic citations of the form `(Zheng et al., 2020)` This human-readable free-text MUST be encoded as a single string. +All references cited SHOULD be listed using DOIs under rationale_dois. There MUST be a 2000-character limit.""" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path skos:preflabel ], + sh:order 6 ; + sh:path CAS:rationale ], [ sh:datatype xsd:string ; - sh:description """The unique name of the set of cell annotations. -Each cell within the AnnData/Seurat file MUST be associated with a 'cell_label' value in order for this to be a valid 'cellannotation_setname'.""" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path CAS:rationale_dois ], + [ sh:datatype xsd:string ; + sh:description "A dictionary of author defined key value pairs annotating the cell set. The names and aims of these fields MUST not clash with official annotation fields." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:has_labelset ] ; + sh:order 11 ; + sh:path CAS:author_annotation_fields ], + [ sh:description """This MUST be a term from either the Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/cl) or from some ontology that extends it by classifying cell types under terms from the Cell Ontology +e.g. the Provisional Cell Ontology (https://www.ebi.ac.uk/ols/ontologies/pcl) or the Drosophila Anatomy Ontology (DAO) (https://www.ebi.ac.uk/ols4/ontologies/fbbt). + +NOTE: The closest available ontology term matching the value within the field 'cell_label' (at the time of publication) MUST be used. +For example, if the value of 'cell_label' is 'relay interneuron', but this entity does not yet exist in the ontology, users must choose the closest available term in the CL ontology. In this case, it's the broader term 'interneuron' i.e. https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:0000099.""" ; + sh:in ( CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path RO:0002473 ] ; sh:targetClass PCL:0010001 . CAS:AutomatedAnnotation a sh:NodeShape ; @@ -186,13 +187,6 @@ CAS:AutomatedAnnotation a sh:NodeShape ; sh:description "A set of fields for recording the details of the automated annotation algorithm used. (Common 'automated annotation methods' would include PopV, Azimuth, CellTypist, scArches, etc.)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path CAS:algorithm_repo_url ], - [ sh:datatype xsd:string ; sh:description "The name of the algorithm used. It MUST be a string of the algorithm's name." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -200,31 +194,32 @@ CAS:AutomatedAnnotation a sh:NodeShape ; sh:order 0 ; sh:path CAS:algorithm_name ], [ sh:datatype xsd:string ; - sh:description """This field denotes a valid URL of the annotated dataset that was the source of annotated reference data. -This MUST be a string of a valid URL. The concept of a 'reference' specifically refers to 'annotation transfer' algorithms, whereby a 'reference' dataset is used to transfer cell annotations to the 'query' dataset.""" ; + sh:description "The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning)." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path CAS:reference_location ], + sh:order 1 ; + sh:path CAS:algorithm_version ], [ sh:datatype xsd:string ; - sh:description "The version of the algorithm used (if applicable). It MUST be a string of the algorithm's version, which is typically in the format '[MAJOR].[MINOR]', but other versioning systems are permitted (based on the algorithm's versioning)." ; + sh:description "This field denotes the URL of the version control repository associated with the algorithm used (if applicable). It MUST be a string of a valid URL." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path CAS:algorithm_version ] ; + sh:order 2 ; + sh:path CAS:algorithm_repo_url ], + [ sh:datatype xsd:string ; + sh:description """This field denotes a valid URL of the annotated dataset that was the source of annotated reference data. +This MUST be a string of a valid URL. The concept of a 'reference' specifically refers to 'annotation transfer' algorithms, whereby a 'reference' dataset is used to transfer cell annotations to the 'query' dataset.""" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path CAS:reference_location ] ; sh:targetClass CAS:AutomatedAnnotation . CAS:Labelset a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path obo:IAO_0000115 ], - [ sh:datatype xsd:string ; sh:description "name of annotation key" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -236,6 +231,12 @@ CAS:Labelset a sh:NodeShape ; sh:maxCount 1 ; sh:order 2 ; sh:path CAS:annotation_method ], + [ sh:datatype xsd:string ; + sh:description "The description of the dataset. e.g. 'A total of 15 retinal ganglion cell clusters were identified from over 99K retinal ganglion cell nuclei in the current atlas. Utilizing previous characterized markers from macaque, 5 clusters can be annotated.'" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path obo:IAO_0000115 ], [ sh:class CAS:AutomatedAnnotation ; sh:maxCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; @@ -246,13 +247,11 @@ CAS:Labelset a sh:NodeShape ; CAS:Review a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Time and date review was last edited." ; + sh:property [ sh:description "Reviewer's verdict on the annotation. Must be 'Agree' or 'Disagree'" ; + sh:in ( "Agree" "Disagree" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path CAS:datestamp ], + sh:order 2 ; + sh:path CAS:review ], [ sh:datatype xsd:string ; sh:description "Review Author" ; sh:maxCount 1 ; @@ -265,10 +264,12 @@ CAS:Review a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path obo:IAO_0000115 ], - [ sh:description "Reviewer's verdict on the annotation. Must be 'Agree' or 'Disagree'" ; - sh:in ( "Agree" "Disagree" ) ; + [ sh:datatype xsd:string ; + sh:description "Time and date review was last edited." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path CAS:review ] ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path CAS:datestamp ] ; sh:targetClass CAS:Review . diff --git a/project/shex/BICAN_schema.shex b/project/shex/BICAN_schema.shex index d377861..ae8d688 100644 --- a/project/shex/BICAN_schema.shex +++ b/project/shex/BICAN_schema.shex @@ -5,6 +5,7 @@ PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX linkml: +PREFIX CL: PREFIX PCL: PREFIX RO: PREFIX IAO: @@ -53,7 +54,281 @@ PREFIX IAO: ( $ ( @ ; rdfs:label @ ; skos:preflabel @ ? ; - RO:0002473 . ? ; + RO:0002473 [ CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 + CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 + CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 + CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 + CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 + CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 + CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 + CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 + CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 + CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 + CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 + CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 + CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 + CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 + CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 + CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 + CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 + CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 + CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 + CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 + CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 + CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 + CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 + CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 + CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 + CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 + CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 + CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 + CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 + CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 + CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 + CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 + CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 + CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 + CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 + CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 + CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 + CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 + CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 + CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 + CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 + CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 + CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 + CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 + CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 + CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 + CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 + CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 + CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 + CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 + CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 + CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 + CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 + CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 + CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 + CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 + CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 + CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 + CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 + CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 + CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 + CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 + CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 + CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 + CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 + CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 + CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 + CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 + CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 + CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 + CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 + CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 + CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 + CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 + CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 + CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 + CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 + CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 + CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 + CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 + CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 + CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 + CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 + CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 + CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 + CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 + CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 + CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 + CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 + CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 + CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 + CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 + CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 + CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 + CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 + CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 + CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 + CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 + CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 + CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 + CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 + CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 + CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 + CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 + CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 + CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 + CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 + CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 + CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 + CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 + CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 + CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 + CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 + CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 + CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 + CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 + CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 + CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 + CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 + CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 + CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 + CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 + CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 + CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 + CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 + CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 + CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 + CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 + CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 + CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 + CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 + CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 + CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 + CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 + CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 + CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 + CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 + CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 + CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 + CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 + CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 + CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 + CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 + CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 + CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 + CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 + CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 + CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 + CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 + CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 + CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 + CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 + CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 + CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 + CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 + CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 + CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 + CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 + CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 + CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 + CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 + CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 + CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 + CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 + CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 + CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 + CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 + CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 + CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 + CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 + CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 + CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 + CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 + CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 + CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 + CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 + CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 + CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 + CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 + CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 + CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 + CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 + CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 + CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 + CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 + CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 + CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 + CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 + CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 + CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 + CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 + CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 + CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 + CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 + CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 + CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 + CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 + CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 + CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 + CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 + CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 + CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 + CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 + CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 + CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 + CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 + CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 + CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 + CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 + CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 + CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 + CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 + CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 + CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 + CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 + CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 + CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 + CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 + CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 + CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 + CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 + CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 + CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 + CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 + CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 + CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 + CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 + CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 + CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 + CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 + CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 + CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 + CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 + CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 + CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 + CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 + CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 + CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 + CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 + CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 + CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 + CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 + CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 + CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 + CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 + CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 + CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 + CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 + CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 + CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 + CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 + CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 + CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 + CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 + CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 + CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 + CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 + CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 + CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 + CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 + CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 + CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 + CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 + CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 + CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 + CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 + CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 + CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 + CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 + CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 + CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 + CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 + CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 + CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 + CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ] ? ; @ ? ; @ * ; @ ? ; diff --git a/project/shex/CAP_schema.shex b/project/shex/CAP_schema.shex index 42db695..38ab025 100644 --- a/project/shex/CAP_schema.shex +++ b/project/shex/CAP_schema.shex @@ -5,6 +5,7 @@ PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX linkml: +PREFIX CL: PREFIX PCL: PREFIX RO: PREFIX IAO: @@ -53,7 +54,281 @@ PREFIX IAO: ( $ ( @ ; rdfs:label @ ; skos:preflabel @ ? ; - RO:0002473 . ? ; + RO:0002473 [ CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 + CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 + CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 + CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 + CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 + CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 + CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 + CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 + CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 + CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 + CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 + CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 + CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 + CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 + CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 + CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 + CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 + CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 + CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 + CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 + CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 + CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 + CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 + CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 + CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 + CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 + CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 + CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 + CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 + CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 + CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 + CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 + CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 + CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 + CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 + CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 + CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 + CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 + CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 + CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 + CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 + CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 + CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 + CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 + CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 + CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 + CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 + CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 + CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 + CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 + CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 + CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 + CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 + CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 + CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 + CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 + CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 + CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 + CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 + CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 + CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 + CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 + CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 + CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 + CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 + CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 + CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 + CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 + CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 + CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 + CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 + CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 + CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 + CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 + CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 + CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 + CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 + CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 + CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 + CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 + CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 + CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 + CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 + CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 + CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 + CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 + CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 + CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 + CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 + CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 + CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 + CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 + CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 + CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 + CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 + CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 + CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 + CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 + CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 + CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 + CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 + CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 + CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 + CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 + CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 + CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 + CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 + CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 + CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 + CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 + CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 + CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 + CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 + CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 + CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 + CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 + CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 + CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 + CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 + CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 + CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 + CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 + CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 + CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 + CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 + CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 + CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 + CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 + CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 + CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 + CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 + CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 + CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 + CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 + CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 + CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 + CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 + CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 + CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 + CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 + CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 + CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 + CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 + CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 + CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 + CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 + CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 + CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 + CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 + CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 + CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 + CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 + CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 + CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 + CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 + CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 + CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 + CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 + CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 + CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 + CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 + CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 + CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 + CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 + CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 + CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 + CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 + CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 + CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 + CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 + CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 + CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 + CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 + CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 + CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 + CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 + CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 + CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 + CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 + CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 + CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 + CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 + CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 + CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 + CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 + CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 + CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 + CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 + CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 + CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 + CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 + CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 + CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 + CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 + CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 + CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 + CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 + CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 + CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 + CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 + CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 + CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 + CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 + CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 + CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 + CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 + CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 + CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 + CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 + CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 + CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 + CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 + CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 + CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 + CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 + CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 + CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 + CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 + CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 + CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 + CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 + CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 + CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 + CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 + CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 + CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 + CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 + CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 + CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 + CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 + CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 + CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 + CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 + CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 + CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 + CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 + CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 + CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 + CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 + CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 + CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 + CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 + CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 + CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 + CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 + CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 + CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 + CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 + CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 + CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 + CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 + CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 + CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 + CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 + CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 + CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 + CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 + CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 + CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 + CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 + CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 + CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 + CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 + CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 + CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 + CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 + CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 + CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 + CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 + CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 + CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 + CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 + CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 + CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 + CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ] ? ; @ ? ; @ * ; @ ? ; diff --git a/project/shex/general_schema.shex b/project/shex/general_schema.shex index 1542546..f2e8818 100644 --- a/project/shex/general_schema.shex +++ b/project/shex/general_schema.shex @@ -5,6 +5,7 @@ PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX linkml: +PREFIX CL: PREFIX PCL: PREFIX RO: PREFIX IAO: @@ -52,7 +53,281 @@ linkml:Sparqlpath xsd:string ( $ ( @linkml:String ; rdfs:label @linkml:String ; skos:preflabel @linkml:String ? ; - RO:0002473 . ? ; + RO:0002473 [ CL:0019019 CL:0011105 CL:0000057 CL:0002656 CL:0002224 CL:4030031 CL:0002625 CL:1000490 CL:0000801 + CL:0002116 CL:0000578 CL:0000618 CL:0000435 CL:0000654 CL:0002130 CL:0017003 CL:0002038 CL:0002311 CL:0000722 + CL:0000059 CL:0000160 CL:0002680 CL:0002382 CL:0002027 CL:4033024 CL:0010017 CL:0000815 CL:0002319 CL:0011113 + CL:0000662 CL:0002292 CL:0000067 CL:0002181 CL:0004214 CL:0000594 CL:0002520 CL:0002627 CL:0004225 CL:0002422 + CL:0000570 CL:0000599 CL:0002570 CL:0000499 CL:0000077 CL:1000337 CL:0002283 CL:0002457 CL:0002556 CL:0002155 + CL:0002406 CL:0001072 CL:0009035 CL:0000473 CL:0000109 CL:0000518 CL:4023010 CL:1001428 CL:4033014 CL:0000212 + CL:0000611 CL:1000597 CL:0000198 CL:0002622 CL:0000759 CL:0002342 CL:0000357 CL:1000368 CL:0005025 CL:1000279 + CL:0002140 CL:1000376 CL:2000085 CL:0000775 CL:0000748 CL:0002026 CL:0002451 CL:0002404 CL:0002243 CL:0002546 + CL:0002493 CL:1001124 CL:0000112 CL:4023123 CL:0000352 CL:1001109 CL:2000095 CL:4033056 CL:0002280 CL:1000465 + CL:0000889 CL:0002008 CL:4030033 CL:0000632 CL:0000342 CL:0000832 CL:4042008 CL:1001451 CL:0002607 CL:4033062 + CL:1000437 CL:0011106 CL:1000312 CL:1000327 CL:0008048 CL:0000857 CL:1000239 CL:0002329 CL:0004230 CL:0002144 + CL:1001021 CL:0008010 CL:0002118 CL:4023064 CL:0000878 CL:0009051 CL:0019001 CL:1001100 CL:0002571 CL:0008035 + CL:0003045 CL:0002666 CL:4023044 CL:0002085 CL:1001142 CL:0002661 CL:0000146 CL:0002089 CL:0000507 CL:0000246 + CL:0002016 CL:0002526 CL:0002514 CL:0011102 CL:0004232 CL:0001006 CL:0009081 CL:0008004 CL:1001582 CL:1000350 + CL:0000416 CL:0000199 CL:0000208 CL:1000271 CL:0000421 CL:2000043 CL:0002606 CL:0000214 CL:0000605 CL:0001087 + CL:0002096 CL:1000493 CL:0002478 CL:4033013 CL:4033048 CL:1000428 CL:4030013 CL:0000019 CL:0002228 CL:4028006 + CL:0002129 CL:0001021 CL:1001610 CL:1000909 CL:0000410 CL:4023025 CL:0000130 CL:0000864 CL:0000048 CL:0002357 + CL:0002560 CL:0000964 CL:0009005 CL:0000483 CL:0000185 CL:0000956 CL:4030049 CL:0002326 CL:0000028 CL:0000847 + CL:1000323 CL:0010006 CL:4033018 CL:1000182 CL:0000233 CL:1001567 CL:0000443 CL:0000474 CL:4023168 CL:0000204 + CL:1000478 CL:0000557 CL:0002456 CL:0000501 CL:4023075 CL:0002278 CL:4033045 CL:1001576 CL:1001435 CL:0002681 + CL:0002083 CL:1001123 CL:0009095 CL:0001052 CL:1000304 CL:0002165 CL:1000418 CL:0002489 CL:0002270 CL:4023189 + CL:0003042 CL:0000901 CL:0002107 CL:1000472 CL:0005011 CL:0000929 CL:4023007 CL:0009049 CL:0000188 CL:2000093 + CL:1001474 CL:1000414 CL:1001318 CL:0000777 CL:0002103 CL:1001580 CL:0000020 CL:0002530 CL:0000708 CL:4023046 + CL:0000659 CL:4023158 CL:1001433 CL:4042009 CL:0002667 CL:0000489 CL:0000962 CL:0000743 CL:0000545 CL:0000603 + CL:1000458 CL:0000037 CL:0000711 CL:0007019 CL:0002651 CL:4033063 CL:0010013 CL:0000752 CL:0009111 CL:0002384 + CL:0000102 CL:4023055 CL:0002205 CL:0002251 CL:4033006 CL:0000667 CL:0000157 CL:0002235 CL:0009011 CL:1000504 + CL:4006001 CL:0000241 CL:0000463 CL:0001063 CL:0010000 CL:0002465 CL:0000719 CL:4023036 CL:4023110 CL:2000048 + CL:0000388 CL:0000826 CL:0000106 CL:0000589 CL:1001593 CL:1000473 CL:0002562 CL:2000008 CL:0002210 CL:0002509 + CL:0002154 CL:0000341 CL:0000581 CL:0002337 CL:4030016 CL:4030019 CL:4023121 CL:0000824 CL:2000011 CL:1001225 + CL:0000010 CL:0009079 CL:0011015 CL:0002482 CL:1000329 CL:4023004 CL:1000447 CL:0001061 CL:0000460 CL:1001068 + CL:0000098 CL:0000935 CL:0009043 CL:0004244 CL:1000448 CL:0001059 CL:0000945 CL:0001057 CL:1001224 CL:0005005 + CL:0000649 CL:2000025 CL:0000996 CL:4023169 CL:0000989 CL:0002373 CL:4030057 CL:0000597 CL:0002108 CL:0001049 + CL:0002407 CL:0000552 CL:0000980 CL:0002598 CL:0001034 CL:1001006 CL:2000037 CL:1000326 CL:4033030 CL:0002318 + CL:0000919 CL:0002341 CL:0000638 CL:1000854 CL:1000123 CL:1001214 CL:0000031 CL:0000312 CL:4023059 CL:0000432 + CL:0000129 CL:0002310 CL:2000001 CL:0008046 CL:0000636 CL:1000695 CL:0002554 CL:0000056 CL:0009004 CL:2000014 + CL:1000042 CL:0000039 CL:4030064 CL:0002597 CL:0000365 CL:0000555 CL:0000621 CL:0008037 CL:0003035 CL:0000586 + CL:0002291 CL:1001585 CL:0000029 CL:0002574 CL:0002541 CL:0000885 CL:0000937 CL:0002173 CL:4040006 CL:2000088 + CL:0000811 CL:0005023 CL:0002336 CL:0009097 CL:0000946 CL:4033038 CL:0000120 CL:4023009 CL:0002233 CL:0000647 + CL:0000977 CL:0000078 CL:0002106 CL:0002387 CL:0002219 CL:4030036 CL:0002516 CL:0002636 CL:0001039 CL:0002588 + CL:1000398 CL:4033017 CL:0000861 CL:0000372 CL:0000753 CL:0000066 CL:1000681 CL:0000819 CL:0000221 CL:0000842 + CL:0001031 CL:0000097 CL:0000408 CL:0002204 CL:0004215 CL:0000110 CL:2000040 CL:1000454 CL:0000822 CL:0000925 + CL:0002218 CL:0002412 CL:0004124 CL:4023039 CL:0000584 CL:2000024 CL:0000023 CL:0009008 CL:4023163 CL:0000893 + CL:0011000 CL:0000602 CL:0000211 CL:0017006 CL:1000507 CL:0000766 CL:0000362 CL:0000022 CL:1000891 CL:1000391 + CL:0002631 CL:0000941 CL:0000240 CL:1000358 CL:0001050 CL:0002528 CL:0002303 CL:0002445 CL:0000033 CL:1000486 + CL:0000839 CL:0003016 CL:2000080 CL:0000898 CL:0002113 CL:0009038 CL:0000051 CL:0000060 CL:0000720 CL:0000123 + CL:1000347 CL:0000149 CL:0009106 CL:1000360 CL:0000613 CL:4033055 CL:0009074 CL:0000688 CL:0000991 CL:0000790 + CL:1000191 CL:0000710 CL:0002153 CL:0005002 CL:0001013 CL:0009017 CL:0008040 CL:0002110 CL:0000255 CL:1000612 + CL:3000001 CL:0002274 CL:0002048 CL:0000761 CL:0001019 CL:0002269 CL:0009009 CL:0010016 CL:1001603 CL:0004217 + CL:0001040 CL:0002669 CL:0000205 CL:0002294 CL:1000345 CL:0009077 CL:0001201 CL:0002600 CL:4023030 CL:0000361 + CL:0019022 CL:4023170 CL:0002475 CL:0000677 CL:0002017 CL:0000680 CL:0003011 CL:1000363 CL:0002220 CL:4023108 + CL:0010014 CL:0000315 CL:0000155 CL:0009022 CL:0001022 CL:1000289 CL:0002076 CL:0001005 CL:0001080 CL:0003024 + CL:0002448 CL:0009061 CL:0000486 CL:1000372 CL:0002352 CL:1000698 CL:1001436 CL:0002347 CL:2000035 CL:0009069 + CL:0002281 CL:0009115 CL:0002604 CL:0000534 CL:0002256 CL:0002599 CL:0002620 CL:0000082 CL:0002321 CL:0009033 + CL:0002289 CL:0009058 CL:0000336 CL:4040003 CL:4030006 CL:0000653 CL:0009066 CL:4023081 CL:1000280 CL:2000019 + CL:0002064 CL:0000703 CL:1000456 CL:0000293 CL:4029003 CL:0002207 CL:0000173 CL:0004116 CL:0002518 CL:0002147 + CL:0009025 CL:0000745 CL:4023181 CL:0002123 CL:0002450 CL:0002093 CL:0002060 CL:0002142 CL:4023114 CL:0002287 + CL:0000502 CL:0011007 CL:0009054 CL:0000026 CL:0009092 CL:0002348 CL:0001028 CL:4033012 CL:1000245 CL:0002458 + CL:0000780 CL:1001217 CL:1000309 CL:4033025 CL:0000309 CL:0002659 CL:0000982 CL:4023160 CL:0000969 CL:0001020 + CL:2000055 CL:0002267 CL:0000553 CL:0000651 CL:4023013 CL:2000027 CL:0002401 CL:0002094 CL:0007001 CL:0002279 + CL:0000858 CL:2000044 CL:0002531 CL:0002358 CL:0002430 CL:4030067 CL:0002411 CL:0008028 CL:0000894 CL:4023047 + CL:0000985 CL:0002538 CL:0002557 CL:0009112 CL:0000921 CL:0002160 CL:0002300 CL:0009007 CL:0000768 CL:0000036 + CL:0000693 CL:0002295 CL:0002388 CL:0000909 CL:0019020 CL:4023074 CL:4023109 CL:0013000 CL:0000583 CL:0000694 + CL:0002050 CL:0003027 CL:0001044 CL:0000348 CL:0000001 CL:0002640 CL:1001430 CL:1000085 CL:4030025 CL:0011017 + CL:0000990 CL:0010021 CL:0000509 CL:0009068 CL:0000131 CL:4023124 CL:0002105 CL:0002112 CL:1000333 CL:1000714 + CL:0000165 CL:0002602 CL:2000096 CL:0002596 CL:0002564 CL:0000563 CL:0002045 CL:2000000 CL:0000313 CL:1000457 + CL:0000560 CL:0004245 CL:0000813 CL:0011100 CL:0002513 CL:4023125 CL:0001076 CL:0000897 CL:4033051 CL:0002677 + CL:0002250 CL:2000051 CL:0000172 CL:0000641 CL:4042006 CL:0004241 CL:0008002 CL:4023028 CL:4030032 CL:0011110 + CL:0011030 CL:1000383 CL:0000571 CL:0002583 CL:0000735 CL:0000762 CL:1000850 CL:0000311 CL:0000128 CL:1000322 + CL:0000569 CL:1000365 CL:0000629 CL:0000751 CL:0000219 CL:2000052 CL:0002068 CL:0000373 CL:1000550 CL:0002490 + CL:4023093 CL:0002192 CL:3000002 CL:0007016 CL:0000883 CL:1000284 CL:0002039 CL:0000307 CL:1000373 CL:0007003 + CL:0011025 CL:0002307 CL:1001286 CL:0000072 CL:0000183 CL:0002248 CL:4033052 CL:0002126 CL:0002523 CL:1000409 + CL:0000425 CL:0000237 CL:0004250 CL:0002517 CL:0002053 CL:4030041 CL:0000911 CL:4030043 CL:4023041 CL:0000795 + CL:0001077 CL:0009101 CL:1000143 CL:1001602 CL:2000016 CL:0000844 CL:0000787 CL:1000299 CL:0003001 CL:0001071 + CL:0000809 CL:0002025 CL:0002323 CL:0008011 CL:0000626 CL:0000427 CL:0001026 CL:0000480 CL:0000892 CL:0000506 + CL:0019018 CL:4033058 CL:0012000 CL:1000022 CL:1000488 CL:0002284 CL:0000423 CL:4033027 CL:0000154 CL:4042011 + CL:0000236 CL:2000047 CL:0001079 CL:4033029 CL:0002575 CL:0002054 CL:0001030 CL:0002042 CL:1000283 CL:0002202 + CL:0000225 CL:0002265 CL:0002031 CL:2000041 CL:0000069 CL:0002498 CL:0007021 CL:0000127 CL:1001608 CL:0002355 + CL:0000776 CL:0004233 CL:4030056 CL:0000437 CL:0001029 CL:4030002 CL:0002481 CL:0002410 CL:1000275 CL:0002630 + CL:0002024 CL:4030030 CL:4023049 CL:0007000 CL:0002223 CL:0004243 CL:1000394 CL:0000884 CL:0000358 CL:0008036 + CL:1001561 CL:0009036 CL:0002626 CL:1001066 CL:0000948 CL:0000168 CL:0002273 CL:0000470 CL:0000356 CL:0002075 + CL:4023005 CL:0000855 CL:0000226 CL:0000930 CL:0000678 CL:0000772 CL:0002455 CL:0002479 CL:0000068 CL:0011103 + CL:0002633 CL:0000891 CL:2000033 CL:0000147 CL:0002665 CL:0002470 CL:0002594 CL:0004222 CL:0000103 CL:1000746 + CL:0000377 CL:0002139 CL:0000071 CL:0000852 CL:0000723 CL:0002007 CL:0000606 CL:0000609 CL:0001053 CL:0000781 + CL:0009059 CL:0002121 CL:0000747 CL:0011020 CL:4033020 CL:1000276 CL:0011028 CL:4030065 CL:2000010 CL:0000802 + CL:0002115 CL:1001223 CL:0002152 CL:0000234 CL:0001081 CL:0000340 CL:0000738 CL:0002506 CL:0000396 CL:0000040 + CL:4023054 CL:0000347 CL:0009048 CL:0000798 CL:1001590 CL:0000476 CL:0002293 CL:4033047 CL:0001082 CL:1000324 + CL:0000535 CL:1001107 CL:0001041 CL:4030066 CL:0008031 CL:0002363 CL:0004219 CL:0011004 CL:0002149 CL:0000582 + CL:0002014 CL:1001052 CL:0009103 CL:0000987 CL:0002511 CL:0000617 CL:0002464 CL:1000432 CL:1001503 CL:2000086 + CL:0003010 CL:0002128 CL:0002408 CL:0002662 CL:4033066 CL:0000197 CL:0000015 CL:4023038 CL:0000900 CL:1001009 + CL:0002394 CL:0002313 CL:0000006 CL:0000988 CL:0000444 CL:4033011 CL:0002673 CL:0009082 CL:4023116 CL:0002102 + CL:0000782 CL:0004162 CL:1001432 CL:0005012 CL:4033008 CL:2000013 CL:0009072 CL:4030000 CL:0000576 CL:0005008 + CL:4023035 CL:0002098 CL:4023065 CL:0000395 CL:0000170 CL:4023020 CL:0009013 CL:0001004 CL:0009031 CL:4023111 + CL:2000077 CL:0002519 CL:0002425 CL:0002577 CL:4030028 CL:4030037 CL:0002350 CL:0000644 CL:4033041 CL:0007011 + CL:0000650 CL:0000995 CL:0002525 CL:1000434 CL:0002141 CL:1000381 CL:0000189 CL:0007006 CL:4033026 CL:0001204 + CL:0002296 CL:0003006 CL:0002427 CL:0000963 CL:4040002 CL:0002497 CL:0002086 CL:0000162 CL:1001033 CL:0000992 + CL:2000072 CL:0002305 CL:4028001 CL:0002466 CL:0000595 CL:0000906 CL:0002639 CL:1000510 CL:0000527 CL:1000721 + CL:0000633 CL:0002374 CL:1000424 CL:0000017 CL:0019017 CL:0000257 CL:1000356 CL:0009042 CL:0009027 CL:0008022 + CL:1001568 CL:4023092 CL:4023018 CL:0000442 CL:0001058 CL:0007010 CL:0000574 CL:0011029 CL:1001573 CL:0000481 + CL:1000691 CL:0005024 CL:0000118 CL:1001606 CL:0002641 CL:0011022 CL:0000058 CL:4023056 CL:4023188 CL:0000107 + CL:0000955 CL:0002354 CL:0000936 CL:0000468 CL:0000740 CL:0002550 CL:0008038 CL:4033064 CL:0000544 CL:0002539 + CL:4023033 CL:4033016 CL:0001051 CL:2000002 CL:2000007 CL:1001036 CL:1000286 CL:0002381 CL:0000867 CL:0002242 + CL:0002180 CL:2000020 CL:0002558 CL:2000083 CL:0000696 CL:0002365 CL:1000332 CL:0002338 CL:0009087 CL:4030020 + CL:0009041 CL:4033019 CL:0000577 CL:0000389 CL:0000136 CL:0019026 CL:4030004 CL:0002419 CL:0010001 CL:0000418 + CL:0000186 CL:0000675 CL:1001575 CL:0011027 CL:0002416 CL:0002379 CL:0000386 CL:0000932 CL:0002435 CL:0011108 + CL:4030048 CL:0000961 CL:0009099 CL:1000325 CL:0002184 CL:0000706 CL:0000642 CL:0002618 CL:0000024 CL:4040005 + CL:0008025 CL:0002035 CL:0002559 CL:0000810 CL:0005003 CL:0002581 CL:0002533 CL:0002088 CL:4033039 CL:1000342 + CL:0004125 CL:0002672 CL:0000485 CL:0000940 CL:0002240 CL:1000702 CL:0000683 CL:0002483 CL:0010011 CL:0009052 + CL:0000827 CL:1000549 CL:4023008 CL:0002138 CL:1001111 CL:1001505 CL:0000619 CL:0000730 CL:0000407 CL:0000041 + CL:1000839 CL:0002540 CL:0005019 CL:0000966 CL:0011032 CL:0004235 CL:0004252 CL:0000913 CL:4042001 CL:0019032 + CL:0000121 CL:0000587 CL:0002306 CL:4033001 CL:0002203 CL:0003004 CL:0002006 CL:0000860 CL:0001035 CL:4033065 + CL:0009105 CL:0000374 CL:1000718 CL:1001434 CL:0002375 CL:0017000 CL:0000008 CL:0002037 CL:0002344 CL:0009075 + CL:0000084 CL:0000190 CL:0000116 CL:0002302 CL:4023029 CL:0002125 CL:0000767 CL:0000922 CL:0000030 CL:0000774 + CL:1000441 CL:0000845 CL:1000803 CL:0002446 CL:4033067 CL:0000153 CL:0002052 CL:0002046 CL:0000670 CL:0000504 + CL:0000807 CL:1000413 CL:0002312 CL:0002282 CL:2000031 CL:0009062 CL:0000397 CL:0002612 CL:0000496 CL:4033054 + CL:2000090 CL:0000350 CL:0002436 CL:0003017 CL:0002179 CL:0000079 CL:0004216 CL:3000004 CL:0001056 CL:0000521 + CL:0011010 CL:1000344 CL:0000249 CL:0002474 CL:0002069 CL:4028004 CL:0003025 CL:0009015 CL:0002551 CL:0009044 + CL:0002503 CL:0017005 CL:0001048 CL:0001032 CL:0002157 CL:0000394 CL:4033037 CL:2000094 CL:0002051 CL:0000601 + CL:0000838 CL:4030017 CL:0004224 CL:1000420 CL:0000295 CL:4033043 CL:0000202 CL:0009018 CL:2000078 CL:1000272 + CL:0009034 CL:0000721 CL:0000196 CL:1001319 CL:0000339 CL:0000631 CL:0008027 CL:0004238 CL:0000035 CL:1001097 + CL:1000838 CL:3000000 CL:0000881 CL:0002437 CL:0002320 CL:1000616 CL:0003015 CL:0002359 CL:0005010 CL:0002623 + CL:1001516 CL:0000713 CL:0009116 CL:0011002 CL:4023080 CL:0009071 CL:0000652 CL:4023127 CL:0000862 CL:0000993 + CL:0002009 CL:0002603 CL:0009060 CL:0002254 CL:0009055 CL:0000818 CL:0000998 CL:0001043 CL:0009078 CL:0000314 + CL:0000608 CL:0000744 CL:0002259 CL:0002004 CL:1000433 CL:0004227 CL:4033022 CL:0003048 CL:0009080 CL:0002569 + CL:0000235 CL:0002176 CL:4030005 CL:0000999 CL:0002472 CL:0003021 CL:4023000 CL:0002657 CL:0000514 CL:0000349 + CL:0002190 CL:4030035 CL:0002067 CL:0009114 CL:1001517 CL:0000137 CL:0009024 CL:4040004 CL:0002367 CL:0002062 + CL:0000724 CL:1001598 CL:1001589 CL:1000147 CL:0002402 CL:1001126 CL:0002608 CL:0002011 CL:4023012 CL:0005014 + CL:0002249 CL:0002675 CL:0000025 CL:2000021 CL:0002120 CL:0008005 CL:0002654 CL:0011018 CL:0000660 CL:0000763 + CL:0002199 CL:0001018 CL:0003009 CL:0000180 CL:0002308 CL:0002543 CL:0008032 CL:1000442 CL:0002488 CL:0000014 + CL:0004242 CL:1000050 CL:1001572 CL:0000984 CL:0000104 CL:1001285 CL:1000419 CL:0000417 CL:0002146 CL:0002122 + CL:0000695 CL:0002070 CL:4023083 CL:1000366 CL:0003014 CL:0002512 CL:0002595 CL:0002078 CL:0002420 CL:0000503 + CL:0000908 CL:0002664 CL:4023057 CL:0002532 CL:0008001 CL:0000206 CL:2000065 CL:0000957 CL:0000986 CL:0000792 + CL:0002194 CL:0002496 CL:0000600 CL:0000355 CL:1000893 CL:0002044 CL:0002246 CL:0009098 CL:1000720 CL:0000975 + CL:0000367 CL:0009045 CL:0002443 CL:0000446 CL:0000561 CL:0002143 CL:0000566 CL:0019021 CL:1001145 CL:0008012 + CL:0000142 CL:2000017 CL:0004115 CL:0000424 CL:0000568 CL:0002642 CL:0002349 CL:0002522 CL:0002501 CL:0000817 + CL:0000429 CL:1001431 CL:0002567 CL:0000853 CL:0002217 CL:4023062 CL:1000281 CL:0002368 CL:0000749 CL:0002225 + CL:4030062 CL:0000334 CL:2000006 CL:1000335 CL:1000285 CL:0000043 CL:4042005 CL:0003034 CL:1000849 CL:0007008 + CL:0000457 CL:1000317 CL:0000325 CL:0011031 CL:0010003 CL:0002417 CL:0002584 CL:1000487 CL:0000338 CL:0002183 + CL:0000637 CL:0002549 CL:0002257 CL:1000296 CL:4030058 CL:1000979 CL:0000939 CL:0000032 CL:0002150 CL:0009006 + CL:0000579 CL:0000217 CL:0000916 CL:0000406 CL:1000405 CL:1000355 CL:0000968 CL:0002383 CL:4029002 CL:4023088 + CL:4033053 CL:2000046 CL:4023072 CL:0002236 CL:0000519 CL:0002670 CL:1000480 CL:1000308 CL:0000308 CL:0000422 + CL:4006000 CL:0000182 CL:0002095 CL:0002398 CL:0000335 CL:1000482 CL:0019031 CL:0002030 CL:0002582 CL:0002440 + CL:1001509 CL:0002428 CL:0002453 CL:0000488 CL:1000090 CL:0004126 CL:0002159 CL:0000096 CL:0000872 CL:0002201 + CL:0000244 CL:4033002 CL:1000606 CL:4033059 CL:0003039 CL:0000871 CL:0000353 CL:0002074 CL:0002614 CL:0000716 + CL:0012001 CL:0002266 CL:0000126 CL:0002652 CL:0000547 CL:0000737 CL:4023042 CL:1001127 CL:0008013 CL:0002578 + CL:0009086 CL:0000177 CL:0002643 CL:0002022 CL:0002632 CL:0000055 CL:0002535 CL:2000091 CL:0000251 CL:0001016 + CL:1001587 CL:0002162 CL:0002576 CL:0000624 CL:0000523 CL:0002151 CL:4023090 CL:4023032 CL:1000353 CL:0000256 + CL:0010004 CL:0003031 CL:2000032 CL:0000428 CL:0005000 CL:0000836 CL:1001106 CL:0000467 CL:0000431 CL:0002390 + CL:4033035 CL:0000614 CL:0000080 CL:0002439 CL:4033003 CL:0000512 CL:0009029 CL:0000478 CL:0004001 CL:0000797 + CL:0005021 CL:1000338 CL:0000746 CL:0000958 CL:0002433 CL:0000890 CL:0000169 CL:4023063 CL:0001003 CL:4033046 + CL:0008019 CL:0002275 CL:0002548 CL:0000732 CL:4023164 CL:0004221 CL:4033028 CL:4030054 CL:0002322 CL:0000451 + CL:4023016 CL:0009073 CL:1000282 CL:1000315 CL:0000536 CL:0011024 CL:0002148 CL:0000530 CL:0000439 CL:0002409 + CL:1001210 CL:0002221 CL:0003020 CL:1000489 CL:0000376 CL:0009000 CL:0000757 CL:0002012 CL:0000794 CL:0000223 + CL:0000134 CL:1000307 CL:0000971 CL:0011009 CL:0000462 CL:0001065 CL:0000997 CL:0003028 CL:0000854 CL:0002333 + CL:0002616 CL:0007012 CL:1000083 CL:0002415 CL:2000062 CL:1001221 CL:4030053 CL:0001027 CL:4030055 CL:2000060 + CL:1000682 CL:1000291 CL:0009108 CL:1000301 CL:0009065 CL:0000681 CL:0002593 CL:4023112 CL:0002023 CL:0000458 + CL:0002029 CL:0000178 CL:1000804 CL:0000384 CL:1000497 CL:0000949 CL:0011019 CL:0000469 CL:4030060 CL:4030003 + CL:0002471 CL:2000042 CL:0000346 CL:1001571 CL:0002463 CL:0000415 CL:0002507 CL:0000210 CL:0002036 CL:1000361 + CL:0000101 CL:1001220 CL:0003033 CL:0002351 CL:0000725 CL:1001209 CL:0002002 CL:0000529 CL:0002678 CL:0000764 + CL:4023060 CL:0009021 CL:2000074 CL:0009104 CL:1000397 CL:0001017 CL:0004236 CL:4042012 CL:1001591 CL:0000676 + CL:2000067 CL:0001074 CL:0000843 CL:0002261 CL:0000942 CL:4030009 CL:0002362 CL:1000617 CL:0002380 CL:4040001 + CL:0000163 CL:0000634 CL:0003041 CL:0000905 CL:4023128 CL:0000951 CL:0000607 CL:0000145 CL:0000805 CL:4030001 + CL:0002252 CL:0009003 CL:0002197 CL:0007018 CL:0008021 CL:0000886 CL:0002241 CL:0000135 CL:0004218 CL:0000005 + CL:0009093 CL:0000686 CL:0000081 CL:4023079 CL:0000907 CL:1001578 CL:0000850 CL:0001054 CL:0008015 CL:4033049 + CL:0000788 CL:0002239 CL:0000513 CL:0000592 CL:4023129 CL:4023019 CL:0000404 CL:0002545 CL:0007023 CL:0000200 + CL:2000076 CL:0000910 CL:0002524 CL:0000715 CL:0000875 CL:0002332 CL:0009110 CL:0002485 CL:1001135 CL:0002467 + CL:0009076 CL:0004161 CL:0000380 CL:0000301 CL:4030012 CL:1000348 CL:0000441 CL:4023118 CL:4023053 CL:0002393 + CL:0010015 CL:0002454 CL:1001596 CL:1000357 CL:0002133 CL:0007005 CL:0000837 CL:0002304 CL:0002395 CL:0000784 + CL:0002215 CL:0002200 CL:0017010 CL:0000152 CL:1001213 CL:0000117 CL:4042010 CL:0000783 CL:0009014 CL:0003007 + CL:0000931 CL:0009040 CL:0000868 CL:0000390 CL:1000425 CL:2000058 CL:4023026 CL:0011021 CL:1000382 CL:4023002 + CL:2000012 CL:0000960 CL:2000059 CL:0002297 CL:0000575 CL:0000923 CL:0000482 CL:0002364 CL:0007009 CL:0000828 + CL:0002114 CL:0000924 CL:1000290 CL:0002314 CL:1000287 CL:2000075 CL:0002077 CL:4028002 CL:0000187 CL:4040000 + CL:1000379 CL:0002360 CL:0004117 CL:0004213 CL:1000699 CL:0004251 CL:0002505 CL:0001045 CL:0000756 CL:4030038 + CL:0002272 CL:2000073 CL:1001437 CL:0002418 CL:4023021 CL:0000554 CL:4030027 CL:0000524 CL:0000516 CL:0002353 + CL:0001046 CL:4033007 CL:0009039 CL:0002119 CL:0005009 CL:2000049 CL:0000799 CL:4033010 CL:0007007 CL:0000541 + CL:0000564 CL:0000497 CL:0003049 CL:0000556 CL:0000876 CL:0002399 CL:4023048 CL:0009046 CL:1000298 CL:0008039 + CL:0000387 CL:1001609 CL:1000601 CL:0000140 CL:0000505 CL:4032001 CL:0002434 CL:0000531 CL:1000278 CL:1001586 + CL:0001008 CL:0002166 CL:0000216 CL:0002391 CL:2000084 CL:0011012 CL:0009028 CL:0002196 CL:0002072 CL:0002534 + CL:0000820 CL:0000038 CL:0009094 CL:4042002 CL:0000452 CL:0000215 CL:0002376 CL:0002495 CL:0000773 CL:0000393 + CL:1000450 CL:1001287 CL:0009056 CL:0000934 CL:0000771 CL:0003046 CL:4023017 CL:0002591 CL:0002423 CL:0000697 + CL:0000856 CL:2000057 CL:1000436 CL:0000062 CL:2000063 CL:0000835 CL:4023086 CL:0002315 CL:0000658 CL:0000166 + CL:0000419 CL:0000978 CL:1000692 CL:0002624 CL:0009096 CL:1000369 CL:4030022 CL:0000115 CL:1000426 CL:0004121 + CL:1000371 CL:0009102 CL:0002635 CL:0002189 CL:0000042 CL:4033044 CL:0000520 CL:1000341 CL:0000950 CL:0000049 + CL:0000831 CL:4023119 CL:0000645 CL:0000755 CL:0002290 CL:0000866 CL:0000382 CL:4023043 CL:0002132 CL:0000947 + CL:0002034 CL:0008024 CL:0002552 CL:0000227 CL:2000071 CL:0000882 CL:0000551 CL:0000926 CL:0002124 CL:0010008 + CL:0000731 CL:0009090 CL:0009067 CL:0002059 CL:0002460 CL:0000286 CL:4023154 CL:0004253 CL:0019015 CL:1001096 + CL:0000192 CL:1000719 CL:1000343 CL:0000590 CL:0000533 CL:0001011 CL:0000718 CL:0000684 CL:4030068 CL:0002087 + CL:0000952 CL:1000300 CL:0000526 CL:0002537 CL:1000481 CL:0002000 CL:0004138 CL:0000700 CL:0000863 CL:0002477 + CL:0002182 CL:0000333 CL:0002345 CL:0002090 CL:0002615 CL:0001042 CL:0009010 CL:4030029 CL:1000708 CL:0000707 + CL:0009100 CL:0011001 CL:0011111 CL:1001320 CL:1000311 CL:0002484 CL:0000326 CL:0001055 CL:0000750 CL:4042013 + CL:1000443 CL:0000709 CL:0000083 CL:4030047 CL:0000007 CL:0008026 CL:0002486 CL:0009083 CL:0002213 CL:2000038 + CL:0003013 CL:1000445 CL:4033033 CL:0000825 CL:1000495 CL:2000068 CL:0004228 CL:1001607 CL:4028003 CL:0000247 + CL:0005006 CL:0002061 CL:0002580 CL:0002229 CL:1001064 CL:4030021 CL:0000846 CL:0002469 CL:1000466 CL:0005013 + CL:0000176 CL:0009050 CL:1000305 CL:0002003 CL:0002164 CL:0002135 CL:4023027 CL:0000179 CL:0002082 CL:0000094 + CL:0003038 CL:0002369 CL:1000716 CL:0000970 CL:0003002 CL:0000454 CL:0002561 CL:0000477 CL:0000674 CL:0003029 + CL:4023162 CL:1001599 CL:1001577 CL:0008009 CL:0003030 CL:0003022 CL:0002101 CL:0009032 CL:1001138 CL:0002461 + CL:0000635 CL:0002366 CL:0002441 CL:0002079 CL:0002655 CL:4033036 CL:0002255 CL:0002553 CL:0002476 CL:0002568 + CL:0017001 CL:0002071 CL:4030010 CL:0000869 CL:0000903 CL:4023069 CL:0002226 CL:0000448 CL:0000630 CL:0002585 + CL:0000976 CL:0008006 CL:0002487 CL:1000547 CL:0001202 CL:4023071 CL:0011006 CL:0002134 CL:0002500 CL:0000666 + CL:0002663 CL:0000329 CL:0000494 CL:0002277 CL:0002010 CL:0002161 CL:0002231 CL:4030014 CL:1000334 CL:1001045 + CL:0002015 CL:1001588 CL:0002193 CL:0001658 CL:0002169 CL:0002405 CL:1000768 CL:4030052 CL:0001066 CL:4023011 + CL:1000415 CL:4033009 CL:0009085 CL:0004137 CL:1000615 CL:1000477 CL:0002158 CL:0000967 CL:0010012 CL:1000703 + CL:0004240 CL:0000726 CL:4023003 CL:0000915 CL:0000434 CL:0002444 CL:0002234 CL:4030063 CL:0000324 CL:1000492 + CL:0000627 CL:0002617 CL:0001001 CL:0011023 CL:2000005 CL:0000105 CL:2000066 CL:0000877 CL:0002343 CL:1000217 + CL:1000354 CL:0000345 CL:0000322 CL:2000045 CL:0000887 CL:0000465 CL:0002356 CL:1000330 CL:0002285 CL:0017004 + CL:0002043 CL:0001047 CL:1000468 CL:0000459 CL:0000765 CL:1000340 CL:4033034 CL:0002171 CL:0000318 CL:0002005 + CL:0002377 CL:0009047 CL:0002309 CL:0000412 CL:1000412 CL:0002049 CL:0000034 CL:0002325 CL:2000004 CL:0002330 + CL:0002400 CL:4023001 CL:2000022 CL:4030061 CL:0000879 CL:4023052 CL:0000800 CL:0002566 CL:0002216 CL:0000808 + CL:4042003 CL:0000673 CL:2000034 CL:0000143 CL:0000625 CL:1000693 CL:0000567 CL:1001597 CL:1000223 CL:0000445 + CL:4023089 CL:1000696 CL:1000314 CL:0004237 CL:1000479 CL:0007004 CL:4030042 CL:0000354 CL:0000793 CL:1000362 + CL:0002339 CL:0002247 CL:0002211 CL:0000655 CL:4023015 CL:0000814 CL:0002298 CL:0000011 CL:0000669 CL:0000125 + CL:1000453 CL:0002028 CL:0000222 CL:0002397 CL:1000618 CL:0002634 CL:4033040 CL:0011003 CL:0002459 CL:0002237 + CL:0002521 CL:0002244 CL:0000498 CL:0002547 CL:0002579 CL:0000213 CL:0017002 CL:0002421 CL:4033057 CL:1001016 + CL:0002109 CL:1000274 CL:0000591 CL:0000699 CL:0002644 CL:0000319 CL:0002137 CL:0000413 CL:0000100 CL:0000490 + CL:0002628 CL:0000933 CL:0000679 CL:0002572 CL:0010022 CL:0004239 CL:0005001 CL:0000691 CL:2000015 CL:0002586 + CL:0000453 CL:0002222 CL:0000770 CL:0000823 CL:0005018 CL:1000378 CL:0002536 CL:0000758 CL:2000036 CL:0002610 + CL:4023031 CL:0002145 CL:0000965 CL:1000494 CL:0011115 CL:0002527 CL:0009113 CL:0009012 CL:0000628 CL:0000712 + CL:0000099 CL:4023024 CL:4023095 CL:0000639 CL:0000385 CL:0000359 CL:0002619 CL:0009107 CL:0002175 CL:4023045 + CL:4033023 CL:4033015 CL:0000528 CL:0000402 CL:0002104 CL:0002032 CL:0002605 CL:0011114 CL:0001000 CL:0002021 + CL:0007022 CL:2000030 CL:0002081 CL:0000138 CL:0000943 CL:0004234 CL:0000119 CL:1000339 CL:0000959 CL:0010005 + CL:0002020 CL:4023058 CL:0010002 CL:0009064 CL:4033004 CL:0000449 CL:0000689 CL:0002334 CL:1000596 CL:0000343 + CL:4023077 CL:0002316 CL:1000351 CL:0000517 CL:0000047 CL:0009001 CL:0002674 CL:0019002 CL:0002001 CL:0002163 + CL:0009053 CL:0000411 CL:0005020 CL:0000785 CL:0008016 CL:0002438 CL:0002328 CL:0000253 CL:0004220 CL:0000075 + CL:0002555 CL:0000379 CL:0000108 CL:0004226 CL:4033060 CL:0002019 CL:0000232 CL:0000704 CL:0011008 CL:1000303 + CL:0000018 CL:0009088 CL:0008034 CL:1001611 CL:0009020 CL:2000061 CL:0000207 CL:0002117 CL:0000371 CL:0002174 + CL:0001015 CL:0000848 CL:1001502 CL:4042007 CL:0010007 CL:0008018 CL:0002097 CL:1000410 CL:0008033 CL:0000209 + CL:0003018 CL:0000027 CL:0002170 CL:0002262 CL:0000796 CL:0007017 CL:0002668 CL:1000470 CL:0000682 CL:0005026 + CL:0011011 CL:0005015 CL:0000954 CL:0000972 CL:0000789 CL:0009019 CL:0017011 CL:0000904 CL:0004139 CL:0009016 + CL:4023087 CL:0000840 CL:0008049 CL:0002473 CL:0010009 CL:0002206 CL:0000287 CL:0009063 CL:0002370 CL:0000851 + CL:0000701 CL:1001595 CL:4030026 CL:0000456 CL:0002449 CL:0000742 CL:1000385 CL:0002327 CL:0002013 CL:0002361 + CL:1000082 CL:1001581 CL:1000302 CL:0003032 CL:0002502 CL:4023022 CL:0019028 CL:0000803 CL:0002335 CL:0004223 + CL:0000484 CL:1001579 CL:0002653 CL:0002340 CL:0002258 CL:0002414 CL:4030059 CL:1000706 CL:4030015 CL:0000310 + CL:0002679 CL:0002080 CL:0003005 CL:0000974 CL:0000133 CL:0002468 CL:0002177 CL:4030050 CL:0000300 CL:2000092 + CL:4033061 CL:0000656 CL:0000150 CL:0000549 CL:0000902 CL:0000944 CL:0002544 CL:0000833 CL:4023122 CL:0000158 + CL:0003043 CL:0002613 CL:0008003 CL:4023061 CL:0002227 CL:1000449 CL:0009002 CL:1000427 CL:0008020 CL:0000546 + CL:0000914 CL:0001002 CL:0000159 CL:0002385 CL:0000928 CL:0001062 CL:1001108 CL:0002092 CL:2000018 CL:0009089 + CL:1001592 CL:0002590 CL:0000113 CL:0000203 CL:0002563 CL:0002403 CL:0002611 CL:4030008 CL:0009091 CL:0000806 + CL:4023076 CL:0000392 CL:4023187 CL:0000874 CL:1000435 CL:1000717 CL:0000239 CL:0000511 CL:4030039 CL:0000550 + CL:0000525 CL:0019003 CL:0000438 CL:0000052 CL:0000981 CL:4023066 CL:0011101 CL:4033031 CL:0000151 CL:1000374 + CL:0000542 CL:4030011 CL:0000540 CL:0000580 CL:0001009 CL:0000588 CL:0011014 CL:4033042 CL:0000816 CL:0000558 + CL:0000778 CL:0000500 CL:0009030 CL:0008017 CL:4023159 CL:0002504 CL:0000690 CL:0002317 CL:2000079 CL:4023120 + CL:0002629 CL:0017009 CL:0000573 CL:1000313 CL:0002253 CL:0019029 CL:0000648 CL:0000870 CL:1000236 CL:0001069 + CL:0002084 CL:1000367 CL:4029001 CL:4033000 CL:0002658 CL:0000565 CL:0001033 CL:0000479 CL:0002508 CL:0000141 + CL:0002592 CL:1001131 CL:0000849 CL:0009109 CL:4030023 CL:0004247 CL:0000091 CL:0000122 CL:0000741 CL:1001005 + CL:0001023 CL:0000065 CL:2000089 CL:1000505 CL:0002178 CL:0003008 CL:0002209 CL:4023006 CL:0000754 CL:0000841 + CL:0000175 CL:0004120 CL:0002424 CL:0000865 CL:1000600 CL:1000321 CL:0002063 CL:4023097 CL:0002198 CL:4030007 + CL:4023161 CL:0000218 CL:0000021 CL:0000064 CL:1000352 CL:1000417 CL:0000167 CL:2000069 CL:0002040 CL:4030018 + CL:0004231 CL:0000054 CL:0000532 CL:1000500 CL:0000830 CL:4023171 CL:0000114 CL:0000622 CL:0002429 CL:0001067 + CL:0002047 CL:0007013 CL:0002638 CL:0000646 CL:1000484 CL:1000892 CL:0002172 CL:0000228 CL:0000174 CL:0002212 + CL:1000380 CL:1000438 CL:4023094 CL:0002066 CL:0009084 CL:2000023 CL:0004229 CL:0002676 CL:0002091 CL:0001064 + CL:0000615 CL:0005007 CL:0001012 CL:1000346 CL:0000061 CL:0000687 CL:0000148 CL:1000370 CL:0002372 CL:0000430 + CL:0009026 CL:1001569 CL:0002386 CL:0002299 CL:0000383 CL:0002127 CL:0003044 CL:1000444 CL:0002195 CL:0003050 + CL:0000873 CL:0002589 CL:0009037 CL:0005022 CL:0002099 CL:0002431 CL:0000242 CL:0000829 CL:0003047 CL:1000546 + CL:0000464 CL:0002413 CL:0002515 CL:0002492 CL:0002073 CL:1000377 CL:1000155 CL:0003036 CL:1000742 CL:0001025 + CL:0004183 CL:1000288 CL:0002510 CL:0002494 CL:2000070 CL:0002131 CL:0001073 CL:4023050 CL:0002426 CL:0002167 + CL:1000001 CL:0000604 CL:0009057 CL:0000702 CL:0003037 CL:4023107 CL:0002057 CL:4033032 CL:4033005 CL:0000917 + CL:0011013 CL:0000821 CL:0000973 CL:0000671 CL:1000359 CL:1000320 CL:0000657 CL:0000705 CL:0002601 CL:0000598 + CL:0000327 CL:1000471 CL:1000310 CL:4032000 CL:0000016 CL:0002645 CL:0015000 CL:1001099 CL:2000029 CL:0000733 + CL:4033021 CL:0002462 CL:0000596 CL:0009070 CL:2000054 CL:4030034 CL:0002033 CL:0004119 CL:0000360 CL:0000515 + CL:2000056 CL:0007020 CL:0002018 CL:2000081 CL:4023068 CL:1001216 CL:0000000 CL:1000364 CL:0000238 CL:0003040 + CL:0009023 CL:0000593 CL:0002447 CL:1000411 CL:0000420 CL:1000375 CL:0000834 CL:0000994 CL:0002268 CL:0000880 + CL:0002168 CL:0002100 CL:0000351 CL:0002271 CL:0000896 CL:0000095 CL:0002208 CL:0004246 CL:0002491 CL:0000508 + CL:0002660 CL:4023113 CL:0001010 CL:4023014 CL:0002214 CL:0000378 CL:1000491 CL:0001007 CL:0000612 CL:0002136 + CL:0008047 CL:0002056 CL:0002442 CL:0002058 CL:0010020 CL:0002238 CL:0000440 CL:1000469 CL:1000222 CL:0000164 + CL:4023051 CL:1000331 CL:0000092 CL:0002565 CL:0000895 CL:0001075 CL:0001200 CL:0002188 CL:0003026 CL:0002499 + CL:0000786 CL:0000983 CL:0000760 CL:0000447 CL:0002263 CL:0002288 CL:2000053 CL:0002671 CL:0000912 CL:0002187 + CL:0000692 CL:0000193 CL:0002301 CL:0001014 CL:0002346 CL:0000495 CL:0011016 CL:0005004 CL:4030024 CL:0000769 + CL:2000028 CL:0002389 CL:0002260 CL:0000171 CL:0000323 CL:0008007 CL:0002432 CL:0000979 CL:0001024 CL:0000899 + CL:0000076 CL:0001078 CL:0001060 CL:0007002 CL:0008000 CL:0002621 CL:1001601 CL:0002637 CL:2000039 CL:1000306 + CL:0001203 CL:1000467 CL:0000888 CL:0000050 CL:0002191 CL:0010010 CL:0000436 CL:0011109 CL:0001068 CL:0002286 + CL:0000132 CL:2000087 CL:2000097 CL:0003003 CL:0000492 CL:1000452 CL:0000510 CL:0002232 CL:4023115 CL:0002041 + CL:0000661 CL:2000064 CL:0002573 CL:0000779 CL:1000277 CL:0000487 CL:0000559 CL:0000920 CL:0000562 CL:0003012 + CL:0008008 CL:0002480 CL:4030040 CL:4023023 CL:0011104 CL:0000918 CL:0000938 CL:4023130 CL:4030051 CL:0002111 + CL:1000349 CL:4033050 CL:0000927 CL:0011026 CL:0002529 CL:0000623 CL:0000791 CL:1000073 CL:0000317 CL:0000953 + CL:1000548 CL:1000483 CL:0001070 CL:0003051 CL:0011005 CL:0002055 CL:1000715 CL:0002324 CL:0002378 CL:1000384 + CL:3000003 CL:4042004 CL:0003023 CL:0002396 CL:1000697 CL:0000306 CL:0002264 CL:4023040 ] ? ; @linkml:String ? ; @linkml:String * ; @linkml:String ? ; diff --git a/project/sqlschema/BICAN_schema.sql b/project/sqlschema/BICAN_schema.sql index c52b165..16b0f7c 100644 --- a/project/sqlschema/BICAN_schema.sql +++ b/project/sqlschema/BICAN_schema.sql @@ -206,7 +206,7 @@ CREATE TABLE "Bican_Annotation" ( labelset TEXT NOT NULL, cell_label TEXT NOT NULL, cell_fullname TEXT, - cell_ontology_term_id VARCHAR, + cell_ontology_term_id VARCHAR(10), cell_ontology_term TEXT, rationale TEXT, author_annotation_fields TEXT, @@ -230,7 +230,7 @@ CREATE TABLE "Annotation" ( labelset TEXT NOT NULL, cell_label TEXT NOT NULL, cell_fullname TEXT, - cell_ontology_term_id VARCHAR, + cell_ontology_term_id VARCHAR(10), cell_ontology_term TEXT, rationale TEXT, author_annotation_fields TEXT, diff --git a/project/sqlschema/CAP_schema.sql b/project/sqlschema/CAP_schema.sql index 8390cff..c565557 100644 --- a/project/sqlschema/CAP_schema.sql +++ b/project/sqlschema/CAP_schema.sql @@ -173,7 +173,7 @@ CREATE TABLE "Cap_Annotation" ( labelset TEXT NOT NULL, cell_label TEXT NOT NULL, cell_fullname TEXT, - cell_ontology_term_id VARCHAR, + cell_ontology_term_id VARCHAR(10), cell_ontology_term TEXT, rationale TEXT, author_annotation_fields TEXT, @@ -199,7 +199,7 @@ CREATE TABLE "Annotation" ( labelset TEXT NOT NULL, cell_label TEXT NOT NULL, cell_fullname TEXT, - cell_ontology_term_id VARCHAR, + cell_ontology_term_id VARCHAR(10), cell_ontology_term TEXT, rationale TEXT, author_annotation_fields TEXT, diff --git a/project/sqlschema/general_schema.sql b/project/sqlschema/general_schema.sql index 35a18b0..8bd1161 100644 --- a/project/sqlschema/general_schema.sql +++ b/project/sqlschema/general_schema.sql @@ -103,7 +103,7 @@ CREATE TABLE "Annotation" ( labelset TEXT NOT NULL, cell_label TEXT NOT NULL, cell_fullname TEXT, - cell_ontology_term_id VARCHAR, + cell_ontology_term_id VARCHAR(10), cell_ontology_term TEXT, rationale TEXT, author_annotation_fields TEXT, diff --git a/src/cell_annotation_schema/datamodel/bican/cell_annotation_schema.py b/src/cell_annotation_schema/datamodel/bican/cell_annotation_schema.py index a9bd711..868822d 100644 --- a/src/cell_annotation_schema/datamodel/bican/cell_annotation_schema.py +++ b/src/cell_annotation_schema/datamodel/bican/cell_annotation_schema.py @@ -1,5 +1,5 @@ # Auto generated from None by pythongen.py version: 0.0.1 -# Generation date: 2024-08-01T16:37:23 +# Generation date: 2024-09-16T15:21:05 # Schema: General_Cell_Annotation_Open_Standard # # id: https://cellular-semantics.sanger.ac.uk/ontology/CAS @@ -430,6 +430,9 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self.cell_fullname is not None and not isinstance(self.cell_fullname, str): self.cell_fullname = str(self.cell_fullname) + if self.cell_ontology_term_id is not None and not isinstance(self.cell_ontology_term_id, CellTypeEnum): + self.cell_ontology_term_id = CellTypeEnum(self.cell_ontology_term_id) + if self.cell_ontology_term is not None and not isinstance(self.cell_ontology_term, str): self.cell_ontology_term = str(self.cell_ontology_term) @@ -534,7 +537,9 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self._is_empty(self.labelsets): self.MissingRequiredField("labelsets") - self._normalize_inlined_as_dict(slot_name="labelsets", slot_type=Labelset, key_name="name", keyed=False) + if not isinstance(self.labelsets, list): + self.labelsets = [self.labelsets] if self.labelsets is not None else [] + self.labelsets = [v if isinstance(v, Labelset) else Labelset(**as_dict(v)) for v in self.labelsets] if self.matrix_file_id is not None and not isinstance(self.matrix_file_id, str): self.matrix_file_id = str(self.matrix_file_id) @@ -583,11 +588,15 @@ class BicanTaxonomy(Taxonomy): def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self._is_empty(self.annotations): self.MissingRequiredField("annotations") - self._normalize_inlined_as_dict(slot_name="annotations", slot_type=BicanAnnotation, key_name="labelset", keyed=False) + if not isinstance(self.annotations, list): + self.annotations = [self.annotations] if self.annotations is not None else [] + self.annotations = [v if isinstance(v, BicanAnnotation) else BicanAnnotation(**as_dict(v)) for v in self.annotations] if self._is_empty(self.labelsets): self.MissingRequiredField("labelsets") - self._normalize_inlined_as_dict(slot_name="labelsets", slot_type=BicanLabelset, key_name="name", keyed=False) + if not isinstance(self.labelsets, list): + self.labelsets = [self.labelsets] if self.labelsets is not None else [] + self.labelsets = [v if isinstance(v, BicanLabelset) else BicanLabelset(**as_dict(v)) for v in self.labelsets] super().__post_init__(**kwargs) @@ -618,6 +627,13620 @@ class CellTypeEnum(EnumDefinitionImpl): name="CellTypeEnum", ) + @classmethod + def _addvals(cls): + setattr(cls, "CL:0019019", + PermissibleValue( + text="CL:0019019", + description="A smooth muscle cell that is part of the tracheobronchial tree.", + meaning=CL["0019019"])) + setattr(cls, "CL:0011105", + PermissibleValue( + text="CL:0011105", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer, using dopamine.""", + meaning=CL["0011105"])) + setattr(cls, "CL:0000057", + PermissibleValue( + text="CL:0000057", + description="""A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped.""", + meaning=CL["0000057"])) + setattr(cls, "CL:0002656", + PermissibleValue( + text="CL:0002656", + description="A glandular epithelial cell of the endometrium.", + meaning=CL["0002656"])) + setattr(cls, "CL:0002224", + PermissibleValue( + text="CL:0002224", + description="""A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth.""", + meaning=CL["0002224"])) + setattr(cls, "CL:4030031", + PermissibleValue( + text="CL:4030031", + description="""Any cell that is located within the interstitium between the cells most prominent in defining a given tissue. \"Interstitial cell\" is a morphological term and refers to a variety of cells with differing origins and phenotypes.""", + meaning=CL["4030031"])) + setattr(cls, "CL:0002625", + PermissibleValue( + text="CL:0002625", + description="A cell of the seminiferous tubule epithelium.", + meaning=CL["0002625"])) + setattr(cls, "CL:1000490", + PermissibleValue( + text="CL:1000490", + description="A mesothelial cell that is part of the peritoneum.", + meaning=CL["1000490"])) + setattr(cls, "CL:0000801", + PermissibleValue( + text="CL:0000801", + description="""A mature gamma-delta T cell that is found in the columnar epithelium of the gastrointestinal tract. These cells participate in mucosal immune responses.""", + meaning=CL["0000801"])) + setattr(cls, "CL:0002116", + PermissibleValue( + text="CL:0002116", + description="""A B220-low CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-low, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002116"])) + setattr(cls, "CL:0000578", + PermissibleValue( + text="CL:0000578", + description="""A cell in vitro that has undergone physical changes as a consequence of a deliberate and specific experimental procedure.""", + meaning=CL["0000578"])) + setattr(cls, "CL:0000618", + PermissibleValue( + text="CL:0000618", + meaning=CL["0000618"])) + setattr(cls, "CL:0000435", + PermissibleValue( + text="CL:0000435", + meaning=CL["0000435"])) + setattr(cls, "CL:0000654", + PermissibleValue( + text="CL:0000654", + description="A primary oocyte is an oocyte that has not completed female meosis I.", + meaning=CL["0000654"])) + setattr(cls, "CL:0002130", + PermissibleValue( + text="CL:0002130", + description="A cardiac myocyte of the interatrial region of the heart.", + meaning=CL["0002130"])) + setattr(cls, "CL:0017003", + PermissibleValue( + text="CL:0017003", + description="An epithelial cell that is part of the prostatic urethra.", + meaning=CL["0017003"])) + setattr(cls, "CL:0002038", + PermissibleValue( + text="CL:0002038", + description="""A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high and PD1-high, and stimulates follicular B cells to undergo class-switching and antibody production.""", + meaning=CL["0002038"])) + setattr(cls, "CL:0002311", + PermissibleValue( + text="CL:0002311", + description="An acidophilic cell of the anterior pituitary that produces prolactin.", + meaning=CL["0002311"])) + setattr(cls, "CL:0000722", + PermissibleValue( + text="CL:0000722", + meaning=CL["0000722"])) + setattr(cls, "CL:0000059", + PermissibleValue( + text="CL:0000059", + description="""Skeletogenic cell that produces enamel, overlies the odontogenic papilla, and arises from the differentiation of a preameloblast cell.""", + meaning=CL["0000059"])) + setattr(cls, "CL:0000160", + PermissibleValue( + text="CL:0000160", + description="A cell of the epithelial lining that produce and secrete mucins.", + meaning=CL["0000160"])) + setattr(cls, "CL:0002680", + PermissibleValue( + text="CL:0002680", + description="A PP cell found in intestine.", + meaning=CL["0002680"])) + setattr(cls, "CL:0002382", + PermissibleValue( + text="CL:0002382", + description="A conidium that has more than one nucleus.", + meaning=CL["0002382"])) + setattr(cls, "CL:0002027", + PermissibleValue( + text="CL:0002027", + description="A megakaryocyte cell with is CD9-positive and CD41-positive.", + meaning=CL["0002027"])) + setattr(cls, "CL:4033024", + PermissibleValue( + text="CL:4033024", + description="A basal cell that is part of a duct of an airway submucosal gland.", + meaning=CL["4033024"])) + setattr(cls, "CL:0010017", + PermissibleValue( + text="CL:0010017", + description="A zygote in a plant or an animal.", + meaning=CL["0010017"])) + setattr(cls, "CL:0000815", + PermissibleValue( + text="CL:0000815", + description="""A T cell which regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000815"])) + setattr(cls, "CL:0002319", + PermissibleValue( + text="CL:0002319", + description="A cell that is part of the nervous system.", + meaning=CL["0002319"])) + setattr(cls, "CL:0011113", + PermissibleValue( + text="CL:0011113", + description="Neuron found in the spiral ganglion.", + meaning=CL["0011113"])) + setattr(cls, "CL:0000662", + PermissibleValue( + text="CL:0000662", + meaning=CL["0000662"])) + setattr(cls, "CL:0002292", + PermissibleValue( + text="CL:0002292", + description="""A round or oval neuroepithelial cell that contacts other type I cells or capillaries. They occur in clusters that are surrounded by sheath cells (type-II cells) in the carotid body. This cell type is capable of secreting a number of neurotransmitters.""", + meaning=CL["0002292"])) + setattr(cls, "CL:0000067", + PermissibleValue( + text="CL:0000067", + description="An epithelial cell that has a cilia.", + meaning=CL["0000067"])) + setattr(cls, "CL:0002181", + PermissibleValue( + text="CL:0002181", + description="""A neck cell that secretes mucus within the stomach. Its products are distinct histochemically from those of the surface mucous cells of stomach.""", + meaning=CL["0002181"])) + setattr(cls, "CL:0004214", + PermissibleValue( + text="CL:0004214", + description="A type of type 3 cone bipolar cell with distinctive crescent-shaped dendrites.", + meaning=CL["0004214"])) + setattr(cls, "CL:0000594", + PermissibleValue( + text="CL:0000594", + description="""An elongated, spindle-shaped, cell that is located between the basal lamina and the plasmalemma of a muscle fiber. These cells are mostly quiescent, but upon activation they divide to produce cells that generate new muscle fibers.""", + meaning=CL["0000594"])) + setattr(cls, "CL:0002520", + PermissibleValue( + text="CL:0002520", + description="""An insect excretory cell that regulates hemolymph composition by filtration and filtrate endocytosis.""", + meaning=CL["0002520"])) + setattr(cls, "CL:0002627", + PermissibleValue( + text="CL:0002627", + description="A mature astrocyte that is capable of producing cytokines.", + meaning=CL["0002627"])) + setattr(cls, "CL:0004225", + PermissibleValue( + text="CL:0004225", + description="""A broadly stratifying amacrine cell with a small dendritic field, straight dendrites and post-synaptic terminals in S1, S2, and S3.""", + meaning=CL["0004225"])) + setattr(cls, "CL:0002422", + PermissibleValue( + text="CL:0002422", + description="""A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes.""", + meaning=CL["0002422"])) + setattr(cls, "CL:0000570", + PermissibleValue( + text="CL:0000570", + description="""A neuroepithelial cells that occurs singly or in small groups, close to the outer follicular borders but within the follicular basement membrane of the thyroid. Expresses a form of the neural cell adhesion molecule (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine.""", + meaning=CL["0000570"])) + setattr(cls, "CL:0000599", + PermissibleValue( + text="CL:0000599", + description="""An asexual, nonmotile spore formed by higher fungi; conidia are usually made from the side or tip of specialized sporogenous cells and do not form by progressive cleavage of the cytoplasm.""", + meaning=CL["0000599"])) + setattr(cls, "CL:0002570", + PermissibleValue( + text="CL:0002570", + description="A mesenchymal stem cell of adipose tissue.", + meaning=CL["0002570"])) + setattr(cls, "CL:0000499", + PermissibleValue( + text="CL:0000499", + description="""A connective tissue cell of an organ found in the loose connective tissue. These are most often associated with the uterine mucosa and the ovary as well as the hematopoietic system and elsewhere.""", + meaning=CL["0000499"])) + setattr(cls, "CL:0000077", + PermissibleValue( + text="CL:0000077", + description="A flattened epithelial cell of mesenchymal origin that lines the serous cavity.", + meaning=CL["0000077"])) + setattr(cls, "CL:1000337", + PermissibleValue( + text="CL:1000337", + description="An enterocyte that is part of the epithelium of duodenal gland.", + meaning=CL["1000337"])) + setattr(cls, "CL:0002283", + PermissibleValue( + text="CL:0002283", + description="An epithelial cell of the mucosa associated with facial skeleton.", + meaning=CL["0002283"])) + setattr(cls, "CL:0002457", + PermissibleValue( + text="CL:0002457", + description="""A Langerhans cell that is in the epidermis and is CD45-positive, MHCII-positive, and CD11b-positive.""", + meaning=CL["0002457"])) + setattr(cls, "CL:0002556", + PermissibleValue( + text="CL:0002556", + description="A fibroblast of the periodontium.", + meaning=CL["0002556"])) + setattr(cls, "CL:0002155", + PermissibleValue( + text="CL:0002155", + description="""A crenated erythrocyte with 30+ crenations, bumps or spurs that are the result of damage due to age or disease.""", + meaning=CL["0002155"])) + setattr(cls, "CL:0002406", + PermissibleValue( + text="CL:0002406", + description="""A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.""", + meaning=CL["0002406"])) + setattr(cls, "CL:0001072", + PermissibleValue( + text="CL:0001072", + description="""An innate lymphoid cell in the human with the phenotype CD34-negative, CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells.""", + meaning=CL["0001072"])) + setattr(cls, "CL:0009035", + PermissibleValue( + text="CL:0009035", + description="A stromal cell found in the lamina propria of the vermiform appendix.", + meaning=CL["0009035"])) + setattr(cls, "CL:0000473", + PermissibleValue( + text="CL:0000473", + description="A cell whose primary function is to protect the organism.", + meaning=CL["0000473"])) + setattr(cls, "CL:0000109", + PermissibleValue( + text="CL:0000109", + meaning=CL["0000109"])) + setattr(cls, "CL:0000518", + PermissibleValue( + text="CL:0000518", + description="A phagocyte in vertebrates that is able to phagocytosis.", + meaning=CL["0000518"])) + setattr(cls, "CL:4023010", + PermissibleValue( + text="CL:4023010", + description="""A GABAergic cortical interneuron that is strongly labelled for α7 nAChRs. These cells have soma found in L1 and have multipolar dendrites with vertically descending axonal collaterals that project deep into the column, usually branching and terminating in L5A.""", + meaning=CL["4023010"])) + setattr(cls, "CL:1001428", + PermissibleValue( + text="CL:1001428", + description="A urothelial cell that is part of the urothelium of the urinary bladder.", + meaning=CL["1001428"])) + setattr(cls, "CL:4033014", + PermissibleValue( + text="CL:4033014", + description="""A small, narrow, peg-shaped epithelial cell with little cytoplasm that is part of oviduct epithelium. This cell is rarer than the ciliated and secretory epithelial cells of the fallopian tube epithelium and is often found intercalated between them. Peg cells are generally distributed basally along the epithelium and have been found in high concentrations at the fimbriated, distal end of the fallopian tube in humans. It may have a regenerative/stem-cell function. In humans, markers include EPCAM, CD44, and ITGA6.""", + meaning=CL["4033014"])) + setattr(cls, "CL:0000212", + PermissibleValue( + text="CL:0000212", + description="A cell that takes up and metabolizes substances.", + meaning=CL["0000212"])) + setattr(cls, "CL:0000611", + PermissibleValue( + text="CL:0000611", + description="""Any granulocytopoietic cell that has part some transcription factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has part some erythroid transcription factor and lacks plasma membrane part some CD19 molecule and lacks plasma membrane part some CD4 molecule and lacks plasma membrane part some integrin alpha-M and lacks plasma membrane part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks plasma membrane part some membrane-spanning 4-domains subfamily A member 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and lacks plasma membrane part some CD14 molecule and lacks plasma membrane part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha chain and has plasma membrane part some interleukin-5 receptor subunit alpha and has plasma membrane part some mast/stem cell growth factor receptor and is capable of some eosinophil differentiation.""", + meaning=CL["0000611"])) + setattr(cls, "CL:1000597", + PermissibleValue( + text="CL:1000597", + description="A cell that is part of a tip of a renal papilla.", + meaning=CL["1000597"])) + setattr(cls, "CL:0000198", + PermissibleValue( + text="CL:0000198", + description="""The peripheral receptor for pain. Includes receptors which are sensitive to painful mechanical stimuli, extreme heat or cold, and chemical stimuli. All mammalian nociceptors are free nerve endings.""", + meaning=CL["0000198"])) + setattr(cls, "CL:0002622", + PermissibleValue( + text="CL:0002622", + description="A stromal cell of the prostate.", + meaning=CL["0002622"])) + setattr(cls, "CL:0000759", + PermissibleValue( + text="CL:0000759", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is narrowly stratified and are found just below a calretinin-expressing band in sublamina 4 of the inner plexiform layer.""", + meaning=CL["0000759"])) + setattr(cls, "CL:0002342", + PermissibleValue( + text="CL:0002342", + description="""A circulating endothelial cell of the phenotype CD146-positive, CD105-positive, CD45-negative. This cell type is indicative of recent vascular damage.""", + meaning=CL["0002342"])) + setattr(cls, "CL:0000357", + PermissibleValue( + text="CL:0000357", + meaning=CL["0000357"])) + setattr(cls, "CL:1000368", + PermissibleValue( + text="CL:1000368", + description="""A transitional myocyte that is part of the anterior division of left branch of atrioventricular bundle.""", + meaning=CL["1000368"])) + setattr(cls, "CL:0005025", + PermissibleValue( + text="CL:0005025", + description="""A motor neuron that synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles and glands of the pulmonary, cardiovascular, and gastrointestinal systems.""", + meaning=CL["0005025"])) + setattr(cls, "CL:1000279", + PermissibleValue( + text="CL:1000279", + description="A smooth muscle cell that is part of the large intestine.", + meaning=CL["1000279"])) + setattr(cls, "CL:0002140", + PermissibleValue( + text="CL:0002140", + description="A sebum secreting cell of the skin that secretes sebum into the hair follicles.", + meaning=CL["0002140"])) + setattr(cls, "CL:1000376", + PermissibleValue( + text="CL:1000376", + description="A Purkinje myocyte that is part of the interventricular septum.", + meaning=CL["1000376"])) + setattr(cls, "CL:2000085", + PermissibleValue( + text="CL:2000085", + description="Any mononuclear cell that is part of a umbilical cord.", + meaning=CL["2000085"])) + setattr(cls, "CL:0000775", + PermissibleValue( + text="CL:0000775", + description="""Any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes.""", + meaning=CL["0000775"])) + setattr(cls, "CL:0000748", + PermissibleValue( + text="CL:0000748", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner plexiform layer.""", + meaning=CL["0000748"])) + setattr(cls, "CL:0002026", + PermissibleValue( + text="CL:0002026", + description="""A megakaryocyte progenitor cell that is CD34-negative, CD41-positive and CD42-positive.""", + meaning=CL["0002026"])) + setattr(cls, "CL:0002451", + PermissibleValue( + text="CL:0002451", + description="""A multi-fate stem cell that is the source of cells for growth of the mammary gland during puberty and gestation. This cell type gives rise to both the luminal and myoepithelial cell types of the gland, and have been shown to have the ability to regenerate the entire organ in mice. This cell type also plays an important role in carcinogenesis of the breast. This cell type is Lin-, CD24-positive, CD29-hi.""", + meaning=CL["0002451"])) + setattr(cls, "CL:0002404", + PermissibleValue( + text="CL:0002404", + description="A thymocyte found in the fetal thymus.", + meaning=CL["0002404"])) + setattr(cls, "CL:0002243", + PermissibleValue( + text="CL:0002243", + description="""A circular smooth muscle cell of the iris, innervated by the ciliary nerves (parasympathetic), and acting to contract the pupil. This muscle cell derives from neuroectoderm. This smooth muscle cell results from transformation of epithelial cells to smooth muscle cells.""", + meaning=CL["0002243"])) + setattr(cls, "CL:0002546", + PermissibleValue( + text="CL:0002546", + description="An endothelial progenitor cell that participates in angiogenesis during development.", + meaning=CL["0002546"])) + setattr(cls, "CL:0002493", + PermissibleValue( + text="CL:0002493", + description="""A polarized cell that is juxtaposed to fibrocytes in the underlying spiral ligament. This cell type secretes potassium ions derived from fibrocytes through gap junctions.""", + meaning=CL["0002493"])) + setattr(cls, "CL:1001124", + PermissibleValue( + text="CL:1001124", + description="""Any peritubular capillary endothelial cell that is part of some renal cortex peritubular capillary.""", + meaning=CL["1001124"])) + setattr(cls, "CL:0000112", + PermissibleValue( + text="CL:0000112", + meaning=CL["0000112"])) + setattr(cls, "CL:4023123", + PermissibleValue( + text="CL:4023123", + description="""A kisspeptin neuron that is located in the hypothalamus. These neurons project to and activate gonadotrophin-releasing hormone neurons (acting via the kisspeptin receptor) in the hypothalamus and stimulate the secretion of gonadotrophin-releasing hormone.""", + meaning=CL["4023123"])) + setattr(cls, "CL:0000352", + PermissibleValue( + text="CL:0000352", + description="""A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation.""", + meaning=CL["0000352"])) + setattr(cls, "CL:1001109", + PermissibleValue( + text="CL:1001109", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal cortex.""", + meaning=CL["1001109"])) + setattr(cls, "CL:2000095", + PermissibleValue( + text="CL:2000095", + description="Any hematopoietic stem cell that is part of a umbilical cord blood.", + meaning=CL["2000095"])) + setattr(cls, "CL:4033056", + PermissibleValue( + text="CL:4033056", + description="""A differentiated flat keratinocyte that is part of a nail plate. An onychocyte is firmly adherent and does not desquamate.""", + meaning=CL["4033056"])) + setattr(cls, "CL:0002280", + PermissibleValue( + text="CL:0002280", + description="An enteroendocrine cell found in the ileum and jejunum that produces neurotensin.", + meaning=CL["0002280"])) + setattr(cls, "CL:1000465", + PermissibleValue( + text="CL:1000465", + description="A chromaffin cell that is part of the ovary.", + meaning=CL["1000465"])) + setattr(cls, "CL:0000889", + PermissibleValue( + text="CL:0000889", + description="""An immature myeloid leukocyte of heterogeneous phenotype found particularly in cancer and sepsis patients that is capable of suppressing activity of T cells in ex vivo assays. This cell type is CD45-positive, CD11b-positive.""", + meaning=CL["0000889"])) + setattr(cls, "CL:0002008", + PermissibleValue( + text="CL:0002008", + description="""A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell.""", + meaning=CL["0002008"])) + setattr(cls, "CL:4030033", + PermissibleValue( + text="CL:4030033", + description="""An endothelial cell that lines a surface of a cardiac valve leaflet. Along with valve interstitial cells, a valve endothelial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.""", + meaning=CL["4030033"])) + setattr(cls, "CL:0000632", + PermissibleValue( + text="CL:0000632", + description="""A cell that is found in the perisinusoidal space of the liver that is capable of multiple roles including storage of retinol, presentation of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, production of extracellular matrix components that can contribute to liver fibrosis. This activated state has a myofibroblast-like phenotype, though it's not clear in the literature if this is terminally differentiated. This cell type comprises approximately 8-15% of total cells in the liver.""", + meaning=CL["0000632"])) + setattr(cls, "CL:0000342", + PermissibleValue( + text="CL:0000342", + description="Any animal cell containing pigment granules.", + meaning=CL["0000342"])) + setattr(cls, "CL:0000832", + PermissibleValue( + text="CL:0000832", + description="A myeloblast committed to the eosinophil lineage.", + meaning=CL["0000832"])) + setattr(cls, "CL:4042008", + PermissibleValue( + text="CL:4042008", + description="""A cell type located in the first layer of the neocortex with radial protrusions extending transversely into the deeper cortex layers, herby facilitating communication across neurons, astrocytes, capillaries, meninges and cerebrospinal fluid through contact with neurons, pia mater and capillaries.""", + meaning=CL["4042008"])) + setattr(cls, "CL:1001451", + PermissibleValue( + text="CL:1001451", + description="""A sensory neuron of the dorsal root ganglia that senses body position and sends information about how much the muscle is stretched to the spinal cord.""", + meaning=CL["1001451"])) + setattr(cls, "CL:0002607", + PermissibleValue( + text="CL:0002607", + description="A neural crest cell that gives rise to cells of the enteric nervous system.", + meaning=CL["0002607"])) + setattr(cls, "CL:4033062", + PermissibleValue( + text="CL:4033062", + description="""A trophoblast cell that invades the uterine wall to anchor the placenta to the uterus. An interstitial extravillous trophoblast cell differentiates from an extravillous trophoblast cell, becoming hyperchromatic and changing its morphology to a fibroblast-like spindle-shaped cell. In humans, this cell can be distinguished by the expression of placental-specific protein 8, which stimulates migration.""", + meaning=CL["4033062"])) + setattr(cls, "CL:1000437", + PermissibleValue( + text="CL:1000437", + description="An epithelial cell that is part of the nasolacrimal duct.", + meaning=CL["1000437"])) + setattr(cls, "CL:0011106", + PermissibleValue( + text="CL:0011106", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer using GABA.""", + meaning=CL["0011106"])) + setattr(cls, "CL:1000312", + PermissibleValue( + text="CL:1000312", + description="A goblet cell that is part of the epithelium of bronchus.", + meaning=CL["1000312"])) + setattr(cls, "CL:1000327", + PermissibleValue( + text="CL:1000327", + description="A goblet cell that is part of the epithelium proper of appendix.", + meaning=CL["1000327"])) + setattr(cls, "CL:0008048", + PermissibleValue( + text="CL:0008048", + description="""A glutamatergic motor neuron with a soma in the brainstem or cerebral cortex. They do not synapse directly to muscles but rather to lower motor neurons, which do. They are the main controllers of voluntary movement.""", + meaning=CL["0008048"])) + setattr(cls, "CL:0000857", + PermissibleValue( + text="CL:0000857", + description="A skeletal muscle myoblast that differentiates into slow muscle fibers.", + meaning=CL["0000857"])) + setattr(cls, "CL:1000239", + PermissibleValue( + text="CL:1000239", + description="Any glial cell that is part of some anterior lateral line nerve.", + meaning=CL["1000239"])) + setattr(cls, "CL:0002329", + PermissibleValue( + text="CL:0002329", + description="""An epithelial cell type that lacks the columnar shape typical for other respiratory epithelial cells. This cell type is able to differentiate into other respiratory epithelial cells in response to injury.""", + meaning=CL["0002329"])) + setattr(cls, "CL:0004230", + PermissibleValue( + text="CL:0004230", + description="""A bistratified amacrine cell with a small dendritic field that has post-synaptic terminals in S1 and the border of S1-S2, and termination of a second arbor within the border of S2-S3 and S3.""", + meaning=CL["0004230"])) + setattr(cls, "CL:0002144", + PermissibleValue( + text="CL:0002144", + description="An endothelial cell found in capillaries.", + meaning=CL["0002144"])) + setattr(cls, "CL:1001021", + PermissibleValue( + text="CL:1001021", + description="""Any kidney loop of Henle epithelial cell that is part of some descending limb of loop of Henle.""", + meaning=CL["1001021"])) + setattr(cls, "CL:0008010", + PermissibleValue( + text="CL:0008010", + description="""A cranial motor neuron whose soma is located in the midbrain andor hindbrain and which innervates the skeletal muscles of the eye or tongue.""", + meaning=CL["0008010"])) + setattr(cls, "CL:0002118", + PermissibleValue( + text="CL:0002118", + description="""A CD38-negative IgG-negative memory B cell is a IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-negative and IgG-negative.""", + meaning=CL["0002118"])) + setattr(cls, "CL:4023064", + PermissibleValue( + text="CL:4023064", + description="An interneuron that is derived from the caudal ganglionic eminence.", + meaning=CL["4023064"])) + setattr(cls, "CL:0000878", + PermissibleValue( + text="CL:0000878", + description="A tissue-resident macrophage found in the central nervous system.", + meaning=CL["0000878"])) + setattr(cls, "CL:0009051", + PermissibleValue( + text="CL:0009051", + description="A T cell that is located in the anorectum.", + meaning=CL["0009051"])) + setattr(cls, "CL:0019001", + PermissibleValue( + text="CL:0019001", + description="Any serous secreting cell that is part of the tracheobronchial epithelium.", + meaning=CL["0019001"])) + setattr(cls, "CL:1001100", + PermissibleValue( + text="CL:1001100", + description="Any smooth muscle cell that is part of some renal efferent arteriole.", + meaning=CL["1001100"])) + setattr(cls, "CL:0002571", + PermissibleValue( + text="CL:0002571", + description="A mesenchymal stem cell of liver.", + meaning=CL["0002571"])) + setattr(cls, "CL:0008035", + PermissibleValue( + text="CL:0008035", + description="""Any vascular associated smooth muscle cell that is part of some microcirculatory vessel.""", + meaning=CL["0008035"])) + setattr(cls, "CL:0003045", + PermissibleValue( + text="CL:0003045", + description="""A bistratified ganglion cell with larger, asymetric dendritic fields that terminate in S2 and S4.""", + meaning=CL["0003045"])) + setattr(cls, "CL:0002666", + PermissibleValue( + text="CL:0002666", + description="""An otic fibrocyte that underlies the spiral prominence and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002666"])) + setattr(cls, "CL:4023044", + PermissibleValue( + text="CL:4023044", + description="""An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that does not project to the medulla. Non-MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.""", + meaning=CL["4023044"])) + setattr(cls, "CL:0002085", + PermissibleValue( + text="CL:0002085", + description="""Specialized elongated ventricular ependymal cell that has processes that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts seen in developing brain. Found in the adult brain in the third ventricle, cerebral aqueduct, spinal canal and floor of the fourth ventricle.""", + meaning=CL["0002085"])) + setattr(cls, "CL:1001142", + PermissibleValue( + text="CL:1001142", + description="Any kidney cortex vein cell that is part of some kidney arcuate vein.", + meaning=CL["1001142"])) + setattr(cls, "CL:0002661", + PermissibleValue( + text="CL:0002661", + description="""A luminal cell of terminal ducts, i.e.e the terminal branch of a lactiferous duct which alveolar cells drain into.""", + meaning=CL["0002661"])) + setattr(cls, "CL:0000146", + PermissibleValue( + text="CL:0000146", + meaning=CL["0000146"])) + setattr(cls, "CL:0002089", + PermissibleValue( + text="CL:0002089", + description="""A group 2 innate lymphoid cell in the mouse capable of secreting IL-13 in response to a helminth infection. This cell is lineage-negative, ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive.""", + meaning=CL["0002089"])) + setattr(cls, "CL:0000507", + PermissibleValue( + text="CL:0000507", + description="A peptide hormone secreting cell that secretes endorphin.", + meaning=CL["0000507"])) + setattr(cls, "CL:0000246", + PermissibleValue( + text="CL:0000246", + meaning=CL["0000246"])) + setattr(cls, "CL:0002016", + PermissibleValue( + text="CL:0002016", + description="A polychromatiic erythroblast that is Gly-A-positive and CD71-low.", + meaning=CL["0002016"])) + setattr(cls, "CL:0002526", + PermissibleValue( + text="CL:0002526", + description="A dermal dendritic cell that is CD1a-negative and CD14-positive.", + meaning=CL["0002526"])) + setattr(cls, "CL:0002514", + PermissibleValue( + text="CL:0002514", + description="""A CD8alpha alpha positive gamma-delta intraepithelial T cell that does not express a TCR partially encoded by the Vgamma5 gene segment.""", + meaning=CL["0002514"])) + setattr(cls, "CL:0011102", + PermissibleValue( + text="CL:0011102", + description="""Parasympathetic neurons are part of the parasympathetic nervous sysem and the cell bodies lie in the brain and sacral region of the spinal cord. The neurons are mainly cholinergic.""", + meaning=CL["0011102"])) + setattr(cls, "CL:0004232", + PermissibleValue( + text="CL:0004232", + description="""An amacrine cell with a flat dendritic arbor and a medium dendritic field. Starburst amacrine cells have post-synaptic terminals in S2. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and acetylcholine.""", + meaning=CL["0004232"])) + setattr(cls, "CL:0001006", + PermissibleValue( + text="CL:0001006", + description="""Dermal dendritic cell is a conventional dendritic cell that is CD11b-positive, CD205-positive and CD8 alpha-negative.""", + meaning=CL["0001006"])) + setattr(cls, "CL:0009081", + PermissibleValue( + text="CL:0009081", + description="""The human equivalent of a DN2 thymocyte; typically contains two phases, in the latter of which these thymocytes begin the process of beta selection.""", + meaning=CL["0009081"])) + setattr(cls, "CL:0008004", + PermissibleValue( + text="CL:0008004", + description="A muscle cell that is part of some somatic muscle.", + meaning=CL["0008004"])) + setattr(cls, "CL:1001582", + PermissibleValue( + text="CL:1001582", + description="Neuron of lateral ventricle.", + meaning=CL["1001582"])) + setattr(cls, "CL:1000350", + PermissibleValue( + text="CL:1000350", + description="A basal cell that is part of the epithelium of terminal bronchiole.", + meaning=CL["1000350"])) + setattr(cls, "CL:0000416", + PermissibleValue( + text="CL:0000416", + meaning=CL["0000416"])) + setattr(cls, "CL:0000199", + PermissibleValue( + text="CL:0000199", + description="""A cell specialized to transduce mechanical stimuli and relay that information centrally in the nervous system.""", + meaning=CL["0000199"])) + setattr(cls, "CL:0000208", + PermissibleValue( + text="CL:0000208", + meaning=CL["0000208"])) + setattr(cls, "CL:1000271", + PermissibleValue( + text="CL:1000271", + description="Any ciliated cell that is part of some lung.", + meaning=CL["1000271"])) + setattr(cls, "CL:0000421", + PermissibleValue( + text="CL:0000421", + description="""A free floating cell, including amebocytes and eleocytes, in the coelom of certain animals, especially annelids.""", + meaning=CL["0000421"])) + setattr(cls, "CL:2000043", + PermissibleValue( + text="CL:2000043", + description="Any pericyte cell that is part of a brain.", + meaning=CL["2000043"])) + setattr(cls, "CL:0002606", + PermissibleValue( + text="CL:0002606", + description="An astrocyte of the spinal cord.", + meaning=CL["0002606"])) + setattr(cls, "CL:0000214", + PermissibleValue( + text="CL:0000214", + description="A cell located in the synovial joint.", + meaning=CL["0000214"])) + setattr(cls, "CL:0000605", + PermissibleValue( + text="CL:0000605", + description="A spore formed following mitosis or mitoses.", + meaning=CL["0000605"])) + setattr(cls, "CL:0001087", + PermissibleValue( + text="CL:0001087", + description="""A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.""", + meaning=CL["0001087"])) + setattr(cls, "CL:0002096", + PermissibleValue( + text="CL:0002096", + description="""A specialised myocyte that lies between the sinoatrial node and the atrioventricular node and is involved in the conduction of electrical signals.""", + meaning=CL["0002096"])) + setattr(cls, "CL:1000493", + PermissibleValue( + text="CL:1000493", + description="A mesothelial cell that is part of the visceral pleura.", + meaning=CL["1000493"])) + setattr(cls, "CL:0002478", + PermissibleValue( + text="CL:0002478", + description="""An adipose macrophage that does not express F4/80but is MHC-II-positive. This cell type exhibits autofluorescence under typical flow cyometry conditions.""", + meaning=CL["0002478"])) + setattr(cls, "CL:4033013", + PermissibleValue( + text="CL:4033013", + description="""A keratinocyte of the epidermis suprabasal layer. This cell may express the differentiation markers keratin 10 and keratin 1.""", + meaning=CL["4033013"])) + setattr(cls, "CL:4033048", + PermissibleValue( + text="CL:4033048", + description="""A respiratory epithelial cell with topographic nuclear position in between the basal and luminal cell of the airway epithelium. This non-basal, intermediate cell has limited proliferative capacity, ultrastructural features of basal cells and no defined features of the typically differentiated cellular phenotypes.""", + meaning=CL["4033048"])) + setattr(cls, "CL:1000428", + PermissibleValue( + text="CL:1000428", + description="A somatic stem cell that is part of the epidermis.", + meaning=CL["1000428"])) + setattr(cls, "CL:4030013", + PermissibleValue( + text="CL:4030013", + description="""Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the outer medulla (inner stripe). It is known in some mammalian species that the long descending limb of the loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the protein kinase Stk32a.""", + meaning=CL["4030013"])) + setattr(cls, "CL:0000019", + PermissibleValue( + text="CL:0000019", + description="A mature male germ cell that develops from a spermatid.", + meaning=CL["0000019"])) + setattr(cls, "CL:0002228", + PermissibleValue( + text="CL:0002228", + description="""An elongating cell that rapidly obliterates the lumen of the lens vesicle. Subsequently, differentiation of this cell type at the lens equator leads to the formation of secondary fiber cells that come to overlie the primary fibers.""", + meaning=CL["0002228"])) + setattr(cls, "CL:4028006", + PermissibleValue( + text="CL:4028006", + description="""A pulmonary interstitial fibroblast that is part of the alveolus and localizes to vascular adventitia.""", + meaning=CL["4028006"])) + setattr(cls, "CL:0002129", + PermissibleValue( + text="CL:0002129", + description="Regular cardiac myocyte of a cardiac atrium.", + meaning=CL["0002129"])) + setattr(cls, "CL:0001021", + PermissibleValue( + text="CL:0001021", + description="""A common lymphoid progenitor that is CD10-positive, CD45RA-positive, CD34-positive and CD38-positive.""", + meaning=CL["0001021"])) + setattr(cls, "CL:1001610", + PermissibleValue( + text="CL:1001610", + description="""Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes.""", + meaning=CL["1001610"])) + setattr(cls, "CL:1000909", + PermissibleValue( + text="CL:1000909", + description="Any nephron tubule epithelial cell that is part of some loop of Henle.", + meaning=CL["1000909"])) + setattr(cls, "CL:0000410", + PermissibleValue( + text="CL:0000410", + meaning=CL["0000410"])) + setattr(cls, "CL:4023025", + PermissibleValue( + text="CL:4023025", + description="""A sst GABAergic cortical interneuron that is both an interneuron and a projecting neuron. They are found in all layers from upper L2/3 down to the bottom of L6. They have long-range projections, some with axons fading into white matter. These cells have low rebound potential, low hyperpolarization sag, and high variability in membrane time constant.""", + meaning=CL["4023025"])) + setattr(cls, "CL:0000130", + PermissibleValue( + text="CL:0000130", + meaning=CL["0000130"])) + setattr(cls, "CL:0000864", + PermissibleValue( + text="CL:0000864", + description="""A macrophage constitutively resident in a particular tissue under non-inflammatory conditions, and capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.""", + meaning=CL["0000864"])) + setattr(cls, "CL:0000048", + PermissibleValue( + text="CL:0000048", + description="A stem cell that can give rise to multiple lineages of cells.", + meaning=CL["0000048"])) + setattr(cls, "CL:0002357", + PermissibleValue( + text="CL:0002357", + description="""A fetal liver derived enucleated erythrocyte. This erythrocyte resembles adult erythrocytes in that they are small (3- to 6- times smaller than primitive erythrocytes) and produce adult hemaglobins.""", + meaning=CL["0002357"])) + setattr(cls, "CL:0002560", + PermissibleValue( + text="CL:0002560", + description="An epithelial cell that resides in the inner root sheath of the hair follicle.", + meaning=CL["0002560"])) + setattr(cls, "CL:0000964", + PermissibleValue( + text="CL:0000964", + description="""A germinal center B cell that founds a germinal center, and has the phenotype IgD-positive, CD38-positive, and CD23-negative.""", + meaning=CL["0000964"])) + setattr(cls, "CL:0009005", + PermissibleValue( + text="CL:0009005", + description="Any cell in a salivary gland.", + meaning=CL["0009005"])) + setattr(cls, "CL:0000483", + PermissibleValue( + text="CL:0000483", + description="A peptide hormone secreting cell that secretes bombesin stimulating hormone.", + meaning=CL["0000483"])) + setattr(cls, "CL:0000185", + PermissibleValue( + text="CL:0000185", + description="""Contractile cells resembling smooth muscle cells that are present in glands, notably the mammary gland, and aid in secretion. This cell has long weaving dendritic processes containing myofilament.""", + meaning=CL["0000185"])) + setattr(cls, "CL:0000956", + PermissibleValue( + text="CL:0000956", + description="""A pre-B-I cell is a precursor B cell that expresses CD34 and surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain protein.""", + meaning=CL["0000956"])) + setattr(cls, "CL:4030049", + PermissibleValue( + text="CL:4030049", + description="A DRD2-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + meaning=CL["4030049"])) + setattr(cls, "CL:0002326", + PermissibleValue( + text="CL:0002326", + description="""A mammary epithelial cell that occurs in the lumen of the ductal and alveoli structure in the breast.""", + meaning=CL["0002326"])) + setattr(cls, "CL:0000028", + PermissibleValue( + text="CL:0000028", + meaning=CL["0000028"])) + setattr(cls, "CL:0000847", + PermissibleValue( + text="CL:0000847", + description="""An olfactory receptor cell in which the apical ending of the dendrite is a pronounced ciliated olfactory knob.""", + meaning=CL["0000847"])) + setattr(cls, "CL:1000323", + PermissibleValue( + text="CL:1000323", + description="A goblet cell that is part of the epithelium of pyloric gland.", + meaning=CL["1000323"])) + setattr(cls, "CL:0010006", + PermissibleValue( + text="CL:0010006", + description="Any blood vessel endothelial cell that is part of some heart.", + meaning=CL["0010006"])) + setattr(cls, "CL:4033018", + PermissibleValue( + text="CL:4033018", + description="A megakaryocyte that is resident in the lung connective tissue.", + meaning=CL["4033018"])) + setattr(cls, "CL:1000182", + PermissibleValue( + text="CL:1000182", + description="Any tip cell that is part of some Malpighian tubule.", + meaning=CL["1000182"])) + setattr(cls, "CL:0000233", + PermissibleValue( + text="CL:0000233", + description="""A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, found in the blood of all mammals, and mainly involved in blood coagulation.""", + meaning=CL["0000233"])) + setattr(cls, "CL:1001567", + PermissibleValue( + text="CL:1001567", + description="Any endothelial cell of vascular tree that is part of some lung.", + meaning=CL["1001567"])) + setattr(cls, "CL:0000443", + PermissibleValue( + text="CL:0000443", + description="Any secretory cell that is capable of some calcitonin secretion.", + meaning=CL["0000443"])) + setattr(cls, "CL:0000474", + PermissibleValue( + text="CL:0000474", + description="""An insect renal cell that filters hemolymph and is found with other pericardial nephrocytes in two rows flanking the dorsal vessel.""", + meaning=CL["0000474"])) + setattr(cls, "CL:4023168", + PermissibleValue( + text="CL:4023168", + description="""A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli.""", + meaning=CL["4023168"])) + setattr(cls, "CL:0000204", + PermissibleValue( + text="CL:0000204", + meaning=CL["0000204"])) + setattr(cls, "CL:1000478", + PermissibleValue( + text="CL:1000478", + description="A transitional myocyte that is part of the sinoatrial node.", + meaning=CL["1000478"])) + setattr(cls, "CL:0000557", + PermissibleValue( + text="CL:0000557", + description="""A hematopoietic progenitor cell that is committed to the granulocyte and monocyte lineages. These cells are CD123-positive, and do not express Gata1 or Gata2 but do express C/EBPa, and Pu.1.""", + meaning=CL["0000557"])) + setattr(cls, "CL:0002456", + PermissibleValue( + text="CL:0002456", + description="A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive and CD4-positive.", + meaning=CL["0002456"])) + setattr(cls, "CL:0000501", + PermissibleValue( + text="CL:0000501", + description="""A supporting cell for the developing female gamete in the ovary of mammals. They develop from the coelomic epithelial cells of the gonadal ridge. Granulosa cells form a single layer around the mammalian oocyte in the primordial ovarian follicle and advance to form a multilayered cumulus oophorus surrounding the ovum in the Graafian follicle. The major functions of granulosa cells include the production of steroids and LH receptors.""", + meaning=CL["0000501"])) + setattr(cls, "CL:4023075", + PermissibleValue( + text="CL:4023075", + description="""A sst GABAergic cortical interneuron found in L6 that expresses tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization within L6.""", + meaning=CL["4023075"])) + setattr(cls, "CL:0002278", + PermissibleValue( + text="CL:0002278", + description="""An enteroendocrine cell of duodenum and jejunum that produces gastric inhibitory peptide.""", + meaning=CL["0002278"])) + setattr(cls, "CL:4033045", + PermissibleValue( + text="CL:4033045", + description="""A dendritic cell that captures antigens in a lung and migrates to a lymph node or to the spleen to activate T cells.""", + meaning=CL["4033045"])) + setattr(cls, "CL:1001576", + PermissibleValue( + text="CL:1001576", + description="Squamous cell of oral epithelium.", + meaning=CL["1001576"])) + setattr(cls, "CL:1001435", + PermissibleValue( + text="CL:1001435", + description="""The small neuron in the glomerular layer of the olfactory bulb whose dendrites arborize within a glomerulus, where it receives synaptic input from olfactory receptor cell axon terminals, and also engages in dendrodendritic interactions with mitral and tufted cell dendrites; uses both GABA and dopamine as a neurotransmitter.""", + meaning=CL["1001435"])) + setattr(cls, "CL:0002681", + PermissibleValue( + text="CL:0002681", + description="A cell that is part of a cortex of kidney.", + meaning=CL["0002681"])) + setattr(cls, "CL:0002083", + PermissibleValue( + text="CL:0002083", + description="A chromaffin cell of the adrenal medulla that produces norepinephrine.", + meaning=CL["0002083"])) + setattr(cls, "CL:1001123", + PermissibleValue( + text="CL:1001123", + description="""Any peritubular capillary endothelial cell that is part of some outer renal medulla peritubular capillary.""", + meaning=CL["1001123"])) + setattr(cls, "CL:0009095", + PermissibleValue( + text="CL:0009095", + description="An endothelial cell that is part of a uterus.", + meaning=CL["0009095"])) + setattr(cls, "CL:0001052", + PermissibleValue( + text="CL:0001052", + description="""A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.""", + meaning=CL["0001052"])) + setattr(cls, "CL:1000304", + PermissibleValue( + text="CL:1000304", + description="A fibroblast that is part of the connective tissue of nonglandular part of prostate.", + meaning=CL["1000304"])) + setattr(cls, "CL:0002165", + PermissibleValue( + text="CL:0002165", + description="""A supporting cell that is attached to the basement membrane and forms rows that support the hair cells.""", + meaning=CL["0002165"])) + setattr(cls, "CL:1000418", + PermissibleValue( + text="CL:1000418", + description="A myoepithelial cell that is part of the mammary gland alveolus.", + meaning=CL["1000418"])) + setattr(cls, "CL:0002489", + PermissibleValue( + text="CL:0002489", + description="A thymocyte that lacks expression of CD4 and CD8.", + meaning=CL["0002489"])) + setattr(cls, "CL:0002270", + PermissibleValue( + text="CL:0002270", + description="""A type EC enteroendocrine cell in the duodenum and jejunum that stores and secretes motilin and 5-hydroxytryptamine.""", + meaning=CL["0002270"])) + setattr(cls, "CL:4023189", + PermissibleValue( + text="CL:4023189", + description="""A retinal ganglion cell located in the ganglion cell layer of the retina. This cell projects to magnocellular cells in the lateral geniculate nucleus (LGN). They have large cell bodies and extensive, branching dendritic networks that contribute to their large receptive fields.""", + meaning=CL["4023189"])) + setattr(cls, "CL:0003042", + PermissibleValue( + text="CL:0003042", + description="""An M9 retinal ganglion cell with synaptic terminals in S4 that is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003042"])) + setattr(cls, "CL:0000901", + PermissibleValue( + text="CL:0000901", + description="CD4-positive alpha-beta T cell with regulatory function that produces IL-10.", + meaning=CL["0000901"])) + setattr(cls, "CL:0002107", + PermissibleValue( + text="CL:0002107", + description="""An IgD-negative CD38-positive IgG memory B cell is a CD38-positive IgG-positive that has class switched and lacks expression of IgD on the cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive.""", + meaning=CL["0002107"])) + setattr(cls, "CL:1000472", + PermissibleValue( + text="CL:1000472", + description="A myoepithelial cell that is part of the tertiary lactiferous duct.", + meaning=CL["1000472"])) + setattr(cls, "CL:0005011", + PermissibleValue( + text="CL:0005011", + description="""A cuboidal epithelial cell of the kidney which secretes acid and reabsorbs base to regulate acid/base balance.""", + meaning=CL["0005011"])) + setattr(cls, "CL:0000929", + PermissibleValue( + text="CL:0000929", + description="A mature NK T cell that secretes interferon-gamma and enhances Th1 immune responses.", + meaning=CL["0000929"])) + setattr(cls, "CL:4023007", + PermissibleValue( + text="CL:4023007", + description="""A vip GABAergic cortical interneuron with bipolar morphology, with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across all layers (with preferences for layers II/III and Va) and a dendritic tree that is vertically more restricted than deeper layer vip cells and extend fewer dendrites into the layers outside their home layer (location of soma). L2/3 bipolar vip cells have great variability in firing patterns, though most are continuous adapting. L2/3 bipolar vip cells are more depolarized in their resting state, had less fast rectification, and had smaller after hyperpolarization than deeper vip cells.""", + meaning=CL["4023007"])) + setattr(cls, "CL:0009049", + PermissibleValue( + text="CL:0009049", + description="""A layer of smooth muscle cells that forms the outer layer of the high endothelial venule of lymph node and pumps to allow flow of lymph fluid carrying lymphocytes.""", + meaning=CL["0009049"])) + setattr(cls, "CL:0000188", + PermissibleValue( + text="CL:0000188", + description="A somatic cell located in skeletal muscle.", + meaning=CL["0000188"])) + setattr(cls, "CL:2000093", + PermissibleValue( + text="CL:2000093", + description="Any fibroblast of lung that is part of a bronchus.", + meaning=CL["2000093"])) + setattr(cls, "CL:1001474", + PermissibleValue( + text="CL:1001474", + description="""An inhibitory, GABAergic projection neuron in the striatum that integrates glutamatergic signals arising from the cerebral cortex and thalamus.""", + meaning=CL["1001474"])) + setattr(cls, "CL:1000414", + PermissibleValue( + text="CL:1000414", + description="An endothelial cell that is part of the venule.", + meaning=CL["1000414"])) + setattr(cls, "CL:1001318", + PermissibleValue( + text="CL:1001318", + description="A pericyte cell located in the kidney interstitium.", + meaning=CL["1001318"])) + setattr(cls, "CL:0000777", + PermissibleValue( + text="CL:0000777", + description="""A tissue-resident macrophage of the renal glomerular mesangium involved in the disposal and degradation of filtration residues, presentation of antigen to T cells and in tissue remodeling.""", + meaning=CL["0000777"])) + setattr(cls, "CL:0002103", + PermissibleValue( + text="CL:0002103", + description="""An IgG-positive double negative memory B cell is a double negative memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative.""", + meaning=CL["0002103"])) + setattr(cls, "CL:1001580", + PermissibleValue( + text="CL:1001580", + description="A glial cell that is part of the hippocampus.", + meaning=CL["1001580"])) + setattr(cls, "CL:0000020", + PermissibleValue( + text="CL:0000020", + description="An euploid male germ cell of an early stage of spermatogenesis.", + meaning=CL["0000020"])) + setattr(cls, "CL:0002530", + PermissibleValue( + text="CL:0002530", + description="An immature CD1a-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002530"])) + setattr(cls, "CL:0000708", + PermissibleValue( + text="CL:0000708", + description="""Stromal cell that forms the internal covering of the vertebrate brain and produces ECM for this and the choroid plexus.""", + meaning=CL["0000708"])) + setattr(cls, "CL:4023046", + PermissibleValue( + text="CL:4023046", + description="""An excitatory glutamatergic neuron transcriptomically related to the CT subclass, with a soma preferentially located in the bottom of L6 of the primary motor cortex.""", + meaning=CL["4023046"])) + setattr(cls, "CL:0000659", + PermissibleValue( + text="CL:0000659", + description="An extracellular matrix secreting cell that secretes eggshell.", + meaning=CL["0000659"])) + setattr(cls, "CL:4023158", + PermissibleValue( + text="CL:4023158", + description="""A neuron in the posterior ventral cochlear nucleus that is distinguished by their long, thick and tentacle-shaped dendrites that typically emanate from one side of the cell body.""", + meaning=CL["4023158"])) + setattr(cls, "CL:1001433", + PermissibleValue( + text="CL:1001433", + description="An epithelial cell of the exocrine pancreas.", + meaning=CL["1001433"])) + setattr(cls, "CL:4042009", + PermissibleValue( + text="CL:4042009", + description="""An astrocyte type that presents radial protrusions across the layers of a cortex. The soma of this astrocyte is part of the first layer of a neocortex. This astrocyte extents its protrusions transversally to the deeper layers of a cortex and it creates contact with neurons, the pia matter and capillaries. This astrocyte is involved in facilitating the communication across neurons, astrocytes, capillaries, meninges and the cerebrospinal fluid.""", + meaning=CL["4042009"])) + setattr(cls, "CL:0002667", + PermissibleValue( + text="CL:0002667", + description="""An otic fibrocyte that resides above the stria vasularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002667"])) + setattr(cls, "CL:0000489", + PermissibleValue( + text="CL:0000489", + meaning=CL["0000489"])) + setattr(cls, "CL:0000962", + PermissibleValue( + text="CL:0000962", + description="""A follicular B cell that is IgD-positive and CD23-positive and CD38-positive. This naive cell type is activated in the extrafollicular areas via interaction with dendritic cells and antigen specific T cells.""", + meaning=CL["0000962"])) + setattr(cls, "CL:0000743", + PermissibleValue( + text="CL:0000743", + description="""Chondrocyte that is terminally differentiated, produces type X collagen, is large in size, and often associated with the replacement of cartilage by bone (endochondral ossification).""", + meaning=CL["0000743"])) + setattr(cls, "CL:0000545", + PermissibleValue( + text="CL:0000545", + description="""A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.""", + meaning=CL["0000545"])) + setattr(cls, "CL:0000603", + PermissibleValue( + text="CL:0000603", + description="A fungal cell with two genetically distinct haploid nuclei.", + meaning=CL["0000603"])) + setattr(cls, "CL:1000458", + PermissibleValue( + text="CL:1000458", + description="A melanocyte that is part of the skin of body.", + meaning=CL["1000458"])) + setattr(cls, "CL:0000037", + PermissibleValue( + text="CL:0000037", + description="""A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119.""", + meaning=CL["0000037"])) + setattr(cls, "CL:0000711", + PermissibleValue( + text="CL:0000711", + description="""Cumulus cell is a specialized granulosa cell that surrounds and nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus cells are used to make a distinction between this cell and the other functionally different subpopulation of granulosa cells at the wall of the Graafian follicle.""", + meaning=CL["0000711"])) + setattr(cls, "CL:0007019", + PermissibleValue( + text="CL:0007019", + meaning=CL["0007019"])) + setattr(cls, "CL:0002651", + PermissibleValue( + text="CL:0002651", + description="""An endothelial cell that is part of the venous sinus of spleen. This endothelial cell has an elongated, spindle-shaped, flattened morphology that is parallel to long axis of sinus. This cell type rests on a basement membrane interrupted by numerous narrow slits.""", + meaning=CL["0002651"])) + setattr(cls, "CL:4033063", + PermissibleValue( + text="CL:4033063", + description="""A trophoblast cell that invades the maternal spiral arteries and replace the endothelial lining, remodeling the vessels and allowing for adequate blood transport into the placenta. An endovascular extravillous trophoblast cell differentiates from an extravillous trophoblast cell. In humans, this cell can be distinguished by the expression of CD56.""", + meaning=CL["4033063"])) + setattr(cls, "CL:0010013", + PermissibleValue( + text="CL:0010013", + meaning=CL["0010013"])) + setattr(cls, "CL:0000752", + PermissibleValue( + text="CL:0000752", + description="""A bipolar neuron found in the retina and having connections with cone photoreceptor cells and neurons in the inner plexiform layer.""", + meaning=CL["0000752"])) + setattr(cls, "CL:0009111", + PermissibleValue( + text="CL:0009111", + description="A germinal center B cell found in a lymph node germinal center light zone.", + meaning=CL["0009111"])) + setattr(cls, "CL:0002384", + PermissibleValue( + text="CL:0002384", + description="A macroconidium that has only one nucleus.", + meaning=CL["0002384"])) + setattr(cls, "CL:0000102", + PermissibleValue( + text="CL:0000102", + meaning=CL["0000102"])) + setattr(cls, "CL:4023055", + PermissibleValue( + text="CL:4023055", + description="""A corticothalamic-projecting glutamatergic neuron that is located in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology and mostly untufted apical dendrites terminating in midcortical layers. CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells have a near tonic firing pattern and are distinguished from L6 IT neurons by a lower inter-spike interval adaptation index.""", + meaning=CL["4023055"])) + setattr(cls, "CL:0002205", + PermissibleValue( + text="CL:0002205", + description="A brush cell found in the epithelium of lobular bronchiole.", + meaning=CL["0002205"])) + setattr(cls, "CL:0002251", + PermissibleValue( + text="CL:0002251", + description="""An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus.""", + meaning=CL["0002251"])) + setattr(cls, "CL:4033006", + PermissibleValue( + text="CL:4033006", + description="A(n) endothelial cell that is part of a(n) efferent lymphatic vessel.", + meaning=CL["4033006"])) + setattr(cls, "CL:0000667", + PermissibleValue( + text="CL:0000667", + description="An extracellular matrix secreting cell that secretes collagen.", + meaning=CL["0000667"])) + setattr(cls, "CL:0000157", + PermissibleValue( + text="CL:0000157", + description="A cell that specializes in secretion of surfactant in the alveoli of the lung.", + meaning=CL["0000157"])) + setattr(cls, "CL:0002235", + PermissibleValue( + text="CL:0002235", + description="A cell of the luminal layer of the epithelium in the prostatic acinus.", + meaning=CL["0002235"])) + setattr(cls, "CL:0009011", + PermissibleValue( + text="CL:0009011", + description="""A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the colon. Stem cells located in the crypts of Lieberkühn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.""", + meaning=CL["0009011"])) + setattr(cls, "CL:1000504", + PermissibleValue( + text="CL:1000504", + description="A cell that is part of a renal medulla.", + meaning=CL["1000504"])) + setattr(cls, "CL:4006001", + PermissibleValue( + text="CL:4006001", + description="A fibroblast that is part of the skin of scalp.", + meaning=CL["4006001"])) + setattr(cls, "CL:0000241", + PermissibleValue( + text="CL:0000241", + meaning=CL["0000241"])) + setattr(cls, "CL:0000463", + PermissibleValue( + text="CL:0000463", + description="An epidermal cell that secretes chitinous cuticle from its apical side.", + meaning=CL["0000463"])) + setattr(cls, "CL:0001063", + PermissibleValue( + text="CL:0001063", + description="""An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism.""", + meaning=CL["0001063"])) + setattr(cls, "CL:0010000", + PermissibleValue( + text="CL:0010000", + description="""A hair follicle matrix region cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the hair bulb to become the hair medulla cortex and hair root sheath.""", + meaning=CL["0010000"])) + setattr(cls, "CL:0002465", + PermissibleValue( + text="CL:0002465", + description="A conventional dendritic cell that expresses CD11b (ITGAM).", + meaning=CL["0002465"])) + setattr(cls, "CL:0000719", + PermissibleValue( + text="CL:0000719", + meaning=CL["0000719"])) + setattr(cls, "CL:4023036", + PermissibleValue( + text="CL:4023036", + description="""A pvalb GABAergic cortical interneuron that is recognizable by the straight terminal axonal 'cartridges' of vertically oriented strings of synaptic boutons. Chandelier PV cells' boutons target exclusively the axon initial segment (AIS) of pyramidal cells, with a single cell innervating hundreds of pyramidal cells in a clustered manner.""", + meaning=CL["4023036"])) + setattr(cls, "CL:4023110", + PermissibleValue( + text="CL:4023110", + description="A pyramidal neuron with soma located in the amygdala.", + meaning=CL["4023110"])) + setattr(cls, "CL:2000048", + PermissibleValue( + text="CL:2000048", + description="""A lower motor neuron whose soma is located in the anterior horn. Anterior horn motor neurons project from the anterior portion of the grey matter in the spinal cord to some skeletal muscles.""", + meaning=CL["2000048"])) + setattr(cls, "CL:0000388", + PermissibleValue( + text="CL:0000388", + description="""An elongated fibrocyte that is part of a tendon. The cytoplasm is stretched between the collagen fibres of the tendon. They have a central cell nucleus with a prominent nucleolus. Tendon cells have a well-developed rough endoplasmic reticulum and they are responsible for synthesis and turnover of tendon fibres and ground substance.""", + meaning=CL["0000388"])) + setattr(cls, "CL:0000826", + PermissibleValue( + text="CL:0000826", + description="""A progenitor cell of the B cell lineage, with some lineage specific activity such as early stages of recombination of B cell receptor genes, but not yet fully committed to the B cell lineage until the expression of PAX5 occurs.""", + meaning=CL["0000826"])) + setattr(cls, "CL:0000106", + PermissibleValue( + text="CL:0000106", + description="Neuron with one neurite that extends from the cell body.", + meaning=CL["0000106"])) + setattr(cls, "CL:0000589", + PermissibleValue( + text="CL:0000589", + description="""A bulbous cell that is medially placed in one row in the organ of Corti. In contrast to the outer hair cells, the inner hair cells are fewer in number, have fewer sensory hairs, and are less differentiated.""", + meaning=CL["0000589"])) + setattr(cls, "CL:1001593", + PermissibleValue( + text="CL:1001593", + description="""Glandular cell of parathyroid epithelium. Example: Parathyroid chief cell and parathyroid oxyphil cells.""", + meaning=CL["1001593"])) + setattr(cls, "CL:1000473", + PermissibleValue( + text="CL:1000473", + description="A myoepithelial cell that is part of the quarternary lactiferous duct.", + meaning=CL["1000473"])) + setattr(cls, "CL:0002562", + PermissibleValue( + text="CL:0002562", + description="An epidermal cell that is part of the germinal matrix.", + meaning=CL["0002562"])) + setattr(cls, "CL:2000008", + PermissibleValue( + text="CL:2000008", + description="Any blood vessel endothelial cell that is part of a microvascular endothelium.", + meaning=CL["2000008"])) + setattr(cls, "CL:0002210", + PermissibleValue( + text="CL:0002210", + description="""A slow muscle cell that contains high levels of myoglobin and oxygen storing proteins giving the cell a red appearance.""", + meaning=CL["0002210"])) + setattr(cls, "CL:0002509", + PermissibleValue( + text="CL:0002509", + description="A langerin-positive lymph node dendritic cell that is CD103-positive and CD11b-low.", + meaning=CL["0002509"])) + setattr(cls, "CL:0002154", + PermissibleValue( + text="CL:0002154", + description="""A promyelocyte with a nucleus that is indented and contains more marginated heterochromatin compared to its precursor cell (myeloblast); cytoplasm is deeply basophilic and contains numerous mitochondria and meandering cysternae of endoplasmic reticulum; largest of the granulocyte lineages.""", + meaning=CL["0002154"])) + setattr(cls, "CL:0000341", + PermissibleValue( + text="CL:0000341", + meaning=CL["0000341"])) + setattr(cls, "CL:0000581", + PermissibleValue( + text="CL:0000581", + description="""A macrophage resident in the peritoneum under non-inflammatory conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, CD115-high, MHC-II-negative, and Dectin-1-positive.""", + meaning=CL["0000581"])) + setattr(cls, "CL:0002337", + PermissibleValue( + text="CL:0002337", + description="""A stem cell located in the bulge of the hair follicle that can give rise to regenerate the new follicle with each hair cycle and to reepithelialize the epidermis during wound repair.""", + meaning=CL["0002337"])) + setattr(cls, "CL:4030016", + PermissibleValue( + text="CL:4030016", + description="An epithelial cell located in the early distal convoluted tubule.", + meaning=CL["4030016"])) + setattr(cls, "CL:4030019", + PermissibleValue( + text="CL:4030019", + description="A renal intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030019"])) + setattr(cls, "CL:4023121", + PermissibleValue( + text="CL:4023121", + description="""A sst GABAergic cortical interneuron that also expresses Chodl. These neurons are rare and correspond to the only known cortical interneurons with long-range projection.""", + meaning=CL["4023121"])) + setattr(cls, "CL:0000824", + PermissibleValue( + text="CL:0000824", + description="""A natural killer cell that is developmentally mature and expresses a variety of inhibitory and activating receptors that recognize MHC class I and other stress related molecules.""", + meaning=CL["0000824"])) + setattr(cls, "CL:2000011", + PermissibleValue( + text="CL:2000011", + description="Any endothelial cell of lymphatic vessel that is part of a dermis.", + meaning=CL["2000011"])) + setattr(cls, "CL:1001225", + PermissibleValue( + text="CL:1001225", + description="A cell that is part of a collecting duct of renal tubule.", + meaning=CL["1001225"])) + setattr(cls, "CL:0000010", + PermissibleValue( + text="CL:0000010", + description="""A cell in vitro that is or has been maintained or propagated as part of a cell culture.""", + meaning=CL["0000010"])) + setattr(cls, "CL:0009079", + PermissibleValue( + text="CL:0009079", + description="A fibroblast located between thymic lobules.", + meaning=CL["0009079"])) + setattr(cls, "CL:0011015", + PermissibleValue( + text="CL:0011015", + description="""A motile sperm cell that contain no F-actin, and their motility is powered by a dynamic filament system.""", + meaning=CL["0011015"])) + setattr(cls, "CL:0002482", + PermissibleValue( + text="CL:0002482", + description="A melanocyte that produces pigment in the dermis.", + meaning=CL["0002482"])) + setattr(cls, "CL:1000329", + PermissibleValue( + text="CL:1000329", + description="A goblet cell that is part of the epithelium of trachea.", + meaning=CL["1000329"])) + setattr(cls, "CL:4023004", + PermissibleValue( + text="CL:4023004", + description="""A type of intrafusal muscle fiber that lies in the center of a muscle spindle. Nuclei are clustered centrally and give the equatorial region a swollen appearance. They are associated with associated with dynamic gamma motor neurons, and the stretching of the equatorial region of the nuclear bag fibers results in an increase in the firing rate of type Ia sensory fibers.""", + meaning=CL["4023004"])) + setattr(cls, "CL:1000447", + PermissibleValue( + text="CL:1000447", + description="A basal cell that is part of the epithelium of esophagus.", + meaning=CL["1000447"])) + setattr(cls, "CL:0001061", + PermissibleValue( + text="CL:0001061", + description="""A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models.""", + meaning=CL["0001061"])) + setattr(cls, "CL:0000460", + PermissibleValue( + text="CL:0000460", + description="Any secretory cell that is capable of some glucocorticoid secretion.", + meaning=CL["0000460"])) + setattr(cls, "CL:1001068", + PermissibleValue( + text="CL:1001068", + meaning=CL["1001068"])) + setattr(cls, "CL:0000098", + PermissibleValue( + text="CL:0000098", + description="""A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells.""", + meaning=CL["0000098"])) + setattr(cls, "CL:0000935", + PermissibleValue( + text="CL:0000935", + description="""A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell that is found in the columnar epithelium of the gastrointestinal tract.""", + meaning=CL["0000935"])) + setattr(cls, "CL:0009043", + PermissibleValue( + text="CL:0009043", + description="An intestinal crypt stem cell that is located in the colon.", + meaning=CL["0009043"])) + setattr(cls, "CL:0004244", + PermissibleValue( + text="CL:0004244", + description="""An amacrine cell with a wide dendritic field, dendrites in S4, and post-synaptic terminals in S4.""", + meaning=CL["0004244"])) + setattr(cls, "CL:1000448", + PermissibleValue( + text="CL:1000448", + description="An epithelial cell that is part of the sweat gland.", + meaning=CL["1000448"])) + setattr(cls, "CL:0001059", + PermissibleValue( + text="CL:0001059", + description="""A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages. These cells are CD34-positive, and express Gata1, Gata2, C/EBPa, and Pu.1.""", + meaning=CL["0001059"])) + setattr(cls, "CL:0000945", + PermissibleValue( + text="CL:0000945", + description="A lymphocyte of B lineage with the commitment to express an immunoglobulin complex.", + meaning=CL["0000945"])) + setattr(cls, "CL:0001057", + PermissibleValue( + text="CL:0001057", + description="A myeloid dendritic cell with the phenotype HLA-DRA-positive.", + meaning=CL["0001057"])) + setattr(cls, "CL:1001224", + PermissibleValue( + text="CL:1001224", + description="Any smooth muscle cell that is part of some renal interlobular vein.", + meaning=CL["1001224"])) + setattr(cls, "CL:0005005", + PermissibleValue( + text="CL:0005005", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into a cyanophore.""", + meaning=CL["0005005"])) + setattr(cls, "CL:0000649", + PermissibleValue( + text="CL:0000649", + description="""A cell with delicate radiating processes known as desmosomes that form intercellular bridges between other cells of this type. This cell type forms the stratum spinosum (prickle cell layer). A function of this cell is to generate keratin.""", + meaning=CL["0000649"])) + setattr(cls, "CL:2000025", + PermissibleValue( + text="CL:2000025", + description="Any oligodendrocyte that is part of a spinal cord.", + meaning=CL["2000025"])) + setattr(cls, "CL:0000996", + PermissibleValue( + text="CL:0000996", + description="""Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0000996"])) + setattr(cls, "CL:4023169", + PermissibleValue( + text="CL:4023169", + description="""A neuron that is responsible for sensation in the face or motor functions such as biting and chewing. Trigeminal neurons extend a single axon shaft along the lateral white matter of the hindbrain and spinal cord. The highly branched axons innervate the integument of the head.""", + meaning=CL["4023169"])) + setattr(cls, "CL:0000989", + PermissibleValue( + text="CL:0000989", + description="""CD11c-low plasmacytoid dendritic cell is a leukocyte that is CD11c-low, CD45R-positive, GR1-positive and CD11b-negative.""", + meaning=CL["0000989"])) + setattr(cls, "CL:0002373", + PermissibleValue( + text="CL:0002373", + description="A peptide hormone secreting cell that secretes growth hormone releasing hormone.", + meaning=CL["0002373"])) + setattr(cls, "CL:4030057", + PermissibleValue( + text="CL:4030057", + description="""A medium spiny neuron that exhibits transcriptional divergence from direct and indirect spiny projection neurons, for example, enrichment in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium spiny neurons have been found to be differentially distributed across the basal ganglia, the eccentric medium spiny neuron cell type has been found to be more evenly distributed throughout cerebral nuclei.""", + meaning=CL["4030057"])) + setattr(cls, "CL:0000597", + PermissibleValue( + text="CL:0000597", + description="""The smaller of two types of asexual spores formed by some fungi. An ovoid to pear-shaped asexual spore that contains very little cytoplasm and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. Micronidia are extruded from the hyphal cell wall.""", + meaning=CL["0000597"])) + setattr(cls, "CL:0002108", + PermissibleValue( + text="CL:0002108", + description="""A CD38-negative IgG memory B cell is a IgG-positive class switched memory B cell that has class switched and expresses IgG on the cell surface with the phenotype CD38-negative, IgD-negative, and IgG-positive.""", + meaning=CL["0002108"])) + setattr(cls, "CL:0001049", + PermissibleValue( + text="CL:0001049", + description="""A recently activated CD8-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, CCR7-negative, and CD25-positive.""", + meaning=CL["0001049"])) + setattr(cls, "CL:0002407", + PermissibleValue( + text="CL:0002407", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.""", + meaning=CL["0002407"])) + setattr(cls, "CL:0000552", + PermissibleValue( + text="CL:0000552", + description="""The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated.""", + meaning=CL["0000552"])) + setattr(cls, "CL:0000980", + PermissibleValue( + text="CL:0000980", + description="""An activated mature (naive or memory) B cell that is secreting immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative.""", + meaning=CL["0000980"])) + setattr(cls, "CL:0002598", + PermissibleValue( + text="CL:0002598", + description="Any smooth muscle cell that is part of some bronchus.", + meaning=CL["0002598"])) + setattr(cls, "CL:0001034", + PermissibleValue( + text="CL:0001034", + description="""A cell that is maintained or propagated in a controlled artificial environment for use in an investigation.""", + meaning=CL["0001034"])) + setattr(cls, "CL:1001006", + PermissibleValue( + text="CL:1001006", + description="Any kidney arterial blood vessel cell that is part of some renal afferent arteriole.", + meaning=CL["1001006"])) + setattr(cls, "CL:2000037", + PermissibleValue( + text="CL:2000037", + description="Any neuromast hair cell that is part of a posterior lateral line.", + meaning=CL["2000037"])) + setattr(cls, "CL:1000326", + PermissibleValue( + text="CL:1000326", + description="A goblet cell that is part of the epithelium proper of ileum.", + meaning=CL["1000326"])) + setattr(cls, "CL:4033030", + PermissibleValue( + text="CL:4033030", + description="""An OFF calbindin-negative bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3b contacts with cones are non-triad-associated.""", + meaning=CL["4033030"])) + setattr(cls, "CL:0002318", + PermissibleValue( + text="CL:0002318", + description="""A mesothelial cell capable of circulating in the blood by first losing its squamous character. This cell can incorporate into the regenerating mesothelium.""", + meaning=CL["0002318"])) + setattr(cls, "CL:0000919", + PermissibleValue( + text="CL:0000919", + description="""A CD8-positive alpha beta-positive T cell with the phenotype FoxP3-positive and having suppressor function.""", + meaning=CL["0000919"])) + setattr(cls, "CL:0002341", + PermissibleValue( + text="CL:0002341", + description="An undifferentiated cell of the prostate epithelium that lacks secretory activity.", + meaning=CL["0002341"])) + setattr(cls, "CL:0000638", + PermissibleValue( + text="CL:0000638", + description="An acidophilic chromophil cell that of the anterior pituitary gland.", + meaning=CL["0000638"])) + setattr(cls, "CL:1000854", + PermissibleValue( + text="CL:1000854", + description="A blood vessel cell that is part of a kidney.", + meaning=CL["1000854"])) + setattr(cls, "CL:1000123", + PermissibleValue( + text="CL:1000123", + description="Any epithelial cell that is part of some metanephric nephron tubule.", + meaning=CL["1000123"])) + setattr(cls, "CL:1001214", + PermissibleValue( + text="CL:1001214", + description="Any smooth muscle cell that is part of some kidney arcuate artery.", + meaning=CL["1001214"])) + setattr(cls, "CL:0000031", + PermissibleValue( + text="CL:0000031", + description="A cell that will develop into a neuron often after a migration phase.", + meaning=CL["0000031"])) + setattr(cls, "CL:0000312", + PermissibleValue( + text="CL:0000312", + description="""An epidermal cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the basal layers of the epidermis to the cornified (horny) layer of the skin. Successive stages of differentiation of the keratinocytes forming the epidermal layers are basal cell, spinous or prickle cell, and the granular cell.""", + meaning=CL["0000312"])) + setattr(cls, "CL:4023059", + PermissibleValue( + text="CL:4023059", + description="An oligodendrocyte precursor cell that is committed to differentiate.", + meaning=CL["4023059"])) + setattr(cls, "CL:0000432", + PermissibleValue( + text="CL:0000432", + description="""A fibroblast that synthesizes collagen and uses it to produce reticular fibers, thus providing structural support. Reticular cells are found in many organs, including the spleen, lymph nodes and kidneys. Subtypes of reticular cells include epithelial, mesenchymal, and fibroblastic reticular cells. Fibroblastic reticular cells are involved in directing B cells and T cells to specific regions within a tissue, whereas epithelial and mesenchymal reticular cells are associated with certain areas of the brain.""", + meaning=CL["0000432"])) + setattr(cls, "CL:0000129", + PermissibleValue( + text="CL:0000129", + description="""A central nervous system macrophage found in the parenchyma of the central nervous system. Marker include CD11b-positive, F4/80-positive, and CD68-positive.""", + meaning=CL["0000129"])) + setattr(cls, "CL:0002310", + PermissibleValue( + text="CL:0002310", + description="""An acidophil cell of the anterior pituitary gland that produces both prolactin and growth hormone.""", + meaning=CL["0002310"])) + setattr(cls, "CL:2000001", + PermissibleValue( + text="CL:2000001", + description="""A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood.""", + meaning=CL["2000001"])) + setattr(cls, "CL:0008046", + PermissibleValue( + text="CL:0008046", + description="""A skeletal muscle fiber that is innervated by alpha motor neuron and generates tension by contracting, thereby allowing for skeletal movement. These fibers make up the large mass of skeletal muscle tissue and are attached to bones by tendons.""", + meaning=CL["0008046"])) + setattr(cls, "CL:0000636", + PermissibleValue( + text="CL:0000636", + description="""Astrocyte-like radial glial cell that extends vertically throughout the retina, with the nucleus are usually in the middle of the inner nuclear layer.""", + meaning=CL["0000636"])) + setattr(cls, "CL:1000695", + PermissibleValue( + text="CL:1000695", + meaning=CL["1000695"])) + setattr(cls, "CL:0002554", + PermissibleValue( + text="CL:0002554", + description="A fibroblast of the lymphatic system.", + meaning=CL["0002554"])) + setattr(cls, "CL:0000056", + PermissibleValue( + text="CL:0000056", + description="""A cell that is commited to differentiating into a muscle cell. Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes. Myoblasts also occur as transient populations of cells in muscles undergoing repair.""", + meaning=CL["0000056"])) + setattr(cls, "CL:0009004", + PermissibleValue( + text="CL:0009004", + description="""Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates.""", + meaning=CL["0009004"])) + setattr(cls, "CL:2000014", + PermissibleValue( + text="CL:2000014", + description="Any skin fibroblast that is part of a upper leg skin.", + meaning=CL["2000014"])) + setattr(cls, "CL:1000042", + PermissibleValue( + text="CL:1000042", + description="Any neuroblast (sensu Vertebrata) that is part of some forebrain.", + meaning=CL["1000042"])) + setattr(cls, "CL:0000039", + PermissibleValue( + text="CL:0000039", + description="""A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring.""", + meaning=CL["0000039"])) + setattr(cls, "CL:4030064", + PermissibleValue( + text="CL:4030064", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 5. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L5 IT.""", + meaning=CL["4030064"])) + setattr(cls, "CL:0002597", + PermissibleValue( + text="CL:0002597", + description="A smooth muscle cell of the bladder.", + meaning=CL["0002597"])) + setattr(cls, "CL:0000365", + PermissibleValue( + text="CL:0000365", + description="Diploid cell produced by the fusion of sperm cell nucleus and egg cell.", + meaning=CL["0000365"])) + setattr(cls, "CL:0000555", + PermissibleValue( + text="CL:0000555", + meaning=CL["0000555"])) + setattr(cls, "CL:0000621", + PermissibleValue( + text="CL:0000621", + description="""A myoblast that is committed to a myotube-specific program of differentiation but not yet fused. It undergoes very limited additional proliferation. After fusion, it will take on a muscle identity specified by a `muscle founder cell` (CL:0008006).""", + meaning=CL["0000621"])) + setattr(cls, "CL:0008037", + PermissibleValue( + text="CL:0008037", + description="""A lower motor neuron that innervates only intrafusal muscle fibers. Unlike the alpha motor neurons, gamma motor neurons do not directly adjust the lengthening or shortening of muscles but function in adjusting the sensitivity of muscle spindles and in keeping muscle spindles taut, thereby allowing the continued firing of alpha neurons.""", + meaning=CL["0008037"])) + setattr(cls, "CL:0003035", + PermissibleValue( + text="CL:0003035", + description="A monostratified retinal ganglion cell that contains opsin.", + meaning=CL["0003035"])) + setattr(cls, "CL:0000586", + PermissibleValue( + text="CL:0000586", + description="The reproductive cell in multicellular organisms.", + meaning=CL["0000586"])) + setattr(cls, "CL:0002291", + PermissibleValue( + text="CL:0002291", + description="""A sperm bearing an X chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.""", + meaning=CL["0002291"])) + setattr(cls, "CL:1001585", + PermissibleValue( + text="CL:1001585", + description="""Glandular cell of appendix epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001585"])) + setattr(cls, "CL:0000029", + PermissibleValue( + text="CL:0000029", + description="Any neuron that develops from some migratory neural crest cell.", + meaning=CL["0000029"])) + setattr(cls, "CL:0002574", + PermissibleValue( + text="CL:0002574", + description="A stromal cell of the pancreas.", + meaning=CL["0002574"])) + setattr(cls, "CL:0002541", + PermissibleValue( + text="CL:0002541", + description="A mesenchymal stem cell of the chorionic membrane.", + meaning=CL["0002541"])) + setattr(cls, "CL:0000885", + PermissibleValue( + text="CL:0000885", + description="""A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated lymphoid tissues of the gut.""", + meaning=CL["0000885"])) + setattr(cls, "CL:0000937", + PermissibleValue( + text="CL:0000937", + description="""Cell committed to natural killer cell lineage that has the phenotype CD122-positive, CD34-positive, and CD117-positive. This cell type lacks expression of natural killer receptor proteins.""", + meaning=CL["0000937"])) + setattr(cls, "CL:0002173", + PermissibleValue( + text="CL:0002173", + description="""A cell that is a specialized type of pericyte providing structural support for the capillary loops of kidney. A flat, elongated cell with extensive fine cytoplasmic processes found outside the kidney glomerulus near the macula densa and bound laterally by afferent and efferent arterioles. Being phagocytic, this cell participates in the continuous turnover of the basal lamina by removing its outer portion containing residues of filtration, while the lamina is renewed on its inner surface by the endothelial cells.""", + meaning=CL["0002173"])) + setattr(cls, "CL:4040006", + PermissibleValue( + text="CL:4040006", + description="A chromatophore that is part of the dermis.", + meaning=CL["4040006"])) + setattr(cls, "CL:2000088", + PermissibleValue( + text="CL:2000088", + description="Any basket cell that is part of a Ammon's horn.", + meaning=CL["2000088"])) + setattr(cls, "CL:0000811", + PermissibleValue( + text="CL:0000811", + description="""An immature alpha-beta T cell that is located in the thymus and is CD8-positive and CD4-negative.""", + meaning=CL["0000811"])) + setattr(cls, "CL:0005023", + PermissibleValue( + text="CL:0005023", + description="""Cranial motor neuron which innervates muscles derived from the branchial (pharyngeal) arches.""", + meaning=CL["0005023"])) + setattr(cls, "CL:0002336", + PermissibleValue( + text="CL:0002336", + description="""An endothelial cell that lines the oral cavitiy including the mucosa of the gums, the palate, the lip, and the cheek.""", + meaning=CL["0002336"])) + setattr(cls, "CL:0009097", + PermissibleValue( + text="CL:0009097", + description="""A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development.""", + meaning=CL["0009097"])) + setattr(cls, "CL:0000946", + PermissibleValue( + text="CL:0000946", + description="""A lymphocyte of B lineage that is devoted to secreting large amounts of immunoglobulin.""", + meaning=CL["0000946"])) + setattr(cls, "CL:4033038", + PermissibleValue( + text="CL:4033038", + description="An alpha-beta CD4 T cell that resides in the lung.", + meaning=CL["4033038"])) + setattr(cls, "CL:0000120", + PermissibleValue( + text="CL:0000120", + description="""A neuron of the vertebrate central nervous system that is small in size. This general class includes small neurons in the granular layer of the cerebellar cortex, cerebral cortex neurons that are not pyramidal cells and small neurons without axons found in the olfactory bulb.""", + meaning=CL["0000120"])) + setattr(cls, "CL:4023009", + PermissibleValue( + text="CL:4023009", + description="""A glutamatergic neuron located in the cerebral cortex that projects to structures not derived from telencephalon.""", + meaning=CL["4023009"])) + setattr(cls, "CL:0002233", + PermissibleValue( + text="CL:0002233", + description="An epithelial cell of the prostatic acinus.", + meaning=CL["0002233"])) + setattr(cls, "CL:0000647", + PermissibleValue( + text="CL:0000647", + description="""A phagocytic cell formed by the fusion of macrophages, occurs in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, component of granulomas. Sometimes used to refer to megakaryocytes.""", + meaning=CL["0000647"])) + setattr(cls, "CL:0000977", + PermissibleValue( + text="CL:0000977", + description="A short lived plasma cell that secretes IgG.", + meaning=CL["0000977"])) + setattr(cls, "CL:0000078", + PermissibleValue( + text="CL:0000078", + meaning=CL["0000078"])) + setattr(cls, "CL:0002106", + PermissibleValue( + text="CL:0002106", + description="""An IgD-positive CD38-positive IgG memory B cell is a CD38-positive IgG-positive class switched memory B cell that has class switched and expresses IgD on the cell surface with the phenotype IgD-positive, CD38-positive, and IgG-positive.""", + meaning=CL["0002106"])) + setattr(cls, "CL:0002387", + PermissibleValue( + text="CL:0002387", + description="""Cylindrical spore formed by development and compartmentation of hyphae; the hyphae are often supporting blastoconidiophores.""", + meaning=CL["0002387"])) + setattr(cls, "CL:0002219", + PermissibleValue( + text="CL:0002219", + description="""A trophoblast found at the junction of the placenta. This cell type makes a unique fibronectin-trophouteronectin junction that helps mediate attachment of the placenta to the uterus. This cell type is also found junction of the chorion layer of the external membranes and the decidua.""", + meaning=CL["0002219"])) + setattr(cls, "CL:4030036", + PermissibleValue( + text="CL:4030036", + description="""A spermatid in an early stage of maturation that has a round morphology and is transcriptionally active.""", + meaning=CL["4030036"])) + setattr(cls, "CL:0002516", + PermissibleValue( + text="CL:0002516", + description="""A chromaffin cell interspersed among the interrenal epithelial layer of the anterior kidney of teloest fish.""", + meaning=CL["0002516"])) + setattr(cls, "CL:0002636", + PermissibleValue( + text="CL:0002636", + description="A nonkeratinized cell epithleial cell of the inferior part of the anal canal.", + meaning=CL["0002636"])) + setattr(cls, "CL:0001039", + PermissibleValue( + text="CL:0001039", + description="""Osteoblast that is terminally differentiated, located adjacent to acellular or cellular bone tissue within periosteum, and is capable of mineralizing the matrix.""", + meaning=CL["0001039"])) + setattr(cls, "CL:0002588", + PermissibleValue( + text="CL:0002588", + description="A smooth muscle cell of the umbilical vein.", + meaning=CL["0002588"])) + setattr(cls, "CL:1000398", + PermissibleValue( + text="CL:1000398", + description="""An endothelial cell that is part of the hepatic sinusoid. These cells possess flattened areas containing perforations about 0.1 micrometers in diameter, known as fenestrae. The fenestrae are arranged in groups known as sieve plates.""", + meaning=CL["1000398"])) + setattr(cls, "CL:4033017", + PermissibleValue( + text="CL:4033017", + description="A smooth muscle cell that is part of a bronchiole.", + meaning=CL["4033017"])) + setattr(cls, "CL:0000861", + PermissibleValue( + text="CL:0000861", + description="""A macrophage which develops from an inflammatory monocyte and is recruited into the tissues in response to injury and infection as part of an inflammatory response. Markers include CD11b-positive, CD68-positive, and F4/80-positive.""", + meaning=CL["0000861"])) + setattr(cls, "CL:0000372", + PermissibleValue( + text="CL:0000372", + description="""An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization that forms a socket around the base of a cuticular specialization produced by a trichogen cell.""", + meaning=CL["0000372"])) + setattr(cls, "CL:0000753", + PermissibleValue( + text="CL:0000753", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell body of these cells is in the middle of the inner plexiform layer. The dendritic tree is stout and the axon terminates in sublamina 1. The axonal terminal is wide and has only a few varicosities.""", + meaning=CL["0000753"])) + setattr(cls, "CL:0000066", + PermissibleValue( + text="CL:0000066", + description="""A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina.""", + meaning=CL["0000066"])) + setattr(cls, "CL:1000681", + PermissibleValue( + text="CL:1000681", + description="A cell that is part of an interstitial compartment of a renal cortex.", + meaning=CL["1000681"])) + setattr(cls, "CL:0000819", + PermissibleValue( + text="CL:0000819", + description="""A B cell of distinct lineage and surface marker expression. B-1 B cells are thought to be the primary source of natural IgM immunoglobulin, that is, IgM produced in large quantities without prior antigenic stimulation and generally reactive against various microorganisms, as well as the source of T-independent IgA immunoglobulin in the mucosal areas. These cells are CD43-positive.""", + meaning=CL["0000819"])) + setattr(cls, "CL:0000221", + PermissibleValue( + text="CL:0000221", + description="A cell of the outer of the three germ layers of the embryo.", + meaning=CL["0000221"])) + setattr(cls, "CL:0000842", + PermissibleValue( + text="CL:0000842", + description="A leukocyte with a single non-segmented nucleus in the mature form.", + meaning=CL["0000842"])) + setattr(cls, "CL:0001031", + PermissibleValue( + text="CL:0001031", + description="""An excitatory granule cell with a soma located in the granular layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites with a characteristic claw-like appearance and a long axon that ascends to the molecular layer where it bifurcates (except in non-teleost fish, where it does not bifurcate) and extends mediolaterally to form parallel fibers.""", + meaning=CL["0001031"])) + setattr(cls, "CL:0000097", + PermissibleValue( + text="CL:0000097", + description="""A cell that is found in almost all tissues containing numerous basophilic granules and capable of releasing large amounts of histamine and heparin upon activation. Progenitors leave bone marrow and mature in connective and mucosal tissue. Mature mast cells are found in all tissues, except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is the main controlling signal of their survival and development.""", + meaning=CL["0000097"])) + setattr(cls, "CL:0000408", + PermissibleValue( + text="CL:0000408", + description="""Any male germ cell that has characteristic some haploid and is capable of some fertilization.""", + meaning=CL["0000408"])) + setattr(cls, "CL:0002204", + PermissibleValue( + text="CL:0002204", + description="""A cell type found in the gastrointestinal and respiratory tracts that is characterized by the presence of a tuft of blunt, squat microvilli (120-140 per cell). Function of this cell type is not known.""", + meaning=CL["0002204"])) + setattr(cls, "CL:0004215", + PermissibleValue( + text="CL:0004215", + description="A type 5 cone bipolar cell with narrowly stratified post synaptic terminals.", + meaning=CL["0004215"])) + setattr(cls, "CL:0000110", + PermissibleValue( + text="CL:0000110", + description="A neuron that uses neuropeptides as transmitters.", + meaning=CL["0000110"])) + setattr(cls, "CL:2000040", + PermissibleValue( + text="CL:2000040", + description="Any microvascular endothelial cell that is part of a urinary bladder.", + meaning=CL["2000040"])) + setattr(cls, "CL:1000454", + PermissibleValue( + text="CL:1000454", + description="An epithelial cell that is part of the collecting duct of renal tubule.", + meaning=CL["1000454"])) + setattr(cls, "CL:0000822", + PermissibleValue( + text="CL:0000822", + description="""A conventional B cell subject to antigenic stimulation and dependent on T cell help and with a distinct surface marker expression pattern from B-1 B cells. These cells are CD43-negative.""", + meaning=CL["0000822"])) + setattr(cls, "CL:0000925", + PermissibleValue( + text="CL:0000925", + description="""A type I NK T cell that has been recently activated, secretes interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, and downregulated NK markers.""", + meaning=CL["0000925"])) + setattr(cls, "CL:0002218", + PermissibleValue( + text="CL:0002218", + description="""A double negative thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.""", + meaning=CL["0002218"])) + setattr(cls, "CL:0002412", + PermissibleValue( + text="CL:0002412", + description="""A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains in the T-cell receptor.""", + meaning=CL["0002412"])) + setattr(cls, "CL:0004124", + PermissibleValue( + text="CL:0004124", + description="A retinal ganglion cell C inner that has medium dendritic diversity.", + meaning=CL["0004124"])) + setattr(cls, "CL:4023039", + PermissibleValue( + text="CL:4023039", + description="""Any neuron that has its soma located in some amygdala and is capable of some glutamate secretion, neurotransmission.""", + meaning=CL["4023039"])) + setattr(cls, "CL:0000584", + PermissibleValue( + text="CL:0000584", + description="""An epithelial cell that has its apical plasma membrane folded into microvilli to provide ample surface for the absorption of nutrients from the intestinal lumen.""", + meaning=CL["0000584"])) + setattr(cls, "CL:2000024", + PermissibleValue( + text="CL:2000024", + description="Any neuron that is part of a spinal cord medial motor column.", + meaning=CL["2000024"])) + setattr(cls, "CL:0000023", + PermissibleValue( + text="CL:0000023", + description="A female germ cell that has entered meiosis.", + meaning=CL["0000023"])) + setattr(cls, "CL:0009008", + PermissibleValue( + text="CL:0009008", + description="A macrophage which is resident in the lamina propria of the large intestine.", + meaning=CL["0009008"])) + setattr(cls, "CL:4023163", + PermissibleValue( + text="CL:4023163", + description="""A bushy cell that receives only few large excitatory endbulb synapses from auditory nerves. Spherical bush cells give excitatory input to the lateral and medial parts of the superior olive.""", + meaning=CL["4023163"])) + setattr(cls, "CL:0000893", + PermissibleValue( + text="CL:0000893", + description="An immature T cell located in the thymus.", + meaning=CL["0000893"])) + setattr(cls, "CL:0011000", + PermissibleValue( + text="CL:0011000", + description="A CNS interneuron located in the dorsal horn of the spinal cord.", + meaning=CL["0011000"])) + setattr(cls, "CL:0000602", + PermissibleValue( + text="CL:0000602", + description="""A receptor in the vascular system, particularly the aorta and carotid sinus, which is sensitive to stretch of the vessel walls.""", + meaning=CL["0000602"])) + setattr(cls, "CL:0000211", + PermissibleValue( + text="CL:0000211", + description="""A cell whose function is determined by the generation or the reception of an electric signal.""", + meaning=CL["0000211"])) + setattr(cls, "CL:0017006", + PermissibleValue( + text="CL:0017006", + description="A lymphocyte of B lineage that has gotten larger after being stimulated by an antigen.", + meaning=CL["0017006"])) + setattr(cls, "CL:1000507", + PermissibleValue( + text="CL:1000507", + description="A cell that is part of a nephron tubule.", + meaning=CL["1000507"])) + setattr(cls, "CL:0000766", + PermissibleValue( + text="CL:0000766", + description="A cell of the monocyte, granulocyte, or mast cell lineage.", + meaning=CL["0000766"])) + setattr(cls, "CL:0000362", + PermissibleValue( + text="CL:0000362", + description="An epithelial cell of the integument (the outer layer of an organism).", + meaning=CL["0000362"])) + setattr(cls, "CL:0000022", + PermissibleValue( + text="CL:0000022", + description="A stem cell that is the precursor of female gametes.", + meaning=CL["0000022"])) + setattr(cls, "CL:1000891", + PermissibleValue( + text="CL:1000891", + description="Any kidney blood vessel cell that is part of some kidney arterial blood vessel.", + meaning=CL["1000891"])) + setattr(cls, "CL:1000391", + PermissibleValue( + text="CL:1000391", + description="A melanocyte that is part of the eyelid.", + meaning=CL["1000391"])) + setattr(cls, "CL:0002631", + PermissibleValue( + text="CL:0002631", + description="Any epithelial cell that is part of some upper respiratory tract epithelium.", + meaning=CL["0002631"])) + setattr(cls, "CL:0000941", + PermissibleValue( + text="CL:0000941", + description="""A dendritic cell arising in thymus that has the phenotype CD11c-positive, CD11b-negative, and CD45RA-negative.""", + meaning=CL["0000941"])) + setattr(cls, "CL:0000240", + PermissibleValue( + text="CL:0000240", + meaning=CL["0000240"])) + setattr(cls, "CL:1000358", + PermissibleValue( + text="CL:1000358", + description="A M cell that is part of the epithelium proper of ileum.", + meaning=CL["1000358"])) + setattr(cls, "CL:0001050", + PermissibleValue( + text="CL:0001050", + description="A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + meaning=CL["0001050"])) + setattr(cls, "CL:0002528", + PermissibleValue( + text="CL:0002528", + description="""A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0002528"])) + setattr(cls, "CL:0002303", + PermissibleValue( + text="CL:0002303", + description="""A cell that is part of pigmented ciliary epithelium. This cell type uptakes sodium and chloride ions from stromal interstitium and passes the ions to non-pigmented ciliary epithelial cells via gap junctions.""", + meaning=CL["0002303"])) + setattr(cls, "CL:0002445", + PermissibleValue( + text="CL:0002445", + description="A NK1.1-positive T cell that is Ly49D-negative.", + meaning=CL["0002445"])) + setattr(cls, "CL:0000033", + PermissibleValue( + text="CL:0000033", + description="""An exocrine cell characterized by loss of part of the cytoplasm during the process of secretion. The secreted substance is accumulated at the apical end and is either budded off through the plasma membrane producing secreted vesicles or dissolved in the cytoplasm that is lost during secretion.""", + meaning=CL["0000033"])) + setattr(cls, "CL:1000486", + PermissibleValue( + text="CL:1000486", + description="""A basal cell that is part of the urothelium. Compared to other urothelial cell types, a basal cell of the urothelium is positioned along the basement membrane, is the most undifferentiated and serves a progenitor role.""", + meaning=CL["1000486"])) + setattr(cls, "CL:0000839", + PermissibleValue( + text="CL:0000839", + description="A progenitor cell restricted to the myeloid lineage.", + meaning=CL["0000839"])) + setattr(cls, "CL:0003016", + PermissibleValue( + text="CL:0003016", + description="""A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003016"])) + setattr(cls, "CL:2000080", + PermissibleValue( + text="CL:2000080", + description="Any mesenchymal stem cell of adipose tissue that is part of an abdomen.", + meaning=CL["2000080"])) + setattr(cls, "CL:0000898", + PermissibleValue( + text="CL:0000898", + description="""Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, CD45RA-positive, and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.""", + meaning=CL["0000898"])) + setattr(cls, "CL:0002113", + PermissibleValue( + text="CL:0002113", + description="""A B220-low CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-low, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002113"])) + setattr(cls, "CL:0009038", + PermissibleValue( + text="CL:0009038", + description="A macrophage that is located in the colon.", + meaning=CL["0009038"])) + setattr(cls, "CL:0000051", + PermissibleValue( + text="CL:0000051", + description="A oligopotent progenitor cell committed to the lymphoid lineage.", + meaning=CL["0000051"])) + setattr(cls, "CL:0000060", + PermissibleValue( + text="CL:0000060", + description="""Skeletogenic cell that secretes dentine matrix, is derived from the odontogenic papilla, and develops from a preodontoblast cell.""", + meaning=CL["0000060"])) + setattr(cls, "CL:0000720", + PermissibleValue( + text="CL:0000720", + meaning=CL["0000720"])) + setattr(cls, "CL:0000123", + PermissibleValue( + text="CL:0000123", + meaning=CL["0000123"])) + setattr(cls, "CL:1000347", + PermissibleValue( + text="CL:1000347", + description="A columnar cell of the colon that is part of the colonic epithelium.", + meaning=CL["1000347"])) + setattr(cls, "CL:0000149", + PermissibleValue( + text="CL:0000149", + meaning=CL["0000149"])) + setattr(cls, "CL:0009106", + PermissibleValue( + text="CL:0009106", + description="A specialized fibroblast found in the medulla of lymph node.", + meaning=CL["0009106"])) + setattr(cls, "CL:1000360", + PermissibleValue( + text="CL:1000360", + description="A M cell that is part of the epithelium proper of large intestine.", + meaning=CL["1000360"])) + setattr(cls, "CL:0000613", + PermissibleValue( + text="CL:0000613", + description="""A progenitor cell committed to the basophil lineage. This cell lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, Gata-2 and C/EBPa.""", + meaning=CL["0000613"])) + setattr(cls, "CL:4033055", + PermissibleValue( + text="CL:4033055", + description="A ciliated cell that is part of a ciliated duct of an airway submucosal gland.", + meaning=CL["4033055"])) + setattr(cls, "CL:0009074", + PermissibleValue( + text="CL:0009074", + description="""A thymic medullary epithelial cell that expresses typical tuft cell markers instead of classical mTEC or cTEC markers. This population has a bulbous-like structure.""", + meaning=CL["0009074"])) + setattr(cls, "CL:0000688", + PermissibleValue( + text="CL:0000688", + description="""A fibroblast-like cell that provides support at neuromuscular junctions in vertebrates and are localized outside the synaptic basal lamina.""", + meaning=CL["0000688"])) + setattr(cls, "CL:0000991", + PermissibleValue( + text="CL:0000991", + description="""CD11c-negative plasmacytoid dendritic cell is a leukocyte is CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive.""", + meaning=CL["0000991"])) + setattr(cls, "CL:0000790", + PermissibleValue( + text="CL:0000790", + description="""An alpha-beta T cell that has an immature phenotype and has not completed T cell selection.""", + meaning=CL["0000790"])) + setattr(cls, "CL:1000191", + PermissibleValue( + text="CL:1000191", + description="""A rod-like cell in the inner ear, having their heads joined and their bases on the basilar membrane widely separated so as to form a spiral tunnel known as the tunnel of Corti.""", + meaning=CL["1000191"])) + setattr(cls, "CL:0000710", + PermissibleValue( + text="CL:0000710", + description="Epithelial cells derived from neural plate and neural crest.", + meaning=CL["0000710"])) + setattr(cls, "CL:0002153", + PermissibleValue( + text="CL:0002153", + description="""The dead keratin-filled squamous cell of the stratum corneum. This cell type lacks a nucleus.""", + meaning=CL["0002153"])) + setattr(cls, "CL:0005002", + PermissibleValue( + text="CL:0005002", + description="A non-terminally differentiated cell that differentiates into a xanthophore.", + meaning=CL["0005002"])) + setattr(cls, "CL:0001013", + PermissibleValue( + text="CL:0001013", + description="""Mature interstitial dendritic cell is a interstitial dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001013"])) + setattr(cls, "CL:0009017", + PermissibleValue( + text="CL:0009017", + description="""An intestinal stem cell that is located in the small intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the small intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009017"])) + setattr(cls, "CL:0008040", + PermissibleValue( + text="CL:0008040", + description="""An endothelial cell of the venule that is squamous shaped. This is in contrast to the cubodial shape of high endothelial venule cells.""", + meaning=CL["0008040"])) + setattr(cls, "CL:0002110", + PermissibleValue( + text="CL:0002110", + description="""A B220-low CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002110"])) + setattr(cls, "CL:0000255", + PermissibleValue( + text="CL:0000255", + description="Any cell that only exists in Eukaryota.", + meaning=CL["0000255"])) + setattr(cls, "CL:1000612", + PermissibleValue( + text="CL:1000612", + description="Any renal cortical epithelial cell that is part of some renal corpuscle.", + meaning=CL["1000612"])) + setattr(cls, "CL:3000001", + PermissibleValue( + text="CL:3000001", + description="""A tissue-resident macrophage that is part of the placenta. A Hofbauer cell expresses high levels of growth factors and metalloproteinases that support vasculogenesis, angiogenesis, branching morphogenesis and tissue remodeling. A Hofbauer cell has a fetal origin and is present throughout pregnancy.""", + meaning=CL["3000001"])) + setattr(cls, "CL:0002274", + PermissibleValue( + text="CL:0002274", + description="A cell type that secretes histamine.", + meaning=CL["0002274"])) + setattr(cls, "CL:0002048", + PermissibleValue( + text="CL:0002048", + description="A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, CD38-positive.", + meaning=CL["0002048"])) + setattr(cls, "CL:0000761", + PermissibleValue( + text="CL:0000761", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The dendritic tree is wide and the dendritic convergence indicates cone selectivity. The axon terminal is sparsely branched and terminates in sublamina 5 of the inner plexiform layer.""", + meaning=CL["0000761"])) + setattr(cls, "CL:0001019", + PermissibleValue( + text="CL:0001019", + meaning=CL["0001019"])) + setattr(cls, "CL:0002269", + PermissibleValue( + text="CL:0002269", + description="An endocrine cell that secretes vasoactive intestinal peptide.", + meaning=CL["0002269"])) + setattr(cls, "CL:0009009", + PermissibleValue( + text="CL:0009009", + description="A paneth cell that is located in the epithelium of the colon.", + meaning=CL["0009009"])) + setattr(cls, "CL:0010016", + PermissibleValue( + text="CL:0010016", + description="""A cell with a flagellum surrounded by a collar of microvilli. The motion of the flagellum draws water past the microvilli, serving either a feeding or sensory function. Collar cells are found in multiple animals, including sponges, echinoderms, and cnidarians. They are also found outside animals in the choanoflagellates. Although collar cells are superficially similar, their cytoskeletal structure and functional biology are different in different groups of organisms.""", + meaning=CL["0010016"])) + setattr(cls, "CL:1001603", + PermissibleValue( + text="CL:1001603", + description="Circulating macrophages and tissue macrophages (alveolar macrophages) of lung.", + meaning=CL["1001603"])) + setattr(cls, "CL:0004217", + PermissibleValue( + text="CL:0004217", + description="""A horizontal cell with a large cell body, thick dendrites, and a large dendritic arbor.""", + meaning=CL["0004217"])) + setattr(cls, "CL:0001040", + PermissibleValue( + text="CL:0001040", + description="""Osteoblast that is non-terminally differentiated and located in cellular bone tissue or under the periosteum in acellular bone.""", + meaning=CL["0001040"])) + setattr(cls, "CL:0002669", + PermissibleValue( + text="CL:0002669", + description="An otic fibrocyte that lines the otic capsule.", + meaning=CL["0002669"])) + setattr(cls, "CL:0000205", + PermissibleValue( + text="CL:0000205", + description="""A cellular receptor which mediates the sense of temperature. Thermoreceptor cells in vertebrates are mostly located under the skin. In mammals there are separate types of thermoreceptors for cold and for warmth and pain receptor cells which detect cold or heat extreme enough to cause pain.""", + meaning=CL["0000205"])) + setattr(cls, "CL:0002294", + PermissibleValue( + text="CL:0002294", + description="""An epithelial cell with a well defined Golgi apparatus that makes up the continuous layer of cells bordering the thymic tissue beneath the capsule.""", + meaning=CL["0002294"])) + setattr(cls, "CL:1000345", + PermissibleValue( + text="CL:1000345", + description="""A paneth cell that is part of the epithelium of crypt of Lieberkuhn of small intestine.""", + meaning=CL["1000345"])) + setattr(cls, "CL:0009077", + PermissibleValue( + text="CL:0009077", + description="A thymic epithelial cell located within the subcapsular region of the thymus.", + meaning=CL["0009077"])) + setattr(cls, "CL:0001201", + PermissibleValue( + text="CL:0001201", + description="A B cell that is CD19-positive.", + meaning=CL["0001201"])) + setattr(cls, "CL:0002600", + PermissibleValue( + text="CL:0002600", + description="A smooth muscle cell of the trachea.", + meaning=CL["0002600"])) + setattr(cls, "CL:4023030", + PermissibleValue( + text="CL:4023030", + description="""A sst GABAergic cortical interneuron that has \"fanning-out' Martinotti morphology that is found in layer 2/3/5 of the cerebral cortex. They have local axon arbor and long ascending axons that spreads horizontally and arborizes significantly in L1.""", + meaning=CL["4023030"])) + setattr(cls, "CL:0000361", + PermissibleValue( + text="CL:0000361", + description="""A cell of the embryo in the early stage following the blastula, characterized by morphogenetic cell movements, cell differentiation, and the formation of the three germ layers.""", + meaning=CL["0000361"])) + setattr(cls, "CL:0019022", + PermissibleValue( + text="CL:0019022", + description="""An endothelial cell found in the centrilobular region hepatic sinusoid, near the central vein. The fenestrae of these cells are smaller but more numerous compared with those of endothelial cells near the periportal region of the hepatic sinusoid.""", + meaning=CL["0019022"])) + setattr(cls, "CL:4023170", + PermissibleValue( + text="CL:4023170", + description="A trigeminal neuron that is responsible for sensation in the face.", + meaning=CL["4023170"])) + setattr(cls, "CL:0002475", + PermissibleValue( + text="CL:0002475", + description="""A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-intermediate, and CD11b-high.""", + meaning=CL["0002475"])) + setattr(cls, "CL:0000677", + PermissibleValue( + text="CL:0000677", + description="""Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.""", + meaning=CL["0000677"])) + setattr(cls, "CL:0002017", + PermissibleValue( + text="CL:0002017", + description="An orthochromatophilic erythroblast that is ter119-high, CD71-low, and Kit-negative.", + meaning=CL["0002017"])) + setattr(cls, "CL:0000680", + PermissibleValue( + text="CL:0000680", + description="A non-terminally differentiated cell that is capable of developing into a muscle cell.", + meaning=CL["0000680"])) + setattr(cls, "CL:0003011", + PermissibleValue( + text="CL:0003011", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field and a sparse dendritic arbor with post synaptic terminals in sublaminar layer S4.""", + meaning=CL["0003011"])) + setattr(cls, "CL:1000363", + PermissibleValue( + text="CL:1000363", + description="A transitional myocyte that is part of the atrial branch of anterior internodal tract.", + meaning=CL["1000363"])) + setattr(cls, "CL:0002220", + PermissibleValue( + text="CL:0002220", + description="A cell located between the pinealocytes.", + meaning=CL["0002220"])) + setattr(cls, "CL:4023108", + PermissibleValue( + text="CL:4023108", + description="""A magnocellular neurosecretory cell that is capable of producing and secreting oxytocin.""", + meaning=CL["4023108"])) + setattr(cls, "CL:0010014", + PermissibleValue( + text="CL:0010014", + meaning=CL["0010014"])) + setattr(cls, "CL:0000315", + PermissibleValue( + text="CL:0000315", + description="""A cell secreting tears, the fluid secreted by the lacrimal glands. This fluid moistens the conjunctiva and cornea.""", + meaning=CL["0000315"])) + setattr(cls, "CL:0000155", + PermissibleValue( + text="CL:0000155", + description="""A cell that is usually basal in position, cuboidal with round nucleus, short microvilli, secretes pepsinogen.""", + meaning=CL["0000155"])) + setattr(cls, "CL:0009022", + PermissibleValue( + text="CL:0009022", + description="A stromal cell found in the lamina propria of the small intestine.", + meaning=CL["0009022"])) + setattr(cls, "CL:0001022", + PermissibleValue( + text="CL:0001022", + description="CD115-positive monocyte is a monocyte that is CD115-positive and CD11b-positive.", + meaning=CL["0001022"])) + setattr(cls, "CL:1000289", + PermissibleValue( + text="CL:1000289", + description="A muscle cell that is part of the atrial septal branch of anterior internodal tract.", + meaning=CL["1000289"])) + setattr(cls, "CL:0002076", + PermissibleValue( + text="CL:0002076", + description="An epithelial cell derived from endoderm.", + meaning=CL["0002076"])) + setattr(cls, "CL:0001005", + PermissibleValue( + text="CL:0001005", + description="""Mature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001005"])) + setattr(cls, "CL:0001080", + PermissibleValue( + text="CL:0001080", + description="""A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-negative.""", + meaning=CL["0001080"])) + setattr(cls, "CL:0003024", + PermissibleValue( + text="CL:0003024", + description="A retinal ganglion cell C with medium cell bodies and large dendritic field.", + meaning=CL["0003024"])) + setattr(cls, "CL:0002448", + PermissibleValue( + text="CL:0002448", + description="A NK1.1-positive T cell that is Ly49H-negative.", + meaning=CL["0002448"])) + setattr(cls, "CL:0009061", + PermissibleValue( + text="CL:0009061", + description="An intestinal crypt stem cell that is located in the anorectum.", + meaning=CL["0009061"])) + setattr(cls, "CL:0000486", + PermissibleValue( + text="CL:0000486", + description="""A large binucleate cell that forms a 'garland' around the anterior end of the proventriculus (cardia) at its junction with the esophagus in both adults and larvae flies. Each cell is surrounded by a basement membrane and there are numerous micro-invaginations (lacunae) extending from the surface into the cytoplasm. At the mouth of each lacuna is a doubled filament forming a specialised filtration system (diaphragm). The filtrate is endocytosed from the lacunae.""", + meaning=CL["0000486"])) + setattr(cls, "CL:1000372", + PermissibleValue( + text="CL:1000372", + description="A transitional myocyte that is part of the atrial part of atrioventricular bundle.", + meaning=CL["1000372"])) + setattr(cls, "CL:0002352", + PermissibleValue( + text="CL:0002352", + description="A hematopoietic stem cell that exists during embryogenesis.", + meaning=CL["0002352"])) + setattr(cls, "CL:1000698", + PermissibleValue( + text="CL:1000698", + description="A tissue-resident macrophage that is part of some kidney.", + meaning=CL["1000698"])) + setattr(cls, "CL:1001436", + PermissibleValue( + text="CL:1001436", + description="The subcutaneous mechanoreceptors that innervate tylotrich hair follicles.", + meaning=CL["1001436"])) + setattr(cls, "CL:0002347", + PermissibleValue( + text="CL:0002347", + description="""A mature natural killer cell that is CD27-high and CD11b-high. This cell type is capable of interferon-gamma secretion.""", + meaning=CL["0002347"])) + setattr(cls, "CL:2000035", + PermissibleValue( + text="CL:2000035", + description="Any neuromast mantle cell that is part of an anterior lateral line.", + meaning=CL["2000035"])) + setattr(cls, "CL:0009069", + PermissibleValue( + text="CL:0009069", + description="""An unconventional T lymphocyte population within the thymic medulla that expresses both alpha/beta and gamma/delta T cell signatures.""", + meaning=CL["0009069"])) + setattr(cls, "CL:0002281", + PermissibleValue( + text="CL:0002281", + description="""Scattered in duodenojejunal mucosa, this enteroendocrine cell secretes secretin and serotonin.""", + meaning=CL["0002281"])) + setattr(cls, "CL:0009115", + PermissibleValue( + text="CL:0009115", + description="An endothelial cell located in a lymph node lymphatic vessel.", + meaning=CL["0009115"])) + setattr(cls, "CL:0002604", + PermissibleValue( + text="CL:0002604", + description="An astrocyte that is part of the hippocampus.", + meaning=CL["0002604"])) + setattr(cls, "CL:0000534", + PermissibleValue( + text="CL:0000534", + description="A primary neuron (sensu Teleostei) that is neither a sensory neuron or a motor neuron.", + meaning=CL["0000534"])) + setattr(cls, "CL:0002256", + PermissibleValue( + text="CL:0002256", + description="""A supportive cell that has characteristics of glial cell. Processes of this cell envelope the junctions between glomus cells and nerve endings.""", + meaning=CL["0002256"])) + setattr(cls, "CL:0002599", + PermissibleValue( + text="CL:0002599", + description="A smooth muscle cell of the esophagus.", + meaning=CL["0002599"])) + setattr(cls, "CL:0002620", + PermissibleValue( + text="CL:0002620", + description="A fibroblast of skin.", + meaning=CL["0002620"])) + setattr(cls, "CL:0000082", + PermissibleValue( + text="CL:0000082", + description="An epithelial cell of the lung.", + meaning=CL["0000082"])) + setattr(cls, "CL:0002321", + PermissibleValue( + text="CL:0002321", + description="A cell of the embryo.", + meaning=CL["0002321"])) + setattr(cls, "CL:0009033", + PermissibleValue( + text="CL:0009033", + description="A plasma cell that is located in a vermiform appendix.", + meaning=CL["0009033"])) + setattr(cls, "CL:0002289", + PermissibleValue( + text="CL:0002289", + description="""A densely staining taste receptor cell that contains many dense vacuoles in their apical regions which project into the apical space and bear microvilli. This cell type serves as a supporting cell by surrounding and isolating the other cell types from each other; secrete a dense amorphous material that surrounds the microvilli in the taste pore. This cell type expresses a glial glutumate transporter, GLAST.""", + meaning=CL["0002289"])) + setattr(cls, "CL:0009058", + PermissibleValue( + text="CL:0009058", + description="An enterocyte that is located in the anorectum.", + meaning=CL["0009058"])) + setattr(cls, "CL:0000336", + PermissibleValue( + text="CL:0000336", + description="""A cell found within the adrenal medulla that secrete biogenic amine hormones upon stimulation.""", + meaning=CL["0000336"])) + setattr(cls, "CL:4040003", + PermissibleValue( + text="CL:4040003", + description="""Precursor of type II pneumocyte. These cells do not have lamellar bodies, which are a marker of type II pneumocyte maturity.""", + meaning=CL["4040003"])) + setattr(cls, "CL:4030006", + PermissibleValue( + text="CL:4030006", + description="""An epithelial cell that is part of the fallopian tube epithelium that secretes mucous fluid and oviduct-specific products through the stimulation of estrogen and luteinizing hormone. The fallopian tube secretory cell has approximately the same height as the ciliated cell and is usually a more narrow columnar cell. The nucleus is ovoid and perpendicular to the long axis of the cell. The chromatin is more dense and the nucleolus smaller than that seen in the ciliated cell.""", + meaning=CL["4030006"])) + setattr(cls, "CL:0000653", + PermissibleValue( + text="CL:0000653", + description="""A specialized kidney epithelial cell, contained within a glomerulus, that contains \"feet\" that interdigitate with the \"feet\" of other podocytes.""", + meaning=CL["0000653"])) + setattr(cls, "CL:0009066", + PermissibleValue( + text="CL:0009066", + description="A stratified squamous epithelial cell that is part of the anal canal.", + meaning=CL["0009066"])) + setattr(cls, "CL:4023081", + PermissibleValue( + text="CL:4023081", + description="""a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has inverted pyramidal morphology.""", + meaning=CL["4023081"])) + setattr(cls, "CL:1000280", + PermissibleValue( + text="CL:1000280", + description="A smooth muscle cell that is part of the colon.", + meaning=CL["1000280"])) + setattr(cls, "CL:2000019", + PermissibleValue( + text="CL:2000019", + description="Any photoreceptor cell that is part of a compound eye.", + meaning=CL["2000019"])) + setattr(cls, "CL:0002064", + PermissibleValue( + text="CL:0002064", + description="""A secretory cell found in pancreatic acini that secretes digestive enzymes and mucins. This cell is a typical zymogenic cell, have a basal nucleus and basophilic cytoplasm consisting of regular arrays of granular endoplasmic reticulum with mitochondria and dense secretory granules.""", + meaning=CL["0002064"])) + setattr(cls, "CL:0000703", + PermissibleValue( + text="CL:0000703", + description="""Cell that provides some or all mechanical, nutritional and phagocytic support to their neighbors.""", + meaning=CL["0000703"])) + setattr(cls, "CL:1000456", + PermissibleValue( + text="CL:1000456", + description="A mesothelial cell that is part of the parietal peritoneum.", + meaning=CL["1000456"])) + setattr(cls, "CL:0000293", + PermissibleValue( + text="CL:0000293", + description="""A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism.""", + meaning=CL["0000293"])) + setattr(cls, "CL:4029003", + PermissibleValue( + text="CL:4029003", + description="""A gamete-nursing cell that derives from the somatic tissues of the gonad (del Pino, 2021).""", + meaning=CL["4029003"])) + setattr(cls, "CL:0002207", + PermissibleValue( + text="CL:0002207", + description="Brush cell of the epithelium in the trachea.", + meaning=CL["0002207"])) + setattr(cls, "CL:0000173", + PermissibleValue( + text="CL:0000173", + description="""A D cell located in the pancreas. Peripherally placed within the islets like type A cells; contains somatostatin.""", + meaning=CL["0000173"])) + setattr(cls, "CL:0004116", + PermissibleValue( + text="CL:0004116", + description="A retinal ganglion with cell medium cell bodies and medium to large dendritic fields.", + meaning=CL["0004116"])) + setattr(cls, "CL:0002518", + PermissibleValue( + text="CL:0002518", + description="An epithelial cell of the kidney.", + meaning=CL["0002518"])) + setattr(cls, "CL:0002147", + PermissibleValue( + text="CL:0002147", + description="""A chief cell of parathyroid glands that does not stain with hematoxylin or eosin. This cell is larger, has a larger nucleus and fewer secretory granules than dark chief cells.""", + meaning=CL["0002147"])) + setattr(cls, "CL:0009025", + PermissibleValue( + text="CL:0009025", + description="A mesothelial cell that is part of the colon.", + meaning=CL["0009025"])) + setattr(cls, "CL:0000745", + PermissibleValue( + text="CL:0000745", + description="""A neuron that laterally connects other neurons in the inner nuclear layer of the retina.""", + meaning=CL["0000745"])) + setattr(cls, "CL:4023181", + PermissibleValue( + text="CL:4023181", + description="""A neurecto-epithelial cell that is part of the basal layer of the subcommissural organ and specializes in the secretion of proteins into the subarachnoid space. Hypendymal cells have similar characteristics to ependymal cells and express SCO-spondin.""", + meaning=CL["4023181"])) + setattr(cls, "CL:0002123", + PermissibleValue( + text="CL:0002123", + description="""A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-low, CD38-positive, and IgG-positive.""", + meaning=CL["0002123"])) + setattr(cls, "CL:0002450", + PermissibleValue( + text="CL:0002450", + description="""A specialized hair cell that has an elongated kinocilium upon which an otolith accretes. The tether cell then anchors the otolith in place.""", + meaning=CL["0002450"])) + setattr(cls, "CL:0002093", + PermissibleValue( + text="CL:0002093", + description="""A small cell formed by the second meiotic division of oocytes. In mammals, the second polar body may fail to form unless the ovum has been penetrated by a sperm cell.""", + meaning=CL["0002093"])) + setattr(cls, "CL:0002060", + PermissibleValue( + text="CL:0002060", + description="""A melanin-containing macrophage that obtains the pigment by phagocytosis of melanosomes.""", + meaning=CL["0002060"])) + setattr(cls, "CL:0002142", + PermissibleValue( + text="CL:0002142", + description="""A cell pyramidal in shape, with their broad ends facing and forming the greater extent of the lining of the main lumen. Secretes glycoproteins associated with mucus.""", + meaning=CL["0002142"])) + setattr(cls, "CL:4023114", + PermissibleValue( + text="CL:4023114", + description="""A vestibular afferent neuron which posseses a unique postsynaptic terminal, the calyx, which completely covers the basolateral walls of type I hair cells and receives input from multiple ribbon synapses.""", + meaning=CL["4023114"])) + setattr(cls, "CL:0002287", + PermissibleValue( + text="CL:0002287", + description="""A rounded, mitotically active stem cell which is the source of new cells of the taste bud; located basally.""", + meaning=CL["0002287"])) + setattr(cls, "CL:0000502", + PermissibleValue( + text="CL:0000502", + description="""A cell found throughout the gastrointestinal tract and in the pancreas. They secrete somatostatin in both an endocrine and paracrine manner. Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic enzymes, and gastric hydrochloric acid. A variety of substances which inhibit gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory peptide) are thought to act by releasing somatostatin.""", + meaning=CL["0000502"])) + setattr(cls, "CL:0011007", + PermissibleValue( + text="CL:0011007", + description="""A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites.""", + meaning=CL["0011007"])) + setattr(cls, "CL:0009054", + PermissibleValue( + text="CL:0009054", + description="A microfold cell (M cell) that is part of the anorectum.", + meaning=CL["0009054"])) + setattr(cls, "CL:0000026", + PermissibleValue( + text="CL:0000026", + description="""A germline cell that contributes to the development of the oocyte by transferring cytoplasm directly to oocyte.""", + meaning=CL["0000026"])) + setattr(cls, "CL:0009092", + PermissibleValue( + text="CL:0009092", + description="An endothelial cell that is part of a placenta.", + meaning=CL["0009092"])) + setattr(cls, "CL:0002348", + PermissibleValue( + text="CL:0002348", + description="""A CD27-low, CD11b-high natural killer cell that has a higher threshold of activation due to higher expression of inhibitory receptors.""", + meaning=CL["0002348"])) + setattr(cls, "CL:0001028", + PermissibleValue( + text="CL:0001028", + description="""CD7-positive lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-positive and is CD45RA-negative.""", + meaning=CL["0001028"])) + setattr(cls, "CL:4033012", + PermissibleValue( + text="CL:4033012", + description="""A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle longitudinal layer.""", + meaning=CL["4033012"])) + setattr(cls, "CL:1000245", + PermissibleValue( + text="CL:1000245", + description="Any neuron that has its soma located in some posterior lateral line ganglion.", + meaning=CL["1000245"])) + setattr(cls, "CL:0002458", + PermissibleValue( + text="CL:0002458", + description="A dermal dendritic cell that is langerin-positive and CD103-positive.", + meaning=CL["0002458"])) + setattr(cls, "CL:0000780", + PermissibleValue( + text="CL:0000780", + description="""A specialized multinuclear osteoclast associated with the absorption and removal of cementum.""", + meaning=CL["0000780"])) + setattr(cls, "CL:1001217", + PermissibleValue( + text="CL:1001217", + description="Any smooth muscle cell that is part of some interlobular artery.", + meaning=CL["1001217"])) + setattr(cls, "CL:1000309", + PermissibleValue( + text="CL:1000309", + description="An adipocyte that is part of the epicardial fat.", + meaning=CL["1000309"])) + setattr(cls, "CL:4033025", + PermissibleValue( + text="CL:4033025", + description="""A fibroblast that is part of the fibrous layer of the perichondrium. This cell is responsible for collagen fiber production.""", + meaning=CL["4033025"])) + setattr(cls, "CL:0000309", + PermissibleValue( + text="CL:0000309", + meaning=CL["0000309"])) + setattr(cls, "CL:0002659", + PermissibleValue( + text="CL:0002659", + description="A glandular epithelial cell that is part of the stomach.", + meaning=CL["0002659"])) + setattr(cls, "CL:0000982", + PermissibleValue( + text="CL:0000982", + description="A plasmablast that secretes IgG.", + meaning=CL["0000982"])) + setattr(cls, "CL:4023160", + PermissibleValue( + text="CL:4023160", + description="""A neuron of the dorsal cochlear nucleus with spiny dendrites that receive input from the axons of granule cells and with axons that release GABA and glycine onto cartwheel, pyramidal and giant cell targets.""", + meaning=CL["4023160"])) + setattr(cls, "CL:0000969", + PermissibleValue( + text="CL:0000969", + description="""A mature B cell that has the phenotype CD1d-positive and expresses interleukin-10. This cell type has been associated with suppression of chronic inflammatory responses and T cell responses.""", + meaning=CL["0000969"])) + setattr(cls, "CL:0001020", + PermissibleValue( + text="CL:0001020", + description="""Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001020"])) + setattr(cls, "CL:2000055", + PermissibleValue( + text="CL:2000055", + description="Any dendritic cell that is part of a liver.", + meaning=CL["2000055"])) + setattr(cls, "CL:0002267", + PermissibleValue( + text="CL:0002267", + description="A type D cell found in the stomach.", + meaning=CL["0002267"])) + setattr(cls, "CL:0000553", + PermissibleValue( + text="CL:0000553", + description="""The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative).""", + meaning=CL["0000553"])) + setattr(cls, "CL:0000651", + PermissibleValue( + text="CL:0000651", + description="""A mucus-secreting cell, with numerous apical secretory vesicles containing mucins; nucleus are basally displaced; numerous at the neck of mucus secreting glands""", + meaning=CL["0000651"])) + setattr(cls, "CL:4023013", + PermissibleValue( + text="CL:4023013", + description="A glutamatergic neuron located in the cerebral cortex that projects to the thalamus.", + meaning=CL["4023013"])) + setattr(cls, "CL:2000027", + PermissibleValue( + text="CL:2000027", + description="Any basket cell that is part of a cerebellum.", + meaning=CL["2000027"])) + setattr(cls, "CL:0002401", + PermissibleValue( + text="CL:0002401", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.""", + meaning=CL["0002401"])) + setattr(cls, "CL:0002094", + PermissibleValue( + text="CL:0002094", + description="A cell that makes up the loose connective tissue of the ovary.", + meaning=CL["0002094"])) + setattr(cls, "CL:0007001", + PermissibleValue( + text="CL:0007001", + description="""Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized).""", + meaning=CL["0007001"])) + setattr(cls, "CL:0002279", + PermissibleValue( + text="CL:0002279", + description="""A enteroendocrine cell type that is numerous in ileum, present in jejunum and large intestine, few in duodenum. This cell type produces glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 and -2) and PYY.""", + meaning=CL["0002279"])) + setattr(cls, "CL:0000858", + PermissibleValue( + text="CL:0000858", + description="A skeletal muscle myoblast that differentiates into fast muscle fibers.", + meaning=CL["0000858"])) + setattr(cls, "CL:2000044", + PermissibleValue( + text="CL:2000044", + description="Any microvascular endothelial cell that is part of a brain.", + meaning=CL["2000044"])) + setattr(cls, "CL:0002531", + PermissibleValue( + text="CL:0002531", + description="""A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.""", + meaning=CL["0002531"])) + setattr(cls, "CL:0002358", + PermissibleValue( + text="CL:0002358", + description="""Derived from the Greek word pyren (the pit of a stone fruit), this is a transient nucleated cell type that results from exclusion of the nucleus from the primitive erythrocyte.""", + meaning=CL["0002358"])) + setattr(cls, "CL:0002430", + PermissibleValue( + text="CL:0002430", + description="""A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD4 co-receptor.""", + meaning=CL["0002430"])) + setattr(cls, "CL:4030067", + PermissibleValue( + text="CL:4030067", + description="A near-projecting glutamatergic neuron with a soma found in cortical layer 5/6.", + meaning=CL["4030067"])) + setattr(cls, "CL:0002411", + PermissibleValue( + text="CL:0002411", + description="""A gamma-delta receptor that expresses Vgamma1.1 but does not express Vdelta6.3 chains in the T-cell receptor.""", + meaning=CL["0002411"])) + setattr(cls, "CL:0008028", + PermissibleValue( + text="CL:0008028", + description="Any neuron that is capable of part of some visual perception.", + meaning=CL["0008028"])) + setattr(cls, "CL:0000894", + PermissibleValue( + text="CL:0000894", + description="""A pro-T cell that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-negative.""", + meaning=CL["0000894"])) + setattr(cls, "CL:4023047", + PermissibleValue( + text="CL:4023047", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2/3 of the primary motor cortex.""", + meaning=CL["4023047"])) + setattr(cls, "CL:0000985", + PermissibleValue( + text="CL:0000985", + description="A fully differentiated plasma cell that secretes IgG.", + meaning=CL["0000985"])) + setattr(cls, "CL:0002538", + PermissibleValue( + text="CL:0002538", + description="""An epithelial cell of the intrahepatic portion of the bile duct. These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic ratio relative to large/extrahepatic cholangiocytes.""", + meaning=CL["0002538"])) + setattr(cls, "CL:0002557", + PermissibleValue( + text="CL:0002557", + description="A fibroblast of pulmonary artery.", + meaning=CL["0002557"])) + setattr(cls, "CL:0009112", + PermissibleValue( + text="CL:0009112", + description="A germinal center B cell found in a lymph node germinal center dark zone.", + meaning=CL["0009112"])) + setattr(cls, "CL:0000921", + PermissibleValue( + text="CL:0000921", + description="""An alpha-beta T cell expressing NK cell markers that is CD1d restricted and expresses specific V-alpha chains. NK T cells of this type recognize the glycolipid alpha-galactosylceramide in the context of CD1d.""", + meaning=CL["0000921"])) + setattr(cls, "CL:0002160", + PermissibleValue( + text="CL:0002160", + description="""A cell type found in the basal epithelial layer on the external side of the tympanic membrane. Cell type is flattened with intracellular spaces of variable dimensions.""", + meaning=CL["0002160"])) + setattr(cls, "CL:0002300", + PermissibleValue( + text="CL:0002300", + description="""A small medullary thymic epithelial cell with a spindle shape, often arranged in groups and connected to each other by large desmosomes and interdigitations. The cytoplasm is sparse, with scanty organelles and thick bundles of cytokeratin.""", + meaning=CL["0002300"])) + setattr(cls, "CL:0009007", + PermissibleValue( + text="CL:0009007", + description="A macrophage which is resident in the lamina propria of the small intestine.", + meaning=CL["0009007"])) + setattr(cls, "CL:0000768", + PermissibleValue( + text="CL:0000768", + description="""Any of the immature forms of a basophil, in which basophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000768"])) + setattr(cls, "CL:0000036", + PermissibleValue( + text="CL:0000036", + meaning=CL["0000036"])) + setattr(cls, "CL:0000693", + PermissibleValue( + text="CL:0000693", + description="""An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts.""", + meaning=CL["0000693"])) + setattr(cls, "CL:0002295", + PermissibleValue( + text="CL:0002295", + description="""A thymic epithelial cell that has an eccentric, round, or irregularly shaped hetero or euchromatic nucleus. The hallmark of this cell type is the presence of vacuoles, which are clustered in one area of the cytoplasm in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like form, occasionally showing delicate internal microvillous projections.""", + meaning=CL["0002295"])) + setattr(cls, "CL:0002388", + PermissibleValue( + text="CL:0002388", + description="An arthroconidium that has more than one nucleus.", + meaning=CL["0002388"])) + setattr(cls, "CL:0000909", + PermissibleValue( + text="CL:0000909", + description="A CD8-positive, alpha-beta T cell that has differentiated into a memory T cell.", + meaning=CL["0000909"])) + setattr(cls, "CL:0019020", + PermissibleValue( + text="CL:0019020", + description="""An epithelial cell of the extrahepatic bile ducts, including the left and right hepatic duct, common hepatic duct, and common bile duct. They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio relative to small/intrahepatic cholangiocytes.""", + meaning=CL["0019020"])) + setattr(cls, "CL:4023074", + PermissibleValue( + text="CL:4023074", + description="A neuron that has its soma located in the mammillary body.", + meaning=CL["4023074"])) + setattr(cls, "CL:4023109", + PermissibleValue( + text="CL:4023109", + description="""A magnocellular neurosecretory cell that is capable of producing and secreting vasopressin.""", + meaning=CL["4023109"])) + setattr(cls, "CL:0013000", + PermissibleValue( + text="CL:0013000", + description="Any radial glial cell that is part of some forebrain.", + meaning=CL["0013000"])) + setattr(cls, "CL:0000583", + PermissibleValue( + text="CL:0000583", + description="""A tissue-resident macrophage found in the alveoli of the lungs. Ingests small inhaled particles resulting in degradation and presentation of the antigen to immunocompetent cells. Markers include F4/80-positive, CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, MR-positive, CX3CR1-negative.""", + meaning=CL["0000583"])) + setattr(cls, "CL:0000694", + PermissibleValue( + text="CL:0000694", + meaning=CL["0000694"])) + setattr(cls, "CL:0002050", + PermissibleValue( + text="CL:0002050", + description="""A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, CD43-positive, CD45R-positive and BP-positive.""", + meaning=CL["0002050"])) + setattr(cls, "CL:0003027", + PermissibleValue( + text="CL:0003027", + description="""A bistratified retinal ganglion cell D cell that has medium dendritic arbor and a large dendritic field that terminates in S2 and S4.""", + meaning=CL["0003027"])) + setattr(cls, "CL:0001044", + PermissibleValue( + text="CL:0001044", + description="A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + meaning=CL["0001044"])) + setattr(cls, "CL:0000348", + PermissibleValue( + text="CL:0000348", + description="A structural cell that is part of optic choroid.", + meaning=CL["0000348"])) + setattr(cls, "CL:0000001", + PermissibleValue( + text="CL:0000001", + description="""A cultured cell that is freshly isolated from a organismal source, or derives in culture from such a cell prior to the culture being passaged.""", + meaning=CL["0000001"])) + setattr(cls, "CL:0002640", + PermissibleValue( + text="CL:0002640", + description="An epithelial fate stem cell derived form the amnion membrane.", + meaning=CL["0002640"])) + setattr(cls, "CL:1001430", + PermissibleValue( + text="CL:1001430", + description="Any urothelial cell that is part of some urethra urothelium.", + meaning=CL["1001430"])) + setattr(cls, "CL:1000085", + PermissibleValue( + text="CL:1000085", + meaning=CL["1000085"])) + setattr(cls, "CL:4030025", + PermissibleValue( + text="CL:4030025", + description="A fibroblast that is located in the renal cortical interstitium.", + meaning=CL["4030025"])) + setattr(cls, "CL:0011017", + PermissibleValue( + text="CL:0011017", + description="""Cell that is part of the vagal neural crest population. The vagal neural crest arises from the axial level of somites 1-7 and has been described as a hybrid between the head and the trunk populations.""", + meaning=CL["0011017"])) + setattr(cls, "CL:0000990", + PermissibleValue( + text="CL:0000990", + description="Conventional dendritic cell is a dendritic cell that is CD11c-high.", + meaning=CL["0000990"])) + setattr(cls, "CL:0010021", + PermissibleValue( + text="CL:0010021", + description="Any myoblast that develops into some cardiac muscle cell.", + meaning=CL["0010021"])) + setattr(cls, "CL:0000509", + PermissibleValue( + text="CL:0000509", + description="A peptide hormone secreting cell that secretes gastrin.", + meaning=CL["0000509"])) + setattr(cls, "CL:0009068", + PermissibleValue( + text="CL:0009068", + description="""An unconventional T lymphocyte population within the thymic medulla that is potentially a thymic resident population.""", + meaning=CL["0009068"])) + setattr(cls, "CL:0000131", + PermissibleValue( + text="CL:0000131", + meaning=CL["0000131"])) + setattr(cls, "CL:4023124", + PermissibleValue( + text="CL:4023124", + description="A kisspeptin neuron that is located in the dentate gyrus of the hippocampus.", + meaning=CL["4023124"])) + setattr(cls, "CL:0002105", + PermissibleValue( + text="CL:0002105", + description="""A CD38-positive IgG memory B cell is a class switched memory B cell that expresses IgG on the cell surface with the phenotype CD38-positive and IgG-positive.""", + meaning=CL["0002105"])) + setattr(cls, "CL:0002112", + PermissibleValue( + text="CL:0002112", + description="""A B220-positive CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-positive, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002112"])) + setattr(cls, "CL:1000333", + PermissibleValue( + text="CL:1000333", + description="A serous secreting cell that is part of the epithelium of bronchiole.", + meaning=CL["1000333"])) + setattr(cls, "CL:1000714", + PermissibleValue( + text="CL:1000714", + description="Any renal principal cell that is part of some cortical collecting duct.", + meaning=CL["1000714"])) + setattr(cls, "CL:0000165", + PermissibleValue( + text="CL:0000165", + description="A neuron that is capable of some hormone secretion in response to neuronal signals.", + meaning=CL["0000165"])) + setattr(cls, "CL:0002602", + PermissibleValue( + text="CL:0002602", + description="""Any connective tissue cell that is part of some annulus fibrosus disci intervertebralis.""", + meaning=CL["0002602"])) + setattr(cls, "CL:2000096", + PermissibleValue( + text="CL:2000096", + description="Any fibroblast that is part of a reticular layer of dermis.", + meaning=CL["2000096"])) + setattr(cls, "CL:0002596", + PermissibleValue( + text="CL:0002596", + description="Smooth muscle cell of the carotid artery.", + meaning=CL["0002596"])) + setattr(cls, "CL:0002564", + PermissibleValue( + text="CL:0002564", + description="A connective tissue cell of the nucleus pulposus cell of intervertebral disc.", + meaning=CL["0002564"])) + setattr(cls, "CL:0000563", + PermissibleValue( + text="CL:0000563", + description="""A rounded, inactive form that certain bacteria assume under conditions of extreme temperature, dryness, or lack of food. The bacterium develops a waterproof cell wall that protects it from being dried out or damaged.""", + meaning=CL["0000563"])) + setattr(cls, "CL:0002045", + PermissibleValue( + text="CL:0002045", + description="""A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, BP-1-negative and Ly6c-negative. This cell type is also described as being lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive.""", + meaning=CL["0002045"])) + setattr(cls, "CL:2000000", + PermissibleValue( + text="CL:2000000", + description="Any melanocyte that is part of a epidermis.", + meaning=CL["2000000"])) + setattr(cls, "CL:0000313", + PermissibleValue( + text="CL:0000313", + description="""Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid.""", + meaning=CL["0000313"])) + setattr(cls, "CL:1000457", + PermissibleValue( + text="CL:1000457", + description="A mesothelial cell that is part of the visceral peritoneum.", + meaning=CL["1000457"])) + setattr(cls, "CL:0000560", + PermissibleValue( + text="CL:0000560", + description="""A late neutrophilic metamyelocyte in which the nucleus is indented to more than half the distance to the farthest nuclear margin but in no area being condensed to a single filament. The nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, CD35-negative, and CD49d-negative.""", + meaning=CL["0000560"])) + setattr(cls, "CL:0004245", + PermissibleValue( + text="CL:0004245", + description="""An amacrine cell with a wide dendritic field and post-synaptic terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and serotonin.""", + meaning=CL["0004245"])) + setattr(cls, "CL:0000813", + PermissibleValue( + text="CL:0000813", + description="""A long-lived, antigen-experienced T cell that has acquired a memory phenotype including distinct surface markers and the ability to differentiate into an effector T cell upon antigen reexposure.""", + meaning=CL["0000813"])) + setattr(cls, "CL:0011100", + PermissibleValue( + text="CL:0011100", + description="Neuron that secretes the neurotransmitter galanin.", + meaning=CL["0011100"])) + setattr(cls, "CL:0002513", + PermissibleValue( + text="CL:0002513", + description="""A CD8alpha alpha positive gamma-delta intraepithelial T cell that expresses a TCR encoded in part by the Vgamma5 gene segment.""", + meaning=CL["0002513"])) + setattr(cls, "CL:4023125", + PermissibleValue( + text="CL:4023125", + description="""A hypothalamus kisspeptin neuron that coexpresses kisspeptin, neurokinin B and dynorphin.""", + meaning=CL["4023125"])) + setattr(cls, "CL:0001076", + PermissibleValue( + text="CL:0001076", + description="""An innate lymphoid cell in the human with the phenotype NKp46-positive that is a precusor for NK cells and ILC3 cells.""", + meaning=CL["0001076"])) + setattr(cls, "CL:0000897", + PermissibleValue( + text="CL:0000897", + description="A CD4-positive, alpha-beta T cell that has differentiated into a memory T cell.", + meaning=CL["0000897"])) + setattr(cls, "CL:4033051", + PermissibleValue( + text="CL:4033051", + description="""A parasol ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB3a bipolar cells.""", + meaning=CL["4033051"])) + setattr(cls, "CL:0002677", + PermissibleValue( + text="CL:0002677", + description="A regulatory T cell that has not encountered antigen.", + meaning=CL["0002677"])) + setattr(cls, "CL:0002250", + PermissibleValue( + text="CL:0002250", + description="""A cell that is found in a zone occupying the bottom region of the crypt; provide the source of most of the cell types of the intestinal epithelium; proliferate by mitotic division; differentiates into columnar or goblet cells.""", + meaning=CL["0002250"])) + setattr(cls, "CL:2000051", + PermissibleValue( + text="CL:2000051", + description="Any fibroblast that is part of a spleen.", + meaning=CL["2000051"])) + setattr(cls, "CL:0000172", + PermissibleValue( + text="CL:0000172", + description="Any secretory cell that is capable of some somatostatin secretion.", + meaning=CL["0000172"])) + setattr(cls, "CL:0000641", + PermissibleValue( + text="CL:0000641", + description="A cell that is resistant to stains.", + meaning=CL["0000641"])) + setattr(cls, "CL:4042006", + PermissibleValue( + text="CL:4042006", + description="""A border associated macrophage which is part of a dura matter. This macrophage phagocytoses intruding pathogens and foreign molecules detected in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid body with dynamic protrusions in homeostasis.""", + meaning=CL["4042006"])) + setattr(cls, "CL:0004241", + PermissibleValue( + text="CL:0004241", + description="""An amacrine cell with a wide dendritic field, dendrites in S2, and post-synaptic terminals in S1.""", + meaning=CL["0004241"])) + setattr(cls, "CL:0008002", + PermissibleValue( + text="CL:0008002", + description="""A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse.""", + meaning=CL["0008002"])) + setattr(cls, "CL:4023028", + PermissibleValue( + text="CL:4023028", + description="""A sst GABAergic cortical interneuron with a soma found in lower L5 with mostly local axonal arborization but with some sparse ascending axons. L5 non-Martinotti sst cells show somatic localization and local axon plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive thalamic input from the ventral posteromedial nucleus and specifically target L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend to show a higher input resistance and seem to be less stuttering.""", + meaning=CL["4023028"])) + setattr(cls, "CL:4030032", + PermissibleValue( + text="CL:4030032", + description="""An interstitial cell that is part of a cardiac valve leaflet. Along with valve endothelial cells, a valve interstitial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.""", + meaning=CL["4030032"])) + setattr(cls, "CL:0011110", + PermissibleValue( + text="CL:0011110", + description="Neuron that secretes histamine.", + meaning=CL["0011110"])) + setattr(cls, "CL:0011030", + PermissibleValue( + text="CL:0011030", + description="Any microvascular endothelial cell that is part of the dermis.", + meaning=CL["0011030"])) + setattr(cls, "CL:1000383", + PermissibleValue( + text="CL:1000383", + description="""A type II vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.""", + meaning=CL["1000383"])) + setattr(cls, "CL:0000571", + PermissibleValue( + text="CL:0000571", + description="""A pigment cell derived from the neural crest. Contains uric acid or other purine crystals deposited in stacks called leucosomes. The crystals reflect light and this gives a white appearance under white light.""", + meaning=CL["0000571"])) + setattr(cls, "CL:0002583", + PermissibleValue( + text="CL:0002583", + description="A preadipocyte that is part of subcutaneous tissue.", + meaning=CL["0002583"])) + setattr(cls, "CL:0000735", + PermissibleValue( + text="CL:0000735", + description="A hemocyte that derives from the larval lymph gland.", + meaning=CL["0000735"])) + setattr(cls, "CL:0000762", + PermissibleValue( + text="CL:0000762", + description="""A nucleated blood cell involved in coagulation, typically seen in birds and other non-mammalian vertebrates.""", + meaning=CL["0000762"])) + setattr(cls, "CL:1000850", + PermissibleValue( + text="CL:1000850", + description="Any epithelial cell of distal tubule that is part of some macula densa.", + meaning=CL["1000850"])) + setattr(cls, "CL:0000311", + PermissibleValue( + text="CL:0000311", + meaning=CL["0000311"])) + setattr(cls, "CL:0000128", + PermissibleValue( + text="CL:0000128", + description="""A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system.""", + meaning=CL["0000128"])) + setattr(cls, "CL:1000322", + PermissibleValue( + text="CL:1000322", + description="A goblet cell that is part of the epithelium of pancreatic duct.", + meaning=CL["1000322"])) + setattr(cls, "CL:0000569", + PermissibleValue( + text="CL:0000569", + description="""A mesenchymal cell found in the developing heart and that develops into some part of the heart. These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field.""", + meaning=CL["0000569"])) + setattr(cls, "CL:1000365", + PermissibleValue( + text="CL:1000365", + description="""A transitional myocyte that is part of the atrial septal branch of anterior internodal tract.""", + meaning=CL["1000365"])) + setattr(cls, "CL:0000629", + PermissibleValue( + text="CL:0000629", + description="""A cell that is specialized to store a particular substance(s), which is(are) later released from the store for a particular purpose.""", + meaning=CL["0000629"])) + setattr(cls, "CL:0000751", + PermissibleValue( + text="CL:0000751", + description="""A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells but not by cone photoreceptor cells. These neurons depolarize in response to light.""", + meaning=CL["0000751"])) + setattr(cls, "CL:0000219", + PermissibleValue( + text="CL:0000219", + description="A cell that moves by its own activities.", + meaning=CL["0000219"])) + setattr(cls, "CL:2000052", + PermissibleValue( + text="CL:2000052", + description="Any endothelial cell of artery that is part of a umbilical cord.", + meaning=CL["2000052"])) + setattr(cls, "CL:0002068", + PermissibleValue( + text="CL:0002068", + description="""Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter.""", + meaning=CL["0002068"])) + setattr(cls, "CL:0000373", + PermissibleValue( + text="CL:0000373", + description="""A progenitor cell found in the larval epidermis of insects and that gives rise to the adult abdominal epidermis.""", + meaning=CL["0000373"])) + setattr(cls, "CL:1000550", + PermissibleValue( + text="CL:1000550", + description="Any kidney cell that is part of some papillary duct.", + meaning=CL["1000550"])) + setattr(cls, "CL:0002490", + PermissibleValue( + text="CL:0002490", + description="A supporting cell of the organ of Corti.", + meaning=CL["0002490"])) + setattr(cls, "CL:4023093", + PermissibleValue( + text="CL:4023093", + description="""A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape.""", + meaning=CL["4023093"])) + setattr(cls, "CL:0002192", + PermissibleValue( + text="CL:0002192", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and a band form cell. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare.""", + meaning=CL["0002192"])) + setattr(cls, "CL:3000002", + PermissibleValue( + text="CL:3000002", + description="Sympathetic noradrenergic neuron.", + meaning=CL["3000002"])) + setattr(cls, "CL:0007016", + PermissibleValue( + text="CL:0007016", + description="""Muscle precursor cell that is adjacent to the notochord and part of the presomitic mesoderm.""", + meaning=CL["0007016"])) + setattr(cls, "CL:0000883", + PermissibleValue( + text="CL:0000883", + description="A thymic macrophage found in the thymic cortex.", + meaning=CL["0000883"])) + setattr(cls, "CL:1000284", + PermissibleValue( + text="CL:1000284", + description="A smooth muscle cell that is part of the descending colon.", + meaning=CL["1000284"])) + setattr(cls, "CL:0002039", + PermissibleValue( + text="CL:0002039", + description="A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative NK T cell.", + meaning=CL["0002039"])) + setattr(cls, "CL:0000307", + PermissibleValue( + text="CL:0000307", + description="An epithelial cell found in the trachea.", + meaning=CL["0000307"])) + setattr(cls, "CL:1000373", + PermissibleValue( + text="CL:1000373", + description="""A transitional myocyte that is part of the ventricular part of atrioventricular bundle.""", + meaning=CL["1000373"])) + setattr(cls, "CL:0007003", + PermissibleValue( + text="CL:0007003", + description="""Skeletogenic cell that has the potential to form an odontoblast, deposits predentine, and arises from a cranial neural crest cell.""", + meaning=CL["0007003"])) + setattr(cls, "CL:0011025", + PermissibleValue( + text="CL:0011025", + description="""An effector T cell that displays impaired effector functions (e.g., rapid production of effector cytokines, cytotoxicity) and has limited proliferative potential.""", + meaning=CL["0011025"])) + setattr(cls, "CL:0002307", + PermissibleValue( + text="CL:0002307", + description="""A brush border epithelial cell located in the proximal tubule of the kidney, essential for reabsorbing substances like glucose and amino acids from the glomerular filtrate. These cells also secrete organic ions, playing a crucial role in maintaining kidney homeostasis, including electrolyte and acid-base balance, and excreting metabolic waste.""", + meaning=CL["0002307"])) + setattr(cls, "CL:1001286", + PermissibleValue( + text="CL:1001286", + description="""Any vasa recta descending limb cell that is part of some inner medulla vasa recta descending limb.""", + meaning=CL["1001286"])) + setattr(cls, "CL:0000072", + PermissibleValue( + text="CL:0000072", + meaning=CL["0000072"])) + setattr(cls, "CL:0000183", + PermissibleValue( + text="CL:0000183", + description="A cell whose primary function is to shorten.", + meaning=CL["0000183"])) + setattr(cls, "CL:0002248", + PermissibleValue( + text="CL:0002248", + description="""A pluripotent stem cell has the ability to form cells from all three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent stem cells, they cell can not generate all the cells of the whole organism such as placenta.""", + meaning=CL["0002248"])) + setattr(cls, "CL:4033052", + PermissibleValue( + text="CL:4033052", + description="""A parasol ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB4 bipolar cells.""", + meaning=CL["4033052"])) + setattr(cls, "CL:0002126", + PermissibleValue( + text="CL:0002126", + description="""A CD25-positive, CD27-positive immature gamma-delta T cell found in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, CD62L-high, CD44-high, CD2-low, CD5-low).""", + meaning=CL["0002126"])) + setattr(cls, "CL:0002523", + PermissibleValue( + text="CL:0002523", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the mesonephros.""", + meaning=CL["0002523"])) + setattr(cls, "CL:1000409", + PermissibleValue( + text="CL:1000409", + description="A muscle cell that is part of the sinoatrial node.", + meaning=CL["1000409"])) + setattr(cls, "CL:0000425", + PermissibleValue( + text="CL:0000425", + description="Forms the terminal part of the cuticle-lined excretory duct of C. elegans.", + meaning=CL["0000425"])) + setattr(cls, "CL:0000237", + PermissibleValue( + text="CL:0000237", + meaning=CL["0000237"])) + setattr(cls, "CL:0004250", + PermissibleValue( + text="CL:0004250", + description="An amicrine that stratifies dendrites at two and only two locations.", + meaning=CL["0004250"])) + setattr(cls, "CL:0002517", + PermissibleValue( + text="CL:0002517", + description="""An interrenal chromaffin cell found in teleosts that contain small, homogeneous electron-lucent granules that are separated from the vesicular membrane by a visible halo.""", + meaning=CL["0002517"])) + setattr(cls, "CL:0002053", + PermissibleValue( + text="CL:0002053", + description="A small pre-B cell that is CD22-positive and CD38-low.", + meaning=CL["0002053"])) + setattr(cls, "CL:4030041", + PermissibleValue( + text="CL:4030041", + description="A ciliated cell of the endometrial luminal epithelium.", + meaning=CL["4030041"])) + setattr(cls, "CL:0000911", + PermissibleValue( + text="CL:0000911", + description="""A differentiated T cell with ability to traffic to peripheral tissues and is capable of mounting a specific immune response.""", + meaning=CL["0000911"])) + setattr(cls, "CL:4030043", + PermissibleValue( + text="CL:4030043", + description="""A DRD1-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.""", + meaning=CL["4030043"])) + setattr(cls, "CL:4023041", + PermissibleValue( + text="CL:4023041", + description="""A glutamatergic neuron, with a soma found in the deeper portion of L5, that has long-range axonal projections including deep subcortical targets outside of the telencephalon and, in some cases, the spinal cord. While the L5 ET neuron projections are not limited to ET targets, they are clearly differentiated from the neuron subclasses whose projections are constrained to intratelencephalic (IT) targets. L5 ET neurons are generally the largest excitatory cortical neurons, typically having a thick apical dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing physiological characteristics.""", + meaning=CL["4023041"])) + setattr(cls, "CL:0000795", + PermissibleValue( + text="CL:0000795", + description="""A CD8-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000795"])) + setattr(cls, "CL:0001077", + PermissibleValue( + text="CL:0001077", + description="""An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, T-bet-positive.""", + meaning=CL["0001077"])) + setattr(cls, "CL:0009101", + PermissibleValue( + text="CL:0009101", + description="""A reticular cell involved in directing B cells and T cells to specific regions within a tissue.""", + meaning=CL["0009101"])) + setattr(cls, "CL:1000143", + PermissibleValue( + text="CL:1000143", + description="Any goblet cell that is part of some lung epithelium.", + meaning=CL["1000143"])) + setattr(cls, "CL:1001602", + PermissibleValue( + text="CL:1001602", + description="Endothelial cells forming the walls of the capillaries within the cerebral cortex.", + meaning=CL["1001602"])) + setattr(cls, "CL:2000016", + PermissibleValue( + text="CL:2000016", + description="Any lung endothelial cell that is part of a microvascular endothelium.", + meaning=CL["2000016"])) + setattr(cls, "CL:0000844", + PermissibleValue( + text="CL:0000844", + description="""A rapidly cycling mature B cell that has distinct phenotypic characteristics and is involved in T-dependent immune responses and located typically in the germinal centers of lymph nodes. This cell type expresses Ly77 after activation.""", + meaning=CL["0000844"])) + setattr(cls, "CL:0000787", + PermissibleValue( + text="CL:0000787", + description="""A memory B cell is a mature B cell that is long-lived, readily activated upon re-encounter of its antigenic determinant, and has been selected for expression of higher affinity immunoglobulin. This cell type has the phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative.""", + meaning=CL["0000787"])) + setattr(cls, "CL:1000299", + PermissibleValue( + text="CL:1000299", + description="A fibroblast that is part of the connective tissue of prostate.", + meaning=CL["1000299"])) + setattr(cls, "CL:0003001", + PermissibleValue( + text="CL:0003001", + description="""A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer.""", + meaning=CL["0003001"])) + setattr(cls, "CL:0001071", + PermissibleValue( + text="CL:0001071", + description="""An innate lymphoid cell that constituitively expresses RORgt and is capable of expressing IL17A and/or IL-22.""", + meaning=CL["0001071"])) + setattr(cls, "CL:0000809", + PermissibleValue( + text="CL:0000809", + description="""A thymocyte expressing the alpha-beta T cell receptor complex as well as both the CD4 and CD8 coreceptors.""", + meaning=CL["0000809"])) + setattr(cls, "CL:0002025", + PermissibleValue( + text="CL:0002025", + description="""A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, and CD42-negative.""", + meaning=CL["0002025"])) + setattr(cls, "CL:0002323", + PermissibleValue( + text="CL:0002323", + description="""A cell of a fetus which is suspended in the amniotic fluid. Amniocytes are considered to arise from several tissues including fetal skin, the fetal urinary tract, umbilical cord, and the inner amniotic surface.""", + meaning=CL["0002323"])) + setattr(cls, "CL:0008011", + PermissibleValue( + text="CL:0008011", + description="""A skeletal muscle satellite cell that divides by stem cell division. A proportion of this population undergoes symmetric stem cell division, producing two skeletal muscle satellite stem cells. The rest undergo asymmetric stem cell division - retaining their identity while budding off a daughter cell that differentiates into an adult skeletal muscle myoblast.""", + meaning=CL["0008011"])) + setattr(cls, "CL:0000626", + PermissibleValue( + text="CL:0000626", + description="""A granule cell that has a soma located in an olfactory bulb granule cell layer. An olfactory granule cell is an interneuron that lacks an axon, makes reciprocal dendro-dendritic synapses with mitral cells and tufted cells and is involved in the fine spatio-temporal tuning of the responses of these principal olfactory bulb neurons to odors.""", + meaning=CL["0000626"])) + setattr(cls, "CL:0000427", + PermissibleValue( + text="CL:0000427", + description="""A scaffolding cell type found in C. elegans, this cell plays a supportive role to the muscle arms. May also have an endocrine role.""", + meaning=CL["0000427"])) + setattr(cls, "CL:0001026", + PermissibleValue( + text="CL:0001026", + description="""A common myeloid progenitor that is CD34-positive, CD38-positive, IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative.""", + meaning=CL["0001026"])) + setattr(cls, "CL:0000480", + PermissibleValue( + text="CL:0000480", + description="A peptide hormone secreting cell that secretes secretin stimulating hormone", + meaning=CL["0000480"])) + setattr(cls, "CL:0000892", + PermissibleValue( + text="CL:0000892", + description="""A type of foam cell derived from a smooth muscle cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000892"])) + setattr(cls, "CL:0000506", + PermissibleValue( + text="CL:0000506", + description="An endorphine cell that secretes enkephalin.", + meaning=CL["0000506"])) + setattr(cls, "CL:0019018", + PermissibleValue( + text="CL:0019018", + description="A smooth muscle cell that is part of any blood vessel.", + meaning=CL["0019018"])) + setattr(cls, "CL:4033058", + PermissibleValue( + text="CL:4033058", + description="""A luminal epithelial cell of the mammary gland that transduces endocrine cues to orchestrate proliferation, architectural remodeling, and differentiation of other cells in the mammary gland via paracrine signaling. This cell expresses high levels of estrogen receptors. In humans, a luminal hormone-sensing cell can be identified by high levels of EpCAM and low levels of CD49f, and in mice it can be identified by low levels of CD29 and high levels of Foxa1, CD133, and Sca1 (Ly6a).""", + meaning=CL["4033058"])) + setattr(cls, "CL:0012000", + PermissibleValue( + text="CL:0012000", + description="An astrocyte of the forebrain.", + meaning=CL["0012000"])) + setattr(cls, "CL:1000022", + PermissibleValue( + text="CL:1000022", + description="Any epithelial cell that is part of some mesonephric nephron tubule.", + meaning=CL["1000022"])) + setattr(cls, "CL:1000488", + PermissibleValue( + text="CL:1000488", + description="""An epithelial cell that is part of the bile duct. Cholangiocytes contribute to bile secretion via net release of bicarbonate and water. They are cuboidal epithelium in the small interlobular bile ducts, but become columnar and mucus secreting in larger bile ducts approaching the porta hepatis and the extrahepatic ducts.""", + meaning=CL["1000488"])) + setattr(cls, "CL:0002284", + PermissibleValue( + text="CL:0002284", + description="""An enteroendocrine cell found in the fundus and pylorus; this cell type has dense round secretory granules that contain ghrelin.""", + meaning=CL["0002284"])) + setattr(cls, "CL:0000423", + PermissibleValue( + text="CL:0000423", + meaning=CL["0000423"])) + setattr(cls, "CL:4033027", + PermissibleValue( + text="CL:4033027", + description="""An OFF diffuse bipolar cell that makes synaptic contact with both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors.""", + meaning=CL["4033027"])) + setattr(cls, "CL:0000154", + PermissibleValue( + text="CL:0000154", + description="Any secretory cell that is capable of some protein secretion.", + meaning=CL["0000154"])) + setattr(cls, "CL:4042011", + PermissibleValue( + text="CL:4042011", + description="""An interlaminar astrocyte type whose soma is part of the upper first layer of the neocortex and its processes extend to a pia surface.""", + meaning=CL["4042011"])) + setattr(cls, "CL:0000236", + PermissibleValue( + text="CL:0000236", + description="A lymphocyte of B lineage that is capable of B cell mediated immunity.", + meaning=CL["0000236"])) + setattr(cls, "CL:2000047", + PermissibleValue( + text="CL:2000047", + description="Any motor neuron that is part of a brainstem.", + meaning=CL["2000047"])) + setattr(cls, "CL:0001079", + PermissibleValue( + text="CL:0001079", + description="""A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-positive.""", + meaning=CL["0001079"])) + setattr(cls, "CL:4033029", + PermissibleValue( + text="CL:4033029", + description="""An OFF calbindin-positive bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3a contacts with cones are triad-associated.""", + meaning=CL["4033029"])) + setattr(cls, "CL:0002575", + PermissibleValue( + text="CL:0002575", + description="A pericyte of the central nervous system.", + meaning=CL["0002575"])) + setattr(cls, "CL:0002054", + PermissibleValue( + text="CL:0002054", + description="""An immature B cell that is IgM-positive, CD45R-positive, CD43-low, CD25-negative, and CD127-negative. This cell type has also been described as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and HSA-positive.""", + meaning=CL["0002054"])) + setattr(cls, "CL:0001030", + PermissibleValue( + text="CL:0001030", + meaning=CL["0001030"])) + setattr(cls, "CL:0002042", + PermissibleValue( + text="CL:0002042", + description="A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell.", + meaning=CL["0002042"])) + setattr(cls, "CL:1000283", + PermissibleValue( + text="CL:1000283", + description="A smooth muscle cell that is part of the transverse colon.", + meaning=CL["1000283"])) + setattr(cls, "CL:0002202", + PermissibleValue( + text="CL:0002202", + description="An epithelial cell of the tracheobronchial tree.", + meaning=CL["0002202"])) + setattr(cls, "CL:0000225", + PermissibleValue( + text="CL:0000225", + description="A cell that lacks a nucleus.", + meaning=CL["0000225"])) + setattr(cls, "CL:0002265", + PermissibleValue( + text="CL:0002265", + description="A D cell located in the colon.", + meaning=CL["0002265"])) + setattr(cls, "CL:0002031", + PermissibleValue( + text="CL:0002031", + description="""A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells.""", + meaning=CL["0002031"])) + setattr(cls, "CL:2000041", + PermissibleValue( + text="CL:2000041", + description="""Any dermis lymphatic vessel endothelial cell that is part of a microvascular endothelium.""", + meaning=CL["2000041"])) + setattr(cls, "CL:0000069", + PermissibleValue( + text="CL:0000069", + meaning=CL["0000069"])) + setattr(cls, "CL:0002498", + PermissibleValue( + text="CL:0002498", + description="""A trophoblast giant cell that is derived from ectoplacental cone and, later in gestation, the spongiotrophoblast.""", + meaning=CL["0002498"])) + setattr(cls, "CL:0007021", + PermissibleValue( + text="CL:0007021", + description="""Secretory cell that produces a chemical mixture that triggers antipredator behavior. The substance is released only upon disruption of the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, 1992]""", + meaning=CL["0007021"])) + setattr(cls, "CL:0000127", + PermissibleValue( + text="CL:0000127", + description="""A class of large neuroglial (macroglial) cells in the central nervous system - the largest and most numerous neuroglial cells in the brain and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with many long processes, including those with 'end feet' which form the glial (limiting) membrane and directly and indirectly contribute to the blood-brain barrier. They regulate the extracellular ionic and chemical environment, and 'reactive astrocytes' (along with microglia) respond to injury.""", + meaning=CL["0000127"])) + setattr(cls, "CL:1001608", + PermissibleValue( + text="CL:1001608", + description="Fibroblast from foreskin.", + meaning=CL["1001608"])) + setattr(cls, "CL:0002355", + PermissibleValue( + text="CL:0002355", + description="""A large nucleated basophilic erythrocyte found in mammalian embryos. This cell type arises from the blood islands of yolk sacs and expresses different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. Considered a type of erythroblast as this cell type can enucleate in circulation.""", + meaning=CL["0002355"])) + setattr(cls, "CL:0000776", + PermissibleValue( + text="CL:0000776", + description="""Any of the immature forms of a neutrophil in which neutrophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000776"])) + setattr(cls, "CL:0004233", + PermissibleValue( + text="CL:0004233", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals that stratify at S2, with a second stratification that occurs in S3 and S4. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004233"])) + setattr(cls, "CL:4030056", + PermissibleValue( + text="CL:4030056", + description="""A urothelial cell that is terminally differentiated and part of the urothelial apical surface that forms the high-resistance barrier of urothelium. Umbrella cells have been described as the largest of urothelial cell types, highly polarized, and, in some species, multinucleated. In the relaxed state, these cells form a dome-shaped structure at the apical pole and can also cover multiple underlying intermediate cells, leading to the name umbrella cells. In contrast, these cells flatten when the bladder is filled.""", + meaning=CL["4030056"])) + setattr(cls, "CL:0000437", + PermissibleValue( + text="CL:0000437", + description="""A rounded cell that is usually situated next to sinusoids; secretes follicular stimulating hormone (FSH) and luteinizing hormone (LH).""", + meaning=CL["0000437"])) + setattr(cls, "CL:0001029", + PermissibleValue( + text="CL:0001029", + description="""Common dendritic precursor is a hematopoietic progenitor cell that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane parts for hematopoietic lineage markers.""", + meaning=CL["0001029"])) + setattr(cls, "CL:4030002", + PermissibleValue( + text="CL:4030002", + description="An alpha-beta memory T cell with the phenotype CD45RA-positive.", + meaning=CL["4030002"])) + setattr(cls, "CL:0002481", + PermissibleValue( + text="CL:0002481", + description="""The flattened smooth myoepithelial cells of mesodermal origin that lie just outside the basal lamina of the seminiferous tubule.""", + meaning=CL["0002481"])) + setattr(cls, "CL:0002410", + PermissibleValue( + text="CL:0002410", + description="""A cell that is found in the periacinar space of the exocrine pancreas and in perivascular and periductal regions of the pancreas, and has long cytoplasmic processes that encircle the base of the acinus. Expresses several intermediate filament proteins including vimentin and nestin. Shares many of the characteristics of hepatatic stellate cells, but not stellate cells of the central nervous system. Upon activation, this cell type undergoes morphological and gene expression changes that make the cell suggestive of being a type of myofibroblast.""", + meaning=CL["0002410"])) + setattr(cls, "CL:1000275", + PermissibleValue( + text="CL:1000275", + description="A smooth muscle cell that is part of the small intestine.", + meaning=CL["1000275"])) + setattr(cls, "CL:0002630", + PermissibleValue( + text="CL:0002630", + description="A spore formed from bacteria in the order Actinomycetales.", + meaning=CL["0002630"])) + setattr(cls, "CL:0002024", + PermissibleValue( + text="CL:0002024", + description="""A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma receptor II/III-low.""", + meaning=CL["0002024"])) + setattr(cls, "CL:4030030", + PermissibleValue( + text="CL:4030030", + description="A blood lymphocyte located in the flowing, circulating blood of the body.", + meaning=CL["4030030"])) + setattr(cls, "CL:4023049", + PermissibleValue( + text="CL:4023049", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in L5 of the primary motor cortex.""", + meaning=CL["4023049"])) + setattr(cls, "CL:0007000", + PermissibleValue( + text="CL:0007000", + description="""Skeletogenic cell that has the potential to develop into an ameloblast. Located in the inner enamel epithelium, these cells elongate, their nuclei shift distally (away from the dental papilla), and their cytoplasm becomes filled with organelles needed for synthesis and secretion of enamel proteins.""", + meaning=CL["0007000"])) + setattr(cls, "CL:0002223", + PermissibleValue( + text="CL:0002223", + description="""A cell of the transparent layer of simple cuboidal epithelium over the anterior surface of the lens; transform into lens fiber(s).""", + meaning=CL["0002223"])) + setattr(cls, "CL:0004243", + PermissibleValue( + text="CL:0004243", + description="""An amacrine cell with a wild dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites have spikes, cross over each other, and cover a larger volume than dendrties of W3-1 retinal amacrine cells.""", + meaning=CL["0004243"])) + setattr(cls, "CL:1000394", + PermissibleValue( + text="CL:1000394", + description="""A myoepithelial cell that is part of the intralobular part of terminal lactiferous duct.""", + meaning=CL["1000394"])) + setattr(cls, "CL:0000884", + PermissibleValue( + text="CL:0000884", + description="A tissue-resident macrophage found in the mucosa associated lymphoid tissue.", + meaning=CL["0000884"])) + setattr(cls, "CL:0000358", + PermissibleValue( + text="CL:0000358", + description="""A smooth muscle cell that is part of a sphincter. A sphincter is a typically circular muscle that normally maintains constriction of a natural body passage or orifice and which relaxes as required by normal physiological functioning.""", + meaning=CL["0000358"])) + setattr(cls, "CL:0008036", + PermissibleValue( + text="CL:0008036", + description="A trophoblast cell that is not part of a placental villous.", + meaning=CL["0008036"])) + setattr(cls, "CL:1001561", + PermissibleValue( + text="CL:1001561", + description="""Chemosensitive cells that innervate the vomernasal organ epithelium and are responsible for receiving and transmitting pheromone signals.""", + meaning=CL["1001561"])) + setattr(cls, "CL:0009036", + PermissibleValue( + text="CL:0009036", + description="A macrophage located in the vermiform appendix.", + meaning=CL["0009036"])) + setattr(cls, "CL:0002626", + PermissibleValue( + text="CL:0002626", + description="An immature astrocyte.", + meaning=CL["0002626"])) + setattr(cls, "CL:1001066", + PermissibleValue( + text="CL:1001066", + meaning=CL["1001066"])) + setattr(cls, "CL:0000948", + PermissibleValue( + text="CL:0000948", + description="A class switched memory B cell that expresses IgE on the cell surface.", + meaning=CL["0000948"])) + setattr(cls, "CL:0000168", + PermissibleValue( + text="CL:0000168", + description="Any secretory cell that is capable of some insulin secretion.", + meaning=CL["0000168"])) + setattr(cls, "CL:0002273", + PermissibleValue( + text="CL:0002273", + description="""A type EC enteroendocrine cell type that is numerous in the fundus of the stomach; stores 5-hydroxytryptamine and histamine.""", + meaning=CL["0002273"])) + setattr(cls, "CL:0000470", + PermissibleValue( + text="CL:0000470", + meaning=CL["0000470"])) + setattr(cls, "CL:0000356", + PermissibleValue( + text="CL:0000356", + meaning=CL["0000356"])) + setattr(cls, "CL:0002075", + PermissibleValue( + text="CL:0002075", + description="""Infrequent type of columnar epithelial cell. This cell is characterized by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) on the cell surface. The microvilli contain filaments that stretch into the underlying cytoplasm. They have a distinctive pear shape with a wide base and a narrow microvillous apex. Function not known.""", + meaning=CL["0002075"])) + setattr(cls, "CL:4023005", + PermissibleValue( + text="CL:4023005", + description="A nuclear bag fiber that is sensitive mainly to the rate of change in muscle length.", + meaning=CL["4023005"])) + setattr(cls, "CL:0000855", + PermissibleValue( + text="CL:0000855", + description="""Hair cell is a mechanoreceptor cell that is sensitive to movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.""", + meaning=CL["0000855"])) + setattr(cls, "CL:0000226", + PermissibleValue( + text="CL:0000226", + description="A cell with a single nucleus.", + meaning=CL["0000226"])) + setattr(cls, "CL:0000930", + PermissibleValue( + text="CL:0000930", + description="A mature NK T cell that secretes interleukin-4 and enhances Th2 immune responses.", + meaning=CL["0000930"])) + setattr(cls, "CL:0000678", + PermissibleValue( + text="CL:0000678", + meaning=CL["0000678"])) + setattr(cls, "CL:0000772", + PermissibleValue( + text="CL:0000772", + description="""Any of the immature forms of an eosinophil, in which eosinophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000772"])) + setattr(cls, "CL:0002455", + PermissibleValue( + text="CL:0002455", + description="A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative and CD4-positive.", + meaning=CL["0002455"])) + setattr(cls, "CL:0002479", + PermissibleValue( + text="CL:0002479", + description="An adipose macrophage that does not express MHC-II but is F4/80-positive.", + meaning=CL["0002479"])) + setattr(cls, "CL:0000068", + PermissibleValue( + text="CL:0000068", + description="An epithelial cell that is part of a duct.", + meaning=CL["0000068"])) + setattr(cls, "CL:0011103", + PermissibleValue( + text="CL:0011103", + description="""Sympathetic neurons are part of the sympathetic nervous system and are primarily adrenergic producing the neurotransmitter noradrenalin along with other neuropeptides.""", + meaning=CL["0011103"])) + setattr(cls, "CL:0002633", + PermissibleValue( + text="CL:0002633", + description="A basal cell in the respiratory tract.", + meaning=CL["0002633"])) + setattr(cls, "CL:0000891", + PermissibleValue( + text="CL:0000891", + description="""A type of cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000891"])) + setattr(cls, "CL:2000033", + PermissibleValue( + text="CL:2000033", + description="Any basal cell of epidermis that is part of a limb.", + meaning=CL["2000033"])) + setattr(cls, "CL:0000147", + PermissibleValue( + text="CL:0000147", + description="A pigment cell is a cell that contains pigment granules.", + meaning=CL["0000147"])) + setattr(cls, "CL:0002665", + PermissibleValue( + text="CL:0002665", + description="A fibrocyte of the cochlea that has specialized structural and molecular adaptions.", + meaning=CL["0002665"])) + setattr(cls, "CL:0002470", + PermissibleValue( + text="CL:0002470", + description="Gr1-high monocyte that has a MHC-II receptor complex.", + meaning=CL["0002470"])) + setattr(cls, "CL:0002594", + PermissibleValue( + text="CL:0002594", + description="A smooth muscle cell of the umbilical artery.", + meaning=CL["0002594"])) + setattr(cls, "CL:0004222", + PermissibleValue( + text="CL:0004222", + description="""A flag amacrine cell with post-synaptic terminals in S3, S4, and S5. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004222"])) + setattr(cls, "CL:0000103", + PermissibleValue( + text="CL:0000103", + description="""A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body.""", + meaning=CL["0000103"])) + setattr(cls, "CL:1000746", + PermissibleValue( + text="CL:1000746", + description="Any kidney corpuscule cell that is part of some renal glomerulus.", + meaning=CL["1000746"])) + setattr(cls, "CL:0000377", + PermissibleValue( + text="CL:0000377", + meaning=CL["0000377"])) + setattr(cls, "CL:0002139", + PermissibleValue( + text="CL:0002139", + description="""An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels.""", + meaning=CL["0002139"])) + setattr(cls, "CL:0000071", + PermissibleValue( + text="CL:0000071", + description="An endothelial cell that lines the vasculature.", + meaning=CL["0000071"])) + setattr(cls, "CL:0000852", + PermissibleValue( + text="CL:0000852", + description="""Neuromast support cell is a non-sensory cell of the neuromast that extend between the sensory hair cells from the basement membrane to the apical surface; neuromast support cells are surrounded by neuromast mantle cells.""", + meaning=CL["0000852"])) + setattr(cls, "CL:0000723", + PermissibleValue( + text="CL:0000723", + description="""A stem cell that can give rise to cell types of the body other than those of the germ-line.""", + meaning=CL["0000723"])) + setattr(cls, "CL:0002007", + PermissibleValue( + text="CL:0002007", + description="""A lineage marker-negative, CD34-positive, IL5r-alpha-positive, and Sca1-negative eosinophil progenitor cell.""", + meaning=CL["0002007"])) + setattr(cls, "CL:0000606", + PermissibleValue( + text="CL:0000606", + description="""The larger of two types of asexual spores formed by some fungi; usually round or oblong.""", + meaning=CL["0000606"])) + setattr(cls, "CL:0000609", + PermissibleValue( + text="CL:0000609", + description="""A mechanoreceptor located in the acoustic maculae and the semicircular canals that mediates the sense of balance, movement, and head position. The vestibular hair cells are connected to accessory structures in such a way that movements of the head displace their stereocilia. This influences the membrane potential of the cells which relay information about movements via the vestibular part of the vestibulocochlear nerve to the brain stem.""", + meaning=CL["0000609"])) + setattr(cls, "CL:0001053", + PermissibleValue( + text="CL:0001053", + description="A memory B cell that lacks expression of surface IgD.", + meaning=CL["0001053"])) + setattr(cls, "CL:0000781", + PermissibleValue( + text="CL:0000781", + description="""A specialized mononuclear osteoclast associated with the absorption and removal of cementum.""", + meaning=CL["0000781"])) + setattr(cls, "CL:0009059", + PermissibleValue( + text="CL:0009059", + description="A plasma cell that is located in the medullary sinus of the lymph node.", + meaning=CL["0009059"])) + setattr(cls, "CL:0002121", + PermissibleValue( + text="CL:0002121", + description="""A CD24-negative CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative.""", + meaning=CL["0002121"])) + setattr(cls, "CL:0000747", + PermissibleValue( + text="CL:0000747", + description="""A pigment cell derived from the neural crest. Contains blue pigment of unknown chemical composition in fibrous organelles termed cyanosomes. This gives a blue appearance.""", + meaning=CL["0000747"])) + setattr(cls, "CL:0011020", + PermissibleValue( + text="CL:0011020", + description="""An undifferentiated cell that originates from a neural stem cell and has the capacity to generate multiple types of lineage-restricted progenitors but not to self-renew.""", + meaning=CL["0011020"])) + setattr(cls, "CL:4033020", + PermissibleValue( + text="CL:4033020", + description="A mucus secreting cell that is part of a submucosal gland of the trachea.", + meaning=CL["4033020"])) + setattr(cls, "CL:1000276", + PermissibleValue( + text="CL:1000276", + description="A smooth muscle cell that is part of the duodenum.", + meaning=CL["1000276"])) + setattr(cls, "CL:0011028", + PermissibleValue( + text="CL:0011028", + description="""A neural-crest derived glial cell that supports the growth and survival of primary olfactory neuroons from the neuroepithelium in the nasal cavity to the brain by encasing large bundles of numerous unmyelinated axons.""", + meaning=CL["0011028"])) + setattr(cls, "CL:4030065", + PermissibleValue( + text="CL:4030065", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L6 IT.""", + meaning=CL["4030065"])) + setattr(cls, "CL:2000010", + PermissibleValue( + text="CL:2000010", + description="Any blood vessel endothelial cell that is part of a dermis.", + meaning=CL["2000010"])) + setattr(cls, "CL:0000802", + PermissibleValue( + text="CL:0000802", + description="A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha alpha-positive.", + meaning=CL["0000802"])) + setattr(cls, "CL:0002115", + PermissibleValue( + text="CL:0002115", + description="""A B220-positive CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-positive, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002115"])) + setattr(cls, "CL:1001223", + PermissibleValue( + text="CL:1001223", + description="Any endothelial cell that is part of some renal interlobular vein.", + meaning=CL["1001223"])) + setattr(cls, "CL:0002152", + PermissibleValue( + text="CL:0002152", + description="A columnar cell of the cervix uteri.", + meaning=CL["0002152"])) + setattr(cls, "CL:0000234", + PermissibleValue( + text="CL:0000234", + description="Any cell capable of ingesting particulate matter via phagocytosis.", + meaning=CL["0000234"])) + setattr(cls, "CL:0001081", + PermissibleValue( + text="CL:0001081", + description="""A group 2 innate lymphoid cell in the human with the phenotype CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive.""", + meaning=CL["0001081"])) + setattr(cls, "CL:0000340", + PermissibleValue( + text="CL:0000340", + description="A precursor of the central nervous system that gives rise to glial cells only.", + meaning=CL["0000340"])) + setattr(cls, "CL:0000738", + PermissibleValue( + text="CL:0000738", + description="""An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue.""", + meaning=CL["0000738"])) + setattr(cls, "CL:0002506", + PermissibleValue( + text="CL:0002506", + description="""A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, MHC-II-high and CD103-positive that is located in the liver.""", + meaning=CL["0002506"])) + setattr(cls, "CL:0000396", + PermissibleValue( + text="CL:0000396", + description="A hemocyte found in immuno-stimulated larvae.", + meaning=CL["0000396"])) + setattr(cls, "CL:0000040", + PermissibleValue( + text="CL:0000040", + description="""A myeloid progenitor cell committed to the monocyte lineage. This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and the presence of a nucleolus.""", + meaning=CL["0000040"])) + setattr(cls, "CL:4023054", + PermissibleValue( + text="CL:4023054", + description="""A mesothelial cell that has undergone mesothelial-to-mesenchymal transition (MMT) to become a fibroblast cell.""", + meaning=CL["4023054"])) + setattr(cls, "CL:0000347", + PermissibleValue( + text="CL:0000347", + description="A cell of the sclera of the eye.", + meaning=CL["0000347"])) + setattr(cls, "CL:0009048", + PermissibleValue( + text="CL:0009048", + description="A macrophage that is located in the anorectum.", + meaning=CL["0009048"])) + setattr(cls, "CL:0000798", + PermissibleValue( + text="CL:0000798", + description="A T cell that expresses a gamma-delta T cell receptor complex.", + meaning=CL["0000798"])) + setattr(cls, "CL:1001590", + PermissibleValue( + text="CL:1001590", + description="Glandular cell of epididymal epithelium.", + meaning=CL["1001590"])) + setattr(cls, "CL:0000476", + PermissibleValue( + text="CL:0000476", + description="""A basophil cell of the anterior pituitary that produces thyroid stimulating hormone, thyrotrophin. This cell type is elongated, polygonal and lie in clusters towards the adenohypophyseal center.""", + meaning=CL["0000476"])) + setattr(cls, "CL:0002293", + PermissibleValue( + text="CL:0002293", + description="""An epithelial cell of the thymus. Epithelial reticular cells are pleomorphic, stellate, non-phagocytic cells which seem to be supportive in function and are held together by desmosomes. They replace the fibroblastoid reticular cells found in other lymphoid organs. Other epithelial cells in the medulla have the ultrastructure of secretory cells. Although different epithelial cells throughout the thymus appear alike by light microscopy their ultrastructure and function varies.""", + meaning=CL["0002293"])) + setattr(cls, "CL:4033047", + PermissibleValue( + text="CL:4033047", + description="""A midget ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from flat midget bipolar cells.""", + meaning=CL["4033047"])) + setattr(cls, "CL:0001082", + PermissibleValue( + text="CL:0001082", + description="An innate lyphoid cell with an immature phenotype.", + meaning=CL["0001082"])) + setattr(cls, "CL:1000324", + PermissibleValue( + text="CL:1000324", + description="A goblet cell that is part of the epithelium proper of duodenum.", + meaning=CL["1000324"])) + setattr(cls, "CL:0000535", + PermissibleValue( + text="CL:0000535", + description="""A neuron of teleosts that develops later than a primary neuron, typically during the larval stages.""", + meaning=CL["0000535"])) + setattr(cls, "CL:1001107", + PermissibleValue( + text="CL:1001107", + description="An epithelial cell that is part of some loop of Henle thin ascending limb.", + meaning=CL["1001107"])) + setattr(cls, "CL:0001041", + PermissibleValue( + text="CL:0001041", + description="""A CD8-positive alpha-beta-positive T cell with the phenotype CXCR3-positive and having suppressor function. They are capable of producing IL-10, suppressing proliferation, and suppressing IFN-gamma production.""", + meaning=CL["0001041"])) + setattr(cls, "CL:4030066", + PermissibleValue( + text="CL:4030066", + description="""An epithelial cell that is part of a ureteric bud. A ureteric bud cell has the potential to induce metanephric mesenchymal cells to proliferate and convert to epithelia that form renal tubules via: (1) the secretion of multiple diffusible growth factors that rescue renal progenitors from apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms that induce mesenchymal-epithelial conversion.""", + meaning=CL["4030066"])) + setattr(cls, "CL:0008031", + PermissibleValue( + text="CL:0008031", + description="An interneuron that has its soma located in the cerebral cortex.", + meaning=CL["0008031"])) + setattr(cls, "CL:0002363", + PermissibleValue( + text="CL:0002363", + description="""A keratocyte is a specialized fibroblast residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This corneal layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate.""", + meaning=CL["0002363"])) + setattr(cls, "CL:0004219", + PermissibleValue( + text="CL:0004219", + description="""A bistratifed retinal amacrine cell with a small dendritic field, dendrite stratification in S1-S2, and a second dendrite stratification in S5. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004219"])) + setattr(cls, "CL:0011004", + PermissibleValue( + text="CL:0011004", + description="""A vetebrate lens cell that is any of the elongated, tightly packed cells that make up the bulk of the mature lens in a camera-type eye.""", + meaning=CL["0011004"])) + setattr(cls, "CL:0002149", + PermissibleValue( + text="CL:0002149", + description="An epithelial cell of the uterus.", + meaning=CL["0002149"])) + setattr(cls, "CL:0000582", + PermissibleValue( + text="CL:0000582", + description="""A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and the band form neutrophil. The protein synthesis seen in earlier stages decreases or stops; the nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare; and the cytoplasm becomes amphophilic like that of a mature granulocyte. This cell type is integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, CD33-positive, CD24-positive, fMLP receptor-negative and has expression of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase and neutrophil gelatinase associated lipocalin.""", + meaning=CL["0000582"])) + setattr(cls, "CL:0002014", + PermissibleValue( + text="CL:0002014", + description="A basophilic erythroblast that is Lyg 76-high and is Kit-negative.", + meaning=CL["0002014"])) + setattr(cls, "CL:1001052", + PermissibleValue( + text="CL:1001052", + description="Any kidney venous blood vessel cell that is part of some renal cortex vein.", + meaning=CL["1001052"])) + setattr(cls, "CL:0009103", + PermissibleValue( + text="CL:0009103", + description="A fibroblastic reticular cell found in the lymph node subcapsular sinus.", + meaning=CL["0009103"])) + setattr(cls, "CL:0000987", + PermissibleValue( + text="CL:0000987", + description="A fully differentiated plasma cell that secretes IgA.", + meaning=CL["0000987"])) + setattr(cls, "CL:0002511", + PermissibleValue( + text="CL:0002511", + description="A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-low.", + meaning=CL["0002511"])) + setattr(cls, "CL:0000617", + PermissibleValue( + text="CL:0000617", + description="A neuron that uses GABA as a vesicular neurotransmitter", + meaning=CL["0000617"])) + setattr(cls, "CL:0002464", + PermissibleValue( + text="CL:0002464", + description="An adipose dendritic cell that is SIRPa-negative.", + meaning=CL["0002464"])) + setattr(cls, "CL:1000432", + PermissibleValue( + text="CL:1000432", + description="An epithelial cell that is part of the conjunctiva.", + meaning=CL["1000432"])) + setattr(cls, "CL:1001503", + PermissibleValue( + text="CL:1001503", + description="""The principal glutaminergic neuron located in the outer third of the external plexiform layer of the olfactory bulb; a single short primary dendrite traverses the outer external plexiform layer and terminates within an olfactory glomerulus in a tuft of branches, where it receives the input from olfactory receptor neuron axon terminals; axons of the tufted cells transfer information to a number of areas in the brain, including the piriform cortex, entorhinal cortex, olfactory tubercle, and amygdala.""", + meaning=CL["1001503"])) + setattr(cls, "CL:2000086", + PermissibleValue( + text="CL:2000086", + description="Any basket cell that is part of a neocortex.", + meaning=CL["2000086"])) + setattr(cls, "CL:0003010", + PermissibleValue( + text="CL:0003010", + description="""A bistratified retinal ganglion cell that has a dendrite field that terminates in sublaminar layer S2 and a second dendrite field that terminates in sublaminar layer S4.""", + meaning=CL["0003010"])) + setattr(cls, "CL:0002128", + PermissibleValue( + text="CL:0002128", + description="""A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 and some IFNg.""", + meaning=CL["0002128"])) + setattr(cls, "CL:0002408", + PermissibleValue( + text="CL:0002408", + description="""A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain that does not contain a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.""", + meaning=CL["0002408"])) + setattr(cls, "CL:0002662", + PermissibleValue( + text="CL:0002662", + description="""A luminal epithelial cell of the lactiferous duct. This cuboidal epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive.""", + meaning=CL["0002662"])) + setattr(cls, "CL:4033066", + PermissibleValue( + text="CL:4033066", + description="""A supporting cell that is part of the ovary and differentiates into a granulosa cell. A pre-granulosa cell develops from an early supporting gonadal cell by repressing testis determination, which can then proliferate to form primordial follicles.""", + meaning=CL["4033066"])) + setattr(cls, "CL:0000197", + PermissibleValue( + text="CL:0000197", + description="A cell that is capable of detection of a stimulus involved in sensory perception.", + meaning=CL["0000197"])) + setattr(cls, "CL:0000015", + PermissibleValue( + text="CL:0000015", + description="""A germ cell that supports male gamete production. In some species, non-germ cells known as Sertoli cells also play a role in spermatogenesis.""", + meaning=CL["0000015"])) + setattr(cls, "CL:4023038", + PermissibleValue( + text="CL:4023038", + description="""A glutamatergic neuron with a soma found in cortical layer 6b. They are transcriptomically related to corticothalamic-projecting neurons but have differential projections to the thalamus or anterior cingulate.""", + meaning=CL["4023038"])) + setattr(cls, "CL:0000900", + PermissibleValue( + text="CL:0000900", + description="""A CD8-positive, alpha-beta T cell that has not experienced activation via antigen contact and has the phenotype CD45RA-positive, CCR7-positive and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.""", + meaning=CL["0000900"])) + setattr(cls, "CL:1001009", + PermissibleValue( + text="CL:1001009", + description="Any kidney arterial blood vessel cell that is part of some renal efferent arteriole.", + meaning=CL["1001009"])) + setattr(cls, "CL:0002394", + PermissibleValue( + text="CL:0002394", + description="""A myeloid dendritic cell found in the blood, lymph nodes, tonsil, bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive T cells and can produce inteferon-beta.""", + meaning=CL["0002394"])) + setattr(cls, "CL:0002313", + PermissibleValue( + text="CL:0002313", + description="An ecto-epithelial cell of the prostate gland that secretes hormones.", + meaning=CL["0002313"])) + setattr(cls, "CL:0000006", + PermissibleValue( + text="CL:0000006", + description="""Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception.""", + meaning=CL["0000006"])) + setattr(cls, "CL:0000988", + PermissibleValue( + text="CL:0000988", + description="A cell of a hematopoietic lineage.", + meaning=CL["0000988"])) + setattr(cls, "CL:0000444", + PermissibleValue( + text="CL:0000444", + description="""A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern.""", + meaning=CL["0000444"])) + setattr(cls, "CL:4033011", + PermissibleValue( + text="CL:4033011", + description="""A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle circular layer.""", + meaning=CL["4033011"])) + setattr(cls, "CL:0002673", + PermissibleValue( + text="CL:0002673", + description="A skeletal muscle cell that is part of the tongue.", + meaning=CL["0002673"])) + setattr(cls, "CL:0009082", + PermissibleValue( + text="CL:0009082", + description="""The human equivalent of a DN3 thymocyte; these thymocytes finish the process of beta selection.""", + meaning=CL["0009082"])) + setattr(cls, "CL:4023116", + PermissibleValue( + text="CL:4023116", + description="""A spiral ganglion neuron that innervates outer hair cells. Type 1 spiral ganglion neurons are unmyelinated and unipolar.""", + meaning=CL["4023116"])) + setattr(cls, "CL:0002102", + PermissibleValue( + text="CL:0002102", + description="""A CD38-negative naive B cell is a mature B cell that has the phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002102"])) + setattr(cls, "CL:0000782", + PermissibleValue( + text="CL:0000782", + description="A dendritic cell of the myeloid lineage.", + meaning=CL["0000782"])) + setattr(cls, "CL:0004162", + PermissibleValue( + text="CL:0004162", + description="""A cone whose sensitivity measurements have an average spectral peak of 358.2 nm. These cones are described in rat.""", + meaning=CL["0004162"])) + setattr(cls, "CL:1001432", + PermissibleValue( + text="CL:1001432", + description="Any renal intercalated cell that is part of some collecting duct of renal tubule.", + meaning=CL["1001432"])) + setattr(cls, "CL:0005012", + PermissibleValue( + text="CL:0005012", + description="A ciliated epithelial cell with many cilia.", + meaning=CL["0005012"])) + setattr(cls, "CL:4033008", + PermissibleValue( + text="CL:4033008", + description="A(n) vein endothelial cell that is part of a(n) respiratory system.", + meaning=CL["4033008"])) + setattr(cls, "CL:2000013", + PermissibleValue( + text="CL:2000013", + description="Any skin fibroblast that is part of a skin of abdomen.", + meaning=CL["2000013"])) + setattr(cls, "CL:0009072", + PermissibleValue( + text="CL:0009072", + description="""A thymic medullary epithelial cell that expresses AIRE or other canonical markers of mature mTECs like Fezf2.""", + meaning=CL["0009072"])) + setattr(cls, "CL:4030000", + PermissibleValue( + text="CL:4030000", + description="""A melanocyte located in the vascular uvea and involved in photoprotection, regulation of oxidative damage and immune responses.""", + meaning=CL["4030000"])) + setattr(cls, "CL:0000576", + PermissibleValue( + text="CL:0000576", + description="""Myeloid mononuclear recirculating leukocyte that can act as a precursor of tissue macrophages, osteoclasts and some populations of tissue dendritic cells.""", + meaning=CL["0000576"])) + setattr(cls, "CL:0005008", + PermissibleValue( + text="CL:0005008", + description="An auditory hair cell located in the macula that is sensitive to auditory stimuli.", + meaning=CL["0005008"])) + setattr(cls, "CL:4023035", + PermissibleValue( + text="CL:4023035", + description="A neuron that is derived from a precursor cell in the lateral ganglion eminence.", + meaning=CL["4023035"])) + setattr(cls, "CL:0002098", + PermissibleValue( + text="CL:0002098", + description="""A cardiac myocyte that is connected to other cardiac myocytes by transverse intercalated discs (GO:0014704) at a regular interval.""", + meaning=CL["0002098"])) + setattr(cls, "CL:4023065", + PermissibleValue( + text="CL:4023065", + description="A GABAergic cell located in the cerebral cortex that expresses meis2.", + meaning=CL["4023065"])) + setattr(cls, "CL:0000395", + PermissibleValue( + text="CL:0000395", + description="A precursor of mature crystal cells.", + meaning=CL["0000395"])) + setattr(cls, "CL:0000170", + PermissibleValue( + text="CL:0000170", + description="A cell that secretes glucagon.", + meaning=CL["0000170"])) + setattr(cls, "CL:4023020", + PermissibleValue( + text="CL:4023020", + description="""A gamma motor neuron that innervates dynamic nuclear bag fibers (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They alter muscle spindle sensitivity and increases its discharge in response to velocity of muscle length (rather than just magnitude).""", + meaning=CL["4023020"])) + setattr(cls, "CL:0009013", + PermissibleValue( + text="CL:0009013", + description="""A progenitor cell with hepatic and biliary lineage potential, identified in mouse and human, and anatomically restricted to the ductal plate of fetal liver.""", + meaning=CL["0009013"])) + setattr(cls, "CL:0001004", + PermissibleValue( + text="CL:0001004", + description="""Immature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001004"])) + setattr(cls, "CL:0009031", + PermissibleValue( + text="CL:0009031", + description="A T cell that is located in a vermiform appendix.", + meaning=CL["0009031"])) + setattr(cls, "CL:4023111", + PermissibleValue( + text="CL:4023111", + description="A pyramidal neuron with soma located in the cerebral cortex.", + meaning=CL["4023111"])) + setattr(cls, "CL:2000077", + PermissibleValue( + text="CL:2000077", + description="Any striated muscle cell that is part of a skeletal muscle tissue of pectoralis major.", + meaning=CL["2000077"])) + setattr(cls, "CL:0002519", + PermissibleValue( + text="CL:0002519", + description="""An interrenal epithelial kidney cell is an epithelial cell found in the anterior kidney of teleosts fish. This cell type is arranged in layers around the posterior cardinal vein and contains many mitochondria with tubulovesicular cristae. Interrenal chromaffin cells are interspersed among the tissue layer created by this cell type.""", + meaning=CL["0002519"])) + setattr(cls, "CL:0002425", + PermissibleValue( + text="CL:0002425", + description="""A pro-T cell that is lin-negative, CD25-negative, CD127-negative, CD44-positive and kit-positive.""", + meaning=CL["0002425"])) + setattr(cls, "CL:0002577", + PermissibleValue( + text="CL:0002577", + description="An epithelial cell of the placenta.", + meaning=CL["0002577"])) + setattr(cls, "CL:4030028", + PermissibleValue( + text="CL:4030028", + description="An amacrine cell that uses glycine as a neurotransmitter.", + meaning=CL["4030028"])) + setattr(cls, "CL:4030037", + PermissibleValue( + text="CL:4030037", + description="""A spermatid in a late stage of maturation that has an elongated morphology and is transcriptionally inert when the acrosome is fully developed.""", + meaning=CL["4030037"])) + setattr(cls, "CL:0002350", + PermissibleValue( + text="CL:0002350", + description="""An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin.""", + meaning=CL["0002350"])) + setattr(cls, "CL:0000644", + PermissibleValue( + text="CL:0000644", + description="""Type of radial astrocyte in the cerebellar cortex that have their cell bodies in the Purkinje cell layer and processes that extend into the molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann glia express high densities of glutamate transporters that limit diffusion of the neurotransmitter glutamate during its release from synaptic terminals. Besides their role in early development of the cerebellum, Bergmann glia are also required for the pruning or addition of synapses.""", + meaning=CL["0000644"])) + setattr(cls, "CL:4033041", + PermissibleValue( + text="CL:4033041", + description="An alveolar macrophage that expresses CCL3.", + meaning=CL["4033041"])) + setattr(cls, "CL:0007011", + PermissibleValue( + text="CL:0007011", + description="Neuron that is part of the enteric nervous system.", + meaning=CL["0007011"])) + setattr(cls, "CL:0000650", + PermissibleValue( + text="CL:0000650", + description="""A cell type that encapsulates the capillaries and venules in the kidney. This cell secretes mesangial matrix that provides the structural support for the capillaries.""", + meaning=CL["0000650"])) + setattr(cls, "CL:0000995", + PermissibleValue( + text="CL:0000995", + meaning=CL["0000995"])) + setattr(cls, "CL:0002525", + PermissibleValue( + text="CL:0002525", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the metanephros.""", + meaning=CL["0002525"])) + setattr(cls, "CL:1000434", + PermissibleValue( + text="CL:1000434", + description="An epithelial cell that is part of the external acoustic meatus.", + meaning=CL["1000434"])) + setattr(cls, "CL:0002141", + PermissibleValue( + text="CL:0002141", + description="""A parathyroid chief cell that is actively secreting hormone. Have large Golgi complexes with numerous vesicles and small membrane-bound granules; secretory granules are rare, cytoplasmic glycogen sparse, much of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum in parallel arrays; in normal humans, inactive chief cells outnumber active chief cells in a ratio of 3-5:1""", + meaning=CL["0002141"])) + setattr(cls, "CL:1000381", + PermissibleValue( + text="CL:1000381", + description="""A type I vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.""", + meaning=CL["1000381"])) + setattr(cls, "CL:0000189", + PermissibleValue( + text="CL:0000189", + description="A muscle cell that develops tension more slowly than a fast-twitch fiber.", + meaning=CL["0000189"])) + setattr(cls, "CL:0007006", + PermissibleValue( + text="CL:0007006", + description="Mesodermal cell that is axially located and gives rise to the cells of the notochord.", + meaning=CL["0007006"])) + setattr(cls, "CL:4033026", + PermissibleValue( + text="CL:4033026", + description="A perichondrial fibroblast that is part of the lung.", + meaning=CL["4033026"])) + setattr(cls, "CL:0001204", + PermissibleValue( + text="CL:0001204", + description="""CD4-positive, alpha-beta long-lived T cell with the phenotype CD45RO-positive and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.""", + meaning=CL["0001204"])) + setattr(cls, "CL:0002296", + PermissibleValue( + text="CL:0002296", + description="""An epithelial cell with high nuclear and cytoplasmic electron-density. This cell type is found in the deeper portions of the cortex but is more abundant in the medulla of the thymus.""", + meaning=CL["0002296"])) + setattr(cls, "CL:0003006", + PermissibleValue( + text="CL:0003006", + description="""A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S3 and S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003006"])) + setattr(cls, "CL:0002427", + PermissibleValue( + text="CL:0002427", + description="A double-positive, alpha-beta thymocyte that is small and not proliferating.", + meaning=CL["0002427"])) + setattr(cls, "CL:0000963", + PermissibleValue( + text="CL:0000963", + description="""A germinal center B cell that develops from a Bm3 B cell. This cell has the phenotype IgM-negative, IgD-positive, and CD38-positive.""", + meaning=CL["0000963"])) + setattr(cls, "CL:4040002", + PermissibleValue( + text="CL:4040002", + description="""Glial cell that provides support to the enteric nervous system. It is involved in enteric neurotransmission, in maintaining the integrity of the mucosal barrier of the gut and serves as a link between the nervous and immune systems of the gut. In enteric nerve strands, glial processes ensheath multiaxonal bundles which distinguishes enteric glia from all other peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial cell is the presence of 10 nm filaments, which criss-cross the cell body, form axial bundles in the processes and appear to firmly anchor the cells to the ganglionic surfaces. Similar to astrocytes, their main constituent is glial fibrillary acidic protein (GFAP).""", + meaning=CL["4040002"])) + setattr(cls, "CL:0002497", + PermissibleValue( + text="CL:0002497", + description="A trophoblast giant cell derived from the mural trophectoderm.", + meaning=CL["0002497"])) + setattr(cls, "CL:0002086", + PermissibleValue( + text="CL:0002086", + description="""A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart.""", + meaning=CL["0002086"])) + setattr(cls, "CL:0000162", + PermissibleValue( + text="CL:0000162", + description="""A large, oval stomach epithelial cell with a central nucleus; source of gastric acid. Secretes HCl.""", + meaning=CL["0000162"])) + setattr(cls, "CL:1001033", + PermissibleValue( + text="CL:1001033", + description="An endothelial cell that is part of some peritubular capillary.", + meaning=CL["1001033"])) + setattr(cls, "CL:0000992", + PermissibleValue( + text="CL:0000992", + description="""Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD80-low and CD86-low.""", + meaning=CL["0000992"])) + setattr(cls, "CL:2000072", + PermissibleValue( + text="CL:2000072", + description="Any microvascular endothelial cell that is part of a adipose tissue.", + meaning=CL["2000072"])) + setattr(cls, "CL:0002305", + PermissibleValue( + text="CL:0002305", + description="""An epithelial cell of the distal convoluted tubule of the kidney that helps regulate systemic levels of potassium, sodium, calcium, and pH.""", + meaning=CL["0002305"])) + setattr(cls, "CL:4028001", + PermissibleValue( + text="CL:4028001", + description="Any capillary endothelial cell that is part of a lung.", + meaning=CL["4028001"])) + setattr(cls, "CL:0002466", + PermissibleValue( + text="CL:0002466", + description="""A CD11b-positive dendritic cell located in the serosal portion of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, CD11c-low, CD103-negative.""", + meaning=CL["0002466"])) + setattr(cls, "CL:0000595", + PermissibleValue( + text="CL:0000595", + description="An erythrocyte lacking a nucleus.", + meaning=CL["0000595"])) + setattr(cls, "CL:0000906", + PermissibleValue( + text="CL:0000906", + description="""A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative.""", + meaning=CL["0000906"])) + setattr(cls, "CL:0002639", + PermissibleValue( + text="CL:0002639", + description="""An amniotic stem cell is a mesenchymalstem cell extracted from amniotic fluid. Amniotic stem cells are able to differentiate into various tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and bone""", + meaning=CL["0002639"])) + setattr(cls, "CL:1000510", + PermissibleValue( + text="CL:1000510", + description="Any kidney epithelial cell that is part of some glomerular epithelium.", + meaning=CL["1000510"])) + setattr(cls, "CL:0000527", + PermissibleValue( + text="CL:0000527", + description="A neuron which sends impulses peripherally to activate muscles or secretory cells.", + meaning=CL["0000527"])) + setattr(cls, "CL:1000721", + PermissibleValue( + text="CL:1000721", + description="Any renal principal cell that is part of some papillary duct.", + meaning=CL["1000721"])) + setattr(cls, "CL:0000633", + PermissibleValue( + text="CL:0000633", + description="""A tall supporting cell that is arranged in rows adjacent to the last row of outer phalangeal cells. This cell type constitutes the outer border of the organ of Corti.""", + meaning=CL["0000633"])) + setattr(cls, "CL:0002374", + PermissibleValue( + text="CL:0002374", + description="A hair cell of the ear that contains the organs of balance and hearing.", + meaning=CL["0002374"])) + setattr(cls, "CL:1000424", + PermissibleValue( + text="CL:1000424", + description="A chromaffin cell that is part of the paraaortic body.", + meaning=CL["1000424"])) + setattr(cls, "CL:0000017", + PermissibleValue( + text="CL:0000017", + description="""A male germ cell that develops from spermatogonia. The euploid primary spermatocytes undergo meiosis and give rise to the haploid secondary spermatocytes which in turn give rise to spermatids.""", + meaning=CL["0000017"])) + setattr(cls, "CL:0019017", + PermissibleValue( + text="CL:0019017", + description="A smooth muscle cell that is part of any lymphatic vessel.", + meaning=CL["0019017"])) + setattr(cls, "CL:0000257", + PermissibleValue( + text="CL:0000257", + description="Any cell that only exists in Eumycetozoa.", + meaning=CL["0000257"])) + setattr(cls, "CL:1000356", + PermissibleValue( + text="CL:1000356", + description="A M cell that is part of the epithelium proper of duodenum.", + meaning=CL["1000356"])) + setattr(cls, "CL:0009042", + PermissibleValue( + text="CL:0009042", + description="An enteroendocrine cell that is located in the colon.", + meaning=CL["0009042"])) + setattr(cls, "CL:0009027", + PermissibleValue( + text="CL:0009027", + description="A transit amplifying cell that is part of a crypt of Lieberkuhn of large intestine.", + meaning=CL["0009027"])) + setattr(cls, "CL:0008022", + PermissibleValue( + text="CL:0008022", + description="""A mesenchymal cell of the endocardial cushion. These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves.""", + meaning=CL["0008022"])) + setattr(cls, "CL:1001568", + PermissibleValue( + text="CL:1001568", + description="Any endothelial cell of vascular tree that is part of some pulmonary artery.", + meaning=CL["1001568"])) + setattr(cls, "CL:4023092", + PermissibleValue( + text="CL:4023092", + description="""A pyramidal neuron which has an apical tree which is oriented towards the white matter.""", + meaning=CL["4023092"])) + setattr(cls, "CL:4023018", + PermissibleValue( + text="CL:4023018", + description="A GABAergic interneuron located in the cerebral cortex that expresses Parvalbumin.", + meaning=CL["4023018"])) + setattr(cls, "CL:0000442", + PermissibleValue( + text="CL:0000442", + description="""A cell with extensive dendritic processes found in the B cell areas (primary follicles and germinal centers) of lymphoid tissue. They are unrelated to the dendritic cell associated with T cells. Follicular dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic cells, they do not process or present antigen in a way that allows recognition by T cells. Instead, they hold antigen in the form of immune complexes on their surfaces for long periods and can present antigen to B cells during an immune response.""", + meaning=CL["0000442"])) + setattr(cls, "CL:0001058", + PermissibleValue( + text="CL:0001058", + description="""A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, CD123-positive, and CD11c-negative.""", + meaning=CL["0001058"])) + setattr(cls, "CL:0007010", + PermissibleValue( + text="CL:0007010", + description="""Skeletogenic cell that has the potential to transform into an osteoblast, and develops from neural crest or mesodermal cells.""", + meaning=CL["0007010"])) + setattr(cls, "CL:0000574", + PermissibleValue( + text="CL:0000574", + description="""A pigment cell derived from the neural crest. Contains pteridine and/or carotenoid pigments in structures called pterinosomes or erythrosomes. This gives an orange to red appearance.""", + meaning=CL["0000574"])) + setattr(cls, "CL:0011029", + PermissibleValue( + text="CL:0011029", + description="""An explosive cell containing one giant secretory organelle called a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains a toxin responsible for the stings delivered by a cnidarian to other organisms. Cnidae are used to capture prey and as a defense against predators. The presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, hydrae, jellyfish, etc.).""", + meaning=CL["0011029"])) + setattr(cls, "CL:1001573", + PermissibleValue( + text="CL:1001573", + description="Cell of the nasopharyngeal epithelium.", + meaning=CL["1001573"])) + setattr(cls, "CL:0000481", + PermissibleValue( + text="CL:0000481", + description="A peptide hormone secreting cell that secretes cholecystokin stimulating hormone.", + meaning=CL["0000481"])) + setattr(cls, "CL:1000691", + PermissibleValue( + text="CL:1000691", + meaning=CL["1000691"])) + setattr(cls, "CL:0005024", + PermissibleValue( + text="CL:0005024", + description="""A motor neuron that innervates a skeletal muscle. These motor neurons are all excitatory and cholinergic.""", + meaning=CL["0005024"])) + setattr(cls, "CL:0000118", + PermissibleValue( + text="CL:0000118", + description="""Basket cells are inhibitory GABAergic interneurons of the brain. In general, dendrites of basket cells are free branching and contain smooth spines. Axons are highly branched. The branched axonal arborizations give rise to basket-like structures that surround the soma of the target cell. Basket cells form axo-somatic synapses, meaning their synapses target somas of other cells.""", + meaning=CL["0000118"])) + setattr(cls, "CL:1001606", + PermissibleValue( + text="CL:1001606", + description="Keratinocyte from foreskin.", + meaning=CL["1001606"])) + setattr(cls, "CL:0002641", + PermissibleValue( + text="CL:0002641", + description="An epithelial cell of the esophageal gland proper.", + meaning=CL["0002641"])) + setattr(cls, "CL:0011022", + PermissibleValue( + text="CL:0011022", + description="A fibroblast that is part of skin of back.", + meaning=CL["0011022"])) + setattr(cls, "CL:0000058", + PermissibleValue( + text="CL:0000058", + description="""Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell.""", + meaning=CL["0000058"])) + setattr(cls, "CL:4023056", + PermissibleValue( + text="CL:4023056", + description="""A type of mouse mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.""", + meaning=CL["4023056"])) + setattr(cls, "CL:4023188", + PermissibleValue( + text="CL:4023188", + description="""A retinal ganglion cell that originate in the ganglion cell layer of the retina, and project to the parvocellular layers of the lateral geniculate nucleus (LGN). These cells are known as midget retinal ganglion cells due to the small sizes of their dendritic trees and cell bodies.""", + meaning=CL["4023188"])) + setattr(cls, "CL:0000107", + PermissibleValue( + text="CL:0000107", + description="A neuron whose cell body is within an autonomic ganglion.", + meaning=CL["0000107"])) + setattr(cls, "CL:0000955", + PermissibleValue( + text="CL:0000955", + description="""A pre-B-II cell is a precursor B cell that expresses immunoglobulin mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin kappa light chain and immunoglobulin lambda light chain.""", + meaning=CL["0000955"])) + setattr(cls, "CL:0002354", + PermissibleValue( + text="CL:0002354", + description="""A hematopoietic stem found in the yolk sac. In mice, this cell type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, CD44-positive.""", + meaning=CL["0002354"])) + setattr(cls, "CL:0000936", + PermissibleValue( + text="CL:0000936", + description="""A lymphoid progenitor cell that is found in bone marrow, gives rise to B cells, T cells, natural killer cells and dendritic cells, and has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, CD34-positive, CD150 negative, and GlyA-negative.""", + meaning=CL["0000936"])) + setattr(cls, "CL:0000468", + PermissibleValue( + text="CL:0000468", + description="""A precursor of the central nervous system that gives rise to both neurons and glial cells.""", + meaning=CL["0000468"])) + setattr(cls, "CL:0000740", + PermissibleValue( + text="CL:0000740", + description="""The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve.""", + meaning=CL["0000740"])) + setattr(cls, "CL:0002550", + PermissibleValue( + text="CL:0002550", + description="A fibroblast that is part of the conjuctiva of the eye.", + meaning=CL["0002550"])) + setattr(cls, "CL:0008038", + PermissibleValue( + text="CL:0008038", + description="""A large, multipolar lower motor neuron of the brainstem and spinal cord that innervates the extrafusal muscle fibers of skeletal muscle and are directly responsible for initiating their contraction. While their cell bodies are in the CNS (in the anterior gray horn of the spinal cord), they are part of the somatic nervous system - a branch of the PNS.""", + meaning=CL["0008038"])) + setattr(cls, "CL:4033064", + PermissibleValue( + text="CL:4033064", + description="A tissue-resident macrophage that is part of the uterus.", + meaning=CL["4033064"])) + setattr(cls, "CL:0000544", + PermissibleValue( + text="CL:0000544", + meaning=CL["0000544"])) + setattr(cls, "CL:0002539", + PermissibleValue( + text="CL:0002539", + description="A smooth muscle cell of the aorta.", + meaning=CL["0002539"])) + setattr(cls, "CL:4023033", + PermissibleValue( + text="CL:4023033", + description="""A retinal ganglion cell that is depolarized by decreased illumination of their receptive field center.""", + meaning=CL["4023033"])) + setattr(cls, "CL:4033016", + PermissibleValue( + text="CL:4033016", + description="""A myofibroblast that is part of an alveoli during alveolarization. The contractile force of this cell elongates the secondary crest, while producing a framework of elastin and tenascin. During the maturation of the septa, secondary crest myofibroblasts, together with matrix fibroblasts, secrete metalloproteinases and other ECM‐remodeling proteins to thin the septal tip ECM. The secondary crest myofibroblast continues producing elastin, eventually undergoing apoptosis during adulthood.""", + meaning=CL["4033016"])) + setattr(cls, "CL:0001051", + PermissibleValue( + text="CL:0001051", + description="""A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.""", + meaning=CL["0001051"])) + setattr(cls, "CL:2000002", + PermissibleValue( + text="CL:2000002", + description="""A specialized, enlarged, connective tissue cell of the decidua with enlarged nucleus, dense membrane‐bound secretory granules and cytoplasmic accumulation of glycogen and lipid droplets. These cells develop by the transformation of endometrial stromal cells during decidualization.""", + meaning=CL["2000002"])) + setattr(cls, "CL:2000007", + PermissibleValue( + text="CL:2000007", + description="Chondrocyte forming the hyaline cartilage found in the knee joint.", + meaning=CL["2000007"])) + setattr(cls, "CL:1001036", + PermissibleValue( + text="CL:1001036", + description="A cell that is part of a vasa recta.", + meaning=CL["1001036"])) + setattr(cls, "CL:1000286", + PermissibleValue( + text="CL:1000286", + description="A smooth muscle cell that is part of the rectum.", + meaning=CL["1000286"])) + setattr(cls, "CL:0002381", + PermissibleValue( + text="CL:0002381", + description="A conidium that has only one nucleus.", + meaning=CL["0002381"])) + setattr(cls, "CL:0000867", + PermissibleValue( + text="CL:0000867", + description="A tissue-resident macrophage found in a secondary lymphoid organ.", + meaning=CL["0000867"])) + setattr(cls, "CL:0002242", + PermissibleValue( + text="CL:0002242", + description="A cell containing at least one nucleus.", + meaning=CL["0002242"])) + setattr(cls, "CL:0002180", + PermissibleValue( + text="CL:0002180", + description="A mucous cell in the epithelium of the stomach.", + meaning=CL["0002180"])) + setattr(cls, "CL:2000020", + PermissibleValue( + text="CL:2000020", + description="Any native cell that is part of a inner cell mass.", + meaning=CL["2000020"])) + setattr(cls, "CL:0002558", + PermissibleValue( + text="CL:0002558", + description="A fibroblast that is part of villous mesenchyme.", + meaning=CL["0002558"])) + setattr(cls, "CL:2000083", + PermissibleValue( + text="CL:2000083", + description="Any hair follicle dermal papilla cell that is part of a scalp.", + meaning=CL["2000083"])) + setattr(cls, "CL:0000696", + PermissibleValue( + text="CL:0000696", + description="A cell that stores and secretes pancreatic polypeptide hormone.", + meaning=CL["0000696"])) + setattr(cls, "CL:0002365", + PermissibleValue( + text="CL:0002365", + description="""An epithelial cell of the medullary thymus. This cell type expresses a diverse range of tissue-specific antigens. This promiscuous gene expression is a cell-autonomous property of medullary epithelial cells and is maintained during the entire period of thymic T cell output.""", + meaning=CL["0002365"])) + setattr(cls, "CL:1000332", + PermissibleValue( + text="CL:1000332", + description="A serous secreting cell that is part of the epithelium of terminal bronchiole.", + meaning=CL["1000332"])) + setattr(cls, "CL:0002338", + PermissibleValue( + text="CL:0002338", + description="""A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and CD161-positive.""", + meaning=CL["0002338"])) + setattr(cls, "CL:0009087", + PermissibleValue( + text="CL:0009087", + description="An extravillous trophoblast that is polynuclear.", + meaning=CL["0009087"])) + setattr(cls, "CL:4030020", + PermissibleValue( + text="CL:4030020", + description="A renal alpha-intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030020"])) + setattr(cls, "CL:0009041", + PermissibleValue( + text="CL:0009041", + description="A tuft cell that is a part of the colon.", + meaning=CL["0009041"])) + setattr(cls, "CL:4033019", + PermissibleValue( + text="CL:4033019", + description="An ON bipolar cell type with dendrites selectively contacting S-cones.", + meaning=CL["4033019"])) + setattr(cls, "CL:0000577", + PermissibleValue( + text="CL:0000577", + description="""A subtype of enteroendocrine cells found in the gastrointestinal mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. These cell type secretes serotonin and some neurotransmitters including enkephalins and substance P. Their secretory granules stain readily with silver (argentaffin stain).""", + meaning=CL["0000577"])) + setattr(cls, "CL:0000389", + PermissibleValue( + text="CL:0000389", + meaning=CL["0000389"])) + setattr(cls, "CL:0000136", + PermissibleValue( + text="CL:0000136", + description="""A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides.""", + meaning=CL["0000136"])) + setattr(cls, "CL:0019026", + PermissibleValue( + text="CL:0019026", + description="""Any hepatocyte that is part of the liver lobule periportal region. These cells are primarily involved in oxidative energy metabolism.""", + meaning=CL["0019026"])) + setattr(cls, "CL:4030004", + PermissibleValue( + text="CL:4030004", + description="""A large epithelial cell found in the thymus. This cell type may internalize thymocytes through extensions of plasma membrane. The cell surface and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and MHC Class II antigens. The interaction of these antigens with a developing thymocyte determines whether the thymocyte undergoes positive or negative selection.""", + meaning=CL["4030004"])) + setattr(cls, "CL:0002419", + PermissibleValue( + text="CL:0002419", + description="A T cell that expresses a T cell receptor complex and has completed T cell selection.", + meaning=CL["0002419"])) + setattr(cls, "CL:0010001", + PermissibleValue( + text="CL:0010001", + description="A stromal cell that is part_of a bone marrow.", + meaning=CL["0010001"])) + setattr(cls, "CL:0000418", + PermissibleValue( + text="CL:0000418", + description="""An epithelial cell found in C. elegans that firmly hold the outer body wall and the lips to the inner cylinder of the pharynx in a manner that keeps these organs from breaking apart, while still giving each organ freedom of movement during feeding.""", + meaning=CL["0000418"])) + setattr(cls, "CL:0000186", + PermissibleValue( + text="CL:0000186", + description="""An animal cell that has characteristics of both a fibroblast cell and a smooth muscle cell.""", + meaning=CL["0000186"])) + setattr(cls, "CL:0000675", + PermissibleValue( + text="CL:0000675", + description="A mature sexual reproductive cell of the female germline.", + meaning=CL["0000675"])) + setattr(cls, "CL:1001575", + PermissibleValue( + text="CL:1001575", + description="Squamous cell of uterine cervix epithelium.", + meaning=CL["1001575"])) + setattr(cls, "CL:0011027", + PermissibleValue( + text="CL:0011027", + description="Any fibroblast that is part of skeletal muscle tissue.", + meaning=CL["0011027"])) + setattr(cls, "CL:0002416", + PermissibleValue( + text="CL:0002416", + description="A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative.", + meaning=CL["0002416"])) + setattr(cls, "CL:0002379", + PermissibleValue( + text="CL:0002379", + description="""A neurecto-epithelial cell found in the arachnoid villi of dura mater. This cell type facilitates flow of cerebrospinal fluid into the blood.""", + meaning=CL["0002379"])) + setattr(cls, "CL:0000386", + PermissibleValue( + text="CL:0000386", + meaning=CL["0000386"])) + setattr(cls, "CL:0000932", + PermissibleValue( + text="CL:0000932", + description="""A type II NK T cell that has been recently activated, secretes interferon-gamma, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000932"])) + setattr(cls, "CL:0002435", + PermissibleValue( + text="CL:0002435", + description="""A CD8-positive, CD4-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.""", + meaning=CL["0002435"])) + setattr(cls, "CL:0011108", + PermissibleValue( + text="CL:0011108", + description="Epithelial cell that is part of the colon epithelium.", + meaning=CL["0011108"])) + setattr(cls, "CL:4030048", + PermissibleValue( + text="CL:4030048", + description="A DRD1-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + meaning=CL["4030048"])) + setattr(cls, "CL:0000961", + PermissibleValue( + text="CL:0000961", + description="""A follicular B cell that is IgD-positive, CD23-negative, and CD38-negative. This naive cell type is activated in the extrafollicular areas through interaction with interdigitating dendritic cells and antigen-specific CD4-positive T cells.""", + meaning=CL["0000961"])) + setattr(cls, "CL:0009099", + PermissibleValue( + text="CL:0009099", + description="""A progenitor cell that is a tissue-resident mesenchymal cell, important for skeletal muscle regeneration, and able to differentiate into both adipocytes or fibroblasts.""", + meaning=CL["0009099"])) + setattr(cls, "CL:1000325", + PermissibleValue( + text="CL:1000325", + description="A goblet cell that is part of the epithelium proper of jejunum.", + meaning=CL["1000325"])) + setattr(cls, "CL:0002184", + PermissibleValue( + text="CL:0002184", + description="""A flat or angular epithelial cell with condensed nuclei and darkly staining cytoplasm containing numerous intermediate filaments inserted into desmosomes contacting surrounding supporting cells; lie in contact with the basal lamina of olfactory epithelium.""", + meaning=CL["0002184"])) + setattr(cls, "CL:0000706", + PermissibleValue( + text="CL:0000706", + description="""Specialized ependymal cell that produces the cerebrospinal fluid from the blood and secretes it into the lumen of the brain and spinal chord.""", + meaning=CL["0000706"])) + setattr(cls, "CL:0000642", + PermissibleValue( + text="CL:0000642", + description="""An agranular supporting cell of the anterior pituitary (adenohypophysis) that is characterized by a star-like morphology and ability to form follicles. Folliculostellate cells communicate with each other and with endocrine cells via gap junctions.""", + meaning=CL["0000642"])) + setattr(cls, "CL:0002618", + PermissibleValue( + text="CL:0002618", + description="An endothelial cell of the umbilical vein.", + meaning=CL["0002618"])) + setattr(cls, "CL:0000024", + PermissibleValue( + text="CL:0000024", + description="An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes.", + meaning=CL["0000024"])) + setattr(cls, "CL:4040005", + PermissibleValue( + text="CL:4040005", + description="A mesenchymal stem cell that is part of the apical papilla tooth root.", + meaning=CL["4040005"])) + setattr(cls, "CL:0008025", + PermissibleValue( + text="CL:0008025", + description="A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter.", + meaning=CL["0008025"])) + setattr(cls, "CL:0002035", + PermissibleValue( + text="CL:0002035", + description="""A hematopoietic progenitor that has restricted self-renewal capability. Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative.""", + meaning=CL["0002035"])) + setattr(cls, "CL:0002559", + PermissibleValue( + text="CL:0002559", + description="An animal cell that is part of a hair follicle.", + meaning=CL["0002559"])) + setattr(cls, "CL:0000810", + PermissibleValue( + text="CL:0000810", + description="""An immature alpha-beta T cell that is located in the thymus and is CD4-positive and CD8-negative.""", + meaning=CL["0000810"])) + setattr(cls, "CL:0005003", + PermissibleValue( + text="CL:0005003", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into a leucophore.""", + meaning=CL["0005003"])) + setattr(cls, "CL:0002581", + PermissibleValue( + text="CL:0002581", + description="A preadipocyte that is part of a perirenal fat tissue.", + meaning=CL["0002581"])) + setattr(cls, "CL:0002533", + PermissibleValue( + text="CL:0002533", + description="An immature CD16-positive myeloid dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002533"])) + setattr(cls, "CL:0002088", + PermissibleValue( + text="CL:0002088", + description="""This is a cell found in the gastrointestinal tract of mammals and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs from the enteric nervous system to smooth muscle cells and are thought to be the cells from which gastrointestinal stromal tumors (GISTs) arise.""", + meaning=CL["0002088"])) + setattr(cls, "CL:4033039", + PermissibleValue( + text="CL:4033039", + description="An alpha-beta CD8 T cell that resides in the lung.", + meaning=CL["4033039"])) + setattr(cls, "CL:1000342", + PermissibleValue( + text="CL:1000342", + description="An enterocyte that is part of the epithelium proper of ileum.", + meaning=CL["1000342"])) + setattr(cls, "CL:0004125", + PermissibleValue( + text="CL:0004125", + description="A retinal ganglion cell C inner that has dense dendritic diversity.", + meaning=CL["0004125"])) + setattr(cls, "CL:0002672", + PermissibleValue( + text="CL:0002672", + description="""A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells.""", + meaning=CL["0002672"])) + setattr(cls, "CL:0000485", + PermissibleValue( + text="CL:0000485", + description="""Mast cell subtype that contains only the serine protease trypase in its granules. These cells are primarily found in mucosal tissue, such as intestinal mucosa and alveoli. They depend upon T-cells for development of phenotype.""", + meaning=CL["0000485"])) + setattr(cls, "CL:0000940", + PermissibleValue( + text="CL:0000940", + description="""An alpha-beta T cell that is found in the lamina propria of mucosal tissues and is restricted by the MR-1 molecule.""", + meaning=CL["0000940"])) + setattr(cls, "CL:0002240", + PermissibleValue( + text="CL:0002240", + description="A fibroblast in the bone marrow.", + meaning=CL["0002240"])) + setattr(cls, "CL:1000702", + PermissibleValue( + text="CL:1000702", + description="Any smooth muscle cell that is part of some kidney pelvis smooth muscle.", + meaning=CL["1000702"])) + setattr(cls, "CL:0000683", + PermissibleValue( + text="CL:0000683", + description="""A cell that transports hormones from neurosecretory cells. This nerve cell is characterized by bipolar shape and endfeet that contact a basal lamina around blood vessels, and/or the pia mater or vitreous body of the eye and additionally contact the ventricular surface or sub-retinal space.""", + meaning=CL["0000683"])) + setattr(cls, "CL:0002483", + PermissibleValue( + text="CL:0002483", + description="A melanocyte that produces pigment within the hair follicle.", + meaning=CL["0002483"])) + setattr(cls, "CL:0010011", + PermissibleValue( + text="CL:0010011", + description="A GABAergic interneuron whose soma is located in the cerebral cortex.", + meaning=CL["0010011"])) + setattr(cls, "CL:0009052", + PermissibleValue( + text="CL:0009052", + description="A smooth muscle cell that is located in the anorectum.", + meaning=CL["0009052"])) + setattr(cls, "CL:0000827", + PermissibleValue( + text="CL:0000827", + description="""A lymphoid progenitor cell of the T cell lineage, with some lineage specific marker expression, but not yet fully committed to the T cell lineage.""", + meaning=CL["0000827"])) + setattr(cls, "CL:1000549", + PermissibleValue( + text="CL:1000549", + description="An epithelial cell that is part of a cortical collecting duct.", + meaning=CL["1000549"])) + setattr(cls, "CL:4023008", + PermissibleValue( + text="CL:4023008", + description="""A glutamatergic neuron located in the cerebral cortex that projects to structures of telencephalic origins.""", + meaning=CL["4023008"])) + setattr(cls, "CL:0002138", + PermissibleValue( + text="CL:0002138", + description="""A endothelial cell of a lymphatic vessel. The border of the oak leaf-shaped endothelial cell of initial lymphatics are joined by specialized buttons. The discontinuous feature of buttons distinguishes them from zippers in collecting lymphatics, but both types of junctions are composed of proteins typical of adherens junctions and tight junctions found in the endothelium of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped endothelial cell, leaving open the tips of flaps as routes for fluid entry without disassembly and reformation of intercellular junctions.""", + meaning=CL["0002138"])) + setattr(cls, "CL:1001111", + PermissibleValue( + text="CL:1001111", + description="An epithelial cell that is part of some loop of Henle thin descending limb.", + meaning=CL["1001111"])) + setattr(cls, "CL:1001505", + PermissibleValue( + text="CL:1001505", + description="""The secretory neurons of the paraventricular nucleus that synthesize and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system.""", + meaning=CL["1001505"])) + setattr(cls, "CL:0000619", + PermissibleValue( + text="CL:0000619", + meaning=CL["0000619"])) + setattr(cls, "CL:0000730", + PermissibleValue( + text="CL:0000730", + description="A cell at the front of a migrating epithelial sheet.", + meaning=CL["0000730"])) + setattr(cls, "CL:0000407", + PermissibleValue( + text="CL:0000407", + description="A cell that anchors the cell body of a scolopidial neuron to the integument.", + meaning=CL["0000407"])) + setattr(cls, "CL:0000041", + PermissibleValue( + text="CL:0000041", + description="""A fully differentiated eosinophil, a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Cells are also differentiated from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This cell type is CD49d-positive.""", + meaning=CL["0000041"])) + setattr(cls, "CL:1000839", + PermissibleValue( + text="CL:1000839", + description="Any epithelial cell of proximal tubule that is part of some proximal straight tubule.", + meaning=CL["1000839"])) + setattr(cls, "CL:0002540", + PermissibleValue( + text="CL:0002540", + description="A mesenchymal stem cell that is part of the bone marrow.", + meaning=CL["0002540"])) + setattr(cls, "CL:0005019", + PermissibleValue( + text="CL:0005019", + description="Ghrelin secreting cells found in the endocrine pancreas.", + meaning=CL["0005019"])) + setattr(cls, "CL:0000966", + PermissibleValue( + text="CL:0000966", + description="""A germinal center B cell that has the phenotype CD77-negative, IgD-negative, and CD38-positive. These cells have undergone somatic mutation of the B cell receptor.""", + meaning=CL["0000966"])) + setattr(cls, "CL:0011032", + PermissibleValue( + text="CL:0011032", + description="""An enterocyte that possesses a large supranuclear vacuolar system that preferentially internalizes dietary protein via receptor-mediated and fluid-phase endocytosis for intracellular digestion and trans-cellular transport. In zebrafish these cells are located in the posterior region of the mid intestine throughout life. In mammals they are found in the ileum pre-weaning and later are replaced by mature enterocytes.""", + meaning=CL["0011032"])) + setattr(cls, "CL:0004235", + PermissibleValue( + text="CL:0004235", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004235"])) + setattr(cls, "CL:0004252", + PermissibleValue( + text="CL:0004252", + description="An amicrine that has a medium dendritic field.", + meaning=CL["0004252"])) + setattr(cls, "CL:0000913", + PermissibleValue( + text="CL:0000913", + description="""CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000913"])) + setattr(cls, "CL:4042001", + PermissibleValue( + text="CL:4042001", + description="""A GABAergic interneuron that has its soma located in the striatum and that has an enriched expression of the gene TAC3.""", + meaning=CL["4042001"])) + setattr(cls, "CL:0019032", + PermissibleValue( + text="CL:0019032", + description="Any brush cell that is part of the intestinal epithelium.", + meaning=CL["0019032"])) + setattr(cls, "CL:0000121", + PermissibleValue( + text="CL:0000121", + description="The output neuron of the cerebellar cortex.", + meaning=CL["0000121"])) + setattr(cls, "CL:0000587", + PermissibleValue( + text="CL:0000587", + description="A thermoreceptor cell that detects reduced temperatures.", + meaning=CL["0000587"])) + setattr(cls, "CL:0002306", + PermissibleValue( + text="CL:0002306", + description="An epithelial cell of the proximal tubule of the kidney.", + meaning=CL["0002306"])) + setattr(cls, "CL:4033001", + PermissibleValue( + text="CL:4033001", + description="A(n) endothelial cell that is part of a(n) arteriole of lymph node.", + meaning=CL["4033001"])) + setattr(cls, "CL:0002203", + PermissibleValue( + text="CL:0002203", + description="Brush cell found in the epithelial layer of the colon.", + meaning=CL["0002203"])) + setattr(cls, "CL:0003004", + PermissibleValue( + text="CL:0003004", + description="""A bistratified retinal ganglion cell that has a small dendritic field with sparse density that terminates at the intersection of the S4-S5 sublaminar level, and a second dendrite field that is medium in size and degree of arborization that terminates in sublaminar layer S2.""", + meaning=CL["0003004"])) + setattr(cls, "CL:0002006", + PermissibleValue( + text="CL:0002006", + description="""A megakaryocyte erythroid progenitor cell that is Kit-positive and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative and Fcgr II/III-low.""", + meaning=CL["0002006"])) + setattr(cls, "CL:0000860", + PermissibleValue( + text="CL:0000860", + description="""A monocyte that responds rapidly to microbial stimuli by secreting cytokines and antimicrobial factors and which is characterized by high expression of CCR2 in both rodents and humans, negative for the lineage markers CD3, CD19, and CD20, and of larger size than non-classical monocytes.""", + meaning=CL["0000860"])) + setattr(cls, "CL:0001035", + PermissibleValue( + text="CL:0001035", + description="A connective tissue cell found in bone.", + meaning=CL["0001035"])) + setattr(cls, "CL:4033065", + PermissibleValue( + text="CL:4033065", + description="""A mature B cell that serves as an intermediate stage in the differentiation of naive B cells into a plasmablast. A preplasmablast expresses CD30 and IL-6R and lacks expression of CD20, CD23, CD38 and CD138.""", + meaning=CL["4033065"])) + setattr(cls, "CL:0009105", + PermissibleValue( + text="CL:0009105", + description="A fibroblastic reticular cell found in the lymph node T cell domain.", + meaning=CL["0009105"])) + setattr(cls, "CL:0000374", + PermissibleValue( + text="CL:0000374", + description="""An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization, often in the form of a hair, bristle, peg or scale. The base of this specialization is often surrounded by a socket produced by a closely associated tormogen cell.""", + meaning=CL["0000374"])) + setattr(cls, "CL:1000718", + PermissibleValue( + text="CL:1000718", + description="Any renal principal cell that is part of some inner medullary collecting duct.", + meaning=CL["1000718"])) + setattr(cls, "CL:1001434", + PermissibleValue( + text="CL:1001434", + description="""A neuron residing in the olfactory bulb that serve to process and refine signals arising from olfactory sensory neurons""", + meaning=CL["1001434"])) + setattr(cls, "CL:0002375", + PermissibleValue( + text="CL:0002375", + description="""A glioblast cell that develops from a migratory neural crest cell. The SCP is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has no basal lamina. In rodents SCPs are the only cells in the Schwann cell linage that expresses Cdh19.""", + meaning=CL["0002375"])) + setattr(cls, "CL:0017000", + PermissibleValue( + text="CL:0017000", + description="""An ionocyte that is part of the lung epithelium. The cells from this type are major sources of the CFTR protein in human and mice.""", + meaning=CL["0017000"])) + setattr(cls, "CL:0000008", + PermissibleValue( + text="CL:0000008", + description="""Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination.""", + meaning=CL["0000008"])) + setattr(cls, "CL:0002037", + PermissibleValue( + text="CL:0002037", + description="""Intraepithelial T cells with a memory phenotype of CD2-positive, CD5-positive, and CD44-positive.""", + meaning=CL["0002037"])) + setattr(cls, "CL:0002344", + PermissibleValue( + text="CL:0002344", + description="""A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and CD161-positive.""", + meaning=CL["0002344"])) + setattr(cls, "CL:0009075", + PermissibleValue( + text="CL:0009075", + description="A thymic medullary epithelial cell that expresses muscle-specific biomarkers.", + meaning=CL["0009075"])) + setattr(cls, "CL:0000084", + PermissibleValue( + text="CL:0000084", + description="""A type of lymphocyte whose defining characteristic is the expression of a T cell receptor complex.""", + meaning=CL["0000084"])) + setattr(cls, "CL:0000190", + PermissibleValue( + text="CL:0000190", + description="""A muscle cell that can develop high tension rapidly. It is usually innervated by a single alpha neuron.""", + meaning=CL["0000190"])) + setattr(cls, "CL:0000116", + PermissibleValue( + text="CL:0000116", + description="""Pioneer neurons establish a pathway in the developing central nervous system and then undergo programmed cell death once the adult axons, which follow them, have made connections with the target site. Thus, they are a transient cell type involved in axon guidance.""", + meaning=CL["0000116"])) + setattr(cls, "CL:0002302", + PermissibleValue( + text="CL:0002302", + description="""A synovial cell that is macrophage-like, characterized by surface ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic vesicles, Golgi apparatus and little granular endoplasmic reticulum.""", + meaning=CL["0002302"])) + setattr(cls, "CL:4023029", + PermissibleValue( + text="CL:4023029", + description="""A medium spiny neuron that expresses dopamine type 2 receptors and projects to the external globus pallidus.""", + meaning=CL["4023029"])) + setattr(cls, "CL:0002125", + PermissibleValue( + text="CL:0002125", + description="""A circulating gamma-delta T cell that expresses RORgamma(t), is CD27-negative and is capable of IL-17 secretion.""", + meaning=CL["0002125"])) + setattr(cls, "CL:0000767", + PermissibleValue( + text="CL:0000767", + description="""Any of the immature or mature forms of a granular leukocyte that in its mature form has an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse, bluish-black granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, and FceRIa-positive.""", + meaning=CL["0000767"])) + setattr(cls, "CL:0000922", + PermissibleValue( + text="CL:0000922", + description="""An alpha-beta T cell expressing NK call markers that is CD1d restricted and expresses a diverse TCR repertoire. Type II NKT cells do not become activated by alpha-galactosylceramide when presented by CD1d.""", + meaning=CL["0000922"])) + setattr(cls, "CL:0000030", + PermissibleValue( + text="CL:0000030", + meaning=CL["0000030"])) + setattr(cls, "CL:0000774", + PermissibleValue( + text="CL:0000774", + description="""A late eosinophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature eosinophil.""", + meaning=CL["0000774"])) + setattr(cls, "CL:1000441", + PermissibleValue( + text="CL:1000441", + description="An epithelial cell that is part of the viscerocranial mucosa.", + meaning=CL["1000441"])) + setattr(cls, "CL:0000845", + PermissibleValue( + text="CL:0000845", + description="""A mature B cell that is located in the marginal zone of the spleen with the phenotype CD23-negative and CD21-positive and expressing a B cell receptor usually reactive to bacterial cell wall components or senescent self components such as oxidized-LDL. This cell type is also described as being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high.""", + meaning=CL["0000845"])) + setattr(cls, "CL:1000803", + PermissibleValue( + text="CL:1000803", + description="A cell that is part of an interstitial compartment of an inner renal medulla.", + meaning=CL["1000803"])) + setattr(cls, "CL:0002446", + PermissibleValue( + text="CL:0002446", + description="A NK1.1-positive T cell that is Ly49Cl-negative.", + meaning=CL["0002446"])) + setattr(cls, "CL:4033067", + PermissibleValue( + text="CL:4033067", + description="""A follicular cell of ovary that differentiates from a granulosa cell during the secondary follicle stage. Mural granulosa cells line the inner surface of the follicle wall, surrounding the fluid-filled antral cavity. These cells produce oestrogen during the follicular phase in response to follicle-stimulating hormone (FSH), and progesterone after ovulation in response to luteinizing hormone (LH).""", + meaning=CL["4033067"])) + setattr(cls, "CL:0000153", + PermissibleValue( + text="CL:0000153", + description="A cell that secretes glycosaminoglycans.", + meaning=CL["0000153"])) + setattr(cls, "CL:0002052", + PermissibleValue( + text="CL:0002052", + description="""A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, CD45R-positive and CD25-positive. This cell type is also described as being AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive.""", + meaning=CL["0002052"])) + setattr(cls, "CL:0002046", + PermissibleValue( + text="CL:0002046", + description="""A pro-B cell that is CD22-positive, CD34-positive, CD38-positive and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. Cell is CD19-negative, CD20-negative, complement receptor type 2-negative and CD10-low. D-to-J recombination of the heavy chain occurs at this stage.""", + meaning=CL["0002046"])) + setattr(cls, "CL:0000670", + PermissibleValue( + text="CL:0000670", + description="""A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells.""", + meaning=CL["0000670"])) + setattr(cls, "CL:0000504", + PermissibleValue( + text="CL:0000504", + description="""A enteroendocrine cell part of the glands of the gastric mucosa. They produce histamine and peptides such as chromogranins. This cell type respond to gastrin by releasing histamine which acts as a paracrine stimulator of the release of hydrochloric acid from the gastric parietal cells.""", + meaning=CL["0000504"])) + setattr(cls, "CL:0000807", + PermissibleValue( + text="CL:0000807", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain in complex with the pre-T cell receptor alpha chain.""", + meaning=CL["0000807"])) + setattr(cls, "CL:1000413", + PermissibleValue( + text="CL:1000413", + description="A blood vessel endothelial cell that is part of an arterial endothelium.", + meaning=CL["1000413"])) + setattr(cls, "CL:0002312", + PermissibleValue( + text="CL:0002312", + description="""An acidophilic cell of the anterior pituitary that produces growth hormone, somatotropin.""", + meaning=CL["0002312"])) + setattr(cls, "CL:0002282", + PermissibleValue( + text="CL:0002282", + description="""An enteroendocrine cell which produces a gastrin- and cholecystokinin-like peptide. The apical microvilli-rich plasma membrane is in open contact with the small intestine mucosa. This cell type is devoid of gastrin-17 but contains other fragments of the gastrin polypeptide.""", + meaning=CL["0002282"])) + setattr(cls, "CL:2000031", + PermissibleValue( + text="CL:2000031", + description="Any neuron that is part of a lateral line ganglion.", + meaning=CL["2000031"])) + setattr(cls, "CL:0009062", + PermissibleValue( + text="CL:0009062", + description="""A specialized type of CD4 positive T cell, the follicular helper T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular localization. These specialised T cells reside in the germinal center of the lymph node.""", + meaning=CL["0009062"])) + setattr(cls, "CL:0000397", + PermissibleValue( + text="CL:0000397", + description="Any interneuron that has its soma located in some ganglion.", + meaning=CL["0000397"])) + setattr(cls, "CL:0002612", + PermissibleValue( + text="CL:0002612", + description="A neuron of the ventral spinal cord.", + meaning=CL["0002612"])) + setattr(cls, "CL:0000496", + PermissibleValue( + text="CL:0000496", + description="A photoreceptor cell that is sensitive to green light.", + meaning=CL["0000496"])) + setattr(cls, "CL:4033054", + PermissibleValue( + text="CL:4033054", + description="""A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics.""", + meaning=CL["4033054"])) + setattr(cls, "CL:2000090", + PermissibleValue( + text="CL:2000090", + description="Any stellate cell that is part of a dentate gyrus of hippocampal formation.", + meaning=CL["2000090"])) + setattr(cls, "CL:0000350", + PermissibleValue( + text="CL:0000350", + description="Any extraembryonic cell that is part of some amnioserosa.", + meaning=CL["0000350"])) + setattr(cls, "CL:0002436", + PermissibleValue( + text="CL:0002436", + description="""A mature CD4-positive, CD8-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.""", + meaning=CL["0002436"])) + setattr(cls, "CL:0003017", + PermissibleValue( + text="CL:0003017", + description="A retinal ganglion B cell that has post synaptic terminals in S2.", + meaning=CL["0003017"])) + setattr(cls, "CL:0002179", + PermissibleValue( + text="CL:0002179", + description="""An epithelial cell within one of the pits in the embryonic gastric mucosa from which the gastric glands develop .""", + meaning=CL["0002179"])) + setattr(cls, "CL:0000079", + PermissibleValue( + text="CL:0000079", + meaning=CL["0000079"])) + setattr(cls, "CL:0004216", + PermissibleValue( + text="CL:0004216", + description="A type 5 cone bipolar cell with diffuse axonal branches.", + meaning=CL["0004216"])) + setattr(cls, "CL:3000004", + PermissibleValue( + text="CL:3000004", + description="Peripheral sensory neuron.", + meaning=CL["3000004"])) + setattr(cls, "CL:0001056", + PermissibleValue( + text="CL:0001056", + description="A dendritic cell with the phenotype HLA-DRA-positive.", + meaning=CL["0001056"])) + setattr(cls, "CL:0000521", + PermissibleValue( + text="CL:0000521", + description="Any cell that only exists in Fungi.", + meaning=CL["0000521"])) + setattr(cls, "CL:0011010", + PermissibleValue( + text="CL:0011010", + description="A cell derived from the mesoderm that is found at the periphery of the embryo.", + meaning=CL["0011010"])) + setattr(cls, "CL:1000344", + PermissibleValue( + text="CL:1000344", + description="A Paneth cell that is part of the epithelium proper of small intestine.", + meaning=CL["1000344"])) + setattr(cls, "CL:0000249", + PermissibleValue( + text="CL:0000249", + meaning=CL["0000249"])) + setattr(cls, "CL:0002474", + PermissibleValue( + text="CL:0002474", + description="""A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-negative, and CD11b-high.""", + meaning=CL["0002474"])) + setattr(cls, "CL:0002069", + PermissibleValue( + text="CL:0002069", + description="""Mostly cylindrical, resemble Type 1 in their contents and the presence of a kinocilium and stereocilium apically; much greater variation in size, some almost span the entire thickness of the sensory epithelium, while others are smaller than Type 1; receive multiple efferent nerve boutons around their bases as well as afferent endings, which are small expansions rather than chalices.""", + meaning=CL["0002069"])) + setattr(cls, "CL:4028004", + PermissibleValue( + text="CL:4028004", + description="""A pulmonary interstitial fibroblast that is part of the alveolus and contains lipid droplets.""", + meaning=CL["4028004"])) + setattr(cls, "CL:0003025", + PermissibleValue( + text="CL:0003025", + description="""A retinal ganglion cell C inner that has sparse dendritic density, and large dendritic field.""", + meaning=CL["0003025"])) + setattr(cls, "CL:0009015", + PermissibleValue( + text="CL:0009015", + description="""A follicular dendritic cell located in the Peyer's patch. These cells from a meshwork in which Peyer's patch B cells reside.""", + meaning=CL["0009015"])) + setattr(cls, "CL:0002551", + PermissibleValue( + text="CL:0002551", + description="Any skin fibroblast that is part of some dermis.", + meaning=CL["0002551"])) + setattr(cls, "CL:0009044", + PermissibleValue( + text="CL:0009044", + description="""A lymphocyte that resides in the lamina propria of the small intestine. Lamina propria leukocytes and intraepithelial lymphocytes are the effector compartments of the gut mucosal immune system. Lymphocytes circulate through gut associated lymphoid tissues until recruitment by intestinal antigens. They are involved in the gut immune response.""", + meaning=CL["0009044"])) + setattr(cls, "CL:0002503", + PermissibleValue( + text="CL:0002503", + description="""A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc""", + meaning=CL["0002503"])) + setattr(cls, "CL:0017005", + PermissibleValue( + text="CL:0017005", + description="A lymphocyte that has gotten larger after being stimulated by an antigen.", + meaning=CL["0017005"])) + setattr(cls, "CL:0001048", + PermissibleValue( + text="CL:0001048", + description="""A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory cell with the phenotype HLA-DRA-positive, indicating recent activation.""", + meaning=CL["0001048"])) + setattr(cls, "CL:0001032", + PermissibleValue( + text="CL:0001032", + description="Granule cell that is part of the cerebral cortex.", + meaning=CL["0001032"])) + setattr(cls, "CL:0002157", + PermissibleValue( + text="CL:0002157", + description="""A cell type that makes up the highly vascular membrane lining the marrow cavity of long bones.""", + meaning=CL["0002157"])) + setattr(cls, "CL:0000394", + PermissibleValue( + text="CL:0000394", + description="""A phagocytic hemocyte, responsible for the engulfment of small particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial peptides and contribute to the production and secretion of proteins of the hemolymph.""", + meaning=CL["0000394"])) + setattr(cls, "CL:4033037", + PermissibleValue( + text="CL:4033037", + description="A mucus secreting cell of a submucosal gland of the tracheobronchial tree.", + meaning=CL["4033037"])) + setattr(cls, "CL:2000094", + PermissibleValue( + text="CL:2000094", + description="""Any epithelial cell of viscerocranial mucosa that is part of a nasal cavity respiratory epithelium.""", + meaning=CL["2000094"])) + setattr(cls, "CL:0002051", + PermissibleValue( + text="CL:0002051", + description="A pre-BCR positive B cell that is CD38-high.", + meaning=CL["0002051"])) + setattr(cls, "CL:0000601", + PermissibleValue( + text="CL:0000601", + description="""A mechanoreceptor in the organ of Corti. In mammals the outer hair cells are arranged in three rows which are further from the modiolus than the single row of inner hair cells. The motile properties of the outer hair cells may contribute actively to tuning the sensitivity and frequency selectivity of the cochlea.""", + meaning=CL["0000601"])) + setattr(cls, "CL:0000838", + PermissibleValue( + text="CL:0000838", + description="A progenitor cell restricted to the lymphoid lineage.", + meaning=CL["0000838"])) + setattr(cls, "CL:4030017", + PermissibleValue( + text="CL:4030017", + description="An epithelial cell located in the late distal convoluted tubule.", + meaning=CL["4030017"])) + setattr(cls, "CL:0004224", + PermissibleValue( + text="CL:0004224", + description="""A broadly stratifying amacrine cell that has a small dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004224"])) + setattr(cls, "CL:1000420", + PermissibleValue( + text="CL:1000420", + description="A myoepithelial cell that is part of the terminal lactiferous duct.", + meaning=CL["1000420"])) + setattr(cls, "CL:0000295", + PermissibleValue( + text="CL:0000295", + description="A peptide hormone secreting cell that produces growth hormone, somatotropin.", + meaning=CL["0000295"])) + setattr(cls, "CL:4033043", + PermissibleValue( + text="CL:4033043", + description="""A macrophage that is part of the lung connective tissue (pulmonary interstitium). This cell performs tissue remodeling and contributes to barrier immunity through antigen presentation.""", + meaning=CL["4033043"])) + setattr(cls, "CL:0000202", + PermissibleValue( + text="CL:0000202", + description="""A mechanoreceptor cell of the auditory or vestibular system that is sensitive to auditory stimuli. The accessory sensory structures are arranged so that appropriate stimuli cause movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.""", + meaning=CL["0000202"])) + setattr(cls, "CL:0009018", + PermissibleValue( + text="CL:0009018", + description="A lymphocyte that resides in the lamina propria of the large intestine.", + meaning=CL["0009018"])) + setattr(cls, "CL:2000078", + PermissibleValue( + text="CL:2000078", + description="Any pericyte cell that is part of a placenta.", + meaning=CL["2000078"])) + setattr(cls, "CL:1000272", + PermissibleValue( + text="CL:1000272", + description="Any secretory cell that is part of some lung.", + meaning=CL["1000272"])) + setattr(cls, "CL:0009034", + PermissibleValue( + text="CL:0009034", + description="A dendritic cell that is located in a vermiform appendix.", + meaning=CL["0009034"])) + setattr(cls, "CL:0000721", + PermissibleValue( + text="CL:0000721", + meaning=CL["0000721"])) + setattr(cls, "CL:0000196", + PermissibleValue( + text="CL:0000196", + description="""A muscle cell that is involved in the mechanism of insect flight. This encompasses both, cells that power flight and cells that control flight.""", + meaning=CL["0000196"])) + setattr(cls, "CL:1001319", + PermissibleValue( + text="CL:1001319", + description="Any cell that is part of some urinary bladder.", + meaning=CL["1001319"])) + setattr(cls, "CL:0000339", + PermissibleValue( + text="CL:0000339", + description="An early neural cell developing from the early ependymal cell of the neural tube.", + meaning=CL["0000339"])) + setattr(cls, "CL:0000631", + PermissibleValue( + text="CL:0000631", + description="""Cells forming a framework supporting the organ of Corti. Specific cells are those of Claudius, Deiters and Hensen.""", + meaning=CL["0000631"])) + setattr(cls, "CL:0008027", + PermissibleValue( + text="CL:0008027", + description="""A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells. These neurons have axons that arborize and synapse to targets in inner plexiform layers 4 and 5 and depolarize in response to light.""", + meaning=CL["0008027"])) + setattr(cls, "CL:0004238", + PermissibleValue( + text="CL:0004238", + description="""A bistratified amacrine cell with a medium dendritic field, a flat and sparse dendritic arbor, and post-synaptic terminals at the intersections of S1 and S2, and S3 and S4.""", + meaning=CL["0004238"])) + setattr(cls, "CL:0000035", + PermissibleValue( + text="CL:0000035", + description="A stem cell that self-renews as well as give rise to a single mature cell type.", + meaning=CL["0000035"])) + setattr(cls, "CL:1001097", + PermissibleValue( + text="CL:1001097", + description="Any smooth muscle cell that is part of some renal afferent arteriole.", + meaning=CL["1001097"])) + setattr(cls, "CL:1000838", + PermissibleValue( + text="CL:1000838", + description="""Any epithelial cell of proximal tubule that is part of some proximal convoluted tubule and has part some brush border.""", + meaning=CL["1000838"])) + setattr(cls, "CL:3000000", + PermissibleValue( + text="CL:3000000", + description="A ciliated epithelial cell of the esophagus.", + meaning=CL["3000000"])) + setattr(cls, "CL:0000881", + PermissibleValue( + text="CL:0000881", + description="""A border associated macrophage that is adjacent to a small blood vessel of a brain. A perivascular macrophage expresses the markers CD14, CD16 and CD163. In homeostatic conditions, this central nervous system macrophage has a non-motile cell body with extending and retracting projections through the blood vessel wall.""", + meaning=CL["0000881"])) + setattr(cls, "CL:0002437", + PermissibleValue( + text="CL:0002437", + description="""A mature CD8-positive, CD4-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.""", + meaning=CL["0002437"])) + setattr(cls, "CL:0002320", + PermissibleValue( + text="CL:0002320", + description="""A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone.""", + meaning=CL["0002320"])) + setattr(cls, "CL:1000616", + PermissibleValue( + text="CL:1000616", + description="Any kidney medulla cell that is part of some outer medulla of kidney.", + meaning=CL["1000616"])) + setattr(cls, "CL:0003015", + PermissibleValue( + text="CL:0003015", + description="""A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003015"])) + setattr(cls, "CL:0002359", + PermissibleValue( + text="CL:0002359", + description="""A hematopoietic stem cell of the placenta. This cell type is first observed E10.5 This cell type may give rise to fetal liver hematopoietic stem cells.""", + meaning=CL["0002359"])) + setattr(cls, "CL:0005010", + PermissibleValue( + text="CL:0005010", + description="A cuboidal epithelial cell of the kidney that regulates acid/base balance.", + meaning=CL["0005010"])) + setattr(cls, "CL:0002623", + PermissibleValue( + text="CL:0002623", + description="An acinar cell of salivary gland.", + meaning=CL["0002623"])) + setattr(cls, "CL:1001516", + PermissibleValue( + text="CL:1001516", + description="""The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the intestinal tract.""", + meaning=CL["1001516"])) + setattr(cls, "CL:0000713", + PermissibleValue( + text="CL:0000713", + meaning=CL["0000713"])) + setattr(cls, "CL:0009116", + PermissibleValue( + text="CL:0009116", + description="""A progenitor cell with the potential to differentiate into luminal epithelial cells of mammary glands. In mouse, CD61 and c-kit were found to be coexpressed by the majority of, but not all, committed luminal progenitor cells.""", + meaning=CL["0009116"])) + setattr(cls, "CL:0011002", + PermissibleValue( + text="CL:0011002", + description="""A motor neuron that is generated only on limb levels and send axons into the limb mesenchyme.""", + meaning=CL["0011002"])) + setattr(cls, "CL:4023080", + PermissibleValue( + text="CL:4023080", + description="""a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has stellate pyramidal morphology.""", + meaning=CL["4023080"])) + setattr(cls, "CL:0009071", + PermissibleValue( + text="CL:0009071", + description="A thymic medullary epithelial cell considered to be a pre-AIRE mTEC population.", + meaning=CL["0009071"])) + setattr(cls, "CL:0000652", + PermissibleValue( + text="CL:0000652", + description="""This cell type produces and secretes melatonin and forms the pineal parenchyma. Extending from each cell body, which has a spherical, oval or lobulated mucleus, are one or more tortuous basophilic processes, containing parallel microtubules known as synaptic ribbons. These processes end in expanded terminal buds near capillaries or less, frequently, ependymal cells of the pineal recess. The terminal buds contain granular endoplasmic reticulum, mitochondria and electron-dense cored vesicles, which store monoamines and polypeptide hormones, release of which appears to require sympathetic innervation.""", + meaning=CL["0000652"])) + setattr(cls, "CL:4023127", + PermissibleValue( + text="CL:4023127", + description="a KNDy neuron that is located in the arcuate nucleus of the hypothalamus.", + meaning=CL["4023127"])) + setattr(cls, "CL:0000862", + PermissibleValue( + text="CL:0000862", + description="A macrophage that suppresses immune responses.", + meaning=CL["0000862"])) + setattr(cls, "CL:0000993", + PermissibleValue( + text="CL:0000993", + description="""Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and MHCII-positive.""", + meaning=CL["0000993"])) + setattr(cls, "CL:0002009", + PermissibleValue( + text="CL:0002009", + description="""A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages.""", + meaning=CL["0002009"])) + setattr(cls, "CL:0002603", + PermissibleValue( + text="CL:0002603", + description="An astrocyte of the cerebellum.", + meaning=CL["0002603"])) + setattr(cls, "CL:0009060", + PermissibleValue( + text="CL:0009060", + description="A mature B cell located in the marginal zone of the lymph node.", + meaning=CL["0009060"])) + setattr(cls, "CL:0002254", + PermissibleValue( + text="CL:0002254", + description="An epithelial cell of the small intestine.", + meaning=CL["0002254"])) + setattr(cls, "CL:0009055", + PermissibleValue( + text="CL:0009055", + description="A paneth cell that is located in the anorectum.", + meaning=CL["0009055"])) + setattr(cls, "CL:0000818", + PermissibleValue( + text="CL:0000818", + description="""An immature B cell of an intermediate stage between the pre-B cell stage and the mature naive stage with the phenotype surface IgM-positive and CD19-positive, and are subject to the process of B cell selection. A transitional B cell migrates from the bone marrow into the peripheral circulation, and then to the spleen.""", + meaning=CL["0000818"])) + setattr(cls, "CL:0000998", + PermissibleValue( + text="CL:0000998", + description="""CD8_alpha-negative CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive T cells.""", + meaning=CL["0000998"])) + setattr(cls, "CL:0001043", + PermissibleValue( + text="CL:0001043", + description="""A recently activated CD4-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.""", + meaning=CL["0001043"])) + setattr(cls, "CL:0009078", + PermissibleValue( + text="CL:0009078", + description="A fibroblast located in the thymic capsule.", + meaning=CL["0009078"])) + setattr(cls, "CL:0000314", + PermissibleValue( + text="CL:0000314", + meaning=CL["0000314"])) + setattr(cls, "CL:0000608", + PermissibleValue( + text="CL:0000608", + description="""A thick walled, sexual, resting spore formed by Zygomycetes; sometimes refers to the spore and the multi-layered cell wall that encloses the spore, the zygosporangium.""", + meaning=CL["0000608"])) + setattr(cls, "CL:0000744", + PermissibleValue( + text="CL:0000744", + description="""A columnar chondrocyte that differentiates in the late embryonic growth plate of bone. Columnar chondrocytes vigorously proliferate and form columns in the growth plate.""", + meaning=CL["0000744"])) + setattr(cls, "CL:0002259", + PermissibleValue( + text="CL:0002259", + description="The stem cell from which glial precursor cell arises from.", + meaning=CL["0002259"])) + setattr(cls, "CL:0002004", + PermissibleValue( + text="CL:0002004", + description="A proerythoblast that is CD34-negative and GlyA-negative.", + meaning=CL["0002004"])) + setattr(cls, "CL:1000433", + PermissibleValue( + text="CL:1000433", + description="An epithelial cell that is part of the lacrimal canaliculus.", + meaning=CL["1000433"])) + setattr(cls, "CL:0004227", + PermissibleValue( + text="CL:0004227", + description="""A bistratified amacrine cell with a small dendritic field. Flat bistratified amacrine cells have post-synaptic terminals both on the border of S1 and S2, and on the border of S3 and S4. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004227"])) + setattr(cls, "CL:4033022", + PermissibleValue( + text="CL:4033022", + description="A mucus secreting cell of a submucosal gland of the bronchus.", + meaning=CL["4033022"])) + setattr(cls, "CL:0003048", + PermissibleValue( + text="CL:0003048", + description="""A cone cell that detects long wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 564-580 nm.""", + meaning=CL["0003048"])) + setattr(cls, "CL:0009080", + PermissibleValue( + text="CL:0009080", + description="A tuft cell located in the small intestine.", + meaning=CL["0009080"])) + setattr(cls, "CL:0002569", + PermissibleValue( + text="CL:0002569", + description="A mesenchymal stem cell of the umbilical cord.", + meaning=CL["0002569"])) + setattr(cls, "CL:0000235", + PermissibleValue( + text="CL:0000235", + description="""A mononuclear phagocyte present in variety of tissues, typically differentiated from monocytes, capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.""", + meaning=CL["0000235"])) + setattr(cls, "CL:0002176", + PermissibleValue( + text="CL:0002176", + description="A cell of a secondary follicile within the ovary.", + meaning=CL["0002176"])) + setattr(cls, "CL:4030005", + PermissibleValue( + text="CL:4030005", + description="""A renal beta-intercalated cell that is part of the cortical collecting duct. The medullary collecting duct does not contain the renal beta-intercalated cell type.""", + meaning=CL["4030005"])) + setattr(cls, "CL:0000999", + PermissibleValue( + text="CL:0000999", + description="""CD8_alpha-negative CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative and CD8_alpha-negative.""", + meaning=CL["0000999"])) + setattr(cls, "CL:0002472", + PermissibleValue( + text="CL:0002472", + description="""Gr1-low non-classical monocyte that has low to intermediate expression of the MHC-II complex.""", + meaning=CL["0002472"])) + setattr(cls, "CL:0003021", + PermissibleValue( + text="CL:0003021", + description="""A retinal ganglion cell C outer that has a medium dendritic field and a dense dendritic arbor.""", + meaning=CL["0003021"])) + setattr(cls, "CL:4023000", + PermissibleValue( + text="CL:4023000", + description="""A motor neuron that innervates both intrafusal and extrafusal muscle fibers. Low abundancy. They control both muscle contraction and responsiveness of the sensory feedback from muscle spindles.""", + meaning=CL["4023000"])) + setattr(cls, "CL:0002657", + PermissibleValue( + text="CL:0002657", + description="A glandular epithelial cell of the esophagus.", + meaning=CL["0002657"])) + setattr(cls, "CL:0000514", + PermissibleValue( + text="CL:0000514", + description="A precursor cell destined to differentiate into smooth muscle myocytes.", + meaning=CL["0000514"])) + setattr(cls, "CL:0000349", + PermissibleValue( + text="CL:0000349", + description="Any cell that is part of some extraembryonic structure.", + meaning=CL["0000349"])) + setattr(cls, "CL:0002190", + PermissibleValue( + text="CL:0002190", + description="A flat keratinocyte immediately below the cornified layer.", + meaning=CL["0002190"])) + setattr(cls, "CL:4030035", + PermissibleValue( + text="CL:4030035", + description="""A dental pulp cell that possesses stem-cell-like qualities, including self-renewal capability and multi-lineage differentiation.""", + meaning=CL["4030035"])) + setattr(cls, "CL:0002067", + PermissibleValue( + text="CL:0002067", + description="An enteroendocrine cell that produces glucagon.", + meaning=CL["0002067"])) + setattr(cls, "CL:0009114", + PermissibleValue( + text="CL:0009114", + description="""A B cell found in the perisinusoidal area of a lymph node. In humans, monocytoid B cells are a morphologically distinct B cell population (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many similarities with marginal zone B cells including marker expression, and are increased in disease settings.""", + meaning=CL["0009114"])) + setattr(cls, "CL:1001517", + PermissibleValue( + text="CL:1001517", + description="""The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach.""", + meaning=CL["1001517"])) + setattr(cls, "CL:0000137", + PermissibleValue( + text="CL:0000137", + description="""A mature osteoblast that has become embedded in the bone matrix. They occupy a small cavity, called lacuna, in the matrix and are connected to adjacent osteocytes via protoplasmic projections called canaliculi.""", + meaning=CL["0000137"])) + setattr(cls, "CL:0009024", + PermissibleValue( + text="CL:0009024", + description="A mesothelial cell that is part of the small intestine.", + meaning=CL["0009024"])) + setattr(cls, "CL:4040004", + PermissibleValue( + text="CL:4040004", + description="Any mesenchymal stem cell of adipose tissue that is part of an orbital region.", + meaning=CL["4040004"])) + setattr(cls, "CL:0002367", + PermissibleValue( + text="CL:0002367", + description="""A cell that lines the trabecular meshwork, which is an area of tissue in the eye located around the base of the cornea, near the ciliary body, and is responsible for draining the aqueous humor from the eye via the anterior chamber (the chamber on the front of the eye covered by the cornea). This cell may play a role in regulating intraocular pressure.""", + meaning=CL["0002367"])) + setattr(cls, "CL:0002062", + PermissibleValue( + text="CL:0002062", + description="""A squamous pulmonary alveolar epithelial cell that is flattened and branched. A pulmonary alveolar type 1 cell covers more than 98% of the alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions to form the air-blood barrier essential for normal gas exchange.""", + meaning=CL["0002062"])) + setattr(cls, "CL:0000724", + PermissibleValue( + text="CL:0000724", + description="""A differentiated cell that functions as a site of nitrogen fixation under aerobic conditions.""", + meaning=CL["0000724"])) + setattr(cls, "CL:1001598", + PermissibleValue( + text="CL:1001598", + description="""A glandular cell found in the epithelium of the small intestine. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Somatostatin-secreting Cells (D-cells) .""", + meaning=CL["1001598"])) + setattr(cls, "CL:1001589", + PermissibleValue( + text="CL:1001589", + description="""Glandular cell of duodenal epithelium. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner's gland cell.""", + meaning=CL["1001589"])) + setattr(cls, "CL:1000147", + PermissibleValue( + text="CL:1000147", + description="A cell that is part of a cardiac valve.", + meaning=CL["1000147"])) + setattr(cls, "CL:0002402", + PermissibleValue( + text="CL:0002402", + description="""A resting mature B cell within the Peyer's patch that is CD19-positive, B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, and CD5-negative.""", + meaning=CL["0002402"])) + setattr(cls, "CL:1001126", + PermissibleValue( + text="CL:1001126", + description="Any vasa recta cell that is part of some inner renal medulla vasa recta.", + meaning=CL["1001126"])) + setattr(cls, "CL:0002608", + PermissibleValue( + text="CL:0002608", + description="A neuron with a soma found in the hippocampus.", + meaning=CL["0002608"])) + setattr(cls, "CL:0002011", + PermissibleValue( + text="CL:0002011", + description="""A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages. Marker for this cell is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative.""", + meaning=CL["0002011"])) + setattr(cls, "CL:4023012", + PermissibleValue( + text="CL:4023012", + description="""A glutamatergic neuron located in the cerebral cortex that projects axons locally rather than distantly.""", + meaning=CL["4023012"])) + setattr(cls, "CL:0005014", + PermissibleValue( + text="CL:0005014", + description="""A non-sensory cell that extends from the basement membrane to the apical surface of the auditory epithelium and provides support for auditory hair cells.""", + meaning=CL["0005014"])) + setattr(cls, "CL:0002249", + PermissibleValue( + text="CL:0002249", + description="A stem cell that can differentiate into a cardiac myocyte.", + meaning=CL["0002249"])) + setattr(cls, "CL:0002675", + PermissibleValue( + text="CL:0002675", + description="A S. pombe cell type determined by mat1-Pc and mat1-Pi on the mat1 locus.", + meaning=CL["0002675"])) + setattr(cls, "CL:0000025", + PermissibleValue( + text="CL:0000025", + description="""A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization.""", + meaning=CL["0000025"])) + setattr(cls, "CL:2000021", + PermissibleValue( + text="CL:2000021", + description="Any native cell that is part of a sebaceous gland.", + meaning=CL["2000021"])) + setattr(cls, "CL:0002120", + PermissibleValue( + text="CL:0002120", + description="""An CD24-positive CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-positive, CD38-negative, and IgG-negative.""", + meaning=CL["0002120"])) + setattr(cls, "CL:0008005", + PermissibleValue( + text="CL:0008005", + description="""A somatic muscle cell that is oblquely striated. Examples include the somatic muscles of nematodes.""", + meaning=CL["0008005"])) + setattr(cls, "CL:0002654", + PermissibleValue( + text="CL:0002654", + description="An epithelial cell of stratum corneum of esophageal epithelium.", + meaning=CL["0002654"])) + setattr(cls, "CL:0011018", + PermissibleValue( + text="CL:0011018", + description="""A group 3 innate lymphoid cell that express ROR gamma t and IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c, Gr-1), with the functional ability to interact with mesenchymal cells through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer cells are key to the development of lymph nodes and Peyer’s patches.""", + meaning=CL["0011018"])) + setattr(cls, "CL:0000660", + PermissibleValue( + text="CL:0000660", + description="An extracellular matrix secreting cell that secretes glycocalyx.", + meaning=CL["0000660"])) + setattr(cls, "CL:0000763", + PermissibleValue( + text="CL:0000763", + description="A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage.", + meaning=CL["0000763"])) + setattr(cls, "CL:0002199", + PermissibleValue( + text="CL:0002199", + description="An oncocyte located in the parathyroid gland.", + meaning=CL["0002199"])) + setattr(cls, "CL:0001018", + PermissibleValue( + text="CL:0001018", + description="""Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001018"])) + setattr(cls, "CL:0003009", + PermissibleValue( + text="CL:0003009", + description="""A mono-stratified retinal ganglion cell that has a medium dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S4 and S5.""", + meaning=CL["0003009"])) + setattr(cls, "CL:0000180", + PermissibleValue( + text="CL:0000180", + description="A steroid hormone secreting cell that secretes estradiol.", + meaning=CL["0000180"])) + setattr(cls, "CL:0002308", + PermissibleValue( + text="CL:0002308", + description="An epithelial cell of a skin gland.", + meaning=CL["0002308"])) + setattr(cls, "CL:0002543", + PermissibleValue( + text="CL:0002543", + description="An endothelial cell that is part of the vein.", + meaning=CL["0002543"])) + setattr(cls, "CL:0008032", + PermissibleValue( + text="CL:0008032", + description="""A GABAergic interneuron in human cortical layer 1 that has large rosehip-shaped axonal boutons and compact arborization.""", + meaning=CL["0008032"])) + setattr(cls, "CL:1000442", + PermissibleValue( + text="CL:1000442", + description="An urothelial cell that is part of the trigone of urinary bladder.", + meaning=CL["1000442"])) + setattr(cls, "CL:0002488", + PermissibleValue( + text="CL:0002488", + description="""A trophoblast cell that has a large volume of cytoplasm, is polyploid and is usually mononuclear but is also occasionally multi-nucleate. This cell type is important in establishing maternal physiology and remodeling of the vasculature of the placenta.""", + meaning=CL["0002488"])) + setattr(cls, "CL:0000014", + PermissibleValue( + text="CL:0000014", + description="A stem cell that is the precursor of gametes.", + meaning=CL["0000014"])) + setattr(cls, "CL:0004242", + PermissibleValue( + text="CL:0004242", + description="""An amacrine cell with a wide dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites of this cell type are straight and minimally branched.""", + meaning=CL["0004242"])) + setattr(cls, "CL:1000050", + PermissibleValue( + text="CL:1000050", + description="Any glial cell that is part of some lateral line nerve.", + meaning=CL["1000050"])) + setattr(cls, "CL:1001572", + PermissibleValue( + text="CL:1001572", + description="A vascular endothelial cell found in colon blood vessels.", + meaning=CL["1001572"])) + setattr(cls, "CL:0000984", + PermissibleValue( + text="CL:0000984", + description="A plasmablast that secretes IgA.", + meaning=CL["0000984"])) + setattr(cls, "CL:0000104", + PermissibleValue( + text="CL:0000104", + description="A neuron with three or more neurites, usually an axon and multiple dendrites.", + meaning=CL["0000104"])) + setattr(cls, "CL:1001285", + PermissibleValue( + text="CL:1001285", + description="A cell that is part of some vasa recta descending limb.", + meaning=CL["1001285"])) + setattr(cls, "CL:1000419", + PermissibleValue( + text="CL:1000419", + description="A myoepithelial cell that is part of the lactiferous duct.", + meaning=CL["1000419"])) + setattr(cls, "CL:0000417", + PermissibleValue( + text="CL:0000417", + meaning=CL["0000417"])) + setattr(cls, "CL:0002146", + PermissibleValue( + text="CL:0002146", + description="""A sweat producing cell of eccrine sweat glands. Pyramidal in shape, with its base resting on the basal lamina or myoepitheliocytes, and its microvillus-covered apical plasma membrane line up the intercellular canaliculi. Cell is not stained by hematoxylin or eosin.""", + meaning=CL["0002146"])) + setattr(cls, "CL:0002122", + PermissibleValue( + text="CL:0002122", + description="""A B220-positive CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative.""", + meaning=CL["0002122"])) + setattr(cls, "CL:0000695", + PermissibleValue( + text="CL:0000695", + description="""A neuron of the human embryonic marginal zone which display, as a salient feature, radial ascending processes that contact the pial surface, and a horizontal axon plexus located in the deep marginal zone. One feature of these cells in mammals is that they express the Reelin gene.""", + meaning=CL["0000695"])) + setattr(cls, "CL:0002070", + PermissibleValue( + text="CL:0002070", + description="""Bottle-shaped with narrow neck; broad, rounded basal portion where nucleus is located; stereocilia and a single kinocilium is present apically; receive nerve bouton at their base from an afferent cup-shaped (chalice or calyx) nerve ending.""", + meaning=CL["0002070"])) + setattr(cls, "CL:4023083", + PermissibleValue( + text="CL:4023083", + description="""A GABAergic interneuron that selectively innervates the axon initial segment of pyramidal cells. Their local axonal clusters are formed by high-frequency branching at shallow angles, often ramifying around, above or below their somata with a high bouton density. The characteristic terminal portions of the axon form short vertical rows of boutons, resembling the candlesticks and candles of a chandelier. Chandelier cells can be multipolar or bitufted.""", + meaning=CL["4023083"])) + setattr(cls, "CL:1000366", + PermissibleValue( + text="CL:1000366", + description="A transitional myocyte that is part of the middle internodal tract.", + meaning=CL["1000366"])) + setattr(cls, "CL:0003014", + PermissibleValue( + text="CL:0003014", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a medium length secondary dendrite shaft.""", + meaning=CL["0003014"])) + setattr(cls, "CL:0002512", + PermissibleValue( + text="CL:0002512", + description="A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-high.", + meaning=CL["0002512"])) + setattr(cls, "CL:0002595", + PermissibleValue( + text="CL:0002595", + description="A smooth muscle cell of the subclavian artery.", + meaning=CL["0002595"])) + setattr(cls, "CL:0002078", + PermissibleValue( + text="CL:0002078", + description="Epithelial cell derived from mesoderm or mesenchyme.", + meaning=CL["0002078"])) + setattr(cls, "CL:0002420", + PermissibleValue( + text="CL:0002420", + description="A T cell that has not completed T cell selection.", + meaning=CL["0002420"])) + setattr(cls, "CL:0000503", + PermissibleValue( + text="CL:0000503", + description="""A flattened stroma cell forming a sheath or theca outside the basal lamina lining the mature ovarian follicle. Thecal interstitial or stromal cells are steroidogenic, and produce primarily androgens which serve as precusors of estrogens in the granulosa cells.""", + meaning=CL["0000503"])) + setattr(cls, "CL:0000908", + PermissibleValue( + text="CL:0000908", + description="""A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines.""", + meaning=CL["0000908"])) + setattr(cls, "CL:0002664", + PermissibleValue( + text="CL:0002664", + description="""A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart.""", + meaning=CL["0002664"])) + setattr(cls, "CL:4023057", + PermissibleValue( + text="CL:4023057", + description="Any GABAergic interneuron that has its soma located in some cerebellar cortex.", + meaning=CL["4023057"])) + setattr(cls, "CL:0002532", + PermissibleValue( + text="CL:0002532", + description="A myeloid dendritic cell found in the blood that is CD16-positive.", + meaning=CL["0002532"])) + setattr(cls, "CL:0008001", + PermissibleValue( + text="CL:0008001", + description="Any hematopoietic cell that is a precursor of some other hematopoietic cell type.", + meaning=CL["0008001"])) + setattr(cls, "CL:0000206", + PermissibleValue( + text="CL:0000206", + description="""A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood.""", + meaning=CL["0000206"])) + setattr(cls, "CL:2000065", + PermissibleValue( + text="CL:2000065", + description="Any microvascular endothelial cell that is part of a female urethra.", + meaning=CL["2000065"])) + setattr(cls, "CL:0000957", + PermissibleValue( + text="CL:0000957", + description="""A large pre-B-II cell is a pre-B-II cell that is proliferating and is Rag1-negative and Rag2-negative.""", + meaning=CL["0000957"])) + setattr(cls, "CL:0000986", + PermissibleValue( + text="CL:0000986", + description="A fully differentiated plasma cell that secretes IgM.", + meaning=CL["0000986"])) + setattr(cls, "CL:0000792", + PermissibleValue( + text="CL:0000792", + description="""A CD4-positive, CD25-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000792"])) + setattr(cls, "CL:0002194", + PermissibleValue( + text="CL:0002194", + description="A cell involved in the formation of a monocyte (monopoiesis).", + meaning=CL["0002194"])) + setattr(cls, "CL:0002496", + PermissibleValue( + text="CL:0002496", + description="""A T cell that is located in the intestinal epithelium and is capable of a mucosal immune response.""", + meaning=CL["0002496"])) + setattr(cls, "CL:0000600", + PermissibleValue( + text="CL:0000600", + description="A fungal cell with two or more genetically distinct nuclei.", + meaning=CL["0000600"])) + setattr(cls, "CL:0000355", + PermissibleValue( + text="CL:0000355", + description="""A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell.""", + meaning=CL["0000355"])) + setattr(cls, "CL:1000893", + PermissibleValue( + text="CL:1000893", + description="Any kidney blood vessel cell that is part of some renal vein.", + meaning=CL["1000893"])) + setattr(cls, "CL:0002044", + PermissibleValue( + text="CL:0002044", + description="""A basophil mast progenitor cell that is Beta-7 integrin-high, Kit-positive FcRgammaII/III-positive and Sca1-negative.""", + meaning=CL["0002044"])) + setattr(cls, "CL:0002246", + PermissibleValue( + text="CL:0002246", + description="""A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells).""", + meaning=CL["0002246"])) + setattr(cls, "CL:0009098", + PermissibleValue( + text="CL:0009098", + description="""A skeletal muscle fiber found at the fetal and neonatal stages. In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears shortly after birth and is replaced by expression of adult heavy chain myosins.""", + meaning=CL["0009098"])) + setattr(cls, "CL:1000720", + PermissibleValue( + text="CL:1000720", + description="Any renal intercalated cell that is part of some papillary duct.", + meaning=CL["1000720"])) + setattr(cls, "CL:0000975", + PermissibleValue( + text="CL:0000975", + description="A fully differentiated plasma cell that lives for months.", + meaning=CL["0000975"])) + setattr(cls, "CL:0000367", + PermissibleValue( + text="CL:0000367", + meaning=CL["0000367"])) + setattr(cls, "CL:0009045", + PermissibleValue( + text="CL:0009045", + description="A B cell found in the lymph node medullary sinus.", + meaning=CL["0009045"])) + setattr(cls, "CL:0002443", + PermissibleValue( + text="CL:0002443", + description="A NK1.1-positive T cell that is Ly49Cl-positive.", + meaning=CL["0002443"])) + setattr(cls, "CL:0000446", + PermissibleValue( + text="CL:0000446", + description="""An epithelial cell of the parathyroid gland that is arranged in wide, irregular interconnecting columns; responsible for the synthesis and secretion of parathyroid hormone.""", + meaning=CL["0000446"])) + setattr(cls, "CL:0000561", + PermissibleValue( + text="CL:0000561", + description="""Interneuron of the vertebrate retina. They integrate, modulate, and interpose a temporal domain in the visual message presented to the retinal ganglion cells, with which they synapse in the inner plexiform layer. They lack large axons.""", + meaning=CL["0000561"])) + setattr(cls, "CL:0002143", + PermissibleValue( + text="CL:0002143", + description="""A chief cell that is smaller than light chief cells and has a smaller and darker nucleus and a finely granular cytoplasm with many granules.""", + meaning=CL["0002143"])) + setattr(cls, "CL:0000566", + PermissibleValue( + text="CL:0000566", + description="A mesenchymal stem cell capable of developing into blood vessel endothelium.", + meaning=CL["0000566"])) + setattr(cls, "CL:0019021", + PermissibleValue( + text="CL:0019021", + description="""An endothelial cell found in the periportal region hepatic sinusoid, near the portal triad. The fenestrae of these cells are larger but fewer in number compared with those of endothelial cells near the centrilobular region of the hepatic sinusoid.""", + meaning=CL["0019021"])) + setattr(cls, "CL:1001145", + PermissibleValue( + text="CL:1001145", + description="Any kidney cortex vein cell that is part of some renal interlobular vein.", + meaning=CL["1001145"])) + setattr(cls, "CL:0008012", + PermissibleValue( + text="CL:0008012", + description="""A skeletal muscle satellite cell that is mitotically quiescent. These cells are wedge shaped and have a large nuclear to cytoplasmic ratio with few organelles, a small nucleus and condensed interphase chromatin. Satellite cells typically remain in this state until activated following muscle damage.""", + meaning=CL["0008012"])) + setattr(cls, "CL:0000142", + PermissibleValue( + text="CL:0000142", + description="""A cell occurring in the peripheral part of the vitreous body of the eye that may be responsible for production of hyaluronic acid and collagen.""", + meaning=CL["0000142"])) + setattr(cls, "CL:2000017", + PermissibleValue( + text="CL:2000017", + description="Any fibroblast that is part of a periodontal ligament.", + meaning=CL["2000017"])) + setattr(cls, "CL:0004115", + PermissibleValue( + text="CL:0004115", + description="""A monostratified retinal ganglion cell with small to medium soma and small to medium dendritic field.""", + meaning=CL["0004115"])) + setattr(cls, "CL:0000424", + PermissibleValue( + text="CL:0000424", + description="""A cell involved in the elimination of metabolic and foreign toxins, and in maintaining the ionic, acid-base and water balance of biological fluids.""", + meaning=CL["0000424"])) + setattr(cls, "CL:0000568", + PermissibleValue( + text="CL:0000568", + description="""A cell that originates in the neural crest, that has certain cytochemical and ultrastructural characteristics and is found scattered throughout the body; types include melanocytes, the cells of the chromaffin system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, lungs, gastrointestinal tract, and pancreas. This cell type concentrates the amino acid precursors of certain amines and decarboxylate them, forming amines that function as regulators and neurotransmitters. This cell type produces substances such as epinephrine, norepinephrine, dopamine, serotonin, enkephalin, somatostatin, neurotensin, and substance P, the actions of which may affect contiguous cells, nearby groups of cells, or distant cells, thus functioning as local or systemic hormones. The name is an acronym for amine precursor uptake and decarboxylation cell.""", + meaning=CL["0000568"])) + setattr(cls, "CL:0002642", + PermissibleValue( + text="CL:0002642", + description="""An epithelial cell of the esophageal cardiac gland that occurs both in the proximal and distal esophagus, within the lamina propia.""", + meaning=CL["0002642"])) + setattr(cls, "CL:0002349", + PermissibleValue( + text="CL:0002349", + description="A natural killer cell that is CD27-high and CD11b-low.", + meaning=CL["0002349"])) + setattr(cls, "CL:0002522", + PermissibleValue( + text="CL:0002522", + description="""A renal filtration cell is a specialized cell of the renal system that filter fluids by charge, size or both.""", + meaning=CL["0002522"])) + setattr(cls, "CL:0002501", + PermissibleValue( + text="CL:0002501", + description="""A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive intestinal polypeptide.""", + meaning=CL["0002501"])) + setattr(cls, "CL:0000817", + PermissibleValue( + text="CL:0000817", + description="A precursor B cell is a B cell with the phenotype CD10-positive.", + meaning=CL["0000817"])) + setattr(cls, "CL:0000429", + PermissibleValue( + text="CL:0000429", + description="A columnar epithelial cell that is part of an insect imaginal disc.", + meaning=CL["0000429"])) + setattr(cls, "CL:1001431", + PermissibleValue( + text="CL:1001431", + description="Any renal principal cell that is part of some collecting duct of renal tubule.", + meaning=CL["1001431"])) + setattr(cls, "CL:0002567", + PermissibleValue( + text="CL:0002567", + description="A melanocyte that appears lighter in color.", + meaning=CL["0002567"])) + setattr(cls, "CL:0000853", + PermissibleValue( + text="CL:0000853", + description="""Olfactory epithelial support cell is a columnar cell that extends from the epithelial free margin to the basement membrane of the olfactory epithelium. This cell type has a large, vertically, elongate, euchromatic nucleus, along with other nuclei, forms a layer superficial to the cell body of the receptor cell; sends long somewhat irregular microvilli into the mucus layer; at the base, with expanded end-feet containing numerous lamellated dense bodies resembling lipofuscin of neurons.""", + meaning=CL["0000853"])) + setattr(cls, "CL:0002217", + PermissibleValue( + text="CL:0002217", + description="""A trophoblast that leaves the placenta and invades the endometrium and myometrium. This cell type is crucial in increasing blood flow to the fetus.""", + meaning=CL["0002217"])) + setattr(cls, "CL:4023062", + PermissibleValue( + text="CL:4023062", + description="A neuron with its soma located in the dentate gyrus of the hippocampus.", + meaning=CL["4023062"])) + setattr(cls, "CL:1000281", + PermissibleValue( + text="CL:1000281", + description="A smooth muscle cell that is part of the cecum.", + meaning=CL["1000281"])) + setattr(cls, "CL:0002368", + PermissibleValue( + text="CL:0002368", + description="An endo-epithelial cell of the respiratory tract.", + meaning=CL["0002368"])) + setattr(cls, "CL:0000749", + PermissibleValue( + text="CL:0000749", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner half of the inner plexiform layer. These cells depolarize in response to light stimulation of their corresponding photoreceptors.""", + meaning=CL["0000749"])) + setattr(cls, "CL:0002225", + PermissibleValue( + text="CL:0002225", + description="""A lens fiber cell that develops from primary lens fiber; located towards the center of lens; cell organelles are normally degraded or in the process of being degraded.""", + meaning=CL["0002225"])) + setattr(cls, "CL:4030062", + PermissibleValue( + text="CL:4030062", + description="""An intratelencephalic-projecting glutamatergic with a soma located in cortical layer 4/5.""", + meaning=CL["4030062"])) + setattr(cls, "CL:0000334", + PermissibleValue( + text="CL:0000334", + meaning=CL["0000334"])) + setattr(cls, "CL:2000006", + PermissibleValue( + text="CL:2000006", + description="Any germinal center B cell that is part of a tonsil.", + meaning=CL["2000006"])) + setattr(cls, "CL:1000335", + PermissibleValue( + text="CL:1000335", + description="An enterocyte that is part of the epithelium of intestinal villus.", + meaning=CL["1000335"])) + setattr(cls, "CL:1000285", + PermissibleValue( + text="CL:1000285", + description="A smooth muscle cell that is part of the sigmoid colon.", + meaning=CL["1000285"])) + setattr(cls, "CL:0000043", + PermissibleValue( + text="CL:0000043", + description="""A fully differentiated basophil, a granular leukocyte with an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation.""", + meaning=CL["0000043"])) + setattr(cls, "CL:4042005", + PermissibleValue( + text="CL:4042005", + description="A choroid plexus macrophage that is part of a choroid plexus stroma.", + meaning=CL["4042005"])) + setattr(cls, "CL:0003034", + PermissibleValue( + text="CL:0003034", + description="""A monostratified retinal ganglion cell that has a small soma, an assymetric dendritic field with post synaptic terminals in sublaminar layer S3.""", + meaning=CL["0003034"])) + setattr(cls, "CL:1000849", + PermissibleValue( + text="CL:1000849", + description="Any epithelial cell of distal tubule that is part of some distal convoluted tubule.", + meaning=CL["1000849"])) + setattr(cls, "CL:0007008", + PermissibleValue( + text="CL:0007008", + description="""Notochordal cell that is inner portion of the notochord and becomes vacuolated as development proceeds.""", + meaning=CL["0007008"])) + setattr(cls, "CL:0000457", + PermissibleValue( + text="CL:0000457", + meaning=CL["0000457"])) + setattr(cls, "CL:1000317", + PermissibleValue( + text="CL:1000317", + description="A goblet cell that is part of the epithelium of intestinal villus.", + meaning=CL["1000317"])) + setattr(cls, "CL:0000325", + PermissibleValue( + text="CL:0000325", + description="A cell that is specialised to accumulate a particular substance(s).", + meaning=CL["0000325"])) + setattr(cls, "CL:0011031", + PermissibleValue( + text="CL:0011031", + description="A dendritic cell that develops from a monocyte.", + meaning=CL["0011031"])) + setattr(cls, "CL:0010003", + PermissibleValue( + text="CL:0010003", + description="An epithelial cell that is part_of a alveolus of lung.", + meaning=CL["0010003"])) + setattr(cls, "CL:0002417", + PermissibleValue( + text="CL:0002417", + description="""An immature or mature cell of the first erythroid lineage to arise during embryonic development.""", + meaning=CL["0002417"])) + setattr(cls, "CL:0002584", + PermissibleValue( + text="CL:0002584", + description="An epithelial cell of the kidney cortex.", + meaning=CL["0002584"])) + setattr(cls, "CL:1000487", + PermissibleValue( + text="CL:1000487", + description="A smooth muscle cell that is part of the prostate gland.", + meaning=CL["1000487"])) + setattr(cls, "CL:0000338", + PermissibleValue( + text="CL:0000338", + description="A neural precursor of the central nervous system.", + meaning=CL["0000338"])) + setattr(cls, "CL:0002183", + PermissibleValue( + text="CL:0002183", + description="""A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit.""", + meaning=CL["0002183"])) + setattr(cls, "CL:0000637", + PermissibleValue( + text="CL:0000637", + description="A cell that stains readily in the anterior pituitary gland.", + meaning=CL["0000637"])) + setattr(cls, "CL:0002549", + PermissibleValue( + text="CL:0002549", + description="A fibroblast that is part of the choroid plexus.", + meaning=CL["0002549"])) + setattr(cls, "CL:0002257", + PermissibleValue( + text="CL:0002257", + description="An epithelial cell of thyroid gland.", + meaning=CL["0002257"])) + setattr(cls, "CL:1000296", + PermissibleValue( + text="CL:1000296", + description="An epithelial cell that is part of the urethra.", + meaning=CL["1000296"])) + setattr(cls, "CL:4030058", + PermissibleValue( + text="CL:4030058", + description="A macrophage that expresses the T cell receptor complex at the cell surface.", + meaning=CL["4030058"])) + setattr(cls, "CL:1000979", + PermissibleValue( + text="CL:1000979", + description="Any smooth muscle cell that is part of some muscular coat of ureter.", + meaning=CL["1000979"])) + setattr(cls, "CL:0000939", + PermissibleValue( + text="CL:0000939", + description="""A mature natural killer cell that has the phenotype CD56-low, CD16-positive and which is capable of cytotoxicity and cytokine production.""", + meaning=CL["0000939"])) + setattr(cls, "CL:0000032", + PermissibleValue( + text="CL:0000032", + description="""A cell of a platelike structure, especially a thickened plate of ectoderm in the early embryo, from which a sense organ develops.""", + meaning=CL["0000032"])) + setattr(cls, "CL:0002150", + PermissibleValue( + text="CL:0002150", + description="""Epithelioid macrophage is an activated macrophage that resembles an epithelial cell with finely granular, pale eosinophilic cytoplasm and central, ovoid nucleus (oval or elongate). This cell type is able to merge into one another to form aggregates. The presence of such aggregates may characterize some pathologic conditions, mainly granulomatous inflammation.""", + meaning=CL["0002150"])) + setattr(cls, "CL:0009006", + PermissibleValue( + text="CL:0009006", + description="An enteroendocrine cell that is located in the small intestine.", + meaning=CL["0009006"])) + setattr(cls, "CL:0000579", + PermissibleValue( + text="CL:0000579", + description="""A follicle cell that migrates from the anterior pole of the insect egg chamber to the anterior of the oocyte where they participate in the formation of the micropyle.""", + meaning=CL["0000579"])) + setattr(cls, "CL:0000217", + PermissibleValue( + text="CL:0000217", + meaning=CL["0000217"])) + setattr(cls, "CL:0000916", + PermissibleValue( + text="CL:0000916", + description="A mature gamma-delta T cell located in the epidermis that regulates wound healing.", + meaning=CL["0000916"])) + setattr(cls, "CL:0000406", + PermissibleValue( + text="CL:0000406", + meaning=CL["0000406"])) + setattr(cls, "CL:1000405", + PermissibleValue( + text="CL:1000405", + description="An epithelial cell that is part of the appendix.", + meaning=CL["1000405"])) + setattr(cls, "CL:1000355", + PermissibleValue( + text="CL:1000355", + description="A M cell that is part of the epithelium proper of small intestine.", + meaning=CL["1000355"])) + setattr(cls, "CL:0000968", + PermissibleValue( + text="CL:0000968", + description="A mature B cell that produces cytokines that can influence CD4 T cell differentiation.", + meaning=CL["0000968"])) + setattr(cls, "CL:0002383", + PermissibleValue( + text="CL:0002383", + description="""A uninucleate spore formed on specialized cells or projections, sterigma, of a conidiophore head.""", + meaning=CL["0002383"])) + setattr(cls, "CL:4029002", + PermissibleValue( + text="CL:4029002", + description="A gamete-nursing cell that derives from a germline cell (del Pino, 2021).", + meaning=CL["4029002"])) + setattr(cls, "CL:4023088", + PermissibleValue( + text="CL:4023088", + description="""A basket cell that is large, and typically ascends to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers.""", + meaning=CL["4023088"])) + setattr(cls, "CL:4033053", + PermissibleValue( + text="CL:4033053", + description="""A bistratfied retinal ganglion cell with a small dendritic field that has dendrites in the ON and OFF sublamina of the retinal inner plexiform layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar and amacrine input to both the OFF and ON dendritic tree.""", + meaning=CL["4033053"])) + setattr(cls, "CL:2000046", + PermissibleValue( + text="CL:2000046", + description="Any cardiac muscle cell that is part of a cardiac ventricle.", + meaning=CL["2000046"])) + setattr(cls, "CL:4023072", + PermissibleValue( + text="CL:4023072", + description="A cell that is part of the brain vasculature.", + meaning=CL["4023072"])) + setattr(cls, "CL:0002236", + PermissibleValue( + text="CL:0002236", + description="A cell that constitutes the basal layer of epithelium in the prostatic duct.", + meaning=CL["0002236"])) + setattr(cls, "CL:0000519", + PermissibleValue( + text="CL:0000519", + description="A phagocyte from organisms in the Nematoda or Protostomia clades.", + meaning=CL["0000519"])) + setattr(cls, "CL:0002670", + PermissibleValue( + text="CL:0002670", + description="""An otic fibrocyte that underlies the stria vascularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002670"])) + setattr(cls, "CL:1000480", + PermissibleValue( + text="CL:1000480", + description="A transitional myocyte that is part of the internodal tract.", + meaning=CL["1000480"])) + setattr(cls, "CL:1000308", + PermissibleValue( + text="CL:1000308", + description="A fibrocyte that is part of the adventitia of ureter.", + meaning=CL["1000308"])) + setattr(cls, "CL:0000308", + PermissibleValue( + text="CL:0000308", + meaning=CL["0000308"])) + setattr(cls, "CL:0000422", + PermissibleValue( + text="CL:0000422", + description="""A cell whose primary function is to cause growth by stimulating cell division in its immediate cellular environment.""", + meaning=CL["0000422"])) + setattr(cls, "CL:4006000", + PermissibleValue( + text="CL:4006000", + description="A fibroblast that is part of the breast.", + meaning=CL["4006000"])) + setattr(cls, "CL:0000182", + PermissibleValue( + text="CL:0000182", + description="""The main structural component of the liver. They are specialized epithelial cells that are organized into interconnected plates called lobules. Majority of cell population of liver, polygonal in shape, arranged in plates or trabeculae between sinusoids; may have single nucleus or binucleated.""", + meaning=CL["0000182"])) + setattr(cls, "CL:0002095", + PermissibleValue( + text="CL:0002095", + description="A cell in the hilum of the ovary that produces androgens.", + meaning=CL["0002095"])) + setattr(cls, "CL:0002398", + PermissibleValue( + text="CL:0002398", + description="An intermediate monocyte that is Gr1-positive, CD43-positive.", + meaning=CL["0002398"])) + setattr(cls, "CL:0000335", + PermissibleValue( + text="CL:0000335", + description="""A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors.""", + meaning=CL["0000335"])) + setattr(cls, "CL:1000482", + PermissibleValue( + text="CL:1000482", + description="A myocardial endocrine cell that is part of the interventricular septum.", + meaning=CL["1000482"])) + setattr(cls, "CL:0019031", + PermissibleValue( + text="CL:0019031", + description="""Goblet cells reside throughout the length of the small and large intestine and are responsible for the production and maintenance of the protective mucus blanket by synthesizing and secreting high-molecular-weight glycoproteins known as mucins. Human intestinal goblet cells secrete the MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, AGR2, ZG16, and TFF3.""", + meaning=CL["0019031"])) + setattr(cls, "CL:0002030", + PermissibleValue( + text="CL:0002030", + description="""A lineage negative, Sca1-negative basophil progenitor cell that is Fc epsilon RIalpha-high.""", + meaning=CL["0002030"])) + setattr(cls, "CL:0002582", + PermissibleValue( + text="CL:0002582", + description="A preadipocyte that is part of visceral tissue.", + meaning=CL["0002582"])) + setattr(cls, "CL:0002440", + PermissibleValue( + text="CL:0002440", + description="A NK1.1-positive T cell that is Ly49D-positive.", + meaning=CL["0002440"])) + setattr(cls, "CL:1001509", + PermissibleValue( + text="CL:1001509", + description="The neurons that utilize glycine as a neurotransmitter.", + meaning=CL["1001509"])) + setattr(cls, "CL:0002428", + PermissibleValue( + text="CL:0002428", + description="""A double-positive thymocyte that is large (i.e. has a high forward scatter signal in flow cytometry) and is actively proliferating.""", + meaning=CL["0002428"])) + setattr(cls, "CL:0002453", + PermissibleValue( + text="CL:0002453", + description="""A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons.""", + meaning=CL["0002453"])) + setattr(cls, "CL:0000488", + PermissibleValue( + text="CL:0000488", + description="A photoreceptor cell that detects visible light.", + meaning=CL["0000488"])) + setattr(cls, "CL:1000090", + PermissibleValue( + text="CL:1000090", + description="Any epithelial cell that is part of some pronephric nephron tubule.", + meaning=CL["1000090"])) + setattr(cls, "CL:0004126", + PermissibleValue( + text="CL:0004126", + description="""A retinal ganglion cell C outer that has symmetrical and dense dendritic dendritic tree with a large dendritic field.""", + meaning=CL["0004126"])) + setattr(cls, "CL:0002159", + PermissibleValue( + text="CL:0002159", + description="Epithelial cells derived from general body ectoderm and ectoderm placodes.", + meaning=CL["0002159"])) + setattr(cls, "CL:0000096", + PermissibleValue( + text="CL:0000096", + description="""A fully differentiated neutrophil, a granular leukocyte having a nucleus with three to five lobes connected by slender threads, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes. They are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, CD43-positive, CD181-positive, and CD182-positive.""", + meaning=CL["0000096"])) + setattr(cls, "CL:0000872", + PermissibleValue( + text="CL:0000872", + description="""A splenic macrophage found in the marginal zone of the spleen, involved in recognition and clearance of particulate material from the splenic circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, SIGN-R1-positive, and Dectin2-positive.""", + meaning=CL["0000872"])) + setattr(cls, "CL:0002201", + PermissibleValue( + text="CL:0002201", + description="""A renal intercalated cell that secretes base and reabsorbs acid in the distal segments of the kidney tubule to maintain acid/base balance.""", + meaning=CL["0002201"])) + setattr(cls, "CL:0000244", + PermissibleValue( + text="CL:0000244", + description="""A cell characteristically found lining hollow organs that are subject to great mechanical change due to contraction and distention; originally thought to represent a transition between stratified squamous and columnar epithelium.""", + meaning=CL["0000244"])) + setattr(cls, "CL:4033002", + PermissibleValue( + text="CL:4033002", + description="A(n) neuroendocrine cell that is part of a(n) epithelium of crypt of Lieberkuhn.", + meaning=CL["4033002"])) + setattr(cls, "CL:1000606", + PermissibleValue( + text="CL:1000606", + description="Any neuron that has its soma located in some kidney.", + meaning=CL["1000606"])) + setattr(cls, "CL:4033059", + PermissibleValue( + text="CL:4033059", + description="""A lactocyte that highly expresses genes associated with transcription, immune cell function, and cellular stress. A lactocyte type 1 also expresses genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit at lower levels than a lactocyte type 2.""", + meaning=CL["4033059"])) + setattr(cls, "CL:0003039", + PermissibleValue( + text="CL:0003039", + description="""A monostratified retinal ganglion cell with large soma and medium dendritic field, with dense dendritic arbor.""", + meaning=CL["0003039"])) + setattr(cls, "CL:0000871", + PermissibleValue( + text="CL:0000871", + description="A secondary lymphoid organ macrophage found in the spleen.", + meaning=CL["0000871"])) + setattr(cls, "CL:0000353", + PermissibleValue( + text="CL:0000353", + description="An undifferentiated cell produced by early cleavages of the fertilized egg (zygote).", + meaning=CL["0000353"])) + setattr(cls, "CL:0002074", + PermissibleValue( + text="CL:0002074", + description="""The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides).""", + meaning=CL["0002074"])) + setattr(cls, "CL:0002614", + PermissibleValue( + text="CL:0002614", + description="A neuron of the substantia nigra.", + meaning=CL["0002614"])) + setattr(cls, "CL:0000716", + PermissibleValue( + text="CL:0000716", + description="A crystal cell that derives from the larval lymph gland.", + meaning=CL["0000716"])) + setattr(cls, "CL:0012001", + PermissibleValue( + text="CL:0012001", + description="A CNS neuron of the forebrain.", + meaning=CL["0012001"])) + setattr(cls, "CL:0002266", + PermissibleValue( + text="CL:0002266", + description="A type D cell of the small intestine.", + meaning=CL["0002266"])) + setattr(cls, "CL:0000126", + PermissibleValue( + text="CL:0000126", + description="""A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together.""", + meaning=CL["0000126"])) + setattr(cls, "CL:0002652", + PermissibleValue( + text="CL:0002652", + description="""A venule endothelial cell that is cubodial, expresses leukocyte-specific receptors, and allows for passage of lymphocytes into bloodstream.""", + meaning=CL["0002652"])) + setattr(cls, "CL:0000547", + PermissibleValue( + text="CL:0000547", + description="""An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers.""", + meaning=CL["0000547"])) + setattr(cls, "CL:0000737", + PermissibleValue( + text="CL:0000737", + description="Muscle cell which has as its direct parts myofilaments organized into sarcomeres.", + meaning=CL["0000737"])) + setattr(cls, "CL:4023042", + PermissibleValue( + text="CL:4023042", + description="A corticothalamic-projecting neuron with a soma found in cortical layer 6.", + meaning=CL["4023042"])) + setattr(cls, "CL:1001127", + PermissibleValue( + text="CL:1001127", + description="Any vasa recta cell that is part of some outer renal medulla vasa recta.", + meaning=CL["1001127"])) + setattr(cls, "CL:0008013", + PermissibleValue( + text="CL:0008013", + description="""A visceromotor motor neuron whose soma is located in the hindbrain, and which synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles of the head.""", + meaning=CL["0008013"])) + setattr(cls, "CL:0002578", + PermissibleValue( + text="CL:0002578", + description="A preadipocyte found in mesenteric tissue.", + meaning=CL["0002578"])) + setattr(cls, "CL:0009086", + PermissibleValue( + text="CL:0009086", + description="An endothelial cell that is part of a respiratory system lymphatic vessel.", + meaning=CL["0009086"])) + setattr(cls, "CL:0000177", + PermissibleValue( + text="CL:0000177", + description="Any secretory cell that is capable of some testosterone secretion.", + meaning=CL["0000177"])) + setattr(cls, "CL:0002643", + PermissibleValue( + text="CL:0002643", + description="An epithelial cell of stratum corneum of esophageal epithelium that lacks keratin.", + meaning=CL["0002643"])) + setattr(cls, "CL:0002022", + PermissibleValue( + text="CL:0002022", + description="An enucleate erythrocyte that is Lyg-76-high.", + meaning=CL["0002022"])) + setattr(cls, "CL:0002632", + PermissibleValue( + text="CL:0002632", + description="Any epithelial cell that is part of some lower respiratory tract epithelium.", + meaning=CL["0002632"])) + setattr(cls, "CL:0000055", + PermissibleValue( + text="CL:0000055", + description="A precursor cell with a limited number of potential fates.", + meaning=CL["0000055"])) + setattr(cls, "CL:0002535", + PermissibleValue( + text="CL:0002535", + description="An epithelial cell of the cervix.", + meaning=CL["0002535"])) + setattr(cls, "CL:2000091", + PermissibleValue( + text="CL:2000091", + description="Any microvascular endothelial cell that is part of a endometrial blood vessel.", + meaning=CL["2000091"])) + setattr(cls, "CL:0000251", + PermissibleValue( + text="CL:0000251", + meaning=CL["0000251"])) + setattr(cls, "CL:0001016", + PermissibleValue( + text="CL:0001016", + description="""Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001016"])) + setattr(cls, "CL:1001587", + PermissibleValue( + text="CL:1001587", + description="Glandular cell of uterine cervix epithelium.", + meaning=CL["1001587"])) + setattr(cls, "CL:0002162", + PermissibleValue( + text="CL:0002162", + description="""An extremely flattened cell type found on the inner side of the tympanic membrane. The surface of this cell type carries sparse pleomorphic microvilli that are more common near the junctional zones.""", + meaning=CL["0002162"])) + setattr(cls, "CL:0002576", + PermissibleValue( + text="CL:0002576", + description="""A glial cell that is part of the perineurium. This cell type has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments of external lamina and/or external lamina-like material, attachment plaques, and desmosome-like junctions. Perineurial cells historically have been referred to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial cell: does not have a compact nucleus and large endoplasmic reticulum; does have a double basement membrane opposed to a single basal lamina; is carefully joined to other perineurial cells by tight junctions into a single sheet as opposed to arranged in a large mass; and finally, can surround a small axon bundle at a nerve terminal whereas a fibroblast cannot.""", + meaning=CL["0002576"])) + setattr(cls, "CL:0000624", + PermissibleValue( + text="CL:0000624", + description="""A mature alpha-beta T cell that expresses an alpha-beta T cell receptor and the CD4 coreceptor.""", + meaning=CL["0000624"])) + setattr(cls, "CL:0000523", + PermissibleValue( + text="CL:0000523", + description="""A cell from the inner layer of the trophoblast of the early mammalian embryo that gives rise to the outer surface and villi of the chorion. Mononuclear crytoblasts fuse to give rise to a multinuclear cytotrophoblast.""", + meaning=CL["0000523"])) + setattr(cls, "CL:0002151", + PermissibleValue( + text="CL:0002151", + description="""A promyelocyte that is considerably smaller, with more condensed chromatin, and nucleoli are no longer conspicuous.""", + meaning=CL["0002151"])) + setattr(cls, "CL:4023090", + PermissibleValue( + text="CL:4023090", + description="""A basket cell with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer.""", + meaning=CL["4023090"])) + setattr(cls, "CL:4023032", + PermissibleValue( + text="CL:4023032", + meaning=CL["4023032"])) + setattr(cls, "CL:1000353", + PermissibleValue( + text="CL:1000353", + description="A M cell that is part of the epithelium of small intestine.", + meaning=CL["1000353"])) + setattr(cls, "CL:0000256", + PermissibleValue( + text="CL:0000256", + meaning=CL["0000256"])) + setattr(cls, "CL:0010004", + PermissibleValue( + text="CL:0010004", + description="A mononuclear cell that is part_of a bone marrow.", + meaning=CL["0010004"])) + setattr(cls, "CL:0003031", + PermissibleValue( + text="CL:0003031", + description="""A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003031"])) + setattr(cls, "CL:2000032", + PermissibleValue( + text="CL:2000032", + description="A neuron that is part of a peripheral nervous system.", + meaning=CL["2000032"])) + setattr(cls, "CL:0000428", + PermissibleValue( + text="CL:0000428", + meaning=CL["0000428"])) + setattr(cls, "CL:0005000", + PermissibleValue( + text="CL:0005000", + description="A CNS interneuron located in the spinal cord.", + meaning=CL["0005000"])) + setattr(cls, "CL:0000836", + PermissibleValue( + text="CL:0000836", + description="""A precursor in the granulocytic series, being a cell intermediate in development between a myeloblast and myelocyte, that has distinct nucleoli, a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma Fc region receptor III-negative, and CD24-negative.""", + meaning=CL["0000836"])) + setattr(cls, "CL:1001106", + PermissibleValue( + text="CL:1001106", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb. It is known in some mammalian species that this cell may express the Na+-K+-2Cl− cotransporter (NKCC2) apically.""", + meaning=CL["1001106"])) + setattr(cls, "CL:0000467", + PermissibleValue( + text="CL:0000467", + description="A peptide hormone secreting cell that produces adrenocorticotropin, or corticotropin.", + meaning=CL["0000467"])) + setattr(cls, "CL:0000431", + PermissibleValue( + text="CL:0000431", + description="""A pigment cell derived from the neural crest. The cell contains flat light-reflecting platelets, probably of guanine, in stacks called reflecting platelets or iridisomes. The color-generating components produce a silver, gold, or iridescent color.""", + meaning=CL["0000431"])) + setattr(cls, "CL:0002390", + PermissibleValue( + text="CL:0002390", + description="A blastoconidium that has only one nucleus.", + meaning=CL["0002390"])) + setattr(cls, "CL:4033035", + PermissibleValue( + text="CL:4033035", + description="An ON bipolar cell that has large dendritic and axonal fields.", + meaning=CL["4033035"])) + setattr(cls, "CL:0000614", + PermissibleValue( + text="CL:0000614", + description="""A basophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and basophil-specific granules has started. No nucleolus is present. Markers are being integrin alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, aminopeptidase N-positive.""", + meaning=CL["0000614"])) + setattr(cls, "CL:0000080", + PermissibleValue( + text="CL:0000080", + description="""A cell which moves among different tissues of the body, via blood, lymph, or other medium.""", + meaning=CL["0000080"])) + setattr(cls, "CL:0002439", + PermissibleValue( + text="CL:0002439", + description="A NK1.1-positive T cell that is NKGA2-positive.", + meaning=CL["0002439"])) + setattr(cls, "CL:4033003", + PermissibleValue( + text="CL:4033003", + description="A(n) myoepithelial cell that is part of a(n) bronchus submucosal gland.", + meaning=CL["4033003"])) + setattr(cls, "CL:0000512", + PermissibleValue( + text="CL:0000512", + description="""A paracrine cell is a secretory cell that secretes an agonist into intercellular spaces in which it diffuses to a target cell other than that which produced it.""", + meaning=CL["0000512"])) + setattr(cls, "CL:0009029", + PermissibleValue( + text="CL:0009029", + description="A mesothelial cell that is located in a vermiform appendix.", + meaning=CL["0009029"])) + setattr(cls, "CL:0000478", + PermissibleValue( + text="CL:0000478", + description="A peptide hormone secreting cell that secretes oxytocin stimulating hormone", + meaning=CL["0000478"])) + setattr(cls, "CL:0004001", + PermissibleValue( + text="CL:0004001", + description="""An interneuron whose axon stays entirely within the gray matter region where the cell body resides.""", + meaning=CL["0004001"])) + setattr(cls, "CL:0000797", + PermissibleValue( + text="CL:0000797", + description="""A mature alpha-beta T cell of the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.""", + meaning=CL["0000797"])) + setattr(cls, "CL:0005021", + PermissibleValue( + text="CL:0005021", + description="""Mesenchymal derived lymphatic progenitor cells that give rise to the superficial lymphatics.""", + meaning=CL["0005021"])) + setattr(cls, "CL:1000338", + PermissibleValue( + text="CL:1000338", + description="""An enterocyte that is part of the epithelium of crypt of Lieberkuhn of small intestine.""", + meaning=CL["1000338"])) + setattr(cls, "CL:0000746", + PermissibleValue( + text="CL:0000746", + description="""Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei.""", + meaning=CL["0000746"])) + setattr(cls, "CL:0000958", + PermissibleValue( + text="CL:0000958", + description="""A transitional stage B cell that migrates from the bone marrow into the peripheral circulation, and finally to the spleen. This cell type has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, CD23-negative, and CD62L-negative, and CD93-positive. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-negative.""", + meaning=CL["0000958"])) + setattr(cls, "CL:0002433", + PermissibleValue( + text="CL:0002433", + description="""A CD4-positive, CD8-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.""", + meaning=CL["0002433"])) + setattr(cls, "CL:0000890", + PermissibleValue( + text="CL:0000890", + description="""An elicited macrophage characterized by low production of pro-inflammatory and Th1 polarizing cytokines and high expression of arginase-1, and associated with tissue remodelling.""", + meaning=CL["0000890"])) + setattr(cls, "CL:0000169", + PermissibleValue( + text="CL:0000169", + description="""A cell that secretes insulin and is located towards the center of the islets of Langerhans.""", + meaning=CL["0000169"])) + setattr(cls, "CL:4023063", + PermissibleValue( + text="CL:4023063", + description="An interneuron that is derived from the medial ganglionic eminence.", + meaning=CL["4023063"])) + setattr(cls, "CL:0001003", + PermissibleValue( + text="CL:0001003", + description="""Mature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001003"])) + setattr(cls, "CL:4033046", + PermissibleValue( + text="CL:4033046", + description="""A midget ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from invaginating midget bipolar cells.""", + meaning=CL["4033046"])) + setattr(cls, "CL:0008019", + PermissibleValue( + text="CL:0008019", + description="""A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration.""", + meaning=CL["0008019"])) + setattr(cls, "CL:0002275", + PermissibleValue( + text="CL:0002275", + description="A PP cell located in the islets of the pancreas.", + meaning=CL["0002275"])) + setattr(cls, "CL:0002548", + PermissibleValue( + text="CL:0002548", + description="A fibroblast that is part of the heart.", + meaning=CL["0002548"])) + setattr(cls, "CL:0000732", + PermissibleValue( + text="CL:0000732", + meaning=CL["0000732"])) + setattr(cls, "CL:4023164", + PermissibleValue( + text="CL:4023164", + description="""A bushy cell that receives a large number of medium-sized synapses, called modified endbulbs. Globular bushy cells extend to the superior olive on both sides of the brainstem where they give input to the bipolar neurons.""", + meaning=CL["4023164"])) + setattr(cls, "CL:0004221", + PermissibleValue( + text="CL:0004221", + description="""A flag amacrine cell with post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004221"])) + setattr(cls, "CL:4033028", + PermissibleValue( + text="CL:4033028", + description="""An OFF diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells. This cell contains a large number of synaptic ribbons and a small axon arbor area.""", + meaning=CL["4033028"])) + setattr(cls, "CL:4030054", + PermissibleValue( + text="CL:4030054", + description="""A DRD1-expressing medium spiny neuron that is part of dense, RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and near the adjacent septal nuclei.""", + meaning=CL["4030054"])) + setattr(cls, "CL:0002322", + PermissibleValue( + text="CL:0002322", + description="A stem cell of embryonic origin.", + meaning=CL["0002322"])) + setattr(cls, "CL:0000451", + PermissibleValue( + text="CL:0000451", + description="""A cell of hematopoietic origin, typically resident in particular tissues, specialized in the uptake, processing, and transport of antigens to lymph nodes for the purpose of stimulating an immune response via T cell activation. These cells are lineage negative (CD3-negative, CD19-negative, CD34-negative, and CD56-negative).""", + meaning=CL["0000451"])) + setattr(cls, "CL:4023016", + PermissibleValue( + text="CL:4023016", + description="""A GABAergic neuron located in the cerebral cortex that expresses vasoactive intestinal polypeptide""", + meaning=CL["4023016"])) + setattr(cls, "CL:0009073", + PermissibleValue( + text="CL:0009073", + description="""A thymic medullary epithelial cell considered to be a post-AIRE cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs within Hassall's Corpuscles.""", + meaning=CL["0009073"])) + setattr(cls, "CL:1000282", + PermissibleValue( + text="CL:1000282", + description="A smooth muscle cell that is part of the ascending colon.", + meaning=CL["1000282"])) + setattr(cls, "CL:1000315", + PermissibleValue( + text="CL:1000315", + description="A goblet cell that is part of the epithelium of principal gastric gland.", + meaning=CL["1000315"])) + setattr(cls, "CL:0000536", + PermissibleValue( + text="CL:0000536", + description="A secondary neuron (sensu Teleostei) that has a motor function.", + meaning=CL["0000536"])) + setattr(cls, "CL:0011024", + PermissibleValue( + text="CL:0011024", + description="""A double negative thymocyte that is CD3-positive, CD4-negative, CD8-negative, that that are present in the periphery in very low numbers and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, but not IL-2, IL-4, IL-10 or IL-13 upon activation.""", + meaning=CL["0011024"])) + setattr(cls, "CL:0002148", + PermissibleValue( + text="CL:0002148", + description="A cell found within the dental pulp.", + meaning=CL["0002148"])) + setattr(cls, "CL:0000530", + PermissibleValue( + text="CL:0000530", + description="""A neuron that develops during the early segmentation stages in teleosts, before the neural tube is formed.""", + meaning=CL["0000530"])) + setattr(cls, "CL:0000439", + PermissibleValue( + text="CL:0000439", + description="A peptide hormone cell that secretes prolactin.", + meaning=CL["0000439"])) + setattr(cls, "CL:0002409", + PermissibleValue( + text="CL:0002409", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain that does not contain the Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.""", + meaning=CL["0002409"])) + setattr(cls, "CL:1001210", + PermissibleValue( + text="CL:1001210", + description="""Any vasa recta ascending limb cell that is part of some outer medulla vasa recta ascending limb.""", + meaning=CL["1001210"])) + setattr(cls, "CL:0002221", + PermissibleValue( + text="CL:0002221", + description="A squamous cell that has keratin in the esophagus.", + meaning=CL["0002221"])) + setattr(cls, "CL:0003020", + PermissibleValue( + text="CL:0003020", + description="A retinal ganglion cell C that has post-synaptic terminals in S2.", + meaning=CL["0003020"])) + setattr(cls, "CL:1000489", + PermissibleValue( + text="CL:1000489", + description="A reticular cell that is part of the splenic cord.", + meaning=CL["1000489"])) + setattr(cls, "CL:0000376", + PermissibleValue( + text="CL:0000376", + meaning=CL["0000376"])) + setattr(cls, "CL:0009000", + PermissibleValue( + text="CL:0009000", + description="""A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord.""", + meaning=CL["0009000"])) + setattr(cls, "CL:0000757", + PermissibleValue( + text="CL:0000757", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is restricted to sublamina 3 of the inner plexiform layer. It is narrowly stratified and branched. The dendritic tree has many delicate branches.""", + meaning=CL["0000757"])) + setattr(cls, "CL:0002012", + PermissibleValue( + text="CL:0002012", + description="A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive.", + meaning=CL["0002012"])) + setattr(cls, "CL:0000794", + PermissibleValue( + text="CL:0000794", + description="""A CD8-positive, alpha-beta T cell that is capable of killing target cells in an antigen specific manner with the phenotype perforin-positive and granzyme B-positive.""", + meaning=CL["0000794"])) + setattr(cls, "CL:0000223", + PermissibleValue( + text="CL:0000223", + description="A cell of the inner of the three germ layers of the embryo.", + meaning=CL["0000223"])) + setattr(cls, "CL:0000134", + PermissibleValue( + text="CL:0000134", + description="""A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs.""", + meaning=CL["0000134"])) + setattr(cls, "CL:1000307", + PermissibleValue( + text="CL:1000307", + description="A fibroblast that is part of the dense regular elastic tissue.", + meaning=CL["1000307"])) + setattr(cls, "CL:0000971", + PermissibleValue( + text="CL:0000971", + description="""An IgM memory B cell is an unswitched memory B cell with the phenotype IgM-positive and IgD-negative.""", + meaning=CL["0000971"])) + setattr(cls, "CL:0011009", + PermissibleValue( + text="CL:0011009", + description="A plasmatocyte derived from the embryonic head mesoderm.", + meaning=CL["0011009"])) + setattr(cls, "CL:0000462", + PermissibleValue( + text="CL:0000462", + description="""A cell of mesodermal origin that is closely associated with the epithelium of an imaginal disc. It is a precursor of some of the insect's adult muscles.""", + meaning=CL["0000462"])) + setattr(cls, "CL:0001065", + PermissibleValue( + text="CL:0001065", + description="""A lymphocyte that lacks characteristic T cell, B cell, myeloid cell, and dendritic cell markers, that functions as part of the innate immune response to produce cytokines and other effector responses.""", + meaning=CL["0001065"])) + setattr(cls, "CL:0000997", + PermissibleValue( + text="CL:0000997", + description="""Immature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0000997"])) + setattr(cls, "CL:0003028", + PermissibleValue( + text="CL:0003028", + description="""A monostratified retinal ganglion cell that has a small dendrite field with a dense dendrite arbor with post synaptic terminals in sublaminer layer S4.""", + meaning=CL["0003028"])) + setattr(cls, "CL:0000854", + PermissibleValue( + text="CL:0000854", + description="""Interneuromast cell is a neuroectodermal cell deposited by the migrating lateral line primordium between the neuromasts. Interneuromast cells proliferate and migrate to form additional neuromasts.""", + meaning=CL["0000854"])) + setattr(cls, "CL:0002333", + PermissibleValue( + text="CL:0002333", + description="An adipocyte derived from a neural crest cell.", + meaning=CL["0002333"])) + setattr(cls, "CL:0002616", + PermissibleValue( + text="CL:0002616", + description="An adipocyte of perirenal fat tissue.", + meaning=CL["0002616"])) + setattr(cls, "CL:0007012", + PermissibleValue( + text="CL:0007012", + description="""Odontoblast that non-terminally differentiated, located in the odontogenic papilla and dentine tissue, and transforms from a odontoblast cell.""", + meaning=CL["0007012"])) + setattr(cls, "CL:1000083", + PermissibleValue( + text="CL:1000083", + meaning=CL["1000083"])) + setattr(cls, "CL:0002415", + PermissibleValue( + text="CL:0002415", + description="A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive.", + meaning=CL["0002415"])) + setattr(cls, "CL:2000062", + PermissibleValue( + text="CL:2000062", + description="Any capillary endothelial cell that is part of a placenta.", + meaning=CL["2000062"])) + setattr(cls, "CL:1001221", + PermissibleValue( + text="CL:1001221", + description="Any smooth muscle cell that is part of some kidney arcuate vein.", + meaning=CL["1001221"])) + setattr(cls, "CL:4030053", + PermissibleValue( + text="CL:4030053", + description="""A DRD1-expressing, medium spiny neuron-like granule cell that is part of an Island of Calleja.""", + meaning=CL["4030053"])) + setattr(cls, "CL:0001027", + PermissibleValue( + text="CL:0001027", + description="""CD7-negative lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-negative and CD45RA-negative.""", + meaning=CL["0001027"])) + setattr(cls, "CL:4030055", + PermissibleValue( + text="CL:4030055", + description="""A urothelial cell that is part of the regenerative layer(s) of cells directly superficial to basal cells in urothelium. The layer of intermediate cells in the urothelium ranges from one to several layers thick depending on the species with intermediate cells attached to adjacent cell layers and one another via desmosomes.""", + meaning=CL["4030055"])) + setattr(cls, "CL:2000060", + PermissibleValue( + text="CL:2000060", + description="""A trophoblast of placental villi. These cells fuse to form synctial trophoplast - the placental side of the interface between the placenta and maternal blood sinusoids in the decidua.""", + meaning=CL["2000060"])) + setattr(cls, "CL:1000682", + PermissibleValue( + text="CL:1000682", + description="A cell that is part of an interstitum of a renal medulla.", + meaning=CL["1000682"])) + setattr(cls, "CL:1000291", + PermissibleValue( + text="CL:1000291", + description="A muscle cell that is part of the posterior internodal tract.", + meaning=CL["1000291"])) + setattr(cls, "CL:0009108", + PermissibleValue( + text="CL:0009108", + description="""A lymphatic endothelial cell located in the subcapsular sinus floor of a lymph node. In human, it's characterized by a unique marker expression (TNFRSF9+).""", + meaning=CL["0009108"])) + setattr(cls, "CL:1000301", + PermissibleValue( + text="CL:1000301", + description="A fibroblast that is part of the subepithelial connective tissue of prostatic gland.", + meaning=CL["1000301"])) + setattr(cls, "CL:0009065", + PermissibleValue( + text="CL:0009065", + description="An intestinal tuft cell that is located in the anorectum.", + meaning=CL["0009065"])) + setattr(cls, "CL:0000681", + PermissibleValue( + text="CL:0000681", + description="""A cell present in the developing CNS. Functions as both a precursor cell and as a scaffold to support neuronal migration.""", + meaning=CL["0000681"])) + setattr(cls, "CL:0002593", + PermissibleValue( + text="CL:0002593", + description="A smooth muscle of the internal thoracic artery.", + meaning=CL["0002593"])) + setattr(cls, "CL:4023112", + PermissibleValue( + text="CL:4023112", + description="""An afferent neuron of the vestibular system that innervate the base of the hair cell and increase or decrease their neural firing rate as the receptor cell is excited or inhibited.""", + meaning=CL["4023112"])) + setattr(cls, "CL:0002023", + PermissibleValue( + text="CL:0002023", + description="""A megakaroycotye progenitor cell that is CD34-positive, CD41-positive and CD42-positive on the cell surface.""", + meaning=CL["0002023"])) + setattr(cls, "CL:0000458", + PermissibleValue( + text="CL:0000458", + description="A cell type that secretes 5-Hydroxytryptamine (serotonin).", + meaning=CL["0000458"])) + setattr(cls, "CL:0002029", + PermissibleValue( + text="CL:0002029", + description="""A lineage-negative, Kit-positive, CD45-positive mast cell progenitor that is Fc-epsilon RIalpha-low.""", + meaning=CL["0002029"])) + setattr(cls, "CL:0000178", + PermissibleValue( + text="CL:0000178", + description="""A Leydig cell is a testosterone-secreting cell in the interstitial area, between the seminiferous tubules, in the testis.""", + meaning=CL["0000178"])) + setattr(cls, "CL:1000804", + PermissibleValue( + text="CL:1000804", + description="A kidney cell that is part of an interstitial compartment of an outer renal medulla.", + meaning=CL["1000804"])) + setattr(cls, "CL:0000384", + PermissibleValue( + text="CL:0000384", + meaning=CL["0000384"])) + setattr(cls, "CL:1000497", + PermissibleValue( + text="CL:1000497", + description="A cell that is part of a kidney.", + meaning=CL["1000497"])) + setattr(cls, "CL:0000949", + PermissibleValue( + text="CL:0000949", + description="""A plasmablast that secretes IgD, and which occur in a small proportion of B cells in the adult.""", + meaning=CL["0000949"])) + setattr(cls, "CL:0011019", + PermissibleValue( + text="CL:0011019", + description="A mesothelial cell that is part of the epicardium.", + meaning=CL["0011019"])) + setattr(cls, "CL:0000469", + PermissibleValue( + text="CL:0000469", + description="""A neural progenitor cell that is the daughter of a neuroblast (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, glia and (occasionally) epithelial cells.""", + meaning=CL["0000469"])) + setattr(cls, "CL:4030060", + PermissibleValue( + text="CL:4030060", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2.""", + meaning=CL["4030060"])) + setattr(cls, "CL:4030003", + PermissibleValue( + text="CL:4030003", + description="A cell that makes up the loose connective tissue of the thymus.", + meaning=CL["4030003"])) + setattr(cls, "CL:0002471", + PermissibleValue( + text="CL:0002471", + description="Gr1-low non-classical monocyte that lacks expression of a MHC-II complex.", + meaning=CL["0002471"])) + setattr(cls, "CL:2000042", + PermissibleValue( + text="CL:2000042", + description="Any fibroblast that is part of a embryo.", + meaning=CL["2000042"])) + setattr(cls, "CL:0000346", + PermissibleValue( + text="CL:0000346", + description="""A specialized mesenchymal cell that resides in the dermal papilla located at the bottom of hair follicles. This cell plays a pivotal roles in hair formation, growth, and cycling.""", + meaning=CL["0000346"])) + setattr(cls, "CL:1001571", + PermissibleValue( + text="CL:1001571", + description="A pyramidal neuron with a soma found in the hippocampus.", + meaning=CL["1001571"])) + setattr(cls, "CL:0002463", + PermissibleValue( + text="CL:0002463", + description="An adipose dendritic cell that is SIRPa-positive.", + meaning=CL["0002463"])) + setattr(cls, "CL:0000415", + PermissibleValue( + text="CL:0000415", + description="A cell whose nucleus has two haploid genomes.", + meaning=CL["0000415"])) + setattr(cls, "CL:0002507", + PermissibleValue( + text="CL:0002507", + description="""A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative.""", + meaning=CL["0002507"])) + setattr(cls, "CL:0000210", + PermissibleValue( + text="CL:0000210", + description="A cell specialized to detect and transduce light.", + meaning=CL["0000210"])) + setattr(cls, "CL:0002036", + PermissibleValue( + text="CL:0002036", + description="""A hematopoietic progenitor that has some limited self-renewal capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive.""", + meaning=CL["0002036"])) + setattr(cls, "CL:1000361", + PermissibleValue( + text="CL:1000361", + description="A transitional myocyte that is part of the interatrial septum.", + meaning=CL["1000361"])) + setattr(cls, "CL:0000101", + PermissibleValue( + text="CL:0000101", + description="Any neuron having a sensory function; an afferent neuron conveying sensory impulses.", + meaning=CL["0000101"])) + setattr(cls, "CL:1001220", + PermissibleValue( + text="CL:1001220", + description="Any endothelial cell that is part of some kidney arcuate vein.", + meaning=CL["1001220"])) + setattr(cls, "CL:0003033", + PermissibleValue( + text="CL:0003033", + description="""A monostratified retinal ganglion cell that has a large soma, a medium dendritic field with post synaptic terminals in sublaminar layer S3.""", + meaning=CL["0003033"])) + setattr(cls, "CL:0002351", + PermissibleValue( + text="CL:0002351", + description="""A progenitor cell that is able to differentiate into the pancreas alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 and Isl-1.""", + meaning=CL["0002351"])) + setattr(cls, "CL:0000725", + PermissibleValue( + text="CL:0000725", + description="Any cell that is capable of some nitrogen fixation.", + meaning=CL["0000725"])) + setattr(cls, "CL:1001209", + PermissibleValue( + text="CL:1001209", + description="""Any vasa recta ascending limb cell that is part of some inner medulla vasa recta ascending limb.""", + meaning=CL["1001209"])) + setattr(cls, "CL:0002002", + PermissibleValue( + text="CL:0002002", + description="""A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, Cxc3r1-negative, and CD90-negative.""", + meaning=CL["0002002"])) + setattr(cls, "CL:0000529", + PermissibleValue( + text="CL:0000529", + meaning=CL["0000529"])) + setattr(cls, "CL:0002678", + PermissibleValue( + text="CL:0002678", + description="""A CD4-positive, CD25-positive alpha-beta regulatory T cell that has encountered antigen.""", + meaning=CL["0002678"])) + setattr(cls, "CL:0000764", + PermissibleValue( + text="CL:0000764", + description="A immature or mature cell in the lineage leading to and including erythrocytes.", + meaning=CL["0000764"])) + setattr(cls, "CL:4023060", + PermissibleValue( + text="CL:4023060", + description="A neuron that has its soma located in CA1-3 of the hippocampus.", + meaning=CL["4023060"])) + setattr(cls, "CL:0009021", + PermissibleValue( + text="CL:0009021", + description="A stromal cell found in the lamina propria of the large intestine.", + meaning=CL["0009021"])) + setattr(cls, "CL:2000074", + PermissibleValue( + text="CL:2000074", + description="Any leukocyte that is part of a spleen.", + meaning=CL["2000074"])) + setattr(cls, "CL:0009104", + PermissibleValue( + text="CL:0009104", + description="""A fibroblastic reticular cell found in the lymph node germinal center dark zone (B cell zone).""", + meaning=CL["0009104"])) + setattr(cls, "CL:1000397", + PermissibleValue( + text="CL:1000397", + description="An endothelial cell that is part of the venous sinus of red pulp of spleen.", + meaning=CL["1000397"])) + setattr(cls, "CL:0001017", + PermissibleValue( + text="CL:0001017", + description="""Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001017"])) + setattr(cls, "CL:0004236", + PermissibleValue( + text="CL:0004236", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004236"])) + setattr(cls, "CL:4042012", + PermissibleValue( + text="CL:4042012", + description="""An L2 intratelencephalic projecting glutamatergic neuron with a soma on the L1-L2 border. This neuron type has small apical dendrites projecting to L1.""", + meaning=CL["4042012"])) + setattr(cls, "CL:1001591", + PermissibleValue( + text="CL:1001591", + description="Glandular cell of oviduct epithelium. Example: peg cells, ciliated cells.", + meaning=CL["1001591"])) + setattr(cls, "CL:0000676", + PermissibleValue( + text="CL:0000676", + meaning=CL["0000676"])) + setattr(cls, "CL:2000067", + PermissibleValue( + text="CL:2000067", + description="Any fibroblast that is part of a cardiac atrium.", + meaning=CL["2000067"])) + setattr(cls, "CL:0001074", + PermissibleValue( + text="CL:0001074", + description="""An innate lymphoid cell precursor in the human with the phenotype CD34-positive, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.""", + meaning=CL["0001074"])) + setattr(cls, "CL:0000843", + PermissibleValue( + text="CL:0000843", + description="""A resting mature B cell that has the phenotype IgM-positive, IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles of the white pulp of the spleen or the corticol areas of the peripheral lymph nodes. This cell type is also described as being CD19-positive, B220-positive, AA4-negative, CD43-negative, and CD5-negative.""", + meaning=CL["0000843"])) + setattr(cls, "CL:0002261", + PermissibleValue( + text="CL:0002261", + description="An endothelial cell found in the mucosa associated with the facial skeleton.", + meaning=CL["0002261"])) + setattr(cls, "CL:0000942", + PermissibleValue( + text="CL:0000942", + description="""A plasmacytoid dendritic cell developing in the thymus with phenotype CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive.""", + meaning=CL["0000942"])) + setattr(cls, "CL:4030009", + PermissibleValue( + text="CL:4030009", + description="""A brush border cell that is part of segment 1 (S1) of the proximal tubule epithelium, located in the renal cortex.""", + meaning=CL["4030009"])) + setattr(cls, "CL:0002362", + PermissibleValue( + text="CL:0002362", + description="""A cell located in the outermost proliferative zone of the external germinal layer that can differentiate into astroglial cells and granule cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive.""", + meaning=CL["0002362"])) + setattr(cls, "CL:1000617", + PermissibleValue( + text="CL:1000617", + description="Any kidney medulla cell that is part of some inner medulla of kidney.", + meaning=CL["1000617"])) + setattr(cls, "CL:0002380", + PermissibleValue( + text="CL:0002380", + description="An asexual spore formed by Oomycetes; formed upon fertilization of an oosphere.", + meaning=CL["0002380"])) + setattr(cls, "CL:4040001", + PermissibleValue( + text="CL:4040001", + description="""A horse-specific, highly invasive trophoblast cell that invades the endometrium where it forms endometrial cups.""", + meaning=CL["4040001"])) + setattr(cls, "CL:0000163", + PermissibleValue( + text="CL:0000163", + description="""A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions.""", + meaning=CL["0000163"])) + setattr(cls, "CL:0000634", + PermissibleValue( + text="CL:0000634", + description="""A cuboidal cell which along with Boettcher's cells form the floor of the external spiral sulcus, external to the organ of Corti.""", + meaning=CL["0000634"])) + setattr(cls, "CL:0003041", + PermissibleValue( + text="CL:0003041", + description="""An M9 retinal ganglion cells with synaptic terminals in S2 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003041"])) + setattr(cls, "CL:0000905", + PermissibleValue( + text="CL:0000905", + description="""CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000905"])) + setattr(cls, "CL:4023128", + PermissibleValue( + text="CL:4023128", + description="""a KNDy neuron that is located in the rostral periventricular region of the third ventricle.""", + meaning=CL["4023128"])) + setattr(cls, "CL:0000951", + PermissibleValue( + text="CL:0000951", + description="A short lived plasma cell that secretes IgE.", + meaning=CL["0000951"])) + setattr(cls, "CL:0000607", + PermissibleValue( + text="CL:0000607", + description="""A thick walled spore that stores and protects one or more nuclei following sexual reproduction in an Ascomycete.""", + meaning=CL["0000607"])) + setattr(cls, "CL:0000145", + PermissibleValue( + text="CL:0000145", + description="""A cell capable of processing and presenting lipid and protein antigens to T cells in order to initiate an immune response.""", + meaning=CL["0000145"])) + setattr(cls, "CL:0000805", + PermissibleValue( + text="CL:0000805", + description="""A thymocyte that has the phenotype CD4-negative, CD8-positive, CD44-negative, CD25-negative, and pre-TCR-positive.""", + meaning=CL["0000805"])) + setattr(cls, "CL:4030001", + PermissibleValue( + text="CL:4030001", + description="A stromal cell that is part of the thymus.", + meaning=CL["4030001"])) + setattr(cls, "CL:0002252", + PermissibleValue( + text="CL:0002252", + description="An epithelial cell of the esophagus.", + meaning=CL["0002252"])) + setattr(cls, "CL:0009003", + PermissibleValue( + text="CL:0009003", + description="Any cell in the midgut (middle subdivision of a digestive tract) of an insect larva.", + meaning=CL["0009003"])) + setattr(cls, "CL:0002197", + PermissibleValue( + text="CL:0002197", + description="""A parathyroid chief cell that is not actively secreting hormone. Contains small Golgi complexes with only a few grouped vesicles and membrane-bound secretory granules; glycogen and many lipofuscin granules abound but sacs of granular endoplasmic reticulum are rare and dispersed. In normal humans, inactive chief cells out number active chief cells in a ratio of 3-5:1.""", + meaning=CL["0002197"])) + setattr(cls, "CL:0007018", + PermissibleValue( + text="CL:0007018", + description="Ciliated cell of the embryonic epidermis and functions in embryonic movements.", + meaning=CL["0007018"])) + setattr(cls, "CL:0008021", + PermissibleValue( + text="CL:0008021", + description="Any neuron that has its soma located in some anterior lateral line ganglion.", + meaning=CL["0008021"])) + setattr(cls, "CL:0000886", + PermissibleValue( + text="CL:0000886", + description="""A mucosa-associated lymphoid tissue macrophage found in the nasal and bronchial mucosa-associated lymphoid tissues.""", + meaning=CL["0000886"])) + setattr(cls, "CL:0002241", + PermissibleValue( + text="CL:0002241", + description="""A fibroblasts found in interstitial spaces in the pulmonary tract. Greater numbers of these cells are found in idiopathic pulmonary fibrosis.""", + meaning=CL["0002241"])) + setattr(cls, "CL:0000135", + PermissibleValue( + text="CL:0000135", + description="""An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum is scanty with flattened nucleus. Term used by some histologists; when fibroblasts become relatively inactive in fiber formation. However, this cell has the potential for fibrogenesis in quiescent connective tissue of the adult, as well as during development, other histologists prefer to use the term fibroblast in all circumstances. These cells represent ~0.5% of peripheral blood leukocytes.""", + meaning=CL["0000135"])) + setattr(cls, "CL:0004218", + PermissibleValue( + text="CL:0004218", + description="A horizontal cell with a small cell body, thin dendrites, and small dendritic arbor.", + meaning=CL["0004218"])) + setattr(cls, "CL:0000005", + PermissibleValue( + text="CL:0000005", + description="Any fibroblast that is derived from the neural crest.", + meaning=CL["0000005"])) + setattr(cls, "CL:0009093", + PermissibleValue( + text="CL:0009093", + description="A smooth muscle cell that is part of a placenta.", + meaning=CL["0009093"])) + setattr(cls, "CL:0000686", + PermissibleValue( + text="CL:0000686", + description="A columnar/cuboidal epithelial cell that secretes cerebrospinal fluid.", + meaning=CL["0000686"])) + setattr(cls, "CL:0000081", + PermissibleValue( + text="CL:0000081", + description="A cell found predominately in the blood.", + meaning=CL["0000081"])) + setattr(cls, "CL:4023079", + PermissibleValue( + text="CL:4023079", + description="A GABAergic inhibitory neuron that is derived from the midbrain.", + meaning=CL["4023079"])) + setattr(cls, "CL:0000907", + PermissibleValue( + text="CL:0000907", + description="""CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000907"])) + setattr(cls, "CL:1001578", + PermissibleValue( + text="CL:1001578", + description="Squamous cell of vaginal epithelium.", + meaning=CL["1001578"])) + setattr(cls, "CL:0000850", + PermissibleValue( + text="CL:0000850", + description="A neuron that releases serotonin as a neurotransmitter.", + meaning=CL["0000850"])) + setattr(cls, "CL:0001054", + PermissibleValue( + text="CL:0001054", + description="""A monocyte that expresses CD14 and is negative for the lineage markers CD3, CD19, and CD20.""", + meaning=CL["0001054"])) + setattr(cls, "CL:0008015", + PermissibleValue( + text="CL:0008015", + description="A motor neuron that is capable of directly inhibiting muscle contraction.", + meaning=CL["0008015"])) + setattr(cls, "CL:4033049", + PermissibleValue( + text="CL:4033049", + description="A taste receptor cell that is part of a taste bud of a tongue.", + meaning=CL["4033049"])) + setattr(cls, "CL:0000788", + PermissibleValue( + text="CL:0000788", + description="""A naive B cell is a mature B cell that has the phenotype surface IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0000788"])) + setattr(cls, "CL:0002239", + PermissibleValue( + text="CL:0002239", + description="A primordial cell from which an oocyte (ovum) ultimately is developed.", + meaning=CL["0002239"])) + setattr(cls, "CL:0000513", + PermissibleValue( + text="CL:0000513", + description="A precursor cell destined to differentiate into cardiac muscle cell.", + meaning=CL["0000513"])) + setattr(cls, "CL:0000592", + PermissibleValue( + text="CL:0000592", + description="""A large, progesterone secreting cell in the corpus luteum that develops from the granulosa cells.""", + meaning=CL["0000592"])) + setattr(cls, "CL:4023129", + PermissibleValue( + text="CL:4023129", + description="A retinal cell that is immature or undifferentiated.", + meaning=CL["4023129"])) + setattr(cls, "CL:4023019", + PermissibleValue( + text="CL:4023019", + description="""A vip GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.""", + meaning=CL["4023019"])) + setattr(cls, "CL:0000404", + PermissibleValue( + text="CL:0000404", + description="A cell that initiates an electrical signal and passes that signal to another cell.", + meaning=CL["0000404"])) + setattr(cls, "CL:0002545", + PermissibleValue( + text="CL:0002545", + description="An endothelial cell that is part of the thoracic endothelium.", + meaning=CL["0002545"])) + setattr(cls, "CL:0007023", + PermissibleValue( + text="CL:0007023", + description="Epidermal cell rich in mitochondria. In amphibians, appears during metamorphosis.", + meaning=CL["0007023"])) + setattr(cls, "CL:0000200", + PermissibleValue( + text="CL:0000200", + description="""Any neuron that is capable of some detection of mechanical stimulus involved in sensory perception of touch.""", + meaning=CL["0000200"])) + setattr(cls, "CL:2000076", + PermissibleValue( + text="CL:2000076", + description="Any vein endothelial cell that is part of a hindlimb stylopod.", + meaning=CL["2000076"])) + setattr(cls, "CL:0000910", + PermissibleValue( + text="CL:0000910", + description="""A mature T cell that differentiated and acquired cytotoxic function with the phenotype perforin-positive and granzyme-B positive.""", + meaning=CL["0000910"])) + setattr(cls, "CL:0002524", + PermissibleValue( + text="CL:0002524", + description="""A disseminated nephrocyte is a nephrocyte that filters hemolymph and is found at scattered locations in the fat body or other tissues.""", + meaning=CL["0002524"])) + setattr(cls, "CL:0000715", + PermissibleValue( + text="CL:0000715", + description="A crystal cell that derives from the embryonic head mesoderm.", + meaning=CL["0000715"])) + setattr(cls, "CL:0000875", + PermissibleValue( + text="CL:0000875", + description="""A type of monocyte characterized by low expression of CCR2, low responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, and decrease size relative to classical monocytes, but increased co-stimulatory activity. May also play a role in tissue repair.""", + meaning=CL["0000875"])) + setattr(cls, "CL:0002332", + PermissibleValue( + text="CL:0002332", + description="A ciliated cell of the bronchus.", + meaning=CL["0002332"])) + setattr(cls, "CL:0009110", + PermissibleValue( + text="CL:0009110", + description="A lymphatic endothelial cell located in the ceiling part of a lymph node medulla.", + meaning=CL["0009110"])) + setattr(cls, "CL:0002485", + PermissibleValue( + text="CL:0002485", + description="""A melanocyte of the retina. This cell type is distinct from pigmented retinal epithelium.""", + meaning=CL["0002485"])) + setattr(cls, "CL:1001135", + PermissibleValue( + text="CL:1001135", + description="Any kidney cortex artery cell that is part of some kidney arcuate artery.", + meaning=CL["1001135"])) + setattr(cls, "CL:0002467", + PermissibleValue( + text="CL:0002467", + description="A myeloid suppressor cell that is Gr1-high and CD11c-negative.", + meaning=CL["0002467"])) + setattr(cls, "CL:0009076", + PermissibleValue( + text="CL:0009076", + description="A thymic medullary epithelial cell that expresses neuroendocrine biomarkers.", + meaning=CL["0009076"])) + setattr(cls, "CL:0004161", + PermissibleValue( + text="CL:0004161", + description="""A cone whose sensitivity measurements have an average spectral peak of 510 nm. These cones are described in rat.""", + meaning=CL["0004161"])) + setattr(cls, "CL:0000380", + PermissibleValue( + text="CL:0000380", + description="""The support cell that makes the thecogen dendritic cap - a cuticle-like matrix around the tip of the eo-dendrite and which encloses the soma of the eo-neuron.""", + meaning=CL["0000380"])) + setattr(cls, "CL:0000301", + PermissibleValue( + text="CL:0000301", + description="""A primordial germ cell of insects. Such cells form at the posterior pole of the early embryo.""", + meaning=CL["0000301"])) + setattr(cls, "CL:4030012", + PermissibleValue( + text="CL:4030012", + description="""Epithelial cell of the descending thin limb of the short loop (cortical) nephron limited to the outer medulla (mainly inner strip). It is known in some mammalian species that the short descending limb of the loop of Henle selectively expresses the serine protease Corin, the homeobox TF Uncx, and the urea channel Slc14a2.""", + meaning=CL["4030012"])) + setattr(cls, "CL:1000348", + PermissibleValue( + text="CL:1000348", + description="A basal cell that is part of the epithelium of trachea.", + meaning=CL["1000348"])) + setattr(cls, "CL:0000441", + PermissibleValue( + text="CL:0000441", + description="""A stem cell that gives rise to the follicle cells that surround the oocyte in female arthropods.""", + meaning=CL["0000441"])) + setattr(cls, "CL:4023118", + PermissibleValue( + text="CL:4023118", + description="""A sst GABAergic interneuron does not have Martinotti morphology with a soma found in L5/6 of the cerebral cortex.""", + meaning=CL["4023118"])) + setattr(cls, "CL:4023053", + PermissibleValue( + text="CL:4023053", + description="A Betz cell that syanpses with spinal interneurons.", + meaning=CL["4023053"])) + setattr(cls, "CL:0002393", + PermissibleValue( + text="CL:0002393", + description="A monocyte that has characteristics of both patrolling and inflammatory monocytes.", + meaning=CL["0002393"])) + setattr(cls, "CL:0010015", + PermissibleValue( + text="CL:0010015", + description="""A highly specialized cell type exclusive to and forming neuroepithelium of the Saccus vasculosus, covering the caudal diverticulum of the infundibular recess.""", + meaning=CL["0010015"])) + setattr(cls, "CL:0002454", + PermissibleValue( + text="CL:0002454", + description="""Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative and is CD205-positive.""", + meaning=CL["0002454"])) + setattr(cls, "CL:1001596", + PermissibleValue( + text="CL:1001596", + description="""Glandular cell of salivary gland. Example: Serous cells, mucous cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal epithelium of the striated ducts, epithelial cells of excretory ducts.""", + meaning=CL["1001596"])) + setattr(cls, "CL:1000357", + PermissibleValue( + text="CL:1000357", + description="A M cell that is part of the epithelium proper of jejunum.", + meaning=CL["1000357"])) + setattr(cls, "CL:0002133", + PermissibleValue( + text="CL:0002133", + description="A stromal cell of the ovarian cortex.", + meaning=CL["0002133"])) + setattr(cls, "CL:0007005", + PermissibleValue( + text="CL:0007005", + description="Cell that is part of the notochord.", + meaning=CL["0007005"])) + setattr(cls, "CL:0000837", + PermissibleValue( + text="CL:0000837", + description="""A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans.""", + meaning=CL["0000837"])) + setattr(cls, "CL:0002304", + PermissibleValue( + text="CL:0002304", + description="""A cell that is part of non-pigmented ciliary epithelium. This cell type participates in aqueous humor formation by releasing solute, principally sodium and chloride ions received from pigmented epithelial cells via gap junctions, into the aqueous humor of the eye.""", + meaning=CL["0002304"])) + setattr(cls, "CL:0002395", + PermissibleValue( + text="CL:0002395", + description="""A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, CD115-positive, and B220-negative.""", + meaning=CL["0002395"])) + setattr(cls, "CL:0000784", + PermissibleValue( + text="CL:0000784", + description="""A dendritic cell type of distinct morphology, localization, and surface marker expression (CD123-positive) from other dendritic cell types and associated with early stage immune responses, particularly the release of physiologically abundant amounts of type I interferons in response to infection.""", + meaning=CL["0000784"])) + setattr(cls, "CL:0002215", + PermissibleValue( + text="CL:0002215", + description="""A type II muscle cell that contains a low content of myoglobin, relatively few mitochondria, relatively few blood capillaries and large amounts of glycogen. Type II B fibres are white, geared to generate ATP by anaerobic metabolic processes, not able to supply skeletal muscle fibres continuously with sufficient ATP, fatigue easily, split ATP at a fast rate and have a fast contraction velocity.""", + meaning=CL["0002215"])) + setattr(cls, "CL:0002200", + PermissibleValue( + text="CL:0002200", + description="An oncocyte located in the thyroid.", + meaning=CL["0002200"])) + setattr(cls, "CL:0017010", + PermissibleValue( + text="CL:0017010", + description="A hillock cell that is part of the urethra.", + meaning=CL["0017010"])) + setattr(cls, "CL:0000152", + PermissibleValue( + text="CL:0000152", + description="A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct.", + meaning=CL["0000152"])) + setattr(cls, "CL:1001213", + PermissibleValue( + text="CL:1001213", + description="Any endothelial cell that is part of some kidney arcuate artery.", + meaning=CL["1001213"])) + setattr(cls, "CL:0000117", + PermissibleValue( + text="CL:0000117", + meaning=CL["0000117"])) + setattr(cls, "CL:4042010", + PermissibleValue( + text="CL:4042010", + description="""An interlaminar astrocyte whose soma is part of the first layer of a neocortex and is in contact with a pia surface.""", + meaning=CL["4042010"])) + setattr(cls, "CL:0000783", + PermissibleValue( + text="CL:0000783", + description="A phagocyte formed by the fusion of mononuclear phagocytes.", + meaning=CL["0000783"])) + setattr(cls, "CL:0009014", + PermissibleValue( + text="CL:0009014", + description="""A lymphocyte that is part of a Peyer's patch. These cells have a major role in driving the immune response to antigens sampled from the intestinal lumen, and in regulating the formation of follicle-associated epithelium and M cells in Peyer's patches by converting intestitial enterocytes into M cells.""", + meaning=CL["0009014"])) + setattr(cls, "CL:0003007", + PermissibleValue( + text="CL:0003007", + description="""A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S2 and S3 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003007"])) + setattr(cls, "CL:0000931", + PermissibleValue( + text="CL:0000931", + description="""A type II NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000931"])) + setattr(cls, "CL:0009040", + PermissibleValue( + text="CL:0009040", + description="A stromal cell found in the lamina propria of the colon.", + meaning=CL["0009040"])) + setattr(cls, "CL:0000868", + PermissibleValue( + text="CL:0000868", + description="A secondary lymphoid organ macrophage found in a lymph node. This cell is CD169-high.", + meaning=CL["0000868"])) + setattr(cls, "CL:0000390", + PermissibleValue( + text="CL:0000390", + meaning=CL["0000390"])) + setattr(cls, "CL:1000425", + PermissibleValue( + text="CL:1000425", + description="A chromaffin cell that is part of the paraganglion.", + meaning=CL["1000425"])) + setattr(cls, "CL:2000058", + PermissibleValue( + text="CL:2000058", + description="Any osteoblast that is part of a skull.", + meaning=CL["2000058"])) + setattr(cls, "CL:4023026", + PermissibleValue( + text="CL:4023026", + description="""A medium spiny neuron that expresses dopamine type 1 receptors and projects to the globus pallidus internus or the substantia nigra pars reticulata.""", + meaning=CL["4023026"])) + setattr(cls, "CL:0011021", + PermissibleValue( + text="CL:0011021", + description="A fibroblast that is part of upper back skin.", + meaning=CL["0011021"])) + setattr(cls, "CL:1000382", + PermissibleValue( + text="CL:1000382", + description="A type II vestibular sensory cell that is part of the stato-acoustic epithelium.", + meaning=CL["1000382"])) + setattr(cls, "CL:4023002", + PermissibleValue( + text="CL:4023002", + description="A beta motor neuron that innervates the nuclear bag fibers of muscle spindles.", + meaning=CL["4023002"])) + setattr(cls, "CL:2000012", + PermissibleValue( + text="CL:2000012", + description="Any skin fibroblast that is part of a pedal digit skin.", + meaning=CL["2000012"])) + setattr(cls, "CL:0000960", + PermissibleValue( + text="CL:0000960", + description="""A transitional stage B cell that expresses surface IgM and IgD, and CD62L. This cell type appears to be an anergic B cell that does not proliferate upon BCR signaling, is found in the spleen and lymph nodes, and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, CD23-positive, CD62L-positive, and CD93-positive. This cell type has also been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface expression of IgM).""", + meaning=CL["0000960"])) + setattr(cls, "CL:2000059", + PermissibleValue( + text="CL:2000059", + description="Any microvascular endothelial cell that is part of a prostate gland.", + meaning=CL["2000059"])) + setattr(cls, "CL:0002297", + PermissibleValue( + text="CL:0002297", + description="""A thymic epithelial cell with moderate nuclear and cytoplasmic electron-density. Scattered in the cortex, this cell type is predominant in the mid and deep cortex.""", + meaning=CL["0002297"])) + setattr(cls, "CL:0000575", + PermissibleValue( + text="CL:0000575", + description="An epithelial cell of the cornea.", + meaning=CL["0000575"])) + setattr(cls, "CL:0000923", + PermissibleValue( + text="CL:0000923", + description="A type I NK T cell that has the phenotype CD4-positive.", + meaning=CL["0000923"])) + setattr(cls, "CL:0000482", + PermissibleValue( + text="CL:0000482", + description="An endocrine cell that secretes juvenile hormone.", + meaning=CL["0000482"])) + setattr(cls, "CL:0002364", + PermissibleValue( + text="CL:0002364", + description="""An epithelial cell of the cortical portion of the thymus. Epithelial cells in this region are required for positive selection of CD8-positive T cells.""", + meaning=CL["0002364"])) + setattr(cls, "CL:0007009", + PermissibleValue( + text="CL:0007009", + description="""Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells.""", + meaning=CL["0007009"])) + setattr(cls, "CL:0000828", + PermissibleValue( + text="CL:0000828", + description="""A progenitor cell of the thrombocyte, a nucleated blood cell involved in coagulation typically seen in birds and other non-mammalian vertebrates.""", + meaning=CL["0000828"])) + setattr(cls, "CL:0002114", + PermissibleValue( + text="CL:0002114", + description="""A CD38-positive unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002114"])) + setattr(cls, "CL:0000924", + PermissibleValue( + text="CL:0000924", + description="A type I NK T cell that has the phenotype CD4-negative and CD8-negative.", + meaning=CL["0000924"])) + setattr(cls, "CL:1000290", + PermissibleValue( + text="CL:1000290", + description="A muscle cell that is part of the middle internodal tract.", + meaning=CL["1000290"])) + setattr(cls, "CL:0002314", + PermissibleValue( + text="CL:0002314", + description="""An auditory epithelial support cell located in the vestibular epithelium that has many hallmarks of glial cells. This cell type express glial markers such as vimentin, S100, glutamate-aspartate transporter, low affinity neurotrophin receptor p75, glial fibrillary acidic protein, and proteolipid protein.""", + meaning=CL["0002314"])) + setattr(cls, "CL:1000287", + PermissibleValue( + text="CL:1000287", + description="A muscle cell that is part of the anterior internodal tract.", + meaning=CL["1000287"])) + setattr(cls, "CL:2000075", + PermissibleValue( + text="CL:2000075", + description="Any endodermal cell that is part of a anterior visceral endoderm.", + meaning=CL["2000075"])) + setattr(cls, "CL:0002077", + PermissibleValue( + text="CL:0002077", + description="An epithelial cell derived from ectoderm.", + meaning=CL["0002077"])) + setattr(cls, "CL:4028002", + PermissibleValue( + text="CL:4028002", + description="""An alveolar capillary endothelial cell that is located distally to alveolar capillary type 2 endothelial cells.""", + meaning=CL["4028002"])) + setattr(cls, "CL:0000187", + PermissibleValue( + text="CL:0000187", + description="""A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns.""", + meaning=CL["0000187"])) + setattr(cls, "CL:4040000", + PermissibleValue( + text="CL:4040000", + description="""A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.""", + meaning=CL["4040000"])) + setattr(cls, "CL:1000379", + PermissibleValue( + text="CL:1000379", + description="""A type I vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.""", + meaning=CL["1000379"])) + setattr(cls, "CL:0002360", + PermissibleValue( + text="CL:0002360", + description="""A hematopoietic stem cell from the aorta-gonad-mesonephros region of the developing embryo. First seen at E10.5 in mouse embryos. May give rise to fetal liver HSC.""", + meaning=CL["0002360"])) + setattr(cls, "CL:0004117", + PermissibleValue( + text="CL:0004117", + description="A monostratified retinal ganglion cell with large soma and large dendritic field.", + meaning=CL["0004117"])) + setattr(cls, "CL:0004213", + PermissibleValue( + text="CL:0004213", + description="A type of type 3 cone bipolar cell with distinctive curly dendrites.", + meaning=CL["0004213"])) + setattr(cls, "CL:1000699", + PermissibleValue( + text="CL:1000699", + description="A resident-dendritic cell that is part of a kidney.", + meaning=CL["1000699"])) + setattr(cls, "CL:0004251", + PermissibleValue( + text="CL:0004251", + description="An amicrine that has a narrow dendritic field.", + meaning=CL["0004251"])) + setattr(cls, "CL:0002505", + PermissibleValue( + text="CL:0002505", + description="""A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, MHC-II-positive and CD103-negative.""", + meaning=CL["0002505"])) + setattr(cls, "CL:0001045", + PermissibleValue( + text="CL:0001045", + description="""A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-negative.""", + meaning=CL["0001045"])) + setattr(cls, "CL:0000756", + PermissibleValue( + text="CL:0000756", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell has a diffuse axon terminal with varicosities in sublaminae 1 and 2 of the inner plexiform layer.""", + meaning=CL["0000756"])) + setattr(cls, "CL:4030038", + PermissibleValue( + text="CL:4030038", + description="""A CD24-positive, CD-133-positive, vimentin-positive cell found scattered throughout a renal proximal tubule and that may participate in tubular regeneration. Compared to other proximal tubular cell types, this cell contains less cytoplasm, fewer mitochondria and no brush border.""", + meaning=CL["4030038"])) + setattr(cls, "CL:0002272", + PermissibleValue( + text="CL:0002272", + description="""A cell that secretes motilin, a gastric hormone that at low pH inhibits gastric motor activity, whereas at high pH has a stimulating effect.""", + meaning=CL["0002272"])) + setattr(cls, "CL:2000073", + PermissibleValue( + text="CL:2000073", + description="Any migratory neural crest cell that is part of a cardiac neural crest.", + meaning=CL["2000073"])) + setattr(cls, "CL:1001437", + PermissibleValue( + text="CL:1001437", + description="The subcutaneous mechanoreceptors that innervate vellus hairs.", + meaning=CL["1001437"])) + setattr(cls, "CL:0002418", + PermissibleValue( + text="CL:0002418", + description="""A pluripotent cell in the yolk sac that can give rise to mesenchymal cells including erythrocytes and endothelial cells.""", + meaning=CL["0002418"])) + setattr(cls, "CL:4023021", + PermissibleValue( + text="CL:4023021", + description="""A gamma motor neuron that innervates static nuclear bag fibers (bag2 fibers) and increases their firing, in response to an increase in the magnitude of change in length, and controls the static sensitivity of the stretch reflex.""", + meaning=CL["4023021"])) + setattr(cls, "CL:0000554", + PermissibleValue( + text="CL:0000554", + description="A peptide hormone secreting cell that secretes gastrin stimulating hormone.", + meaning=CL["0000554"])) + setattr(cls, "CL:4030027", + PermissibleValue( + text="CL:4030027", + description="An amacrine cell that uses GABA as a neurotransmitter.", + meaning=CL["4030027"])) + setattr(cls, "CL:0000524", + PermissibleValue( + text="CL:0000524", + description="A cell, usually of bacteria or yeast, which has partially lost its cell wall.", + meaning=CL["0000524"])) + setattr(cls, "CL:0000516", + PermissibleValue( + text="CL:0000516", + description="A non-neuronal cell that surrounds the neuronal cell bodies of the ganglia.", + meaning=CL["0000516"])) + setattr(cls, "CL:0002353", + PermissibleValue( + text="CL:0002353", + description="""A hematopoietic stem cell that resides in the fetal liver. In mice, this cell type is first observed at E10.5. This cell type is MHC-positive, HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, CD48-negative and CD244-negative.""", + meaning=CL["0002353"])) + setattr(cls, "CL:0001046", + PermissibleValue( + text="CL:0001046", + description="""A memory regulatory T cell with phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-positive.""", + meaning=CL["0001046"])) + setattr(cls, "CL:4033007", + PermissibleValue( + text="CL:4033007", + description="A(n) brush cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033007"])) + setattr(cls, "CL:0009039", + PermissibleValue( + text="CL:0009039", + description="A goblet cell that is located in the colon.", + meaning=CL["0009039"])) + setattr(cls, "CL:0002119", + PermissibleValue( + text="CL:0002119", + description="""A CD38-positive IgG-negative memory B cell is an IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-positive and IgG-negative.""", + meaning=CL["0002119"])) + setattr(cls, "CL:0005009", + PermissibleValue( + text="CL:0005009", + description="""A cuboidal epithelial cell of the kidney which regulates sodium and potassium balance. The activity of sodium and potassium channels on the apical membrane of the cell is regulated by aldosterone and vasopressin. In mammals this cell type is located in the renal collecting duct system.""", + meaning=CL["0005009"])) + setattr(cls, "CL:2000049", + PermissibleValue( + text="CL:2000049", + description="Any pyramidal cell that is part of a primary motor cortex.", + meaning=CL["2000049"])) + setattr(cls, "CL:0000799", + PermissibleValue( + text="CL:0000799", + description="A gamma-delta T cell that has an immature phenotype.", + meaning=CL["0000799"])) + setattr(cls, "CL:4033010", + PermissibleValue( + text="CL:4033010", + description="A(n) neuroendocrine cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033010"])) + setattr(cls, "CL:0007007", + PermissibleValue( + text="CL:0007007", + description="""Notochordal cell that is part of the outer epithelium of the notochord and surrounds the vacuolated notochord cells.""", + meaning=CL["0007007"])) + setattr(cls, "CL:0000541", + PermissibleValue( + text="CL:0000541", + description="A cell that originates from the neural crest and differentiates into a pigment cell.", + meaning=CL["0000541"])) + setattr(cls, "CL:0000564", + PermissibleValue( + text="CL:0000564", + description="""A promyelocyte committed to the neutrophil lineage. This cell type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, has low expression of PU.1 transcription factor and lacks lactotransferrin expression.""", + meaning=CL["0000564"])) + setattr(cls, "CL:0000497", + PermissibleValue( + text="CL:0000497", + description="A photoreceptor cell that is sensitive to red light.", + meaning=CL["0000497"])) + setattr(cls, "CL:0003049", + PermissibleValue( + text="CL:0003049", + description="""A cone cell that detects medium wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 534-545 nm.""", + meaning=CL["0003049"])) + setattr(cls, "CL:0000556", + PermissibleValue( + text="CL:0000556", + description="""A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release.""", + meaning=CL["0000556"])) + setattr(cls, "CL:0000876", + PermissibleValue( + text="CL:0000876", + description="""A splenic macrophage found in the white pulp of the spleen. Markers include F4/80-negative, CD68-positive, and macrosialin-positive.""", + meaning=CL["0000876"])) + setattr(cls, "CL:0002399", + PermissibleValue( + text="CL:0002399", + description="A myeloid dendritic cell found in the blood that is CD1c-positive.", + meaning=CL["0002399"])) + setattr(cls, "CL:4023048", + PermissibleValue( + text="CL:4023048", + description="""An intratelencephalic-projecting glutamatergic with a soma located in upper L5 of the primary motor cortex. These cells have thin untufted apical dendrites.""", + meaning=CL["4023048"])) + setattr(cls, "CL:0009046", + PermissibleValue( + text="CL:0009046", + description="A T cell found in the lymph node medullary sinus.", + meaning=CL["0009046"])) + setattr(cls, "CL:1000298", + PermissibleValue( + text="CL:1000298", + description="A mesothelial cell that is part of the dura mater.", + meaning=CL["1000298"])) + setattr(cls, "CL:0008039", + PermissibleValue( + text="CL:0008039", + description="""The motor neurons of vertebrates that directly innervate skeletal muscles. They receive input from upper motor neurons.""", + meaning=CL["0008039"])) + setattr(cls, "CL:0000387", + PermissibleValue( + text="CL:0000387", + description="A blood cell of the circulatory system of arthropods.", + meaning=CL["0000387"])) + setattr(cls, "CL:1001609", + PermissibleValue( + text="CL:1001609", + description="Fibroblast from muscle organ.", + meaning=CL["1001609"])) + setattr(cls, "CL:1000601", + PermissibleValue( + text="CL:1000601", + description="Any cell that is part of some ureter.", + meaning=CL["1000601"])) + setattr(cls, "CL:0000140", + PermissibleValue( + text="CL:0000140", + description="""Skeletogenic cell that secretes dentine matrix, is derived from odontogenic papilla. Embedded in dentine tissue, and is the transformation of a non-terminally differentiated odontoblast cell.""", + meaning=CL["0000140"])) + setattr(cls, "CL:0000505", + PermissibleValue( + text="CL:0000505", + description="A peptide hormone secreting cell that secretes substance P.", + meaning=CL["0000505"])) + setattr(cls, "CL:4032001", + PermissibleValue( + text="CL:4032001", + description="A GABAergic interneuron located in the cerebral cortex that expresses reelin (rln).", + meaning=CL["4032001"])) + setattr(cls, "CL:0002434", + PermissibleValue( + text="CL:0002434", + description="""A CD8-positive, CD4-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.""", + meaning=CL["0002434"])) + setattr(cls, "CL:0000531", + PermissibleValue( + text="CL:0000531", + description="A primary neuron (sensu Teleostei) that has a sensory function.", + meaning=CL["0000531"])) + setattr(cls, "CL:1000278", + PermissibleValue( + text="CL:1000278", + description="A smooth muscle cell that is part of the ileum.", + meaning=CL["1000278"])) + setattr(cls, "CL:1001586", + PermissibleValue( + text="CL:1001586", + description="""Glandular cell of mammary epithelium. Example: glandular cells of large and intermediate ducts, glandular cells in terminal ducts.""", + meaning=CL["1001586"])) + setattr(cls, "CL:0001008", + PermissibleValue( + text="CL:0001008", + description="""A hematopoietic stem cell that has plasma membrane part Kit-positive, SCA-1-positive, CD150-positive and CD34-negative.""", + meaning=CL["0001008"])) + setattr(cls, "CL:0002166", + PermissibleValue( + text="CL:0002166", + description="""An epithelial cell that remains from the disintegration of the epithelial root sheath involved in the development of teeth.""", + meaning=CL["0002166"])) + setattr(cls, "CL:0000216", + PermissibleValue( + text="CL:0000216", + description="""A supporting cell projecting inward from the basement membrane of seminiferous tubules. They surround and nourish the developing male germ cells and secrete androgen binding protein. Their tight junctions with the spermatogonia and spermatocytes provide a blood-testis barrier.""", + meaning=CL["0000216"])) + setattr(cls, "CL:0002391", + PermissibleValue( + text="CL:0002391", + description="A blastoconidium that has more than one nucleus.", + meaning=CL["0002391"])) + setattr(cls, "CL:2000084", + PermissibleValue( + text="CL:2000084", + description="Any goblet cell that is part of a conjunctiva.", + meaning=CL["2000084"])) + setattr(cls, "CL:0011012", + PermissibleValue( + text="CL:0011012", + description="""A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells.""", + meaning=CL["0011012"])) + setattr(cls, "CL:0009028", + PermissibleValue( + text="CL:0009028", + description="""An intestinal crypt stem cell that is located in the vermiform appendix. These stem cells reside at the bottom of crypts in the appendix and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009028"])) + setattr(cls, "CL:0002196", + PermissibleValue( + text="CL:0002196", + description="""A transient hepatic stem cell observed after liver injury with a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes and bile duct cells. Arises from more than one tissue.""", + meaning=CL["0002196"])) + setattr(cls, "CL:0002072", + PermissibleValue( + text="CL:0002072", + description="""A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery.""", + meaning=CL["0002072"])) + setattr(cls, "CL:0002534", + PermissibleValue( + text="CL:0002534", + description="""A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.""", + meaning=CL["0002534"])) + setattr(cls, "CL:0000820", + PermissibleValue( + text="CL:0000820", + description="A B-1 B cell that has the phenotype CD5-positive.", + meaning=CL["0000820"])) + setattr(cls, "CL:0000038", + PermissibleValue( + text="CL:0000038", + description="A progenitor cell committed to the erythroid lineage.", + meaning=CL["0000038"])) + setattr(cls, "CL:0009094", + PermissibleValue( + text="CL:0009094", + description="An endothelial cell that is part of a hepatic portal vein.", + meaning=CL["0009094"])) + setattr(cls, "CL:4042002", + PermissibleValue( + text="CL:4042002", + description="""A nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron that co-expresses TAC3 and the DRD1 receptor.""", + meaning=CL["4042002"])) + setattr(cls, "CL:0000452", + PermissibleValue( + text="CL:0000452", + meaning=CL["0000452"])) + setattr(cls, "CL:0000215", + PermissibleValue( + text="CL:0000215", + description="""A cell whose primary function is to prevent the transport of stuff across compartments.""", + meaning=CL["0000215"])) + setattr(cls, "CL:0002376", + PermissibleValue( + text="CL:0002376", + description="""A glial cell that ensheaths multiple small diameter axons in the peripheral nervous system. The non-myelinating Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. These cells can de-differentiate into immature Schwann cells.""", + meaning=CL["0002376"])) + setattr(cls, "CL:0002495", + PermissibleValue( + text="CL:0002495", + description="""A fetal and neonatal heart cell that undergoes proliferation and is not yet terminally differentiated into a binucleate or a multinucleate cardiac myocyte.""", + meaning=CL["0002495"])) + setattr(cls, "CL:0000773", + PermissibleValue( + text="CL:0000773", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a eosinophilic myelocyte and a band form eosinophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, CD24-positive and aminopeptidase N-negative.""", + meaning=CL["0000773"])) + setattr(cls, "CL:0000393", + PermissibleValue( + text="CL:0000393", + description="A cell whose function is determined by its response to an electric signal.", + meaning=CL["0000393"])) + setattr(cls, "CL:1000450", + PermissibleValue( + text="CL:1000450", + description="An epithelial cell that is part of the glomerular capsule.", + meaning=CL["1000450"])) + setattr(cls, "CL:1001287", + PermissibleValue( + text="CL:1001287", + description="""Any vasa recta descending limb cell that is part of some outer medulla vasa recta descending limb.""", + meaning=CL["1001287"])) + setattr(cls, "CL:0009056", + PermissibleValue( + text="CL:0009056", + description="A transit amplifying cell that is located in the anorectum.", + meaning=CL["0009056"])) + setattr(cls, "CL:0000934", + PermissibleValue( + text="CL:0000934", + description="A CD4-positive, alpha-beta T cell that has cytotoxic function.", + meaning=CL["0000934"])) + setattr(cls, "CL:0000771", + PermissibleValue( + text="CL:0000771", + description="""Any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, CD191-positive, and CD193-positive.""", + meaning=CL["0000771"])) + setattr(cls, "CL:0003046", + PermissibleValue( + text="CL:0003046", + description="""A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S2 and S4.""", + meaning=CL["0003046"])) + setattr(cls, "CL:4023017", + PermissibleValue( + text="CL:4023017", + description="A GABAergic neuron located in the cerebral cortex that expresses somatostatin (sst)", + meaning=CL["4023017"])) + setattr(cls, "CL:0002591", + PermissibleValue( + text="CL:0002591", + description="A smooth muscle of the pulmonary artery.", + meaning=CL["0002591"])) + setattr(cls, "CL:0002423", + PermissibleValue( + text="CL:0002423", + description="A DN2 thymocyte that is Kit-hi.", + meaning=CL["0002423"])) + setattr(cls, "CL:0000697", + PermissibleValue( + text="CL:0000697", + meaning=CL["0000697"])) + setattr(cls, "CL:0000856", + PermissibleValue( + text="CL:0000856", + description="""Neuromast hair cell is a hair cell that acts as a sensory receptor of the neuromast; it is morphologically polarized as a result of the relative position of the single kinocilium and the clusters of stereocilia on its apical surface.""", + meaning=CL["0000856"])) + setattr(cls, "CL:2000057", + PermissibleValue( + text="CL:2000057", + description="Any osteoblast that is part of a femur.", + meaning=CL["2000057"])) + setattr(cls, "CL:1000436", + PermissibleValue( + text="CL:1000436", + description="An epithelial cell that is part of the lacrimal sac.", + meaning=CL["1000436"])) + setattr(cls, "CL:0000062", + PermissibleValue( + text="CL:0000062", + description="""Skeletogenic cell that secretes osteoid, is capable of producing mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid tissue, and arises from the transformation of a preosteoblast cell.""", + meaning=CL["0000062"])) + setattr(cls, "CL:2000063", + PermissibleValue( + text="CL:2000063", + description="Any fibroblast that is part of a female gonad.", + meaning=CL["2000063"])) + setattr(cls, "CL:0000835", + PermissibleValue( + text="CL:0000835", + description="""The most primitive precursor in the granulocytic series, having fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in the bone marrow.""", + meaning=CL["0000835"])) + setattr(cls, "CL:4023086", + PermissibleValue( + text="CL:4023086", + description="""A Martinotti neuron that has axons that form a horizontal ramification, making it T-shaped.""", + meaning=CL["4023086"])) + setattr(cls, "CL:0002315", + PermissibleValue( + text="CL:0002315", + description="An epithelial supporting cell located in the cochlea.", + meaning=CL["0002315"])) + setattr(cls, "CL:0000658", + PermissibleValue( + text="CL:0000658", + description="An epithelial cell that secretes cuticle.", + meaning=CL["0000658"])) + setattr(cls, "CL:0000166", + PermissibleValue( + text="CL:0000166", + description="""A cell that stores epinephrine secretory vesicles. During times of stress, the nervous system signals the vesicles to secrete their hormonal content. Their name derives from their ability to stain a brownish color with chromic salts. Characteristically, they are located in the adrenal medulla and paraganglia of the sympathetic nervous system.""", + meaning=CL["0000166"])) + setattr(cls, "CL:0000419", + PermissibleValue( + text="CL:0000419", + description="An epithelial fate stem cell found in flatworms.", + meaning=CL["0000419"])) + setattr(cls, "CL:0000978", + PermissibleValue( + text="CL:0000978", + description="A short lived plasma cell that secretes IgM.", + meaning=CL["0000978"])) + setattr(cls, "CL:1000692", + PermissibleValue( + text="CL:1000692", + description="A fibroblast that is part of an interstitial compartment of a kidney.", + meaning=CL["1000692"])) + setattr(cls, "CL:0002624", + PermissibleValue( + text="CL:0002624", + description="A paneth cell of the appendix.", + meaning=CL["0002624"])) + setattr(cls, "CL:0009096", + PermissibleValue( + text="CL:0009096", + description="""Any cell that is part of the esophageal non-keratinized stratified squamous epithelium. In humans, the esophagus, which requires flexibility to accommodate swallowing of a bolus, is covered with a non-keratinized epithelium.""", + meaning=CL["0009096"])) + setattr(cls, "CL:1000369", + PermissibleValue( + text="CL:1000369", + description="""A transitional myocyte that is part of the septal division of left branch of atrioventricular bundle.""", + meaning=CL["1000369"])) + setattr(cls, "CL:4030022", + PermissibleValue( + text="CL:4030022", + description="A fibroblast that is located in the renal medulla interstitium.", + meaning=CL["4030022"])) + setattr(cls, "CL:0000115", + PermissibleValue( + text="CL:0000115", + description="""An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm.""", + meaning=CL["0000115"])) + setattr(cls, "CL:1000426", + PermissibleValue( + text="CL:1000426", + description="A chromaffin cell that is part of the adrenal gland.", + meaning=CL["1000426"])) + setattr(cls, "CL:0004121", + PermissibleValue( + text="CL:0004121", + description="""A retinal ganglion cell B that has a very small but very dense dendritic field, and has post synaptic terminals in S2.""", + meaning=CL["0004121"])) + setattr(cls, "CL:1000371", + PermissibleValue( + text="CL:1000371", + description="A transitional myocyte that is part of the right branch of atrioventricular bundle.", + meaning=CL["1000371"])) + setattr(cls, "CL:0009102", + PermissibleValue( + text="CL:0009102", + description="""A specialized, fibroblastic reticular cell of mesenchymal origin found in lymph nodes. In human, it expresses several markers common to myofibroblasts (desmin, vimentin, CD73, CD90, α-smooth muscle actin (αSMA)), and can be differentiated from endothelial cells by its lack of CD31 expression. These cells are critical for the overall organization and function of the lymph node. Lymph node fibroblastic reticular cells (FRCs) can be further classified based on their location, function, and unique marker expression.""", + meaning=CL["0009102"])) + setattr(cls, "CL:0002635", + PermissibleValue( + text="CL:0002635", + description="A nonkeratinized epithelial cell of the anal canal.", + meaning=CL["0002635"])) + setattr(cls, "CL:0002189", + PermissibleValue( + text="CL:0002189", + description="""A keratinocyte of the epidermis that is characterized by containing granules of keratohyalin and lamellar granules.""", + meaning=CL["0002189"])) + setattr(cls, "CL:0000042", + PermissibleValue( + text="CL:0000042", + description="""A myeloblast committed to the neutrophil lineage. This cell type is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and has low expression of PU.1 transcription factor.""", + meaning=CL["0000042"])) + setattr(cls, "CL:4033044", + PermissibleValue( + text="CL:4033044", + description="""An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis.""", + meaning=CL["4033044"])) + setattr(cls, "CL:0000520", + PermissibleValue( + text="CL:0000520", + meaning=CL["0000520"])) + setattr(cls, "CL:1000341", + PermissibleValue( + text="CL:1000341", + description="An enterocyte that is part of the epithelium proper of jejunum.", + meaning=CL["1000341"])) + setattr(cls, "CL:0000950", + PermissibleValue( + text="CL:0000950", + description="A plasmablast that secretes IgE.", + meaning=CL["0000950"])) + setattr(cls, "CL:0000049", + PermissibleValue( + text="CL:0000049", + description="""A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages.""", + meaning=CL["0000049"])) + setattr(cls, "CL:0000831", + PermissibleValue( + text="CL:0000831", + description="""A progenitor cell of the mast cell lineage. Markers for this cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, and lineage-negative.""", + meaning=CL["0000831"])) + setattr(cls, "CL:4023119", + PermissibleValue( + text="CL:4023119", + description="""A subpopulation of amacrine cell that migrate further than other amacrine cells, and come to lie basal to the inner plexiform layer (IPL) in the ganglion cell layer. Displaced amacrine cells still have their neurites extending apically into the IPL, and therefore exhibit an inverted polarity with respect to the other amacrine cells.""", + meaning=CL["4023119"])) + setattr(cls, "CL:0000645", + PermissibleValue( + text="CL:0000645", + description="""A glial cell of astrocytic lineage with long processes running parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. These processes form a three-dimensional network among the axons of the hypothalamic neurosecretory cells and are connected by gap junctions which provide for their metabolic coupling. This cell type constitutes most of the nonexcitable tissue in the neurohypophsis; function may include possibly acting as an intermediate in the modulation of oxytocin and vasopressin release. This cell type is highly variable in size and shape and commonly contain lipid droplets and deposits of lipochrome pigment.""", + meaning=CL["0000645"])) + setattr(cls, "CL:0000755", + PermissibleValue( + text="CL:0000755", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is delicate and the dendritic tips appear small when compared with type 1 cells. The axon terminal is stratified and restricted to sublamina 2 of the inner plexiform layer.""", + meaning=CL["0000755"])) + setattr(cls, "CL:0002290", + PermissibleValue( + text="CL:0002290", + description="""A sperm bearing a Y chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.""", + meaning=CL["0002290"])) + setattr(cls, "CL:0000866", + PermissibleValue( + text="CL:0000866", + description="""A tissue-resident macrophage resident found in the thymus, involved in the clearance of apoptotic thymocytes.""", + meaning=CL["0000866"])) + setattr(cls, "CL:0000382", + PermissibleValue( + text="CL:0000382", + description="""A cell that is part of a scolopidium and surrounds the dendrite of a scolopidial neuron.""", + meaning=CL["0000382"])) + setattr(cls, "CL:4023043", + PermissibleValue( + text="CL:4023043", + description="""A near-projecting glutamatergic neuron with a soma found in layer 5/6 of the primary motor cortex.""", + meaning=CL["4023043"])) + setattr(cls, "CL:0002132", + PermissibleValue( + text="CL:0002132", + description="A stomal cell of the ovary", + meaning=CL["0002132"])) + setattr(cls, "CL:0000947", + PermissibleValue( + text="CL:0000947", + description="A long lived plasma cell that secretes IgE.", + meaning=CL["0000947"])) + setattr(cls, "CL:0002034", + PermissibleValue( + text="CL:0002034", + description="""A hematopoietic stem cell with long term self renewal capability. This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative and Flt3-negative.""", + meaning=CL["0002034"])) + setattr(cls, "CL:0008024", + PermissibleValue( + text="CL:0008024", + description="An endocrine cell that is part of the pancreas.", + meaning=CL["0008024"])) + setattr(cls, "CL:0002552", + PermissibleValue( + text="CL:0002552", + description="Any fibroblast that is part of some gingiva.", + meaning=CL["0002552"])) + setattr(cls, "CL:0000227", + PermissibleValue( + text="CL:0000227", + description="Any cell that has characteristic some binucleate.", + meaning=CL["0000227"])) + setattr(cls, "CL:2000071", + PermissibleValue( + text="CL:2000071", + description="Any microvascular endothelial cell that is part of a breast.", + meaning=CL["2000071"])) + setattr(cls, "CL:0000882", + PermissibleValue( + text="CL:0000882", + description="A thymic macrophage found in the thymic medulla.", + meaning=CL["0000882"])) + setattr(cls, "CL:0000551", + PermissibleValue( + text="CL:0000551", + meaning=CL["0000551"])) + setattr(cls, "CL:0000926", + PermissibleValue( + text="CL:0000926", + description="""A mature NK T cell that secretes interferon-gamma and enhances type 1 immune responses.""", + meaning=CL["0000926"])) + setattr(cls, "CL:0002124", + PermissibleValue( + text="CL:0002124", + description="""A circulating gamma-delta T cell that is CD27-positive and capable of producing IFN-gamma.""", + meaning=CL["0002124"])) + setattr(cls, "CL:0010008", + PermissibleValue( + text="CL:0010008", + description="Any endothelial cell that is part of some heart.", + meaning=CL["0010008"])) + setattr(cls, "CL:0000731", + PermissibleValue( + text="CL:0000731", + description="""A cell of a layer of transitional epithelium in the wall of the proximal urethra, bladder, ureter or renal pelvis, external to the lamina propria.""", + meaning=CL["0000731"])) + setattr(cls, "CL:0009090", + PermissibleValue( + text="CL:0009090", + description="""An adult endothelial progenitor cell that is resident of adult vasculature and capable of differentiating to regenerate endothelial cell populations. Endothelial colony forming cells are characterised in vivo by clonal proliferative status, de novo vessel formation, homing to ischemic sites and paracrine support of angiogenesis. These cells are phenotypically similar to endothelial cells.""", + meaning=CL["0009090"])) + setattr(cls, "CL:0009067", + PermissibleValue( + text="CL:0009067", + description="""An enterocyte found in the small intestine of newborn mammals and characterized by the presence of an apical canalicular system (ACS) leading to production of large vacuoles, important for colostral macromolecule uptake. After birth, the vacuolated fetal-type enterocytes are replaced with enterocytes lacking an ACS.""", + meaning=CL["0009067"])) + setattr(cls, "CL:0002059", + PermissibleValue( + text="CL:0002059", + description="A conventional thymic dendritic cell that is CD8alpha-positive.", + meaning=CL["0002059"])) + setattr(cls, "CL:0002460", + PermissibleValue( + text="CL:0002460", + description="A conventional thymic dendritic cell that is CD8alpha-negative.", + meaning=CL["0002460"])) + setattr(cls, "CL:0000286", + PermissibleValue( + text="CL:0000286", + description="A cell of a filament of a fungal mycelium.", + meaning=CL["0000286"])) + setattr(cls, "CL:4023154", + PermissibleValue( + text="CL:4023154", + description="A glial cell that myelinates axonal processes.", + meaning=CL["4023154"])) + setattr(cls, "CL:0004253", + PermissibleValue( + text="CL:0004253", + description="An amicrine that has a wide dendritic field.", + meaning=CL["0004253"])) + setattr(cls, "CL:0019015", + PermissibleValue( + text="CL:0019015", + description="""An eosinophil with a ring-shaped nucleus that is resident in the lung parenchyma. In mouse, lung parenchyma resident eosinophils are IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they are Siglec-8+ CD62L+ IL-3R(low).""", + meaning=CL["0019015"])) + setattr(cls, "CL:1001096", + PermissibleValue( + text="CL:1001096", + description="Any endothelial cell that is part of some renal afferent arteriole.", + meaning=CL["1001096"])) + setattr(cls, "CL:0000192", + PermissibleValue( + text="CL:0000192", + description="""A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast).""", + meaning=CL["0000192"])) + setattr(cls, "CL:1000719", + PermissibleValue( + text="CL:1000719", + description="Any renal intercalated cell that is part of some inner medullary collecting duct.", + meaning=CL["1000719"])) + setattr(cls, "CL:1000343", + PermissibleValue( + text="CL:1000343", + description="A paneth cell that is part of the epithelium of small intestine.", + meaning=CL["1000343"])) + setattr(cls, "CL:0000590", + PermissibleValue( + text="CL:0000590", + description="A progesterone secreting cell in the corpus luteum that develops from theca cells.", + meaning=CL["0000590"])) + setattr(cls, "CL:0000533", + PermissibleValue( + text="CL:0000533", + description="A primary neuron (sensu Teleostei) that has a motor function.", + meaning=CL["0000533"])) + setattr(cls, "CL:0001011", + PermissibleValue( + text="CL:0001011", + description="""Immature interstitial dendritic cell is a interstitial dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001011"])) + setattr(cls, "CL:0000718", + PermissibleValue( + text="CL:0000718", + description="A cell of an ommatidium that secretes lens materials.", + meaning=CL["0000718"])) + setattr(cls, "CL:0000684", + PermissibleValue( + text="CL:0000684", + meaning=CL["0000684"])) + setattr(cls, "CL:4030068", + PermissibleValue( + text="CL:4030068", + description="""A transcriptomically distinct intratelencepalic-projecting glutamatergic neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_cluster', L6 IT Car3.""", + meaning=CL["4030068"])) + setattr(cls, "CL:0002087", + PermissibleValue( + text="CL:0002087", + description="A leukocyte that lacks granules.", + meaning=CL["0002087"])) + setattr(cls, "CL:0000952", + PermissibleValue( + text="CL:0000952", + description="""An preBRC-positive large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-positive, composed of surrogate light chain protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu) on the cell surface.""", + meaning=CL["0000952"])) + setattr(cls, "CL:1000300", + PermissibleValue( + text="CL:1000300", + description="A fibroblast that is part of the outer membrane of prostatic capsule.", + meaning=CL["1000300"])) + setattr(cls, "CL:0000526", + PermissibleValue( + text="CL:0000526", + description="A neuron which conveys sensory information centrally from the periphery.", + meaning=CL["0000526"])) + setattr(cls, "CL:0002537", + PermissibleValue( + text="CL:0002537", + description="A mesenchymal stem cell of the amnion membrane.", + meaning=CL["0002537"])) + setattr(cls, "CL:1000481", + PermissibleValue( + text="CL:1000481", + description="A transitional myocyte that is part of the atrioventricular bundle.", + meaning=CL["1000481"])) + setattr(cls, "CL:0002000", + PermissibleValue( + text="CL:0002000", + description="""An erythroid progenitor cell is Kit-positive, Ly6A-negative, CD41-negative, CD127-negative, and CD123-negative. This cell type is also described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, CD105-positive, and FcgR-negative.""", + meaning=CL["0002000"])) + setattr(cls, "CL:0004138", + PermissibleValue( + text="CL:0004138", + description="A retinal ganglion A cell with dense arbor near soma.", + meaning=CL["0004138"])) + setattr(cls, "CL:0000700", + PermissibleValue( + text="CL:0000700", + description="A neuron that releases dopamine as a neurotransmitter.", + meaning=CL["0000700"])) + setattr(cls, "CL:0000863", + PermissibleValue( + text="CL:0000863", + description="""An elicited macrophage that is recruited into the tissues in response to injury and infection as part of an inflammatory response, expresses high levels of pro-inflammatory cytokines, ROS and NO, and shows potent microbicidal activity.""", + meaning=CL["0000863"])) + setattr(cls, "CL:0002477", + PermissibleValue( + text="CL:0002477", + description="""A macrophage located in adipose tissue that is CD45-positive, CD11c-positive, and SIRPa-positive.""", + meaning=CL["0002477"])) + setattr(cls, "CL:0002182", + PermissibleValue( + text="CL:0002182", + description="""A simple columnar cell that populates the entire luminal surface including the gastric pits. This cell types secrete mucus to form a thick protective, lubricant layer over the gastric wall.""", + meaning=CL["0002182"])) + setattr(cls, "CL:0000333", + PermissibleValue( + text="CL:0000333", + description="""A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body.""", + meaning=CL["0000333"])) + setattr(cls, "CL:0002345", + PermissibleValue( + text="CL:0002345", + description="""An immature natural killer cell that is NK1.1-positive, DX5-positive, Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers in the liver.""", + meaning=CL["0002345"])) + setattr(cls, "CL:0002090", + PermissibleValue( + text="CL:0002090", + description="One of two small cells formed by the first and second meiotic division of oocytes.", + meaning=CL["0002090"])) + setattr(cls, "CL:0002615", + PermissibleValue( + text="CL:0002615", + description="An adipocyte that is part of omentum tissue.", + meaning=CL["0002615"])) + setattr(cls, "CL:0001042", + PermissibleValue( + text="CL:0001042", + description="CD4-positive, alpha-beta T cell that produces IL-22.", + meaning=CL["0001042"])) + setattr(cls, "CL:0009010", + PermissibleValue( + text="CL:0009010", + description="""Transit-amplifying cells (TACs) are an undifferentiated population in transition between stem cells and differentiated cells.""", + meaning=CL["0009010"])) + setattr(cls, "CL:4030029", + PermissibleValue( + text="CL:4030029", + description="A lymphocyte located in blood.", + meaning=CL["4030029"])) + setattr(cls, "CL:1000708", + PermissibleValue( + text="CL:1000708", + description="Any ureteral cell that is part of some adventitia of ureter.", + meaning=CL["1000708"])) + setattr(cls, "CL:0000707", + PermissibleValue( + text="CL:0000707", + meaning=CL["0000707"])) + setattr(cls, "CL:0009100", + PermissibleValue( + text="CL:0009100", + description="""A fibroblast located in the portal triad. Hepatic portal fibroblast are a non-parenchymal cell population located adjacent to bile duct epithelia in liver and are distinct from stellate cells. They differentiate into fibrogenic myofibroblasts during chronic injury states producing high levels of collagen.""", + meaning=CL["0009100"])) + setattr(cls, "CL:0011001", + PermissibleValue( + text="CL:0011001", + description="""A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement.""", + meaning=CL["0011001"])) + setattr(cls, "CL:0011111", + PermissibleValue( + text="CL:0011111", + description="""A neuroendocrine cell that secretes gonadotropin-releasing hormone (GnRH). A GnRH neuron is born in the nasal placode during embryonic development and migrates through the nose and forebrain to the hypothalamus. This cell regulates reproduction by secreting GnRH into the pituitary portal vessels to induce the release of gonadotropins into the general circulation.""", + meaning=CL["0011111"])) + setattr(cls, "CL:1001320", + PermissibleValue( + text="CL:1001320", + description="Any cell that is part of some urethra.", + meaning=CL["1001320"])) + setattr(cls, "CL:1000311", + PermissibleValue( + text="CL:1000311", + description="An adipocyte that is part of the epicardial fat of left ventricle.", + meaning=CL["1000311"])) + setattr(cls, "CL:0002484", + PermissibleValue( + text="CL:0002484", + description="A melanocyte that produces pigment in the epithelium.", + meaning=CL["0002484"])) + setattr(cls, "CL:0000326", + PermissibleValue( + text="CL:0000326", + meaning=CL["0000326"])) + setattr(cls, "CL:0001055", + PermissibleValue( + text="CL:0001055", + description="An intermediate monocyte that is CD14-positive and with low amounts of CD16.", + meaning=CL["0001055"])) + setattr(cls, "CL:0000750", + PermissibleValue( + text="CL:0000750", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the outer half of the inner plexiform layer. These cells depolarize in response to light to dark transition.""", + meaning=CL["0000750"])) + setattr(cls, "CL:4042013", + PermissibleValue( + text="CL:4042013", + description="""A transcriptomically distinct lamp5 GABAergic cortical interneuron located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: CGE-derived interneurons', Author Categories: 'CrossArea_subclass', Lamp5 Lhx6.""", + meaning=CL["4042013"])) + setattr(cls, "CL:1000443", + PermissibleValue( + text="CL:1000443", + description="A smooth muscle cell that is part of the ciliary body.", + meaning=CL["1000443"])) + setattr(cls, "CL:0000709", + PermissibleValue( + text="CL:0000709", + meaning=CL["0000709"])) + setattr(cls, "CL:0000083", + PermissibleValue( + text="CL:0000083", + description="An epithelial cell of the pancreas.", + meaning=CL["0000083"])) + setattr(cls, "CL:4030047", + PermissibleValue( + text="CL:4030047", + description="""A DRD2-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.""", + meaning=CL["4030047"])) + setattr(cls, "CL:0000007", + PermissibleValue( + text="CL:0000007", + description="A cell found in the embryo before the formation of all the gem layers is complete.", + meaning=CL["0000007"])) + setattr(cls, "CL:0008026", + PermissibleValue( + text="CL:0008026", + description="""An epithelial cell that is part of the epithelium of a tracheal tube in an open tracheal system, such as that found in insects.""", + meaning=CL["0008026"])) + setattr(cls, "CL:0002486", + PermissibleValue( + text="CL:0002486", + description="""A melanocyte located between the epithelial marginal cell layer and the mesodermal basal cell layer within the intrastrial space; the predominant cellular component of the electrogenic machinery that generates an endocochlear potential (80-100 mV) .""", + meaning=CL["0002486"])) + setattr(cls, "CL:0009083", + PermissibleValue( + text="CL:0009083", + description="The human equivalent of a DN4 thymocyte.", + meaning=CL["0009083"])) + setattr(cls, "CL:0002213", + PermissibleValue( + text="CL:0002213", + description="""A muscle cell with low content of myoglobin and other oxygen storing proteins. This muscle cell has a white appearance.""", + meaning=CL["0002213"])) + setattr(cls, "CL:2000038", + PermissibleValue( + text="CL:2000038", + description="Any neuromast mantle cell that is part of a posterior lateral line.", + meaning=CL["2000038"])) + setattr(cls, "CL:0003013", + PermissibleValue( + text="CL:0003013", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a long secondary dendrite shaft with post synaptic terminals in sublaminar layer S4.""", + meaning=CL["0003013"])) + setattr(cls, "CL:1000445", + PermissibleValue( + text="CL:1000445", + description="A myoepithelial cell that is part of the dilatator pupillae.", + meaning=CL["1000445"])) + setattr(cls, "CL:4033033", + PermissibleValue( + text="CL:4033033", + description="""An OFF bipolar cell with a small dendritic tree that provides most of the triad-associated basal (flat) contacts at cone pedicles.""", + meaning=CL["4033033"])) + setattr(cls, "CL:0000825", + PermissibleValue( + text="CL:0000825", + description="""A lymphoid progenitor cell that is committed to the natural killer cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the phenotypic characteristics of later stages of natural killer cell development such as expression of NK activating and inhibitory molecules. In human this cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, and CD161 negative.""", + meaning=CL["0000825"])) + setattr(cls, "CL:1000495", + PermissibleValue( + text="CL:1000495", + description="A goblet cell that is part of the small intestine.", + meaning=CL["1000495"])) + setattr(cls, "CL:2000068", + PermissibleValue( + text="CL:2000068", + description="Any fibroblast that is part of a pericardium.", + meaning=CL["2000068"])) + setattr(cls, "CL:0004228", + PermissibleValue( + text="CL:0004228", + description="""An amacrine cell with a small dendritic field that has post-synaptic terminals in S1, S2, S3, and S4.""", + meaning=CL["0004228"])) + setattr(cls, "CL:1001607", + PermissibleValue( + text="CL:1001607", + description="Chondrocyte forming the hyaline cartilage found in joints.", + meaning=CL["1001607"])) + setattr(cls, "CL:4028003", + PermissibleValue( + text="CL:4028003", + description="""An alveolar capillary endothelial cell that is located proximally to alveolar capillary type 1 endothelial cells and in close apposition to alveolar type 1 epithelial cells (also known as type I pneumocytes).""", + meaning=CL["4028003"])) + setattr(cls, "CL:0000247", + PermissibleValue( + text="CL:0000247", + description="""Type of neuron that is a primary mechanosensory cell, with peripheral neurites innervating the skin with free nerve endings.""", + meaning=CL["0000247"])) + setattr(cls, "CL:0005006", + PermissibleValue( + text="CL:0005006", + description="""Specialized epithelial cells involved in the maintenance of osmotic homeostasis. They are characterized by abundant mitochondria and ion transporters. In amniotes, they are present in the renal system. In freshwater fish, ionocytes in the skin and gills help maintain osmotic homeostasis by absorbing salt from the external environment.""", + meaning=CL["0005006"])) + setattr(cls, "CL:0002061", + PermissibleValue( + text="CL:0002061", + description="""A T-helper cell that is characterized by secreting interleukin 9 and responding to helminth infections. This cell-type can derives from Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production is surpressed.""", + meaning=CL["0002061"])) + setattr(cls, "CL:0002580", + PermissibleValue( + text="CL:0002580", + description="A preadipocyte that is part of the breast.", + meaning=CL["0002580"])) + setattr(cls, "CL:0002229", + PermissibleValue( + text="CL:0002229", + description="""A chief cell that is bigger than dark chief cells and has a larger and lighter nucleus and a cytoplasm with few granules.""", + meaning=CL["0002229"])) + setattr(cls, "CL:1001064", + PermissibleValue( + text="CL:1001064", + meaning=CL["1001064"])) + setattr(cls, "CL:4030021", + PermissibleValue( + text="CL:4030021", + description="A renal beta-intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030021"])) + setattr(cls, "CL:0000846", + PermissibleValue( + text="CL:0000846", + description="""An epithelial cell of the vestibular sensory organ that is characterized by intense enzymatic activities and numerous basal membrane infoldings.""", + meaning=CL["0000846"])) + setattr(cls, "CL:0002469", + PermissibleValue( + text="CL:0002469", + description="Gr1-high monocyte that lacks MHC-II receptor complex.", + meaning=CL["0002469"])) + setattr(cls, "CL:1000466", + PermissibleValue( + text="CL:1000466", + description="A chromaffin cell that is part of the right ovary.", + meaning=CL["1000466"])) + setattr(cls, "CL:0005013", + PermissibleValue( + text="CL:0005013", + description="A ciliated epithelial cell with a single cilium.", + meaning=CL["0005013"])) + setattr(cls, "CL:0000176", + PermissibleValue( + text="CL:0000176", + description="Any secretory cell that is capable of some ecdysteroid secretion.", + meaning=CL["0000176"])) + setattr(cls, "CL:0009050", + PermissibleValue( + text="CL:0009050", + description="A B cell that is located in the anorectum.", + meaning=CL["0009050"])) + setattr(cls, "CL:1000305", + PermissibleValue( + text="CL:1000305", + description="A fibroblast that is part of the connective tissue of glandular part of prostate.", + meaning=CL["1000305"])) + setattr(cls, "CL:0002003", + PermissibleValue( + text="CL:0002003", + description="An erythroid progenitor cell that is CD34-positive and is GlyA-negative.", + meaning=CL["0002003"])) + setattr(cls, "CL:0002164", + PermissibleValue( + text="CL:0002164", + description="""A rod-shaped cell found in 3 or 4 rows that lie adjacent to and support the outer hair cells.""", + meaning=CL["0002164"])) + setattr(cls, "CL:0002135", + PermissibleValue( + text="CL:0002135", + description="""Epidermal cells that do not contain keratin. Cell type is usually associated with moist epidermal tissues.""", + meaning=CL["0002135"])) + setattr(cls, "CL:4023027", + PermissibleValue( + text="CL:4023027", + description="""A sst GABAergic cortical interneuron with a soma found in L5 and possesses 'T-shaped' Martinotti morphologies with local axonal plexus in L5a and translaminar axons restricted to the uppermost part of L1. They show low-threshold spiking patterns with strong rebound firing, and inhibit the L1 apical tuft of nearby pyramidal cells.""", + meaning=CL["4023027"])) + setattr(cls, "CL:0000179", + PermissibleValue( + text="CL:0000179", + description="Any secretory cell that is capable of some progesterone secretion.", + meaning=CL["0000179"])) + setattr(cls, "CL:0002082", + PermissibleValue( + text="CL:0002082", + description="A chromaffin cell of the adrenal medulla that produces epinephrine.", + meaning=CL["0002082"])) + setattr(cls, "CL:0000094", + PermissibleValue( + text="CL:0000094", + description="A leukocyte with abundant granules in the cytoplasm.", + meaning=CL["0000094"])) + setattr(cls, "CL:0003038", + PermissibleValue( + text="CL:0003038", + description="""An M7 retinal ganglion cells with synaptic terminals in S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003038"])) + setattr(cls, "CL:0002369", + PermissibleValue( + text="CL:0002369", + description="""A differentiated form of a fungus produced during or as a result of an asexual or sexual reproductive process; usually a cell with a thick cell wall that stores and protects one or more nuclei. Spores may be produced in response to, and are characteristically resistant to, adverse environmental conditions.""", + meaning=CL["0002369"])) + setattr(cls, "CL:1000716", + PermissibleValue( + text="CL:1000716", + description="""Principal cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may express the epithelial sodium channel (ENaC).""", + meaning=CL["1000716"])) + setattr(cls, "CL:0000970", + PermissibleValue( + text="CL:0000970", + description="""An unswitched memory B cell is a memory B cell that has the phenotype IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, IgE-negative, and IgA-negative.""", + meaning=CL["0000970"])) + setattr(cls, "CL:0003002", + PermissibleValue( + text="CL:0003002", + description="""A retinal ganglion cell that has a small dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S3.""", + meaning=CL["0003002"])) + setattr(cls, "CL:0000454", + PermissibleValue( + text="CL:0000454", + description="""A cell capable of producing epinephrine. Epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme, which is expressed in the adrenal glands, androgenic neurons, and in other cell types.""", + meaning=CL["0000454"])) + setattr(cls, "CL:0002561", + PermissibleValue( + text="CL:0002561", + description="An epithelial cell that is part of the outer root sheath.", + meaning=CL["0002561"])) + setattr(cls, "CL:0000477", + PermissibleValue( + text="CL:0000477", + description="A somatic epithelial cell of the insect egg chamber.", + meaning=CL["0000477"])) + setattr(cls, "CL:0000674", + PermissibleValue( + text="CL:0000674", + description="A follicle cell that is part of the stalk connecting adjacent egg chambers.", + meaning=CL["0000674"])) + setattr(cls, "CL:0003029", + PermissibleValue( + text="CL:0003029", + description="""A monostratified retinal ganglion cell that has a small soma, a small dendrite field with a dense dendrite arbor, and post synaptic terminals in sublaminer layer S2 and S3.""", + meaning=CL["0003029"])) + setattr(cls, "CL:4023162", + PermissibleValue( + text="CL:4023162", + description="""A neuron found in the anterior part of the ventral cochlear nucleus that has the appearance of bushes, having short dendrites. Bushy cells give outputs to different parts of the superior olivary complex.""", + meaning=CL["4023162"])) + setattr(cls, "CL:1001599", + PermissibleValue( + text="CL:1001599", + description="""Glandular cell of exocrine pancreas epithelium. Example: pancreatic acinar cell, glandular cells in pancreatic canaliculi, glandular cells in pancreatic ducts.""", + meaning=CL["1001599"])) + setattr(cls, "CL:1001577", + PermissibleValue( + text="CL:1001577", + description="Squamous cell of tonsil epithelium.", + meaning=CL["1001577"])) + setattr(cls, "CL:0008009", + PermissibleValue( + text="CL:0008009", + description="""A visceral muscle that is transversely striated. Examples include the visceral muscle cells of arthropods.""", + meaning=CL["0008009"])) + setattr(cls, "CL:0003030", + PermissibleValue( + text="CL:0003030", + description="""A monostratified retinal ganglion cell that has a medium soma and a small dendrite field.""", + meaning=CL["0003030"])) + setattr(cls, "CL:0003022", + PermissibleValue( + text="CL:0003022", + description="A retinal ganglion cell C outer that has medium dendritic density and field size.", + meaning=CL["0003022"])) + setattr(cls, "CL:0002101", + PermissibleValue( + text="CL:0002101", + description="""A CD38-positive naive B cell is a mature B cell that has the phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002101"])) + setattr(cls, "CL:0009032", + PermissibleValue( + text="CL:0009032", + description="A B cell that is located in a vermiform appendix.", + meaning=CL["0009032"])) + setattr(cls, "CL:1001138", + PermissibleValue( + text="CL:1001138", + description="Any kidney cortex artery cell that is part of some interlobular artery.", + meaning=CL["1001138"])) + setattr(cls, "CL:0002461", + PermissibleValue( + text="CL:0002461", + description="""A conventional dendritic cell that is CD103-positive. This cell type is usually found in non-lymphoid tissue.""", + meaning=CL["0002461"])) + setattr(cls, "CL:0000635", + PermissibleValue( + text="CL:0000635", + description="""The outer phalangeal cells of the organ of Corti. This cell holds the base of the hair cell in a cup-shaped depression.""", + meaning=CL["0000635"])) + setattr(cls, "CL:0002366", + PermissibleValue( + text="CL:0002366", + description="""A smooth muscle cell of the myometrium that enlarges and stretches during pregnancy, and contracts in response to oxytocin.""", + meaning=CL["0002366"])) + setattr(cls, "CL:0002441", + PermissibleValue( + text="CL:0002441", + description="A NK1.1-positive T cell that is CD94-positive.", + meaning=CL["0002441"])) + setattr(cls, "CL:0002079", + PermissibleValue( + text="CL:0002079", + description="""Epithelial cell found in the ducts of the pancreas. This cell type contributes to the high luminal pH.""", + meaning=CL["0002079"])) + setattr(cls, "CL:0002655", + PermissibleValue( + text="CL:0002655", + description="An epithelial cell of stratum spinosum of esophageal epithelium.", + meaning=CL["0002655"])) + setattr(cls, "CL:4033036", + PermissibleValue( + text="CL:4033036", + description="An OFF bipolar cell that is fovea-specific and expresses FEZF1, NXPH1 and NXPH2.", + meaning=CL["4033036"])) + setattr(cls, "CL:0002255", + PermissibleValue( + text="CL:0002255", + description="""A stromal cell of the endometrium that is fibroblastic in appearance. During decidualization this cell may differentiate into a decidual stromal cell.""", + meaning=CL["0002255"])) + setattr(cls, "CL:0002553", + PermissibleValue( + text="CL:0002553", + description="A fibroblast that is part of lung.", + meaning=CL["0002553"])) + setattr(cls, "CL:0002476", + PermissibleValue( + text="CL:0002476", + description="""A tissue-resident macrophage located in the bone marrow. This cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, F4/80-positive.""", + meaning=CL["0002476"])) + setattr(cls, "CL:0002568", + PermissibleValue( + text="CL:0002568", + description="A mesenchymal stem cell that is part of Wharton's jelly.", + meaning=CL["0002568"])) + setattr(cls, "CL:0017001", + PermissibleValue( + text="CL:0017001", + description="A mesodermal cell that is part of the splanchnic layer of lateral plate mesoderm.", + meaning=CL["0017001"])) + setattr(cls, "CL:0002071", + PermissibleValue( + text="CL:0002071", + description="""Columnar cell which populate the epithelium of large intestine and absorb water. This cell is the most numerous of the epithelial cell types in the large intestine; bear apical microvilli, contain secretory granules in their apical cytoplasm; secretion appears to be largely mucins, but is also rich in antibodies of the IgA type.""", + meaning=CL["0002071"])) + setattr(cls, "CL:4030010", + PermissibleValue( + text="CL:4030010", + description="""A brush border cell that is part of segment 2 (S2) of the proximal tubule epithelium, located in the renal cortex. In addition to its reabsorptive functions, it is also specialized in the secretion of organic anions and cations, including para-aminohippurate.""", + meaning=CL["4030010"])) + setattr(cls, "CL:0000869", + PermissibleValue( + text="CL:0000869", + description="A gut-associated lymphoid tissue macrophage found in tonsils.", + meaning=CL["0000869"])) + setattr(cls, "CL:0000903", + PermissibleValue( + text="CL:0000903", + description="""CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function.""", + meaning=CL["0000903"])) + setattr(cls, "CL:4023069", + PermissibleValue( + text="CL:4023069", + description="""A GABAergic cortical interneuron that develops from the medial ganglionic eminence and has migrated to the cerebral cortex.""", + meaning=CL["4023069"])) + setattr(cls, "CL:0002226", + PermissibleValue( + text="CL:0002226", + description="A secondary lens fiber cell that lacks a nucleus.", + meaning=CL["0002226"])) + setattr(cls, "CL:0000448", + PermissibleValue( + text="CL:0000448", + description="""An adipocyte with light coloration and few mitochondria. It contains a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole.""", + meaning=CL["0000448"])) + setattr(cls, "CL:0000630", + PermissibleValue( + text="CL:0000630", + description="A cell whose primary function is to support other cell types.", + meaning=CL["0000630"])) + setattr(cls, "CL:0002585", + PermissibleValue( + text="CL:0002585", + description="A blood vessel endothelial cell that is part of the retina.", + meaning=CL["0002585"])) + setattr(cls, "CL:0000976", + PermissibleValue( + text="CL:0000976", + description="""A short lived plasma cell that secretes IgA. These cells may be found in the bone marrow as well as in the mucosal immune system.""", + meaning=CL["0000976"])) + setattr(cls, "CL:0008006", + PermissibleValue( + text="CL:0008006", + description="""A myoblast that detemines the properties (size, shape and attachment to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops into a somatic muscle myotube via fusion with `fusion component myoblasts` (CL:0000621).""", + meaning=CL["0008006"])) + setattr(cls, "CL:0002487", + PermissibleValue( + text="CL:0002487", + description="A neuronal receptor that respond to mechanical pressure or distortion in the skin.", + meaning=CL["0002487"])) + setattr(cls, "CL:1000547", + PermissibleValue( + text="CL:1000547", + description="An epithelial cell that is part of some inner medullary collecting duct.", + meaning=CL["1000547"])) + setattr(cls, "CL:0001202", + PermissibleValue( + text="CL:0001202", + description="A plasmablast that is CD86-positive.", + meaning=CL["0001202"])) + setattr(cls, "CL:4023071", + PermissibleValue( + text="CL:4023071", + description="""A GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.""", + meaning=CL["4023071"])) + setattr(cls, "CL:0011006", + PermissibleValue( + text="CL:0011006", + description="An inhibitory GABAergic interneuron found in the cerebellar cortex.", + meaning=CL["0011006"])) + setattr(cls, "CL:0002134", + PermissibleValue( + text="CL:0002134", + description="A stromal cell of the ovarian medulla.", + meaning=CL["0002134"])) + setattr(cls, "CL:0002500", + PermissibleValue( + text="CL:0002500", + description="""A P/D1 enteroendocrine cell that is Grimelius positive and stores bombesin-like polypeptide.""", + meaning=CL["0002500"])) + setattr(cls, "CL:0000666", + PermissibleValue( + text="CL:0000666", + description="""An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues.""", + meaning=CL["0000666"])) + setattr(cls, "CL:0002663", + PermissibleValue( + text="CL:0002663", + description="A myocardial endocrine cell that is part of the atrium.", + meaning=CL["0002663"])) + setattr(cls, "CL:0000329", + PermissibleValue( + text="CL:0000329", + description="Any cell that is capable of some oxygen transport.", + meaning=CL["0000329"])) + setattr(cls, "CL:0000494", + PermissibleValue( + text="CL:0000494", + description="A photoreceptor cell that detects ultraviolet light.", + meaning=CL["0000494"])) + setattr(cls, "CL:0002277", + PermissibleValue( + text="CL:0002277", + description="""An enteroendocrine cell commonest in the duodenum and jejunum, rare in ileum, that secretes cholecystokinin. This cell type is involved in the regulation of digestive enzymes and bile.""", + meaning=CL["0002277"])) + setattr(cls, "CL:0002010", + PermissibleValue( + text="CL:0002010", + description="""A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive cell with intermediate expression of SIRP-alpha.""", + meaning=CL["0002010"])) + setattr(cls, "CL:0002161", + PermissibleValue( + text="CL:0002161", + description="""A cell type found on the superficial layer of the external side of the tympanic membrane. This cell-type lacks a nucleus.""", + meaning=CL["0002161"])) + setattr(cls, "CL:0002231", + PermissibleValue( + text="CL:0002231", + description="An epithelial cell of the prostate.", + meaning=CL["0002231"])) + setattr(cls, "CL:4030014", + PermissibleValue( + text="CL:4030014", + description="""Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the inner medulla. It is known in some mammalian species that the long descending limb of the loop of Henle in the inner medulla selectively expresses the nuclear receptor Nr2e3, the Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, which expresses a urea transporter, is also expressed in the inner medulla.""", + meaning=CL["4030014"])) + setattr(cls, "CL:1000334", + PermissibleValue( + text="CL:1000334", + description="An enterocyte that is part of the epithelium of small intestine.", + meaning=CL["1000334"])) + setattr(cls, "CL:1001045", + PermissibleValue( + text="CL:1001045", + description="Any kidney arterial blood vessel cell that is part of some renal cortex artery.", + meaning=CL["1001045"])) + setattr(cls, "CL:0002015", + PermissibleValue( + text="CL:0002015", + description="A polychromatophilic erythroblast that is Lyg 76-high and is Kit-negative.", + meaning=CL["0002015"])) + setattr(cls, "CL:1001588", + PermissibleValue( + text="CL:1001588", + description="""Glandular cell of colon epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001588"])) + setattr(cls, "CL:0002193", + PermissibleValue( + text="CL:0002193", + description="""A cell type that is the first of the maturation stages of the granulocytic leukocytes normally found in the bone marrow. Granules are seen in the cytoplasm. The nuclear material of the myelocyte is denser than that of the myeloblast but lacks a definable membrane. The cell is flat and contains increasing numbers of granules as maturation progresses.""", + meaning=CL["0002193"])) + setattr(cls, "CL:0001658", + PermissibleValue( + text="CL:0001658", + meaning=CL["0001658"])) + setattr(cls, "CL:0002169", + PermissibleValue( + text="CL:0002169", + description="An epithelial cell located on the basal lamina of the olfactory epithelium.", + meaning=CL["0002169"])) + setattr(cls, "CL:0002405", + PermissibleValue( + text="CL:0002405", + description="""A post-natal thymocyte expressing components of the gamma-delta T cell receptor. This cell type is always double-negative (i.e. CD4-negative, CD8-negative).""", + meaning=CL["0002405"])) + setattr(cls, "CL:1000768", + PermissibleValue( + text="CL:1000768", + description="Any nephron tubule epithelial cell that is part of some renal connecting tubule.", + meaning=CL["1000768"])) + setattr(cls, "CL:4030052", + PermissibleValue( + text="CL:4030052", + description="""A DRD2-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.""", + meaning=CL["4030052"])) + setattr(cls, "CL:0001066", + PermissibleValue( + text="CL:0001066", + description="""A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative).""", + meaning=CL["0001066"])) + setattr(cls, "CL:4023011", + PermissibleValue( + text="CL:4023011", + description="A GABAergic neuron located in the cerebral cortex that expresses Lamp5", + meaning=CL["4023011"])) + setattr(cls, "CL:1000415", + PermissibleValue( + text="CL:1000415", + description="An epithelial cell that is part of the gallbladder.", + meaning=CL["1000415"])) + setattr(cls, "CL:4033009", + PermissibleValue( + text="CL:4033009", + description="A(n) goblet cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033009"])) + setattr(cls, "CL:0009085", + PermissibleValue( + text="CL:0009085", + description="""An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. They may form discrete colonies.""", + meaning=CL["0009085"])) + setattr(cls, "CL:0004137", + PermissibleValue( + text="CL:0004137", + description="A retinal ganglion A2 cell with dendrites terminating in S4.", + meaning=CL["0004137"])) + setattr(cls, "CL:1000615", + PermissibleValue( + text="CL:1000615", + description="Any kidney tubule cell that is part of some renal cortex tubule.", + meaning=CL["1000615"])) + setattr(cls, "CL:1000477", + PermissibleValue( + text="CL:1000477", + description="A nodal myocyte that is part of the sinoatrial node.", + meaning=CL["1000477"])) + setattr(cls, "CL:0002158", + PermissibleValue( + text="CL:0002158", + description="Epithelial cell found on the external side of the tympanic membrane", + meaning=CL["0002158"])) + setattr(cls, "CL:0000967", + PermissibleValue( + text="CL:0000967", + description="""A memory B cell arising in the germinal center that is IgD-negative and has undergone somatic mutation of the variable region of the immunoglobulin heavy and light chain genes.""", + meaning=CL["0000967"])) + setattr(cls, "CL:0010012", + PermissibleValue( + text="CL:0010012", + description="A CNS neuron of the cerebral cortex.", + meaning=CL["0010012"])) + setattr(cls, "CL:1000703", + PermissibleValue( + text="CL:1000703", + description="Any kidney epithelial cell that is part of some kidney pelvis urothelium.", + meaning=CL["1000703"])) + setattr(cls, "CL:0004240", + PermissibleValue( + text="CL:0004240", + description="""An amacrine cell with a wide dendritic field, dendrites in S1, and post-synaptic terminals in S1.""", + meaning=CL["0004240"])) + setattr(cls, "CL:0000726", + PermissibleValue( + text="CL:0000726", + description="""An asexual 1-celled spore (primarily for perennation, not dissemination). Originates endogenously and singly within part of a pre-existing cell by the contraction of the protoplast. Possesses an inner secondary and often thickened hyaline or brown wall, usually impregnated with hydrophobic material.""", + meaning=CL["0000726"])) + setattr(cls, "CL:4023003", + PermissibleValue( + text="CL:4023003", + description="""A type of intrafusal muscle fiber that has nuclei arranged in a linear row. Unlike nuclear bag fibers, the equatorial region of these fibers (in the centre of the spindle) is not expanded. These fibers are responsible for the detection of changes in muscle length. They are innervated by static gamma motor neurons and are principally associated with type II sensory fibers.""", + meaning=CL["4023003"])) + setattr(cls, "CL:0000915", + PermissibleValue( + text="CL:0000915", + description="""An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive located in the columnar epithelium of the gastrointestinal tract. These cells have a memory phenotype of CD2-negative and CD5-negative.""", + meaning=CL["0000915"])) + setattr(cls, "CL:0000434", + PermissibleValue( + text="CL:0000434", + description="A secretory cell that discharges its product without loss of cytoplasm.", + meaning=CL["0000434"])) + setattr(cls, "CL:0002444", + PermissibleValue( + text="CL:0002444", + description="A NK1.1-positive T cell that is Ly49H-positive.", + meaning=CL["0002444"])) + setattr(cls, "CL:0002234", + PermissibleValue( + text="CL:0002234", + description="A cell of the basal layer of the epithelium in the prostatic acinus.", + meaning=CL["0002234"])) + setattr(cls, "CL:4030063", + PermissibleValue( + text="CL:4030063", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3-4. This neuron type can have a pyramidal, star-pyramidal or spiny stellate morphology and projects its output to L2/3 and L5A/B. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L4 IT.""", + meaning=CL["4030063"])) + setattr(cls, "CL:0000324", + PermissibleValue( + text="CL:0000324", + meaning=CL["0000324"])) + setattr(cls, "CL:1000492", + PermissibleValue( + text="CL:1000492", + description="A mesothelial cell that is part of the parietal pleura.", + meaning=CL["1000492"])) + setattr(cls, "CL:0000627", + PermissibleValue( + text="CL:0000627", + description="""A cell involved in transporting nutrients, minerals, water, gases and other chemicals between cells for a variety of purposes including conveying nutrition to other tissues, removing waste products from the tissues, conveying gases for respiration, distributing heat and repelling invasion of foreign substances.""", + meaning=CL["0000627"])) + setattr(cls, "CL:0002617", + PermissibleValue( + text="CL:0002617", + description="An adipocyte that is part of the breast.", + meaning=CL["0002617"])) + setattr(cls, "CL:0001001", + PermissibleValue( + text="CL:0001001", + description="""Immature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001001"])) + setattr(cls, "CL:0011023", + PermissibleValue( + text="CL:0011023", + description="A mast cell that is CD25+.", + meaning=CL["0011023"])) + setattr(cls, "CL:2000005", + PermissibleValue( + text="CL:2000005", + description="Any macroglial cell that is part of a brain.", + meaning=CL["2000005"])) + setattr(cls, "CL:0000105", + PermissibleValue( + text="CL:0000105", + description="""Neuron with two neurites that are fused grossly when they protrude from the soma and bifurcate a short distance from the soma.""", + meaning=CL["0000105"])) + setattr(cls, "CL:2000066", + PermissibleValue( + text="CL:2000066", + description="Any fibroblast that is part of a cardiac ventricle.", + meaning=CL["2000066"])) + setattr(cls, "CL:0000877", + PermissibleValue( + text="CL:0000877", + description="""A splenic white pulp macrophage found in and around the germinal centers of the white pulp of the spleen that participates in phagocytosis of apoptotic B cells from the germinal centers. A marker for a cell of this type is Mertk-positive.""", + meaning=CL["0000877"])) + setattr(cls, "CL:0002343", + PermissibleValue( + text="CL:0002343", + description="""A natural killer cell subset that is found in the decidual of the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This cell type represents the most abundant immune cell type in the decidual during the first trimester of pregnancy.""", + meaning=CL["0002343"])) + setattr(cls, "CL:1000217", + PermissibleValue( + text="CL:1000217", + description="Any chondrocyte that is part of some growth plate cartilage.", + meaning=CL["1000217"])) + setattr(cls, "CL:1000354", + PermissibleValue( + text="CL:1000354", + description="A M cell that is part of the epithelium of intestinal villus.", + meaning=CL["1000354"])) + setattr(cls, "CL:0000345", + PermissibleValue( + text="CL:0000345", + description="""A mesenchymal cell that is part of a small mass of condensed mesenchyme in the enamel organ; it differentiates into the dentin and dental pulp.""", + meaning=CL["0000345"])) + setattr(cls, "CL:0000322", + PermissibleValue( + text="CL:0000322", + description="""An epithelial cell that lines the peripheral gas exchange region of the lungs of air-breathing vertebrates.""", + meaning=CL["0000322"])) + setattr(cls, "CL:2000045", + PermissibleValue( + text="CL:2000045", + description="Any melanocyte of skin that is part of a skin of prepuce of penis.", + meaning=CL["2000045"])) + setattr(cls, "CL:0000887", + PermissibleValue( + text="CL:0000887", + description="""A lymph node macrophage found in the subcapsular sinus of lymph nodes that participates in sensing, clearance, and antigen presentation of lymph-borne particulate antigens. This macrophage is capable of activating invaraint NKT cells and is CD169-positive.""", + meaning=CL["0000887"])) + setattr(cls, "CL:0000465", + PermissibleValue( + text="CL:0000465", + description="A precursor of the cells that form the dorsal vessel of arthropods.", + meaning=CL["0000465"])) + setattr(cls, "CL:0002356", + PermissibleValue( + text="CL:0002356", + description="""A primitive erythrocyte that has undergone enucleation. This cell type is 3-6 fold bigger than the fetal derived erythrocytes that they co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin chains.""", + meaning=CL["0002356"])) + setattr(cls, "CL:1000330", + PermissibleValue( + text="CL:1000330", + description="A serous secreting cell that is part of the epithelium of trachea.", + meaning=CL["1000330"])) + setattr(cls, "CL:0002285", + PermissibleValue( + text="CL:0002285", + description="""A taste receptor cell that is characterized by morphologically identifiable synaptic contacts with the gustatory nerve fibers and expression of the synaptic membrane protein-25 (SNAP-25) and NCAM.""", + meaning=CL["0002285"])) + setattr(cls, "CL:0017004", + PermissibleValue( + text="CL:0017004", + description="""A supportive cell with a small, oval-shaped body and one to five telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of micrometers long and mostly below 0.2 microns of caliber.""", + meaning=CL["0017004"])) + setattr(cls, "CL:0002043", + PermissibleValue( + text="CL:0002043", + description="""A hematopoietic multipotent progenitor cell that is CD34-positive, CD38-negative, CD45RA-negative, and CD90-negative.""", + meaning=CL["0002043"])) + setattr(cls, "CL:0001047", + PermissibleValue( + text="CL:0001047", + description="""A CD4-positive, CD25-positive, alpha-beta regulatory T cell with the additional phenotype CCR4-positive.""", + meaning=CL["0001047"])) + setattr(cls, "CL:1000468", + PermissibleValue( + text="CL:1000468", + description="A myoepithelial cell that is part of the acinus of lactiferous gland.", + meaning=CL["1000468"])) + setattr(cls, "CL:0000459", + PermissibleValue( + text="CL:0000459", + description="""A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme.""", + meaning=CL["0000459"])) + setattr(cls, "CL:0000765", + PermissibleValue( + text="CL:0000765", + description="A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers.", + meaning=CL["0000765"])) + setattr(cls, "CL:1000340", + PermissibleValue( + text="CL:1000340", + description="An enterocyte that is part of the epithelium proper of duodenum.", + meaning=CL["1000340"])) + setattr(cls, "CL:4033034", + PermissibleValue( + text="CL:4033034", + description="""An ON bipolar cell with a small dendritic tree that forms most of the central (invaginating) elements opposite the synaptic ribbon at the cone triad.""", + meaning=CL["4033034"])) + setattr(cls, "CL:0002171", + PermissibleValue( + text="CL:0002171", + description="""A rounded or elliptical epithelial cell, with pale-staining open face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; form a distinct basal zone spaced slightly from the basal surface of the epithelium.""", + meaning=CL["0002171"])) + setattr(cls, "CL:0000318", + PermissibleValue( + text="CL:0000318", + description="""A cell secreting sweat, the fluid excreted by the sweat glands of mammals. It consists of water containing sodium chloride, phosphate, urea, ammonia, and other waste products.""", + meaning=CL["0000318"])) + setattr(cls, "CL:0002005", + PermissibleValue( + text="CL:0002005", + description="""A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive and is IL3-receptor alpha-negative and CD45RA-negative.""", + meaning=CL["0002005"])) + setattr(cls, "CL:0002377", + PermissibleValue( + text="CL:0002377", + description="""A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons.""", + meaning=CL["0002377"])) + setattr(cls, "CL:0009047", + PermissibleValue( + text="CL:0009047", + description="A macrophage found in the medullary sinus of the lymph node.", + meaning=CL["0009047"])) + setattr(cls, "CL:0002309", + PermissibleValue( + text="CL:0002309", + description="""A basophil chromphil cell of the anterior pitiutary gland that produce adrenocorticotropic hormone, melanocyte-stimulating hormone and lipotropin. This cell type is irregular in shape and has short dendritic processes which are inserted among other neighboring cells;""", + meaning=CL["0002309"])) + setattr(cls, "CL:0000412", + PermissibleValue( + text="CL:0000412", + description="A cell that contains more than two haploid sets of chromosomes.", + meaning=CL["0000412"])) + setattr(cls, "CL:1000412", + PermissibleValue( + text="CL:1000412", + description="An endothelial cell that is part of the arteriole.", + meaning=CL["1000412"])) + setattr(cls, "CL:0002049", + PermissibleValue( + text="CL:0002049", + description="""A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, and BP-positive. Intracellularly expression of surrogate light chain, Rag1 and Rag2, TdT, occurs while there is no expression of mu heavy chain.""", + meaning=CL["0002049"])) + setattr(cls, "CL:0000034", + PermissibleValue( + text="CL:0000034", + description="""A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells.""", + meaning=CL["0000034"])) + setattr(cls, "CL:0002325", + PermissibleValue( + text="CL:0002325", + description="""A milk-producing glandular epithelial cell that is part of a mammary gland alveolus and differentiates from a luminal adaptive secretory precursor cell during secretory differentiation (also termed lactogenesis I). Following secretory activation (also termed lactogenesis II), a lactocyte is involved in the synthesis and/or transport of milk constituents including proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, and cytokines into the lumen of the lactating mammary gland.""", + meaning=CL["0002325"])) + setattr(cls, "CL:2000004", + PermissibleValue( + text="CL:2000004", + description="Any cell that is part of a pituitary gland.", + meaning=CL["2000004"])) + setattr(cls, "CL:0002330", + PermissibleValue( + text="CL:0002330", + description="An undifferentiated columnar cell of the bronchus epithelium", + meaning=CL["0002330"])) + setattr(cls, "CL:0002400", + PermissibleValue( + text="CL:0002400", + description="""A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, CD43-positive and HSA-positive.""", + meaning=CL["0002400"])) + setattr(cls, "CL:4023001", + PermissibleValue( + text="CL:4023001", + description="A beta motor neuron that innervates nuclear chain fibers.", + meaning=CL["4023001"])) + setattr(cls, "CL:2000022", + PermissibleValue( + text="CL:2000022", + description="Any native cell that is part of a cardiac septum.", + meaning=CL["2000022"])) + setattr(cls, "CL:4030061", + PermissibleValue( + text="CL:4030061", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3.""", + meaning=CL["4030061"])) + setattr(cls, "CL:0000879", + PermissibleValue( + text="CL:0000879", + description="""A border associated macrophage that is part of a meninx. This macrophage type is elongated and amoeboid spindle-shaped with limited mobility. This macrophage is highly phagocytic, expresses scavenger receptors, has dynamic protrusions and extends its processes during inflammation.""", + meaning=CL["0000879"])) + setattr(cls, "CL:4023052", + PermissibleValue( + text="CL:4023052", + description="A Betz cell that synapses with lower motor neurons directly.", + meaning=CL["4023052"])) + setattr(cls, "CL:0000800", + PermissibleValue( + text="CL:0000800", + description="""A gamma-delta T cell that has a mature phenotype. These cells can be found in tissues and circulation where they express unique TCR repertoire depending on their location.""", + meaning=CL["0000800"])) + setattr(cls, "CL:0002566", + PermissibleValue( + text="CL:0002566", + description="A melanocyte that appears darker due to content or amount of melanin granules.", + meaning=CL["0002566"])) + setattr(cls, "CL:0002216", + PermissibleValue( + text="CL:0002216", + description="""An intermediate muscle cell that has characteristics of both fast and slow muscle cells.""", + meaning=CL["0002216"])) + setattr(cls, "CL:0000808", + PermissibleValue( + text="CL:0000808", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, CD25-negative, and pre-TCR-positive.""", + meaning=CL["0000808"])) + setattr(cls, "CL:4042003", + PermissibleValue( + text="CL:4042003", + description="""A central nervous system macrophage that is part of a choroid plexus, a meninx and a perivascular space. A border associated macrophage interacts with various components of the CNS vasculature and meninges, it participates in immune surveillance and in the regulation of the blood brain barrier.""", + meaning=CL["4042003"])) + setattr(cls, "CL:0000673", + PermissibleValue( + text="CL:0000673", + description="""An intrinsic neuron of the mushroom body of arthropods and annelids. They have tightly packed, cytoplasm-poor cell bodies.""", + meaning=CL["0000673"])) + setattr(cls, "CL:2000034", + PermissibleValue( + text="CL:2000034", + description="Any neuromast hair cell that is part of a anterior lateral line.", + meaning=CL["2000034"])) + setattr(cls, "CL:0000143", + PermissibleValue( + text="CL:0000143", + meaning=CL["0000143"])) + setattr(cls, "CL:0000625", + PermissibleValue( + text="CL:0000625", + description="A T cell expressing an alpha-beta T cell receptor and the CD8 coreceptor.", + meaning=CL["0000625"])) + setattr(cls, "CL:1000693", + PermissibleValue( + text="CL:1000693", + meaning=CL["1000693"])) + setattr(cls, "CL:0000567", + PermissibleValue( + text="CL:0000567", + meaning=CL["0000567"])) + setattr(cls, "CL:1001597", + PermissibleValue( + text="CL:1001597", + description="Glandular cell of seminal vesicle epithelium.", + meaning=CL["1001597"])) + setattr(cls, "CL:1000223", + PermissibleValue( + text="CL:1000223", + description="""A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Lung neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Lung neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury.""", + meaning=CL["1000223"])) + setattr(cls, "CL:0000445", + PermissibleValue( + text="CL:0000445", + meaning=CL["0000445"])) + setattr(cls, "CL:4023089", + PermissibleValue( + text="CL:4023089", + description="""A basket cell which has simpler dendritic arbors (compared to small or large basket cells), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches.""", + meaning=CL["4023089"])) + setattr(cls, "CL:1000696", + PermissibleValue( + text="CL:1000696", + meaning=CL["1000696"])) + setattr(cls, "CL:1000314", + PermissibleValue( + text="CL:1000314", + description="A goblet cell that is part of the epithelium of gastric cardiac gland.", + meaning=CL["1000314"])) + setattr(cls, "CL:0004237", + PermissibleValue( + text="CL:0004237", + description="""A retinal amacrine cell with a medium dendritic field and post-synaptic terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004237"])) + setattr(cls, "CL:1000479", + PermissibleValue( + text="CL:1000479", + description="A Purkinje myocyte that is part of the atrioventricular node.", + meaning=CL["1000479"])) + setattr(cls, "CL:0007004", + PermissibleValue( + text="CL:0007004", + description="""Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells.""", + meaning=CL["0007004"])) + setattr(cls, "CL:4030042", + PermissibleValue( + text="CL:4030042", + description="A ciliated cell of the endometrial glandular epithelium.", + meaning=CL["4030042"])) + setattr(cls, "CL:0000354", + PermissibleValue( + text="CL:0000354", + meaning=CL["0000354"])) + setattr(cls, "CL:0000793", + PermissibleValue( + text="CL:0000793", + description="""A CD4-positive, alpha-beta T cell that is found in the columnar epithelium of the gastrointestinal tract.""", + meaning=CL["0000793"])) + setattr(cls, "CL:1000362", + PermissibleValue( + text="CL:1000362", + description="A transitional myocyte that is part of the interventricular septum.", + meaning=CL["1000362"])) + setattr(cls, "CL:0002339", + PermissibleValue( + text="CL:0002339", + description="""A prostate epithelial cell that is CD133-positive, CD44-positive, integrin A2beta3-high. This cell is a stem cell for the prostate epithelium.""", + meaning=CL["0002339"])) + setattr(cls, "CL:0002247", + PermissibleValue( + text="CL:0002247", + description="A tissue macrophage that is in the pleural space.", + meaning=CL["0002247"])) + setattr(cls, "CL:0002211", + PermissibleValue( + text="CL:0002211", + description="""A slow muscle cell that has large amounts of myoglobin, stores energy as triglycerides, generates ATP by the oxidative method and is resistant to fatigue.""", + meaning=CL["0002211"])) + setattr(cls, "CL:0000655", + PermissibleValue( + text="CL:0000655", + description="A secondary oocyte is an oocyte that has not completed meiosis II.", + meaning=CL["0000655"])) + setattr(cls, "CL:4023015", + PermissibleValue( + text="CL:4023015", + description="A GABAergic neuron located in the cerebral cortex that expresses Gamma-synuclein", + meaning=CL["4023015"])) + setattr(cls, "CL:0000814", + PermissibleValue( + text="CL:0000814", + description="""A mature alpha-beta T cell of a distinct lineage that bears natural killer markers and a T cell receptor specific for a limited set of ligands. NK T cells have activation and regulatory roles particularly early in an immune response.""", + meaning=CL["0000814"])) + setattr(cls, "CL:0002298", + PermissibleValue( + text="CL:0002298", + description="""A thymic epithelial cell type with low nuclear and cytoplasmic electrondensity; has a round, euchromatic nucleus and occurs in small groups at the corticomedullary junction or scattered singly in the medulla.""", + meaning=CL["0002298"])) + setattr(cls, "CL:0000011", + PermissibleValue( + text="CL:0000011", + description="""Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination.""", + meaning=CL["0000011"])) + setattr(cls, "CL:0000669", + PermissibleValue( + text="CL:0000669", + description="""An elongated, contractile cell found wrapped about precapillary arterioles outside the basement membrane. Pericytes are present in capillaries where proper adventitia and muscle layer are missing (thus distingushing this cell type from adventitial cells). They are relatively undifferentiated and may become fibroblasts, macrophages, or smooth muscle cells.""", + meaning=CL["0000669"])) + setattr(cls, "CL:0000125", + PermissibleValue( + text="CL:0000125", + description="""A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons.""", + meaning=CL["0000125"])) + setattr(cls, "CL:1000453", + PermissibleValue( + text="CL:1000453", + description="An epithelial cell that is part of the intermediate tubule.", + meaning=CL["1000453"])) + setattr(cls, "CL:0002028", + PermissibleValue( + text="CL:0002028", + description="""A cell type that can give rise to basophil and mast cells. This cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa""", + meaning=CL["0002028"])) + setattr(cls, "CL:0000222", + PermissibleValue( + text="CL:0000222", + description="A cell of the middle germ layer of the embryo.", + meaning=CL["0000222"])) + setattr(cls, "CL:0002397", + PermissibleValue( + text="CL:0002397", + description="A CD14-positive monocyte that is also CD16-positive and CCR2-negative.", + meaning=CL["0002397"])) + setattr(cls, "CL:1000618", + PermissibleValue( + text="CL:1000618", + description="Any kidney cortical cell that is part of some juxtaglomerular apparatus.", + meaning=CL["1000618"])) + setattr(cls, "CL:0002634", + PermissibleValue( + text="CL:0002634", + description="An epithelial cell of the anal column.", + meaning=CL["0002634"])) + setattr(cls, "CL:4033040", + PermissibleValue( + text="CL:4033040", + description="A lung resident memory CD8-positive, alpha-beta T cell that is CD103-positive.", + meaning=CL["4033040"])) + setattr(cls, "CL:0011003", + PermissibleValue( + text="CL:0011003", + description="""A neurosecretory neuron residing mainly in the hypothalamic supraoptic and paraventricular nuclei and in a number of smaller accessory cell groups between these two nuclei, that is capable of secreting the hormones oxytocin or vasopressin, and sometimes both, into the systemic circulation.""", + meaning=CL["0011003"])) + setattr(cls, "CL:0002459", + PermissibleValue( + text="CL:0002459", + description="A dermal dendritic cell that is langerin-negative, CD103-negative, and CD11b-positive.", + meaning=CL["0002459"])) + setattr(cls, "CL:0002237", + PermissibleValue( + text="CL:0002237", + description="A cell that constitutes the luminal layer of epithelium of prostatic duct.", + meaning=CL["0002237"])) + setattr(cls, "CL:0002521", + PermissibleValue( + text="CL:0002521", + description="An adipocyte that is part of subcutaneous adipose tissue.", + meaning=CL["0002521"])) + setattr(cls, "CL:0002244", + PermissibleValue( + text="CL:0002244", + description="A nonstratified squamous cell located in the ectocervix.", + meaning=CL["0002244"])) + setattr(cls, "CL:0000498", + PermissibleValue( + text="CL:0000498", + description="""An interneuron (also called relay neuron, association neuron or local circuit neuron) is a multipolar neuron which connects afferent neurons and efferent neurons in neural pathways. Like motor neurons, interneuron cell bodies are always located in the central nervous system (CNS).""", + meaning=CL["0000498"])) + setattr(cls, "CL:0002547", + PermissibleValue( + text="CL:0002547", + description="A fibroblast of the aortic adventitia.", + meaning=CL["0002547"])) + setattr(cls, "CL:0002579", + PermissibleValue( + text="CL:0002579", + description="A preadipocyte that is part of an omentum.", + meaning=CL["0002579"])) + setattr(cls, "CL:0000213", + PermissibleValue( + text="CL:0000213", + description="""A cell within an epithelial cell sheet whose main function is to act as an internal or external covering for a tissue or an organism.""", + meaning=CL["0000213"])) + setattr(cls, "CL:0017002", + PermissibleValue( + text="CL:0017002", + description="A neuroendocrine cell that is part of the prostate epithelium.", + meaning=CL["0017002"])) + setattr(cls, "CL:0002421", + PermissibleValue( + text="CL:0002421", + description="""A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles.""", + meaning=CL["0002421"])) + setattr(cls, "CL:4033057", + PermissibleValue( + text="CL:4033057", + description="""A luminal epithelial cell of the mammary gland that can proliferate and has the potential to differentiate into a lactocyte during pregnancy. In humans, a luminal adaptive secretory precursor cell can be identified by high levels of the markers EpCAM and CD49f, and in mice it can be identified by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8.""", + meaning=CL["4033057"])) + setattr(cls, "CL:1001016", + PermissibleValue( + text="CL:1001016", + description="""Any kidney loop of Henle epithelial cell that is part of some ascending limb of loop of Henle.""", + meaning=CL["1001016"])) + setattr(cls, "CL:0002109", + PermissibleValue( + text="CL:0002109", + description="""A B220-positive CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-positive, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002109"])) + setattr(cls, "CL:1000274", + PermissibleValue( + text="CL:1000274", + meaning=CL["1000274"])) + setattr(cls, "CL:0000591", + PermissibleValue( + text="CL:0000591", + description="A thermoreceptor cell that detects increased temperatures.", + meaning=CL["0000591"])) + setattr(cls, "CL:0000699", + PermissibleValue( + text="CL:0000699", + description="A type of glomus or chief cell, is sensitive to hypoxia and produce catecholamines.", + meaning=CL["0000699"])) + setattr(cls, "CL:0002644", + PermissibleValue( + text="CL:0002644", + description="""An endothelial cell of viscerocranial mucosa that is part of the tympanic region of the viscerocranial mucosa.""", + meaning=CL["0002644"])) + setattr(cls, "CL:0000319", + PermissibleValue( + text="CL:0000319", + description="Any secretory cell that is capable of some mucus secretion.", + meaning=CL["0000319"])) + setattr(cls, "CL:0002137", + PermissibleValue( + text="CL:0002137", + description="A cell in the zona reticularis that produce sex hormones.", + meaning=CL["0002137"])) + setattr(cls, "CL:0000413", + PermissibleValue( + text="CL:0000413", + description="A cell whose nucleus contains a single haploid genome.", + meaning=CL["0000413"])) + setattr(cls, "CL:0000100", + PermissibleValue( + text="CL:0000100", + description="""An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement.""", + meaning=CL["0000100"])) + setattr(cls, "CL:0000490", + PermissibleValue( + text="CL:0000490", + meaning=CL["0000490"])) + setattr(cls, "CL:0002628", + PermissibleValue( + text="CL:0002628", + description="An immature microglial cell with a ramified morphology.", + meaning=CL["0002628"])) + setattr(cls, "CL:0000933", + PermissibleValue( + text="CL:0000933", + description="""A type II NK T cell that has been recently activated, secretes interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000933"])) + setattr(cls, "CL:0000679", + PermissibleValue( + text="CL:0000679", + description="A neuron that is capable of some neurotansmission by glutamate secretion.", + meaning=CL["0000679"])) + setattr(cls, "CL:0002572", + PermissibleValue( + text="CL:0002572", + description="A mesenchymal stem cell of the vertebrae.", + meaning=CL["0002572"])) + setattr(cls, "CL:0010022", + PermissibleValue( + text="CL:0010022", + description="A neuron that has its soma in the heart.", + meaning=CL["0010022"])) + setattr(cls, "CL:0004239", + PermissibleValue( + text="CL:0004239", + description="""A bistratified amacrine cell with a medium dendritic field and post-synaptic terminals in S1-S2, and S4.""", + meaning=CL["0004239"])) + setattr(cls, "CL:0005001", + PermissibleValue( + text="CL:0005001", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into an iridophore.""", + meaning=CL["0005001"])) + setattr(cls, "CL:0000691", + PermissibleValue( + text="CL:0000691", + description="Any interneuron that has characteristic some stellate morphology.", + meaning=CL["0000691"])) + setattr(cls, "CL:2000015", + PermissibleValue( + text="CL:2000015", + description="Any skin fibroblast that is part of a arm.", + meaning=CL["2000015"])) + setattr(cls, "CL:0002586", + PermissibleValue( + text="CL:0002586", + description="An epithelial cell of the retinal pigmented epithelium.", + meaning=CL["0002586"])) + setattr(cls, "CL:0000453", + PermissibleValue( + text="CL:0000453", + description="""Langerhans cell is a conventional dendritic cell that has plasma membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid origin, that appears clear on light microscopy and has a dark-staining, indented nucleus and characteristic inclusions (Birbeck granules) in the cytoplasm; Langerhans cells are found principally in the stratum spinosum of the epidermis, but they also occur in other stratified epithelia and have been identified in the lung, lymph nodes, spleen, and thymus.""", + meaning=CL["0000453"])) + setattr(cls, "CL:0002222", + PermissibleValue( + text="CL:0002222", + description="""A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye.""", + meaning=CL["0002222"])) + setattr(cls, "CL:0000770", + PermissibleValue( + text="CL:0000770", + description="""A late basophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature basophil.""", + meaning=CL["0000770"])) + setattr(cls, "CL:0000823", + PermissibleValue( + text="CL:0000823", + description="""A natural killer cell that is developmentally immature and expresses natural killer cell receptors (NKR).""", + meaning=CL["0000823"])) + setattr(cls, "CL:0005018", + PermissibleValue( + text="CL:0005018", + description="A cell that secretes ghrelin, the peptide hormone that stimulates hunger.", + meaning=CL["0005018"])) + setattr(cls, "CL:1000378", + PermissibleValue( + text="CL:1000378", + description="A type I vestibular sensory cell that is part of the stato-acoustic epithelium.", + meaning=CL["1000378"])) + setattr(cls, "CL:0002536", + PermissibleValue( + text="CL:0002536", + description="An epithelial cell that is part of the amnion.", + meaning=CL["0002536"])) + setattr(cls, "CL:0000758", + PermissibleValue( + text="CL:0000758", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The cell has a loose, delicate axon terminal that opens in sublamina 3 of the inner plexiform layer and descends into sublamina 4.""", + meaning=CL["0000758"])) + setattr(cls, "CL:2000036", + PermissibleValue( + text="CL:2000036", + description="Any neuromast support cell that is part of a anterior lateral line.", + meaning=CL["2000036"])) + setattr(cls, "CL:0002610", + PermissibleValue( + text="CL:0002610", + description="A neuron of the raphe nuclei.", + meaning=CL["0002610"])) + setattr(cls, "CL:4023031", + PermissibleValue( + text="CL:4023031", + description="""A sst GABAergic cortical interneuron with a soma found in lower L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending axons but denser local axons and sparser ‘fanning-out’ projections to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5 fan Martinotti Cell) and non-zero afterdepolarization (ADP).""", + meaning=CL["4023031"])) + setattr(cls, "CL:0002145", + PermissibleValue( + text="CL:0002145", + description="""A ciliated columnar cell found in the trachea and bronchus. Vary from low to tall columnar; possesses up to 300 cilia at its surface, interspersed with long irregular microvilli with the cilia varying in length from about 6um in the trachea to about 4um in the terminal bronchioles; driving force of the ciliary current in the bronchial tree.""", + meaning=CL["0002145"])) + setattr(cls, "CL:0000965", + PermissibleValue( + text="CL:0000965", + description="""A germinal center B cell that is rapidly dividing and has the phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation of the immunoglobulin V gene region can occur during proliferation of this cell type.""", + meaning=CL["0000965"])) + setattr(cls, "CL:1000494", + PermissibleValue( + text="CL:1000494", + description="An epithelial cell that is part of a nephron tubule.", + meaning=CL["1000494"])) + setattr(cls, "CL:0011115", + PermissibleValue( + text="CL:0011115", + description="""A cell that, by division or terminal differentiation, can give rise to other cell types.""", + meaning=CL["0011115"])) + setattr(cls, "CL:0002527", + PermissibleValue( + text="CL:0002527", + description="An immature CD14-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002527"])) + setattr(cls, "CL:0009113", + PermissibleValue( + text="CL:0009113", + description="""A regulatory T cell present in the B cell follicles and germinal centers of lymphoid tissues. In humans, it is CXCR5+.""", + meaning=CL["0009113"])) + setattr(cls, "CL:0009012", + PermissibleValue( + text="CL:0009012", + description="""A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the small intestine. Stem cells located in the crypts of Lieberkühn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.""", + meaning=CL["0009012"])) + setattr(cls, "CL:0000628", + PermissibleValue( + text="CL:0000628", + description="""A cell that can perform photosynthesis, in which carbohydrates are synthesized from carbon dioxide and water, using light as the energy source.""", + meaning=CL["0000628"])) + setattr(cls, "CL:0000712", + PermissibleValue( + text="CL:0000712", + description="Any epidermal cell that is part of some stratum granulosum of epidermis.", + meaning=CL["0000712"])) + setattr(cls, "CL:0000099", + PermissibleValue( + text="CL:0000099", + description="""Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions.""", + meaning=CL["0000099"])) + setattr(cls, "CL:4023024", + PermissibleValue( + text="CL:4023024", + description="""A lamp5 GABAergic cortical interneuron with layer-adapting morphology. NGC lamp5 cells have a small round soma, short dendrites, and a wide dense axonal arbor that tends to establish a dense axonal mesh with high connection probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have unique synaptic properties that distinguish them from other GABAergic interneurons, including the release of GABA to the extracellular space via volume transmission, and the ability to produce GABA-B responses in connected postsynaptic targets.""", + meaning=CL["4023024"])) + setattr(cls, "CL:4023095", + PermissibleValue( + text="CL:4023095", + description="""A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances.""", + meaning=CL["4023095"])) + setattr(cls, "CL:0000639", + PermissibleValue( + text="CL:0000639", + description="A basophilic chromophil cell that of the anterior pituitary gland.", + meaning=CL["0000639"])) + setattr(cls, "CL:0000385", + PermissibleValue( + text="CL:0000385", + description="A precursor of mature hemocytes.", + meaning=CL["0000385"])) + setattr(cls, "CL:0000359", + PermissibleValue( + text="CL:0000359", + description="A smooth muscle cell associated with the vasculature.", + meaning=CL["0000359"])) + setattr(cls, "CL:0002619", + PermissibleValue( + text="CL:0002619", + description="""An adult angioblastic cell released from the bone marrow, or from the kidney in some teleost species, capable of blood circulation and participation in angiogenesis by differentiating into blood vessel endothelial cells.""", + meaning=CL["0002619"])) + setattr(cls, "CL:0009107", + PermissibleValue( + text="CL:0009107", + description="""A lymphatic endothelial cell located in the subcapsular sinus ceiling of a lymph node. In human, it's characterized by a unique marker expression (NT5e+ and Caveolin-1+).""", + meaning=CL["0009107"])) + setattr(cls, "CL:0002175", + PermissibleValue( + text="CL:0002175", + description="A cell within the primary follicle of the ovary.", + meaning=CL["0002175"])) + setattr(cls, "CL:4023045", + PermissibleValue( + text="CL:4023045", + description="""An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that projects to the medulla. MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.""", + meaning=CL["4023045"])) + setattr(cls, "CL:4033023", + PermissibleValue( + text="CL:4033023", + description="An epithelial cell that is part of a collecting duct of an airway submucosal gland.", + meaning=CL["4033023"])) + setattr(cls, "CL:4033015", + PermissibleValue( + text="CL:4033015", + description="""A star-shaped glial cell that is part of some retina. This cell links neurons to blood vessels and may provide structural and physiological support to optic nerve head axons.""", + meaning=CL["4033015"])) + setattr(cls, "CL:0000528", + PermissibleValue( + text="CL:0000528", + description="A nerve cell where transmission is mediated by nitric oxide.", + meaning=CL["0000528"])) + setattr(cls, "CL:0000402", + PermissibleValue( + text="CL:0000402", + description="An interneuron that has its cell body in a central nervous system.", + meaning=CL["0000402"])) + setattr(cls, "CL:0002104", + PermissibleValue( + text="CL:0002104", + description="""An IgG-negative double negative memory B cell is a double negative memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative.""", + meaning=CL["0002104"])) + setattr(cls, "CL:0002032", + PermissibleValue( + text="CL:0002032", + description="""A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities.""", + meaning=CL["0002032"])) + setattr(cls, "CL:0002605", + PermissibleValue( + text="CL:0002605", + description="An astrocyte of the cerebral cortex.", + meaning=CL["0002605"])) + setattr(cls, "CL:0011114", + PermissibleValue( + text="CL:0011114", + description="""A segmented neutrophilic cell of the bone marrow reserve pool that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity immunoglobulin gamma Fc region receptor III) on its cell surface.""", + meaning=CL["0011114"])) + setattr(cls, "CL:0001000", + PermissibleValue( + text="CL:0001000", + description="""CD8_alpha-positive CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive and CD8_alpha-positive.""", + meaning=CL["0001000"])) + setattr(cls, "CL:0002021", + PermissibleValue( + text="CL:0002021", + description="An enucleate erythrocyte that is GlyA-positive.", + meaning=CL["0002021"])) + setattr(cls, "CL:0007022", + PermissibleValue( + text="CL:0007022", + description="""A specialized pore forming cell of the follicle, located adjacent to the animal pole of the oocyte. The micropylar cell makes the single micropyle (pore) through the chorion through which the sperm fertilizes the egg.""", + meaning=CL["0007022"])) + setattr(cls, "CL:2000030", + PermissibleValue( + text="CL:2000030", + description="Any native cell that is part of a hypothalamus.", + meaning=CL["2000030"])) + setattr(cls, "CL:0002081", + PermissibleValue( + text="CL:0002081", + description="""This cell resembles a glia cell, express the glial marker S100 and act as a supporting cell to type I cell. This cell is located in a small cluster of type I and type II cells near the fork of the carotid artery.""", + meaning=CL["0002081"])) + setattr(cls, "CL:0000138", + PermissibleValue( + text="CL:0000138", + description="""Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell.""", + meaning=CL["0000138"])) + setattr(cls, "CL:0000943", + PermissibleValue( + text="CL:0000943", + description="""A Be cell that facilitates development of T-helper 1 (Th1) phenotype in CD4-positive T cells, and secretes high levels of interleukin-2, tumor necrosis factor-alpha and interferon-gamma.""", + meaning=CL["0000943"])) + setattr(cls, "CL:0004234", + PermissibleValue( + text="CL:0004234", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, and in S3-S4.""", + meaning=CL["0004234"])) + setattr(cls, "CL:0000119", + PermissibleValue( + text="CL:0000119", + description="""Large intrinsic neuron located in the granule layer of the cerebellar cortex that extends its dendrites into the molecular layer where they receive contact from parallel fibers. The axon of the Golgi cell ramifies densely in the granule layer and enters into a complex arrangement with mossy fiber terminals and granule cell dendrites to form the cerebellar glomerulus. Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th ed. 2004.""", + meaning=CL["0000119"])) + setattr(cls, "CL:1000339", + PermissibleValue( + text="CL:1000339", + description="An enterocyte that is part of the epithelium proper of small intestine.", + meaning=CL["1000339"])) + setattr(cls, "CL:0000959", + PermissibleValue( + text="CL:0000959", + description="""A transitional stage B cell that has the phenotype surface IgM-positive, surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive and is located in the splenic B follicles. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive.""", + meaning=CL["0000959"])) + setattr(cls, "CL:0010005", + PermissibleValue( + text="CL:0010005", + description="""A specialized cardiomyocyte that transmit signals from the AV node to the cardiac Purkinje fibers.""", + meaning=CL["0010005"])) + setattr(cls, "CL:0002020", + PermissibleValue( + text="CL:0002020", + description="A reticulocyte that is GlyA-positive.", + meaning=CL["0002020"])) + setattr(cls, "CL:4023058", + PermissibleValue( + text="CL:4023058", + description="A mesothelial fibroblast found in the leptomeninx.", + meaning=CL["4023058"])) + setattr(cls, "CL:0010002", + PermissibleValue( + text="CL:0010002", + description="An epithelial cell that is part_of a umbilical artery.", + meaning=CL["0010002"])) + setattr(cls, "CL:0009064", + PermissibleValue( + text="CL:0009064", + description="""A T cell located in the lymph node paracortex, where macrophages and dendritic cells present antigenic peptides to these naïve T cells, stimulating them to become activated helper T cells or cytotoxic T lymphocytes.""", + meaning=CL["0009064"])) + setattr(cls, "CL:4033004", + PermissibleValue( + text="CL:4033004", + description="A(n) smooth muscle cell that is part of a(n) taenia coli.", + meaning=CL["4033004"])) + setattr(cls, "CL:0000449", + PermissibleValue( + text="CL:0000449", + description="""A cell from the thermogenic form of adipose tissue found in many species, particularly in newborns and hibernating mammals, but also in lesser amounts in adults of other mammals including humans. Brown fat is capable of rapid liberation of energy and seems to be important in the maintenance of body temperature immediately after birth and upon waking from hibernation.""", + meaning=CL["0000449"])) + setattr(cls, "CL:0000689", + PermissibleValue( + text="CL:0000689", + description="A cell with both myofibrils and secretory granules.", + meaning=CL["0000689"])) + setattr(cls, "CL:0002334", + PermissibleValue( + text="CL:0002334", + description="An undifferentiated fibroblast that can be stimulated to form a fat cell.", + meaning=CL["0002334"])) + setattr(cls, "CL:1000596", + PermissibleValue( + text="CL:1000596", + description="Any kidney cell that is part of some juxtamedullary cortex.", + meaning=CL["1000596"])) + setattr(cls, "CL:0000343", + PermissibleValue( + text="CL:0000343", + description="""A pigment cell that is capable of detecting light stimulus that is involved in visual perception.""", + meaning=CL["0000343"])) + setattr(cls, "CL:4023077", + PermissibleValue( + text="CL:4023077", + description="""A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma.""", + meaning=CL["4023077"])) + setattr(cls, "CL:0002316", + PermissibleValue( + text="CL:0002316", + description="A supporting cell of the vestibular epithelium.", + meaning=CL["0002316"])) + setattr(cls, "CL:1000351", + PermissibleValue( + text="CL:1000351", + description="A basal cell that is part of the epithelium of respiratory bronchiole.", + meaning=CL["1000351"])) + setattr(cls, "CL:0000517", + PermissibleValue( + text="CL:0000517", + description="""A type of foam cell derived from a macrophage containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000517"])) + setattr(cls, "CL:0000047", + PermissibleValue( + text="CL:0000047", + description="""An undifferentiated neural cell that originates from the neuroectoderm and has the capacity both to perpetually self-renew without differentiating and to generate multiple central nervous system neuronal and glial cell types.""", + meaning=CL["0000047"])) + setattr(cls, "CL:0009001", + PermissibleValue( + text="CL:0009001", + description="Any cell in the compound eye, a light sensing organ composed of ommatidia.", + meaning=CL["0009001"])) + setattr(cls, "CL:0002674", + PermissibleValue( + text="CL:0002674", + description="A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus.", + meaning=CL["0002674"])) + setattr(cls, "CL:0019002", + PermissibleValue( + text="CL:0019002", + description="Any chondrocyte that is part of the tracheobronchial tree.", + meaning=CL["0019002"])) + setattr(cls, "CL:0002001", + PermissibleValue( + text="CL:0002001", + description="""A granulocyte monocyte progenitor is CD34-positive, CD38-positive, IL-3receptor-alpha-positive and is CD45RA-negative.""", + meaning=CL["0002001"])) + setattr(cls, "CL:0002163", + PermissibleValue( + text="CL:0002163", + description="""A rod-shpaed cell that forms a single row adjacent to and supporting the inner hair cells.""", + meaning=CL["0002163"])) + setattr(cls, "CL:0009053", + PermissibleValue( + text="CL:0009053", + description="A stromal cell found in the lamina propria of the anorectum.", + meaning=CL["0009053"])) + setattr(cls, "CL:0000411", + PermissibleValue( + text="CL:0000411", + description="An epithelial cell of the hypodermis of Caenorhabditis.", + meaning=CL["0000411"])) + setattr(cls, "CL:0005020", + PermissibleValue( + text="CL:0005020", + description="Lymphatic progenitor cells.", + meaning=CL["0005020"])) + setattr(cls, "CL:0000785", + PermissibleValue( + text="CL:0000785", + description="""A B cell that is mature, having left the bone marrow. Initially, these cells are IgM-positive and IgD-positive, and they can be activated by antigen.""", + meaning=CL["0000785"])) + setattr(cls, "CL:0008016", + PermissibleValue( + text="CL:0008016", + description="""A skeletal muscle satellite cell that has become mitotically active - typically following muscle damage.""", + meaning=CL["0008016"])) + setattr(cls, "CL:0002438", + PermissibleValue( + text="CL:0002438", + description="A mature NK cell that is NK1.1-positive.", + meaning=CL["0002438"])) + setattr(cls, "CL:0002328", + PermissibleValue( + text="CL:0002328", + description="An epithelial cell of the bronchus.", + meaning=CL["0002328"])) + setattr(cls, "CL:0000253", + PermissibleValue( + text="CL:0000253", + meaning=CL["0000253"])) + setattr(cls, "CL:0004220", + PermissibleValue( + text="CL:0004220", + description="An amacrine cell with a small, asymteric dendritic field.", + meaning=CL["0004220"])) + setattr(cls, "CL:0000075", + PermissibleValue( + text="CL:0000075", + description="""A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube.""", + meaning=CL["0000075"])) + setattr(cls, "CL:0002555", + PermissibleValue( + text="CL:0002555", + description="A fibroblast that is part of the mammary gland.", + meaning=CL["0002555"])) + setattr(cls, "CL:0000379", + PermissibleValue( + text="CL:0000379", + meaning=CL["0000379"])) + setattr(cls, "CL:0000108", + PermissibleValue( + text="CL:0000108", + description="A neuron that uses acetylcholine as a vesicular neurotransmitter.", + meaning=CL["0000108"])) + setattr(cls, "CL:0004226", + PermissibleValue( + text="CL:0004226", + description="""An amacrine cell with a small dendritic field with post-synaptic terminals in S3 and S4.""", + meaning=CL["0004226"])) + setattr(cls, "CL:4033060", + PermissibleValue( + text="CL:4033060", + description="""A lactocyte that highly expresses genes associated with lipid production and milk component biosynthesis.""", + meaning=CL["4033060"])) + setattr(cls, "CL:0002019", + PermissibleValue( + text="CL:0002019", + description="A reticulocyte that is Ly76-high and is Kit-negative.", + meaning=CL["0002019"])) + setattr(cls, "CL:0000232", + PermissibleValue( + text="CL:0000232", + description="""A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen.""", + meaning=CL["0000232"])) + setattr(cls, "CL:0000704", + PermissibleValue( + text="CL:0000704", + description="""A specialized endothelial cell that senses extracellular signals and guides the directed growth of blood vessels.""", + meaning=CL["0000704"])) + setattr(cls, "CL:0011008", + PermissibleValue( + text="CL:0011008", + description="""A hemocyte derived from the embryonic head mesoderm, which enters the hemolymph as a circulating cell.""", + meaning=CL["0011008"])) + setattr(cls, "CL:1000303", + PermissibleValue( + text="CL:1000303", + description="A fibroblast that is part of the areolar connective tissue.", + meaning=CL["1000303"])) + setattr(cls, "CL:0000018", + PermissibleValue( + text="CL:0000018", + description="""A male germ cell that develops from the haploid secondary spermatocytes. Without further division, spermatids undergo structural changes and give rise to spermatozoa.""", + meaning=CL["0000018"])) + setattr(cls, "CL:0009088", + PermissibleValue( + text="CL:0009088", + description="""An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. These cells do not form colonies.""", + meaning=CL["0009088"])) + setattr(cls, "CL:0008034", + PermissibleValue( + text="CL:0008034", + description="""Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation.""", + meaning=CL["0008034"])) + setattr(cls, "CL:1001611", + PermissibleValue( + text="CL:1001611", + description="Neuron of the cerebellum.", + meaning=CL["1001611"])) + setattr(cls, "CL:0009020", + PermissibleValue( + text="CL:0009020", + description="An intestinal tuft cell that is a part of a vermiform appendix.", + meaning=CL["0009020"])) + setattr(cls, "CL:2000061", + PermissibleValue( + text="CL:2000061", + description="Any mesenchymal stem cell that is part of a placenta.", + meaning=CL["2000061"])) + setattr(cls, "CL:0000207", + PermissibleValue( + text="CL:0000207", + description="""Any neuron that is capable of some detection of chemical stimulus involved in sensory perception of smell.""", + meaning=CL["0000207"])) + setattr(cls, "CL:0002117", + PermissibleValue( + text="CL:0002117", + description="A class switched memory B cell that lacks IgG on the cell surface.", + meaning=CL["0002117"])) + setattr(cls, "CL:0000371", + PermissibleValue( + text="CL:0000371", + description="The cell protoplasm after removal of the cell wall.", + meaning=CL["0000371"])) + setattr(cls, "CL:0002174", + PermissibleValue( + text="CL:0002174", + description="A cell within the follicle of an ovary.", + meaning=CL["0002174"])) + setattr(cls, "CL:0001015", + PermissibleValue( + text="CL:0001015", + description="""CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high and is CD8_alpha-low.""", + meaning=CL["0001015"])) + setattr(cls, "CL:0000848", + PermissibleValue( + text="CL:0000848", + description="""An olfactory receptor cell in which the apical ending of the dendrite is a knob that bears numerous microvilli.""", + meaning=CL["0000848"])) + setattr(cls, "CL:1001502", + PermissibleValue( + text="CL:1001502", + description="""The large glutaminergic nerve cells whose dendrites synapse with axons of the olfactory receptor neurons in the glomerular layer of the olfactory bulb, and whose axons pass centrally in the olfactory tract to the olfactory cortex.""", + meaning=CL["1001502"])) + setattr(cls, "CL:4042007", + PermissibleValue( + text="CL:4042007", + description="""An astrocyte with highly branched protrusions, found in neocortex layers 2-6. It is involved with the formation and elimination of synapses, glutamate clearance, modulation of synaptic functions and regulation of blood flow in response to synaptic activity.""", + meaning=CL["4042007"])) + setattr(cls, "CL:0010007", + PermissibleValue( + text="CL:0010007", + description="Any cell that is part of some His-Purkinje system.", + meaning=CL["0010007"])) + setattr(cls, "CL:0008018", + PermissibleValue( + text="CL:0008018", + description="A myoblast that is commited to developing into a somatic muscle.", + meaning=CL["0008018"])) + setattr(cls, "CL:0002097", + PermissibleValue( + text="CL:0002097", + description="""A cell of the adrenal cortex. Cell types include those that synthesize and secrete chemical derivatives (steroids) of cholesterol.""", + meaning=CL["0002097"])) + setattr(cls, "CL:1000410", + PermissibleValue( + text="CL:1000410", + description="A muscle cell that is part of the atrioventricular node.", + meaning=CL["1000410"])) + setattr(cls, "CL:0008033", + PermissibleValue( + text="CL:0008033", + description="A pericyte of the decidual vasculature.", + meaning=CL["0008033"])) + setattr(cls, "CL:0000209", + PermissibleValue( + text="CL:0000209", + description="A specialized cell involved in gustatory sensory perception.", + meaning=CL["0000209"])) + setattr(cls, "CL:0003018", + PermissibleValue( + text="CL:0003018", + description="A retinal ganglion B3 cell with dentrites terminating in S4.", + meaning=CL["0003018"])) + setattr(cls, "CL:0000027", + PermissibleValue( + text="CL:0000027", + description="A smooth muscle cell derived from the neural crest.", + meaning=CL["0000027"])) + setattr(cls, "CL:0002170", + PermissibleValue( + text="CL:0002170", + description="A keratinized cell located in the hard palate or gingiva.", + meaning=CL["0002170"])) + setattr(cls, "CL:0002262", + PermissibleValue( + text="CL:0002262", + description="""An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver.""", + meaning=CL["0002262"])) + setattr(cls, "CL:0000796", + PermissibleValue( + text="CL:0000796", + description="""A alpha-beta intraepithelial T cell found in the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.""", + meaning=CL["0000796"])) + setattr(cls, "CL:0007017", + PermissibleValue( + text="CL:0007017", + description="""An epidermal cell with apical microvilli or a single apical projection have synaptic associations with nerve fibres in the epidermis.""", + meaning=CL["0007017"])) + setattr(cls, "CL:0002668", + PermissibleValue( + text="CL:0002668", + description="""An otic fibrocyte that is lateral to the basilar membrane and anchoris it to the lateral wall.""", + meaning=CL["0002668"])) + setattr(cls, "CL:1000470", + PermissibleValue( + text="CL:1000470", + description="A myoepithelial cell that is part of the primary lactiferous duct.", + meaning=CL["1000470"])) + setattr(cls, "CL:0000682", + PermissibleValue( + text="CL:0000682", + description="""An absorptive cell of the gut epithelium that endocytoses microorganisms and intact macromolecules from the gut lumen and transports them to the subepithelial space where they are presented to antigen-presenting cells and lymphocytes.""", + meaning=CL["0000682"])) + setattr(cls, "CL:0005026", + PermissibleValue( + text="CL:0005026", + description="""Multi fate stem cell that gives rise to both hepatocytes and cholangiocytes as descendants. The term often refers to fetal precursors of hepatocytes (differently from 'hepatic stem cell', usually applied to the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts may also be endogenous, as some stem cells found in the liver come from the bone marrow via blood circulation.""", + meaning=CL["0005026"])) + setattr(cls, "CL:0011011", + PermissibleValue( + text="CL:0011011", + description="""A cell derived from the mesoderm that is located between the paraxial mesoderm and the lateral plate.""", + meaning=CL["0011011"])) + setattr(cls, "CL:0005015", + PermissibleValue( + text="CL:0005015", + description="""An auditory epithelial support cell that surrounds the nerve fibers and synapses of the auditory inner hair cells.""", + meaning=CL["0005015"])) + setattr(cls, "CL:0000954", + PermissibleValue( + text="CL:0000954", + description="""A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, and carries a DNA rearrangement of one or more immunoglobulin light chain genes.""", + meaning=CL["0000954"])) + setattr(cls, "CL:0000972", + PermissibleValue( + text="CL:0000972", + description="""A class switched memory B cell is a memory B cell that has undergone Ig class switching and therefore is IgM-negative on the cell surface. These cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface.""", + meaning=CL["0000972"])) + setattr(cls, "CL:0000789", + PermissibleValue( + text="CL:0000789", + description="A T cell that expresses an alpha-beta T cell receptor complex.", + meaning=CL["0000789"])) + setattr(cls, "CL:0009019", + PermissibleValue( + text="CL:0009019", + description="A kidney cortical cell that is part of the nephrogenic zone.", + meaning=CL["0009019"])) + setattr(cls, "CL:0017011", + PermissibleValue( + text="CL:0017011", + description="A hillock cell that is part of the prostatic urethra.", + meaning=CL["0017011"])) + setattr(cls, "CL:0000904", + PermissibleValue( + text="CL:0000904", + description="""CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000904"])) + setattr(cls, "CL:0004139", + PermissibleValue( + text="CL:0004139", + description="A retinal ganglion A2 cell with dendrites terminating in S2.", + meaning=CL["0004139"])) + setattr(cls, "CL:0009016", + PermissibleValue( + text="CL:0009016", + description="""An intestinal stem cell that is located in the large intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the large intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009016"])) + setattr(cls, "CL:4023087", + PermissibleValue( + text="CL:4023087", + description="A Martinotti neuron that has axons that form a fan-like plexus.", + meaning=CL["4023087"])) + setattr(cls, "CL:0000840", + PermissibleValue( + text="CL:0000840", + description="""An immature cell of the conventional dendritic cell lineage, characterized by high levels of antigen uptake via endocytosis, macropinocytosis, and phagocytosis, and typically found resident in the tissues. Markers for this cell are CD80-low, CD86-low, and MHC-II-low.""", + meaning=CL["0000840"])) + setattr(cls, "CL:0008049", + PermissibleValue( + text="CL:0008049", + description="""A giant pyramidal neuron with a soma in layer Vb of the primary motor cortex that sends its axons down the spinal cord via the corticospinal tract, either synapsing directly with alpha motor neurons, or targeting interneurons in the spinal cord. In humans, Betz cells are the largest known in the central nervous system.""", + meaning=CL["0008049"])) + setattr(cls, "CL:0002473", + PermissibleValue( + text="CL:0002473", + description="Gr1-low non-classical monocyte that has high surface expression of a MHC-II complex.", + meaning=CL["0002473"])) + setattr(cls, "CL:0010009", + PermissibleValue( + text="CL:0010009", + description="Any photoreceptor cell that is part of some camera-type eye.", + meaning=CL["0010009"])) + setattr(cls, "CL:0002206", + PermissibleValue( + text="CL:0002206", + description="A brush cell of the epithelium in the terminal bronchiole.", + meaning=CL["0002206"])) + setattr(cls, "CL:0000287", + PermissibleValue( + text="CL:0000287", + description="Any photoreceptor cell that is part of some eye.", + meaning=CL["0000287"])) + setattr(cls, "CL:0009063", + PermissibleValue( + text="CL:0009063", + description="An enteroendocrine cell that is located in the anorectum.", + meaning=CL["0009063"])) + setattr(cls, "CL:0002370", + PermissibleValue( + text="CL:0002370", + description="""A simple columnar epithelial cell that secretes mucin. Rough endoplasmic reticulum, mitochondria, the nucleus, and other organelles are concentrated in the basal portion. The apical plasma membrane projects microvilli to increase surface area for secretion.""", + meaning=CL["0002370"])) + setattr(cls, "CL:0000851", + PermissibleValue( + text="CL:0000851", + description="""Neuromast mantle cell is a non-sensory cell. Neuromast mantle cells surround the neuromast support cells and neuromast hair cells, separating the neuromast from the epidermis, and secrete cupula in which the ciliary bundles of all the hair cells are embedded.""", + meaning=CL["0000851"])) + setattr(cls, "CL:0000701", + PermissibleValue( + text="CL:0000701", + description="Supports paraganglial type 1 cell.", + meaning=CL["0000701"])) + setattr(cls, "CL:1001595", + PermissibleValue( + text="CL:1001595", + description="""Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001595"])) + setattr(cls, "CL:4030026", + PermissibleValue( + text="CL:4030026", + description="""An absorptive epithelial cell of the human intestine expressing bestrophin-4 (BEST4) calcium-activated ion channels.""", + meaning=CL["4030026"])) + setattr(cls, "CL:0000456", + PermissibleValue( + text="CL:0000456", + description="Any secretory cell that is capable of some mineralocorticoid secretion.", + meaning=CL["0000456"])) + setattr(cls, "CL:0002449", + PermissibleValue( + text="CL:0002449", + description="A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive.", + meaning=CL["0002449"])) + setattr(cls, "CL:0000742", + PermissibleValue( + text="CL:0000742", + description="""A round chondrocyte that first differentiates in the late embryonic growth plate of bone.""", + meaning=CL["0000742"])) + setattr(cls, "CL:1000385", + PermissibleValue( + text="CL:1000385", + description="""A type II vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.""", + meaning=CL["1000385"])) + setattr(cls, "CL:0002327", + PermissibleValue( + text="CL:0002327", + description="An epithelial cell of the mammary gland.", + meaning=CL["0002327"])) + setattr(cls, "CL:0002013", + PermissibleValue( + text="CL:0002013", + description="A basophilic erythroblast that is GlyA-positive.", + meaning=CL["0002013"])) + setattr(cls, "CL:0002361", + PermissibleValue( + text="CL:0002361", + description="""A progenitor cell that is capable of forming colonies of primitive erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in mouse and expresses CD41.""", + meaning=CL["0002361"])) + setattr(cls, "CL:1000082", + PermissibleValue( + text="CL:1000082", + meaning=CL["1000082"])) + setattr(cls, "CL:1001581", + PermissibleValue( + text="CL:1001581", + description="Glial cell of lateral ventricle.", + meaning=CL["1001581"])) + setattr(cls, "CL:1000302", + PermissibleValue( + text="CL:1000302", + description="A fibroblast that is part of the papillary layer of dermis.", + meaning=CL["1000302"])) + setattr(cls, "CL:0003032", + PermissibleValue( + text="CL:0003032", + description="""A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003032"])) + setattr(cls, "CL:0002502", + PermissibleValue( + text="CL:0002502", + description="An enteroendocrine cell of the small intestine that secretes motilin.", + meaning=CL["0002502"])) + setattr(cls, "CL:4023022", + PermissibleValue( + text="CL:4023022", + description="""A Lamp5 GABAergic cortical interneuron that has extended axons in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in having elongated horizontal axonal arbors largely confined to L1; but the dendritic arbors are wider and have fewer branches, while the axon is less tortuous and extends further from the soma""", + meaning=CL["4023022"])) + setattr(cls, "CL:0019028", + PermissibleValue( + text="CL:0019028", + description="""Any hepatocyte that is part of the liver lobule midzonal region. These cells have mixed functionality in comparison with those in the other two regions of the liver lobule.""", + meaning=CL["0019028"])) + setattr(cls, "CL:0000803", + PermissibleValue( + text="CL:0000803", + description="""A gamma-delta intraepithelial T cell that has the phenotype CD4-negative and CD8-negative.""", + meaning=CL["0000803"])) + setattr(cls, "CL:0002335", + PermissibleValue( + text="CL:0002335", + description="""A preadipocyte that is capable of differentiating into a brown adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) coactivator-1alpha).""", + meaning=CL["0002335"])) + setattr(cls, "CL:0004223", + PermissibleValue( + text="CL:0004223", + description="""A amacrine cell with a small dendritic field and post-synaptic terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped dendritic arbor and undulate dendrites.""", + meaning=CL["0004223"])) + setattr(cls, "CL:0000484", + PermissibleValue( + text="CL:0000484", + description="""Mast cell subtype whose granules contain both the serine proteases tryptase and chymase. These cells are primarily found in connective tissue, such as the peritoneal cavity, skin, and intestinal submucosa. Their development is T-cell independent.""", + meaning=CL["0000484"])) + setattr(cls, "CL:1001579", + PermissibleValue( + text="CL:1001579", + description="Glial cell of cerebral cortex.", + meaning=CL["1001579"])) + setattr(cls, "CL:0002653", + PermissibleValue( + text="CL:0002653", + description="A squamous shaped endothelial cell.", + meaning=CL["0002653"])) + setattr(cls, "CL:0002340", + PermissibleValue( + text="CL:0002340", + description="""The exocrine cell of the prostate, this epithelial cell secretes prostatic acid phosphotase and PSA, and is dependent on androgen hormones for survival.""", + meaning=CL["0002340"])) + setattr(cls, "CL:0002258", + PermissibleValue( + text="CL:0002258", + description="""A cell type that varies from squamous to columnar, depending on their activity with microvillus directed luminally. This cell produces and secretes thyroid hormones.""", + meaning=CL["0002258"])) + setattr(cls, "CL:0002414", + PermissibleValue( + text="CL:0002414", + description="A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive.", + meaning=CL["0002414"])) + setattr(cls, "CL:4030059", + PermissibleValue( + text="CL:4030059", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found between cortical layer 2-4. This intratelencephalic-projecting glutamatergic neuron has thin-tufted apical dendrites and extends its axonal projection into L5 in the neocortex. This neuronal type has a hyperpolarised resting membrane potential. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', clusters L2/3 IT.""", + meaning=CL["4030059"])) + setattr(cls, "CL:1000706", + PermissibleValue( + text="CL:1000706", + description="Any urothelial cell that is part of some urothelium of ureter.", + meaning=CL["1000706"])) + setattr(cls, "CL:4030015", + PermissibleValue( + text="CL:4030015", + description="""A renal alpha-intercalated cell that is part of the collecting duct of the renal tubule.""", + meaning=CL["4030015"])) + setattr(cls, "CL:0000310", + PermissibleValue( + text="CL:0000310", + meaning=CL["0000310"])) + setattr(cls, "CL:0002679", + PermissibleValue( + text="CL:0002679", + description="""A lymphocyte found in adipose tissue that lacks lineage markers of other lymphocytes but is capable of mediating TH2 cytokine responses. This cell type is found in fat associated lymphoid clusters, proliferates in response to IL2 and produce large amounts of TH2 cytokines such as IL5, IL6 and IL13""", + meaning=CL["0002679"])) + setattr(cls, "CL:0002080", + PermissibleValue( + text="CL:0002080", + description="""A cubodial epithelial cell that is continuous with the lining of intercalated ducts that drain the acinus. This cell type secretes a high pH solution to aid in activation of zymogens, and can differentiate into endocrine and exocrine pancreatic cell types.""", + meaning=CL["0002080"])) + setattr(cls, "CL:0003005", + PermissibleValue( + text="CL:0003005", + description="""A mono-stratified retinal ganglion cell that has a small dendritic field and dense dendritic arbor.""", + meaning=CL["0003005"])) + setattr(cls, "CL:0000974", + PermissibleValue( + text="CL:0000974", + description="""A fully differentiated plasma cell that lives for years, as opposed to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. The majority of these cells of this type reside in the bone marrow.""", + meaning=CL["0000974"])) + setattr(cls, "CL:0000133", + PermissibleValue( + text="CL:0000133", + description="Ectoderm destined to be nervous tissue.", + meaning=CL["0000133"])) + setattr(cls, "CL:0002468", + PermissibleValue( + text="CL:0002468", + description="A myeloid suppressor cell that is Gr1-low and CD11c-positive.", + meaning=CL["0002468"])) + setattr(cls, "CL:0002177", + PermissibleValue( + text="CL:0002177", + description="""A supporting cell of the anterior pituitary gland involved in trophic and catabolic processes; expresses a broad spectrum of cytokeratins indicative of their epithelial nature.""", + meaning=CL["0002177"])) + setattr(cls, "CL:4030050", + PermissibleValue( + text="CL:4030050", + description="""A medium spiny neuron that expresses both DRD1 and DRD2 and is part of an extra-striosomal part of dorsal striatum.""", + meaning=CL["4030050"])) + setattr(cls, "CL:0000300", + PermissibleValue( + text="CL:0000300", + description="A mature sexual reproductive cell having a single set of unpaired chromosomes.", + meaning=CL["0000300"])) + setattr(cls, "CL:2000092", + PermissibleValue( + text="CL:2000092", + description="Any keratinocyte that is part of a hair follicle.", + meaning=CL["2000092"])) + setattr(cls, "CL:4033061", + PermissibleValue( + text="CL:4033061", + description="An endothelial cell that is part of a central vein of liver.", + meaning=CL["4033061"])) + setattr(cls, "CL:0000656", + PermissibleValue( + text="CL:0000656", + description="""A diploid cell that has derived from a spermatogonium and can subsequently begin meiosis and divide into two haploid secondary spermatocytes.""", + meaning=CL["0000656"])) + setattr(cls, "CL:0000150", + PermissibleValue( + text="CL:0000150", + description="""A specialized epithelial cell that is capable of synthesizing and secreting certain biomolecules.""", + meaning=CL["0000150"])) + setattr(cls, "CL:0000549", + PermissibleValue( + text="CL:0000549", + description="""A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers.""", + meaning=CL["0000549"])) + setattr(cls, "CL:0000902", + PermissibleValue( + text="CL:0000902", + description="""CD4-positive alpha-beta T cell with the phenotype CD25-positive, CTLA-4-positive, and FoxP3-positive with regulatory function.""", + meaning=CL["0000902"])) + setattr(cls, "CL:0000944", + PermissibleValue( + text="CL:0000944", + description="""A Be cell that facilitates development of T-helper 2 (Th2) phenotype T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, and interleukin-6.""", + meaning=CL["0000944"])) + setattr(cls, "CL:0002544", + PermissibleValue( + text="CL:0002544", + description="An arterial endothelial cell that is part of the aorta endothelium.", + meaning=CL["0002544"])) + setattr(cls, "CL:0000833", + PermissibleValue( + text="CL:0000833", + description="A promyelocyte committed to the eosinophil lineage.", + meaning=CL["0000833"])) + setattr(cls, "CL:4023122", + PermissibleValue( + text="CL:4023122", + description="""An interneuron located in the cerebral cortex that expresses the oxytocin receptor. These interneurons also express somatostatin.""", + meaning=CL["4023122"])) + setattr(cls, "CL:0000158", + PermissibleValue( + text="CL:0000158", + description="""A non-mucous, epithelial secretory cell that is part of the tracheobronchial tree. A club cell has short microvilli but no cilia. A club cell is able to multiply and differentiate into ciliated cells to regenerate the bronchiolar epithelium and it also protects the tracheobronchial epithelium.""", + meaning=CL["0000158"])) + setattr(cls, "CL:0003043", + PermissibleValue( + text="CL:0003043", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with dense dendritic arbor.""", + meaning=CL["0003043"])) + setattr(cls, "CL:0002613", + PermissibleValue( + text="CL:0002613", + description="A neuron of the striatum.", + meaning=CL["0002613"])) + setattr(cls, "CL:0008003", + PermissibleValue( + text="CL:0008003", + description="""A myotube that is part of some somatic muscle. Examples include arthropod somatic muscle cells.""", + meaning=CL["0008003"])) + setattr(cls, "CL:4023061", + PermissibleValue( + text="CL:4023061", + description="A neuron that has its soma located in CA4 of the hippocampus.", + meaning=CL["4023061"])) + setattr(cls, "CL:0002227", + PermissibleValue( + text="CL:0002227", + description="A secondary fiber cell that contains a nucleus.", + meaning=CL["0002227"])) + setattr(cls, "CL:1000449", + PermissibleValue( + text="CL:1000449", + description="An epithelial cell that is part of the nephron.", + meaning=CL["1000449"])) + setattr(cls, "CL:0009002", + PermissibleValue( + text="CL:0009002", + description="""Any cell participating in the inflammatory response to a foreign substance, e.g. neutrophil, macrophage.""", + meaning=CL["0009002"])) + setattr(cls, "CL:1000427", + PermissibleValue( + text="CL:1000427", + description="A chromaffin cell that is part of the adrenal cortex.", + meaning=CL["1000427"])) + setattr(cls, "CL:0008020", + PermissibleValue( + text="CL:0008020", + description="""A skeletal muscle satellite cell that undergoes symmetric division to produce two adult skeleltal muscle myoblasts.""", + meaning=CL["0008020"])) + setattr(cls, "CL:0000546", + PermissibleValue( + text="CL:0000546", + description="""A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4.""", + meaning=CL["0000546"])) + setattr(cls, "CL:0000914", + PermissibleValue( + text="CL:0000914", + description="""An immature alpha-beta T-cell that express Egr2. These cells give rise to T cells expressing NK markers.""", + meaning=CL["0000914"])) + setattr(cls, "CL:0001002", + PermissibleValue( + text="CL:0001002", + description="""Mature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001002"])) + setattr(cls, "CL:0000159", + PermissibleValue( + text="CL:0000159", + meaning=CL["0000159"])) + setattr(cls, "CL:0002385", + PermissibleValue( + text="CL:0002385", + description="An oblong or round asexual spore formed from conidial chains.", + meaning=CL["0002385"])) + setattr(cls, "CL:0000928", + PermissibleValue( + text="CL:0000928", + description="""A type I NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, CD69-positive, and downregulated NK markers.""", + meaning=CL["0000928"])) + setattr(cls, "CL:0001062", + PermissibleValue( + text="CL:0001062", + description="""A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.""", + meaning=CL["0001062"])) + setattr(cls, "CL:1001108", + PermissibleValue( + text="CL:1001108", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal medulla.""", + meaning=CL["1001108"])) + setattr(cls, "CL:0002092", + PermissibleValue( + text="CL:0002092", + description="""A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells.""", + meaning=CL["0002092"])) + setattr(cls, "CL:2000018", + PermissibleValue( + text="CL:2000018", + description="Any endothelial cell of artery that is part of a coronary artery.", + meaning=CL["2000018"])) + setattr(cls, "CL:0009089", + PermissibleValue( + text="CL:0009089", + description="A pericyte cell that is part of a lung.", + meaning=CL["0009089"])) + setattr(cls, "CL:1001592", + PermissibleValue( + text="CL:1001592", + description="Glandular cell of gallbladder epithelium.", + meaning=CL["1001592"])) + setattr(cls, "CL:0002590", + PermissibleValue( + text="CL:0002590", + description="A vascular associated smooth muscle cell of the brain vasculature.", + meaning=CL["0002590"])) + setattr(cls, "CL:0000113", + PermissibleValue( + text="CL:0000113", + description="A vertebrate phagocyte with a single nucleus.", + meaning=CL["0000113"])) + setattr(cls, "CL:0000203", + PermissibleValue( + text="CL:0000203", + description="""Any neuronal receptor cell that is capable of some detection of mechanical stimulus involved in sensory perception of gravity.""", + meaning=CL["0000203"])) + setattr(cls, "CL:0002563", + PermissibleValue( + text="CL:0002563", + description="An epithelial cell of the intestine.", + meaning=CL["0002563"])) + setattr(cls, "CL:0002403", + PermissibleValue( + text="CL:0002403", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus.""", + meaning=CL["0002403"])) + setattr(cls, "CL:0002611", + PermissibleValue( + text="CL:0002611", + description="A CNS neuron of the dorsal spinal cord.", + meaning=CL["0002611"])) + setattr(cls, "CL:4030008", + PermissibleValue( + text="CL:4030008", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the pronephros.""", + meaning=CL["4030008"])) + setattr(cls, "CL:0009091", + PermissibleValue( + text="CL:0009091", + description="""A stem cell found in the interstitial compartment of the neonatal testis; it is capable of self-renewal as well as differentiation into steroidogenic cells (adult Leydig cells). Intermediate stages of development include progenitor Leydig cells and immature Leydig cells.""", + meaning=CL["0009091"])) + setattr(cls, "CL:0000806", + PermissibleValue( + text="CL:0000806", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-positive.""", + meaning=CL["0000806"])) + setattr(cls, "CL:4023076", + PermissibleValue( + text="CL:4023076", + description="""An interneuron that has Martinotti morphology. These interneurons are scattered throughout various layers of the cerebral cortex, sending their axons up to the cortical layer I where they form axonal arborization.""", + meaning=CL["4023076"])) + setattr(cls, "CL:0000392", + PermissibleValue( + text="CL:0000392", + description="""A hemocyte that synthesizes and secretes melanins as part of the antimicrobial immune response. It is characterized morphologically by crystal inclusions of phenoloxidases in its cytoplasm, hence its name.""", + meaning=CL["0000392"])) + setattr(cls, "CL:4023187", + PermissibleValue( + text="CL:4023187", + description="""A neuron with a small cell body that is located in a koniocellular layer of the lateral geniculate nucleus (LGN).""", + meaning=CL["4023187"])) + setattr(cls, "CL:0000874", + PermissibleValue( + text="CL:0000874", + description="""A splenic macrophage found in the red-pulp of the spleen, and involved in immune responses to blood-borne pathogens and in the clearance of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low.""", + meaning=CL["0000874"])) + setattr(cls, "CL:1000435", + PermissibleValue( + text="CL:1000435", + description="An epithelial cell that is part of the lacrimal drainage system.", + meaning=CL["1000435"])) + setattr(cls, "CL:1000717", + PermissibleValue( + text="CL:1000717", + description="""Intercalated cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may contribute in the maintenance of acid/base homeostasis.""", + meaning=CL["1000717"])) + setattr(cls, "CL:0000239", + PermissibleValue( + text="CL:0000239", + description="""An epithelial cell characterized by the presence of a brush border on its apical surface, which increases the surface area for absorption.""", + meaning=CL["0000239"])) + setattr(cls, "CL:0000511", + PermissibleValue( + text="CL:0000511", + description="A peptide hormone secreting cell that secretes androgen binding protein.", + meaning=CL["0000511"])) + setattr(cls, "CL:4030039", + PermissibleValue( + text="CL:4030039", + description="""An extratelencephalic-projecting glutamatergic cortical neuron that is morphologically-defined with a large, spindle-shaped cell body, thick bipolar dendrites with limited branching and a moderate density of spines, and often an axon initial segment that emanates from the side of the cell body. This cell type is associated with markers POU3F, BMP3 and ITGA4.""", + meaning=CL["4030039"])) + setattr(cls, "CL:0000550", + PermissibleValue( + text="CL:0000550", + description="""A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers.""", + meaning=CL["0000550"])) + setattr(cls, "CL:0000525", + PermissibleValue( + text="CL:0000525", + description="""A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy.""", + meaning=CL["0000525"])) + setattr(cls, "CL:0019003", + PermissibleValue( + text="CL:0019003", + description="Any goblet cell that is part of the tracheobronchial epithelium.", + meaning=CL["0019003"])) + setattr(cls, "CL:0000438", + PermissibleValue( + text="CL:0000438", + description="A peptide hormone secreting cell pituitary that produces luteinizing hormone.", + meaning=CL["0000438"])) + setattr(cls, "CL:0000052", + PermissibleValue( + text="CL:0000052", + description="A stem cell from which all cells of the body can form.", + meaning=CL["0000052"])) + setattr(cls, "CL:0000981", + PermissibleValue( + text="CL:0000981", + description="A memory B cell with the phenotype IgD-negative and CD27-negative.", + meaning=CL["0000981"])) + setattr(cls, "CL:4023066", + PermissibleValue( + text="CL:4023066", + description="""A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically.""", + meaning=CL["4023066"])) + setattr(cls, "CL:0011101", + PermissibleValue( + text="CL:0011101", + description="""Cells of the uterine chorion that acquire specialized structural and/or functional features that characterize chorionic trophoblasts. These cells will migrate towards the spongiotrophoblast layer and give rise to syncytiotrophoblasts of the labyrinthine layer.""", + meaning=CL["0011101"])) + setattr(cls, "CL:4033031", + PermissibleValue( + text="CL:4033031", + description="""An ON diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells.""", + meaning=CL["4033031"])) + setattr(cls, "CL:0000151", + PermissibleValue( + text="CL:0000151", + description="A cell that specializes in controlled release of one or more substances.", + meaning=CL["0000151"])) + setattr(cls, "CL:1000374", + PermissibleValue( + text="CL:1000374", + description="""A transitional myocyte that is part of the posterior division of left branch of atrioventricular bundle.""", + meaning=CL["1000374"])) + setattr(cls, "CL:0000542", + PermissibleValue( + text="CL:0000542", + description="""A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin.""", + meaning=CL["0000542"])) + setattr(cls, "CL:4030011", + PermissibleValue( + text="CL:4030011", + description="""A brush border cell that is part of segment 3 (S3) of the proximal tubule epithelium, which extends from the medullary rays of the renal cortex into the outer medulla.""", + meaning=CL["4030011"])) + setattr(cls, "CL:0000540", + PermissibleValue( + text="CL:0000540", + description="""The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system.""", + meaning=CL["0000540"])) + setattr(cls, "CL:0000580", + PermissibleValue( + text="CL:0000580", + description="""A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and neutrophil-specific granules has started. No nucleolus is present. This cell type is CD13-positive, CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, myeloperoxidase-positive and NGAL-positive.""", + meaning=CL["0000580"])) + setattr(cls, "CL:0001009", + PermissibleValue( + text="CL:0001009", + description="""Immature dermal dendritic cell is a dermal dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001009"])) + setattr(cls, "CL:0000588", + PermissibleValue( + text="CL:0000588", + description="A specialized osteoclast associated with the absorption and removal of cementum.", + meaning=CL["0000588"])) + setattr(cls, "CL:0011014", + PermissibleValue( + text="CL:0011014", + description="A sperm cell that is not cabaple of motion (motility).", + meaning=CL["0011014"])) + setattr(cls, "CL:4033042", + PermissibleValue( + text="CL:4033042", + description="An alveolar macrophage that expresses metallothionein.", + meaning=CL["4033042"])) + setattr(cls, "CL:0000816", + PermissibleValue( + text="CL:0000816", + description="""An immature B cell is a B cell that has the phenotype surface IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin class switching or peripheral encounter with antigen and activation.""", + meaning=CL["0000816"])) + setattr(cls, "CL:0000558", + PermissibleValue( + text="CL:0000558", + description="""An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds.""", + meaning=CL["0000558"])) + setattr(cls, "CL:0000778", + PermissibleValue( + text="CL:0000778", + description="""A specialized mononuclear osteoclast associated with the absorption and removal of bone, precursor of multinuclear osteoclasts.""", + meaning=CL["0000778"])) + setattr(cls, "CL:0000500", + PermissibleValue( + text="CL:0000500", + description="An epithelial somatic cell associated with a maturing oocyte.", + meaning=CL["0000500"])) + setattr(cls, "CL:0009030", + PermissibleValue( + text="CL:0009030", + description="An intestinal enteroendocrine cell that is located in a vermiform appendix.", + meaning=CL["0009030"])) + setattr(cls, "CL:0008017", + PermissibleValue( + text="CL:0008017", + description="""A skeletal muscle myoblast that is part of a skeletal mucle. These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers.""", + meaning=CL["0008017"])) + setattr(cls, "CL:4023159", + PermissibleValue( + text="CL:4023159", + description="An interneuron that has double bouquet morphology.", + meaning=CL["4023159"])) + setattr(cls, "CL:0002504", + PermissibleValue( + text="CL:0002504", + description="A smooth muscle cell of the intestine.", + meaning=CL["0002504"])) + setattr(cls, "CL:0000690", + PermissibleValue( + text="CL:0000690", + meaning=CL["0000690"])) + setattr(cls, "CL:0002317", + PermissibleValue( + text="CL:0002317", + description="An external limiting cell found in the vestibular epithelium.", + meaning=CL["0002317"])) + setattr(cls, "CL:2000079", + PermissibleValue( + text="CL:2000079", + description="Any mesenchymal stem cell of the bone marrow that is part of a femur.", + meaning=CL["2000079"])) + setattr(cls, "CL:4023120", + PermissibleValue( + text="CL:4023120", + description="An auditory hair cell found in the cochlea.", + meaning=CL["4023120"])) + setattr(cls, "CL:0002629", + PermissibleValue( + text="CL:0002629", + description="""A mature microglial cell that has changed shape to an amoeboid morphology and is capable of cytokine production and antigen presentation.""", + meaning=CL["0002629"])) + setattr(cls, "CL:0017009", + PermissibleValue( + text="CL:0017009", + description="A human dendritic cell that expresses the AXL and SIGLEC6 genes.", + meaning=CL["0017009"])) + setattr(cls, "CL:0000573", + PermissibleValue( + text="CL:0000573", + description="""One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision.""", + meaning=CL["0000573"])) + setattr(cls, "CL:1000313", + PermissibleValue( + text="CL:1000313", + description="A goblet cell that is part of the epithelium of stomach.", + meaning=CL["1000313"])) + setattr(cls, "CL:0002253", + PermissibleValue( + text="CL:0002253", + description="An epithelial cell of the large intestine.", + meaning=CL["0002253"])) + setattr(cls, "CL:0019029", + PermissibleValue( + text="CL:0019029", + description="""Any hepatocyte that is part of the liver lobule centrilobular region. These cells are the primary location for the biotransformation of drugs.""", + meaning=CL["0019029"])) + setattr(cls, "CL:0000648", + PermissibleValue( + text="CL:0000648", + description="""A smooth muscle cell that synthesizes, stores, and secretes the enzyme renin. This cell type are located in the wall of the afferent arteriole at the entrance to the glomerulus. While having a different origin than other kidney smooth muscle cells, this cell type expresses smooth muscle actin upon maturation.""", + meaning=CL["0000648"])) + setattr(cls, "CL:0000870", + PermissibleValue( + text="CL:0000870", + description="A gut-associated lymphoid tissue macrophage found in the Peyer's patches.", + meaning=CL["0000870"])) + setattr(cls, "CL:1000236", + PermissibleValue( + text="CL:1000236", + description="Any glial cell that is part of some posterior lateral line nerve.", + meaning=CL["1000236"])) + setattr(cls, "CL:0001069", + PermissibleValue( + text="CL:0001069", + description="""An innate lymphoid cell that is capable of producing T-helper 2-cell associated cytokines upon stimulation.""", + meaning=CL["0001069"])) + setattr(cls, "CL:0002084", + PermissibleValue( + text="CL:0002084", + description="""A Boettcher cell is a polyhedral cells on the basilar membrane of the cochlea, and is located beneath Claudius cells. A Boettcher cell is considered a supporting cell for the organ of Corti, and is present only in the lower turn of the cochlea. These cells interweave with each other, and project microvilli into the intercellular space. Because of their structural specialization, a Boettcher cell is believed to play a significant role in the function of the cochlea. They demonstrate high levels of calmodulin, and may be involved in mediating Ca(2+) regulation and ion transport.""", + meaning=CL["0002084"])) + setattr(cls, "CL:1000367", + PermissibleValue( + text="CL:1000367", + description="A transitional myocyte that is part of the posterior internodal tract.", + meaning=CL["1000367"])) + setattr(cls, "CL:4029001", + PermissibleValue( + text="CL:4029001", + description="""A cell that supports the development of a gamete by providing it cytoplasmic material (including entire organelles) by direct cross-membrane channels (del Pino, 2021).""", + meaning=CL["4029001"])) + setattr(cls, "CL:4033000", + PermissibleValue( + text="CL:4033000", + description="A(n) endothelial cell that is part of a(n) venule of lymph node.", + meaning=CL["4033000"])) + setattr(cls, "CL:0002658", + PermissibleValue( + text="CL:0002658", + description="A glandular epithelial cell of the large intestine.", + meaning=CL["0002658"])) + setattr(cls, "CL:0000565", + PermissibleValue( + text="CL:0000565", + description="A cell found in fat bodies whose primary function is intermediary metabolism.", + meaning=CL["0000565"])) + setattr(cls, "CL:0001033", + PermissibleValue( + text="CL:0001033", + description="Granule cell with a soma found in the hippocampus.", + meaning=CL["0001033"])) + setattr(cls, "CL:0000479", + PermissibleValue( + text="CL:0000479", + description="A peptide hormone secreting cell that secretes vasopressin stimulating hormone", + meaning=CL["0000479"])) + setattr(cls, "CL:0002508", + PermissibleValue( + text="CL:0002508", + description="""A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative.""", + meaning=CL["0002508"])) + setattr(cls, "CL:0000141", + PermissibleValue( + text="CL:0000141", + description="""An osteocytelike cell with numerous processes, trapped in a lacuna in the cement of the tooth.""", + meaning=CL["0000141"])) + setattr(cls, "CL:0002592", + PermissibleValue( + text="CL:0002592", + description="A smooth muscle cell of the coronary artery.", + meaning=CL["0002592"])) + setattr(cls, "CL:1001131", + PermissibleValue( + text="CL:1001131", + description="A cell that is part of some vasa recta ascending limb.", + meaning=CL["1001131"])) + setattr(cls, "CL:0000849", + PermissibleValue( + text="CL:0000849", + description="""An olfactory receptor cell with short cilia growing in an invagination bordered by microvilli.""", + meaning=CL["0000849"])) + setattr(cls, "CL:0009109", + PermissibleValue( + text="CL:0009109", + description="A lymphatic endothelial cell located in a lymph node trabecula.", + meaning=CL["0009109"])) + setattr(cls, "CL:4030023", + PermissibleValue( + text="CL:4030023", + description="""A hillock cell that is located in respiratory epithelium. In some mammalian species, this cell type has been noted to express KRT13 and KRT4 and is postulated to play a role in squamous barrier function and immunomodulation.""", + meaning=CL["4030023"])) + setattr(cls, "CL:0004247", + PermissibleValue( + text="CL:0004247", + description="A neuron that stratifies dendrites at two and only two locations.", + meaning=CL["0004247"])) + setattr(cls, "CL:0000091", + PermissibleValue( + text="CL:0000091", + description="""A tissue-resident macrophage of the reticuloendothelial system found on the luminal surface of the hepatic sinusoids involved in erythrocyte clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, CD163/SRCR-positive. Irregular, with long processes including lamellipodia extending into the sinusoid lumen, have flattened nucleus with cytoplasm containing characteristic invaginations of the plasma membrane (vermiform bodies); lie within the sinusoid lumen attached to the endothelial surface; derived from the bone marrow, form a major part of the body's mononuclear phagocyte system.""", + meaning=CL["0000091"])) + setattr(cls, "CL:0000122", + PermissibleValue( + text="CL:0000122", + description="""A neuron that has dendritic processes radiating from the cell body forming a star-like shape.""", + meaning=CL["0000122"])) + setattr(cls, "CL:0000741", + PermissibleValue( + text="CL:0000741", + description="""A motor neuron that is located in the cervical region of the spinal cord and selectively innervates the sternocleidmastoid or trapezius muscle. Unlike other motor neurons, they extend axons dorsally along lateral margins of the spinal cord.""", + meaning=CL["0000741"])) + setattr(cls, "CL:1001005", + PermissibleValue( + text="CL:1001005", + description="""Any kidney capillary endothelial cell that is part of some glomerular capillary endothelium.""", + meaning=CL["1001005"])) + setattr(cls, "CL:0001023", + PermissibleValue( + text="CL:0001023", + description="""A common myeloid progenitor that is Kit-positive and CD34-positive, Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low.""", + meaning=CL["0001023"])) + setattr(cls, "CL:0000065", + PermissibleValue( + text="CL:0000065", + description="A neurectoderm derived cell that lines the neural lumen.", + meaning=CL["0000065"])) + setattr(cls, "CL:2000089", + PermissibleValue( + text="CL:2000089", + description="""A granule cell that has soma location in the dentate gyrus cell layer of the hippocampal formation and has an elliptical cell body and characteristic cone-shaped tree of spiny apical dendrites. The branches extend throughout the molecular layer and the distal tips of the dendritic tree end just at the hippocampal fissure or at the ventricular surface. The dentate gyrus granule cell is the principal cell type of the dentate gyrus.""", + meaning=CL["2000089"])) + setattr(cls, "CL:1000505", + PermissibleValue( + text="CL:1000505", + description="A cell that is part of a renal pelvis.", + meaning=CL["1000505"])) + setattr(cls, "CL:0002178", + PermissibleValue( + text="CL:0002178", + description="An epithelial cell found in the lining of the stomach.", + meaning=CL["0002178"])) + setattr(cls, "CL:0003008", + PermissibleValue( + text="CL:0003008", + description="""A mono-stratified retinal ganglion cell that has a medium dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S2.""", + meaning=CL["0003008"])) + setattr(cls, "CL:0002209", + PermissibleValue( + text="CL:0002209", + description="""An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells.""", + meaning=CL["0002209"])) + setattr(cls, "CL:4023006", + PermissibleValue( + text="CL:4023006", + description="""A nuclear bag fiber that is sensitive only changes in muscle length but not the rate of that change.""", + meaning=CL["4023006"])) + setattr(cls, "CL:0000754", + PermissibleValue( + text="CL:0000754", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is not well filled and the dendrites are more delicate than in type 1 cells. The axon terminal is bushier and exhibits a dense plexus of varicosities in the inner part of sublamina 1 (Ghosh et al., 2004). It can be differentiated from other retinal bipolar neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, 2016).""", + meaning=CL["0000754"])) + setattr(cls, "CL:0000841", + PermissibleValue( + text="CL:0000841", + description="""A mature cell of the conventional dendritic cell lineage, characterized by a high capacity for antigen presentation and typically found in a lymph node.""", + meaning=CL["0000841"])) + setattr(cls, "CL:0000175", + PermissibleValue( + text="CL:0000175", + description="""A progesterone secreting cell in the corpus luteum. The large luteal cells develop from the granulosa cells. The small luteal cells develop from the theca cells.""", + meaning=CL["0000175"])) + setattr(cls, "CL:0004120", + PermissibleValue( + text="CL:0004120", + description="""A retinal ganglion A cell found in the retina with large somata, often polygonal in shape. The dendritic fields consist of three to seven stout dendrites that are sparce near soma. Dendrites terminate in S4.""", + meaning=CL["0004120"])) + setattr(cls, "CL:0002424", + PermissibleValue( + text="CL:0002424", + description="A DN2 thymocyte that is Kit-low.", + meaning=CL["0002424"])) + setattr(cls, "CL:0000865", + PermissibleValue( + text="CL:0000865", + description="A gut-associated lymphoid tissue macrophage found in lamina propria of the gut.", + meaning=CL["0000865"])) + setattr(cls, "CL:1000600", + PermissibleValue( + text="CL:1000600", + description="Any cell that is part of some lower urinary tract.", + meaning=CL["1000600"])) + setattr(cls, "CL:1000321", + PermissibleValue( + text="CL:1000321", + description="""A goblet cell that is part of the epithelium of crypt of Lieberkuhn of large intestine.""", + meaning=CL["1000321"])) + setattr(cls, "CL:0002063", + PermissibleValue( + text="CL:0002063", + description="""A pulmonary alveolar epithelial cell that modulates the fluid surrounding the alveolar epithelium by secreting and recycling surfactants. This cell type also contributes to tissue repair and can differentiate after injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker than squamous alveolar cells, have a rounded apical surface that projects above the level of surrounding epithelium. The free surface is covered by short microvilli.""", + meaning=CL["0002063"])) + setattr(cls, "CL:4023097", + PermissibleValue( + text="CL:4023097", + description="""A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid barrier cells make up the tight-junctioned layer in the leptomeninx that functions as the physiologic barrier between the cerebrospinal fluid in the subarachnoid space and the fenestrated capillaries in the dura.""", + meaning=CL["4023097"])) + setattr(cls, "CL:0002198", + PermissibleValue( + text="CL:0002198", + description="""A large epithelial cell with an extremely acidophilic and granular cytoplasm, containing vast numbers of mitochondria; such cells may undergo neoplastic transformation. From the Greek word onkos meaning swelling, this cell type is found in parathyroid, salivary and thyroid glands.""", + meaning=CL["0002198"])) + setattr(cls, "CL:4030007", + PermissibleValue( + text="CL:4030007", + description="""An epithelial ciliated cell that is part of the fallopian tube. This cell type is found mainly on the apex of the mucosal folds and contributes, together with peristaltic contractions, to the self-propulsion of spermatozoa, the transport of ovum during ovulation and the transport of the fertilized ovum to the intramural fallopian tube. A fallopian tube ciliated cell has a columnar shape and contains an oval or round nucleus, often located perpendicular or parallel to the long axis of the cell.""", + meaning=CL["4030007"])) + setattr(cls, "CL:4023161", + PermissibleValue( + text="CL:4023161", + description="""An excitatory glutamatergic interneuron found in the granular layer of the cerebellar cortex and also in the granule cell domain of the cochlear nucleus. Unipolar brush cells have a round or oval cell body with usually a single short dendrite that ends in a brush-like tuft of short dendrites unique to them known as dendrioles.""", + meaning=CL["4023161"])) + setattr(cls, "CL:0000218", + PermissibleValue( + text="CL:0000218", + description="""A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons.""", + meaning=CL["0000218"])) + setattr(cls, "CL:0000021", + PermissibleValue( + text="CL:0000021", + description="Female germ cell is a germ cell that supports female gamete production.", + meaning=CL["0000021"])) + setattr(cls, "CL:0000064", + PermissibleValue( + text="CL:0000064", + description="A cell that has a filiform extrusion of the cell surface.", + meaning=CL["0000064"])) + setattr(cls, "CL:1000352", + PermissibleValue( + text="CL:1000352", + description="A basal cell that is part of the epithelium of bronchiole.", + meaning=CL["1000352"])) + setattr(cls, "CL:1000417", + PermissibleValue( + text="CL:1000417", + description="A myoepithelial cell that is part of the sweat gland.", + meaning=CL["1000417"])) + setattr(cls, "CL:0000167", + PermissibleValue( + text="CL:0000167", + description="Any secretory cell that is capable of some peptide hormone secretion.", + meaning=CL["0000167"])) + setattr(cls, "CL:2000069", + PermissibleValue( + text="CL:2000069", + description="Any fibroblast that is part of a gallbladder.", + meaning=CL["2000069"])) + setattr(cls, "CL:0002040", + PermissibleValue( + text="CL:0002040", + description="A CD24-low, CD44-negative, NK1.1-negative NK T cell.", + meaning=CL["0002040"])) + setattr(cls, "CL:4030018", + PermissibleValue( + text="CL:4030018", + description="A renal principal cell located in the connecting tubule.", + meaning=CL["4030018"])) + setattr(cls, "CL:0004231", + PermissibleValue( + text="CL:0004231", + description="""A broadly stratifying amacrine cell with a small dendritic field and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic terminals in S2, S3, and S4.""", + meaning=CL["0004231"])) + setattr(cls, "CL:0000054", + PermissibleValue( + text="CL:0000054", + meaning=CL["0000054"])) + setattr(cls, "CL:0000532", + PermissibleValue( + text="CL:0000532", + meaning=CL["0000532"])) + setattr(cls, "CL:1000500", + PermissibleValue( + text="CL:1000500", + description="A cell that is part of kidney interstitium.", + meaning=CL["1000500"])) + setattr(cls, "CL:0000830", + PermissibleValue( + text="CL:0000830", + description="A promyelocyte committed to the basophil lineage.", + meaning=CL["0000830"])) + setattr(cls, "CL:4023171", + PermissibleValue( + text="CL:4023171", + description="""A trigeminal neuron that is responsible for motor functions such as biting and chewing.""", + meaning=CL["4023171"])) + setattr(cls, "CL:0000114", + PermissibleValue( + text="CL:0000114", + meaning=CL["0000114"])) + setattr(cls, "CL:0000622", + PermissibleValue( + text="CL:0000622", + description="""A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus).""", + meaning=CL["0000622"])) + setattr(cls, "CL:0002429", + PermissibleValue( + text="CL:0002429", + description="A double-positive thymocyte that is CD69-positive and has begun positive selection.", + meaning=CL["0002429"])) + setattr(cls, "CL:0001067", + PermissibleValue( + text="CL:0001067", + description="""An innate lymphoid cell that is capable of producing the type 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines.""", + meaning=CL["0001067"])) + setattr(cls, "CL:0002047", + PermissibleValue( + text="CL:0002047", + description="""A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive and BP-1-negative.""", + meaning=CL["0002047"])) + setattr(cls, "CL:0007013", + PermissibleValue( + text="CL:0007013", + description="""Odontoblast that is terminally differentiated and derived from an odontogenic papilla and associated with dentine.""", + meaning=CL["0007013"])) + setattr(cls, "CL:0002638", + PermissibleValue( + text="CL:0002638", + description="""A respiratory stem cell found at the junction of the terminal (conductive) bronchiole and the respiratory bronchiole. This cell types gives rise to alveolar cell types and club cells in response to lung injury. This cell type expresses markers Scgb1a1 and Sftpc.""", + meaning=CL["0002638"])) + setattr(cls, "CL:0000646", + PermissibleValue( + text="CL:0000646", + description="""Undifferentiated; mitotic stem cell for other epithelial cell types; rounded or elliptical with little cytoplasm and few organelles; contain cytokeratin intermediate filament.""", + meaning=CL["0000646"])) + setattr(cls, "CL:1000484", + PermissibleValue( + text="CL:1000484", + description="A Purkinje myocyte that is part of the atrioventricular bundle.", + meaning=CL["1000484"])) + setattr(cls, "CL:1000892", + PermissibleValue( + text="CL:1000892", + description="Any kidney blood vessel cell that is part of some kidney capillary.", + meaning=CL["1000892"])) + setattr(cls, "CL:0002172", + PermissibleValue( + text="CL:0002172", + description="""A long, spindle-shaped supporting cells arranged in parallel rows that secretes components of the tectorial membrane and potassium ions into the endolymph.""", + meaning=CL["0002172"])) + setattr(cls, "CL:0000228", + PermissibleValue( + text="CL:0000228", + description="A cell with more than one nucleus.", + meaning=CL["0000228"])) + setattr(cls, "CL:0000174", + PermissibleValue( + text="CL:0000174", + description="Any secretory cell that is capable of some steroid hormone secretion.", + meaning=CL["0000174"])) + setattr(cls, "CL:0002212", + PermissibleValue( + text="CL:0002212", + description="""A fast muscle fiber cell that stores energy in the form of glycogen and creatine phosphate.""", + meaning=CL["0002212"])) + setattr(cls, "CL:1000380", + PermissibleValue( + text="CL:1000380", + description="""A type I vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.""", + meaning=CL["1000380"])) + setattr(cls, "CL:1000438", + PermissibleValue( + text="CL:1000438", + description="An epithelial cell that is part of the wall of inferior part of anal canal.", + meaning=CL["1000438"])) + setattr(cls, "CL:4023094", + PermissibleValue( + text="CL:4023094", + description="A pyramidal neuron which has a distinctive tuft formation, distal from the soma.", + meaning=CL["4023094"])) + setattr(cls, "CL:0002066", + PermissibleValue( + text="CL:0002066", + description="""A neuroendocrine cell found in the epithelium of the lungs and respiratory tract. This cell type is rounded or elliptical in shape, situated mainly in the basal part of the epithelium; regulates bronchial secretion, smooth muscle contraction, lobular growth, ciliary activity and chemoreception. Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles with a clear halo between the core and the limiting membrane.""", + meaning=CL["0002066"])) + setattr(cls, "CL:0009084", + PermissibleValue( + text="CL:0009084", + description="An epithelial cell that is part of an endometrial gland.", + meaning=CL["0009084"])) + setattr(cls, "CL:2000023", + PermissibleValue( + text="CL:2000023", + description="Any interneuron that is part of a spinal cord ventral column.", + meaning=CL["2000023"])) + setattr(cls, "CL:0004229", + PermissibleValue( + text="CL:0004229", + description="""A bistratified amacrine cell with a small dendritic field that has dendrite stratification in S2, and in S3 and S4.""", + meaning=CL["0004229"])) + setattr(cls, "CL:0002676", + PermissibleValue( + text="CL:0002676", + description="A neuroblast derived from a neural crest cell.", + meaning=CL["0002676"])) + setattr(cls, "CL:0002091", + PermissibleValue( + text="CL:0002091", + description="A small cell formed by the first meiotic division of oocytes.", + meaning=CL["0002091"])) + setattr(cls, "CL:0001064", + PermissibleValue( + text="CL:0001064", + description="A neoplastic cell that is capable of entering a surrounding tissue", + meaning=CL["0001064"])) + setattr(cls, "CL:0000615", + PermissibleValue( + text="CL:0000615", + description="""A thick walled spore containing one or more haploid nuclei produced by sexual reproduction in an Basidiomycete; formed externally on extrusions of the basidium.""", + meaning=CL["0000615"])) + setattr(cls, "CL:0005007", + PermissibleValue( + text="CL:0005007", + description="""Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact the central canal of the spinal cord and have ipsilateral ascending axons.""", + meaning=CL["0005007"])) + setattr(cls, "CL:0001012", + PermissibleValue( + text="CL:0001012", + meaning=CL["0001012"])) + setattr(cls, "CL:1000346", + PermissibleValue( + text="CL:1000346", + description="An enterocyte that is part of the epithelium proper of large intestine.", + meaning=CL["1000346"])) + setattr(cls, "CL:0000061", + PermissibleValue( + text="CL:0000061", + description="""Skeletogenic cell that produces cementum (a bony substance that covers the root of a tooth), is part of the odontogenic papilla, and develops from a precementoblast cell.""", + meaning=CL["0000061"])) + setattr(cls, "CL:0000687", + PermissibleValue( + text="CL:0000687", + meaning=CL["0000687"])) + setattr(cls, "CL:0000148", + PermissibleValue( + text="CL:0000148", + description="""A pigment cell derived from the neural crest. Contains melanin-filled pigment granules, which gives a brown to black appearance.""", + meaning=CL["0000148"])) + setattr(cls, "CL:1000370", + PermissibleValue( + text="CL:1000370", + description="A transitional myocyte that is part of the left branch of atrioventricular bundle.", + meaning=CL["1000370"])) + setattr(cls, "CL:0002372", + PermissibleValue( + text="CL:0002372", + description="A transversely striated, synctial muscle cell, formed by the fusion of myoblasts.", + meaning=CL["0002372"])) + setattr(cls, "CL:0000430", + PermissibleValue( + text="CL:0000430", + description="""A pigment cell derived from the neural crest. Contains cartenoid pigments in structures called pterinosomes or xanthosomes. This gives an appearance ranging from a golden yellow to orange and red.""", + meaning=CL["0000430"])) + setattr(cls, "CL:0009026", + PermissibleValue( + text="CL:0009026", + description="An enterocyte that is a part of a vermiform appendix.", + meaning=CL["0009026"])) + setattr(cls, "CL:1001569", + PermissibleValue( + text="CL:1001569", + description="An interneuron with a soma found in the hippocampus.", + meaning=CL["1001569"])) + setattr(cls, "CL:0002386", + PermissibleValue( + text="CL:0002386", + description="A macroconidium that has more than one nucleus.", + meaning=CL["0002386"])) + setattr(cls, "CL:0002299", + PermissibleValue( + text="CL:0002299", + description="""An epithelial cell scattered in the cortex, predominant in the outer cortex with a large pale nucleus and a prominent nucleolus.""", + meaning=CL["0002299"])) + setattr(cls, "CL:0000383", + PermissibleValue( + text="CL:0000383", + meaning=CL["0000383"])) + setattr(cls, "CL:0002127", + PermissibleValue( + text="CL:0002127", + description="""A T cell with a receptor of limited diversity that is capable of immediate effector functions upon stimulation.""", + meaning=CL["0002127"])) + setattr(cls, "CL:0003044", + PermissibleValue( + text="CL:0003044", + description="""A bistratified ganglion cell with small, dense dendritic fields that terminate in S1 and S3.""", + meaning=CL["0003044"])) + setattr(cls, "CL:1000444", + PermissibleValue( + text="CL:1000444", + description="A mesothelial cell that is part of the anterior chamber of eyeball.", + meaning=CL["1000444"])) + setattr(cls, "CL:0002195", + PermissibleValue( + text="CL:0002195", + description="""A stem cell that can give rise to the cells of the liver. The term usually refers to the self-renewing pool of hepatocyte precursors in the adult liver (differently from 'hepatoblast', often used for fetal precursors of hepatocytes).""", + meaning=CL["0002195"])) + setattr(cls, "CL:0003050", + PermissibleValue( + text="CL:0003050", + description="""A cone cell that detects short wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 420-440 nm.""", + meaning=CL["0003050"])) + setattr(cls, "CL:0000873", + PermissibleValue( + text="CL:0000873", + description="""A splenic macrophage found in the areas surrounding the white pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, Dectin2-low, sialoadhesin-positive.""", + meaning=CL["0000873"])) + setattr(cls, "CL:0002589", + PermissibleValue( + text="CL:0002589", + description="A smooth muscle cell of the bachiocephalic vasculature.", + meaning=CL["0002589"])) + setattr(cls, "CL:0009037", + PermissibleValue( + text="CL:0009037", + description="""A B lymphocyte that resides in the mantle zone of the lymph node germinal center. These are generally IgM and IgD positive activated B cells that form a 'corona' around the germinal center and are part of the establishment of a secondary lymphatic follicule.""", + meaning=CL["0009037"])) + setattr(cls, "CL:0005022", + PermissibleValue( + text="CL:0005022", + description="""Lymphatic progenitor cells, derived from the veins, that give rise to lymphatic endothelial cells.""", + meaning=CL["0005022"])) + setattr(cls, "CL:0002099", + PermissibleValue( + text="CL:0002099", + description="""A small, polyhedral, cell found in rounded groups or curved columns with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid droplets. This cell in the zona glomerulosa produces mineralocorticoids.""", + meaning=CL["0002099"])) + setattr(cls, "CL:0002431", + PermissibleValue( + text="CL:0002431", + description="""A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD8 co-receptor.""", + meaning=CL["0002431"])) + setattr(cls, "CL:0000242", + PermissibleValue( + text="CL:0000242", + description="""A modified epidermal cell located in the stratum basale. They are found mostly in areas where sensory perception is acute. Merkel cells are closely associated with an expanded terminal bulb of an afferent myelinated nerve fiber.""", + meaning=CL["0000242"])) + setattr(cls, "CL:0000829", + PermissibleValue( + text="CL:0000829", + description="A myeloblast committed to the basophil lineage.", + meaning=CL["0000829"])) + setattr(cls, "CL:0003047", + PermissibleValue( + text="CL:0003047", + description="""A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S1 and S4-S5.""", + meaning=CL["0003047"])) + setattr(cls, "CL:1000546", + PermissibleValue( + text="CL:1000546", + description="An epithelial cell that is part of a renal medulla collecting duct.", + meaning=CL["1000546"])) + setattr(cls, "CL:0000464", + PermissibleValue( + text="CL:0000464", + description="""An epidermal progenitor cell that arises from neuroectoderm and in turn gives rise to the epidermal sheath of ventral and cephalic regions.""", + meaning=CL["0000464"])) + setattr(cls, "CL:0002413", + PermissibleValue( + text="CL:0002413", + description="A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative.", + meaning=CL["0002413"])) + setattr(cls, "CL:0002515", + PermissibleValue( + text="CL:0002515", + description="""An interrenal chromaffin cell found in teleosts that contain heterogeneous vesicles with electron-dense granules located asymmetrically within the vesicular membrane.""", + meaning=CL["0002515"])) + setattr(cls, "CL:0002492", + PermissibleValue( + text="CL:0002492", + description="""A polarized columnar cell that covesr the lateral surface of the cochlear duct, secretes potassium ions and forms a continuous sheet in contact with the endolymph; marginal cells form extensive interdigitations with the basal and intermediate cells in the normal adult stria.""", + meaning=CL["0002492"])) + setattr(cls, "CL:0002073", + PermissibleValue( + text="CL:0002073", + description="""Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes.""", + meaning=CL["0002073"])) + setattr(cls, "CL:1000377", + PermissibleValue( + text="CL:1000377", + description="A Feyrter cell that is part of the epithelium of trachea.", + meaning=CL["1000377"])) + setattr(cls, "CL:1000155", + PermissibleValue( + text="CL:1000155", + description="""A specialized epithelial secretory cell that moves chloride ions and water across the tubule epithelium.""", + meaning=CL["1000155"])) + setattr(cls, "CL:0003036", + PermissibleValue( + text="CL:0003036", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 2 and 5.""", + meaning=CL["0003036"])) + setattr(cls, "CL:1000742", + PermissibleValue( + text="CL:1000742", + description="A mesangial cell located among the glomerular capillaries in a renal corpuscle.", + meaning=CL["1000742"])) + setattr(cls, "CL:0001025", + PermissibleValue( + text="CL:0001025", + description="""A common lymphoid progenitor that is Kit-low, FLT3-positive, IL7ralpha-positive, and SCA1-low.""", + meaning=CL["0001025"])) + setattr(cls, "CL:0004183", + PermissibleValue( + text="CL:0004183", + description="""A monostratified retinal ganglion cell with medium soma, sparse dendritic tree, and medium dendritic field.""", + meaning=CL["0004183"])) + setattr(cls, "CL:1000288", + PermissibleValue( + text="CL:1000288", + description="A muscle cell that is part of the atrial branch of anterior internodal tract.", + meaning=CL["1000288"])) + setattr(cls, "CL:0002510", + PermissibleValue( + text="CL:0002510", + description="A langerin-positive lymph node dendritic cell that is CD103-negative and CD11b-high.", + meaning=CL["0002510"])) + setattr(cls, "CL:0002494", + PermissibleValue( + text="CL:0002494", + description="A cell located in the heart, including both muscle and non muscle cells.", + meaning=CL["0002494"])) + setattr(cls, "CL:2000070", + PermissibleValue( + text="CL:2000070", + description="Any fibroblast that is part of a optic choroid.", + meaning=CL["2000070"])) + setattr(cls, "CL:0002131", + PermissibleValue( + text="CL:0002131", + description="Regular cardiac myocyte of a cardiac ventricle.", + meaning=CL["0002131"])) + setattr(cls, "CL:0001073", + PermissibleValue( + text="CL:0001073", + description="""An innate lymphoid cell in the human with the phenotype CD34-negative, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.""", + meaning=CL["0001073"])) + setattr(cls, "CL:4023050", + PermissibleValue( + text="CL:4023050", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted.""", + meaning=CL["4023050"])) + setattr(cls, "CL:0002426", + PermissibleValue( + text="CL:0002426", + description="A mature natural killer cell that is CD11b-positive and CD27-positive.", + meaning=CL["0002426"])) + setattr(cls, "CL:0002167", + PermissibleValue( + text="CL:0002167", + description="A specialized cell involved in sensory perception of smell.", + meaning=CL["0002167"])) + setattr(cls, "CL:1000001", + PermissibleValue( + text="CL:1000001", + description="Any neuron that has its soma located in some retrotrapezoid nucleus.", + meaning=CL["1000001"])) + setattr(cls, "CL:0000604", + PermissibleValue( + text="CL:0000604", + description="""One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision.""", + meaning=CL["0000604"])) + setattr(cls, "CL:0009057", + PermissibleValue( + text="CL:0009057", + description="A goblet cell that is located in the anorectum.", + meaning=CL["0009057"])) + setattr(cls, "CL:0000702", + PermissibleValue( + text="CL:0000702", + meaning=CL["0000702"])) + setattr(cls, "CL:0003037", + PermissibleValue( + text="CL:0003037", + description="""An M7 retinal ganglion cells with synaptic terminals in S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003037"])) + setattr(cls, "CL:4023107", + PermissibleValue( + text="CL:4023107", + description="""A neuron with soma location in the reticular formation with axons that extend into the spinal cord such. Reticulospinal neuron activity can lead to a variety of motor behaviors.""", + meaning=CL["4023107"])) + setattr(cls, "CL:0002057", + PermissibleValue( + text="CL:0002057", + description="""A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, CD163-positive.""", + meaning=CL["0002057"])) + setattr(cls, "CL:4033032", + PermissibleValue( + text="CL:4033032", + description="""An ON diffuse bipolar cell that has a large dendritic field and large axon terminals, which show little or no overlap. This cell predominantly connects to narrow thorny ganglion cells.""", + meaning=CL["4033032"])) + setattr(cls, "CL:4033005", + PermissibleValue( + text="CL:4033005", + description="A(n) serous secreting cell that is part of a(n) bronchus submucosal gland.", + meaning=CL["4033005"])) + setattr(cls, "CL:0000917", + PermissibleValue( + text="CL:0000917", + description="""A CD8-positive, alpha-beta positive T cell that has the phenotype T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.""", + meaning=CL["0000917"])) + setattr(cls, "CL:0011013", + PermissibleValue( + text="CL:0011013", + description="A sperm cell that is cabaple of motion (motility).", + meaning=CL["0011013"])) + setattr(cls, "CL:0000821", + PermissibleValue( + text="CL:0000821", + description="""A B-1 B cell that has the phenotype CD5-negative, but having other phenotypic attributes of a B-1 B cell.""", + meaning=CL["0000821"])) + setattr(cls, "CL:0000973", + PermissibleValue( + text="CL:0000973", + description="A class switched memory B cell that expresses IgA.", + meaning=CL["0000973"])) + setattr(cls, "CL:0000671", + PermissibleValue( + text="CL:0000671", + description="""A follicle cell that migrates from the dorso-anterior part of the oocyte associated follicular epithelium, in between the nurse cells and the oocyte, and participates in the formation of the operculum.""", + meaning=CL["0000671"])) + setattr(cls, "CL:1000359", + PermissibleValue( + text="CL:1000359", + description="A M cell that is part of the epithelium proper of appendix.", + meaning=CL["1000359"])) + setattr(cls, "CL:1000320", + PermissibleValue( + text="CL:1000320", + description="A goblet cell that is part of the epithelium of large intestine.", + meaning=CL["1000320"])) + setattr(cls, "CL:0000657", + PermissibleValue( + text="CL:0000657", + description="""One of the two haploid cells into which a primary spermatocyte divides, and which in turn gives origin to spermatids.""", + meaning=CL["0000657"])) + setattr(cls, "CL:0000705", + PermissibleValue( + text="CL:0000705", + meaning=CL["0000705"])) + setattr(cls, "CL:0002601", + PermissibleValue( + text="CL:0002601", + description="A smooth muscle cell of the uterus.", + meaning=CL["0002601"])) + setattr(cls, "CL:0000598", + PermissibleValue( + text="CL:0000598", + description="""Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala.""", + meaning=CL["0000598"])) + setattr(cls, "CL:0000327", + PermissibleValue( + text="CL:0000327", + meaning=CL["0000327"])) + setattr(cls, "CL:1000471", + PermissibleValue( + text="CL:1000471", + description="A myoepithelial cell that is part of the secondary lactiferous duct.", + meaning=CL["1000471"])) + setattr(cls, "CL:1000310", + PermissibleValue( + text="CL:1000310", + description="An adipocyte that is part of the epicardial fat of right ventricle.", + meaning=CL["1000310"])) + setattr(cls, "CL:4032000", + PermissibleValue( + text="CL:4032000", + description="""An epithelial cell of the urethra that has an expression profile similar to lung club cells. Club-like cells of the urethra epithelium are similar to lung club cells in their expression of SCGB1A1 and in their enrichment of immunomodulatory programs.""", + meaning=CL["4032000"])) + setattr(cls, "CL:0000016", + PermissibleValue( + text="CL:0000016", + description="A stem cell that is the precursor of male gametes.", + meaning=CL["0000016"])) + setattr(cls, "CL:0002645", + PermissibleValue( + text="CL:0002645", + description="An endocranial viscerocranial mucosa cell that is part of viscerocranial mucosa.", + meaning=CL["0002645"])) + setattr(cls, "CL:0015000", + PermissibleValue( + text="CL:0015000", + description="""Motor neuron that innervate muscles that control eye, jaw, and facial movements of the vertebrate head and parasympathetic neurons that innervate certain glands and organs.""", + meaning=CL["0015000"])) + setattr(cls, "CL:1001099", + PermissibleValue( + text="CL:1001099", + description="Any endothelial cell that is part of some renal efferent arteriole.", + meaning=CL["1001099"])) + setattr(cls, "CL:2000029", + PermissibleValue( + text="CL:2000029", + description="Any neuron that is part of a central nervous system.", + meaning=CL["2000029"])) + setattr(cls, "CL:0000733", + PermissibleValue( + text="CL:0000733", + description="A plasmatocyte that derives from the larval lymph gland.", + meaning=CL["0000733"])) + setattr(cls, "CL:4033021", + PermissibleValue( + text="CL:4033021", + description="A myoepithelial cell that is part of a submucosal gland of the trachea.", + meaning=CL["4033021"])) + setattr(cls, "CL:0002462", + PermissibleValue( + text="CL:0002462", + description="A F4/80-negative dendritic cell located in adipose tissue.", + meaning=CL["0002462"])) + setattr(cls, "CL:0000596", + PermissibleValue( + text="CL:0000596", + description="""A spore formed following meiosis. Sometimes following meiosis, prospores may undergo one or more rounds of mitosis before they are fully mature.""", + meaning=CL["0000596"])) + setattr(cls, "CL:0009070", + PermissibleValue( + text="CL:0009070", + description="A thymic epithelial cell located at the corticomedullary junction.", + meaning=CL["0009070"])) + setattr(cls, "CL:2000054", + PermissibleValue( + text="CL:2000054", + description="""A large, granular, liver specific natural killer cell that adheres to the endothelial cells of the hepatic sinusoid.""", + meaning=CL["2000054"])) + setattr(cls, "CL:4030034", + PermissibleValue( + text="CL:4030034", + description="""A ciliated cell of the respiratory system. Ciliated cells are present in airway epithelium.""", + meaning=CL["4030034"])) + setattr(cls, "CL:0002033", + PermissibleValue( + text="CL:0002033", + description="""A hematopoietic stem cell capable of rapid replenishment of myeloerythroid progenitors and limited self renewal capability. This cell is Kit-positive, Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative.""", + meaning=CL["0002033"])) + setattr(cls, "CL:0004119", + PermissibleValue( + text="CL:0004119", + description="""A retinal ganglion cell B that has medium body size, medium dendritic field and dense dendritic arbor, and has post synaptic terminals in S2.""", + meaning=CL["0004119"])) + setattr(cls, "CL:0000360", + PermissibleValue( + text="CL:0000360", + description="""A cell of the early embryo at the developmental stage in which the blastomeres, resulting from repeated mitotic divisions of the fertilized ovum (zygote), form a compact cell mass.""", + meaning=CL["0000360"])) + setattr(cls, "CL:0000515", + PermissibleValue( + text="CL:0000515", + description="A myoblast that differentiates into skeletal muscle fibers.", + meaning=CL["0000515"])) + setattr(cls, "CL:2000056", + PermissibleValue( + text="CL:2000056", + description="Any pyramidal cell that is part of a regional part of cerebral cortex.", + meaning=CL["2000056"])) + setattr(cls, "CL:0007020", + PermissibleValue( + text="CL:0007020", + description="""Characteristic early embryonic cell with a bottle or flask shape that is first to migrate inwards at the blastopore during gastrulation in amphibians.""", + meaning=CL["0007020"])) + setattr(cls, "CL:0002018", + PermissibleValue( + text="CL:0002018", + description="An erythroblast that is GlyA-positive and CD71-negative.", + meaning=CL["0002018"])) + setattr(cls, "CL:2000081", + PermissibleValue( + text="CL:2000081", + description="Any melanocyte of skin that is part of a skin of face.", + meaning=CL["2000081"])) + setattr(cls, "CL:4023068", + PermissibleValue( + text="CL:4023068", + description="An excitatory neuron that has its soma located in the thalamic complex.", + meaning=CL["4023068"])) + setattr(cls, "CL:1001216", + PermissibleValue( + text="CL:1001216", + description="Any endothelial cell that is part of some interlobular artery.", + meaning=CL["1001216"])) + setattr(cls, "CL:0000000", + PermissibleValue( + text="CL:0000000", + description="""A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane.""", + meaning=CL["0000000"])) + setattr(cls, "CL:1000364", + PermissibleValue( + text="CL:1000364", + description="A transitional myocyte that is part of the anterior internodal tract.", + meaning=CL["1000364"])) + setattr(cls, "CL:0000238", + PermissibleValue( + text="CL:0000238", + meaning=CL["0000238"])) + setattr(cls, "CL:0003040", + PermissibleValue( + text="CL:0003040", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 1 and 5.""", + meaning=CL["0003040"])) + setattr(cls, "CL:0009023", + PermissibleValue( + text="CL:0009023", + description="A T cell which resides in the Peyer's patch of the small intestine.", + meaning=CL["0009023"])) + setattr(cls, "CL:0000593", + PermissibleValue( + text="CL:0000593", + description="A steroid hormone secreting cell that secretes androgen.", + meaning=CL["0000593"])) + setattr(cls, "CL:0002447", + PermissibleValue( + text="CL:0002447", + description="A NK1.1-positive T cell that is CD94-negative.", + meaning=CL["0002447"])) + setattr(cls, "CL:1000411", + PermissibleValue( + text="CL:1000411", + description="An endothelial cell that is part of the small intestine Peyer's patch.", + meaning=CL["1000411"])) + setattr(cls, "CL:0000420", + PermissibleValue( + text="CL:0000420", + meaning=CL["0000420"])) + setattr(cls, "CL:1000375", + PermissibleValue( + text="CL:1000375", + description="""A myocardial endocrine cell that is part of the septal division of left branch of atrioventricular bundle.""", + meaning=CL["1000375"])) + setattr(cls, "CL:0000834", + PermissibleValue( + text="CL:0000834", + description="A progenitor cell of the neutrophil lineage.", + meaning=CL["0000834"])) + setattr(cls, "CL:0000994", + PermissibleValue( + text="CL:0000994", + description="""Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low.""", + meaning=CL["0000994"])) + setattr(cls, "CL:0002268", + PermissibleValue( + text="CL:0002268", + description="An enteroendocrine cell that stores and secretes Ghrelin.", + meaning=CL["0002268"])) + setattr(cls, "CL:0000880", + PermissibleValue( + text="CL:0000880", + description="""A border associated macrophage found at the interface between the blood and the cerebrospinal fluid in the brain. This central nervous system macrophage has a star-like shaped body and expresses scavenger receptors.""", + meaning=CL["0000880"])) + setattr(cls, "CL:0002168", + PermissibleValue( + text="CL:0002168", + description="""A border cell is a slender columnar cell on the medial portion of the basilar membrane.""", + meaning=CL["0002168"])) + setattr(cls, "CL:0002100", + PermissibleValue( + text="CL:0002100", + description="A regular cardiac myocyte of the interventricular region of the heart.", + meaning=CL["0002100"])) + setattr(cls, "CL:0000351", + PermissibleValue( + text="CL:0000351", + description="""A cell lining the outside of the blastocyst. After binding to the endometrium, trophoblast cells develop into two distinct layers, an inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early fetal-maternal interface.""", + meaning=CL["0000351"])) + setattr(cls, "CL:0002271", + PermissibleValue( + text="CL:0002271", + description="""A type EC enteredocrine cell in the intestines that stores and secretes substance P and 5-hydroxytryptamine.""", + meaning=CL["0002271"])) + setattr(cls, "CL:0000896", + PermissibleValue( + text="CL:0000896", + description="""A recently activated CD4-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.""", + meaning=CL["0000896"])) + setattr(cls, "CL:0000095", + PermissibleValue( + text="CL:0000095", + meaning=CL["0000095"])) + setattr(cls, "CL:0002208", + PermissibleValue( + text="CL:0002208", + description="A brush cell found in the epithelium of bronchus.", + meaning=CL["0002208"])) + setattr(cls, "CL:0004246", + PermissibleValue( + text="CL:0004246", + description="A central nervous system neuron that stratifies at one and only one location.", + meaning=CL["0004246"])) + setattr(cls, "CL:0002491", + PermissibleValue( + text="CL:0002491", + description="A specialized cell involved in auditory sensory perception.", + meaning=CL["0002491"])) + setattr(cls, "CL:0000508", + PermissibleValue( + text="CL:0000508", + description="""An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.""", + meaning=CL["0000508"])) + setattr(cls, "CL:0002660", + PermissibleValue( + text="CL:0002660", + description="A luminal epithelial cell of mammary gland located in acinus of structure.", + meaning=CL["0002660"])) + setattr(cls, "CL:4023113", + PermissibleValue( + text="CL:4023113", + description="A vestibular afferent neuron that makes bouton synapses to type II hair cells.", + meaning=CL["4023113"])) + setattr(cls, "CL:0001010", + PermissibleValue( + text="CL:0001010", + description="""Mature dermal dendritic cell is a dermal dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001010"])) + setattr(cls, "CL:4023014", + PermissibleValue( + text="CL:4023014", + description="""A vip GABAergic cortical interneuron with a soma found in L5. L5 vip cells have mostly local morphology with some deep-projecting axons. They show only moderate resistance, comparable to that of sst subclass and unlike typical Vip subclass cells that tend to show high input resistance. L5 vip cells show particularly low resting membrane potential.""", + meaning=CL["4023014"])) + setattr(cls, "CL:0002214", + PermissibleValue( + text="CL:0002214", + description="""A type II muscle cell that contains large amounts of myoglobin, has many mitochondria and very many blood capillaries. Type II A cells are red, have a very high capacity for generating ATP by oxidative metabolic processes, split ATP at a very rapid rate, have a fast contraction velocity and are resistant to fatigue.""", + meaning=CL["0002214"])) + setattr(cls, "CL:0000378", + PermissibleValue( + text="CL:0000378", + meaning=CL["0000378"])) + setattr(cls, "CL:1000491", + PermissibleValue( + text="CL:1000491", + description="A mesothelial cell that is part of the pleura.", + meaning=CL["1000491"])) + setattr(cls, "CL:0001007", + PermissibleValue( + text="CL:0001007", + description="""Interstitial dendritic cell is a conventional dendritic cell that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and CD36-positive.""", + meaning=CL["0001007"])) + setattr(cls, "CL:0000612", + PermissibleValue( + text="CL:0000612", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte;in this stage, production of primary granules is complete and eosinophil-specific granules has started. No nucleolus is present. These cells are integrin alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, and CD33-positive.""", + meaning=CL["0000612"])) + setattr(cls, "CL:0002136", + PermissibleValue( + text="CL:0002136", + description="A cell in the zona fasciculata that produce glucocorticoids, e.g cortisol.", + meaning=CL["0002136"])) + setattr(cls, "CL:0008047", + PermissibleValue( + text="CL:0008047", + description="""A skeletal muscle fiber that is part of a muscle spindle. These are specialized muscle fibers that serve as proprioceptors, detecting the amount and rate of change in length of a muscle. They are innervated by both sensory neurons and motor neurons (gamma and beta motorneurons, collectively referred to as fusimotor neurons).""", + meaning=CL["0008047"])) + setattr(cls, "CL:0002056", + PermissibleValue( + text="CL:0002056", + description="""A mature B cell subset originally defined as having being CD45R-positive, IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated being CD21-positive and CD23-negative and CD93 negative.""", + meaning=CL["0002056"])) + setattr(cls, "CL:0002442", + PermissibleValue( + text="CL:0002442", + description="A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative.", + meaning=CL["0002442"])) + setattr(cls, "CL:0002058", + PermissibleValue( + text="CL:0002058", + description="A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive.", + meaning=CL["0002058"])) + setattr(cls, "CL:0010020", + PermissibleValue( + text="CL:0010020", + description="Any glial cell that is part of some heart.", + meaning=CL["0010020"])) + setattr(cls, "CL:0002238", + PermissibleValue( + text="CL:0002238", + description="A primordial germ cell that is destined to become a male germ cell.", + meaning=CL["0002238"])) + setattr(cls, "CL:0000440", + PermissibleValue( + text="CL:0000440", + description="A cell of the intermediate pituitary that produces melanocyte stimulating hormone.", + meaning=CL["0000440"])) + setattr(cls, "CL:1000469", + PermissibleValue( + text="CL:1000469", + description="A myoepithelial cell that is part of the main lactiferous duct.", + meaning=CL["1000469"])) + setattr(cls, "CL:1000222", + PermissibleValue( + text="CL:1000222", + description="Any neuroendocrine cell that is part of some stomach.", + meaning=CL["1000222"])) + setattr(cls, "CL:0000164", + PermissibleValue( + text="CL:0000164", + description="""An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas.""", + meaning=CL["0000164"])) + setattr(cls, "CL:4023051", + PermissibleValue( + text="CL:4023051", + description="""A type of mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.""", + meaning=CL["4023051"])) + setattr(cls, "CL:1000331", + PermissibleValue( + text="CL:1000331", + description="A serous secreting cell that is part of the epithelium of bronchus.", + meaning=CL["1000331"])) + setattr(cls, "CL:0000092", + PermissibleValue( + text="CL:0000092", + description="""A specialized phagocytic cell associated with the absorption and removal of the mineralized matrix of bone tissue, which typically differentiates from monocytes. This cell has the following markers: tartrate-resistant acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor superfamily member 11A-positive and macrophage colony-stimulating factor 1 receptor-positive.""", + meaning=CL["0000092"])) + setattr(cls, "CL:0002565", + PermissibleValue( + text="CL:0002565", + description="A pigment cell located in the epithelium of the iris.", + meaning=CL["0002565"])) + setattr(cls, "CL:0000895", + PermissibleValue( + text="CL:0000895", + description="""An antigen inexperienced CD4-positive, alpha-beta T cell with the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell type develops in the thymus. This cell type is also described as being CD25-negative, CD62L-high, and CD44-low.""", + meaning=CL["0000895"])) + setattr(cls, "CL:0001075", + PermissibleValue( + text="CL:0001075", + description="""An innate lymphoid cell in the human with the phenotype KLRG1-positive that is a precusor for ILC2 cells.""", + meaning=CL["0001075"])) + setattr(cls, "CL:0001200", + PermissibleValue( + text="CL:0001200", + description="A lymphocyte of B lineage that is CD19-positive.", + meaning=CL["0001200"])) + setattr(cls, "CL:0002188", + PermissibleValue( + text="CL:0002188", + description="""An endothelial cell found in the glomerulus of the kidney. This cell is flattened, highly fenestrated, and plays a vital role in the formation of glomerular ultrafiltrate.""", + meaning=CL["0002188"])) + setattr(cls, "CL:0003026", + PermissibleValue( + text="CL:0003026", + description="""A bistratified retinal ganglion cell that has a small dendrite fields with a sparse dendrite arbor terminating in S2 and S3.""", + meaning=CL["0003026"])) + setattr(cls, "CL:0002499", + PermissibleValue( + text="CL:0002499", + description="A trophoblast cell that arises in the junctional zone (basal plate) of the placenta.", + meaning=CL["0002499"])) + setattr(cls, "CL:0000786", + PermissibleValue( + text="CL:0000786", + description="""A terminally differentiated, post-mitotic, antibody secreting cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, and MHC Class II-negative. Plasma cells are oval or round with extensive rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round nucleus having a characteristic cartwheel heterochromatin pattern and are devoted to producing large amounts of immunoglobulin.""", + meaning=CL["0000786"])) + setattr(cls, "CL:0000983", + PermissibleValue( + text="CL:0000983", + description="A plasmablast that secretes IgM.", + meaning=CL["0000983"])) + setattr(cls, "CL:0000760", + PermissibleValue( + text="CL:0000760", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. This cell has the widest dendritic field and the widest axon terminal of all retinal bipolar cells. The axon terminal is delicate and stratified through sublaminae 4 and 5 of the inner plexiform layer.""", + meaning=CL["0000760"])) + setattr(cls, "CL:0000447", + PermissibleValue( + text="CL:0000447", + meaning=CL["0000447"])) + setattr(cls, "CL:0002263", + PermissibleValue( + text="CL:0002263", + description="""One of three types of epithelial cells that populate the parathyroid gland; cytological characteristics intermediate between those of the chief cell and of the oxyphil cell. Because only one hormone is produced, the three cell forms are widely believed to be different phases in the life cycle of a single cell type, with the chief cell being its physiologically active stage.""", + meaning=CL["0002263"])) + setattr(cls, "CL:0002288", + PermissibleValue( + text="CL:0002288", + description="A cell type that forms the boundary with the surrounding epithelium.", + meaning=CL["0002288"])) + setattr(cls, "CL:2000053", + PermissibleValue( + text="CL:2000053", + description="Any endothelial cell that is part of a spleen.", + meaning=CL["2000053"])) + setattr(cls, "CL:0002671", + PermissibleValue( + text="CL:0002671", + description="""An endothelial stalk cell is a specialized endothelial cell that follows behind the tip cell of an angiogenic sprout.""", + meaning=CL["0002671"])) + setattr(cls, "CL:0000912", + PermissibleValue( + text="CL:0000912", + description="""A effector T cell that provides help in the form of secreted cytokines to other immune cells.""", + meaning=CL["0000912"])) + setattr(cls, "CL:0002187", + PermissibleValue( + text="CL:0002187", + description="""A basally situated, mitotically active, columnar-shaped keratinocyte attached to the basement membrane.""", + meaning=CL["0002187"])) + setattr(cls, "CL:0000692", + PermissibleValue( + text="CL:0000692", + description="""A neuroglial cell of the peripheral nervous system inside the basal lamina of the neuromuscular junction providing chemical and physical support to the synapse.""", + meaning=CL["0000692"])) + setattr(cls, "CL:0000193", + PermissibleValue( + text="CL:0000193", + description="A striated muscle cell of an arthropod heart that participates in heart contraction.", + meaning=CL["0000193"])) + setattr(cls, "CL:0002301", + PermissibleValue( + text="CL:0002301", + description="""A resident stromal cell located in the synovial membrane and responsible for the production of immune-related cytokines and chemokines. This cell type secretes glycoproteins and hyaluronic acid, has abundant granular endoplasmic reticulum, but contains fewer vacuoles and vesicles.""", + meaning=CL["0002301"])) + setattr(cls, "CL:0001014", + PermissibleValue( + text="CL:0001014", + description="""CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive and CD324-positive.""", + meaning=CL["0001014"])) + setattr(cls, "CL:0002346", + PermissibleValue( + text="CL:0002346", + description="An immature natural killer cell that is NK1.1-positive and DX-5 negative.", + meaning=CL["0002346"])) + setattr(cls, "CL:0000495", + PermissibleValue( + text="CL:0000495", + description="A photoreceptor cell that is sensitive to blue light.", + meaning=CL["0000495"])) + setattr(cls, "CL:0011016", + PermissibleValue( + text="CL:0011016", + description="""A motile sperm cell that contains a slender threadlike microscopic appendage that enables motion.""", + meaning=CL["0011016"])) + setattr(cls, "CL:0005004", + PermissibleValue( + text="CL:0005004", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into an erythrophore.""", + meaning=CL["0005004"])) + setattr(cls, "CL:4030024", + PermissibleValue( + text="CL:4030024", + description="""An epithelial, transitional cell type between basal and secretory; located in stratified, non-ciliated structures (called hillocks) with high cell turnover in epithelium. In some mammalian species, this cell type has been noted to express KRT13 and is postulated to play a role in squamous barrier function and immunomodulation.""", + meaning=CL["4030024"])) + setattr(cls, "CL:0000769", + PermissibleValue( + text="CL:0000769", + description="""A basophil precursor in the granulocytic series, being a cell intermediate in development between a basophilic myelocyte and a band form basophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, CD33-positive, and CD13-positive.""", + meaning=CL["0000769"])) + setattr(cls, "CL:2000028", + PermissibleValue( + text="CL:2000028", + description="Any glutamatergic neuron that is part of a cerebellum.", + meaning=CL["2000028"])) + setattr(cls, "CL:0002389", + PermissibleValue( + text="CL:0002389", + description="An arthroconidium that has only one nucleus.", + meaning=CL["0002389"])) + setattr(cls, "CL:0002260", + PermissibleValue( + text="CL:0002260", + description="An epithelial cell of the parathyroid gland.", + meaning=CL["0002260"])) + setattr(cls, "CL:0000171", + PermissibleValue( + text="CL:0000171", + description="""A type of enteocrine cell found in the periphery of the islets of Langerhans that secretes glucagon.""", + meaning=CL["0000171"])) + setattr(cls, "CL:0000323", + PermissibleValue( + text="CL:0000323", + meaning=CL["0000323"])) + setattr(cls, "CL:0008007", + PermissibleValue( + text="CL:0008007", + description="A muscle cell that is part of some visceral muscle.", + meaning=CL["0008007"])) + setattr(cls, "CL:0002432", + PermissibleValue( + text="CL:0002432", + description="""A CD4-positive, CD8-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.""", + meaning=CL["0002432"])) + setattr(cls, "CL:0000979", + PermissibleValue( + text="CL:0000979", + description="""An IgG memory B cell is a class switched memory B cell that is class switched and expresses IgG on the cell surface.""", + meaning=CL["0000979"])) + setattr(cls, "CL:0001024", + PermissibleValue( + text="CL:0001024", + description="""CD133-positive hematopoietic stem cell is a hematopoietic stem cell that is CD34-positive, CD90-positive, and CD133-positive.""", + meaning=CL["0001024"])) + setattr(cls, "CL:0000899", + PermissibleValue( + text="CL:0000899", + description="""CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, CXCR3-negative, CCR6-positive, and capable of producing IL-17.""", + meaning=CL["0000899"])) + setattr(cls, "CL:0000076", + PermissibleValue( + text="CL:0000076", + meaning=CL["0000076"])) + setattr(cls, "CL:0001078", + PermissibleValue( + text="CL:0001078", + description="A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive.", + meaning=CL["0001078"])) + setattr(cls, "CL:0001060", + PermissibleValue( + text="CL:0001060", + description="""A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers.""", + meaning=CL["0001060"])) + setattr(cls, "CL:0007002", + PermissibleValue( + text="CL:0007002", + description="Skeletogenic cell that has the potential to develop into a cementoblast.", + meaning=CL["0007002"])) + setattr(cls, "CL:0008000", + PermissibleValue( + text="CL:0008000", + description="Any muscle cell in which the fibers are not organised into sarcomeres.", + meaning=CL["0008000"])) + setattr(cls, "CL:0002621", + PermissibleValue( + text="CL:0002621", + description="Any epithelial cell that is part of some gingival epithelium.", + meaning=CL["0002621"])) + setattr(cls, "CL:1001601", + PermissibleValue( + text="CL:1001601", + description="""Hormone secreting cell located in the cortex of adrenal gland. Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids and androgens.""", + meaning=CL["1001601"])) + setattr(cls, "CL:0002637", + PermissibleValue( + text="CL:0002637", + description="""An epithelial cell of the anal canal that is keratinized. This cell type is found towards the lower, rectal end of the anal canal.""", + meaning=CL["0002637"])) + setattr(cls, "CL:2000039", + PermissibleValue( + text="CL:2000039", + description="Any neuromast support cell that is part of a posterior lateral line.", + meaning=CL["2000039"])) + setattr(cls, "CL:1000306", + PermissibleValue( + text="CL:1000306", + description="A fibroblast that is part of the tunica adventitia of artery.", + meaning=CL["1000306"])) + setattr(cls, "CL:0001203", + PermissibleValue( + text="CL:0001203", + description="""A CD8-positive, alpha-beta T cell with memory phenotype indicated by being CD45RO and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.""", + meaning=CL["0001203"])) + setattr(cls, "CL:1000467", + PermissibleValue( + text="CL:1000467", + description="A chromaffin cell that is part of the left ovary.", + meaning=CL["1000467"])) + setattr(cls, "CL:0000888", + PermissibleValue( + text="CL:0000888", + description="""A lymph node macrophage found in the cortex of lymph nodes, in particular in and around the germinal centers, and that participates in phagocytosis of apoptotic B cells from the germinal centers.""", + meaning=CL["0000888"])) + setattr(cls, "CL:0000050", + PermissibleValue( + text="CL:0000050", + description="A progenitor cell committed to the megakaryocyte and erythroid lineages.", + meaning=CL["0000050"])) + setattr(cls, "CL:0002191", + PermissibleValue( + text="CL:0002191", + description="A cell involved in the formation of a granulocyte.", + meaning=CL["0002191"])) + setattr(cls, "CL:0010010", + PermissibleValue( + text="CL:0010010", + description="Any stellate neuron that has its soma located in some cerebellum.", + meaning=CL["0010010"])) + setattr(cls, "CL:0000436", + PermissibleValue( + text="CL:0000436", + meaning=CL["0000436"])) + setattr(cls, "CL:0011109", + PermissibleValue( + text="CL:0011109", + description="A neuron that releases hypocretin as a neurotransmitter.", + meaning=CL["0011109"])) + setattr(cls, "CL:0001068", + PermissibleValue( + text="CL:0001068", + description="A group 1 innate lymphoid cell that is non-cytotoxic.", + meaning=CL["0001068"])) + setattr(cls, "CL:0002286", + PermissibleValue( + text="CL:0002286", + description="""A taste receptor cell that has a short microvilli, a projecting apical region, a large rounded nucleus, and expresses taste chemoreceptors thus making them the transducing cell for taste qualities.""", + meaning=CL["0002286"])) + setattr(cls, "CL:0000132", + PermissibleValue( + text="CL:0000132", + description="""An hexagonal, flattened, mitochondria-rich endothelial cell that forms a monolayer on the posterior surface of the cornea (the corneal endothelium). Corneal endothelial cells are derived from the neural crest and are responsible for keeping the cornea transparent by maintaining the tissue in a semi-dry state through the action of their ionic pumps and tight junction barrier.""", + meaning=CL["0000132"])) + setattr(cls, "CL:2000087", + PermissibleValue( + text="CL:2000087", + description="Any basket cell that is part of a dentate gyrus of hippocampal formation.", + meaning=CL["2000087"])) + setattr(cls, "CL:2000097", + PermissibleValue( + text="CL:2000097", + description="Any dopaminergic neuron that is part of a midbrain.", + meaning=CL["2000097"])) + setattr(cls, "CL:0003003", + PermissibleValue( + text="CL:0003003", + description="""A mono-stratified retinal ganglion cell that has a small dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S3.""", + meaning=CL["0003003"])) + setattr(cls, "CL:0000492", + PermissibleValue( + text="CL:0000492", + description="""A CD4-positive, alpha-beta T cell that cooperates with other lymphocytes via direct contact or cytokine release to initiate a variety of immune functions.""", + meaning=CL["0000492"])) + setattr(cls, "CL:1000452", + PermissibleValue( + text="CL:1000452", + description="An epithelial cell that is part of the glomerular parietal epithelium.", + meaning=CL["1000452"])) + setattr(cls, "CL:0000510", + PermissibleValue( + text="CL:0000510", + description="""An epithelial cell found in the basal part of the intestinal glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize and secrete lysozyme and cryptdins. Numerous in the deeper parts of the intestinal crypts, particularly in the duodenum, rich in zinc, contain large acidophilic granules, with irregular apical microvilli and prominent membrane-bound vacuoles containing matrix.""", + meaning=CL["0000510"])) + setattr(cls, "CL:0002232", + PermissibleValue( + text="CL:0002232", + description="An epithelial cell of prostatic duct.", + meaning=CL["0002232"])) + setattr(cls, "CL:4023115", + PermissibleValue( + text="CL:4023115", + description="""A spiral ganglion neuron that innervates inner hair cells. Type 1 spiral ganglion neurons are myelinated and bipolar.""", + meaning=CL["4023115"])) + setattr(cls, "CL:0002041", + PermissibleValue( + text="CL:0002041", + description="A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell.", + meaning=CL["0002041"])) + setattr(cls, "CL:0000661", + PermissibleValue( + text="CL:0000661", + meaning=CL["0000661"])) + setattr(cls, "CL:2000064", + PermissibleValue( + text="CL:2000064", + description="Any epithelial cell that is part of a female gonad.", + meaning=CL["2000064"])) + setattr(cls, "CL:0002573", + PermissibleValue( + text="CL:0002573", + description="A glial cell that myelinates or ensheathes axons in the peripheral nervous system.", + meaning=CL["0002573"])) + setattr(cls, "CL:0000779", + PermissibleValue( + text="CL:0000779", + description="""A specialized multinuclear osteoclast associated with the absorption and removal of bone.""", + meaning=CL["0000779"])) + setattr(cls, "CL:1000277", + PermissibleValue( + text="CL:1000277", + description="A smooth muscle cell that is part of the jejunum.", + meaning=CL["1000277"])) + setattr(cls, "CL:0000487", + PermissibleValue( + text="CL:0000487", + description="""A secretory cell of ectodermal origin. This cell may have important functions in fatty acid and hydrocarbon metabolism and is metabolically linked to the fat body and tracheae. This cell is exclusive of arthropods.""", + meaning=CL["0000487"])) + setattr(cls, "CL:0000559", + PermissibleValue( + text="CL:0000559", + description="""A precursor in the monocytic series, being a cell intermediate in development between the monoblast and monocyte. This cell is CD11b-positive and has fine azurophil granules.""", + meaning=CL["0000559"])) + setattr(cls, "CL:0000920", + PermissibleValue( + text="CL:0000920", + description="""CD8-positive, alpha-beta positive regulatory T cell with the phenotype CD28-negative and FoxP3-positive.""", + meaning=CL["0000920"])) + setattr(cls, "CL:0000562", + PermissibleValue( + text="CL:0000562", + description="An erythrocyte having a nucleus.", + meaning=CL["0000562"])) + setattr(cls, "CL:0003012", + PermissibleValue( + text="CL:0003012", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field and a medium dendritic arbor with post synaptic terminals in sublaminar layer S1 and S2.""", + meaning=CL["0003012"])) + setattr(cls, "CL:0008008", + PermissibleValue( + text="CL:0008008", + description="""A visceral muscle cell that is striated. Examples include the visceral muscle cells of arhtropods.""", + meaning=CL["0008008"])) + setattr(cls, "CL:0002480", + PermissibleValue( + text="CL:0002480", + description="A goblet cell located in the nasal epithelium.", + meaning=CL["0002480"])) + setattr(cls, "CL:4030040", + PermissibleValue( + text="CL:4030040", + description="""A ciliated cell of the endometrial epithelium. The cilia of this cell type help move mucus from glandular tissue of the endometrium.""", + meaning=CL["4030040"])) + setattr(cls, "CL:4023023", + PermissibleValue( + text="CL:4023023", + description="""A lamp 5 GABAergic cortical interneuron with neurogliaform morphology with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 cells are medial ganglionic eminence (MGE)-derived""", + meaning=CL["4023023"])) + setattr(cls, "CL:0011104", + PermissibleValue( + text="CL:0011104", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer.""", + meaning=CL["0011104"])) + setattr(cls, "CL:0000918", + PermissibleValue( + text="CL:0000918", + description="A CD8-positive, alpha-beta positive T cell expressing GATA-3 and secreting IL-4.", + meaning=CL["0000918"])) + setattr(cls, "CL:0000938", + PermissibleValue( + text="CL:0000938", + description="""NK cell that has the phenotype CD56-bright, CD16-negative, and CD84-positive with the function to secrete interferon-gamma but is not cytotoxic.""", + meaning=CL["0000938"])) + setattr(cls, "CL:4023130", + PermissibleValue( + text="CL:4023130", + description="""A neuron that expresses kisspeptin. These neurons are predominantly located in the hypothalamus, but also found in other parts of the brain including the hippocampal dentate gyrus.""", + meaning=CL["4023130"])) + setattr(cls, "CL:4030051", + PermissibleValue( + text="CL:4030051", + description="""A DRD1-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.""", + meaning=CL["4030051"])) + setattr(cls, "CL:0002111", + PermissibleValue( + text="CL:0002111", + description="""An CD38-negative unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002111"])) + setattr(cls, "CL:1000349", + PermissibleValue( + text="CL:1000349", + description="A basal cell found in the bronchus epithelium.", + meaning=CL["1000349"])) + setattr(cls, "CL:4033050", + PermissibleValue( + text="CL:4033050", + description="A neuron that releases catecholamine as a neurotransmitter.", + meaning=CL["4033050"])) + setattr(cls, "CL:0000927", + PermissibleValue( + text="CL:0000927", + description="""A mature NK T cell that predominantly secretes type 2 cytokines such as interleukin-4 and interleukin-13 and enhances type 2 immune responses.""", + meaning=CL["0000927"])) + setattr(cls, "CL:0011026", + PermissibleValue( + text="CL:0011026", + description="""A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses.""", + meaning=CL["0011026"])) + setattr(cls, "CL:0002529", + PermissibleValue( + text="CL:0002529", + description="A dermal dendritic cell that is CD1a-positive and CD14-negative.", + meaning=CL["0002529"])) + setattr(cls, "CL:0000623", + PermissibleValue( + text="CL:0000623", + description="""A lymphocyte that can spontaneously kill a variety of target cells without prior antigenic activation via germline encoded activation receptors and also regulate immune responses via cytokine release and direct contact with other cells.""", + meaning=CL["0000623"])) + setattr(cls, "CL:0000791", + PermissibleValue( + text="CL:0000791", + description="A alpha-beta T cell that has a mature phenotype.", + meaning=CL["0000791"])) + setattr(cls, "CL:1000073", + PermissibleValue( + text="CL:1000073", + description="Any radial glial cell that is part of some spinal cord.", + meaning=CL["1000073"])) + setattr(cls, "CL:0000317", + PermissibleValue( + text="CL:0000317", + description="""A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.""", + meaning=CL["0000317"])) + setattr(cls, "CL:0000953", + PermissibleValue( + text="CL:0000953", + description="""A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-negative, composed of surrogate light chain protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA rearrangement of immunoglobulin light chain genes.""", + meaning=CL["0000953"])) + setattr(cls, "CL:1000548", + PermissibleValue( + text="CL:1000548", + description="An epithelial cell that is part of an outer medullary collecting duct.", + meaning=CL["1000548"])) + setattr(cls, "CL:1000483", + PermissibleValue( + text="CL:1000483", + description="A Purkinje myocyte that is part of the internodal tract.", + meaning=CL["1000483"])) + setattr(cls, "CL:0001070", + PermissibleValue( + text="CL:0001070", + description="""An adipocyte that is beige in color, thermogenic, and which differentiates in white fat tissue from a Myf5-negative progenitor.""", + meaning=CL["0001070"])) + setattr(cls, "CL:0003051", + PermissibleValue( + text="CL:0003051", + description="A cone cell that detects ultraviolet (UV) wavelength light.", + meaning=CL["0003051"])) + setattr(cls, "CL:0011005", + PermissibleValue( + text="CL:0011005", + description="""An interneuron that uses GABA as a vesicular neurotransmitter. These interneurons are inhibitory""", + meaning=CL["0011005"])) + setattr(cls, "CL:0002055", + PermissibleValue( + text="CL:0002055", + description="An immature B cell that is CD38-negative, CD10-low, CD21-low, and CD22-high.", + meaning=CL["0002055"])) + setattr(cls, "CL:1000715", + PermissibleValue( + text="CL:1000715", + description="Any renal intercalated cell that is part of some cortical collecting duct.", + meaning=CL["1000715"])) + setattr(cls, "CL:0002324", + PermissibleValue( + text="CL:0002324", + description="""A myoepithelial cell that is part of a mammary gland and is located in the basal layer. During lactation, a basal-myoepithelial cell of mammary gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial cell of mammary gland can be identified by high levels of CD49f and low levels of EpCAM.""", + meaning=CL["0002324"])) + setattr(cls, "CL:0002378", + PermissibleValue( + text="CL:0002378", + description="""A double negative thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive and is found in the fetal thymus.""", + meaning=CL["0002378"])) + setattr(cls, "CL:1000384", + PermissibleValue( + text="CL:1000384", + description="""A type II vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.""", + meaning=CL["1000384"])) + setattr(cls, "CL:3000003", + PermissibleValue( + text="CL:3000003", + description="Sympathetic cholinergic neuron.", + meaning=CL["3000003"])) + setattr(cls, "CL:4042004", + PermissibleValue( + text="CL:4042004", + description="""A choroid plexus macrophage that is part of the apical surface of some choroid plexus epithelium. This macrophage has a star-like shaped body.""", + meaning=CL["4042004"])) + setattr(cls, "CL:0003023", + PermissibleValue( + text="CL:0003023", + description="A retinal ganglion cell C outer that has dense dendritic diversity.", + meaning=CL["0003023"])) + setattr(cls, "CL:0002396", + PermissibleValue( + text="CL:0002396", + description="A patrolling monocyte that is CD14-low and CD16-positive.", + meaning=CL["0002396"])) + setattr(cls, "CL:1000697", + PermissibleValue( + text="CL:1000697", + meaning=CL["1000697"])) + setattr(cls, "CL:0000306", + PermissibleValue( + text="CL:0000306", + meaning=CL["0000306"])) + setattr(cls, "CL:0002264", + PermissibleValue( + text="CL:0002264", + description="A type of enteroendocrine cell found in the stomach that secretes glucagon.", + meaning=CL["0002264"])) + setattr(cls, "CL:4023040", + PermissibleValue( + text="CL:4023040", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layers L2/3-6.""", + meaning=CL["4023040"])) + # Slots class slots: pass diff --git a/src/cell_annotation_schema/datamodel/cap/cell_annotation_schema.py b/src/cell_annotation_schema/datamodel/cap/cell_annotation_schema.py index a5f570a..8c73f4b 100644 --- a/src/cell_annotation_schema/datamodel/cap/cell_annotation_schema.py +++ b/src/cell_annotation_schema/datamodel/cap/cell_annotation_schema.py @@ -1,5 +1,5 @@ # Auto generated from None by pythongen.py version: 0.0.1 -# Generation date: 2024-08-01T16:37:23 +# Generation date: 2024-09-16T15:21:06 # Schema: General_Cell_Annotation_Open_Standard # # id: https://cellular-semantics.sanger.ac.uk/ontology/CAS @@ -351,6 +351,9 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self.cell_fullname is not None and not isinstance(self.cell_fullname, str): self.cell_fullname = str(self.cell_fullname) + if self.cell_ontology_term_id is not None and not isinstance(self.cell_ontology_term_id, CellTypeEnum): + self.cell_ontology_term_id = CellTypeEnum(self.cell_ontology_term_id) + if self.cell_ontology_term is not None and not isinstance(self.cell_ontology_term, str): self.cell_ontology_term = str(self.cell_ontology_term) @@ -461,7 +464,9 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self._is_empty(self.labelsets): self.MissingRequiredField("labelsets") - self._normalize_inlined_as_dict(slot_name="labelsets", slot_type=Labelset, key_name="name", keyed=False) + if not isinstance(self.labelsets, list): + self.labelsets = [self.labelsets] if self.labelsets is not None else [] + self.labelsets = [v if isinstance(v, Labelset) else Labelset(**as_dict(v)) for v in self.labelsets] if self.matrix_file_id is not None and not isinstance(self.matrix_file_id, str): self.matrix_file_id = str(self.matrix_file_id) @@ -520,7 +525,9 @@ class CapTaxonomy(Taxonomy): def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self._is_empty(self.annotations): self.MissingRequiredField("annotations") - self._normalize_inlined_as_dict(slot_name="annotations", slot_type=CapAnnotation, key_name="labelset", keyed=False) + if not isinstance(self.annotations, list): + self.annotations = [self.annotations] if self.annotations is not None else [] + self.annotations = [v if isinstance(v, CapAnnotation) else CapAnnotation(**as_dict(v)) for v in self.annotations] if self._is_empty(self.cellannotation_schema_version): self.MissingRequiredField("cellannotation_schema_version") @@ -589,6 +596,13620 @@ class CellTypeEnum(EnumDefinitionImpl): name="CellTypeEnum", ) + @classmethod + def _addvals(cls): + setattr(cls, "CL:0019019", + PermissibleValue( + text="CL:0019019", + description="A smooth muscle cell that is part of the tracheobronchial tree.", + meaning=CL["0019019"])) + setattr(cls, "CL:0011105", + PermissibleValue( + text="CL:0011105", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer, using dopamine.""", + meaning=CL["0011105"])) + setattr(cls, "CL:0000057", + PermissibleValue( + text="CL:0000057", + description="""A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped.""", + meaning=CL["0000057"])) + setattr(cls, "CL:0002656", + PermissibleValue( + text="CL:0002656", + description="A glandular epithelial cell of the endometrium.", + meaning=CL["0002656"])) + setattr(cls, "CL:0002224", + PermissibleValue( + text="CL:0002224", + description="""A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth.""", + meaning=CL["0002224"])) + setattr(cls, "CL:4030031", + PermissibleValue( + text="CL:4030031", + description="""Any cell that is located within the interstitium between the cells most prominent in defining a given tissue. \"Interstitial cell\" is a morphological term and refers to a variety of cells with differing origins and phenotypes.""", + meaning=CL["4030031"])) + setattr(cls, "CL:0002625", + PermissibleValue( + text="CL:0002625", + description="A cell of the seminiferous tubule epithelium.", + meaning=CL["0002625"])) + setattr(cls, "CL:1000490", + PermissibleValue( + text="CL:1000490", + description="A mesothelial cell that is part of the peritoneum.", + meaning=CL["1000490"])) + setattr(cls, "CL:0000801", + PermissibleValue( + text="CL:0000801", + description="""A mature gamma-delta T cell that is found in the columnar epithelium of the gastrointestinal tract. These cells participate in mucosal immune responses.""", + meaning=CL["0000801"])) + setattr(cls, "CL:0002116", + PermissibleValue( + text="CL:0002116", + description="""A B220-low CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-low, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002116"])) + setattr(cls, "CL:0000578", + PermissibleValue( + text="CL:0000578", + description="""A cell in vitro that has undergone physical changes as a consequence of a deliberate and specific experimental procedure.""", + meaning=CL["0000578"])) + setattr(cls, "CL:0000618", + PermissibleValue( + text="CL:0000618", + meaning=CL["0000618"])) + setattr(cls, "CL:0000435", + PermissibleValue( + text="CL:0000435", + meaning=CL["0000435"])) + setattr(cls, "CL:0000654", + PermissibleValue( + text="CL:0000654", + description="A primary oocyte is an oocyte that has not completed female meosis I.", + meaning=CL["0000654"])) + setattr(cls, "CL:0002130", + PermissibleValue( + text="CL:0002130", + description="A cardiac myocyte of the interatrial region of the heart.", + meaning=CL["0002130"])) + setattr(cls, "CL:0017003", + PermissibleValue( + text="CL:0017003", + description="An epithelial cell that is part of the prostatic urethra.", + meaning=CL["0017003"])) + setattr(cls, "CL:0002038", + PermissibleValue( + text="CL:0002038", + description="""A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high and PD1-high, and stimulates follicular B cells to undergo class-switching and antibody production.""", + meaning=CL["0002038"])) + setattr(cls, "CL:0002311", + PermissibleValue( + text="CL:0002311", + description="An acidophilic cell of the anterior pituitary that produces prolactin.", + meaning=CL["0002311"])) + setattr(cls, "CL:0000722", + PermissibleValue( + text="CL:0000722", + meaning=CL["0000722"])) + setattr(cls, "CL:0000059", + PermissibleValue( + text="CL:0000059", + description="""Skeletogenic cell that produces enamel, overlies the odontogenic papilla, and arises from the differentiation of a preameloblast cell.""", + meaning=CL["0000059"])) + setattr(cls, "CL:0000160", + PermissibleValue( + text="CL:0000160", + description="A cell of the epithelial lining that produce and secrete mucins.", + meaning=CL["0000160"])) + setattr(cls, "CL:0002680", + PermissibleValue( + text="CL:0002680", + description="A PP cell found in intestine.", + meaning=CL["0002680"])) + setattr(cls, "CL:0002382", + PermissibleValue( + text="CL:0002382", + description="A conidium that has more than one nucleus.", + meaning=CL["0002382"])) + setattr(cls, "CL:0002027", + PermissibleValue( + text="CL:0002027", + description="A megakaryocyte cell with is CD9-positive and CD41-positive.", + meaning=CL["0002027"])) + setattr(cls, "CL:4033024", + PermissibleValue( + text="CL:4033024", + description="A basal cell that is part of a duct of an airway submucosal gland.", + meaning=CL["4033024"])) + setattr(cls, "CL:0010017", + PermissibleValue( + text="CL:0010017", + description="A zygote in a plant or an animal.", + meaning=CL["0010017"])) + setattr(cls, "CL:0000815", + PermissibleValue( + text="CL:0000815", + description="""A T cell which regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000815"])) + setattr(cls, "CL:0002319", + PermissibleValue( + text="CL:0002319", + description="A cell that is part of the nervous system.", + meaning=CL["0002319"])) + setattr(cls, "CL:0011113", + PermissibleValue( + text="CL:0011113", + description="Neuron found in the spiral ganglion.", + meaning=CL["0011113"])) + setattr(cls, "CL:0000662", + PermissibleValue( + text="CL:0000662", + meaning=CL["0000662"])) + setattr(cls, "CL:0002292", + PermissibleValue( + text="CL:0002292", + description="""A round or oval neuroepithelial cell that contacts other type I cells or capillaries. They occur in clusters that are surrounded by sheath cells (type-II cells) in the carotid body. This cell type is capable of secreting a number of neurotransmitters.""", + meaning=CL["0002292"])) + setattr(cls, "CL:0000067", + PermissibleValue( + text="CL:0000067", + description="An epithelial cell that has a cilia.", + meaning=CL["0000067"])) + setattr(cls, "CL:0002181", + PermissibleValue( + text="CL:0002181", + description="""A neck cell that secretes mucus within the stomach. Its products are distinct histochemically from those of the surface mucous cells of stomach.""", + meaning=CL["0002181"])) + setattr(cls, "CL:0004214", + PermissibleValue( + text="CL:0004214", + description="A type of type 3 cone bipolar cell with distinctive crescent-shaped dendrites.", + meaning=CL["0004214"])) + setattr(cls, "CL:0000594", + PermissibleValue( + text="CL:0000594", + description="""An elongated, spindle-shaped, cell that is located between the basal lamina and the plasmalemma of a muscle fiber. These cells are mostly quiescent, but upon activation they divide to produce cells that generate new muscle fibers.""", + meaning=CL["0000594"])) + setattr(cls, "CL:0002520", + PermissibleValue( + text="CL:0002520", + description="""An insect excretory cell that regulates hemolymph composition by filtration and filtrate endocytosis.""", + meaning=CL["0002520"])) + setattr(cls, "CL:0002627", + PermissibleValue( + text="CL:0002627", + description="A mature astrocyte that is capable of producing cytokines.", + meaning=CL["0002627"])) + setattr(cls, "CL:0004225", + PermissibleValue( + text="CL:0004225", + description="""A broadly stratifying amacrine cell with a small dendritic field, straight dendrites and post-synaptic terminals in S1, S2, and S3.""", + meaning=CL["0004225"])) + setattr(cls, "CL:0002422", + PermissibleValue( + text="CL:0002422", + description="""A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes.""", + meaning=CL["0002422"])) + setattr(cls, "CL:0000570", + PermissibleValue( + text="CL:0000570", + description="""A neuroepithelial cells that occurs singly or in small groups, close to the outer follicular borders but within the follicular basement membrane of the thyroid. Expresses a form of the neural cell adhesion molecule (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine.""", + meaning=CL["0000570"])) + setattr(cls, "CL:0000599", + PermissibleValue( + text="CL:0000599", + description="""An asexual, nonmotile spore formed by higher fungi; conidia are usually made from the side or tip of specialized sporogenous cells and do not form by progressive cleavage of the cytoplasm.""", + meaning=CL["0000599"])) + setattr(cls, "CL:0002570", + PermissibleValue( + text="CL:0002570", + description="A mesenchymal stem cell of adipose tissue.", + meaning=CL["0002570"])) + setattr(cls, "CL:0000499", + PermissibleValue( + text="CL:0000499", + description="""A connective tissue cell of an organ found in the loose connective tissue. These are most often associated with the uterine mucosa and the ovary as well as the hematopoietic system and elsewhere.""", + meaning=CL["0000499"])) + setattr(cls, "CL:0000077", + PermissibleValue( + text="CL:0000077", + description="A flattened epithelial cell of mesenchymal origin that lines the serous cavity.", + meaning=CL["0000077"])) + setattr(cls, "CL:1000337", + PermissibleValue( + text="CL:1000337", + description="An enterocyte that is part of the epithelium of duodenal gland.", + meaning=CL["1000337"])) + setattr(cls, "CL:0002283", + PermissibleValue( + text="CL:0002283", + description="An epithelial cell of the mucosa associated with facial skeleton.", + meaning=CL["0002283"])) + setattr(cls, "CL:0002457", + PermissibleValue( + text="CL:0002457", + description="""A Langerhans cell that is in the epidermis and is CD45-positive, MHCII-positive, and CD11b-positive.""", + meaning=CL["0002457"])) + setattr(cls, "CL:0002556", + PermissibleValue( + text="CL:0002556", + description="A fibroblast of the periodontium.", + meaning=CL["0002556"])) + setattr(cls, "CL:0002155", + PermissibleValue( + text="CL:0002155", + description="""A crenated erythrocyte with 30+ crenations, bumps or spurs that are the result of damage due to age or disease.""", + meaning=CL["0002155"])) + setattr(cls, "CL:0002406", + PermissibleValue( + text="CL:0002406", + description="""A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.""", + meaning=CL["0002406"])) + setattr(cls, "CL:0001072", + PermissibleValue( + text="CL:0001072", + description="""An innate lymphoid cell in the human with the phenotype CD34-negative, CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells.""", + meaning=CL["0001072"])) + setattr(cls, "CL:0009035", + PermissibleValue( + text="CL:0009035", + description="A stromal cell found in the lamina propria of the vermiform appendix.", + meaning=CL["0009035"])) + setattr(cls, "CL:0000473", + PermissibleValue( + text="CL:0000473", + description="A cell whose primary function is to protect the organism.", + meaning=CL["0000473"])) + setattr(cls, "CL:0000109", + PermissibleValue( + text="CL:0000109", + meaning=CL["0000109"])) + setattr(cls, "CL:0000518", + PermissibleValue( + text="CL:0000518", + description="A phagocyte in vertebrates that is able to phagocytosis.", + meaning=CL["0000518"])) + setattr(cls, "CL:4023010", + PermissibleValue( + text="CL:4023010", + description="""A GABAergic cortical interneuron that is strongly labelled for α7 nAChRs. These cells have soma found in L1 and have multipolar dendrites with vertically descending axonal collaterals that project deep into the column, usually branching and terminating in L5A.""", + meaning=CL["4023010"])) + setattr(cls, "CL:1001428", + PermissibleValue( + text="CL:1001428", + description="A urothelial cell that is part of the urothelium of the urinary bladder.", + meaning=CL["1001428"])) + setattr(cls, "CL:4033014", + PermissibleValue( + text="CL:4033014", + description="""A small, narrow, peg-shaped epithelial cell with little cytoplasm that is part of oviduct epithelium. This cell is rarer than the ciliated and secretory epithelial cells of the fallopian tube epithelium and is often found intercalated between them. Peg cells are generally distributed basally along the epithelium and have been found in high concentrations at the fimbriated, distal end of the fallopian tube in humans. It may have a regenerative/stem-cell function. In humans, markers include EPCAM, CD44, and ITGA6.""", + meaning=CL["4033014"])) + setattr(cls, "CL:0000212", + PermissibleValue( + text="CL:0000212", + description="A cell that takes up and metabolizes substances.", + meaning=CL["0000212"])) + setattr(cls, "CL:0000611", + PermissibleValue( + text="CL:0000611", + description="""Any granulocytopoietic cell that has part some transcription factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has part some erythroid transcription factor and lacks plasma membrane part some CD19 molecule and lacks plasma membrane part some CD4 molecule and lacks plasma membrane part some integrin alpha-M and lacks plasma membrane part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks plasma membrane part some membrane-spanning 4-domains subfamily A member 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and lacks plasma membrane part some CD14 molecule and lacks plasma membrane part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha chain and has plasma membrane part some interleukin-5 receptor subunit alpha and has plasma membrane part some mast/stem cell growth factor receptor and is capable of some eosinophil differentiation.""", + meaning=CL["0000611"])) + setattr(cls, "CL:1000597", + PermissibleValue( + text="CL:1000597", + description="A cell that is part of a tip of a renal papilla.", + meaning=CL["1000597"])) + setattr(cls, "CL:0000198", + PermissibleValue( + text="CL:0000198", + description="""The peripheral receptor for pain. Includes receptors which are sensitive to painful mechanical stimuli, extreme heat or cold, and chemical stimuli. All mammalian nociceptors are free nerve endings.""", + meaning=CL["0000198"])) + setattr(cls, "CL:0002622", + PermissibleValue( + text="CL:0002622", + description="A stromal cell of the prostate.", + meaning=CL["0002622"])) + setattr(cls, "CL:0000759", + PermissibleValue( + text="CL:0000759", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is narrowly stratified and are found just below a calretinin-expressing band in sublamina 4 of the inner plexiform layer.""", + meaning=CL["0000759"])) + setattr(cls, "CL:0002342", + PermissibleValue( + text="CL:0002342", + description="""A circulating endothelial cell of the phenotype CD146-positive, CD105-positive, CD45-negative. This cell type is indicative of recent vascular damage.""", + meaning=CL["0002342"])) + setattr(cls, "CL:0000357", + PermissibleValue( + text="CL:0000357", + meaning=CL["0000357"])) + setattr(cls, "CL:1000368", + PermissibleValue( + text="CL:1000368", + description="""A transitional myocyte that is part of the anterior division of left branch of atrioventricular bundle.""", + meaning=CL["1000368"])) + setattr(cls, "CL:0005025", + PermissibleValue( + text="CL:0005025", + description="""A motor neuron that synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles and glands of the pulmonary, cardiovascular, and gastrointestinal systems.""", + meaning=CL["0005025"])) + setattr(cls, "CL:1000279", + PermissibleValue( + text="CL:1000279", + description="A smooth muscle cell that is part of the large intestine.", + meaning=CL["1000279"])) + setattr(cls, "CL:0002140", + PermissibleValue( + text="CL:0002140", + description="A sebum secreting cell of the skin that secretes sebum into the hair follicles.", + meaning=CL["0002140"])) + setattr(cls, "CL:1000376", + PermissibleValue( + text="CL:1000376", + description="A Purkinje myocyte that is part of the interventricular septum.", + meaning=CL["1000376"])) + setattr(cls, "CL:2000085", + PermissibleValue( + text="CL:2000085", + description="Any mononuclear cell that is part of a umbilical cord.", + meaning=CL["2000085"])) + setattr(cls, "CL:0000775", + PermissibleValue( + text="CL:0000775", + description="""Any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes.""", + meaning=CL["0000775"])) + setattr(cls, "CL:0000748", + PermissibleValue( + text="CL:0000748", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner plexiform layer.""", + meaning=CL["0000748"])) + setattr(cls, "CL:0002026", + PermissibleValue( + text="CL:0002026", + description="""A megakaryocyte progenitor cell that is CD34-negative, CD41-positive and CD42-positive.""", + meaning=CL["0002026"])) + setattr(cls, "CL:0002451", + PermissibleValue( + text="CL:0002451", + description="""A multi-fate stem cell that is the source of cells for growth of the mammary gland during puberty and gestation. This cell type gives rise to both the luminal and myoepithelial cell types of the gland, and have been shown to have the ability to regenerate the entire organ in mice. This cell type also plays an important role in carcinogenesis of the breast. This cell type is Lin-, CD24-positive, CD29-hi.""", + meaning=CL["0002451"])) + setattr(cls, "CL:0002404", + PermissibleValue( + text="CL:0002404", + description="A thymocyte found in the fetal thymus.", + meaning=CL["0002404"])) + setattr(cls, "CL:0002243", + PermissibleValue( + text="CL:0002243", + description="""A circular smooth muscle cell of the iris, innervated by the ciliary nerves (parasympathetic), and acting to contract the pupil. This muscle cell derives from neuroectoderm. This smooth muscle cell results from transformation of epithelial cells to smooth muscle cells.""", + meaning=CL["0002243"])) + setattr(cls, "CL:0002546", + PermissibleValue( + text="CL:0002546", + description="An endothelial progenitor cell that participates in angiogenesis during development.", + meaning=CL["0002546"])) + setattr(cls, "CL:0002493", + PermissibleValue( + text="CL:0002493", + description="""A polarized cell that is juxtaposed to fibrocytes in the underlying spiral ligament. This cell type secretes potassium ions derived from fibrocytes through gap junctions.""", + meaning=CL["0002493"])) + setattr(cls, "CL:1001124", + PermissibleValue( + text="CL:1001124", + description="""Any peritubular capillary endothelial cell that is part of some renal cortex peritubular capillary.""", + meaning=CL["1001124"])) + setattr(cls, "CL:0000112", + PermissibleValue( + text="CL:0000112", + meaning=CL["0000112"])) + setattr(cls, "CL:4023123", + PermissibleValue( + text="CL:4023123", + description="""A kisspeptin neuron that is located in the hypothalamus. These neurons project to and activate gonadotrophin-releasing hormone neurons (acting via the kisspeptin receptor) in the hypothalamus and stimulate the secretion of gonadotrophin-releasing hormone.""", + meaning=CL["4023123"])) + setattr(cls, "CL:0000352", + PermissibleValue( + text="CL:0000352", + description="""A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation.""", + meaning=CL["0000352"])) + setattr(cls, "CL:1001109", + PermissibleValue( + text="CL:1001109", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal cortex.""", + meaning=CL["1001109"])) + setattr(cls, "CL:2000095", + PermissibleValue( + text="CL:2000095", + description="Any hematopoietic stem cell that is part of a umbilical cord blood.", + meaning=CL["2000095"])) + setattr(cls, "CL:4033056", + PermissibleValue( + text="CL:4033056", + description="""A differentiated flat keratinocyte that is part of a nail plate. An onychocyte is firmly adherent and does not desquamate.""", + meaning=CL["4033056"])) + setattr(cls, "CL:0002280", + PermissibleValue( + text="CL:0002280", + description="An enteroendocrine cell found in the ileum and jejunum that produces neurotensin.", + meaning=CL["0002280"])) + setattr(cls, "CL:1000465", + PermissibleValue( + text="CL:1000465", + description="A chromaffin cell that is part of the ovary.", + meaning=CL["1000465"])) + setattr(cls, "CL:0000889", + PermissibleValue( + text="CL:0000889", + description="""An immature myeloid leukocyte of heterogeneous phenotype found particularly in cancer and sepsis patients that is capable of suppressing activity of T cells in ex vivo assays. This cell type is CD45-positive, CD11b-positive.""", + meaning=CL["0000889"])) + setattr(cls, "CL:0002008", + PermissibleValue( + text="CL:0002008", + description="""A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell.""", + meaning=CL["0002008"])) + setattr(cls, "CL:4030033", + PermissibleValue( + text="CL:4030033", + description="""An endothelial cell that lines a surface of a cardiac valve leaflet. Along with valve interstitial cells, a valve endothelial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.""", + meaning=CL["4030033"])) + setattr(cls, "CL:0000632", + PermissibleValue( + text="CL:0000632", + description="""A cell that is found in the perisinusoidal space of the liver that is capable of multiple roles including storage of retinol, presentation of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, production of extracellular matrix components that can contribute to liver fibrosis. This activated state has a myofibroblast-like phenotype, though it's not clear in the literature if this is terminally differentiated. This cell type comprises approximately 8-15% of total cells in the liver.""", + meaning=CL["0000632"])) + setattr(cls, "CL:0000342", + PermissibleValue( + text="CL:0000342", + description="Any animal cell containing pigment granules.", + meaning=CL["0000342"])) + setattr(cls, "CL:0000832", + PermissibleValue( + text="CL:0000832", + description="A myeloblast committed to the eosinophil lineage.", + meaning=CL["0000832"])) + setattr(cls, "CL:4042008", + PermissibleValue( + text="CL:4042008", + description="""A cell type located in the first layer of the neocortex with radial protrusions extending transversely into the deeper cortex layers, herby facilitating communication across neurons, astrocytes, capillaries, meninges and cerebrospinal fluid through contact with neurons, pia mater and capillaries.""", + meaning=CL["4042008"])) + setattr(cls, "CL:1001451", + PermissibleValue( + text="CL:1001451", + description="""A sensory neuron of the dorsal root ganglia that senses body position and sends information about how much the muscle is stretched to the spinal cord.""", + meaning=CL["1001451"])) + setattr(cls, "CL:0002607", + PermissibleValue( + text="CL:0002607", + description="A neural crest cell that gives rise to cells of the enteric nervous system.", + meaning=CL["0002607"])) + setattr(cls, "CL:4033062", + PermissibleValue( + text="CL:4033062", + description="""A trophoblast cell that invades the uterine wall to anchor the placenta to the uterus. An interstitial extravillous trophoblast cell differentiates from an extravillous trophoblast cell, becoming hyperchromatic and changing its morphology to a fibroblast-like spindle-shaped cell. In humans, this cell can be distinguished by the expression of placental-specific protein 8, which stimulates migration.""", + meaning=CL["4033062"])) + setattr(cls, "CL:1000437", + PermissibleValue( + text="CL:1000437", + description="An epithelial cell that is part of the nasolacrimal duct.", + meaning=CL["1000437"])) + setattr(cls, "CL:0011106", + PermissibleValue( + text="CL:0011106", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer using GABA.""", + meaning=CL["0011106"])) + setattr(cls, "CL:1000312", + PermissibleValue( + text="CL:1000312", + description="A goblet cell that is part of the epithelium of bronchus.", + meaning=CL["1000312"])) + setattr(cls, "CL:1000327", + PermissibleValue( + text="CL:1000327", + description="A goblet cell that is part of the epithelium proper of appendix.", + meaning=CL["1000327"])) + setattr(cls, "CL:0008048", + PermissibleValue( + text="CL:0008048", + description="""A glutamatergic motor neuron with a soma in the brainstem or cerebral cortex. They do not synapse directly to muscles but rather to lower motor neurons, which do. They are the main controllers of voluntary movement.""", + meaning=CL["0008048"])) + setattr(cls, "CL:0000857", + PermissibleValue( + text="CL:0000857", + description="A skeletal muscle myoblast that differentiates into slow muscle fibers.", + meaning=CL["0000857"])) + setattr(cls, "CL:1000239", + PermissibleValue( + text="CL:1000239", + description="Any glial cell that is part of some anterior lateral line nerve.", + meaning=CL["1000239"])) + setattr(cls, "CL:0002329", + PermissibleValue( + text="CL:0002329", + description="""An epithelial cell type that lacks the columnar shape typical for other respiratory epithelial cells. This cell type is able to differentiate into other respiratory epithelial cells in response to injury.""", + meaning=CL["0002329"])) + setattr(cls, "CL:0004230", + PermissibleValue( + text="CL:0004230", + description="""A bistratified amacrine cell with a small dendritic field that has post-synaptic terminals in S1 and the border of S1-S2, and termination of a second arbor within the border of S2-S3 and S3.""", + meaning=CL["0004230"])) + setattr(cls, "CL:0002144", + PermissibleValue( + text="CL:0002144", + description="An endothelial cell found in capillaries.", + meaning=CL["0002144"])) + setattr(cls, "CL:1001021", + PermissibleValue( + text="CL:1001021", + description="""Any kidney loop of Henle epithelial cell that is part of some descending limb of loop of Henle.""", + meaning=CL["1001021"])) + setattr(cls, "CL:0008010", + PermissibleValue( + text="CL:0008010", + description="""A cranial motor neuron whose soma is located in the midbrain andor hindbrain and which innervates the skeletal muscles of the eye or tongue.""", + meaning=CL["0008010"])) + setattr(cls, "CL:0002118", + PermissibleValue( + text="CL:0002118", + description="""A CD38-negative IgG-negative memory B cell is a IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-negative and IgG-negative.""", + meaning=CL["0002118"])) + setattr(cls, "CL:4023064", + PermissibleValue( + text="CL:4023064", + description="An interneuron that is derived from the caudal ganglionic eminence.", + meaning=CL["4023064"])) + setattr(cls, "CL:0000878", + PermissibleValue( + text="CL:0000878", + description="A tissue-resident macrophage found in the central nervous system.", + meaning=CL["0000878"])) + setattr(cls, "CL:0009051", + PermissibleValue( + text="CL:0009051", + description="A T cell that is located in the anorectum.", + meaning=CL["0009051"])) + setattr(cls, "CL:0019001", + PermissibleValue( + text="CL:0019001", + description="Any serous secreting cell that is part of the tracheobronchial epithelium.", + meaning=CL["0019001"])) + setattr(cls, "CL:1001100", + PermissibleValue( + text="CL:1001100", + description="Any smooth muscle cell that is part of some renal efferent arteriole.", + meaning=CL["1001100"])) + setattr(cls, "CL:0002571", + PermissibleValue( + text="CL:0002571", + description="A mesenchymal stem cell of liver.", + meaning=CL["0002571"])) + setattr(cls, "CL:0008035", + PermissibleValue( + text="CL:0008035", + description="""Any vascular associated smooth muscle cell that is part of some microcirculatory vessel.""", + meaning=CL["0008035"])) + setattr(cls, "CL:0003045", + PermissibleValue( + text="CL:0003045", + description="""A bistratified ganglion cell with larger, asymetric dendritic fields that terminate in S2 and S4.""", + meaning=CL["0003045"])) + setattr(cls, "CL:0002666", + PermissibleValue( + text="CL:0002666", + description="""An otic fibrocyte that underlies the spiral prominence and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002666"])) + setattr(cls, "CL:4023044", + PermissibleValue( + text="CL:4023044", + description="""An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that does not project to the medulla. Non-MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.""", + meaning=CL["4023044"])) + setattr(cls, "CL:0002085", + PermissibleValue( + text="CL:0002085", + description="""Specialized elongated ventricular ependymal cell that has processes that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts seen in developing brain. Found in the adult brain in the third ventricle, cerebral aqueduct, spinal canal and floor of the fourth ventricle.""", + meaning=CL["0002085"])) + setattr(cls, "CL:1001142", + PermissibleValue( + text="CL:1001142", + description="Any kidney cortex vein cell that is part of some kidney arcuate vein.", + meaning=CL["1001142"])) + setattr(cls, "CL:0002661", + PermissibleValue( + text="CL:0002661", + description="""A luminal cell of terminal ducts, i.e.e the terminal branch of a lactiferous duct which alveolar cells drain into.""", + meaning=CL["0002661"])) + setattr(cls, "CL:0000146", + PermissibleValue( + text="CL:0000146", + meaning=CL["0000146"])) + setattr(cls, "CL:0002089", + PermissibleValue( + text="CL:0002089", + description="""A group 2 innate lymphoid cell in the mouse capable of secreting IL-13 in response to a helminth infection. This cell is lineage-negative, ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive.""", + meaning=CL["0002089"])) + setattr(cls, "CL:0000507", + PermissibleValue( + text="CL:0000507", + description="A peptide hormone secreting cell that secretes endorphin.", + meaning=CL["0000507"])) + setattr(cls, "CL:0000246", + PermissibleValue( + text="CL:0000246", + meaning=CL["0000246"])) + setattr(cls, "CL:0002016", + PermissibleValue( + text="CL:0002016", + description="A polychromatiic erythroblast that is Gly-A-positive and CD71-low.", + meaning=CL["0002016"])) + setattr(cls, "CL:0002526", + PermissibleValue( + text="CL:0002526", + description="A dermal dendritic cell that is CD1a-negative and CD14-positive.", + meaning=CL["0002526"])) + setattr(cls, "CL:0002514", + PermissibleValue( + text="CL:0002514", + description="""A CD8alpha alpha positive gamma-delta intraepithelial T cell that does not express a TCR partially encoded by the Vgamma5 gene segment.""", + meaning=CL["0002514"])) + setattr(cls, "CL:0011102", + PermissibleValue( + text="CL:0011102", + description="""Parasympathetic neurons are part of the parasympathetic nervous sysem and the cell bodies lie in the brain and sacral region of the spinal cord. The neurons are mainly cholinergic.""", + meaning=CL["0011102"])) + setattr(cls, "CL:0004232", + PermissibleValue( + text="CL:0004232", + description="""An amacrine cell with a flat dendritic arbor and a medium dendritic field. Starburst amacrine cells have post-synaptic terminals in S2. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and acetylcholine.""", + meaning=CL["0004232"])) + setattr(cls, "CL:0001006", + PermissibleValue( + text="CL:0001006", + description="""Dermal dendritic cell is a conventional dendritic cell that is CD11b-positive, CD205-positive and CD8 alpha-negative.""", + meaning=CL["0001006"])) + setattr(cls, "CL:0009081", + PermissibleValue( + text="CL:0009081", + description="""The human equivalent of a DN2 thymocyte; typically contains two phases, in the latter of which these thymocytes begin the process of beta selection.""", + meaning=CL["0009081"])) + setattr(cls, "CL:0008004", + PermissibleValue( + text="CL:0008004", + description="A muscle cell that is part of some somatic muscle.", + meaning=CL["0008004"])) + setattr(cls, "CL:1001582", + PermissibleValue( + text="CL:1001582", + description="Neuron of lateral ventricle.", + meaning=CL["1001582"])) + setattr(cls, "CL:1000350", + PermissibleValue( + text="CL:1000350", + description="A basal cell that is part of the epithelium of terminal bronchiole.", + meaning=CL["1000350"])) + setattr(cls, "CL:0000416", + PermissibleValue( + text="CL:0000416", + meaning=CL["0000416"])) + setattr(cls, "CL:0000199", + PermissibleValue( + text="CL:0000199", + description="""A cell specialized to transduce mechanical stimuli and relay that information centrally in the nervous system.""", + meaning=CL["0000199"])) + setattr(cls, "CL:0000208", + PermissibleValue( + text="CL:0000208", + meaning=CL["0000208"])) + setattr(cls, "CL:1000271", + PermissibleValue( + text="CL:1000271", + description="Any ciliated cell that is part of some lung.", + meaning=CL["1000271"])) + setattr(cls, "CL:0000421", + PermissibleValue( + text="CL:0000421", + description="""A free floating cell, including amebocytes and eleocytes, in the coelom of certain animals, especially annelids.""", + meaning=CL["0000421"])) + setattr(cls, "CL:2000043", + PermissibleValue( + text="CL:2000043", + description="Any pericyte cell that is part of a brain.", + meaning=CL["2000043"])) + setattr(cls, "CL:0002606", + PermissibleValue( + text="CL:0002606", + description="An astrocyte of the spinal cord.", + meaning=CL["0002606"])) + setattr(cls, "CL:0000214", + PermissibleValue( + text="CL:0000214", + description="A cell located in the synovial joint.", + meaning=CL["0000214"])) + setattr(cls, "CL:0000605", + PermissibleValue( + text="CL:0000605", + description="A spore formed following mitosis or mitoses.", + meaning=CL["0000605"])) + setattr(cls, "CL:0001087", + PermissibleValue( + text="CL:0001087", + description="""A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.""", + meaning=CL["0001087"])) + setattr(cls, "CL:0002096", + PermissibleValue( + text="CL:0002096", + description="""A specialised myocyte that lies between the sinoatrial node and the atrioventricular node and is involved in the conduction of electrical signals.""", + meaning=CL["0002096"])) + setattr(cls, "CL:1000493", + PermissibleValue( + text="CL:1000493", + description="A mesothelial cell that is part of the visceral pleura.", + meaning=CL["1000493"])) + setattr(cls, "CL:0002478", + PermissibleValue( + text="CL:0002478", + description="""An adipose macrophage that does not express F4/80but is MHC-II-positive. This cell type exhibits autofluorescence under typical flow cyometry conditions.""", + meaning=CL["0002478"])) + setattr(cls, "CL:4033013", + PermissibleValue( + text="CL:4033013", + description="""A keratinocyte of the epidermis suprabasal layer. This cell may express the differentiation markers keratin 10 and keratin 1.""", + meaning=CL["4033013"])) + setattr(cls, "CL:4033048", + PermissibleValue( + text="CL:4033048", + description="""A respiratory epithelial cell with topographic nuclear position in between the basal and luminal cell of the airway epithelium. This non-basal, intermediate cell has limited proliferative capacity, ultrastructural features of basal cells and no defined features of the typically differentiated cellular phenotypes.""", + meaning=CL["4033048"])) + setattr(cls, "CL:1000428", + PermissibleValue( + text="CL:1000428", + description="A somatic stem cell that is part of the epidermis.", + meaning=CL["1000428"])) + setattr(cls, "CL:4030013", + PermissibleValue( + text="CL:4030013", + description="""Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the outer medulla (inner stripe). It is known in some mammalian species that the long descending limb of the loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the protein kinase Stk32a.""", + meaning=CL["4030013"])) + setattr(cls, "CL:0000019", + PermissibleValue( + text="CL:0000019", + description="A mature male germ cell that develops from a spermatid.", + meaning=CL["0000019"])) + setattr(cls, "CL:0002228", + PermissibleValue( + text="CL:0002228", + description="""An elongating cell that rapidly obliterates the lumen of the lens vesicle. Subsequently, differentiation of this cell type at the lens equator leads to the formation of secondary fiber cells that come to overlie the primary fibers.""", + meaning=CL["0002228"])) + setattr(cls, "CL:4028006", + PermissibleValue( + text="CL:4028006", + description="""A pulmonary interstitial fibroblast that is part of the alveolus and localizes to vascular adventitia.""", + meaning=CL["4028006"])) + setattr(cls, "CL:0002129", + PermissibleValue( + text="CL:0002129", + description="Regular cardiac myocyte of a cardiac atrium.", + meaning=CL["0002129"])) + setattr(cls, "CL:0001021", + PermissibleValue( + text="CL:0001021", + description="""A common lymphoid progenitor that is CD10-positive, CD45RA-positive, CD34-positive and CD38-positive.""", + meaning=CL["0001021"])) + setattr(cls, "CL:1001610", + PermissibleValue( + text="CL:1001610", + description="""Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes.""", + meaning=CL["1001610"])) + setattr(cls, "CL:1000909", + PermissibleValue( + text="CL:1000909", + description="Any nephron tubule epithelial cell that is part of some loop of Henle.", + meaning=CL["1000909"])) + setattr(cls, "CL:0000410", + PermissibleValue( + text="CL:0000410", + meaning=CL["0000410"])) + setattr(cls, "CL:4023025", + PermissibleValue( + text="CL:4023025", + description="""A sst GABAergic cortical interneuron that is both an interneuron and a projecting neuron. They are found in all layers from upper L2/3 down to the bottom of L6. They have long-range projections, some with axons fading into white matter. These cells have low rebound potential, low hyperpolarization sag, and high variability in membrane time constant.""", + meaning=CL["4023025"])) + setattr(cls, "CL:0000130", + PermissibleValue( + text="CL:0000130", + meaning=CL["0000130"])) + setattr(cls, "CL:0000864", + PermissibleValue( + text="CL:0000864", + description="""A macrophage constitutively resident in a particular tissue under non-inflammatory conditions, and capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.""", + meaning=CL["0000864"])) + setattr(cls, "CL:0000048", + PermissibleValue( + text="CL:0000048", + description="A stem cell that can give rise to multiple lineages of cells.", + meaning=CL["0000048"])) + setattr(cls, "CL:0002357", + PermissibleValue( + text="CL:0002357", + description="""A fetal liver derived enucleated erythrocyte. This erythrocyte resembles adult erythrocytes in that they are small (3- to 6- times smaller than primitive erythrocytes) and produce adult hemaglobins.""", + meaning=CL["0002357"])) + setattr(cls, "CL:0002560", + PermissibleValue( + text="CL:0002560", + description="An epithelial cell that resides in the inner root sheath of the hair follicle.", + meaning=CL["0002560"])) + setattr(cls, "CL:0000964", + PermissibleValue( + text="CL:0000964", + description="""A germinal center B cell that founds a germinal center, and has the phenotype IgD-positive, CD38-positive, and CD23-negative.""", + meaning=CL["0000964"])) + setattr(cls, "CL:0009005", + PermissibleValue( + text="CL:0009005", + description="Any cell in a salivary gland.", + meaning=CL["0009005"])) + setattr(cls, "CL:0000483", + PermissibleValue( + text="CL:0000483", + description="A peptide hormone secreting cell that secretes bombesin stimulating hormone.", + meaning=CL["0000483"])) + setattr(cls, "CL:0000185", + PermissibleValue( + text="CL:0000185", + description="""Contractile cells resembling smooth muscle cells that are present in glands, notably the mammary gland, and aid in secretion. This cell has long weaving dendritic processes containing myofilament.""", + meaning=CL["0000185"])) + setattr(cls, "CL:0000956", + PermissibleValue( + text="CL:0000956", + description="""A pre-B-I cell is a precursor B cell that expresses CD34 and surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain protein.""", + meaning=CL["0000956"])) + setattr(cls, "CL:4030049", + PermissibleValue( + text="CL:4030049", + description="A DRD2-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + meaning=CL["4030049"])) + setattr(cls, "CL:0002326", + PermissibleValue( + text="CL:0002326", + description="""A mammary epithelial cell that occurs in the lumen of the ductal and alveoli structure in the breast.""", + meaning=CL["0002326"])) + setattr(cls, "CL:0000028", + PermissibleValue( + text="CL:0000028", + meaning=CL["0000028"])) + setattr(cls, "CL:0000847", + PermissibleValue( + text="CL:0000847", + description="""An olfactory receptor cell in which the apical ending of the dendrite is a pronounced ciliated olfactory knob.""", + meaning=CL["0000847"])) + setattr(cls, "CL:1000323", + PermissibleValue( + text="CL:1000323", + description="A goblet cell that is part of the epithelium of pyloric gland.", + meaning=CL["1000323"])) + setattr(cls, "CL:0010006", + PermissibleValue( + text="CL:0010006", + description="Any blood vessel endothelial cell that is part of some heart.", + meaning=CL["0010006"])) + setattr(cls, "CL:4033018", + PermissibleValue( + text="CL:4033018", + description="A megakaryocyte that is resident in the lung connective tissue.", + meaning=CL["4033018"])) + setattr(cls, "CL:1000182", + PermissibleValue( + text="CL:1000182", + description="Any tip cell that is part of some Malpighian tubule.", + meaning=CL["1000182"])) + setattr(cls, "CL:0000233", + PermissibleValue( + text="CL:0000233", + description="""A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, found in the blood of all mammals, and mainly involved in blood coagulation.""", + meaning=CL["0000233"])) + setattr(cls, "CL:1001567", + PermissibleValue( + text="CL:1001567", + description="Any endothelial cell of vascular tree that is part of some lung.", + meaning=CL["1001567"])) + setattr(cls, "CL:0000443", + PermissibleValue( + text="CL:0000443", + description="Any secretory cell that is capable of some calcitonin secretion.", + meaning=CL["0000443"])) + setattr(cls, "CL:0000474", + PermissibleValue( + text="CL:0000474", + description="""An insect renal cell that filters hemolymph and is found with other pericardial nephrocytes in two rows flanking the dorsal vessel.""", + meaning=CL["0000474"])) + setattr(cls, "CL:4023168", + PermissibleValue( + text="CL:4023168", + description="""A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli.""", + meaning=CL["4023168"])) + setattr(cls, "CL:0000204", + PermissibleValue( + text="CL:0000204", + meaning=CL["0000204"])) + setattr(cls, "CL:1000478", + PermissibleValue( + text="CL:1000478", + description="A transitional myocyte that is part of the sinoatrial node.", + meaning=CL["1000478"])) + setattr(cls, "CL:0000557", + PermissibleValue( + text="CL:0000557", + description="""A hematopoietic progenitor cell that is committed to the granulocyte and monocyte lineages. These cells are CD123-positive, and do not express Gata1 or Gata2 but do express C/EBPa, and Pu.1.""", + meaning=CL["0000557"])) + setattr(cls, "CL:0002456", + PermissibleValue( + text="CL:0002456", + description="A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive and CD4-positive.", + meaning=CL["0002456"])) + setattr(cls, "CL:0000501", + PermissibleValue( + text="CL:0000501", + description="""A supporting cell for the developing female gamete in the ovary of mammals. They develop from the coelomic epithelial cells of the gonadal ridge. Granulosa cells form a single layer around the mammalian oocyte in the primordial ovarian follicle and advance to form a multilayered cumulus oophorus surrounding the ovum in the Graafian follicle. The major functions of granulosa cells include the production of steroids and LH receptors.""", + meaning=CL["0000501"])) + setattr(cls, "CL:4023075", + PermissibleValue( + text="CL:4023075", + description="""A sst GABAergic cortical interneuron found in L6 that expresses tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization within L6.""", + meaning=CL["4023075"])) + setattr(cls, "CL:0002278", + PermissibleValue( + text="CL:0002278", + description="""An enteroendocrine cell of duodenum and jejunum that produces gastric inhibitory peptide.""", + meaning=CL["0002278"])) + setattr(cls, "CL:4033045", + PermissibleValue( + text="CL:4033045", + description="""A dendritic cell that captures antigens in a lung and migrates to a lymph node or to the spleen to activate T cells.""", + meaning=CL["4033045"])) + setattr(cls, "CL:1001576", + PermissibleValue( + text="CL:1001576", + description="Squamous cell of oral epithelium.", + meaning=CL["1001576"])) + setattr(cls, "CL:1001435", + PermissibleValue( + text="CL:1001435", + description="""The small neuron in the glomerular layer of the olfactory bulb whose dendrites arborize within a glomerulus, where it receives synaptic input from olfactory receptor cell axon terminals, and also engages in dendrodendritic interactions with mitral and tufted cell dendrites; uses both GABA and dopamine as a neurotransmitter.""", + meaning=CL["1001435"])) + setattr(cls, "CL:0002681", + PermissibleValue( + text="CL:0002681", + description="A cell that is part of a cortex of kidney.", + meaning=CL["0002681"])) + setattr(cls, "CL:0002083", + PermissibleValue( + text="CL:0002083", + description="A chromaffin cell of the adrenal medulla that produces norepinephrine.", + meaning=CL["0002083"])) + setattr(cls, "CL:1001123", + PermissibleValue( + text="CL:1001123", + description="""Any peritubular capillary endothelial cell that is part of some outer renal medulla peritubular capillary.""", + meaning=CL["1001123"])) + setattr(cls, "CL:0009095", + PermissibleValue( + text="CL:0009095", + description="An endothelial cell that is part of a uterus.", + meaning=CL["0009095"])) + setattr(cls, "CL:0001052", + PermissibleValue( + text="CL:0001052", + description="""A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.""", + meaning=CL["0001052"])) + setattr(cls, "CL:1000304", + PermissibleValue( + text="CL:1000304", + description="A fibroblast that is part of the connective tissue of nonglandular part of prostate.", + meaning=CL["1000304"])) + setattr(cls, "CL:0002165", + PermissibleValue( + text="CL:0002165", + description="""A supporting cell that is attached to the basement membrane and forms rows that support the hair cells.""", + meaning=CL["0002165"])) + setattr(cls, "CL:1000418", + PermissibleValue( + text="CL:1000418", + description="A myoepithelial cell that is part of the mammary gland alveolus.", + meaning=CL["1000418"])) + setattr(cls, "CL:0002489", + PermissibleValue( + text="CL:0002489", + description="A thymocyte that lacks expression of CD4 and CD8.", + meaning=CL["0002489"])) + setattr(cls, "CL:0002270", + PermissibleValue( + text="CL:0002270", + description="""A type EC enteroendocrine cell in the duodenum and jejunum that stores and secretes motilin and 5-hydroxytryptamine.""", + meaning=CL["0002270"])) + setattr(cls, "CL:4023189", + PermissibleValue( + text="CL:4023189", + description="""A retinal ganglion cell located in the ganglion cell layer of the retina. This cell projects to magnocellular cells in the lateral geniculate nucleus (LGN). They have large cell bodies and extensive, branching dendritic networks that contribute to their large receptive fields.""", + meaning=CL["4023189"])) + setattr(cls, "CL:0003042", + PermissibleValue( + text="CL:0003042", + description="""An M9 retinal ganglion cell with synaptic terminals in S4 that is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003042"])) + setattr(cls, "CL:0000901", + PermissibleValue( + text="CL:0000901", + description="CD4-positive alpha-beta T cell with regulatory function that produces IL-10.", + meaning=CL["0000901"])) + setattr(cls, "CL:0002107", + PermissibleValue( + text="CL:0002107", + description="""An IgD-negative CD38-positive IgG memory B cell is a CD38-positive IgG-positive that has class switched and lacks expression of IgD on the cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive.""", + meaning=CL["0002107"])) + setattr(cls, "CL:1000472", + PermissibleValue( + text="CL:1000472", + description="A myoepithelial cell that is part of the tertiary lactiferous duct.", + meaning=CL["1000472"])) + setattr(cls, "CL:0005011", + PermissibleValue( + text="CL:0005011", + description="""A cuboidal epithelial cell of the kidney which secretes acid and reabsorbs base to regulate acid/base balance.""", + meaning=CL["0005011"])) + setattr(cls, "CL:0000929", + PermissibleValue( + text="CL:0000929", + description="A mature NK T cell that secretes interferon-gamma and enhances Th1 immune responses.", + meaning=CL["0000929"])) + setattr(cls, "CL:4023007", + PermissibleValue( + text="CL:4023007", + description="""A vip GABAergic cortical interneuron with bipolar morphology, with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across all layers (with preferences for layers II/III and Va) and a dendritic tree that is vertically more restricted than deeper layer vip cells and extend fewer dendrites into the layers outside their home layer (location of soma). L2/3 bipolar vip cells have great variability in firing patterns, though most are continuous adapting. L2/3 bipolar vip cells are more depolarized in their resting state, had less fast rectification, and had smaller after hyperpolarization than deeper vip cells.""", + meaning=CL["4023007"])) + setattr(cls, "CL:0009049", + PermissibleValue( + text="CL:0009049", + description="""A layer of smooth muscle cells that forms the outer layer of the high endothelial venule of lymph node and pumps to allow flow of lymph fluid carrying lymphocytes.""", + meaning=CL["0009049"])) + setattr(cls, "CL:0000188", + PermissibleValue( + text="CL:0000188", + description="A somatic cell located in skeletal muscle.", + meaning=CL["0000188"])) + setattr(cls, "CL:2000093", + PermissibleValue( + text="CL:2000093", + description="Any fibroblast of lung that is part of a bronchus.", + meaning=CL["2000093"])) + setattr(cls, "CL:1001474", + PermissibleValue( + text="CL:1001474", + description="""An inhibitory, GABAergic projection neuron in the striatum that integrates glutamatergic signals arising from the cerebral cortex and thalamus.""", + meaning=CL["1001474"])) + setattr(cls, "CL:1000414", + PermissibleValue( + text="CL:1000414", + description="An endothelial cell that is part of the venule.", + meaning=CL["1000414"])) + setattr(cls, "CL:1001318", + PermissibleValue( + text="CL:1001318", + description="A pericyte cell located in the kidney interstitium.", + meaning=CL["1001318"])) + setattr(cls, "CL:0000777", + PermissibleValue( + text="CL:0000777", + description="""A tissue-resident macrophage of the renal glomerular mesangium involved in the disposal and degradation of filtration residues, presentation of antigen to T cells and in tissue remodeling.""", + meaning=CL["0000777"])) + setattr(cls, "CL:0002103", + PermissibleValue( + text="CL:0002103", + description="""An IgG-positive double negative memory B cell is a double negative memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative.""", + meaning=CL["0002103"])) + setattr(cls, "CL:1001580", + PermissibleValue( + text="CL:1001580", + description="A glial cell that is part of the hippocampus.", + meaning=CL["1001580"])) + setattr(cls, "CL:0000020", + PermissibleValue( + text="CL:0000020", + description="An euploid male germ cell of an early stage of spermatogenesis.", + meaning=CL["0000020"])) + setattr(cls, "CL:0002530", + PermissibleValue( + text="CL:0002530", + description="An immature CD1a-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002530"])) + setattr(cls, "CL:0000708", + PermissibleValue( + text="CL:0000708", + description="""Stromal cell that forms the internal covering of the vertebrate brain and produces ECM for this and the choroid plexus.""", + meaning=CL["0000708"])) + setattr(cls, "CL:4023046", + PermissibleValue( + text="CL:4023046", + description="""An excitatory glutamatergic neuron transcriptomically related to the CT subclass, with a soma preferentially located in the bottom of L6 of the primary motor cortex.""", + meaning=CL["4023046"])) + setattr(cls, "CL:0000659", + PermissibleValue( + text="CL:0000659", + description="An extracellular matrix secreting cell that secretes eggshell.", + meaning=CL["0000659"])) + setattr(cls, "CL:4023158", + PermissibleValue( + text="CL:4023158", + description="""A neuron in the posterior ventral cochlear nucleus that is distinguished by their long, thick and tentacle-shaped dendrites that typically emanate from one side of the cell body.""", + meaning=CL["4023158"])) + setattr(cls, "CL:1001433", + PermissibleValue( + text="CL:1001433", + description="An epithelial cell of the exocrine pancreas.", + meaning=CL["1001433"])) + setattr(cls, "CL:4042009", + PermissibleValue( + text="CL:4042009", + description="""An astrocyte type that presents radial protrusions across the layers of a cortex. The soma of this astrocyte is part of the first layer of a neocortex. This astrocyte extents its protrusions transversally to the deeper layers of a cortex and it creates contact with neurons, the pia matter and capillaries. This astrocyte is involved in facilitating the communication across neurons, astrocytes, capillaries, meninges and the cerebrospinal fluid.""", + meaning=CL["4042009"])) + setattr(cls, "CL:0002667", + PermissibleValue( + text="CL:0002667", + description="""An otic fibrocyte that resides above the stria vasularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002667"])) + setattr(cls, "CL:0000489", + PermissibleValue( + text="CL:0000489", + meaning=CL["0000489"])) + setattr(cls, "CL:0000962", + PermissibleValue( + text="CL:0000962", + description="""A follicular B cell that is IgD-positive and CD23-positive and CD38-positive. This naive cell type is activated in the extrafollicular areas via interaction with dendritic cells and antigen specific T cells.""", + meaning=CL["0000962"])) + setattr(cls, "CL:0000743", + PermissibleValue( + text="CL:0000743", + description="""Chondrocyte that is terminally differentiated, produces type X collagen, is large in size, and often associated with the replacement of cartilage by bone (endochondral ossification).""", + meaning=CL["0000743"])) + setattr(cls, "CL:0000545", + PermissibleValue( + text="CL:0000545", + description="""A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.""", + meaning=CL["0000545"])) + setattr(cls, "CL:0000603", + PermissibleValue( + text="CL:0000603", + description="A fungal cell with two genetically distinct haploid nuclei.", + meaning=CL["0000603"])) + setattr(cls, "CL:1000458", + PermissibleValue( + text="CL:1000458", + description="A melanocyte that is part of the skin of body.", + meaning=CL["1000458"])) + setattr(cls, "CL:0000037", + PermissibleValue( + text="CL:0000037", + description="""A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119.""", + meaning=CL["0000037"])) + setattr(cls, "CL:0000711", + PermissibleValue( + text="CL:0000711", + description="""Cumulus cell is a specialized granulosa cell that surrounds and nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus cells are used to make a distinction between this cell and the other functionally different subpopulation of granulosa cells at the wall of the Graafian follicle.""", + meaning=CL["0000711"])) + setattr(cls, "CL:0007019", + PermissibleValue( + text="CL:0007019", + meaning=CL["0007019"])) + setattr(cls, "CL:0002651", + PermissibleValue( + text="CL:0002651", + description="""An endothelial cell that is part of the venous sinus of spleen. This endothelial cell has an elongated, spindle-shaped, flattened morphology that is parallel to long axis of sinus. This cell type rests on a basement membrane interrupted by numerous narrow slits.""", + meaning=CL["0002651"])) + setattr(cls, "CL:4033063", + PermissibleValue( + text="CL:4033063", + description="""A trophoblast cell that invades the maternal spiral arteries and replace the endothelial lining, remodeling the vessels and allowing for adequate blood transport into the placenta. An endovascular extravillous trophoblast cell differentiates from an extravillous trophoblast cell. In humans, this cell can be distinguished by the expression of CD56.""", + meaning=CL["4033063"])) + setattr(cls, "CL:0010013", + PermissibleValue( + text="CL:0010013", + meaning=CL["0010013"])) + setattr(cls, "CL:0000752", + PermissibleValue( + text="CL:0000752", + description="""A bipolar neuron found in the retina and having connections with cone photoreceptor cells and neurons in the inner plexiform layer.""", + meaning=CL["0000752"])) + setattr(cls, "CL:0009111", + PermissibleValue( + text="CL:0009111", + description="A germinal center B cell found in a lymph node germinal center light zone.", + meaning=CL["0009111"])) + setattr(cls, "CL:0002384", + PermissibleValue( + text="CL:0002384", + description="A macroconidium that has only one nucleus.", + meaning=CL["0002384"])) + setattr(cls, "CL:0000102", + PermissibleValue( + text="CL:0000102", + meaning=CL["0000102"])) + setattr(cls, "CL:4023055", + PermissibleValue( + text="CL:4023055", + description="""A corticothalamic-projecting glutamatergic neuron that is located in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology and mostly untufted apical dendrites terminating in midcortical layers. CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells have a near tonic firing pattern and are distinguished from L6 IT neurons by a lower inter-spike interval adaptation index.""", + meaning=CL["4023055"])) + setattr(cls, "CL:0002205", + PermissibleValue( + text="CL:0002205", + description="A brush cell found in the epithelium of lobular bronchiole.", + meaning=CL["0002205"])) + setattr(cls, "CL:0002251", + PermissibleValue( + text="CL:0002251", + description="""An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus.""", + meaning=CL["0002251"])) + setattr(cls, "CL:4033006", + PermissibleValue( + text="CL:4033006", + description="A(n) endothelial cell that is part of a(n) efferent lymphatic vessel.", + meaning=CL["4033006"])) + setattr(cls, "CL:0000667", + PermissibleValue( + text="CL:0000667", + description="An extracellular matrix secreting cell that secretes collagen.", + meaning=CL["0000667"])) + setattr(cls, "CL:0000157", + PermissibleValue( + text="CL:0000157", + description="A cell that specializes in secretion of surfactant in the alveoli of the lung.", + meaning=CL["0000157"])) + setattr(cls, "CL:0002235", + PermissibleValue( + text="CL:0002235", + description="A cell of the luminal layer of the epithelium in the prostatic acinus.", + meaning=CL["0002235"])) + setattr(cls, "CL:0009011", + PermissibleValue( + text="CL:0009011", + description="""A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the colon. Stem cells located in the crypts of Lieberkühn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.""", + meaning=CL["0009011"])) + setattr(cls, "CL:1000504", + PermissibleValue( + text="CL:1000504", + description="A cell that is part of a renal medulla.", + meaning=CL["1000504"])) + setattr(cls, "CL:4006001", + PermissibleValue( + text="CL:4006001", + description="A fibroblast that is part of the skin of scalp.", + meaning=CL["4006001"])) + setattr(cls, "CL:0000241", + PermissibleValue( + text="CL:0000241", + meaning=CL["0000241"])) + setattr(cls, "CL:0000463", + PermissibleValue( + text="CL:0000463", + description="An epidermal cell that secretes chitinous cuticle from its apical side.", + meaning=CL["0000463"])) + setattr(cls, "CL:0001063", + PermissibleValue( + text="CL:0001063", + description="""An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism.""", + meaning=CL["0001063"])) + setattr(cls, "CL:0010000", + PermissibleValue( + text="CL:0010000", + description="""A hair follicle matrix region cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the hair bulb to become the hair medulla cortex and hair root sheath.""", + meaning=CL["0010000"])) + setattr(cls, "CL:0002465", + PermissibleValue( + text="CL:0002465", + description="A conventional dendritic cell that expresses CD11b (ITGAM).", + meaning=CL["0002465"])) + setattr(cls, "CL:0000719", + PermissibleValue( + text="CL:0000719", + meaning=CL["0000719"])) + setattr(cls, "CL:4023036", + PermissibleValue( + text="CL:4023036", + description="""A pvalb GABAergic cortical interneuron that is recognizable by the straight terminal axonal 'cartridges' of vertically oriented strings of synaptic boutons. Chandelier PV cells' boutons target exclusively the axon initial segment (AIS) of pyramidal cells, with a single cell innervating hundreds of pyramidal cells in a clustered manner.""", + meaning=CL["4023036"])) + setattr(cls, "CL:4023110", + PermissibleValue( + text="CL:4023110", + description="A pyramidal neuron with soma located in the amygdala.", + meaning=CL["4023110"])) + setattr(cls, "CL:2000048", + PermissibleValue( + text="CL:2000048", + description="""A lower motor neuron whose soma is located in the anterior horn. Anterior horn motor neurons project from the anterior portion of the grey matter in the spinal cord to some skeletal muscles.""", + meaning=CL["2000048"])) + setattr(cls, "CL:0000388", + PermissibleValue( + text="CL:0000388", + description="""An elongated fibrocyte that is part of a tendon. The cytoplasm is stretched between the collagen fibres of the tendon. They have a central cell nucleus with a prominent nucleolus. Tendon cells have a well-developed rough endoplasmic reticulum and they are responsible for synthesis and turnover of tendon fibres and ground substance.""", + meaning=CL["0000388"])) + setattr(cls, "CL:0000826", + PermissibleValue( + text="CL:0000826", + description="""A progenitor cell of the B cell lineage, with some lineage specific activity such as early stages of recombination of B cell receptor genes, but not yet fully committed to the B cell lineage until the expression of PAX5 occurs.""", + meaning=CL["0000826"])) + setattr(cls, "CL:0000106", + PermissibleValue( + text="CL:0000106", + description="Neuron with one neurite that extends from the cell body.", + meaning=CL["0000106"])) + setattr(cls, "CL:0000589", + PermissibleValue( + text="CL:0000589", + description="""A bulbous cell that is medially placed in one row in the organ of Corti. In contrast to the outer hair cells, the inner hair cells are fewer in number, have fewer sensory hairs, and are less differentiated.""", + meaning=CL["0000589"])) + setattr(cls, "CL:1001593", + PermissibleValue( + text="CL:1001593", + description="""Glandular cell of parathyroid epithelium. Example: Parathyroid chief cell and parathyroid oxyphil cells.""", + meaning=CL["1001593"])) + setattr(cls, "CL:1000473", + PermissibleValue( + text="CL:1000473", + description="A myoepithelial cell that is part of the quarternary lactiferous duct.", + meaning=CL["1000473"])) + setattr(cls, "CL:0002562", + PermissibleValue( + text="CL:0002562", + description="An epidermal cell that is part of the germinal matrix.", + meaning=CL["0002562"])) + setattr(cls, "CL:2000008", + PermissibleValue( + text="CL:2000008", + description="Any blood vessel endothelial cell that is part of a microvascular endothelium.", + meaning=CL["2000008"])) + setattr(cls, "CL:0002210", + PermissibleValue( + text="CL:0002210", + description="""A slow muscle cell that contains high levels of myoglobin and oxygen storing proteins giving the cell a red appearance.""", + meaning=CL["0002210"])) + setattr(cls, "CL:0002509", + PermissibleValue( + text="CL:0002509", + description="A langerin-positive lymph node dendritic cell that is CD103-positive and CD11b-low.", + meaning=CL["0002509"])) + setattr(cls, "CL:0002154", + PermissibleValue( + text="CL:0002154", + description="""A promyelocyte with a nucleus that is indented and contains more marginated heterochromatin compared to its precursor cell (myeloblast); cytoplasm is deeply basophilic and contains numerous mitochondria and meandering cysternae of endoplasmic reticulum; largest of the granulocyte lineages.""", + meaning=CL["0002154"])) + setattr(cls, "CL:0000341", + PermissibleValue( + text="CL:0000341", + meaning=CL["0000341"])) + setattr(cls, "CL:0000581", + PermissibleValue( + text="CL:0000581", + description="""A macrophage resident in the peritoneum under non-inflammatory conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, CD115-high, MHC-II-negative, and Dectin-1-positive.""", + meaning=CL["0000581"])) + setattr(cls, "CL:0002337", + PermissibleValue( + text="CL:0002337", + description="""A stem cell located in the bulge of the hair follicle that can give rise to regenerate the new follicle with each hair cycle and to reepithelialize the epidermis during wound repair.""", + meaning=CL["0002337"])) + setattr(cls, "CL:4030016", + PermissibleValue( + text="CL:4030016", + description="An epithelial cell located in the early distal convoluted tubule.", + meaning=CL["4030016"])) + setattr(cls, "CL:4030019", + PermissibleValue( + text="CL:4030019", + description="A renal intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030019"])) + setattr(cls, "CL:4023121", + PermissibleValue( + text="CL:4023121", + description="""A sst GABAergic cortical interneuron that also expresses Chodl. These neurons are rare and correspond to the only known cortical interneurons with long-range projection.""", + meaning=CL["4023121"])) + setattr(cls, "CL:0000824", + PermissibleValue( + text="CL:0000824", + description="""A natural killer cell that is developmentally mature and expresses a variety of inhibitory and activating receptors that recognize MHC class I and other stress related molecules.""", + meaning=CL["0000824"])) + setattr(cls, "CL:2000011", + PermissibleValue( + text="CL:2000011", + description="Any endothelial cell of lymphatic vessel that is part of a dermis.", + meaning=CL["2000011"])) + setattr(cls, "CL:1001225", + PermissibleValue( + text="CL:1001225", + description="A cell that is part of a collecting duct of renal tubule.", + meaning=CL["1001225"])) + setattr(cls, "CL:0000010", + PermissibleValue( + text="CL:0000010", + description="""A cell in vitro that is or has been maintained or propagated as part of a cell culture.""", + meaning=CL["0000010"])) + setattr(cls, "CL:0009079", + PermissibleValue( + text="CL:0009079", + description="A fibroblast located between thymic lobules.", + meaning=CL["0009079"])) + setattr(cls, "CL:0011015", + PermissibleValue( + text="CL:0011015", + description="""A motile sperm cell that contain no F-actin, and their motility is powered by a dynamic filament system.""", + meaning=CL["0011015"])) + setattr(cls, "CL:0002482", + PermissibleValue( + text="CL:0002482", + description="A melanocyte that produces pigment in the dermis.", + meaning=CL["0002482"])) + setattr(cls, "CL:1000329", + PermissibleValue( + text="CL:1000329", + description="A goblet cell that is part of the epithelium of trachea.", + meaning=CL["1000329"])) + setattr(cls, "CL:4023004", + PermissibleValue( + text="CL:4023004", + description="""A type of intrafusal muscle fiber that lies in the center of a muscle spindle. Nuclei are clustered centrally and give the equatorial region a swollen appearance. They are associated with associated with dynamic gamma motor neurons, and the stretching of the equatorial region of the nuclear bag fibers results in an increase in the firing rate of type Ia sensory fibers.""", + meaning=CL["4023004"])) + setattr(cls, "CL:1000447", + PermissibleValue( + text="CL:1000447", + description="A basal cell that is part of the epithelium of esophagus.", + meaning=CL["1000447"])) + setattr(cls, "CL:0001061", + PermissibleValue( + text="CL:0001061", + description="""A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models.""", + meaning=CL["0001061"])) + setattr(cls, "CL:0000460", + PermissibleValue( + text="CL:0000460", + description="Any secretory cell that is capable of some glucocorticoid secretion.", + meaning=CL["0000460"])) + setattr(cls, "CL:1001068", + PermissibleValue( + text="CL:1001068", + meaning=CL["1001068"])) + setattr(cls, "CL:0000098", + PermissibleValue( + text="CL:0000098", + description="""A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells.""", + meaning=CL["0000098"])) + setattr(cls, "CL:0000935", + PermissibleValue( + text="CL:0000935", + description="""A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell that is found in the columnar epithelium of the gastrointestinal tract.""", + meaning=CL["0000935"])) + setattr(cls, "CL:0009043", + PermissibleValue( + text="CL:0009043", + description="An intestinal crypt stem cell that is located in the colon.", + meaning=CL["0009043"])) + setattr(cls, "CL:0004244", + PermissibleValue( + text="CL:0004244", + description="""An amacrine cell with a wide dendritic field, dendrites in S4, and post-synaptic terminals in S4.""", + meaning=CL["0004244"])) + setattr(cls, "CL:1000448", + PermissibleValue( + text="CL:1000448", + description="An epithelial cell that is part of the sweat gland.", + meaning=CL["1000448"])) + setattr(cls, "CL:0001059", + PermissibleValue( + text="CL:0001059", + description="""A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages. These cells are CD34-positive, and express Gata1, Gata2, C/EBPa, and Pu.1.""", + meaning=CL["0001059"])) + setattr(cls, "CL:0000945", + PermissibleValue( + text="CL:0000945", + description="A lymphocyte of B lineage with the commitment to express an immunoglobulin complex.", + meaning=CL["0000945"])) + setattr(cls, "CL:0001057", + PermissibleValue( + text="CL:0001057", + description="A myeloid dendritic cell with the phenotype HLA-DRA-positive.", + meaning=CL["0001057"])) + setattr(cls, "CL:1001224", + PermissibleValue( + text="CL:1001224", + description="Any smooth muscle cell that is part of some renal interlobular vein.", + meaning=CL["1001224"])) + setattr(cls, "CL:0005005", + PermissibleValue( + text="CL:0005005", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into a cyanophore.""", + meaning=CL["0005005"])) + setattr(cls, "CL:0000649", + PermissibleValue( + text="CL:0000649", + description="""A cell with delicate radiating processes known as desmosomes that form intercellular bridges between other cells of this type. This cell type forms the stratum spinosum (prickle cell layer). A function of this cell is to generate keratin.""", + meaning=CL["0000649"])) + setattr(cls, "CL:2000025", + PermissibleValue( + text="CL:2000025", + description="Any oligodendrocyte that is part of a spinal cord.", + meaning=CL["2000025"])) + setattr(cls, "CL:0000996", + PermissibleValue( + text="CL:0000996", + description="""Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0000996"])) + setattr(cls, "CL:4023169", + PermissibleValue( + text="CL:4023169", + description="""A neuron that is responsible for sensation in the face or motor functions such as biting and chewing. Trigeminal neurons extend a single axon shaft along the lateral white matter of the hindbrain and spinal cord. The highly branched axons innervate the integument of the head.""", + meaning=CL["4023169"])) + setattr(cls, "CL:0000989", + PermissibleValue( + text="CL:0000989", + description="""CD11c-low plasmacytoid dendritic cell is a leukocyte that is CD11c-low, CD45R-positive, GR1-positive and CD11b-negative.""", + meaning=CL["0000989"])) + setattr(cls, "CL:0002373", + PermissibleValue( + text="CL:0002373", + description="A peptide hormone secreting cell that secretes growth hormone releasing hormone.", + meaning=CL["0002373"])) + setattr(cls, "CL:4030057", + PermissibleValue( + text="CL:4030057", + description="""A medium spiny neuron that exhibits transcriptional divergence from direct and indirect spiny projection neurons, for example, enrichment in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium spiny neurons have been found to be differentially distributed across the basal ganglia, the eccentric medium spiny neuron cell type has been found to be more evenly distributed throughout cerebral nuclei.""", + meaning=CL["4030057"])) + setattr(cls, "CL:0000597", + PermissibleValue( + text="CL:0000597", + description="""The smaller of two types of asexual spores formed by some fungi. An ovoid to pear-shaped asexual spore that contains very little cytoplasm and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. Micronidia are extruded from the hyphal cell wall.""", + meaning=CL["0000597"])) + setattr(cls, "CL:0002108", + PermissibleValue( + text="CL:0002108", + description="""A CD38-negative IgG memory B cell is a IgG-positive class switched memory B cell that has class switched and expresses IgG on the cell surface with the phenotype CD38-negative, IgD-negative, and IgG-positive.""", + meaning=CL["0002108"])) + setattr(cls, "CL:0001049", + PermissibleValue( + text="CL:0001049", + description="""A recently activated CD8-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, CCR7-negative, and CD25-positive.""", + meaning=CL["0001049"])) + setattr(cls, "CL:0002407", + PermissibleValue( + text="CL:0002407", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.""", + meaning=CL["0002407"])) + setattr(cls, "CL:0000552", + PermissibleValue( + text="CL:0000552", + description="""The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated.""", + meaning=CL["0000552"])) + setattr(cls, "CL:0000980", + PermissibleValue( + text="CL:0000980", + description="""An activated mature (naive or memory) B cell that is secreting immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative.""", + meaning=CL["0000980"])) + setattr(cls, "CL:0002598", + PermissibleValue( + text="CL:0002598", + description="Any smooth muscle cell that is part of some bronchus.", + meaning=CL["0002598"])) + setattr(cls, "CL:0001034", + PermissibleValue( + text="CL:0001034", + description="""A cell that is maintained or propagated in a controlled artificial environment for use in an investigation.""", + meaning=CL["0001034"])) + setattr(cls, "CL:1001006", + PermissibleValue( + text="CL:1001006", + description="Any kidney arterial blood vessel cell that is part of some renal afferent arteriole.", + meaning=CL["1001006"])) + setattr(cls, "CL:2000037", + PermissibleValue( + text="CL:2000037", + description="Any neuromast hair cell that is part of a posterior lateral line.", + meaning=CL["2000037"])) + setattr(cls, "CL:1000326", + PermissibleValue( + text="CL:1000326", + description="A goblet cell that is part of the epithelium proper of ileum.", + meaning=CL["1000326"])) + setattr(cls, "CL:4033030", + PermissibleValue( + text="CL:4033030", + description="""An OFF calbindin-negative bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3b contacts with cones are non-triad-associated.""", + meaning=CL["4033030"])) + setattr(cls, "CL:0002318", + PermissibleValue( + text="CL:0002318", + description="""A mesothelial cell capable of circulating in the blood by first losing its squamous character. This cell can incorporate into the regenerating mesothelium.""", + meaning=CL["0002318"])) + setattr(cls, "CL:0000919", + PermissibleValue( + text="CL:0000919", + description="""A CD8-positive alpha beta-positive T cell with the phenotype FoxP3-positive and having suppressor function.""", + meaning=CL["0000919"])) + setattr(cls, "CL:0002341", + PermissibleValue( + text="CL:0002341", + description="An undifferentiated cell of the prostate epithelium that lacks secretory activity.", + meaning=CL["0002341"])) + setattr(cls, "CL:0000638", + PermissibleValue( + text="CL:0000638", + description="An acidophilic chromophil cell that of the anterior pituitary gland.", + meaning=CL["0000638"])) + setattr(cls, "CL:1000854", + PermissibleValue( + text="CL:1000854", + description="A blood vessel cell that is part of a kidney.", + meaning=CL["1000854"])) + setattr(cls, "CL:1000123", + PermissibleValue( + text="CL:1000123", + description="Any epithelial cell that is part of some metanephric nephron tubule.", + meaning=CL["1000123"])) + setattr(cls, "CL:1001214", + PermissibleValue( + text="CL:1001214", + description="Any smooth muscle cell that is part of some kidney arcuate artery.", + meaning=CL["1001214"])) + setattr(cls, "CL:0000031", + PermissibleValue( + text="CL:0000031", + description="A cell that will develop into a neuron often after a migration phase.", + meaning=CL["0000031"])) + setattr(cls, "CL:0000312", + PermissibleValue( + text="CL:0000312", + description="""An epidermal cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the basal layers of the epidermis to the cornified (horny) layer of the skin. Successive stages of differentiation of the keratinocytes forming the epidermal layers are basal cell, spinous or prickle cell, and the granular cell.""", + meaning=CL["0000312"])) + setattr(cls, "CL:4023059", + PermissibleValue( + text="CL:4023059", + description="An oligodendrocyte precursor cell that is committed to differentiate.", + meaning=CL["4023059"])) + setattr(cls, "CL:0000432", + PermissibleValue( + text="CL:0000432", + description="""A fibroblast that synthesizes collagen and uses it to produce reticular fibers, thus providing structural support. Reticular cells are found in many organs, including the spleen, lymph nodes and kidneys. Subtypes of reticular cells include epithelial, mesenchymal, and fibroblastic reticular cells. Fibroblastic reticular cells are involved in directing B cells and T cells to specific regions within a tissue, whereas epithelial and mesenchymal reticular cells are associated with certain areas of the brain.""", + meaning=CL["0000432"])) + setattr(cls, "CL:0000129", + PermissibleValue( + text="CL:0000129", + description="""A central nervous system macrophage found in the parenchyma of the central nervous system. Marker include CD11b-positive, F4/80-positive, and CD68-positive.""", + meaning=CL["0000129"])) + setattr(cls, "CL:0002310", + PermissibleValue( + text="CL:0002310", + description="""An acidophil cell of the anterior pituitary gland that produces both prolactin and growth hormone.""", + meaning=CL["0002310"])) + setattr(cls, "CL:2000001", + PermissibleValue( + text="CL:2000001", + description="""A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood.""", + meaning=CL["2000001"])) + setattr(cls, "CL:0008046", + PermissibleValue( + text="CL:0008046", + description="""A skeletal muscle fiber that is innervated by alpha motor neuron and generates tension by contracting, thereby allowing for skeletal movement. These fibers make up the large mass of skeletal muscle tissue and are attached to bones by tendons.""", + meaning=CL["0008046"])) + setattr(cls, "CL:0000636", + PermissibleValue( + text="CL:0000636", + description="""Astrocyte-like radial glial cell that extends vertically throughout the retina, with the nucleus are usually in the middle of the inner nuclear layer.""", + meaning=CL["0000636"])) + setattr(cls, "CL:1000695", + PermissibleValue( + text="CL:1000695", + meaning=CL["1000695"])) + setattr(cls, "CL:0002554", + PermissibleValue( + text="CL:0002554", + description="A fibroblast of the lymphatic system.", + meaning=CL["0002554"])) + setattr(cls, "CL:0000056", + PermissibleValue( + text="CL:0000056", + description="""A cell that is commited to differentiating into a muscle cell. Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes. Myoblasts also occur as transient populations of cells in muscles undergoing repair.""", + meaning=CL["0000056"])) + setattr(cls, "CL:0009004", + PermissibleValue( + text="CL:0009004", + description="""Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates.""", + meaning=CL["0009004"])) + setattr(cls, "CL:2000014", + PermissibleValue( + text="CL:2000014", + description="Any skin fibroblast that is part of a upper leg skin.", + meaning=CL["2000014"])) + setattr(cls, "CL:1000042", + PermissibleValue( + text="CL:1000042", + description="Any neuroblast (sensu Vertebrata) that is part of some forebrain.", + meaning=CL["1000042"])) + setattr(cls, "CL:0000039", + PermissibleValue( + text="CL:0000039", + description="""A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring.""", + meaning=CL["0000039"])) + setattr(cls, "CL:4030064", + PermissibleValue( + text="CL:4030064", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 5. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L5 IT.""", + meaning=CL["4030064"])) + setattr(cls, "CL:0002597", + PermissibleValue( + text="CL:0002597", + description="A smooth muscle cell of the bladder.", + meaning=CL["0002597"])) + setattr(cls, "CL:0000365", + PermissibleValue( + text="CL:0000365", + description="Diploid cell produced by the fusion of sperm cell nucleus and egg cell.", + meaning=CL["0000365"])) + setattr(cls, "CL:0000555", + PermissibleValue( + text="CL:0000555", + meaning=CL["0000555"])) + setattr(cls, "CL:0000621", + PermissibleValue( + text="CL:0000621", + description="""A myoblast that is committed to a myotube-specific program of differentiation but not yet fused. It undergoes very limited additional proliferation. After fusion, it will take on a muscle identity specified by a `muscle founder cell` (CL:0008006).""", + meaning=CL["0000621"])) + setattr(cls, "CL:0008037", + PermissibleValue( + text="CL:0008037", + description="""A lower motor neuron that innervates only intrafusal muscle fibers. Unlike the alpha motor neurons, gamma motor neurons do not directly adjust the lengthening or shortening of muscles but function in adjusting the sensitivity of muscle spindles and in keeping muscle spindles taut, thereby allowing the continued firing of alpha neurons.""", + meaning=CL["0008037"])) + setattr(cls, "CL:0003035", + PermissibleValue( + text="CL:0003035", + description="A monostratified retinal ganglion cell that contains opsin.", + meaning=CL["0003035"])) + setattr(cls, "CL:0000586", + PermissibleValue( + text="CL:0000586", + description="The reproductive cell in multicellular organisms.", + meaning=CL["0000586"])) + setattr(cls, "CL:0002291", + PermissibleValue( + text="CL:0002291", + description="""A sperm bearing an X chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.""", + meaning=CL["0002291"])) + setattr(cls, "CL:1001585", + PermissibleValue( + text="CL:1001585", + description="""Glandular cell of appendix epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001585"])) + setattr(cls, "CL:0000029", + PermissibleValue( + text="CL:0000029", + description="Any neuron that develops from some migratory neural crest cell.", + meaning=CL["0000029"])) + setattr(cls, "CL:0002574", + PermissibleValue( + text="CL:0002574", + description="A stromal cell of the pancreas.", + meaning=CL["0002574"])) + setattr(cls, "CL:0002541", + PermissibleValue( + text="CL:0002541", + description="A mesenchymal stem cell of the chorionic membrane.", + meaning=CL["0002541"])) + setattr(cls, "CL:0000885", + PermissibleValue( + text="CL:0000885", + description="""A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated lymphoid tissues of the gut.""", + meaning=CL["0000885"])) + setattr(cls, "CL:0000937", + PermissibleValue( + text="CL:0000937", + description="""Cell committed to natural killer cell lineage that has the phenotype CD122-positive, CD34-positive, and CD117-positive. This cell type lacks expression of natural killer receptor proteins.""", + meaning=CL["0000937"])) + setattr(cls, "CL:0002173", + PermissibleValue( + text="CL:0002173", + description="""A cell that is a specialized type of pericyte providing structural support for the capillary loops of kidney. A flat, elongated cell with extensive fine cytoplasmic processes found outside the kidney glomerulus near the macula densa and bound laterally by afferent and efferent arterioles. Being phagocytic, this cell participates in the continuous turnover of the basal lamina by removing its outer portion containing residues of filtration, while the lamina is renewed on its inner surface by the endothelial cells.""", + meaning=CL["0002173"])) + setattr(cls, "CL:4040006", + PermissibleValue( + text="CL:4040006", + description="A chromatophore that is part of the dermis.", + meaning=CL["4040006"])) + setattr(cls, "CL:2000088", + PermissibleValue( + text="CL:2000088", + description="Any basket cell that is part of a Ammon's horn.", + meaning=CL["2000088"])) + setattr(cls, "CL:0000811", + PermissibleValue( + text="CL:0000811", + description="""An immature alpha-beta T cell that is located in the thymus and is CD8-positive and CD4-negative.""", + meaning=CL["0000811"])) + setattr(cls, "CL:0005023", + PermissibleValue( + text="CL:0005023", + description="""Cranial motor neuron which innervates muscles derived from the branchial (pharyngeal) arches.""", + meaning=CL["0005023"])) + setattr(cls, "CL:0002336", + PermissibleValue( + text="CL:0002336", + description="""An endothelial cell that lines the oral cavitiy including the mucosa of the gums, the palate, the lip, and the cheek.""", + meaning=CL["0002336"])) + setattr(cls, "CL:0009097", + PermissibleValue( + text="CL:0009097", + description="""A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development.""", + meaning=CL["0009097"])) + setattr(cls, "CL:0000946", + PermissibleValue( + text="CL:0000946", + description="""A lymphocyte of B lineage that is devoted to secreting large amounts of immunoglobulin.""", + meaning=CL["0000946"])) + setattr(cls, "CL:4033038", + PermissibleValue( + text="CL:4033038", + description="An alpha-beta CD4 T cell that resides in the lung.", + meaning=CL["4033038"])) + setattr(cls, "CL:0000120", + PermissibleValue( + text="CL:0000120", + description="""A neuron of the vertebrate central nervous system that is small in size. This general class includes small neurons in the granular layer of the cerebellar cortex, cerebral cortex neurons that are not pyramidal cells and small neurons without axons found in the olfactory bulb.""", + meaning=CL["0000120"])) + setattr(cls, "CL:4023009", + PermissibleValue( + text="CL:4023009", + description="""A glutamatergic neuron located in the cerebral cortex that projects to structures not derived from telencephalon.""", + meaning=CL["4023009"])) + setattr(cls, "CL:0002233", + PermissibleValue( + text="CL:0002233", + description="An epithelial cell of the prostatic acinus.", + meaning=CL["0002233"])) + setattr(cls, "CL:0000647", + PermissibleValue( + text="CL:0000647", + description="""A phagocytic cell formed by the fusion of macrophages, occurs in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, component of granulomas. Sometimes used to refer to megakaryocytes.""", + meaning=CL["0000647"])) + setattr(cls, "CL:0000977", + PermissibleValue( + text="CL:0000977", + description="A short lived plasma cell that secretes IgG.", + meaning=CL["0000977"])) + setattr(cls, "CL:0000078", + PermissibleValue( + text="CL:0000078", + meaning=CL["0000078"])) + setattr(cls, "CL:0002106", + PermissibleValue( + text="CL:0002106", + description="""An IgD-positive CD38-positive IgG memory B cell is a CD38-positive IgG-positive class switched memory B cell that has class switched and expresses IgD on the cell surface with the phenotype IgD-positive, CD38-positive, and IgG-positive.""", + meaning=CL["0002106"])) + setattr(cls, "CL:0002387", + PermissibleValue( + text="CL:0002387", + description="""Cylindrical spore formed by development and compartmentation of hyphae; the hyphae are often supporting blastoconidiophores.""", + meaning=CL["0002387"])) + setattr(cls, "CL:0002219", + PermissibleValue( + text="CL:0002219", + description="""A trophoblast found at the junction of the placenta. This cell type makes a unique fibronectin-trophouteronectin junction that helps mediate attachment of the placenta to the uterus. This cell type is also found junction of the chorion layer of the external membranes and the decidua.""", + meaning=CL["0002219"])) + setattr(cls, "CL:4030036", + PermissibleValue( + text="CL:4030036", + description="""A spermatid in an early stage of maturation that has a round morphology and is transcriptionally active.""", + meaning=CL["4030036"])) + setattr(cls, "CL:0002516", + PermissibleValue( + text="CL:0002516", + description="""A chromaffin cell interspersed among the interrenal epithelial layer of the anterior kidney of teloest fish.""", + meaning=CL["0002516"])) + setattr(cls, "CL:0002636", + PermissibleValue( + text="CL:0002636", + description="A nonkeratinized cell epithleial cell of the inferior part of the anal canal.", + meaning=CL["0002636"])) + setattr(cls, "CL:0001039", + PermissibleValue( + text="CL:0001039", + description="""Osteoblast that is terminally differentiated, located adjacent to acellular or cellular bone tissue within periosteum, and is capable of mineralizing the matrix.""", + meaning=CL["0001039"])) + setattr(cls, "CL:0002588", + PermissibleValue( + text="CL:0002588", + description="A smooth muscle cell of the umbilical vein.", + meaning=CL["0002588"])) + setattr(cls, "CL:1000398", + PermissibleValue( + text="CL:1000398", + description="""An endothelial cell that is part of the hepatic sinusoid. These cells possess flattened areas containing perforations about 0.1 micrometers in diameter, known as fenestrae. The fenestrae are arranged in groups known as sieve plates.""", + meaning=CL["1000398"])) + setattr(cls, "CL:4033017", + PermissibleValue( + text="CL:4033017", + description="A smooth muscle cell that is part of a bronchiole.", + meaning=CL["4033017"])) + setattr(cls, "CL:0000861", + PermissibleValue( + text="CL:0000861", + description="""A macrophage which develops from an inflammatory monocyte and is recruited into the tissues in response to injury and infection as part of an inflammatory response. Markers include CD11b-positive, CD68-positive, and F4/80-positive.""", + meaning=CL["0000861"])) + setattr(cls, "CL:0000372", + PermissibleValue( + text="CL:0000372", + description="""An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization that forms a socket around the base of a cuticular specialization produced by a trichogen cell.""", + meaning=CL["0000372"])) + setattr(cls, "CL:0000753", + PermissibleValue( + text="CL:0000753", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell body of these cells is in the middle of the inner plexiform layer. The dendritic tree is stout and the axon terminates in sublamina 1. The axonal terminal is wide and has only a few varicosities.""", + meaning=CL["0000753"])) + setattr(cls, "CL:0000066", + PermissibleValue( + text="CL:0000066", + description="""A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina.""", + meaning=CL["0000066"])) + setattr(cls, "CL:1000681", + PermissibleValue( + text="CL:1000681", + description="A cell that is part of an interstitial compartment of a renal cortex.", + meaning=CL["1000681"])) + setattr(cls, "CL:0000819", + PermissibleValue( + text="CL:0000819", + description="""A B cell of distinct lineage and surface marker expression. B-1 B cells are thought to be the primary source of natural IgM immunoglobulin, that is, IgM produced in large quantities without prior antigenic stimulation and generally reactive against various microorganisms, as well as the source of T-independent IgA immunoglobulin in the mucosal areas. These cells are CD43-positive.""", + meaning=CL["0000819"])) + setattr(cls, "CL:0000221", + PermissibleValue( + text="CL:0000221", + description="A cell of the outer of the three germ layers of the embryo.", + meaning=CL["0000221"])) + setattr(cls, "CL:0000842", + PermissibleValue( + text="CL:0000842", + description="A leukocyte with a single non-segmented nucleus in the mature form.", + meaning=CL["0000842"])) + setattr(cls, "CL:0001031", + PermissibleValue( + text="CL:0001031", + description="""An excitatory granule cell with a soma located in the granular layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites with a characteristic claw-like appearance and a long axon that ascends to the molecular layer where it bifurcates (except in non-teleost fish, where it does not bifurcate) and extends mediolaterally to form parallel fibers.""", + meaning=CL["0001031"])) + setattr(cls, "CL:0000097", + PermissibleValue( + text="CL:0000097", + description="""A cell that is found in almost all tissues containing numerous basophilic granules and capable of releasing large amounts of histamine and heparin upon activation. Progenitors leave bone marrow and mature in connective and mucosal tissue. Mature mast cells are found in all tissues, except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is the main controlling signal of their survival and development.""", + meaning=CL["0000097"])) + setattr(cls, "CL:0000408", + PermissibleValue( + text="CL:0000408", + description="""Any male germ cell that has characteristic some haploid and is capable of some fertilization.""", + meaning=CL["0000408"])) + setattr(cls, "CL:0002204", + PermissibleValue( + text="CL:0002204", + description="""A cell type found in the gastrointestinal and respiratory tracts that is characterized by the presence of a tuft of blunt, squat microvilli (120-140 per cell). Function of this cell type is not known.""", + meaning=CL["0002204"])) + setattr(cls, "CL:0004215", + PermissibleValue( + text="CL:0004215", + description="A type 5 cone bipolar cell with narrowly stratified post synaptic terminals.", + meaning=CL["0004215"])) + setattr(cls, "CL:0000110", + PermissibleValue( + text="CL:0000110", + description="A neuron that uses neuropeptides as transmitters.", + meaning=CL["0000110"])) + setattr(cls, "CL:2000040", + PermissibleValue( + text="CL:2000040", + description="Any microvascular endothelial cell that is part of a urinary bladder.", + meaning=CL["2000040"])) + setattr(cls, "CL:1000454", + PermissibleValue( + text="CL:1000454", + description="An epithelial cell that is part of the collecting duct of renal tubule.", + meaning=CL["1000454"])) + setattr(cls, "CL:0000822", + PermissibleValue( + text="CL:0000822", + description="""A conventional B cell subject to antigenic stimulation and dependent on T cell help and with a distinct surface marker expression pattern from B-1 B cells. These cells are CD43-negative.""", + meaning=CL["0000822"])) + setattr(cls, "CL:0000925", + PermissibleValue( + text="CL:0000925", + description="""A type I NK T cell that has been recently activated, secretes interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, and downregulated NK markers.""", + meaning=CL["0000925"])) + setattr(cls, "CL:0002218", + PermissibleValue( + text="CL:0002218", + description="""A double negative thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.""", + meaning=CL["0002218"])) + setattr(cls, "CL:0002412", + PermissibleValue( + text="CL:0002412", + description="""A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains in the T-cell receptor.""", + meaning=CL["0002412"])) + setattr(cls, "CL:0004124", + PermissibleValue( + text="CL:0004124", + description="A retinal ganglion cell C inner that has medium dendritic diversity.", + meaning=CL["0004124"])) + setattr(cls, "CL:4023039", + PermissibleValue( + text="CL:4023039", + description="""Any neuron that has its soma located in some amygdala and is capable of some glutamate secretion, neurotransmission.""", + meaning=CL["4023039"])) + setattr(cls, "CL:0000584", + PermissibleValue( + text="CL:0000584", + description="""An epithelial cell that has its apical plasma membrane folded into microvilli to provide ample surface for the absorption of nutrients from the intestinal lumen.""", + meaning=CL["0000584"])) + setattr(cls, "CL:2000024", + PermissibleValue( + text="CL:2000024", + description="Any neuron that is part of a spinal cord medial motor column.", + meaning=CL["2000024"])) + setattr(cls, "CL:0000023", + PermissibleValue( + text="CL:0000023", + description="A female germ cell that has entered meiosis.", + meaning=CL["0000023"])) + setattr(cls, "CL:0009008", + PermissibleValue( + text="CL:0009008", + description="A macrophage which is resident in the lamina propria of the large intestine.", + meaning=CL["0009008"])) + setattr(cls, "CL:4023163", + PermissibleValue( + text="CL:4023163", + description="""A bushy cell that receives only few large excitatory endbulb synapses from auditory nerves. Spherical bush cells give excitatory input to the lateral and medial parts of the superior olive.""", + meaning=CL["4023163"])) + setattr(cls, "CL:0000893", + PermissibleValue( + text="CL:0000893", + description="An immature T cell located in the thymus.", + meaning=CL["0000893"])) + setattr(cls, "CL:0011000", + PermissibleValue( + text="CL:0011000", + description="A CNS interneuron located in the dorsal horn of the spinal cord.", + meaning=CL["0011000"])) + setattr(cls, "CL:0000602", + PermissibleValue( + text="CL:0000602", + description="""A receptor in the vascular system, particularly the aorta and carotid sinus, which is sensitive to stretch of the vessel walls.""", + meaning=CL["0000602"])) + setattr(cls, "CL:0000211", + PermissibleValue( + text="CL:0000211", + description="""A cell whose function is determined by the generation or the reception of an electric signal.""", + meaning=CL["0000211"])) + setattr(cls, "CL:0017006", + PermissibleValue( + text="CL:0017006", + description="A lymphocyte of B lineage that has gotten larger after being stimulated by an antigen.", + meaning=CL["0017006"])) + setattr(cls, "CL:1000507", + PermissibleValue( + text="CL:1000507", + description="A cell that is part of a nephron tubule.", + meaning=CL["1000507"])) + setattr(cls, "CL:0000766", + PermissibleValue( + text="CL:0000766", + description="A cell of the monocyte, granulocyte, or mast cell lineage.", + meaning=CL["0000766"])) + setattr(cls, "CL:0000362", + PermissibleValue( + text="CL:0000362", + description="An epithelial cell of the integument (the outer layer of an organism).", + meaning=CL["0000362"])) + setattr(cls, "CL:0000022", + PermissibleValue( + text="CL:0000022", + description="A stem cell that is the precursor of female gametes.", + meaning=CL["0000022"])) + setattr(cls, "CL:1000891", + PermissibleValue( + text="CL:1000891", + description="Any kidney blood vessel cell that is part of some kidney arterial blood vessel.", + meaning=CL["1000891"])) + setattr(cls, "CL:1000391", + PermissibleValue( + text="CL:1000391", + description="A melanocyte that is part of the eyelid.", + meaning=CL["1000391"])) + setattr(cls, "CL:0002631", + PermissibleValue( + text="CL:0002631", + description="Any epithelial cell that is part of some upper respiratory tract epithelium.", + meaning=CL["0002631"])) + setattr(cls, "CL:0000941", + PermissibleValue( + text="CL:0000941", + description="""A dendritic cell arising in thymus that has the phenotype CD11c-positive, CD11b-negative, and CD45RA-negative.""", + meaning=CL["0000941"])) + setattr(cls, "CL:0000240", + PermissibleValue( + text="CL:0000240", + meaning=CL["0000240"])) + setattr(cls, "CL:1000358", + PermissibleValue( + text="CL:1000358", + description="A M cell that is part of the epithelium proper of ileum.", + meaning=CL["1000358"])) + setattr(cls, "CL:0001050", + PermissibleValue( + text="CL:0001050", + description="A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + meaning=CL["0001050"])) + setattr(cls, "CL:0002528", + PermissibleValue( + text="CL:0002528", + description="""A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0002528"])) + setattr(cls, "CL:0002303", + PermissibleValue( + text="CL:0002303", + description="""A cell that is part of pigmented ciliary epithelium. This cell type uptakes sodium and chloride ions from stromal interstitium and passes the ions to non-pigmented ciliary epithelial cells via gap junctions.""", + meaning=CL["0002303"])) + setattr(cls, "CL:0002445", + PermissibleValue( + text="CL:0002445", + description="A NK1.1-positive T cell that is Ly49D-negative.", + meaning=CL["0002445"])) + setattr(cls, "CL:0000033", + PermissibleValue( + text="CL:0000033", + description="""An exocrine cell characterized by loss of part of the cytoplasm during the process of secretion. The secreted substance is accumulated at the apical end and is either budded off through the plasma membrane producing secreted vesicles or dissolved in the cytoplasm that is lost during secretion.""", + meaning=CL["0000033"])) + setattr(cls, "CL:1000486", + PermissibleValue( + text="CL:1000486", + description="""A basal cell that is part of the urothelium. Compared to other urothelial cell types, a basal cell of the urothelium is positioned along the basement membrane, is the most undifferentiated and serves a progenitor role.""", + meaning=CL["1000486"])) + setattr(cls, "CL:0000839", + PermissibleValue( + text="CL:0000839", + description="A progenitor cell restricted to the myeloid lineage.", + meaning=CL["0000839"])) + setattr(cls, "CL:0003016", + PermissibleValue( + text="CL:0003016", + description="""A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003016"])) + setattr(cls, "CL:2000080", + PermissibleValue( + text="CL:2000080", + description="Any mesenchymal stem cell of adipose tissue that is part of an abdomen.", + meaning=CL["2000080"])) + setattr(cls, "CL:0000898", + PermissibleValue( + text="CL:0000898", + description="""Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, CD45RA-positive, and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.""", + meaning=CL["0000898"])) + setattr(cls, "CL:0002113", + PermissibleValue( + text="CL:0002113", + description="""A B220-low CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-low, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002113"])) + setattr(cls, "CL:0009038", + PermissibleValue( + text="CL:0009038", + description="A macrophage that is located in the colon.", + meaning=CL["0009038"])) + setattr(cls, "CL:0000051", + PermissibleValue( + text="CL:0000051", + description="A oligopotent progenitor cell committed to the lymphoid lineage.", + meaning=CL["0000051"])) + setattr(cls, "CL:0000060", + PermissibleValue( + text="CL:0000060", + description="""Skeletogenic cell that secretes dentine matrix, is derived from the odontogenic papilla, and develops from a preodontoblast cell.""", + meaning=CL["0000060"])) + setattr(cls, "CL:0000720", + PermissibleValue( + text="CL:0000720", + meaning=CL["0000720"])) + setattr(cls, "CL:0000123", + PermissibleValue( + text="CL:0000123", + meaning=CL["0000123"])) + setattr(cls, "CL:1000347", + PermissibleValue( + text="CL:1000347", + description="A columnar cell of the colon that is part of the colonic epithelium.", + meaning=CL["1000347"])) + setattr(cls, "CL:0000149", + PermissibleValue( + text="CL:0000149", + meaning=CL["0000149"])) + setattr(cls, "CL:0009106", + PermissibleValue( + text="CL:0009106", + description="A specialized fibroblast found in the medulla of lymph node.", + meaning=CL["0009106"])) + setattr(cls, "CL:1000360", + PermissibleValue( + text="CL:1000360", + description="A M cell that is part of the epithelium proper of large intestine.", + meaning=CL["1000360"])) + setattr(cls, "CL:0000613", + PermissibleValue( + text="CL:0000613", + description="""A progenitor cell committed to the basophil lineage. This cell lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, Gata-2 and C/EBPa.""", + meaning=CL["0000613"])) + setattr(cls, "CL:4033055", + PermissibleValue( + text="CL:4033055", + description="A ciliated cell that is part of a ciliated duct of an airway submucosal gland.", + meaning=CL["4033055"])) + setattr(cls, "CL:0009074", + PermissibleValue( + text="CL:0009074", + description="""A thymic medullary epithelial cell that expresses typical tuft cell markers instead of classical mTEC or cTEC markers. This population has a bulbous-like structure.""", + meaning=CL["0009074"])) + setattr(cls, "CL:0000688", + PermissibleValue( + text="CL:0000688", + description="""A fibroblast-like cell that provides support at neuromuscular junctions in vertebrates and are localized outside the synaptic basal lamina.""", + meaning=CL["0000688"])) + setattr(cls, "CL:0000991", + PermissibleValue( + text="CL:0000991", + description="""CD11c-negative plasmacytoid dendritic cell is a leukocyte is CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive.""", + meaning=CL["0000991"])) + setattr(cls, "CL:0000790", + PermissibleValue( + text="CL:0000790", + description="""An alpha-beta T cell that has an immature phenotype and has not completed T cell selection.""", + meaning=CL["0000790"])) + setattr(cls, "CL:1000191", + PermissibleValue( + text="CL:1000191", + description="""A rod-like cell in the inner ear, having their heads joined and their bases on the basilar membrane widely separated so as to form a spiral tunnel known as the tunnel of Corti.""", + meaning=CL["1000191"])) + setattr(cls, "CL:0000710", + PermissibleValue( + text="CL:0000710", + description="Epithelial cells derived from neural plate and neural crest.", + meaning=CL["0000710"])) + setattr(cls, "CL:0002153", + PermissibleValue( + text="CL:0002153", + description="""The dead keratin-filled squamous cell of the stratum corneum. This cell type lacks a nucleus.""", + meaning=CL["0002153"])) + setattr(cls, "CL:0005002", + PermissibleValue( + text="CL:0005002", + description="A non-terminally differentiated cell that differentiates into a xanthophore.", + meaning=CL["0005002"])) + setattr(cls, "CL:0001013", + PermissibleValue( + text="CL:0001013", + description="""Mature interstitial dendritic cell is a interstitial dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001013"])) + setattr(cls, "CL:0009017", + PermissibleValue( + text="CL:0009017", + description="""An intestinal stem cell that is located in the small intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the small intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009017"])) + setattr(cls, "CL:0008040", + PermissibleValue( + text="CL:0008040", + description="""An endothelial cell of the venule that is squamous shaped. This is in contrast to the cubodial shape of high endothelial venule cells.""", + meaning=CL["0008040"])) + setattr(cls, "CL:0002110", + PermissibleValue( + text="CL:0002110", + description="""A B220-low CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002110"])) + setattr(cls, "CL:0000255", + PermissibleValue( + text="CL:0000255", + description="Any cell that only exists in Eukaryota.", + meaning=CL["0000255"])) + setattr(cls, "CL:1000612", + PermissibleValue( + text="CL:1000612", + description="Any renal cortical epithelial cell that is part of some renal corpuscle.", + meaning=CL["1000612"])) + setattr(cls, "CL:3000001", + PermissibleValue( + text="CL:3000001", + description="""A tissue-resident macrophage that is part of the placenta. A Hofbauer cell expresses high levels of growth factors and metalloproteinases that support vasculogenesis, angiogenesis, branching morphogenesis and tissue remodeling. A Hofbauer cell has a fetal origin and is present throughout pregnancy.""", + meaning=CL["3000001"])) + setattr(cls, "CL:0002274", + PermissibleValue( + text="CL:0002274", + description="A cell type that secretes histamine.", + meaning=CL["0002274"])) + setattr(cls, "CL:0002048", + PermissibleValue( + text="CL:0002048", + description="A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, CD38-positive.", + meaning=CL["0002048"])) + setattr(cls, "CL:0000761", + PermissibleValue( + text="CL:0000761", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The dendritic tree is wide and the dendritic convergence indicates cone selectivity. The axon terminal is sparsely branched and terminates in sublamina 5 of the inner plexiform layer.""", + meaning=CL["0000761"])) + setattr(cls, "CL:0001019", + PermissibleValue( + text="CL:0001019", + meaning=CL["0001019"])) + setattr(cls, "CL:0002269", + PermissibleValue( + text="CL:0002269", + description="An endocrine cell that secretes vasoactive intestinal peptide.", + meaning=CL["0002269"])) + setattr(cls, "CL:0009009", + PermissibleValue( + text="CL:0009009", + description="A paneth cell that is located in the epithelium of the colon.", + meaning=CL["0009009"])) + setattr(cls, "CL:0010016", + PermissibleValue( + text="CL:0010016", + description="""A cell with a flagellum surrounded by a collar of microvilli. The motion of the flagellum draws water past the microvilli, serving either a feeding or sensory function. Collar cells are found in multiple animals, including sponges, echinoderms, and cnidarians. They are also found outside animals in the choanoflagellates. Although collar cells are superficially similar, their cytoskeletal structure and functional biology are different in different groups of organisms.""", + meaning=CL["0010016"])) + setattr(cls, "CL:1001603", + PermissibleValue( + text="CL:1001603", + description="Circulating macrophages and tissue macrophages (alveolar macrophages) of lung.", + meaning=CL["1001603"])) + setattr(cls, "CL:0004217", + PermissibleValue( + text="CL:0004217", + description="""A horizontal cell with a large cell body, thick dendrites, and a large dendritic arbor.""", + meaning=CL["0004217"])) + setattr(cls, "CL:0001040", + PermissibleValue( + text="CL:0001040", + description="""Osteoblast that is non-terminally differentiated and located in cellular bone tissue or under the periosteum in acellular bone.""", + meaning=CL["0001040"])) + setattr(cls, "CL:0002669", + PermissibleValue( + text="CL:0002669", + description="An otic fibrocyte that lines the otic capsule.", + meaning=CL["0002669"])) + setattr(cls, "CL:0000205", + PermissibleValue( + text="CL:0000205", + description="""A cellular receptor which mediates the sense of temperature. Thermoreceptor cells in vertebrates are mostly located under the skin. In mammals there are separate types of thermoreceptors for cold and for warmth and pain receptor cells which detect cold or heat extreme enough to cause pain.""", + meaning=CL["0000205"])) + setattr(cls, "CL:0002294", + PermissibleValue( + text="CL:0002294", + description="""An epithelial cell with a well defined Golgi apparatus that makes up the continuous layer of cells bordering the thymic tissue beneath the capsule.""", + meaning=CL["0002294"])) + setattr(cls, "CL:1000345", + PermissibleValue( + text="CL:1000345", + description="""A paneth cell that is part of the epithelium of crypt of Lieberkuhn of small intestine.""", + meaning=CL["1000345"])) + setattr(cls, "CL:0009077", + PermissibleValue( + text="CL:0009077", + description="A thymic epithelial cell located within the subcapsular region of the thymus.", + meaning=CL["0009077"])) + setattr(cls, "CL:0001201", + PermissibleValue( + text="CL:0001201", + description="A B cell that is CD19-positive.", + meaning=CL["0001201"])) + setattr(cls, "CL:0002600", + PermissibleValue( + text="CL:0002600", + description="A smooth muscle cell of the trachea.", + meaning=CL["0002600"])) + setattr(cls, "CL:4023030", + PermissibleValue( + text="CL:4023030", + description="""A sst GABAergic cortical interneuron that has \"fanning-out' Martinotti morphology that is found in layer 2/3/5 of the cerebral cortex. They have local axon arbor and long ascending axons that spreads horizontally and arborizes significantly in L1.""", + meaning=CL["4023030"])) + setattr(cls, "CL:0000361", + PermissibleValue( + text="CL:0000361", + description="""A cell of the embryo in the early stage following the blastula, characterized by morphogenetic cell movements, cell differentiation, and the formation of the three germ layers.""", + meaning=CL["0000361"])) + setattr(cls, "CL:0019022", + PermissibleValue( + text="CL:0019022", + description="""An endothelial cell found in the centrilobular region hepatic sinusoid, near the central vein. The fenestrae of these cells are smaller but more numerous compared with those of endothelial cells near the periportal region of the hepatic sinusoid.""", + meaning=CL["0019022"])) + setattr(cls, "CL:4023170", + PermissibleValue( + text="CL:4023170", + description="A trigeminal neuron that is responsible for sensation in the face.", + meaning=CL["4023170"])) + setattr(cls, "CL:0002475", + PermissibleValue( + text="CL:0002475", + description="""A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-intermediate, and CD11b-high.""", + meaning=CL["0002475"])) + setattr(cls, "CL:0000677", + PermissibleValue( + text="CL:0000677", + description="""Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.""", + meaning=CL["0000677"])) + setattr(cls, "CL:0002017", + PermissibleValue( + text="CL:0002017", + description="An orthochromatophilic erythroblast that is ter119-high, CD71-low, and Kit-negative.", + meaning=CL["0002017"])) + setattr(cls, "CL:0000680", + PermissibleValue( + text="CL:0000680", + description="A non-terminally differentiated cell that is capable of developing into a muscle cell.", + meaning=CL["0000680"])) + setattr(cls, "CL:0003011", + PermissibleValue( + text="CL:0003011", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field and a sparse dendritic arbor with post synaptic terminals in sublaminar layer S4.""", + meaning=CL["0003011"])) + setattr(cls, "CL:1000363", + PermissibleValue( + text="CL:1000363", + description="A transitional myocyte that is part of the atrial branch of anterior internodal tract.", + meaning=CL["1000363"])) + setattr(cls, "CL:0002220", + PermissibleValue( + text="CL:0002220", + description="A cell located between the pinealocytes.", + meaning=CL["0002220"])) + setattr(cls, "CL:4023108", + PermissibleValue( + text="CL:4023108", + description="""A magnocellular neurosecretory cell that is capable of producing and secreting oxytocin.""", + meaning=CL["4023108"])) + setattr(cls, "CL:0010014", + PermissibleValue( + text="CL:0010014", + meaning=CL["0010014"])) + setattr(cls, "CL:0000315", + PermissibleValue( + text="CL:0000315", + description="""A cell secreting tears, the fluid secreted by the lacrimal glands. This fluid moistens the conjunctiva and cornea.""", + meaning=CL["0000315"])) + setattr(cls, "CL:0000155", + PermissibleValue( + text="CL:0000155", + description="""A cell that is usually basal in position, cuboidal with round nucleus, short microvilli, secretes pepsinogen.""", + meaning=CL["0000155"])) + setattr(cls, "CL:0009022", + PermissibleValue( + text="CL:0009022", + description="A stromal cell found in the lamina propria of the small intestine.", + meaning=CL["0009022"])) + setattr(cls, "CL:0001022", + PermissibleValue( + text="CL:0001022", + description="CD115-positive monocyte is a monocyte that is CD115-positive and CD11b-positive.", + meaning=CL["0001022"])) + setattr(cls, "CL:1000289", + PermissibleValue( + text="CL:1000289", + description="A muscle cell that is part of the atrial septal branch of anterior internodal tract.", + meaning=CL["1000289"])) + setattr(cls, "CL:0002076", + PermissibleValue( + text="CL:0002076", + description="An epithelial cell derived from endoderm.", + meaning=CL["0002076"])) + setattr(cls, "CL:0001005", + PermissibleValue( + text="CL:0001005", + description="""Mature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001005"])) + setattr(cls, "CL:0001080", + PermissibleValue( + text="CL:0001080", + description="""A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-negative.""", + meaning=CL["0001080"])) + setattr(cls, "CL:0003024", + PermissibleValue( + text="CL:0003024", + description="A retinal ganglion cell C with medium cell bodies and large dendritic field.", + meaning=CL["0003024"])) + setattr(cls, "CL:0002448", + PermissibleValue( + text="CL:0002448", + description="A NK1.1-positive T cell that is Ly49H-negative.", + meaning=CL["0002448"])) + setattr(cls, "CL:0009061", + PermissibleValue( + text="CL:0009061", + description="An intestinal crypt stem cell that is located in the anorectum.", + meaning=CL["0009061"])) + setattr(cls, "CL:0000486", + PermissibleValue( + text="CL:0000486", + description="""A large binucleate cell that forms a 'garland' around the anterior end of the proventriculus (cardia) at its junction with the esophagus in both adults and larvae flies. Each cell is surrounded by a basement membrane and there are numerous micro-invaginations (lacunae) extending from the surface into the cytoplasm. At the mouth of each lacuna is a doubled filament forming a specialised filtration system (diaphragm). The filtrate is endocytosed from the lacunae.""", + meaning=CL["0000486"])) + setattr(cls, "CL:1000372", + PermissibleValue( + text="CL:1000372", + description="A transitional myocyte that is part of the atrial part of atrioventricular bundle.", + meaning=CL["1000372"])) + setattr(cls, "CL:0002352", + PermissibleValue( + text="CL:0002352", + description="A hematopoietic stem cell that exists during embryogenesis.", + meaning=CL["0002352"])) + setattr(cls, "CL:1000698", + PermissibleValue( + text="CL:1000698", + description="A tissue-resident macrophage that is part of some kidney.", + meaning=CL["1000698"])) + setattr(cls, "CL:1001436", + PermissibleValue( + text="CL:1001436", + description="The subcutaneous mechanoreceptors that innervate tylotrich hair follicles.", + meaning=CL["1001436"])) + setattr(cls, "CL:0002347", + PermissibleValue( + text="CL:0002347", + description="""A mature natural killer cell that is CD27-high and CD11b-high. This cell type is capable of interferon-gamma secretion.""", + meaning=CL["0002347"])) + setattr(cls, "CL:2000035", + PermissibleValue( + text="CL:2000035", + description="Any neuromast mantle cell that is part of an anterior lateral line.", + meaning=CL["2000035"])) + setattr(cls, "CL:0009069", + PermissibleValue( + text="CL:0009069", + description="""An unconventional T lymphocyte population within the thymic medulla that expresses both alpha/beta and gamma/delta T cell signatures.""", + meaning=CL["0009069"])) + setattr(cls, "CL:0002281", + PermissibleValue( + text="CL:0002281", + description="""Scattered in duodenojejunal mucosa, this enteroendocrine cell secretes secretin and serotonin.""", + meaning=CL["0002281"])) + setattr(cls, "CL:0009115", + PermissibleValue( + text="CL:0009115", + description="An endothelial cell located in a lymph node lymphatic vessel.", + meaning=CL["0009115"])) + setattr(cls, "CL:0002604", + PermissibleValue( + text="CL:0002604", + description="An astrocyte that is part of the hippocampus.", + meaning=CL["0002604"])) + setattr(cls, "CL:0000534", + PermissibleValue( + text="CL:0000534", + description="A primary neuron (sensu Teleostei) that is neither a sensory neuron or a motor neuron.", + meaning=CL["0000534"])) + setattr(cls, "CL:0002256", + PermissibleValue( + text="CL:0002256", + description="""A supportive cell that has characteristics of glial cell. Processes of this cell envelope the junctions between glomus cells and nerve endings.""", + meaning=CL["0002256"])) + setattr(cls, "CL:0002599", + PermissibleValue( + text="CL:0002599", + description="A smooth muscle cell of the esophagus.", + meaning=CL["0002599"])) + setattr(cls, "CL:0002620", + PermissibleValue( + text="CL:0002620", + description="A fibroblast of skin.", + meaning=CL["0002620"])) + setattr(cls, "CL:0000082", + PermissibleValue( + text="CL:0000082", + description="An epithelial cell of the lung.", + meaning=CL["0000082"])) + setattr(cls, "CL:0002321", + PermissibleValue( + text="CL:0002321", + description="A cell of the embryo.", + meaning=CL["0002321"])) + setattr(cls, "CL:0009033", + PermissibleValue( + text="CL:0009033", + description="A plasma cell that is located in a vermiform appendix.", + meaning=CL["0009033"])) + setattr(cls, "CL:0002289", + PermissibleValue( + text="CL:0002289", + description="""A densely staining taste receptor cell that contains many dense vacuoles in their apical regions which project into the apical space and bear microvilli. This cell type serves as a supporting cell by surrounding and isolating the other cell types from each other; secrete a dense amorphous material that surrounds the microvilli in the taste pore. This cell type expresses a glial glutumate transporter, GLAST.""", + meaning=CL["0002289"])) + setattr(cls, "CL:0009058", + PermissibleValue( + text="CL:0009058", + description="An enterocyte that is located in the anorectum.", + meaning=CL["0009058"])) + setattr(cls, "CL:0000336", + PermissibleValue( + text="CL:0000336", + description="""A cell found within the adrenal medulla that secrete biogenic amine hormones upon stimulation.""", + meaning=CL["0000336"])) + setattr(cls, "CL:4040003", + PermissibleValue( + text="CL:4040003", + description="""Precursor of type II pneumocyte. These cells do not have lamellar bodies, which are a marker of type II pneumocyte maturity.""", + meaning=CL["4040003"])) + setattr(cls, "CL:4030006", + PermissibleValue( + text="CL:4030006", + description="""An epithelial cell that is part of the fallopian tube epithelium that secretes mucous fluid and oviduct-specific products through the stimulation of estrogen and luteinizing hormone. The fallopian tube secretory cell has approximately the same height as the ciliated cell and is usually a more narrow columnar cell. The nucleus is ovoid and perpendicular to the long axis of the cell. The chromatin is more dense and the nucleolus smaller than that seen in the ciliated cell.""", + meaning=CL["4030006"])) + setattr(cls, "CL:0000653", + PermissibleValue( + text="CL:0000653", + description="""A specialized kidney epithelial cell, contained within a glomerulus, that contains \"feet\" that interdigitate with the \"feet\" of other podocytes.""", + meaning=CL["0000653"])) + setattr(cls, "CL:0009066", + PermissibleValue( + text="CL:0009066", + description="A stratified squamous epithelial cell that is part of the anal canal.", + meaning=CL["0009066"])) + setattr(cls, "CL:4023081", + PermissibleValue( + text="CL:4023081", + description="""a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has inverted pyramidal morphology.""", + meaning=CL["4023081"])) + setattr(cls, "CL:1000280", + PermissibleValue( + text="CL:1000280", + description="A smooth muscle cell that is part of the colon.", + meaning=CL["1000280"])) + setattr(cls, "CL:2000019", + PermissibleValue( + text="CL:2000019", + description="Any photoreceptor cell that is part of a compound eye.", + meaning=CL["2000019"])) + setattr(cls, "CL:0002064", + PermissibleValue( + text="CL:0002064", + description="""A secretory cell found in pancreatic acini that secretes digestive enzymes and mucins. This cell is a typical zymogenic cell, have a basal nucleus and basophilic cytoplasm consisting of regular arrays of granular endoplasmic reticulum with mitochondria and dense secretory granules.""", + meaning=CL["0002064"])) + setattr(cls, "CL:0000703", + PermissibleValue( + text="CL:0000703", + description="""Cell that provides some or all mechanical, nutritional and phagocytic support to their neighbors.""", + meaning=CL["0000703"])) + setattr(cls, "CL:1000456", + PermissibleValue( + text="CL:1000456", + description="A mesothelial cell that is part of the parietal peritoneum.", + meaning=CL["1000456"])) + setattr(cls, "CL:0000293", + PermissibleValue( + text="CL:0000293", + description="""A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism.""", + meaning=CL["0000293"])) + setattr(cls, "CL:4029003", + PermissibleValue( + text="CL:4029003", + description="""A gamete-nursing cell that derives from the somatic tissues of the gonad (del Pino, 2021).""", + meaning=CL["4029003"])) + setattr(cls, "CL:0002207", + PermissibleValue( + text="CL:0002207", + description="Brush cell of the epithelium in the trachea.", + meaning=CL["0002207"])) + setattr(cls, "CL:0000173", + PermissibleValue( + text="CL:0000173", + description="""A D cell located in the pancreas. Peripherally placed within the islets like type A cells; contains somatostatin.""", + meaning=CL["0000173"])) + setattr(cls, "CL:0004116", + PermissibleValue( + text="CL:0004116", + description="A retinal ganglion with cell medium cell bodies and medium to large dendritic fields.", + meaning=CL["0004116"])) + setattr(cls, "CL:0002518", + PermissibleValue( + text="CL:0002518", + description="An epithelial cell of the kidney.", + meaning=CL["0002518"])) + setattr(cls, "CL:0002147", + PermissibleValue( + text="CL:0002147", + description="""A chief cell of parathyroid glands that does not stain with hematoxylin or eosin. This cell is larger, has a larger nucleus and fewer secretory granules than dark chief cells.""", + meaning=CL["0002147"])) + setattr(cls, "CL:0009025", + PermissibleValue( + text="CL:0009025", + description="A mesothelial cell that is part of the colon.", + meaning=CL["0009025"])) + setattr(cls, "CL:0000745", + PermissibleValue( + text="CL:0000745", + description="""A neuron that laterally connects other neurons in the inner nuclear layer of the retina.""", + meaning=CL["0000745"])) + setattr(cls, "CL:4023181", + PermissibleValue( + text="CL:4023181", + description="""A neurecto-epithelial cell that is part of the basal layer of the subcommissural organ and specializes in the secretion of proteins into the subarachnoid space. Hypendymal cells have similar characteristics to ependymal cells and express SCO-spondin.""", + meaning=CL["4023181"])) + setattr(cls, "CL:0002123", + PermissibleValue( + text="CL:0002123", + description="""A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-low, CD38-positive, and IgG-positive.""", + meaning=CL["0002123"])) + setattr(cls, "CL:0002450", + PermissibleValue( + text="CL:0002450", + description="""A specialized hair cell that has an elongated kinocilium upon which an otolith accretes. The tether cell then anchors the otolith in place.""", + meaning=CL["0002450"])) + setattr(cls, "CL:0002093", + PermissibleValue( + text="CL:0002093", + description="""A small cell formed by the second meiotic division of oocytes. In mammals, the second polar body may fail to form unless the ovum has been penetrated by a sperm cell.""", + meaning=CL["0002093"])) + setattr(cls, "CL:0002060", + PermissibleValue( + text="CL:0002060", + description="""A melanin-containing macrophage that obtains the pigment by phagocytosis of melanosomes.""", + meaning=CL["0002060"])) + setattr(cls, "CL:0002142", + PermissibleValue( + text="CL:0002142", + description="""A cell pyramidal in shape, with their broad ends facing and forming the greater extent of the lining of the main lumen. Secretes glycoproteins associated with mucus.""", + meaning=CL["0002142"])) + setattr(cls, "CL:4023114", + PermissibleValue( + text="CL:4023114", + description="""A vestibular afferent neuron which posseses a unique postsynaptic terminal, the calyx, which completely covers the basolateral walls of type I hair cells and receives input from multiple ribbon synapses.""", + meaning=CL["4023114"])) + setattr(cls, "CL:0002287", + PermissibleValue( + text="CL:0002287", + description="""A rounded, mitotically active stem cell which is the source of new cells of the taste bud; located basally.""", + meaning=CL["0002287"])) + setattr(cls, "CL:0000502", + PermissibleValue( + text="CL:0000502", + description="""A cell found throughout the gastrointestinal tract and in the pancreas. They secrete somatostatin in both an endocrine and paracrine manner. Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic enzymes, and gastric hydrochloric acid. A variety of substances which inhibit gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory peptide) are thought to act by releasing somatostatin.""", + meaning=CL["0000502"])) + setattr(cls, "CL:0011007", + PermissibleValue( + text="CL:0011007", + description="""A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites.""", + meaning=CL["0011007"])) + setattr(cls, "CL:0009054", + PermissibleValue( + text="CL:0009054", + description="A microfold cell (M cell) that is part of the anorectum.", + meaning=CL["0009054"])) + setattr(cls, "CL:0000026", + PermissibleValue( + text="CL:0000026", + description="""A germline cell that contributes to the development of the oocyte by transferring cytoplasm directly to oocyte.""", + meaning=CL["0000026"])) + setattr(cls, "CL:0009092", + PermissibleValue( + text="CL:0009092", + description="An endothelial cell that is part of a placenta.", + meaning=CL["0009092"])) + setattr(cls, "CL:0002348", + PermissibleValue( + text="CL:0002348", + description="""A CD27-low, CD11b-high natural killer cell that has a higher threshold of activation due to higher expression of inhibitory receptors.""", + meaning=CL["0002348"])) + setattr(cls, "CL:0001028", + PermissibleValue( + text="CL:0001028", + description="""CD7-positive lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-positive and is CD45RA-negative.""", + meaning=CL["0001028"])) + setattr(cls, "CL:4033012", + PermissibleValue( + text="CL:4033012", + description="""A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle longitudinal layer.""", + meaning=CL["4033012"])) + setattr(cls, "CL:1000245", + PermissibleValue( + text="CL:1000245", + description="Any neuron that has its soma located in some posterior lateral line ganglion.", + meaning=CL["1000245"])) + setattr(cls, "CL:0002458", + PermissibleValue( + text="CL:0002458", + description="A dermal dendritic cell that is langerin-positive and CD103-positive.", + meaning=CL["0002458"])) + setattr(cls, "CL:0000780", + PermissibleValue( + text="CL:0000780", + description="""A specialized multinuclear osteoclast associated with the absorption and removal of cementum.""", + meaning=CL["0000780"])) + setattr(cls, "CL:1001217", + PermissibleValue( + text="CL:1001217", + description="Any smooth muscle cell that is part of some interlobular artery.", + meaning=CL["1001217"])) + setattr(cls, "CL:1000309", + PermissibleValue( + text="CL:1000309", + description="An adipocyte that is part of the epicardial fat.", + meaning=CL["1000309"])) + setattr(cls, "CL:4033025", + PermissibleValue( + text="CL:4033025", + description="""A fibroblast that is part of the fibrous layer of the perichondrium. This cell is responsible for collagen fiber production.""", + meaning=CL["4033025"])) + setattr(cls, "CL:0000309", + PermissibleValue( + text="CL:0000309", + meaning=CL["0000309"])) + setattr(cls, "CL:0002659", + PermissibleValue( + text="CL:0002659", + description="A glandular epithelial cell that is part of the stomach.", + meaning=CL["0002659"])) + setattr(cls, "CL:0000982", + PermissibleValue( + text="CL:0000982", + description="A plasmablast that secretes IgG.", + meaning=CL["0000982"])) + setattr(cls, "CL:4023160", + PermissibleValue( + text="CL:4023160", + description="""A neuron of the dorsal cochlear nucleus with spiny dendrites that receive input from the axons of granule cells and with axons that release GABA and glycine onto cartwheel, pyramidal and giant cell targets.""", + meaning=CL["4023160"])) + setattr(cls, "CL:0000969", + PermissibleValue( + text="CL:0000969", + description="""A mature B cell that has the phenotype CD1d-positive and expresses interleukin-10. This cell type has been associated with suppression of chronic inflammatory responses and T cell responses.""", + meaning=CL["0000969"])) + setattr(cls, "CL:0001020", + PermissibleValue( + text="CL:0001020", + description="""Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001020"])) + setattr(cls, "CL:2000055", + PermissibleValue( + text="CL:2000055", + description="Any dendritic cell that is part of a liver.", + meaning=CL["2000055"])) + setattr(cls, "CL:0002267", + PermissibleValue( + text="CL:0002267", + description="A type D cell found in the stomach.", + meaning=CL["0002267"])) + setattr(cls, "CL:0000553", + PermissibleValue( + text="CL:0000553", + description="""The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative).""", + meaning=CL["0000553"])) + setattr(cls, "CL:0000651", + PermissibleValue( + text="CL:0000651", + description="""A mucus-secreting cell, with numerous apical secretory vesicles containing mucins; nucleus are basally displaced; numerous at the neck of mucus secreting glands""", + meaning=CL["0000651"])) + setattr(cls, "CL:4023013", + PermissibleValue( + text="CL:4023013", + description="A glutamatergic neuron located in the cerebral cortex that projects to the thalamus.", + meaning=CL["4023013"])) + setattr(cls, "CL:2000027", + PermissibleValue( + text="CL:2000027", + description="Any basket cell that is part of a cerebellum.", + meaning=CL["2000027"])) + setattr(cls, "CL:0002401", + PermissibleValue( + text="CL:0002401", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.""", + meaning=CL["0002401"])) + setattr(cls, "CL:0002094", + PermissibleValue( + text="CL:0002094", + description="A cell that makes up the loose connective tissue of the ovary.", + meaning=CL["0002094"])) + setattr(cls, "CL:0007001", + PermissibleValue( + text="CL:0007001", + description="""Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized).""", + meaning=CL["0007001"])) + setattr(cls, "CL:0002279", + PermissibleValue( + text="CL:0002279", + description="""A enteroendocrine cell type that is numerous in ileum, present in jejunum and large intestine, few in duodenum. This cell type produces glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 and -2) and PYY.""", + meaning=CL["0002279"])) + setattr(cls, "CL:0000858", + PermissibleValue( + text="CL:0000858", + description="A skeletal muscle myoblast that differentiates into fast muscle fibers.", + meaning=CL["0000858"])) + setattr(cls, "CL:2000044", + PermissibleValue( + text="CL:2000044", + description="Any microvascular endothelial cell that is part of a brain.", + meaning=CL["2000044"])) + setattr(cls, "CL:0002531", + PermissibleValue( + text="CL:0002531", + description="""A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.""", + meaning=CL["0002531"])) + setattr(cls, "CL:0002358", + PermissibleValue( + text="CL:0002358", + description="""Derived from the Greek word pyren (the pit of a stone fruit), this is a transient nucleated cell type that results from exclusion of the nucleus from the primitive erythrocyte.""", + meaning=CL["0002358"])) + setattr(cls, "CL:0002430", + PermissibleValue( + text="CL:0002430", + description="""A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD4 co-receptor.""", + meaning=CL["0002430"])) + setattr(cls, "CL:4030067", + PermissibleValue( + text="CL:4030067", + description="A near-projecting glutamatergic neuron with a soma found in cortical layer 5/6.", + meaning=CL["4030067"])) + setattr(cls, "CL:0002411", + PermissibleValue( + text="CL:0002411", + description="""A gamma-delta receptor that expresses Vgamma1.1 but does not express Vdelta6.3 chains in the T-cell receptor.""", + meaning=CL["0002411"])) + setattr(cls, "CL:0008028", + PermissibleValue( + text="CL:0008028", + description="Any neuron that is capable of part of some visual perception.", + meaning=CL["0008028"])) + setattr(cls, "CL:0000894", + PermissibleValue( + text="CL:0000894", + description="""A pro-T cell that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-negative.""", + meaning=CL["0000894"])) + setattr(cls, "CL:4023047", + PermissibleValue( + text="CL:4023047", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2/3 of the primary motor cortex.""", + meaning=CL["4023047"])) + setattr(cls, "CL:0000985", + PermissibleValue( + text="CL:0000985", + description="A fully differentiated plasma cell that secretes IgG.", + meaning=CL["0000985"])) + setattr(cls, "CL:0002538", + PermissibleValue( + text="CL:0002538", + description="""An epithelial cell of the intrahepatic portion of the bile duct. These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic ratio relative to large/extrahepatic cholangiocytes.""", + meaning=CL["0002538"])) + setattr(cls, "CL:0002557", + PermissibleValue( + text="CL:0002557", + description="A fibroblast of pulmonary artery.", + meaning=CL["0002557"])) + setattr(cls, "CL:0009112", + PermissibleValue( + text="CL:0009112", + description="A germinal center B cell found in a lymph node germinal center dark zone.", + meaning=CL["0009112"])) + setattr(cls, "CL:0000921", + PermissibleValue( + text="CL:0000921", + description="""An alpha-beta T cell expressing NK cell markers that is CD1d restricted and expresses specific V-alpha chains. NK T cells of this type recognize the glycolipid alpha-galactosylceramide in the context of CD1d.""", + meaning=CL["0000921"])) + setattr(cls, "CL:0002160", + PermissibleValue( + text="CL:0002160", + description="""A cell type found in the basal epithelial layer on the external side of the tympanic membrane. Cell type is flattened with intracellular spaces of variable dimensions.""", + meaning=CL["0002160"])) + setattr(cls, "CL:0002300", + PermissibleValue( + text="CL:0002300", + description="""A small medullary thymic epithelial cell with a spindle shape, often arranged in groups and connected to each other by large desmosomes and interdigitations. The cytoplasm is sparse, with scanty organelles and thick bundles of cytokeratin.""", + meaning=CL["0002300"])) + setattr(cls, "CL:0009007", + PermissibleValue( + text="CL:0009007", + description="A macrophage which is resident in the lamina propria of the small intestine.", + meaning=CL["0009007"])) + setattr(cls, "CL:0000768", + PermissibleValue( + text="CL:0000768", + description="""Any of the immature forms of a basophil, in which basophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000768"])) + setattr(cls, "CL:0000036", + PermissibleValue( + text="CL:0000036", + meaning=CL["0000036"])) + setattr(cls, "CL:0000693", + PermissibleValue( + text="CL:0000693", + description="""An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts.""", + meaning=CL["0000693"])) + setattr(cls, "CL:0002295", + PermissibleValue( + text="CL:0002295", + description="""A thymic epithelial cell that has an eccentric, round, or irregularly shaped hetero or euchromatic nucleus. The hallmark of this cell type is the presence of vacuoles, which are clustered in one area of the cytoplasm in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like form, occasionally showing delicate internal microvillous projections.""", + meaning=CL["0002295"])) + setattr(cls, "CL:0002388", + PermissibleValue( + text="CL:0002388", + description="An arthroconidium that has more than one nucleus.", + meaning=CL["0002388"])) + setattr(cls, "CL:0000909", + PermissibleValue( + text="CL:0000909", + description="A CD8-positive, alpha-beta T cell that has differentiated into a memory T cell.", + meaning=CL["0000909"])) + setattr(cls, "CL:0019020", + PermissibleValue( + text="CL:0019020", + description="""An epithelial cell of the extrahepatic bile ducts, including the left and right hepatic duct, common hepatic duct, and common bile duct. They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio relative to small/intrahepatic cholangiocytes.""", + meaning=CL["0019020"])) + setattr(cls, "CL:4023074", + PermissibleValue( + text="CL:4023074", + description="A neuron that has its soma located in the mammillary body.", + meaning=CL["4023074"])) + setattr(cls, "CL:4023109", + PermissibleValue( + text="CL:4023109", + description="""A magnocellular neurosecretory cell that is capable of producing and secreting vasopressin.""", + meaning=CL["4023109"])) + setattr(cls, "CL:0013000", + PermissibleValue( + text="CL:0013000", + description="Any radial glial cell that is part of some forebrain.", + meaning=CL["0013000"])) + setattr(cls, "CL:0000583", + PermissibleValue( + text="CL:0000583", + description="""A tissue-resident macrophage found in the alveoli of the lungs. Ingests small inhaled particles resulting in degradation and presentation of the antigen to immunocompetent cells. Markers include F4/80-positive, CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, MR-positive, CX3CR1-negative.""", + meaning=CL["0000583"])) + setattr(cls, "CL:0000694", + PermissibleValue( + text="CL:0000694", + meaning=CL["0000694"])) + setattr(cls, "CL:0002050", + PermissibleValue( + text="CL:0002050", + description="""A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, CD43-positive, CD45R-positive and BP-positive.""", + meaning=CL["0002050"])) + setattr(cls, "CL:0003027", + PermissibleValue( + text="CL:0003027", + description="""A bistratified retinal ganglion cell D cell that has medium dendritic arbor and a large dendritic field that terminates in S2 and S4.""", + meaning=CL["0003027"])) + setattr(cls, "CL:0001044", + PermissibleValue( + text="CL:0001044", + description="A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + meaning=CL["0001044"])) + setattr(cls, "CL:0000348", + PermissibleValue( + text="CL:0000348", + description="A structural cell that is part of optic choroid.", + meaning=CL["0000348"])) + setattr(cls, "CL:0000001", + PermissibleValue( + text="CL:0000001", + description="""A cultured cell that is freshly isolated from a organismal source, or derives in culture from such a cell prior to the culture being passaged.""", + meaning=CL["0000001"])) + setattr(cls, "CL:0002640", + PermissibleValue( + text="CL:0002640", + description="An epithelial fate stem cell derived form the amnion membrane.", + meaning=CL["0002640"])) + setattr(cls, "CL:1001430", + PermissibleValue( + text="CL:1001430", + description="Any urothelial cell that is part of some urethra urothelium.", + meaning=CL["1001430"])) + setattr(cls, "CL:1000085", + PermissibleValue( + text="CL:1000085", + meaning=CL["1000085"])) + setattr(cls, "CL:4030025", + PermissibleValue( + text="CL:4030025", + description="A fibroblast that is located in the renal cortical interstitium.", + meaning=CL["4030025"])) + setattr(cls, "CL:0011017", + PermissibleValue( + text="CL:0011017", + description="""Cell that is part of the vagal neural crest population. The vagal neural crest arises from the axial level of somites 1-7 and has been described as a hybrid between the head and the trunk populations.""", + meaning=CL["0011017"])) + setattr(cls, "CL:0000990", + PermissibleValue( + text="CL:0000990", + description="Conventional dendritic cell is a dendritic cell that is CD11c-high.", + meaning=CL["0000990"])) + setattr(cls, "CL:0010021", + PermissibleValue( + text="CL:0010021", + description="Any myoblast that develops into some cardiac muscle cell.", + meaning=CL["0010021"])) + setattr(cls, "CL:0000509", + PermissibleValue( + text="CL:0000509", + description="A peptide hormone secreting cell that secretes gastrin.", + meaning=CL["0000509"])) + setattr(cls, "CL:0009068", + PermissibleValue( + text="CL:0009068", + description="""An unconventional T lymphocyte population within the thymic medulla that is potentially a thymic resident population.""", + meaning=CL["0009068"])) + setattr(cls, "CL:0000131", + PermissibleValue( + text="CL:0000131", + meaning=CL["0000131"])) + setattr(cls, "CL:4023124", + PermissibleValue( + text="CL:4023124", + description="A kisspeptin neuron that is located in the dentate gyrus of the hippocampus.", + meaning=CL["4023124"])) + setattr(cls, "CL:0002105", + PermissibleValue( + text="CL:0002105", + description="""A CD38-positive IgG memory B cell is a class switched memory B cell that expresses IgG on the cell surface with the phenotype CD38-positive and IgG-positive.""", + meaning=CL["0002105"])) + setattr(cls, "CL:0002112", + PermissibleValue( + text="CL:0002112", + description="""A B220-positive CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-positive, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002112"])) + setattr(cls, "CL:1000333", + PermissibleValue( + text="CL:1000333", + description="A serous secreting cell that is part of the epithelium of bronchiole.", + meaning=CL["1000333"])) + setattr(cls, "CL:1000714", + PermissibleValue( + text="CL:1000714", + description="Any renal principal cell that is part of some cortical collecting duct.", + meaning=CL["1000714"])) + setattr(cls, "CL:0000165", + PermissibleValue( + text="CL:0000165", + description="A neuron that is capable of some hormone secretion in response to neuronal signals.", + meaning=CL["0000165"])) + setattr(cls, "CL:0002602", + PermissibleValue( + text="CL:0002602", + description="""Any connective tissue cell that is part of some annulus fibrosus disci intervertebralis.""", + meaning=CL["0002602"])) + setattr(cls, "CL:2000096", + PermissibleValue( + text="CL:2000096", + description="Any fibroblast that is part of a reticular layer of dermis.", + meaning=CL["2000096"])) + setattr(cls, "CL:0002596", + PermissibleValue( + text="CL:0002596", + description="Smooth muscle cell of the carotid artery.", + meaning=CL["0002596"])) + setattr(cls, "CL:0002564", + PermissibleValue( + text="CL:0002564", + description="A connective tissue cell of the nucleus pulposus cell of intervertebral disc.", + meaning=CL["0002564"])) + setattr(cls, "CL:0000563", + PermissibleValue( + text="CL:0000563", + description="""A rounded, inactive form that certain bacteria assume under conditions of extreme temperature, dryness, or lack of food. The bacterium develops a waterproof cell wall that protects it from being dried out or damaged.""", + meaning=CL["0000563"])) + setattr(cls, "CL:0002045", + PermissibleValue( + text="CL:0002045", + description="""A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, BP-1-negative and Ly6c-negative. This cell type is also described as being lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive.""", + meaning=CL["0002045"])) + setattr(cls, "CL:2000000", + PermissibleValue( + text="CL:2000000", + description="Any melanocyte that is part of a epidermis.", + meaning=CL["2000000"])) + setattr(cls, "CL:0000313", + PermissibleValue( + text="CL:0000313", + description="""Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid.""", + meaning=CL["0000313"])) + setattr(cls, "CL:1000457", + PermissibleValue( + text="CL:1000457", + description="A mesothelial cell that is part of the visceral peritoneum.", + meaning=CL["1000457"])) + setattr(cls, "CL:0000560", + PermissibleValue( + text="CL:0000560", + description="""A late neutrophilic metamyelocyte in which the nucleus is indented to more than half the distance to the farthest nuclear margin but in no area being condensed to a single filament. The nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, CD35-negative, and CD49d-negative.""", + meaning=CL["0000560"])) + setattr(cls, "CL:0004245", + PermissibleValue( + text="CL:0004245", + description="""An amacrine cell with a wide dendritic field and post-synaptic terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and serotonin.""", + meaning=CL["0004245"])) + setattr(cls, "CL:0000813", + PermissibleValue( + text="CL:0000813", + description="""A long-lived, antigen-experienced T cell that has acquired a memory phenotype including distinct surface markers and the ability to differentiate into an effector T cell upon antigen reexposure.""", + meaning=CL["0000813"])) + setattr(cls, "CL:0011100", + PermissibleValue( + text="CL:0011100", + description="Neuron that secretes the neurotransmitter galanin.", + meaning=CL["0011100"])) + setattr(cls, "CL:0002513", + PermissibleValue( + text="CL:0002513", + description="""A CD8alpha alpha positive gamma-delta intraepithelial T cell that expresses a TCR encoded in part by the Vgamma5 gene segment.""", + meaning=CL["0002513"])) + setattr(cls, "CL:4023125", + PermissibleValue( + text="CL:4023125", + description="""A hypothalamus kisspeptin neuron that coexpresses kisspeptin, neurokinin B and dynorphin.""", + meaning=CL["4023125"])) + setattr(cls, "CL:0001076", + PermissibleValue( + text="CL:0001076", + description="""An innate lymphoid cell in the human with the phenotype NKp46-positive that is a precusor for NK cells and ILC3 cells.""", + meaning=CL["0001076"])) + setattr(cls, "CL:0000897", + PermissibleValue( + text="CL:0000897", + description="A CD4-positive, alpha-beta T cell that has differentiated into a memory T cell.", + meaning=CL["0000897"])) + setattr(cls, "CL:4033051", + PermissibleValue( + text="CL:4033051", + description="""A parasol ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB3a bipolar cells.""", + meaning=CL["4033051"])) + setattr(cls, "CL:0002677", + PermissibleValue( + text="CL:0002677", + description="A regulatory T cell that has not encountered antigen.", + meaning=CL["0002677"])) + setattr(cls, "CL:0002250", + PermissibleValue( + text="CL:0002250", + description="""A cell that is found in a zone occupying the bottom region of the crypt; provide the source of most of the cell types of the intestinal epithelium; proliferate by mitotic division; differentiates into columnar or goblet cells.""", + meaning=CL["0002250"])) + setattr(cls, "CL:2000051", + PermissibleValue( + text="CL:2000051", + description="Any fibroblast that is part of a spleen.", + meaning=CL["2000051"])) + setattr(cls, "CL:0000172", + PermissibleValue( + text="CL:0000172", + description="Any secretory cell that is capable of some somatostatin secretion.", + meaning=CL["0000172"])) + setattr(cls, "CL:0000641", + PermissibleValue( + text="CL:0000641", + description="A cell that is resistant to stains.", + meaning=CL["0000641"])) + setattr(cls, "CL:4042006", + PermissibleValue( + text="CL:4042006", + description="""A border associated macrophage which is part of a dura matter. This macrophage phagocytoses intruding pathogens and foreign molecules detected in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid body with dynamic protrusions in homeostasis.""", + meaning=CL["4042006"])) + setattr(cls, "CL:0004241", + PermissibleValue( + text="CL:0004241", + description="""An amacrine cell with a wide dendritic field, dendrites in S2, and post-synaptic terminals in S1.""", + meaning=CL["0004241"])) + setattr(cls, "CL:0008002", + PermissibleValue( + text="CL:0008002", + description="""A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse.""", + meaning=CL["0008002"])) + setattr(cls, "CL:4023028", + PermissibleValue( + text="CL:4023028", + description="""A sst GABAergic cortical interneuron with a soma found in lower L5 with mostly local axonal arborization but with some sparse ascending axons. L5 non-Martinotti sst cells show somatic localization and local axon plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive thalamic input from the ventral posteromedial nucleus and specifically target L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend to show a higher input resistance and seem to be less stuttering.""", + meaning=CL["4023028"])) + setattr(cls, "CL:4030032", + PermissibleValue( + text="CL:4030032", + description="""An interstitial cell that is part of a cardiac valve leaflet. Along with valve endothelial cells, a valve interstitial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.""", + meaning=CL["4030032"])) + setattr(cls, "CL:0011110", + PermissibleValue( + text="CL:0011110", + description="Neuron that secretes histamine.", + meaning=CL["0011110"])) + setattr(cls, "CL:0011030", + PermissibleValue( + text="CL:0011030", + description="Any microvascular endothelial cell that is part of the dermis.", + meaning=CL["0011030"])) + setattr(cls, "CL:1000383", + PermissibleValue( + text="CL:1000383", + description="""A type II vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.""", + meaning=CL["1000383"])) + setattr(cls, "CL:0000571", + PermissibleValue( + text="CL:0000571", + description="""A pigment cell derived from the neural crest. Contains uric acid or other purine crystals deposited in stacks called leucosomes. The crystals reflect light and this gives a white appearance under white light.""", + meaning=CL["0000571"])) + setattr(cls, "CL:0002583", + PermissibleValue( + text="CL:0002583", + description="A preadipocyte that is part of subcutaneous tissue.", + meaning=CL["0002583"])) + setattr(cls, "CL:0000735", + PermissibleValue( + text="CL:0000735", + description="A hemocyte that derives from the larval lymph gland.", + meaning=CL["0000735"])) + setattr(cls, "CL:0000762", + PermissibleValue( + text="CL:0000762", + description="""A nucleated blood cell involved in coagulation, typically seen in birds and other non-mammalian vertebrates.""", + meaning=CL["0000762"])) + setattr(cls, "CL:1000850", + PermissibleValue( + text="CL:1000850", + description="Any epithelial cell of distal tubule that is part of some macula densa.", + meaning=CL["1000850"])) + setattr(cls, "CL:0000311", + PermissibleValue( + text="CL:0000311", + meaning=CL["0000311"])) + setattr(cls, "CL:0000128", + PermissibleValue( + text="CL:0000128", + description="""A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system.""", + meaning=CL["0000128"])) + setattr(cls, "CL:1000322", + PermissibleValue( + text="CL:1000322", + description="A goblet cell that is part of the epithelium of pancreatic duct.", + meaning=CL["1000322"])) + setattr(cls, "CL:0000569", + PermissibleValue( + text="CL:0000569", + description="""A mesenchymal cell found in the developing heart and that develops into some part of the heart. These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field.""", + meaning=CL["0000569"])) + setattr(cls, "CL:1000365", + PermissibleValue( + text="CL:1000365", + description="""A transitional myocyte that is part of the atrial septal branch of anterior internodal tract.""", + meaning=CL["1000365"])) + setattr(cls, "CL:0000629", + PermissibleValue( + text="CL:0000629", + description="""A cell that is specialized to store a particular substance(s), which is(are) later released from the store for a particular purpose.""", + meaning=CL["0000629"])) + setattr(cls, "CL:0000751", + PermissibleValue( + text="CL:0000751", + description="""A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells but not by cone photoreceptor cells. These neurons depolarize in response to light.""", + meaning=CL["0000751"])) + setattr(cls, "CL:0000219", + PermissibleValue( + text="CL:0000219", + description="A cell that moves by its own activities.", + meaning=CL["0000219"])) + setattr(cls, "CL:2000052", + PermissibleValue( + text="CL:2000052", + description="Any endothelial cell of artery that is part of a umbilical cord.", + meaning=CL["2000052"])) + setattr(cls, "CL:0002068", + PermissibleValue( + text="CL:0002068", + description="""Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter.""", + meaning=CL["0002068"])) + setattr(cls, "CL:0000373", + PermissibleValue( + text="CL:0000373", + description="""A progenitor cell found in the larval epidermis of insects and that gives rise to the adult abdominal epidermis.""", + meaning=CL["0000373"])) + setattr(cls, "CL:1000550", + PermissibleValue( + text="CL:1000550", + description="Any kidney cell that is part of some papillary duct.", + meaning=CL["1000550"])) + setattr(cls, "CL:0002490", + PermissibleValue( + text="CL:0002490", + description="A supporting cell of the organ of Corti.", + meaning=CL["0002490"])) + setattr(cls, "CL:4023093", + PermissibleValue( + text="CL:4023093", + description="""A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape.""", + meaning=CL["4023093"])) + setattr(cls, "CL:0002192", + PermissibleValue( + text="CL:0002192", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and a band form cell. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare.""", + meaning=CL["0002192"])) + setattr(cls, "CL:3000002", + PermissibleValue( + text="CL:3000002", + description="Sympathetic noradrenergic neuron.", + meaning=CL["3000002"])) + setattr(cls, "CL:0007016", + PermissibleValue( + text="CL:0007016", + description="""Muscle precursor cell that is adjacent to the notochord and part of the presomitic mesoderm.""", + meaning=CL["0007016"])) + setattr(cls, "CL:0000883", + PermissibleValue( + text="CL:0000883", + description="A thymic macrophage found in the thymic cortex.", + meaning=CL["0000883"])) + setattr(cls, "CL:1000284", + PermissibleValue( + text="CL:1000284", + description="A smooth muscle cell that is part of the descending colon.", + meaning=CL["1000284"])) + setattr(cls, "CL:0002039", + PermissibleValue( + text="CL:0002039", + description="A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative NK T cell.", + meaning=CL["0002039"])) + setattr(cls, "CL:0000307", + PermissibleValue( + text="CL:0000307", + description="An epithelial cell found in the trachea.", + meaning=CL["0000307"])) + setattr(cls, "CL:1000373", + PermissibleValue( + text="CL:1000373", + description="""A transitional myocyte that is part of the ventricular part of atrioventricular bundle.""", + meaning=CL["1000373"])) + setattr(cls, "CL:0007003", + PermissibleValue( + text="CL:0007003", + description="""Skeletogenic cell that has the potential to form an odontoblast, deposits predentine, and arises from a cranial neural crest cell.""", + meaning=CL["0007003"])) + setattr(cls, "CL:0011025", + PermissibleValue( + text="CL:0011025", + description="""An effector T cell that displays impaired effector functions (e.g., rapid production of effector cytokines, cytotoxicity) and has limited proliferative potential.""", + meaning=CL["0011025"])) + setattr(cls, "CL:0002307", + PermissibleValue( + text="CL:0002307", + description="""A brush border epithelial cell located in the proximal tubule of the kidney, essential for reabsorbing substances like glucose and amino acids from the glomerular filtrate. These cells also secrete organic ions, playing a crucial role in maintaining kidney homeostasis, including electrolyte and acid-base balance, and excreting metabolic waste.""", + meaning=CL["0002307"])) + setattr(cls, "CL:1001286", + PermissibleValue( + text="CL:1001286", + description="""Any vasa recta descending limb cell that is part of some inner medulla vasa recta descending limb.""", + meaning=CL["1001286"])) + setattr(cls, "CL:0000072", + PermissibleValue( + text="CL:0000072", + meaning=CL["0000072"])) + setattr(cls, "CL:0000183", + PermissibleValue( + text="CL:0000183", + description="A cell whose primary function is to shorten.", + meaning=CL["0000183"])) + setattr(cls, "CL:0002248", + PermissibleValue( + text="CL:0002248", + description="""A pluripotent stem cell has the ability to form cells from all three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent stem cells, they cell can not generate all the cells of the whole organism such as placenta.""", + meaning=CL["0002248"])) + setattr(cls, "CL:4033052", + PermissibleValue( + text="CL:4033052", + description="""A parasol ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB4 bipolar cells.""", + meaning=CL["4033052"])) + setattr(cls, "CL:0002126", + PermissibleValue( + text="CL:0002126", + description="""A CD25-positive, CD27-positive immature gamma-delta T cell found in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, CD62L-high, CD44-high, CD2-low, CD5-low).""", + meaning=CL["0002126"])) + setattr(cls, "CL:0002523", + PermissibleValue( + text="CL:0002523", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the mesonephros.""", + meaning=CL["0002523"])) + setattr(cls, "CL:1000409", + PermissibleValue( + text="CL:1000409", + description="A muscle cell that is part of the sinoatrial node.", + meaning=CL["1000409"])) + setattr(cls, "CL:0000425", + PermissibleValue( + text="CL:0000425", + description="Forms the terminal part of the cuticle-lined excretory duct of C. elegans.", + meaning=CL["0000425"])) + setattr(cls, "CL:0000237", + PermissibleValue( + text="CL:0000237", + meaning=CL["0000237"])) + setattr(cls, "CL:0004250", + PermissibleValue( + text="CL:0004250", + description="An amicrine that stratifies dendrites at two and only two locations.", + meaning=CL["0004250"])) + setattr(cls, "CL:0002517", + PermissibleValue( + text="CL:0002517", + description="""An interrenal chromaffin cell found in teleosts that contain small, homogeneous electron-lucent granules that are separated from the vesicular membrane by a visible halo.""", + meaning=CL["0002517"])) + setattr(cls, "CL:0002053", + PermissibleValue( + text="CL:0002053", + description="A small pre-B cell that is CD22-positive and CD38-low.", + meaning=CL["0002053"])) + setattr(cls, "CL:4030041", + PermissibleValue( + text="CL:4030041", + description="A ciliated cell of the endometrial luminal epithelium.", + meaning=CL["4030041"])) + setattr(cls, "CL:0000911", + PermissibleValue( + text="CL:0000911", + description="""A differentiated T cell with ability to traffic to peripheral tissues and is capable of mounting a specific immune response.""", + meaning=CL["0000911"])) + setattr(cls, "CL:4030043", + PermissibleValue( + text="CL:4030043", + description="""A DRD1-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.""", + meaning=CL["4030043"])) + setattr(cls, "CL:4023041", + PermissibleValue( + text="CL:4023041", + description="""A glutamatergic neuron, with a soma found in the deeper portion of L5, that has long-range axonal projections including deep subcortical targets outside of the telencephalon and, in some cases, the spinal cord. While the L5 ET neuron projections are not limited to ET targets, they are clearly differentiated from the neuron subclasses whose projections are constrained to intratelencephalic (IT) targets. L5 ET neurons are generally the largest excitatory cortical neurons, typically having a thick apical dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing physiological characteristics.""", + meaning=CL["4023041"])) + setattr(cls, "CL:0000795", + PermissibleValue( + text="CL:0000795", + description="""A CD8-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000795"])) + setattr(cls, "CL:0001077", + PermissibleValue( + text="CL:0001077", + description="""An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, T-bet-positive.""", + meaning=CL["0001077"])) + setattr(cls, "CL:0009101", + PermissibleValue( + text="CL:0009101", + description="""A reticular cell involved in directing B cells and T cells to specific regions within a tissue.""", + meaning=CL["0009101"])) + setattr(cls, "CL:1000143", + PermissibleValue( + text="CL:1000143", + description="Any goblet cell that is part of some lung epithelium.", + meaning=CL["1000143"])) + setattr(cls, "CL:1001602", + PermissibleValue( + text="CL:1001602", + description="Endothelial cells forming the walls of the capillaries within the cerebral cortex.", + meaning=CL["1001602"])) + setattr(cls, "CL:2000016", + PermissibleValue( + text="CL:2000016", + description="Any lung endothelial cell that is part of a microvascular endothelium.", + meaning=CL["2000016"])) + setattr(cls, "CL:0000844", + PermissibleValue( + text="CL:0000844", + description="""A rapidly cycling mature B cell that has distinct phenotypic characteristics and is involved in T-dependent immune responses and located typically in the germinal centers of lymph nodes. This cell type expresses Ly77 after activation.""", + meaning=CL["0000844"])) + setattr(cls, "CL:0000787", + PermissibleValue( + text="CL:0000787", + description="""A memory B cell is a mature B cell that is long-lived, readily activated upon re-encounter of its antigenic determinant, and has been selected for expression of higher affinity immunoglobulin. This cell type has the phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative.""", + meaning=CL["0000787"])) + setattr(cls, "CL:1000299", + PermissibleValue( + text="CL:1000299", + description="A fibroblast that is part of the connective tissue of prostate.", + meaning=CL["1000299"])) + setattr(cls, "CL:0003001", + PermissibleValue( + text="CL:0003001", + description="""A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer.""", + meaning=CL["0003001"])) + setattr(cls, "CL:0001071", + PermissibleValue( + text="CL:0001071", + description="""An innate lymphoid cell that constituitively expresses RORgt and is capable of expressing IL17A and/or IL-22.""", + meaning=CL["0001071"])) + setattr(cls, "CL:0000809", + PermissibleValue( + text="CL:0000809", + description="""A thymocyte expressing the alpha-beta T cell receptor complex as well as both the CD4 and CD8 coreceptors.""", + meaning=CL["0000809"])) + setattr(cls, "CL:0002025", + PermissibleValue( + text="CL:0002025", + description="""A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, and CD42-negative.""", + meaning=CL["0002025"])) + setattr(cls, "CL:0002323", + PermissibleValue( + text="CL:0002323", + description="""A cell of a fetus which is suspended in the amniotic fluid. Amniocytes are considered to arise from several tissues including fetal skin, the fetal urinary tract, umbilical cord, and the inner amniotic surface.""", + meaning=CL["0002323"])) + setattr(cls, "CL:0008011", + PermissibleValue( + text="CL:0008011", + description="""A skeletal muscle satellite cell that divides by stem cell division. A proportion of this population undergoes symmetric stem cell division, producing two skeletal muscle satellite stem cells. The rest undergo asymmetric stem cell division - retaining their identity while budding off a daughter cell that differentiates into an adult skeletal muscle myoblast.""", + meaning=CL["0008011"])) + setattr(cls, "CL:0000626", + PermissibleValue( + text="CL:0000626", + description="""A granule cell that has a soma located in an olfactory bulb granule cell layer. An olfactory granule cell is an interneuron that lacks an axon, makes reciprocal dendro-dendritic synapses with mitral cells and tufted cells and is involved in the fine spatio-temporal tuning of the responses of these principal olfactory bulb neurons to odors.""", + meaning=CL["0000626"])) + setattr(cls, "CL:0000427", + PermissibleValue( + text="CL:0000427", + description="""A scaffolding cell type found in C. elegans, this cell plays a supportive role to the muscle arms. May also have an endocrine role.""", + meaning=CL["0000427"])) + setattr(cls, "CL:0001026", + PermissibleValue( + text="CL:0001026", + description="""A common myeloid progenitor that is CD34-positive, CD38-positive, IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative.""", + meaning=CL["0001026"])) + setattr(cls, "CL:0000480", + PermissibleValue( + text="CL:0000480", + description="A peptide hormone secreting cell that secretes secretin stimulating hormone", + meaning=CL["0000480"])) + setattr(cls, "CL:0000892", + PermissibleValue( + text="CL:0000892", + description="""A type of foam cell derived from a smooth muscle cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000892"])) + setattr(cls, "CL:0000506", + PermissibleValue( + text="CL:0000506", + description="An endorphine cell that secretes enkephalin.", + meaning=CL["0000506"])) + setattr(cls, "CL:0019018", + PermissibleValue( + text="CL:0019018", + description="A smooth muscle cell that is part of any blood vessel.", + meaning=CL["0019018"])) + setattr(cls, "CL:4033058", + PermissibleValue( + text="CL:4033058", + description="""A luminal epithelial cell of the mammary gland that transduces endocrine cues to orchestrate proliferation, architectural remodeling, and differentiation of other cells in the mammary gland via paracrine signaling. This cell expresses high levels of estrogen receptors. In humans, a luminal hormone-sensing cell can be identified by high levels of EpCAM and low levels of CD49f, and in mice it can be identified by low levels of CD29 and high levels of Foxa1, CD133, and Sca1 (Ly6a).""", + meaning=CL["4033058"])) + setattr(cls, "CL:0012000", + PermissibleValue( + text="CL:0012000", + description="An astrocyte of the forebrain.", + meaning=CL["0012000"])) + setattr(cls, "CL:1000022", + PermissibleValue( + text="CL:1000022", + description="Any epithelial cell that is part of some mesonephric nephron tubule.", + meaning=CL["1000022"])) + setattr(cls, "CL:1000488", + PermissibleValue( + text="CL:1000488", + description="""An epithelial cell that is part of the bile duct. Cholangiocytes contribute to bile secretion via net release of bicarbonate and water. They are cuboidal epithelium in the small interlobular bile ducts, but become columnar and mucus secreting in larger bile ducts approaching the porta hepatis and the extrahepatic ducts.""", + meaning=CL["1000488"])) + setattr(cls, "CL:0002284", + PermissibleValue( + text="CL:0002284", + description="""An enteroendocrine cell found in the fundus and pylorus; this cell type has dense round secretory granules that contain ghrelin.""", + meaning=CL["0002284"])) + setattr(cls, "CL:0000423", + PermissibleValue( + text="CL:0000423", + meaning=CL["0000423"])) + setattr(cls, "CL:4033027", + PermissibleValue( + text="CL:4033027", + description="""An OFF diffuse bipolar cell that makes synaptic contact with both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors.""", + meaning=CL["4033027"])) + setattr(cls, "CL:0000154", + PermissibleValue( + text="CL:0000154", + description="Any secretory cell that is capable of some protein secretion.", + meaning=CL["0000154"])) + setattr(cls, "CL:4042011", + PermissibleValue( + text="CL:4042011", + description="""An interlaminar astrocyte type whose soma is part of the upper first layer of the neocortex and its processes extend to a pia surface.""", + meaning=CL["4042011"])) + setattr(cls, "CL:0000236", + PermissibleValue( + text="CL:0000236", + description="A lymphocyte of B lineage that is capable of B cell mediated immunity.", + meaning=CL["0000236"])) + setattr(cls, "CL:2000047", + PermissibleValue( + text="CL:2000047", + description="Any motor neuron that is part of a brainstem.", + meaning=CL["2000047"])) + setattr(cls, "CL:0001079", + PermissibleValue( + text="CL:0001079", + description="""A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-positive.""", + meaning=CL["0001079"])) + setattr(cls, "CL:4033029", + PermissibleValue( + text="CL:4033029", + description="""An OFF calbindin-positive bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3a contacts with cones are triad-associated.""", + meaning=CL["4033029"])) + setattr(cls, "CL:0002575", + PermissibleValue( + text="CL:0002575", + description="A pericyte of the central nervous system.", + meaning=CL["0002575"])) + setattr(cls, "CL:0002054", + PermissibleValue( + text="CL:0002054", + description="""An immature B cell that is IgM-positive, CD45R-positive, CD43-low, CD25-negative, and CD127-negative. This cell type has also been described as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and HSA-positive.""", + meaning=CL["0002054"])) + setattr(cls, "CL:0001030", + PermissibleValue( + text="CL:0001030", + meaning=CL["0001030"])) + setattr(cls, "CL:0002042", + PermissibleValue( + text="CL:0002042", + description="A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell.", + meaning=CL["0002042"])) + setattr(cls, "CL:1000283", + PermissibleValue( + text="CL:1000283", + description="A smooth muscle cell that is part of the transverse colon.", + meaning=CL["1000283"])) + setattr(cls, "CL:0002202", + PermissibleValue( + text="CL:0002202", + description="An epithelial cell of the tracheobronchial tree.", + meaning=CL["0002202"])) + setattr(cls, "CL:0000225", + PermissibleValue( + text="CL:0000225", + description="A cell that lacks a nucleus.", + meaning=CL["0000225"])) + setattr(cls, "CL:0002265", + PermissibleValue( + text="CL:0002265", + description="A D cell located in the colon.", + meaning=CL["0002265"])) + setattr(cls, "CL:0002031", + PermissibleValue( + text="CL:0002031", + description="""A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells.""", + meaning=CL["0002031"])) + setattr(cls, "CL:2000041", + PermissibleValue( + text="CL:2000041", + description="""Any dermis lymphatic vessel endothelial cell that is part of a microvascular endothelium.""", + meaning=CL["2000041"])) + setattr(cls, "CL:0000069", + PermissibleValue( + text="CL:0000069", + meaning=CL["0000069"])) + setattr(cls, "CL:0002498", + PermissibleValue( + text="CL:0002498", + description="""A trophoblast giant cell that is derived from ectoplacental cone and, later in gestation, the spongiotrophoblast.""", + meaning=CL["0002498"])) + setattr(cls, "CL:0007021", + PermissibleValue( + text="CL:0007021", + description="""Secretory cell that produces a chemical mixture that triggers antipredator behavior. The substance is released only upon disruption of the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, 1992]""", + meaning=CL["0007021"])) + setattr(cls, "CL:0000127", + PermissibleValue( + text="CL:0000127", + description="""A class of large neuroglial (macroglial) cells in the central nervous system - the largest and most numerous neuroglial cells in the brain and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with many long processes, including those with 'end feet' which form the glial (limiting) membrane and directly and indirectly contribute to the blood-brain barrier. They regulate the extracellular ionic and chemical environment, and 'reactive astrocytes' (along with microglia) respond to injury.""", + meaning=CL["0000127"])) + setattr(cls, "CL:1001608", + PermissibleValue( + text="CL:1001608", + description="Fibroblast from foreskin.", + meaning=CL["1001608"])) + setattr(cls, "CL:0002355", + PermissibleValue( + text="CL:0002355", + description="""A large nucleated basophilic erythrocyte found in mammalian embryos. This cell type arises from the blood islands of yolk sacs and expresses different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. Considered a type of erythroblast as this cell type can enucleate in circulation.""", + meaning=CL["0002355"])) + setattr(cls, "CL:0000776", + PermissibleValue( + text="CL:0000776", + description="""Any of the immature forms of a neutrophil in which neutrophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000776"])) + setattr(cls, "CL:0004233", + PermissibleValue( + text="CL:0004233", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals that stratify at S2, with a second stratification that occurs in S3 and S4. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004233"])) + setattr(cls, "CL:4030056", + PermissibleValue( + text="CL:4030056", + description="""A urothelial cell that is terminally differentiated and part of the urothelial apical surface that forms the high-resistance barrier of urothelium. Umbrella cells have been described as the largest of urothelial cell types, highly polarized, and, in some species, multinucleated. In the relaxed state, these cells form a dome-shaped structure at the apical pole and can also cover multiple underlying intermediate cells, leading to the name umbrella cells. In contrast, these cells flatten when the bladder is filled.""", + meaning=CL["4030056"])) + setattr(cls, "CL:0000437", + PermissibleValue( + text="CL:0000437", + description="""A rounded cell that is usually situated next to sinusoids; secretes follicular stimulating hormone (FSH) and luteinizing hormone (LH).""", + meaning=CL["0000437"])) + setattr(cls, "CL:0001029", + PermissibleValue( + text="CL:0001029", + description="""Common dendritic precursor is a hematopoietic progenitor cell that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane parts for hematopoietic lineage markers.""", + meaning=CL["0001029"])) + setattr(cls, "CL:4030002", + PermissibleValue( + text="CL:4030002", + description="An alpha-beta memory T cell with the phenotype CD45RA-positive.", + meaning=CL["4030002"])) + setattr(cls, "CL:0002481", + PermissibleValue( + text="CL:0002481", + description="""The flattened smooth myoepithelial cells of mesodermal origin that lie just outside the basal lamina of the seminiferous tubule.""", + meaning=CL["0002481"])) + setattr(cls, "CL:0002410", + PermissibleValue( + text="CL:0002410", + description="""A cell that is found in the periacinar space of the exocrine pancreas and in perivascular and periductal regions of the pancreas, and has long cytoplasmic processes that encircle the base of the acinus. Expresses several intermediate filament proteins including vimentin and nestin. Shares many of the characteristics of hepatatic stellate cells, but not stellate cells of the central nervous system. Upon activation, this cell type undergoes morphological and gene expression changes that make the cell suggestive of being a type of myofibroblast.""", + meaning=CL["0002410"])) + setattr(cls, "CL:1000275", + PermissibleValue( + text="CL:1000275", + description="A smooth muscle cell that is part of the small intestine.", + meaning=CL["1000275"])) + setattr(cls, "CL:0002630", + PermissibleValue( + text="CL:0002630", + description="A spore formed from bacteria in the order Actinomycetales.", + meaning=CL["0002630"])) + setattr(cls, "CL:0002024", + PermissibleValue( + text="CL:0002024", + description="""A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma receptor II/III-low.""", + meaning=CL["0002024"])) + setattr(cls, "CL:4030030", + PermissibleValue( + text="CL:4030030", + description="A blood lymphocyte located in the flowing, circulating blood of the body.", + meaning=CL["4030030"])) + setattr(cls, "CL:4023049", + PermissibleValue( + text="CL:4023049", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in L5 of the primary motor cortex.""", + meaning=CL["4023049"])) + setattr(cls, "CL:0007000", + PermissibleValue( + text="CL:0007000", + description="""Skeletogenic cell that has the potential to develop into an ameloblast. Located in the inner enamel epithelium, these cells elongate, their nuclei shift distally (away from the dental papilla), and their cytoplasm becomes filled with organelles needed for synthesis and secretion of enamel proteins.""", + meaning=CL["0007000"])) + setattr(cls, "CL:0002223", + PermissibleValue( + text="CL:0002223", + description="""A cell of the transparent layer of simple cuboidal epithelium over the anterior surface of the lens; transform into lens fiber(s).""", + meaning=CL["0002223"])) + setattr(cls, "CL:0004243", + PermissibleValue( + text="CL:0004243", + description="""An amacrine cell with a wild dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites have spikes, cross over each other, and cover a larger volume than dendrties of W3-1 retinal amacrine cells.""", + meaning=CL["0004243"])) + setattr(cls, "CL:1000394", + PermissibleValue( + text="CL:1000394", + description="""A myoepithelial cell that is part of the intralobular part of terminal lactiferous duct.""", + meaning=CL["1000394"])) + setattr(cls, "CL:0000884", + PermissibleValue( + text="CL:0000884", + description="A tissue-resident macrophage found in the mucosa associated lymphoid tissue.", + meaning=CL["0000884"])) + setattr(cls, "CL:0000358", + PermissibleValue( + text="CL:0000358", + description="""A smooth muscle cell that is part of a sphincter. A sphincter is a typically circular muscle that normally maintains constriction of a natural body passage or orifice and which relaxes as required by normal physiological functioning.""", + meaning=CL["0000358"])) + setattr(cls, "CL:0008036", + PermissibleValue( + text="CL:0008036", + description="A trophoblast cell that is not part of a placental villous.", + meaning=CL["0008036"])) + setattr(cls, "CL:1001561", + PermissibleValue( + text="CL:1001561", + description="""Chemosensitive cells that innervate the vomernasal organ epithelium and are responsible for receiving and transmitting pheromone signals.""", + meaning=CL["1001561"])) + setattr(cls, "CL:0009036", + PermissibleValue( + text="CL:0009036", + description="A macrophage located in the vermiform appendix.", + meaning=CL["0009036"])) + setattr(cls, "CL:0002626", + PermissibleValue( + text="CL:0002626", + description="An immature astrocyte.", + meaning=CL["0002626"])) + setattr(cls, "CL:1001066", + PermissibleValue( + text="CL:1001066", + meaning=CL["1001066"])) + setattr(cls, "CL:0000948", + PermissibleValue( + text="CL:0000948", + description="A class switched memory B cell that expresses IgE on the cell surface.", + meaning=CL["0000948"])) + setattr(cls, "CL:0000168", + PermissibleValue( + text="CL:0000168", + description="Any secretory cell that is capable of some insulin secretion.", + meaning=CL["0000168"])) + setattr(cls, "CL:0002273", + PermissibleValue( + text="CL:0002273", + description="""A type EC enteroendocrine cell type that is numerous in the fundus of the stomach; stores 5-hydroxytryptamine and histamine.""", + meaning=CL["0002273"])) + setattr(cls, "CL:0000470", + PermissibleValue( + text="CL:0000470", + meaning=CL["0000470"])) + setattr(cls, "CL:0000356", + PermissibleValue( + text="CL:0000356", + meaning=CL["0000356"])) + setattr(cls, "CL:0002075", + PermissibleValue( + text="CL:0002075", + description="""Infrequent type of columnar epithelial cell. This cell is characterized by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) on the cell surface. The microvilli contain filaments that stretch into the underlying cytoplasm. They have a distinctive pear shape with a wide base and a narrow microvillous apex. Function not known.""", + meaning=CL["0002075"])) + setattr(cls, "CL:4023005", + PermissibleValue( + text="CL:4023005", + description="A nuclear bag fiber that is sensitive mainly to the rate of change in muscle length.", + meaning=CL["4023005"])) + setattr(cls, "CL:0000855", + PermissibleValue( + text="CL:0000855", + description="""Hair cell is a mechanoreceptor cell that is sensitive to movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.""", + meaning=CL["0000855"])) + setattr(cls, "CL:0000226", + PermissibleValue( + text="CL:0000226", + description="A cell with a single nucleus.", + meaning=CL["0000226"])) + setattr(cls, "CL:0000930", + PermissibleValue( + text="CL:0000930", + description="A mature NK T cell that secretes interleukin-4 and enhances Th2 immune responses.", + meaning=CL["0000930"])) + setattr(cls, "CL:0000678", + PermissibleValue( + text="CL:0000678", + meaning=CL["0000678"])) + setattr(cls, "CL:0000772", + PermissibleValue( + text="CL:0000772", + description="""Any of the immature forms of an eosinophil, in which eosinophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000772"])) + setattr(cls, "CL:0002455", + PermissibleValue( + text="CL:0002455", + description="A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative and CD4-positive.", + meaning=CL["0002455"])) + setattr(cls, "CL:0002479", + PermissibleValue( + text="CL:0002479", + description="An adipose macrophage that does not express MHC-II but is F4/80-positive.", + meaning=CL["0002479"])) + setattr(cls, "CL:0000068", + PermissibleValue( + text="CL:0000068", + description="An epithelial cell that is part of a duct.", + meaning=CL["0000068"])) + setattr(cls, "CL:0011103", + PermissibleValue( + text="CL:0011103", + description="""Sympathetic neurons are part of the sympathetic nervous system and are primarily adrenergic producing the neurotransmitter noradrenalin along with other neuropeptides.""", + meaning=CL["0011103"])) + setattr(cls, "CL:0002633", + PermissibleValue( + text="CL:0002633", + description="A basal cell in the respiratory tract.", + meaning=CL["0002633"])) + setattr(cls, "CL:0000891", + PermissibleValue( + text="CL:0000891", + description="""A type of cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000891"])) + setattr(cls, "CL:2000033", + PermissibleValue( + text="CL:2000033", + description="Any basal cell of epidermis that is part of a limb.", + meaning=CL["2000033"])) + setattr(cls, "CL:0000147", + PermissibleValue( + text="CL:0000147", + description="A pigment cell is a cell that contains pigment granules.", + meaning=CL["0000147"])) + setattr(cls, "CL:0002665", + PermissibleValue( + text="CL:0002665", + description="A fibrocyte of the cochlea that has specialized structural and molecular adaptions.", + meaning=CL["0002665"])) + setattr(cls, "CL:0002470", + PermissibleValue( + text="CL:0002470", + description="Gr1-high monocyte that has a MHC-II receptor complex.", + meaning=CL["0002470"])) + setattr(cls, "CL:0002594", + PermissibleValue( + text="CL:0002594", + description="A smooth muscle cell of the umbilical artery.", + meaning=CL["0002594"])) + setattr(cls, "CL:0004222", + PermissibleValue( + text="CL:0004222", + description="""A flag amacrine cell with post-synaptic terminals in S3, S4, and S5. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004222"])) + setattr(cls, "CL:0000103", + PermissibleValue( + text="CL:0000103", + description="""A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body.""", + meaning=CL["0000103"])) + setattr(cls, "CL:1000746", + PermissibleValue( + text="CL:1000746", + description="Any kidney corpuscule cell that is part of some renal glomerulus.", + meaning=CL["1000746"])) + setattr(cls, "CL:0000377", + PermissibleValue( + text="CL:0000377", + meaning=CL["0000377"])) + setattr(cls, "CL:0002139", + PermissibleValue( + text="CL:0002139", + description="""An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels.""", + meaning=CL["0002139"])) + setattr(cls, "CL:0000071", + PermissibleValue( + text="CL:0000071", + description="An endothelial cell that lines the vasculature.", + meaning=CL["0000071"])) + setattr(cls, "CL:0000852", + PermissibleValue( + text="CL:0000852", + description="""Neuromast support cell is a non-sensory cell of the neuromast that extend between the sensory hair cells from the basement membrane to the apical surface; neuromast support cells are surrounded by neuromast mantle cells.""", + meaning=CL["0000852"])) + setattr(cls, "CL:0000723", + PermissibleValue( + text="CL:0000723", + description="""A stem cell that can give rise to cell types of the body other than those of the germ-line.""", + meaning=CL["0000723"])) + setattr(cls, "CL:0002007", + PermissibleValue( + text="CL:0002007", + description="""A lineage marker-negative, CD34-positive, IL5r-alpha-positive, and Sca1-negative eosinophil progenitor cell.""", + meaning=CL["0002007"])) + setattr(cls, "CL:0000606", + PermissibleValue( + text="CL:0000606", + description="""The larger of two types of asexual spores formed by some fungi; usually round or oblong.""", + meaning=CL["0000606"])) + setattr(cls, "CL:0000609", + PermissibleValue( + text="CL:0000609", + description="""A mechanoreceptor located in the acoustic maculae and the semicircular canals that mediates the sense of balance, movement, and head position. The vestibular hair cells are connected to accessory structures in such a way that movements of the head displace their stereocilia. This influences the membrane potential of the cells which relay information about movements via the vestibular part of the vestibulocochlear nerve to the brain stem.""", + meaning=CL["0000609"])) + setattr(cls, "CL:0001053", + PermissibleValue( + text="CL:0001053", + description="A memory B cell that lacks expression of surface IgD.", + meaning=CL["0001053"])) + setattr(cls, "CL:0000781", + PermissibleValue( + text="CL:0000781", + description="""A specialized mononuclear osteoclast associated with the absorption and removal of cementum.""", + meaning=CL["0000781"])) + setattr(cls, "CL:0009059", + PermissibleValue( + text="CL:0009059", + description="A plasma cell that is located in the medullary sinus of the lymph node.", + meaning=CL["0009059"])) + setattr(cls, "CL:0002121", + PermissibleValue( + text="CL:0002121", + description="""A CD24-negative CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative.""", + meaning=CL["0002121"])) + setattr(cls, "CL:0000747", + PermissibleValue( + text="CL:0000747", + description="""A pigment cell derived from the neural crest. Contains blue pigment of unknown chemical composition in fibrous organelles termed cyanosomes. This gives a blue appearance.""", + meaning=CL["0000747"])) + setattr(cls, "CL:0011020", + PermissibleValue( + text="CL:0011020", + description="""An undifferentiated cell that originates from a neural stem cell and has the capacity to generate multiple types of lineage-restricted progenitors but not to self-renew.""", + meaning=CL["0011020"])) + setattr(cls, "CL:4033020", + PermissibleValue( + text="CL:4033020", + description="A mucus secreting cell that is part of a submucosal gland of the trachea.", + meaning=CL["4033020"])) + setattr(cls, "CL:1000276", + PermissibleValue( + text="CL:1000276", + description="A smooth muscle cell that is part of the duodenum.", + meaning=CL["1000276"])) + setattr(cls, "CL:0011028", + PermissibleValue( + text="CL:0011028", + description="""A neural-crest derived glial cell that supports the growth and survival of primary olfactory neuroons from the neuroepithelium in the nasal cavity to the brain by encasing large bundles of numerous unmyelinated axons.""", + meaning=CL["0011028"])) + setattr(cls, "CL:4030065", + PermissibleValue( + text="CL:4030065", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L6 IT.""", + meaning=CL["4030065"])) + setattr(cls, "CL:2000010", + PermissibleValue( + text="CL:2000010", + description="Any blood vessel endothelial cell that is part of a dermis.", + meaning=CL["2000010"])) + setattr(cls, "CL:0000802", + PermissibleValue( + text="CL:0000802", + description="A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha alpha-positive.", + meaning=CL["0000802"])) + setattr(cls, "CL:0002115", + PermissibleValue( + text="CL:0002115", + description="""A B220-positive CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-positive, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002115"])) + setattr(cls, "CL:1001223", + PermissibleValue( + text="CL:1001223", + description="Any endothelial cell that is part of some renal interlobular vein.", + meaning=CL["1001223"])) + setattr(cls, "CL:0002152", + PermissibleValue( + text="CL:0002152", + description="A columnar cell of the cervix uteri.", + meaning=CL["0002152"])) + setattr(cls, "CL:0000234", + PermissibleValue( + text="CL:0000234", + description="Any cell capable of ingesting particulate matter via phagocytosis.", + meaning=CL["0000234"])) + setattr(cls, "CL:0001081", + PermissibleValue( + text="CL:0001081", + description="""A group 2 innate lymphoid cell in the human with the phenotype CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive.""", + meaning=CL["0001081"])) + setattr(cls, "CL:0000340", + PermissibleValue( + text="CL:0000340", + description="A precursor of the central nervous system that gives rise to glial cells only.", + meaning=CL["0000340"])) + setattr(cls, "CL:0000738", + PermissibleValue( + text="CL:0000738", + description="""An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue.""", + meaning=CL["0000738"])) + setattr(cls, "CL:0002506", + PermissibleValue( + text="CL:0002506", + description="""A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, MHC-II-high and CD103-positive that is located in the liver.""", + meaning=CL["0002506"])) + setattr(cls, "CL:0000396", + PermissibleValue( + text="CL:0000396", + description="A hemocyte found in immuno-stimulated larvae.", + meaning=CL["0000396"])) + setattr(cls, "CL:0000040", + PermissibleValue( + text="CL:0000040", + description="""A myeloid progenitor cell committed to the monocyte lineage. This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and the presence of a nucleolus.""", + meaning=CL["0000040"])) + setattr(cls, "CL:4023054", + PermissibleValue( + text="CL:4023054", + description="""A mesothelial cell that has undergone mesothelial-to-mesenchymal transition (MMT) to become a fibroblast cell.""", + meaning=CL["4023054"])) + setattr(cls, "CL:0000347", + PermissibleValue( + text="CL:0000347", + description="A cell of the sclera of the eye.", + meaning=CL["0000347"])) + setattr(cls, "CL:0009048", + PermissibleValue( + text="CL:0009048", + description="A macrophage that is located in the anorectum.", + meaning=CL["0009048"])) + setattr(cls, "CL:0000798", + PermissibleValue( + text="CL:0000798", + description="A T cell that expresses a gamma-delta T cell receptor complex.", + meaning=CL["0000798"])) + setattr(cls, "CL:1001590", + PermissibleValue( + text="CL:1001590", + description="Glandular cell of epididymal epithelium.", + meaning=CL["1001590"])) + setattr(cls, "CL:0000476", + PermissibleValue( + text="CL:0000476", + description="""A basophil cell of the anterior pituitary that produces thyroid stimulating hormone, thyrotrophin. This cell type is elongated, polygonal and lie in clusters towards the adenohypophyseal center.""", + meaning=CL["0000476"])) + setattr(cls, "CL:0002293", + PermissibleValue( + text="CL:0002293", + description="""An epithelial cell of the thymus. Epithelial reticular cells are pleomorphic, stellate, non-phagocytic cells which seem to be supportive in function and are held together by desmosomes. They replace the fibroblastoid reticular cells found in other lymphoid organs. Other epithelial cells in the medulla have the ultrastructure of secretory cells. Although different epithelial cells throughout the thymus appear alike by light microscopy their ultrastructure and function varies.""", + meaning=CL["0002293"])) + setattr(cls, "CL:4033047", + PermissibleValue( + text="CL:4033047", + description="""A midget ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from flat midget bipolar cells.""", + meaning=CL["4033047"])) + setattr(cls, "CL:0001082", + PermissibleValue( + text="CL:0001082", + description="An innate lyphoid cell with an immature phenotype.", + meaning=CL["0001082"])) + setattr(cls, "CL:1000324", + PermissibleValue( + text="CL:1000324", + description="A goblet cell that is part of the epithelium proper of duodenum.", + meaning=CL["1000324"])) + setattr(cls, "CL:0000535", + PermissibleValue( + text="CL:0000535", + description="""A neuron of teleosts that develops later than a primary neuron, typically during the larval stages.""", + meaning=CL["0000535"])) + setattr(cls, "CL:1001107", + PermissibleValue( + text="CL:1001107", + description="An epithelial cell that is part of some loop of Henle thin ascending limb.", + meaning=CL["1001107"])) + setattr(cls, "CL:0001041", + PermissibleValue( + text="CL:0001041", + description="""A CD8-positive alpha-beta-positive T cell with the phenotype CXCR3-positive and having suppressor function. They are capable of producing IL-10, suppressing proliferation, and suppressing IFN-gamma production.""", + meaning=CL["0001041"])) + setattr(cls, "CL:4030066", + PermissibleValue( + text="CL:4030066", + description="""An epithelial cell that is part of a ureteric bud. A ureteric bud cell has the potential to induce metanephric mesenchymal cells to proliferate and convert to epithelia that form renal tubules via: (1) the secretion of multiple diffusible growth factors that rescue renal progenitors from apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms that induce mesenchymal-epithelial conversion.""", + meaning=CL["4030066"])) + setattr(cls, "CL:0008031", + PermissibleValue( + text="CL:0008031", + description="An interneuron that has its soma located in the cerebral cortex.", + meaning=CL["0008031"])) + setattr(cls, "CL:0002363", + PermissibleValue( + text="CL:0002363", + description="""A keratocyte is a specialized fibroblast residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This corneal layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate.""", + meaning=CL["0002363"])) + setattr(cls, "CL:0004219", + PermissibleValue( + text="CL:0004219", + description="""A bistratifed retinal amacrine cell with a small dendritic field, dendrite stratification in S1-S2, and a second dendrite stratification in S5. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004219"])) + setattr(cls, "CL:0011004", + PermissibleValue( + text="CL:0011004", + description="""A vetebrate lens cell that is any of the elongated, tightly packed cells that make up the bulk of the mature lens in a camera-type eye.""", + meaning=CL["0011004"])) + setattr(cls, "CL:0002149", + PermissibleValue( + text="CL:0002149", + description="An epithelial cell of the uterus.", + meaning=CL["0002149"])) + setattr(cls, "CL:0000582", + PermissibleValue( + text="CL:0000582", + description="""A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and the band form neutrophil. The protein synthesis seen in earlier stages decreases or stops; the nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare; and the cytoplasm becomes amphophilic like that of a mature granulocyte. This cell type is integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, CD33-positive, CD24-positive, fMLP receptor-negative and has expression of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase and neutrophil gelatinase associated lipocalin.""", + meaning=CL["0000582"])) + setattr(cls, "CL:0002014", + PermissibleValue( + text="CL:0002014", + description="A basophilic erythroblast that is Lyg 76-high and is Kit-negative.", + meaning=CL["0002014"])) + setattr(cls, "CL:1001052", + PermissibleValue( + text="CL:1001052", + description="Any kidney venous blood vessel cell that is part of some renal cortex vein.", + meaning=CL["1001052"])) + setattr(cls, "CL:0009103", + PermissibleValue( + text="CL:0009103", + description="A fibroblastic reticular cell found in the lymph node subcapsular sinus.", + meaning=CL["0009103"])) + setattr(cls, "CL:0000987", + PermissibleValue( + text="CL:0000987", + description="A fully differentiated plasma cell that secretes IgA.", + meaning=CL["0000987"])) + setattr(cls, "CL:0002511", + PermissibleValue( + text="CL:0002511", + description="A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-low.", + meaning=CL["0002511"])) + setattr(cls, "CL:0000617", + PermissibleValue( + text="CL:0000617", + description="A neuron that uses GABA as a vesicular neurotransmitter", + meaning=CL["0000617"])) + setattr(cls, "CL:0002464", + PermissibleValue( + text="CL:0002464", + description="An adipose dendritic cell that is SIRPa-negative.", + meaning=CL["0002464"])) + setattr(cls, "CL:1000432", + PermissibleValue( + text="CL:1000432", + description="An epithelial cell that is part of the conjunctiva.", + meaning=CL["1000432"])) + setattr(cls, "CL:1001503", + PermissibleValue( + text="CL:1001503", + description="""The principal glutaminergic neuron located in the outer third of the external plexiform layer of the olfactory bulb; a single short primary dendrite traverses the outer external plexiform layer and terminates within an olfactory glomerulus in a tuft of branches, where it receives the input from olfactory receptor neuron axon terminals; axons of the tufted cells transfer information to a number of areas in the brain, including the piriform cortex, entorhinal cortex, olfactory tubercle, and amygdala.""", + meaning=CL["1001503"])) + setattr(cls, "CL:2000086", + PermissibleValue( + text="CL:2000086", + description="Any basket cell that is part of a neocortex.", + meaning=CL["2000086"])) + setattr(cls, "CL:0003010", + PermissibleValue( + text="CL:0003010", + description="""A bistratified retinal ganglion cell that has a dendrite field that terminates in sublaminar layer S2 and a second dendrite field that terminates in sublaminar layer S4.""", + meaning=CL["0003010"])) + setattr(cls, "CL:0002128", + PermissibleValue( + text="CL:0002128", + description="""A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 and some IFNg.""", + meaning=CL["0002128"])) + setattr(cls, "CL:0002408", + PermissibleValue( + text="CL:0002408", + description="""A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain that does not contain a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.""", + meaning=CL["0002408"])) + setattr(cls, "CL:0002662", + PermissibleValue( + text="CL:0002662", + description="""A luminal epithelial cell of the lactiferous duct. This cuboidal epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive.""", + meaning=CL["0002662"])) + setattr(cls, "CL:4033066", + PermissibleValue( + text="CL:4033066", + description="""A supporting cell that is part of the ovary and differentiates into a granulosa cell. A pre-granulosa cell develops from an early supporting gonadal cell by repressing testis determination, which can then proliferate to form primordial follicles.""", + meaning=CL["4033066"])) + setattr(cls, "CL:0000197", + PermissibleValue( + text="CL:0000197", + description="A cell that is capable of detection of a stimulus involved in sensory perception.", + meaning=CL["0000197"])) + setattr(cls, "CL:0000015", + PermissibleValue( + text="CL:0000015", + description="""A germ cell that supports male gamete production. In some species, non-germ cells known as Sertoli cells also play a role in spermatogenesis.""", + meaning=CL["0000015"])) + setattr(cls, "CL:4023038", + PermissibleValue( + text="CL:4023038", + description="""A glutamatergic neuron with a soma found in cortical layer 6b. They are transcriptomically related to corticothalamic-projecting neurons but have differential projections to the thalamus or anterior cingulate.""", + meaning=CL["4023038"])) + setattr(cls, "CL:0000900", + PermissibleValue( + text="CL:0000900", + description="""A CD8-positive, alpha-beta T cell that has not experienced activation via antigen contact and has the phenotype CD45RA-positive, CCR7-positive and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.""", + meaning=CL["0000900"])) + setattr(cls, "CL:1001009", + PermissibleValue( + text="CL:1001009", + description="Any kidney arterial blood vessel cell that is part of some renal efferent arteriole.", + meaning=CL["1001009"])) + setattr(cls, "CL:0002394", + PermissibleValue( + text="CL:0002394", + description="""A myeloid dendritic cell found in the blood, lymph nodes, tonsil, bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive T cells and can produce inteferon-beta.""", + meaning=CL["0002394"])) + setattr(cls, "CL:0002313", + PermissibleValue( + text="CL:0002313", + description="An ecto-epithelial cell of the prostate gland that secretes hormones.", + meaning=CL["0002313"])) + setattr(cls, "CL:0000006", + PermissibleValue( + text="CL:0000006", + description="""Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception.""", + meaning=CL["0000006"])) + setattr(cls, "CL:0000988", + PermissibleValue( + text="CL:0000988", + description="A cell of a hematopoietic lineage.", + meaning=CL["0000988"])) + setattr(cls, "CL:0000444", + PermissibleValue( + text="CL:0000444", + description="""A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern.""", + meaning=CL["0000444"])) + setattr(cls, "CL:4033011", + PermissibleValue( + text="CL:4033011", + description="""A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle circular layer.""", + meaning=CL["4033011"])) + setattr(cls, "CL:0002673", + PermissibleValue( + text="CL:0002673", + description="A skeletal muscle cell that is part of the tongue.", + meaning=CL["0002673"])) + setattr(cls, "CL:0009082", + PermissibleValue( + text="CL:0009082", + description="""The human equivalent of a DN3 thymocyte; these thymocytes finish the process of beta selection.""", + meaning=CL["0009082"])) + setattr(cls, "CL:4023116", + PermissibleValue( + text="CL:4023116", + description="""A spiral ganglion neuron that innervates outer hair cells. Type 1 spiral ganglion neurons are unmyelinated and unipolar.""", + meaning=CL["4023116"])) + setattr(cls, "CL:0002102", + PermissibleValue( + text="CL:0002102", + description="""A CD38-negative naive B cell is a mature B cell that has the phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002102"])) + setattr(cls, "CL:0000782", + PermissibleValue( + text="CL:0000782", + description="A dendritic cell of the myeloid lineage.", + meaning=CL["0000782"])) + setattr(cls, "CL:0004162", + PermissibleValue( + text="CL:0004162", + description="""A cone whose sensitivity measurements have an average spectral peak of 358.2 nm. These cones are described in rat.""", + meaning=CL["0004162"])) + setattr(cls, "CL:1001432", + PermissibleValue( + text="CL:1001432", + description="Any renal intercalated cell that is part of some collecting duct of renal tubule.", + meaning=CL["1001432"])) + setattr(cls, "CL:0005012", + PermissibleValue( + text="CL:0005012", + description="A ciliated epithelial cell with many cilia.", + meaning=CL["0005012"])) + setattr(cls, "CL:4033008", + PermissibleValue( + text="CL:4033008", + description="A(n) vein endothelial cell that is part of a(n) respiratory system.", + meaning=CL["4033008"])) + setattr(cls, "CL:2000013", + PermissibleValue( + text="CL:2000013", + description="Any skin fibroblast that is part of a skin of abdomen.", + meaning=CL["2000013"])) + setattr(cls, "CL:0009072", + PermissibleValue( + text="CL:0009072", + description="""A thymic medullary epithelial cell that expresses AIRE or other canonical markers of mature mTECs like Fezf2.""", + meaning=CL["0009072"])) + setattr(cls, "CL:4030000", + PermissibleValue( + text="CL:4030000", + description="""A melanocyte located in the vascular uvea and involved in photoprotection, regulation of oxidative damage and immune responses.""", + meaning=CL["4030000"])) + setattr(cls, "CL:0000576", + PermissibleValue( + text="CL:0000576", + description="""Myeloid mononuclear recirculating leukocyte that can act as a precursor of tissue macrophages, osteoclasts and some populations of tissue dendritic cells.""", + meaning=CL["0000576"])) + setattr(cls, "CL:0005008", + PermissibleValue( + text="CL:0005008", + description="An auditory hair cell located in the macula that is sensitive to auditory stimuli.", + meaning=CL["0005008"])) + setattr(cls, "CL:4023035", + PermissibleValue( + text="CL:4023035", + description="A neuron that is derived from a precursor cell in the lateral ganglion eminence.", + meaning=CL["4023035"])) + setattr(cls, "CL:0002098", + PermissibleValue( + text="CL:0002098", + description="""A cardiac myocyte that is connected to other cardiac myocytes by transverse intercalated discs (GO:0014704) at a regular interval.""", + meaning=CL["0002098"])) + setattr(cls, "CL:4023065", + PermissibleValue( + text="CL:4023065", + description="A GABAergic cell located in the cerebral cortex that expresses meis2.", + meaning=CL["4023065"])) + setattr(cls, "CL:0000395", + PermissibleValue( + text="CL:0000395", + description="A precursor of mature crystal cells.", + meaning=CL["0000395"])) + setattr(cls, "CL:0000170", + PermissibleValue( + text="CL:0000170", + description="A cell that secretes glucagon.", + meaning=CL["0000170"])) + setattr(cls, "CL:4023020", + PermissibleValue( + text="CL:4023020", + description="""A gamma motor neuron that innervates dynamic nuclear bag fibers (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They alter muscle spindle sensitivity and increases its discharge in response to velocity of muscle length (rather than just magnitude).""", + meaning=CL["4023020"])) + setattr(cls, "CL:0009013", + PermissibleValue( + text="CL:0009013", + description="""A progenitor cell with hepatic and biliary lineage potential, identified in mouse and human, and anatomically restricted to the ductal plate of fetal liver.""", + meaning=CL["0009013"])) + setattr(cls, "CL:0001004", + PermissibleValue( + text="CL:0001004", + description="""Immature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001004"])) + setattr(cls, "CL:0009031", + PermissibleValue( + text="CL:0009031", + description="A T cell that is located in a vermiform appendix.", + meaning=CL["0009031"])) + setattr(cls, "CL:4023111", + PermissibleValue( + text="CL:4023111", + description="A pyramidal neuron with soma located in the cerebral cortex.", + meaning=CL["4023111"])) + setattr(cls, "CL:2000077", + PermissibleValue( + text="CL:2000077", + description="Any striated muscle cell that is part of a skeletal muscle tissue of pectoralis major.", + meaning=CL["2000077"])) + setattr(cls, "CL:0002519", + PermissibleValue( + text="CL:0002519", + description="""An interrenal epithelial kidney cell is an epithelial cell found in the anterior kidney of teleosts fish. This cell type is arranged in layers around the posterior cardinal vein and contains many mitochondria with tubulovesicular cristae. Interrenal chromaffin cells are interspersed among the tissue layer created by this cell type.""", + meaning=CL["0002519"])) + setattr(cls, "CL:0002425", + PermissibleValue( + text="CL:0002425", + description="""A pro-T cell that is lin-negative, CD25-negative, CD127-negative, CD44-positive and kit-positive.""", + meaning=CL["0002425"])) + setattr(cls, "CL:0002577", + PermissibleValue( + text="CL:0002577", + description="An epithelial cell of the placenta.", + meaning=CL["0002577"])) + setattr(cls, "CL:4030028", + PermissibleValue( + text="CL:4030028", + description="An amacrine cell that uses glycine as a neurotransmitter.", + meaning=CL["4030028"])) + setattr(cls, "CL:4030037", + PermissibleValue( + text="CL:4030037", + description="""A spermatid in a late stage of maturation that has an elongated morphology and is transcriptionally inert when the acrosome is fully developed.""", + meaning=CL["4030037"])) + setattr(cls, "CL:0002350", + PermissibleValue( + text="CL:0002350", + description="""An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin.""", + meaning=CL["0002350"])) + setattr(cls, "CL:0000644", + PermissibleValue( + text="CL:0000644", + description="""Type of radial astrocyte in the cerebellar cortex that have their cell bodies in the Purkinje cell layer and processes that extend into the molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann glia express high densities of glutamate transporters that limit diffusion of the neurotransmitter glutamate during its release from synaptic terminals. Besides their role in early development of the cerebellum, Bergmann glia are also required for the pruning or addition of synapses.""", + meaning=CL["0000644"])) + setattr(cls, "CL:4033041", + PermissibleValue( + text="CL:4033041", + description="An alveolar macrophage that expresses CCL3.", + meaning=CL["4033041"])) + setattr(cls, "CL:0007011", + PermissibleValue( + text="CL:0007011", + description="Neuron that is part of the enteric nervous system.", + meaning=CL["0007011"])) + setattr(cls, "CL:0000650", + PermissibleValue( + text="CL:0000650", + description="""A cell type that encapsulates the capillaries and venules in the kidney. This cell secretes mesangial matrix that provides the structural support for the capillaries.""", + meaning=CL["0000650"])) + setattr(cls, "CL:0000995", + PermissibleValue( + text="CL:0000995", + meaning=CL["0000995"])) + setattr(cls, "CL:0002525", + PermissibleValue( + text="CL:0002525", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the metanephros.""", + meaning=CL["0002525"])) + setattr(cls, "CL:1000434", + PermissibleValue( + text="CL:1000434", + description="An epithelial cell that is part of the external acoustic meatus.", + meaning=CL["1000434"])) + setattr(cls, "CL:0002141", + PermissibleValue( + text="CL:0002141", + description="""A parathyroid chief cell that is actively secreting hormone. Have large Golgi complexes with numerous vesicles and small membrane-bound granules; secretory granules are rare, cytoplasmic glycogen sparse, much of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum in parallel arrays; in normal humans, inactive chief cells outnumber active chief cells in a ratio of 3-5:1""", + meaning=CL["0002141"])) + setattr(cls, "CL:1000381", + PermissibleValue( + text="CL:1000381", + description="""A type I vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.""", + meaning=CL["1000381"])) + setattr(cls, "CL:0000189", + PermissibleValue( + text="CL:0000189", + description="A muscle cell that develops tension more slowly than a fast-twitch fiber.", + meaning=CL["0000189"])) + setattr(cls, "CL:0007006", + PermissibleValue( + text="CL:0007006", + description="Mesodermal cell that is axially located and gives rise to the cells of the notochord.", + meaning=CL["0007006"])) + setattr(cls, "CL:4033026", + PermissibleValue( + text="CL:4033026", + description="A perichondrial fibroblast that is part of the lung.", + meaning=CL["4033026"])) + setattr(cls, "CL:0001204", + PermissibleValue( + text="CL:0001204", + description="""CD4-positive, alpha-beta long-lived T cell with the phenotype CD45RO-positive and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.""", + meaning=CL["0001204"])) + setattr(cls, "CL:0002296", + PermissibleValue( + text="CL:0002296", + description="""An epithelial cell with high nuclear and cytoplasmic electron-density. This cell type is found in the deeper portions of the cortex but is more abundant in the medulla of the thymus.""", + meaning=CL["0002296"])) + setattr(cls, "CL:0003006", + PermissibleValue( + text="CL:0003006", + description="""A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S3 and S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003006"])) + setattr(cls, "CL:0002427", + PermissibleValue( + text="CL:0002427", + description="A double-positive, alpha-beta thymocyte that is small and not proliferating.", + meaning=CL["0002427"])) + setattr(cls, "CL:0000963", + PermissibleValue( + text="CL:0000963", + description="""A germinal center B cell that develops from a Bm3 B cell. This cell has the phenotype IgM-negative, IgD-positive, and CD38-positive.""", + meaning=CL["0000963"])) + setattr(cls, "CL:4040002", + PermissibleValue( + text="CL:4040002", + description="""Glial cell that provides support to the enteric nervous system. It is involved in enteric neurotransmission, in maintaining the integrity of the mucosal barrier of the gut and serves as a link between the nervous and immune systems of the gut. In enteric nerve strands, glial processes ensheath multiaxonal bundles which distinguishes enteric glia from all other peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial cell is the presence of 10 nm filaments, which criss-cross the cell body, form axial bundles in the processes and appear to firmly anchor the cells to the ganglionic surfaces. Similar to astrocytes, their main constituent is glial fibrillary acidic protein (GFAP).""", + meaning=CL["4040002"])) + setattr(cls, "CL:0002497", + PermissibleValue( + text="CL:0002497", + description="A trophoblast giant cell derived from the mural trophectoderm.", + meaning=CL["0002497"])) + setattr(cls, "CL:0002086", + PermissibleValue( + text="CL:0002086", + description="""A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart.""", + meaning=CL["0002086"])) + setattr(cls, "CL:0000162", + PermissibleValue( + text="CL:0000162", + description="""A large, oval stomach epithelial cell with a central nucleus; source of gastric acid. Secretes HCl.""", + meaning=CL["0000162"])) + setattr(cls, "CL:1001033", + PermissibleValue( + text="CL:1001033", + description="An endothelial cell that is part of some peritubular capillary.", + meaning=CL["1001033"])) + setattr(cls, "CL:0000992", + PermissibleValue( + text="CL:0000992", + description="""Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD80-low and CD86-low.""", + meaning=CL["0000992"])) + setattr(cls, "CL:2000072", + PermissibleValue( + text="CL:2000072", + description="Any microvascular endothelial cell that is part of a adipose tissue.", + meaning=CL["2000072"])) + setattr(cls, "CL:0002305", + PermissibleValue( + text="CL:0002305", + description="""An epithelial cell of the distal convoluted tubule of the kidney that helps regulate systemic levels of potassium, sodium, calcium, and pH.""", + meaning=CL["0002305"])) + setattr(cls, "CL:4028001", + PermissibleValue( + text="CL:4028001", + description="Any capillary endothelial cell that is part of a lung.", + meaning=CL["4028001"])) + setattr(cls, "CL:0002466", + PermissibleValue( + text="CL:0002466", + description="""A CD11b-positive dendritic cell located in the serosal portion of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, CD11c-low, CD103-negative.""", + meaning=CL["0002466"])) + setattr(cls, "CL:0000595", + PermissibleValue( + text="CL:0000595", + description="An erythrocyte lacking a nucleus.", + meaning=CL["0000595"])) + setattr(cls, "CL:0000906", + PermissibleValue( + text="CL:0000906", + description="""A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative.""", + meaning=CL["0000906"])) + setattr(cls, "CL:0002639", + PermissibleValue( + text="CL:0002639", + description="""An amniotic stem cell is a mesenchymalstem cell extracted from amniotic fluid. Amniotic stem cells are able to differentiate into various tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and bone""", + meaning=CL["0002639"])) + setattr(cls, "CL:1000510", + PermissibleValue( + text="CL:1000510", + description="Any kidney epithelial cell that is part of some glomerular epithelium.", + meaning=CL["1000510"])) + setattr(cls, "CL:0000527", + PermissibleValue( + text="CL:0000527", + description="A neuron which sends impulses peripherally to activate muscles or secretory cells.", + meaning=CL["0000527"])) + setattr(cls, "CL:1000721", + PermissibleValue( + text="CL:1000721", + description="Any renal principal cell that is part of some papillary duct.", + meaning=CL["1000721"])) + setattr(cls, "CL:0000633", + PermissibleValue( + text="CL:0000633", + description="""A tall supporting cell that is arranged in rows adjacent to the last row of outer phalangeal cells. This cell type constitutes the outer border of the organ of Corti.""", + meaning=CL["0000633"])) + setattr(cls, "CL:0002374", + PermissibleValue( + text="CL:0002374", + description="A hair cell of the ear that contains the organs of balance and hearing.", + meaning=CL["0002374"])) + setattr(cls, "CL:1000424", + PermissibleValue( + text="CL:1000424", + description="A chromaffin cell that is part of the paraaortic body.", + meaning=CL["1000424"])) + setattr(cls, "CL:0000017", + PermissibleValue( + text="CL:0000017", + description="""A male germ cell that develops from spermatogonia. The euploid primary spermatocytes undergo meiosis and give rise to the haploid secondary spermatocytes which in turn give rise to spermatids.""", + meaning=CL["0000017"])) + setattr(cls, "CL:0019017", + PermissibleValue( + text="CL:0019017", + description="A smooth muscle cell that is part of any lymphatic vessel.", + meaning=CL["0019017"])) + setattr(cls, "CL:0000257", + PermissibleValue( + text="CL:0000257", + description="Any cell that only exists in Eumycetozoa.", + meaning=CL["0000257"])) + setattr(cls, "CL:1000356", + PermissibleValue( + text="CL:1000356", + description="A M cell that is part of the epithelium proper of duodenum.", + meaning=CL["1000356"])) + setattr(cls, "CL:0009042", + PermissibleValue( + text="CL:0009042", + description="An enteroendocrine cell that is located in the colon.", + meaning=CL["0009042"])) + setattr(cls, "CL:0009027", + PermissibleValue( + text="CL:0009027", + description="A transit amplifying cell that is part of a crypt of Lieberkuhn of large intestine.", + meaning=CL["0009027"])) + setattr(cls, "CL:0008022", + PermissibleValue( + text="CL:0008022", + description="""A mesenchymal cell of the endocardial cushion. These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves.""", + meaning=CL["0008022"])) + setattr(cls, "CL:1001568", + PermissibleValue( + text="CL:1001568", + description="Any endothelial cell of vascular tree that is part of some pulmonary artery.", + meaning=CL["1001568"])) + setattr(cls, "CL:4023092", + PermissibleValue( + text="CL:4023092", + description="""A pyramidal neuron which has an apical tree which is oriented towards the white matter.""", + meaning=CL["4023092"])) + setattr(cls, "CL:4023018", + PermissibleValue( + text="CL:4023018", + description="A GABAergic interneuron located in the cerebral cortex that expresses Parvalbumin.", + meaning=CL["4023018"])) + setattr(cls, "CL:0000442", + PermissibleValue( + text="CL:0000442", + description="""A cell with extensive dendritic processes found in the B cell areas (primary follicles and germinal centers) of lymphoid tissue. They are unrelated to the dendritic cell associated with T cells. Follicular dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic cells, they do not process or present antigen in a way that allows recognition by T cells. Instead, they hold antigen in the form of immune complexes on their surfaces for long periods and can present antigen to B cells during an immune response.""", + meaning=CL["0000442"])) + setattr(cls, "CL:0001058", + PermissibleValue( + text="CL:0001058", + description="""A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, CD123-positive, and CD11c-negative.""", + meaning=CL["0001058"])) + setattr(cls, "CL:0007010", + PermissibleValue( + text="CL:0007010", + description="""Skeletogenic cell that has the potential to transform into an osteoblast, and develops from neural crest or mesodermal cells.""", + meaning=CL["0007010"])) + setattr(cls, "CL:0000574", + PermissibleValue( + text="CL:0000574", + description="""A pigment cell derived from the neural crest. Contains pteridine and/or carotenoid pigments in structures called pterinosomes or erythrosomes. This gives an orange to red appearance.""", + meaning=CL["0000574"])) + setattr(cls, "CL:0011029", + PermissibleValue( + text="CL:0011029", + description="""An explosive cell containing one giant secretory organelle called a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains a toxin responsible for the stings delivered by a cnidarian to other organisms. Cnidae are used to capture prey and as a defense against predators. The presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, hydrae, jellyfish, etc.).""", + meaning=CL["0011029"])) + setattr(cls, "CL:1001573", + PermissibleValue( + text="CL:1001573", + description="Cell of the nasopharyngeal epithelium.", + meaning=CL["1001573"])) + setattr(cls, "CL:0000481", + PermissibleValue( + text="CL:0000481", + description="A peptide hormone secreting cell that secretes cholecystokin stimulating hormone.", + meaning=CL["0000481"])) + setattr(cls, "CL:1000691", + PermissibleValue( + text="CL:1000691", + meaning=CL["1000691"])) + setattr(cls, "CL:0005024", + PermissibleValue( + text="CL:0005024", + description="""A motor neuron that innervates a skeletal muscle. These motor neurons are all excitatory and cholinergic.""", + meaning=CL["0005024"])) + setattr(cls, "CL:0000118", + PermissibleValue( + text="CL:0000118", + description="""Basket cells are inhibitory GABAergic interneurons of the brain. In general, dendrites of basket cells are free branching and contain smooth spines. Axons are highly branched. The branched axonal arborizations give rise to basket-like structures that surround the soma of the target cell. Basket cells form axo-somatic synapses, meaning their synapses target somas of other cells.""", + meaning=CL["0000118"])) + setattr(cls, "CL:1001606", + PermissibleValue( + text="CL:1001606", + description="Keratinocyte from foreskin.", + meaning=CL["1001606"])) + setattr(cls, "CL:0002641", + PermissibleValue( + text="CL:0002641", + description="An epithelial cell of the esophageal gland proper.", + meaning=CL["0002641"])) + setattr(cls, "CL:0011022", + PermissibleValue( + text="CL:0011022", + description="A fibroblast that is part of skin of back.", + meaning=CL["0011022"])) + setattr(cls, "CL:0000058", + PermissibleValue( + text="CL:0000058", + description="""Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell.""", + meaning=CL["0000058"])) + setattr(cls, "CL:4023056", + PermissibleValue( + text="CL:4023056", + description="""A type of mouse mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.""", + meaning=CL["4023056"])) + setattr(cls, "CL:4023188", + PermissibleValue( + text="CL:4023188", + description="""A retinal ganglion cell that originate in the ganglion cell layer of the retina, and project to the parvocellular layers of the lateral geniculate nucleus (LGN). These cells are known as midget retinal ganglion cells due to the small sizes of their dendritic trees and cell bodies.""", + meaning=CL["4023188"])) + setattr(cls, "CL:0000107", + PermissibleValue( + text="CL:0000107", + description="A neuron whose cell body is within an autonomic ganglion.", + meaning=CL["0000107"])) + setattr(cls, "CL:0000955", + PermissibleValue( + text="CL:0000955", + description="""A pre-B-II cell is a precursor B cell that expresses immunoglobulin mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin kappa light chain and immunoglobulin lambda light chain.""", + meaning=CL["0000955"])) + setattr(cls, "CL:0002354", + PermissibleValue( + text="CL:0002354", + description="""A hematopoietic stem found in the yolk sac. In mice, this cell type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, CD44-positive.""", + meaning=CL["0002354"])) + setattr(cls, "CL:0000936", + PermissibleValue( + text="CL:0000936", + description="""A lymphoid progenitor cell that is found in bone marrow, gives rise to B cells, T cells, natural killer cells and dendritic cells, and has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, CD34-positive, CD150 negative, and GlyA-negative.""", + meaning=CL["0000936"])) + setattr(cls, "CL:0000468", + PermissibleValue( + text="CL:0000468", + description="""A precursor of the central nervous system that gives rise to both neurons and glial cells.""", + meaning=CL["0000468"])) + setattr(cls, "CL:0000740", + PermissibleValue( + text="CL:0000740", + description="""The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve.""", + meaning=CL["0000740"])) + setattr(cls, "CL:0002550", + PermissibleValue( + text="CL:0002550", + description="A fibroblast that is part of the conjuctiva of the eye.", + meaning=CL["0002550"])) + setattr(cls, "CL:0008038", + PermissibleValue( + text="CL:0008038", + description="""A large, multipolar lower motor neuron of the brainstem and spinal cord that innervates the extrafusal muscle fibers of skeletal muscle and are directly responsible for initiating their contraction. While their cell bodies are in the CNS (in the anterior gray horn of the spinal cord), they are part of the somatic nervous system - a branch of the PNS.""", + meaning=CL["0008038"])) + setattr(cls, "CL:4033064", + PermissibleValue( + text="CL:4033064", + description="A tissue-resident macrophage that is part of the uterus.", + meaning=CL["4033064"])) + setattr(cls, "CL:0000544", + PermissibleValue( + text="CL:0000544", + meaning=CL["0000544"])) + setattr(cls, "CL:0002539", + PermissibleValue( + text="CL:0002539", + description="A smooth muscle cell of the aorta.", + meaning=CL["0002539"])) + setattr(cls, "CL:4023033", + PermissibleValue( + text="CL:4023033", + description="""A retinal ganglion cell that is depolarized by decreased illumination of their receptive field center.""", + meaning=CL["4023033"])) + setattr(cls, "CL:4033016", + PermissibleValue( + text="CL:4033016", + description="""A myofibroblast that is part of an alveoli during alveolarization. The contractile force of this cell elongates the secondary crest, while producing a framework of elastin and tenascin. During the maturation of the septa, secondary crest myofibroblasts, together with matrix fibroblasts, secrete metalloproteinases and other ECM‐remodeling proteins to thin the septal tip ECM. The secondary crest myofibroblast continues producing elastin, eventually undergoing apoptosis during adulthood.""", + meaning=CL["4033016"])) + setattr(cls, "CL:0001051", + PermissibleValue( + text="CL:0001051", + description="""A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.""", + meaning=CL["0001051"])) + setattr(cls, "CL:2000002", + PermissibleValue( + text="CL:2000002", + description="""A specialized, enlarged, connective tissue cell of the decidua with enlarged nucleus, dense membrane‐bound secretory granules and cytoplasmic accumulation of glycogen and lipid droplets. These cells develop by the transformation of endometrial stromal cells during decidualization.""", + meaning=CL["2000002"])) + setattr(cls, "CL:2000007", + PermissibleValue( + text="CL:2000007", + description="Chondrocyte forming the hyaline cartilage found in the knee joint.", + meaning=CL["2000007"])) + setattr(cls, "CL:1001036", + PermissibleValue( + text="CL:1001036", + description="A cell that is part of a vasa recta.", + meaning=CL["1001036"])) + setattr(cls, "CL:1000286", + PermissibleValue( + text="CL:1000286", + description="A smooth muscle cell that is part of the rectum.", + meaning=CL["1000286"])) + setattr(cls, "CL:0002381", + PermissibleValue( + text="CL:0002381", + description="A conidium that has only one nucleus.", + meaning=CL["0002381"])) + setattr(cls, "CL:0000867", + PermissibleValue( + text="CL:0000867", + description="A tissue-resident macrophage found in a secondary lymphoid organ.", + meaning=CL["0000867"])) + setattr(cls, "CL:0002242", + PermissibleValue( + text="CL:0002242", + description="A cell containing at least one nucleus.", + meaning=CL["0002242"])) + setattr(cls, "CL:0002180", + PermissibleValue( + text="CL:0002180", + description="A mucous cell in the epithelium of the stomach.", + meaning=CL["0002180"])) + setattr(cls, "CL:2000020", + PermissibleValue( + text="CL:2000020", + description="Any native cell that is part of a inner cell mass.", + meaning=CL["2000020"])) + setattr(cls, "CL:0002558", + PermissibleValue( + text="CL:0002558", + description="A fibroblast that is part of villous mesenchyme.", + meaning=CL["0002558"])) + setattr(cls, "CL:2000083", + PermissibleValue( + text="CL:2000083", + description="Any hair follicle dermal papilla cell that is part of a scalp.", + meaning=CL["2000083"])) + setattr(cls, "CL:0000696", + PermissibleValue( + text="CL:0000696", + description="A cell that stores and secretes pancreatic polypeptide hormone.", + meaning=CL["0000696"])) + setattr(cls, "CL:0002365", + PermissibleValue( + text="CL:0002365", + description="""An epithelial cell of the medullary thymus. This cell type expresses a diverse range of tissue-specific antigens. This promiscuous gene expression is a cell-autonomous property of medullary epithelial cells and is maintained during the entire period of thymic T cell output.""", + meaning=CL["0002365"])) + setattr(cls, "CL:1000332", + PermissibleValue( + text="CL:1000332", + description="A serous secreting cell that is part of the epithelium of terminal bronchiole.", + meaning=CL["1000332"])) + setattr(cls, "CL:0002338", + PermissibleValue( + text="CL:0002338", + description="""A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and CD161-positive.""", + meaning=CL["0002338"])) + setattr(cls, "CL:0009087", + PermissibleValue( + text="CL:0009087", + description="An extravillous trophoblast that is polynuclear.", + meaning=CL["0009087"])) + setattr(cls, "CL:4030020", + PermissibleValue( + text="CL:4030020", + description="A renal alpha-intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030020"])) + setattr(cls, "CL:0009041", + PermissibleValue( + text="CL:0009041", + description="A tuft cell that is a part of the colon.", + meaning=CL["0009041"])) + setattr(cls, "CL:4033019", + PermissibleValue( + text="CL:4033019", + description="An ON bipolar cell type with dendrites selectively contacting S-cones.", + meaning=CL["4033019"])) + setattr(cls, "CL:0000577", + PermissibleValue( + text="CL:0000577", + description="""A subtype of enteroendocrine cells found in the gastrointestinal mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. These cell type secretes serotonin and some neurotransmitters including enkephalins and substance P. Their secretory granules stain readily with silver (argentaffin stain).""", + meaning=CL["0000577"])) + setattr(cls, "CL:0000389", + PermissibleValue( + text="CL:0000389", + meaning=CL["0000389"])) + setattr(cls, "CL:0000136", + PermissibleValue( + text="CL:0000136", + description="""A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides.""", + meaning=CL["0000136"])) + setattr(cls, "CL:0019026", + PermissibleValue( + text="CL:0019026", + description="""Any hepatocyte that is part of the liver lobule periportal region. These cells are primarily involved in oxidative energy metabolism.""", + meaning=CL["0019026"])) + setattr(cls, "CL:4030004", + PermissibleValue( + text="CL:4030004", + description="""A large epithelial cell found in the thymus. This cell type may internalize thymocytes through extensions of plasma membrane. The cell surface and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and MHC Class II antigens. The interaction of these antigens with a developing thymocyte determines whether the thymocyte undergoes positive or negative selection.""", + meaning=CL["4030004"])) + setattr(cls, "CL:0002419", + PermissibleValue( + text="CL:0002419", + description="A T cell that expresses a T cell receptor complex and has completed T cell selection.", + meaning=CL["0002419"])) + setattr(cls, "CL:0010001", + PermissibleValue( + text="CL:0010001", + description="A stromal cell that is part_of a bone marrow.", + meaning=CL["0010001"])) + setattr(cls, "CL:0000418", + PermissibleValue( + text="CL:0000418", + description="""An epithelial cell found in C. elegans that firmly hold the outer body wall and the lips to the inner cylinder of the pharynx in a manner that keeps these organs from breaking apart, while still giving each organ freedom of movement during feeding.""", + meaning=CL["0000418"])) + setattr(cls, "CL:0000186", + PermissibleValue( + text="CL:0000186", + description="""An animal cell that has characteristics of both a fibroblast cell and a smooth muscle cell.""", + meaning=CL["0000186"])) + setattr(cls, "CL:0000675", + PermissibleValue( + text="CL:0000675", + description="A mature sexual reproductive cell of the female germline.", + meaning=CL["0000675"])) + setattr(cls, "CL:1001575", + PermissibleValue( + text="CL:1001575", + description="Squamous cell of uterine cervix epithelium.", + meaning=CL["1001575"])) + setattr(cls, "CL:0011027", + PermissibleValue( + text="CL:0011027", + description="Any fibroblast that is part of skeletal muscle tissue.", + meaning=CL["0011027"])) + setattr(cls, "CL:0002416", + PermissibleValue( + text="CL:0002416", + description="A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative.", + meaning=CL["0002416"])) + setattr(cls, "CL:0002379", + PermissibleValue( + text="CL:0002379", + description="""A neurecto-epithelial cell found in the arachnoid villi of dura mater. This cell type facilitates flow of cerebrospinal fluid into the blood.""", + meaning=CL["0002379"])) + setattr(cls, "CL:0000386", + PermissibleValue( + text="CL:0000386", + meaning=CL["0000386"])) + setattr(cls, "CL:0000932", + PermissibleValue( + text="CL:0000932", + description="""A type II NK T cell that has been recently activated, secretes interferon-gamma, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000932"])) + setattr(cls, "CL:0002435", + PermissibleValue( + text="CL:0002435", + description="""A CD8-positive, CD4-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.""", + meaning=CL["0002435"])) + setattr(cls, "CL:0011108", + PermissibleValue( + text="CL:0011108", + description="Epithelial cell that is part of the colon epithelium.", + meaning=CL["0011108"])) + setattr(cls, "CL:4030048", + PermissibleValue( + text="CL:4030048", + description="A DRD1-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + meaning=CL["4030048"])) + setattr(cls, "CL:0000961", + PermissibleValue( + text="CL:0000961", + description="""A follicular B cell that is IgD-positive, CD23-negative, and CD38-negative. This naive cell type is activated in the extrafollicular areas through interaction with interdigitating dendritic cells and antigen-specific CD4-positive T cells.""", + meaning=CL["0000961"])) + setattr(cls, "CL:0009099", + PermissibleValue( + text="CL:0009099", + description="""A progenitor cell that is a tissue-resident mesenchymal cell, important for skeletal muscle regeneration, and able to differentiate into both adipocytes or fibroblasts.""", + meaning=CL["0009099"])) + setattr(cls, "CL:1000325", + PermissibleValue( + text="CL:1000325", + description="A goblet cell that is part of the epithelium proper of jejunum.", + meaning=CL["1000325"])) + setattr(cls, "CL:0002184", + PermissibleValue( + text="CL:0002184", + description="""A flat or angular epithelial cell with condensed nuclei and darkly staining cytoplasm containing numerous intermediate filaments inserted into desmosomes contacting surrounding supporting cells; lie in contact with the basal lamina of olfactory epithelium.""", + meaning=CL["0002184"])) + setattr(cls, "CL:0000706", + PermissibleValue( + text="CL:0000706", + description="""Specialized ependymal cell that produces the cerebrospinal fluid from the blood and secretes it into the lumen of the brain and spinal chord.""", + meaning=CL["0000706"])) + setattr(cls, "CL:0000642", + PermissibleValue( + text="CL:0000642", + description="""An agranular supporting cell of the anterior pituitary (adenohypophysis) that is characterized by a star-like morphology and ability to form follicles. Folliculostellate cells communicate with each other and with endocrine cells via gap junctions.""", + meaning=CL["0000642"])) + setattr(cls, "CL:0002618", + PermissibleValue( + text="CL:0002618", + description="An endothelial cell of the umbilical vein.", + meaning=CL["0002618"])) + setattr(cls, "CL:0000024", + PermissibleValue( + text="CL:0000024", + description="An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes.", + meaning=CL["0000024"])) + setattr(cls, "CL:4040005", + PermissibleValue( + text="CL:4040005", + description="A mesenchymal stem cell that is part of the apical papilla tooth root.", + meaning=CL["4040005"])) + setattr(cls, "CL:0008025", + PermissibleValue( + text="CL:0008025", + description="A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter.", + meaning=CL["0008025"])) + setattr(cls, "CL:0002035", + PermissibleValue( + text="CL:0002035", + description="""A hematopoietic progenitor that has restricted self-renewal capability. Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative.""", + meaning=CL["0002035"])) + setattr(cls, "CL:0002559", + PermissibleValue( + text="CL:0002559", + description="An animal cell that is part of a hair follicle.", + meaning=CL["0002559"])) + setattr(cls, "CL:0000810", + PermissibleValue( + text="CL:0000810", + description="""An immature alpha-beta T cell that is located in the thymus and is CD4-positive and CD8-negative.""", + meaning=CL["0000810"])) + setattr(cls, "CL:0005003", + PermissibleValue( + text="CL:0005003", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into a leucophore.""", + meaning=CL["0005003"])) + setattr(cls, "CL:0002581", + PermissibleValue( + text="CL:0002581", + description="A preadipocyte that is part of a perirenal fat tissue.", + meaning=CL["0002581"])) + setattr(cls, "CL:0002533", + PermissibleValue( + text="CL:0002533", + description="An immature CD16-positive myeloid dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002533"])) + setattr(cls, "CL:0002088", + PermissibleValue( + text="CL:0002088", + description="""This is a cell found in the gastrointestinal tract of mammals and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs from the enteric nervous system to smooth muscle cells and are thought to be the cells from which gastrointestinal stromal tumors (GISTs) arise.""", + meaning=CL["0002088"])) + setattr(cls, "CL:4033039", + PermissibleValue( + text="CL:4033039", + description="An alpha-beta CD8 T cell that resides in the lung.", + meaning=CL["4033039"])) + setattr(cls, "CL:1000342", + PermissibleValue( + text="CL:1000342", + description="An enterocyte that is part of the epithelium proper of ileum.", + meaning=CL["1000342"])) + setattr(cls, "CL:0004125", + PermissibleValue( + text="CL:0004125", + description="A retinal ganglion cell C inner that has dense dendritic diversity.", + meaning=CL["0004125"])) + setattr(cls, "CL:0002672", + PermissibleValue( + text="CL:0002672", + description="""A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells.""", + meaning=CL["0002672"])) + setattr(cls, "CL:0000485", + PermissibleValue( + text="CL:0000485", + description="""Mast cell subtype that contains only the serine protease trypase in its granules. These cells are primarily found in mucosal tissue, such as intestinal mucosa and alveoli. They depend upon T-cells for development of phenotype.""", + meaning=CL["0000485"])) + setattr(cls, "CL:0000940", + PermissibleValue( + text="CL:0000940", + description="""An alpha-beta T cell that is found in the lamina propria of mucosal tissues and is restricted by the MR-1 molecule.""", + meaning=CL["0000940"])) + setattr(cls, "CL:0002240", + PermissibleValue( + text="CL:0002240", + description="A fibroblast in the bone marrow.", + meaning=CL["0002240"])) + setattr(cls, "CL:1000702", + PermissibleValue( + text="CL:1000702", + description="Any smooth muscle cell that is part of some kidney pelvis smooth muscle.", + meaning=CL["1000702"])) + setattr(cls, "CL:0000683", + PermissibleValue( + text="CL:0000683", + description="""A cell that transports hormones from neurosecretory cells. This nerve cell is characterized by bipolar shape and endfeet that contact a basal lamina around blood vessels, and/or the pia mater or vitreous body of the eye and additionally contact the ventricular surface or sub-retinal space.""", + meaning=CL["0000683"])) + setattr(cls, "CL:0002483", + PermissibleValue( + text="CL:0002483", + description="A melanocyte that produces pigment within the hair follicle.", + meaning=CL["0002483"])) + setattr(cls, "CL:0010011", + PermissibleValue( + text="CL:0010011", + description="A GABAergic interneuron whose soma is located in the cerebral cortex.", + meaning=CL["0010011"])) + setattr(cls, "CL:0009052", + PermissibleValue( + text="CL:0009052", + description="A smooth muscle cell that is located in the anorectum.", + meaning=CL["0009052"])) + setattr(cls, "CL:0000827", + PermissibleValue( + text="CL:0000827", + description="""A lymphoid progenitor cell of the T cell lineage, with some lineage specific marker expression, but not yet fully committed to the T cell lineage.""", + meaning=CL["0000827"])) + setattr(cls, "CL:1000549", + PermissibleValue( + text="CL:1000549", + description="An epithelial cell that is part of a cortical collecting duct.", + meaning=CL["1000549"])) + setattr(cls, "CL:4023008", + PermissibleValue( + text="CL:4023008", + description="""A glutamatergic neuron located in the cerebral cortex that projects to structures of telencephalic origins.""", + meaning=CL["4023008"])) + setattr(cls, "CL:0002138", + PermissibleValue( + text="CL:0002138", + description="""A endothelial cell of a lymphatic vessel. The border of the oak leaf-shaped endothelial cell of initial lymphatics are joined by specialized buttons. The discontinuous feature of buttons distinguishes them from zippers in collecting lymphatics, but both types of junctions are composed of proteins typical of adherens junctions and tight junctions found in the endothelium of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped endothelial cell, leaving open the tips of flaps as routes for fluid entry without disassembly and reformation of intercellular junctions.""", + meaning=CL["0002138"])) + setattr(cls, "CL:1001111", + PermissibleValue( + text="CL:1001111", + description="An epithelial cell that is part of some loop of Henle thin descending limb.", + meaning=CL["1001111"])) + setattr(cls, "CL:1001505", + PermissibleValue( + text="CL:1001505", + description="""The secretory neurons of the paraventricular nucleus that synthesize and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system.""", + meaning=CL["1001505"])) + setattr(cls, "CL:0000619", + PermissibleValue( + text="CL:0000619", + meaning=CL["0000619"])) + setattr(cls, "CL:0000730", + PermissibleValue( + text="CL:0000730", + description="A cell at the front of a migrating epithelial sheet.", + meaning=CL["0000730"])) + setattr(cls, "CL:0000407", + PermissibleValue( + text="CL:0000407", + description="A cell that anchors the cell body of a scolopidial neuron to the integument.", + meaning=CL["0000407"])) + setattr(cls, "CL:0000041", + PermissibleValue( + text="CL:0000041", + description="""A fully differentiated eosinophil, a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Cells are also differentiated from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This cell type is CD49d-positive.""", + meaning=CL["0000041"])) + setattr(cls, "CL:1000839", + PermissibleValue( + text="CL:1000839", + description="Any epithelial cell of proximal tubule that is part of some proximal straight tubule.", + meaning=CL["1000839"])) + setattr(cls, "CL:0002540", + PermissibleValue( + text="CL:0002540", + description="A mesenchymal stem cell that is part of the bone marrow.", + meaning=CL["0002540"])) + setattr(cls, "CL:0005019", + PermissibleValue( + text="CL:0005019", + description="Ghrelin secreting cells found in the endocrine pancreas.", + meaning=CL["0005019"])) + setattr(cls, "CL:0000966", + PermissibleValue( + text="CL:0000966", + description="""A germinal center B cell that has the phenotype CD77-negative, IgD-negative, and CD38-positive. These cells have undergone somatic mutation of the B cell receptor.""", + meaning=CL["0000966"])) + setattr(cls, "CL:0011032", + PermissibleValue( + text="CL:0011032", + description="""An enterocyte that possesses a large supranuclear vacuolar system that preferentially internalizes dietary protein via receptor-mediated and fluid-phase endocytosis for intracellular digestion and trans-cellular transport. In zebrafish these cells are located in the posterior region of the mid intestine throughout life. In mammals they are found in the ileum pre-weaning and later are replaced by mature enterocytes.""", + meaning=CL["0011032"])) + setattr(cls, "CL:0004235", + PermissibleValue( + text="CL:0004235", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004235"])) + setattr(cls, "CL:0004252", + PermissibleValue( + text="CL:0004252", + description="An amicrine that has a medium dendritic field.", + meaning=CL["0004252"])) + setattr(cls, "CL:0000913", + PermissibleValue( + text="CL:0000913", + description="""CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000913"])) + setattr(cls, "CL:4042001", + PermissibleValue( + text="CL:4042001", + description="""A GABAergic interneuron that has its soma located in the striatum and that has an enriched expression of the gene TAC3.""", + meaning=CL["4042001"])) + setattr(cls, "CL:0019032", + PermissibleValue( + text="CL:0019032", + description="Any brush cell that is part of the intestinal epithelium.", + meaning=CL["0019032"])) + setattr(cls, "CL:0000121", + PermissibleValue( + text="CL:0000121", + description="The output neuron of the cerebellar cortex.", + meaning=CL["0000121"])) + setattr(cls, "CL:0000587", + PermissibleValue( + text="CL:0000587", + description="A thermoreceptor cell that detects reduced temperatures.", + meaning=CL["0000587"])) + setattr(cls, "CL:0002306", + PermissibleValue( + text="CL:0002306", + description="An epithelial cell of the proximal tubule of the kidney.", + meaning=CL["0002306"])) + setattr(cls, "CL:4033001", + PermissibleValue( + text="CL:4033001", + description="A(n) endothelial cell that is part of a(n) arteriole of lymph node.", + meaning=CL["4033001"])) + setattr(cls, "CL:0002203", + PermissibleValue( + text="CL:0002203", + description="Brush cell found in the epithelial layer of the colon.", + meaning=CL["0002203"])) + setattr(cls, "CL:0003004", + PermissibleValue( + text="CL:0003004", + description="""A bistratified retinal ganglion cell that has a small dendritic field with sparse density that terminates at the intersection of the S4-S5 sublaminar level, and a second dendrite field that is medium in size and degree of arborization that terminates in sublaminar layer S2.""", + meaning=CL["0003004"])) + setattr(cls, "CL:0002006", + PermissibleValue( + text="CL:0002006", + description="""A megakaryocyte erythroid progenitor cell that is Kit-positive and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative and Fcgr II/III-low.""", + meaning=CL["0002006"])) + setattr(cls, "CL:0000860", + PermissibleValue( + text="CL:0000860", + description="""A monocyte that responds rapidly to microbial stimuli by secreting cytokines and antimicrobial factors and which is characterized by high expression of CCR2 in both rodents and humans, negative for the lineage markers CD3, CD19, and CD20, and of larger size than non-classical monocytes.""", + meaning=CL["0000860"])) + setattr(cls, "CL:0001035", + PermissibleValue( + text="CL:0001035", + description="A connective tissue cell found in bone.", + meaning=CL["0001035"])) + setattr(cls, "CL:4033065", + PermissibleValue( + text="CL:4033065", + description="""A mature B cell that serves as an intermediate stage in the differentiation of naive B cells into a plasmablast. A preplasmablast expresses CD30 and IL-6R and lacks expression of CD20, CD23, CD38 and CD138.""", + meaning=CL["4033065"])) + setattr(cls, "CL:0009105", + PermissibleValue( + text="CL:0009105", + description="A fibroblastic reticular cell found in the lymph node T cell domain.", + meaning=CL["0009105"])) + setattr(cls, "CL:0000374", + PermissibleValue( + text="CL:0000374", + description="""An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization, often in the form of a hair, bristle, peg or scale. The base of this specialization is often surrounded by a socket produced by a closely associated tormogen cell.""", + meaning=CL["0000374"])) + setattr(cls, "CL:1000718", + PermissibleValue( + text="CL:1000718", + description="Any renal principal cell that is part of some inner medullary collecting duct.", + meaning=CL["1000718"])) + setattr(cls, "CL:1001434", + PermissibleValue( + text="CL:1001434", + description="""A neuron residing in the olfactory bulb that serve to process and refine signals arising from olfactory sensory neurons""", + meaning=CL["1001434"])) + setattr(cls, "CL:0002375", + PermissibleValue( + text="CL:0002375", + description="""A glioblast cell that develops from a migratory neural crest cell. The SCP is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has no basal lamina. In rodents SCPs are the only cells in the Schwann cell linage that expresses Cdh19.""", + meaning=CL["0002375"])) + setattr(cls, "CL:0017000", + PermissibleValue( + text="CL:0017000", + description="""An ionocyte that is part of the lung epithelium. The cells from this type are major sources of the CFTR protein in human and mice.""", + meaning=CL["0017000"])) + setattr(cls, "CL:0000008", + PermissibleValue( + text="CL:0000008", + description="""Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination.""", + meaning=CL["0000008"])) + setattr(cls, "CL:0002037", + PermissibleValue( + text="CL:0002037", + description="""Intraepithelial T cells with a memory phenotype of CD2-positive, CD5-positive, and CD44-positive.""", + meaning=CL["0002037"])) + setattr(cls, "CL:0002344", + PermissibleValue( + text="CL:0002344", + description="""A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and CD161-positive.""", + meaning=CL["0002344"])) + setattr(cls, "CL:0009075", + PermissibleValue( + text="CL:0009075", + description="A thymic medullary epithelial cell that expresses muscle-specific biomarkers.", + meaning=CL["0009075"])) + setattr(cls, "CL:0000084", + PermissibleValue( + text="CL:0000084", + description="""A type of lymphocyte whose defining characteristic is the expression of a T cell receptor complex.""", + meaning=CL["0000084"])) + setattr(cls, "CL:0000190", + PermissibleValue( + text="CL:0000190", + description="""A muscle cell that can develop high tension rapidly. It is usually innervated by a single alpha neuron.""", + meaning=CL["0000190"])) + setattr(cls, "CL:0000116", + PermissibleValue( + text="CL:0000116", + description="""Pioneer neurons establish a pathway in the developing central nervous system and then undergo programmed cell death once the adult axons, which follow them, have made connections with the target site. Thus, they are a transient cell type involved in axon guidance.""", + meaning=CL["0000116"])) + setattr(cls, "CL:0002302", + PermissibleValue( + text="CL:0002302", + description="""A synovial cell that is macrophage-like, characterized by surface ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic vesicles, Golgi apparatus and little granular endoplasmic reticulum.""", + meaning=CL["0002302"])) + setattr(cls, "CL:4023029", + PermissibleValue( + text="CL:4023029", + description="""A medium spiny neuron that expresses dopamine type 2 receptors and projects to the external globus pallidus.""", + meaning=CL["4023029"])) + setattr(cls, "CL:0002125", + PermissibleValue( + text="CL:0002125", + description="""A circulating gamma-delta T cell that expresses RORgamma(t), is CD27-negative and is capable of IL-17 secretion.""", + meaning=CL["0002125"])) + setattr(cls, "CL:0000767", + PermissibleValue( + text="CL:0000767", + description="""Any of the immature or mature forms of a granular leukocyte that in its mature form has an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse, bluish-black granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, and FceRIa-positive.""", + meaning=CL["0000767"])) + setattr(cls, "CL:0000922", + PermissibleValue( + text="CL:0000922", + description="""An alpha-beta T cell expressing NK call markers that is CD1d restricted and expresses a diverse TCR repertoire. Type II NKT cells do not become activated by alpha-galactosylceramide when presented by CD1d.""", + meaning=CL["0000922"])) + setattr(cls, "CL:0000030", + PermissibleValue( + text="CL:0000030", + meaning=CL["0000030"])) + setattr(cls, "CL:0000774", + PermissibleValue( + text="CL:0000774", + description="""A late eosinophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature eosinophil.""", + meaning=CL["0000774"])) + setattr(cls, "CL:1000441", + PermissibleValue( + text="CL:1000441", + description="An epithelial cell that is part of the viscerocranial mucosa.", + meaning=CL["1000441"])) + setattr(cls, "CL:0000845", + PermissibleValue( + text="CL:0000845", + description="""A mature B cell that is located in the marginal zone of the spleen with the phenotype CD23-negative and CD21-positive and expressing a B cell receptor usually reactive to bacterial cell wall components or senescent self components such as oxidized-LDL. This cell type is also described as being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high.""", + meaning=CL["0000845"])) + setattr(cls, "CL:1000803", + PermissibleValue( + text="CL:1000803", + description="A cell that is part of an interstitial compartment of an inner renal medulla.", + meaning=CL["1000803"])) + setattr(cls, "CL:0002446", + PermissibleValue( + text="CL:0002446", + description="A NK1.1-positive T cell that is Ly49Cl-negative.", + meaning=CL["0002446"])) + setattr(cls, "CL:4033067", + PermissibleValue( + text="CL:4033067", + description="""A follicular cell of ovary that differentiates from a granulosa cell during the secondary follicle stage. Mural granulosa cells line the inner surface of the follicle wall, surrounding the fluid-filled antral cavity. These cells produce oestrogen during the follicular phase in response to follicle-stimulating hormone (FSH), and progesterone after ovulation in response to luteinizing hormone (LH).""", + meaning=CL["4033067"])) + setattr(cls, "CL:0000153", + PermissibleValue( + text="CL:0000153", + description="A cell that secretes glycosaminoglycans.", + meaning=CL["0000153"])) + setattr(cls, "CL:0002052", + PermissibleValue( + text="CL:0002052", + description="""A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, CD45R-positive and CD25-positive. This cell type is also described as being AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive.""", + meaning=CL["0002052"])) + setattr(cls, "CL:0002046", + PermissibleValue( + text="CL:0002046", + description="""A pro-B cell that is CD22-positive, CD34-positive, CD38-positive and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. Cell is CD19-negative, CD20-negative, complement receptor type 2-negative and CD10-low. D-to-J recombination of the heavy chain occurs at this stage.""", + meaning=CL["0002046"])) + setattr(cls, "CL:0000670", + PermissibleValue( + text="CL:0000670", + description="""A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells.""", + meaning=CL["0000670"])) + setattr(cls, "CL:0000504", + PermissibleValue( + text="CL:0000504", + description="""A enteroendocrine cell part of the glands of the gastric mucosa. They produce histamine and peptides such as chromogranins. This cell type respond to gastrin by releasing histamine which acts as a paracrine stimulator of the release of hydrochloric acid from the gastric parietal cells.""", + meaning=CL["0000504"])) + setattr(cls, "CL:0000807", + PermissibleValue( + text="CL:0000807", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain in complex with the pre-T cell receptor alpha chain.""", + meaning=CL["0000807"])) + setattr(cls, "CL:1000413", + PermissibleValue( + text="CL:1000413", + description="A blood vessel endothelial cell that is part of an arterial endothelium.", + meaning=CL["1000413"])) + setattr(cls, "CL:0002312", + PermissibleValue( + text="CL:0002312", + description="""An acidophilic cell of the anterior pituitary that produces growth hormone, somatotropin.""", + meaning=CL["0002312"])) + setattr(cls, "CL:0002282", + PermissibleValue( + text="CL:0002282", + description="""An enteroendocrine cell which produces a gastrin- and cholecystokinin-like peptide. The apical microvilli-rich plasma membrane is in open contact with the small intestine mucosa. This cell type is devoid of gastrin-17 but contains other fragments of the gastrin polypeptide.""", + meaning=CL["0002282"])) + setattr(cls, "CL:2000031", + PermissibleValue( + text="CL:2000031", + description="Any neuron that is part of a lateral line ganglion.", + meaning=CL["2000031"])) + setattr(cls, "CL:0009062", + PermissibleValue( + text="CL:0009062", + description="""A specialized type of CD4 positive T cell, the follicular helper T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular localization. These specialised T cells reside in the germinal center of the lymph node.""", + meaning=CL["0009062"])) + setattr(cls, "CL:0000397", + PermissibleValue( + text="CL:0000397", + description="Any interneuron that has its soma located in some ganglion.", + meaning=CL["0000397"])) + setattr(cls, "CL:0002612", + PermissibleValue( + text="CL:0002612", + description="A neuron of the ventral spinal cord.", + meaning=CL["0002612"])) + setattr(cls, "CL:0000496", + PermissibleValue( + text="CL:0000496", + description="A photoreceptor cell that is sensitive to green light.", + meaning=CL["0000496"])) + setattr(cls, "CL:4033054", + PermissibleValue( + text="CL:4033054", + description="""A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics.""", + meaning=CL["4033054"])) + setattr(cls, "CL:2000090", + PermissibleValue( + text="CL:2000090", + description="Any stellate cell that is part of a dentate gyrus of hippocampal formation.", + meaning=CL["2000090"])) + setattr(cls, "CL:0000350", + PermissibleValue( + text="CL:0000350", + description="Any extraembryonic cell that is part of some amnioserosa.", + meaning=CL["0000350"])) + setattr(cls, "CL:0002436", + PermissibleValue( + text="CL:0002436", + description="""A mature CD4-positive, CD8-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.""", + meaning=CL["0002436"])) + setattr(cls, "CL:0003017", + PermissibleValue( + text="CL:0003017", + description="A retinal ganglion B cell that has post synaptic terminals in S2.", + meaning=CL["0003017"])) + setattr(cls, "CL:0002179", + PermissibleValue( + text="CL:0002179", + description="""An epithelial cell within one of the pits in the embryonic gastric mucosa from which the gastric glands develop .""", + meaning=CL["0002179"])) + setattr(cls, "CL:0000079", + PermissibleValue( + text="CL:0000079", + meaning=CL["0000079"])) + setattr(cls, "CL:0004216", + PermissibleValue( + text="CL:0004216", + description="A type 5 cone bipolar cell with diffuse axonal branches.", + meaning=CL["0004216"])) + setattr(cls, "CL:3000004", + PermissibleValue( + text="CL:3000004", + description="Peripheral sensory neuron.", + meaning=CL["3000004"])) + setattr(cls, "CL:0001056", + PermissibleValue( + text="CL:0001056", + description="A dendritic cell with the phenotype HLA-DRA-positive.", + meaning=CL["0001056"])) + setattr(cls, "CL:0000521", + PermissibleValue( + text="CL:0000521", + description="Any cell that only exists in Fungi.", + meaning=CL["0000521"])) + setattr(cls, "CL:0011010", + PermissibleValue( + text="CL:0011010", + description="A cell derived from the mesoderm that is found at the periphery of the embryo.", + meaning=CL["0011010"])) + setattr(cls, "CL:1000344", + PermissibleValue( + text="CL:1000344", + description="A Paneth cell that is part of the epithelium proper of small intestine.", + meaning=CL["1000344"])) + setattr(cls, "CL:0000249", + PermissibleValue( + text="CL:0000249", + meaning=CL["0000249"])) + setattr(cls, "CL:0002474", + PermissibleValue( + text="CL:0002474", + description="""A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-negative, and CD11b-high.""", + meaning=CL["0002474"])) + setattr(cls, "CL:0002069", + PermissibleValue( + text="CL:0002069", + description="""Mostly cylindrical, resemble Type 1 in their contents and the presence of a kinocilium and stereocilium apically; much greater variation in size, some almost span the entire thickness of the sensory epithelium, while others are smaller than Type 1; receive multiple efferent nerve boutons around their bases as well as afferent endings, which are small expansions rather than chalices.""", + meaning=CL["0002069"])) + setattr(cls, "CL:4028004", + PermissibleValue( + text="CL:4028004", + description="""A pulmonary interstitial fibroblast that is part of the alveolus and contains lipid droplets.""", + meaning=CL["4028004"])) + setattr(cls, "CL:0003025", + PermissibleValue( + text="CL:0003025", + description="""A retinal ganglion cell C inner that has sparse dendritic density, and large dendritic field.""", + meaning=CL["0003025"])) + setattr(cls, "CL:0009015", + PermissibleValue( + text="CL:0009015", + description="""A follicular dendritic cell located in the Peyer's patch. These cells from a meshwork in which Peyer's patch B cells reside.""", + meaning=CL["0009015"])) + setattr(cls, "CL:0002551", + PermissibleValue( + text="CL:0002551", + description="Any skin fibroblast that is part of some dermis.", + meaning=CL["0002551"])) + setattr(cls, "CL:0009044", + PermissibleValue( + text="CL:0009044", + description="""A lymphocyte that resides in the lamina propria of the small intestine. Lamina propria leukocytes and intraepithelial lymphocytes are the effector compartments of the gut mucosal immune system. Lymphocytes circulate through gut associated lymphoid tissues until recruitment by intestinal antigens. They are involved in the gut immune response.""", + meaning=CL["0009044"])) + setattr(cls, "CL:0002503", + PermissibleValue( + text="CL:0002503", + description="""A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc""", + meaning=CL["0002503"])) + setattr(cls, "CL:0017005", + PermissibleValue( + text="CL:0017005", + description="A lymphocyte that has gotten larger after being stimulated by an antigen.", + meaning=CL["0017005"])) + setattr(cls, "CL:0001048", + PermissibleValue( + text="CL:0001048", + description="""A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory cell with the phenotype HLA-DRA-positive, indicating recent activation.""", + meaning=CL["0001048"])) + setattr(cls, "CL:0001032", + PermissibleValue( + text="CL:0001032", + description="Granule cell that is part of the cerebral cortex.", + meaning=CL["0001032"])) + setattr(cls, "CL:0002157", + PermissibleValue( + text="CL:0002157", + description="""A cell type that makes up the highly vascular membrane lining the marrow cavity of long bones.""", + meaning=CL["0002157"])) + setattr(cls, "CL:0000394", + PermissibleValue( + text="CL:0000394", + description="""A phagocytic hemocyte, responsible for the engulfment of small particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial peptides and contribute to the production and secretion of proteins of the hemolymph.""", + meaning=CL["0000394"])) + setattr(cls, "CL:4033037", + PermissibleValue( + text="CL:4033037", + description="A mucus secreting cell of a submucosal gland of the tracheobronchial tree.", + meaning=CL["4033037"])) + setattr(cls, "CL:2000094", + PermissibleValue( + text="CL:2000094", + description="""Any epithelial cell of viscerocranial mucosa that is part of a nasal cavity respiratory epithelium.""", + meaning=CL["2000094"])) + setattr(cls, "CL:0002051", + PermissibleValue( + text="CL:0002051", + description="A pre-BCR positive B cell that is CD38-high.", + meaning=CL["0002051"])) + setattr(cls, "CL:0000601", + PermissibleValue( + text="CL:0000601", + description="""A mechanoreceptor in the organ of Corti. In mammals the outer hair cells are arranged in three rows which are further from the modiolus than the single row of inner hair cells. The motile properties of the outer hair cells may contribute actively to tuning the sensitivity and frequency selectivity of the cochlea.""", + meaning=CL["0000601"])) + setattr(cls, "CL:0000838", + PermissibleValue( + text="CL:0000838", + description="A progenitor cell restricted to the lymphoid lineage.", + meaning=CL["0000838"])) + setattr(cls, "CL:4030017", + PermissibleValue( + text="CL:4030017", + description="An epithelial cell located in the late distal convoluted tubule.", + meaning=CL["4030017"])) + setattr(cls, "CL:0004224", + PermissibleValue( + text="CL:0004224", + description="""A broadly stratifying amacrine cell that has a small dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004224"])) + setattr(cls, "CL:1000420", + PermissibleValue( + text="CL:1000420", + description="A myoepithelial cell that is part of the terminal lactiferous duct.", + meaning=CL["1000420"])) + setattr(cls, "CL:0000295", + PermissibleValue( + text="CL:0000295", + description="A peptide hormone secreting cell that produces growth hormone, somatotropin.", + meaning=CL["0000295"])) + setattr(cls, "CL:4033043", + PermissibleValue( + text="CL:4033043", + description="""A macrophage that is part of the lung connective tissue (pulmonary interstitium). This cell performs tissue remodeling and contributes to barrier immunity through antigen presentation.""", + meaning=CL["4033043"])) + setattr(cls, "CL:0000202", + PermissibleValue( + text="CL:0000202", + description="""A mechanoreceptor cell of the auditory or vestibular system that is sensitive to auditory stimuli. The accessory sensory structures are arranged so that appropriate stimuli cause movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.""", + meaning=CL["0000202"])) + setattr(cls, "CL:0009018", + PermissibleValue( + text="CL:0009018", + description="A lymphocyte that resides in the lamina propria of the large intestine.", + meaning=CL["0009018"])) + setattr(cls, "CL:2000078", + PermissibleValue( + text="CL:2000078", + description="Any pericyte cell that is part of a placenta.", + meaning=CL["2000078"])) + setattr(cls, "CL:1000272", + PermissibleValue( + text="CL:1000272", + description="Any secretory cell that is part of some lung.", + meaning=CL["1000272"])) + setattr(cls, "CL:0009034", + PermissibleValue( + text="CL:0009034", + description="A dendritic cell that is located in a vermiform appendix.", + meaning=CL["0009034"])) + setattr(cls, "CL:0000721", + PermissibleValue( + text="CL:0000721", + meaning=CL["0000721"])) + setattr(cls, "CL:0000196", + PermissibleValue( + text="CL:0000196", + description="""A muscle cell that is involved in the mechanism of insect flight. This encompasses both, cells that power flight and cells that control flight.""", + meaning=CL["0000196"])) + setattr(cls, "CL:1001319", + PermissibleValue( + text="CL:1001319", + description="Any cell that is part of some urinary bladder.", + meaning=CL["1001319"])) + setattr(cls, "CL:0000339", + PermissibleValue( + text="CL:0000339", + description="An early neural cell developing from the early ependymal cell of the neural tube.", + meaning=CL["0000339"])) + setattr(cls, "CL:0000631", + PermissibleValue( + text="CL:0000631", + description="""Cells forming a framework supporting the organ of Corti. Specific cells are those of Claudius, Deiters and Hensen.""", + meaning=CL["0000631"])) + setattr(cls, "CL:0008027", + PermissibleValue( + text="CL:0008027", + description="""A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells. These neurons have axons that arborize and synapse to targets in inner plexiform layers 4 and 5 and depolarize in response to light.""", + meaning=CL["0008027"])) + setattr(cls, "CL:0004238", + PermissibleValue( + text="CL:0004238", + description="""A bistratified amacrine cell with a medium dendritic field, a flat and sparse dendritic arbor, and post-synaptic terminals at the intersections of S1 and S2, and S3 and S4.""", + meaning=CL["0004238"])) + setattr(cls, "CL:0000035", + PermissibleValue( + text="CL:0000035", + description="A stem cell that self-renews as well as give rise to a single mature cell type.", + meaning=CL["0000035"])) + setattr(cls, "CL:1001097", + PermissibleValue( + text="CL:1001097", + description="Any smooth muscle cell that is part of some renal afferent arteriole.", + meaning=CL["1001097"])) + setattr(cls, "CL:1000838", + PermissibleValue( + text="CL:1000838", + description="""Any epithelial cell of proximal tubule that is part of some proximal convoluted tubule and has part some brush border.""", + meaning=CL["1000838"])) + setattr(cls, "CL:3000000", + PermissibleValue( + text="CL:3000000", + description="A ciliated epithelial cell of the esophagus.", + meaning=CL["3000000"])) + setattr(cls, "CL:0000881", + PermissibleValue( + text="CL:0000881", + description="""A border associated macrophage that is adjacent to a small blood vessel of a brain. A perivascular macrophage expresses the markers CD14, CD16 and CD163. In homeostatic conditions, this central nervous system macrophage has a non-motile cell body with extending and retracting projections through the blood vessel wall.""", + meaning=CL["0000881"])) + setattr(cls, "CL:0002437", + PermissibleValue( + text="CL:0002437", + description="""A mature CD8-positive, CD4-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.""", + meaning=CL["0002437"])) + setattr(cls, "CL:0002320", + PermissibleValue( + text="CL:0002320", + description="""A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone.""", + meaning=CL["0002320"])) + setattr(cls, "CL:1000616", + PermissibleValue( + text="CL:1000616", + description="Any kidney medulla cell that is part of some outer medulla of kidney.", + meaning=CL["1000616"])) + setattr(cls, "CL:0003015", + PermissibleValue( + text="CL:0003015", + description="""A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003015"])) + setattr(cls, "CL:0002359", + PermissibleValue( + text="CL:0002359", + description="""A hematopoietic stem cell of the placenta. This cell type is first observed E10.5 This cell type may give rise to fetal liver hematopoietic stem cells.""", + meaning=CL["0002359"])) + setattr(cls, "CL:0005010", + PermissibleValue( + text="CL:0005010", + description="A cuboidal epithelial cell of the kidney that regulates acid/base balance.", + meaning=CL["0005010"])) + setattr(cls, "CL:0002623", + PermissibleValue( + text="CL:0002623", + description="An acinar cell of salivary gland.", + meaning=CL["0002623"])) + setattr(cls, "CL:1001516", + PermissibleValue( + text="CL:1001516", + description="""The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the intestinal tract.""", + meaning=CL["1001516"])) + setattr(cls, "CL:0000713", + PermissibleValue( + text="CL:0000713", + meaning=CL["0000713"])) + setattr(cls, "CL:0009116", + PermissibleValue( + text="CL:0009116", + description="""A progenitor cell with the potential to differentiate into luminal epithelial cells of mammary glands. In mouse, CD61 and c-kit were found to be coexpressed by the majority of, but not all, committed luminal progenitor cells.""", + meaning=CL["0009116"])) + setattr(cls, "CL:0011002", + PermissibleValue( + text="CL:0011002", + description="""A motor neuron that is generated only on limb levels and send axons into the limb mesenchyme.""", + meaning=CL["0011002"])) + setattr(cls, "CL:4023080", + PermissibleValue( + text="CL:4023080", + description="""a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has stellate pyramidal morphology.""", + meaning=CL["4023080"])) + setattr(cls, "CL:0009071", + PermissibleValue( + text="CL:0009071", + description="A thymic medullary epithelial cell considered to be a pre-AIRE mTEC population.", + meaning=CL["0009071"])) + setattr(cls, "CL:0000652", + PermissibleValue( + text="CL:0000652", + description="""This cell type produces and secretes melatonin and forms the pineal parenchyma. Extending from each cell body, which has a spherical, oval or lobulated mucleus, are one or more tortuous basophilic processes, containing parallel microtubules known as synaptic ribbons. These processes end in expanded terminal buds near capillaries or less, frequently, ependymal cells of the pineal recess. The terminal buds contain granular endoplasmic reticulum, mitochondria and electron-dense cored vesicles, which store monoamines and polypeptide hormones, release of which appears to require sympathetic innervation.""", + meaning=CL["0000652"])) + setattr(cls, "CL:4023127", + PermissibleValue( + text="CL:4023127", + description="a KNDy neuron that is located in the arcuate nucleus of the hypothalamus.", + meaning=CL["4023127"])) + setattr(cls, "CL:0000862", + PermissibleValue( + text="CL:0000862", + description="A macrophage that suppresses immune responses.", + meaning=CL["0000862"])) + setattr(cls, "CL:0000993", + PermissibleValue( + text="CL:0000993", + description="""Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and MHCII-positive.""", + meaning=CL["0000993"])) + setattr(cls, "CL:0002009", + PermissibleValue( + text="CL:0002009", + description="""A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages.""", + meaning=CL["0002009"])) + setattr(cls, "CL:0002603", + PermissibleValue( + text="CL:0002603", + description="An astrocyte of the cerebellum.", + meaning=CL["0002603"])) + setattr(cls, "CL:0009060", + PermissibleValue( + text="CL:0009060", + description="A mature B cell located in the marginal zone of the lymph node.", + meaning=CL["0009060"])) + setattr(cls, "CL:0002254", + PermissibleValue( + text="CL:0002254", + description="An epithelial cell of the small intestine.", + meaning=CL["0002254"])) + setattr(cls, "CL:0009055", + PermissibleValue( + text="CL:0009055", + description="A paneth cell that is located in the anorectum.", + meaning=CL["0009055"])) + setattr(cls, "CL:0000818", + PermissibleValue( + text="CL:0000818", + description="""An immature B cell of an intermediate stage between the pre-B cell stage and the mature naive stage with the phenotype surface IgM-positive and CD19-positive, and are subject to the process of B cell selection. A transitional B cell migrates from the bone marrow into the peripheral circulation, and then to the spleen.""", + meaning=CL["0000818"])) + setattr(cls, "CL:0000998", + PermissibleValue( + text="CL:0000998", + description="""CD8_alpha-negative CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive T cells.""", + meaning=CL["0000998"])) + setattr(cls, "CL:0001043", + PermissibleValue( + text="CL:0001043", + description="""A recently activated CD4-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.""", + meaning=CL["0001043"])) + setattr(cls, "CL:0009078", + PermissibleValue( + text="CL:0009078", + description="A fibroblast located in the thymic capsule.", + meaning=CL["0009078"])) + setattr(cls, "CL:0000314", + PermissibleValue( + text="CL:0000314", + meaning=CL["0000314"])) + setattr(cls, "CL:0000608", + PermissibleValue( + text="CL:0000608", + description="""A thick walled, sexual, resting spore formed by Zygomycetes; sometimes refers to the spore and the multi-layered cell wall that encloses the spore, the zygosporangium.""", + meaning=CL["0000608"])) + setattr(cls, "CL:0000744", + PermissibleValue( + text="CL:0000744", + description="""A columnar chondrocyte that differentiates in the late embryonic growth plate of bone. Columnar chondrocytes vigorously proliferate and form columns in the growth plate.""", + meaning=CL["0000744"])) + setattr(cls, "CL:0002259", + PermissibleValue( + text="CL:0002259", + description="The stem cell from which glial precursor cell arises from.", + meaning=CL["0002259"])) + setattr(cls, "CL:0002004", + PermissibleValue( + text="CL:0002004", + description="A proerythoblast that is CD34-negative and GlyA-negative.", + meaning=CL["0002004"])) + setattr(cls, "CL:1000433", + PermissibleValue( + text="CL:1000433", + description="An epithelial cell that is part of the lacrimal canaliculus.", + meaning=CL["1000433"])) + setattr(cls, "CL:0004227", + PermissibleValue( + text="CL:0004227", + description="""A bistratified amacrine cell with a small dendritic field. Flat bistratified amacrine cells have post-synaptic terminals both on the border of S1 and S2, and on the border of S3 and S4. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004227"])) + setattr(cls, "CL:4033022", + PermissibleValue( + text="CL:4033022", + description="A mucus secreting cell of a submucosal gland of the bronchus.", + meaning=CL["4033022"])) + setattr(cls, "CL:0003048", + PermissibleValue( + text="CL:0003048", + description="""A cone cell that detects long wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 564-580 nm.""", + meaning=CL["0003048"])) + setattr(cls, "CL:0009080", + PermissibleValue( + text="CL:0009080", + description="A tuft cell located in the small intestine.", + meaning=CL["0009080"])) + setattr(cls, "CL:0002569", + PermissibleValue( + text="CL:0002569", + description="A mesenchymal stem cell of the umbilical cord.", + meaning=CL["0002569"])) + setattr(cls, "CL:0000235", + PermissibleValue( + text="CL:0000235", + description="""A mononuclear phagocyte present in variety of tissues, typically differentiated from monocytes, capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.""", + meaning=CL["0000235"])) + setattr(cls, "CL:0002176", + PermissibleValue( + text="CL:0002176", + description="A cell of a secondary follicile within the ovary.", + meaning=CL["0002176"])) + setattr(cls, "CL:4030005", + PermissibleValue( + text="CL:4030005", + description="""A renal beta-intercalated cell that is part of the cortical collecting duct. The medullary collecting duct does not contain the renal beta-intercalated cell type.""", + meaning=CL["4030005"])) + setattr(cls, "CL:0000999", + PermissibleValue( + text="CL:0000999", + description="""CD8_alpha-negative CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative and CD8_alpha-negative.""", + meaning=CL["0000999"])) + setattr(cls, "CL:0002472", + PermissibleValue( + text="CL:0002472", + description="""Gr1-low non-classical monocyte that has low to intermediate expression of the MHC-II complex.""", + meaning=CL["0002472"])) + setattr(cls, "CL:0003021", + PermissibleValue( + text="CL:0003021", + description="""A retinal ganglion cell C outer that has a medium dendritic field and a dense dendritic arbor.""", + meaning=CL["0003021"])) + setattr(cls, "CL:4023000", + PermissibleValue( + text="CL:4023000", + description="""A motor neuron that innervates both intrafusal and extrafusal muscle fibers. Low abundancy. They control both muscle contraction and responsiveness of the sensory feedback from muscle spindles.""", + meaning=CL["4023000"])) + setattr(cls, "CL:0002657", + PermissibleValue( + text="CL:0002657", + description="A glandular epithelial cell of the esophagus.", + meaning=CL["0002657"])) + setattr(cls, "CL:0000514", + PermissibleValue( + text="CL:0000514", + description="A precursor cell destined to differentiate into smooth muscle myocytes.", + meaning=CL["0000514"])) + setattr(cls, "CL:0000349", + PermissibleValue( + text="CL:0000349", + description="Any cell that is part of some extraembryonic structure.", + meaning=CL["0000349"])) + setattr(cls, "CL:0002190", + PermissibleValue( + text="CL:0002190", + description="A flat keratinocyte immediately below the cornified layer.", + meaning=CL["0002190"])) + setattr(cls, "CL:4030035", + PermissibleValue( + text="CL:4030035", + description="""A dental pulp cell that possesses stem-cell-like qualities, including self-renewal capability and multi-lineage differentiation.""", + meaning=CL["4030035"])) + setattr(cls, "CL:0002067", + PermissibleValue( + text="CL:0002067", + description="An enteroendocrine cell that produces glucagon.", + meaning=CL["0002067"])) + setattr(cls, "CL:0009114", + PermissibleValue( + text="CL:0009114", + description="""A B cell found in the perisinusoidal area of a lymph node. In humans, monocytoid B cells are a morphologically distinct B cell population (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many similarities with marginal zone B cells including marker expression, and are increased in disease settings.""", + meaning=CL["0009114"])) + setattr(cls, "CL:1001517", + PermissibleValue( + text="CL:1001517", + description="""The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach.""", + meaning=CL["1001517"])) + setattr(cls, "CL:0000137", + PermissibleValue( + text="CL:0000137", + description="""A mature osteoblast that has become embedded in the bone matrix. They occupy a small cavity, called lacuna, in the matrix and are connected to adjacent osteocytes via protoplasmic projections called canaliculi.""", + meaning=CL["0000137"])) + setattr(cls, "CL:0009024", + PermissibleValue( + text="CL:0009024", + description="A mesothelial cell that is part of the small intestine.", + meaning=CL["0009024"])) + setattr(cls, "CL:4040004", + PermissibleValue( + text="CL:4040004", + description="Any mesenchymal stem cell of adipose tissue that is part of an orbital region.", + meaning=CL["4040004"])) + setattr(cls, "CL:0002367", + PermissibleValue( + text="CL:0002367", + description="""A cell that lines the trabecular meshwork, which is an area of tissue in the eye located around the base of the cornea, near the ciliary body, and is responsible for draining the aqueous humor from the eye via the anterior chamber (the chamber on the front of the eye covered by the cornea). This cell may play a role in regulating intraocular pressure.""", + meaning=CL["0002367"])) + setattr(cls, "CL:0002062", + PermissibleValue( + text="CL:0002062", + description="""A squamous pulmonary alveolar epithelial cell that is flattened and branched. A pulmonary alveolar type 1 cell covers more than 98% of the alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions to form the air-blood barrier essential for normal gas exchange.""", + meaning=CL["0002062"])) + setattr(cls, "CL:0000724", + PermissibleValue( + text="CL:0000724", + description="""A differentiated cell that functions as a site of nitrogen fixation under aerobic conditions.""", + meaning=CL["0000724"])) + setattr(cls, "CL:1001598", + PermissibleValue( + text="CL:1001598", + description="""A glandular cell found in the epithelium of the small intestine. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Somatostatin-secreting Cells (D-cells) .""", + meaning=CL["1001598"])) + setattr(cls, "CL:1001589", + PermissibleValue( + text="CL:1001589", + description="""Glandular cell of duodenal epithelium. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner's gland cell.""", + meaning=CL["1001589"])) + setattr(cls, "CL:1000147", + PermissibleValue( + text="CL:1000147", + description="A cell that is part of a cardiac valve.", + meaning=CL["1000147"])) + setattr(cls, "CL:0002402", + PermissibleValue( + text="CL:0002402", + description="""A resting mature B cell within the Peyer's patch that is CD19-positive, B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, and CD5-negative.""", + meaning=CL["0002402"])) + setattr(cls, "CL:1001126", + PermissibleValue( + text="CL:1001126", + description="Any vasa recta cell that is part of some inner renal medulla vasa recta.", + meaning=CL["1001126"])) + setattr(cls, "CL:0002608", + PermissibleValue( + text="CL:0002608", + description="A neuron with a soma found in the hippocampus.", + meaning=CL["0002608"])) + setattr(cls, "CL:0002011", + PermissibleValue( + text="CL:0002011", + description="""A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages. Marker for this cell is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative.""", + meaning=CL["0002011"])) + setattr(cls, "CL:4023012", + PermissibleValue( + text="CL:4023012", + description="""A glutamatergic neuron located in the cerebral cortex that projects axons locally rather than distantly.""", + meaning=CL["4023012"])) + setattr(cls, "CL:0005014", + PermissibleValue( + text="CL:0005014", + description="""A non-sensory cell that extends from the basement membrane to the apical surface of the auditory epithelium and provides support for auditory hair cells.""", + meaning=CL["0005014"])) + setattr(cls, "CL:0002249", + PermissibleValue( + text="CL:0002249", + description="A stem cell that can differentiate into a cardiac myocyte.", + meaning=CL["0002249"])) + setattr(cls, "CL:0002675", + PermissibleValue( + text="CL:0002675", + description="A S. pombe cell type determined by mat1-Pc and mat1-Pi on the mat1 locus.", + meaning=CL["0002675"])) + setattr(cls, "CL:0000025", + PermissibleValue( + text="CL:0000025", + description="""A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization.""", + meaning=CL["0000025"])) + setattr(cls, "CL:2000021", + PermissibleValue( + text="CL:2000021", + description="Any native cell that is part of a sebaceous gland.", + meaning=CL["2000021"])) + setattr(cls, "CL:0002120", + PermissibleValue( + text="CL:0002120", + description="""An CD24-positive CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-positive, CD38-negative, and IgG-negative.""", + meaning=CL["0002120"])) + setattr(cls, "CL:0008005", + PermissibleValue( + text="CL:0008005", + description="""A somatic muscle cell that is oblquely striated. Examples include the somatic muscles of nematodes.""", + meaning=CL["0008005"])) + setattr(cls, "CL:0002654", + PermissibleValue( + text="CL:0002654", + description="An epithelial cell of stratum corneum of esophageal epithelium.", + meaning=CL["0002654"])) + setattr(cls, "CL:0011018", + PermissibleValue( + text="CL:0011018", + description="""A group 3 innate lymphoid cell that express ROR gamma t and IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c, Gr-1), with the functional ability to interact with mesenchymal cells through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer cells are key to the development of lymph nodes and Peyer’s patches.""", + meaning=CL["0011018"])) + setattr(cls, "CL:0000660", + PermissibleValue( + text="CL:0000660", + description="An extracellular matrix secreting cell that secretes glycocalyx.", + meaning=CL["0000660"])) + setattr(cls, "CL:0000763", + PermissibleValue( + text="CL:0000763", + description="A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage.", + meaning=CL["0000763"])) + setattr(cls, "CL:0002199", + PermissibleValue( + text="CL:0002199", + description="An oncocyte located in the parathyroid gland.", + meaning=CL["0002199"])) + setattr(cls, "CL:0001018", + PermissibleValue( + text="CL:0001018", + description="""Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001018"])) + setattr(cls, "CL:0003009", + PermissibleValue( + text="CL:0003009", + description="""A mono-stratified retinal ganglion cell that has a medium dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S4 and S5.""", + meaning=CL["0003009"])) + setattr(cls, "CL:0000180", + PermissibleValue( + text="CL:0000180", + description="A steroid hormone secreting cell that secretes estradiol.", + meaning=CL["0000180"])) + setattr(cls, "CL:0002308", + PermissibleValue( + text="CL:0002308", + description="An epithelial cell of a skin gland.", + meaning=CL["0002308"])) + setattr(cls, "CL:0002543", + PermissibleValue( + text="CL:0002543", + description="An endothelial cell that is part of the vein.", + meaning=CL["0002543"])) + setattr(cls, "CL:0008032", + PermissibleValue( + text="CL:0008032", + description="""A GABAergic interneuron in human cortical layer 1 that has large rosehip-shaped axonal boutons and compact arborization.""", + meaning=CL["0008032"])) + setattr(cls, "CL:1000442", + PermissibleValue( + text="CL:1000442", + description="An urothelial cell that is part of the trigone of urinary bladder.", + meaning=CL["1000442"])) + setattr(cls, "CL:0002488", + PermissibleValue( + text="CL:0002488", + description="""A trophoblast cell that has a large volume of cytoplasm, is polyploid and is usually mononuclear but is also occasionally multi-nucleate. This cell type is important in establishing maternal physiology and remodeling of the vasculature of the placenta.""", + meaning=CL["0002488"])) + setattr(cls, "CL:0000014", + PermissibleValue( + text="CL:0000014", + description="A stem cell that is the precursor of gametes.", + meaning=CL["0000014"])) + setattr(cls, "CL:0004242", + PermissibleValue( + text="CL:0004242", + description="""An amacrine cell with a wide dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites of this cell type are straight and minimally branched.""", + meaning=CL["0004242"])) + setattr(cls, "CL:1000050", + PermissibleValue( + text="CL:1000050", + description="Any glial cell that is part of some lateral line nerve.", + meaning=CL["1000050"])) + setattr(cls, "CL:1001572", + PermissibleValue( + text="CL:1001572", + description="A vascular endothelial cell found in colon blood vessels.", + meaning=CL["1001572"])) + setattr(cls, "CL:0000984", + PermissibleValue( + text="CL:0000984", + description="A plasmablast that secretes IgA.", + meaning=CL["0000984"])) + setattr(cls, "CL:0000104", + PermissibleValue( + text="CL:0000104", + description="A neuron with three or more neurites, usually an axon and multiple dendrites.", + meaning=CL["0000104"])) + setattr(cls, "CL:1001285", + PermissibleValue( + text="CL:1001285", + description="A cell that is part of some vasa recta descending limb.", + meaning=CL["1001285"])) + setattr(cls, "CL:1000419", + PermissibleValue( + text="CL:1000419", + description="A myoepithelial cell that is part of the lactiferous duct.", + meaning=CL["1000419"])) + setattr(cls, "CL:0000417", + PermissibleValue( + text="CL:0000417", + meaning=CL["0000417"])) + setattr(cls, "CL:0002146", + PermissibleValue( + text="CL:0002146", + description="""A sweat producing cell of eccrine sweat glands. Pyramidal in shape, with its base resting on the basal lamina or myoepitheliocytes, and its microvillus-covered apical plasma membrane line up the intercellular canaliculi. Cell is not stained by hematoxylin or eosin.""", + meaning=CL["0002146"])) + setattr(cls, "CL:0002122", + PermissibleValue( + text="CL:0002122", + description="""A B220-positive CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative.""", + meaning=CL["0002122"])) + setattr(cls, "CL:0000695", + PermissibleValue( + text="CL:0000695", + description="""A neuron of the human embryonic marginal zone which display, as a salient feature, radial ascending processes that contact the pial surface, and a horizontal axon plexus located in the deep marginal zone. One feature of these cells in mammals is that they express the Reelin gene.""", + meaning=CL["0000695"])) + setattr(cls, "CL:0002070", + PermissibleValue( + text="CL:0002070", + description="""Bottle-shaped with narrow neck; broad, rounded basal portion where nucleus is located; stereocilia and a single kinocilium is present apically; receive nerve bouton at their base from an afferent cup-shaped (chalice or calyx) nerve ending.""", + meaning=CL["0002070"])) + setattr(cls, "CL:4023083", + PermissibleValue( + text="CL:4023083", + description="""A GABAergic interneuron that selectively innervates the axon initial segment of pyramidal cells. Their local axonal clusters are formed by high-frequency branching at shallow angles, often ramifying around, above or below their somata with a high bouton density. The characteristic terminal portions of the axon form short vertical rows of boutons, resembling the candlesticks and candles of a chandelier. Chandelier cells can be multipolar or bitufted.""", + meaning=CL["4023083"])) + setattr(cls, "CL:1000366", + PermissibleValue( + text="CL:1000366", + description="A transitional myocyte that is part of the middle internodal tract.", + meaning=CL["1000366"])) + setattr(cls, "CL:0003014", + PermissibleValue( + text="CL:0003014", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a medium length secondary dendrite shaft.""", + meaning=CL["0003014"])) + setattr(cls, "CL:0002512", + PermissibleValue( + text="CL:0002512", + description="A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-high.", + meaning=CL["0002512"])) + setattr(cls, "CL:0002595", + PermissibleValue( + text="CL:0002595", + description="A smooth muscle cell of the subclavian artery.", + meaning=CL["0002595"])) + setattr(cls, "CL:0002078", + PermissibleValue( + text="CL:0002078", + description="Epithelial cell derived from mesoderm or mesenchyme.", + meaning=CL["0002078"])) + setattr(cls, "CL:0002420", + PermissibleValue( + text="CL:0002420", + description="A T cell that has not completed T cell selection.", + meaning=CL["0002420"])) + setattr(cls, "CL:0000503", + PermissibleValue( + text="CL:0000503", + description="""A flattened stroma cell forming a sheath or theca outside the basal lamina lining the mature ovarian follicle. Thecal interstitial or stromal cells are steroidogenic, and produce primarily androgens which serve as precusors of estrogens in the granulosa cells.""", + meaning=CL["0000503"])) + setattr(cls, "CL:0000908", + PermissibleValue( + text="CL:0000908", + description="""A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines.""", + meaning=CL["0000908"])) + setattr(cls, "CL:0002664", + PermissibleValue( + text="CL:0002664", + description="""A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart.""", + meaning=CL["0002664"])) + setattr(cls, "CL:4023057", + PermissibleValue( + text="CL:4023057", + description="Any GABAergic interneuron that has its soma located in some cerebellar cortex.", + meaning=CL["4023057"])) + setattr(cls, "CL:0002532", + PermissibleValue( + text="CL:0002532", + description="A myeloid dendritic cell found in the blood that is CD16-positive.", + meaning=CL["0002532"])) + setattr(cls, "CL:0008001", + PermissibleValue( + text="CL:0008001", + description="Any hematopoietic cell that is a precursor of some other hematopoietic cell type.", + meaning=CL["0008001"])) + setattr(cls, "CL:0000206", + PermissibleValue( + text="CL:0000206", + description="""A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood.""", + meaning=CL["0000206"])) + setattr(cls, "CL:2000065", + PermissibleValue( + text="CL:2000065", + description="Any microvascular endothelial cell that is part of a female urethra.", + meaning=CL["2000065"])) + setattr(cls, "CL:0000957", + PermissibleValue( + text="CL:0000957", + description="""A large pre-B-II cell is a pre-B-II cell that is proliferating and is Rag1-negative and Rag2-negative.""", + meaning=CL["0000957"])) + setattr(cls, "CL:0000986", + PermissibleValue( + text="CL:0000986", + description="A fully differentiated plasma cell that secretes IgM.", + meaning=CL["0000986"])) + setattr(cls, "CL:0000792", + PermissibleValue( + text="CL:0000792", + description="""A CD4-positive, CD25-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000792"])) + setattr(cls, "CL:0002194", + PermissibleValue( + text="CL:0002194", + description="A cell involved in the formation of a monocyte (monopoiesis).", + meaning=CL["0002194"])) + setattr(cls, "CL:0002496", + PermissibleValue( + text="CL:0002496", + description="""A T cell that is located in the intestinal epithelium and is capable of a mucosal immune response.""", + meaning=CL["0002496"])) + setattr(cls, "CL:0000600", + PermissibleValue( + text="CL:0000600", + description="A fungal cell with two or more genetically distinct nuclei.", + meaning=CL["0000600"])) + setattr(cls, "CL:0000355", + PermissibleValue( + text="CL:0000355", + description="""A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell.""", + meaning=CL["0000355"])) + setattr(cls, "CL:1000893", + PermissibleValue( + text="CL:1000893", + description="Any kidney blood vessel cell that is part of some renal vein.", + meaning=CL["1000893"])) + setattr(cls, "CL:0002044", + PermissibleValue( + text="CL:0002044", + description="""A basophil mast progenitor cell that is Beta-7 integrin-high, Kit-positive FcRgammaII/III-positive and Sca1-negative.""", + meaning=CL["0002044"])) + setattr(cls, "CL:0002246", + PermissibleValue( + text="CL:0002246", + description="""A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells).""", + meaning=CL["0002246"])) + setattr(cls, "CL:0009098", + PermissibleValue( + text="CL:0009098", + description="""A skeletal muscle fiber found at the fetal and neonatal stages. In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears shortly after birth and is replaced by expression of adult heavy chain myosins.""", + meaning=CL["0009098"])) + setattr(cls, "CL:1000720", + PermissibleValue( + text="CL:1000720", + description="Any renal intercalated cell that is part of some papillary duct.", + meaning=CL["1000720"])) + setattr(cls, "CL:0000975", + PermissibleValue( + text="CL:0000975", + description="A fully differentiated plasma cell that lives for months.", + meaning=CL["0000975"])) + setattr(cls, "CL:0000367", + PermissibleValue( + text="CL:0000367", + meaning=CL["0000367"])) + setattr(cls, "CL:0009045", + PermissibleValue( + text="CL:0009045", + description="A B cell found in the lymph node medullary sinus.", + meaning=CL["0009045"])) + setattr(cls, "CL:0002443", + PermissibleValue( + text="CL:0002443", + description="A NK1.1-positive T cell that is Ly49Cl-positive.", + meaning=CL["0002443"])) + setattr(cls, "CL:0000446", + PermissibleValue( + text="CL:0000446", + description="""An epithelial cell of the parathyroid gland that is arranged in wide, irregular interconnecting columns; responsible for the synthesis and secretion of parathyroid hormone.""", + meaning=CL["0000446"])) + setattr(cls, "CL:0000561", + PermissibleValue( + text="CL:0000561", + description="""Interneuron of the vertebrate retina. They integrate, modulate, and interpose a temporal domain in the visual message presented to the retinal ganglion cells, with which they synapse in the inner plexiform layer. They lack large axons.""", + meaning=CL["0000561"])) + setattr(cls, "CL:0002143", + PermissibleValue( + text="CL:0002143", + description="""A chief cell that is smaller than light chief cells and has a smaller and darker nucleus and a finely granular cytoplasm with many granules.""", + meaning=CL["0002143"])) + setattr(cls, "CL:0000566", + PermissibleValue( + text="CL:0000566", + description="A mesenchymal stem cell capable of developing into blood vessel endothelium.", + meaning=CL["0000566"])) + setattr(cls, "CL:0019021", + PermissibleValue( + text="CL:0019021", + description="""An endothelial cell found in the periportal region hepatic sinusoid, near the portal triad. The fenestrae of these cells are larger but fewer in number compared with those of endothelial cells near the centrilobular region of the hepatic sinusoid.""", + meaning=CL["0019021"])) + setattr(cls, "CL:1001145", + PermissibleValue( + text="CL:1001145", + description="Any kidney cortex vein cell that is part of some renal interlobular vein.", + meaning=CL["1001145"])) + setattr(cls, "CL:0008012", + PermissibleValue( + text="CL:0008012", + description="""A skeletal muscle satellite cell that is mitotically quiescent. These cells are wedge shaped and have a large nuclear to cytoplasmic ratio with few organelles, a small nucleus and condensed interphase chromatin. Satellite cells typically remain in this state until activated following muscle damage.""", + meaning=CL["0008012"])) + setattr(cls, "CL:0000142", + PermissibleValue( + text="CL:0000142", + description="""A cell occurring in the peripheral part of the vitreous body of the eye that may be responsible for production of hyaluronic acid and collagen.""", + meaning=CL["0000142"])) + setattr(cls, "CL:2000017", + PermissibleValue( + text="CL:2000017", + description="Any fibroblast that is part of a periodontal ligament.", + meaning=CL["2000017"])) + setattr(cls, "CL:0004115", + PermissibleValue( + text="CL:0004115", + description="""A monostratified retinal ganglion cell with small to medium soma and small to medium dendritic field.""", + meaning=CL["0004115"])) + setattr(cls, "CL:0000424", + PermissibleValue( + text="CL:0000424", + description="""A cell involved in the elimination of metabolic and foreign toxins, and in maintaining the ionic, acid-base and water balance of biological fluids.""", + meaning=CL["0000424"])) + setattr(cls, "CL:0000568", + PermissibleValue( + text="CL:0000568", + description="""A cell that originates in the neural crest, that has certain cytochemical and ultrastructural characteristics and is found scattered throughout the body; types include melanocytes, the cells of the chromaffin system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, lungs, gastrointestinal tract, and pancreas. This cell type concentrates the amino acid precursors of certain amines and decarboxylate them, forming amines that function as regulators and neurotransmitters. This cell type produces substances such as epinephrine, norepinephrine, dopamine, serotonin, enkephalin, somatostatin, neurotensin, and substance P, the actions of which may affect contiguous cells, nearby groups of cells, or distant cells, thus functioning as local or systemic hormones. The name is an acronym for amine precursor uptake and decarboxylation cell.""", + meaning=CL["0000568"])) + setattr(cls, "CL:0002642", + PermissibleValue( + text="CL:0002642", + description="""An epithelial cell of the esophageal cardiac gland that occurs both in the proximal and distal esophagus, within the lamina propia.""", + meaning=CL["0002642"])) + setattr(cls, "CL:0002349", + PermissibleValue( + text="CL:0002349", + description="A natural killer cell that is CD27-high and CD11b-low.", + meaning=CL["0002349"])) + setattr(cls, "CL:0002522", + PermissibleValue( + text="CL:0002522", + description="""A renal filtration cell is a specialized cell of the renal system that filter fluids by charge, size or both.""", + meaning=CL["0002522"])) + setattr(cls, "CL:0002501", + PermissibleValue( + text="CL:0002501", + description="""A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive intestinal polypeptide.""", + meaning=CL["0002501"])) + setattr(cls, "CL:0000817", + PermissibleValue( + text="CL:0000817", + description="A precursor B cell is a B cell with the phenotype CD10-positive.", + meaning=CL["0000817"])) + setattr(cls, "CL:0000429", + PermissibleValue( + text="CL:0000429", + description="A columnar epithelial cell that is part of an insect imaginal disc.", + meaning=CL["0000429"])) + setattr(cls, "CL:1001431", + PermissibleValue( + text="CL:1001431", + description="Any renal principal cell that is part of some collecting duct of renal tubule.", + meaning=CL["1001431"])) + setattr(cls, "CL:0002567", + PermissibleValue( + text="CL:0002567", + description="A melanocyte that appears lighter in color.", + meaning=CL["0002567"])) + setattr(cls, "CL:0000853", + PermissibleValue( + text="CL:0000853", + description="""Olfactory epithelial support cell is a columnar cell that extends from the epithelial free margin to the basement membrane of the olfactory epithelium. This cell type has a large, vertically, elongate, euchromatic nucleus, along with other nuclei, forms a layer superficial to the cell body of the receptor cell; sends long somewhat irregular microvilli into the mucus layer; at the base, with expanded end-feet containing numerous lamellated dense bodies resembling lipofuscin of neurons.""", + meaning=CL["0000853"])) + setattr(cls, "CL:0002217", + PermissibleValue( + text="CL:0002217", + description="""A trophoblast that leaves the placenta and invades the endometrium and myometrium. This cell type is crucial in increasing blood flow to the fetus.""", + meaning=CL["0002217"])) + setattr(cls, "CL:4023062", + PermissibleValue( + text="CL:4023062", + description="A neuron with its soma located in the dentate gyrus of the hippocampus.", + meaning=CL["4023062"])) + setattr(cls, "CL:1000281", + PermissibleValue( + text="CL:1000281", + description="A smooth muscle cell that is part of the cecum.", + meaning=CL["1000281"])) + setattr(cls, "CL:0002368", + PermissibleValue( + text="CL:0002368", + description="An endo-epithelial cell of the respiratory tract.", + meaning=CL["0002368"])) + setattr(cls, "CL:0000749", + PermissibleValue( + text="CL:0000749", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner half of the inner plexiform layer. These cells depolarize in response to light stimulation of their corresponding photoreceptors.""", + meaning=CL["0000749"])) + setattr(cls, "CL:0002225", + PermissibleValue( + text="CL:0002225", + description="""A lens fiber cell that develops from primary lens fiber; located towards the center of lens; cell organelles are normally degraded or in the process of being degraded.""", + meaning=CL["0002225"])) + setattr(cls, "CL:4030062", + PermissibleValue( + text="CL:4030062", + description="""An intratelencephalic-projecting glutamatergic with a soma located in cortical layer 4/5.""", + meaning=CL["4030062"])) + setattr(cls, "CL:0000334", + PermissibleValue( + text="CL:0000334", + meaning=CL["0000334"])) + setattr(cls, "CL:2000006", + PermissibleValue( + text="CL:2000006", + description="Any germinal center B cell that is part of a tonsil.", + meaning=CL["2000006"])) + setattr(cls, "CL:1000335", + PermissibleValue( + text="CL:1000335", + description="An enterocyte that is part of the epithelium of intestinal villus.", + meaning=CL["1000335"])) + setattr(cls, "CL:1000285", + PermissibleValue( + text="CL:1000285", + description="A smooth muscle cell that is part of the sigmoid colon.", + meaning=CL["1000285"])) + setattr(cls, "CL:0000043", + PermissibleValue( + text="CL:0000043", + description="""A fully differentiated basophil, a granular leukocyte with an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation.""", + meaning=CL["0000043"])) + setattr(cls, "CL:4042005", + PermissibleValue( + text="CL:4042005", + description="A choroid plexus macrophage that is part of a choroid plexus stroma.", + meaning=CL["4042005"])) + setattr(cls, "CL:0003034", + PermissibleValue( + text="CL:0003034", + description="""A monostratified retinal ganglion cell that has a small soma, an assymetric dendritic field with post synaptic terminals in sublaminar layer S3.""", + meaning=CL["0003034"])) + setattr(cls, "CL:1000849", + PermissibleValue( + text="CL:1000849", + description="Any epithelial cell of distal tubule that is part of some distal convoluted tubule.", + meaning=CL["1000849"])) + setattr(cls, "CL:0007008", + PermissibleValue( + text="CL:0007008", + description="""Notochordal cell that is inner portion of the notochord and becomes vacuolated as development proceeds.""", + meaning=CL["0007008"])) + setattr(cls, "CL:0000457", + PermissibleValue( + text="CL:0000457", + meaning=CL["0000457"])) + setattr(cls, "CL:1000317", + PermissibleValue( + text="CL:1000317", + description="A goblet cell that is part of the epithelium of intestinal villus.", + meaning=CL["1000317"])) + setattr(cls, "CL:0000325", + PermissibleValue( + text="CL:0000325", + description="A cell that is specialised to accumulate a particular substance(s).", + meaning=CL["0000325"])) + setattr(cls, "CL:0011031", + PermissibleValue( + text="CL:0011031", + description="A dendritic cell that develops from a monocyte.", + meaning=CL["0011031"])) + setattr(cls, "CL:0010003", + PermissibleValue( + text="CL:0010003", + description="An epithelial cell that is part_of a alveolus of lung.", + meaning=CL["0010003"])) + setattr(cls, "CL:0002417", + PermissibleValue( + text="CL:0002417", + description="""An immature or mature cell of the first erythroid lineage to arise during embryonic development.""", + meaning=CL["0002417"])) + setattr(cls, "CL:0002584", + PermissibleValue( + text="CL:0002584", + description="An epithelial cell of the kidney cortex.", + meaning=CL["0002584"])) + setattr(cls, "CL:1000487", + PermissibleValue( + text="CL:1000487", + description="A smooth muscle cell that is part of the prostate gland.", + meaning=CL["1000487"])) + setattr(cls, "CL:0000338", + PermissibleValue( + text="CL:0000338", + description="A neural precursor of the central nervous system.", + meaning=CL["0000338"])) + setattr(cls, "CL:0002183", + PermissibleValue( + text="CL:0002183", + description="""A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit.""", + meaning=CL["0002183"])) + setattr(cls, "CL:0000637", + PermissibleValue( + text="CL:0000637", + description="A cell that stains readily in the anterior pituitary gland.", + meaning=CL["0000637"])) + setattr(cls, "CL:0002549", + PermissibleValue( + text="CL:0002549", + description="A fibroblast that is part of the choroid plexus.", + meaning=CL["0002549"])) + setattr(cls, "CL:0002257", + PermissibleValue( + text="CL:0002257", + description="An epithelial cell of thyroid gland.", + meaning=CL["0002257"])) + setattr(cls, "CL:1000296", + PermissibleValue( + text="CL:1000296", + description="An epithelial cell that is part of the urethra.", + meaning=CL["1000296"])) + setattr(cls, "CL:4030058", + PermissibleValue( + text="CL:4030058", + description="A macrophage that expresses the T cell receptor complex at the cell surface.", + meaning=CL["4030058"])) + setattr(cls, "CL:1000979", + PermissibleValue( + text="CL:1000979", + description="Any smooth muscle cell that is part of some muscular coat of ureter.", + meaning=CL["1000979"])) + setattr(cls, "CL:0000939", + PermissibleValue( + text="CL:0000939", + description="""A mature natural killer cell that has the phenotype CD56-low, CD16-positive and which is capable of cytotoxicity and cytokine production.""", + meaning=CL["0000939"])) + setattr(cls, "CL:0000032", + PermissibleValue( + text="CL:0000032", + description="""A cell of a platelike structure, especially a thickened plate of ectoderm in the early embryo, from which a sense organ develops.""", + meaning=CL["0000032"])) + setattr(cls, "CL:0002150", + PermissibleValue( + text="CL:0002150", + description="""Epithelioid macrophage is an activated macrophage that resembles an epithelial cell with finely granular, pale eosinophilic cytoplasm and central, ovoid nucleus (oval or elongate). This cell type is able to merge into one another to form aggregates. The presence of such aggregates may characterize some pathologic conditions, mainly granulomatous inflammation.""", + meaning=CL["0002150"])) + setattr(cls, "CL:0009006", + PermissibleValue( + text="CL:0009006", + description="An enteroendocrine cell that is located in the small intestine.", + meaning=CL["0009006"])) + setattr(cls, "CL:0000579", + PermissibleValue( + text="CL:0000579", + description="""A follicle cell that migrates from the anterior pole of the insect egg chamber to the anterior of the oocyte where they participate in the formation of the micropyle.""", + meaning=CL["0000579"])) + setattr(cls, "CL:0000217", + PermissibleValue( + text="CL:0000217", + meaning=CL["0000217"])) + setattr(cls, "CL:0000916", + PermissibleValue( + text="CL:0000916", + description="A mature gamma-delta T cell located in the epidermis that regulates wound healing.", + meaning=CL["0000916"])) + setattr(cls, "CL:0000406", + PermissibleValue( + text="CL:0000406", + meaning=CL["0000406"])) + setattr(cls, "CL:1000405", + PermissibleValue( + text="CL:1000405", + description="An epithelial cell that is part of the appendix.", + meaning=CL["1000405"])) + setattr(cls, "CL:1000355", + PermissibleValue( + text="CL:1000355", + description="A M cell that is part of the epithelium proper of small intestine.", + meaning=CL["1000355"])) + setattr(cls, "CL:0000968", + PermissibleValue( + text="CL:0000968", + description="A mature B cell that produces cytokines that can influence CD4 T cell differentiation.", + meaning=CL["0000968"])) + setattr(cls, "CL:0002383", + PermissibleValue( + text="CL:0002383", + description="""A uninucleate spore formed on specialized cells or projections, sterigma, of a conidiophore head.""", + meaning=CL["0002383"])) + setattr(cls, "CL:4029002", + PermissibleValue( + text="CL:4029002", + description="A gamete-nursing cell that derives from a germline cell (del Pino, 2021).", + meaning=CL["4029002"])) + setattr(cls, "CL:4023088", + PermissibleValue( + text="CL:4023088", + description="""A basket cell that is large, and typically ascends to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers.""", + meaning=CL["4023088"])) + setattr(cls, "CL:4033053", + PermissibleValue( + text="CL:4033053", + description="""A bistratfied retinal ganglion cell with a small dendritic field that has dendrites in the ON and OFF sublamina of the retinal inner plexiform layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar and amacrine input to both the OFF and ON dendritic tree.""", + meaning=CL["4033053"])) + setattr(cls, "CL:2000046", + PermissibleValue( + text="CL:2000046", + description="Any cardiac muscle cell that is part of a cardiac ventricle.", + meaning=CL["2000046"])) + setattr(cls, "CL:4023072", + PermissibleValue( + text="CL:4023072", + description="A cell that is part of the brain vasculature.", + meaning=CL["4023072"])) + setattr(cls, "CL:0002236", + PermissibleValue( + text="CL:0002236", + description="A cell that constitutes the basal layer of epithelium in the prostatic duct.", + meaning=CL["0002236"])) + setattr(cls, "CL:0000519", + PermissibleValue( + text="CL:0000519", + description="A phagocyte from organisms in the Nematoda or Protostomia clades.", + meaning=CL["0000519"])) + setattr(cls, "CL:0002670", + PermissibleValue( + text="CL:0002670", + description="""An otic fibrocyte that underlies the stria vascularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002670"])) + setattr(cls, "CL:1000480", + PermissibleValue( + text="CL:1000480", + description="A transitional myocyte that is part of the internodal tract.", + meaning=CL["1000480"])) + setattr(cls, "CL:1000308", + PermissibleValue( + text="CL:1000308", + description="A fibrocyte that is part of the adventitia of ureter.", + meaning=CL["1000308"])) + setattr(cls, "CL:0000308", + PermissibleValue( + text="CL:0000308", + meaning=CL["0000308"])) + setattr(cls, "CL:0000422", + PermissibleValue( + text="CL:0000422", + description="""A cell whose primary function is to cause growth by stimulating cell division in its immediate cellular environment.""", + meaning=CL["0000422"])) + setattr(cls, "CL:4006000", + PermissibleValue( + text="CL:4006000", + description="A fibroblast that is part of the breast.", + meaning=CL["4006000"])) + setattr(cls, "CL:0000182", + PermissibleValue( + text="CL:0000182", + description="""The main structural component of the liver. They are specialized epithelial cells that are organized into interconnected plates called lobules. Majority of cell population of liver, polygonal in shape, arranged in plates or trabeculae between sinusoids; may have single nucleus or binucleated.""", + meaning=CL["0000182"])) + setattr(cls, "CL:0002095", + PermissibleValue( + text="CL:0002095", + description="A cell in the hilum of the ovary that produces androgens.", + meaning=CL["0002095"])) + setattr(cls, "CL:0002398", + PermissibleValue( + text="CL:0002398", + description="An intermediate monocyte that is Gr1-positive, CD43-positive.", + meaning=CL["0002398"])) + setattr(cls, "CL:0000335", + PermissibleValue( + text="CL:0000335", + description="""A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors.""", + meaning=CL["0000335"])) + setattr(cls, "CL:1000482", + PermissibleValue( + text="CL:1000482", + description="A myocardial endocrine cell that is part of the interventricular septum.", + meaning=CL["1000482"])) + setattr(cls, "CL:0019031", + PermissibleValue( + text="CL:0019031", + description="""Goblet cells reside throughout the length of the small and large intestine and are responsible for the production and maintenance of the protective mucus blanket by synthesizing and secreting high-molecular-weight glycoproteins known as mucins. Human intestinal goblet cells secrete the MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, AGR2, ZG16, and TFF3.""", + meaning=CL["0019031"])) + setattr(cls, "CL:0002030", + PermissibleValue( + text="CL:0002030", + description="""A lineage negative, Sca1-negative basophil progenitor cell that is Fc epsilon RIalpha-high.""", + meaning=CL["0002030"])) + setattr(cls, "CL:0002582", + PermissibleValue( + text="CL:0002582", + description="A preadipocyte that is part of visceral tissue.", + meaning=CL["0002582"])) + setattr(cls, "CL:0002440", + PermissibleValue( + text="CL:0002440", + description="A NK1.1-positive T cell that is Ly49D-positive.", + meaning=CL["0002440"])) + setattr(cls, "CL:1001509", + PermissibleValue( + text="CL:1001509", + description="The neurons that utilize glycine as a neurotransmitter.", + meaning=CL["1001509"])) + setattr(cls, "CL:0002428", + PermissibleValue( + text="CL:0002428", + description="""A double-positive thymocyte that is large (i.e. has a high forward scatter signal in flow cytometry) and is actively proliferating.""", + meaning=CL["0002428"])) + setattr(cls, "CL:0002453", + PermissibleValue( + text="CL:0002453", + description="""A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons.""", + meaning=CL["0002453"])) + setattr(cls, "CL:0000488", + PermissibleValue( + text="CL:0000488", + description="A photoreceptor cell that detects visible light.", + meaning=CL["0000488"])) + setattr(cls, "CL:1000090", + PermissibleValue( + text="CL:1000090", + description="Any epithelial cell that is part of some pronephric nephron tubule.", + meaning=CL["1000090"])) + setattr(cls, "CL:0004126", + PermissibleValue( + text="CL:0004126", + description="""A retinal ganglion cell C outer that has symmetrical and dense dendritic dendritic tree with a large dendritic field.""", + meaning=CL["0004126"])) + setattr(cls, "CL:0002159", + PermissibleValue( + text="CL:0002159", + description="Epithelial cells derived from general body ectoderm and ectoderm placodes.", + meaning=CL["0002159"])) + setattr(cls, "CL:0000096", + PermissibleValue( + text="CL:0000096", + description="""A fully differentiated neutrophil, a granular leukocyte having a nucleus with three to five lobes connected by slender threads, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes. They are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, CD43-positive, CD181-positive, and CD182-positive.""", + meaning=CL["0000096"])) + setattr(cls, "CL:0000872", + PermissibleValue( + text="CL:0000872", + description="""A splenic macrophage found in the marginal zone of the spleen, involved in recognition and clearance of particulate material from the splenic circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, SIGN-R1-positive, and Dectin2-positive.""", + meaning=CL["0000872"])) + setattr(cls, "CL:0002201", + PermissibleValue( + text="CL:0002201", + description="""A renal intercalated cell that secretes base and reabsorbs acid in the distal segments of the kidney tubule to maintain acid/base balance.""", + meaning=CL["0002201"])) + setattr(cls, "CL:0000244", + PermissibleValue( + text="CL:0000244", + description="""A cell characteristically found lining hollow organs that are subject to great mechanical change due to contraction and distention; originally thought to represent a transition between stratified squamous and columnar epithelium.""", + meaning=CL["0000244"])) + setattr(cls, "CL:4033002", + PermissibleValue( + text="CL:4033002", + description="A(n) neuroendocrine cell that is part of a(n) epithelium of crypt of Lieberkuhn.", + meaning=CL["4033002"])) + setattr(cls, "CL:1000606", + PermissibleValue( + text="CL:1000606", + description="Any neuron that has its soma located in some kidney.", + meaning=CL["1000606"])) + setattr(cls, "CL:4033059", + PermissibleValue( + text="CL:4033059", + description="""A lactocyte that highly expresses genes associated with transcription, immune cell function, and cellular stress. A lactocyte type 1 also expresses genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit at lower levels than a lactocyte type 2.""", + meaning=CL["4033059"])) + setattr(cls, "CL:0003039", + PermissibleValue( + text="CL:0003039", + description="""A monostratified retinal ganglion cell with large soma and medium dendritic field, with dense dendritic arbor.""", + meaning=CL["0003039"])) + setattr(cls, "CL:0000871", + PermissibleValue( + text="CL:0000871", + description="A secondary lymphoid organ macrophage found in the spleen.", + meaning=CL["0000871"])) + setattr(cls, "CL:0000353", + PermissibleValue( + text="CL:0000353", + description="An undifferentiated cell produced by early cleavages of the fertilized egg (zygote).", + meaning=CL["0000353"])) + setattr(cls, "CL:0002074", + PermissibleValue( + text="CL:0002074", + description="""The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides).""", + meaning=CL["0002074"])) + setattr(cls, "CL:0002614", + PermissibleValue( + text="CL:0002614", + description="A neuron of the substantia nigra.", + meaning=CL["0002614"])) + setattr(cls, "CL:0000716", + PermissibleValue( + text="CL:0000716", + description="A crystal cell that derives from the larval lymph gland.", + meaning=CL["0000716"])) + setattr(cls, "CL:0012001", + PermissibleValue( + text="CL:0012001", + description="A CNS neuron of the forebrain.", + meaning=CL["0012001"])) + setattr(cls, "CL:0002266", + PermissibleValue( + text="CL:0002266", + description="A type D cell of the small intestine.", + meaning=CL["0002266"])) + setattr(cls, "CL:0000126", + PermissibleValue( + text="CL:0000126", + description="""A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together.""", + meaning=CL["0000126"])) + setattr(cls, "CL:0002652", + PermissibleValue( + text="CL:0002652", + description="""A venule endothelial cell that is cubodial, expresses leukocyte-specific receptors, and allows for passage of lymphocytes into bloodstream.""", + meaning=CL["0002652"])) + setattr(cls, "CL:0000547", + PermissibleValue( + text="CL:0000547", + description="""An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers.""", + meaning=CL["0000547"])) + setattr(cls, "CL:0000737", + PermissibleValue( + text="CL:0000737", + description="Muscle cell which has as its direct parts myofilaments organized into sarcomeres.", + meaning=CL["0000737"])) + setattr(cls, "CL:4023042", + PermissibleValue( + text="CL:4023042", + description="A corticothalamic-projecting neuron with a soma found in cortical layer 6.", + meaning=CL["4023042"])) + setattr(cls, "CL:1001127", + PermissibleValue( + text="CL:1001127", + description="Any vasa recta cell that is part of some outer renal medulla vasa recta.", + meaning=CL["1001127"])) + setattr(cls, "CL:0008013", + PermissibleValue( + text="CL:0008013", + description="""A visceromotor motor neuron whose soma is located in the hindbrain, and which synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles of the head.""", + meaning=CL["0008013"])) + setattr(cls, "CL:0002578", + PermissibleValue( + text="CL:0002578", + description="A preadipocyte found in mesenteric tissue.", + meaning=CL["0002578"])) + setattr(cls, "CL:0009086", + PermissibleValue( + text="CL:0009086", + description="An endothelial cell that is part of a respiratory system lymphatic vessel.", + meaning=CL["0009086"])) + setattr(cls, "CL:0000177", + PermissibleValue( + text="CL:0000177", + description="Any secretory cell that is capable of some testosterone secretion.", + meaning=CL["0000177"])) + setattr(cls, "CL:0002643", + PermissibleValue( + text="CL:0002643", + description="An epithelial cell of stratum corneum of esophageal epithelium that lacks keratin.", + meaning=CL["0002643"])) + setattr(cls, "CL:0002022", + PermissibleValue( + text="CL:0002022", + description="An enucleate erythrocyte that is Lyg-76-high.", + meaning=CL["0002022"])) + setattr(cls, "CL:0002632", + PermissibleValue( + text="CL:0002632", + description="Any epithelial cell that is part of some lower respiratory tract epithelium.", + meaning=CL["0002632"])) + setattr(cls, "CL:0000055", + PermissibleValue( + text="CL:0000055", + description="A precursor cell with a limited number of potential fates.", + meaning=CL["0000055"])) + setattr(cls, "CL:0002535", + PermissibleValue( + text="CL:0002535", + description="An epithelial cell of the cervix.", + meaning=CL["0002535"])) + setattr(cls, "CL:2000091", + PermissibleValue( + text="CL:2000091", + description="Any microvascular endothelial cell that is part of a endometrial blood vessel.", + meaning=CL["2000091"])) + setattr(cls, "CL:0000251", + PermissibleValue( + text="CL:0000251", + meaning=CL["0000251"])) + setattr(cls, "CL:0001016", + PermissibleValue( + text="CL:0001016", + description="""Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001016"])) + setattr(cls, "CL:1001587", + PermissibleValue( + text="CL:1001587", + description="Glandular cell of uterine cervix epithelium.", + meaning=CL["1001587"])) + setattr(cls, "CL:0002162", + PermissibleValue( + text="CL:0002162", + description="""An extremely flattened cell type found on the inner side of the tympanic membrane. The surface of this cell type carries sparse pleomorphic microvilli that are more common near the junctional zones.""", + meaning=CL["0002162"])) + setattr(cls, "CL:0002576", + PermissibleValue( + text="CL:0002576", + description="""A glial cell that is part of the perineurium. This cell type has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments of external lamina and/or external lamina-like material, attachment plaques, and desmosome-like junctions. Perineurial cells historically have been referred to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial cell: does not have a compact nucleus and large endoplasmic reticulum; does have a double basement membrane opposed to a single basal lamina; is carefully joined to other perineurial cells by tight junctions into a single sheet as opposed to arranged in a large mass; and finally, can surround a small axon bundle at a nerve terminal whereas a fibroblast cannot.""", + meaning=CL["0002576"])) + setattr(cls, "CL:0000624", + PermissibleValue( + text="CL:0000624", + description="""A mature alpha-beta T cell that expresses an alpha-beta T cell receptor and the CD4 coreceptor.""", + meaning=CL["0000624"])) + setattr(cls, "CL:0000523", + PermissibleValue( + text="CL:0000523", + description="""A cell from the inner layer of the trophoblast of the early mammalian embryo that gives rise to the outer surface and villi of the chorion. Mononuclear crytoblasts fuse to give rise to a multinuclear cytotrophoblast.""", + meaning=CL["0000523"])) + setattr(cls, "CL:0002151", + PermissibleValue( + text="CL:0002151", + description="""A promyelocyte that is considerably smaller, with more condensed chromatin, and nucleoli are no longer conspicuous.""", + meaning=CL["0002151"])) + setattr(cls, "CL:4023090", + PermissibleValue( + text="CL:4023090", + description="""A basket cell with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer.""", + meaning=CL["4023090"])) + setattr(cls, "CL:4023032", + PermissibleValue( + text="CL:4023032", + meaning=CL["4023032"])) + setattr(cls, "CL:1000353", + PermissibleValue( + text="CL:1000353", + description="A M cell that is part of the epithelium of small intestine.", + meaning=CL["1000353"])) + setattr(cls, "CL:0000256", + PermissibleValue( + text="CL:0000256", + meaning=CL["0000256"])) + setattr(cls, "CL:0010004", + PermissibleValue( + text="CL:0010004", + description="A mononuclear cell that is part_of a bone marrow.", + meaning=CL["0010004"])) + setattr(cls, "CL:0003031", + PermissibleValue( + text="CL:0003031", + description="""A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003031"])) + setattr(cls, "CL:2000032", + PermissibleValue( + text="CL:2000032", + description="A neuron that is part of a peripheral nervous system.", + meaning=CL["2000032"])) + setattr(cls, "CL:0000428", + PermissibleValue( + text="CL:0000428", + meaning=CL["0000428"])) + setattr(cls, "CL:0005000", + PermissibleValue( + text="CL:0005000", + description="A CNS interneuron located in the spinal cord.", + meaning=CL["0005000"])) + setattr(cls, "CL:0000836", + PermissibleValue( + text="CL:0000836", + description="""A precursor in the granulocytic series, being a cell intermediate in development between a myeloblast and myelocyte, that has distinct nucleoli, a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma Fc region receptor III-negative, and CD24-negative.""", + meaning=CL["0000836"])) + setattr(cls, "CL:1001106", + PermissibleValue( + text="CL:1001106", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb. It is known in some mammalian species that this cell may express the Na+-K+-2Cl− cotransporter (NKCC2) apically.""", + meaning=CL["1001106"])) + setattr(cls, "CL:0000467", + PermissibleValue( + text="CL:0000467", + description="A peptide hormone secreting cell that produces adrenocorticotropin, or corticotropin.", + meaning=CL["0000467"])) + setattr(cls, "CL:0000431", + PermissibleValue( + text="CL:0000431", + description="""A pigment cell derived from the neural crest. The cell contains flat light-reflecting platelets, probably of guanine, in stacks called reflecting platelets or iridisomes. The color-generating components produce a silver, gold, or iridescent color.""", + meaning=CL["0000431"])) + setattr(cls, "CL:0002390", + PermissibleValue( + text="CL:0002390", + description="A blastoconidium that has only one nucleus.", + meaning=CL["0002390"])) + setattr(cls, "CL:4033035", + PermissibleValue( + text="CL:4033035", + description="An ON bipolar cell that has large dendritic and axonal fields.", + meaning=CL["4033035"])) + setattr(cls, "CL:0000614", + PermissibleValue( + text="CL:0000614", + description="""A basophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and basophil-specific granules has started. No nucleolus is present. Markers are being integrin alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, aminopeptidase N-positive.""", + meaning=CL["0000614"])) + setattr(cls, "CL:0000080", + PermissibleValue( + text="CL:0000080", + description="""A cell which moves among different tissues of the body, via blood, lymph, or other medium.""", + meaning=CL["0000080"])) + setattr(cls, "CL:0002439", + PermissibleValue( + text="CL:0002439", + description="A NK1.1-positive T cell that is NKGA2-positive.", + meaning=CL["0002439"])) + setattr(cls, "CL:4033003", + PermissibleValue( + text="CL:4033003", + description="A(n) myoepithelial cell that is part of a(n) bronchus submucosal gland.", + meaning=CL["4033003"])) + setattr(cls, "CL:0000512", + PermissibleValue( + text="CL:0000512", + description="""A paracrine cell is a secretory cell that secretes an agonist into intercellular spaces in which it diffuses to a target cell other than that which produced it.""", + meaning=CL["0000512"])) + setattr(cls, "CL:0009029", + PermissibleValue( + text="CL:0009029", + description="A mesothelial cell that is located in a vermiform appendix.", + meaning=CL["0009029"])) + setattr(cls, "CL:0000478", + PermissibleValue( + text="CL:0000478", + description="A peptide hormone secreting cell that secretes oxytocin stimulating hormone", + meaning=CL["0000478"])) + setattr(cls, "CL:0004001", + PermissibleValue( + text="CL:0004001", + description="""An interneuron whose axon stays entirely within the gray matter region where the cell body resides.""", + meaning=CL["0004001"])) + setattr(cls, "CL:0000797", + PermissibleValue( + text="CL:0000797", + description="""A mature alpha-beta T cell of the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.""", + meaning=CL["0000797"])) + setattr(cls, "CL:0005021", + PermissibleValue( + text="CL:0005021", + description="""Mesenchymal derived lymphatic progenitor cells that give rise to the superficial lymphatics.""", + meaning=CL["0005021"])) + setattr(cls, "CL:1000338", + PermissibleValue( + text="CL:1000338", + description="""An enterocyte that is part of the epithelium of crypt of Lieberkuhn of small intestine.""", + meaning=CL["1000338"])) + setattr(cls, "CL:0000746", + PermissibleValue( + text="CL:0000746", + description="""Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei.""", + meaning=CL["0000746"])) + setattr(cls, "CL:0000958", + PermissibleValue( + text="CL:0000958", + description="""A transitional stage B cell that migrates from the bone marrow into the peripheral circulation, and finally to the spleen. This cell type has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, CD23-negative, and CD62L-negative, and CD93-positive. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-negative.""", + meaning=CL["0000958"])) + setattr(cls, "CL:0002433", + PermissibleValue( + text="CL:0002433", + description="""A CD4-positive, CD8-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.""", + meaning=CL["0002433"])) + setattr(cls, "CL:0000890", + PermissibleValue( + text="CL:0000890", + description="""An elicited macrophage characterized by low production of pro-inflammatory and Th1 polarizing cytokines and high expression of arginase-1, and associated with tissue remodelling.""", + meaning=CL["0000890"])) + setattr(cls, "CL:0000169", + PermissibleValue( + text="CL:0000169", + description="""A cell that secretes insulin and is located towards the center of the islets of Langerhans.""", + meaning=CL["0000169"])) + setattr(cls, "CL:4023063", + PermissibleValue( + text="CL:4023063", + description="An interneuron that is derived from the medial ganglionic eminence.", + meaning=CL["4023063"])) + setattr(cls, "CL:0001003", + PermissibleValue( + text="CL:0001003", + description="""Mature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001003"])) + setattr(cls, "CL:4033046", + PermissibleValue( + text="CL:4033046", + description="""A midget ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from invaginating midget bipolar cells.""", + meaning=CL["4033046"])) + setattr(cls, "CL:0008019", + PermissibleValue( + text="CL:0008019", + description="""A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration.""", + meaning=CL["0008019"])) + setattr(cls, "CL:0002275", + PermissibleValue( + text="CL:0002275", + description="A PP cell located in the islets of the pancreas.", + meaning=CL["0002275"])) + setattr(cls, "CL:0002548", + PermissibleValue( + text="CL:0002548", + description="A fibroblast that is part of the heart.", + meaning=CL["0002548"])) + setattr(cls, "CL:0000732", + PermissibleValue( + text="CL:0000732", + meaning=CL["0000732"])) + setattr(cls, "CL:4023164", + PermissibleValue( + text="CL:4023164", + description="""A bushy cell that receives a large number of medium-sized synapses, called modified endbulbs. Globular bushy cells extend to the superior olive on both sides of the brainstem where they give input to the bipolar neurons.""", + meaning=CL["4023164"])) + setattr(cls, "CL:0004221", + PermissibleValue( + text="CL:0004221", + description="""A flag amacrine cell with post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004221"])) + setattr(cls, "CL:4033028", + PermissibleValue( + text="CL:4033028", + description="""An OFF diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells. This cell contains a large number of synaptic ribbons and a small axon arbor area.""", + meaning=CL["4033028"])) + setattr(cls, "CL:4030054", + PermissibleValue( + text="CL:4030054", + description="""A DRD1-expressing medium spiny neuron that is part of dense, RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and near the adjacent septal nuclei.""", + meaning=CL["4030054"])) + setattr(cls, "CL:0002322", + PermissibleValue( + text="CL:0002322", + description="A stem cell of embryonic origin.", + meaning=CL["0002322"])) + setattr(cls, "CL:0000451", + PermissibleValue( + text="CL:0000451", + description="""A cell of hematopoietic origin, typically resident in particular tissues, specialized in the uptake, processing, and transport of antigens to lymph nodes for the purpose of stimulating an immune response via T cell activation. These cells are lineage negative (CD3-negative, CD19-negative, CD34-negative, and CD56-negative).""", + meaning=CL["0000451"])) + setattr(cls, "CL:4023016", + PermissibleValue( + text="CL:4023016", + description="""A GABAergic neuron located in the cerebral cortex that expresses vasoactive intestinal polypeptide""", + meaning=CL["4023016"])) + setattr(cls, "CL:0009073", + PermissibleValue( + text="CL:0009073", + description="""A thymic medullary epithelial cell considered to be a post-AIRE cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs within Hassall's Corpuscles.""", + meaning=CL["0009073"])) + setattr(cls, "CL:1000282", + PermissibleValue( + text="CL:1000282", + description="A smooth muscle cell that is part of the ascending colon.", + meaning=CL["1000282"])) + setattr(cls, "CL:1000315", + PermissibleValue( + text="CL:1000315", + description="A goblet cell that is part of the epithelium of principal gastric gland.", + meaning=CL["1000315"])) + setattr(cls, "CL:0000536", + PermissibleValue( + text="CL:0000536", + description="A secondary neuron (sensu Teleostei) that has a motor function.", + meaning=CL["0000536"])) + setattr(cls, "CL:0011024", + PermissibleValue( + text="CL:0011024", + description="""A double negative thymocyte that is CD3-positive, CD4-negative, CD8-negative, that that are present in the periphery in very low numbers and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, but not IL-2, IL-4, IL-10 or IL-13 upon activation.""", + meaning=CL["0011024"])) + setattr(cls, "CL:0002148", + PermissibleValue( + text="CL:0002148", + description="A cell found within the dental pulp.", + meaning=CL["0002148"])) + setattr(cls, "CL:0000530", + PermissibleValue( + text="CL:0000530", + description="""A neuron that develops during the early segmentation stages in teleosts, before the neural tube is formed.""", + meaning=CL["0000530"])) + setattr(cls, "CL:0000439", + PermissibleValue( + text="CL:0000439", + description="A peptide hormone cell that secretes prolactin.", + meaning=CL["0000439"])) + setattr(cls, "CL:0002409", + PermissibleValue( + text="CL:0002409", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain that does not contain the Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.""", + meaning=CL["0002409"])) + setattr(cls, "CL:1001210", + PermissibleValue( + text="CL:1001210", + description="""Any vasa recta ascending limb cell that is part of some outer medulla vasa recta ascending limb.""", + meaning=CL["1001210"])) + setattr(cls, "CL:0002221", + PermissibleValue( + text="CL:0002221", + description="A squamous cell that has keratin in the esophagus.", + meaning=CL["0002221"])) + setattr(cls, "CL:0003020", + PermissibleValue( + text="CL:0003020", + description="A retinal ganglion cell C that has post-synaptic terminals in S2.", + meaning=CL["0003020"])) + setattr(cls, "CL:1000489", + PermissibleValue( + text="CL:1000489", + description="A reticular cell that is part of the splenic cord.", + meaning=CL["1000489"])) + setattr(cls, "CL:0000376", + PermissibleValue( + text="CL:0000376", + meaning=CL["0000376"])) + setattr(cls, "CL:0009000", + PermissibleValue( + text="CL:0009000", + description="""A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord.""", + meaning=CL["0009000"])) + setattr(cls, "CL:0000757", + PermissibleValue( + text="CL:0000757", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is restricted to sublamina 3 of the inner plexiform layer. It is narrowly stratified and branched. The dendritic tree has many delicate branches.""", + meaning=CL["0000757"])) + setattr(cls, "CL:0002012", + PermissibleValue( + text="CL:0002012", + description="A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive.", + meaning=CL["0002012"])) + setattr(cls, "CL:0000794", + PermissibleValue( + text="CL:0000794", + description="""A CD8-positive, alpha-beta T cell that is capable of killing target cells in an antigen specific manner with the phenotype perforin-positive and granzyme B-positive.""", + meaning=CL["0000794"])) + setattr(cls, "CL:0000223", + PermissibleValue( + text="CL:0000223", + description="A cell of the inner of the three germ layers of the embryo.", + meaning=CL["0000223"])) + setattr(cls, "CL:0000134", + PermissibleValue( + text="CL:0000134", + description="""A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs.""", + meaning=CL["0000134"])) + setattr(cls, "CL:1000307", + PermissibleValue( + text="CL:1000307", + description="A fibroblast that is part of the dense regular elastic tissue.", + meaning=CL["1000307"])) + setattr(cls, "CL:0000971", + PermissibleValue( + text="CL:0000971", + description="""An IgM memory B cell is an unswitched memory B cell with the phenotype IgM-positive and IgD-negative.""", + meaning=CL["0000971"])) + setattr(cls, "CL:0011009", + PermissibleValue( + text="CL:0011009", + description="A plasmatocyte derived from the embryonic head mesoderm.", + meaning=CL["0011009"])) + setattr(cls, "CL:0000462", + PermissibleValue( + text="CL:0000462", + description="""A cell of mesodermal origin that is closely associated with the epithelium of an imaginal disc. It is a precursor of some of the insect's adult muscles.""", + meaning=CL["0000462"])) + setattr(cls, "CL:0001065", + PermissibleValue( + text="CL:0001065", + description="""A lymphocyte that lacks characteristic T cell, B cell, myeloid cell, and dendritic cell markers, that functions as part of the innate immune response to produce cytokines and other effector responses.""", + meaning=CL["0001065"])) + setattr(cls, "CL:0000997", + PermissibleValue( + text="CL:0000997", + description="""Immature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0000997"])) + setattr(cls, "CL:0003028", + PermissibleValue( + text="CL:0003028", + description="""A monostratified retinal ganglion cell that has a small dendrite field with a dense dendrite arbor with post synaptic terminals in sublaminer layer S4.""", + meaning=CL["0003028"])) + setattr(cls, "CL:0000854", + PermissibleValue( + text="CL:0000854", + description="""Interneuromast cell is a neuroectodermal cell deposited by the migrating lateral line primordium between the neuromasts. Interneuromast cells proliferate and migrate to form additional neuromasts.""", + meaning=CL["0000854"])) + setattr(cls, "CL:0002333", + PermissibleValue( + text="CL:0002333", + description="An adipocyte derived from a neural crest cell.", + meaning=CL["0002333"])) + setattr(cls, "CL:0002616", + PermissibleValue( + text="CL:0002616", + description="An adipocyte of perirenal fat tissue.", + meaning=CL["0002616"])) + setattr(cls, "CL:0007012", + PermissibleValue( + text="CL:0007012", + description="""Odontoblast that non-terminally differentiated, located in the odontogenic papilla and dentine tissue, and transforms from a odontoblast cell.""", + meaning=CL["0007012"])) + setattr(cls, "CL:1000083", + PermissibleValue( + text="CL:1000083", + meaning=CL["1000083"])) + setattr(cls, "CL:0002415", + PermissibleValue( + text="CL:0002415", + description="A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive.", + meaning=CL["0002415"])) + setattr(cls, "CL:2000062", + PermissibleValue( + text="CL:2000062", + description="Any capillary endothelial cell that is part of a placenta.", + meaning=CL["2000062"])) + setattr(cls, "CL:1001221", + PermissibleValue( + text="CL:1001221", + description="Any smooth muscle cell that is part of some kidney arcuate vein.", + meaning=CL["1001221"])) + setattr(cls, "CL:4030053", + PermissibleValue( + text="CL:4030053", + description="""A DRD1-expressing, medium spiny neuron-like granule cell that is part of an Island of Calleja.""", + meaning=CL["4030053"])) + setattr(cls, "CL:0001027", + PermissibleValue( + text="CL:0001027", + description="""CD7-negative lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-negative and CD45RA-negative.""", + meaning=CL["0001027"])) + setattr(cls, "CL:4030055", + PermissibleValue( + text="CL:4030055", + description="""A urothelial cell that is part of the regenerative layer(s) of cells directly superficial to basal cells in urothelium. The layer of intermediate cells in the urothelium ranges from one to several layers thick depending on the species with intermediate cells attached to adjacent cell layers and one another via desmosomes.""", + meaning=CL["4030055"])) + setattr(cls, "CL:2000060", + PermissibleValue( + text="CL:2000060", + description="""A trophoblast of placental villi. These cells fuse to form synctial trophoplast - the placental side of the interface between the placenta and maternal blood sinusoids in the decidua.""", + meaning=CL["2000060"])) + setattr(cls, "CL:1000682", + PermissibleValue( + text="CL:1000682", + description="A cell that is part of an interstitum of a renal medulla.", + meaning=CL["1000682"])) + setattr(cls, "CL:1000291", + PermissibleValue( + text="CL:1000291", + description="A muscle cell that is part of the posterior internodal tract.", + meaning=CL["1000291"])) + setattr(cls, "CL:0009108", + PermissibleValue( + text="CL:0009108", + description="""A lymphatic endothelial cell located in the subcapsular sinus floor of a lymph node. In human, it's characterized by a unique marker expression (TNFRSF9+).""", + meaning=CL["0009108"])) + setattr(cls, "CL:1000301", + PermissibleValue( + text="CL:1000301", + description="A fibroblast that is part of the subepithelial connective tissue of prostatic gland.", + meaning=CL["1000301"])) + setattr(cls, "CL:0009065", + PermissibleValue( + text="CL:0009065", + description="An intestinal tuft cell that is located in the anorectum.", + meaning=CL["0009065"])) + setattr(cls, "CL:0000681", + PermissibleValue( + text="CL:0000681", + description="""A cell present in the developing CNS. Functions as both a precursor cell and as a scaffold to support neuronal migration.""", + meaning=CL["0000681"])) + setattr(cls, "CL:0002593", + PermissibleValue( + text="CL:0002593", + description="A smooth muscle of the internal thoracic artery.", + meaning=CL["0002593"])) + setattr(cls, "CL:4023112", + PermissibleValue( + text="CL:4023112", + description="""An afferent neuron of the vestibular system that innervate the base of the hair cell and increase or decrease their neural firing rate as the receptor cell is excited or inhibited.""", + meaning=CL["4023112"])) + setattr(cls, "CL:0002023", + PermissibleValue( + text="CL:0002023", + description="""A megakaroycotye progenitor cell that is CD34-positive, CD41-positive and CD42-positive on the cell surface.""", + meaning=CL["0002023"])) + setattr(cls, "CL:0000458", + PermissibleValue( + text="CL:0000458", + description="A cell type that secretes 5-Hydroxytryptamine (serotonin).", + meaning=CL["0000458"])) + setattr(cls, "CL:0002029", + PermissibleValue( + text="CL:0002029", + description="""A lineage-negative, Kit-positive, CD45-positive mast cell progenitor that is Fc-epsilon RIalpha-low.""", + meaning=CL["0002029"])) + setattr(cls, "CL:0000178", + PermissibleValue( + text="CL:0000178", + description="""A Leydig cell is a testosterone-secreting cell in the interstitial area, between the seminiferous tubules, in the testis.""", + meaning=CL["0000178"])) + setattr(cls, "CL:1000804", + PermissibleValue( + text="CL:1000804", + description="A kidney cell that is part of an interstitial compartment of an outer renal medulla.", + meaning=CL["1000804"])) + setattr(cls, "CL:0000384", + PermissibleValue( + text="CL:0000384", + meaning=CL["0000384"])) + setattr(cls, "CL:1000497", + PermissibleValue( + text="CL:1000497", + description="A cell that is part of a kidney.", + meaning=CL["1000497"])) + setattr(cls, "CL:0000949", + PermissibleValue( + text="CL:0000949", + description="""A plasmablast that secretes IgD, and which occur in a small proportion of B cells in the adult.""", + meaning=CL["0000949"])) + setattr(cls, "CL:0011019", + PermissibleValue( + text="CL:0011019", + description="A mesothelial cell that is part of the epicardium.", + meaning=CL["0011019"])) + setattr(cls, "CL:0000469", + PermissibleValue( + text="CL:0000469", + description="""A neural progenitor cell that is the daughter of a neuroblast (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, glia and (occasionally) epithelial cells.""", + meaning=CL["0000469"])) + setattr(cls, "CL:4030060", + PermissibleValue( + text="CL:4030060", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2.""", + meaning=CL["4030060"])) + setattr(cls, "CL:4030003", + PermissibleValue( + text="CL:4030003", + description="A cell that makes up the loose connective tissue of the thymus.", + meaning=CL["4030003"])) + setattr(cls, "CL:0002471", + PermissibleValue( + text="CL:0002471", + description="Gr1-low non-classical monocyte that lacks expression of a MHC-II complex.", + meaning=CL["0002471"])) + setattr(cls, "CL:2000042", + PermissibleValue( + text="CL:2000042", + description="Any fibroblast that is part of a embryo.", + meaning=CL["2000042"])) + setattr(cls, "CL:0000346", + PermissibleValue( + text="CL:0000346", + description="""A specialized mesenchymal cell that resides in the dermal papilla located at the bottom of hair follicles. This cell plays a pivotal roles in hair formation, growth, and cycling.""", + meaning=CL["0000346"])) + setattr(cls, "CL:1001571", + PermissibleValue( + text="CL:1001571", + description="A pyramidal neuron with a soma found in the hippocampus.", + meaning=CL["1001571"])) + setattr(cls, "CL:0002463", + PermissibleValue( + text="CL:0002463", + description="An adipose dendritic cell that is SIRPa-positive.", + meaning=CL["0002463"])) + setattr(cls, "CL:0000415", + PermissibleValue( + text="CL:0000415", + description="A cell whose nucleus has two haploid genomes.", + meaning=CL["0000415"])) + setattr(cls, "CL:0002507", + PermissibleValue( + text="CL:0002507", + description="""A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative.""", + meaning=CL["0002507"])) + setattr(cls, "CL:0000210", + PermissibleValue( + text="CL:0000210", + description="A cell specialized to detect and transduce light.", + meaning=CL["0000210"])) + setattr(cls, "CL:0002036", + PermissibleValue( + text="CL:0002036", + description="""A hematopoietic progenitor that has some limited self-renewal capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive.""", + meaning=CL["0002036"])) + setattr(cls, "CL:1000361", + PermissibleValue( + text="CL:1000361", + description="A transitional myocyte that is part of the interatrial septum.", + meaning=CL["1000361"])) + setattr(cls, "CL:0000101", + PermissibleValue( + text="CL:0000101", + description="Any neuron having a sensory function; an afferent neuron conveying sensory impulses.", + meaning=CL["0000101"])) + setattr(cls, "CL:1001220", + PermissibleValue( + text="CL:1001220", + description="Any endothelial cell that is part of some kidney arcuate vein.", + meaning=CL["1001220"])) + setattr(cls, "CL:0003033", + PermissibleValue( + text="CL:0003033", + description="""A monostratified retinal ganglion cell that has a large soma, a medium dendritic field with post synaptic terminals in sublaminar layer S3.""", + meaning=CL["0003033"])) + setattr(cls, "CL:0002351", + PermissibleValue( + text="CL:0002351", + description="""A progenitor cell that is able to differentiate into the pancreas alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 and Isl-1.""", + meaning=CL["0002351"])) + setattr(cls, "CL:0000725", + PermissibleValue( + text="CL:0000725", + description="Any cell that is capable of some nitrogen fixation.", + meaning=CL["0000725"])) + setattr(cls, "CL:1001209", + PermissibleValue( + text="CL:1001209", + description="""Any vasa recta ascending limb cell that is part of some inner medulla vasa recta ascending limb.""", + meaning=CL["1001209"])) + setattr(cls, "CL:0002002", + PermissibleValue( + text="CL:0002002", + description="""A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, Cxc3r1-negative, and CD90-negative.""", + meaning=CL["0002002"])) + setattr(cls, "CL:0000529", + PermissibleValue( + text="CL:0000529", + meaning=CL["0000529"])) + setattr(cls, "CL:0002678", + PermissibleValue( + text="CL:0002678", + description="""A CD4-positive, CD25-positive alpha-beta regulatory T cell that has encountered antigen.""", + meaning=CL["0002678"])) + setattr(cls, "CL:0000764", + PermissibleValue( + text="CL:0000764", + description="A immature or mature cell in the lineage leading to and including erythrocytes.", + meaning=CL["0000764"])) + setattr(cls, "CL:4023060", + PermissibleValue( + text="CL:4023060", + description="A neuron that has its soma located in CA1-3 of the hippocampus.", + meaning=CL["4023060"])) + setattr(cls, "CL:0009021", + PermissibleValue( + text="CL:0009021", + description="A stromal cell found in the lamina propria of the large intestine.", + meaning=CL["0009021"])) + setattr(cls, "CL:2000074", + PermissibleValue( + text="CL:2000074", + description="Any leukocyte that is part of a spleen.", + meaning=CL["2000074"])) + setattr(cls, "CL:0009104", + PermissibleValue( + text="CL:0009104", + description="""A fibroblastic reticular cell found in the lymph node germinal center dark zone (B cell zone).""", + meaning=CL["0009104"])) + setattr(cls, "CL:1000397", + PermissibleValue( + text="CL:1000397", + description="An endothelial cell that is part of the venous sinus of red pulp of spleen.", + meaning=CL["1000397"])) + setattr(cls, "CL:0001017", + PermissibleValue( + text="CL:0001017", + description="""Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001017"])) + setattr(cls, "CL:0004236", + PermissibleValue( + text="CL:0004236", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004236"])) + setattr(cls, "CL:4042012", + PermissibleValue( + text="CL:4042012", + description="""An L2 intratelencephalic projecting glutamatergic neuron with a soma on the L1-L2 border. This neuron type has small apical dendrites projecting to L1.""", + meaning=CL["4042012"])) + setattr(cls, "CL:1001591", + PermissibleValue( + text="CL:1001591", + description="Glandular cell of oviduct epithelium. Example: peg cells, ciliated cells.", + meaning=CL["1001591"])) + setattr(cls, "CL:0000676", + PermissibleValue( + text="CL:0000676", + meaning=CL["0000676"])) + setattr(cls, "CL:2000067", + PermissibleValue( + text="CL:2000067", + description="Any fibroblast that is part of a cardiac atrium.", + meaning=CL["2000067"])) + setattr(cls, "CL:0001074", + PermissibleValue( + text="CL:0001074", + description="""An innate lymphoid cell precursor in the human with the phenotype CD34-positive, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.""", + meaning=CL["0001074"])) + setattr(cls, "CL:0000843", + PermissibleValue( + text="CL:0000843", + description="""A resting mature B cell that has the phenotype IgM-positive, IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles of the white pulp of the spleen or the corticol areas of the peripheral lymph nodes. This cell type is also described as being CD19-positive, B220-positive, AA4-negative, CD43-negative, and CD5-negative.""", + meaning=CL["0000843"])) + setattr(cls, "CL:0002261", + PermissibleValue( + text="CL:0002261", + description="An endothelial cell found in the mucosa associated with the facial skeleton.", + meaning=CL["0002261"])) + setattr(cls, "CL:0000942", + PermissibleValue( + text="CL:0000942", + description="""A plasmacytoid dendritic cell developing in the thymus with phenotype CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive.""", + meaning=CL["0000942"])) + setattr(cls, "CL:4030009", + PermissibleValue( + text="CL:4030009", + description="""A brush border cell that is part of segment 1 (S1) of the proximal tubule epithelium, located in the renal cortex.""", + meaning=CL["4030009"])) + setattr(cls, "CL:0002362", + PermissibleValue( + text="CL:0002362", + description="""A cell located in the outermost proliferative zone of the external germinal layer that can differentiate into astroglial cells and granule cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive.""", + meaning=CL["0002362"])) + setattr(cls, "CL:1000617", + PermissibleValue( + text="CL:1000617", + description="Any kidney medulla cell that is part of some inner medulla of kidney.", + meaning=CL["1000617"])) + setattr(cls, "CL:0002380", + PermissibleValue( + text="CL:0002380", + description="An asexual spore formed by Oomycetes; formed upon fertilization of an oosphere.", + meaning=CL["0002380"])) + setattr(cls, "CL:4040001", + PermissibleValue( + text="CL:4040001", + description="""A horse-specific, highly invasive trophoblast cell that invades the endometrium where it forms endometrial cups.""", + meaning=CL["4040001"])) + setattr(cls, "CL:0000163", + PermissibleValue( + text="CL:0000163", + description="""A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions.""", + meaning=CL["0000163"])) + setattr(cls, "CL:0000634", + PermissibleValue( + text="CL:0000634", + description="""A cuboidal cell which along with Boettcher's cells form the floor of the external spiral sulcus, external to the organ of Corti.""", + meaning=CL["0000634"])) + setattr(cls, "CL:0003041", + PermissibleValue( + text="CL:0003041", + description="""An M9 retinal ganglion cells with synaptic terminals in S2 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003041"])) + setattr(cls, "CL:0000905", + PermissibleValue( + text="CL:0000905", + description="""CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000905"])) + setattr(cls, "CL:4023128", + PermissibleValue( + text="CL:4023128", + description="""a KNDy neuron that is located in the rostral periventricular region of the third ventricle.""", + meaning=CL["4023128"])) + setattr(cls, "CL:0000951", + PermissibleValue( + text="CL:0000951", + description="A short lived plasma cell that secretes IgE.", + meaning=CL["0000951"])) + setattr(cls, "CL:0000607", + PermissibleValue( + text="CL:0000607", + description="""A thick walled spore that stores and protects one or more nuclei following sexual reproduction in an Ascomycete.""", + meaning=CL["0000607"])) + setattr(cls, "CL:0000145", + PermissibleValue( + text="CL:0000145", + description="""A cell capable of processing and presenting lipid and protein antigens to T cells in order to initiate an immune response.""", + meaning=CL["0000145"])) + setattr(cls, "CL:0000805", + PermissibleValue( + text="CL:0000805", + description="""A thymocyte that has the phenotype CD4-negative, CD8-positive, CD44-negative, CD25-negative, and pre-TCR-positive.""", + meaning=CL["0000805"])) + setattr(cls, "CL:4030001", + PermissibleValue( + text="CL:4030001", + description="A stromal cell that is part of the thymus.", + meaning=CL["4030001"])) + setattr(cls, "CL:0002252", + PermissibleValue( + text="CL:0002252", + description="An epithelial cell of the esophagus.", + meaning=CL["0002252"])) + setattr(cls, "CL:0009003", + PermissibleValue( + text="CL:0009003", + description="Any cell in the midgut (middle subdivision of a digestive tract) of an insect larva.", + meaning=CL["0009003"])) + setattr(cls, "CL:0002197", + PermissibleValue( + text="CL:0002197", + description="""A parathyroid chief cell that is not actively secreting hormone. Contains small Golgi complexes with only a few grouped vesicles and membrane-bound secretory granules; glycogen and many lipofuscin granules abound but sacs of granular endoplasmic reticulum are rare and dispersed. In normal humans, inactive chief cells out number active chief cells in a ratio of 3-5:1.""", + meaning=CL["0002197"])) + setattr(cls, "CL:0007018", + PermissibleValue( + text="CL:0007018", + description="Ciliated cell of the embryonic epidermis and functions in embryonic movements.", + meaning=CL["0007018"])) + setattr(cls, "CL:0008021", + PermissibleValue( + text="CL:0008021", + description="Any neuron that has its soma located in some anterior lateral line ganglion.", + meaning=CL["0008021"])) + setattr(cls, "CL:0000886", + PermissibleValue( + text="CL:0000886", + description="""A mucosa-associated lymphoid tissue macrophage found in the nasal and bronchial mucosa-associated lymphoid tissues.""", + meaning=CL["0000886"])) + setattr(cls, "CL:0002241", + PermissibleValue( + text="CL:0002241", + description="""A fibroblasts found in interstitial spaces in the pulmonary tract. Greater numbers of these cells are found in idiopathic pulmonary fibrosis.""", + meaning=CL["0002241"])) + setattr(cls, "CL:0000135", + PermissibleValue( + text="CL:0000135", + description="""An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum is scanty with flattened nucleus. Term used by some histologists; when fibroblasts become relatively inactive in fiber formation. However, this cell has the potential for fibrogenesis in quiescent connective tissue of the adult, as well as during development, other histologists prefer to use the term fibroblast in all circumstances. These cells represent ~0.5% of peripheral blood leukocytes.""", + meaning=CL["0000135"])) + setattr(cls, "CL:0004218", + PermissibleValue( + text="CL:0004218", + description="A horizontal cell with a small cell body, thin dendrites, and small dendritic arbor.", + meaning=CL["0004218"])) + setattr(cls, "CL:0000005", + PermissibleValue( + text="CL:0000005", + description="Any fibroblast that is derived from the neural crest.", + meaning=CL["0000005"])) + setattr(cls, "CL:0009093", + PermissibleValue( + text="CL:0009093", + description="A smooth muscle cell that is part of a placenta.", + meaning=CL["0009093"])) + setattr(cls, "CL:0000686", + PermissibleValue( + text="CL:0000686", + description="A columnar/cuboidal epithelial cell that secretes cerebrospinal fluid.", + meaning=CL["0000686"])) + setattr(cls, "CL:0000081", + PermissibleValue( + text="CL:0000081", + description="A cell found predominately in the blood.", + meaning=CL["0000081"])) + setattr(cls, "CL:4023079", + PermissibleValue( + text="CL:4023079", + description="A GABAergic inhibitory neuron that is derived from the midbrain.", + meaning=CL["4023079"])) + setattr(cls, "CL:0000907", + PermissibleValue( + text="CL:0000907", + description="""CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000907"])) + setattr(cls, "CL:1001578", + PermissibleValue( + text="CL:1001578", + description="Squamous cell of vaginal epithelium.", + meaning=CL["1001578"])) + setattr(cls, "CL:0000850", + PermissibleValue( + text="CL:0000850", + description="A neuron that releases serotonin as a neurotransmitter.", + meaning=CL["0000850"])) + setattr(cls, "CL:0001054", + PermissibleValue( + text="CL:0001054", + description="""A monocyte that expresses CD14 and is negative for the lineage markers CD3, CD19, and CD20.""", + meaning=CL["0001054"])) + setattr(cls, "CL:0008015", + PermissibleValue( + text="CL:0008015", + description="A motor neuron that is capable of directly inhibiting muscle contraction.", + meaning=CL["0008015"])) + setattr(cls, "CL:4033049", + PermissibleValue( + text="CL:4033049", + description="A taste receptor cell that is part of a taste bud of a tongue.", + meaning=CL["4033049"])) + setattr(cls, "CL:0000788", + PermissibleValue( + text="CL:0000788", + description="""A naive B cell is a mature B cell that has the phenotype surface IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0000788"])) + setattr(cls, "CL:0002239", + PermissibleValue( + text="CL:0002239", + description="A primordial cell from which an oocyte (ovum) ultimately is developed.", + meaning=CL["0002239"])) + setattr(cls, "CL:0000513", + PermissibleValue( + text="CL:0000513", + description="A precursor cell destined to differentiate into cardiac muscle cell.", + meaning=CL["0000513"])) + setattr(cls, "CL:0000592", + PermissibleValue( + text="CL:0000592", + description="""A large, progesterone secreting cell in the corpus luteum that develops from the granulosa cells.""", + meaning=CL["0000592"])) + setattr(cls, "CL:4023129", + PermissibleValue( + text="CL:4023129", + description="A retinal cell that is immature or undifferentiated.", + meaning=CL["4023129"])) + setattr(cls, "CL:4023019", + PermissibleValue( + text="CL:4023019", + description="""A vip GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.""", + meaning=CL["4023019"])) + setattr(cls, "CL:0000404", + PermissibleValue( + text="CL:0000404", + description="A cell that initiates an electrical signal and passes that signal to another cell.", + meaning=CL["0000404"])) + setattr(cls, "CL:0002545", + PermissibleValue( + text="CL:0002545", + description="An endothelial cell that is part of the thoracic endothelium.", + meaning=CL["0002545"])) + setattr(cls, "CL:0007023", + PermissibleValue( + text="CL:0007023", + description="Epidermal cell rich in mitochondria. In amphibians, appears during metamorphosis.", + meaning=CL["0007023"])) + setattr(cls, "CL:0000200", + PermissibleValue( + text="CL:0000200", + description="""Any neuron that is capable of some detection of mechanical stimulus involved in sensory perception of touch.""", + meaning=CL["0000200"])) + setattr(cls, "CL:2000076", + PermissibleValue( + text="CL:2000076", + description="Any vein endothelial cell that is part of a hindlimb stylopod.", + meaning=CL["2000076"])) + setattr(cls, "CL:0000910", + PermissibleValue( + text="CL:0000910", + description="""A mature T cell that differentiated and acquired cytotoxic function with the phenotype perforin-positive and granzyme-B positive.""", + meaning=CL["0000910"])) + setattr(cls, "CL:0002524", + PermissibleValue( + text="CL:0002524", + description="""A disseminated nephrocyte is a nephrocyte that filters hemolymph and is found at scattered locations in the fat body or other tissues.""", + meaning=CL["0002524"])) + setattr(cls, "CL:0000715", + PermissibleValue( + text="CL:0000715", + description="A crystal cell that derives from the embryonic head mesoderm.", + meaning=CL["0000715"])) + setattr(cls, "CL:0000875", + PermissibleValue( + text="CL:0000875", + description="""A type of monocyte characterized by low expression of CCR2, low responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, and decrease size relative to classical monocytes, but increased co-stimulatory activity. May also play a role in tissue repair.""", + meaning=CL["0000875"])) + setattr(cls, "CL:0002332", + PermissibleValue( + text="CL:0002332", + description="A ciliated cell of the bronchus.", + meaning=CL["0002332"])) + setattr(cls, "CL:0009110", + PermissibleValue( + text="CL:0009110", + description="A lymphatic endothelial cell located in the ceiling part of a lymph node medulla.", + meaning=CL["0009110"])) + setattr(cls, "CL:0002485", + PermissibleValue( + text="CL:0002485", + description="""A melanocyte of the retina. This cell type is distinct from pigmented retinal epithelium.""", + meaning=CL["0002485"])) + setattr(cls, "CL:1001135", + PermissibleValue( + text="CL:1001135", + description="Any kidney cortex artery cell that is part of some kidney arcuate artery.", + meaning=CL["1001135"])) + setattr(cls, "CL:0002467", + PermissibleValue( + text="CL:0002467", + description="A myeloid suppressor cell that is Gr1-high and CD11c-negative.", + meaning=CL["0002467"])) + setattr(cls, "CL:0009076", + PermissibleValue( + text="CL:0009076", + description="A thymic medullary epithelial cell that expresses neuroendocrine biomarkers.", + meaning=CL["0009076"])) + setattr(cls, "CL:0004161", + PermissibleValue( + text="CL:0004161", + description="""A cone whose sensitivity measurements have an average spectral peak of 510 nm. These cones are described in rat.""", + meaning=CL["0004161"])) + setattr(cls, "CL:0000380", + PermissibleValue( + text="CL:0000380", + description="""The support cell that makes the thecogen dendritic cap - a cuticle-like matrix around the tip of the eo-dendrite and which encloses the soma of the eo-neuron.""", + meaning=CL["0000380"])) + setattr(cls, "CL:0000301", + PermissibleValue( + text="CL:0000301", + description="""A primordial germ cell of insects. Such cells form at the posterior pole of the early embryo.""", + meaning=CL["0000301"])) + setattr(cls, "CL:4030012", + PermissibleValue( + text="CL:4030012", + description="""Epithelial cell of the descending thin limb of the short loop (cortical) nephron limited to the outer medulla (mainly inner strip). It is known in some mammalian species that the short descending limb of the loop of Henle selectively expresses the serine protease Corin, the homeobox TF Uncx, and the urea channel Slc14a2.""", + meaning=CL["4030012"])) + setattr(cls, "CL:1000348", + PermissibleValue( + text="CL:1000348", + description="A basal cell that is part of the epithelium of trachea.", + meaning=CL["1000348"])) + setattr(cls, "CL:0000441", + PermissibleValue( + text="CL:0000441", + description="""A stem cell that gives rise to the follicle cells that surround the oocyte in female arthropods.""", + meaning=CL["0000441"])) + setattr(cls, "CL:4023118", + PermissibleValue( + text="CL:4023118", + description="""A sst GABAergic interneuron does not have Martinotti morphology with a soma found in L5/6 of the cerebral cortex.""", + meaning=CL["4023118"])) + setattr(cls, "CL:4023053", + PermissibleValue( + text="CL:4023053", + description="A Betz cell that syanpses with spinal interneurons.", + meaning=CL["4023053"])) + setattr(cls, "CL:0002393", + PermissibleValue( + text="CL:0002393", + description="A monocyte that has characteristics of both patrolling and inflammatory monocytes.", + meaning=CL["0002393"])) + setattr(cls, "CL:0010015", + PermissibleValue( + text="CL:0010015", + description="""A highly specialized cell type exclusive to and forming neuroepithelium of the Saccus vasculosus, covering the caudal diverticulum of the infundibular recess.""", + meaning=CL["0010015"])) + setattr(cls, "CL:0002454", + PermissibleValue( + text="CL:0002454", + description="""Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative and is CD205-positive.""", + meaning=CL["0002454"])) + setattr(cls, "CL:1001596", + PermissibleValue( + text="CL:1001596", + description="""Glandular cell of salivary gland. Example: Serous cells, mucous cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal epithelium of the striated ducts, epithelial cells of excretory ducts.""", + meaning=CL["1001596"])) + setattr(cls, "CL:1000357", + PermissibleValue( + text="CL:1000357", + description="A M cell that is part of the epithelium proper of jejunum.", + meaning=CL["1000357"])) + setattr(cls, "CL:0002133", + PermissibleValue( + text="CL:0002133", + description="A stromal cell of the ovarian cortex.", + meaning=CL["0002133"])) + setattr(cls, "CL:0007005", + PermissibleValue( + text="CL:0007005", + description="Cell that is part of the notochord.", + meaning=CL["0007005"])) + setattr(cls, "CL:0000837", + PermissibleValue( + text="CL:0000837", + description="""A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans.""", + meaning=CL["0000837"])) + setattr(cls, "CL:0002304", + PermissibleValue( + text="CL:0002304", + description="""A cell that is part of non-pigmented ciliary epithelium. This cell type participates in aqueous humor formation by releasing solute, principally sodium and chloride ions received from pigmented epithelial cells via gap junctions, into the aqueous humor of the eye.""", + meaning=CL["0002304"])) + setattr(cls, "CL:0002395", + PermissibleValue( + text="CL:0002395", + description="""A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, CD115-positive, and B220-negative.""", + meaning=CL["0002395"])) + setattr(cls, "CL:0000784", + PermissibleValue( + text="CL:0000784", + description="""A dendritic cell type of distinct morphology, localization, and surface marker expression (CD123-positive) from other dendritic cell types and associated with early stage immune responses, particularly the release of physiologically abundant amounts of type I interferons in response to infection.""", + meaning=CL["0000784"])) + setattr(cls, "CL:0002215", + PermissibleValue( + text="CL:0002215", + description="""A type II muscle cell that contains a low content of myoglobin, relatively few mitochondria, relatively few blood capillaries and large amounts of glycogen. Type II B fibres are white, geared to generate ATP by anaerobic metabolic processes, not able to supply skeletal muscle fibres continuously with sufficient ATP, fatigue easily, split ATP at a fast rate and have a fast contraction velocity.""", + meaning=CL["0002215"])) + setattr(cls, "CL:0002200", + PermissibleValue( + text="CL:0002200", + description="An oncocyte located in the thyroid.", + meaning=CL["0002200"])) + setattr(cls, "CL:0017010", + PermissibleValue( + text="CL:0017010", + description="A hillock cell that is part of the urethra.", + meaning=CL["0017010"])) + setattr(cls, "CL:0000152", + PermissibleValue( + text="CL:0000152", + description="A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct.", + meaning=CL["0000152"])) + setattr(cls, "CL:1001213", + PermissibleValue( + text="CL:1001213", + description="Any endothelial cell that is part of some kidney arcuate artery.", + meaning=CL["1001213"])) + setattr(cls, "CL:0000117", + PermissibleValue( + text="CL:0000117", + meaning=CL["0000117"])) + setattr(cls, "CL:4042010", + PermissibleValue( + text="CL:4042010", + description="""An interlaminar astrocyte whose soma is part of the first layer of a neocortex and is in contact with a pia surface.""", + meaning=CL["4042010"])) + setattr(cls, "CL:0000783", + PermissibleValue( + text="CL:0000783", + description="A phagocyte formed by the fusion of mononuclear phagocytes.", + meaning=CL["0000783"])) + setattr(cls, "CL:0009014", + PermissibleValue( + text="CL:0009014", + description="""A lymphocyte that is part of a Peyer's patch. These cells have a major role in driving the immune response to antigens sampled from the intestinal lumen, and in regulating the formation of follicle-associated epithelium and M cells in Peyer's patches by converting intestitial enterocytes into M cells.""", + meaning=CL["0009014"])) + setattr(cls, "CL:0003007", + PermissibleValue( + text="CL:0003007", + description="""A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S2 and S3 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003007"])) + setattr(cls, "CL:0000931", + PermissibleValue( + text="CL:0000931", + description="""A type II NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000931"])) + setattr(cls, "CL:0009040", + PermissibleValue( + text="CL:0009040", + description="A stromal cell found in the lamina propria of the colon.", + meaning=CL["0009040"])) + setattr(cls, "CL:0000868", + PermissibleValue( + text="CL:0000868", + description="A secondary lymphoid organ macrophage found in a lymph node. This cell is CD169-high.", + meaning=CL["0000868"])) + setattr(cls, "CL:0000390", + PermissibleValue( + text="CL:0000390", + meaning=CL["0000390"])) + setattr(cls, "CL:1000425", + PermissibleValue( + text="CL:1000425", + description="A chromaffin cell that is part of the paraganglion.", + meaning=CL["1000425"])) + setattr(cls, "CL:2000058", + PermissibleValue( + text="CL:2000058", + description="Any osteoblast that is part of a skull.", + meaning=CL["2000058"])) + setattr(cls, "CL:4023026", + PermissibleValue( + text="CL:4023026", + description="""A medium spiny neuron that expresses dopamine type 1 receptors and projects to the globus pallidus internus or the substantia nigra pars reticulata.""", + meaning=CL["4023026"])) + setattr(cls, "CL:0011021", + PermissibleValue( + text="CL:0011021", + description="A fibroblast that is part of upper back skin.", + meaning=CL["0011021"])) + setattr(cls, "CL:1000382", + PermissibleValue( + text="CL:1000382", + description="A type II vestibular sensory cell that is part of the stato-acoustic epithelium.", + meaning=CL["1000382"])) + setattr(cls, "CL:4023002", + PermissibleValue( + text="CL:4023002", + description="A beta motor neuron that innervates the nuclear bag fibers of muscle spindles.", + meaning=CL["4023002"])) + setattr(cls, "CL:2000012", + PermissibleValue( + text="CL:2000012", + description="Any skin fibroblast that is part of a pedal digit skin.", + meaning=CL["2000012"])) + setattr(cls, "CL:0000960", + PermissibleValue( + text="CL:0000960", + description="""A transitional stage B cell that expresses surface IgM and IgD, and CD62L. This cell type appears to be an anergic B cell that does not proliferate upon BCR signaling, is found in the spleen and lymph nodes, and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, CD23-positive, CD62L-positive, and CD93-positive. This cell type has also been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface expression of IgM).""", + meaning=CL["0000960"])) + setattr(cls, "CL:2000059", + PermissibleValue( + text="CL:2000059", + description="Any microvascular endothelial cell that is part of a prostate gland.", + meaning=CL["2000059"])) + setattr(cls, "CL:0002297", + PermissibleValue( + text="CL:0002297", + description="""A thymic epithelial cell with moderate nuclear and cytoplasmic electron-density. Scattered in the cortex, this cell type is predominant in the mid and deep cortex.""", + meaning=CL["0002297"])) + setattr(cls, "CL:0000575", + PermissibleValue( + text="CL:0000575", + description="An epithelial cell of the cornea.", + meaning=CL["0000575"])) + setattr(cls, "CL:0000923", + PermissibleValue( + text="CL:0000923", + description="A type I NK T cell that has the phenotype CD4-positive.", + meaning=CL["0000923"])) + setattr(cls, "CL:0000482", + PermissibleValue( + text="CL:0000482", + description="An endocrine cell that secretes juvenile hormone.", + meaning=CL["0000482"])) + setattr(cls, "CL:0002364", + PermissibleValue( + text="CL:0002364", + description="""An epithelial cell of the cortical portion of the thymus. Epithelial cells in this region are required for positive selection of CD8-positive T cells.""", + meaning=CL["0002364"])) + setattr(cls, "CL:0007009", + PermissibleValue( + text="CL:0007009", + description="""Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells.""", + meaning=CL["0007009"])) + setattr(cls, "CL:0000828", + PermissibleValue( + text="CL:0000828", + description="""A progenitor cell of the thrombocyte, a nucleated blood cell involved in coagulation typically seen in birds and other non-mammalian vertebrates.""", + meaning=CL["0000828"])) + setattr(cls, "CL:0002114", + PermissibleValue( + text="CL:0002114", + description="""A CD38-positive unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002114"])) + setattr(cls, "CL:0000924", + PermissibleValue( + text="CL:0000924", + description="A type I NK T cell that has the phenotype CD4-negative and CD8-negative.", + meaning=CL["0000924"])) + setattr(cls, "CL:1000290", + PermissibleValue( + text="CL:1000290", + description="A muscle cell that is part of the middle internodal tract.", + meaning=CL["1000290"])) + setattr(cls, "CL:0002314", + PermissibleValue( + text="CL:0002314", + description="""An auditory epithelial support cell located in the vestibular epithelium that has many hallmarks of glial cells. This cell type express glial markers such as vimentin, S100, glutamate-aspartate transporter, low affinity neurotrophin receptor p75, glial fibrillary acidic protein, and proteolipid protein.""", + meaning=CL["0002314"])) + setattr(cls, "CL:1000287", + PermissibleValue( + text="CL:1000287", + description="A muscle cell that is part of the anterior internodal tract.", + meaning=CL["1000287"])) + setattr(cls, "CL:2000075", + PermissibleValue( + text="CL:2000075", + description="Any endodermal cell that is part of a anterior visceral endoderm.", + meaning=CL["2000075"])) + setattr(cls, "CL:0002077", + PermissibleValue( + text="CL:0002077", + description="An epithelial cell derived from ectoderm.", + meaning=CL["0002077"])) + setattr(cls, "CL:4028002", + PermissibleValue( + text="CL:4028002", + description="""An alveolar capillary endothelial cell that is located distally to alveolar capillary type 2 endothelial cells.""", + meaning=CL["4028002"])) + setattr(cls, "CL:0000187", + PermissibleValue( + text="CL:0000187", + description="""A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns.""", + meaning=CL["0000187"])) + setattr(cls, "CL:4040000", + PermissibleValue( + text="CL:4040000", + description="""A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.""", + meaning=CL["4040000"])) + setattr(cls, "CL:1000379", + PermissibleValue( + text="CL:1000379", + description="""A type I vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.""", + meaning=CL["1000379"])) + setattr(cls, "CL:0002360", + PermissibleValue( + text="CL:0002360", + description="""A hematopoietic stem cell from the aorta-gonad-mesonephros region of the developing embryo. First seen at E10.5 in mouse embryos. May give rise to fetal liver HSC.""", + meaning=CL["0002360"])) + setattr(cls, "CL:0004117", + PermissibleValue( + text="CL:0004117", + description="A monostratified retinal ganglion cell with large soma and large dendritic field.", + meaning=CL["0004117"])) + setattr(cls, "CL:0004213", + PermissibleValue( + text="CL:0004213", + description="A type of type 3 cone bipolar cell with distinctive curly dendrites.", + meaning=CL["0004213"])) + setattr(cls, "CL:1000699", + PermissibleValue( + text="CL:1000699", + description="A resident-dendritic cell that is part of a kidney.", + meaning=CL["1000699"])) + setattr(cls, "CL:0004251", + PermissibleValue( + text="CL:0004251", + description="An amicrine that has a narrow dendritic field.", + meaning=CL["0004251"])) + setattr(cls, "CL:0002505", + PermissibleValue( + text="CL:0002505", + description="""A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, MHC-II-positive and CD103-negative.""", + meaning=CL["0002505"])) + setattr(cls, "CL:0001045", + PermissibleValue( + text="CL:0001045", + description="""A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-negative.""", + meaning=CL["0001045"])) + setattr(cls, "CL:0000756", + PermissibleValue( + text="CL:0000756", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell has a diffuse axon terminal with varicosities in sublaminae 1 and 2 of the inner plexiform layer.""", + meaning=CL["0000756"])) + setattr(cls, "CL:4030038", + PermissibleValue( + text="CL:4030038", + description="""A CD24-positive, CD-133-positive, vimentin-positive cell found scattered throughout a renal proximal tubule and that may participate in tubular regeneration. Compared to other proximal tubular cell types, this cell contains less cytoplasm, fewer mitochondria and no brush border.""", + meaning=CL["4030038"])) + setattr(cls, "CL:0002272", + PermissibleValue( + text="CL:0002272", + description="""A cell that secretes motilin, a gastric hormone that at low pH inhibits gastric motor activity, whereas at high pH has a stimulating effect.""", + meaning=CL["0002272"])) + setattr(cls, "CL:2000073", + PermissibleValue( + text="CL:2000073", + description="Any migratory neural crest cell that is part of a cardiac neural crest.", + meaning=CL["2000073"])) + setattr(cls, "CL:1001437", + PermissibleValue( + text="CL:1001437", + description="The subcutaneous mechanoreceptors that innervate vellus hairs.", + meaning=CL["1001437"])) + setattr(cls, "CL:0002418", + PermissibleValue( + text="CL:0002418", + description="""A pluripotent cell in the yolk sac that can give rise to mesenchymal cells including erythrocytes and endothelial cells.""", + meaning=CL["0002418"])) + setattr(cls, "CL:4023021", + PermissibleValue( + text="CL:4023021", + description="""A gamma motor neuron that innervates static nuclear bag fibers (bag2 fibers) and increases their firing, in response to an increase in the magnitude of change in length, and controls the static sensitivity of the stretch reflex.""", + meaning=CL["4023021"])) + setattr(cls, "CL:0000554", + PermissibleValue( + text="CL:0000554", + description="A peptide hormone secreting cell that secretes gastrin stimulating hormone.", + meaning=CL["0000554"])) + setattr(cls, "CL:4030027", + PermissibleValue( + text="CL:4030027", + description="An amacrine cell that uses GABA as a neurotransmitter.", + meaning=CL["4030027"])) + setattr(cls, "CL:0000524", + PermissibleValue( + text="CL:0000524", + description="A cell, usually of bacteria or yeast, which has partially lost its cell wall.", + meaning=CL["0000524"])) + setattr(cls, "CL:0000516", + PermissibleValue( + text="CL:0000516", + description="A non-neuronal cell that surrounds the neuronal cell bodies of the ganglia.", + meaning=CL["0000516"])) + setattr(cls, "CL:0002353", + PermissibleValue( + text="CL:0002353", + description="""A hematopoietic stem cell that resides in the fetal liver. In mice, this cell type is first observed at E10.5. This cell type is MHC-positive, HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, CD48-negative and CD244-negative.""", + meaning=CL["0002353"])) + setattr(cls, "CL:0001046", + PermissibleValue( + text="CL:0001046", + description="""A memory regulatory T cell with phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-positive.""", + meaning=CL["0001046"])) + setattr(cls, "CL:4033007", + PermissibleValue( + text="CL:4033007", + description="A(n) brush cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033007"])) + setattr(cls, "CL:0009039", + PermissibleValue( + text="CL:0009039", + description="A goblet cell that is located in the colon.", + meaning=CL["0009039"])) + setattr(cls, "CL:0002119", + PermissibleValue( + text="CL:0002119", + description="""A CD38-positive IgG-negative memory B cell is an IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-positive and IgG-negative.""", + meaning=CL["0002119"])) + setattr(cls, "CL:0005009", + PermissibleValue( + text="CL:0005009", + description="""A cuboidal epithelial cell of the kidney which regulates sodium and potassium balance. The activity of sodium and potassium channels on the apical membrane of the cell is regulated by aldosterone and vasopressin. In mammals this cell type is located in the renal collecting duct system.""", + meaning=CL["0005009"])) + setattr(cls, "CL:2000049", + PermissibleValue( + text="CL:2000049", + description="Any pyramidal cell that is part of a primary motor cortex.", + meaning=CL["2000049"])) + setattr(cls, "CL:0000799", + PermissibleValue( + text="CL:0000799", + description="A gamma-delta T cell that has an immature phenotype.", + meaning=CL["0000799"])) + setattr(cls, "CL:4033010", + PermissibleValue( + text="CL:4033010", + description="A(n) neuroendocrine cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033010"])) + setattr(cls, "CL:0007007", + PermissibleValue( + text="CL:0007007", + description="""Notochordal cell that is part of the outer epithelium of the notochord and surrounds the vacuolated notochord cells.""", + meaning=CL["0007007"])) + setattr(cls, "CL:0000541", + PermissibleValue( + text="CL:0000541", + description="A cell that originates from the neural crest and differentiates into a pigment cell.", + meaning=CL["0000541"])) + setattr(cls, "CL:0000564", + PermissibleValue( + text="CL:0000564", + description="""A promyelocyte committed to the neutrophil lineage. This cell type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, has low expression of PU.1 transcription factor and lacks lactotransferrin expression.""", + meaning=CL["0000564"])) + setattr(cls, "CL:0000497", + PermissibleValue( + text="CL:0000497", + description="A photoreceptor cell that is sensitive to red light.", + meaning=CL["0000497"])) + setattr(cls, "CL:0003049", + PermissibleValue( + text="CL:0003049", + description="""A cone cell that detects medium wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 534-545 nm.""", + meaning=CL["0003049"])) + setattr(cls, "CL:0000556", + PermissibleValue( + text="CL:0000556", + description="""A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release.""", + meaning=CL["0000556"])) + setattr(cls, "CL:0000876", + PermissibleValue( + text="CL:0000876", + description="""A splenic macrophage found in the white pulp of the spleen. Markers include F4/80-negative, CD68-positive, and macrosialin-positive.""", + meaning=CL["0000876"])) + setattr(cls, "CL:0002399", + PermissibleValue( + text="CL:0002399", + description="A myeloid dendritic cell found in the blood that is CD1c-positive.", + meaning=CL["0002399"])) + setattr(cls, "CL:4023048", + PermissibleValue( + text="CL:4023048", + description="""An intratelencephalic-projecting glutamatergic with a soma located in upper L5 of the primary motor cortex. These cells have thin untufted apical dendrites.""", + meaning=CL["4023048"])) + setattr(cls, "CL:0009046", + PermissibleValue( + text="CL:0009046", + description="A T cell found in the lymph node medullary sinus.", + meaning=CL["0009046"])) + setattr(cls, "CL:1000298", + PermissibleValue( + text="CL:1000298", + description="A mesothelial cell that is part of the dura mater.", + meaning=CL["1000298"])) + setattr(cls, "CL:0008039", + PermissibleValue( + text="CL:0008039", + description="""The motor neurons of vertebrates that directly innervate skeletal muscles. They receive input from upper motor neurons.""", + meaning=CL["0008039"])) + setattr(cls, "CL:0000387", + PermissibleValue( + text="CL:0000387", + description="A blood cell of the circulatory system of arthropods.", + meaning=CL["0000387"])) + setattr(cls, "CL:1001609", + PermissibleValue( + text="CL:1001609", + description="Fibroblast from muscle organ.", + meaning=CL["1001609"])) + setattr(cls, "CL:1000601", + PermissibleValue( + text="CL:1000601", + description="Any cell that is part of some ureter.", + meaning=CL["1000601"])) + setattr(cls, "CL:0000140", + PermissibleValue( + text="CL:0000140", + description="""Skeletogenic cell that secretes dentine matrix, is derived from odontogenic papilla. Embedded in dentine tissue, and is the transformation of a non-terminally differentiated odontoblast cell.""", + meaning=CL["0000140"])) + setattr(cls, "CL:0000505", + PermissibleValue( + text="CL:0000505", + description="A peptide hormone secreting cell that secretes substance P.", + meaning=CL["0000505"])) + setattr(cls, "CL:4032001", + PermissibleValue( + text="CL:4032001", + description="A GABAergic interneuron located in the cerebral cortex that expresses reelin (rln).", + meaning=CL["4032001"])) + setattr(cls, "CL:0002434", + PermissibleValue( + text="CL:0002434", + description="""A CD8-positive, CD4-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.""", + meaning=CL["0002434"])) + setattr(cls, "CL:0000531", + PermissibleValue( + text="CL:0000531", + description="A primary neuron (sensu Teleostei) that has a sensory function.", + meaning=CL["0000531"])) + setattr(cls, "CL:1000278", + PermissibleValue( + text="CL:1000278", + description="A smooth muscle cell that is part of the ileum.", + meaning=CL["1000278"])) + setattr(cls, "CL:1001586", + PermissibleValue( + text="CL:1001586", + description="""Glandular cell of mammary epithelium. Example: glandular cells of large and intermediate ducts, glandular cells in terminal ducts.""", + meaning=CL["1001586"])) + setattr(cls, "CL:0001008", + PermissibleValue( + text="CL:0001008", + description="""A hematopoietic stem cell that has plasma membrane part Kit-positive, SCA-1-positive, CD150-positive and CD34-negative.""", + meaning=CL["0001008"])) + setattr(cls, "CL:0002166", + PermissibleValue( + text="CL:0002166", + description="""An epithelial cell that remains from the disintegration of the epithelial root sheath involved in the development of teeth.""", + meaning=CL["0002166"])) + setattr(cls, "CL:0000216", + PermissibleValue( + text="CL:0000216", + description="""A supporting cell projecting inward from the basement membrane of seminiferous tubules. They surround and nourish the developing male germ cells and secrete androgen binding protein. Their tight junctions with the spermatogonia and spermatocytes provide a blood-testis barrier.""", + meaning=CL["0000216"])) + setattr(cls, "CL:0002391", + PermissibleValue( + text="CL:0002391", + description="A blastoconidium that has more than one nucleus.", + meaning=CL["0002391"])) + setattr(cls, "CL:2000084", + PermissibleValue( + text="CL:2000084", + description="Any goblet cell that is part of a conjunctiva.", + meaning=CL["2000084"])) + setattr(cls, "CL:0011012", + PermissibleValue( + text="CL:0011012", + description="""A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells.""", + meaning=CL["0011012"])) + setattr(cls, "CL:0009028", + PermissibleValue( + text="CL:0009028", + description="""An intestinal crypt stem cell that is located in the vermiform appendix. These stem cells reside at the bottom of crypts in the appendix and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009028"])) + setattr(cls, "CL:0002196", + PermissibleValue( + text="CL:0002196", + description="""A transient hepatic stem cell observed after liver injury with a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes and bile duct cells. Arises from more than one tissue.""", + meaning=CL["0002196"])) + setattr(cls, "CL:0002072", + PermissibleValue( + text="CL:0002072", + description="""A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery.""", + meaning=CL["0002072"])) + setattr(cls, "CL:0002534", + PermissibleValue( + text="CL:0002534", + description="""A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.""", + meaning=CL["0002534"])) + setattr(cls, "CL:0000820", + PermissibleValue( + text="CL:0000820", + description="A B-1 B cell that has the phenotype CD5-positive.", + meaning=CL["0000820"])) + setattr(cls, "CL:0000038", + PermissibleValue( + text="CL:0000038", + description="A progenitor cell committed to the erythroid lineage.", + meaning=CL["0000038"])) + setattr(cls, "CL:0009094", + PermissibleValue( + text="CL:0009094", + description="An endothelial cell that is part of a hepatic portal vein.", + meaning=CL["0009094"])) + setattr(cls, "CL:4042002", + PermissibleValue( + text="CL:4042002", + description="""A nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron that co-expresses TAC3 and the DRD1 receptor.""", + meaning=CL["4042002"])) + setattr(cls, "CL:0000452", + PermissibleValue( + text="CL:0000452", + meaning=CL["0000452"])) + setattr(cls, "CL:0000215", + PermissibleValue( + text="CL:0000215", + description="""A cell whose primary function is to prevent the transport of stuff across compartments.""", + meaning=CL["0000215"])) + setattr(cls, "CL:0002376", + PermissibleValue( + text="CL:0002376", + description="""A glial cell that ensheaths multiple small diameter axons in the peripheral nervous system. The non-myelinating Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. These cells can de-differentiate into immature Schwann cells.""", + meaning=CL["0002376"])) + setattr(cls, "CL:0002495", + PermissibleValue( + text="CL:0002495", + description="""A fetal and neonatal heart cell that undergoes proliferation and is not yet terminally differentiated into a binucleate or a multinucleate cardiac myocyte.""", + meaning=CL["0002495"])) + setattr(cls, "CL:0000773", + PermissibleValue( + text="CL:0000773", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a eosinophilic myelocyte and a band form eosinophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, CD24-positive and aminopeptidase N-negative.""", + meaning=CL["0000773"])) + setattr(cls, "CL:0000393", + PermissibleValue( + text="CL:0000393", + description="A cell whose function is determined by its response to an electric signal.", + meaning=CL["0000393"])) + setattr(cls, "CL:1000450", + PermissibleValue( + text="CL:1000450", + description="An epithelial cell that is part of the glomerular capsule.", + meaning=CL["1000450"])) + setattr(cls, "CL:1001287", + PermissibleValue( + text="CL:1001287", + description="""Any vasa recta descending limb cell that is part of some outer medulla vasa recta descending limb.""", + meaning=CL["1001287"])) + setattr(cls, "CL:0009056", + PermissibleValue( + text="CL:0009056", + description="A transit amplifying cell that is located in the anorectum.", + meaning=CL["0009056"])) + setattr(cls, "CL:0000934", + PermissibleValue( + text="CL:0000934", + description="A CD4-positive, alpha-beta T cell that has cytotoxic function.", + meaning=CL["0000934"])) + setattr(cls, "CL:0000771", + PermissibleValue( + text="CL:0000771", + description="""Any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, CD191-positive, and CD193-positive.""", + meaning=CL["0000771"])) + setattr(cls, "CL:0003046", + PermissibleValue( + text="CL:0003046", + description="""A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S2 and S4.""", + meaning=CL["0003046"])) + setattr(cls, "CL:4023017", + PermissibleValue( + text="CL:4023017", + description="A GABAergic neuron located in the cerebral cortex that expresses somatostatin (sst)", + meaning=CL["4023017"])) + setattr(cls, "CL:0002591", + PermissibleValue( + text="CL:0002591", + description="A smooth muscle of the pulmonary artery.", + meaning=CL["0002591"])) + setattr(cls, "CL:0002423", + PermissibleValue( + text="CL:0002423", + description="A DN2 thymocyte that is Kit-hi.", + meaning=CL["0002423"])) + setattr(cls, "CL:0000697", + PermissibleValue( + text="CL:0000697", + meaning=CL["0000697"])) + setattr(cls, "CL:0000856", + PermissibleValue( + text="CL:0000856", + description="""Neuromast hair cell is a hair cell that acts as a sensory receptor of the neuromast; it is morphologically polarized as a result of the relative position of the single kinocilium and the clusters of stereocilia on its apical surface.""", + meaning=CL["0000856"])) + setattr(cls, "CL:2000057", + PermissibleValue( + text="CL:2000057", + description="Any osteoblast that is part of a femur.", + meaning=CL["2000057"])) + setattr(cls, "CL:1000436", + PermissibleValue( + text="CL:1000436", + description="An epithelial cell that is part of the lacrimal sac.", + meaning=CL["1000436"])) + setattr(cls, "CL:0000062", + PermissibleValue( + text="CL:0000062", + description="""Skeletogenic cell that secretes osteoid, is capable of producing mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid tissue, and arises from the transformation of a preosteoblast cell.""", + meaning=CL["0000062"])) + setattr(cls, "CL:2000063", + PermissibleValue( + text="CL:2000063", + description="Any fibroblast that is part of a female gonad.", + meaning=CL["2000063"])) + setattr(cls, "CL:0000835", + PermissibleValue( + text="CL:0000835", + description="""The most primitive precursor in the granulocytic series, having fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in the bone marrow.""", + meaning=CL["0000835"])) + setattr(cls, "CL:4023086", + PermissibleValue( + text="CL:4023086", + description="""A Martinotti neuron that has axons that form a horizontal ramification, making it T-shaped.""", + meaning=CL["4023086"])) + setattr(cls, "CL:0002315", + PermissibleValue( + text="CL:0002315", + description="An epithelial supporting cell located in the cochlea.", + meaning=CL["0002315"])) + setattr(cls, "CL:0000658", + PermissibleValue( + text="CL:0000658", + description="An epithelial cell that secretes cuticle.", + meaning=CL["0000658"])) + setattr(cls, "CL:0000166", + PermissibleValue( + text="CL:0000166", + description="""A cell that stores epinephrine secretory vesicles. During times of stress, the nervous system signals the vesicles to secrete their hormonal content. Their name derives from their ability to stain a brownish color with chromic salts. Characteristically, they are located in the adrenal medulla and paraganglia of the sympathetic nervous system.""", + meaning=CL["0000166"])) + setattr(cls, "CL:0000419", + PermissibleValue( + text="CL:0000419", + description="An epithelial fate stem cell found in flatworms.", + meaning=CL["0000419"])) + setattr(cls, "CL:0000978", + PermissibleValue( + text="CL:0000978", + description="A short lived plasma cell that secretes IgM.", + meaning=CL["0000978"])) + setattr(cls, "CL:1000692", + PermissibleValue( + text="CL:1000692", + description="A fibroblast that is part of an interstitial compartment of a kidney.", + meaning=CL["1000692"])) + setattr(cls, "CL:0002624", + PermissibleValue( + text="CL:0002624", + description="A paneth cell of the appendix.", + meaning=CL["0002624"])) + setattr(cls, "CL:0009096", + PermissibleValue( + text="CL:0009096", + description="""Any cell that is part of the esophageal non-keratinized stratified squamous epithelium. In humans, the esophagus, which requires flexibility to accommodate swallowing of a bolus, is covered with a non-keratinized epithelium.""", + meaning=CL["0009096"])) + setattr(cls, "CL:1000369", + PermissibleValue( + text="CL:1000369", + description="""A transitional myocyte that is part of the septal division of left branch of atrioventricular bundle.""", + meaning=CL["1000369"])) + setattr(cls, "CL:4030022", + PermissibleValue( + text="CL:4030022", + description="A fibroblast that is located in the renal medulla interstitium.", + meaning=CL["4030022"])) + setattr(cls, "CL:0000115", + PermissibleValue( + text="CL:0000115", + description="""An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm.""", + meaning=CL["0000115"])) + setattr(cls, "CL:1000426", + PermissibleValue( + text="CL:1000426", + description="A chromaffin cell that is part of the adrenal gland.", + meaning=CL["1000426"])) + setattr(cls, "CL:0004121", + PermissibleValue( + text="CL:0004121", + description="""A retinal ganglion cell B that has a very small but very dense dendritic field, and has post synaptic terminals in S2.""", + meaning=CL["0004121"])) + setattr(cls, "CL:1000371", + PermissibleValue( + text="CL:1000371", + description="A transitional myocyte that is part of the right branch of atrioventricular bundle.", + meaning=CL["1000371"])) + setattr(cls, "CL:0009102", + PermissibleValue( + text="CL:0009102", + description="""A specialized, fibroblastic reticular cell of mesenchymal origin found in lymph nodes. In human, it expresses several markers common to myofibroblasts (desmin, vimentin, CD73, CD90, α-smooth muscle actin (αSMA)), and can be differentiated from endothelial cells by its lack of CD31 expression. These cells are critical for the overall organization and function of the lymph node. Lymph node fibroblastic reticular cells (FRCs) can be further classified based on their location, function, and unique marker expression.""", + meaning=CL["0009102"])) + setattr(cls, "CL:0002635", + PermissibleValue( + text="CL:0002635", + description="A nonkeratinized epithelial cell of the anal canal.", + meaning=CL["0002635"])) + setattr(cls, "CL:0002189", + PermissibleValue( + text="CL:0002189", + description="""A keratinocyte of the epidermis that is characterized by containing granules of keratohyalin and lamellar granules.""", + meaning=CL["0002189"])) + setattr(cls, "CL:0000042", + PermissibleValue( + text="CL:0000042", + description="""A myeloblast committed to the neutrophil lineage. This cell type is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and has low expression of PU.1 transcription factor.""", + meaning=CL["0000042"])) + setattr(cls, "CL:4033044", + PermissibleValue( + text="CL:4033044", + description="""An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis.""", + meaning=CL["4033044"])) + setattr(cls, "CL:0000520", + PermissibleValue( + text="CL:0000520", + meaning=CL["0000520"])) + setattr(cls, "CL:1000341", + PermissibleValue( + text="CL:1000341", + description="An enterocyte that is part of the epithelium proper of jejunum.", + meaning=CL["1000341"])) + setattr(cls, "CL:0000950", + PermissibleValue( + text="CL:0000950", + description="A plasmablast that secretes IgE.", + meaning=CL["0000950"])) + setattr(cls, "CL:0000049", + PermissibleValue( + text="CL:0000049", + description="""A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages.""", + meaning=CL["0000049"])) + setattr(cls, "CL:0000831", + PermissibleValue( + text="CL:0000831", + description="""A progenitor cell of the mast cell lineage. Markers for this cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, and lineage-negative.""", + meaning=CL["0000831"])) + setattr(cls, "CL:4023119", + PermissibleValue( + text="CL:4023119", + description="""A subpopulation of amacrine cell that migrate further than other amacrine cells, and come to lie basal to the inner plexiform layer (IPL) in the ganglion cell layer. Displaced amacrine cells still have their neurites extending apically into the IPL, and therefore exhibit an inverted polarity with respect to the other amacrine cells.""", + meaning=CL["4023119"])) + setattr(cls, "CL:0000645", + PermissibleValue( + text="CL:0000645", + description="""A glial cell of astrocytic lineage with long processes running parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. These processes form a three-dimensional network among the axons of the hypothalamic neurosecretory cells and are connected by gap junctions which provide for their metabolic coupling. This cell type constitutes most of the nonexcitable tissue in the neurohypophsis; function may include possibly acting as an intermediate in the modulation of oxytocin and vasopressin release. This cell type is highly variable in size and shape and commonly contain lipid droplets and deposits of lipochrome pigment.""", + meaning=CL["0000645"])) + setattr(cls, "CL:0000755", + PermissibleValue( + text="CL:0000755", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is delicate and the dendritic tips appear small when compared with type 1 cells. The axon terminal is stratified and restricted to sublamina 2 of the inner plexiform layer.""", + meaning=CL["0000755"])) + setattr(cls, "CL:0002290", + PermissibleValue( + text="CL:0002290", + description="""A sperm bearing a Y chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.""", + meaning=CL["0002290"])) + setattr(cls, "CL:0000866", + PermissibleValue( + text="CL:0000866", + description="""A tissue-resident macrophage resident found in the thymus, involved in the clearance of apoptotic thymocytes.""", + meaning=CL["0000866"])) + setattr(cls, "CL:0000382", + PermissibleValue( + text="CL:0000382", + description="""A cell that is part of a scolopidium and surrounds the dendrite of a scolopidial neuron.""", + meaning=CL["0000382"])) + setattr(cls, "CL:4023043", + PermissibleValue( + text="CL:4023043", + description="""A near-projecting glutamatergic neuron with a soma found in layer 5/6 of the primary motor cortex.""", + meaning=CL["4023043"])) + setattr(cls, "CL:0002132", + PermissibleValue( + text="CL:0002132", + description="A stomal cell of the ovary", + meaning=CL["0002132"])) + setattr(cls, "CL:0000947", + PermissibleValue( + text="CL:0000947", + description="A long lived plasma cell that secretes IgE.", + meaning=CL["0000947"])) + setattr(cls, "CL:0002034", + PermissibleValue( + text="CL:0002034", + description="""A hematopoietic stem cell with long term self renewal capability. This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative and Flt3-negative.""", + meaning=CL["0002034"])) + setattr(cls, "CL:0008024", + PermissibleValue( + text="CL:0008024", + description="An endocrine cell that is part of the pancreas.", + meaning=CL["0008024"])) + setattr(cls, "CL:0002552", + PermissibleValue( + text="CL:0002552", + description="Any fibroblast that is part of some gingiva.", + meaning=CL["0002552"])) + setattr(cls, "CL:0000227", + PermissibleValue( + text="CL:0000227", + description="Any cell that has characteristic some binucleate.", + meaning=CL["0000227"])) + setattr(cls, "CL:2000071", + PermissibleValue( + text="CL:2000071", + description="Any microvascular endothelial cell that is part of a breast.", + meaning=CL["2000071"])) + setattr(cls, "CL:0000882", + PermissibleValue( + text="CL:0000882", + description="A thymic macrophage found in the thymic medulla.", + meaning=CL["0000882"])) + setattr(cls, "CL:0000551", + PermissibleValue( + text="CL:0000551", + meaning=CL["0000551"])) + setattr(cls, "CL:0000926", + PermissibleValue( + text="CL:0000926", + description="""A mature NK T cell that secretes interferon-gamma and enhances type 1 immune responses.""", + meaning=CL["0000926"])) + setattr(cls, "CL:0002124", + PermissibleValue( + text="CL:0002124", + description="""A circulating gamma-delta T cell that is CD27-positive and capable of producing IFN-gamma.""", + meaning=CL["0002124"])) + setattr(cls, "CL:0010008", + PermissibleValue( + text="CL:0010008", + description="Any endothelial cell that is part of some heart.", + meaning=CL["0010008"])) + setattr(cls, "CL:0000731", + PermissibleValue( + text="CL:0000731", + description="""A cell of a layer of transitional epithelium in the wall of the proximal urethra, bladder, ureter or renal pelvis, external to the lamina propria.""", + meaning=CL["0000731"])) + setattr(cls, "CL:0009090", + PermissibleValue( + text="CL:0009090", + description="""An adult endothelial progenitor cell that is resident of adult vasculature and capable of differentiating to regenerate endothelial cell populations. Endothelial colony forming cells are characterised in vivo by clonal proliferative status, de novo vessel formation, homing to ischemic sites and paracrine support of angiogenesis. These cells are phenotypically similar to endothelial cells.""", + meaning=CL["0009090"])) + setattr(cls, "CL:0009067", + PermissibleValue( + text="CL:0009067", + description="""An enterocyte found in the small intestine of newborn mammals and characterized by the presence of an apical canalicular system (ACS) leading to production of large vacuoles, important for colostral macromolecule uptake. After birth, the vacuolated fetal-type enterocytes are replaced with enterocytes lacking an ACS.""", + meaning=CL["0009067"])) + setattr(cls, "CL:0002059", + PermissibleValue( + text="CL:0002059", + description="A conventional thymic dendritic cell that is CD8alpha-positive.", + meaning=CL["0002059"])) + setattr(cls, "CL:0002460", + PermissibleValue( + text="CL:0002460", + description="A conventional thymic dendritic cell that is CD8alpha-negative.", + meaning=CL["0002460"])) + setattr(cls, "CL:0000286", + PermissibleValue( + text="CL:0000286", + description="A cell of a filament of a fungal mycelium.", + meaning=CL["0000286"])) + setattr(cls, "CL:4023154", + PermissibleValue( + text="CL:4023154", + description="A glial cell that myelinates axonal processes.", + meaning=CL["4023154"])) + setattr(cls, "CL:0004253", + PermissibleValue( + text="CL:0004253", + description="An amicrine that has a wide dendritic field.", + meaning=CL["0004253"])) + setattr(cls, "CL:0019015", + PermissibleValue( + text="CL:0019015", + description="""An eosinophil with a ring-shaped nucleus that is resident in the lung parenchyma. In mouse, lung parenchyma resident eosinophils are IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they are Siglec-8+ CD62L+ IL-3R(low).""", + meaning=CL["0019015"])) + setattr(cls, "CL:1001096", + PermissibleValue( + text="CL:1001096", + description="Any endothelial cell that is part of some renal afferent arteriole.", + meaning=CL["1001096"])) + setattr(cls, "CL:0000192", + PermissibleValue( + text="CL:0000192", + description="""A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast).""", + meaning=CL["0000192"])) + setattr(cls, "CL:1000719", + PermissibleValue( + text="CL:1000719", + description="Any renal intercalated cell that is part of some inner medullary collecting duct.", + meaning=CL["1000719"])) + setattr(cls, "CL:1000343", + PermissibleValue( + text="CL:1000343", + description="A paneth cell that is part of the epithelium of small intestine.", + meaning=CL["1000343"])) + setattr(cls, "CL:0000590", + PermissibleValue( + text="CL:0000590", + description="A progesterone secreting cell in the corpus luteum that develops from theca cells.", + meaning=CL["0000590"])) + setattr(cls, "CL:0000533", + PermissibleValue( + text="CL:0000533", + description="A primary neuron (sensu Teleostei) that has a motor function.", + meaning=CL["0000533"])) + setattr(cls, "CL:0001011", + PermissibleValue( + text="CL:0001011", + description="""Immature interstitial dendritic cell is a interstitial dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001011"])) + setattr(cls, "CL:0000718", + PermissibleValue( + text="CL:0000718", + description="A cell of an ommatidium that secretes lens materials.", + meaning=CL["0000718"])) + setattr(cls, "CL:0000684", + PermissibleValue( + text="CL:0000684", + meaning=CL["0000684"])) + setattr(cls, "CL:4030068", + PermissibleValue( + text="CL:4030068", + description="""A transcriptomically distinct intratelencepalic-projecting glutamatergic neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_cluster', L6 IT Car3.""", + meaning=CL["4030068"])) + setattr(cls, "CL:0002087", + PermissibleValue( + text="CL:0002087", + description="A leukocyte that lacks granules.", + meaning=CL["0002087"])) + setattr(cls, "CL:0000952", + PermissibleValue( + text="CL:0000952", + description="""An preBRC-positive large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-positive, composed of surrogate light chain protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu) on the cell surface.""", + meaning=CL["0000952"])) + setattr(cls, "CL:1000300", + PermissibleValue( + text="CL:1000300", + description="A fibroblast that is part of the outer membrane of prostatic capsule.", + meaning=CL["1000300"])) + setattr(cls, "CL:0000526", + PermissibleValue( + text="CL:0000526", + description="A neuron which conveys sensory information centrally from the periphery.", + meaning=CL["0000526"])) + setattr(cls, "CL:0002537", + PermissibleValue( + text="CL:0002537", + description="A mesenchymal stem cell of the amnion membrane.", + meaning=CL["0002537"])) + setattr(cls, "CL:1000481", + PermissibleValue( + text="CL:1000481", + description="A transitional myocyte that is part of the atrioventricular bundle.", + meaning=CL["1000481"])) + setattr(cls, "CL:0002000", + PermissibleValue( + text="CL:0002000", + description="""An erythroid progenitor cell is Kit-positive, Ly6A-negative, CD41-negative, CD127-negative, and CD123-negative. This cell type is also described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, CD105-positive, and FcgR-negative.""", + meaning=CL["0002000"])) + setattr(cls, "CL:0004138", + PermissibleValue( + text="CL:0004138", + description="A retinal ganglion A cell with dense arbor near soma.", + meaning=CL["0004138"])) + setattr(cls, "CL:0000700", + PermissibleValue( + text="CL:0000700", + description="A neuron that releases dopamine as a neurotransmitter.", + meaning=CL["0000700"])) + setattr(cls, "CL:0000863", + PermissibleValue( + text="CL:0000863", + description="""An elicited macrophage that is recruited into the tissues in response to injury and infection as part of an inflammatory response, expresses high levels of pro-inflammatory cytokines, ROS and NO, and shows potent microbicidal activity.""", + meaning=CL["0000863"])) + setattr(cls, "CL:0002477", + PermissibleValue( + text="CL:0002477", + description="""A macrophage located in adipose tissue that is CD45-positive, CD11c-positive, and SIRPa-positive.""", + meaning=CL["0002477"])) + setattr(cls, "CL:0002182", + PermissibleValue( + text="CL:0002182", + description="""A simple columnar cell that populates the entire luminal surface including the gastric pits. This cell types secrete mucus to form a thick protective, lubricant layer over the gastric wall.""", + meaning=CL["0002182"])) + setattr(cls, "CL:0000333", + PermissibleValue( + text="CL:0000333", + description="""A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body.""", + meaning=CL["0000333"])) + setattr(cls, "CL:0002345", + PermissibleValue( + text="CL:0002345", + description="""An immature natural killer cell that is NK1.1-positive, DX5-positive, Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers in the liver.""", + meaning=CL["0002345"])) + setattr(cls, "CL:0002090", + PermissibleValue( + text="CL:0002090", + description="One of two small cells formed by the first and second meiotic division of oocytes.", + meaning=CL["0002090"])) + setattr(cls, "CL:0002615", + PermissibleValue( + text="CL:0002615", + description="An adipocyte that is part of omentum tissue.", + meaning=CL["0002615"])) + setattr(cls, "CL:0001042", + PermissibleValue( + text="CL:0001042", + description="CD4-positive, alpha-beta T cell that produces IL-22.", + meaning=CL["0001042"])) + setattr(cls, "CL:0009010", + PermissibleValue( + text="CL:0009010", + description="""Transit-amplifying cells (TACs) are an undifferentiated population in transition between stem cells and differentiated cells.""", + meaning=CL["0009010"])) + setattr(cls, "CL:4030029", + PermissibleValue( + text="CL:4030029", + description="A lymphocyte located in blood.", + meaning=CL["4030029"])) + setattr(cls, "CL:1000708", + PermissibleValue( + text="CL:1000708", + description="Any ureteral cell that is part of some adventitia of ureter.", + meaning=CL["1000708"])) + setattr(cls, "CL:0000707", + PermissibleValue( + text="CL:0000707", + meaning=CL["0000707"])) + setattr(cls, "CL:0009100", + PermissibleValue( + text="CL:0009100", + description="""A fibroblast located in the portal triad. Hepatic portal fibroblast are a non-parenchymal cell population located adjacent to bile duct epithelia in liver and are distinct from stellate cells. They differentiate into fibrogenic myofibroblasts during chronic injury states producing high levels of collagen.""", + meaning=CL["0009100"])) + setattr(cls, "CL:0011001", + PermissibleValue( + text="CL:0011001", + description="""A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement.""", + meaning=CL["0011001"])) + setattr(cls, "CL:0011111", + PermissibleValue( + text="CL:0011111", + description="""A neuroendocrine cell that secretes gonadotropin-releasing hormone (GnRH). A GnRH neuron is born in the nasal placode during embryonic development and migrates through the nose and forebrain to the hypothalamus. This cell regulates reproduction by secreting GnRH into the pituitary portal vessels to induce the release of gonadotropins into the general circulation.""", + meaning=CL["0011111"])) + setattr(cls, "CL:1001320", + PermissibleValue( + text="CL:1001320", + description="Any cell that is part of some urethra.", + meaning=CL["1001320"])) + setattr(cls, "CL:1000311", + PermissibleValue( + text="CL:1000311", + description="An adipocyte that is part of the epicardial fat of left ventricle.", + meaning=CL["1000311"])) + setattr(cls, "CL:0002484", + PermissibleValue( + text="CL:0002484", + description="A melanocyte that produces pigment in the epithelium.", + meaning=CL["0002484"])) + setattr(cls, "CL:0000326", + PermissibleValue( + text="CL:0000326", + meaning=CL["0000326"])) + setattr(cls, "CL:0001055", + PermissibleValue( + text="CL:0001055", + description="An intermediate monocyte that is CD14-positive and with low amounts of CD16.", + meaning=CL["0001055"])) + setattr(cls, "CL:0000750", + PermissibleValue( + text="CL:0000750", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the outer half of the inner plexiform layer. These cells depolarize in response to light to dark transition.""", + meaning=CL["0000750"])) + setattr(cls, "CL:4042013", + PermissibleValue( + text="CL:4042013", + description="""A transcriptomically distinct lamp5 GABAergic cortical interneuron located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: CGE-derived interneurons', Author Categories: 'CrossArea_subclass', Lamp5 Lhx6.""", + meaning=CL["4042013"])) + setattr(cls, "CL:1000443", + PermissibleValue( + text="CL:1000443", + description="A smooth muscle cell that is part of the ciliary body.", + meaning=CL["1000443"])) + setattr(cls, "CL:0000709", + PermissibleValue( + text="CL:0000709", + meaning=CL["0000709"])) + setattr(cls, "CL:0000083", + PermissibleValue( + text="CL:0000083", + description="An epithelial cell of the pancreas.", + meaning=CL["0000083"])) + setattr(cls, "CL:4030047", + PermissibleValue( + text="CL:4030047", + description="""A DRD2-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.""", + meaning=CL["4030047"])) + setattr(cls, "CL:0000007", + PermissibleValue( + text="CL:0000007", + description="A cell found in the embryo before the formation of all the gem layers is complete.", + meaning=CL["0000007"])) + setattr(cls, "CL:0008026", + PermissibleValue( + text="CL:0008026", + description="""An epithelial cell that is part of the epithelium of a tracheal tube in an open tracheal system, such as that found in insects.""", + meaning=CL["0008026"])) + setattr(cls, "CL:0002486", + PermissibleValue( + text="CL:0002486", + description="""A melanocyte located between the epithelial marginal cell layer and the mesodermal basal cell layer within the intrastrial space; the predominant cellular component of the electrogenic machinery that generates an endocochlear potential (80-100 mV) .""", + meaning=CL["0002486"])) + setattr(cls, "CL:0009083", + PermissibleValue( + text="CL:0009083", + description="The human equivalent of a DN4 thymocyte.", + meaning=CL["0009083"])) + setattr(cls, "CL:0002213", + PermissibleValue( + text="CL:0002213", + description="""A muscle cell with low content of myoglobin and other oxygen storing proteins. This muscle cell has a white appearance.""", + meaning=CL["0002213"])) + setattr(cls, "CL:2000038", + PermissibleValue( + text="CL:2000038", + description="Any neuromast mantle cell that is part of a posterior lateral line.", + meaning=CL["2000038"])) + setattr(cls, "CL:0003013", + PermissibleValue( + text="CL:0003013", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a long secondary dendrite shaft with post synaptic terminals in sublaminar layer S4.""", + meaning=CL["0003013"])) + setattr(cls, "CL:1000445", + PermissibleValue( + text="CL:1000445", + description="A myoepithelial cell that is part of the dilatator pupillae.", + meaning=CL["1000445"])) + setattr(cls, "CL:4033033", + PermissibleValue( + text="CL:4033033", + description="""An OFF bipolar cell with a small dendritic tree that provides most of the triad-associated basal (flat) contacts at cone pedicles.""", + meaning=CL["4033033"])) + setattr(cls, "CL:0000825", + PermissibleValue( + text="CL:0000825", + description="""A lymphoid progenitor cell that is committed to the natural killer cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the phenotypic characteristics of later stages of natural killer cell development such as expression of NK activating and inhibitory molecules. In human this cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, and CD161 negative.""", + meaning=CL["0000825"])) + setattr(cls, "CL:1000495", + PermissibleValue( + text="CL:1000495", + description="A goblet cell that is part of the small intestine.", + meaning=CL["1000495"])) + setattr(cls, "CL:2000068", + PermissibleValue( + text="CL:2000068", + description="Any fibroblast that is part of a pericardium.", + meaning=CL["2000068"])) + setattr(cls, "CL:0004228", + PermissibleValue( + text="CL:0004228", + description="""An amacrine cell with a small dendritic field that has post-synaptic terminals in S1, S2, S3, and S4.""", + meaning=CL["0004228"])) + setattr(cls, "CL:1001607", + PermissibleValue( + text="CL:1001607", + description="Chondrocyte forming the hyaline cartilage found in joints.", + meaning=CL["1001607"])) + setattr(cls, "CL:4028003", + PermissibleValue( + text="CL:4028003", + description="""An alveolar capillary endothelial cell that is located proximally to alveolar capillary type 1 endothelial cells and in close apposition to alveolar type 1 epithelial cells (also known as type I pneumocytes).""", + meaning=CL["4028003"])) + setattr(cls, "CL:0000247", + PermissibleValue( + text="CL:0000247", + description="""Type of neuron that is a primary mechanosensory cell, with peripheral neurites innervating the skin with free nerve endings.""", + meaning=CL["0000247"])) + setattr(cls, "CL:0005006", + PermissibleValue( + text="CL:0005006", + description="""Specialized epithelial cells involved in the maintenance of osmotic homeostasis. They are characterized by abundant mitochondria and ion transporters. In amniotes, they are present in the renal system. In freshwater fish, ionocytes in the skin and gills help maintain osmotic homeostasis by absorbing salt from the external environment.""", + meaning=CL["0005006"])) + setattr(cls, "CL:0002061", + PermissibleValue( + text="CL:0002061", + description="""A T-helper cell that is characterized by secreting interleukin 9 and responding to helminth infections. This cell-type can derives from Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production is surpressed.""", + meaning=CL["0002061"])) + setattr(cls, "CL:0002580", + PermissibleValue( + text="CL:0002580", + description="A preadipocyte that is part of the breast.", + meaning=CL["0002580"])) + setattr(cls, "CL:0002229", + PermissibleValue( + text="CL:0002229", + description="""A chief cell that is bigger than dark chief cells and has a larger and lighter nucleus and a cytoplasm with few granules.""", + meaning=CL["0002229"])) + setattr(cls, "CL:1001064", + PermissibleValue( + text="CL:1001064", + meaning=CL["1001064"])) + setattr(cls, "CL:4030021", + PermissibleValue( + text="CL:4030021", + description="A renal beta-intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030021"])) + setattr(cls, "CL:0000846", + PermissibleValue( + text="CL:0000846", + description="""An epithelial cell of the vestibular sensory organ that is characterized by intense enzymatic activities and numerous basal membrane infoldings.""", + meaning=CL["0000846"])) + setattr(cls, "CL:0002469", + PermissibleValue( + text="CL:0002469", + description="Gr1-high monocyte that lacks MHC-II receptor complex.", + meaning=CL["0002469"])) + setattr(cls, "CL:1000466", + PermissibleValue( + text="CL:1000466", + description="A chromaffin cell that is part of the right ovary.", + meaning=CL["1000466"])) + setattr(cls, "CL:0005013", + PermissibleValue( + text="CL:0005013", + description="A ciliated epithelial cell with a single cilium.", + meaning=CL["0005013"])) + setattr(cls, "CL:0000176", + PermissibleValue( + text="CL:0000176", + description="Any secretory cell that is capable of some ecdysteroid secretion.", + meaning=CL["0000176"])) + setattr(cls, "CL:0009050", + PermissibleValue( + text="CL:0009050", + description="A B cell that is located in the anorectum.", + meaning=CL["0009050"])) + setattr(cls, "CL:1000305", + PermissibleValue( + text="CL:1000305", + description="A fibroblast that is part of the connective tissue of glandular part of prostate.", + meaning=CL["1000305"])) + setattr(cls, "CL:0002003", + PermissibleValue( + text="CL:0002003", + description="An erythroid progenitor cell that is CD34-positive and is GlyA-negative.", + meaning=CL["0002003"])) + setattr(cls, "CL:0002164", + PermissibleValue( + text="CL:0002164", + description="""A rod-shaped cell found in 3 or 4 rows that lie adjacent to and support the outer hair cells.""", + meaning=CL["0002164"])) + setattr(cls, "CL:0002135", + PermissibleValue( + text="CL:0002135", + description="""Epidermal cells that do not contain keratin. Cell type is usually associated with moist epidermal tissues.""", + meaning=CL["0002135"])) + setattr(cls, "CL:4023027", + PermissibleValue( + text="CL:4023027", + description="""A sst GABAergic cortical interneuron with a soma found in L5 and possesses 'T-shaped' Martinotti morphologies with local axonal plexus in L5a and translaminar axons restricted to the uppermost part of L1. They show low-threshold spiking patterns with strong rebound firing, and inhibit the L1 apical tuft of nearby pyramidal cells.""", + meaning=CL["4023027"])) + setattr(cls, "CL:0000179", + PermissibleValue( + text="CL:0000179", + description="Any secretory cell that is capable of some progesterone secretion.", + meaning=CL["0000179"])) + setattr(cls, "CL:0002082", + PermissibleValue( + text="CL:0002082", + description="A chromaffin cell of the adrenal medulla that produces epinephrine.", + meaning=CL["0002082"])) + setattr(cls, "CL:0000094", + PermissibleValue( + text="CL:0000094", + description="A leukocyte with abundant granules in the cytoplasm.", + meaning=CL["0000094"])) + setattr(cls, "CL:0003038", + PermissibleValue( + text="CL:0003038", + description="""An M7 retinal ganglion cells with synaptic terminals in S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003038"])) + setattr(cls, "CL:0002369", + PermissibleValue( + text="CL:0002369", + description="""A differentiated form of a fungus produced during or as a result of an asexual or sexual reproductive process; usually a cell with a thick cell wall that stores and protects one or more nuclei. Spores may be produced in response to, and are characteristically resistant to, adverse environmental conditions.""", + meaning=CL["0002369"])) + setattr(cls, "CL:1000716", + PermissibleValue( + text="CL:1000716", + description="""Principal cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may express the epithelial sodium channel (ENaC).""", + meaning=CL["1000716"])) + setattr(cls, "CL:0000970", + PermissibleValue( + text="CL:0000970", + description="""An unswitched memory B cell is a memory B cell that has the phenotype IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, IgE-negative, and IgA-negative.""", + meaning=CL["0000970"])) + setattr(cls, "CL:0003002", + PermissibleValue( + text="CL:0003002", + description="""A retinal ganglion cell that has a small dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S3.""", + meaning=CL["0003002"])) + setattr(cls, "CL:0000454", + PermissibleValue( + text="CL:0000454", + description="""A cell capable of producing epinephrine. Epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme, which is expressed in the adrenal glands, androgenic neurons, and in other cell types.""", + meaning=CL["0000454"])) + setattr(cls, "CL:0002561", + PermissibleValue( + text="CL:0002561", + description="An epithelial cell that is part of the outer root sheath.", + meaning=CL["0002561"])) + setattr(cls, "CL:0000477", + PermissibleValue( + text="CL:0000477", + description="A somatic epithelial cell of the insect egg chamber.", + meaning=CL["0000477"])) + setattr(cls, "CL:0000674", + PermissibleValue( + text="CL:0000674", + description="A follicle cell that is part of the stalk connecting adjacent egg chambers.", + meaning=CL["0000674"])) + setattr(cls, "CL:0003029", + PermissibleValue( + text="CL:0003029", + description="""A monostratified retinal ganglion cell that has a small soma, a small dendrite field with a dense dendrite arbor, and post synaptic terminals in sublaminer layer S2 and S3.""", + meaning=CL["0003029"])) + setattr(cls, "CL:4023162", + PermissibleValue( + text="CL:4023162", + description="""A neuron found in the anterior part of the ventral cochlear nucleus that has the appearance of bushes, having short dendrites. Bushy cells give outputs to different parts of the superior olivary complex.""", + meaning=CL["4023162"])) + setattr(cls, "CL:1001599", + PermissibleValue( + text="CL:1001599", + description="""Glandular cell of exocrine pancreas epithelium. Example: pancreatic acinar cell, glandular cells in pancreatic canaliculi, glandular cells in pancreatic ducts.""", + meaning=CL["1001599"])) + setattr(cls, "CL:1001577", + PermissibleValue( + text="CL:1001577", + description="Squamous cell of tonsil epithelium.", + meaning=CL["1001577"])) + setattr(cls, "CL:0008009", + PermissibleValue( + text="CL:0008009", + description="""A visceral muscle that is transversely striated. Examples include the visceral muscle cells of arthropods.""", + meaning=CL["0008009"])) + setattr(cls, "CL:0003030", + PermissibleValue( + text="CL:0003030", + description="""A monostratified retinal ganglion cell that has a medium soma and a small dendrite field.""", + meaning=CL["0003030"])) + setattr(cls, "CL:0003022", + PermissibleValue( + text="CL:0003022", + description="A retinal ganglion cell C outer that has medium dendritic density and field size.", + meaning=CL["0003022"])) + setattr(cls, "CL:0002101", + PermissibleValue( + text="CL:0002101", + description="""A CD38-positive naive B cell is a mature B cell that has the phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002101"])) + setattr(cls, "CL:0009032", + PermissibleValue( + text="CL:0009032", + description="A B cell that is located in a vermiform appendix.", + meaning=CL["0009032"])) + setattr(cls, "CL:1001138", + PermissibleValue( + text="CL:1001138", + description="Any kidney cortex artery cell that is part of some interlobular artery.", + meaning=CL["1001138"])) + setattr(cls, "CL:0002461", + PermissibleValue( + text="CL:0002461", + description="""A conventional dendritic cell that is CD103-positive. This cell type is usually found in non-lymphoid tissue.""", + meaning=CL["0002461"])) + setattr(cls, "CL:0000635", + PermissibleValue( + text="CL:0000635", + description="""The outer phalangeal cells of the organ of Corti. This cell holds the base of the hair cell in a cup-shaped depression.""", + meaning=CL["0000635"])) + setattr(cls, "CL:0002366", + PermissibleValue( + text="CL:0002366", + description="""A smooth muscle cell of the myometrium that enlarges and stretches during pregnancy, and contracts in response to oxytocin.""", + meaning=CL["0002366"])) + setattr(cls, "CL:0002441", + PermissibleValue( + text="CL:0002441", + description="A NK1.1-positive T cell that is CD94-positive.", + meaning=CL["0002441"])) + setattr(cls, "CL:0002079", + PermissibleValue( + text="CL:0002079", + description="""Epithelial cell found in the ducts of the pancreas. This cell type contributes to the high luminal pH.""", + meaning=CL["0002079"])) + setattr(cls, "CL:0002655", + PermissibleValue( + text="CL:0002655", + description="An epithelial cell of stratum spinosum of esophageal epithelium.", + meaning=CL["0002655"])) + setattr(cls, "CL:4033036", + PermissibleValue( + text="CL:4033036", + description="An OFF bipolar cell that is fovea-specific and expresses FEZF1, NXPH1 and NXPH2.", + meaning=CL["4033036"])) + setattr(cls, "CL:0002255", + PermissibleValue( + text="CL:0002255", + description="""A stromal cell of the endometrium that is fibroblastic in appearance. During decidualization this cell may differentiate into a decidual stromal cell.""", + meaning=CL["0002255"])) + setattr(cls, "CL:0002553", + PermissibleValue( + text="CL:0002553", + description="A fibroblast that is part of lung.", + meaning=CL["0002553"])) + setattr(cls, "CL:0002476", + PermissibleValue( + text="CL:0002476", + description="""A tissue-resident macrophage located in the bone marrow. This cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, F4/80-positive.""", + meaning=CL["0002476"])) + setattr(cls, "CL:0002568", + PermissibleValue( + text="CL:0002568", + description="A mesenchymal stem cell that is part of Wharton's jelly.", + meaning=CL["0002568"])) + setattr(cls, "CL:0017001", + PermissibleValue( + text="CL:0017001", + description="A mesodermal cell that is part of the splanchnic layer of lateral plate mesoderm.", + meaning=CL["0017001"])) + setattr(cls, "CL:0002071", + PermissibleValue( + text="CL:0002071", + description="""Columnar cell which populate the epithelium of large intestine and absorb water. This cell is the most numerous of the epithelial cell types in the large intestine; bear apical microvilli, contain secretory granules in their apical cytoplasm; secretion appears to be largely mucins, but is also rich in antibodies of the IgA type.""", + meaning=CL["0002071"])) + setattr(cls, "CL:4030010", + PermissibleValue( + text="CL:4030010", + description="""A brush border cell that is part of segment 2 (S2) of the proximal tubule epithelium, located in the renal cortex. In addition to its reabsorptive functions, it is also specialized in the secretion of organic anions and cations, including para-aminohippurate.""", + meaning=CL["4030010"])) + setattr(cls, "CL:0000869", + PermissibleValue( + text="CL:0000869", + description="A gut-associated lymphoid tissue macrophage found in tonsils.", + meaning=CL["0000869"])) + setattr(cls, "CL:0000903", + PermissibleValue( + text="CL:0000903", + description="""CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function.""", + meaning=CL["0000903"])) + setattr(cls, "CL:4023069", + PermissibleValue( + text="CL:4023069", + description="""A GABAergic cortical interneuron that develops from the medial ganglionic eminence and has migrated to the cerebral cortex.""", + meaning=CL["4023069"])) + setattr(cls, "CL:0002226", + PermissibleValue( + text="CL:0002226", + description="A secondary lens fiber cell that lacks a nucleus.", + meaning=CL["0002226"])) + setattr(cls, "CL:0000448", + PermissibleValue( + text="CL:0000448", + description="""An adipocyte with light coloration and few mitochondria. It contains a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole.""", + meaning=CL["0000448"])) + setattr(cls, "CL:0000630", + PermissibleValue( + text="CL:0000630", + description="A cell whose primary function is to support other cell types.", + meaning=CL["0000630"])) + setattr(cls, "CL:0002585", + PermissibleValue( + text="CL:0002585", + description="A blood vessel endothelial cell that is part of the retina.", + meaning=CL["0002585"])) + setattr(cls, "CL:0000976", + PermissibleValue( + text="CL:0000976", + description="""A short lived plasma cell that secretes IgA. These cells may be found in the bone marrow as well as in the mucosal immune system.""", + meaning=CL["0000976"])) + setattr(cls, "CL:0008006", + PermissibleValue( + text="CL:0008006", + description="""A myoblast that detemines the properties (size, shape and attachment to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops into a somatic muscle myotube via fusion with `fusion component myoblasts` (CL:0000621).""", + meaning=CL["0008006"])) + setattr(cls, "CL:0002487", + PermissibleValue( + text="CL:0002487", + description="A neuronal receptor that respond to mechanical pressure or distortion in the skin.", + meaning=CL["0002487"])) + setattr(cls, "CL:1000547", + PermissibleValue( + text="CL:1000547", + description="An epithelial cell that is part of some inner medullary collecting duct.", + meaning=CL["1000547"])) + setattr(cls, "CL:0001202", + PermissibleValue( + text="CL:0001202", + description="A plasmablast that is CD86-positive.", + meaning=CL["0001202"])) + setattr(cls, "CL:4023071", + PermissibleValue( + text="CL:4023071", + description="""A GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.""", + meaning=CL["4023071"])) + setattr(cls, "CL:0011006", + PermissibleValue( + text="CL:0011006", + description="An inhibitory GABAergic interneuron found in the cerebellar cortex.", + meaning=CL["0011006"])) + setattr(cls, "CL:0002134", + PermissibleValue( + text="CL:0002134", + description="A stromal cell of the ovarian medulla.", + meaning=CL["0002134"])) + setattr(cls, "CL:0002500", + PermissibleValue( + text="CL:0002500", + description="""A P/D1 enteroendocrine cell that is Grimelius positive and stores bombesin-like polypeptide.""", + meaning=CL["0002500"])) + setattr(cls, "CL:0000666", + PermissibleValue( + text="CL:0000666", + description="""An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues.""", + meaning=CL["0000666"])) + setattr(cls, "CL:0002663", + PermissibleValue( + text="CL:0002663", + description="A myocardial endocrine cell that is part of the atrium.", + meaning=CL["0002663"])) + setattr(cls, "CL:0000329", + PermissibleValue( + text="CL:0000329", + description="Any cell that is capable of some oxygen transport.", + meaning=CL["0000329"])) + setattr(cls, "CL:0000494", + PermissibleValue( + text="CL:0000494", + description="A photoreceptor cell that detects ultraviolet light.", + meaning=CL["0000494"])) + setattr(cls, "CL:0002277", + PermissibleValue( + text="CL:0002277", + description="""An enteroendocrine cell commonest in the duodenum and jejunum, rare in ileum, that secretes cholecystokinin. This cell type is involved in the regulation of digestive enzymes and bile.""", + meaning=CL["0002277"])) + setattr(cls, "CL:0002010", + PermissibleValue( + text="CL:0002010", + description="""A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive cell with intermediate expression of SIRP-alpha.""", + meaning=CL["0002010"])) + setattr(cls, "CL:0002161", + PermissibleValue( + text="CL:0002161", + description="""A cell type found on the superficial layer of the external side of the tympanic membrane. This cell-type lacks a nucleus.""", + meaning=CL["0002161"])) + setattr(cls, "CL:0002231", + PermissibleValue( + text="CL:0002231", + description="An epithelial cell of the prostate.", + meaning=CL["0002231"])) + setattr(cls, "CL:4030014", + PermissibleValue( + text="CL:4030014", + description="""Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the inner medulla. It is known in some mammalian species that the long descending limb of the loop of Henle in the inner medulla selectively expresses the nuclear receptor Nr2e3, the Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, which expresses a urea transporter, is also expressed in the inner medulla.""", + meaning=CL["4030014"])) + setattr(cls, "CL:1000334", + PermissibleValue( + text="CL:1000334", + description="An enterocyte that is part of the epithelium of small intestine.", + meaning=CL["1000334"])) + setattr(cls, "CL:1001045", + PermissibleValue( + text="CL:1001045", + description="Any kidney arterial blood vessel cell that is part of some renal cortex artery.", + meaning=CL["1001045"])) + setattr(cls, "CL:0002015", + PermissibleValue( + text="CL:0002015", + description="A polychromatophilic erythroblast that is Lyg 76-high and is Kit-negative.", + meaning=CL["0002015"])) + setattr(cls, "CL:1001588", + PermissibleValue( + text="CL:1001588", + description="""Glandular cell of colon epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001588"])) + setattr(cls, "CL:0002193", + PermissibleValue( + text="CL:0002193", + description="""A cell type that is the first of the maturation stages of the granulocytic leukocytes normally found in the bone marrow. Granules are seen in the cytoplasm. The nuclear material of the myelocyte is denser than that of the myeloblast but lacks a definable membrane. The cell is flat and contains increasing numbers of granules as maturation progresses.""", + meaning=CL["0002193"])) + setattr(cls, "CL:0001658", + PermissibleValue( + text="CL:0001658", + meaning=CL["0001658"])) + setattr(cls, "CL:0002169", + PermissibleValue( + text="CL:0002169", + description="An epithelial cell located on the basal lamina of the olfactory epithelium.", + meaning=CL["0002169"])) + setattr(cls, "CL:0002405", + PermissibleValue( + text="CL:0002405", + description="""A post-natal thymocyte expressing components of the gamma-delta T cell receptor. This cell type is always double-negative (i.e. CD4-negative, CD8-negative).""", + meaning=CL["0002405"])) + setattr(cls, "CL:1000768", + PermissibleValue( + text="CL:1000768", + description="Any nephron tubule epithelial cell that is part of some renal connecting tubule.", + meaning=CL["1000768"])) + setattr(cls, "CL:4030052", + PermissibleValue( + text="CL:4030052", + description="""A DRD2-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.""", + meaning=CL["4030052"])) + setattr(cls, "CL:0001066", + PermissibleValue( + text="CL:0001066", + description="""A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative).""", + meaning=CL["0001066"])) + setattr(cls, "CL:4023011", + PermissibleValue( + text="CL:4023011", + description="A GABAergic neuron located in the cerebral cortex that expresses Lamp5", + meaning=CL["4023011"])) + setattr(cls, "CL:1000415", + PermissibleValue( + text="CL:1000415", + description="An epithelial cell that is part of the gallbladder.", + meaning=CL["1000415"])) + setattr(cls, "CL:4033009", + PermissibleValue( + text="CL:4033009", + description="A(n) goblet cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033009"])) + setattr(cls, "CL:0009085", + PermissibleValue( + text="CL:0009085", + description="""An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. They may form discrete colonies.""", + meaning=CL["0009085"])) + setattr(cls, "CL:0004137", + PermissibleValue( + text="CL:0004137", + description="A retinal ganglion A2 cell with dendrites terminating in S4.", + meaning=CL["0004137"])) + setattr(cls, "CL:1000615", + PermissibleValue( + text="CL:1000615", + description="Any kidney tubule cell that is part of some renal cortex tubule.", + meaning=CL["1000615"])) + setattr(cls, "CL:1000477", + PermissibleValue( + text="CL:1000477", + description="A nodal myocyte that is part of the sinoatrial node.", + meaning=CL["1000477"])) + setattr(cls, "CL:0002158", + PermissibleValue( + text="CL:0002158", + description="Epithelial cell found on the external side of the tympanic membrane", + meaning=CL["0002158"])) + setattr(cls, "CL:0000967", + PermissibleValue( + text="CL:0000967", + description="""A memory B cell arising in the germinal center that is IgD-negative and has undergone somatic mutation of the variable region of the immunoglobulin heavy and light chain genes.""", + meaning=CL["0000967"])) + setattr(cls, "CL:0010012", + PermissibleValue( + text="CL:0010012", + description="A CNS neuron of the cerebral cortex.", + meaning=CL["0010012"])) + setattr(cls, "CL:1000703", + PermissibleValue( + text="CL:1000703", + description="Any kidney epithelial cell that is part of some kidney pelvis urothelium.", + meaning=CL["1000703"])) + setattr(cls, "CL:0004240", + PermissibleValue( + text="CL:0004240", + description="""An amacrine cell with a wide dendritic field, dendrites in S1, and post-synaptic terminals in S1.""", + meaning=CL["0004240"])) + setattr(cls, "CL:0000726", + PermissibleValue( + text="CL:0000726", + description="""An asexual 1-celled spore (primarily for perennation, not dissemination). Originates endogenously and singly within part of a pre-existing cell by the contraction of the protoplast. Possesses an inner secondary and often thickened hyaline or brown wall, usually impregnated with hydrophobic material.""", + meaning=CL["0000726"])) + setattr(cls, "CL:4023003", + PermissibleValue( + text="CL:4023003", + description="""A type of intrafusal muscle fiber that has nuclei arranged in a linear row. Unlike nuclear bag fibers, the equatorial region of these fibers (in the centre of the spindle) is not expanded. These fibers are responsible for the detection of changes in muscle length. They are innervated by static gamma motor neurons and are principally associated with type II sensory fibers.""", + meaning=CL["4023003"])) + setattr(cls, "CL:0000915", + PermissibleValue( + text="CL:0000915", + description="""An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive located in the columnar epithelium of the gastrointestinal tract. These cells have a memory phenotype of CD2-negative and CD5-negative.""", + meaning=CL["0000915"])) + setattr(cls, "CL:0000434", + PermissibleValue( + text="CL:0000434", + description="A secretory cell that discharges its product without loss of cytoplasm.", + meaning=CL["0000434"])) + setattr(cls, "CL:0002444", + PermissibleValue( + text="CL:0002444", + description="A NK1.1-positive T cell that is Ly49H-positive.", + meaning=CL["0002444"])) + setattr(cls, "CL:0002234", + PermissibleValue( + text="CL:0002234", + description="A cell of the basal layer of the epithelium in the prostatic acinus.", + meaning=CL["0002234"])) + setattr(cls, "CL:4030063", + PermissibleValue( + text="CL:4030063", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3-4. This neuron type can have a pyramidal, star-pyramidal or spiny stellate morphology and projects its output to L2/3 and L5A/B. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L4 IT.""", + meaning=CL["4030063"])) + setattr(cls, "CL:0000324", + PermissibleValue( + text="CL:0000324", + meaning=CL["0000324"])) + setattr(cls, "CL:1000492", + PermissibleValue( + text="CL:1000492", + description="A mesothelial cell that is part of the parietal pleura.", + meaning=CL["1000492"])) + setattr(cls, "CL:0000627", + PermissibleValue( + text="CL:0000627", + description="""A cell involved in transporting nutrients, minerals, water, gases and other chemicals between cells for a variety of purposes including conveying nutrition to other tissues, removing waste products from the tissues, conveying gases for respiration, distributing heat and repelling invasion of foreign substances.""", + meaning=CL["0000627"])) + setattr(cls, "CL:0002617", + PermissibleValue( + text="CL:0002617", + description="An adipocyte that is part of the breast.", + meaning=CL["0002617"])) + setattr(cls, "CL:0001001", + PermissibleValue( + text="CL:0001001", + description="""Immature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001001"])) + setattr(cls, "CL:0011023", + PermissibleValue( + text="CL:0011023", + description="A mast cell that is CD25+.", + meaning=CL["0011023"])) + setattr(cls, "CL:2000005", + PermissibleValue( + text="CL:2000005", + description="Any macroglial cell that is part of a brain.", + meaning=CL["2000005"])) + setattr(cls, "CL:0000105", + PermissibleValue( + text="CL:0000105", + description="""Neuron with two neurites that are fused grossly when they protrude from the soma and bifurcate a short distance from the soma.""", + meaning=CL["0000105"])) + setattr(cls, "CL:2000066", + PermissibleValue( + text="CL:2000066", + description="Any fibroblast that is part of a cardiac ventricle.", + meaning=CL["2000066"])) + setattr(cls, "CL:0000877", + PermissibleValue( + text="CL:0000877", + description="""A splenic white pulp macrophage found in and around the germinal centers of the white pulp of the spleen that participates in phagocytosis of apoptotic B cells from the germinal centers. A marker for a cell of this type is Mertk-positive.""", + meaning=CL["0000877"])) + setattr(cls, "CL:0002343", + PermissibleValue( + text="CL:0002343", + description="""A natural killer cell subset that is found in the decidual of the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This cell type represents the most abundant immune cell type in the decidual during the first trimester of pregnancy.""", + meaning=CL["0002343"])) + setattr(cls, "CL:1000217", + PermissibleValue( + text="CL:1000217", + description="Any chondrocyte that is part of some growth plate cartilage.", + meaning=CL["1000217"])) + setattr(cls, "CL:1000354", + PermissibleValue( + text="CL:1000354", + description="A M cell that is part of the epithelium of intestinal villus.", + meaning=CL["1000354"])) + setattr(cls, "CL:0000345", + PermissibleValue( + text="CL:0000345", + description="""A mesenchymal cell that is part of a small mass of condensed mesenchyme in the enamel organ; it differentiates into the dentin and dental pulp.""", + meaning=CL["0000345"])) + setattr(cls, "CL:0000322", + PermissibleValue( + text="CL:0000322", + description="""An epithelial cell that lines the peripheral gas exchange region of the lungs of air-breathing vertebrates.""", + meaning=CL["0000322"])) + setattr(cls, "CL:2000045", + PermissibleValue( + text="CL:2000045", + description="Any melanocyte of skin that is part of a skin of prepuce of penis.", + meaning=CL["2000045"])) + setattr(cls, "CL:0000887", + PermissibleValue( + text="CL:0000887", + description="""A lymph node macrophage found in the subcapsular sinus of lymph nodes that participates in sensing, clearance, and antigen presentation of lymph-borne particulate antigens. This macrophage is capable of activating invaraint NKT cells and is CD169-positive.""", + meaning=CL["0000887"])) + setattr(cls, "CL:0000465", + PermissibleValue( + text="CL:0000465", + description="A precursor of the cells that form the dorsal vessel of arthropods.", + meaning=CL["0000465"])) + setattr(cls, "CL:0002356", + PermissibleValue( + text="CL:0002356", + description="""A primitive erythrocyte that has undergone enucleation. This cell type is 3-6 fold bigger than the fetal derived erythrocytes that they co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin chains.""", + meaning=CL["0002356"])) + setattr(cls, "CL:1000330", + PermissibleValue( + text="CL:1000330", + description="A serous secreting cell that is part of the epithelium of trachea.", + meaning=CL["1000330"])) + setattr(cls, "CL:0002285", + PermissibleValue( + text="CL:0002285", + description="""A taste receptor cell that is characterized by morphologically identifiable synaptic contacts with the gustatory nerve fibers and expression of the synaptic membrane protein-25 (SNAP-25) and NCAM.""", + meaning=CL["0002285"])) + setattr(cls, "CL:0017004", + PermissibleValue( + text="CL:0017004", + description="""A supportive cell with a small, oval-shaped body and one to five telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of micrometers long and mostly below 0.2 microns of caliber.""", + meaning=CL["0017004"])) + setattr(cls, "CL:0002043", + PermissibleValue( + text="CL:0002043", + description="""A hematopoietic multipotent progenitor cell that is CD34-positive, CD38-negative, CD45RA-negative, and CD90-negative.""", + meaning=CL["0002043"])) + setattr(cls, "CL:0001047", + PermissibleValue( + text="CL:0001047", + description="""A CD4-positive, CD25-positive, alpha-beta regulatory T cell with the additional phenotype CCR4-positive.""", + meaning=CL["0001047"])) + setattr(cls, "CL:1000468", + PermissibleValue( + text="CL:1000468", + description="A myoepithelial cell that is part of the acinus of lactiferous gland.", + meaning=CL["1000468"])) + setattr(cls, "CL:0000459", + PermissibleValue( + text="CL:0000459", + description="""A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme.""", + meaning=CL["0000459"])) + setattr(cls, "CL:0000765", + PermissibleValue( + text="CL:0000765", + description="A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers.", + meaning=CL["0000765"])) + setattr(cls, "CL:1000340", + PermissibleValue( + text="CL:1000340", + description="An enterocyte that is part of the epithelium proper of duodenum.", + meaning=CL["1000340"])) + setattr(cls, "CL:4033034", + PermissibleValue( + text="CL:4033034", + description="""An ON bipolar cell with a small dendritic tree that forms most of the central (invaginating) elements opposite the synaptic ribbon at the cone triad.""", + meaning=CL["4033034"])) + setattr(cls, "CL:0002171", + PermissibleValue( + text="CL:0002171", + description="""A rounded or elliptical epithelial cell, with pale-staining open face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; form a distinct basal zone spaced slightly from the basal surface of the epithelium.""", + meaning=CL["0002171"])) + setattr(cls, "CL:0000318", + PermissibleValue( + text="CL:0000318", + description="""A cell secreting sweat, the fluid excreted by the sweat glands of mammals. It consists of water containing sodium chloride, phosphate, urea, ammonia, and other waste products.""", + meaning=CL["0000318"])) + setattr(cls, "CL:0002005", + PermissibleValue( + text="CL:0002005", + description="""A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive and is IL3-receptor alpha-negative and CD45RA-negative.""", + meaning=CL["0002005"])) + setattr(cls, "CL:0002377", + PermissibleValue( + text="CL:0002377", + description="""A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons.""", + meaning=CL["0002377"])) + setattr(cls, "CL:0009047", + PermissibleValue( + text="CL:0009047", + description="A macrophage found in the medullary sinus of the lymph node.", + meaning=CL["0009047"])) + setattr(cls, "CL:0002309", + PermissibleValue( + text="CL:0002309", + description="""A basophil chromphil cell of the anterior pitiutary gland that produce adrenocorticotropic hormone, melanocyte-stimulating hormone and lipotropin. This cell type is irregular in shape and has short dendritic processes which are inserted among other neighboring cells;""", + meaning=CL["0002309"])) + setattr(cls, "CL:0000412", + PermissibleValue( + text="CL:0000412", + description="A cell that contains more than two haploid sets of chromosomes.", + meaning=CL["0000412"])) + setattr(cls, "CL:1000412", + PermissibleValue( + text="CL:1000412", + description="An endothelial cell that is part of the arteriole.", + meaning=CL["1000412"])) + setattr(cls, "CL:0002049", + PermissibleValue( + text="CL:0002049", + description="""A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, and BP-positive. Intracellularly expression of surrogate light chain, Rag1 and Rag2, TdT, occurs while there is no expression of mu heavy chain.""", + meaning=CL["0002049"])) + setattr(cls, "CL:0000034", + PermissibleValue( + text="CL:0000034", + description="""A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells.""", + meaning=CL["0000034"])) + setattr(cls, "CL:0002325", + PermissibleValue( + text="CL:0002325", + description="""A milk-producing glandular epithelial cell that is part of a mammary gland alveolus and differentiates from a luminal adaptive secretory precursor cell during secretory differentiation (also termed lactogenesis I). Following secretory activation (also termed lactogenesis II), a lactocyte is involved in the synthesis and/or transport of milk constituents including proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, and cytokines into the lumen of the lactating mammary gland.""", + meaning=CL["0002325"])) + setattr(cls, "CL:2000004", + PermissibleValue( + text="CL:2000004", + description="Any cell that is part of a pituitary gland.", + meaning=CL["2000004"])) + setattr(cls, "CL:0002330", + PermissibleValue( + text="CL:0002330", + description="An undifferentiated columnar cell of the bronchus epithelium", + meaning=CL["0002330"])) + setattr(cls, "CL:0002400", + PermissibleValue( + text="CL:0002400", + description="""A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, CD43-positive and HSA-positive.""", + meaning=CL["0002400"])) + setattr(cls, "CL:4023001", + PermissibleValue( + text="CL:4023001", + description="A beta motor neuron that innervates nuclear chain fibers.", + meaning=CL["4023001"])) + setattr(cls, "CL:2000022", + PermissibleValue( + text="CL:2000022", + description="Any native cell that is part of a cardiac septum.", + meaning=CL["2000022"])) + setattr(cls, "CL:4030061", + PermissibleValue( + text="CL:4030061", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3.""", + meaning=CL["4030061"])) + setattr(cls, "CL:0000879", + PermissibleValue( + text="CL:0000879", + description="""A border associated macrophage that is part of a meninx. This macrophage type is elongated and amoeboid spindle-shaped with limited mobility. This macrophage is highly phagocytic, expresses scavenger receptors, has dynamic protrusions and extends its processes during inflammation.""", + meaning=CL["0000879"])) + setattr(cls, "CL:4023052", + PermissibleValue( + text="CL:4023052", + description="A Betz cell that synapses with lower motor neurons directly.", + meaning=CL["4023052"])) + setattr(cls, "CL:0000800", + PermissibleValue( + text="CL:0000800", + description="""A gamma-delta T cell that has a mature phenotype. These cells can be found in tissues and circulation where they express unique TCR repertoire depending on their location.""", + meaning=CL["0000800"])) + setattr(cls, "CL:0002566", + PermissibleValue( + text="CL:0002566", + description="A melanocyte that appears darker due to content or amount of melanin granules.", + meaning=CL["0002566"])) + setattr(cls, "CL:0002216", + PermissibleValue( + text="CL:0002216", + description="""An intermediate muscle cell that has characteristics of both fast and slow muscle cells.""", + meaning=CL["0002216"])) + setattr(cls, "CL:0000808", + PermissibleValue( + text="CL:0000808", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, CD25-negative, and pre-TCR-positive.""", + meaning=CL["0000808"])) + setattr(cls, "CL:4042003", + PermissibleValue( + text="CL:4042003", + description="""A central nervous system macrophage that is part of a choroid plexus, a meninx and a perivascular space. A border associated macrophage interacts with various components of the CNS vasculature and meninges, it participates in immune surveillance and in the regulation of the blood brain barrier.""", + meaning=CL["4042003"])) + setattr(cls, "CL:0000673", + PermissibleValue( + text="CL:0000673", + description="""An intrinsic neuron of the mushroom body of arthropods and annelids. They have tightly packed, cytoplasm-poor cell bodies.""", + meaning=CL["0000673"])) + setattr(cls, "CL:2000034", + PermissibleValue( + text="CL:2000034", + description="Any neuromast hair cell that is part of a anterior lateral line.", + meaning=CL["2000034"])) + setattr(cls, "CL:0000143", + PermissibleValue( + text="CL:0000143", + meaning=CL["0000143"])) + setattr(cls, "CL:0000625", + PermissibleValue( + text="CL:0000625", + description="A T cell expressing an alpha-beta T cell receptor and the CD8 coreceptor.", + meaning=CL["0000625"])) + setattr(cls, "CL:1000693", + PermissibleValue( + text="CL:1000693", + meaning=CL["1000693"])) + setattr(cls, "CL:0000567", + PermissibleValue( + text="CL:0000567", + meaning=CL["0000567"])) + setattr(cls, "CL:1001597", + PermissibleValue( + text="CL:1001597", + description="Glandular cell of seminal vesicle epithelium.", + meaning=CL["1001597"])) + setattr(cls, "CL:1000223", + PermissibleValue( + text="CL:1000223", + description="""A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Lung neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Lung neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury.""", + meaning=CL["1000223"])) + setattr(cls, "CL:0000445", + PermissibleValue( + text="CL:0000445", + meaning=CL["0000445"])) + setattr(cls, "CL:4023089", + PermissibleValue( + text="CL:4023089", + description="""A basket cell which has simpler dendritic arbors (compared to small or large basket cells), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches.""", + meaning=CL["4023089"])) + setattr(cls, "CL:1000696", + PermissibleValue( + text="CL:1000696", + meaning=CL["1000696"])) + setattr(cls, "CL:1000314", + PermissibleValue( + text="CL:1000314", + description="A goblet cell that is part of the epithelium of gastric cardiac gland.", + meaning=CL["1000314"])) + setattr(cls, "CL:0004237", + PermissibleValue( + text="CL:0004237", + description="""A retinal amacrine cell with a medium dendritic field and post-synaptic terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004237"])) + setattr(cls, "CL:1000479", + PermissibleValue( + text="CL:1000479", + description="A Purkinje myocyte that is part of the atrioventricular node.", + meaning=CL["1000479"])) + setattr(cls, "CL:0007004", + PermissibleValue( + text="CL:0007004", + description="""Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells.""", + meaning=CL["0007004"])) + setattr(cls, "CL:4030042", + PermissibleValue( + text="CL:4030042", + description="A ciliated cell of the endometrial glandular epithelium.", + meaning=CL["4030042"])) + setattr(cls, "CL:0000354", + PermissibleValue( + text="CL:0000354", + meaning=CL["0000354"])) + setattr(cls, "CL:0000793", + PermissibleValue( + text="CL:0000793", + description="""A CD4-positive, alpha-beta T cell that is found in the columnar epithelium of the gastrointestinal tract.""", + meaning=CL["0000793"])) + setattr(cls, "CL:1000362", + PermissibleValue( + text="CL:1000362", + description="A transitional myocyte that is part of the interventricular septum.", + meaning=CL["1000362"])) + setattr(cls, "CL:0002339", + PermissibleValue( + text="CL:0002339", + description="""A prostate epithelial cell that is CD133-positive, CD44-positive, integrin A2beta3-high. This cell is a stem cell for the prostate epithelium.""", + meaning=CL["0002339"])) + setattr(cls, "CL:0002247", + PermissibleValue( + text="CL:0002247", + description="A tissue macrophage that is in the pleural space.", + meaning=CL["0002247"])) + setattr(cls, "CL:0002211", + PermissibleValue( + text="CL:0002211", + description="""A slow muscle cell that has large amounts of myoglobin, stores energy as triglycerides, generates ATP by the oxidative method and is resistant to fatigue.""", + meaning=CL["0002211"])) + setattr(cls, "CL:0000655", + PermissibleValue( + text="CL:0000655", + description="A secondary oocyte is an oocyte that has not completed meiosis II.", + meaning=CL["0000655"])) + setattr(cls, "CL:4023015", + PermissibleValue( + text="CL:4023015", + description="A GABAergic neuron located in the cerebral cortex that expresses Gamma-synuclein", + meaning=CL["4023015"])) + setattr(cls, "CL:0000814", + PermissibleValue( + text="CL:0000814", + description="""A mature alpha-beta T cell of a distinct lineage that bears natural killer markers and a T cell receptor specific for a limited set of ligands. NK T cells have activation and regulatory roles particularly early in an immune response.""", + meaning=CL["0000814"])) + setattr(cls, "CL:0002298", + PermissibleValue( + text="CL:0002298", + description="""A thymic epithelial cell type with low nuclear and cytoplasmic electrondensity; has a round, euchromatic nucleus and occurs in small groups at the corticomedullary junction or scattered singly in the medulla.""", + meaning=CL["0002298"])) + setattr(cls, "CL:0000011", + PermissibleValue( + text="CL:0000011", + description="""Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination.""", + meaning=CL["0000011"])) + setattr(cls, "CL:0000669", + PermissibleValue( + text="CL:0000669", + description="""An elongated, contractile cell found wrapped about precapillary arterioles outside the basement membrane. Pericytes are present in capillaries where proper adventitia and muscle layer are missing (thus distingushing this cell type from adventitial cells). They are relatively undifferentiated and may become fibroblasts, macrophages, or smooth muscle cells.""", + meaning=CL["0000669"])) + setattr(cls, "CL:0000125", + PermissibleValue( + text="CL:0000125", + description="""A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons.""", + meaning=CL["0000125"])) + setattr(cls, "CL:1000453", + PermissibleValue( + text="CL:1000453", + description="An epithelial cell that is part of the intermediate tubule.", + meaning=CL["1000453"])) + setattr(cls, "CL:0002028", + PermissibleValue( + text="CL:0002028", + description="""A cell type that can give rise to basophil and mast cells. This cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa""", + meaning=CL["0002028"])) + setattr(cls, "CL:0000222", + PermissibleValue( + text="CL:0000222", + description="A cell of the middle germ layer of the embryo.", + meaning=CL["0000222"])) + setattr(cls, "CL:0002397", + PermissibleValue( + text="CL:0002397", + description="A CD14-positive monocyte that is also CD16-positive and CCR2-negative.", + meaning=CL["0002397"])) + setattr(cls, "CL:1000618", + PermissibleValue( + text="CL:1000618", + description="Any kidney cortical cell that is part of some juxtaglomerular apparatus.", + meaning=CL["1000618"])) + setattr(cls, "CL:0002634", + PermissibleValue( + text="CL:0002634", + description="An epithelial cell of the anal column.", + meaning=CL["0002634"])) + setattr(cls, "CL:4033040", + PermissibleValue( + text="CL:4033040", + description="A lung resident memory CD8-positive, alpha-beta T cell that is CD103-positive.", + meaning=CL["4033040"])) + setattr(cls, "CL:0011003", + PermissibleValue( + text="CL:0011003", + description="""A neurosecretory neuron residing mainly in the hypothalamic supraoptic and paraventricular nuclei and in a number of smaller accessory cell groups between these two nuclei, that is capable of secreting the hormones oxytocin or vasopressin, and sometimes both, into the systemic circulation.""", + meaning=CL["0011003"])) + setattr(cls, "CL:0002459", + PermissibleValue( + text="CL:0002459", + description="A dermal dendritic cell that is langerin-negative, CD103-negative, and CD11b-positive.", + meaning=CL["0002459"])) + setattr(cls, "CL:0002237", + PermissibleValue( + text="CL:0002237", + description="A cell that constitutes the luminal layer of epithelium of prostatic duct.", + meaning=CL["0002237"])) + setattr(cls, "CL:0002521", + PermissibleValue( + text="CL:0002521", + description="An adipocyte that is part of subcutaneous adipose tissue.", + meaning=CL["0002521"])) + setattr(cls, "CL:0002244", + PermissibleValue( + text="CL:0002244", + description="A nonstratified squamous cell located in the ectocervix.", + meaning=CL["0002244"])) + setattr(cls, "CL:0000498", + PermissibleValue( + text="CL:0000498", + description="""An interneuron (also called relay neuron, association neuron or local circuit neuron) is a multipolar neuron which connects afferent neurons and efferent neurons in neural pathways. Like motor neurons, interneuron cell bodies are always located in the central nervous system (CNS).""", + meaning=CL["0000498"])) + setattr(cls, "CL:0002547", + PermissibleValue( + text="CL:0002547", + description="A fibroblast of the aortic adventitia.", + meaning=CL["0002547"])) + setattr(cls, "CL:0002579", + PermissibleValue( + text="CL:0002579", + description="A preadipocyte that is part of an omentum.", + meaning=CL["0002579"])) + setattr(cls, "CL:0000213", + PermissibleValue( + text="CL:0000213", + description="""A cell within an epithelial cell sheet whose main function is to act as an internal or external covering for a tissue or an organism.""", + meaning=CL["0000213"])) + setattr(cls, "CL:0017002", + PermissibleValue( + text="CL:0017002", + description="A neuroendocrine cell that is part of the prostate epithelium.", + meaning=CL["0017002"])) + setattr(cls, "CL:0002421", + PermissibleValue( + text="CL:0002421", + description="""A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles.""", + meaning=CL["0002421"])) + setattr(cls, "CL:4033057", + PermissibleValue( + text="CL:4033057", + description="""A luminal epithelial cell of the mammary gland that can proliferate and has the potential to differentiate into a lactocyte during pregnancy. In humans, a luminal adaptive secretory precursor cell can be identified by high levels of the markers EpCAM and CD49f, and in mice it can be identified by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8.""", + meaning=CL["4033057"])) + setattr(cls, "CL:1001016", + PermissibleValue( + text="CL:1001016", + description="""Any kidney loop of Henle epithelial cell that is part of some ascending limb of loop of Henle.""", + meaning=CL["1001016"])) + setattr(cls, "CL:0002109", + PermissibleValue( + text="CL:0002109", + description="""A B220-positive CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-positive, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002109"])) + setattr(cls, "CL:1000274", + PermissibleValue( + text="CL:1000274", + meaning=CL["1000274"])) + setattr(cls, "CL:0000591", + PermissibleValue( + text="CL:0000591", + description="A thermoreceptor cell that detects increased temperatures.", + meaning=CL["0000591"])) + setattr(cls, "CL:0000699", + PermissibleValue( + text="CL:0000699", + description="A type of glomus or chief cell, is sensitive to hypoxia and produce catecholamines.", + meaning=CL["0000699"])) + setattr(cls, "CL:0002644", + PermissibleValue( + text="CL:0002644", + description="""An endothelial cell of viscerocranial mucosa that is part of the tympanic region of the viscerocranial mucosa.""", + meaning=CL["0002644"])) + setattr(cls, "CL:0000319", + PermissibleValue( + text="CL:0000319", + description="Any secretory cell that is capable of some mucus secretion.", + meaning=CL["0000319"])) + setattr(cls, "CL:0002137", + PermissibleValue( + text="CL:0002137", + description="A cell in the zona reticularis that produce sex hormones.", + meaning=CL["0002137"])) + setattr(cls, "CL:0000413", + PermissibleValue( + text="CL:0000413", + description="A cell whose nucleus contains a single haploid genome.", + meaning=CL["0000413"])) + setattr(cls, "CL:0000100", + PermissibleValue( + text="CL:0000100", + description="""An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement.""", + meaning=CL["0000100"])) + setattr(cls, "CL:0000490", + PermissibleValue( + text="CL:0000490", + meaning=CL["0000490"])) + setattr(cls, "CL:0002628", + PermissibleValue( + text="CL:0002628", + description="An immature microglial cell with a ramified morphology.", + meaning=CL["0002628"])) + setattr(cls, "CL:0000933", + PermissibleValue( + text="CL:0000933", + description="""A type II NK T cell that has been recently activated, secretes interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000933"])) + setattr(cls, "CL:0000679", + PermissibleValue( + text="CL:0000679", + description="A neuron that is capable of some neurotansmission by glutamate secretion.", + meaning=CL["0000679"])) + setattr(cls, "CL:0002572", + PermissibleValue( + text="CL:0002572", + description="A mesenchymal stem cell of the vertebrae.", + meaning=CL["0002572"])) + setattr(cls, "CL:0010022", + PermissibleValue( + text="CL:0010022", + description="A neuron that has its soma in the heart.", + meaning=CL["0010022"])) + setattr(cls, "CL:0004239", + PermissibleValue( + text="CL:0004239", + description="""A bistratified amacrine cell with a medium dendritic field and post-synaptic terminals in S1-S2, and S4.""", + meaning=CL["0004239"])) + setattr(cls, "CL:0005001", + PermissibleValue( + text="CL:0005001", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into an iridophore.""", + meaning=CL["0005001"])) + setattr(cls, "CL:0000691", + PermissibleValue( + text="CL:0000691", + description="Any interneuron that has characteristic some stellate morphology.", + meaning=CL["0000691"])) + setattr(cls, "CL:2000015", + PermissibleValue( + text="CL:2000015", + description="Any skin fibroblast that is part of a arm.", + meaning=CL["2000015"])) + setattr(cls, "CL:0002586", + PermissibleValue( + text="CL:0002586", + description="An epithelial cell of the retinal pigmented epithelium.", + meaning=CL["0002586"])) + setattr(cls, "CL:0000453", + PermissibleValue( + text="CL:0000453", + description="""Langerhans cell is a conventional dendritic cell that has plasma membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid origin, that appears clear on light microscopy and has a dark-staining, indented nucleus and characteristic inclusions (Birbeck granules) in the cytoplasm; Langerhans cells are found principally in the stratum spinosum of the epidermis, but they also occur in other stratified epithelia and have been identified in the lung, lymph nodes, spleen, and thymus.""", + meaning=CL["0000453"])) + setattr(cls, "CL:0002222", + PermissibleValue( + text="CL:0002222", + description="""A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye.""", + meaning=CL["0002222"])) + setattr(cls, "CL:0000770", + PermissibleValue( + text="CL:0000770", + description="""A late basophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature basophil.""", + meaning=CL["0000770"])) + setattr(cls, "CL:0000823", + PermissibleValue( + text="CL:0000823", + description="""A natural killer cell that is developmentally immature and expresses natural killer cell receptors (NKR).""", + meaning=CL["0000823"])) + setattr(cls, "CL:0005018", + PermissibleValue( + text="CL:0005018", + description="A cell that secretes ghrelin, the peptide hormone that stimulates hunger.", + meaning=CL["0005018"])) + setattr(cls, "CL:1000378", + PermissibleValue( + text="CL:1000378", + description="A type I vestibular sensory cell that is part of the stato-acoustic epithelium.", + meaning=CL["1000378"])) + setattr(cls, "CL:0002536", + PermissibleValue( + text="CL:0002536", + description="An epithelial cell that is part of the amnion.", + meaning=CL["0002536"])) + setattr(cls, "CL:0000758", + PermissibleValue( + text="CL:0000758", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The cell has a loose, delicate axon terminal that opens in sublamina 3 of the inner plexiform layer and descends into sublamina 4.""", + meaning=CL["0000758"])) + setattr(cls, "CL:2000036", + PermissibleValue( + text="CL:2000036", + description="Any neuromast support cell that is part of a anterior lateral line.", + meaning=CL["2000036"])) + setattr(cls, "CL:0002610", + PermissibleValue( + text="CL:0002610", + description="A neuron of the raphe nuclei.", + meaning=CL["0002610"])) + setattr(cls, "CL:4023031", + PermissibleValue( + text="CL:4023031", + description="""A sst GABAergic cortical interneuron with a soma found in lower L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending axons but denser local axons and sparser ‘fanning-out’ projections to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5 fan Martinotti Cell) and non-zero afterdepolarization (ADP).""", + meaning=CL["4023031"])) + setattr(cls, "CL:0002145", + PermissibleValue( + text="CL:0002145", + description="""A ciliated columnar cell found in the trachea and bronchus. Vary from low to tall columnar; possesses up to 300 cilia at its surface, interspersed with long irregular microvilli with the cilia varying in length from about 6um in the trachea to about 4um in the terminal bronchioles; driving force of the ciliary current in the bronchial tree.""", + meaning=CL["0002145"])) + setattr(cls, "CL:0000965", + PermissibleValue( + text="CL:0000965", + description="""A germinal center B cell that is rapidly dividing and has the phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation of the immunoglobulin V gene region can occur during proliferation of this cell type.""", + meaning=CL["0000965"])) + setattr(cls, "CL:1000494", + PermissibleValue( + text="CL:1000494", + description="An epithelial cell that is part of a nephron tubule.", + meaning=CL["1000494"])) + setattr(cls, "CL:0011115", + PermissibleValue( + text="CL:0011115", + description="""A cell that, by division or terminal differentiation, can give rise to other cell types.""", + meaning=CL["0011115"])) + setattr(cls, "CL:0002527", + PermissibleValue( + text="CL:0002527", + description="An immature CD14-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002527"])) + setattr(cls, "CL:0009113", + PermissibleValue( + text="CL:0009113", + description="""A regulatory T cell present in the B cell follicles and germinal centers of lymphoid tissues. In humans, it is CXCR5+.""", + meaning=CL["0009113"])) + setattr(cls, "CL:0009012", + PermissibleValue( + text="CL:0009012", + description="""A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the small intestine. Stem cells located in the crypts of Lieberkühn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.""", + meaning=CL["0009012"])) + setattr(cls, "CL:0000628", + PermissibleValue( + text="CL:0000628", + description="""A cell that can perform photosynthesis, in which carbohydrates are synthesized from carbon dioxide and water, using light as the energy source.""", + meaning=CL["0000628"])) + setattr(cls, "CL:0000712", + PermissibleValue( + text="CL:0000712", + description="Any epidermal cell that is part of some stratum granulosum of epidermis.", + meaning=CL["0000712"])) + setattr(cls, "CL:0000099", + PermissibleValue( + text="CL:0000099", + description="""Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions.""", + meaning=CL["0000099"])) + setattr(cls, "CL:4023024", + PermissibleValue( + text="CL:4023024", + description="""A lamp5 GABAergic cortical interneuron with layer-adapting morphology. NGC lamp5 cells have a small round soma, short dendrites, and a wide dense axonal arbor that tends to establish a dense axonal mesh with high connection probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have unique synaptic properties that distinguish them from other GABAergic interneurons, including the release of GABA to the extracellular space via volume transmission, and the ability to produce GABA-B responses in connected postsynaptic targets.""", + meaning=CL["4023024"])) + setattr(cls, "CL:4023095", + PermissibleValue( + text="CL:4023095", + description="""A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances.""", + meaning=CL["4023095"])) + setattr(cls, "CL:0000639", + PermissibleValue( + text="CL:0000639", + description="A basophilic chromophil cell that of the anterior pituitary gland.", + meaning=CL["0000639"])) + setattr(cls, "CL:0000385", + PermissibleValue( + text="CL:0000385", + description="A precursor of mature hemocytes.", + meaning=CL["0000385"])) + setattr(cls, "CL:0000359", + PermissibleValue( + text="CL:0000359", + description="A smooth muscle cell associated with the vasculature.", + meaning=CL["0000359"])) + setattr(cls, "CL:0002619", + PermissibleValue( + text="CL:0002619", + description="""An adult angioblastic cell released from the bone marrow, or from the kidney in some teleost species, capable of blood circulation and participation in angiogenesis by differentiating into blood vessel endothelial cells.""", + meaning=CL["0002619"])) + setattr(cls, "CL:0009107", + PermissibleValue( + text="CL:0009107", + description="""A lymphatic endothelial cell located in the subcapsular sinus ceiling of a lymph node. In human, it's characterized by a unique marker expression (NT5e+ and Caveolin-1+).""", + meaning=CL["0009107"])) + setattr(cls, "CL:0002175", + PermissibleValue( + text="CL:0002175", + description="A cell within the primary follicle of the ovary.", + meaning=CL["0002175"])) + setattr(cls, "CL:4023045", + PermissibleValue( + text="CL:4023045", + description="""An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that projects to the medulla. MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.""", + meaning=CL["4023045"])) + setattr(cls, "CL:4033023", + PermissibleValue( + text="CL:4033023", + description="An epithelial cell that is part of a collecting duct of an airway submucosal gland.", + meaning=CL["4033023"])) + setattr(cls, "CL:4033015", + PermissibleValue( + text="CL:4033015", + description="""A star-shaped glial cell that is part of some retina. This cell links neurons to blood vessels and may provide structural and physiological support to optic nerve head axons.""", + meaning=CL["4033015"])) + setattr(cls, "CL:0000528", + PermissibleValue( + text="CL:0000528", + description="A nerve cell where transmission is mediated by nitric oxide.", + meaning=CL["0000528"])) + setattr(cls, "CL:0000402", + PermissibleValue( + text="CL:0000402", + description="An interneuron that has its cell body in a central nervous system.", + meaning=CL["0000402"])) + setattr(cls, "CL:0002104", + PermissibleValue( + text="CL:0002104", + description="""An IgG-negative double negative memory B cell is a double negative memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative.""", + meaning=CL["0002104"])) + setattr(cls, "CL:0002032", + PermissibleValue( + text="CL:0002032", + description="""A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities.""", + meaning=CL["0002032"])) + setattr(cls, "CL:0002605", + PermissibleValue( + text="CL:0002605", + description="An astrocyte of the cerebral cortex.", + meaning=CL["0002605"])) + setattr(cls, "CL:0011114", + PermissibleValue( + text="CL:0011114", + description="""A segmented neutrophilic cell of the bone marrow reserve pool that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity immunoglobulin gamma Fc region receptor III) on its cell surface.""", + meaning=CL["0011114"])) + setattr(cls, "CL:0001000", + PermissibleValue( + text="CL:0001000", + description="""CD8_alpha-positive CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive and CD8_alpha-positive.""", + meaning=CL["0001000"])) + setattr(cls, "CL:0002021", + PermissibleValue( + text="CL:0002021", + description="An enucleate erythrocyte that is GlyA-positive.", + meaning=CL["0002021"])) + setattr(cls, "CL:0007022", + PermissibleValue( + text="CL:0007022", + description="""A specialized pore forming cell of the follicle, located adjacent to the animal pole of the oocyte. The micropylar cell makes the single micropyle (pore) through the chorion through which the sperm fertilizes the egg.""", + meaning=CL["0007022"])) + setattr(cls, "CL:2000030", + PermissibleValue( + text="CL:2000030", + description="Any native cell that is part of a hypothalamus.", + meaning=CL["2000030"])) + setattr(cls, "CL:0002081", + PermissibleValue( + text="CL:0002081", + description="""This cell resembles a glia cell, express the glial marker S100 and act as a supporting cell to type I cell. This cell is located in a small cluster of type I and type II cells near the fork of the carotid artery.""", + meaning=CL["0002081"])) + setattr(cls, "CL:0000138", + PermissibleValue( + text="CL:0000138", + description="""Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell.""", + meaning=CL["0000138"])) + setattr(cls, "CL:0000943", + PermissibleValue( + text="CL:0000943", + description="""A Be cell that facilitates development of T-helper 1 (Th1) phenotype in CD4-positive T cells, and secretes high levels of interleukin-2, tumor necrosis factor-alpha and interferon-gamma.""", + meaning=CL["0000943"])) + setattr(cls, "CL:0004234", + PermissibleValue( + text="CL:0004234", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, and in S3-S4.""", + meaning=CL["0004234"])) + setattr(cls, "CL:0000119", + PermissibleValue( + text="CL:0000119", + description="""Large intrinsic neuron located in the granule layer of the cerebellar cortex that extends its dendrites into the molecular layer where they receive contact from parallel fibers. The axon of the Golgi cell ramifies densely in the granule layer and enters into a complex arrangement with mossy fiber terminals and granule cell dendrites to form the cerebellar glomerulus. Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th ed. 2004.""", + meaning=CL["0000119"])) + setattr(cls, "CL:1000339", + PermissibleValue( + text="CL:1000339", + description="An enterocyte that is part of the epithelium proper of small intestine.", + meaning=CL["1000339"])) + setattr(cls, "CL:0000959", + PermissibleValue( + text="CL:0000959", + description="""A transitional stage B cell that has the phenotype surface IgM-positive, surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive and is located in the splenic B follicles. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive.""", + meaning=CL["0000959"])) + setattr(cls, "CL:0010005", + PermissibleValue( + text="CL:0010005", + description="""A specialized cardiomyocyte that transmit signals from the AV node to the cardiac Purkinje fibers.""", + meaning=CL["0010005"])) + setattr(cls, "CL:0002020", + PermissibleValue( + text="CL:0002020", + description="A reticulocyte that is GlyA-positive.", + meaning=CL["0002020"])) + setattr(cls, "CL:4023058", + PermissibleValue( + text="CL:4023058", + description="A mesothelial fibroblast found in the leptomeninx.", + meaning=CL["4023058"])) + setattr(cls, "CL:0010002", + PermissibleValue( + text="CL:0010002", + description="An epithelial cell that is part_of a umbilical artery.", + meaning=CL["0010002"])) + setattr(cls, "CL:0009064", + PermissibleValue( + text="CL:0009064", + description="""A T cell located in the lymph node paracortex, where macrophages and dendritic cells present antigenic peptides to these naïve T cells, stimulating them to become activated helper T cells or cytotoxic T lymphocytes.""", + meaning=CL["0009064"])) + setattr(cls, "CL:4033004", + PermissibleValue( + text="CL:4033004", + description="A(n) smooth muscle cell that is part of a(n) taenia coli.", + meaning=CL["4033004"])) + setattr(cls, "CL:0000449", + PermissibleValue( + text="CL:0000449", + description="""A cell from the thermogenic form of adipose tissue found in many species, particularly in newborns and hibernating mammals, but also in lesser amounts in adults of other mammals including humans. Brown fat is capable of rapid liberation of energy and seems to be important in the maintenance of body temperature immediately after birth and upon waking from hibernation.""", + meaning=CL["0000449"])) + setattr(cls, "CL:0000689", + PermissibleValue( + text="CL:0000689", + description="A cell with both myofibrils and secretory granules.", + meaning=CL["0000689"])) + setattr(cls, "CL:0002334", + PermissibleValue( + text="CL:0002334", + description="An undifferentiated fibroblast that can be stimulated to form a fat cell.", + meaning=CL["0002334"])) + setattr(cls, "CL:1000596", + PermissibleValue( + text="CL:1000596", + description="Any kidney cell that is part of some juxtamedullary cortex.", + meaning=CL["1000596"])) + setattr(cls, "CL:0000343", + PermissibleValue( + text="CL:0000343", + description="""A pigment cell that is capable of detecting light stimulus that is involved in visual perception.""", + meaning=CL["0000343"])) + setattr(cls, "CL:4023077", + PermissibleValue( + text="CL:4023077", + description="""A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma.""", + meaning=CL["4023077"])) + setattr(cls, "CL:0002316", + PermissibleValue( + text="CL:0002316", + description="A supporting cell of the vestibular epithelium.", + meaning=CL["0002316"])) + setattr(cls, "CL:1000351", + PermissibleValue( + text="CL:1000351", + description="A basal cell that is part of the epithelium of respiratory bronchiole.", + meaning=CL["1000351"])) + setattr(cls, "CL:0000517", + PermissibleValue( + text="CL:0000517", + description="""A type of foam cell derived from a macrophage containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000517"])) + setattr(cls, "CL:0000047", + PermissibleValue( + text="CL:0000047", + description="""An undifferentiated neural cell that originates from the neuroectoderm and has the capacity both to perpetually self-renew without differentiating and to generate multiple central nervous system neuronal and glial cell types.""", + meaning=CL["0000047"])) + setattr(cls, "CL:0009001", + PermissibleValue( + text="CL:0009001", + description="Any cell in the compound eye, a light sensing organ composed of ommatidia.", + meaning=CL["0009001"])) + setattr(cls, "CL:0002674", + PermissibleValue( + text="CL:0002674", + description="A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus.", + meaning=CL["0002674"])) + setattr(cls, "CL:0019002", + PermissibleValue( + text="CL:0019002", + description="Any chondrocyte that is part of the tracheobronchial tree.", + meaning=CL["0019002"])) + setattr(cls, "CL:0002001", + PermissibleValue( + text="CL:0002001", + description="""A granulocyte monocyte progenitor is CD34-positive, CD38-positive, IL-3receptor-alpha-positive and is CD45RA-negative.""", + meaning=CL["0002001"])) + setattr(cls, "CL:0002163", + PermissibleValue( + text="CL:0002163", + description="""A rod-shpaed cell that forms a single row adjacent to and supporting the inner hair cells.""", + meaning=CL["0002163"])) + setattr(cls, "CL:0009053", + PermissibleValue( + text="CL:0009053", + description="A stromal cell found in the lamina propria of the anorectum.", + meaning=CL["0009053"])) + setattr(cls, "CL:0000411", + PermissibleValue( + text="CL:0000411", + description="An epithelial cell of the hypodermis of Caenorhabditis.", + meaning=CL["0000411"])) + setattr(cls, "CL:0005020", + PermissibleValue( + text="CL:0005020", + description="Lymphatic progenitor cells.", + meaning=CL["0005020"])) + setattr(cls, "CL:0000785", + PermissibleValue( + text="CL:0000785", + description="""A B cell that is mature, having left the bone marrow. Initially, these cells are IgM-positive and IgD-positive, and they can be activated by antigen.""", + meaning=CL["0000785"])) + setattr(cls, "CL:0008016", + PermissibleValue( + text="CL:0008016", + description="""A skeletal muscle satellite cell that has become mitotically active - typically following muscle damage.""", + meaning=CL["0008016"])) + setattr(cls, "CL:0002438", + PermissibleValue( + text="CL:0002438", + description="A mature NK cell that is NK1.1-positive.", + meaning=CL["0002438"])) + setattr(cls, "CL:0002328", + PermissibleValue( + text="CL:0002328", + description="An epithelial cell of the bronchus.", + meaning=CL["0002328"])) + setattr(cls, "CL:0000253", + PermissibleValue( + text="CL:0000253", + meaning=CL["0000253"])) + setattr(cls, "CL:0004220", + PermissibleValue( + text="CL:0004220", + description="An amacrine cell with a small, asymteric dendritic field.", + meaning=CL["0004220"])) + setattr(cls, "CL:0000075", + PermissibleValue( + text="CL:0000075", + description="""A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube.""", + meaning=CL["0000075"])) + setattr(cls, "CL:0002555", + PermissibleValue( + text="CL:0002555", + description="A fibroblast that is part of the mammary gland.", + meaning=CL["0002555"])) + setattr(cls, "CL:0000379", + PermissibleValue( + text="CL:0000379", + meaning=CL["0000379"])) + setattr(cls, "CL:0000108", + PermissibleValue( + text="CL:0000108", + description="A neuron that uses acetylcholine as a vesicular neurotransmitter.", + meaning=CL["0000108"])) + setattr(cls, "CL:0004226", + PermissibleValue( + text="CL:0004226", + description="""An amacrine cell with a small dendritic field with post-synaptic terminals in S3 and S4.""", + meaning=CL["0004226"])) + setattr(cls, "CL:4033060", + PermissibleValue( + text="CL:4033060", + description="""A lactocyte that highly expresses genes associated with lipid production and milk component biosynthesis.""", + meaning=CL["4033060"])) + setattr(cls, "CL:0002019", + PermissibleValue( + text="CL:0002019", + description="A reticulocyte that is Ly76-high and is Kit-negative.", + meaning=CL["0002019"])) + setattr(cls, "CL:0000232", + PermissibleValue( + text="CL:0000232", + description="""A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen.""", + meaning=CL["0000232"])) + setattr(cls, "CL:0000704", + PermissibleValue( + text="CL:0000704", + description="""A specialized endothelial cell that senses extracellular signals and guides the directed growth of blood vessels.""", + meaning=CL["0000704"])) + setattr(cls, "CL:0011008", + PermissibleValue( + text="CL:0011008", + description="""A hemocyte derived from the embryonic head mesoderm, which enters the hemolymph as a circulating cell.""", + meaning=CL["0011008"])) + setattr(cls, "CL:1000303", + PermissibleValue( + text="CL:1000303", + description="A fibroblast that is part of the areolar connective tissue.", + meaning=CL["1000303"])) + setattr(cls, "CL:0000018", + PermissibleValue( + text="CL:0000018", + description="""A male germ cell that develops from the haploid secondary spermatocytes. Without further division, spermatids undergo structural changes and give rise to spermatozoa.""", + meaning=CL["0000018"])) + setattr(cls, "CL:0009088", + PermissibleValue( + text="CL:0009088", + description="""An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. These cells do not form colonies.""", + meaning=CL["0009088"])) + setattr(cls, "CL:0008034", + PermissibleValue( + text="CL:0008034", + description="""Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation.""", + meaning=CL["0008034"])) + setattr(cls, "CL:1001611", + PermissibleValue( + text="CL:1001611", + description="Neuron of the cerebellum.", + meaning=CL["1001611"])) + setattr(cls, "CL:0009020", + PermissibleValue( + text="CL:0009020", + description="An intestinal tuft cell that is a part of a vermiform appendix.", + meaning=CL["0009020"])) + setattr(cls, "CL:2000061", + PermissibleValue( + text="CL:2000061", + description="Any mesenchymal stem cell that is part of a placenta.", + meaning=CL["2000061"])) + setattr(cls, "CL:0000207", + PermissibleValue( + text="CL:0000207", + description="""Any neuron that is capable of some detection of chemical stimulus involved in sensory perception of smell.""", + meaning=CL["0000207"])) + setattr(cls, "CL:0002117", + PermissibleValue( + text="CL:0002117", + description="A class switched memory B cell that lacks IgG on the cell surface.", + meaning=CL["0002117"])) + setattr(cls, "CL:0000371", + PermissibleValue( + text="CL:0000371", + description="The cell protoplasm after removal of the cell wall.", + meaning=CL["0000371"])) + setattr(cls, "CL:0002174", + PermissibleValue( + text="CL:0002174", + description="A cell within the follicle of an ovary.", + meaning=CL["0002174"])) + setattr(cls, "CL:0001015", + PermissibleValue( + text="CL:0001015", + description="""CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high and is CD8_alpha-low.""", + meaning=CL["0001015"])) + setattr(cls, "CL:0000848", + PermissibleValue( + text="CL:0000848", + description="""An olfactory receptor cell in which the apical ending of the dendrite is a knob that bears numerous microvilli.""", + meaning=CL["0000848"])) + setattr(cls, "CL:1001502", + PermissibleValue( + text="CL:1001502", + description="""The large glutaminergic nerve cells whose dendrites synapse with axons of the olfactory receptor neurons in the glomerular layer of the olfactory bulb, and whose axons pass centrally in the olfactory tract to the olfactory cortex.""", + meaning=CL["1001502"])) + setattr(cls, "CL:4042007", + PermissibleValue( + text="CL:4042007", + description="""An astrocyte with highly branched protrusions, found in neocortex layers 2-6. It is involved with the formation and elimination of synapses, glutamate clearance, modulation of synaptic functions and regulation of blood flow in response to synaptic activity.""", + meaning=CL["4042007"])) + setattr(cls, "CL:0010007", + PermissibleValue( + text="CL:0010007", + description="Any cell that is part of some His-Purkinje system.", + meaning=CL["0010007"])) + setattr(cls, "CL:0008018", + PermissibleValue( + text="CL:0008018", + description="A myoblast that is commited to developing into a somatic muscle.", + meaning=CL["0008018"])) + setattr(cls, "CL:0002097", + PermissibleValue( + text="CL:0002097", + description="""A cell of the adrenal cortex. Cell types include those that synthesize and secrete chemical derivatives (steroids) of cholesterol.""", + meaning=CL["0002097"])) + setattr(cls, "CL:1000410", + PermissibleValue( + text="CL:1000410", + description="A muscle cell that is part of the atrioventricular node.", + meaning=CL["1000410"])) + setattr(cls, "CL:0008033", + PermissibleValue( + text="CL:0008033", + description="A pericyte of the decidual vasculature.", + meaning=CL["0008033"])) + setattr(cls, "CL:0000209", + PermissibleValue( + text="CL:0000209", + description="A specialized cell involved in gustatory sensory perception.", + meaning=CL["0000209"])) + setattr(cls, "CL:0003018", + PermissibleValue( + text="CL:0003018", + description="A retinal ganglion B3 cell with dentrites terminating in S4.", + meaning=CL["0003018"])) + setattr(cls, "CL:0000027", + PermissibleValue( + text="CL:0000027", + description="A smooth muscle cell derived from the neural crest.", + meaning=CL["0000027"])) + setattr(cls, "CL:0002170", + PermissibleValue( + text="CL:0002170", + description="A keratinized cell located in the hard palate or gingiva.", + meaning=CL["0002170"])) + setattr(cls, "CL:0002262", + PermissibleValue( + text="CL:0002262", + description="""An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver.""", + meaning=CL["0002262"])) + setattr(cls, "CL:0000796", + PermissibleValue( + text="CL:0000796", + description="""A alpha-beta intraepithelial T cell found in the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.""", + meaning=CL["0000796"])) + setattr(cls, "CL:0007017", + PermissibleValue( + text="CL:0007017", + description="""An epidermal cell with apical microvilli or a single apical projection have synaptic associations with nerve fibres in the epidermis.""", + meaning=CL["0007017"])) + setattr(cls, "CL:0002668", + PermissibleValue( + text="CL:0002668", + description="""An otic fibrocyte that is lateral to the basilar membrane and anchoris it to the lateral wall.""", + meaning=CL["0002668"])) + setattr(cls, "CL:1000470", + PermissibleValue( + text="CL:1000470", + description="A myoepithelial cell that is part of the primary lactiferous duct.", + meaning=CL["1000470"])) + setattr(cls, "CL:0000682", + PermissibleValue( + text="CL:0000682", + description="""An absorptive cell of the gut epithelium that endocytoses microorganisms and intact macromolecules from the gut lumen and transports them to the subepithelial space where they are presented to antigen-presenting cells and lymphocytes.""", + meaning=CL["0000682"])) + setattr(cls, "CL:0005026", + PermissibleValue( + text="CL:0005026", + description="""Multi fate stem cell that gives rise to both hepatocytes and cholangiocytes as descendants. The term often refers to fetal precursors of hepatocytes (differently from 'hepatic stem cell', usually applied to the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts may also be endogenous, as some stem cells found in the liver come from the bone marrow via blood circulation.""", + meaning=CL["0005026"])) + setattr(cls, "CL:0011011", + PermissibleValue( + text="CL:0011011", + description="""A cell derived from the mesoderm that is located between the paraxial mesoderm and the lateral plate.""", + meaning=CL["0011011"])) + setattr(cls, "CL:0005015", + PermissibleValue( + text="CL:0005015", + description="""An auditory epithelial support cell that surrounds the nerve fibers and synapses of the auditory inner hair cells.""", + meaning=CL["0005015"])) + setattr(cls, "CL:0000954", + PermissibleValue( + text="CL:0000954", + description="""A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, and carries a DNA rearrangement of one or more immunoglobulin light chain genes.""", + meaning=CL["0000954"])) + setattr(cls, "CL:0000972", + PermissibleValue( + text="CL:0000972", + description="""A class switched memory B cell is a memory B cell that has undergone Ig class switching and therefore is IgM-negative on the cell surface. These cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface.""", + meaning=CL["0000972"])) + setattr(cls, "CL:0000789", + PermissibleValue( + text="CL:0000789", + description="A T cell that expresses an alpha-beta T cell receptor complex.", + meaning=CL["0000789"])) + setattr(cls, "CL:0009019", + PermissibleValue( + text="CL:0009019", + description="A kidney cortical cell that is part of the nephrogenic zone.", + meaning=CL["0009019"])) + setattr(cls, "CL:0017011", + PermissibleValue( + text="CL:0017011", + description="A hillock cell that is part of the prostatic urethra.", + meaning=CL["0017011"])) + setattr(cls, "CL:0000904", + PermissibleValue( + text="CL:0000904", + description="""CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000904"])) + setattr(cls, "CL:0004139", + PermissibleValue( + text="CL:0004139", + description="A retinal ganglion A2 cell with dendrites terminating in S2.", + meaning=CL["0004139"])) + setattr(cls, "CL:0009016", + PermissibleValue( + text="CL:0009016", + description="""An intestinal stem cell that is located in the large intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the large intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009016"])) + setattr(cls, "CL:4023087", + PermissibleValue( + text="CL:4023087", + description="A Martinotti neuron that has axons that form a fan-like plexus.", + meaning=CL["4023087"])) + setattr(cls, "CL:0000840", + PermissibleValue( + text="CL:0000840", + description="""An immature cell of the conventional dendritic cell lineage, characterized by high levels of antigen uptake via endocytosis, macropinocytosis, and phagocytosis, and typically found resident in the tissues. Markers for this cell are CD80-low, CD86-low, and MHC-II-low.""", + meaning=CL["0000840"])) + setattr(cls, "CL:0008049", + PermissibleValue( + text="CL:0008049", + description="""A giant pyramidal neuron with a soma in layer Vb of the primary motor cortex that sends its axons down the spinal cord via the corticospinal tract, either synapsing directly with alpha motor neurons, or targeting interneurons in the spinal cord. In humans, Betz cells are the largest known in the central nervous system.""", + meaning=CL["0008049"])) + setattr(cls, "CL:0002473", + PermissibleValue( + text="CL:0002473", + description="Gr1-low non-classical monocyte that has high surface expression of a MHC-II complex.", + meaning=CL["0002473"])) + setattr(cls, "CL:0010009", + PermissibleValue( + text="CL:0010009", + description="Any photoreceptor cell that is part of some camera-type eye.", + meaning=CL["0010009"])) + setattr(cls, "CL:0002206", + PermissibleValue( + text="CL:0002206", + description="A brush cell of the epithelium in the terminal bronchiole.", + meaning=CL["0002206"])) + setattr(cls, "CL:0000287", + PermissibleValue( + text="CL:0000287", + description="Any photoreceptor cell that is part of some eye.", + meaning=CL["0000287"])) + setattr(cls, "CL:0009063", + PermissibleValue( + text="CL:0009063", + description="An enteroendocrine cell that is located in the anorectum.", + meaning=CL["0009063"])) + setattr(cls, "CL:0002370", + PermissibleValue( + text="CL:0002370", + description="""A simple columnar epithelial cell that secretes mucin. Rough endoplasmic reticulum, mitochondria, the nucleus, and other organelles are concentrated in the basal portion. The apical plasma membrane projects microvilli to increase surface area for secretion.""", + meaning=CL["0002370"])) + setattr(cls, "CL:0000851", + PermissibleValue( + text="CL:0000851", + description="""Neuromast mantle cell is a non-sensory cell. Neuromast mantle cells surround the neuromast support cells and neuromast hair cells, separating the neuromast from the epidermis, and secrete cupula in which the ciliary bundles of all the hair cells are embedded.""", + meaning=CL["0000851"])) + setattr(cls, "CL:0000701", + PermissibleValue( + text="CL:0000701", + description="Supports paraganglial type 1 cell.", + meaning=CL["0000701"])) + setattr(cls, "CL:1001595", + PermissibleValue( + text="CL:1001595", + description="""Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001595"])) + setattr(cls, "CL:4030026", + PermissibleValue( + text="CL:4030026", + description="""An absorptive epithelial cell of the human intestine expressing bestrophin-4 (BEST4) calcium-activated ion channels.""", + meaning=CL["4030026"])) + setattr(cls, "CL:0000456", + PermissibleValue( + text="CL:0000456", + description="Any secretory cell that is capable of some mineralocorticoid secretion.", + meaning=CL["0000456"])) + setattr(cls, "CL:0002449", + PermissibleValue( + text="CL:0002449", + description="A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive.", + meaning=CL["0002449"])) + setattr(cls, "CL:0000742", + PermissibleValue( + text="CL:0000742", + description="""A round chondrocyte that first differentiates in the late embryonic growth plate of bone.""", + meaning=CL["0000742"])) + setattr(cls, "CL:1000385", + PermissibleValue( + text="CL:1000385", + description="""A type II vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.""", + meaning=CL["1000385"])) + setattr(cls, "CL:0002327", + PermissibleValue( + text="CL:0002327", + description="An epithelial cell of the mammary gland.", + meaning=CL["0002327"])) + setattr(cls, "CL:0002013", + PermissibleValue( + text="CL:0002013", + description="A basophilic erythroblast that is GlyA-positive.", + meaning=CL["0002013"])) + setattr(cls, "CL:0002361", + PermissibleValue( + text="CL:0002361", + description="""A progenitor cell that is capable of forming colonies of primitive erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in mouse and expresses CD41.""", + meaning=CL["0002361"])) + setattr(cls, "CL:1000082", + PermissibleValue( + text="CL:1000082", + meaning=CL["1000082"])) + setattr(cls, "CL:1001581", + PermissibleValue( + text="CL:1001581", + description="Glial cell of lateral ventricle.", + meaning=CL["1001581"])) + setattr(cls, "CL:1000302", + PermissibleValue( + text="CL:1000302", + description="A fibroblast that is part of the papillary layer of dermis.", + meaning=CL["1000302"])) + setattr(cls, "CL:0003032", + PermissibleValue( + text="CL:0003032", + description="""A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003032"])) + setattr(cls, "CL:0002502", + PermissibleValue( + text="CL:0002502", + description="An enteroendocrine cell of the small intestine that secretes motilin.", + meaning=CL["0002502"])) + setattr(cls, "CL:4023022", + PermissibleValue( + text="CL:4023022", + description="""A Lamp5 GABAergic cortical interneuron that has extended axons in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in having elongated horizontal axonal arbors largely confined to L1; but the dendritic arbors are wider and have fewer branches, while the axon is less tortuous and extends further from the soma""", + meaning=CL["4023022"])) + setattr(cls, "CL:0019028", + PermissibleValue( + text="CL:0019028", + description="""Any hepatocyte that is part of the liver lobule midzonal region. These cells have mixed functionality in comparison with those in the other two regions of the liver lobule.""", + meaning=CL["0019028"])) + setattr(cls, "CL:0000803", + PermissibleValue( + text="CL:0000803", + description="""A gamma-delta intraepithelial T cell that has the phenotype CD4-negative and CD8-negative.""", + meaning=CL["0000803"])) + setattr(cls, "CL:0002335", + PermissibleValue( + text="CL:0002335", + description="""A preadipocyte that is capable of differentiating into a brown adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) coactivator-1alpha).""", + meaning=CL["0002335"])) + setattr(cls, "CL:0004223", + PermissibleValue( + text="CL:0004223", + description="""A amacrine cell with a small dendritic field and post-synaptic terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped dendritic arbor and undulate dendrites.""", + meaning=CL["0004223"])) + setattr(cls, "CL:0000484", + PermissibleValue( + text="CL:0000484", + description="""Mast cell subtype whose granules contain both the serine proteases tryptase and chymase. These cells are primarily found in connective tissue, such as the peritoneal cavity, skin, and intestinal submucosa. Their development is T-cell independent.""", + meaning=CL["0000484"])) + setattr(cls, "CL:1001579", + PermissibleValue( + text="CL:1001579", + description="Glial cell of cerebral cortex.", + meaning=CL["1001579"])) + setattr(cls, "CL:0002653", + PermissibleValue( + text="CL:0002653", + description="A squamous shaped endothelial cell.", + meaning=CL["0002653"])) + setattr(cls, "CL:0002340", + PermissibleValue( + text="CL:0002340", + description="""The exocrine cell of the prostate, this epithelial cell secretes prostatic acid phosphotase and PSA, and is dependent on androgen hormones for survival.""", + meaning=CL["0002340"])) + setattr(cls, "CL:0002258", + PermissibleValue( + text="CL:0002258", + description="""A cell type that varies from squamous to columnar, depending on their activity with microvillus directed luminally. This cell produces and secretes thyroid hormones.""", + meaning=CL["0002258"])) + setattr(cls, "CL:0002414", + PermissibleValue( + text="CL:0002414", + description="A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive.", + meaning=CL["0002414"])) + setattr(cls, "CL:4030059", + PermissibleValue( + text="CL:4030059", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found between cortical layer 2-4. This intratelencephalic-projecting glutamatergic neuron has thin-tufted apical dendrites and extends its axonal projection into L5 in the neocortex. This neuronal type has a hyperpolarised resting membrane potential. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', clusters L2/3 IT.""", + meaning=CL["4030059"])) + setattr(cls, "CL:1000706", + PermissibleValue( + text="CL:1000706", + description="Any urothelial cell that is part of some urothelium of ureter.", + meaning=CL["1000706"])) + setattr(cls, "CL:4030015", + PermissibleValue( + text="CL:4030015", + description="""A renal alpha-intercalated cell that is part of the collecting duct of the renal tubule.""", + meaning=CL["4030015"])) + setattr(cls, "CL:0000310", + PermissibleValue( + text="CL:0000310", + meaning=CL["0000310"])) + setattr(cls, "CL:0002679", + PermissibleValue( + text="CL:0002679", + description="""A lymphocyte found in adipose tissue that lacks lineage markers of other lymphocytes but is capable of mediating TH2 cytokine responses. This cell type is found in fat associated lymphoid clusters, proliferates in response to IL2 and produce large amounts of TH2 cytokines such as IL5, IL6 and IL13""", + meaning=CL["0002679"])) + setattr(cls, "CL:0002080", + PermissibleValue( + text="CL:0002080", + description="""A cubodial epithelial cell that is continuous with the lining of intercalated ducts that drain the acinus. This cell type secretes a high pH solution to aid in activation of zymogens, and can differentiate into endocrine and exocrine pancreatic cell types.""", + meaning=CL["0002080"])) + setattr(cls, "CL:0003005", + PermissibleValue( + text="CL:0003005", + description="""A mono-stratified retinal ganglion cell that has a small dendritic field and dense dendritic arbor.""", + meaning=CL["0003005"])) + setattr(cls, "CL:0000974", + PermissibleValue( + text="CL:0000974", + description="""A fully differentiated plasma cell that lives for years, as opposed to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. The majority of these cells of this type reside in the bone marrow.""", + meaning=CL["0000974"])) + setattr(cls, "CL:0000133", + PermissibleValue( + text="CL:0000133", + description="Ectoderm destined to be nervous tissue.", + meaning=CL["0000133"])) + setattr(cls, "CL:0002468", + PermissibleValue( + text="CL:0002468", + description="A myeloid suppressor cell that is Gr1-low and CD11c-positive.", + meaning=CL["0002468"])) + setattr(cls, "CL:0002177", + PermissibleValue( + text="CL:0002177", + description="""A supporting cell of the anterior pituitary gland involved in trophic and catabolic processes; expresses a broad spectrum of cytokeratins indicative of their epithelial nature.""", + meaning=CL["0002177"])) + setattr(cls, "CL:4030050", + PermissibleValue( + text="CL:4030050", + description="""A medium spiny neuron that expresses both DRD1 and DRD2 and is part of an extra-striosomal part of dorsal striatum.""", + meaning=CL["4030050"])) + setattr(cls, "CL:0000300", + PermissibleValue( + text="CL:0000300", + description="A mature sexual reproductive cell having a single set of unpaired chromosomes.", + meaning=CL["0000300"])) + setattr(cls, "CL:2000092", + PermissibleValue( + text="CL:2000092", + description="Any keratinocyte that is part of a hair follicle.", + meaning=CL["2000092"])) + setattr(cls, "CL:4033061", + PermissibleValue( + text="CL:4033061", + description="An endothelial cell that is part of a central vein of liver.", + meaning=CL["4033061"])) + setattr(cls, "CL:0000656", + PermissibleValue( + text="CL:0000656", + description="""A diploid cell that has derived from a spermatogonium and can subsequently begin meiosis and divide into two haploid secondary spermatocytes.""", + meaning=CL["0000656"])) + setattr(cls, "CL:0000150", + PermissibleValue( + text="CL:0000150", + description="""A specialized epithelial cell that is capable of synthesizing and secreting certain biomolecules.""", + meaning=CL["0000150"])) + setattr(cls, "CL:0000549", + PermissibleValue( + text="CL:0000549", + description="""A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers.""", + meaning=CL["0000549"])) + setattr(cls, "CL:0000902", + PermissibleValue( + text="CL:0000902", + description="""CD4-positive alpha-beta T cell with the phenotype CD25-positive, CTLA-4-positive, and FoxP3-positive with regulatory function.""", + meaning=CL["0000902"])) + setattr(cls, "CL:0000944", + PermissibleValue( + text="CL:0000944", + description="""A Be cell that facilitates development of T-helper 2 (Th2) phenotype T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, and interleukin-6.""", + meaning=CL["0000944"])) + setattr(cls, "CL:0002544", + PermissibleValue( + text="CL:0002544", + description="An arterial endothelial cell that is part of the aorta endothelium.", + meaning=CL["0002544"])) + setattr(cls, "CL:0000833", + PermissibleValue( + text="CL:0000833", + description="A promyelocyte committed to the eosinophil lineage.", + meaning=CL["0000833"])) + setattr(cls, "CL:4023122", + PermissibleValue( + text="CL:4023122", + description="""An interneuron located in the cerebral cortex that expresses the oxytocin receptor. These interneurons also express somatostatin.""", + meaning=CL["4023122"])) + setattr(cls, "CL:0000158", + PermissibleValue( + text="CL:0000158", + description="""A non-mucous, epithelial secretory cell that is part of the tracheobronchial tree. A club cell has short microvilli but no cilia. A club cell is able to multiply and differentiate into ciliated cells to regenerate the bronchiolar epithelium and it also protects the tracheobronchial epithelium.""", + meaning=CL["0000158"])) + setattr(cls, "CL:0003043", + PermissibleValue( + text="CL:0003043", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with dense dendritic arbor.""", + meaning=CL["0003043"])) + setattr(cls, "CL:0002613", + PermissibleValue( + text="CL:0002613", + description="A neuron of the striatum.", + meaning=CL["0002613"])) + setattr(cls, "CL:0008003", + PermissibleValue( + text="CL:0008003", + description="""A myotube that is part of some somatic muscle. Examples include arthropod somatic muscle cells.""", + meaning=CL["0008003"])) + setattr(cls, "CL:4023061", + PermissibleValue( + text="CL:4023061", + description="A neuron that has its soma located in CA4 of the hippocampus.", + meaning=CL["4023061"])) + setattr(cls, "CL:0002227", + PermissibleValue( + text="CL:0002227", + description="A secondary fiber cell that contains a nucleus.", + meaning=CL["0002227"])) + setattr(cls, "CL:1000449", + PermissibleValue( + text="CL:1000449", + description="An epithelial cell that is part of the nephron.", + meaning=CL["1000449"])) + setattr(cls, "CL:0009002", + PermissibleValue( + text="CL:0009002", + description="""Any cell participating in the inflammatory response to a foreign substance, e.g. neutrophil, macrophage.""", + meaning=CL["0009002"])) + setattr(cls, "CL:1000427", + PermissibleValue( + text="CL:1000427", + description="A chromaffin cell that is part of the adrenal cortex.", + meaning=CL["1000427"])) + setattr(cls, "CL:0008020", + PermissibleValue( + text="CL:0008020", + description="""A skeletal muscle satellite cell that undergoes symmetric division to produce two adult skeleltal muscle myoblasts.""", + meaning=CL["0008020"])) + setattr(cls, "CL:0000546", + PermissibleValue( + text="CL:0000546", + description="""A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4.""", + meaning=CL["0000546"])) + setattr(cls, "CL:0000914", + PermissibleValue( + text="CL:0000914", + description="""An immature alpha-beta T-cell that express Egr2. These cells give rise to T cells expressing NK markers.""", + meaning=CL["0000914"])) + setattr(cls, "CL:0001002", + PermissibleValue( + text="CL:0001002", + description="""Mature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001002"])) + setattr(cls, "CL:0000159", + PermissibleValue( + text="CL:0000159", + meaning=CL["0000159"])) + setattr(cls, "CL:0002385", + PermissibleValue( + text="CL:0002385", + description="An oblong or round asexual spore formed from conidial chains.", + meaning=CL["0002385"])) + setattr(cls, "CL:0000928", + PermissibleValue( + text="CL:0000928", + description="""A type I NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, CD69-positive, and downregulated NK markers.""", + meaning=CL["0000928"])) + setattr(cls, "CL:0001062", + PermissibleValue( + text="CL:0001062", + description="""A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.""", + meaning=CL["0001062"])) + setattr(cls, "CL:1001108", + PermissibleValue( + text="CL:1001108", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal medulla.""", + meaning=CL["1001108"])) + setattr(cls, "CL:0002092", + PermissibleValue( + text="CL:0002092", + description="""A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells.""", + meaning=CL["0002092"])) + setattr(cls, "CL:2000018", + PermissibleValue( + text="CL:2000018", + description="Any endothelial cell of artery that is part of a coronary artery.", + meaning=CL["2000018"])) + setattr(cls, "CL:0009089", + PermissibleValue( + text="CL:0009089", + description="A pericyte cell that is part of a lung.", + meaning=CL["0009089"])) + setattr(cls, "CL:1001592", + PermissibleValue( + text="CL:1001592", + description="Glandular cell of gallbladder epithelium.", + meaning=CL["1001592"])) + setattr(cls, "CL:0002590", + PermissibleValue( + text="CL:0002590", + description="A vascular associated smooth muscle cell of the brain vasculature.", + meaning=CL["0002590"])) + setattr(cls, "CL:0000113", + PermissibleValue( + text="CL:0000113", + description="A vertebrate phagocyte with a single nucleus.", + meaning=CL["0000113"])) + setattr(cls, "CL:0000203", + PermissibleValue( + text="CL:0000203", + description="""Any neuronal receptor cell that is capable of some detection of mechanical stimulus involved in sensory perception of gravity.""", + meaning=CL["0000203"])) + setattr(cls, "CL:0002563", + PermissibleValue( + text="CL:0002563", + description="An epithelial cell of the intestine.", + meaning=CL["0002563"])) + setattr(cls, "CL:0002403", + PermissibleValue( + text="CL:0002403", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus.""", + meaning=CL["0002403"])) + setattr(cls, "CL:0002611", + PermissibleValue( + text="CL:0002611", + description="A CNS neuron of the dorsal spinal cord.", + meaning=CL["0002611"])) + setattr(cls, "CL:4030008", + PermissibleValue( + text="CL:4030008", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the pronephros.""", + meaning=CL["4030008"])) + setattr(cls, "CL:0009091", + PermissibleValue( + text="CL:0009091", + description="""A stem cell found in the interstitial compartment of the neonatal testis; it is capable of self-renewal as well as differentiation into steroidogenic cells (adult Leydig cells). Intermediate stages of development include progenitor Leydig cells and immature Leydig cells.""", + meaning=CL["0009091"])) + setattr(cls, "CL:0000806", + PermissibleValue( + text="CL:0000806", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-positive.""", + meaning=CL["0000806"])) + setattr(cls, "CL:4023076", + PermissibleValue( + text="CL:4023076", + description="""An interneuron that has Martinotti morphology. These interneurons are scattered throughout various layers of the cerebral cortex, sending their axons up to the cortical layer I where they form axonal arborization.""", + meaning=CL["4023076"])) + setattr(cls, "CL:0000392", + PermissibleValue( + text="CL:0000392", + description="""A hemocyte that synthesizes and secretes melanins as part of the antimicrobial immune response. It is characterized morphologically by crystal inclusions of phenoloxidases in its cytoplasm, hence its name.""", + meaning=CL["0000392"])) + setattr(cls, "CL:4023187", + PermissibleValue( + text="CL:4023187", + description="""A neuron with a small cell body that is located in a koniocellular layer of the lateral geniculate nucleus (LGN).""", + meaning=CL["4023187"])) + setattr(cls, "CL:0000874", + PermissibleValue( + text="CL:0000874", + description="""A splenic macrophage found in the red-pulp of the spleen, and involved in immune responses to blood-borne pathogens and in the clearance of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low.""", + meaning=CL["0000874"])) + setattr(cls, "CL:1000435", + PermissibleValue( + text="CL:1000435", + description="An epithelial cell that is part of the lacrimal drainage system.", + meaning=CL["1000435"])) + setattr(cls, "CL:1000717", + PermissibleValue( + text="CL:1000717", + description="""Intercalated cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may contribute in the maintenance of acid/base homeostasis.""", + meaning=CL["1000717"])) + setattr(cls, "CL:0000239", + PermissibleValue( + text="CL:0000239", + description="""An epithelial cell characterized by the presence of a brush border on its apical surface, which increases the surface area for absorption.""", + meaning=CL["0000239"])) + setattr(cls, "CL:0000511", + PermissibleValue( + text="CL:0000511", + description="A peptide hormone secreting cell that secretes androgen binding protein.", + meaning=CL["0000511"])) + setattr(cls, "CL:4030039", + PermissibleValue( + text="CL:4030039", + description="""An extratelencephalic-projecting glutamatergic cortical neuron that is morphologically-defined with a large, spindle-shaped cell body, thick bipolar dendrites with limited branching and a moderate density of spines, and often an axon initial segment that emanates from the side of the cell body. This cell type is associated with markers POU3F, BMP3 and ITGA4.""", + meaning=CL["4030039"])) + setattr(cls, "CL:0000550", + PermissibleValue( + text="CL:0000550", + description="""A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers.""", + meaning=CL["0000550"])) + setattr(cls, "CL:0000525", + PermissibleValue( + text="CL:0000525", + description="""A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy.""", + meaning=CL["0000525"])) + setattr(cls, "CL:0019003", + PermissibleValue( + text="CL:0019003", + description="Any goblet cell that is part of the tracheobronchial epithelium.", + meaning=CL["0019003"])) + setattr(cls, "CL:0000438", + PermissibleValue( + text="CL:0000438", + description="A peptide hormone secreting cell pituitary that produces luteinizing hormone.", + meaning=CL["0000438"])) + setattr(cls, "CL:0000052", + PermissibleValue( + text="CL:0000052", + description="A stem cell from which all cells of the body can form.", + meaning=CL["0000052"])) + setattr(cls, "CL:0000981", + PermissibleValue( + text="CL:0000981", + description="A memory B cell with the phenotype IgD-negative and CD27-negative.", + meaning=CL["0000981"])) + setattr(cls, "CL:4023066", + PermissibleValue( + text="CL:4023066", + description="""A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically.""", + meaning=CL["4023066"])) + setattr(cls, "CL:0011101", + PermissibleValue( + text="CL:0011101", + description="""Cells of the uterine chorion that acquire specialized structural and/or functional features that characterize chorionic trophoblasts. These cells will migrate towards the spongiotrophoblast layer and give rise to syncytiotrophoblasts of the labyrinthine layer.""", + meaning=CL["0011101"])) + setattr(cls, "CL:4033031", + PermissibleValue( + text="CL:4033031", + description="""An ON diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells.""", + meaning=CL["4033031"])) + setattr(cls, "CL:0000151", + PermissibleValue( + text="CL:0000151", + description="A cell that specializes in controlled release of one or more substances.", + meaning=CL["0000151"])) + setattr(cls, "CL:1000374", + PermissibleValue( + text="CL:1000374", + description="""A transitional myocyte that is part of the posterior division of left branch of atrioventricular bundle.""", + meaning=CL["1000374"])) + setattr(cls, "CL:0000542", + PermissibleValue( + text="CL:0000542", + description="""A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin.""", + meaning=CL["0000542"])) + setattr(cls, "CL:4030011", + PermissibleValue( + text="CL:4030011", + description="""A brush border cell that is part of segment 3 (S3) of the proximal tubule epithelium, which extends from the medullary rays of the renal cortex into the outer medulla.""", + meaning=CL["4030011"])) + setattr(cls, "CL:0000540", + PermissibleValue( + text="CL:0000540", + description="""The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system.""", + meaning=CL["0000540"])) + setattr(cls, "CL:0000580", + PermissibleValue( + text="CL:0000580", + description="""A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and neutrophil-specific granules has started. No nucleolus is present. This cell type is CD13-positive, CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, myeloperoxidase-positive and NGAL-positive.""", + meaning=CL["0000580"])) + setattr(cls, "CL:0001009", + PermissibleValue( + text="CL:0001009", + description="""Immature dermal dendritic cell is a dermal dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001009"])) + setattr(cls, "CL:0000588", + PermissibleValue( + text="CL:0000588", + description="A specialized osteoclast associated with the absorption and removal of cementum.", + meaning=CL["0000588"])) + setattr(cls, "CL:0011014", + PermissibleValue( + text="CL:0011014", + description="A sperm cell that is not cabaple of motion (motility).", + meaning=CL["0011014"])) + setattr(cls, "CL:4033042", + PermissibleValue( + text="CL:4033042", + description="An alveolar macrophage that expresses metallothionein.", + meaning=CL["4033042"])) + setattr(cls, "CL:0000816", + PermissibleValue( + text="CL:0000816", + description="""An immature B cell is a B cell that has the phenotype surface IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin class switching or peripheral encounter with antigen and activation.""", + meaning=CL["0000816"])) + setattr(cls, "CL:0000558", + PermissibleValue( + text="CL:0000558", + description="""An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds.""", + meaning=CL["0000558"])) + setattr(cls, "CL:0000778", + PermissibleValue( + text="CL:0000778", + description="""A specialized mononuclear osteoclast associated with the absorption and removal of bone, precursor of multinuclear osteoclasts.""", + meaning=CL["0000778"])) + setattr(cls, "CL:0000500", + PermissibleValue( + text="CL:0000500", + description="An epithelial somatic cell associated with a maturing oocyte.", + meaning=CL["0000500"])) + setattr(cls, "CL:0009030", + PermissibleValue( + text="CL:0009030", + description="An intestinal enteroendocrine cell that is located in a vermiform appendix.", + meaning=CL["0009030"])) + setattr(cls, "CL:0008017", + PermissibleValue( + text="CL:0008017", + description="""A skeletal muscle myoblast that is part of a skeletal mucle. These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers.""", + meaning=CL["0008017"])) + setattr(cls, "CL:4023159", + PermissibleValue( + text="CL:4023159", + description="An interneuron that has double bouquet morphology.", + meaning=CL["4023159"])) + setattr(cls, "CL:0002504", + PermissibleValue( + text="CL:0002504", + description="A smooth muscle cell of the intestine.", + meaning=CL["0002504"])) + setattr(cls, "CL:0000690", + PermissibleValue( + text="CL:0000690", + meaning=CL["0000690"])) + setattr(cls, "CL:0002317", + PermissibleValue( + text="CL:0002317", + description="An external limiting cell found in the vestibular epithelium.", + meaning=CL["0002317"])) + setattr(cls, "CL:2000079", + PermissibleValue( + text="CL:2000079", + description="Any mesenchymal stem cell of the bone marrow that is part of a femur.", + meaning=CL["2000079"])) + setattr(cls, "CL:4023120", + PermissibleValue( + text="CL:4023120", + description="An auditory hair cell found in the cochlea.", + meaning=CL["4023120"])) + setattr(cls, "CL:0002629", + PermissibleValue( + text="CL:0002629", + description="""A mature microglial cell that has changed shape to an amoeboid morphology and is capable of cytokine production and antigen presentation.""", + meaning=CL["0002629"])) + setattr(cls, "CL:0017009", + PermissibleValue( + text="CL:0017009", + description="A human dendritic cell that expresses the AXL and SIGLEC6 genes.", + meaning=CL["0017009"])) + setattr(cls, "CL:0000573", + PermissibleValue( + text="CL:0000573", + description="""One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision.""", + meaning=CL["0000573"])) + setattr(cls, "CL:1000313", + PermissibleValue( + text="CL:1000313", + description="A goblet cell that is part of the epithelium of stomach.", + meaning=CL["1000313"])) + setattr(cls, "CL:0002253", + PermissibleValue( + text="CL:0002253", + description="An epithelial cell of the large intestine.", + meaning=CL["0002253"])) + setattr(cls, "CL:0019029", + PermissibleValue( + text="CL:0019029", + description="""Any hepatocyte that is part of the liver lobule centrilobular region. These cells are the primary location for the biotransformation of drugs.""", + meaning=CL["0019029"])) + setattr(cls, "CL:0000648", + PermissibleValue( + text="CL:0000648", + description="""A smooth muscle cell that synthesizes, stores, and secretes the enzyme renin. This cell type are located in the wall of the afferent arteriole at the entrance to the glomerulus. While having a different origin than other kidney smooth muscle cells, this cell type expresses smooth muscle actin upon maturation.""", + meaning=CL["0000648"])) + setattr(cls, "CL:0000870", + PermissibleValue( + text="CL:0000870", + description="A gut-associated lymphoid tissue macrophage found in the Peyer's patches.", + meaning=CL["0000870"])) + setattr(cls, "CL:1000236", + PermissibleValue( + text="CL:1000236", + description="Any glial cell that is part of some posterior lateral line nerve.", + meaning=CL["1000236"])) + setattr(cls, "CL:0001069", + PermissibleValue( + text="CL:0001069", + description="""An innate lymphoid cell that is capable of producing T-helper 2-cell associated cytokines upon stimulation.""", + meaning=CL["0001069"])) + setattr(cls, "CL:0002084", + PermissibleValue( + text="CL:0002084", + description="""A Boettcher cell is a polyhedral cells on the basilar membrane of the cochlea, and is located beneath Claudius cells. A Boettcher cell is considered a supporting cell for the organ of Corti, and is present only in the lower turn of the cochlea. These cells interweave with each other, and project microvilli into the intercellular space. Because of their structural specialization, a Boettcher cell is believed to play a significant role in the function of the cochlea. They demonstrate high levels of calmodulin, and may be involved in mediating Ca(2+) regulation and ion transport.""", + meaning=CL["0002084"])) + setattr(cls, "CL:1000367", + PermissibleValue( + text="CL:1000367", + description="A transitional myocyte that is part of the posterior internodal tract.", + meaning=CL["1000367"])) + setattr(cls, "CL:4029001", + PermissibleValue( + text="CL:4029001", + description="""A cell that supports the development of a gamete by providing it cytoplasmic material (including entire organelles) by direct cross-membrane channels (del Pino, 2021).""", + meaning=CL["4029001"])) + setattr(cls, "CL:4033000", + PermissibleValue( + text="CL:4033000", + description="A(n) endothelial cell that is part of a(n) venule of lymph node.", + meaning=CL["4033000"])) + setattr(cls, "CL:0002658", + PermissibleValue( + text="CL:0002658", + description="A glandular epithelial cell of the large intestine.", + meaning=CL["0002658"])) + setattr(cls, "CL:0000565", + PermissibleValue( + text="CL:0000565", + description="A cell found in fat bodies whose primary function is intermediary metabolism.", + meaning=CL["0000565"])) + setattr(cls, "CL:0001033", + PermissibleValue( + text="CL:0001033", + description="Granule cell with a soma found in the hippocampus.", + meaning=CL["0001033"])) + setattr(cls, "CL:0000479", + PermissibleValue( + text="CL:0000479", + description="A peptide hormone secreting cell that secretes vasopressin stimulating hormone", + meaning=CL["0000479"])) + setattr(cls, "CL:0002508", + PermissibleValue( + text="CL:0002508", + description="""A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative.""", + meaning=CL["0002508"])) + setattr(cls, "CL:0000141", + PermissibleValue( + text="CL:0000141", + description="""An osteocytelike cell with numerous processes, trapped in a lacuna in the cement of the tooth.""", + meaning=CL["0000141"])) + setattr(cls, "CL:0002592", + PermissibleValue( + text="CL:0002592", + description="A smooth muscle cell of the coronary artery.", + meaning=CL["0002592"])) + setattr(cls, "CL:1001131", + PermissibleValue( + text="CL:1001131", + description="A cell that is part of some vasa recta ascending limb.", + meaning=CL["1001131"])) + setattr(cls, "CL:0000849", + PermissibleValue( + text="CL:0000849", + description="""An olfactory receptor cell with short cilia growing in an invagination bordered by microvilli.""", + meaning=CL["0000849"])) + setattr(cls, "CL:0009109", + PermissibleValue( + text="CL:0009109", + description="A lymphatic endothelial cell located in a lymph node trabecula.", + meaning=CL["0009109"])) + setattr(cls, "CL:4030023", + PermissibleValue( + text="CL:4030023", + description="""A hillock cell that is located in respiratory epithelium. In some mammalian species, this cell type has been noted to express KRT13 and KRT4 and is postulated to play a role in squamous barrier function and immunomodulation.""", + meaning=CL["4030023"])) + setattr(cls, "CL:0004247", + PermissibleValue( + text="CL:0004247", + description="A neuron that stratifies dendrites at two and only two locations.", + meaning=CL["0004247"])) + setattr(cls, "CL:0000091", + PermissibleValue( + text="CL:0000091", + description="""A tissue-resident macrophage of the reticuloendothelial system found on the luminal surface of the hepatic sinusoids involved in erythrocyte clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, CD163/SRCR-positive. Irregular, with long processes including lamellipodia extending into the sinusoid lumen, have flattened nucleus with cytoplasm containing characteristic invaginations of the plasma membrane (vermiform bodies); lie within the sinusoid lumen attached to the endothelial surface; derived from the bone marrow, form a major part of the body's mononuclear phagocyte system.""", + meaning=CL["0000091"])) + setattr(cls, "CL:0000122", + PermissibleValue( + text="CL:0000122", + description="""A neuron that has dendritic processes radiating from the cell body forming a star-like shape.""", + meaning=CL["0000122"])) + setattr(cls, "CL:0000741", + PermissibleValue( + text="CL:0000741", + description="""A motor neuron that is located in the cervical region of the spinal cord and selectively innervates the sternocleidmastoid or trapezius muscle. Unlike other motor neurons, they extend axons dorsally along lateral margins of the spinal cord.""", + meaning=CL["0000741"])) + setattr(cls, "CL:1001005", + PermissibleValue( + text="CL:1001005", + description="""Any kidney capillary endothelial cell that is part of some glomerular capillary endothelium.""", + meaning=CL["1001005"])) + setattr(cls, "CL:0001023", + PermissibleValue( + text="CL:0001023", + description="""A common myeloid progenitor that is Kit-positive and CD34-positive, Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low.""", + meaning=CL["0001023"])) + setattr(cls, "CL:0000065", + PermissibleValue( + text="CL:0000065", + description="A neurectoderm derived cell that lines the neural lumen.", + meaning=CL["0000065"])) + setattr(cls, "CL:2000089", + PermissibleValue( + text="CL:2000089", + description="""A granule cell that has soma location in the dentate gyrus cell layer of the hippocampal formation and has an elliptical cell body and characteristic cone-shaped tree of spiny apical dendrites. The branches extend throughout the molecular layer and the distal tips of the dendritic tree end just at the hippocampal fissure or at the ventricular surface. The dentate gyrus granule cell is the principal cell type of the dentate gyrus.""", + meaning=CL["2000089"])) + setattr(cls, "CL:1000505", + PermissibleValue( + text="CL:1000505", + description="A cell that is part of a renal pelvis.", + meaning=CL["1000505"])) + setattr(cls, "CL:0002178", + PermissibleValue( + text="CL:0002178", + description="An epithelial cell found in the lining of the stomach.", + meaning=CL["0002178"])) + setattr(cls, "CL:0003008", + PermissibleValue( + text="CL:0003008", + description="""A mono-stratified retinal ganglion cell that has a medium dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S2.""", + meaning=CL["0003008"])) + setattr(cls, "CL:0002209", + PermissibleValue( + text="CL:0002209", + description="""An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells.""", + meaning=CL["0002209"])) + setattr(cls, "CL:4023006", + PermissibleValue( + text="CL:4023006", + description="""A nuclear bag fiber that is sensitive only changes in muscle length but not the rate of that change.""", + meaning=CL["4023006"])) + setattr(cls, "CL:0000754", + PermissibleValue( + text="CL:0000754", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is not well filled and the dendrites are more delicate than in type 1 cells. The axon terminal is bushier and exhibits a dense plexus of varicosities in the inner part of sublamina 1 (Ghosh et al., 2004). It can be differentiated from other retinal bipolar neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, 2016).""", + meaning=CL["0000754"])) + setattr(cls, "CL:0000841", + PermissibleValue( + text="CL:0000841", + description="""A mature cell of the conventional dendritic cell lineage, characterized by a high capacity for antigen presentation and typically found in a lymph node.""", + meaning=CL["0000841"])) + setattr(cls, "CL:0000175", + PermissibleValue( + text="CL:0000175", + description="""A progesterone secreting cell in the corpus luteum. The large luteal cells develop from the granulosa cells. The small luteal cells develop from the theca cells.""", + meaning=CL["0000175"])) + setattr(cls, "CL:0004120", + PermissibleValue( + text="CL:0004120", + description="""A retinal ganglion A cell found in the retina with large somata, often polygonal in shape. The dendritic fields consist of three to seven stout dendrites that are sparce near soma. Dendrites terminate in S4.""", + meaning=CL["0004120"])) + setattr(cls, "CL:0002424", + PermissibleValue( + text="CL:0002424", + description="A DN2 thymocyte that is Kit-low.", + meaning=CL["0002424"])) + setattr(cls, "CL:0000865", + PermissibleValue( + text="CL:0000865", + description="A gut-associated lymphoid tissue macrophage found in lamina propria of the gut.", + meaning=CL["0000865"])) + setattr(cls, "CL:1000600", + PermissibleValue( + text="CL:1000600", + description="Any cell that is part of some lower urinary tract.", + meaning=CL["1000600"])) + setattr(cls, "CL:1000321", + PermissibleValue( + text="CL:1000321", + description="""A goblet cell that is part of the epithelium of crypt of Lieberkuhn of large intestine.""", + meaning=CL["1000321"])) + setattr(cls, "CL:0002063", + PermissibleValue( + text="CL:0002063", + description="""A pulmonary alveolar epithelial cell that modulates the fluid surrounding the alveolar epithelium by secreting and recycling surfactants. This cell type also contributes to tissue repair and can differentiate after injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker than squamous alveolar cells, have a rounded apical surface that projects above the level of surrounding epithelium. The free surface is covered by short microvilli.""", + meaning=CL["0002063"])) + setattr(cls, "CL:4023097", + PermissibleValue( + text="CL:4023097", + description="""A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid barrier cells make up the tight-junctioned layer in the leptomeninx that functions as the physiologic barrier between the cerebrospinal fluid in the subarachnoid space and the fenestrated capillaries in the dura.""", + meaning=CL["4023097"])) + setattr(cls, "CL:0002198", + PermissibleValue( + text="CL:0002198", + description="""A large epithelial cell with an extremely acidophilic and granular cytoplasm, containing vast numbers of mitochondria; such cells may undergo neoplastic transformation. From the Greek word onkos meaning swelling, this cell type is found in parathyroid, salivary and thyroid glands.""", + meaning=CL["0002198"])) + setattr(cls, "CL:4030007", + PermissibleValue( + text="CL:4030007", + description="""An epithelial ciliated cell that is part of the fallopian tube. This cell type is found mainly on the apex of the mucosal folds and contributes, together with peristaltic contractions, to the self-propulsion of spermatozoa, the transport of ovum during ovulation and the transport of the fertilized ovum to the intramural fallopian tube. A fallopian tube ciliated cell has a columnar shape and contains an oval or round nucleus, often located perpendicular or parallel to the long axis of the cell.""", + meaning=CL["4030007"])) + setattr(cls, "CL:4023161", + PermissibleValue( + text="CL:4023161", + description="""An excitatory glutamatergic interneuron found in the granular layer of the cerebellar cortex and also in the granule cell domain of the cochlear nucleus. Unipolar brush cells have a round or oval cell body with usually a single short dendrite that ends in a brush-like tuft of short dendrites unique to them known as dendrioles.""", + meaning=CL["4023161"])) + setattr(cls, "CL:0000218", + PermissibleValue( + text="CL:0000218", + description="""A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons.""", + meaning=CL["0000218"])) + setattr(cls, "CL:0000021", + PermissibleValue( + text="CL:0000021", + description="Female germ cell is a germ cell that supports female gamete production.", + meaning=CL["0000021"])) + setattr(cls, "CL:0000064", + PermissibleValue( + text="CL:0000064", + description="A cell that has a filiform extrusion of the cell surface.", + meaning=CL["0000064"])) + setattr(cls, "CL:1000352", + PermissibleValue( + text="CL:1000352", + description="A basal cell that is part of the epithelium of bronchiole.", + meaning=CL["1000352"])) + setattr(cls, "CL:1000417", + PermissibleValue( + text="CL:1000417", + description="A myoepithelial cell that is part of the sweat gland.", + meaning=CL["1000417"])) + setattr(cls, "CL:0000167", + PermissibleValue( + text="CL:0000167", + description="Any secretory cell that is capable of some peptide hormone secretion.", + meaning=CL["0000167"])) + setattr(cls, "CL:2000069", + PermissibleValue( + text="CL:2000069", + description="Any fibroblast that is part of a gallbladder.", + meaning=CL["2000069"])) + setattr(cls, "CL:0002040", + PermissibleValue( + text="CL:0002040", + description="A CD24-low, CD44-negative, NK1.1-negative NK T cell.", + meaning=CL["0002040"])) + setattr(cls, "CL:4030018", + PermissibleValue( + text="CL:4030018", + description="A renal principal cell located in the connecting tubule.", + meaning=CL["4030018"])) + setattr(cls, "CL:0004231", + PermissibleValue( + text="CL:0004231", + description="""A broadly stratifying amacrine cell with a small dendritic field and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic terminals in S2, S3, and S4.""", + meaning=CL["0004231"])) + setattr(cls, "CL:0000054", + PermissibleValue( + text="CL:0000054", + meaning=CL["0000054"])) + setattr(cls, "CL:0000532", + PermissibleValue( + text="CL:0000532", + meaning=CL["0000532"])) + setattr(cls, "CL:1000500", + PermissibleValue( + text="CL:1000500", + description="A cell that is part of kidney interstitium.", + meaning=CL["1000500"])) + setattr(cls, "CL:0000830", + PermissibleValue( + text="CL:0000830", + description="A promyelocyte committed to the basophil lineage.", + meaning=CL["0000830"])) + setattr(cls, "CL:4023171", + PermissibleValue( + text="CL:4023171", + description="""A trigeminal neuron that is responsible for motor functions such as biting and chewing.""", + meaning=CL["4023171"])) + setattr(cls, "CL:0000114", + PermissibleValue( + text="CL:0000114", + meaning=CL["0000114"])) + setattr(cls, "CL:0000622", + PermissibleValue( + text="CL:0000622", + description="""A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus).""", + meaning=CL["0000622"])) + setattr(cls, "CL:0002429", + PermissibleValue( + text="CL:0002429", + description="A double-positive thymocyte that is CD69-positive and has begun positive selection.", + meaning=CL["0002429"])) + setattr(cls, "CL:0001067", + PermissibleValue( + text="CL:0001067", + description="""An innate lymphoid cell that is capable of producing the type 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines.""", + meaning=CL["0001067"])) + setattr(cls, "CL:0002047", + PermissibleValue( + text="CL:0002047", + description="""A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive and BP-1-negative.""", + meaning=CL["0002047"])) + setattr(cls, "CL:0007013", + PermissibleValue( + text="CL:0007013", + description="""Odontoblast that is terminally differentiated and derived from an odontogenic papilla and associated with dentine.""", + meaning=CL["0007013"])) + setattr(cls, "CL:0002638", + PermissibleValue( + text="CL:0002638", + description="""A respiratory stem cell found at the junction of the terminal (conductive) bronchiole and the respiratory bronchiole. This cell types gives rise to alveolar cell types and club cells in response to lung injury. This cell type expresses markers Scgb1a1 and Sftpc.""", + meaning=CL["0002638"])) + setattr(cls, "CL:0000646", + PermissibleValue( + text="CL:0000646", + description="""Undifferentiated; mitotic stem cell for other epithelial cell types; rounded or elliptical with little cytoplasm and few organelles; contain cytokeratin intermediate filament.""", + meaning=CL["0000646"])) + setattr(cls, "CL:1000484", + PermissibleValue( + text="CL:1000484", + description="A Purkinje myocyte that is part of the atrioventricular bundle.", + meaning=CL["1000484"])) + setattr(cls, "CL:1000892", + PermissibleValue( + text="CL:1000892", + description="Any kidney blood vessel cell that is part of some kidney capillary.", + meaning=CL["1000892"])) + setattr(cls, "CL:0002172", + PermissibleValue( + text="CL:0002172", + description="""A long, spindle-shaped supporting cells arranged in parallel rows that secretes components of the tectorial membrane and potassium ions into the endolymph.""", + meaning=CL["0002172"])) + setattr(cls, "CL:0000228", + PermissibleValue( + text="CL:0000228", + description="A cell with more than one nucleus.", + meaning=CL["0000228"])) + setattr(cls, "CL:0000174", + PermissibleValue( + text="CL:0000174", + description="Any secretory cell that is capable of some steroid hormone secretion.", + meaning=CL["0000174"])) + setattr(cls, "CL:0002212", + PermissibleValue( + text="CL:0002212", + description="""A fast muscle fiber cell that stores energy in the form of glycogen and creatine phosphate.""", + meaning=CL["0002212"])) + setattr(cls, "CL:1000380", + PermissibleValue( + text="CL:1000380", + description="""A type I vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.""", + meaning=CL["1000380"])) + setattr(cls, "CL:1000438", + PermissibleValue( + text="CL:1000438", + description="An epithelial cell that is part of the wall of inferior part of anal canal.", + meaning=CL["1000438"])) + setattr(cls, "CL:4023094", + PermissibleValue( + text="CL:4023094", + description="A pyramidal neuron which has a distinctive tuft formation, distal from the soma.", + meaning=CL["4023094"])) + setattr(cls, "CL:0002066", + PermissibleValue( + text="CL:0002066", + description="""A neuroendocrine cell found in the epithelium of the lungs and respiratory tract. This cell type is rounded or elliptical in shape, situated mainly in the basal part of the epithelium; regulates bronchial secretion, smooth muscle contraction, lobular growth, ciliary activity and chemoreception. Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles with a clear halo between the core and the limiting membrane.""", + meaning=CL["0002066"])) + setattr(cls, "CL:0009084", + PermissibleValue( + text="CL:0009084", + description="An epithelial cell that is part of an endometrial gland.", + meaning=CL["0009084"])) + setattr(cls, "CL:2000023", + PermissibleValue( + text="CL:2000023", + description="Any interneuron that is part of a spinal cord ventral column.", + meaning=CL["2000023"])) + setattr(cls, "CL:0004229", + PermissibleValue( + text="CL:0004229", + description="""A bistratified amacrine cell with a small dendritic field that has dendrite stratification in S2, and in S3 and S4.""", + meaning=CL["0004229"])) + setattr(cls, "CL:0002676", + PermissibleValue( + text="CL:0002676", + description="A neuroblast derived from a neural crest cell.", + meaning=CL["0002676"])) + setattr(cls, "CL:0002091", + PermissibleValue( + text="CL:0002091", + description="A small cell formed by the first meiotic division of oocytes.", + meaning=CL["0002091"])) + setattr(cls, "CL:0001064", + PermissibleValue( + text="CL:0001064", + description="A neoplastic cell that is capable of entering a surrounding tissue", + meaning=CL["0001064"])) + setattr(cls, "CL:0000615", + PermissibleValue( + text="CL:0000615", + description="""A thick walled spore containing one or more haploid nuclei produced by sexual reproduction in an Basidiomycete; formed externally on extrusions of the basidium.""", + meaning=CL["0000615"])) + setattr(cls, "CL:0005007", + PermissibleValue( + text="CL:0005007", + description="""Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact the central canal of the spinal cord and have ipsilateral ascending axons.""", + meaning=CL["0005007"])) + setattr(cls, "CL:0001012", + PermissibleValue( + text="CL:0001012", + meaning=CL["0001012"])) + setattr(cls, "CL:1000346", + PermissibleValue( + text="CL:1000346", + description="An enterocyte that is part of the epithelium proper of large intestine.", + meaning=CL["1000346"])) + setattr(cls, "CL:0000061", + PermissibleValue( + text="CL:0000061", + description="""Skeletogenic cell that produces cementum (a bony substance that covers the root of a tooth), is part of the odontogenic papilla, and develops from a precementoblast cell.""", + meaning=CL["0000061"])) + setattr(cls, "CL:0000687", + PermissibleValue( + text="CL:0000687", + meaning=CL["0000687"])) + setattr(cls, "CL:0000148", + PermissibleValue( + text="CL:0000148", + description="""A pigment cell derived from the neural crest. Contains melanin-filled pigment granules, which gives a brown to black appearance.""", + meaning=CL["0000148"])) + setattr(cls, "CL:1000370", + PermissibleValue( + text="CL:1000370", + description="A transitional myocyte that is part of the left branch of atrioventricular bundle.", + meaning=CL["1000370"])) + setattr(cls, "CL:0002372", + PermissibleValue( + text="CL:0002372", + description="A transversely striated, synctial muscle cell, formed by the fusion of myoblasts.", + meaning=CL["0002372"])) + setattr(cls, "CL:0000430", + PermissibleValue( + text="CL:0000430", + description="""A pigment cell derived from the neural crest. Contains cartenoid pigments in structures called pterinosomes or xanthosomes. This gives an appearance ranging from a golden yellow to orange and red.""", + meaning=CL["0000430"])) + setattr(cls, "CL:0009026", + PermissibleValue( + text="CL:0009026", + description="An enterocyte that is a part of a vermiform appendix.", + meaning=CL["0009026"])) + setattr(cls, "CL:1001569", + PermissibleValue( + text="CL:1001569", + description="An interneuron with a soma found in the hippocampus.", + meaning=CL["1001569"])) + setattr(cls, "CL:0002386", + PermissibleValue( + text="CL:0002386", + description="A macroconidium that has more than one nucleus.", + meaning=CL["0002386"])) + setattr(cls, "CL:0002299", + PermissibleValue( + text="CL:0002299", + description="""An epithelial cell scattered in the cortex, predominant in the outer cortex with a large pale nucleus and a prominent nucleolus.""", + meaning=CL["0002299"])) + setattr(cls, "CL:0000383", + PermissibleValue( + text="CL:0000383", + meaning=CL["0000383"])) + setattr(cls, "CL:0002127", + PermissibleValue( + text="CL:0002127", + description="""A T cell with a receptor of limited diversity that is capable of immediate effector functions upon stimulation.""", + meaning=CL["0002127"])) + setattr(cls, "CL:0003044", + PermissibleValue( + text="CL:0003044", + description="""A bistratified ganglion cell with small, dense dendritic fields that terminate in S1 and S3.""", + meaning=CL["0003044"])) + setattr(cls, "CL:1000444", + PermissibleValue( + text="CL:1000444", + description="A mesothelial cell that is part of the anterior chamber of eyeball.", + meaning=CL["1000444"])) + setattr(cls, "CL:0002195", + PermissibleValue( + text="CL:0002195", + description="""A stem cell that can give rise to the cells of the liver. The term usually refers to the self-renewing pool of hepatocyte precursors in the adult liver (differently from 'hepatoblast', often used for fetal precursors of hepatocytes).""", + meaning=CL["0002195"])) + setattr(cls, "CL:0003050", + PermissibleValue( + text="CL:0003050", + description="""A cone cell that detects short wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 420-440 nm.""", + meaning=CL["0003050"])) + setattr(cls, "CL:0000873", + PermissibleValue( + text="CL:0000873", + description="""A splenic macrophage found in the areas surrounding the white pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, Dectin2-low, sialoadhesin-positive.""", + meaning=CL["0000873"])) + setattr(cls, "CL:0002589", + PermissibleValue( + text="CL:0002589", + description="A smooth muscle cell of the bachiocephalic vasculature.", + meaning=CL["0002589"])) + setattr(cls, "CL:0009037", + PermissibleValue( + text="CL:0009037", + description="""A B lymphocyte that resides in the mantle zone of the lymph node germinal center. These are generally IgM and IgD positive activated B cells that form a 'corona' around the germinal center and are part of the establishment of a secondary lymphatic follicule.""", + meaning=CL["0009037"])) + setattr(cls, "CL:0005022", + PermissibleValue( + text="CL:0005022", + description="""Lymphatic progenitor cells, derived from the veins, that give rise to lymphatic endothelial cells.""", + meaning=CL["0005022"])) + setattr(cls, "CL:0002099", + PermissibleValue( + text="CL:0002099", + description="""A small, polyhedral, cell found in rounded groups or curved columns with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid droplets. This cell in the zona glomerulosa produces mineralocorticoids.""", + meaning=CL["0002099"])) + setattr(cls, "CL:0002431", + PermissibleValue( + text="CL:0002431", + description="""A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD8 co-receptor.""", + meaning=CL["0002431"])) + setattr(cls, "CL:0000242", + PermissibleValue( + text="CL:0000242", + description="""A modified epidermal cell located in the stratum basale. They are found mostly in areas where sensory perception is acute. Merkel cells are closely associated with an expanded terminal bulb of an afferent myelinated nerve fiber.""", + meaning=CL["0000242"])) + setattr(cls, "CL:0000829", + PermissibleValue( + text="CL:0000829", + description="A myeloblast committed to the basophil lineage.", + meaning=CL["0000829"])) + setattr(cls, "CL:0003047", + PermissibleValue( + text="CL:0003047", + description="""A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S1 and S4-S5.""", + meaning=CL["0003047"])) + setattr(cls, "CL:1000546", + PermissibleValue( + text="CL:1000546", + description="An epithelial cell that is part of a renal medulla collecting duct.", + meaning=CL["1000546"])) + setattr(cls, "CL:0000464", + PermissibleValue( + text="CL:0000464", + description="""An epidermal progenitor cell that arises from neuroectoderm and in turn gives rise to the epidermal sheath of ventral and cephalic regions.""", + meaning=CL["0000464"])) + setattr(cls, "CL:0002413", + PermissibleValue( + text="CL:0002413", + description="A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative.", + meaning=CL["0002413"])) + setattr(cls, "CL:0002515", + PermissibleValue( + text="CL:0002515", + description="""An interrenal chromaffin cell found in teleosts that contain heterogeneous vesicles with electron-dense granules located asymmetrically within the vesicular membrane.""", + meaning=CL["0002515"])) + setattr(cls, "CL:0002492", + PermissibleValue( + text="CL:0002492", + description="""A polarized columnar cell that covesr the lateral surface of the cochlear duct, secretes potassium ions and forms a continuous sheet in contact with the endolymph; marginal cells form extensive interdigitations with the basal and intermediate cells in the normal adult stria.""", + meaning=CL["0002492"])) + setattr(cls, "CL:0002073", + PermissibleValue( + text="CL:0002073", + description="""Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes.""", + meaning=CL["0002073"])) + setattr(cls, "CL:1000377", + PermissibleValue( + text="CL:1000377", + description="A Feyrter cell that is part of the epithelium of trachea.", + meaning=CL["1000377"])) + setattr(cls, "CL:1000155", + PermissibleValue( + text="CL:1000155", + description="""A specialized epithelial secretory cell that moves chloride ions and water across the tubule epithelium.""", + meaning=CL["1000155"])) + setattr(cls, "CL:0003036", + PermissibleValue( + text="CL:0003036", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 2 and 5.""", + meaning=CL["0003036"])) + setattr(cls, "CL:1000742", + PermissibleValue( + text="CL:1000742", + description="A mesangial cell located among the glomerular capillaries in a renal corpuscle.", + meaning=CL["1000742"])) + setattr(cls, "CL:0001025", + PermissibleValue( + text="CL:0001025", + description="""A common lymphoid progenitor that is Kit-low, FLT3-positive, IL7ralpha-positive, and SCA1-low.""", + meaning=CL["0001025"])) + setattr(cls, "CL:0004183", + PermissibleValue( + text="CL:0004183", + description="""A monostratified retinal ganglion cell with medium soma, sparse dendritic tree, and medium dendritic field.""", + meaning=CL["0004183"])) + setattr(cls, "CL:1000288", + PermissibleValue( + text="CL:1000288", + description="A muscle cell that is part of the atrial branch of anterior internodal tract.", + meaning=CL["1000288"])) + setattr(cls, "CL:0002510", + PermissibleValue( + text="CL:0002510", + description="A langerin-positive lymph node dendritic cell that is CD103-negative and CD11b-high.", + meaning=CL["0002510"])) + setattr(cls, "CL:0002494", + PermissibleValue( + text="CL:0002494", + description="A cell located in the heart, including both muscle and non muscle cells.", + meaning=CL["0002494"])) + setattr(cls, "CL:2000070", + PermissibleValue( + text="CL:2000070", + description="Any fibroblast that is part of a optic choroid.", + meaning=CL["2000070"])) + setattr(cls, "CL:0002131", + PermissibleValue( + text="CL:0002131", + description="Regular cardiac myocyte of a cardiac ventricle.", + meaning=CL["0002131"])) + setattr(cls, "CL:0001073", + PermissibleValue( + text="CL:0001073", + description="""An innate lymphoid cell in the human with the phenotype CD34-negative, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.""", + meaning=CL["0001073"])) + setattr(cls, "CL:4023050", + PermissibleValue( + text="CL:4023050", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted.""", + meaning=CL["4023050"])) + setattr(cls, "CL:0002426", + PermissibleValue( + text="CL:0002426", + description="A mature natural killer cell that is CD11b-positive and CD27-positive.", + meaning=CL["0002426"])) + setattr(cls, "CL:0002167", + PermissibleValue( + text="CL:0002167", + description="A specialized cell involved in sensory perception of smell.", + meaning=CL["0002167"])) + setattr(cls, "CL:1000001", + PermissibleValue( + text="CL:1000001", + description="Any neuron that has its soma located in some retrotrapezoid nucleus.", + meaning=CL["1000001"])) + setattr(cls, "CL:0000604", + PermissibleValue( + text="CL:0000604", + description="""One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision.""", + meaning=CL["0000604"])) + setattr(cls, "CL:0009057", + PermissibleValue( + text="CL:0009057", + description="A goblet cell that is located in the anorectum.", + meaning=CL["0009057"])) + setattr(cls, "CL:0000702", + PermissibleValue( + text="CL:0000702", + meaning=CL["0000702"])) + setattr(cls, "CL:0003037", + PermissibleValue( + text="CL:0003037", + description="""An M7 retinal ganglion cells with synaptic terminals in S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003037"])) + setattr(cls, "CL:4023107", + PermissibleValue( + text="CL:4023107", + description="""A neuron with soma location in the reticular formation with axons that extend into the spinal cord such. Reticulospinal neuron activity can lead to a variety of motor behaviors.""", + meaning=CL["4023107"])) + setattr(cls, "CL:0002057", + PermissibleValue( + text="CL:0002057", + description="""A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, CD163-positive.""", + meaning=CL["0002057"])) + setattr(cls, "CL:4033032", + PermissibleValue( + text="CL:4033032", + description="""An ON diffuse bipolar cell that has a large dendritic field and large axon terminals, which show little or no overlap. This cell predominantly connects to narrow thorny ganglion cells.""", + meaning=CL["4033032"])) + setattr(cls, "CL:4033005", + PermissibleValue( + text="CL:4033005", + description="A(n) serous secreting cell that is part of a(n) bronchus submucosal gland.", + meaning=CL["4033005"])) + setattr(cls, "CL:0000917", + PermissibleValue( + text="CL:0000917", + description="""A CD8-positive, alpha-beta positive T cell that has the phenotype T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.""", + meaning=CL["0000917"])) + setattr(cls, "CL:0011013", + PermissibleValue( + text="CL:0011013", + description="A sperm cell that is cabaple of motion (motility).", + meaning=CL["0011013"])) + setattr(cls, "CL:0000821", + PermissibleValue( + text="CL:0000821", + description="""A B-1 B cell that has the phenotype CD5-negative, but having other phenotypic attributes of a B-1 B cell.""", + meaning=CL["0000821"])) + setattr(cls, "CL:0000973", + PermissibleValue( + text="CL:0000973", + description="A class switched memory B cell that expresses IgA.", + meaning=CL["0000973"])) + setattr(cls, "CL:0000671", + PermissibleValue( + text="CL:0000671", + description="""A follicle cell that migrates from the dorso-anterior part of the oocyte associated follicular epithelium, in between the nurse cells and the oocyte, and participates in the formation of the operculum.""", + meaning=CL["0000671"])) + setattr(cls, "CL:1000359", + PermissibleValue( + text="CL:1000359", + description="A M cell that is part of the epithelium proper of appendix.", + meaning=CL["1000359"])) + setattr(cls, "CL:1000320", + PermissibleValue( + text="CL:1000320", + description="A goblet cell that is part of the epithelium of large intestine.", + meaning=CL["1000320"])) + setattr(cls, "CL:0000657", + PermissibleValue( + text="CL:0000657", + description="""One of the two haploid cells into which a primary spermatocyte divides, and which in turn gives origin to spermatids.""", + meaning=CL["0000657"])) + setattr(cls, "CL:0000705", + PermissibleValue( + text="CL:0000705", + meaning=CL["0000705"])) + setattr(cls, "CL:0002601", + PermissibleValue( + text="CL:0002601", + description="A smooth muscle cell of the uterus.", + meaning=CL["0002601"])) + setattr(cls, "CL:0000598", + PermissibleValue( + text="CL:0000598", + description="""Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala.""", + meaning=CL["0000598"])) + setattr(cls, "CL:0000327", + PermissibleValue( + text="CL:0000327", + meaning=CL["0000327"])) + setattr(cls, "CL:1000471", + PermissibleValue( + text="CL:1000471", + description="A myoepithelial cell that is part of the secondary lactiferous duct.", + meaning=CL["1000471"])) + setattr(cls, "CL:1000310", + PermissibleValue( + text="CL:1000310", + description="An adipocyte that is part of the epicardial fat of right ventricle.", + meaning=CL["1000310"])) + setattr(cls, "CL:4032000", + PermissibleValue( + text="CL:4032000", + description="""An epithelial cell of the urethra that has an expression profile similar to lung club cells. Club-like cells of the urethra epithelium are similar to lung club cells in their expression of SCGB1A1 and in their enrichment of immunomodulatory programs.""", + meaning=CL["4032000"])) + setattr(cls, "CL:0000016", + PermissibleValue( + text="CL:0000016", + description="A stem cell that is the precursor of male gametes.", + meaning=CL["0000016"])) + setattr(cls, "CL:0002645", + PermissibleValue( + text="CL:0002645", + description="An endocranial viscerocranial mucosa cell that is part of viscerocranial mucosa.", + meaning=CL["0002645"])) + setattr(cls, "CL:0015000", + PermissibleValue( + text="CL:0015000", + description="""Motor neuron that innervate muscles that control eye, jaw, and facial movements of the vertebrate head and parasympathetic neurons that innervate certain glands and organs.""", + meaning=CL["0015000"])) + setattr(cls, "CL:1001099", + PermissibleValue( + text="CL:1001099", + description="Any endothelial cell that is part of some renal efferent arteriole.", + meaning=CL["1001099"])) + setattr(cls, "CL:2000029", + PermissibleValue( + text="CL:2000029", + description="Any neuron that is part of a central nervous system.", + meaning=CL["2000029"])) + setattr(cls, "CL:0000733", + PermissibleValue( + text="CL:0000733", + description="A plasmatocyte that derives from the larval lymph gland.", + meaning=CL["0000733"])) + setattr(cls, "CL:4033021", + PermissibleValue( + text="CL:4033021", + description="A myoepithelial cell that is part of a submucosal gland of the trachea.", + meaning=CL["4033021"])) + setattr(cls, "CL:0002462", + PermissibleValue( + text="CL:0002462", + description="A F4/80-negative dendritic cell located in adipose tissue.", + meaning=CL["0002462"])) + setattr(cls, "CL:0000596", + PermissibleValue( + text="CL:0000596", + description="""A spore formed following meiosis. Sometimes following meiosis, prospores may undergo one or more rounds of mitosis before they are fully mature.""", + meaning=CL["0000596"])) + setattr(cls, "CL:0009070", + PermissibleValue( + text="CL:0009070", + description="A thymic epithelial cell located at the corticomedullary junction.", + meaning=CL["0009070"])) + setattr(cls, "CL:2000054", + PermissibleValue( + text="CL:2000054", + description="""A large, granular, liver specific natural killer cell that adheres to the endothelial cells of the hepatic sinusoid.""", + meaning=CL["2000054"])) + setattr(cls, "CL:4030034", + PermissibleValue( + text="CL:4030034", + description="""A ciliated cell of the respiratory system. Ciliated cells are present in airway epithelium.""", + meaning=CL["4030034"])) + setattr(cls, "CL:0002033", + PermissibleValue( + text="CL:0002033", + description="""A hematopoietic stem cell capable of rapid replenishment of myeloerythroid progenitors and limited self renewal capability. This cell is Kit-positive, Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative.""", + meaning=CL["0002033"])) + setattr(cls, "CL:0004119", + PermissibleValue( + text="CL:0004119", + description="""A retinal ganglion cell B that has medium body size, medium dendritic field and dense dendritic arbor, and has post synaptic terminals in S2.""", + meaning=CL["0004119"])) + setattr(cls, "CL:0000360", + PermissibleValue( + text="CL:0000360", + description="""A cell of the early embryo at the developmental stage in which the blastomeres, resulting from repeated mitotic divisions of the fertilized ovum (zygote), form a compact cell mass.""", + meaning=CL["0000360"])) + setattr(cls, "CL:0000515", + PermissibleValue( + text="CL:0000515", + description="A myoblast that differentiates into skeletal muscle fibers.", + meaning=CL["0000515"])) + setattr(cls, "CL:2000056", + PermissibleValue( + text="CL:2000056", + description="Any pyramidal cell that is part of a regional part of cerebral cortex.", + meaning=CL["2000056"])) + setattr(cls, "CL:0007020", + PermissibleValue( + text="CL:0007020", + description="""Characteristic early embryonic cell with a bottle or flask shape that is first to migrate inwards at the blastopore during gastrulation in amphibians.""", + meaning=CL["0007020"])) + setattr(cls, "CL:0002018", + PermissibleValue( + text="CL:0002018", + description="An erythroblast that is GlyA-positive and CD71-negative.", + meaning=CL["0002018"])) + setattr(cls, "CL:2000081", + PermissibleValue( + text="CL:2000081", + description="Any melanocyte of skin that is part of a skin of face.", + meaning=CL["2000081"])) + setattr(cls, "CL:4023068", + PermissibleValue( + text="CL:4023068", + description="An excitatory neuron that has its soma located in the thalamic complex.", + meaning=CL["4023068"])) + setattr(cls, "CL:1001216", + PermissibleValue( + text="CL:1001216", + description="Any endothelial cell that is part of some interlobular artery.", + meaning=CL["1001216"])) + setattr(cls, "CL:0000000", + PermissibleValue( + text="CL:0000000", + description="""A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane.""", + meaning=CL["0000000"])) + setattr(cls, "CL:1000364", + PermissibleValue( + text="CL:1000364", + description="A transitional myocyte that is part of the anterior internodal tract.", + meaning=CL["1000364"])) + setattr(cls, "CL:0000238", + PermissibleValue( + text="CL:0000238", + meaning=CL["0000238"])) + setattr(cls, "CL:0003040", + PermissibleValue( + text="CL:0003040", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 1 and 5.""", + meaning=CL["0003040"])) + setattr(cls, "CL:0009023", + PermissibleValue( + text="CL:0009023", + description="A T cell which resides in the Peyer's patch of the small intestine.", + meaning=CL["0009023"])) + setattr(cls, "CL:0000593", + PermissibleValue( + text="CL:0000593", + description="A steroid hormone secreting cell that secretes androgen.", + meaning=CL["0000593"])) + setattr(cls, "CL:0002447", + PermissibleValue( + text="CL:0002447", + description="A NK1.1-positive T cell that is CD94-negative.", + meaning=CL["0002447"])) + setattr(cls, "CL:1000411", + PermissibleValue( + text="CL:1000411", + description="An endothelial cell that is part of the small intestine Peyer's patch.", + meaning=CL["1000411"])) + setattr(cls, "CL:0000420", + PermissibleValue( + text="CL:0000420", + meaning=CL["0000420"])) + setattr(cls, "CL:1000375", + PermissibleValue( + text="CL:1000375", + description="""A myocardial endocrine cell that is part of the septal division of left branch of atrioventricular bundle.""", + meaning=CL["1000375"])) + setattr(cls, "CL:0000834", + PermissibleValue( + text="CL:0000834", + description="A progenitor cell of the neutrophil lineage.", + meaning=CL["0000834"])) + setattr(cls, "CL:0000994", + PermissibleValue( + text="CL:0000994", + description="""Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low.""", + meaning=CL["0000994"])) + setattr(cls, "CL:0002268", + PermissibleValue( + text="CL:0002268", + description="An enteroendocrine cell that stores and secretes Ghrelin.", + meaning=CL["0002268"])) + setattr(cls, "CL:0000880", + PermissibleValue( + text="CL:0000880", + description="""A border associated macrophage found at the interface between the blood and the cerebrospinal fluid in the brain. This central nervous system macrophage has a star-like shaped body and expresses scavenger receptors.""", + meaning=CL["0000880"])) + setattr(cls, "CL:0002168", + PermissibleValue( + text="CL:0002168", + description="""A border cell is a slender columnar cell on the medial portion of the basilar membrane.""", + meaning=CL["0002168"])) + setattr(cls, "CL:0002100", + PermissibleValue( + text="CL:0002100", + description="A regular cardiac myocyte of the interventricular region of the heart.", + meaning=CL["0002100"])) + setattr(cls, "CL:0000351", + PermissibleValue( + text="CL:0000351", + description="""A cell lining the outside of the blastocyst. After binding to the endometrium, trophoblast cells develop into two distinct layers, an inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early fetal-maternal interface.""", + meaning=CL["0000351"])) + setattr(cls, "CL:0002271", + PermissibleValue( + text="CL:0002271", + description="""A type EC enteredocrine cell in the intestines that stores and secretes substance P and 5-hydroxytryptamine.""", + meaning=CL["0002271"])) + setattr(cls, "CL:0000896", + PermissibleValue( + text="CL:0000896", + description="""A recently activated CD4-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.""", + meaning=CL["0000896"])) + setattr(cls, "CL:0000095", + PermissibleValue( + text="CL:0000095", + meaning=CL["0000095"])) + setattr(cls, "CL:0002208", + PermissibleValue( + text="CL:0002208", + description="A brush cell found in the epithelium of bronchus.", + meaning=CL["0002208"])) + setattr(cls, "CL:0004246", + PermissibleValue( + text="CL:0004246", + description="A central nervous system neuron that stratifies at one and only one location.", + meaning=CL["0004246"])) + setattr(cls, "CL:0002491", + PermissibleValue( + text="CL:0002491", + description="A specialized cell involved in auditory sensory perception.", + meaning=CL["0002491"])) + setattr(cls, "CL:0000508", + PermissibleValue( + text="CL:0000508", + description="""An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.""", + meaning=CL["0000508"])) + setattr(cls, "CL:0002660", + PermissibleValue( + text="CL:0002660", + description="A luminal epithelial cell of mammary gland located in acinus of structure.", + meaning=CL["0002660"])) + setattr(cls, "CL:4023113", + PermissibleValue( + text="CL:4023113", + description="A vestibular afferent neuron that makes bouton synapses to type II hair cells.", + meaning=CL["4023113"])) + setattr(cls, "CL:0001010", + PermissibleValue( + text="CL:0001010", + description="""Mature dermal dendritic cell is a dermal dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001010"])) + setattr(cls, "CL:4023014", + PermissibleValue( + text="CL:4023014", + description="""A vip GABAergic cortical interneuron with a soma found in L5. L5 vip cells have mostly local morphology with some deep-projecting axons. They show only moderate resistance, comparable to that of sst subclass and unlike typical Vip subclass cells that tend to show high input resistance. L5 vip cells show particularly low resting membrane potential.""", + meaning=CL["4023014"])) + setattr(cls, "CL:0002214", + PermissibleValue( + text="CL:0002214", + description="""A type II muscle cell that contains large amounts of myoglobin, has many mitochondria and very many blood capillaries. Type II A cells are red, have a very high capacity for generating ATP by oxidative metabolic processes, split ATP at a very rapid rate, have a fast contraction velocity and are resistant to fatigue.""", + meaning=CL["0002214"])) + setattr(cls, "CL:0000378", + PermissibleValue( + text="CL:0000378", + meaning=CL["0000378"])) + setattr(cls, "CL:1000491", + PermissibleValue( + text="CL:1000491", + description="A mesothelial cell that is part of the pleura.", + meaning=CL["1000491"])) + setattr(cls, "CL:0001007", + PermissibleValue( + text="CL:0001007", + description="""Interstitial dendritic cell is a conventional dendritic cell that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and CD36-positive.""", + meaning=CL["0001007"])) + setattr(cls, "CL:0000612", + PermissibleValue( + text="CL:0000612", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte;in this stage, production of primary granules is complete and eosinophil-specific granules has started. No nucleolus is present. These cells are integrin alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, and CD33-positive.""", + meaning=CL["0000612"])) + setattr(cls, "CL:0002136", + PermissibleValue( + text="CL:0002136", + description="A cell in the zona fasciculata that produce glucocorticoids, e.g cortisol.", + meaning=CL["0002136"])) + setattr(cls, "CL:0008047", + PermissibleValue( + text="CL:0008047", + description="""A skeletal muscle fiber that is part of a muscle spindle. These are specialized muscle fibers that serve as proprioceptors, detecting the amount and rate of change in length of a muscle. They are innervated by both sensory neurons and motor neurons (gamma and beta motorneurons, collectively referred to as fusimotor neurons).""", + meaning=CL["0008047"])) + setattr(cls, "CL:0002056", + PermissibleValue( + text="CL:0002056", + description="""A mature B cell subset originally defined as having being CD45R-positive, IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated being CD21-positive and CD23-negative and CD93 negative.""", + meaning=CL["0002056"])) + setattr(cls, "CL:0002442", + PermissibleValue( + text="CL:0002442", + description="A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative.", + meaning=CL["0002442"])) + setattr(cls, "CL:0002058", + PermissibleValue( + text="CL:0002058", + description="A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive.", + meaning=CL["0002058"])) + setattr(cls, "CL:0010020", + PermissibleValue( + text="CL:0010020", + description="Any glial cell that is part of some heart.", + meaning=CL["0010020"])) + setattr(cls, "CL:0002238", + PermissibleValue( + text="CL:0002238", + description="A primordial germ cell that is destined to become a male germ cell.", + meaning=CL["0002238"])) + setattr(cls, "CL:0000440", + PermissibleValue( + text="CL:0000440", + description="A cell of the intermediate pituitary that produces melanocyte stimulating hormone.", + meaning=CL["0000440"])) + setattr(cls, "CL:1000469", + PermissibleValue( + text="CL:1000469", + description="A myoepithelial cell that is part of the main lactiferous duct.", + meaning=CL["1000469"])) + setattr(cls, "CL:1000222", + PermissibleValue( + text="CL:1000222", + description="Any neuroendocrine cell that is part of some stomach.", + meaning=CL["1000222"])) + setattr(cls, "CL:0000164", + PermissibleValue( + text="CL:0000164", + description="""An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas.""", + meaning=CL["0000164"])) + setattr(cls, "CL:4023051", + PermissibleValue( + text="CL:4023051", + description="""A type of mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.""", + meaning=CL["4023051"])) + setattr(cls, "CL:1000331", + PermissibleValue( + text="CL:1000331", + description="A serous secreting cell that is part of the epithelium of bronchus.", + meaning=CL["1000331"])) + setattr(cls, "CL:0000092", + PermissibleValue( + text="CL:0000092", + description="""A specialized phagocytic cell associated with the absorption and removal of the mineralized matrix of bone tissue, which typically differentiates from monocytes. This cell has the following markers: tartrate-resistant acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor superfamily member 11A-positive and macrophage colony-stimulating factor 1 receptor-positive.""", + meaning=CL["0000092"])) + setattr(cls, "CL:0002565", + PermissibleValue( + text="CL:0002565", + description="A pigment cell located in the epithelium of the iris.", + meaning=CL["0002565"])) + setattr(cls, "CL:0000895", + PermissibleValue( + text="CL:0000895", + description="""An antigen inexperienced CD4-positive, alpha-beta T cell with the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell type develops in the thymus. This cell type is also described as being CD25-negative, CD62L-high, and CD44-low.""", + meaning=CL["0000895"])) + setattr(cls, "CL:0001075", + PermissibleValue( + text="CL:0001075", + description="""An innate lymphoid cell in the human with the phenotype KLRG1-positive that is a precusor for ILC2 cells.""", + meaning=CL["0001075"])) + setattr(cls, "CL:0001200", + PermissibleValue( + text="CL:0001200", + description="A lymphocyte of B lineage that is CD19-positive.", + meaning=CL["0001200"])) + setattr(cls, "CL:0002188", + PermissibleValue( + text="CL:0002188", + description="""An endothelial cell found in the glomerulus of the kidney. This cell is flattened, highly fenestrated, and plays a vital role in the formation of glomerular ultrafiltrate.""", + meaning=CL["0002188"])) + setattr(cls, "CL:0003026", + PermissibleValue( + text="CL:0003026", + description="""A bistratified retinal ganglion cell that has a small dendrite fields with a sparse dendrite arbor terminating in S2 and S3.""", + meaning=CL["0003026"])) + setattr(cls, "CL:0002499", + PermissibleValue( + text="CL:0002499", + description="A trophoblast cell that arises in the junctional zone (basal plate) of the placenta.", + meaning=CL["0002499"])) + setattr(cls, "CL:0000786", + PermissibleValue( + text="CL:0000786", + description="""A terminally differentiated, post-mitotic, antibody secreting cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, and MHC Class II-negative. Plasma cells are oval or round with extensive rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round nucleus having a characteristic cartwheel heterochromatin pattern and are devoted to producing large amounts of immunoglobulin.""", + meaning=CL["0000786"])) + setattr(cls, "CL:0000983", + PermissibleValue( + text="CL:0000983", + description="A plasmablast that secretes IgM.", + meaning=CL["0000983"])) + setattr(cls, "CL:0000760", + PermissibleValue( + text="CL:0000760", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. This cell has the widest dendritic field and the widest axon terminal of all retinal bipolar cells. The axon terminal is delicate and stratified through sublaminae 4 and 5 of the inner plexiform layer.""", + meaning=CL["0000760"])) + setattr(cls, "CL:0000447", + PermissibleValue( + text="CL:0000447", + meaning=CL["0000447"])) + setattr(cls, "CL:0002263", + PermissibleValue( + text="CL:0002263", + description="""One of three types of epithelial cells that populate the parathyroid gland; cytological characteristics intermediate between those of the chief cell and of the oxyphil cell. Because only one hormone is produced, the three cell forms are widely believed to be different phases in the life cycle of a single cell type, with the chief cell being its physiologically active stage.""", + meaning=CL["0002263"])) + setattr(cls, "CL:0002288", + PermissibleValue( + text="CL:0002288", + description="A cell type that forms the boundary with the surrounding epithelium.", + meaning=CL["0002288"])) + setattr(cls, "CL:2000053", + PermissibleValue( + text="CL:2000053", + description="Any endothelial cell that is part of a spleen.", + meaning=CL["2000053"])) + setattr(cls, "CL:0002671", + PermissibleValue( + text="CL:0002671", + description="""An endothelial stalk cell is a specialized endothelial cell that follows behind the tip cell of an angiogenic sprout.""", + meaning=CL["0002671"])) + setattr(cls, "CL:0000912", + PermissibleValue( + text="CL:0000912", + description="""A effector T cell that provides help in the form of secreted cytokines to other immune cells.""", + meaning=CL["0000912"])) + setattr(cls, "CL:0002187", + PermissibleValue( + text="CL:0002187", + description="""A basally situated, mitotically active, columnar-shaped keratinocyte attached to the basement membrane.""", + meaning=CL["0002187"])) + setattr(cls, "CL:0000692", + PermissibleValue( + text="CL:0000692", + description="""A neuroglial cell of the peripheral nervous system inside the basal lamina of the neuromuscular junction providing chemical and physical support to the synapse.""", + meaning=CL["0000692"])) + setattr(cls, "CL:0000193", + PermissibleValue( + text="CL:0000193", + description="A striated muscle cell of an arthropod heart that participates in heart contraction.", + meaning=CL["0000193"])) + setattr(cls, "CL:0002301", + PermissibleValue( + text="CL:0002301", + description="""A resident stromal cell located in the synovial membrane and responsible for the production of immune-related cytokines and chemokines. This cell type secretes glycoproteins and hyaluronic acid, has abundant granular endoplasmic reticulum, but contains fewer vacuoles and vesicles.""", + meaning=CL["0002301"])) + setattr(cls, "CL:0001014", + PermissibleValue( + text="CL:0001014", + description="""CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive and CD324-positive.""", + meaning=CL["0001014"])) + setattr(cls, "CL:0002346", + PermissibleValue( + text="CL:0002346", + description="An immature natural killer cell that is NK1.1-positive and DX-5 negative.", + meaning=CL["0002346"])) + setattr(cls, "CL:0000495", + PermissibleValue( + text="CL:0000495", + description="A photoreceptor cell that is sensitive to blue light.", + meaning=CL["0000495"])) + setattr(cls, "CL:0011016", + PermissibleValue( + text="CL:0011016", + description="""A motile sperm cell that contains a slender threadlike microscopic appendage that enables motion.""", + meaning=CL["0011016"])) + setattr(cls, "CL:0005004", + PermissibleValue( + text="CL:0005004", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into an erythrophore.""", + meaning=CL["0005004"])) + setattr(cls, "CL:4030024", + PermissibleValue( + text="CL:4030024", + description="""An epithelial, transitional cell type between basal and secretory; located in stratified, non-ciliated structures (called hillocks) with high cell turnover in epithelium. In some mammalian species, this cell type has been noted to express KRT13 and is postulated to play a role in squamous barrier function and immunomodulation.""", + meaning=CL["4030024"])) + setattr(cls, "CL:0000769", + PermissibleValue( + text="CL:0000769", + description="""A basophil precursor in the granulocytic series, being a cell intermediate in development between a basophilic myelocyte and a band form basophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, CD33-positive, and CD13-positive.""", + meaning=CL["0000769"])) + setattr(cls, "CL:2000028", + PermissibleValue( + text="CL:2000028", + description="Any glutamatergic neuron that is part of a cerebellum.", + meaning=CL["2000028"])) + setattr(cls, "CL:0002389", + PermissibleValue( + text="CL:0002389", + description="An arthroconidium that has only one nucleus.", + meaning=CL["0002389"])) + setattr(cls, "CL:0002260", + PermissibleValue( + text="CL:0002260", + description="An epithelial cell of the parathyroid gland.", + meaning=CL["0002260"])) + setattr(cls, "CL:0000171", + PermissibleValue( + text="CL:0000171", + description="""A type of enteocrine cell found in the periphery of the islets of Langerhans that secretes glucagon.""", + meaning=CL["0000171"])) + setattr(cls, "CL:0000323", + PermissibleValue( + text="CL:0000323", + meaning=CL["0000323"])) + setattr(cls, "CL:0008007", + PermissibleValue( + text="CL:0008007", + description="A muscle cell that is part of some visceral muscle.", + meaning=CL["0008007"])) + setattr(cls, "CL:0002432", + PermissibleValue( + text="CL:0002432", + description="""A CD4-positive, CD8-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.""", + meaning=CL["0002432"])) + setattr(cls, "CL:0000979", + PermissibleValue( + text="CL:0000979", + description="""An IgG memory B cell is a class switched memory B cell that is class switched and expresses IgG on the cell surface.""", + meaning=CL["0000979"])) + setattr(cls, "CL:0001024", + PermissibleValue( + text="CL:0001024", + description="""CD133-positive hematopoietic stem cell is a hematopoietic stem cell that is CD34-positive, CD90-positive, and CD133-positive.""", + meaning=CL["0001024"])) + setattr(cls, "CL:0000899", + PermissibleValue( + text="CL:0000899", + description="""CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, CXCR3-negative, CCR6-positive, and capable of producing IL-17.""", + meaning=CL["0000899"])) + setattr(cls, "CL:0000076", + PermissibleValue( + text="CL:0000076", + meaning=CL["0000076"])) + setattr(cls, "CL:0001078", + PermissibleValue( + text="CL:0001078", + description="A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive.", + meaning=CL["0001078"])) + setattr(cls, "CL:0001060", + PermissibleValue( + text="CL:0001060", + description="""A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers.""", + meaning=CL["0001060"])) + setattr(cls, "CL:0007002", + PermissibleValue( + text="CL:0007002", + description="Skeletogenic cell that has the potential to develop into a cementoblast.", + meaning=CL["0007002"])) + setattr(cls, "CL:0008000", + PermissibleValue( + text="CL:0008000", + description="Any muscle cell in which the fibers are not organised into sarcomeres.", + meaning=CL["0008000"])) + setattr(cls, "CL:0002621", + PermissibleValue( + text="CL:0002621", + description="Any epithelial cell that is part of some gingival epithelium.", + meaning=CL["0002621"])) + setattr(cls, "CL:1001601", + PermissibleValue( + text="CL:1001601", + description="""Hormone secreting cell located in the cortex of adrenal gland. Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids and androgens.""", + meaning=CL["1001601"])) + setattr(cls, "CL:0002637", + PermissibleValue( + text="CL:0002637", + description="""An epithelial cell of the anal canal that is keratinized. This cell type is found towards the lower, rectal end of the anal canal.""", + meaning=CL["0002637"])) + setattr(cls, "CL:2000039", + PermissibleValue( + text="CL:2000039", + description="Any neuromast support cell that is part of a posterior lateral line.", + meaning=CL["2000039"])) + setattr(cls, "CL:1000306", + PermissibleValue( + text="CL:1000306", + description="A fibroblast that is part of the tunica adventitia of artery.", + meaning=CL["1000306"])) + setattr(cls, "CL:0001203", + PermissibleValue( + text="CL:0001203", + description="""A CD8-positive, alpha-beta T cell with memory phenotype indicated by being CD45RO and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.""", + meaning=CL["0001203"])) + setattr(cls, "CL:1000467", + PermissibleValue( + text="CL:1000467", + description="A chromaffin cell that is part of the left ovary.", + meaning=CL["1000467"])) + setattr(cls, "CL:0000888", + PermissibleValue( + text="CL:0000888", + description="""A lymph node macrophage found in the cortex of lymph nodes, in particular in and around the germinal centers, and that participates in phagocytosis of apoptotic B cells from the germinal centers.""", + meaning=CL["0000888"])) + setattr(cls, "CL:0000050", + PermissibleValue( + text="CL:0000050", + description="A progenitor cell committed to the megakaryocyte and erythroid lineages.", + meaning=CL["0000050"])) + setattr(cls, "CL:0002191", + PermissibleValue( + text="CL:0002191", + description="A cell involved in the formation of a granulocyte.", + meaning=CL["0002191"])) + setattr(cls, "CL:0010010", + PermissibleValue( + text="CL:0010010", + description="Any stellate neuron that has its soma located in some cerebellum.", + meaning=CL["0010010"])) + setattr(cls, "CL:0000436", + PermissibleValue( + text="CL:0000436", + meaning=CL["0000436"])) + setattr(cls, "CL:0011109", + PermissibleValue( + text="CL:0011109", + description="A neuron that releases hypocretin as a neurotransmitter.", + meaning=CL["0011109"])) + setattr(cls, "CL:0001068", + PermissibleValue( + text="CL:0001068", + description="A group 1 innate lymphoid cell that is non-cytotoxic.", + meaning=CL["0001068"])) + setattr(cls, "CL:0002286", + PermissibleValue( + text="CL:0002286", + description="""A taste receptor cell that has a short microvilli, a projecting apical region, a large rounded nucleus, and expresses taste chemoreceptors thus making them the transducing cell for taste qualities.""", + meaning=CL["0002286"])) + setattr(cls, "CL:0000132", + PermissibleValue( + text="CL:0000132", + description="""An hexagonal, flattened, mitochondria-rich endothelial cell that forms a monolayer on the posterior surface of the cornea (the corneal endothelium). Corneal endothelial cells are derived from the neural crest and are responsible for keeping the cornea transparent by maintaining the tissue in a semi-dry state through the action of their ionic pumps and tight junction barrier.""", + meaning=CL["0000132"])) + setattr(cls, "CL:2000087", + PermissibleValue( + text="CL:2000087", + description="Any basket cell that is part of a dentate gyrus of hippocampal formation.", + meaning=CL["2000087"])) + setattr(cls, "CL:2000097", + PermissibleValue( + text="CL:2000097", + description="Any dopaminergic neuron that is part of a midbrain.", + meaning=CL["2000097"])) + setattr(cls, "CL:0003003", + PermissibleValue( + text="CL:0003003", + description="""A mono-stratified retinal ganglion cell that has a small dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S3.""", + meaning=CL["0003003"])) + setattr(cls, "CL:0000492", + PermissibleValue( + text="CL:0000492", + description="""A CD4-positive, alpha-beta T cell that cooperates with other lymphocytes via direct contact or cytokine release to initiate a variety of immune functions.""", + meaning=CL["0000492"])) + setattr(cls, "CL:1000452", + PermissibleValue( + text="CL:1000452", + description="An epithelial cell that is part of the glomerular parietal epithelium.", + meaning=CL["1000452"])) + setattr(cls, "CL:0000510", + PermissibleValue( + text="CL:0000510", + description="""An epithelial cell found in the basal part of the intestinal glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize and secrete lysozyme and cryptdins. Numerous in the deeper parts of the intestinal crypts, particularly in the duodenum, rich in zinc, contain large acidophilic granules, with irregular apical microvilli and prominent membrane-bound vacuoles containing matrix.""", + meaning=CL["0000510"])) + setattr(cls, "CL:0002232", + PermissibleValue( + text="CL:0002232", + description="An epithelial cell of prostatic duct.", + meaning=CL["0002232"])) + setattr(cls, "CL:4023115", + PermissibleValue( + text="CL:4023115", + description="""A spiral ganglion neuron that innervates inner hair cells. Type 1 spiral ganglion neurons are myelinated and bipolar.""", + meaning=CL["4023115"])) + setattr(cls, "CL:0002041", + PermissibleValue( + text="CL:0002041", + description="A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell.", + meaning=CL["0002041"])) + setattr(cls, "CL:0000661", + PermissibleValue( + text="CL:0000661", + meaning=CL["0000661"])) + setattr(cls, "CL:2000064", + PermissibleValue( + text="CL:2000064", + description="Any epithelial cell that is part of a female gonad.", + meaning=CL["2000064"])) + setattr(cls, "CL:0002573", + PermissibleValue( + text="CL:0002573", + description="A glial cell that myelinates or ensheathes axons in the peripheral nervous system.", + meaning=CL["0002573"])) + setattr(cls, "CL:0000779", + PermissibleValue( + text="CL:0000779", + description="""A specialized multinuclear osteoclast associated with the absorption and removal of bone.""", + meaning=CL["0000779"])) + setattr(cls, "CL:1000277", + PermissibleValue( + text="CL:1000277", + description="A smooth muscle cell that is part of the jejunum.", + meaning=CL["1000277"])) + setattr(cls, "CL:0000487", + PermissibleValue( + text="CL:0000487", + description="""A secretory cell of ectodermal origin. This cell may have important functions in fatty acid and hydrocarbon metabolism and is metabolically linked to the fat body and tracheae. This cell is exclusive of arthropods.""", + meaning=CL["0000487"])) + setattr(cls, "CL:0000559", + PermissibleValue( + text="CL:0000559", + description="""A precursor in the monocytic series, being a cell intermediate in development between the monoblast and monocyte. This cell is CD11b-positive and has fine azurophil granules.""", + meaning=CL["0000559"])) + setattr(cls, "CL:0000920", + PermissibleValue( + text="CL:0000920", + description="""CD8-positive, alpha-beta positive regulatory T cell with the phenotype CD28-negative and FoxP3-positive.""", + meaning=CL["0000920"])) + setattr(cls, "CL:0000562", + PermissibleValue( + text="CL:0000562", + description="An erythrocyte having a nucleus.", + meaning=CL["0000562"])) + setattr(cls, "CL:0003012", + PermissibleValue( + text="CL:0003012", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field and a medium dendritic arbor with post synaptic terminals in sublaminar layer S1 and S2.""", + meaning=CL["0003012"])) + setattr(cls, "CL:0008008", + PermissibleValue( + text="CL:0008008", + description="""A visceral muscle cell that is striated. Examples include the visceral muscle cells of arhtropods.""", + meaning=CL["0008008"])) + setattr(cls, "CL:0002480", + PermissibleValue( + text="CL:0002480", + description="A goblet cell located in the nasal epithelium.", + meaning=CL["0002480"])) + setattr(cls, "CL:4030040", + PermissibleValue( + text="CL:4030040", + description="""A ciliated cell of the endometrial epithelium. The cilia of this cell type help move mucus from glandular tissue of the endometrium.""", + meaning=CL["4030040"])) + setattr(cls, "CL:4023023", + PermissibleValue( + text="CL:4023023", + description="""A lamp 5 GABAergic cortical interneuron with neurogliaform morphology with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 cells are medial ganglionic eminence (MGE)-derived""", + meaning=CL["4023023"])) + setattr(cls, "CL:0011104", + PermissibleValue( + text="CL:0011104", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer.""", + meaning=CL["0011104"])) + setattr(cls, "CL:0000918", + PermissibleValue( + text="CL:0000918", + description="A CD8-positive, alpha-beta positive T cell expressing GATA-3 and secreting IL-4.", + meaning=CL["0000918"])) + setattr(cls, "CL:0000938", + PermissibleValue( + text="CL:0000938", + description="""NK cell that has the phenotype CD56-bright, CD16-negative, and CD84-positive with the function to secrete interferon-gamma but is not cytotoxic.""", + meaning=CL["0000938"])) + setattr(cls, "CL:4023130", + PermissibleValue( + text="CL:4023130", + description="""A neuron that expresses kisspeptin. These neurons are predominantly located in the hypothalamus, but also found in other parts of the brain including the hippocampal dentate gyrus.""", + meaning=CL["4023130"])) + setattr(cls, "CL:4030051", + PermissibleValue( + text="CL:4030051", + description="""A DRD1-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.""", + meaning=CL["4030051"])) + setattr(cls, "CL:0002111", + PermissibleValue( + text="CL:0002111", + description="""An CD38-negative unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002111"])) + setattr(cls, "CL:1000349", + PermissibleValue( + text="CL:1000349", + description="A basal cell found in the bronchus epithelium.", + meaning=CL["1000349"])) + setattr(cls, "CL:4033050", + PermissibleValue( + text="CL:4033050", + description="A neuron that releases catecholamine as a neurotransmitter.", + meaning=CL["4033050"])) + setattr(cls, "CL:0000927", + PermissibleValue( + text="CL:0000927", + description="""A mature NK T cell that predominantly secretes type 2 cytokines such as interleukin-4 and interleukin-13 and enhances type 2 immune responses.""", + meaning=CL["0000927"])) + setattr(cls, "CL:0011026", + PermissibleValue( + text="CL:0011026", + description="""A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses.""", + meaning=CL["0011026"])) + setattr(cls, "CL:0002529", + PermissibleValue( + text="CL:0002529", + description="A dermal dendritic cell that is CD1a-positive and CD14-negative.", + meaning=CL["0002529"])) + setattr(cls, "CL:0000623", + PermissibleValue( + text="CL:0000623", + description="""A lymphocyte that can spontaneously kill a variety of target cells without prior antigenic activation via germline encoded activation receptors and also regulate immune responses via cytokine release and direct contact with other cells.""", + meaning=CL["0000623"])) + setattr(cls, "CL:0000791", + PermissibleValue( + text="CL:0000791", + description="A alpha-beta T cell that has a mature phenotype.", + meaning=CL["0000791"])) + setattr(cls, "CL:1000073", + PermissibleValue( + text="CL:1000073", + description="Any radial glial cell that is part of some spinal cord.", + meaning=CL["1000073"])) + setattr(cls, "CL:0000317", + PermissibleValue( + text="CL:0000317", + description="""A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.""", + meaning=CL["0000317"])) + setattr(cls, "CL:0000953", + PermissibleValue( + text="CL:0000953", + description="""A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-negative, composed of surrogate light chain protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA rearrangement of immunoglobulin light chain genes.""", + meaning=CL["0000953"])) + setattr(cls, "CL:1000548", + PermissibleValue( + text="CL:1000548", + description="An epithelial cell that is part of an outer medullary collecting duct.", + meaning=CL["1000548"])) + setattr(cls, "CL:1000483", + PermissibleValue( + text="CL:1000483", + description="A Purkinje myocyte that is part of the internodal tract.", + meaning=CL["1000483"])) + setattr(cls, "CL:0001070", + PermissibleValue( + text="CL:0001070", + description="""An adipocyte that is beige in color, thermogenic, and which differentiates in white fat tissue from a Myf5-negative progenitor.""", + meaning=CL["0001070"])) + setattr(cls, "CL:0003051", + PermissibleValue( + text="CL:0003051", + description="A cone cell that detects ultraviolet (UV) wavelength light.", + meaning=CL["0003051"])) + setattr(cls, "CL:0011005", + PermissibleValue( + text="CL:0011005", + description="""An interneuron that uses GABA as a vesicular neurotransmitter. These interneurons are inhibitory""", + meaning=CL["0011005"])) + setattr(cls, "CL:0002055", + PermissibleValue( + text="CL:0002055", + description="An immature B cell that is CD38-negative, CD10-low, CD21-low, and CD22-high.", + meaning=CL["0002055"])) + setattr(cls, "CL:1000715", + PermissibleValue( + text="CL:1000715", + description="Any renal intercalated cell that is part of some cortical collecting duct.", + meaning=CL["1000715"])) + setattr(cls, "CL:0002324", + PermissibleValue( + text="CL:0002324", + description="""A myoepithelial cell that is part of a mammary gland and is located in the basal layer. During lactation, a basal-myoepithelial cell of mammary gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial cell of mammary gland can be identified by high levels of CD49f and low levels of EpCAM.""", + meaning=CL["0002324"])) + setattr(cls, "CL:0002378", + PermissibleValue( + text="CL:0002378", + description="""A double negative thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive and is found in the fetal thymus.""", + meaning=CL["0002378"])) + setattr(cls, "CL:1000384", + PermissibleValue( + text="CL:1000384", + description="""A type II vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.""", + meaning=CL["1000384"])) + setattr(cls, "CL:3000003", + PermissibleValue( + text="CL:3000003", + description="Sympathetic cholinergic neuron.", + meaning=CL["3000003"])) + setattr(cls, "CL:4042004", + PermissibleValue( + text="CL:4042004", + description="""A choroid plexus macrophage that is part of the apical surface of some choroid plexus epithelium. This macrophage has a star-like shaped body.""", + meaning=CL["4042004"])) + setattr(cls, "CL:0003023", + PermissibleValue( + text="CL:0003023", + description="A retinal ganglion cell C outer that has dense dendritic diversity.", + meaning=CL["0003023"])) + setattr(cls, "CL:0002396", + PermissibleValue( + text="CL:0002396", + description="A patrolling monocyte that is CD14-low and CD16-positive.", + meaning=CL["0002396"])) + setattr(cls, "CL:1000697", + PermissibleValue( + text="CL:1000697", + meaning=CL["1000697"])) + setattr(cls, "CL:0000306", + PermissibleValue( + text="CL:0000306", + meaning=CL["0000306"])) + setattr(cls, "CL:0002264", + PermissibleValue( + text="CL:0002264", + description="A type of enteroendocrine cell found in the stomach that secretes glucagon.", + meaning=CL["0002264"])) + setattr(cls, "CL:4023040", + PermissibleValue( + text="CL:4023040", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layers L2/3-6.""", + meaning=CL["4023040"])) + # Slots class slots: pass diff --git a/src/cell_annotation_schema/datamodel/cell_annotation_schema.py b/src/cell_annotation_schema/datamodel/cell_annotation_schema.py index fc94784..e7b7f7d 100644 --- a/src/cell_annotation_schema/datamodel/cell_annotation_schema.py +++ b/src/cell_annotation_schema/datamodel/cell_annotation_schema.py @@ -1,5 +1,5 @@ # Auto generated from None by pythongen.py version: 0.0.1 -# Generation date: 2024-08-01T16:37:23 +# Generation date: 2024-09-16T15:21:04 # Schema: General_Cell_Annotation_Open_Standard # # id: https://cellular-semantics.sanger.ac.uk/ontology/CAS @@ -198,6 +198,9 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self.cell_fullname is not None and not isinstance(self.cell_fullname, str): self.cell_fullname = str(self.cell_fullname) + if self.cell_ontology_term_id is not None and not isinstance(self.cell_ontology_term_id, CellTypeEnum): + self.cell_ontology_term_id = CellTypeEnum(self.cell_ontology_term_id) + if self.cell_ontology_term is not None and not isinstance(self.cell_ontology_term, str): self.cell_ontology_term = str(self.cell_ontology_term) @@ -264,11 +267,15 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self._is_empty(self.labelsets): self.MissingRequiredField("labelsets") - self._normalize_inlined_as_dict(slot_name="labelsets", slot_type=Labelset, key_name="name", keyed=False) + if not isinstance(self.labelsets, list): + self.labelsets = [self.labelsets] if self.labelsets is not None else [] + self.labelsets = [v if isinstance(v, Labelset) else Labelset(**as_dict(v)) for v in self.labelsets] if self._is_empty(self.annotations): self.MissingRequiredField("annotations") - self._normalize_inlined_as_dict(slot_name="annotations", slot_type=Annotation, key_name="labelset", keyed=False) + if not isinstance(self.annotations, list): + self.annotations = [self.annotations] if self.annotations is not None else [] + self.annotations = [v if isinstance(v, Annotation) else Annotation(**as_dict(v)) for v in self.annotations] if self.matrix_file_id is not None and not isinstance(self.matrix_file_id, str): self.matrix_file_id = str(self.matrix_file_id) @@ -326,6 +333,13620 @@ class CellTypeEnum(EnumDefinitionImpl): name="CellTypeEnum", ) + @classmethod + def _addvals(cls): + setattr(cls, "CL:0019019", + PermissibleValue( + text="CL:0019019", + description="A smooth muscle cell that is part of the tracheobronchial tree.", + meaning=CL["0019019"])) + setattr(cls, "CL:0011105", + PermissibleValue( + text="CL:0011105", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer, using dopamine.""", + meaning=CL["0011105"])) + setattr(cls, "CL:0000057", + PermissibleValue( + text="CL:0000057", + description="""A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped.""", + meaning=CL["0000057"])) + setattr(cls, "CL:0002656", + PermissibleValue( + text="CL:0002656", + description="A glandular epithelial cell of the endometrium.", + meaning=CL["0002656"])) + setattr(cls, "CL:0002224", + PermissibleValue( + text="CL:0002224", + description="""A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth.""", + meaning=CL["0002224"])) + setattr(cls, "CL:4030031", + PermissibleValue( + text="CL:4030031", + description="""Any cell that is located within the interstitium between the cells most prominent in defining a given tissue. \"Interstitial cell\" is a morphological term and refers to a variety of cells with differing origins and phenotypes.""", + meaning=CL["4030031"])) + setattr(cls, "CL:0002625", + PermissibleValue( + text="CL:0002625", + description="A cell of the seminiferous tubule epithelium.", + meaning=CL["0002625"])) + setattr(cls, "CL:1000490", + PermissibleValue( + text="CL:1000490", + description="A mesothelial cell that is part of the peritoneum.", + meaning=CL["1000490"])) + setattr(cls, "CL:0000801", + PermissibleValue( + text="CL:0000801", + description="""A mature gamma-delta T cell that is found in the columnar epithelium of the gastrointestinal tract. These cells participate in mucosal immune responses.""", + meaning=CL["0000801"])) + setattr(cls, "CL:0002116", + PermissibleValue( + text="CL:0002116", + description="""A B220-low CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-low, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002116"])) + setattr(cls, "CL:0000578", + PermissibleValue( + text="CL:0000578", + description="""A cell in vitro that has undergone physical changes as a consequence of a deliberate and specific experimental procedure.""", + meaning=CL["0000578"])) + setattr(cls, "CL:0000618", + PermissibleValue( + text="CL:0000618", + meaning=CL["0000618"])) + setattr(cls, "CL:0000435", + PermissibleValue( + text="CL:0000435", + meaning=CL["0000435"])) + setattr(cls, "CL:0000654", + PermissibleValue( + text="CL:0000654", + description="A primary oocyte is an oocyte that has not completed female meosis I.", + meaning=CL["0000654"])) + setattr(cls, "CL:0002130", + PermissibleValue( + text="CL:0002130", + description="A cardiac myocyte of the interatrial region of the heart.", + meaning=CL["0002130"])) + setattr(cls, "CL:0017003", + PermissibleValue( + text="CL:0017003", + description="An epithelial cell that is part of the prostatic urethra.", + meaning=CL["0017003"])) + setattr(cls, "CL:0002038", + PermissibleValue( + text="CL:0002038", + description="""A CD4-positive, CXCR5-positive, CCR7-negative alpha-beta T cell located in follicles of secondary lymph nodes that is BCL6-high, ICOS-high and PD1-high, and stimulates follicular B cells to undergo class-switching and antibody production.""", + meaning=CL["0002038"])) + setattr(cls, "CL:0002311", + PermissibleValue( + text="CL:0002311", + description="An acidophilic cell of the anterior pituitary that produces prolactin.", + meaning=CL["0002311"])) + setattr(cls, "CL:0000722", + PermissibleValue( + text="CL:0000722", + meaning=CL["0000722"])) + setattr(cls, "CL:0000059", + PermissibleValue( + text="CL:0000059", + description="""Skeletogenic cell that produces enamel, overlies the odontogenic papilla, and arises from the differentiation of a preameloblast cell.""", + meaning=CL["0000059"])) + setattr(cls, "CL:0000160", + PermissibleValue( + text="CL:0000160", + description="A cell of the epithelial lining that produce and secrete mucins.", + meaning=CL["0000160"])) + setattr(cls, "CL:0002680", + PermissibleValue( + text="CL:0002680", + description="A PP cell found in intestine.", + meaning=CL["0002680"])) + setattr(cls, "CL:0002382", + PermissibleValue( + text="CL:0002382", + description="A conidium that has more than one nucleus.", + meaning=CL["0002382"])) + setattr(cls, "CL:0002027", + PermissibleValue( + text="CL:0002027", + description="A megakaryocyte cell with is CD9-positive and CD41-positive.", + meaning=CL["0002027"])) + setattr(cls, "CL:4033024", + PermissibleValue( + text="CL:4033024", + description="A basal cell that is part of a duct of an airway submucosal gland.", + meaning=CL["4033024"])) + setattr(cls, "CL:0010017", + PermissibleValue( + text="CL:0010017", + description="A zygote in a plant or an animal.", + meaning=CL["0010017"])) + setattr(cls, "CL:0000815", + PermissibleValue( + text="CL:0000815", + description="""A T cell which regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000815"])) + setattr(cls, "CL:0002319", + PermissibleValue( + text="CL:0002319", + description="A cell that is part of the nervous system.", + meaning=CL["0002319"])) + setattr(cls, "CL:0011113", + PermissibleValue( + text="CL:0011113", + description="Neuron found in the spiral ganglion.", + meaning=CL["0011113"])) + setattr(cls, "CL:0000662", + PermissibleValue( + text="CL:0000662", + meaning=CL["0000662"])) + setattr(cls, "CL:0002292", + PermissibleValue( + text="CL:0002292", + description="""A round or oval neuroepithelial cell that contacts other type I cells or capillaries. They occur in clusters that are surrounded by sheath cells (type-II cells) in the carotid body. This cell type is capable of secreting a number of neurotransmitters.""", + meaning=CL["0002292"])) + setattr(cls, "CL:0000067", + PermissibleValue( + text="CL:0000067", + description="An epithelial cell that has a cilia.", + meaning=CL["0000067"])) + setattr(cls, "CL:0002181", + PermissibleValue( + text="CL:0002181", + description="""A neck cell that secretes mucus within the stomach. Its products are distinct histochemically from those of the surface mucous cells of stomach.""", + meaning=CL["0002181"])) + setattr(cls, "CL:0004214", + PermissibleValue( + text="CL:0004214", + description="A type of type 3 cone bipolar cell with distinctive crescent-shaped dendrites.", + meaning=CL["0004214"])) + setattr(cls, "CL:0000594", + PermissibleValue( + text="CL:0000594", + description="""An elongated, spindle-shaped, cell that is located between the basal lamina and the plasmalemma of a muscle fiber. These cells are mostly quiescent, but upon activation they divide to produce cells that generate new muscle fibers.""", + meaning=CL["0000594"])) + setattr(cls, "CL:0002520", + PermissibleValue( + text="CL:0002520", + description="""An insect excretory cell that regulates hemolymph composition by filtration and filtrate endocytosis.""", + meaning=CL["0002520"])) + setattr(cls, "CL:0002627", + PermissibleValue( + text="CL:0002627", + description="A mature astrocyte that is capable of producing cytokines.", + meaning=CL["0002627"])) + setattr(cls, "CL:0004225", + PermissibleValue( + text="CL:0004225", + description="""A broadly stratifying amacrine cell with a small dendritic field, straight dendrites and post-synaptic terminals in S1, S2, and S3.""", + meaning=CL["0004225"])) + setattr(cls, "CL:0002422", + PermissibleValue( + text="CL:0002422", + description="""A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes.""", + meaning=CL["0002422"])) + setattr(cls, "CL:0000570", + PermissibleValue( + text="CL:0000570", + description="""A neuroepithelial cells that occurs singly or in small groups, close to the outer follicular borders but within the follicular basement membrane of the thyroid. Expresses a form of the neural cell adhesion molecule (N-CAM) on their surface. Secretes calcitonin, 5-hydroxytryptamine and dopamine.""", + meaning=CL["0000570"])) + setattr(cls, "CL:0000599", + PermissibleValue( + text="CL:0000599", + description="""An asexual, nonmotile spore formed by higher fungi; conidia are usually made from the side or tip of specialized sporogenous cells and do not form by progressive cleavage of the cytoplasm.""", + meaning=CL["0000599"])) + setattr(cls, "CL:0002570", + PermissibleValue( + text="CL:0002570", + description="A mesenchymal stem cell of adipose tissue.", + meaning=CL["0002570"])) + setattr(cls, "CL:0000499", + PermissibleValue( + text="CL:0000499", + description="""A connective tissue cell of an organ found in the loose connective tissue. These are most often associated with the uterine mucosa and the ovary as well as the hematopoietic system and elsewhere.""", + meaning=CL["0000499"])) + setattr(cls, "CL:0000077", + PermissibleValue( + text="CL:0000077", + description="A flattened epithelial cell of mesenchymal origin that lines the serous cavity.", + meaning=CL["0000077"])) + setattr(cls, "CL:1000337", + PermissibleValue( + text="CL:1000337", + description="An enterocyte that is part of the epithelium of duodenal gland.", + meaning=CL["1000337"])) + setattr(cls, "CL:0002283", + PermissibleValue( + text="CL:0002283", + description="An epithelial cell of the mucosa associated with facial skeleton.", + meaning=CL["0002283"])) + setattr(cls, "CL:0002457", + PermissibleValue( + text="CL:0002457", + description="""A Langerhans cell that is in the epidermis and is CD45-positive, MHCII-positive, and CD11b-positive.""", + meaning=CL["0002457"])) + setattr(cls, "CL:0002556", + PermissibleValue( + text="CL:0002556", + description="A fibroblast of the periodontium.", + meaning=CL["0002556"])) + setattr(cls, "CL:0002155", + PermissibleValue( + text="CL:0002155", + description="""A crenated erythrocyte with 30+ crenations, bumps or spurs that are the result of damage due to age or disease.""", + meaning=CL["0002155"])) + setattr(cls, "CL:0002406", + PermissibleValue( + text="CL:0002406", + description="""A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.""", + meaning=CL["0002406"])) + setattr(cls, "CL:0001072", + PermissibleValue( + text="CL:0001072", + description="""An innate lymphoid cell in the human with the phenotype CD34-negative, CD117-positive, and a precusor to NK cells, ILC2 cells, and ILC3 cells.""", + meaning=CL["0001072"])) + setattr(cls, "CL:0009035", + PermissibleValue( + text="CL:0009035", + description="A stromal cell found in the lamina propria of the vermiform appendix.", + meaning=CL["0009035"])) + setattr(cls, "CL:0000473", + PermissibleValue( + text="CL:0000473", + description="A cell whose primary function is to protect the organism.", + meaning=CL["0000473"])) + setattr(cls, "CL:0000109", + PermissibleValue( + text="CL:0000109", + meaning=CL["0000109"])) + setattr(cls, "CL:0000518", + PermissibleValue( + text="CL:0000518", + description="A phagocyte in vertebrates that is able to phagocytosis.", + meaning=CL["0000518"])) + setattr(cls, "CL:4023010", + PermissibleValue( + text="CL:4023010", + description="""A GABAergic cortical interneuron that is strongly labelled for α7 nAChRs. These cells have soma found in L1 and have multipolar dendrites with vertically descending axonal collaterals that project deep into the column, usually branching and terminating in L5A.""", + meaning=CL["4023010"])) + setattr(cls, "CL:1001428", + PermissibleValue( + text="CL:1001428", + description="A urothelial cell that is part of the urothelium of the urinary bladder.", + meaning=CL["1001428"])) + setattr(cls, "CL:4033014", + PermissibleValue( + text="CL:4033014", + description="""A small, narrow, peg-shaped epithelial cell with little cytoplasm that is part of oviduct epithelium. This cell is rarer than the ciliated and secretory epithelial cells of the fallopian tube epithelium and is often found intercalated between them. Peg cells are generally distributed basally along the epithelium and have been found in high concentrations at the fimbriated, distal end of the fallopian tube in humans. It may have a regenerative/stem-cell function. In humans, markers include EPCAM, CD44, and ITGA6.""", + meaning=CL["4033014"])) + setattr(cls, "CL:0000212", + PermissibleValue( + text="CL:0000212", + description="A cell that takes up and metabolizes substances.", + meaning=CL["0000212"])) + setattr(cls, "CL:0000611", + PermissibleValue( + text="CL:0000611", + description="""Any granulocytopoietic cell that has part some transcription factor PU.1 and has part some CCAAT/enhancer-binding protein alpha and has part some erythroid transcription factor and lacks plasma membrane part some CD19 molecule and lacks plasma membrane part some CD4 molecule and lacks plasma membrane part some integrin alpha-M and lacks plasma membrane part some CD3 epsilon and lacks plasma membrane part some neural cell adhesion molecule 1 and lacks plasma membrane part some CD2 molecule and lacks plasma membrane part some T-cell surface glycoprotein CD8 alpha chain and lacks plasma membrane part some membrane-spanning 4-domains subfamily A member 1 and lacks plasma membrane part some T-cell surface glycoprotein CD5 and lacks plasma membrane part some CD14 molecule and lacks plasma membrane part some lymphocyte antigen 6G and lacks plasma membrane part some lymphocyte antigen 76 (mouse) and has plasma membrane part some CD34 molecule and has plasma membrane part some ADP-ribosyl cyclase/cyclic ADP-ribose hydrolase 1 and has plasma membrane part some interleukin-3 receptor class 2 alpha chain and has plasma membrane part some interleukin-5 receptor subunit alpha and has plasma membrane part some mast/stem cell growth factor receptor and is capable of some eosinophil differentiation.""", + meaning=CL["0000611"])) + setattr(cls, "CL:1000597", + PermissibleValue( + text="CL:1000597", + description="A cell that is part of a tip of a renal papilla.", + meaning=CL["1000597"])) + setattr(cls, "CL:0000198", + PermissibleValue( + text="CL:0000198", + description="""The peripheral receptor for pain. Includes receptors which are sensitive to painful mechanical stimuli, extreme heat or cold, and chemical stimuli. All mammalian nociceptors are free nerve endings.""", + meaning=CL["0000198"])) + setattr(cls, "CL:0002622", + PermissibleValue( + text="CL:0002622", + description="A stromal cell of the prostate.", + meaning=CL["0002622"])) + setattr(cls, "CL:0000759", + PermissibleValue( + text="CL:0000759", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is narrowly stratified and are found just below a calretinin-expressing band in sublamina 4 of the inner plexiform layer.""", + meaning=CL["0000759"])) + setattr(cls, "CL:0002342", + PermissibleValue( + text="CL:0002342", + description="""A circulating endothelial cell of the phenotype CD146-positive, CD105-positive, CD45-negative. This cell type is indicative of recent vascular damage.""", + meaning=CL["0002342"])) + setattr(cls, "CL:0000357", + PermissibleValue( + text="CL:0000357", + meaning=CL["0000357"])) + setattr(cls, "CL:1000368", + PermissibleValue( + text="CL:1000368", + description="""A transitional myocyte that is part of the anterior division of left branch of atrioventricular bundle.""", + meaning=CL["1000368"])) + setattr(cls, "CL:0005025", + PermissibleValue( + text="CL:0005025", + description="""A motor neuron that synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles and glands of the pulmonary, cardiovascular, and gastrointestinal systems.""", + meaning=CL["0005025"])) + setattr(cls, "CL:1000279", + PermissibleValue( + text="CL:1000279", + description="A smooth muscle cell that is part of the large intestine.", + meaning=CL["1000279"])) + setattr(cls, "CL:0002140", + PermissibleValue( + text="CL:0002140", + description="A sebum secreting cell of the skin that secretes sebum into the hair follicles.", + meaning=CL["0002140"])) + setattr(cls, "CL:1000376", + PermissibleValue( + text="CL:1000376", + description="A Purkinje myocyte that is part of the interventricular septum.", + meaning=CL["1000376"])) + setattr(cls, "CL:2000085", + PermissibleValue( + text="CL:2000085", + description="Any mononuclear cell that is part of a umbilical cord.", + meaning=CL["2000085"])) + setattr(cls, "CL:0000775", + PermissibleValue( + text="CL:0000775", + description="""Any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes.""", + meaning=CL["0000775"])) + setattr(cls, "CL:0000748", + PermissibleValue( + text="CL:0000748", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner plexiform layer.""", + meaning=CL["0000748"])) + setattr(cls, "CL:0002026", + PermissibleValue( + text="CL:0002026", + description="""A megakaryocyte progenitor cell that is CD34-negative, CD41-positive and CD42-positive.""", + meaning=CL["0002026"])) + setattr(cls, "CL:0002451", + PermissibleValue( + text="CL:0002451", + description="""A multi-fate stem cell that is the source of cells for growth of the mammary gland during puberty and gestation. This cell type gives rise to both the luminal and myoepithelial cell types of the gland, and have been shown to have the ability to regenerate the entire organ in mice. This cell type also plays an important role in carcinogenesis of the breast. This cell type is Lin-, CD24-positive, CD29-hi.""", + meaning=CL["0002451"])) + setattr(cls, "CL:0002404", + PermissibleValue( + text="CL:0002404", + description="A thymocyte found in the fetal thymus.", + meaning=CL["0002404"])) + setattr(cls, "CL:0002243", + PermissibleValue( + text="CL:0002243", + description="""A circular smooth muscle cell of the iris, innervated by the ciliary nerves (parasympathetic), and acting to contract the pupil. This muscle cell derives from neuroectoderm. This smooth muscle cell results from transformation of epithelial cells to smooth muscle cells.""", + meaning=CL["0002243"])) + setattr(cls, "CL:0002546", + PermissibleValue( + text="CL:0002546", + description="An endothelial progenitor cell that participates in angiogenesis during development.", + meaning=CL["0002546"])) + setattr(cls, "CL:0002493", + PermissibleValue( + text="CL:0002493", + description="""A polarized cell that is juxtaposed to fibrocytes in the underlying spiral ligament. This cell type secretes potassium ions derived from fibrocytes through gap junctions.""", + meaning=CL["0002493"])) + setattr(cls, "CL:1001124", + PermissibleValue( + text="CL:1001124", + description="""Any peritubular capillary endothelial cell that is part of some renal cortex peritubular capillary.""", + meaning=CL["1001124"])) + setattr(cls, "CL:0000112", + PermissibleValue( + text="CL:0000112", + meaning=CL["0000112"])) + setattr(cls, "CL:4023123", + PermissibleValue( + text="CL:4023123", + description="""A kisspeptin neuron that is located in the hypothalamus. These neurons project to and activate gonadotrophin-releasing hormone neurons (acting via the kisspeptin receptor) in the hypothalamus and stimulate the secretion of gonadotrophin-releasing hormone.""", + meaning=CL["4023123"])) + setattr(cls, "CL:0000352", + PermissibleValue( + text="CL:0000352", + description="""A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation.""", + meaning=CL["0000352"])) + setattr(cls, "CL:1001109", + PermissibleValue( + text="CL:1001109", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal cortex.""", + meaning=CL["1001109"])) + setattr(cls, "CL:2000095", + PermissibleValue( + text="CL:2000095", + description="Any hematopoietic stem cell that is part of a umbilical cord blood.", + meaning=CL["2000095"])) + setattr(cls, "CL:4033056", + PermissibleValue( + text="CL:4033056", + description="""A differentiated flat keratinocyte that is part of a nail plate. An onychocyte is firmly adherent and does not desquamate.""", + meaning=CL["4033056"])) + setattr(cls, "CL:0002280", + PermissibleValue( + text="CL:0002280", + description="An enteroendocrine cell found in the ileum and jejunum that produces neurotensin.", + meaning=CL["0002280"])) + setattr(cls, "CL:1000465", + PermissibleValue( + text="CL:1000465", + description="A chromaffin cell that is part of the ovary.", + meaning=CL["1000465"])) + setattr(cls, "CL:0000889", + PermissibleValue( + text="CL:0000889", + description="""An immature myeloid leukocyte of heterogeneous phenotype found particularly in cancer and sepsis patients that is capable of suppressing activity of T cells in ex vivo assays. This cell type is CD45-positive, CD11b-positive.""", + meaning=CL["0000889"])) + setattr(cls, "CL:0002008", + PermissibleValue( + text="CL:0002008", + description="""A lineage marker-negative, CD34-positive, CD38-positive, IL3r-alpha-positive, IL5r-alpha-positive, and CD45RA-negative eosinophil progenitor cell.""", + meaning=CL["0002008"])) + setattr(cls, "CL:4030033", + PermissibleValue( + text="CL:4030033", + description="""An endothelial cell that lines a surface of a cardiac valve leaflet. Along with valve interstitial cells, a valve endothelial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.""", + meaning=CL["4030033"])) + setattr(cls, "CL:0000632", + PermissibleValue( + text="CL:0000632", + description="""A cell that is found in the perisinusoidal space of the liver that is capable of multiple roles including storage of retinol, presentation of antigen to T cells (including CD1d-restricted NKT cells), and upon activation, production of extracellular matrix components that can contribute to liver fibrosis. This activated state has a myofibroblast-like phenotype, though it's not clear in the literature if this is terminally differentiated. This cell type comprises approximately 8-15% of total cells in the liver.""", + meaning=CL["0000632"])) + setattr(cls, "CL:0000342", + PermissibleValue( + text="CL:0000342", + description="Any animal cell containing pigment granules.", + meaning=CL["0000342"])) + setattr(cls, "CL:0000832", + PermissibleValue( + text="CL:0000832", + description="A myeloblast committed to the eosinophil lineage.", + meaning=CL["0000832"])) + setattr(cls, "CL:4042008", + PermissibleValue( + text="CL:4042008", + description="""A cell type located in the first layer of the neocortex with radial protrusions extending transversely into the deeper cortex layers, herby facilitating communication across neurons, astrocytes, capillaries, meninges and cerebrospinal fluid through contact with neurons, pia mater and capillaries.""", + meaning=CL["4042008"])) + setattr(cls, "CL:1001451", + PermissibleValue( + text="CL:1001451", + description="""A sensory neuron of the dorsal root ganglia that senses body position and sends information about how much the muscle is stretched to the spinal cord.""", + meaning=CL["1001451"])) + setattr(cls, "CL:0002607", + PermissibleValue( + text="CL:0002607", + description="A neural crest cell that gives rise to cells of the enteric nervous system.", + meaning=CL["0002607"])) + setattr(cls, "CL:4033062", + PermissibleValue( + text="CL:4033062", + description="""A trophoblast cell that invades the uterine wall to anchor the placenta to the uterus. An interstitial extravillous trophoblast cell differentiates from an extravillous trophoblast cell, becoming hyperchromatic and changing its morphology to a fibroblast-like spindle-shaped cell. In humans, this cell can be distinguished by the expression of placental-specific protein 8, which stimulates migration.""", + meaning=CL["4033062"])) + setattr(cls, "CL:1000437", + PermissibleValue( + text="CL:1000437", + description="An epithelial cell that is part of the nasolacrimal duct.", + meaning=CL["1000437"])) + setattr(cls, "CL:0011106", + PermissibleValue( + text="CL:0011106", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer using GABA.""", + meaning=CL["0011106"])) + setattr(cls, "CL:1000312", + PermissibleValue( + text="CL:1000312", + description="A goblet cell that is part of the epithelium of bronchus.", + meaning=CL["1000312"])) + setattr(cls, "CL:1000327", + PermissibleValue( + text="CL:1000327", + description="A goblet cell that is part of the epithelium proper of appendix.", + meaning=CL["1000327"])) + setattr(cls, "CL:0008048", + PermissibleValue( + text="CL:0008048", + description="""A glutamatergic motor neuron with a soma in the brainstem or cerebral cortex. They do not synapse directly to muscles but rather to lower motor neurons, which do. They are the main controllers of voluntary movement.""", + meaning=CL["0008048"])) + setattr(cls, "CL:0000857", + PermissibleValue( + text="CL:0000857", + description="A skeletal muscle myoblast that differentiates into slow muscle fibers.", + meaning=CL["0000857"])) + setattr(cls, "CL:1000239", + PermissibleValue( + text="CL:1000239", + description="Any glial cell that is part of some anterior lateral line nerve.", + meaning=CL["1000239"])) + setattr(cls, "CL:0002329", + PermissibleValue( + text="CL:0002329", + description="""An epithelial cell type that lacks the columnar shape typical for other respiratory epithelial cells. This cell type is able to differentiate into other respiratory epithelial cells in response to injury.""", + meaning=CL["0002329"])) + setattr(cls, "CL:0004230", + PermissibleValue( + text="CL:0004230", + description="""A bistratified amacrine cell with a small dendritic field that has post-synaptic terminals in S1 and the border of S1-S2, and termination of a second arbor within the border of S2-S3 and S3.""", + meaning=CL["0004230"])) + setattr(cls, "CL:0002144", + PermissibleValue( + text="CL:0002144", + description="An endothelial cell found in capillaries.", + meaning=CL["0002144"])) + setattr(cls, "CL:1001021", + PermissibleValue( + text="CL:1001021", + description="""Any kidney loop of Henle epithelial cell that is part of some descending limb of loop of Henle.""", + meaning=CL["1001021"])) + setattr(cls, "CL:0008010", + PermissibleValue( + text="CL:0008010", + description="""A cranial motor neuron whose soma is located in the midbrain andor hindbrain and which innervates the skeletal muscles of the eye or tongue.""", + meaning=CL["0008010"])) + setattr(cls, "CL:0002118", + PermissibleValue( + text="CL:0002118", + description="""A CD38-negative IgG-negative memory B cell is a IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-negative and IgG-negative.""", + meaning=CL["0002118"])) + setattr(cls, "CL:4023064", + PermissibleValue( + text="CL:4023064", + description="An interneuron that is derived from the caudal ganglionic eminence.", + meaning=CL["4023064"])) + setattr(cls, "CL:0000878", + PermissibleValue( + text="CL:0000878", + description="A tissue-resident macrophage found in the central nervous system.", + meaning=CL["0000878"])) + setattr(cls, "CL:0009051", + PermissibleValue( + text="CL:0009051", + description="A T cell that is located in the anorectum.", + meaning=CL["0009051"])) + setattr(cls, "CL:0019001", + PermissibleValue( + text="CL:0019001", + description="Any serous secreting cell that is part of the tracheobronchial epithelium.", + meaning=CL["0019001"])) + setattr(cls, "CL:1001100", + PermissibleValue( + text="CL:1001100", + description="Any smooth muscle cell that is part of some renal efferent arteriole.", + meaning=CL["1001100"])) + setattr(cls, "CL:0002571", + PermissibleValue( + text="CL:0002571", + description="A mesenchymal stem cell of liver.", + meaning=CL["0002571"])) + setattr(cls, "CL:0008035", + PermissibleValue( + text="CL:0008035", + description="""Any vascular associated smooth muscle cell that is part of some microcirculatory vessel.""", + meaning=CL["0008035"])) + setattr(cls, "CL:0003045", + PermissibleValue( + text="CL:0003045", + description="""A bistratified ganglion cell with larger, asymetric dendritic fields that terminate in S2 and S4.""", + meaning=CL["0003045"])) + setattr(cls, "CL:0002666", + PermissibleValue( + text="CL:0002666", + description="""An otic fibrocyte that underlies the spiral prominence and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002666"])) + setattr(cls, "CL:4023044", + PermissibleValue( + text="CL:4023044", + description="""An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that does not project to the medulla. Non-MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. Non-MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.""", + meaning=CL["4023044"])) + setattr(cls, "CL:0002085", + PermissibleValue( + text="CL:0002085", + description="""Specialized elongated ventricular ependymal cell that has processes that extend to the outer, or pial, surface of the CNS. Resemble spongioblasts seen in developing brain. Found in the adult brain in the third ventricle, cerebral aqueduct, spinal canal and floor of the fourth ventricle.""", + meaning=CL["0002085"])) + setattr(cls, "CL:1001142", + PermissibleValue( + text="CL:1001142", + description="Any kidney cortex vein cell that is part of some kidney arcuate vein.", + meaning=CL["1001142"])) + setattr(cls, "CL:0002661", + PermissibleValue( + text="CL:0002661", + description="""A luminal cell of terminal ducts, i.e.e the terminal branch of a lactiferous duct which alveolar cells drain into.""", + meaning=CL["0002661"])) + setattr(cls, "CL:0000146", + PermissibleValue( + text="CL:0000146", + meaning=CL["0000146"])) + setattr(cls, "CL:0002089", + PermissibleValue( + text="CL:0002089", + description="""A group 2 innate lymphoid cell in the mouse capable of secreting IL-13 in response to a helminth infection. This cell is lineage-negative, ICOS-positive, IL1RL1-positive, IL7Ralpha-positive, and IL17Br-positive.""", + meaning=CL["0002089"])) + setattr(cls, "CL:0000507", + PermissibleValue( + text="CL:0000507", + description="A peptide hormone secreting cell that secretes endorphin.", + meaning=CL["0000507"])) + setattr(cls, "CL:0000246", + PermissibleValue( + text="CL:0000246", + meaning=CL["0000246"])) + setattr(cls, "CL:0002016", + PermissibleValue( + text="CL:0002016", + description="A polychromatiic erythroblast that is Gly-A-positive and CD71-low.", + meaning=CL["0002016"])) + setattr(cls, "CL:0002526", + PermissibleValue( + text="CL:0002526", + description="A dermal dendritic cell that is CD1a-negative and CD14-positive.", + meaning=CL["0002526"])) + setattr(cls, "CL:0002514", + PermissibleValue( + text="CL:0002514", + description="""A CD8alpha alpha positive gamma-delta intraepithelial T cell that does not express a TCR partially encoded by the Vgamma5 gene segment.""", + meaning=CL["0002514"])) + setattr(cls, "CL:0011102", + PermissibleValue( + text="CL:0011102", + description="""Parasympathetic neurons are part of the parasympathetic nervous sysem and the cell bodies lie in the brain and sacral region of the spinal cord. The neurons are mainly cholinergic.""", + meaning=CL["0011102"])) + setattr(cls, "CL:0004232", + PermissibleValue( + text="CL:0004232", + description="""An amacrine cell with a flat dendritic arbor and a medium dendritic field. Starburst amacrine cells have post-synaptic terminals in S2. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and acetylcholine.""", + meaning=CL["0004232"])) + setattr(cls, "CL:0001006", + PermissibleValue( + text="CL:0001006", + description="""Dermal dendritic cell is a conventional dendritic cell that is CD11b-positive, CD205-positive and CD8 alpha-negative.""", + meaning=CL["0001006"])) + setattr(cls, "CL:0009081", + PermissibleValue( + text="CL:0009081", + description="""The human equivalent of a DN2 thymocyte; typically contains two phases, in the latter of which these thymocytes begin the process of beta selection.""", + meaning=CL["0009081"])) + setattr(cls, "CL:0008004", + PermissibleValue( + text="CL:0008004", + description="A muscle cell that is part of some somatic muscle.", + meaning=CL["0008004"])) + setattr(cls, "CL:1001582", + PermissibleValue( + text="CL:1001582", + description="Neuron of lateral ventricle.", + meaning=CL["1001582"])) + setattr(cls, "CL:1000350", + PermissibleValue( + text="CL:1000350", + description="A basal cell that is part of the epithelium of terminal bronchiole.", + meaning=CL["1000350"])) + setattr(cls, "CL:0000416", + PermissibleValue( + text="CL:0000416", + meaning=CL["0000416"])) + setattr(cls, "CL:0000199", + PermissibleValue( + text="CL:0000199", + description="""A cell specialized to transduce mechanical stimuli and relay that information centrally in the nervous system.""", + meaning=CL["0000199"])) + setattr(cls, "CL:0000208", + PermissibleValue( + text="CL:0000208", + meaning=CL["0000208"])) + setattr(cls, "CL:1000271", + PermissibleValue( + text="CL:1000271", + description="Any ciliated cell that is part of some lung.", + meaning=CL["1000271"])) + setattr(cls, "CL:0000421", + PermissibleValue( + text="CL:0000421", + description="""A free floating cell, including amebocytes and eleocytes, in the coelom of certain animals, especially annelids.""", + meaning=CL["0000421"])) + setattr(cls, "CL:2000043", + PermissibleValue( + text="CL:2000043", + description="Any pericyte cell that is part of a brain.", + meaning=CL["2000043"])) + setattr(cls, "CL:0002606", + PermissibleValue( + text="CL:0002606", + description="An astrocyte of the spinal cord.", + meaning=CL["0002606"])) + setattr(cls, "CL:0000214", + PermissibleValue( + text="CL:0000214", + description="A cell located in the synovial joint.", + meaning=CL["0000214"])) + setattr(cls, "CL:0000605", + PermissibleValue( + text="CL:0000605", + description="A spore formed following mitosis or mitoses.", + meaning=CL["0000605"])) + setattr(cls, "CL:0001087", + PermissibleValue( + text="CL:0001087", + description="""A CD4-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.""", + meaning=CL["0001087"])) + setattr(cls, "CL:0002096", + PermissibleValue( + text="CL:0002096", + description="""A specialised myocyte that lies between the sinoatrial node and the atrioventricular node and is involved in the conduction of electrical signals.""", + meaning=CL["0002096"])) + setattr(cls, "CL:1000493", + PermissibleValue( + text="CL:1000493", + description="A mesothelial cell that is part of the visceral pleura.", + meaning=CL["1000493"])) + setattr(cls, "CL:0002478", + PermissibleValue( + text="CL:0002478", + description="""An adipose macrophage that does not express F4/80but is MHC-II-positive. This cell type exhibits autofluorescence under typical flow cyometry conditions.""", + meaning=CL["0002478"])) + setattr(cls, "CL:4033013", + PermissibleValue( + text="CL:4033013", + description="""A keratinocyte of the epidermis suprabasal layer. This cell may express the differentiation markers keratin 10 and keratin 1.""", + meaning=CL["4033013"])) + setattr(cls, "CL:4033048", + PermissibleValue( + text="CL:4033048", + description="""A respiratory epithelial cell with topographic nuclear position in between the basal and luminal cell of the airway epithelium. This non-basal, intermediate cell has limited proliferative capacity, ultrastructural features of basal cells and no defined features of the typically differentiated cellular phenotypes.""", + meaning=CL["4033048"])) + setattr(cls, "CL:1000428", + PermissibleValue( + text="CL:1000428", + description="A somatic stem cell that is part of the epidermis.", + meaning=CL["1000428"])) + setattr(cls, "CL:4030013", + PermissibleValue( + text="CL:4030013", + description="""Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the outer medulla (inner stripe). It is known in some mammalian species that the long descending limb of the loop of Henle in the outer medulla selectively expresses the secreted activin-antagonist protein follistatin (Fst), the GPI-linked adhesion protein Cdh13, and the protein kinase Stk32a.""", + meaning=CL["4030013"])) + setattr(cls, "CL:0000019", + PermissibleValue( + text="CL:0000019", + description="A mature male germ cell that develops from a spermatid.", + meaning=CL["0000019"])) + setattr(cls, "CL:0002228", + PermissibleValue( + text="CL:0002228", + description="""An elongating cell that rapidly obliterates the lumen of the lens vesicle. Subsequently, differentiation of this cell type at the lens equator leads to the formation of secondary fiber cells that come to overlie the primary fibers.""", + meaning=CL["0002228"])) + setattr(cls, "CL:4028006", + PermissibleValue( + text="CL:4028006", + description="""A pulmonary interstitial fibroblast that is part of the alveolus and localizes to vascular adventitia.""", + meaning=CL["4028006"])) + setattr(cls, "CL:0002129", + PermissibleValue( + text="CL:0002129", + description="Regular cardiac myocyte of a cardiac atrium.", + meaning=CL["0002129"])) + setattr(cls, "CL:0001021", + PermissibleValue( + text="CL:0001021", + description="""A common lymphoid progenitor that is CD10-positive, CD45RA-positive, CD34-positive and CD38-positive.""", + meaning=CL["0001021"])) + setattr(cls, "CL:1001610", + PermissibleValue( + text="CL:1001610", + description="""Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes.""", + meaning=CL["1001610"])) + setattr(cls, "CL:1000909", + PermissibleValue( + text="CL:1000909", + description="Any nephron tubule epithelial cell that is part of some loop of Henle.", + meaning=CL["1000909"])) + setattr(cls, "CL:0000410", + PermissibleValue( + text="CL:0000410", + meaning=CL["0000410"])) + setattr(cls, "CL:4023025", + PermissibleValue( + text="CL:4023025", + description="""A sst GABAergic cortical interneuron that is both an interneuron and a projecting neuron. They are found in all layers from upper L2/3 down to the bottom of L6. They have long-range projections, some with axons fading into white matter. These cells have low rebound potential, low hyperpolarization sag, and high variability in membrane time constant.""", + meaning=CL["4023025"])) + setattr(cls, "CL:0000130", + PermissibleValue( + text="CL:0000130", + meaning=CL["0000130"])) + setattr(cls, "CL:0000864", + PermissibleValue( + text="CL:0000864", + description="""A macrophage constitutively resident in a particular tissue under non-inflammatory conditions, and capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.""", + meaning=CL["0000864"])) + setattr(cls, "CL:0000048", + PermissibleValue( + text="CL:0000048", + description="A stem cell that can give rise to multiple lineages of cells.", + meaning=CL["0000048"])) + setattr(cls, "CL:0002357", + PermissibleValue( + text="CL:0002357", + description="""A fetal liver derived enucleated erythrocyte. This erythrocyte resembles adult erythrocytes in that they are small (3- to 6- times smaller than primitive erythrocytes) and produce adult hemaglobins.""", + meaning=CL["0002357"])) + setattr(cls, "CL:0002560", + PermissibleValue( + text="CL:0002560", + description="An epithelial cell that resides in the inner root sheath of the hair follicle.", + meaning=CL["0002560"])) + setattr(cls, "CL:0000964", + PermissibleValue( + text="CL:0000964", + description="""A germinal center B cell that founds a germinal center, and has the phenotype IgD-positive, CD38-positive, and CD23-negative.""", + meaning=CL["0000964"])) + setattr(cls, "CL:0009005", + PermissibleValue( + text="CL:0009005", + description="Any cell in a salivary gland.", + meaning=CL["0009005"])) + setattr(cls, "CL:0000483", + PermissibleValue( + text="CL:0000483", + description="A peptide hormone secreting cell that secretes bombesin stimulating hormone.", + meaning=CL["0000483"])) + setattr(cls, "CL:0000185", + PermissibleValue( + text="CL:0000185", + description="""Contractile cells resembling smooth muscle cells that are present in glands, notably the mammary gland, and aid in secretion. This cell has long weaving dendritic processes containing myofilament.""", + meaning=CL["0000185"])) + setattr(cls, "CL:0000956", + PermissibleValue( + text="CL:0000956", + description="""A pre-B-I cell is a precursor B cell that expresses CD34 and surrogate immunoglobulin light chain (VpreB , Lambda 5 (mouse)/14.1 (human)) on the cell surface, and TdT, Rag1,and Rag2 intracellularly. Cell type carries a D-JH DNA rearrangement, and lacks expression of immunglobulin heavy chain protein.""", + meaning=CL["0000956"])) + setattr(cls, "CL:4030049", + PermissibleValue( + text="CL:4030049", + description="A DRD2-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + meaning=CL["4030049"])) + setattr(cls, "CL:0002326", + PermissibleValue( + text="CL:0002326", + description="""A mammary epithelial cell that occurs in the lumen of the ductal and alveoli structure in the breast.""", + meaning=CL["0002326"])) + setattr(cls, "CL:0000028", + PermissibleValue( + text="CL:0000028", + meaning=CL["0000028"])) + setattr(cls, "CL:0000847", + PermissibleValue( + text="CL:0000847", + description="""An olfactory receptor cell in which the apical ending of the dendrite is a pronounced ciliated olfactory knob.""", + meaning=CL["0000847"])) + setattr(cls, "CL:1000323", + PermissibleValue( + text="CL:1000323", + description="A goblet cell that is part of the epithelium of pyloric gland.", + meaning=CL["1000323"])) + setattr(cls, "CL:0010006", + PermissibleValue( + text="CL:0010006", + description="Any blood vessel endothelial cell that is part of some heart.", + meaning=CL["0010006"])) + setattr(cls, "CL:4033018", + PermissibleValue( + text="CL:4033018", + description="A megakaryocyte that is resident in the lung connective tissue.", + meaning=CL["4033018"])) + setattr(cls, "CL:1000182", + PermissibleValue( + text="CL:1000182", + description="Any tip cell that is part of some Malpighian tubule.", + meaning=CL["1000182"])) + setattr(cls, "CL:0000233", + PermissibleValue( + text="CL:0000233", + description="""A non-nucleated disk-shaped cell formed by extrusion from megakaryocytes, found in the blood of all mammals, and mainly involved in blood coagulation.""", + meaning=CL["0000233"])) + setattr(cls, "CL:1001567", + PermissibleValue( + text="CL:1001567", + description="Any endothelial cell of vascular tree that is part of some lung.", + meaning=CL["1001567"])) + setattr(cls, "CL:0000443", + PermissibleValue( + text="CL:0000443", + description="Any secretory cell that is capable of some calcitonin secretion.", + meaning=CL["0000443"])) + setattr(cls, "CL:0000474", + PermissibleValue( + text="CL:0000474", + description="""An insect renal cell that filters hemolymph and is found with other pericardial nephrocytes in two rows flanking the dorsal vessel.""", + meaning=CL["0000474"])) + setattr(cls, "CL:4023168", + PermissibleValue( + text="CL:4023168", + description="""A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli.""", + meaning=CL["4023168"])) + setattr(cls, "CL:0000204", + PermissibleValue( + text="CL:0000204", + meaning=CL["0000204"])) + setattr(cls, "CL:1000478", + PermissibleValue( + text="CL:1000478", + description="A transitional myocyte that is part of the sinoatrial node.", + meaning=CL["1000478"])) + setattr(cls, "CL:0000557", + PermissibleValue( + text="CL:0000557", + description="""A hematopoietic progenitor cell that is committed to the granulocyte and monocyte lineages. These cells are CD123-positive, and do not express Gata1 or Gata2 but do express C/EBPa, and Pu.1.""", + meaning=CL["0000557"])) + setattr(cls, "CL:0002456", + PermissibleValue( + text="CL:0002456", + description="A CD11c-low plasmacytoid dendritic cell that is CD8alpha-positive and CD4-positive.", + meaning=CL["0002456"])) + setattr(cls, "CL:0000501", + PermissibleValue( + text="CL:0000501", + description="""A supporting cell for the developing female gamete in the ovary of mammals. They develop from the coelomic epithelial cells of the gonadal ridge. Granulosa cells form a single layer around the mammalian oocyte in the primordial ovarian follicle and advance to form a multilayered cumulus oophorus surrounding the ovum in the Graafian follicle. The major functions of granulosa cells include the production of steroids and LH receptors.""", + meaning=CL["0000501"])) + setattr(cls, "CL:4023075", + PermissibleValue( + text="CL:4023075", + description="""A sst GABAergic cortical interneuron found in L6 that expresses tyrosine hydroxylase. L6 Th+ SST cells have mostly local axonal arborization within L6.""", + meaning=CL["4023075"])) + setattr(cls, "CL:0002278", + PermissibleValue( + text="CL:0002278", + description="""An enteroendocrine cell of duodenum and jejunum that produces gastric inhibitory peptide.""", + meaning=CL["0002278"])) + setattr(cls, "CL:4033045", + PermissibleValue( + text="CL:4033045", + description="""A dendritic cell that captures antigens in a lung and migrates to a lymph node or to the spleen to activate T cells.""", + meaning=CL["4033045"])) + setattr(cls, "CL:1001576", + PermissibleValue( + text="CL:1001576", + description="Squamous cell of oral epithelium.", + meaning=CL["1001576"])) + setattr(cls, "CL:1001435", + PermissibleValue( + text="CL:1001435", + description="""The small neuron in the glomerular layer of the olfactory bulb whose dendrites arborize within a glomerulus, where it receives synaptic input from olfactory receptor cell axon terminals, and also engages in dendrodendritic interactions with mitral and tufted cell dendrites; uses both GABA and dopamine as a neurotransmitter.""", + meaning=CL["1001435"])) + setattr(cls, "CL:0002681", + PermissibleValue( + text="CL:0002681", + description="A cell that is part of a cortex of kidney.", + meaning=CL["0002681"])) + setattr(cls, "CL:0002083", + PermissibleValue( + text="CL:0002083", + description="A chromaffin cell of the adrenal medulla that produces norepinephrine.", + meaning=CL["0002083"])) + setattr(cls, "CL:1001123", + PermissibleValue( + text="CL:1001123", + description="""Any peritubular capillary endothelial cell that is part of some outer renal medulla peritubular capillary.""", + meaning=CL["1001123"])) + setattr(cls, "CL:0009095", + PermissibleValue( + text="CL:0009095", + description="An endothelial cell that is part of a uterus.", + meaning=CL["0009095"])) + setattr(cls, "CL:0001052", + PermissibleValue( + text="CL:0001052", + description="""A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.""", + meaning=CL["0001052"])) + setattr(cls, "CL:1000304", + PermissibleValue( + text="CL:1000304", + description="A fibroblast that is part of the connective tissue of nonglandular part of prostate.", + meaning=CL["1000304"])) + setattr(cls, "CL:0002165", + PermissibleValue( + text="CL:0002165", + description="""A supporting cell that is attached to the basement membrane and forms rows that support the hair cells.""", + meaning=CL["0002165"])) + setattr(cls, "CL:1000418", + PermissibleValue( + text="CL:1000418", + description="A myoepithelial cell that is part of the mammary gland alveolus.", + meaning=CL["1000418"])) + setattr(cls, "CL:0002489", + PermissibleValue( + text="CL:0002489", + description="A thymocyte that lacks expression of CD4 and CD8.", + meaning=CL["0002489"])) + setattr(cls, "CL:0002270", + PermissibleValue( + text="CL:0002270", + description="""A type EC enteroendocrine cell in the duodenum and jejunum that stores and secretes motilin and 5-hydroxytryptamine.""", + meaning=CL["0002270"])) + setattr(cls, "CL:4023189", + PermissibleValue( + text="CL:4023189", + description="""A retinal ganglion cell located in the ganglion cell layer of the retina. This cell projects to magnocellular cells in the lateral geniculate nucleus (LGN). They have large cell bodies and extensive, branching dendritic networks that contribute to their large receptive fields.""", + meaning=CL["4023189"])) + setattr(cls, "CL:0003042", + PermissibleValue( + text="CL:0003042", + description="""An M9 retinal ganglion cell with synaptic terminals in S4 that is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003042"])) + setattr(cls, "CL:0000901", + PermissibleValue( + text="CL:0000901", + description="CD4-positive alpha-beta T cell with regulatory function that produces IL-10.", + meaning=CL["0000901"])) + setattr(cls, "CL:0002107", + PermissibleValue( + text="CL:0002107", + description="""An IgD-negative CD38-positive IgG memory B cell is a CD38-positive IgG-positive that has class switched and lacks expression of IgD on the cell surface with the phenotype IgD-negative, CD38-positive, and IgG-positive.""", + meaning=CL["0002107"])) + setattr(cls, "CL:1000472", + PermissibleValue( + text="CL:1000472", + description="A myoepithelial cell that is part of the tertiary lactiferous duct.", + meaning=CL["1000472"])) + setattr(cls, "CL:0005011", + PermissibleValue( + text="CL:0005011", + description="""A cuboidal epithelial cell of the kidney which secretes acid and reabsorbs base to regulate acid/base balance.""", + meaning=CL["0005011"])) + setattr(cls, "CL:0000929", + PermissibleValue( + text="CL:0000929", + description="A mature NK T cell that secretes interferon-gamma and enhances Th1 immune responses.", + meaning=CL["0000929"])) + setattr(cls, "CL:4023007", + PermissibleValue( + text="CL:4023007", + description="""A vip GABAergic cortical interneuron with bipolar morphology, with a soma found in L2/3. L2/3 bipolar vip cells have extending axons across all layers (with preferences for layers II/III and Va) and a dendritic tree that is vertically more restricted than deeper layer vip cells and extend fewer dendrites into the layers outside their home layer (location of soma). L2/3 bipolar vip cells have great variability in firing patterns, though most are continuous adapting. L2/3 bipolar vip cells are more depolarized in their resting state, had less fast rectification, and had smaller after hyperpolarization than deeper vip cells.""", + meaning=CL["4023007"])) + setattr(cls, "CL:0009049", + PermissibleValue( + text="CL:0009049", + description="""A layer of smooth muscle cells that forms the outer layer of the high endothelial venule of lymph node and pumps to allow flow of lymph fluid carrying lymphocytes.""", + meaning=CL["0009049"])) + setattr(cls, "CL:0000188", + PermissibleValue( + text="CL:0000188", + description="A somatic cell located in skeletal muscle.", + meaning=CL["0000188"])) + setattr(cls, "CL:2000093", + PermissibleValue( + text="CL:2000093", + description="Any fibroblast of lung that is part of a bronchus.", + meaning=CL["2000093"])) + setattr(cls, "CL:1001474", + PermissibleValue( + text="CL:1001474", + description="""An inhibitory, GABAergic projection neuron in the striatum that integrates glutamatergic signals arising from the cerebral cortex and thalamus.""", + meaning=CL["1001474"])) + setattr(cls, "CL:1000414", + PermissibleValue( + text="CL:1000414", + description="An endothelial cell that is part of the venule.", + meaning=CL["1000414"])) + setattr(cls, "CL:1001318", + PermissibleValue( + text="CL:1001318", + description="A pericyte cell located in the kidney interstitium.", + meaning=CL["1001318"])) + setattr(cls, "CL:0000777", + PermissibleValue( + text="CL:0000777", + description="""A tissue-resident macrophage of the renal glomerular mesangium involved in the disposal and degradation of filtration residues, presentation of antigen to T cells and in tissue remodeling.""", + meaning=CL["0000777"])) + setattr(cls, "CL:0002103", + PermissibleValue( + text="CL:0002103", + description="""An IgG-positive double negative memory B cell is a double negative memory B cell with the phenotype IgG-positive, IgD-negative, and CD27-negative.""", + meaning=CL["0002103"])) + setattr(cls, "CL:1001580", + PermissibleValue( + text="CL:1001580", + description="A glial cell that is part of the hippocampus.", + meaning=CL["1001580"])) + setattr(cls, "CL:0000020", + PermissibleValue( + text="CL:0000020", + description="An euploid male germ cell of an early stage of spermatogenesis.", + meaning=CL["0000020"])) + setattr(cls, "CL:0002530", + PermissibleValue( + text="CL:0002530", + description="An immature CD1a-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002530"])) + setattr(cls, "CL:0000708", + PermissibleValue( + text="CL:0000708", + description="""Stromal cell that forms the internal covering of the vertebrate brain and produces ECM for this and the choroid plexus.""", + meaning=CL["0000708"])) + setattr(cls, "CL:4023046", + PermissibleValue( + text="CL:4023046", + description="""An excitatory glutamatergic neuron transcriptomically related to the CT subclass, with a soma preferentially located in the bottom of L6 of the primary motor cortex.""", + meaning=CL["4023046"])) + setattr(cls, "CL:0000659", + PermissibleValue( + text="CL:0000659", + description="An extracellular matrix secreting cell that secretes eggshell.", + meaning=CL["0000659"])) + setattr(cls, "CL:4023158", + PermissibleValue( + text="CL:4023158", + description="""A neuron in the posterior ventral cochlear nucleus that is distinguished by their long, thick and tentacle-shaped dendrites that typically emanate from one side of the cell body.""", + meaning=CL["4023158"])) + setattr(cls, "CL:1001433", + PermissibleValue( + text="CL:1001433", + description="An epithelial cell of the exocrine pancreas.", + meaning=CL["1001433"])) + setattr(cls, "CL:4042009", + PermissibleValue( + text="CL:4042009", + description="""An astrocyte type that presents radial protrusions across the layers of a cortex. The soma of this astrocyte is part of the first layer of a neocortex. This astrocyte extents its protrusions transversally to the deeper layers of a cortex and it creates contact with neurons, the pia matter and capillaries. This astrocyte is involved in facilitating the communication across neurons, astrocytes, capillaries, meninges and the cerebrospinal fluid.""", + meaning=CL["4042009"])) + setattr(cls, "CL:0002667", + PermissibleValue( + text="CL:0002667", + description="""An otic fibrocyte that resides above the stria vasularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002667"])) + setattr(cls, "CL:0000489", + PermissibleValue( + text="CL:0000489", + meaning=CL["0000489"])) + setattr(cls, "CL:0000962", + PermissibleValue( + text="CL:0000962", + description="""A follicular B cell that is IgD-positive and CD23-positive and CD38-positive. This naive cell type is activated in the extrafollicular areas via interaction with dendritic cells and antigen specific T cells.""", + meaning=CL["0000962"])) + setattr(cls, "CL:0000743", + PermissibleValue( + text="CL:0000743", + description="""Chondrocyte that is terminally differentiated, produces type X collagen, is large in size, and often associated with the replacement of cartilage by bone (endochondral ossification).""", + meaning=CL["0000743"])) + setattr(cls, "CL:0000545", + PermissibleValue( + text="CL:0000545", + description="""A CD4-positive, alpha-beta T cell that has the phenotype T-bet-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.""", + meaning=CL["0000545"])) + setattr(cls, "CL:0000603", + PermissibleValue( + text="CL:0000603", + description="A fungal cell with two genetically distinct haploid nuclei.", + meaning=CL["0000603"])) + setattr(cls, "CL:1000458", + PermissibleValue( + text="CL:1000458", + description="A melanocyte that is part of the skin of body.", + meaning=CL["1000458"])) + setattr(cls, "CL:0000037", + PermissibleValue( + text="CL:0000037", + description="""A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119.""", + meaning=CL["0000037"])) + setattr(cls, "CL:0000711", + PermissibleValue( + text="CL:0000711", + description="""Cumulus cell is a specialized granulosa cell that surrounds and nourishes the oocyte. This cell-type surrounds the fully-grown oocyte to form a cumulus-oocyte complex (abbr. COC). The terms cumulus oophorus cells, cumulus granulosa cells, cumulus oophorous granulosa cells, granulosa-cumulus cells are used to make a distinction between this cell and the other functionally different subpopulation of granulosa cells at the wall of the Graafian follicle.""", + meaning=CL["0000711"])) + setattr(cls, "CL:0007019", + PermissibleValue( + text="CL:0007019", + meaning=CL["0007019"])) + setattr(cls, "CL:0002651", + PermissibleValue( + text="CL:0002651", + description="""An endothelial cell that is part of the venous sinus of spleen. This endothelial cell has an elongated, spindle-shaped, flattened morphology that is parallel to long axis of sinus. This cell type rests on a basement membrane interrupted by numerous narrow slits.""", + meaning=CL["0002651"])) + setattr(cls, "CL:4033063", + PermissibleValue( + text="CL:4033063", + description="""A trophoblast cell that invades the maternal spiral arteries and replace the endothelial lining, remodeling the vessels and allowing for adequate blood transport into the placenta. An endovascular extravillous trophoblast cell differentiates from an extravillous trophoblast cell. In humans, this cell can be distinguished by the expression of CD56.""", + meaning=CL["4033063"])) + setattr(cls, "CL:0010013", + PermissibleValue( + text="CL:0010013", + meaning=CL["0010013"])) + setattr(cls, "CL:0000752", + PermissibleValue( + text="CL:0000752", + description="""A bipolar neuron found in the retina and having connections with cone photoreceptor cells and neurons in the inner plexiform layer.""", + meaning=CL["0000752"])) + setattr(cls, "CL:0009111", + PermissibleValue( + text="CL:0009111", + description="A germinal center B cell found in a lymph node germinal center light zone.", + meaning=CL["0009111"])) + setattr(cls, "CL:0002384", + PermissibleValue( + text="CL:0002384", + description="A macroconidium that has only one nucleus.", + meaning=CL["0002384"])) + setattr(cls, "CL:0000102", + PermissibleValue( + text="CL:0000102", + meaning=CL["0000102"])) + setattr(cls, "CL:4023055", + PermissibleValue( + text="CL:4023055", + description="""A corticothalamic-projecting glutamatergic neuron that is located in L6 and lower L5 of the primary motor cortex, with a pyramidal morphology and mostly untufted apical dendrites terminating in midcortical layers. CT VAL/VM (ventroanterior-ventrolateral complex/ventromedial nucleus) cells have a near tonic firing pattern and are distinguished from L6 IT neurons by a lower inter-spike interval adaptation index.""", + meaning=CL["4023055"])) + setattr(cls, "CL:0002205", + PermissibleValue( + text="CL:0002205", + description="A brush cell found in the epithelium of lobular bronchiole.", + meaning=CL["0002205"])) + setattr(cls, "CL:0002251", + PermissibleValue( + text="CL:0002251", + description="""An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus.""", + meaning=CL["0002251"])) + setattr(cls, "CL:4033006", + PermissibleValue( + text="CL:4033006", + description="A(n) endothelial cell that is part of a(n) efferent lymphatic vessel.", + meaning=CL["4033006"])) + setattr(cls, "CL:0000667", + PermissibleValue( + text="CL:0000667", + description="An extracellular matrix secreting cell that secretes collagen.", + meaning=CL["0000667"])) + setattr(cls, "CL:0000157", + PermissibleValue( + text="CL:0000157", + description="A cell that specializes in secretion of surfactant in the alveoli of the lung.", + meaning=CL["0000157"])) + setattr(cls, "CL:0002235", + PermissibleValue( + text="CL:0002235", + description="A cell of the luminal layer of the epithelium in the prostatic acinus.", + meaning=CL["0002235"])) + setattr(cls, "CL:0009011", + PermissibleValue( + text="CL:0009011", + description="""A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the colon. Stem cells located in the crypts of Lieberkühn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.""", + meaning=CL["0009011"])) + setattr(cls, "CL:1000504", + PermissibleValue( + text="CL:1000504", + description="A cell that is part of a renal medulla.", + meaning=CL["1000504"])) + setattr(cls, "CL:4006001", + PermissibleValue( + text="CL:4006001", + description="A fibroblast that is part of the skin of scalp.", + meaning=CL["4006001"])) + setattr(cls, "CL:0000241", + PermissibleValue( + text="CL:0000241", + meaning=CL["0000241"])) + setattr(cls, "CL:0000463", + PermissibleValue( + text="CL:0000463", + description="An epidermal cell that secretes chitinous cuticle from its apical side.", + meaning=CL["0000463"])) + setattr(cls, "CL:0001063", + PermissibleValue( + text="CL:0001063", + description="""An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism.""", + meaning=CL["0001063"])) + setattr(cls, "CL:0010000", + PermissibleValue( + text="CL:0010000", + description="""A hair follicle matrix region cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the hair bulb to become the hair medulla cortex and hair root sheath.""", + meaning=CL["0010000"])) + setattr(cls, "CL:0002465", + PermissibleValue( + text="CL:0002465", + description="A conventional dendritic cell that expresses CD11b (ITGAM).", + meaning=CL["0002465"])) + setattr(cls, "CL:0000719", + PermissibleValue( + text="CL:0000719", + meaning=CL["0000719"])) + setattr(cls, "CL:4023036", + PermissibleValue( + text="CL:4023036", + description="""A pvalb GABAergic cortical interneuron that is recognizable by the straight terminal axonal 'cartridges' of vertically oriented strings of synaptic boutons. Chandelier PV cells' boutons target exclusively the axon initial segment (AIS) of pyramidal cells, with a single cell innervating hundreds of pyramidal cells in a clustered manner.""", + meaning=CL["4023036"])) + setattr(cls, "CL:4023110", + PermissibleValue( + text="CL:4023110", + description="A pyramidal neuron with soma located in the amygdala.", + meaning=CL["4023110"])) + setattr(cls, "CL:2000048", + PermissibleValue( + text="CL:2000048", + description="""A lower motor neuron whose soma is located in the anterior horn. Anterior horn motor neurons project from the anterior portion of the grey matter in the spinal cord to some skeletal muscles.""", + meaning=CL["2000048"])) + setattr(cls, "CL:0000388", + PermissibleValue( + text="CL:0000388", + description="""An elongated fibrocyte that is part of a tendon. The cytoplasm is stretched between the collagen fibres of the tendon. They have a central cell nucleus with a prominent nucleolus. Tendon cells have a well-developed rough endoplasmic reticulum and they are responsible for synthesis and turnover of tendon fibres and ground substance.""", + meaning=CL["0000388"])) + setattr(cls, "CL:0000826", + PermissibleValue( + text="CL:0000826", + description="""A progenitor cell of the B cell lineage, with some lineage specific activity such as early stages of recombination of B cell receptor genes, but not yet fully committed to the B cell lineage until the expression of PAX5 occurs.""", + meaning=CL["0000826"])) + setattr(cls, "CL:0000106", + PermissibleValue( + text="CL:0000106", + description="Neuron with one neurite that extends from the cell body.", + meaning=CL["0000106"])) + setattr(cls, "CL:0000589", + PermissibleValue( + text="CL:0000589", + description="""A bulbous cell that is medially placed in one row in the organ of Corti. In contrast to the outer hair cells, the inner hair cells are fewer in number, have fewer sensory hairs, and are less differentiated.""", + meaning=CL["0000589"])) + setattr(cls, "CL:1001593", + PermissibleValue( + text="CL:1001593", + description="""Glandular cell of parathyroid epithelium. Example: Parathyroid chief cell and parathyroid oxyphil cells.""", + meaning=CL["1001593"])) + setattr(cls, "CL:1000473", + PermissibleValue( + text="CL:1000473", + description="A myoepithelial cell that is part of the quarternary lactiferous duct.", + meaning=CL["1000473"])) + setattr(cls, "CL:0002562", + PermissibleValue( + text="CL:0002562", + description="An epidermal cell that is part of the germinal matrix.", + meaning=CL["0002562"])) + setattr(cls, "CL:2000008", + PermissibleValue( + text="CL:2000008", + description="Any blood vessel endothelial cell that is part of a microvascular endothelium.", + meaning=CL["2000008"])) + setattr(cls, "CL:0002210", + PermissibleValue( + text="CL:0002210", + description="""A slow muscle cell that contains high levels of myoglobin and oxygen storing proteins giving the cell a red appearance.""", + meaning=CL["0002210"])) + setattr(cls, "CL:0002509", + PermissibleValue( + text="CL:0002509", + description="A langerin-positive lymph node dendritic cell that is CD103-positive and CD11b-low.", + meaning=CL["0002509"])) + setattr(cls, "CL:0002154", + PermissibleValue( + text="CL:0002154", + description="""A promyelocyte with a nucleus that is indented and contains more marginated heterochromatin compared to its precursor cell (myeloblast); cytoplasm is deeply basophilic and contains numerous mitochondria and meandering cysternae of endoplasmic reticulum; largest of the granulocyte lineages.""", + meaning=CL["0002154"])) + setattr(cls, "CL:0000341", + PermissibleValue( + text="CL:0000341", + meaning=CL["0000341"])) + setattr(cls, "CL:0000581", + PermissibleValue( + text="CL:0000581", + description="""A macrophage resident in the peritoneum under non-inflammatory conditions. Markers include F4/80-high, CD11b-high, CD68-positive, SIGNR1-positive, CD115-high, MHC-II-negative, and Dectin-1-positive.""", + meaning=CL["0000581"])) + setattr(cls, "CL:0002337", + PermissibleValue( + text="CL:0002337", + description="""A stem cell located in the bulge of the hair follicle that can give rise to regenerate the new follicle with each hair cycle and to reepithelialize the epidermis during wound repair.""", + meaning=CL["0002337"])) + setattr(cls, "CL:4030016", + PermissibleValue( + text="CL:4030016", + description="An epithelial cell located in the early distal convoluted tubule.", + meaning=CL["4030016"])) + setattr(cls, "CL:4030019", + PermissibleValue( + text="CL:4030019", + description="A renal intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030019"])) + setattr(cls, "CL:4023121", + PermissibleValue( + text="CL:4023121", + description="""A sst GABAergic cortical interneuron that also expresses Chodl. These neurons are rare and correspond to the only known cortical interneurons with long-range projection.""", + meaning=CL["4023121"])) + setattr(cls, "CL:0000824", + PermissibleValue( + text="CL:0000824", + description="""A natural killer cell that is developmentally mature and expresses a variety of inhibitory and activating receptors that recognize MHC class I and other stress related molecules.""", + meaning=CL["0000824"])) + setattr(cls, "CL:2000011", + PermissibleValue( + text="CL:2000011", + description="Any endothelial cell of lymphatic vessel that is part of a dermis.", + meaning=CL["2000011"])) + setattr(cls, "CL:1001225", + PermissibleValue( + text="CL:1001225", + description="A cell that is part of a collecting duct of renal tubule.", + meaning=CL["1001225"])) + setattr(cls, "CL:0000010", + PermissibleValue( + text="CL:0000010", + description="""A cell in vitro that is or has been maintained or propagated as part of a cell culture.""", + meaning=CL["0000010"])) + setattr(cls, "CL:0009079", + PermissibleValue( + text="CL:0009079", + description="A fibroblast located between thymic lobules.", + meaning=CL["0009079"])) + setattr(cls, "CL:0011015", + PermissibleValue( + text="CL:0011015", + description="""A motile sperm cell that contain no F-actin, and their motility is powered by a dynamic filament system.""", + meaning=CL["0011015"])) + setattr(cls, "CL:0002482", + PermissibleValue( + text="CL:0002482", + description="A melanocyte that produces pigment in the dermis.", + meaning=CL["0002482"])) + setattr(cls, "CL:1000329", + PermissibleValue( + text="CL:1000329", + description="A goblet cell that is part of the epithelium of trachea.", + meaning=CL["1000329"])) + setattr(cls, "CL:4023004", + PermissibleValue( + text="CL:4023004", + description="""A type of intrafusal muscle fiber that lies in the center of a muscle spindle. Nuclei are clustered centrally and give the equatorial region a swollen appearance. They are associated with associated with dynamic gamma motor neurons, and the stretching of the equatorial region of the nuclear bag fibers results in an increase in the firing rate of type Ia sensory fibers.""", + meaning=CL["4023004"])) + setattr(cls, "CL:1000447", + PermissibleValue( + text="CL:1000447", + description="A basal cell that is part of the epithelium of esophagus.", + meaning=CL["1000447"])) + setattr(cls, "CL:0001061", + PermissibleValue( + text="CL:0001061", + description="""A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models.""", + meaning=CL["0001061"])) + setattr(cls, "CL:0000460", + PermissibleValue( + text="CL:0000460", + description="Any secretory cell that is capable of some glucocorticoid secretion.", + meaning=CL["0000460"])) + setattr(cls, "CL:1001068", + PermissibleValue( + text="CL:1001068", + meaning=CL["1001068"])) + setattr(cls, "CL:0000098", + PermissibleValue( + text="CL:0000098", + description="""A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells.""", + meaning=CL["0000098"])) + setattr(cls, "CL:0000935", + PermissibleValue( + text="CL:0000935", + description="""A CD4-negative, CD8-negative, alpha-beta intraepithelial T cell that is found in the columnar epithelium of the gastrointestinal tract.""", + meaning=CL["0000935"])) + setattr(cls, "CL:0009043", + PermissibleValue( + text="CL:0009043", + description="An intestinal crypt stem cell that is located in the colon.", + meaning=CL["0009043"])) + setattr(cls, "CL:0004244", + PermissibleValue( + text="CL:0004244", + description="""An amacrine cell with a wide dendritic field, dendrites in S4, and post-synaptic terminals in S4.""", + meaning=CL["0004244"])) + setattr(cls, "CL:1000448", + PermissibleValue( + text="CL:1000448", + description="An epithelial cell that is part of the sweat gland.", + meaning=CL["1000448"])) + setattr(cls, "CL:0001059", + PermissibleValue( + text="CL:0001059", + description="""A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages. These cells are CD34-positive, and express Gata1, Gata2, C/EBPa, and Pu.1.""", + meaning=CL["0001059"])) + setattr(cls, "CL:0000945", + PermissibleValue( + text="CL:0000945", + description="A lymphocyte of B lineage with the commitment to express an immunoglobulin complex.", + meaning=CL["0000945"])) + setattr(cls, "CL:0001057", + PermissibleValue( + text="CL:0001057", + description="A myeloid dendritic cell with the phenotype HLA-DRA-positive.", + meaning=CL["0001057"])) + setattr(cls, "CL:1001224", + PermissibleValue( + text="CL:1001224", + description="Any smooth muscle cell that is part of some renal interlobular vein.", + meaning=CL["1001224"])) + setattr(cls, "CL:0005005", + PermissibleValue( + text="CL:0005005", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into a cyanophore.""", + meaning=CL["0005005"])) + setattr(cls, "CL:0000649", + PermissibleValue( + text="CL:0000649", + description="""A cell with delicate radiating processes known as desmosomes that form intercellular bridges between other cells of this type. This cell type forms the stratum spinosum (prickle cell layer). A function of this cell is to generate keratin.""", + meaning=CL["0000649"])) + setattr(cls, "CL:2000025", + PermissibleValue( + text="CL:2000025", + description="Any oligodendrocyte that is part of a spinal cord.", + meaning=CL["2000025"])) + setattr(cls, "CL:0000996", + PermissibleValue( + text="CL:0000996", + description="""Mature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0000996"])) + setattr(cls, "CL:4023169", + PermissibleValue( + text="CL:4023169", + description="""A neuron that is responsible for sensation in the face or motor functions such as biting and chewing. Trigeminal neurons extend a single axon shaft along the lateral white matter of the hindbrain and spinal cord. The highly branched axons innervate the integument of the head.""", + meaning=CL["4023169"])) + setattr(cls, "CL:0000989", + PermissibleValue( + text="CL:0000989", + description="""CD11c-low plasmacytoid dendritic cell is a leukocyte that is CD11c-low, CD45R-positive, GR1-positive and CD11b-negative.""", + meaning=CL["0000989"])) + setattr(cls, "CL:0002373", + PermissibleValue( + text="CL:0002373", + description="A peptide hormone secreting cell that secretes growth hormone releasing hormone.", + meaning=CL["0002373"])) + setattr(cls, "CL:4030057", + PermissibleValue( + text="CL:4030057", + description="""A medium spiny neuron that exhibits transcriptional divergence from direct and indirect spiny projection neurons, for example, enrichment in Casz1, Otof, Cacng5 and Pcdh8 noted in mice. Whilst in general medium spiny neurons have been found to be differentially distributed across the basal ganglia, the eccentric medium spiny neuron cell type has been found to be more evenly distributed throughout cerebral nuclei.""", + meaning=CL["4030057"])) + setattr(cls, "CL:0000597", + PermissibleValue( + text="CL:0000597", + description="""The smaller of two types of asexual spores formed by some fungi. An ovoid to pear-shaped asexual spore that contains very little cytoplasm and organelles, is uninucleate, and forms in vegetative hypae within a mycelium. Micronidia are extruded from the hyphal cell wall.""", + meaning=CL["0000597"])) + setattr(cls, "CL:0002108", + PermissibleValue( + text="CL:0002108", + description="""A CD38-negative IgG memory B cell is a IgG-positive class switched memory B cell that has class switched and expresses IgG on the cell surface with the phenotype CD38-negative, IgD-negative, and IgG-positive.""", + meaning=CL["0002108"])) + setattr(cls, "CL:0001049", + PermissibleValue( + text="CL:0001049", + description="""A recently activated CD8-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, CCR7-negative, and CD25-positive.""", + meaning=CL["0001049"])) + setattr(cls, "CL:0002407", + PermissibleValue( + text="CL:0002407", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.""", + meaning=CL["0002407"])) + setattr(cls, "CL:0000552", + PermissibleValue( + text="CL:0000552", + description="""The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated.""", + meaning=CL["0000552"])) + setattr(cls, "CL:0000980", + PermissibleValue( + text="CL:0000980", + description="""An activated mature (naive or memory) B cell that is secreting immunoglobulin, typified by being CD27-positive, CD38-positive, CD138-negative.""", + meaning=CL["0000980"])) + setattr(cls, "CL:0002598", + PermissibleValue( + text="CL:0002598", + description="Any smooth muscle cell that is part of some bronchus.", + meaning=CL["0002598"])) + setattr(cls, "CL:0001034", + PermissibleValue( + text="CL:0001034", + description="""A cell that is maintained or propagated in a controlled artificial environment for use in an investigation.""", + meaning=CL["0001034"])) + setattr(cls, "CL:1001006", + PermissibleValue( + text="CL:1001006", + description="Any kidney arterial blood vessel cell that is part of some renal afferent arteriole.", + meaning=CL["1001006"])) + setattr(cls, "CL:2000037", + PermissibleValue( + text="CL:2000037", + description="Any neuromast hair cell that is part of a posterior lateral line.", + meaning=CL["2000037"])) + setattr(cls, "CL:1000326", + PermissibleValue( + text="CL:1000326", + description="A goblet cell that is part of the epithelium proper of ileum.", + meaning=CL["1000326"])) + setattr(cls, "CL:4033030", + PermissibleValue( + text="CL:4033030", + description="""An OFF calbindin-negative bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3b contacts with cones are non-triad-associated.""", + meaning=CL["4033030"])) + setattr(cls, "CL:0002318", + PermissibleValue( + text="CL:0002318", + description="""A mesothelial cell capable of circulating in the blood by first losing its squamous character. This cell can incorporate into the regenerating mesothelium.""", + meaning=CL["0002318"])) + setattr(cls, "CL:0000919", + PermissibleValue( + text="CL:0000919", + description="""A CD8-positive alpha beta-positive T cell with the phenotype FoxP3-positive and having suppressor function.""", + meaning=CL["0000919"])) + setattr(cls, "CL:0002341", + PermissibleValue( + text="CL:0002341", + description="An undifferentiated cell of the prostate epithelium that lacks secretory activity.", + meaning=CL["0002341"])) + setattr(cls, "CL:0000638", + PermissibleValue( + text="CL:0000638", + description="An acidophilic chromophil cell that of the anterior pituitary gland.", + meaning=CL["0000638"])) + setattr(cls, "CL:1000854", + PermissibleValue( + text="CL:1000854", + description="A blood vessel cell that is part of a kidney.", + meaning=CL["1000854"])) + setattr(cls, "CL:1000123", + PermissibleValue( + text="CL:1000123", + description="Any epithelial cell that is part of some metanephric nephron tubule.", + meaning=CL["1000123"])) + setattr(cls, "CL:1001214", + PermissibleValue( + text="CL:1001214", + description="Any smooth muscle cell that is part of some kidney arcuate artery.", + meaning=CL["1001214"])) + setattr(cls, "CL:0000031", + PermissibleValue( + text="CL:0000031", + description="A cell that will develop into a neuron often after a migration phase.", + meaning=CL["0000031"])) + setattr(cls, "CL:0000312", + PermissibleValue( + text="CL:0000312", + description="""An epidermal cell which synthesizes keratin and undergoes a characteristic change as it moves upward from the basal layers of the epidermis to the cornified (horny) layer of the skin. Successive stages of differentiation of the keratinocytes forming the epidermal layers are basal cell, spinous or prickle cell, and the granular cell.""", + meaning=CL["0000312"])) + setattr(cls, "CL:4023059", + PermissibleValue( + text="CL:4023059", + description="An oligodendrocyte precursor cell that is committed to differentiate.", + meaning=CL["4023059"])) + setattr(cls, "CL:0000432", + PermissibleValue( + text="CL:0000432", + description="""A fibroblast that synthesizes collagen and uses it to produce reticular fibers, thus providing structural support. Reticular cells are found in many organs, including the spleen, lymph nodes and kidneys. Subtypes of reticular cells include epithelial, mesenchymal, and fibroblastic reticular cells. Fibroblastic reticular cells are involved in directing B cells and T cells to specific regions within a tissue, whereas epithelial and mesenchymal reticular cells are associated with certain areas of the brain.""", + meaning=CL["0000432"])) + setattr(cls, "CL:0000129", + PermissibleValue( + text="CL:0000129", + description="""A central nervous system macrophage found in the parenchyma of the central nervous system. Marker include CD11b-positive, F4/80-positive, and CD68-positive.""", + meaning=CL["0000129"])) + setattr(cls, "CL:0002310", + PermissibleValue( + text="CL:0002310", + description="""An acidophil cell of the anterior pituitary gland that produces both prolactin and growth hormone.""", + meaning=CL["0002310"])) + setattr(cls, "CL:2000001", + PermissibleValue( + text="CL:2000001", + description="""A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood.""", + meaning=CL["2000001"])) + setattr(cls, "CL:0008046", + PermissibleValue( + text="CL:0008046", + description="""A skeletal muscle fiber that is innervated by alpha motor neuron and generates tension by contracting, thereby allowing for skeletal movement. These fibers make up the large mass of skeletal muscle tissue and are attached to bones by tendons.""", + meaning=CL["0008046"])) + setattr(cls, "CL:0000636", + PermissibleValue( + text="CL:0000636", + description="""Astrocyte-like radial glial cell that extends vertically throughout the retina, with the nucleus are usually in the middle of the inner nuclear layer.""", + meaning=CL["0000636"])) + setattr(cls, "CL:1000695", + PermissibleValue( + text="CL:1000695", + meaning=CL["1000695"])) + setattr(cls, "CL:0002554", + PermissibleValue( + text="CL:0002554", + description="A fibroblast of the lymphatic system.", + meaning=CL["0002554"])) + setattr(cls, "CL:0000056", + PermissibleValue( + text="CL:0000056", + description="""A cell that is commited to differentiating into a muscle cell. Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes. Myoblasts also occur as transient populations of cells in muscles undergoing repair.""", + meaning=CL["0000056"])) + setattr(cls, "CL:0009004", + PermissibleValue( + text="CL:0009004", + description="""Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates.""", + meaning=CL["0009004"])) + setattr(cls, "CL:2000014", + PermissibleValue( + text="CL:2000014", + description="Any skin fibroblast that is part of a upper leg skin.", + meaning=CL["2000014"])) + setattr(cls, "CL:1000042", + PermissibleValue( + text="CL:1000042", + description="Any neuroblast (sensu Vertebrata) that is part of some forebrain.", + meaning=CL["1000042"])) + setattr(cls, "CL:0000039", + PermissibleValue( + text="CL:0000039", + description="""A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring.""", + meaning=CL["0000039"])) + setattr(cls, "CL:4030064", + PermissibleValue( + text="CL:4030064", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 5. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L5 IT.""", + meaning=CL["4030064"])) + setattr(cls, "CL:0002597", + PermissibleValue( + text="CL:0002597", + description="A smooth muscle cell of the bladder.", + meaning=CL["0002597"])) + setattr(cls, "CL:0000365", + PermissibleValue( + text="CL:0000365", + description="Diploid cell produced by the fusion of sperm cell nucleus and egg cell.", + meaning=CL["0000365"])) + setattr(cls, "CL:0000555", + PermissibleValue( + text="CL:0000555", + meaning=CL["0000555"])) + setattr(cls, "CL:0000621", + PermissibleValue( + text="CL:0000621", + description="""A myoblast that is committed to a myotube-specific program of differentiation but not yet fused. It undergoes very limited additional proliferation. After fusion, it will take on a muscle identity specified by a `muscle founder cell` (CL:0008006).""", + meaning=CL["0000621"])) + setattr(cls, "CL:0008037", + PermissibleValue( + text="CL:0008037", + description="""A lower motor neuron that innervates only intrafusal muscle fibers. Unlike the alpha motor neurons, gamma motor neurons do not directly adjust the lengthening or shortening of muscles but function in adjusting the sensitivity of muscle spindles and in keeping muscle spindles taut, thereby allowing the continued firing of alpha neurons.""", + meaning=CL["0008037"])) + setattr(cls, "CL:0003035", + PermissibleValue( + text="CL:0003035", + description="A monostratified retinal ganglion cell that contains opsin.", + meaning=CL["0003035"])) + setattr(cls, "CL:0000586", + PermissibleValue( + text="CL:0000586", + description="The reproductive cell in multicellular organisms.", + meaning=CL["0000586"])) + setattr(cls, "CL:0002291", + PermissibleValue( + text="CL:0002291", + description="""A sperm bearing an X chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.""", + meaning=CL["0002291"])) + setattr(cls, "CL:1001585", + PermissibleValue( + text="CL:1001585", + description="""Glandular cell of appendix epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001585"])) + setattr(cls, "CL:0000029", + PermissibleValue( + text="CL:0000029", + description="Any neuron that develops from some migratory neural crest cell.", + meaning=CL["0000029"])) + setattr(cls, "CL:0002574", + PermissibleValue( + text="CL:0002574", + description="A stromal cell of the pancreas.", + meaning=CL["0002574"])) + setattr(cls, "CL:0002541", + PermissibleValue( + text="CL:0002541", + description="A mesenchymal stem cell of the chorionic membrane.", + meaning=CL["0002541"])) + setattr(cls, "CL:0000885", + PermissibleValue( + text="CL:0000885", + description="""A mucosa-associated lymphoid tissue macrophage found in the mucosa-associated lymphoid tissues of the gut.""", + meaning=CL["0000885"])) + setattr(cls, "CL:0000937", + PermissibleValue( + text="CL:0000937", + description="""Cell committed to natural killer cell lineage that has the phenotype CD122-positive, CD34-positive, and CD117-positive. This cell type lacks expression of natural killer receptor proteins.""", + meaning=CL["0000937"])) + setattr(cls, "CL:0002173", + PermissibleValue( + text="CL:0002173", + description="""A cell that is a specialized type of pericyte providing structural support for the capillary loops of kidney. A flat, elongated cell with extensive fine cytoplasmic processes found outside the kidney glomerulus near the macula densa and bound laterally by afferent and efferent arterioles. Being phagocytic, this cell participates in the continuous turnover of the basal lamina by removing its outer portion containing residues of filtration, while the lamina is renewed on its inner surface by the endothelial cells.""", + meaning=CL["0002173"])) + setattr(cls, "CL:4040006", + PermissibleValue( + text="CL:4040006", + description="A chromatophore that is part of the dermis.", + meaning=CL["4040006"])) + setattr(cls, "CL:2000088", + PermissibleValue( + text="CL:2000088", + description="Any basket cell that is part of a Ammon's horn.", + meaning=CL["2000088"])) + setattr(cls, "CL:0000811", + PermissibleValue( + text="CL:0000811", + description="""An immature alpha-beta T cell that is located in the thymus and is CD8-positive and CD4-negative.""", + meaning=CL["0000811"])) + setattr(cls, "CL:0005023", + PermissibleValue( + text="CL:0005023", + description="""Cranial motor neuron which innervates muscles derived from the branchial (pharyngeal) arches.""", + meaning=CL["0005023"])) + setattr(cls, "CL:0002336", + PermissibleValue( + text="CL:0002336", + description="""An endothelial cell that lines the oral cavitiy including the mucosa of the gums, the palate, the lip, and the cheek.""", + meaning=CL["0002336"])) + setattr(cls, "CL:0009097", + PermissibleValue( + text="CL:0009097", + description="""A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development.""", + meaning=CL["0009097"])) + setattr(cls, "CL:0000946", + PermissibleValue( + text="CL:0000946", + description="""A lymphocyte of B lineage that is devoted to secreting large amounts of immunoglobulin.""", + meaning=CL["0000946"])) + setattr(cls, "CL:4033038", + PermissibleValue( + text="CL:4033038", + description="An alpha-beta CD4 T cell that resides in the lung.", + meaning=CL["4033038"])) + setattr(cls, "CL:0000120", + PermissibleValue( + text="CL:0000120", + description="""A neuron of the vertebrate central nervous system that is small in size. This general class includes small neurons in the granular layer of the cerebellar cortex, cerebral cortex neurons that are not pyramidal cells and small neurons without axons found in the olfactory bulb.""", + meaning=CL["0000120"])) + setattr(cls, "CL:4023009", + PermissibleValue( + text="CL:4023009", + description="""A glutamatergic neuron located in the cerebral cortex that projects to structures not derived from telencephalon.""", + meaning=CL["4023009"])) + setattr(cls, "CL:0002233", + PermissibleValue( + text="CL:0002233", + description="An epithelial cell of the prostatic acinus.", + meaning=CL["0002233"])) + setattr(cls, "CL:0000647", + PermissibleValue( + text="CL:0000647", + description="""A phagocytic cell formed by the fusion of macrophages, occurs in chronic inflammatory responses to persistent microorganism such as M.tuberculosis, component of granulomas. Sometimes used to refer to megakaryocytes.""", + meaning=CL["0000647"])) + setattr(cls, "CL:0000977", + PermissibleValue( + text="CL:0000977", + description="A short lived plasma cell that secretes IgG.", + meaning=CL["0000977"])) + setattr(cls, "CL:0000078", + PermissibleValue( + text="CL:0000078", + meaning=CL["0000078"])) + setattr(cls, "CL:0002106", + PermissibleValue( + text="CL:0002106", + description="""An IgD-positive CD38-positive IgG memory B cell is a CD38-positive IgG-positive class switched memory B cell that has class switched and expresses IgD on the cell surface with the phenotype IgD-positive, CD38-positive, and IgG-positive.""", + meaning=CL["0002106"])) + setattr(cls, "CL:0002387", + PermissibleValue( + text="CL:0002387", + description="""Cylindrical spore formed by development and compartmentation of hyphae; the hyphae are often supporting blastoconidiophores.""", + meaning=CL["0002387"])) + setattr(cls, "CL:0002219", + PermissibleValue( + text="CL:0002219", + description="""A trophoblast found at the junction of the placenta. This cell type makes a unique fibronectin-trophouteronectin junction that helps mediate attachment of the placenta to the uterus. This cell type is also found junction of the chorion layer of the external membranes and the decidua.""", + meaning=CL["0002219"])) + setattr(cls, "CL:4030036", + PermissibleValue( + text="CL:4030036", + description="""A spermatid in an early stage of maturation that has a round morphology and is transcriptionally active.""", + meaning=CL["4030036"])) + setattr(cls, "CL:0002516", + PermissibleValue( + text="CL:0002516", + description="""A chromaffin cell interspersed among the interrenal epithelial layer of the anterior kidney of teloest fish.""", + meaning=CL["0002516"])) + setattr(cls, "CL:0002636", + PermissibleValue( + text="CL:0002636", + description="A nonkeratinized cell epithleial cell of the inferior part of the anal canal.", + meaning=CL["0002636"])) + setattr(cls, "CL:0001039", + PermissibleValue( + text="CL:0001039", + description="""Osteoblast that is terminally differentiated, located adjacent to acellular or cellular bone tissue within periosteum, and is capable of mineralizing the matrix.""", + meaning=CL["0001039"])) + setattr(cls, "CL:0002588", + PermissibleValue( + text="CL:0002588", + description="A smooth muscle cell of the umbilical vein.", + meaning=CL["0002588"])) + setattr(cls, "CL:1000398", + PermissibleValue( + text="CL:1000398", + description="""An endothelial cell that is part of the hepatic sinusoid. These cells possess flattened areas containing perforations about 0.1 micrometers in diameter, known as fenestrae. The fenestrae are arranged in groups known as sieve plates.""", + meaning=CL["1000398"])) + setattr(cls, "CL:4033017", + PermissibleValue( + text="CL:4033017", + description="A smooth muscle cell that is part of a bronchiole.", + meaning=CL["4033017"])) + setattr(cls, "CL:0000861", + PermissibleValue( + text="CL:0000861", + description="""A macrophage which develops from an inflammatory monocyte and is recruited into the tissues in response to injury and infection as part of an inflammatory response. Markers include CD11b-positive, CD68-positive, and F4/80-positive.""", + meaning=CL["0000861"])) + setattr(cls, "CL:0000372", + PermissibleValue( + text="CL:0000372", + description="""An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization that forms a socket around the base of a cuticular specialization produced by a trichogen cell.""", + meaning=CL["0000372"])) + setattr(cls, "CL:0000753", + PermissibleValue( + text="CL:0000753", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell body of these cells is in the middle of the inner plexiform layer. The dendritic tree is stout and the axon terminates in sublamina 1. The axonal terminal is wide and has only a few varicosities.""", + meaning=CL["0000753"])) + setattr(cls, "CL:0000066", + PermissibleValue( + text="CL:0000066", + description="""A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina.""", + meaning=CL["0000066"])) + setattr(cls, "CL:1000681", + PermissibleValue( + text="CL:1000681", + description="A cell that is part of an interstitial compartment of a renal cortex.", + meaning=CL["1000681"])) + setattr(cls, "CL:0000819", + PermissibleValue( + text="CL:0000819", + description="""A B cell of distinct lineage and surface marker expression. B-1 B cells are thought to be the primary source of natural IgM immunoglobulin, that is, IgM produced in large quantities without prior antigenic stimulation and generally reactive against various microorganisms, as well as the source of T-independent IgA immunoglobulin in the mucosal areas. These cells are CD43-positive.""", + meaning=CL["0000819"])) + setattr(cls, "CL:0000221", + PermissibleValue( + text="CL:0000221", + description="A cell of the outer of the three germ layers of the embryo.", + meaning=CL["0000221"])) + setattr(cls, "CL:0000842", + PermissibleValue( + text="CL:0000842", + description="A leukocyte with a single non-segmented nucleus in the mature form.", + meaning=CL["0000842"])) + setattr(cls, "CL:0001031", + PermissibleValue( + text="CL:0001031", + description="""An excitatory granule cell with a soma located in the granular layer of cerebellar cortex. A mature cerebellar granule cell has short dendrites with a characteristic claw-like appearance and a long axon that ascends to the molecular layer where it bifurcates (except in non-teleost fish, where it does not bifurcate) and extends mediolaterally to form parallel fibers.""", + meaning=CL["0001031"])) + setattr(cls, "CL:0000097", + PermissibleValue( + text="CL:0000097", + description="""A cell that is found in almost all tissues containing numerous basophilic granules and capable of releasing large amounts of histamine and heparin upon activation. Progenitors leave bone marrow and mature in connective and mucosal tissue. Mature mast cells are found in all tissues, except the bloodstream. Their phenotype is CD117-high, CD123-negative, CD193-positive, CD200R3-positive, and FceRI-high. Stem-cell factor (KIT-ligand; SCF) is the main controlling signal of their survival and development.""", + meaning=CL["0000097"])) + setattr(cls, "CL:0000408", + PermissibleValue( + text="CL:0000408", + description="""Any male germ cell that has characteristic some haploid and is capable of some fertilization.""", + meaning=CL["0000408"])) + setattr(cls, "CL:0002204", + PermissibleValue( + text="CL:0002204", + description="""A cell type found in the gastrointestinal and respiratory tracts that is characterized by the presence of a tuft of blunt, squat microvilli (120-140 per cell). Function of this cell type is not known.""", + meaning=CL["0002204"])) + setattr(cls, "CL:0004215", + PermissibleValue( + text="CL:0004215", + description="A type 5 cone bipolar cell with narrowly stratified post synaptic terminals.", + meaning=CL["0004215"])) + setattr(cls, "CL:0000110", + PermissibleValue( + text="CL:0000110", + description="A neuron that uses neuropeptides as transmitters.", + meaning=CL["0000110"])) + setattr(cls, "CL:2000040", + PermissibleValue( + text="CL:2000040", + description="Any microvascular endothelial cell that is part of a urinary bladder.", + meaning=CL["2000040"])) + setattr(cls, "CL:1000454", + PermissibleValue( + text="CL:1000454", + description="An epithelial cell that is part of the collecting duct of renal tubule.", + meaning=CL["1000454"])) + setattr(cls, "CL:0000822", + PermissibleValue( + text="CL:0000822", + description="""A conventional B cell subject to antigenic stimulation and dependent on T cell help and with a distinct surface marker expression pattern from B-1 B cells. These cells are CD43-negative.""", + meaning=CL["0000822"])) + setattr(cls, "CL:0000925", + PermissibleValue( + text="CL:0000925", + description="""A type I NK T cell that has been recently activated, secretes interferon-gamma and IL-4, and has the phenotype CD4-positive, CD69-positive, and downregulated NK markers.""", + meaning=CL["0000925"])) + setattr(cls, "CL:0002218", + PermissibleValue( + text="CL:0002218", + description="""A double negative thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.""", + meaning=CL["0002218"])) + setattr(cls, "CL:0002412", + PermissibleValue( + text="CL:0002412", + description="""A gamma-delta receptor that expresses Vgamma1.1-Vdelta6.3 chains in the T-cell receptor.""", + meaning=CL["0002412"])) + setattr(cls, "CL:0004124", + PermissibleValue( + text="CL:0004124", + description="A retinal ganglion cell C inner that has medium dendritic diversity.", + meaning=CL["0004124"])) + setattr(cls, "CL:4023039", + PermissibleValue( + text="CL:4023039", + description="""Any neuron that has its soma located in some amygdala and is capable of some glutamate secretion, neurotransmission.""", + meaning=CL["4023039"])) + setattr(cls, "CL:0000584", + PermissibleValue( + text="CL:0000584", + description="""An epithelial cell that has its apical plasma membrane folded into microvilli to provide ample surface for the absorption of nutrients from the intestinal lumen.""", + meaning=CL["0000584"])) + setattr(cls, "CL:2000024", + PermissibleValue( + text="CL:2000024", + description="Any neuron that is part of a spinal cord medial motor column.", + meaning=CL["2000024"])) + setattr(cls, "CL:0000023", + PermissibleValue( + text="CL:0000023", + description="A female germ cell that has entered meiosis.", + meaning=CL["0000023"])) + setattr(cls, "CL:0009008", + PermissibleValue( + text="CL:0009008", + description="A macrophage which is resident in the lamina propria of the large intestine.", + meaning=CL["0009008"])) + setattr(cls, "CL:4023163", + PermissibleValue( + text="CL:4023163", + description="""A bushy cell that receives only few large excitatory endbulb synapses from auditory nerves. Spherical bush cells give excitatory input to the lateral and medial parts of the superior olive.""", + meaning=CL["4023163"])) + setattr(cls, "CL:0000893", + PermissibleValue( + text="CL:0000893", + description="An immature T cell located in the thymus.", + meaning=CL["0000893"])) + setattr(cls, "CL:0011000", + PermissibleValue( + text="CL:0011000", + description="A CNS interneuron located in the dorsal horn of the spinal cord.", + meaning=CL["0011000"])) + setattr(cls, "CL:0000602", + PermissibleValue( + text="CL:0000602", + description="""A receptor in the vascular system, particularly the aorta and carotid sinus, which is sensitive to stretch of the vessel walls.""", + meaning=CL["0000602"])) + setattr(cls, "CL:0000211", + PermissibleValue( + text="CL:0000211", + description="""A cell whose function is determined by the generation or the reception of an electric signal.""", + meaning=CL["0000211"])) + setattr(cls, "CL:0017006", + PermissibleValue( + text="CL:0017006", + description="A lymphocyte of B lineage that has gotten larger after being stimulated by an antigen.", + meaning=CL["0017006"])) + setattr(cls, "CL:1000507", + PermissibleValue( + text="CL:1000507", + description="A cell that is part of a nephron tubule.", + meaning=CL["1000507"])) + setattr(cls, "CL:0000766", + PermissibleValue( + text="CL:0000766", + description="A cell of the monocyte, granulocyte, or mast cell lineage.", + meaning=CL["0000766"])) + setattr(cls, "CL:0000362", + PermissibleValue( + text="CL:0000362", + description="An epithelial cell of the integument (the outer layer of an organism).", + meaning=CL["0000362"])) + setattr(cls, "CL:0000022", + PermissibleValue( + text="CL:0000022", + description="A stem cell that is the precursor of female gametes.", + meaning=CL["0000022"])) + setattr(cls, "CL:1000891", + PermissibleValue( + text="CL:1000891", + description="Any kidney blood vessel cell that is part of some kidney arterial blood vessel.", + meaning=CL["1000891"])) + setattr(cls, "CL:1000391", + PermissibleValue( + text="CL:1000391", + description="A melanocyte that is part of the eyelid.", + meaning=CL["1000391"])) + setattr(cls, "CL:0002631", + PermissibleValue( + text="CL:0002631", + description="Any epithelial cell that is part of some upper respiratory tract epithelium.", + meaning=CL["0002631"])) + setattr(cls, "CL:0000941", + PermissibleValue( + text="CL:0000941", + description="""A dendritic cell arising in thymus that has the phenotype CD11c-positive, CD11b-negative, and CD45RA-negative.""", + meaning=CL["0000941"])) + setattr(cls, "CL:0000240", + PermissibleValue( + text="CL:0000240", + meaning=CL["0000240"])) + setattr(cls, "CL:1000358", + PermissibleValue( + text="CL:1000358", + description="A M cell that is part of the epithelium proper of ileum.", + meaning=CL["1000358"])) + setattr(cls, "CL:0001050", + PermissibleValue( + text="CL:0001050", + description="A CD8-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + meaning=CL["0001050"])) + setattr(cls, "CL:0002528", + PermissibleValue( + text="CL:0002528", + description="""A mature CD14-positive dermal dendritic cell is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0002528"])) + setattr(cls, "CL:0002303", + PermissibleValue( + text="CL:0002303", + description="""A cell that is part of pigmented ciliary epithelium. This cell type uptakes sodium and chloride ions from stromal interstitium and passes the ions to non-pigmented ciliary epithelial cells via gap junctions.""", + meaning=CL["0002303"])) + setattr(cls, "CL:0002445", + PermissibleValue( + text="CL:0002445", + description="A NK1.1-positive T cell that is Ly49D-negative.", + meaning=CL["0002445"])) + setattr(cls, "CL:0000033", + PermissibleValue( + text="CL:0000033", + description="""An exocrine cell characterized by loss of part of the cytoplasm during the process of secretion. The secreted substance is accumulated at the apical end and is either budded off through the plasma membrane producing secreted vesicles or dissolved in the cytoplasm that is lost during secretion.""", + meaning=CL["0000033"])) + setattr(cls, "CL:1000486", + PermissibleValue( + text="CL:1000486", + description="""A basal cell that is part of the urothelium. Compared to other urothelial cell types, a basal cell of the urothelium is positioned along the basement membrane, is the most undifferentiated and serves a progenitor role.""", + meaning=CL["1000486"])) + setattr(cls, "CL:0000839", + PermissibleValue( + text="CL:0000839", + description="A progenitor cell restricted to the myeloid lineage.", + meaning=CL["0000839"])) + setattr(cls, "CL:0003016", + PermissibleValue( + text="CL:0003016", + description="""A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003016"])) + setattr(cls, "CL:2000080", + PermissibleValue( + text="CL:2000080", + description="Any mesenchymal stem cell of adipose tissue that is part of an abdomen.", + meaning=CL["2000080"])) + setattr(cls, "CL:0000898", + PermissibleValue( + text="CL:0000898", + description="""Mature T cell not yet exposed to antigen with the phenotype CCR7-positive, CD45RA-positive, and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.""", + meaning=CL["0000898"])) + setattr(cls, "CL:0002113", + PermissibleValue( + text="CL:0002113", + description="""A B220-low CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-low, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002113"])) + setattr(cls, "CL:0009038", + PermissibleValue( + text="CL:0009038", + description="A macrophage that is located in the colon.", + meaning=CL["0009038"])) + setattr(cls, "CL:0000051", + PermissibleValue( + text="CL:0000051", + description="A oligopotent progenitor cell committed to the lymphoid lineage.", + meaning=CL["0000051"])) + setattr(cls, "CL:0000060", + PermissibleValue( + text="CL:0000060", + description="""Skeletogenic cell that secretes dentine matrix, is derived from the odontogenic papilla, and develops from a preodontoblast cell.""", + meaning=CL["0000060"])) + setattr(cls, "CL:0000720", + PermissibleValue( + text="CL:0000720", + meaning=CL["0000720"])) + setattr(cls, "CL:0000123", + PermissibleValue( + text="CL:0000123", + meaning=CL["0000123"])) + setattr(cls, "CL:1000347", + PermissibleValue( + text="CL:1000347", + description="A columnar cell of the colon that is part of the colonic epithelium.", + meaning=CL["1000347"])) + setattr(cls, "CL:0000149", + PermissibleValue( + text="CL:0000149", + meaning=CL["0000149"])) + setattr(cls, "CL:0009106", + PermissibleValue( + text="CL:0009106", + description="A specialized fibroblast found in the medulla of lymph node.", + meaning=CL["0009106"])) + setattr(cls, "CL:1000360", + PermissibleValue( + text="CL:1000360", + description="A M cell that is part of the epithelium proper of large intestine.", + meaning=CL["1000360"])) + setattr(cls, "CL:0000613", + PermissibleValue( + text="CL:0000613", + description="""A progenitor cell committed to the basophil lineage. This cell lacks hematopoietic lineage markers (lin-negative) and is CD34-positive, T1/ST2-low, CD117-negative, and FceRIa-high. This cell also expresses Gata-1, Gata-2 and C/EBPa.""", + meaning=CL["0000613"])) + setattr(cls, "CL:4033055", + PermissibleValue( + text="CL:4033055", + description="A ciliated cell that is part of a ciliated duct of an airway submucosal gland.", + meaning=CL["4033055"])) + setattr(cls, "CL:0009074", + PermissibleValue( + text="CL:0009074", + description="""A thymic medullary epithelial cell that expresses typical tuft cell markers instead of classical mTEC or cTEC markers. This population has a bulbous-like structure.""", + meaning=CL["0009074"])) + setattr(cls, "CL:0000688", + PermissibleValue( + text="CL:0000688", + description="""A fibroblast-like cell that provides support at neuromuscular junctions in vertebrates and are localized outside the synaptic basal lamina.""", + meaning=CL["0000688"])) + setattr(cls, "CL:0000991", + PermissibleValue( + text="CL:0000991", + description="""CD11c-negative plasmacytoid dendritic cell is a leukocyte is CD11c-negative, CD45RA-positive, CD85g-positive(ILT7), CD123-positive, CD303-positive.""", + meaning=CL["0000991"])) + setattr(cls, "CL:0000790", + PermissibleValue( + text="CL:0000790", + description="""An alpha-beta T cell that has an immature phenotype and has not completed T cell selection.""", + meaning=CL["0000790"])) + setattr(cls, "CL:1000191", + PermissibleValue( + text="CL:1000191", + description="""A rod-like cell in the inner ear, having their heads joined and their bases on the basilar membrane widely separated so as to form a spiral tunnel known as the tunnel of Corti.""", + meaning=CL["1000191"])) + setattr(cls, "CL:0000710", + PermissibleValue( + text="CL:0000710", + description="Epithelial cells derived from neural plate and neural crest.", + meaning=CL["0000710"])) + setattr(cls, "CL:0002153", + PermissibleValue( + text="CL:0002153", + description="""The dead keratin-filled squamous cell of the stratum corneum. This cell type lacks a nucleus.""", + meaning=CL["0002153"])) + setattr(cls, "CL:0005002", + PermissibleValue( + text="CL:0005002", + description="A non-terminally differentiated cell that differentiates into a xanthophore.", + meaning=CL["0005002"])) + setattr(cls, "CL:0001013", + PermissibleValue( + text="CL:0001013", + description="""Mature interstitial dendritic cell is a interstitial dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001013"])) + setattr(cls, "CL:0009017", + PermissibleValue( + text="CL:0009017", + description="""An intestinal stem cell that is located in the small intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the small intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009017"])) + setattr(cls, "CL:0008040", + PermissibleValue( + text="CL:0008040", + description="""An endothelial cell of the venule that is squamous shaped. This is in contrast to the cubodial shape of high endothelial venule cells.""", + meaning=CL["0008040"])) + setattr(cls, "CL:0002110", + PermissibleValue( + text="CL:0002110", + description="""A B220-low CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-low, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002110"])) + setattr(cls, "CL:0000255", + PermissibleValue( + text="CL:0000255", + description="Any cell that only exists in Eukaryota.", + meaning=CL["0000255"])) + setattr(cls, "CL:1000612", + PermissibleValue( + text="CL:1000612", + description="Any renal cortical epithelial cell that is part of some renal corpuscle.", + meaning=CL["1000612"])) + setattr(cls, "CL:3000001", + PermissibleValue( + text="CL:3000001", + description="""A tissue-resident macrophage that is part of the placenta. A Hofbauer cell expresses high levels of growth factors and metalloproteinases that support vasculogenesis, angiogenesis, branching morphogenesis and tissue remodeling. A Hofbauer cell has a fetal origin and is present throughout pregnancy.""", + meaning=CL["3000001"])) + setattr(cls, "CL:0002274", + PermissibleValue( + text="CL:0002274", + description="A cell type that secretes histamine.", + meaning=CL["0002274"])) + setattr(cls, "CL:0002048", + PermissibleValue( + text="CL:0002048", + description="A pre-B cell precursor is CD19-low, CD22-positive , CD34-positive, CD38-positive.", + meaning=CL["0002048"])) + setattr(cls, "CL:0000761", + PermissibleValue( + text="CL:0000761", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The dendritic tree is wide and the dendritic convergence indicates cone selectivity. The axon terminal is sparsely branched and terminates in sublamina 5 of the inner plexiform layer.""", + meaning=CL["0000761"])) + setattr(cls, "CL:0001019", + PermissibleValue( + text="CL:0001019", + meaning=CL["0001019"])) + setattr(cls, "CL:0002269", + PermissibleValue( + text="CL:0002269", + description="An endocrine cell that secretes vasoactive intestinal peptide.", + meaning=CL["0002269"])) + setattr(cls, "CL:0009009", + PermissibleValue( + text="CL:0009009", + description="A paneth cell that is located in the epithelium of the colon.", + meaning=CL["0009009"])) + setattr(cls, "CL:0010016", + PermissibleValue( + text="CL:0010016", + description="""A cell with a flagellum surrounded by a collar of microvilli. The motion of the flagellum draws water past the microvilli, serving either a feeding or sensory function. Collar cells are found in multiple animals, including sponges, echinoderms, and cnidarians. They are also found outside animals in the choanoflagellates. Although collar cells are superficially similar, their cytoskeletal structure and functional biology are different in different groups of organisms.""", + meaning=CL["0010016"])) + setattr(cls, "CL:1001603", + PermissibleValue( + text="CL:1001603", + description="Circulating macrophages and tissue macrophages (alveolar macrophages) of lung.", + meaning=CL["1001603"])) + setattr(cls, "CL:0004217", + PermissibleValue( + text="CL:0004217", + description="""A horizontal cell with a large cell body, thick dendrites, and a large dendritic arbor.""", + meaning=CL["0004217"])) + setattr(cls, "CL:0001040", + PermissibleValue( + text="CL:0001040", + description="""Osteoblast that is non-terminally differentiated and located in cellular bone tissue or under the periosteum in acellular bone.""", + meaning=CL["0001040"])) + setattr(cls, "CL:0002669", + PermissibleValue( + text="CL:0002669", + description="An otic fibrocyte that lines the otic capsule.", + meaning=CL["0002669"])) + setattr(cls, "CL:0000205", + PermissibleValue( + text="CL:0000205", + description="""A cellular receptor which mediates the sense of temperature. Thermoreceptor cells in vertebrates are mostly located under the skin. In mammals there are separate types of thermoreceptors for cold and for warmth and pain receptor cells which detect cold or heat extreme enough to cause pain.""", + meaning=CL["0000205"])) + setattr(cls, "CL:0002294", + PermissibleValue( + text="CL:0002294", + description="""An epithelial cell with a well defined Golgi apparatus that makes up the continuous layer of cells bordering the thymic tissue beneath the capsule.""", + meaning=CL["0002294"])) + setattr(cls, "CL:1000345", + PermissibleValue( + text="CL:1000345", + description="""A paneth cell that is part of the epithelium of crypt of Lieberkuhn of small intestine.""", + meaning=CL["1000345"])) + setattr(cls, "CL:0009077", + PermissibleValue( + text="CL:0009077", + description="A thymic epithelial cell located within the subcapsular region of the thymus.", + meaning=CL["0009077"])) + setattr(cls, "CL:0001201", + PermissibleValue( + text="CL:0001201", + description="A B cell that is CD19-positive.", + meaning=CL["0001201"])) + setattr(cls, "CL:0002600", + PermissibleValue( + text="CL:0002600", + description="A smooth muscle cell of the trachea.", + meaning=CL["0002600"])) + setattr(cls, "CL:4023030", + PermissibleValue( + text="CL:4023030", + description="""A sst GABAergic cortical interneuron that has \"fanning-out' Martinotti morphology that is found in layer 2/3/5 of the cerebral cortex. They have local axon arbor and long ascending axons that spreads horizontally and arborizes significantly in L1.""", + meaning=CL["4023030"])) + setattr(cls, "CL:0000361", + PermissibleValue( + text="CL:0000361", + description="""A cell of the embryo in the early stage following the blastula, characterized by morphogenetic cell movements, cell differentiation, and the formation of the three germ layers.""", + meaning=CL["0000361"])) + setattr(cls, "CL:0019022", + PermissibleValue( + text="CL:0019022", + description="""An endothelial cell found in the centrilobular region hepatic sinusoid, near the central vein. The fenestrae of these cells are smaller but more numerous compared with those of endothelial cells near the periportal region of the hepatic sinusoid.""", + meaning=CL["0019022"])) + setattr(cls, "CL:4023170", + PermissibleValue( + text="CL:4023170", + description="A trigeminal neuron that is responsible for sensation in the face.", + meaning=CL["4023170"])) + setattr(cls, "CL:0002475", + PermissibleValue( + text="CL:0002475", + description="""A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-intermediate, and CD11b-high.""", + meaning=CL["0002475"])) + setattr(cls, "CL:0000677", + PermissibleValue( + text="CL:0000677", + description="""Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.""", + meaning=CL["0000677"])) + setattr(cls, "CL:0002017", + PermissibleValue( + text="CL:0002017", + description="An orthochromatophilic erythroblast that is ter119-high, CD71-low, and Kit-negative.", + meaning=CL["0002017"])) + setattr(cls, "CL:0000680", + PermissibleValue( + text="CL:0000680", + description="A non-terminally differentiated cell that is capable of developing into a muscle cell.", + meaning=CL["0000680"])) + setattr(cls, "CL:0003011", + PermissibleValue( + text="CL:0003011", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field and a sparse dendritic arbor with post synaptic terminals in sublaminar layer S4.""", + meaning=CL["0003011"])) + setattr(cls, "CL:1000363", + PermissibleValue( + text="CL:1000363", + description="A transitional myocyte that is part of the atrial branch of anterior internodal tract.", + meaning=CL["1000363"])) + setattr(cls, "CL:0002220", + PermissibleValue( + text="CL:0002220", + description="A cell located between the pinealocytes.", + meaning=CL["0002220"])) + setattr(cls, "CL:4023108", + PermissibleValue( + text="CL:4023108", + description="""A magnocellular neurosecretory cell that is capable of producing and secreting oxytocin.""", + meaning=CL["4023108"])) + setattr(cls, "CL:0010014", + PermissibleValue( + text="CL:0010014", + meaning=CL["0010014"])) + setattr(cls, "CL:0000315", + PermissibleValue( + text="CL:0000315", + description="""A cell secreting tears, the fluid secreted by the lacrimal glands. This fluid moistens the conjunctiva and cornea.""", + meaning=CL["0000315"])) + setattr(cls, "CL:0000155", + PermissibleValue( + text="CL:0000155", + description="""A cell that is usually basal in position, cuboidal with round nucleus, short microvilli, secretes pepsinogen.""", + meaning=CL["0000155"])) + setattr(cls, "CL:0009022", + PermissibleValue( + text="CL:0009022", + description="A stromal cell found in the lamina propria of the small intestine.", + meaning=CL["0009022"])) + setattr(cls, "CL:0001022", + PermissibleValue( + text="CL:0001022", + description="CD115-positive monocyte is a monocyte that is CD115-positive and CD11b-positive.", + meaning=CL["0001022"])) + setattr(cls, "CL:1000289", + PermissibleValue( + text="CL:1000289", + description="A muscle cell that is part of the atrial septal branch of anterior internodal tract.", + meaning=CL["1000289"])) + setattr(cls, "CL:0002076", + PermissibleValue( + text="CL:0002076", + description="An epithelial cell derived from endoderm.", + meaning=CL["0002076"])) + setattr(cls, "CL:0001005", + PermissibleValue( + text="CL:0001005", + description="""Mature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001005"])) + setattr(cls, "CL:0001080", + PermissibleValue( + text="CL:0001080", + description="""A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-negative.""", + meaning=CL["0001080"])) + setattr(cls, "CL:0003024", + PermissibleValue( + text="CL:0003024", + description="A retinal ganglion cell C with medium cell bodies and large dendritic field.", + meaning=CL["0003024"])) + setattr(cls, "CL:0002448", + PermissibleValue( + text="CL:0002448", + description="A NK1.1-positive T cell that is Ly49H-negative.", + meaning=CL["0002448"])) + setattr(cls, "CL:0009061", + PermissibleValue( + text="CL:0009061", + description="An intestinal crypt stem cell that is located in the anorectum.", + meaning=CL["0009061"])) + setattr(cls, "CL:0000486", + PermissibleValue( + text="CL:0000486", + description="""A large binucleate cell that forms a 'garland' around the anterior end of the proventriculus (cardia) at its junction with the esophagus in both adults and larvae flies. Each cell is surrounded by a basement membrane and there are numerous micro-invaginations (lacunae) extending from the surface into the cytoplasm. At the mouth of each lacuna is a doubled filament forming a specialised filtration system (diaphragm). The filtrate is endocytosed from the lacunae.""", + meaning=CL["0000486"])) + setattr(cls, "CL:1000372", + PermissibleValue( + text="CL:1000372", + description="A transitional myocyte that is part of the atrial part of atrioventricular bundle.", + meaning=CL["1000372"])) + setattr(cls, "CL:0002352", + PermissibleValue( + text="CL:0002352", + description="A hematopoietic stem cell that exists during embryogenesis.", + meaning=CL["0002352"])) + setattr(cls, "CL:1000698", + PermissibleValue( + text="CL:1000698", + description="A tissue-resident macrophage that is part of some kidney.", + meaning=CL["1000698"])) + setattr(cls, "CL:1001436", + PermissibleValue( + text="CL:1001436", + description="The subcutaneous mechanoreceptors that innervate tylotrich hair follicles.", + meaning=CL["1001436"])) + setattr(cls, "CL:0002347", + PermissibleValue( + text="CL:0002347", + description="""A mature natural killer cell that is CD27-high and CD11b-high. This cell type is capable of interferon-gamma secretion.""", + meaning=CL["0002347"])) + setattr(cls, "CL:2000035", + PermissibleValue( + text="CL:2000035", + description="Any neuromast mantle cell that is part of an anterior lateral line.", + meaning=CL["2000035"])) + setattr(cls, "CL:0009069", + PermissibleValue( + text="CL:0009069", + description="""An unconventional T lymphocyte population within the thymic medulla that expresses both alpha/beta and gamma/delta T cell signatures.""", + meaning=CL["0009069"])) + setattr(cls, "CL:0002281", + PermissibleValue( + text="CL:0002281", + description="""Scattered in duodenojejunal mucosa, this enteroendocrine cell secretes secretin and serotonin.""", + meaning=CL["0002281"])) + setattr(cls, "CL:0009115", + PermissibleValue( + text="CL:0009115", + description="An endothelial cell located in a lymph node lymphatic vessel.", + meaning=CL["0009115"])) + setattr(cls, "CL:0002604", + PermissibleValue( + text="CL:0002604", + description="An astrocyte that is part of the hippocampus.", + meaning=CL["0002604"])) + setattr(cls, "CL:0000534", + PermissibleValue( + text="CL:0000534", + description="A primary neuron (sensu Teleostei) that is neither a sensory neuron or a motor neuron.", + meaning=CL["0000534"])) + setattr(cls, "CL:0002256", + PermissibleValue( + text="CL:0002256", + description="""A supportive cell that has characteristics of glial cell. Processes of this cell envelope the junctions between glomus cells and nerve endings.""", + meaning=CL["0002256"])) + setattr(cls, "CL:0002599", + PermissibleValue( + text="CL:0002599", + description="A smooth muscle cell of the esophagus.", + meaning=CL["0002599"])) + setattr(cls, "CL:0002620", + PermissibleValue( + text="CL:0002620", + description="A fibroblast of skin.", + meaning=CL["0002620"])) + setattr(cls, "CL:0000082", + PermissibleValue( + text="CL:0000082", + description="An epithelial cell of the lung.", + meaning=CL["0000082"])) + setattr(cls, "CL:0002321", + PermissibleValue( + text="CL:0002321", + description="A cell of the embryo.", + meaning=CL["0002321"])) + setattr(cls, "CL:0009033", + PermissibleValue( + text="CL:0009033", + description="A plasma cell that is located in a vermiform appendix.", + meaning=CL["0009033"])) + setattr(cls, "CL:0002289", + PermissibleValue( + text="CL:0002289", + description="""A densely staining taste receptor cell that contains many dense vacuoles in their apical regions which project into the apical space and bear microvilli. This cell type serves as a supporting cell by surrounding and isolating the other cell types from each other; secrete a dense amorphous material that surrounds the microvilli in the taste pore. This cell type expresses a glial glutumate transporter, GLAST.""", + meaning=CL["0002289"])) + setattr(cls, "CL:0009058", + PermissibleValue( + text="CL:0009058", + description="An enterocyte that is located in the anorectum.", + meaning=CL["0009058"])) + setattr(cls, "CL:0000336", + PermissibleValue( + text="CL:0000336", + description="""A cell found within the adrenal medulla that secrete biogenic amine hormones upon stimulation.""", + meaning=CL["0000336"])) + setattr(cls, "CL:4040003", + PermissibleValue( + text="CL:4040003", + description="""Precursor of type II pneumocyte. These cells do not have lamellar bodies, which are a marker of type II pneumocyte maturity.""", + meaning=CL["4040003"])) + setattr(cls, "CL:4030006", + PermissibleValue( + text="CL:4030006", + description="""An epithelial cell that is part of the fallopian tube epithelium that secretes mucous fluid and oviduct-specific products through the stimulation of estrogen and luteinizing hormone. The fallopian tube secretory cell has approximately the same height as the ciliated cell and is usually a more narrow columnar cell. The nucleus is ovoid and perpendicular to the long axis of the cell. The chromatin is more dense and the nucleolus smaller than that seen in the ciliated cell.""", + meaning=CL["4030006"])) + setattr(cls, "CL:0000653", + PermissibleValue( + text="CL:0000653", + description="""A specialized kidney epithelial cell, contained within a glomerulus, that contains \"feet\" that interdigitate with the \"feet\" of other podocytes.""", + meaning=CL["0000653"])) + setattr(cls, "CL:0009066", + PermissibleValue( + text="CL:0009066", + description="A stratified squamous epithelial cell that is part of the anal canal.", + meaning=CL["0009066"])) + setattr(cls, "CL:4023081", + PermissibleValue( + text="CL:4023081", + description="""a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has inverted pyramidal morphology.""", + meaning=CL["4023081"])) + setattr(cls, "CL:1000280", + PermissibleValue( + text="CL:1000280", + description="A smooth muscle cell that is part of the colon.", + meaning=CL["1000280"])) + setattr(cls, "CL:2000019", + PermissibleValue( + text="CL:2000019", + description="Any photoreceptor cell that is part of a compound eye.", + meaning=CL["2000019"])) + setattr(cls, "CL:0002064", + PermissibleValue( + text="CL:0002064", + description="""A secretory cell found in pancreatic acini that secretes digestive enzymes and mucins. This cell is a typical zymogenic cell, have a basal nucleus and basophilic cytoplasm consisting of regular arrays of granular endoplasmic reticulum with mitochondria and dense secretory granules.""", + meaning=CL["0002064"])) + setattr(cls, "CL:0000703", + PermissibleValue( + text="CL:0000703", + description="""Cell that provides some or all mechanical, nutritional and phagocytic support to their neighbors.""", + meaning=CL["0000703"])) + setattr(cls, "CL:1000456", + PermissibleValue( + text="CL:1000456", + description="A mesothelial cell that is part of the parietal peritoneum.", + meaning=CL["1000456"])) + setattr(cls, "CL:0000293", + PermissibleValue( + text="CL:0000293", + description="""A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism.""", + meaning=CL["0000293"])) + setattr(cls, "CL:4029003", + PermissibleValue( + text="CL:4029003", + description="""A gamete-nursing cell that derives from the somatic tissues of the gonad (del Pino, 2021).""", + meaning=CL["4029003"])) + setattr(cls, "CL:0002207", + PermissibleValue( + text="CL:0002207", + description="Brush cell of the epithelium in the trachea.", + meaning=CL["0002207"])) + setattr(cls, "CL:0000173", + PermissibleValue( + text="CL:0000173", + description="""A D cell located in the pancreas. Peripherally placed within the islets like type A cells; contains somatostatin.""", + meaning=CL["0000173"])) + setattr(cls, "CL:0004116", + PermissibleValue( + text="CL:0004116", + description="A retinal ganglion with cell medium cell bodies and medium to large dendritic fields.", + meaning=CL["0004116"])) + setattr(cls, "CL:0002518", + PermissibleValue( + text="CL:0002518", + description="An epithelial cell of the kidney.", + meaning=CL["0002518"])) + setattr(cls, "CL:0002147", + PermissibleValue( + text="CL:0002147", + description="""A chief cell of parathyroid glands that does not stain with hematoxylin or eosin. This cell is larger, has a larger nucleus and fewer secretory granules than dark chief cells.""", + meaning=CL["0002147"])) + setattr(cls, "CL:0009025", + PermissibleValue( + text="CL:0009025", + description="A mesothelial cell that is part of the colon.", + meaning=CL["0009025"])) + setattr(cls, "CL:0000745", + PermissibleValue( + text="CL:0000745", + description="""A neuron that laterally connects other neurons in the inner nuclear layer of the retina.""", + meaning=CL["0000745"])) + setattr(cls, "CL:4023181", + PermissibleValue( + text="CL:4023181", + description="""A neurecto-epithelial cell that is part of the basal layer of the subcommissural organ and specializes in the secretion of proteins into the subarachnoid space. Hypendymal cells have similar characteristics to ependymal cells and express SCO-spondin.""", + meaning=CL["4023181"])) + setattr(cls, "CL:0002123", + PermissibleValue( + text="CL:0002123", + description="""A B220-low CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-low, CD38-positive, and IgG-positive.""", + meaning=CL["0002123"])) + setattr(cls, "CL:0002450", + PermissibleValue( + text="CL:0002450", + description="""A specialized hair cell that has an elongated kinocilium upon which an otolith accretes. The tether cell then anchors the otolith in place.""", + meaning=CL["0002450"])) + setattr(cls, "CL:0002093", + PermissibleValue( + text="CL:0002093", + description="""A small cell formed by the second meiotic division of oocytes. In mammals, the second polar body may fail to form unless the ovum has been penetrated by a sperm cell.""", + meaning=CL["0002093"])) + setattr(cls, "CL:0002060", + PermissibleValue( + text="CL:0002060", + description="""A melanin-containing macrophage that obtains the pigment by phagocytosis of melanosomes.""", + meaning=CL["0002060"])) + setattr(cls, "CL:0002142", + PermissibleValue( + text="CL:0002142", + description="""A cell pyramidal in shape, with their broad ends facing and forming the greater extent of the lining of the main lumen. Secretes glycoproteins associated with mucus.""", + meaning=CL["0002142"])) + setattr(cls, "CL:4023114", + PermissibleValue( + text="CL:4023114", + description="""A vestibular afferent neuron which posseses a unique postsynaptic terminal, the calyx, which completely covers the basolateral walls of type I hair cells and receives input from multiple ribbon synapses.""", + meaning=CL["4023114"])) + setattr(cls, "CL:0002287", + PermissibleValue( + text="CL:0002287", + description="""A rounded, mitotically active stem cell which is the source of new cells of the taste bud; located basally.""", + meaning=CL["0002287"])) + setattr(cls, "CL:0000502", + PermissibleValue( + text="CL:0000502", + description="""A cell found throughout the gastrointestinal tract and in the pancreas. They secrete somatostatin in both an endocrine and paracrine manner. Somatostatin inhibits gastrin, cholecystokinin, insulin, glucagon, pancreatic enzymes, and gastric hydrochloric acid. A variety of substances which inhibit gastric acid secretion (vasoactive intestinal peptide, calcitonin gene-related peptide, cholecystokinin, beta-adrenergic agonists, and gastric inhibitory peptide) are thought to act by releasing somatostatin.""", + meaning=CL["0000502"])) + setattr(cls, "CL:0011007", + PermissibleValue( + text="CL:0011007", + description="""A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites.""", + meaning=CL["0011007"])) + setattr(cls, "CL:0009054", + PermissibleValue( + text="CL:0009054", + description="A microfold cell (M cell) that is part of the anorectum.", + meaning=CL["0009054"])) + setattr(cls, "CL:0000026", + PermissibleValue( + text="CL:0000026", + description="""A germline cell that contributes to the development of the oocyte by transferring cytoplasm directly to oocyte.""", + meaning=CL["0000026"])) + setattr(cls, "CL:0009092", + PermissibleValue( + text="CL:0009092", + description="An endothelial cell that is part of a placenta.", + meaning=CL["0009092"])) + setattr(cls, "CL:0002348", + PermissibleValue( + text="CL:0002348", + description="""A CD27-low, CD11b-high natural killer cell that has a higher threshold of activation due to higher expression of inhibitory receptors.""", + meaning=CL["0002348"])) + setattr(cls, "CL:0001028", + PermissibleValue( + text="CL:0001028", + description="""CD7-positive lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-positive and is CD45RA-negative.""", + meaning=CL["0001028"])) + setattr(cls, "CL:4033012", + PermissibleValue( + text="CL:4033012", + description="""A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle longitudinal layer.""", + meaning=CL["4033012"])) + setattr(cls, "CL:1000245", + PermissibleValue( + text="CL:1000245", + description="Any neuron that has its soma located in some posterior lateral line ganglion.", + meaning=CL["1000245"])) + setattr(cls, "CL:0002458", + PermissibleValue( + text="CL:0002458", + description="A dermal dendritic cell that is langerin-positive and CD103-positive.", + meaning=CL["0002458"])) + setattr(cls, "CL:0000780", + PermissibleValue( + text="CL:0000780", + description="""A specialized multinuclear osteoclast associated with the absorption and removal of cementum.""", + meaning=CL["0000780"])) + setattr(cls, "CL:1001217", + PermissibleValue( + text="CL:1001217", + description="Any smooth muscle cell that is part of some interlobular artery.", + meaning=CL["1001217"])) + setattr(cls, "CL:1000309", + PermissibleValue( + text="CL:1000309", + description="An adipocyte that is part of the epicardial fat.", + meaning=CL["1000309"])) + setattr(cls, "CL:4033025", + PermissibleValue( + text="CL:4033025", + description="""A fibroblast that is part of the fibrous layer of the perichondrium. This cell is responsible for collagen fiber production.""", + meaning=CL["4033025"])) + setattr(cls, "CL:0000309", + PermissibleValue( + text="CL:0000309", + meaning=CL["0000309"])) + setattr(cls, "CL:0002659", + PermissibleValue( + text="CL:0002659", + description="A glandular epithelial cell that is part of the stomach.", + meaning=CL["0002659"])) + setattr(cls, "CL:0000982", + PermissibleValue( + text="CL:0000982", + description="A plasmablast that secretes IgG.", + meaning=CL["0000982"])) + setattr(cls, "CL:4023160", + PermissibleValue( + text="CL:4023160", + description="""A neuron of the dorsal cochlear nucleus with spiny dendrites that receive input from the axons of granule cells and with axons that release GABA and glycine onto cartwheel, pyramidal and giant cell targets.""", + meaning=CL["4023160"])) + setattr(cls, "CL:0000969", + PermissibleValue( + text="CL:0000969", + description="""A mature B cell that has the phenotype CD1d-positive and expresses interleukin-10. This cell type has been associated with suppression of chronic inflammatory responses and T cell responses.""", + meaning=CL["0000969"])) + setattr(cls, "CL:0001020", + PermissibleValue( + text="CL:0001020", + description="""Mature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001020"])) + setattr(cls, "CL:2000055", + PermissibleValue( + text="CL:2000055", + description="Any dendritic cell that is part of a liver.", + meaning=CL["2000055"])) + setattr(cls, "CL:0002267", + PermissibleValue( + text="CL:0002267", + description="A type D cell found in the stomach.", + meaning=CL["0002267"])) + setattr(cls, "CL:0000553", + PermissibleValue( + text="CL:0000553", + description="""The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative).""", + meaning=CL["0000553"])) + setattr(cls, "CL:0000651", + PermissibleValue( + text="CL:0000651", + description="""A mucus-secreting cell, with numerous apical secretory vesicles containing mucins; nucleus are basally displaced; numerous at the neck of mucus secreting glands""", + meaning=CL["0000651"])) + setattr(cls, "CL:4023013", + PermissibleValue( + text="CL:4023013", + description="A glutamatergic neuron located in the cerebral cortex that projects to the thalamus.", + meaning=CL["4023013"])) + setattr(cls, "CL:2000027", + PermissibleValue( + text="CL:2000027", + description="Any basket cell that is part of a cerebellum.", + meaning=CL["2000027"])) + setattr(cls, "CL:0002401", + PermissibleValue( + text="CL:0002401", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain that has as part a Vgamma3 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus with highest numbers occurring at E17-E18.""", + meaning=CL["0002401"])) + setattr(cls, "CL:0002094", + PermissibleValue( + text="CL:0002094", + description="A cell that makes up the loose connective tissue of the ovary.", + meaning=CL["0002094"])) + setattr(cls, "CL:0007001", + PermissibleValue( + text="CL:0007001", + description="""Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized).""", + meaning=CL["0007001"])) + setattr(cls, "CL:0002279", + PermissibleValue( + text="CL:0002279", + description="""A enteroendocrine cell type that is numerous in ileum, present in jejunum and large intestine, few in duodenum. This cell type produces glucagon-like immunoreactants (glicentin, glucagon-37, glucagon-29, GLP-1 and -2) and PYY.""", + meaning=CL["0002279"])) + setattr(cls, "CL:0000858", + PermissibleValue( + text="CL:0000858", + description="A skeletal muscle myoblast that differentiates into fast muscle fibers.", + meaning=CL["0000858"])) + setattr(cls, "CL:2000044", + PermissibleValue( + text="CL:2000044", + description="Any microvascular endothelial cell that is part of a brain.", + meaning=CL["2000044"])) + setattr(cls, "CL:0002531", + PermissibleValue( + text="CL:0002531", + description="""A mature CD1a-positive dermal dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.""", + meaning=CL["0002531"])) + setattr(cls, "CL:0002358", + PermissibleValue( + text="CL:0002358", + description="""Derived from the Greek word pyren (the pit of a stone fruit), this is a transient nucleated cell type that results from exclusion of the nucleus from the primitive erythrocyte.""", + meaning=CL["0002358"])) + setattr(cls, "CL:0002430", + PermissibleValue( + text="CL:0002430", + description="""A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD4 co-receptor.""", + meaning=CL["0002430"])) + setattr(cls, "CL:4030067", + PermissibleValue( + text="CL:4030067", + description="A near-projecting glutamatergic neuron with a soma found in cortical layer 5/6.", + meaning=CL["4030067"])) + setattr(cls, "CL:0002411", + PermissibleValue( + text="CL:0002411", + description="""A gamma-delta receptor that expresses Vgamma1.1 but does not express Vdelta6.3 chains in the T-cell receptor.""", + meaning=CL["0002411"])) + setattr(cls, "CL:0008028", + PermissibleValue( + text="CL:0008028", + description="Any neuron that is capable of part of some visual perception.", + meaning=CL["0008028"])) + setattr(cls, "CL:0000894", + PermissibleValue( + text="CL:0000894", + description="""A pro-T cell that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-negative.""", + meaning=CL["0000894"])) + setattr(cls, "CL:4023047", + PermissibleValue( + text="CL:4023047", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2/3 of the primary motor cortex.""", + meaning=CL["4023047"])) + setattr(cls, "CL:0000985", + PermissibleValue( + text="CL:0000985", + description="A fully differentiated plasma cell that secretes IgG.", + meaning=CL["0000985"])) + setattr(cls, "CL:0002538", + PermissibleValue( + text="CL:0002538", + description="""An epithelial cell of the intrahepatic portion of the bile duct. These cells are flattened or cuboidal in shape, and have a small nuclear-to-cytoplasmic ratio relative to large/extrahepatic cholangiocytes.""", + meaning=CL["0002538"])) + setattr(cls, "CL:0002557", + PermissibleValue( + text="CL:0002557", + description="A fibroblast of pulmonary artery.", + meaning=CL["0002557"])) + setattr(cls, "CL:0009112", + PermissibleValue( + text="CL:0009112", + description="A germinal center B cell found in a lymph node germinal center dark zone.", + meaning=CL["0009112"])) + setattr(cls, "CL:0000921", + PermissibleValue( + text="CL:0000921", + description="""An alpha-beta T cell expressing NK cell markers that is CD1d restricted and expresses specific V-alpha chains. NK T cells of this type recognize the glycolipid alpha-galactosylceramide in the context of CD1d.""", + meaning=CL["0000921"])) + setattr(cls, "CL:0002160", + PermissibleValue( + text="CL:0002160", + description="""A cell type found in the basal epithelial layer on the external side of the tympanic membrane. Cell type is flattened with intracellular spaces of variable dimensions.""", + meaning=CL["0002160"])) + setattr(cls, "CL:0002300", + PermissibleValue( + text="CL:0002300", + description="""A small medullary thymic epithelial cell with a spindle shape, often arranged in groups and connected to each other by large desmosomes and interdigitations. The cytoplasm is sparse, with scanty organelles and thick bundles of cytokeratin.""", + meaning=CL["0002300"])) + setattr(cls, "CL:0009007", + PermissibleValue( + text="CL:0009007", + description="A macrophage which is resident in the lamina propria of the small intestine.", + meaning=CL["0009007"])) + setattr(cls, "CL:0000768", + PermissibleValue( + text="CL:0000768", + description="""Any of the immature forms of a basophil, in which basophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000768"])) + setattr(cls, "CL:0000036", + PermissibleValue( + text="CL:0000036", + meaning=CL["0000036"])) + setattr(cls, "CL:0000693", + PermissibleValue( + text="CL:0000693", + description="""An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts.""", + meaning=CL["0000693"])) + setattr(cls, "CL:0002295", + PermissibleValue( + text="CL:0002295", + description="""A thymic epithelial cell that has an eccentric, round, or irregularly shaped hetero or euchromatic nucleus. The hallmark of this cell type is the presence of vacuoles, which are clustered in one area of the cytoplasm in the vicinity of the nucleus. The vacuoles are small and acquire a grape-like form, occasionally showing delicate internal microvillous projections.""", + meaning=CL["0002295"])) + setattr(cls, "CL:0002388", + PermissibleValue( + text="CL:0002388", + description="An arthroconidium that has more than one nucleus.", + meaning=CL["0002388"])) + setattr(cls, "CL:0000909", + PermissibleValue( + text="CL:0000909", + description="A CD8-positive, alpha-beta T cell that has differentiated into a memory T cell.", + meaning=CL["0000909"])) + setattr(cls, "CL:0019020", + PermissibleValue( + text="CL:0019020", + description="""An epithelial cell of the extrahepatic bile ducts, including the left and right hepatic duct, common hepatic duct, and common bile duct. They are columnar in shape, and have a large nuclear-to-cytoplasmic ratio relative to small/intrahepatic cholangiocytes.""", + meaning=CL["0019020"])) + setattr(cls, "CL:4023074", + PermissibleValue( + text="CL:4023074", + description="A neuron that has its soma located in the mammillary body.", + meaning=CL["4023074"])) + setattr(cls, "CL:4023109", + PermissibleValue( + text="CL:4023109", + description="""A magnocellular neurosecretory cell that is capable of producing and secreting vasopressin.""", + meaning=CL["4023109"])) + setattr(cls, "CL:0013000", + PermissibleValue( + text="CL:0013000", + description="Any radial glial cell that is part of some forebrain.", + meaning=CL["0013000"])) + setattr(cls, "CL:0000583", + PermissibleValue( + text="CL:0000583", + description="""A tissue-resident macrophage found in the alveoli of the lungs. Ingests small inhaled particles resulting in degradation and presentation of the antigen to immunocompetent cells. Markers include F4/80-positive, CD11b-/low, CD11c-positive, CD68-positive, sialoadhesin-positive, dectin-1-positive, MR-positive, CX3CR1-negative.""", + meaning=CL["0000583"])) + setattr(cls, "CL:0000694", + PermissibleValue( + text="CL:0000694", + meaning=CL["0000694"])) + setattr(cls, "CL:0002050", + PermissibleValue( + text="CL:0002050", + description="""A pre-BCR-positive precursor B cell that is CD24-high, CD25-positive, CD43-positive, CD45R-positive and BP-positive.""", + meaning=CL["0002050"])) + setattr(cls, "CL:0003027", + PermissibleValue( + text="CL:0003027", + description="""A bistratified retinal ganglion cell D cell that has medium dendritic arbor and a large dendritic field that terminates in S2 and S4.""", + meaning=CL["0003027"])) + setattr(cls, "CL:0001044", + PermissibleValue( + text="CL:0001044", + description="A CD4-positive, alpha-beta T cell with the phenotype CCR7-negative, CD45RA-positive.", + meaning=CL["0001044"])) + setattr(cls, "CL:0000348", + PermissibleValue( + text="CL:0000348", + description="A structural cell that is part of optic choroid.", + meaning=CL["0000348"])) + setattr(cls, "CL:0000001", + PermissibleValue( + text="CL:0000001", + description="""A cultured cell that is freshly isolated from a organismal source, or derives in culture from such a cell prior to the culture being passaged.""", + meaning=CL["0000001"])) + setattr(cls, "CL:0002640", + PermissibleValue( + text="CL:0002640", + description="An epithelial fate stem cell derived form the amnion membrane.", + meaning=CL["0002640"])) + setattr(cls, "CL:1001430", + PermissibleValue( + text="CL:1001430", + description="Any urothelial cell that is part of some urethra urothelium.", + meaning=CL["1001430"])) + setattr(cls, "CL:1000085", + PermissibleValue( + text="CL:1000085", + meaning=CL["1000085"])) + setattr(cls, "CL:4030025", + PermissibleValue( + text="CL:4030025", + description="A fibroblast that is located in the renal cortical interstitium.", + meaning=CL["4030025"])) + setattr(cls, "CL:0011017", + PermissibleValue( + text="CL:0011017", + description="""Cell that is part of the vagal neural crest population. The vagal neural crest arises from the axial level of somites 1-7 and has been described as a hybrid between the head and the trunk populations.""", + meaning=CL["0011017"])) + setattr(cls, "CL:0000990", + PermissibleValue( + text="CL:0000990", + description="Conventional dendritic cell is a dendritic cell that is CD11c-high.", + meaning=CL["0000990"])) + setattr(cls, "CL:0010021", + PermissibleValue( + text="CL:0010021", + description="Any myoblast that develops into some cardiac muscle cell.", + meaning=CL["0010021"])) + setattr(cls, "CL:0000509", + PermissibleValue( + text="CL:0000509", + description="A peptide hormone secreting cell that secretes gastrin.", + meaning=CL["0000509"])) + setattr(cls, "CL:0009068", + PermissibleValue( + text="CL:0009068", + description="""An unconventional T lymphocyte population within the thymic medulla that is potentially a thymic resident population.""", + meaning=CL["0009068"])) + setattr(cls, "CL:0000131", + PermissibleValue( + text="CL:0000131", + meaning=CL["0000131"])) + setattr(cls, "CL:4023124", + PermissibleValue( + text="CL:4023124", + description="A kisspeptin neuron that is located in the dentate gyrus of the hippocampus.", + meaning=CL["4023124"])) + setattr(cls, "CL:0002105", + PermissibleValue( + text="CL:0002105", + description="""A CD38-positive IgG memory B cell is a class switched memory B cell that expresses IgG on the cell surface with the phenotype CD38-positive and IgG-positive.""", + meaning=CL["0002105"])) + setattr(cls, "CL:0002112", + PermissibleValue( + text="CL:0002112", + description="""A B220-positive CD38-negative unswitched memory B cell is a CD38-negative unswitched memory B cell that has the phenotype B220-positive, CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002112"])) + setattr(cls, "CL:1000333", + PermissibleValue( + text="CL:1000333", + description="A serous secreting cell that is part of the epithelium of bronchiole.", + meaning=CL["1000333"])) + setattr(cls, "CL:1000714", + PermissibleValue( + text="CL:1000714", + description="Any renal principal cell that is part of some cortical collecting duct.", + meaning=CL["1000714"])) + setattr(cls, "CL:0000165", + PermissibleValue( + text="CL:0000165", + description="A neuron that is capable of some hormone secretion in response to neuronal signals.", + meaning=CL["0000165"])) + setattr(cls, "CL:0002602", + PermissibleValue( + text="CL:0002602", + description="""Any connective tissue cell that is part of some annulus fibrosus disci intervertebralis.""", + meaning=CL["0002602"])) + setattr(cls, "CL:2000096", + PermissibleValue( + text="CL:2000096", + description="Any fibroblast that is part of a reticular layer of dermis.", + meaning=CL["2000096"])) + setattr(cls, "CL:0002596", + PermissibleValue( + text="CL:0002596", + description="Smooth muscle cell of the carotid artery.", + meaning=CL["0002596"])) + setattr(cls, "CL:0002564", + PermissibleValue( + text="CL:0002564", + description="A connective tissue cell of the nucleus pulposus cell of intervertebral disc.", + meaning=CL["0002564"])) + setattr(cls, "CL:0000563", + PermissibleValue( + text="CL:0000563", + description="""A rounded, inactive form that certain bacteria assume under conditions of extreme temperature, dryness, or lack of food. The bacterium develops a waterproof cell wall that protects it from being dried out or damaged.""", + meaning=CL["0000563"])) + setattr(cls, "CL:0002045", + PermissibleValue( + text="CL:0002045", + description="""A pro-B cell that is CD45R/B220-positive, CD43-positive, HSA-low, BP-1-negative and Ly6c-negative. This cell type is also described as being lin-negative, AA4-positive, Kit-positive, IL7Ra-positive and CD45R-positive.""", + meaning=CL["0002045"])) + setattr(cls, "CL:2000000", + PermissibleValue( + text="CL:2000000", + description="Any melanocyte that is part of a epidermis.", + meaning=CL["2000000"])) + setattr(cls, "CL:0000313", + PermissibleValue( + text="CL:0000313", + description="""Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid.""", + meaning=CL["0000313"])) + setattr(cls, "CL:1000457", + PermissibleValue( + text="CL:1000457", + description="A mesothelial cell that is part of the visceral peritoneum.", + meaning=CL["1000457"])) + setattr(cls, "CL:0000560", + PermissibleValue( + text="CL:0000560", + description="""A late neutrophilic metamyelocyte in which the nucleus is indented to more than half the distance to the farthest nuclear margin but in no area being condensed to a single filament. The nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature neutrophil. These cells are fMLP receptor-positive, CD11b-positive, CD35-negative, and CD49d-negative.""", + meaning=CL["0000560"])) + setattr(cls, "CL:0004245", + PermissibleValue( + text="CL:0004245", + description="""An amacrine cell with a wide dendritic field and post-synaptic terminals in S5. This cell type releases the neurotransmitters gamma-aminobutyric acid (GABA) and serotonin.""", + meaning=CL["0004245"])) + setattr(cls, "CL:0000813", + PermissibleValue( + text="CL:0000813", + description="""A long-lived, antigen-experienced T cell that has acquired a memory phenotype including distinct surface markers and the ability to differentiate into an effector T cell upon antigen reexposure.""", + meaning=CL["0000813"])) + setattr(cls, "CL:0011100", + PermissibleValue( + text="CL:0011100", + description="Neuron that secretes the neurotransmitter galanin.", + meaning=CL["0011100"])) + setattr(cls, "CL:0002513", + PermissibleValue( + text="CL:0002513", + description="""A CD8alpha alpha positive gamma-delta intraepithelial T cell that expresses a TCR encoded in part by the Vgamma5 gene segment.""", + meaning=CL["0002513"])) + setattr(cls, "CL:4023125", + PermissibleValue( + text="CL:4023125", + description="""A hypothalamus kisspeptin neuron that coexpresses kisspeptin, neurokinin B and dynorphin.""", + meaning=CL["4023125"])) + setattr(cls, "CL:0001076", + PermissibleValue( + text="CL:0001076", + description="""An innate lymphoid cell in the human with the phenotype NKp46-positive that is a precusor for NK cells and ILC3 cells.""", + meaning=CL["0001076"])) + setattr(cls, "CL:0000897", + PermissibleValue( + text="CL:0000897", + description="A CD4-positive, alpha-beta T cell that has differentiated into a memory T cell.", + meaning=CL["0000897"])) + setattr(cls, "CL:4033051", + PermissibleValue( + text="CL:4033051", + description="""A parasol ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB3a bipolar cells.""", + meaning=CL["4033051"])) + setattr(cls, "CL:0002677", + PermissibleValue( + text="CL:0002677", + description="A regulatory T cell that has not encountered antigen.", + meaning=CL["0002677"])) + setattr(cls, "CL:0002250", + PermissibleValue( + text="CL:0002250", + description="""A cell that is found in a zone occupying the bottom region of the crypt; provide the source of most of the cell types of the intestinal epithelium; proliferate by mitotic division; differentiates into columnar or goblet cells.""", + meaning=CL["0002250"])) + setattr(cls, "CL:2000051", + PermissibleValue( + text="CL:2000051", + description="Any fibroblast that is part of a spleen.", + meaning=CL["2000051"])) + setattr(cls, "CL:0000172", + PermissibleValue( + text="CL:0000172", + description="Any secretory cell that is capable of some somatostatin secretion.", + meaning=CL["0000172"])) + setattr(cls, "CL:0000641", + PermissibleValue( + text="CL:0000641", + description="A cell that is resistant to stains.", + meaning=CL["0000641"])) + setattr(cls, "CL:4042006", + PermissibleValue( + text="CL:4042006", + description="""A border associated macrophage which is part of a dura matter. This macrophage phagocytoses intruding pathogens and foreign molecules detected in the bloodstream or in the cerebrospinal fluid. This cell has an amoeboid body with dynamic protrusions in homeostasis.""", + meaning=CL["4042006"])) + setattr(cls, "CL:0004241", + PermissibleValue( + text="CL:0004241", + description="""An amacrine cell with a wide dendritic field, dendrites in S2, and post-synaptic terminals in S1.""", + meaning=CL["0004241"])) + setattr(cls, "CL:0008002", + PermissibleValue( + text="CL:0008002", + description="""A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse.""", + meaning=CL["0008002"])) + setattr(cls, "CL:4023028", + PermissibleValue( + text="CL:4023028", + description="""A sst GABAergic cortical interneuron with a soma found in lower L5 with mostly local axonal arborization but with some sparse ascending axons. L5 non-Martinotti sst cells show somatic localization and local axon plexus in L5b and L5b/6 and substantial innervation of L3 and L4, and receive thalamic input from the ventral posteromedial nucleus and specifically target L4 neurons, avoiding L5 pyramidal cells. L5 non-Martinotti sst cells tend to show a higher input resistance and seem to be less stuttering.""", + meaning=CL["4023028"])) + setattr(cls, "CL:4030032", + PermissibleValue( + text="CL:4030032", + description="""An interstitial cell that is part of a cardiac valve leaflet. Along with valve endothelial cells, a valve interstitial cell maintains tissue homeostasis for the function of cardiac valves through secreting biochemical signals, matrix proteins and matrix remodeling enzymes.""", + meaning=CL["4030032"])) + setattr(cls, "CL:0011110", + PermissibleValue( + text="CL:0011110", + description="Neuron that secretes histamine.", + meaning=CL["0011110"])) + setattr(cls, "CL:0011030", + PermissibleValue( + text="CL:0011030", + description="Any microvascular endothelial cell that is part of the dermis.", + meaning=CL["0011030"])) + setattr(cls, "CL:1000383", + PermissibleValue( + text="CL:1000383", + description="""A type II vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.""", + meaning=CL["1000383"])) + setattr(cls, "CL:0000571", + PermissibleValue( + text="CL:0000571", + description="""A pigment cell derived from the neural crest. Contains uric acid or other purine crystals deposited in stacks called leucosomes. The crystals reflect light and this gives a white appearance under white light.""", + meaning=CL["0000571"])) + setattr(cls, "CL:0002583", + PermissibleValue( + text="CL:0002583", + description="A preadipocyte that is part of subcutaneous tissue.", + meaning=CL["0002583"])) + setattr(cls, "CL:0000735", + PermissibleValue( + text="CL:0000735", + description="A hemocyte that derives from the larval lymph gland.", + meaning=CL["0000735"])) + setattr(cls, "CL:0000762", + PermissibleValue( + text="CL:0000762", + description="""A nucleated blood cell involved in coagulation, typically seen in birds and other non-mammalian vertebrates.""", + meaning=CL["0000762"])) + setattr(cls, "CL:1000850", + PermissibleValue( + text="CL:1000850", + description="Any epithelial cell of distal tubule that is part of some macula densa.", + meaning=CL["1000850"])) + setattr(cls, "CL:0000311", + PermissibleValue( + text="CL:0000311", + meaning=CL["0000311"])) + setattr(cls, "CL:0000128", + PermissibleValue( + text="CL:0000128", + description="""A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system.""", + meaning=CL["0000128"])) + setattr(cls, "CL:1000322", + PermissibleValue( + text="CL:1000322", + description="A goblet cell that is part of the epithelium of pancreatic duct.", + meaning=CL["1000322"])) + setattr(cls, "CL:0000569", + PermissibleValue( + text="CL:0000569", + description="""A mesenchymal cell found in the developing heart and that develops into some part of the heart. These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field.""", + meaning=CL["0000569"])) + setattr(cls, "CL:1000365", + PermissibleValue( + text="CL:1000365", + description="""A transitional myocyte that is part of the atrial septal branch of anterior internodal tract.""", + meaning=CL["1000365"])) + setattr(cls, "CL:0000629", + PermissibleValue( + text="CL:0000629", + description="""A cell that is specialized to store a particular substance(s), which is(are) later released from the store for a particular purpose.""", + meaning=CL["0000629"])) + setattr(cls, "CL:0000751", + PermissibleValue( + text="CL:0000751", + description="""A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells but not by cone photoreceptor cells. These neurons depolarize in response to light.""", + meaning=CL["0000751"])) + setattr(cls, "CL:0000219", + PermissibleValue( + text="CL:0000219", + description="A cell that moves by its own activities.", + meaning=CL["0000219"])) + setattr(cls, "CL:2000052", + PermissibleValue( + text="CL:2000052", + description="Any endothelial cell of artery that is part of a umbilical cord.", + meaning=CL["2000052"])) + setattr(cls, "CL:0002068", + PermissibleValue( + text="CL:0002068", + description="""Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter.""", + meaning=CL["0002068"])) + setattr(cls, "CL:0000373", + PermissibleValue( + text="CL:0000373", + description="""A progenitor cell found in the larval epidermis of insects and that gives rise to the adult abdominal epidermis.""", + meaning=CL["0000373"])) + setattr(cls, "CL:1000550", + PermissibleValue( + text="CL:1000550", + description="Any kidney cell that is part of some papillary duct.", + meaning=CL["1000550"])) + setattr(cls, "CL:0002490", + PermissibleValue( + text="CL:0002490", + description="A supporting cell of the organ of Corti.", + meaning=CL["0002490"])) + setattr(cls, "CL:4023093", + PermissibleValue( + text="CL:4023093", + description="""A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape.""", + meaning=CL["4023093"])) + setattr(cls, "CL:0002192", + PermissibleValue( + text="CL:0002192", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and a band form cell. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare.""", + meaning=CL["0002192"])) + setattr(cls, "CL:3000002", + PermissibleValue( + text="CL:3000002", + description="Sympathetic noradrenergic neuron.", + meaning=CL["3000002"])) + setattr(cls, "CL:0007016", + PermissibleValue( + text="CL:0007016", + description="""Muscle precursor cell that is adjacent to the notochord and part of the presomitic mesoderm.""", + meaning=CL["0007016"])) + setattr(cls, "CL:0000883", + PermissibleValue( + text="CL:0000883", + description="A thymic macrophage found in the thymic cortex.", + meaning=CL["0000883"])) + setattr(cls, "CL:1000284", + PermissibleValue( + text="CL:1000284", + description="A smooth muscle cell that is part of the descending colon.", + meaning=CL["1000284"])) + setattr(cls, "CL:0002039", + PermissibleValue( + text="CL:0002039", + description="A CD24-high, CD4-low, CD8-low, CD44-negative, NK1.1-negative NK T cell.", + meaning=CL["0002039"])) + setattr(cls, "CL:0000307", + PermissibleValue( + text="CL:0000307", + description="An epithelial cell found in the trachea.", + meaning=CL["0000307"])) + setattr(cls, "CL:1000373", + PermissibleValue( + text="CL:1000373", + description="""A transitional myocyte that is part of the ventricular part of atrioventricular bundle.""", + meaning=CL["1000373"])) + setattr(cls, "CL:0007003", + PermissibleValue( + text="CL:0007003", + description="""Skeletogenic cell that has the potential to form an odontoblast, deposits predentine, and arises from a cranial neural crest cell.""", + meaning=CL["0007003"])) + setattr(cls, "CL:0011025", + PermissibleValue( + text="CL:0011025", + description="""An effector T cell that displays impaired effector functions (e.g., rapid production of effector cytokines, cytotoxicity) and has limited proliferative potential.""", + meaning=CL["0011025"])) + setattr(cls, "CL:0002307", + PermissibleValue( + text="CL:0002307", + description="""A brush border epithelial cell located in the proximal tubule of the kidney, essential for reabsorbing substances like glucose and amino acids from the glomerular filtrate. These cells also secrete organic ions, playing a crucial role in maintaining kidney homeostasis, including electrolyte and acid-base balance, and excreting metabolic waste.""", + meaning=CL["0002307"])) + setattr(cls, "CL:1001286", + PermissibleValue( + text="CL:1001286", + description="""Any vasa recta descending limb cell that is part of some inner medulla vasa recta descending limb.""", + meaning=CL["1001286"])) + setattr(cls, "CL:0000072", + PermissibleValue( + text="CL:0000072", + meaning=CL["0000072"])) + setattr(cls, "CL:0000183", + PermissibleValue( + text="CL:0000183", + description="A cell whose primary function is to shorten.", + meaning=CL["0000183"])) + setattr(cls, "CL:0002248", + PermissibleValue( + text="CL:0002248", + description="""A pluripotent stem cell has the ability to form cells from all three germ layers (ectoderm, mesoderm, and endoderm). However, unlike totipotent stem cells, they cell can not generate all the cells of the whole organism such as placenta.""", + meaning=CL["0002248"])) + setattr(cls, "CL:4033052", + PermissibleValue( + text="CL:4033052", + description="""A parasol ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from DB4 bipolar cells.""", + meaning=CL["4033052"])) + setattr(cls, "CL:0002126", + PermissibleValue( + text="CL:0002126", + description="""A CD25-positive, CD27-positive immature gamma-delta T cell found in the thymus that has an immature phenotype (i.e. CD24-high, CD25-high, CD62L-high, CD44-high, CD2-low, CD5-low).""", + meaning=CL["0002126"])) + setattr(cls, "CL:0002523", + PermissibleValue( + text="CL:0002523", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the mesonephros.""", + meaning=CL["0002523"])) + setattr(cls, "CL:1000409", + PermissibleValue( + text="CL:1000409", + description="A muscle cell that is part of the sinoatrial node.", + meaning=CL["1000409"])) + setattr(cls, "CL:0000425", + PermissibleValue( + text="CL:0000425", + description="Forms the terminal part of the cuticle-lined excretory duct of C. elegans.", + meaning=CL["0000425"])) + setattr(cls, "CL:0000237", + PermissibleValue( + text="CL:0000237", + meaning=CL["0000237"])) + setattr(cls, "CL:0004250", + PermissibleValue( + text="CL:0004250", + description="An amicrine that stratifies dendrites at two and only two locations.", + meaning=CL["0004250"])) + setattr(cls, "CL:0002517", + PermissibleValue( + text="CL:0002517", + description="""An interrenal chromaffin cell found in teleosts that contain small, homogeneous electron-lucent granules that are separated from the vesicular membrane by a visible halo.""", + meaning=CL["0002517"])) + setattr(cls, "CL:0002053", + PermissibleValue( + text="CL:0002053", + description="A small pre-B cell that is CD22-positive and CD38-low.", + meaning=CL["0002053"])) + setattr(cls, "CL:4030041", + PermissibleValue( + text="CL:4030041", + description="A ciliated cell of the endometrial luminal epithelium.", + meaning=CL["4030041"])) + setattr(cls, "CL:0000911", + PermissibleValue( + text="CL:0000911", + description="""A differentiated T cell with ability to traffic to peripheral tissues and is capable of mounting a specific immune response.""", + meaning=CL["0000911"])) + setattr(cls, "CL:4030043", + PermissibleValue( + text="CL:4030043", + description="""A DRD1-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.""", + meaning=CL["4030043"])) + setattr(cls, "CL:4023041", + PermissibleValue( + text="CL:4023041", + description="""A glutamatergic neuron, with a soma found in the deeper portion of L5, that has long-range axonal projections including deep subcortical targets outside of the telencephalon and, in some cases, the spinal cord. While the L5 ET neuron projections are not limited to ET targets, they are clearly differentiated from the neuron subclasses whose projections are constrained to intratelencephalic (IT) targets. L5 ET neurons are generally the largest excitatory cortical neurons, typically having a thick apical dendrite with a prominent dendritic tuft in layer 1 and displaying burst-firing physiological characteristics.""", + meaning=CL["4023041"])) + setattr(cls, "CL:0000795", + PermissibleValue( + text="CL:0000795", + description="""A CD8-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000795"])) + setattr(cls, "CL:0001077", + PermissibleValue( + text="CL:0001077", + description="""An ILC1 cell in the human with the phenotype CD56-negative, IL-7Ralpha-positive, T-bet-positive.""", + meaning=CL["0001077"])) + setattr(cls, "CL:0009101", + PermissibleValue( + text="CL:0009101", + description="""A reticular cell involved in directing B cells and T cells to specific regions within a tissue.""", + meaning=CL["0009101"])) + setattr(cls, "CL:1000143", + PermissibleValue( + text="CL:1000143", + description="Any goblet cell that is part of some lung epithelium.", + meaning=CL["1000143"])) + setattr(cls, "CL:1001602", + PermissibleValue( + text="CL:1001602", + description="Endothelial cells forming the walls of the capillaries within the cerebral cortex.", + meaning=CL["1001602"])) + setattr(cls, "CL:2000016", + PermissibleValue( + text="CL:2000016", + description="Any lung endothelial cell that is part of a microvascular endothelium.", + meaning=CL["2000016"])) + setattr(cls, "CL:0000844", + PermissibleValue( + text="CL:0000844", + description="""A rapidly cycling mature B cell that has distinct phenotypic characteristics and is involved in T-dependent immune responses and located typically in the germinal centers of lymph nodes. This cell type expresses Ly77 after activation.""", + meaning=CL["0000844"])) + setattr(cls, "CL:0000787", + PermissibleValue( + text="CL:0000787", + description="""A memory B cell is a mature B cell that is long-lived, readily activated upon re-encounter of its antigenic determinant, and has been selected for expression of higher affinity immunoglobulin. This cell type has the phenotype CD19-positive, CD20-positive, MHC Class II-positive, and CD138-negative.""", + meaning=CL["0000787"])) + setattr(cls, "CL:1000299", + PermissibleValue( + text="CL:1000299", + description="A fibroblast that is part of the connective tissue of prostate.", + meaning=CL["1000299"])) + setattr(cls, "CL:0003001", + PermissibleValue( + text="CL:0003001", + description="""A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer.""", + meaning=CL["0003001"])) + setattr(cls, "CL:0001071", + PermissibleValue( + text="CL:0001071", + description="""An innate lymphoid cell that constituitively expresses RORgt and is capable of expressing IL17A and/or IL-22.""", + meaning=CL["0001071"])) + setattr(cls, "CL:0000809", + PermissibleValue( + text="CL:0000809", + description="""A thymocyte expressing the alpha-beta T cell receptor complex as well as both the CD4 and CD8 coreceptors.""", + meaning=CL["0000809"])) + setattr(cls, "CL:0002025", + PermissibleValue( + text="CL:0002025", + description="""A megakaryocyte progenitor cell that is CD34-positive, CD41-positive, and CD42-negative.""", + meaning=CL["0002025"])) + setattr(cls, "CL:0002323", + PermissibleValue( + text="CL:0002323", + description="""A cell of a fetus which is suspended in the amniotic fluid. Amniocytes are considered to arise from several tissues including fetal skin, the fetal urinary tract, umbilical cord, and the inner amniotic surface.""", + meaning=CL["0002323"])) + setattr(cls, "CL:0008011", + PermissibleValue( + text="CL:0008011", + description="""A skeletal muscle satellite cell that divides by stem cell division. A proportion of this population undergoes symmetric stem cell division, producing two skeletal muscle satellite stem cells. The rest undergo asymmetric stem cell division - retaining their identity while budding off a daughter cell that differentiates into an adult skeletal muscle myoblast.""", + meaning=CL["0008011"])) + setattr(cls, "CL:0000626", + PermissibleValue( + text="CL:0000626", + description="""A granule cell that has a soma located in an olfactory bulb granule cell layer. An olfactory granule cell is an interneuron that lacks an axon, makes reciprocal dendro-dendritic synapses with mitral cells and tufted cells and is involved in the fine spatio-temporal tuning of the responses of these principal olfactory bulb neurons to odors.""", + meaning=CL["0000626"])) + setattr(cls, "CL:0000427", + PermissibleValue( + text="CL:0000427", + description="""A scaffolding cell type found in C. elegans, this cell plays a supportive role to the muscle arms. May also have an endocrine role.""", + meaning=CL["0000427"])) + setattr(cls, "CL:0001026", + PermissibleValue( + text="CL:0001026", + description="""A common myeloid progenitor that is CD34-positive, CD38-positive, IL3ra-low, CD10-negative, CD7-negative, CD45RA-negative, and IL-5Ralpha-negative.""", + meaning=CL["0001026"])) + setattr(cls, "CL:0000480", + PermissibleValue( + text="CL:0000480", + description="A peptide hormone secreting cell that secretes secretin stimulating hormone", + meaning=CL["0000480"])) + setattr(cls, "CL:0000892", + PermissibleValue( + text="CL:0000892", + description="""A type of foam cell derived from a smooth muscle cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000892"])) + setattr(cls, "CL:0000506", + PermissibleValue( + text="CL:0000506", + description="An endorphine cell that secretes enkephalin.", + meaning=CL["0000506"])) + setattr(cls, "CL:0019018", + PermissibleValue( + text="CL:0019018", + description="A smooth muscle cell that is part of any blood vessel.", + meaning=CL["0019018"])) + setattr(cls, "CL:4033058", + PermissibleValue( + text="CL:4033058", + description="""A luminal epithelial cell of the mammary gland that transduces endocrine cues to orchestrate proliferation, architectural remodeling, and differentiation of other cells in the mammary gland via paracrine signaling. This cell expresses high levels of estrogen receptors. In humans, a luminal hormone-sensing cell can be identified by high levels of EpCAM and low levels of CD49f, and in mice it can be identified by low levels of CD29 and high levels of Foxa1, CD133, and Sca1 (Ly6a).""", + meaning=CL["4033058"])) + setattr(cls, "CL:0012000", + PermissibleValue( + text="CL:0012000", + description="An astrocyte of the forebrain.", + meaning=CL["0012000"])) + setattr(cls, "CL:1000022", + PermissibleValue( + text="CL:1000022", + description="Any epithelial cell that is part of some mesonephric nephron tubule.", + meaning=CL["1000022"])) + setattr(cls, "CL:1000488", + PermissibleValue( + text="CL:1000488", + description="""An epithelial cell that is part of the bile duct. Cholangiocytes contribute to bile secretion via net release of bicarbonate and water. They are cuboidal epithelium in the small interlobular bile ducts, but become columnar and mucus secreting in larger bile ducts approaching the porta hepatis and the extrahepatic ducts.""", + meaning=CL["1000488"])) + setattr(cls, "CL:0002284", + PermissibleValue( + text="CL:0002284", + description="""An enteroendocrine cell found in the fundus and pylorus; this cell type has dense round secretory granules that contain ghrelin.""", + meaning=CL["0002284"])) + setattr(cls, "CL:0000423", + PermissibleValue( + text="CL:0000423", + meaning=CL["0000423"])) + setattr(cls, "CL:4033027", + PermissibleValue( + text="CL:4033027", + description="""An OFF diffuse bipolar cell that makes synaptic contact with both L/M and S-cone photoreceptors and only minimal contact with rod photoreceptors.""", + meaning=CL["4033027"])) + setattr(cls, "CL:0000154", + PermissibleValue( + text="CL:0000154", + description="Any secretory cell that is capable of some protein secretion.", + meaning=CL["0000154"])) + setattr(cls, "CL:4042011", + PermissibleValue( + text="CL:4042011", + description="""An interlaminar astrocyte type whose soma is part of the upper first layer of the neocortex and its processes extend to a pia surface.""", + meaning=CL["4042011"])) + setattr(cls, "CL:0000236", + PermissibleValue( + text="CL:0000236", + description="A lymphocyte of B lineage that is capable of B cell mediated immunity.", + meaning=CL["0000236"])) + setattr(cls, "CL:2000047", + PermissibleValue( + text="CL:2000047", + description="Any motor neuron that is part of a brainstem.", + meaning=CL["2000047"])) + setattr(cls, "CL:0001079", + PermissibleValue( + text="CL:0001079", + description="""A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive, and NKp44-positive.""", + meaning=CL["0001079"])) + setattr(cls, "CL:4033029", + PermissibleValue( + text="CL:4033029", + description="""An OFF calbindin-positive bipolar cell that has a large dendritic field and stratifies narrowly close to the middle of the inner plexiform layer. Its axon terminal is characterized by regularly branching and varicose processes resembling beads on a string. Most of DB3a contacts with cones are triad-associated.""", + meaning=CL["4033029"])) + setattr(cls, "CL:0002575", + PermissibleValue( + text="CL:0002575", + description="A pericyte of the central nervous system.", + meaning=CL["0002575"])) + setattr(cls, "CL:0002054", + PermissibleValue( + text="CL:0002054", + description="""An immature B cell that is IgM-positive, CD45R-positive, CD43-low, CD25-negative, and CD127-negative. This cell type has also been described as being AA4-positive, IgM-positive, CD19-positive, CD43-low/negative, and HSA-positive.""", + meaning=CL["0002054"])) + setattr(cls, "CL:0001030", + PermissibleValue( + text="CL:0001030", + meaning=CL["0001030"])) + setattr(cls, "CL:0002042", + PermissibleValue( + text="CL:0002042", + description="A CD24-low, CD44-positive, DX5-high, NK1.1-negative NK T cell.", + meaning=CL["0002042"])) + setattr(cls, "CL:1000283", + PermissibleValue( + text="CL:1000283", + description="A smooth muscle cell that is part of the transverse colon.", + meaning=CL["1000283"])) + setattr(cls, "CL:0002202", + PermissibleValue( + text="CL:0002202", + description="An epithelial cell of the tracheobronchial tree.", + meaning=CL["0002202"])) + setattr(cls, "CL:0000225", + PermissibleValue( + text="CL:0000225", + description="A cell that lacks a nucleus.", + meaning=CL["0000225"])) + setattr(cls, "CL:0002265", + PermissibleValue( + text="CL:0002265", + description="A D cell located in the colon.", + meaning=CL["0002265"])) + setattr(cls, "CL:0002031", + PermissibleValue( + text="CL:0002031", + description="""A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells.""", + meaning=CL["0002031"])) + setattr(cls, "CL:2000041", + PermissibleValue( + text="CL:2000041", + description="""Any dermis lymphatic vessel endothelial cell that is part of a microvascular endothelium.""", + meaning=CL["2000041"])) + setattr(cls, "CL:0000069", + PermissibleValue( + text="CL:0000069", + meaning=CL["0000069"])) + setattr(cls, "CL:0002498", + PermissibleValue( + text="CL:0002498", + description="""A trophoblast giant cell that is derived from ectoplacental cone and, later in gestation, the spongiotrophoblast.""", + meaning=CL["0002498"])) + setattr(cls, "CL:0007021", + PermissibleValue( + text="CL:0007021", + description="""Secretory cell that produces a chemical mixture that triggers antipredator behavior. The substance is released only upon disruption of the epidermis. [Behavior of teleost fishes, second edition, edited by Pitcher, 1992]""", + meaning=CL["0007021"])) + setattr(cls, "CL:0000127", + PermissibleValue( + text="CL:0000127", + description="""A class of large neuroglial (macroglial) cells in the central nervous system - the largest and most numerous neuroglial cells in the brain and spinal cord. Astrocytes (from 'star' cells) are irregularly shaped with many long processes, including those with 'end feet' which form the glial (limiting) membrane and directly and indirectly contribute to the blood-brain barrier. They regulate the extracellular ionic and chemical environment, and 'reactive astrocytes' (along with microglia) respond to injury.""", + meaning=CL["0000127"])) + setattr(cls, "CL:1001608", + PermissibleValue( + text="CL:1001608", + description="Fibroblast from foreskin.", + meaning=CL["1001608"])) + setattr(cls, "CL:0002355", + PermissibleValue( + text="CL:0002355", + description="""A large nucleated basophilic erythrocyte found in mammalian embryos. This cell type arises from the blood islands of yolk sacs and expresses different types of hemoglobins (beta-H1, gamma-1 and zeta) than adult erythrocytes. Considered a type of erythroblast as this cell type can enucleate in circulation.""", + meaning=CL["0002355"])) + setattr(cls, "CL:0000776", + PermissibleValue( + text="CL:0000776", + description="""Any of the immature forms of a neutrophil in which neutrophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000776"])) + setattr(cls, "CL:0004233", + PermissibleValue( + text="CL:0004233", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals that stratify at S2, with a second stratification that occurs in S3 and S4. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004233"])) + setattr(cls, "CL:4030056", + PermissibleValue( + text="CL:4030056", + description="""A urothelial cell that is terminally differentiated and part of the urothelial apical surface that forms the high-resistance barrier of urothelium. Umbrella cells have been described as the largest of urothelial cell types, highly polarized, and, in some species, multinucleated. In the relaxed state, these cells form a dome-shaped structure at the apical pole and can also cover multiple underlying intermediate cells, leading to the name umbrella cells. In contrast, these cells flatten when the bladder is filled.""", + meaning=CL["4030056"])) + setattr(cls, "CL:0000437", + PermissibleValue( + text="CL:0000437", + description="""A rounded cell that is usually situated next to sinusoids; secretes follicular stimulating hormone (FSH) and luteinizing hormone (LH).""", + meaning=CL["0000437"])) + setattr(cls, "CL:0001029", + PermissibleValue( + text="CL:0001029", + description="""Common dendritic precursor is a hematopoietic progenitor cell that is CD117-low, CD135-positive, CD115-positive and lacks plasma membrane parts for hematopoietic lineage markers.""", + meaning=CL["0001029"])) + setattr(cls, "CL:4030002", + PermissibleValue( + text="CL:4030002", + description="An alpha-beta memory T cell with the phenotype CD45RA-positive.", + meaning=CL["4030002"])) + setattr(cls, "CL:0002481", + PermissibleValue( + text="CL:0002481", + description="""The flattened smooth myoepithelial cells of mesodermal origin that lie just outside the basal lamina of the seminiferous tubule.""", + meaning=CL["0002481"])) + setattr(cls, "CL:0002410", + PermissibleValue( + text="CL:0002410", + description="""A cell that is found in the periacinar space of the exocrine pancreas and in perivascular and periductal regions of the pancreas, and has long cytoplasmic processes that encircle the base of the acinus. Expresses several intermediate filament proteins including vimentin and nestin. Shares many of the characteristics of hepatatic stellate cells, but not stellate cells of the central nervous system. Upon activation, this cell type undergoes morphological and gene expression changes that make the cell suggestive of being a type of myofibroblast.""", + meaning=CL["0002410"])) + setattr(cls, "CL:1000275", + PermissibleValue( + text="CL:1000275", + description="A smooth muscle cell that is part of the small intestine.", + meaning=CL["1000275"])) + setattr(cls, "CL:0002630", + PermissibleValue( + text="CL:0002630", + description="A spore formed from bacteria in the order Actinomycetales.", + meaning=CL["0002630"])) + setattr(cls, "CL:0002024", + PermissibleValue( + text="CL:0002024", + description="""A megakaryocyte progenitor cell that is Kit-positive, CD41-positive, CD9-positive, Sca-1-negative, IL7ralpha-negative, CD150-negative, and Fcgamma receptor II/III-low.""", + meaning=CL["0002024"])) + setattr(cls, "CL:4030030", + PermissibleValue( + text="CL:4030030", + description="A blood lymphocyte located in the flowing, circulating blood of the body.", + meaning=CL["4030030"])) + setattr(cls, "CL:4023049", + PermissibleValue( + text="CL:4023049", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in L5 of the primary motor cortex.""", + meaning=CL["4023049"])) + setattr(cls, "CL:0007000", + PermissibleValue( + text="CL:0007000", + description="""Skeletogenic cell that has the potential to develop into an ameloblast. Located in the inner enamel epithelium, these cells elongate, their nuclei shift distally (away from the dental papilla), and their cytoplasm becomes filled with organelles needed for synthesis and secretion of enamel proteins.""", + meaning=CL["0007000"])) + setattr(cls, "CL:0002223", + PermissibleValue( + text="CL:0002223", + description="""A cell of the transparent layer of simple cuboidal epithelium over the anterior surface of the lens; transform into lens fiber(s).""", + meaning=CL["0002223"])) + setattr(cls, "CL:0004243", + PermissibleValue( + text="CL:0004243", + description="""An amacrine cell with a wild dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites have spikes, cross over each other, and cover a larger volume than dendrties of W3-1 retinal amacrine cells.""", + meaning=CL["0004243"])) + setattr(cls, "CL:1000394", + PermissibleValue( + text="CL:1000394", + description="""A myoepithelial cell that is part of the intralobular part of terminal lactiferous duct.""", + meaning=CL["1000394"])) + setattr(cls, "CL:0000884", + PermissibleValue( + text="CL:0000884", + description="A tissue-resident macrophage found in the mucosa associated lymphoid tissue.", + meaning=CL["0000884"])) + setattr(cls, "CL:0000358", + PermissibleValue( + text="CL:0000358", + description="""A smooth muscle cell that is part of a sphincter. A sphincter is a typically circular muscle that normally maintains constriction of a natural body passage or orifice and which relaxes as required by normal physiological functioning.""", + meaning=CL["0000358"])) + setattr(cls, "CL:0008036", + PermissibleValue( + text="CL:0008036", + description="A trophoblast cell that is not part of a placental villous.", + meaning=CL["0008036"])) + setattr(cls, "CL:1001561", + PermissibleValue( + text="CL:1001561", + description="""Chemosensitive cells that innervate the vomernasal organ epithelium and are responsible for receiving and transmitting pheromone signals.""", + meaning=CL["1001561"])) + setattr(cls, "CL:0009036", + PermissibleValue( + text="CL:0009036", + description="A macrophage located in the vermiform appendix.", + meaning=CL["0009036"])) + setattr(cls, "CL:0002626", + PermissibleValue( + text="CL:0002626", + description="An immature astrocyte.", + meaning=CL["0002626"])) + setattr(cls, "CL:1001066", + PermissibleValue( + text="CL:1001066", + meaning=CL["1001066"])) + setattr(cls, "CL:0000948", + PermissibleValue( + text="CL:0000948", + description="A class switched memory B cell that expresses IgE on the cell surface.", + meaning=CL["0000948"])) + setattr(cls, "CL:0000168", + PermissibleValue( + text="CL:0000168", + description="Any secretory cell that is capable of some insulin secretion.", + meaning=CL["0000168"])) + setattr(cls, "CL:0002273", + PermissibleValue( + text="CL:0002273", + description="""A type EC enteroendocrine cell type that is numerous in the fundus of the stomach; stores 5-hydroxytryptamine and histamine.""", + meaning=CL["0002273"])) + setattr(cls, "CL:0000470", + PermissibleValue( + text="CL:0000470", + meaning=CL["0000470"])) + setattr(cls, "CL:0000356", + PermissibleValue( + text="CL:0000356", + meaning=CL["0000356"])) + setattr(cls, "CL:0002075", + PermissibleValue( + text="CL:0002075", + description="""Infrequent type of columnar epithelial cell. This cell is characterized by the presence of a tuft of blunt, squat microvilli (approximately 120-140/cell) on the cell surface. The microvilli contain filaments that stretch into the underlying cytoplasm. They have a distinctive pear shape with a wide base and a narrow microvillous apex. Function not known.""", + meaning=CL["0002075"])) + setattr(cls, "CL:4023005", + PermissibleValue( + text="CL:4023005", + description="A nuclear bag fiber that is sensitive mainly to the rate of change in muscle length.", + meaning=CL["4023005"])) + setattr(cls, "CL:0000855", + PermissibleValue( + text="CL:0000855", + description="""Hair cell is a mechanoreceptor cell that is sensitive to movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.""", + meaning=CL["0000855"])) + setattr(cls, "CL:0000226", + PermissibleValue( + text="CL:0000226", + description="A cell with a single nucleus.", + meaning=CL["0000226"])) + setattr(cls, "CL:0000930", + PermissibleValue( + text="CL:0000930", + description="A mature NK T cell that secretes interleukin-4 and enhances Th2 immune responses.", + meaning=CL["0000930"])) + setattr(cls, "CL:0000678", + PermissibleValue( + text="CL:0000678", + meaning=CL["0000678"])) + setattr(cls, "CL:0000772", + PermissibleValue( + text="CL:0000772", + description="""Any of the immature forms of an eosinophil, in which eosinophilic specific granules are present but other phenotypic features of the mature form may be lacking.""", + meaning=CL["0000772"])) + setattr(cls, "CL:0002455", + PermissibleValue( + text="CL:0002455", + description="A CD11c-low plasmacytoid dendritic cell that is CD8alpha-negative and CD4-positive.", + meaning=CL["0002455"])) + setattr(cls, "CL:0002479", + PermissibleValue( + text="CL:0002479", + description="An adipose macrophage that does not express MHC-II but is F4/80-positive.", + meaning=CL["0002479"])) + setattr(cls, "CL:0000068", + PermissibleValue( + text="CL:0000068", + description="An epithelial cell that is part of a duct.", + meaning=CL["0000068"])) + setattr(cls, "CL:0011103", + PermissibleValue( + text="CL:0011103", + description="""Sympathetic neurons are part of the sympathetic nervous system and are primarily adrenergic producing the neurotransmitter noradrenalin along with other neuropeptides.""", + meaning=CL["0011103"])) + setattr(cls, "CL:0002633", + PermissibleValue( + text="CL:0002633", + description="A basal cell in the respiratory tract.", + meaning=CL["0002633"])) + setattr(cls, "CL:0000891", + PermissibleValue( + text="CL:0000891", + description="""A type of cell containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000891"])) + setattr(cls, "CL:2000033", + PermissibleValue( + text="CL:2000033", + description="Any basal cell of epidermis that is part of a limb.", + meaning=CL["2000033"])) + setattr(cls, "CL:0000147", + PermissibleValue( + text="CL:0000147", + description="A pigment cell is a cell that contains pigment granules.", + meaning=CL["0000147"])) + setattr(cls, "CL:0002665", + PermissibleValue( + text="CL:0002665", + description="A fibrocyte of the cochlea that has specialized structural and molecular adaptions.", + meaning=CL["0002665"])) + setattr(cls, "CL:0002470", + PermissibleValue( + text="CL:0002470", + description="Gr1-high monocyte that has a MHC-II receptor complex.", + meaning=CL["0002470"])) + setattr(cls, "CL:0002594", + PermissibleValue( + text="CL:0002594", + description="A smooth muscle cell of the umbilical artery.", + meaning=CL["0002594"])) + setattr(cls, "CL:0004222", + PermissibleValue( + text="CL:0004222", + description="""A flag amacrine cell with post-synaptic terminals in S3, S4, and S5. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004222"])) + setattr(cls, "CL:0000103", + PermissibleValue( + text="CL:0000103", + description="""A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body.""", + meaning=CL["0000103"])) + setattr(cls, "CL:1000746", + PermissibleValue( + text="CL:1000746", + description="Any kidney corpuscule cell that is part of some renal glomerulus.", + meaning=CL["1000746"])) + setattr(cls, "CL:0000377", + PermissibleValue( + text="CL:0000377", + meaning=CL["0000377"])) + setattr(cls, "CL:0002139", + PermissibleValue( + text="CL:0002139", + description="""An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels.""", + meaning=CL["0002139"])) + setattr(cls, "CL:0000071", + PermissibleValue( + text="CL:0000071", + description="An endothelial cell that lines the vasculature.", + meaning=CL["0000071"])) + setattr(cls, "CL:0000852", + PermissibleValue( + text="CL:0000852", + description="""Neuromast support cell is a non-sensory cell of the neuromast that extend between the sensory hair cells from the basement membrane to the apical surface; neuromast support cells are surrounded by neuromast mantle cells.""", + meaning=CL["0000852"])) + setattr(cls, "CL:0000723", + PermissibleValue( + text="CL:0000723", + description="""A stem cell that can give rise to cell types of the body other than those of the germ-line.""", + meaning=CL["0000723"])) + setattr(cls, "CL:0002007", + PermissibleValue( + text="CL:0002007", + description="""A lineage marker-negative, CD34-positive, IL5r-alpha-positive, and Sca1-negative eosinophil progenitor cell.""", + meaning=CL["0002007"])) + setattr(cls, "CL:0000606", + PermissibleValue( + text="CL:0000606", + description="""The larger of two types of asexual spores formed by some fungi; usually round or oblong.""", + meaning=CL["0000606"])) + setattr(cls, "CL:0000609", + PermissibleValue( + text="CL:0000609", + description="""A mechanoreceptor located in the acoustic maculae and the semicircular canals that mediates the sense of balance, movement, and head position. The vestibular hair cells are connected to accessory structures in such a way that movements of the head displace their stereocilia. This influences the membrane potential of the cells which relay information about movements via the vestibular part of the vestibulocochlear nerve to the brain stem.""", + meaning=CL["0000609"])) + setattr(cls, "CL:0001053", + PermissibleValue( + text="CL:0001053", + description="A memory B cell that lacks expression of surface IgD.", + meaning=CL["0001053"])) + setattr(cls, "CL:0000781", + PermissibleValue( + text="CL:0000781", + description="""A specialized mononuclear osteoclast associated with the absorption and removal of cementum.""", + meaning=CL["0000781"])) + setattr(cls, "CL:0009059", + PermissibleValue( + text="CL:0009059", + description="A plasma cell that is located in the medullary sinus of the lymph node.", + meaning=CL["0009059"])) + setattr(cls, "CL:0002121", + PermissibleValue( + text="CL:0002121", + description="""A CD24-negative CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-negative, CD38-negative, and IgG-negative.""", + meaning=CL["0002121"])) + setattr(cls, "CL:0000747", + PermissibleValue( + text="CL:0000747", + description="""A pigment cell derived from the neural crest. Contains blue pigment of unknown chemical composition in fibrous organelles termed cyanosomes. This gives a blue appearance.""", + meaning=CL["0000747"])) + setattr(cls, "CL:0011020", + PermissibleValue( + text="CL:0011020", + description="""An undifferentiated cell that originates from a neural stem cell and has the capacity to generate multiple types of lineage-restricted progenitors but not to self-renew.""", + meaning=CL["0011020"])) + setattr(cls, "CL:4033020", + PermissibleValue( + text="CL:4033020", + description="A mucus secreting cell that is part of a submucosal gland of the trachea.", + meaning=CL["4033020"])) + setattr(cls, "CL:1000276", + PermissibleValue( + text="CL:1000276", + description="A smooth muscle cell that is part of the duodenum.", + meaning=CL["1000276"])) + setattr(cls, "CL:0011028", + PermissibleValue( + text="CL:0011028", + description="""A neural-crest derived glial cell that supports the growth and survival of primary olfactory neuroons from the neuroepithelium in the nasal cavity to the brain by encasing large bundles of numerous unmyelinated axons.""", + meaning=CL["0011028"])) + setattr(cls, "CL:4030065", + PermissibleValue( + text="CL:4030065", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L6 IT.""", + meaning=CL["4030065"])) + setattr(cls, "CL:2000010", + PermissibleValue( + text="CL:2000010", + description="Any blood vessel endothelial cell that is part of a dermis.", + meaning=CL["2000010"])) + setattr(cls, "CL:0000802", + PermissibleValue( + text="CL:0000802", + description="A gamma-delta intraepithelial T cell that has the phenotype CD8-alpha alpha-positive.", + meaning=CL["0000802"])) + setattr(cls, "CL:0002115", + PermissibleValue( + text="CL:0002115", + description="""A B220-positive CD38-positive unswitched memory B cell is a CD38-positive unswitched memory B cell that has the phenotype B220-positive, CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002115"])) + setattr(cls, "CL:1001223", + PermissibleValue( + text="CL:1001223", + description="Any endothelial cell that is part of some renal interlobular vein.", + meaning=CL["1001223"])) + setattr(cls, "CL:0002152", + PermissibleValue( + text="CL:0002152", + description="A columnar cell of the cervix uteri.", + meaning=CL["0002152"])) + setattr(cls, "CL:0000234", + PermissibleValue( + text="CL:0000234", + description="Any cell capable of ingesting particulate matter via phagocytosis.", + meaning=CL["0000234"])) + setattr(cls, "CL:0001081", + PermissibleValue( + text="CL:0001081", + description="""A group 2 innate lymphoid cell in the human with the phenotype CD25-positive, CD127-positive, CD161-positive, and GATA-3-positive.""", + meaning=CL["0001081"])) + setattr(cls, "CL:0000340", + PermissibleValue( + text="CL:0000340", + description="A precursor of the central nervous system that gives rise to glial cells only.", + meaning=CL["0000340"])) + setattr(cls, "CL:0000738", + PermissibleValue( + text="CL:0000738", + description="""An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue.""", + meaning=CL["0000738"])) + setattr(cls, "CL:0002506", + PermissibleValue( + text="CL:0002506", + description="""A CD11b-positive dendritic cell that is CD11b-low, CD45-positive, MHC-II-high and CD103-positive that is located in the liver.""", + meaning=CL["0002506"])) + setattr(cls, "CL:0000396", + PermissibleValue( + text="CL:0000396", + description="A hemocyte found in immuno-stimulated larvae.", + meaning=CL["0000396"])) + setattr(cls, "CL:0000040", + PermissibleValue( + text="CL:0000040", + description="""A myeloid progenitor cell committed to the monocyte lineage. This cell is CD11b-positive, has basophilic cytoplasm, euchromatin, and the presence of a nucleolus.""", + meaning=CL["0000040"])) + setattr(cls, "CL:4023054", + PermissibleValue( + text="CL:4023054", + description="""A mesothelial cell that has undergone mesothelial-to-mesenchymal transition (MMT) to become a fibroblast cell.""", + meaning=CL["4023054"])) + setattr(cls, "CL:0000347", + PermissibleValue( + text="CL:0000347", + description="A cell of the sclera of the eye.", + meaning=CL["0000347"])) + setattr(cls, "CL:0009048", + PermissibleValue( + text="CL:0009048", + description="A macrophage that is located in the anorectum.", + meaning=CL["0009048"])) + setattr(cls, "CL:0000798", + PermissibleValue( + text="CL:0000798", + description="A T cell that expresses a gamma-delta T cell receptor complex.", + meaning=CL["0000798"])) + setattr(cls, "CL:1001590", + PermissibleValue( + text="CL:1001590", + description="Glandular cell of epididymal epithelium.", + meaning=CL["1001590"])) + setattr(cls, "CL:0000476", + PermissibleValue( + text="CL:0000476", + description="""A basophil cell of the anterior pituitary that produces thyroid stimulating hormone, thyrotrophin. This cell type is elongated, polygonal and lie in clusters towards the adenohypophyseal center.""", + meaning=CL["0000476"])) + setattr(cls, "CL:0002293", + PermissibleValue( + text="CL:0002293", + description="""An epithelial cell of the thymus. Epithelial reticular cells are pleomorphic, stellate, non-phagocytic cells which seem to be supportive in function and are held together by desmosomes. They replace the fibroblastoid reticular cells found in other lymphoid organs. Other epithelial cells in the medulla have the ultrastructure of secretory cells. Although different epithelial cells throughout the thymus appear alike by light microscopy their ultrastructure and function varies.""", + meaning=CL["0002293"])) + setattr(cls, "CL:4033047", + PermissibleValue( + text="CL:4033047", + description="""A midget ganglion cell that depolarizes in response to decreased light intensity in the center of its receptive field. The majority of input that this cell receives comes from flat midget bipolar cells.""", + meaning=CL["4033047"])) + setattr(cls, "CL:0001082", + PermissibleValue( + text="CL:0001082", + description="An innate lyphoid cell with an immature phenotype.", + meaning=CL["0001082"])) + setattr(cls, "CL:1000324", + PermissibleValue( + text="CL:1000324", + description="A goblet cell that is part of the epithelium proper of duodenum.", + meaning=CL["1000324"])) + setattr(cls, "CL:0000535", + PermissibleValue( + text="CL:0000535", + description="""A neuron of teleosts that develops later than a primary neuron, typically during the larval stages.""", + meaning=CL["0000535"])) + setattr(cls, "CL:1001107", + PermissibleValue( + text="CL:1001107", + description="An epithelial cell that is part of some loop of Henle thin ascending limb.", + meaning=CL["1001107"])) + setattr(cls, "CL:0001041", + PermissibleValue( + text="CL:0001041", + description="""A CD8-positive alpha-beta-positive T cell with the phenotype CXCR3-positive and having suppressor function. They are capable of producing IL-10, suppressing proliferation, and suppressing IFN-gamma production.""", + meaning=CL["0001041"])) + setattr(cls, "CL:4030066", + PermissibleValue( + text="CL:4030066", + description="""An epithelial cell that is part of a ureteric bud. A ureteric bud cell has the potential to induce metanephric mesenchymal cells to proliferate and convert to epithelia that form renal tubules via: (1) the secretion of multiple diffusible growth factors that rescue renal progenitors from apoptosis and stimulate them to proliferate and (2) contact-dependent mechanisms that induce mesenchymal-epithelial conversion.""", + meaning=CL["4030066"])) + setattr(cls, "CL:0008031", + PermissibleValue( + text="CL:0008031", + description="An interneuron that has its soma located in the cerebral cortex.", + meaning=CL["0008031"])) + setattr(cls, "CL:0002363", + PermissibleValue( + text="CL:0002363", + description="""A keratocyte is a specialized fibroblast residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This corneal layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate.""", + meaning=CL["0002363"])) + setattr(cls, "CL:0004219", + PermissibleValue( + text="CL:0004219", + description="""A bistratifed retinal amacrine cell with a small dendritic field, dendrite stratification in S1-S2, and a second dendrite stratification in S5. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004219"])) + setattr(cls, "CL:0011004", + PermissibleValue( + text="CL:0011004", + description="""A vetebrate lens cell that is any of the elongated, tightly packed cells that make up the bulk of the mature lens in a camera-type eye.""", + meaning=CL["0011004"])) + setattr(cls, "CL:0002149", + PermissibleValue( + text="CL:0002149", + description="An epithelial cell of the uterus.", + meaning=CL["0002149"])) + setattr(cls, "CL:0000582", + PermissibleValue( + text="CL:0000582", + description="""A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a myelocyte and the band form neutrophil. The protein synthesis seen in earlier stages decreases or stops; the nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare; and the cytoplasm becomes amphophilic like that of a mature granulocyte. This cell type is integrin alpha-M-positive, CD13-negative, CD15-positive, CD16-positive, CD33-positive, CD24-positive, fMLP receptor-negative and has expression of C/EBP-a, C/EBP-e, PU.1 transcription factor, lactotransferrin, myeloperoxidase and neutrophil gelatinase associated lipocalin.""", + meaning=CL["0000582"])) + setattr(cls, "CL:0002014", + PermissibleValue( + text="CL:0002014", + description="A basophilic erythroblast that is Lyg 76-high and is Kit-negative.", + meaning=CL["0002014"])) + setattr(cls, "CL:1001052", + PermissibleValue( + text="CL:1001052", + description="Any kidney venous blood vessel cell that is part of some renal cortex vein.", + meaning=CL["1001052"])) + setattr(cls, "CL:0009103", + PermissibleValue( + text="CL:0009103", + description="A fibroblastic reticular cell found in the lymph node subcapsular sinus.", + meaning=CL["0009103"])) + setattr(cls, "CL:0000987", + PermissibleValue( + text="CL:0000987", + description="A fully differentiated plasma cell that secretes IgA.", + meaning=CL["0000987"])) + setattr(cls, "CL:0002511", + PermissibleValue( + text="CL:0002511", + description="A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-low.", + meaning=CL["0002511"])) + setattr(cls, "CL:0000617", + PermissibleValue( + text="CL:0000617", + description="A neuron that uses GABA as a vesicular neurotransmitter", + meaning=CL["0000617"])) + setattr(cls, "CL:0002464", + PermissibleValue( + text="CL:0002464", + description="An adipose dendritic cell that is SIRPa-negative.", + meaning=CL["0002464"])) + setattr(cls, "CL:1000432", + PermissibleValue( + text="CL:1000432", + description="An epithelial cell that is part of the conjunctiva.", + meaning=CL["1000432"])) + setattr(cls, "CL:1001503", + PermissibleValue( + text="CL:1001503", + description="""The principal glutaminergic neuron located in the outer third of the external plexiform layer of the olfactory bulb; a single short primary dendrite traverses the outer external plexiform layer and terminates within an olfactory glomerulus in a tuft of branches, where it receives the input from olfactory receptor neuron axon terminals; axons of the tufted cells transfer information to a number of areas in the brain, including the piriform cortex, entorhinal cortex, olfactory tubercle, and amygdala.""", + meaning=CL["1001503"])) + setattr(cls, "CL:2000086", + PermissibleValue( + text="CL:2000086", + description="Any basket cell that is part of a neocortex.", + meaning=CL["2000086"])) + setattr(cls, "CL:0003010", + PermissibleValue( + text="CL:0003010", + description="""A bistratified retinal ganglion cell that has a dendrite field that terminates in sublaminar layer S2 and a second dendrite field that terminates in sublaminar layer S4.""", + meaning=CL["0003010"])) + setattr(cls, "CL:0002128", + PermissibleValue( + text="CL:0002128", + description="""A CD8-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-positive, CCR5-high, CD45RA-negative, and capable of producing IL-17 and some IFNg.""", + meaning=CL["0002128"])) + setattr(cls, "CL:0002408", + PermissibleValue( + text="CL:0002408", + description="""A double negative post-natal thymocyte that has a T cell receptor consisting of a gamma chain that does not contain a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive.""", + meaning=CL["0002408"])) + setattr(cls, "CL:0002662", + PermissibleValue( + text="CL:0002662", + description="""A luminal epithelial cell of the lactiferous duct. This cuboidal epithelial cell expresses keratin-18 and is estrogen-receptor alpha positive.""", + meaning=CL["0002662"])) + setattr(cls, "CL:4033066", + PermissibleValue( + text="CL:4033066", + description="""A supporting cell that is part of the ovary and differentiates into a granulosa cell. A pre-granulosa cell develops from an early supporting gonadal cell by repressing testis determination, which can then proliferate to form primordial follicles.""", + meaning=CL["4033066"])) + setattr(cls, "CL:0000197", + PermissibleValue( + text="CL:0000197", + description="A cell that is capable of detection of a stimulus involved in sensory perception.", + meaning=CL["0000197"])) + setattr(cls, "CL:0000015", + PermissibleValue( + text="CL:0000015", + description="""A germ cell that supports male gamete production. In some species, non-germ cells known as Sertoli cells also play a role in spermatogenesis.""", + meaning=CL["0000015"])) + setattr(cls, "CL:4023038", + PermissibleValue( + text="CL:4023038", + description="""A glutamatergic neuron with a soma found in cortical layer 6b. They are transcriptomically related to corticothalamic-projecting neurons but have differential projections to the thalamus or anterior cingulate.""", + meaning=CL["4023038"])) + setattr(cls, "CL:0000900", + PermissibleValue( + text="CL:0000900", + description="""A CD8-positive, alpha-beta T cell that has not experienced activation via antigen contact and has the phenotype CD45RA-positive, CCR7-positive and CD127-positive. This cell type is also described as being CD25-negative, CD62L-high and CD44-low.""", + meaning=CL["0000900"])) + setattr(cls, "CL:1001009", + PermissibleValue( + text="CL:1001009", + description="Any kidney arterial blood vessel cell that is part of some renal efferent arteriole.", + meaning=CL["1001009"])) + setattr(cls, "CL:0002394", + PermissibleValue( + text="CL:0002394", + description="""A myeloid dendritic cell found in the blood, lymph nodes, tonsil, bone marrow, and spleen that is CD141-positive (BDCA-3), XCR1-positive, and Clec9A-positive. This cell-type can cross-present antigen to CD8-positive T cells and can produce inteferon-beta.""", + meaning=CL["0002394"])) + setattr(cls, "CL:0002313", + PermissibleValue( + text="CL:0002313", + description="An ecto-epithelial cell of the prostate gland that secretes hormones.", + meaning=CL["0002313"])) + setattr(cls, "CL:0000006", + PermissibleValue( + text="CL:0000006", + description="""Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception.""", + meaning=CL["0000006"])) + setattr(cls, "CL:0000988", + PermissibleValue( + text="CL:0000988", + description="A cell of a hematopoietic lineage.", + meaning=CL["0000988"])) + setattr(cls, "CL:0000444", + PermissibleValue( + text="CL:0000444", + description="""A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern.""", + meaning=CL["0000444"])) + setattr(cls, "CL:4033011", + PermissibleValue( + text="CL:4033011", + description="""A(n) smooth muscle cell that is part of a(n) large intestine smooth muscle circular layer.""", + meaning=CL["4033011"])) + setattr(cls, "CL:0002673", + PermissibleValue( + text="CL:0002673", + description="A skeletal muscle cell that is part of the tongue.", + meaning=CL["0002673"])) + setattr(cls, "CL:0009082", + PermissibleValue( + text="CL:0009082", + description="""The human equivalent of a DN3 thymocyte; these thymocytes finish the process of beta selection.""", + meaning=CL["0009082"])) + setattr(cls, "CL:4023116", + PermissibleValue( + text="CL:4023116", + description="""A spiral ganglion neuron that innervates outer hair cells. Type 1 spiral ganglion neurons are unmyelinated and unipolar.""", + meaning=CL["4023116"])) + setattr(cls, "CL:0002102", + PermissibleValue( + text="CL:0002102", + description="""A CD38-negative naive B cell is a mature B cell that has the phenotype CD38-negative, surface IgD-positive, surface IgM-positive, and CD27-negative, that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002102"])) + setattr(cls, "CL:0000782", + PermissibleValue( + text="CL:0000782", + description="A dendritic cell of the myeloid lineage.", + meaning=CL["0000782"])) + setattr(cls, "CL:0004162", + PermissibleValue( + text="CL:0004162", + description="""A cone whose sensitivity measurements have an average spectral peak of 358.2 nm. These cones are described in rat.""", + meaning=CL["0004162"])) + setattr(cls, "CL:1001432", + PermissibleValue( + text="CL:1001432", + description="Any renal intercalated cell that is part of some collecting duct of renal tubule.", + meaning=CL["1001432"])) + setattr(cls, "CL:0005012", + PermissibleValue( + text="CL:0005012", + description="A ciliated epithelial cell with many cilia.", + meaning=CL["0005012"])) + setattr(cls, "CL:4033008", + PermissibleValue( + text="CL:4033008", + description="A(n) vein endothelial cell that is part of a(n) respiratory system.", + meaning=CL["4033008"])) + setattr(cls, "CL:2000013", + PermissibleValue( + text="CL:2000013", + description="Any skin fibroblast that is part of a skin of abdomen.", + meaning=CL["2000013"])) + setattr(cls, "CL:0009072", + PermissibleValue( + text="CL:0009072", + description="""A thymic medullary epithelial cell that expresses AIRE or other canonical markers of mature mTECs like Fezf2.""", + meaning=CL["0009072"])) + setattr(cls, "CL:4030000", + PermissibleValue( + text="CL:4030000", + description="""A melanocyte located in the vascular uvea and involved in photoprotection, regulation of oxidative damage and immune responses.""", + meaning=CL["4030000"])) + setattr(cls, "CL:0000576", + PermissibleValue( + text="CL:0000576", + description="""Myeloid mononuclear recirculating leukocyte that can act as a precursor of tissue macrophages, osteoclasts and some populations of tissue dendritic cells.""", + meaning=CL["0000576"])) + setattr(cls, "CL:0005008", + PermissibleValue( + text="CL:0005008", + description="An auditory hair cell located in the macula that is sensitive to auditory stimuli.", + meaning=CL["0005008"])) + setattr(cls, "CL:4023035", + PermissibleValue( + text="CL:4023035", + description="A neuron that is derived from a precursor cell in the lateral ganglion eminence.", + meaning=CL["4023035"])) + setattr(cls, "CL:0002098", + PermissibleValue( + text="CL:0002098", + description="""A cardiac myocyte that is connected to other cardiac myocytes by transverse intercalated discs (GO:0014704) at a regular interval.""", + meaning=CL["0002098"])) + setattr(cls, "CL:4023065", + PermissibleValue( + text="CL:4023065", + description="A GABAergic cell located in the cerebral cortex that expresses meis2.", + meaning=CL["4023065"])) + setattr(cls, "CL:0000395", + PermissibleValue( + text="CL:0000395", + description="A precursor of mature crystal cells.", + meaning=CL["0000395"])) + setattr(cls, "CL:0000170", + PermissibleValue( + text="CL:0000170", + description="A cell that secretes glucagon.", + meaning=CL["0000170"])) + setattr(cls, "CL:4023020", + PermissibleValue( + text="CL:4023020", + description="""A gamma motor neuron that innervates dynamic nuclear bag fibers (bag1 fibers) and enhances the sensitivities of Ia sensory neurons. They alter muscle spindle sensitivity and increases its discharge in response to velocity of muscle length (rather than just magnitude).""", + meaning=CL["4023020"])) + setattr(cls, "CL:0009013", + PermissibleValue( + text="CL:0009013", + description="""A progenitor cell with hepatic and biliary lineage potential, identified in mouse and human, and anatomically restricted to the ductal plate of fetal liver.""", + meaning=CL["0009013"])) + setattr(cls, "CL:0001004", + PermissibleValue( + text="CL:0001004", + description="""Immature CD8_alpha-positive CD11b-negative dendritic cell is a CD8_alpha-positive CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001004"])) + setattr(cls, "CL:0009031", + PermissibleValue( + text="CL:0009031", + description="A T cell that is located in a vermiform appendix.", + meaning=CL["0009031"])) + setattr(cls, "CL:4023111", + PermissibleValue( + text="CL:4023111", + description="A pyramidal neuron with soma located in the cerebral cortex.", + meaning=CL["4023111"])) + setattr(cls, "CL:2000077", + PermissibleValue( + text="CL:2000077", + description="Any striated muscle cell that is part of a skeletal muscle tissue of pectoralis major.", + meaning=CL["2000077"])) + setattr(cls, "CL:0002519", + PermissibleValue( + text="CL:0002519", + description="""An interrenal epithelial kidney cell is an epithelial cell found in the anterior kidney of teleosts fish. This cell type is arranged in layers around the posterior cardinal vein and contains many mitochondria with tubulovesicular cristae. Interrenal chromaffin cells are interspersed among the tissue layer created by this cell type.""", + meaning=CL["0002519"])) + setattr(cls, "CL:0002425", + PermissibleValue( + text="CL:0002425", + description="""A pro-T cell that is lin-negative, CD25-negative, CD127-negative, CD44-positive and kit-positive.""", + meaning=CL["0002425"])) + setattr(cls, "CL:0002577", + PermissibleValue( + text="CL:0002577", + description="An epithelial cell of the placenta.", + meaning=CL["0002577"])) + setattr(cls, "CL:4030028", + PermissibleValue( + text="CL:4030028", + description="An amacrine cell that uses glycine as a neurotransmitter.", + meaning=CL["4030028"])) + setattr(cls, "CL:4030037", + PermissibleValue( + text="CL:4030037", + description="""A spermatid in a late stage of maturation that has an elongated morphology and is transcriptionally inert when the acrosome is fully developed.""", + meaning=CL["4030037"])) + setattr(cls, "CL:0002350", + PermissibleValue( + text="CL:0002350", + description="""An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin.""", + meaning=CL["0002350"])) + setattr(cls, "CL:0000644", + PermissibleValue( + text="CL:0000644", + description="""Type of radial astrocyte in the cerebellar cortex that have their cell bodies in the Purkinje cell layer and processes that extend into the molecular layer, terminating with bulbous endfeet at the pial surface. Bergmann glia express high densities of glutamate transporters that limit diffusion of the neurotransmitter glutamate during its release from synaptic terminals. Besides their role in early development of the cerebellum, Bergmann glia are also required for the pruning or addition of synapses.""", + meaning=CL["0000644"])) + setattr(cls, "CL:4033041", + PermissibleValue( + text="CL:4033041", + description="An alveolar macrophage that expresses CCL3.", + meaning=CL["4033041"])) + setattr(cls, "CL:0007011", + PermissibleValue( + text="CL:0007011", + description="Neuron that is part of the enteric nervous system.", + meaning=CL["0007011"])) + setattr(cls, "CL:0000650", + PermissibleValue( + text="CL:0000650", + description="""A cell type that encapsulates the capillaries and venules in the kidney. This cell secretes mesangial matrix that provides the structural support for the capillaries.""", + meaning=CL["0000650"])) + setattr(cls, "CL:0000995", + PermissibleValue( + text="CL:0000995", + meaning=CL["0000995"])) + setattr(cls, "CL:0002525", + PermissibleValue( + text="CL:0002525", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the metanephros.""", + meaning=CL["0002525"])) + setattr(cls, "CL:1000434", + PermissibleValue( + text="CL:1000434", + description="An epithelial cell that is part of the external acoustic meatus.", + meaning=CL["1000434"])) + setattr(cls, "CL:0002141", + PermissibleValue( + text="CL:0002141", + description="""A parathyroid chief cell that is actively secreting hormone. Have large Golgi complexes with numerous vesicles and small membrane-bound granules; secretory granules are rare, cytoplasmic glycogen sparse, much of the cytoplasm being occupied by flat sacs of granular endoplasmic reticulum in parallel arrays; in normal humans, inactive chief cells outnumber active chief cells in a ratio of 3-5:1""", + meaning=CL["0002141"])) + setattr(cls, "CL:1000381", + PermissibleValue( + text="CL:1000381", + description="""A type I vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.""", + meaning=CL["1000381"])) + setattr(cls, "CL:0000189", + PermissibleValue( + text="CL:0000189", + description="A muscle cell that develops tension more slowly than a fast-twitch fiber.", + meaning=CL["0000189"])) + setattr(cls, "CL:0007006", + PermissibleValue( + text="CL:0007006", + description="Mesodermal cell that is axially located and gives rise to the cells of the notochord.", + meaning=CL["0007006"])) + setattr(cls, "CL:4033026", + PermissibleValue( + text="CL:4033026", + description="A perichondrial fibroblast that is part of the lung.", + meaning=CL["4033026"])) + setattr(cls, "CL:0001204", + PermissibleValue( + text="CL:0001204", + description="""CD4-positive, alpha-beta long-lived T cell with the phenotype CD45RO-positive and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.""", + meaning=CL["0001204"])) + setattr(cls, "CL:0002296", + PermissibleValue( + text="CL:0002296", + description="""An epithelial cell with high nuclear and cytoplasmic electron-density. This cell type is found in the deeper portions of the cortex but is more abundant in the medulla of the thymus.""", + meaning=CL["0002296"])) + setattr(cls, "CL:0003006", + PermissibleValue( + text="CL:0003006", + description="""A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S3 and S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003006"])) + setattr(cls, "CL:0002427", + PermissibleValue( + text="CL:0002427", + description="A double-positive, alpha-beta thymocyte that is small and not proliferating.", + meaning=CL["0002427"])) + setattr(cls, "CL:0000963", + PermissibleValue( + text="CL:0000963", + description="""A germinal center B cell that develops from a Bm3 B cell. This cell has the phenotype IgM-negative, IgD-positive, and CD38-positive.""", + meaning=CL["0000963"])) + setattr(cls, "CL:4040002", + PermissibleValue( + text="CL:4040002", + description="""Glial cell that provides support to the enteric nervous system. It is involved in enteric neurotransmission, in maintaining the integrity of the mucosal barrier of the gut and serves as a link between the nervous and immune systems of the gut. In enteric nerve strands, glial processes ensheath multiaxonal bundles which distinguishes enteric glia from all other peripheral glia. Ultrastructurally, the most conspicuous trait of an enteroglial cell is the presence of 10 nm filaments, which criss-cross the cell body, form axial bundles in the processes and appear to firmly anchor the cells to the ganglionic surfaces. Similar to astrocytes, their main constituent is glial fibrillary acidic protein (GFAP).""", + meaning=CL["4040002"])) + setattr(cls, "CL:0002497", + PermissibleValue( + text="CL:0002497", + description="A trophoblast giant cell derived from the mural trophectoderm.", + meaning=CL["0002497"])) + setattr(cls, "CL:0002086", + PermissibleValue( + text="CL:0002086", + description="""A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart.""", + meaning=CL["0002086"])) + setattr(cls, "CL:0000162", + PermissibleValue( + text="CL:0000162", + description="""A large, oval stomach epithelial cell with a central nucleus; source of gastric acid. Secretes HCl.""", + meaning=CL["0000162"])) + setattr(cls, "CL:1001033", + PermissibleValue( + text="CL:1001033", + description="An endothelial cell that is part of some peritubular capillary.", + meaning=CL["1001033"])) + setattr(cls, "CL:0000992", + PermissibleValue( + text="CL:0000992", + description="""Immature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD80-low and CD86-low.""", + meaning=CL["0000992"])) + setattr(cls, "CL:2000072", + PermissibleValue( + text="CL:2000072", + description="Any microvascular endothelial cell that is part of a adipose tissue.", + meaning=CL["2000072"])) + setattr(cls, "CL:0002305", + PermissibleValue( + text="CL:0002305", + description="""An epithelial cell of the distal convoluted tubule of the kidney that helps regulate systemic levels of potassium, sodium, calcium, and pH.""", + meaning=CL["0002305"])) + setattr(cls, "CL:4028001", + PermissibleValue( + text="CL:4028001", + description="Any capillary endothelial cell that is part of a lung.", + meaning=CL["4028001"])) + setattr(cls, "CL:0002466", + PermissibleValue( + text="CL:0002466", + description="""A CD11b-positive dendritic cell located in the serosal portion of the small intestine epithelium. This cell type is CD45-positive, MHC-II-positive, CD11c-low, CD103-negative.""", + meaning=CL["0002466"])) + setattr(cls, "CL:0000595", + PermissibleValue( + text="CL:0000595", + description="An erythrocyte lacking a nucleus.", + meaning=CL["0000595"])) + setattr(cls, "CL:0000906", + PermissibleValue( + text="CL:0000906", + description="""A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, CD25-positive, and CCR7-negative.""", + meaning=CL["0000906"])) + setattr(cls, "CL:0002639", + PermissibleValue( + text="CL:0002639", + description="""An amniotic stem cell is a mesenchymalstem cell extracted from amniotic fluid. Amniotic stem cells are able to differentiate into various tissue type such as skin, cartilage, cardiac tissue, nerves, muscle, and bone""", + meaning=CL["0002639"])) + setattr(cls, "CL:1000510", + PermissibleValue( + text="CL:1000510", + description="Any kidney epithelial cell that is part of some glomerular epithelium.", + meaning=CL["1000510"])) + setattr(cls, "CL:0000527", + PermissibleValue( + text="CL:0000527", + description="A neuron which sends impulses peripherally to activate muscles or secretory cells.", + meaning=CL["0000527"])) + setattr(cls, "CL:1000721", + PermissibleValue( + text="CL:1000721", + description="Any renal principal cell that is part of some papillary duct.", + meaning=CL["1000721"])) + setattr(cls, "CL:0000633", + PermissibleValue( + text="CL:0000633", + description="""A tall supporting cell that is arranged in rows adjacent to the last row of outer phalangeal cells. This cell type constitutes the outer border of the organ of Corti.""", + meaning=CL["0000633"])) + setattr(cls, "CL:0002374", + PermissibleValue( + text="CL:0002374", + description="A hair cell of the ear that contains the organs of balance and hearing.", + meaning=CL["0002374"])) + setattr(cls, "CL:1000424", + PermissibleValue( + text="CL:1000424", + description="A chromaffin cell that is part of the paraaortic body.", + meaning=CL["1000424"])) + setattr(cls, "CL:0000017", + PermissibleValue( + text="CL:0000017", + description="""A male germ cell that develops from spermatogonia. The euploid primary spermatocytes undergo meiosis and give rise to the haploid secondary spermatocytes which in turn give rise to spermatids.""", + meaning=CL["0000017"])) + setattr(cls, "CL:0019017", + PermissibleValue( + text="CL:0019017", + description="A smooth muscle cell that is part of any lymphatic vessel.", + meaning=CL["0019017"])) + setattr(cls, "CL:0000257", + PermissibleValue( + text="CL:0000257", + description="Any cell that only exists in Eumycetozoa.", + meaning=CL["0000257"])) + setattr(cls, "CL:1000356", + PermissibleValue( + text="CL:1000356", + description="A M cell that is part of the epithelium proper of duodenum.", + meaning=CL["1000356"])) + setattr(cls, "CL:0009042", + PermissibleValue( + text="CL:0009042", + description="An enteroendocrine cell that is located in the colon.", + meaning=CL["0009042"])) + setattr(cls, "CL:0009027", + PermissibleValue( + text="CL:0009027", + description="A transit amplifying cell that is part of a crypt of Lieberkuhn of large intestine.", + meaning=CL["0009027"])) + setattr(cls, "CL:0008022", + PermissibleValue( + text="CL:0008022", + description="""A mesenchymal cell of the endocardial cushion. These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves.""", + meaning=CL["0008022"])) + setattr(cls, "CL:1001568", + PermissibleValue( + text="CL:1001568", + description="Any endothelial cell of vascular tree that is part of some pulmonary artery.", + meaning=CL["1001568"])) + setattr(cls, "CL:4023092", + PermissibleValue( + text="CL:4023092", + description="""A pyramidal neuron which has an apical tree which is oriented towards the white matter.""", + meaning=CL["4023092"])) + setattr(cls, "CL:4023018", + PermissibleValue( + text="CL:4023018", + description="A GABAergic interneuron located in the cerebral cortex that expresses Parvalbumin.", + meaning=CL["4023018"])) + setattr(cls, "CL:0000442", + PermissibleValue( + text="CL:0000442", + description="""A cell with extensive dendritic processes found in the B cell areas (primary follicles and germinal centers) of lymphoid tissue. They are unrelated to the dendritic cell associated with T cells. Follicular dendritic cells have Fc receptors and C3b receptors, but unlike other dendritic cells, they do not process or present antigen in a way that allows recognition by T cells. Instead, they hold antigen in the form of immune complexes on their surfaces for long periods and can present antigen to B cells during an immune response.""", + meaning=CL["0000442"])) + setattr(cls, "CL:0001058", + PermissibleValue( + text="CL:0001058", + description="""A plasmacytoid dendritic cell with the phenotype HLA-DRA-positive, CD123-positive, and CD11c-negative.""", + meaning=CL["0001058"])) + setattr(cls, "CL:0007010", + PermissibleValue( + text="CL:0007010", + description="""Skeletogenic cell that has the potential to transform into an osteoblast, and develops from neural crest or mesodermal cells.""", + meaning=CL["0007010"])) + setattr(cls, "CL:0000574", + PermissibleValue( + text="CL:0000574", + description="""A pigment cell derived from the neural crest. Contains pteridine and/or carotenoid pigments in structures called pterinosomes or erythrosomes. This gives an orange to red appearance.""", + meaning=CL["0000574"])) + setattr(cls, "CL:0011029", + PermissibleValue( + text="CL:0011029", + description="""An explosive cell containing one giant secretory organelle called a cnidocyst (also known as a cnida (plural cnidae) or nematocyst) that contains a toxin responsible for the stings delivered by a cnidarian to other organisms. Cnidae are used to capture prey and as a defense against predators. The presence of cnidocytes defines the phylum Cnidaria (corals, sea anemones, hydrae, jellyfish, etc.).""", + meaning=CL["0011029"])) + setattr(cls, "CL:1001573", + PermissibleValue( + text="CL:1001573", + description="Cell of the nasopharyngeal epithelium.", + meaning=CL["1001573"])) + setattr(cls, "CL:0000481", + PermissibleValue( + text="CL:0000481", + description="A peptide hormone secreting cell that secretes cholecystokin stimulating hormone.", + meaning=CL["0000481"])) + setattr(cls, "CL:1000691", + PermissibleValue( + text="CL:1000691", + meaning=CL["1000691"])) + setattr(cls, "CL:0005024", + PermissibleValue( + text="CL:0005024", + description="""A motor neuron that innervates a skeletal muscle. These motor neurons are all excitatory and cholinergic.""", + meaning=CL["0005024"])) + setattr(cls, "CL:0000118", + PermissibleValue( + text="CL:0000118", + description="""Basket cells are inhibitory GABAergic interneurons of the brain. In general, dendrites of basket cells are free branching and contain smooth spines. Axons are highly branched. The branched axonal arborizations give rise to basket-like structures that surround the soma of the target cell. Basket cells form axo-somatic synapses, meaning their synapses target somas of other cells.""", + meaning=CL["0000118"])) + setattr(cls, "CL:1001606", + PermissibleValue( + text="CL:1001606", + description="Keratinocyte from foreskin.", + meaning=CL["1001606"])) + setattr(cls, "CL:0002641", + PermissibleValue( + text="CL:0002641", + description="An epithelial cell of the esophageal gland proper.", + meaning=CL["0002641"])) + setattr(cls, "CL:0011022", + PermissibleValue( + text="CL:0011022", + description="A fibroblast that is part of skin of back.", + meaning=CL["0011022"])) + setattr(cls, "CL:0000058", + PermissibleValue( + text="CL:0000058", + description="""Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell.""", + meaning=CL["0000058"])) + setattr(cls, "CL:4023056", + PermissibleValue( + text="CL:4023056", + description="""A type of mouse mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.""", + meaning=CL["4023056"])) + setattr(cls, "CL:4023188", + PermissibleValue( + text="CL:4023188", + description="""A retinal ganglion cell that originate in the ganglion cell layer of the retina, and project to the parvocellular layers of the lateral geniculate nucleus (LGN). These cells are known as midget retinal ganglion cells due to the small sizes of their dendritic trees and cell bodies.""", + meaning=CL["4023188"])) + setattr(cls, "CL:0000107", + PermissibleValue( + text="CL:0000107", + description="A neuron whose cell body is within an autonomic ganglion.", + meaning=CL["0000107"])) + setattr(cls, "CL:0000955", + PermissibleValue( + text="CL:0000955", + description="""A pre-B-II cell is a precursor B cell that expresses immunoglobulin mu heavy chain (IgHmu+), and lack expression of CD34, TdT, immunoglobulin kappa light chain and immunoglobulin lambda light chain.""", + meaning=CL["0000955"])) + setattr(cls, "CL:0002354", + PermissibleValue( + text="CL:0002354", + description="""A hematopoietic stem found in the yolk sac. In mice, this cell type is Sca-1-negative, CD45-negative, MHC-negative, HSA-positive, AA4.1-positive, CD44-positive.""", + meaning=CL["0002354"])) + setattr(cls, "CL:0000936", + PermissibleValue( + text="CL:0000936", + description="""A lymphoid progenitor cell that is found in bone marrow, gives rise to B cells, T cells, natural killer cells and dendritic cells, and has the phenotype Lin-negative, Kit-positive, Sca-1-positive, FLT3-positive, CD34-positive, CD150 negative, and GlyA-negative.""", + meaning=CL["0000936"])) + setattr(cls, "CL:0000468", + PermissibleValue( + text="CL:0000468", + description="""A precursor of the central nervous system that gives rise to both neurons and glial cells.""", + meaning=CL["0000468"])) + setattr(cls, "CL:0000740", + PermissibleValue( + text="CL:0000740", + description="""The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve.""", + meaning=CL["0000740"])) + setattr(cls, "CL:0002550", + PermissibleValue( + text="CL:0002550", + description="A fibroblast that is part of the conjuctiva of the eye.", + meaning=CL["0002550"])) + setattr(cls, "CL:0008038", + PermissibleValue( + text="CL:0008038", + description="""A large, multipolar lower motor neuron of the brainstem and spinal cord that innervates the extrafusal muscle fibers of skeletal muscle and are directly responsible for initiating their contraction. While their cell bodies are in the CNS (in the anterior gray horn of the spinal cord), they are part of the somatic nervous system - a branch of the PNS.""", + meaning=CL["0008038"])) + setattr(cls, "CL:4033064", + PermissibleValue( + text="CL:4033064", + description="A tissue-resident macrophage that is part of the uterus.", + meaning=CL["4033064"])) + setattr(cls, "CL:0000544", + PermissibleValue( + text="CL:0000544", + meaning=CL["0000544"])) + setattr(cls, "CL:0002539", + PermissibleValue( + text="CL:0002539", + description="A smooth muscle cell of the aorta.", + meaning=CL["0002539"])) + setattr(cls, "CL:4023033", + PermissibleValue( + text="CL:4023033", + description="""A retinal ganglion cell that is depolarized by decreased illumination of their receptive field center.""", + meaning=CL["4023033"])) + setattr(cls, "CL:4033016", + PermissibleValue( + text="CL:4033016", + description="""A myofibroblast that is part of an alveoli during alveolarization. The contractile force of this cell elongates the secondary crest, while producing a framework of elastin and tenascin. During the maturation of the septa, secondary crest myofibroblasts, together with matrix fibroblasts, secrete metalloproteinases and other ECM‐remodeling proteins to thin the septal tip ECM. The secondary crest myofibroblast continues producing elastin, eventually undergoing apoptosis during adulthood.""", + meaning=CL["4033016"])) + setattr(cls, "CL:0001051", + PermissibleValue( + text="CL:0001051", + description="""A CD4-positive, alpha-beta T cell that has the phenotype CXCR3-negative, CCR6-negative.""", + meaning=CL["0001051"])) + setattr(cls, "CL:2000002", + PermissibleValue( + text="CL:2000002", + description="""A specialized, enlarged, connective tissue cell of the decidua with enlarged nucleus, dense membrane‐bound secretory granules and cytoplasmic accumulation of glycogen and lipid droplets. These cells develop by the transformation of endometrial stromal cells during decidualization.""", + meaning=CL["2000002"])) + setattr(cls, "CL:2000007", + PermissibleValue( + text="CL:2000007", + description="Chondrocyte forming the hyaline cartilage found in the knee joint.", + meaning=CL["2000007"])) + setattr(cls, "CL:1001036", + PermissibleValue( + text="CL:1001036", + description="A cell that is part of a vasa recta.", + meaning=CL["1001036"])) + setattr(cls, "CL:1000286", + PermissibleValue( + text="CL:1000286", + description="A smooth muscle cell that is part of the rectum.", + meaning=CL["1000286"])) + setattr(cls, "CL:0002381", + PermissibleValue( + text="CL:0002381", + description="A conidium that has only one nucleus.", + meaning=CL["0002381"])) + setattr(cls, "CL:0000867", + PermissibleValue( + text="CL:0000867", + description="A tissue-resident macrophage found in a secondary lymphoid organ.", + meaning=CL["0000867"])) + setattr(cls, "CL:0002242", + PermissibleValue( + text="CL:0002242", + description="A cell containing at least one nucleus.", + meaning=CL["0002242"])) + setattr(cls, "CL:0002180", + PermissibleValue( + text="CL:0002180", + description="A mucous cell in the epithelium of the stomach.", + meaning=CL["0002180"])) + setattr(cls, "CL:2000020", + PermissibleValue( + text="CL:2000020", + description="Any native cell that is part of a inner cell mass.", + meaning=CL["2000020"])) + setattr(cls, "CL:0002558", + PermissibleValue( + text="CL:0002558", + description="A fibroblast that is part of villous mesenchyme.", + meaning=CL["0002558"])) + setattr(cls, "CL:2000083", + PermissibleValue( + text="CL:2000083", + description="Any hair follicle dermal papilla cell that is part of a scalp.", + meaning=CL["2000083"])) + setattr(cls, "CL:0000696", + PermissibleValue( + text="CL:0000696", + description="A cell that stores and secretes pancreatic polypeptide hormone.", + meaning=CL["0000696"])) + setattr(cls, "CL:0002365", + PermissibleValue( + text="CL:0002365", + description="""An epithelial cell of the medullary thymus. This cell type expresses a diverse range of tissue-specific antigens. This promiscuous gene expression is a cell-autonomous property of medullary epithelial cells and is maintained during the entire period of thymic T cell output.""", + meaning=CL["0002365"])) + setattr(cls, "CL:1000332", + PermissibleValue( + text="CL:1000332", + description="A serous secreting cell that is part of the epithelium of terminal bronchiole.", + meaning=CL["1000332"])) + setattr(cls, "CL:0002338", + PermissibleValue( + text="CL:0002338", + description="""A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-positive, CD117-positive, CD122-positive,and CD161-positive.""", + meaning=CL["0002338"])) + setattr(cls, "CL:0009087", + PermissibleValue( + text="CL:0009087", + description="An extravillous trophoblast that is polynuclear.", + meaning=CL["0009087"])) + setattr(cls, "CL:4030020", + PermissibleValue( + text="CL:4030020", + description="A renal alpha-intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030020"])) + setattr(cls, "CL:0009041", + PermissibleValue( + text="CL:0009041", + description="A tuft cell that is a part of the colon.", + meaning=CL["0009041"])) + setattr(cls, "CL:4033019", + PermissibleValue( + text="CL:4033019", + description="An ON bipolar cell type with dendrites selectively contacting S-cones.", + meaning=CL["4033019"])) + setattr(cls, "CL:0000577", + PermissibleValue( + text="CL:0000577", + description="""A subtype of enteroendocrine cells found in the gastrointestinal mucosa, particularly in the glands of pyloric antrum; duodenum; and ileum. These cell type secretes serotonin and some neurotransmitters including enkephalins and substance P. Their secretory granules stain readily with silver (argentaffin stain).""", + meaning=CL["0000577"])) + setattr(cls, "CL:0000389", + PermissibleValue( + text="CL:0000389", + meaning=CL["0000389"])) + setattr(cls, "CL:0000136", + PermissibleValue( + text="CL:0000136", + description="""A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides.""", + meaning=CL["0000136"])) + setattr(cls, "CL:0019026", + PermissibleValue( + text="CL:0019026", + description="""Any hepatocyte that is part of the liver lobule periportal region. These cells are primarily involved in oxidative energy metabolism.""", + meaning=CL["0019026"])) + setattr(cls, "CL:4030004", + PermissibleValue( + text="CL:4030004", + description="""A large epithelial cell found in the thymus. This cell type may internalize thymocytes through extensions of plasma membrane. The cell surface and cytoplasmic vacuoles of a thymic nurse cell express MHC Class I and MHC Class II antigens. The interaction of these antigens with a developing thymocyte determines whether the thymocyte undergoes positive or negative selection.""", + meaning=CL["4030004"])) + setattr(cls, "CL:0002419", + PermissibleValue( + text="CL:0002419", + description="A T cell that expresses a T cell receptor complex and has completed T cell selection.", + meaning=CL["0002419"])) + setattr(cls, "CL:0010001", + PermissibleValue( + text="CL:0010001", + description="A stromal cell that is part_of a bone marrow.", + meaning=CL["0010001"])) + setattr(cls, "CL:0000418", + PermissibleValue( + text="CL:0000418", + description="""An epithelial cell found in C. elegans that firmly hold the outer body wall and the lips to the inner cylinder of the pharynx in a manner that keeps these organs from breaking apart, while still giving each organ freedom of movement during feeding.""", + meaning=CL["0000418"])) + setattr(cls, "CL:0000186", + PermissibleValue( + text="CL:0000186", + description="""An animal cell that has characteristics of both a fibroblast cell and a smooth muscle cell.""", + meaning=CL["0000186"])) + setattr(cls, "CL:0000675", + PermissibleValue( + text="CL:0000675", + description="A mature sexual reproductive cell of the female germline.", + meaning=CL["0000675"])) + setattr(cls, "CL:1001575", + PermissibleValue( + text="CL:1001575", + description="Squamous cell of uterine cervix epithelium.", + meaning=CL["1001575"])) + setattr(cls, "CL:0011027", + PermissibleValue( + text="CL:0011027", + description="Any fibroblast that is part of skeletal muscle tissue.", + meaning=CL["0011027"])) + setattr(cls, "CL:0002416", + PermissibleValue( + text="CL:0002416", + description="A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-negative.", + meaning=CL["0002416"])) + setattr(cls, "CL:0002379", + PermissibleValue( + text="CL:0002379", + description="""A neurecto-epithelial cell found in the arachnoid villi of dura mater. This cell type facilitates flow of cerebrospinal fluid into the blood.""", + meaning=CL["0002379"])) + setattr(cls, "CL:0000386", + PermissibleValue( + text="CL:0000386", + meaning=CL["0000386"])) + setattr(cls, "CL:0000932", + PermissibleValue( + text="CL:0000932", + description="""A type II NK T cell that has been recently activated, secretes interferon-gamma, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000932"])) + setattr(cls, "CL:0002435", + PermissibleValue( + text="CL:0002435", + description="""A CD8-positive, CD4-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.""", + meaning=CL["0002435"])) + setattr(cls, "CL:0011108", + PermissibleValue( + text="CL:0011108", + description="Epithelial cell that is part of the colon epithelium.", + meaning=CL["0011108"])) + setattr(cls, "CL:4030048", + PermissibleValue( + text="CL:4030048", + description="A DRD1-expressing medium spiny neuron that is part of a striosome of dorsal striatum.", + meaning=CL["4030048"])) + setattr(cls, "CL:0000961", + PermissibleValue( + text="CL:0000961", + description="""A follicular B cell that is IgD-positive, CD23-negative, and CD38-negative. This naive cell type is activated in the extrafollicular areas through interaction with interdigitating dendritic cells and antigen-specific CD4-positive T cells.""", + meaning=CL["0000961"])) + setattr(cls, "CL:0009099", + PermissibleValue( + text="CL:0009099", + description="""A progenitor cell that is a tissue-resident mesenchymal cell, important for skeletal muscle regeneration, and able to differentiate into both adipocytes or fibroblasts.""", + meaning=CL["0009099"])) + setattr(cls, "CL:1000325", + PermissibleValue( + text="CL:1000325", + description="A goblet cell that is part of the epithelium proper of jejunum.", + meaning=CL["1000325"])) + setattr(cls, "CL:0002184", + PermissibleValue( + text="CL:0002184", + description="""A flat or angular epithelial cell with condensed nuclei and darkly staining cytoplasm containing numerous intermediate filaments inserted into desmosomes contacting surrounding supporting cells; lie in contact with the basal lamina of olfactory epithelium.""", + meaning=CL["0002184"])) + setattr(cls, "CL:0000706", + PermissibleValue( + text="CL:0000706", + description="""Specialized ependymal cell that produces the cerebrospinal fluid from the blood and secretes it into the lumen of the brain and spinal chord.""", + meaning=CL["0000706"])) + setattr(cls, "CL:0000642", + PermissibleValue( + text="CL:0000642", + description="""An agranular supporting cell of the anterior pituitary (adenohypophysis) that is characterized by a star-like morphology and ability to form follicles. Folliculostellate cells communicate with each other and with endocrine cells via gap junctions.""", + meaning=CL["0000642"])) + setattr(cls, "CL:0002618", + PermissibleValue( + text="CL:0002618", + description="An endothelial cell of the umbilical vein.", + meaning=CL["0002618"])) + setattr(cls, "CL:0000024", + PermissibleValue( + text="CL:0000024", + description="An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes.", + meaning=CL["0000024"])) + setattr(cls, "CL:4040005", + PermissibleValue( + text="CL:4040005", + description="A mesenchymal stem cell that is part of the apical papilla tooth root.", + meaning=CL["4040005"])) + setattr(cls, "CL:0008025", + PermissibleValue( + text="CL:0008025", + description="A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter.", + meaning=CL["0008025"])) + setattr(cls, "CL:0002035", + PermissibleValue( + text="CL:0002035", + description="""A hematopoietic progenitor that has restricted self-renewal capability. Cell is Kit-positive, Ly6-positive, CD150-negative and Flt3-negative.""", + meaning=CL["0002035"])) + setattr(cls, "CL:0002559", + PermissibleValue( + text="CL:0002559", + description="An animal cell that is part of a hair follicle.", + meaning=CL["0002559"])) + setattr(cls, "CL:0000810", + PermissibleValue( + text="CL:0000810", + description="""An immature alpha-beta T cell that is located in the thymus and is CD4-positive and CD8-negative.""", + meaning=CL["0000810"])) + setattr(cls, "CL:0005003", + PermissibleValue( + text="CL:0005003", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into a leucophore.""", + meaning=CL["0005003"])) + setattr(cls, "CL:0002581", + PermissibleValue( + text="CL:0002581", + description="A preadipocyte that is part of a perirenal fat tissue.", + meaning=CL["0002581"])) + setattr(cls, "CL:0002533", + PermissibleValue( + text="CL:0002533", + description="An immature CD16-positive myeloid dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002533"])) + setattr(cls, "CL:0002088", + PermissibleValue( + text="CL:0002088", + description="""This is a cell found in the gastrointestinal tract of mammals and serves as a pacemaker that triggers gut contraction. ICCs mediate inputs from the enteric nervous system to smooth muscle cells and are thought to be the cells from which gastrointestinal stromal tumors (GISTs) arise.""", + meaning=CL["0002088"])) + setattr(cls, "CL:4033039", + PermissibleValue( + text="CL:4033039", + description="An alpha-beta CD8 T cell that resides in the lung.", + meaning=CL["4033039"])) + setattr(cls, "CL:1000342", + PermissibleValue( + text="CL:1000342", + description="An enterocyte that is part of the epithelium proper of ileum.", + meaning=CL["1000342"])) + setattr(cls, "CL:0004125", + PermissibleValue( + text="CL:0004125", + description="A retinal ganglion cell C inner that has dense dendritic diversity.", + meaning=CL["0004125"])) + setattr(cls, "CL:0002672", + PermissibleValue( + text="CL:0002672", + description="""A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells.""", + meaning=CL["0002672"])) + setattr(cls, "CL:0000485", + PermissibleValue( + text="CL:0000485", + description="""Mast cell subtype that contains only the serine protease trypase in its granules. These cells are primarily found in mucosal tissue, such as intestinal mucosa and alveoli. They depend upon T-cells for development of phenotype.""", + meaning=CL["0000485"])) + setattr(cls, "CL:0000940", + PermissibleValue( + text="CL:0000940", + description="""An alpha-beta T cell that is found in the lamina propria of mucosal tissues and is restricted by the MR-1 molecule.""", + meaning=CL["0000940"])) + setattr(cls, "CL:0002240", + PermissibleValue( + text="CL:0002240", + description="A fibroblast in the bone marrow.", + meaning=CL["0002240"])) + setattr(cls, "CL:1000702", + PermissibleValue( + text="CL:1000702", + description="Any smooth muscle cell that is part of some kidney pelvis smooth muscle.", + meaning=CL["1000702"])) + setattr(cls, "CL:0000683", + PermissibleValue( + text="CL:0000683", + description="""A cell that transports hormones from neurosecretory cells. This nerve cell is characterized by bipolar shape and endfeet that contact a basal lamina around blood vessels, and/or the pia mater or vitreous body of the eye and additionally contact the ventricular surface or sub-retinal space.""", + meaning=CL["0000683"])) + setattr(cls, "CL:0002483", + PermissibleValue( + text="CL:0002483", + description="A melanocyte that produces pigment within the hair follicle.", + meaning=CL["0002483"])) + setattr(cls, "CL:0010011", + PermissibleValue( + text="CL:0010011", + description="A GABAergic interneuron whose soma is located in the cerebral cortex.", + meaning=CL["0010011"])) + setattr(cls, "CL:0009052", + PermissibleValue( + text="CL:0009052", + description="A smooth muscle cell that is located in the anorectum.", + meaning=CL["0009052"])) + setattr(cls, "CL:0000827", + PermissibleValue( + text="CL:0000827", + description="""A lymphoid progenitor cell of the T cell lineage, with some lineage specific marker expression, but not yet fully committed to the T cell lineage.""", + meaning=CL["0000827"])) + setattr(cls, "CL:1000549", + PermissibleValue( + text="CL:1000549", + description="An epithelial cell that is part of a cortical collecting duct.", + meaning=CL["1000549"])) + setattr(cls, "CL:4023008", + PermissibleValue( + text="CL:4023008", + description="""A glutamatergic neuron located in the cerebral cortex that projects to structures of telencephalic origins.""", + meaning=CL["4023008"])) + setattr(cls, "CL:0002138", + PermissibleValue( + text="CL:0002138", + description="""A endothelial cell of a lymphatic vessel. The border of the oak leaf-shaped endothelial cell of initial lymphatics are joined by specialized buttons. The discontinuous feature of buttons distinguishes them from zippers in collecting lymphatics, but both types of junctions are composed of proteins typical of adherens junctions and tight junctions found in the endothelium of blood vessels. Buttons seal the sides of flaps of the oak leaf-shaped endothelial cell, leaving open the tips of flaps as routes for fluid entry without disassembly and reformation of intercellular junctions.""", + meaning=CL["0002138"])) + setattr(cls, "CL:1001111", + PermissibleValue( + text="CL:1001111", + description="An epithelial cell that is part of some loop of Henle thin descending limb.", + meaning=CL["1001111"])) + setattr(cls, "CL:1001505", + PermissibleValue( + text="CL:1001505", + description="""The secretory neurons of the paraventricular nucleus that synthesize and secrete vasopressin, corticotropin-releasing factor (CRF) and thyrotropin-releasing hormone (TRH) into blood vessels in the hypothalamo-pituitary portal system.""", + meaning=CL["1001505"])) + setattr(cls, "CL:0000619", + PermissibleValue( + text="CL:0000619", + meaning=CL["0000619"])) + setattr(cls, "CL:0000730", + PermissibleValue( + text="CL:0000730", + description="A cell at the front of a migrating epithelial sheet.", + meaning=CL["0000730"])) + setattr(cls, "CL:0000407", + PermissibleValue( + text="CL:0000407", + description="A cell that anchors the cell body of a scolopidial neuron to the integument.", + meaning=CL["0000407"])) + setattr(cls, "CL:0000041", + PermissibleValue( + text="CL:0000041", + description="""A fully differentiated eosinophil, a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Cells are also differentiated from other granulocytes by a small nuclear-to-cytoplasm ratio (1:3). This cell type is CD49d-positive.""", + meaning=CL["0000041"])) + setattr(cls, "CL:1000839", + PermissibleValue( + text="CL:1000839", + description="Any epithelial cell of proximal tubule that is part of some proximal straight tubule.", + meaning=CL["1000839"])) + setattr(cls, "CL:0002540", + PermissibleValue( + text="CL:0002540", + description="A mesenchymal stem cell that is part of the bone marrow.", + meaning=CL["0002540"])) + setattr(cls, "CL:0005019", + PermissibleValue( + text="CL:0005019", + description="Ghrelin secreting cells found in the endocrine pancreas.", + meaning=CL["0005019"])) + setattr(cls, "CL:0000966", + PermissibleValue( + text="CL:0000966", + description="""A germinal center B cell that has the phenotype CD77-negative, IgD-negative, and CD38-positive. These cells have undergone somatic mutation of the B cell receptor.""", + meaning=CL["0000966"])) + setattr(cls, "CL:0011032", + PermissibleValue( + text="CL:0011032", + description="""An enterocyte that possesses a large supranuclear vacuolar system that preferentially internalizes dietary protein via receptor-mediated and fluid-phase endocytosis for intracellular digestion and trans-cellular transport. In zebrafish these cells are located in the posterior region of the mid intestine throughout life. In mammals they are found in the ileum pre-weaning and later are replaced by mature enterocytes.""", + meaning=CL["0011032"])) + setattr(cls, "CL:0004235", + PermissibleValue( + text="CL:0004235", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004235"])) + setattr(cls, "CL:0004252", + PermissibleValue( + text="CL:0004252", + description="An amicrine that has a medium dendritic field.", + meaning=CL["0004252"])) + setattr(cls, "CL:0000913", + PermissibleValue( + text="CL:0000913", + description="""CD8-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000913"])) + setattr(cls, "CL:4042001", + PermissibleValue( + text="CL:4042001", + description="""A GABAergic interneuron that has its soma located in the striatum and that has an enriched expression of the gene TAC3.""", + meaning=CL["4042001"])) + setattr(cls, "CL:0019032", + PermissibleValue( + text="CL:0019032", + description="Any brush cell that is part of the intestinal epithelium.", + meaning=CL["0019032"])) + setattr(cls, "CL:0000121", + PermissibleValue( + text="CL:0000121", + description="The output neuron of the cerebellar cortex.", + meaning=CL["0000121"])) + setattr(cls, "CL:0000587", + PermissibleValue( + text="CL:0000587", + description="A thermoreceptor cell that detects reduced temperatures.", + meaning=CL["0000587"])) + setattr(cls, "CL:0002306", + PermissibleValue( + text="CL:0002306", + description="An epithelial cell of the proximal tubule of the kidney.", + meaning=CL["0002306"])) + setattr(cls, "CL:4033001", + PermissibleValue( + text="CL:4033001", + description="A(n) endothelial cell that is part of a(n) arteriole of lymph node.", + meaning=CL["4033001"])) + setattr(cls, "CL:0002203", + PermissibleValue( + text="CL:0002203", + description="Brush cell found in the epithelial layer of the colon.", + meaning=CL["0002203"])) + setattr(cls, "CL:0003004", + PermissibleValue( + text="CL:0003004", + description="""A bistratified retinal ganglion cell that has a small dendritic field with sparse density that terminates at the intersection of the S4-S5 sublaminar level, and a second dendrite field that is medium in size and degree of arborization that terminates in sublaminar layer S2.""", + meaning=CL["0003004"])) + setattr(cls, "CL:0002006", + PermissibleValue( + text="CL:0002006", + description="""A megakaryocyte erythroid progenitor cell that is Kit-positive and is Sca1-negative, CD34-negative, CD90-negative, IL7r-alpha-negative and Fcgr II/III-low.""", + meaning=CL["0002006"])) + setattr(cls, "CL:0000860", + PermissibleValue( + text="CL:0000860", + description="""A monocyte that responds rapidly to microbial stimuli by secreting cytokines and antimicrobial factors and which is characterized by high expression of CCR2 in both rodents and humans, negative for the lineage markers CD3, CD19, and CD20, and of larger size than non-classical monocytes.""", + meaning=CL["0000860"])) + setattr(cls, "CL:0001035", + PermissibleValue( + text="CL:0001035", + description="A connective tissue cell found in bone.", + meaning=CL["0001035"])) + setattr(cls, "CL:4033065", + PermissibleValue( + text="CL:4033065", + description="""A mature B cell that serves as an intermediate stage in the differentiation of naive B cells into a plasmablast. A preplasmablast expresses CD30 and IL-6R and lacks expression of CD20, CD23, CD38 and CD138.""", + meaning=CL["4033065"])) + setattr(cls, "CL:0009105", + PermissibleValue( + text="CL:0009105", + description="A fibroblastic reticular cell found in the lymph node T cell domain.", + meaning=CL["0009105"])) + setattr(cls, "CL:0000374", + PermissibleValue( + text="CL:0000374", + description="""An epidermal cell that is part of a cell cluster organ of the insect integument (such as a sensillum) and that secretes a cuticular specialization, often in the form of a hair, bristle, peg or scale. The base of this specialization is often surrounded by a socket produced by a closely associated tormogen cell.""", + meaning=CL["0000374"])) + setattr(cls, "CL:1000718", + PermissibleValue( + text="CL:1000718", + description="Any renal principal cell that is part of some inner medullary collecting duct.", + meaning=CL["1000718"])) + setattr(cls, "CL:1001434", + PermissibleValue( + text="CL:1001434", + description="""A neuron residing in the olfactory bulb that serve to process and refine signals arising from olfactory sensory neurons""", + meaning=CL["1001434"])) + setattr(cls, "CL:0002375", + PermissibleValue( + text="CL:0002375", + description="""A glioblast cell that develops from a migratory neural crest cell. The SCP is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has no basal lamina. In rodents SCPs are the only cells in the Schwann cell linage that expresses Cdh19.""", + meaning=CL["0002375"])) + setattr(cls, "CL:0017000", + PermissibleValue( + text="CL:0017000", + description="""An ionocyte that is part of the lung epithelium. The cells from this type are major sources of the CFTR protein in human and mice.""", + meaning=CL["0017000"])) + setattr(cls, "CL:0000008", + PermissibleValue( + text="CL:0000008", + description="""Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination.""", + meaning=CL["0000008"])) + setattr(cls, "CL:0002037", + PermissibleValue( + text="CL:0002037", + description="""Intraepithelial T cells with a memory phenotype of CD2-positive, CD5-positive, and CD44-positive.""", + meaning=CL["0002037"])) + setattr(cls, "CL:0002344", + PermissibleValue( + text="CL:0002344", + description="""A natural killer cell that is developmentally immature, has the phenotype CD34-negative, CD56-negative, CD117-positive, CD122-positive,and CD161-positive.""", + meaning=CL["0002344"])) + setattr(cls, "CL:0009075", + PermissibleValue( + text="CL:0009075", + description="A thymic medullary epithelial cell that expresses muscle-specific biomarkers.", + meaning=CL["0009075"])) + setattr(cls, "CL:0000084", + PermissibleValue( + text="CL:0000084", + description="""A type of lymphocyte whose defining characteristic is the expression of a T cell receptor complex.""", + meaning=CL["0000084"])) + setattr(cls, "CL:0000190", + PermissibleValue( + text="CL:0000190", + description="""A muscle cell that can develop high tension rapidly. It is usually innervated by a single alpha neuron.""", + meaning=CL["0000190"])) + setattr(cls, "CL:0000116", + PermissibleValue( + text="CL:0000116", + description="""Pioneer neurons establish a pathway in the developing central nervous system and then undergo programmed cell death once the adult axons, which follow them, have made connections with the target site. Thus, they are a transient cell type involved in axon guidance.""", + meaning=CL["0000116"])) + setattr(cls, "CL:0002302", + PermissibleValue( + text="CL:0002302", + description="""A synovial cell that is macrophage-like, characterized by surface ruffles or lamellipodia, plasma membrane invaginations and associated micropinocytotic vesicles, Golgi apparatus and little granular endoplasmic reticulum.""", + meaning=CL["0002302"])) + setattr(cls, "CL:4023029", + PermissibleValue( + text="CL:4023029", + description="""A medium spiny neuron that expresses dopamine type 2 receptors and projects to the external globus pallidus.""", + meaning=CL["4023029"])) + setattr(cls, "CL:0002125", + PermissibleValue( + text="CL:0002125", + description="""A circulating gamma-delta T cell that expresses RORgamma(t), is CD27-negative and is capable of IL-17 secretion.""", + meaning=CL["0002125"])) + setattr(cls, "CL:0000767", + PermissibleValue( + text="CL:0000767", + description="""Any of the immature or mature forms of a granular leukocyte that in its mature form has an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse, bluish-black granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation. A basophil is CD123-positive, CD193-positive, CD203c-positive, and FceRIa-positive.""", + meaning=CL["0000767"])) + setattr(cls, "CL:0000922", + PermissibleValue( + text="CL:0000922", + description="""An alpha-beta T cell expressing NK call markers that is CD1d restricted and expresses a diverse TCR repertoire. Type II NKT cells do not become activated by alpha-galactosylceramide when presented by CD1d.""", + meaning=CL["0000922"])) + setattr(cls, "CL:0000030", + PermissibleValue( + text="CL:0000030", + meaning=CL["0000030"])) + setattr(cls, "CL:0000774", + PermissibleValue( + text="CL:0000774", + description="""A late eosinophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature eosinophil.""", + meaning=CL["0000774"])) + setattr(cls, "CL:1000441", + PermissibleValue( + text="CL:1000441", + description="An epithelial cell that is part of the viscerocranial mucosa.", + meaning=CL["1000441"])) + setattr(cls, "CL:0000845", + PermissibleValue( + text="CL:0000845", + description="""A mature B cell that is located in the marginal zone of the spleen with the phenotype CD23-negative and CD21-positive and expressing a B cell receptor usually reactive to bacterial cell wall components or senescent self components such as oxidized-LDL. This cell type is also described as being CD19-positive, B220-positive, IgM-high, AA4-negative, CD35-high.""", + meaning=CL["0000845"])) + setattr(cls, "CL:1000803", + PermissibleValue( + text="CL:1000803", + description="A cell that is part of an interstitial compartment of an inner renal medulla.", + meaning=CL["1000803"])) + setattr(cls, "CL:0002446", + PermissibleValue( + text="CL:0002446", + description="A NK1.1-positive T cell that is Ly49Cl-negative.", + meaning=CL["0002446"])) + setattr(cls, "CL:4033067", + PermissibleValue( + text="CL:4033067", + description="""A follicular cell of ovary that differentiates from a granulosa cell during the secondary follicle stage. Mural granulosa cells line the inner surface of the follicle wall, surrounding the fluid-filled antral cavity. These cells produce oestrogen during the follicular phase in response to follicle-stimulating hormone (FSH), and progesterone after ovulation in response to luteinizing hormone (LH).""", + meaning=CL["4033067"])) + setattr(cls, "CL:0000153", + PermissibleValue( + text="CL:0000153", + description="A cell that secretes glycosaminoglycans.", + meaning=CL["0000153"])) + setattr(cls, "CL:0002052", + PermissibleValue( + text="CL:0002052", + description="""A pre-B cell that is pre-BCR-negative, and the kappa- and lambda- light immunoglobulin light chain-negative, CD43-low, and is BP-1-positive, CD45R-positive and CD25-positive. This cell type is also described as being AA4-positive, IgM-negative, CD19-positive, CD43-low/negative, and HSA-positive.""", + meaning=CL["0002052"])) + setattr(cls, "CL:0002046", + PermissibleValue( + text="CL:0002046", + description="""A pro-B cell that is CD22-positive, CD34-positive, CD38-positive and TdT-positive (has TdT activity). Pre-BCR is expressed on the cell surface. Cell is CD19-negative, CD20-negative, complement receptor type 2-negative and CD10-low. D-to-J recombination of the heavy chain occurs at this stage.""", + meaning=CL["0002046"])) + setattr(cls, "CL:0000670", + PermissibleValue( + text="CL:0000670", + description="""A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells.""", + meaning=CL["0000670"])) + setattr(cls, "CL:0000504", + PermissibleValue( + text="CL:0000504", + description="""A enteroendocrine cell part of the glands of the gastric mucosa. They produce histamine and peptides such as chromogranins. This cell type respond to gastrin by releasing histamine which acts as a paracrine stimulator of the release of hydrochloric acid from the gastric parietal cells.""", + meaning=CL["0000504"])) + setattr(cls, "CL:0000807", + PermissibleValue( + text="CL:0000807", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, and CD25-positive and expressing the T cell receptor beta-chain in complex with the pre-T cell receptor alpha chain.""", + meaning=CL["0000807"])) + setattr(cls, "CL:1000413", + PermissibleValue( + text="CL:1000413", + description="A blood vessel endothelial cell that is part of an arterial endothelium.", + meaning=CL["1000413"])) + setattr(cls, "CL:0002312", + PermissibleValue( + text="CL:0002312", + description="""An acidophilic cell of the anterior pituitary that produces growth hormone, somatotropin.""", + meaning=CL["0002312"])) + setattr(cls, "CL:0002282", + PermissibleValue( + text="CL:0002282", + description="""An enteroendocrine cell which produces a gastrin- and cholecystokinin-like peptide. The apical microvilli-rich plasma membrane is in open contact with the small intestine mucosa. This cell type is devoid of gastrin-17 but contains other fragments of the gastrin polypeptide.""", + meaning=CL["0002282"])) + setattr(cls, "CL:2000031", + PermissibleValue( + text="CL:2000031", + description="Any neuron that is part of a lateral line ganglion.", + meaning=CL["2000031"])) + setattr(cls, "CL:0009062", + PermissibleValue( + text="CL:0009062", + description="""A specialized type of CD4 positive T cell, the follicular helper T cell (TFH cell), that upregulates CXCR5 expression to enable its follicular localization. These specialised T cells reside in the germinal center of the lymph node.""", + meaning=CL["0009062"])) + setattr(cls, "CL:0000397", + PermissibleValue( + text="CL:0000397", + description="Any interneuron that has its soma located in some ganglion.", + meaning=CL["0000397"])) + setattr(cls, "CL:0002612", + PermissibleValue( + text="CL:0002612", + description="A neuron of the ventral spinal cord.", + meaning=CL["0002612"])) + setattr(cls, "CL:0000496", + PermissibleValue( + text="CL:0000496", + description="A photoreceptor cell that is sensitive to green light.", + meaning=CL["0000496"])) + setattr(cls, "CL:4033054", + PermissibleValue( + text="CL:4033054", + description="""A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics.""", + meaning=CL["4033054"])) + setattr(cls, "CL:2000090", + PermissibleValue( + text="CL:2000090", + description="Any stellate cell that is part of a dentate gyrus of hippocampal formation.", + meaning=CL["2000090"])) + setattr(cls, "CL:0000350", + PermissibleValue( + text="CL:0000350", + description="Any extraembryonic cell that is part of some amnioserosa.", + meaning=CL["0000350"])) + setattr(cls, "CL:0002436", + PermissibleValue( + text="CL:0002436", + description="""A mature CD4-positive, CD8-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.""", + meaning=CL["0002436"])) + setattr(cls, "CL:0003017", + PermissibleValue( + text="CL:0003017", + description="A retinal ganglion B cell that has post synaptic terminals in S2.", + meaning=CL["0003017"])) + setattr(cls, "CL:0002179", + PermissibleValue( + text="CL:0002179", + description="""An epithelial cell within one of the pits in the embryonic gastric mucosa from which the gastric glands develop .""", + meaning=CL["0002179"])) + setattr(cls, "CL:0000079", + PermissibleValue( + text="CL:0000079", + meaning=CL["0000079"])) + setattr(cls, "CL:0004216", + PermissibleValue( + text="CL:0004216", + description="A type 5 cone bipolar cell with diffuse axonal branches.", + meaning=CL["0004216"])) + setattr(cls, "CL:3000004", + PermissibleValue( + text="CL:3000004", + description="Peripheral sensory neuron.", + meaning=CL["3000004"])) + setattr(cls, "CL:0001056", + PermissibleValue( + text="CL:0001056", + description="A dendritic cell with the phenotype HLA-DRA-positive.", + meaning=CL["0001056"])) + setattr(cls, "CL:0000521", + PermissibleValue( + text="CL:0000521", + description="Any cell that only exists in Fungi.", + meaning=CL["0000521"])) + setattr(cls, "CL:0011010", + PermissibleValue( + text="CL:0011010", + description="A cell derived from the mesoderm that is found at the periphery of the embryo.", + meaning=CL["0011010"])) + setattr(cls, "CL:1000344", + PermissibleValue( + text="CL:1000344", + description="A Paneth cell that is part of the epithelium proper of small intestine.", + meaning=CL["1000344"])) + setattr(cls, "CL:0000249", + PermissibleValue( + text="CL:0000249", + meaning=CL["0000249"])) + setattr(cls, "CL:0002474", + PermissibleValue( + text="CL:0002474", + description="""A MHC-II-negative classical monocyte located in lymphoid tissue that is F4/80-positive, CD11c-negative, and CD11b-high.""", + meaning=CL["0002474"])) + setattr(cls, "CL:0002069", + PermissibleValue( + text="CL:0002069", + description="""Mostly cylindrical, resemble Type 1 in their contents and the presence of a kinocilium and stereocilium apically; much greater variation in size, some almost span the entire thickness of the sensory epithelium, while others are smaller than Type 1; receive multiple efferent nerve boutons around their bases as well as afferent endings, which are small expansions rather than chalices.""", + meaning=CL["0002069"])) + setattr(cls, "CL:4028004", + PermissibleValue( + text="CL:4028004", + description="""A pulmonary interstitial fibroblast that is part of the alveolus and contains lipid droplets.""", + meaning=CL["4028004"])) + setattr(cls, "CL:0003025", + PermissibleValue( + text="CL:0003025", + description="""A retinal ganglion cell C inner that has sparse dendritic density, and large dendritic field.""", + meaning=CL["0003025"])) + setattr(cls, "CL:0009015", + PermissibleValue( + text="CL:0009015", + description="""A follicular dendritic cell located in the Peyer's patch. These cells from a meshwork in which Peyer's patch B cells reside.""", + meaning=CL["0009015"])) + setattr(cls, "CL:0002551", + PermissibleValue( + text="CL:0002551", + description="Any skin fibroblast that is part of some dermis.", + meaning=CL["0002551"])) + setattr(cls, "CL:0009044", + PermissibleValue( + text="CL:0009044", + description="""A lymphocyte that resides in the lamina propria of the small intestine. Lamina propria leukocytes and intraepithelial lymphocytes are the effector compartments of the gut mucosal immune system. Lymphocytes circulate through gut associated lymphoid tissues until recruitment by intestinal antigens. They are involved in the gut immune response.""", + meaning=CL["0009044"])) + setattr(cls, "CL:0002503", + PermissibleValue( + text="CL:0002503", + description="""A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc""", + meaning=CL["0002503"])) + setattr(cls, "CL:0017005", + PermissibleValue( + text="CL:0017005", + description="A lymphocyte that has gotten larger after being stimulated by an antigen.", + meaning=CL["0017005"])) + setattr(cls, "CL:0001048", + PermissibleValue( + text="CL:0001048", + description="""A CD4-positive, CD25-positive, CCR4-positive, alpha-beta T regulatory cell with the phenotype HLA-DRA-positive, indicating recent activation.""", + meaning=CL["0001048"])) + setattr(cls, "CL:0001032", + PermissibleValue( + text="CL:0001032", + description="Granule cell that is part of the cerebral cortex.", + meaning=CL["0001032"])) + setattr(cls, "CL:0002157", + PermissibleValue( + text="CL:0002157", + description="""A cell type that makes up the highly vascular membrane lining the marrow cavity of long bones.""", + meaning=CL["0002157"])) + setattr(cls, "CL:0000394", + PermissibleValue( + text="CL:0000394", + description="""A phagocytic hemocyte, responsible for the engulfment of small particles, microbes, and apoptotic tissue debris. It may also secretes antimicrobial peptides and contribute to the production and secretion of proteins of the hemolymph.""", + meaning=CL["0000394"])) + setattr(cls, "CL:4033037", + PermissibleValue( + text="CL:4033037", + description="A mucus secreting cell of a submucosal gland of the tracheobronchial tree.", + meaning=CL["4033037"])) + setattr(cls, "CL:2000094", + PermissibleValue( + text="CL:2000094", + description="""Any epithelial cell of viscerocranial mucosa that is part of a nasal cavity respiratory epithelium.""", + meaning=CL["2000094"])) + setattr(cls, "CL:0002051", + PermissibleValue( + text="CL:0002051", + description="A pre-BCR positive B cell that is CD38-high.", + meaning=CL["0002051"])) + setattr(cls, "CL:0000601", + PermissibleValue( + text="CL:0000601", + description="""A mechanoreceptor in the organ of Corti. In mammals the outer hair cells are arranged in three rows which are further from the modiolus than the single row of inner hair cells. The motile properties of the outer hair cells may contribute actively to tuning the sensitivity and frequency selectivity of the cochlea.""", + meaning=CL["0000601"])) + setattr(cls, "CL:0000838", + PermissibleValue( + text="CL:0000838", + description="A progenitor cell restricted to the lymphoid lineage.", + meaning=CL["0000838"])) + setattr(cls, "CL:4030017", + PermissibleValue( + text="CL:4030017", + description="An epithelial cell located in the late distal convoluted tubule.", + meaning=CL["4030017"])) + setattr(cls, "CL:0004224", + PermissibleValue( + text="CL:0004224", + description="""A broadly stratifying amacrine cell that has a small dendritic field and post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004224"])) + setattr(cls, "CL:1000420", + PermissibleValue( + text="CL:1000420", + description="A myoepithelial cell that is part of the terminal lactiferous duct.", + meaning=CL["1000420"])) + setattr(cls, "CL:0000295", + PermissibleValue( + text="CL:0000295", + description="A peptide hormone secreting cell that produces growth hormone, somatotropin.", + meaning=CL["0000295"])) + setattr(cls, "CL:4033043", + PermissibleValue( + text="CL:4033043", + description="""A macrophage that is part of the lung connective tissue (pulmonary interstitium). This cell performs tissue remodeling and contributes to barrier immunity through antigen presentation.""", + meaning=CL["4033043"])) + setattr(cls, "CL:0000202", + PermissibleValue( + text="CL:0000202", + description="""A mechanoreceptor cell of the auditory or vestibular system that is sensitive to auditory stimuli. The accessory sensory structures are arranged so that appropriate stimuli cause movement of the hair-like projections (stereocilia and kinocilia) which relay the information centrally in the nervous system.""", + meaning=CL["0000202"])) + setattr(cls, "CL:0009018", + PermissibleValue( + text="CL:0009018", + description="A lymphocyte that resides in the lamina propria of the large intestine.", + meaning=CL["0009018"])) + setattr(cls, "CL:2000078", + PermissibleValue( + text="CL:2000078", + description="Any pericyte cell that is part of a placenta.", + meaning=CL["2000078"])) + setattr(cls, "CL:1000272", + PermissibleValue( + text="CL:1000272", + description="Any secretory cell that is part of some lung.", + meaning=CL["1000272"])) + setattr(cls, "CL:0009034", + PermissibleValue( + text="CL:0009034", + description="A dendritic cell that is located in a vermiform appendix.", + meaning=CL["0009034"])) + setattr(cls, "CL:0000721", + PermissibleValue( + text="CL:0000721", + meaning=CL["0000721"])) + setattr(cls, "CL:0000196", + PermissibleValue( + text="CL:0000196", + description="""A muscle cell that is involved in the mechanism of insect flight. This encompasses both, cells that power flight and cells that control flight.""", + meaning=CL["0000196"])) + setattr(cls, "CL:1001319", + PermissibleValue( + text="CL:1001319", + description="Any cell that is part of some urinary bladder.", + meaning=CL["1001319"])) + setattr(cls, "CL:0000339", + PermissibleValue( + text="CL:0000339", + description="An early neural cell developing from the early ependymal cell of the neural tube.", + meaning=CL["0000339"])) + setattr(cls, "CL:0000631", + PermissibleValue( + text="CL:0000631", + description="""Cells forming a framework supporting the organ of Corti. Specific cells are those of Claudius, Deiters and Hensen.""", + meaning=CL["0000631"])) + setattr(cls, "CL:0008027", + PermissibleValue( + text="CL:0008027", + description="""A bipolar neuron found in the retina that is synapsed by rod photoreceptor cells. These neurons have axons that arborize and synapse to targets in inner plexiform layers 4 and 5 and depolarize in response to light.""", + meaning=CL["0008027"])) + setattr(cls, "CL:0004238", + PermissibleValue( + text="CL:0004238", + description="""A bistratified amacrine cell with a medium dendritic field, a flat and sparse dendritic arbor, and post-synaptic terminals at the intersections of S1 and S2, and S3 and S4.""", + meaning=CL["0004238"])) + setattr(cls, "CL:0000035", + PermissibleValue( + text="CL:0000035", + description="A stem cell that self-renews as well as give rise to a single mature cell type.", + meaning=CL["0000035"])) + setattr(cls, "CL:1001097", + PermissibleValue( + text="CL:1001097", + description="Any smooth muscle cell that is part of some renal afferent arteriole.", + meaning=CL["1001097"])) + setattr(cls, "CL:1000838", + PermissibleValue( + text="CL:1000838", + description="""Any epithelial cell of proximal tubule that is part of some proximal convoluted tubule and has part some brush border.""", + meaning=CL["1000838"])) + setattr(cls, "CL:3000000", + PermissibleValue( + text="CL:3000000", + description="A ciliated epithelial cell of the esophagus.", + meaning=CL["3000000"])) + setattr(cls, "CL:0000881", + PermissibleValue( + text="CL:0000881", + description="""A border associated macrophage that is adjacent to a small blood vessel of a brain. A perivascular macrophage expresses the markers CD14, CD16 and CD163. In homeostatic conditions, this central nervous system macrophage has a non-motile cell body with extending and retracting projections through the blood vessel wall.""", + meaning=CL["0000881"])) + setattr(cls, "CL:0002437", + PermissibleValue( + text="CL:0002437", + description="""A mature CD8-positive, CD4-negative alpha-beta T cell found in the thymus that is CD24-low and has high expression of the T cell receptor.""", + meaning=CL["0002437"])) + setattr(cls, "CL:0002320", + PermissibleValue( + text="CL:0002320", + description="""A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone.""", + meaning=CL["0002320"])) + setattr(cls, "CL:1000616", + PermissibleValue( + text="CL:1000616", + description="Any kidney medulla cell that is part of some outer medulla of kidney.", + meaning=CL["1000616"])) + setattr(cls, "CL:0003015", + PermissibleValue( + text="CL:0003015", + description="""A G11 retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003015"])) + setattr(cls, "CL:0002359", + PermissibleValue( + text="CL:0002359", + description="""A hematopoietic stem cell of the placenta. This cell type is first observed E10.5 This cell type may give rise to fetal liver hematopoietic stem cells.""", + meaning=CL["0002359"])) + setattr(cls, "CL:0005010", + PermissibleValue( + text="CL:0005010", + description="A cuboidal epithelial cell of the kidney that regulates acid/base balance.", + meaning=CL["0005010"])) + setattr(cls, "CL:0002623", + PermissibleValue( + text="CL:0002623", + description="An acinar cell of salivary gland.", + meaning=CL["0002623"])) + setattr(cls, "CL:1001516", + PermissibleValue( + text="CL:1001516", + description="""The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the intestinal tract.""", + meaning=CL["1001516"])) + setattr(cls, "CL:0000713", + PermissibleValue( + text="CL:0000713", + meaning=CL["0000713"])) + setattr(cls, "CL:0009116", + PermissibleValue( + text="CL:0009116", + description="""A progenitor cell with the potential to differentiate into luminal epithelial cells of mammary glands. In mouse, CD61 and c-kit were found to be coexpressed by the majority of, but not all, committed luminal progenitor cells.""", + meaning=CL["0009116"])) + setattr(cls, "CL:0011002", + PermissibleValue( + text="CL:0011002", + description="""A motor neuron that is generated only on limb levels and send axons into the limb mesenchyme.""", + meaning=CL["0011002"])) + setattr(cls, "CL:4023080", + PermissibleValue( + text="CL:4023080", + description="""a L6 intratelencephalic projecting glutamatergic neuron of the primary motor cortex that has stellate pyramidal morphology.""", + meaning=CL["4023080"])) + setattr(cls, "CL:0009071", + PermissibleValue( + text="CL:0009071", + description="A thymic medullary epithelial cell considered to be a pre-AIRE mTEC population.", + meaning=CL["0009071"])) + setattr(cls, "CL:0000652", + PermissibleValue( + text="CL:0000652", + description="""This cell type produces and secretes melatonin and forms the pineal parenchyma. Extending from each cell body, which has a spherical, oval or lobulated mucleus, are one or more tortuous basophilic processes, containing parallel microtubules known as synaptic ribbons. These processes end in expanded terminal buds near capillaries or less, frequently, ependymal cells of the pineal recess. The terminal buds contain granular endoplasmic reticulum, mitochondria and electron-dense cored vesicles, which store monoamines and polypeptide hormones, release of which appears to require sympathetic innervation.""", + meaning=CL["0000652"])) + setattr(cls, "CL:4023127", + PermissibleValue( + text="CL:4023127", + description="a KNDy neuron that is located in the arcuate nucleus of the hypothalamus.", + meaning=CL["4023127"])) + setattr(cls, "CL:0000862", + PermissibleValue( + text="CL:0000862", + description="A macrophage that suppresses immune responses.", + meaning=CL["0000862"])) + setattr(cls, "CL:0000993", + PermissibleValue( + text="CL:0000993", + description="""Mature CD11c-low plasmacytoid dendritic cell is a CD11c-low plasmacytoid dendritic cell that is CD83-high and is CD80-positive, CD86-positive, and MHCII-positive.""", + meaning=CL["0000993"])) + setattr(cls, "CL:0002009", + PermissibleValue( + text="CL:0002009", + description="""A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages.""", + meaning=CL["0002009"])) + setattr(cls, "CL:0002603", + PermissibleValue( + text="CL:0002603", + description="An astrocyte of the cerebellum.", + meaning=CL["0002603"])) + setattr(cls, "CL:0009060", + PermissibleValue( + text="CL:0009060", + description="A mature B cell located in the marginal zone of the lymph node.", + meaning=CL["0009060"])) + setattr(cls, "CL:0002254", + PermissibleValue( + text="CL:0002254", + description="An epithelial cell of the small intestine.", + meaning=CL["0002254"])) + setattr(cls, "CL:0009055", + PermissibleValue( + text="CL:0009055", + description="A paneth cell that is located in the anorectum.", + meaning=CL["0009055"])) + setattr(cls, "CL:0000818", + PermissibleValue( + text="CL:0000818", + description="""An immature B cell of an intermediate stage between the pre-B cell stage and the mature naive stage with the phenotype surface IgM-positive and CD19-positive, and are subject to the process of B cell selection. A transitional B cell migrates from the bone marrow into the peripheral circulation, and then to the spleen.""", + meaning=CL["0000818"])) + setattr(cls, "CL:0000998", + PermissibleValue( + text="CL:0000998", + description="""CD8_alpha-negative CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative CD8_alpha-negative and is CD205-positive. This cell is able to cross- present antigen to CD8-alpha-positive T cells.""", + meaning=CL["0000998"])) + setattr(cls, "CL:0001043", + PermissibleValue( + text="CL:0001043", + description="""A recently activated CD4-positive, alpha-beta T cell with the phenotype HLA-DRA-positive, CD38-positive, CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.""", + meaning=CL["0001043"])) + setattr(cls, "CL:0009078", + PermissibleValue( + text="CL:0009078", + description="A fibroblast located in the thymic capsule.", + meaning=CL["0009078"])) + setattr(cls, "CL:0000314", + PermissibleValue( + text="CL:0000314", + meaning=CL["0000314"])) + setattr(cls, "CL:0000608", + PermissibleValue( + text="CL:0000608", + description="""A thick walled, sexual, resting spore formed by Zygomycetes; sometimes refers to the spore and the multi-layered cell wall that encloses the spore, the zygosporangium.""", + meaning=CL["0000608"])) + setattr(cls, "CL:0000744", + PermissibleValue( + text="CL:0000744", + description="""A columnar chondrocyte that differentiates in the late embryonic growth plate of bone. Columnar chondrocytes vigorously proliferate and form columns in the growth plate.""", + meaning=CL["0000744"])) + setattr(cls, "CL:0002259", + PermissibleValue( + text="CL:0002259", + description="The stem cell from which glial precursor cell arises from.", + meaning=CL["0002259"])) + setattr(cls, "CL:0002004", + PermissibleValue( + text="CL:0002004", + description="A proerythoblast that is CD34-negative and GlyA-negative.", + meaning=CL["0002004"])) + setattr(cls, "CL:1000433", + PermissibleValue( + text="CL:1000433", + description="An epithelial cell that is part of the lacrimal canaliculus.", + meaning=CL["1000433"])) + setattr(cls, "CL:0004227", + PermissibleValue( + text="CL:0004227", + description="""A bistratified amacrine cell with a small dendritic field. Flat bistratified amacrine cells have post-synaptic terminals both on the border of S1 and S2, and on the border of S3 and S4. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004227"])) + setattr(cls, "CL:4033022", + PermissibleValue( + text="CL:4033022", + description="A mucus secreting cell of a submucosal gland of the bronchus.", + meaning=CL["4033022"])) + setattr(cls, "CL:0003048", + PermissibleValue( + text="CL:0003048", + description="""A cone cell that detects long wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 564-580 nm.""", + meaning=CL["0003048"])) + setattr(cls, "CL:0009080", + PermissibleValue( + text="CL:0009080", + description="A tuft cell located in the small intestine.", + meaning=CL["0009080"])) + setattr(cls, "CL:0002569", + PermissibleValue( + text="CL:0002569", + description="A mesenchymal stem cell of the umbilical cord.", + meaning=CL["0002569"])) + setattr(cls, "CL:0000235", + PermissibleValue( + text="CL:0000235", + description="""A mononuclear phagocyte present in variety of tissues, typically differentiated from monocytes, capable of phagocytosing a variety of extracellular particulate material, including immune complexes, microorganisms, and dead cells.""", + meaning=CL["0000235"])) + setattr(cls, "CL:0002176", + PermissibleValue( + text="CL:0002176", + description="A cell of a secondary follicile within the ovary.", + meaning=CL["0002176"])) + setattr(cls, "CL:4030005", + PermissibleValue( + text="CL:4030005", + description="""A renal beta-intercalated cell that is part of the cortical collecting duct. The medullary collecting duct does not contain the renal beta-intercalated cell type.""", + meaning=CL["4030005"])) + setattr(cls, "CL:0000999", + PermissibleValue( + text="CL:0000999", + description="""CD8_alpha-negative CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-positive and is CD205-negative and CD8_alpha-negative.""", + meaning=CL["0000999"])) + setattr(cls, "CL:0002472", + PermissibleValue( + text="CL:0002472", + description="""Gr1-low non-classical monocyte that has low to intermediate expression of the MHC-II complex.""", + meaning=CL["0002472"])) + setattr(cls, "CL:0003021", + PermissibleValue( + text="CL:0003021", + description="""A retinal ganglion cell C outer that has a medium dendritic field and a dense dendritic arbor.""", + meaning=CL["0003021"])) + setattr(cls, "CL:4023000", + PermissibleValue( + text="CL:4023000", + description="""A motor neuron that innervates both intrafusal and extrafusal muscle fibers. Low abundancy. They control both muscle contraction and responsiveness of the sensory feedback from muscle spindles.""", + meaning=CL["4023000"])) + setattr(cls, "CL:0002657", + PermissibleValue( + text="CL:0002657", + description="A glandular epithelial cell of the esophagus.", + meaning=CL["0002657"])) + setattr(cls, "CL:0000514", + PermissibleValue( + text="CL:0000514", + description="A precursor cell destined to differentiate into smooth muscle myocytes.", + meaning=CL["0000514"])) + setattr(cls, "CL:0000349", + PermissibleValue( + text="CL:0000349", + description="Any cell that is part of some extraembryonic structure.", + meaning=CL["0000349"])) + setattr(cls, "CL:0002190", + PermissibleValue( + text="CL:0002190", + description="A flat keratinocyte immediately below the cornified layer.", + meaning=CL["0002190"])) + setattr(cls, "CL:4030035", + PermissibleValue( + text="CL:4030035", + description="""A dental pulp cell that possesses stem-cell-like qualities, including self-renewal capability and multi-lineage differentiation.""", + meaning=CL["4030035"])) + setattr(cls, "CL:0002067", + PermissibleValue( + text="CL:0002067", + description="An enteroendocrine cell that produces glucagon.", + meaning=CL["0002067"])) + setattr(cls, "CL:0009114", + PermissibleValue( + text="CL:0009114", + description="""A B cell found in the perisinusoidal area of a lymph node. In humans, monocytoid B cells are a morphologically distinct B cell population (oval nuclei, abundant cytoplasm, monocyte-like appearance), share many similarities with marginal zone B cells including marker expression, and are increased in disease settings.""", + meaning=CL["0009114"])) + setattr(cls, "CL:1001517", + PermissibleValue( + text="CL:1001517", + description="""The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach.""", + meaning=CL["1001517"])) + setattr(cls, "CL:0000137", + PermissibleValue( + text="CL:0000137", + description="""A mature osteoblast that has become embedded in the bone matrix. They occupy a small cavity, called lacuna, in the matrix and are connected to adjacent osteocytes via protoplasmic projections called canaliculi.""", + meaning=CL["0000137"])) + setattr(cls, "CL:0009024", + PermissibleValue( + text="CL:0009024", + description="A mesothelial cell that is part of the small intestine.", + meaning=CL["0009024"])) + setattr(cls, "CL:4040004", + PermissibleValue( + text="CL:4040004", + description="Any mesenchymal stem cell of adipose tissue that is part of an orbital region.", + meaning=CL["4040004"])) + setattr(cls, "CL:0002367", + PermissibleValue( + text="CL:0002367", + description="""A cell that lines the trabecular meshwork, which is an area of tissue in the eye located around the base of the cornea, near the ciliary body, and is responsible for draining the aqueous humor from the eye via the anterior chamber (the chamber on the front of the eye covered by the cornea). This cell may play a role in regulating intraocular pressure.""", + meaning=CL["0002367"])) + setattr(cls, "CL:0002062", + PermissibleValue( + text="CL:0002062", + description="""A squamous pulmonary alveolar epithelial cell that is flattened and branched. A pulmonary alveolar type 1 cell covers more than 98% of the alveolar surface. This large cell has thin (50-100 nm) cytoplasmic extensions to form the air-blood barrier essential for normal gas exchange.""", + meaning=CL["0002062"])) + setattr(cls, "CL:0000724", + PermissibleValue( + text="CL:0000724", + description="""A differentiated cell that functions as a site of nitrogen fixation under aerobic conditions.""", + meaning=CL["0000724"])) + setattr(cls, "CL:1001598", + PermissibleValue( + text="CL:1001598", + description="""A glandular cell found in the epithelium of the small intestine. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Somatostatin-secreting Cells (D-cells) .""", + meaning=CL["1001598"])) + setattr(cls, "CL:1001589", + PermissibleValue( + text="CL:1001589", + description="""Glandular cell of duodenal epithelium. Example: Enterocytes, Goblet cells, enteroendocrine cells; Paneth cells; M cells; Brunner's gland cell.""", + meaning=CL["1001589"])) + setattr(cls, "CL:1000147", + PermissibleValue( + text="CL:1000147", + description="A cell that is part of a cardiac valve.", + meaning=CL["1000147"])) + setattr(cls, "CL:0002402", + PermissibleValue( + text="CL:0002402", + description="""A resting mature B cell within the Peyer's patch that is CD19-positive, B220-positive, IgM-positive, AA4-negative, CD23-positive, CD43-negative, and CD5-negative.""", + meaning=CL["0002402"])) + setattr(cls, "CL:1001126", + PermissibleValue( + text="CL:1001126", + description="Any vasa recta cell that is part of some inner renal medulla vasa recta.", + meaning=CL["1001126"])) + setattr(cls, "CL:0002608", + PermissibleValue( + text="CL:0002608", + description="A neuron with a soma found in the hippocampus.", + meaning=CL["0002608"])) + setattr(cls, "CL:0002011", + PermissibleValue( + text="CL:0002011", + description="""A progenitor cell that can give rise to plasmacytoid and myeloid dendritic cells, and to monocytes and macrophages. Marker for this cell is Kit-high, CD115-positive, CD135-positive, Cx3cr1-positive, and is Il7ra-negative.""", + meaning=CL["0002011"])) + setattr(cls, "CL:4023012", + PermissibleValue( + text="CL:4023012", + description="""A glutamatergic neuron located in the cerebral cortex that projects axons locally rather than distantly.""", + meaning=CL["4023012"])) + setattr(cls, "CL:0005014", + PermissibleValue( + text="CL:0005014", + description="""A non-sensory cell that extends from the basement membrane to the apical surface of the auditory epithelium and provides support for auditory hair cells.""", + meaning=CL["0005014"])) + setattr(cls, "CL:0002249", + PermissibleValue( + text="CL:0002249", + description="A stem cell that can differentiate into a cardiac myocyte.", + meaning=CL["0002249"])) + setattr(cls, "CL:0002675", + PermissibleValue( + text="CL:0002675", + description="A S. pombe cell type determined by mat1-Pc and mat1-Pi on the mat1 locus.", + meaning=CL["0002675"])) + setattr(cls, "CL:0000025", + PermissibleValue( + text="CL:0000025", + description="""A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization.""", + meaning=CL["0000025"])) + setattr(cls, "CL:2000021", + PermissibleValue( + text="CL:2000021", + description="Any native cell that is part of a sebaceous gland.", + meaning=CL["2000021"])) + setattr(cls, "CL:0002120", + PermissibleValue( + text="CL:0002120", + description="""An CD24-positive CD38-negative IgG-negative memory B cell is a CD38-negative IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD24-positive, CD38-negative, and IgG-negative.""", + meaning=CL["0002120"])) + setattr(cls, "CL:0008005", + PermissibleValue( + text="CL:0008005", + description="""A somatic muscle cell that is oblquely striated. Examples include the somatic muscles of nematodes.""", + meaning=CL["0008005"])) + setattr(cls, "CL:0002654", + PermissibleValue( + text="CL:0002654", + description="An epithelial cell of stratum corneum of esophageal epithelium.", + meaning=CL["0002654"])) + setattr(cls, "CL:0011018", + PermissibleValue( + text="CL:0011018", + description="""A group 3 innate lymphoid cell that express ROR gamma t and IL-7R alpha in the absence of lineage markers (e.g. CD3, CD19, B220, CD11c, Gr-1), with the functional ability to interact with mesenchymal cells through lymphotoxin and tumor necrosis factor. Lymphoid tissue-inducer cells are key to the development of lymph nodes and Peyer’s patches.""", + meaning=CL["0011018"])) + setattr(cls, "CL:0000660", + PermissibleValue( + text="CL:0000660", + description="An extracellular matrix secreting cell that secretes glycocalyx.", + meaning=CL["0000660"])) + setattr(cls, "CL:0000763", + PermissibleValue( + text="CL:0000763", + description="A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage.", + meaning=CL["0000763"])) + setattr(cls, "CL:0002199", + PermissibleValue( + text="CL:0002199", + description="An oncocyte located in the parathyroid gland.", + meaning=CL["0002199"])) + setattr(cls, "CL:0001018", + PermissibleValue( + text="CL:0001018", + description="""Immature CD8_alpha-low Langerhans cell is a CD8_alpha-low Langerhans cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001018"])) + setattr(cls, "CL:0003009", + PermissibleValue( + text="CL:0003009", + description="""A mono-stratified retinal ganglion cell that has a medium dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S4 and S5.""", + meaning=CL["0003009"])) + setattr(cls, "CL:0000180", + PermissibleValue( + text="CL:0000180", + description="A steroid hormone secreting cell that secretes estradiol.", + meaning=CL["0000180"])) + setattr(cls, "CL:0002308", + PermissibleValue( + text="CL:0002308", + description="An epithelial cell of a skin gland.", + meaning=CL["0002308"])) + setattr(cls, "CL:0002543", + PermissibleValue( + text="CL:0002543", + description="An endothelial cell that is part of the vein.", + meaning=CL["0002543"])) + setattr(cls, "CL:0008032", + PermissibleValue( + text="CL:0008032", + description="""A GABAergic interneuron in human cortical layer 1 that has large rosehip-shaped axonal boutons and compact arborization.""", + meaning=CL["0008032"])) + setattr(cls, "CL:1000442", + PermissibleValue( + text="CL:1000442", + description="An urothelial cell that is part of the trigone of urinary bladder.", + meaning=CL["1000442"])) + setattr(cls, "CL:0002488", + PermissibleValue( + text="CL:0002488", + description="""A trophoblast cell that has a large volume of cytoplasm, is polyploid and is usually mononuclear but is also occasionally multi-nucleate. This cell type is important in establishing maternal physiology and remodeling of the vasculature of the placenta.""", + meaning=CL["0002488"])) + setattr(cls, "CL:0000014", + PermissibleValue( + text="CL:0000014", + description="A stem cell that is the precursor of gametes.", + meaning=CL["0000014"])) + setattr(cls, "CL:0004242", + PermissibleValue( + text="CL:0004242", + description="""An amacrine cell with a wide dendritic field, dendrites in S3, and post-synaptic terminals in S3. Dendrites of this cell type are straight and minimally branched.""", + meaning=CL["0004242"])) + setattr(cls, "CL:1000050", + PermissibleValue( + text="CL:1000050", + description="Any glial cell that is part of some lateral line nerve.", + meaning=CL["1000050"])) + setattr(cls, "CL:1001572", + PermissibleValue( + text="CL:1001572", + description="A vascular endothelial cell found in colon blood vessels.", + meaning=CL["1001572"])) + setattr(cls, "CL:0000984", + PermissibleValue( + text="CL:0000984", + description="A plasmablast that secretes IgA.", + meaning=CL["0000984"])) + setattr(cls, "CL:0000104", + PermissibleValue( + text="CL:0000104", + description="A neuron with three or more neurites, usually an axon and multiple dendrites.", + meaning=CL["0000104"])) + setattr(cls, "CL:1001285", + PermissibleValue( + text="CL:1001285", + description="A cell that is part of some vasa recta descending limb.", + meaning=CL["1001285"])) + setattr(cls, "CL:1000419", + PermissibleValue( + text="CL:1000419", + description="A myoepithelial cell that is part of the lactiferous duct.", + meaning=CL["1000419"])) + setattr(cls, "CL:0000417", + PermissibleValue( + text="CL:0000417", + meaning=CL["0000417"])) + setattr(cls, "CL:0002146", + PermissibleValue( + text="CL:0002146", + description="""A sweat producing cell of eccrine sweat glands. Pyramidal in shape, with its base resting on the basal lamina or myoepitheliocytes, and its microvillus-covered apical plasma membrane line up the intercellular canaliculi. Cell is not stained by hematoxylin or eosin.""", + meaning=CL["0002146"])) + setattr(cls, "CL:0002122", + PermissibleValue( + text="CL:0002122", + description="""A B220-positive CD38-positive IgG-negative memory B cell is a CD38-positive IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype B220-positive, CD38-positive, and IgG-negative.""", + meaning=CL["0002122"])) + setattr(cls, "CL:0000695", + PermissibleValue( + text="CL:0000695", + description="""A neuron of the human embryonic marginal zone which display, as a salient feature, radial ascending processes that contact the pial surface, and a horizontal axon plexus located in the deep marginal zone. One feature of these cells in mammals is that they express the Reelin gene.""", + meaning=CL["0000695"])) + setattr(cls, "CL:0002070", + PermissibleValue( + text="CL:0002070", + description="""Bottle-shaped with narrow neck; broad, rounded basal portion where nucleus is located; stereocilia and a single kinocilium is present apically; receive nerve bouton at their base from an afferent cup-shaped (chalice or calyx) nerve ending.""", + meaning=CL["0002070"])) + setattr(cls, "CL:4023083", + PermissibleValue( + text="CL:4023083", + description="""A GABAergic interneuron that selectively innervates the axon initial segment of pyramidal cells. Their local axonal clusters are formed by high-frequency branching at shallow angles, often ramifying around, above or below their somata with a high bouton density. The characteristic terminal portions of the axon form short vertical rows of boutons, resembling the candlesticks and candles of a chandelier. Chandelier cells can be multipolar or bitufted.""", + meaning=CL["4023083"])) + setattr(cls, "CL:1000366", + PermissibleValue( + text="CL:1000366", + description="A transitional myocyte that is part of the middle internodal tract.", + meaning=CL["1000366"])) + setattr(cls, "CL:0003014", + PermissibleValue( + text="CL:0003014", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a medium length secondary dendrite shaft.""", + meaning=CL["0003014"])) + setattr(cls, "CL:0002512", + PermissibleValue( + text="CL:0002512", + description="A langerin-negative lymph node dendritic cell that is CD103-negative and CD11b-high.", + meaning=CL["0002512"])) + setattr(cls, "CL:0002595", + PermissibleValue( + text="CL:0002595", + description="A smooth muscle cell of the subclavian artery.", + meaning=CL["0002595"])) + setattr(cls, "CL:0002078", + PermissibleValue( + text="CL:0002078", + description="Epithelial cell derived from mesoderm or mesenchyme.", + meaning=CL["0002078"])) + setattr(cls, "CL:0002420", + PermissibleValue( + text="CL:0002420", + description="A T cell that has not completed T cell selection.", + meaning=CL["0002420"])) + setattr(cls, "CL:0000503", + PermissibleValue( + text="CL:0000503", + description="""A flattened stroma cell forming a sheath or theca outside the basal lamina lining the mature ovarian follicle. Thecal interstitial or stromal cells are steroidogenic, and produce primarily androgens which serve as precusors of estrogens in the granulosa cells.""", + meaning=CL["0000503"])) + setattr(cls, "CL:0000908", + PermissibleValue( + text="CL:0000908", + description="""A CD8-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive, that secretes cytokines.""", + meaning=CL["0000908"])) + setattr(cls, "CL:0002664", + PermissibleValue( + text="CL:0002664", + description="""A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart.""", + meaning=CL["0002664"])) + setattr(cls, "CL:4023057", + PermissibleValue( + text="CL:4023057", + description="Any GABAergic interneuron that has its soma located in some cerebellar cortex.", + meaning=CL["4023057"])) + setattr(cls, "CL:0002532", + PermissibleValue( + text="CL:0002532", + description="A myeloid dendritic cell found in the blood that is CD16-positive.", + meaning=CL["0002532"])) + setattr(cls, "CL:0008001", + PermissibleValue( + text="CL:0008001", + description="Any hematopoietic cell that is a precursor of some other hematopoietic cell type.", + meaning=CL["0008001"])) + setattr(cls, "CL:0000206", + PermissibleValue( + text="CL:0000206", + description="""A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood.""", + meaning=CL["0000206"])) + setattr(cls, "CL:2000065", + PermissibleValue( + text="CL:2000065", + description="Any microvascular endothelial cell that is part of a female urethra.", + meaning=CL["2000065"])) + setattr(cls, "CL:0000957", + PermissibleValue( + text="CL:0000957", + description="""A large pre-B-II cell is a pre-B-II cell that is proliferating and is Rag1-negative and Rag2-negative.""", + meaning=CL["0000957"])) + setattr(cls, "CL:0000986", + PermissibleValue( + text="CL:0000986", + description="A fully differentiated plasma cell that secretes IgM.", + meaning=CL["0000986"])) + setattr(cls, "CL:0000792", + PermissibleValue( + text="CL:0000792", + description="""A CD4-positive, CD25-positive, alpha-beta T cell that regulates overall immune responses as well as the responses of other T cell subsets through direct cell-cell contact and cytokine release.""", + meaning=CL["0000792"])) + setattr(cls, "CL:0002194", + PermissibleValue( + text="CL:0002194", + description="A cell involved in the formation of a monocyte (monopoiesis).", + meaning=CL["0002194"])) + setattr(cls, "CL:0002496", + PermissibleValue( + text="CL:0002496", + description="""A T cell that is located in the intestinal epithelium and is capable of a mucosal immune response.""", + meaning=CL["0002496"])) + setattr(cls, "CL:0000600", + PermissibleValue( + text="CL:0000600", + description="A fungal cell with two or more genetically distinct nuclei.", + meaning=CL["0000600"])) + setattr(cls, "CL:0000355", + PermissibleValue( + text="CL:0000355", + description="""A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell.""", + meaning=CL["0000355"])) + setattr(cls, "CL:1000893", + PermissibleValue( + text="CL:1000893", + description="Any kidney blood vessel cell that is part of some renal vein.", + meaning=CL["1000893"])) + setattr(cls, "CL:0002044", + PermissibleValue( + text="CL:0002044", + description="""A basophil mast progenitor cell that is Beta-7 integrin-high, Kit-positive FcRgammaII/III-positive and Sca1-negative.""", + meaning=CL["0002044"])) + setattr(cls, "CL:0002246", + PermissibleValue( + text="CL:0002246", + description="""A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells).""", + meaning=CL["0002246"])) + setattr(cls, "CL:0009098", + PermissibleValue( + text="CL:0009098", + description="""A skeletal muscle fiber found at the fetal and neonatal stages. In mammalian fetuses and neonates, skeletal muscle expresses myosin heavy chain-neonatal (MyHC-neo, encoded by the MYH8 gene). This expression disappears shortly after birth and is replaced by expression of adult heavy chain myosins.""", + meaning=CL["0009098"])) + setattr(cls, "CL:1000720", + PermissibleValue( + text="CL:1000720", + description="Any renal intercalated cell that is part of some papillary duct.", + meaning=CL["1000720"])) + setattr(cls, "CL:0000975", + PermissibleValue( + text="CL:0000975", + description="A fully differentiated plasma cell that lives for months.", + meaning=CL["0000975"])) + setattr(cls, "CL:0000367", + PermissibleValue( + text="CL:0000367", + meaning=CL["0000367"])) + setattr(cls, "CL:0009045", + PermissibleValue( + text="CL:0009045", + description="A B cell found in the lymph node medullary sinus.", + meaning=CL["0009045"])) + setattr(cls, "CL:0002443", + PermissibleValue( + text="CL:0002443", + description="A NK1.1-positive T cell that is Ly49Cl-positive.", + meaning=CL["0002443"])) + setattr(cls, "CL:0000446", + PermissibleValue( + text="CL:0000446", + description="""An epithelial cell of the parathyroid gland that is arranged in wide, irregular interconnecting columns; responsible for the synthesis and secretion of parathyroid hormone.""", + meaning=CL["0000446"])) + setattr(cls, "CL:0000561", + PermissibleValue( + text="CL:0000561", + description="""Interneuron of the vertebrate retina. They integrate, modulate, and interpose a temporal domain in the visual message presented to the retinal ganglion cells, with which they synapse in the inner plexiform layer. They lack large axons.""", + meaning=CL["0000561"])) + setattr(cls, "CL:0002143", + PermissibleValue( + text="CL:0002143", + description="""A chief cell that is smaller than light chief cells and has a smaller and darker nucleus and a finely granular cytoplasm with many granules.""", + meaning=CL["0002143"])) + setattr(cls, "CL:0000566", + PermissibleValue( + text="CL:0000566", + description="A mesenchymal stem cell capable of developing into blood vessel endothelium.", + meaning=CL["0000566"])) + setattr(cls, "CL:0019021", + PermissibleValue( + text="CL:0019021", + description="""An endothelial cell found in the periportal region hepatic sinusoid, near the portal triad. The fenestrae of these cells are larger but fewer in number compared with those of endothelial cells near the centrilobular region of the hepatic sinusoid.""", + meaning=CL["0019021"])) + setattr(cls, "CL:1001145", + PermissibleValue( + text="CL:1001145", + description="Any kidney cortex vein cell that is part of some renal interlobular vein.", + meaning=CL["1001145"])) + setattr(cls, "CL:0008012", + PermissibleValue( + text="CL:0008012", + description="""A skeletal muscle satellite cell that is mitotically quiescent. These cells are wedge shaped and have a large nuclear to cytoplasmic ratio with few organelles, a small nucleus and condensed interphase chromatin. Satellite cells typically remain in this state until activated following muscle damage.""", + meaning=CL["0008012"])) + setattr(cls, "CL:0000142", + PermissibleValue( + text="CL:0000142", + description="""A cell occurring in the peripheral part of the vitreous body of the eye that may be responsible for production of hyaluronic acid and collagen.""", + meaning=CL["0000142"])) + setattr(cls, "CL:2000017", + PermissibleValue( + text="CL:2000017", + description="Any fibroblast that is part of a periodontal ligament.", + meaning=CL["2000017"])) + setattr(cls, "CL:0004115", + PermissibleValue( + text="CL:0004115", + description="""A monostratified retinal ganglion cell with small to medium soma and small to medium dendritic field.""", + meaning=CL["0004115"])) + setattr(cls, "CL:0000424", + PermissibleValue( + text="CL:0000424", + description="""A cell involved in the elimination of metabolic and foreign toxins, and in maintaining the ionic, acid-base and water balance of biological fluids.""", + meaning=CL["0000424"])) + setattr(cls, "CL:0000568", + PermissibleValue( + text="CL:0000568", + description="""A cell that originates in the neural crest, that has certain cytochemical and ultrastructural characteristics and is found scattered throughout the body; types include melanocytes, the cells of the chromaffin system, and cells in the hypothalamus, hypophysis, thyroid, parathyroids, lungs, gastrointestinal tract, and pancreas. This cell type concentrates the amino acid precursors of certain amines and decarboxylate them, forming amines that function as regulators and neurotransmitters. This cell type produces substances such as epinephrine, norepinephrine, dopamine, serotonin, enkephalin, somatostatin, neurotensin, and substance P, the actions of which may affect contiguous cells, nearby groups of cells, or distant cells, thus functioning as local or systemic hormones. The name is an acronym for amine precursor uptake and decarboxylation cell.""", + meaning=CL["0000568"])) + setattr(cls, "CL:0002642", + PermissibleValue( + text="CL:0002642", + description="""An epithelial cell of the esophageal cardiac gland that occurs both in the proximal and distal esophagus, within the lamina propia.""", + meaning=CL["0002642"])) + setattr(cls, "CL:0002349", + PermissibleValue( + text="CL:0002349", + description="A natural killer cell that is CD27-high and CD11b-low.", + meaning=CL["0002349"])) + setattr(cls, "CL:0002522", + PermissibleValue( + text="CL:0002522", + description="""A renal filtration cell is a specialized cell of the renal system that filter fluids by charge, size or both.""", + meaning=CL["0002522"])) + setattr(cls, "CL:0002501", + PermissibleValue( + text="CL:0002501", + description="""A P/D1 enteroendocrine cell that is argyrophilic and stores vasoactive intestinal polypeptide.""", + meaning=CL["0002501"])) + setattr(cls, "CL:0000817", + PermissibleValue( + text="CL:0000817", + description="A precursor B cell is a B cell with the phenotype CD10-positive.", + meaning=CL["0000817"])) + setattr(cls, "CL:0000429", + PermissibleValue( + text="CL:0000429", + description="A columnar epithelial cell that is part of an insect imaginal disc.", + meaning=CL["0000429"])) + setattr(cls, "CL:1001431", + PermissibleValue( + text="CL:1001431", + description="Any renal principal cell that is part of some collecting duct of renal tubule.", + meaning=CL["1001431"])) + setattr(cls, "CL:0002567", + PermissibleValue( + text="CL:0002567", + description="A melanocyte that appears lighter in color.", + meaning=CL["0002567"])) + setattr(cls, "CL:0000853", + PermissibleValue( + text="CL:0000853", + description="""Olfactory epithelial support cell is a columnar cell that extends from the epithelial free margin to the basement membrane of the olfactory epithelium. This cell type has a large, vertically, elongate, euchromatic nucleus, along with other nuclei, forms a layer superficial to the cell body of the receptor cell; sends long somewhat irregular microvilli into the mucus layer; at the base, with expanded end-feet containing numerous lamellated dense bodies resembling lipofuscin of neurons.""", + meaning=CL["0000853"])) + setattr(cls, "CL:0002217", + PermissibleValue( + text="CL:0002217", + description="""A trophoblast that leaves the placenta and invades the endometrium and myometrium. This cell type is crucial in increasing blood flow to the fetus.""", + meaning=CL["0002217"])) + setattr(cls, "CL:4023062", + PermissibleValue( + text="CL:4023062", + description="A neuron with its soma located in the dentate gyrus of the hippocampus.", + meaning=CL["4023062"])) + setattr(cls, "CL:1000281", + PermissibleValue( + text="CL:1000281", + description="A smooth muscle cell that is part of the cecum.", + meaning=CL["1000281"])) + setattr(cls, "CL:0002368", + PermissibleValue( + text="CL:0002368", + description="An endo-epithelial cell of the respiratory tract.", + meaning=CL["0002368"])) + setattr(cls, "CL:0000749", + PermissibleValue( + text="CL:0000749", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the inner half of the inner plexiform layer. These cells depolarize in response to light stimulation of their corresponding photoreceptors.""", + meaning=CL["0000749"])) + setattr(cls, "CL:0002225", + PermissibleValue( + text="CL:0002225", + description="""A lens fiber cell that develops from primary lens fiber; located towards the center of lens; cell organelles are normally degraded or in the process of being degraded.""", + meaning=CL["0002225"])) + setattr(cls, "CL:4030062", + PermissibleValue( + text="CL:4030062", + description="""An intratelencephalic-projecting glutamatergic with a soma located in cortical layer 4/5.""", + meaning=CL["4030062"])) + setattr(cls, "CL:0000334", + PermissibleValue( + text="CL:0000334", + meaning=CL["0000334"])) + setattr(cls, "CL:2000006", + PermissibleValue( + text="CL:2000006", + description="Any germinal center B cell that is part of a tonsil.", + meaning=CL["2000006"])) + setattr(cls, "CL:1000335", + PermissibleValue( + text="CL:1000335", + description="An enterocyte that is part of the epithelium of intestinal villus.", + meaning=CL["1000335"])) + setattr(cls, "CL:1000285", + PermissibleValue( + text="CL:1000285", + description="A smooth muscle cell that is part of the sigmoid colon.", + meaning=CL["1000285"])) + setattr(cls, "CL:0000043", + PermissibleValue( + text="CL:0000043", + description="""A fully differentiated basophil, a granular leukocyte with an irregularly shaped, pale-staining nucleus that is partially constricted into two lobes, and with cytoplasm that contains coarse granules of variable size. Basophils contain vasoactive amines such as histamine and serotonin, which are released on appropriate stimulation.""", + meaning=CL["0000043"])) + setattr(cls, "CL:4042005", + PermissibleValue( + text="CL:4042005", + description="A choroid plexus macrophage that is part of a choroid plexus stroma.", + meaning=CL["4042005"])) + setattr(cls, "CL:0003034", + PermissibleValue( + text="CL:0003034", + description="""A monostratified retinal ganglion cell that has a small soma, an assymetric dendritic field with post synaptic terminals in sublaminar layer S3.""", + meaning=CL["0003034"])) + setattr(cls, "CL:1000849", + PermissibleValue( + text="CL:1000849", + description="Any epithelial cell of distal tubule that is part of some distal convoluted tubule.", + meaning=CL["1000849"])) + setattr(cls, "CL:0007008", + PermissibleValue( + text="CL:0007008", + description="""Notochordal cell that is inner portion of the notochord and becomes vacuolated as development proceeds.""", + meaning=CL["0007008"])) + setattr(cls, "CL:0000457", + PermissibleValue( + text="CL:0000457", + meaning=CL["0000457"])) + setattr(cls, "CL:1000317", + PermissibleValue( + text="CL:1000317", + description="A goblet cell that is part of the epithelium of intestinal villus.", + meaning=CL["1000317"])) + setattr(cls, "CL:0000325", + PermissibleValue( + text="CL:0000325", + description="A cell that is specialised to accumulate a particular substance(s).", + meaning=CL["0000325"])) + setattr(cls, "CL:0011031", + PermissibleValue( + text="CL:0011031", + description="A dendritic cell that develops from a monocyte.", + meaning=CL["0011031"])) + setattr(cls, "CL:0010003", + PermissibleValue( + text="CL:0010003", + description="An epithelial cell that is part_of a alveolus of lung.", + meaning=CL["0010003"])) + setattr(cls, "CL:0002417", + PermissibleValue( + text="CL:0002417", + description="""An immature or mature cell of the first erythroid lineage to arise during embryonic development.""", + meaning=CL["0002417"])) + setattr(cls, "CL:0002584", + PermissibleValue( + text="CL:0002584", + description="An epithelial cell of the kidney cortex.", + meaning=CL["0002584"])) + setattr(cls, "CL:1000487", + PermissibleValue( + text="CL:1000487", + description="A smooth muscle cell that is part of the prostate gland.", + meaning=CL["1000487"])) + setattr(cls, "CL:0000338", + PermissibleValue( + text="CL:0000338", + description="A neural precursor of the central nervous system.", + meaning=CL["0000338"])) + setattr(cls, "CL:0002183", + PermissibleValue( + text="CL:0002183", + description="""A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit.""", + meaning=CL["0002183"])) + setattr(cls, "CL:0000637", + PermissibleValue( + text="CL:0000637", + description="A cell that stains readily in the anterior pituitary gland.", + meaning=CL["0000637"])) + setattr(cls, "CL:0002549", + PermissibleValue( + text="CL:0002549", + description="A fibroblast that is part of the choroid plexus.", + meaning=CL["0002549"])) + setattr(cls, "CL:0002257", + PermissibleValue( + text="CL:0002257", + description="An epithelial cell of thyroid gland.", + meaning=CL["0002257"])) + setattr(cls, "CL:1000296", + PermissibleValue( + text="CL:1000296", + description="An epithelial cell that is part of the urethra.", + meaning=CL["1000296"])) + setattr(cls, "CL:4030058", + PermissibleValue( + text="CL:4030058", + description="A macrophage that expresses the T cell receptor complex at the cell surface.", + meaning=CL["4030058"])) + setattr(cls, "CL:1000979", + PermissibleValue( + text="CL:1000979", + description="Any smooth muscle cell that is part of some muscular coat of ureter.", + meaning=CL["1000979"])) + setattr(cls, "CL:0000939", + PermissibleValue( + text="CL:0000939", + description="""A mature natural killer cell that has the phenotype CD56-low, CD16-positive and which is capable of cytotoxicity and cytokine production.""", + meaning=CL["0000939"])) + setattr(cls, "CL:0000032", + PermissibleValue( + text="CL:0000032", + description="""A cell of a platelike structure, especially a thickened plate of ectoderm in the early embryo, from which a sense organ develops.""", + meaning=CL["0000032"])) + setattr(cls, "CL:0002150", + PermissibleValue( + text="CL:0002150", + description="""Epithelioid macrophage is an activated macrophage that resembles an epithelial cell with finely granular, pale eosinophilic cytoplasm and central, ovoid nucleus (oval or elongate). This cell type is able to merge into one another to form aggregates. The presence of such aggregates may characterize some pathologic conditions, mainly granulomatous inflammation.""", + meaning=CL["0002150"])) + setattr(cls, "CL:0009006", + PermissibleValue( + text="CL:0009006", + description="An enteroendocrine cell that is located in the small intestine.", + meaning=CL["0009006"])) + setattr(cls, "CL:0000579", + PermissibleValue( + text="CL:0000579", + description="""A follicle cell that migrates from the anterior pole of the insect egg chamber to the anterior of the oocyte where they participate in the formation of the micropyle.""", + meaning=CL["0000579"])) + setattr(cls, "CL:0000217", + PermissibleValue( + text="CL:0000217", + meaning=CL["0000217"])) + setattr(cls, "CL:0000916", + PermissibleValue( + text="CL:0000916", + description="A mature gamma-delta T cell located in the epidermis that regulates wound healing.", + meaning=CL["0000916"])) + setattr(cls, "CL:0000406", + PermissibleValue( + text="CL:0000406", + meaning=CL["0000406"])) + setattr(cls, "CL:1000405", + PermissibleValue( + text="CL:1000405", + description="An epithelial cell that is part of the appendix.", + meaning=CL["1000405"])) + setattr(cls, "CL:1000355", + PermissibleValue( + text="CL:1000355", + description="A M cell that is part of the epithelium proper of small intestine.", + meaning=CL["1000355"])) + setattr(cls, "CL:0000968", + PermissibleValue( + text="CL:0000968", + description="A mature B cell that produces cytokines that can influence CD4 T cell differentiation.", + meaning=CL["0000968"])) + setattr(cls, "CL:0002383", + PermissibleValue( + text="CL:0002383", + description="""A uninucleate spore formed on specialized cells or projections, sterigma, of a conidiophore head.""", + meaning=CL["0002383"])) + setattr(cls, "CL:4029002", + PermissibleValue( + text="CL:4029002", + description="A gamete-nursing cell that derives from a germline cell (del Pino, 2021).", + meaning=CL["4029002"])) + setattr(cls, "CL:4023088", + PermissibleValue( + text="CL:4023088", + description="""A basket cell that is large, and typically ascends to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers.""", + meaning=CL["4023088"])) + setattr(cls, "CL:4033053", + PermissibleValue( + text="CL:4033053", + description="""A bistratfied retinal ganglion cell with a small dendritic field that has dendrites in the ON and OFF sublamina of the retinal inner plexiform layer and carries blue-ON/yellow-OFF signals. This cell receives bipolar and amacrine input to both the OFF and ON dendritic tree.""", + meaning=CL["4033053"])) + setattr(cls, "CL:2000046", + PermissibleValue( + text="CL:2000046", + description="Any cardiac muscle cell that is part of a cardiac ventricle.", + meaning=CL["2000046"])) + setattr(cls, "CL:4023072", + PermissibleValue( + text="CL:4023072", + description="A cell that is part of the brain vasculature.", + meaning=CL["4023072"])) + setattr(cls, "CL:0002236", + PermissibleValue( + text="CL:0002236", + description="A cell that constitutes the basal layer of epithelium in the prostatic duct.", + meaning=CL["0002236"])) + setattr(cls, "CL:0000519", + PermissibleValue( + text="CL:0000519", + description="A phagocyte from organisms in the Nematoda or Protostomia clades.", + meaning=CL["0000519"])) + setattr(cls, "CL:0002670", + PermissibleValue( + text="CL:0002670", + description="""An otic fibrocyte that underlies the stria vascularis and is part of a mesenchymal gap junction network that regulates ionic homeostasis of the endolymph.""", + meaning=CL["0002670"])) + setattr(cls, "CL:1000480", + PermissibleValue( + text="CL:1000480", + description="A transitional myocyte that is part of the internodal tract.", + meaning=CL["1000480"])) + setattr(cls, "CL:1000308", + PermissibleValue( + text="CL:1000308", + description="A fibrocyte that is part of the adventitia of ureter.", + meaning=CL["1000308"])) + setattr(cls, "CL:0000308", + PermissibleValue( + text="CL:0000308", + meaning=CL["0000308"])) + setattr(cls, "CL:0000422", + PermissibleValue( + text="CL:0000422", + description="""A cell whose primary function is to cause growth by stimulating cell division in its immediate cellular environment.""", + meaning=CL["0000422"])) + setattr(cls, "CL:4006000", + PermissibleValue( + text="CL:4006000", + description="A fibroblast that is part of the breast.", + meaning=CL["4006000"])) + setattr(cls, "CL:0000182", + PermissibleValue( + text="CL:0000182", + description="""The main structural component of the liver. They are specialized epithelial cells that are organized into interconnected plates called lobules. Majority of cell population of liver, polygonal in shape, arranged in plates or trabeculae between sinusoids; may have single nucleus or binucleated.""", + meaning=CL["0000182"])) + setattr(cls, "CL:0002095", + PermissibleValue( + text="CL:0002095", + description="A cell in the hilum of the ovary that produces androgens.", + meaning=CL["0002095"])) + setattr(cls, "CL:0002398", + PermissibleValue( + text="CL:0002398", + description="An intermediate monocyte that is Gr1-positive, CD43-positive.", + meaning=CL["0002398"])) + setattr(cls, "CL:0000335", + PermissibleValue( + text="CL:0000335", + description="""A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors.""", + meaning=CL["0000335"])) + setattr(cls, "CL:1000482", + PermissibleValue( + text="CL:1000482", + description="A myocardial endocrine cell that is part of the interventricular septum.", + meaning=CL["1000482"])) + setattr(cls, "CL:0019031", + PermissibleValue( + text="CL:0019031", + description="""Goblet cells reside throughout the length of the small and large intestine and are responsible for the production and maintenance of the protective mucus blanket by synthesizing and secreting high-molecular-weight glycoproteins known as mucins. Human intestinal goblet cells secrete the MUC2 mucin, as well as a number of typical mucus components: CLCA1, FCGBP, AGR2, ZG16, and TFF3.""", + meaning=CL["0019031"])) + setattr(cls, "CL:0002030", + PermissibleValue( + text="CL:0002030", + description="""A lineage negative, Sca1-negative basophil progenitor cell that is Fc epsilon RIalpha-high.""", + meaning=CL["0002030"])) + setattr(cls, "CL:0002582", + PermissibleValue( + text="CL:0002582", + description="A preadipocyte that is part of visceral tissue.", + meaning=CL["0002582"])) + setattr(cls, "CL:0002440", + PermissibleValue( + text="CL:0002440", + description="A NK1.1-positive T cell that is Ly49D-positive.", + meaning=CL["0002440"])) + setattr(cls, "CL:1001509", + PermissibleValue( + text="CL:1001509", + description="The neurons that utilize glycine as a neurotransmitter.", + meaning=CL["1001509"])) + setattr(cls, "CL:0002428", + PermissibleValue( + text="CL:0002428", + description="""A double-positive thymocyte that is large (i.e. has a high forward scatter signal in flow cytometry) and is actively proliferating.""", + meaning=CL["0002428"])) + setattr(cls, "CL:0002453", + PermissibleValue( + text="CL:0002453", + description="""A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons.""", + meaning=CL["0002453"])) + setattr(cls, "CL:0000488", + PermissibleValue( + text="CL:0000488", + description="A photoreceptor cell that detects visible light.", + meaning=CL["0000488"])) + setattr(cls, "CL:1000090", + PermissibleValue( + text="CL:1000090", + description="Any epithelial cell that is part of some pronephric nephron tubule.", + meaning=CL["1000090"])) + setattr(cls, "CL:0004126", + PermissibleValue( + text="CL:0004126", + description="""A retinal ganglion cell C outer that has symmetrical and dense dendritic dendritic tree with a large dendritic field.""", + meaning=CL["0004126"])) + setattr(cls, "CL:0002159", + PermissibleValue( + text="CL:0002159", + description="Epithelial cells derived from general body ectoderm and ectoderm placodes.", + meaning=CL["0002159"])) + setattr(cls, "CL:0000096", + PermissibleValue( + text="CL:0000096", + description="""A fully differentiated neutrophil, a granular leukocyte having a nucleus with three to five lobes connected by slender threads, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes. They are produced in bone marrow at a rate of 5e10-10e10/day and have a half-life of 6-8 hours. Neutrophils are CD15-positive, CD16-positive, CD32-positive, CD43-positive, CD181-positive, and CD182-positive.""", + meaning=CL["0000096"])) + setattr(cls, "CL:0000872", + PermissibleValue( + text="CL:0000872", + description="""A splenic macrophage found in the marginal zone of the spleen, involved in recognition and clearance of particulate material from the splenic circulation. Markers include F4/80-negative, MARCO-positive, SR-A-positive, SIGN-R1-positive, and Dectin2-positive.""", + meaning=CL["0000872"])) + setattr(cls, "CL:0002201", + PermissibleValue( + text="CL:0002201", + description="""A renal intercalated cell that secretes base and reabsorbs acid in the distal segments of the kidney tubule to maintain acid/base balance.""", + meaning=CL["0002201"])) + setattr(cls, "CL:0000244", + PermissibleValue( + text="CL:0000244", + description="""A cell characteristically found lining hollow organs that are subject to great mechanical change due to contraction and distention; originally thought to represent a transition between stratified squamous and columnar epithelium.""", + meaning=CL["0000244"])) + setattr(cls, "CL:4033002", + PermissibleValue( + text="CL:4033002", + description="A(n) neuroendocrine cell that is part of a(n) epithelium of crypt of Lieberkuhn.", + meaning=CL["4033002"])) + setattr(cls, "CL:1000606", + PermissibleValue( + text="CL:1000606", + description="Any neuron that has its soma located in some kidney.", + meaning=CL["1000606"])) + setattr(cls, "CL:4033059", + PermissibleValue( + text="CL:4033059", + description="""A lactocyte that highly expresses genes associated with transcription, immune cell function, and cellular stress. A lactocyte type 1 also expresses genes involved in milk component biosynthesis (e.g., LALBA and CSNs), albeit at lower levels than a lactocyte type 2.""", + meaning=CL["4033059"])) + setattr(cls, "CL:0003039", + PermissibleValue( + text="CL:0003039", + description="""A monostratified retinal ganglion cell with large soma and medium dendritic field, with dense dendritic arbor.""", + meaning=CL["0003039"])) + setattr(cls, "CL:0000871", + PermissibleValue( + text="CL:0000871", + description="A secondary lymphoid organ macrophage found in the spleen.", + meaning=CL["0000871"])) + setattr(cls, "CL:0000353", + PermissibleValue( + text="CL:0000353", + description="An undifferentiated cell produced by early cleavages of the fertilized egg (zygote).", + meaning=CL["0000353"])) + setattr(cls, "CL:0002074", + PermissibleValue( + text="CL:0002074", + description="""The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides).""", + meaning=CL["0002074"])) + setattr(cls, "CL:0002614", + PermissibleValue( + text="CL:0002614", + description="A neuron of the substantia nigra.", + meaning=CL["0002614"])) + setattr(cls, "CL:0000716", + PermissibleValue( + text="CL:0000716", + description="A crystal cell that derives from the larval lymph gland.", + meaning=CL["0000716"])) + setattr(cls, "CL:0012001", + PermissibleValue( + text="CL:0012001", + description="A CNS neuron of the forebrain.", + meaning=CL["0012001"])) + setattr(cls, "CL:0002266", + PermissibleValue( + text="CL:0002266", + description="A type D cell of the small intestine.", + meaning=CL["0002266"])) + setattr(cls, "CL:0000126", + PermissibleValue( + text="CL:0000126", + description="""A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together.""", + meaning=CL["0000126"])) + setattr(cls, "CL:0002652", + PermissibleValue( + text="CL:0002652", + description="""A venule endothelial cell that is cubodial, expresses leukocyte-specific receptors, and allows for passage of lymphocytes into bloodstream.""", + meaning=CL["0002652"])) + setattr(cls, "CL:0000547", + PermissibleValue( + text="CL:0000547", + description="""An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers.""", + meaning=CL["0000547"])) + setattr(cls, "CL:0000737", + PermissibleValue( + text="CL:0000737", + description="Muscle cell which has as its direct parts myofilaments organized into sarcomeres.", + meaning=CL["0000737"])) + setattr(cls, "CL:4023042", + PermissibleValue( + text="CL:4023042", + description="A corticothalamic-projecting neuron with a soma found in cortical layer 6.", + meaning=CL["4023042"])) + setattr(cls, "CL:1001127", + PermissibleValue( + text="CL:1001127", + description="Any vasa recta cell that is part of some outer renal medulla vasa recta.", + meaning=CL["1001127"])) + setattr(cls, "CL:0008013", + PermissibleValue( + text="CL:0008013", + description="""A visceromotor motor neuron whose soma is located in the hindbrain, and which synapses to parasympathetic neurons that innervate tear glands, sweat glands, and the smooth muscles of the head.""", + meaning=CL["0008013"])) + setattr(cls, "CL:0002578", + PermissibleValue( + text="CL:0002578", + description="A preadipocyte found in mesenteric tissue.", + meaning=CL["0002578"])) + setattr(cls, "CL:0009086", + PermissibleValue( + text="CL:0009086", + description="An endothelial cell that is part of a respiratory system lymphatic vessel.", + meaning=CL["0009086"])) + setattr(cls, "CL:0000177", + PermissibleValue( + text="CL:0000177", + description="Any secretory cell that is capable of some testosterone secretion.", + meaning=CL["0000177"])) + setattr(cls, "CL:0002643", + PermissibleValue( + text="CL:0002643", + description="An epithelial cell of stratum corneum of esophageal epithelium that lacks keratin.", + meaning=CL["0002643"])) + setattr(cls, "CL:0002022", + PermissibleValue( + text="CL:0002022", + description="An enucleate erythrocyte that is Lyg-76-high.", + meaning=CL["0002022"])) + setattr(cls, "CL:0002632", + PermissibleValue( + text="CL:0002632", + description="Any epithelial cell that is part of some lower respiratory tract epithelium.", + meaning=CL["0002632"])) + setattr(cls, "CL:0000055", + PermissibleValue( + text="CL:0000055", + description="A precursor cell with a limited number of potential fates.", + meaning=CL["0000055"])) + setattr(cls, "CL:0002535", + PermissibleValue( + text="CL:0002535", + description="An epithelial cell of the cervix.", + meaning=CL["0002535"])) + setattr(cls, "CL:2000091", + PermissibleValue( + text="CL:2000091", + description="Any microvascular endothelial cell that is part of a endometrial blood vessel.", + meaning=CL["2000091"])) + setattr(cls, "CL:0000251", + PermissibleValue( + text="CL:0000251", + meaning=CL["0000251"])) + setattr(cls, "CL:0001016", + PermissibleValue( + text="CL:0001016", + description="""Immature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001016"])) + setattr(cls, "CL:1001587", + PermissibleValue( + text="CL:1001587", + description="Glandular cell of uterine cervix epithelium.", + meaning=CL["1001587"])) + setattr(cls, "CL:0002162", + PermissibleValue( + text="CL:0002162", + description="""An extremely flattened cell type found on the inner side of the tympanic membrane. The surface of this cell type carries sparse pleomorphic microvilli that are more common near the junctional zones.""", + meaning=CL["0002162"])) + setattr(cls, "CL:0002576", + PermissibleValue( + text="CL:0002576", + description="""A glial cell that is part of the perineurium. This cell type has thin long bipolar cytoplasmic processes, pinocytotic vesicles, fragments of external lamina and/or external lamina-like material, attachment plaques, and desmosome-like junctions. Perineurial cells historically have been referred to as fibroblasts because of shape; however, unlike fibroblasts, a perineurial cell: does not have a compact nucleus and large endoplasmic reticulum; does have a double basement membrane opposed to a single basal lamina; is carefully joined to other perineurial cells by tight junctions into a single sheet as opposed to arranged in a large mass; and finally, can surround a small axon bundle at a nerve terminal whereas a fibroblast cannot.""", + meaning=CL["0002576"])) + setattr(cls, "CL:0000624", + PermissibleValue( + text="CL:0000624", + description="""A mature alpha-beta T cell that expresses an alpha-beta T cell receptor and the CD4 coreceptor.""", + meaning=CL["0000624"])) + setattr(cls, "CL:0000523", + PermissibleValue( + text="CL:0000523", + description="""A cell from the inner layer of the trophoblast of the early mammalian embryo that gives rise to the outer surface and villi of the chorion. Mononuclear crytoblasts fuse to give rise to a multinuclear cytotrophoblast.""", + meaning=CL["0000523"])) + setattr(cls, "CL:0002151", + PermissibleValue( + text="CL:0002151", + description="""A promyelocyte that is considerably smaller, with more condensed chromatin, and nucleoli are no longer conspicuous.""", + meaning=CL["0002151"])) + setattr(cls, "CL:4023090", + PermissibleValue( + text="CL:4023090", + description="""A basket cell with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer.""", + meaning=CL["4023090"])) + setattr(cls, "CL:4023032", + PermissibleValue( + text="CL:4023032", + meaning=CL["4023032"])) + setattr(cls, "CL:1000353", + PermissibleValue( + text="CL:1000353", + description="A M cell that is part of the epithelium of small intestine.", + meaning=CL["1000353"])) + setattr(cls, "CL:0000256", + PermissibleValue( + text="CL:0000256", + meaning=CL["0000256"])) + setattr(cls, "CL:0010004", + PermissibleValue( + text="CL:0010004", + description="A mononuclear cell that is part_of a bone marrow.", + meaning=CL["0010004"])) + setattr(cls, "CL:0003031", + PermissibleValue( + text="CL:0003031", + description="""A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003031"])) + setattr(cls, "CL:2000032", + PermissibleValue( + text="CL:2000032", + description="A neuron that is part of a peripheral nervous system.", + meaning=CL["2000032"])) + setattr(cls, "CL:0000428", + PermissibleValue( + text="CL:0000428", + meaning=CL["0000428"])) + setattr(cls, "CL:0005000", + PermissibleValue( + text="CL:0005000", + description="A CNS interneuron located in the spinal cord.", + meaning=CL["0005000"])) + setattr(cls, "CL:0000836", + PermissibleValue( + text="CL:0000836", + description="""A precursor in the granulocytic series, being a cell intermediate in development between a myeloblast and myelocyte, that has distinct nucleoli, a nuclear-to-cytoplasmic ratio of 5:1 to 3:1, and containing a few primary cytoplasmic granules. Markers for this cell are fucosyltransferase FUT4-positive, CD33-positive, integrin alpha-M-negative, low affinity immunoglobulin gamma Fc region receptor III-negative, and CD24-negative.""", + meaning=CL["0000836"])) + setattr(cls, "CL:1001106", + PermissibleValue( + text="CL:1001106", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb. It is known in some mammalian species that this cell may express the Na+-K+-2Cl− cotransporter (NKCC2) apically.""", + meaning=CL["1001106"])) + setattr(cls, "CL:0000467", + PermissibleValue( + text="CL:0000467", + description="A peptide hormone secreting cell that produces adrenocorticotropin, or corticotropin.", + meaning=CL["0000467"])) + setattr(cls, "CL:0000431", + PermissibleValue( + text="CL:0000431", + description="""A pigment cell derived from the neural crest. The cell contains flat light-reflecting platelets, probably of guanine, in stacks called reflecting platelets or iridisomes. The color-generating components produce a silver, gold, or iridescent color.""", + meaning=CL["0000431"])) + setattr(cls, "CL:0002390", + PermissibleValue( + text="CL:0002390", + description="A blastoconidium that has only one nucleus.", + meaning=CL["0002390"])) + setattr(cls, "CL:4033035", + PermissibleValue( + text="CL:4033035", + description="An ON bipolar cell that has large dendritic and axonal fields.", + meaning=CL["4033035"])) + setattr(cls, "CL:0000614", + PermissibleValue( + text="CL:0000614", + description="""A basophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and basophil-specific granules has started. No nucleolus is present. Markers are being integrin alpha-M-positive, fucosyltransferase FUT4-positive, CD33-positive, CD24-positive, aminopeptidase N-positive.""", + meaning=CL["0000614"])) + setattr(cls, "CL:0000080", + PermissibleValue( + text="CL:0000080", + description="""A cell which moves among different tissues of the body, via blood, lymph, or other medium.""", + meaning=CL["0000080"])) + setattr(cls, "CL:0002439", + PermissibleValue( + text="CL:0002439", + description="A NK1.1-positive T cell that is NKGA2-positive.", + meaning=CL["0002439"])) + setattr(cls, "CL:4033003", + PermissibleValue( + text="CL:4033003", + description="A(n) myoepithelial cell that is part of a(n) bronchus submucosal gland.", + meaning=CL["4033003"])) + setattr(cls, "CL:0000512", + PermissibleValue( + text="CL:0000512", + description="""A paracrine cell is a secretory cell that secretes an agonist into intercellular spaces in which it diffuses to a target cell other than that which produced it.""", + meaning=CL["0000512"])) + setattr(cls, "CL:0009029", + PermissibleValue( + text="CL:0009029", + description="A mesothelial cell that is located in a vermiform appendix.", + meaning=CL["0009029"])) + setattr(cls, "CL:0000478", + PermissibleValue( + text="CL:0000478", + description="A peptide hormone secreting cell that secretes oxytocin stimulating hormone", + meaning=CL["0000478"])) + setattr(cls, "CL:0004001", + PermissibleValue( + text="CL:0004001", + description="""An interneuron whose axon stays entirely within the gray matter region where the cell body resides.""", + meaning=CL["0004001"])) + setattr(cls, "CL:0000797", + PermissibleValue( + text="CL:0000797", + description="""A mature alpha-beta T cell of the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.""", + meaning=CL["0000797"])) + setattr(cls, "CL:0005021", + PermissibleValue( + text="CL:0005021", + description="""Mesenchymal derived lymphatic progenitor cells that give rise to the superficial lymphatics.""", + meaning=CL["0005021"])) + setattr(cls, "CL:1000338", + PermissibleValue( + text="CL:1000338", + description="""An enterocyte that is part of the epithelium of crypt of Lieberkuhn of small intestine.""", + meaning=CL["1000338"])) + setattr(cls, "CL:0000746", + PermissibleValue( + text="CL:0000746", + description="""Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei.""", + meaning=CL["0000746"])) + setattr(cls, "CL:0000958", + PermissibleValue( + text="CL:0000958", + description="""A transitional stage B cell that migrates from the bone marrow into the peripheral circulation, and finally to the spleen. This cell type has the phenotype surface IgM-positive, surface IgD-negative, CD21-negative, CD23-negative, and CD62L-negative, and CD93-positive. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-negative.""", + meaning=CL["0000958"])) + setattr(cls, "CL:0002433", + PermissibleValue( + text="CL:0002433", + description="""A CD4-positive, CD8-negative thymocyte that expresses high levels of the alpha-beta T cell receptor and is CD69-positive.""", + meaning=CL["0002433"])) + setattr(cls, "CL:0000890", + PermissibleValue( + text="CL:0000890", + description="""An elicited macrophage characterized by low production of pro-inflammatory and Th1 polarizing cytokines and high expression of arginase-1, and associated with tissue remodelling.""", + meaning=CL["0000890"])) + setattr(cls, "CL:0000169", + PermissibleValue( + text="CL:0000169", + description="""A cell that secretes insulin and is located towards the center of the islets of Langerhans.""", + meaning=CL["0000169"])) + setattr(cls, "CL:4023063", + PermissibleValue( + text="CL:4023063", + description="An interneuron that is derived from the medial ganglionic eminence.", + meaning=CL["4023063"])) + setattr(cls, "CL:0001003", + PermissibleValue( + text="CL:0001003", + description="""Mature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001003"])) + setattr(cls, "CL:4033046", + PermissibleValue( + text="CL:4033046", + description="""A midget ganglion cell that depolarizes in response to increased light intensity in the center of its receptive field. The majority of input that this cell receives comes from invaginating midget bipolar cells.""", + meaning=CL["4033046"])) + setattr(cls, "CL:0008019", + PermissibleValue( + text="CL:0008019", + description="""A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration.""", + meaning=CL["0008019"])) + setattr(cls, "CL:0002275", + PermissibleValue( + text="CL:0002275", + description="A PP cell located in the islets of the pancreas.", + meaning=CL["0002275"])) + setattr(cls, "CL:0002548", + PermissibleValue( + text="CL:0002548", + description="A fibroblast that is part of the heart.", + meaning=CL["0002548"])) + setattr(cls, "CL:0000732", + PermissibleValue( + text="CL:0000732", + meaning=CL["0000732"])) + setattr(cls, "CL:4023164", + PermissibleValue( + text="CL:4023164", + description="""A bushy cell that receives a large number of medium-sized synapses, called modified endbulbs. Globular bushy cells extend to the superior olive on both sides of the brainstem where they give input to the bipolar neurons.""", + meaning=CL["4023164"])) + setattr(cls, "CL:0004221", + PermissibleValue( + text="CL:0004221", + description="""A flag amacrine cell with post-synaptic terminals in S2 and S3. This cell type releases the neurotransmitter glycine.""", + meaning=CL["0004221"])) + setattr(cls, "CL:4033028", + PermissibleValue( + text="CL:4033028", + description="""An OFF diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells. This cell contains a large number of synaptic ribbons and a small axon arbor area.""", + meaning=CL["4033028"])) + setattr(cls, "CL:4030054", + PermissibleValue( + text="CL:4030054", + description="""A DRD1-expressing medium spiny neuron that is part of dense, RXFP1-positive cell islands throughout the nucleus accumbens, putamen, and near the adjacent septal nuclei.""", + meaning=CL["4030054"])) + setattr(cls, "CL:0002322", + PermissibleValue( + text="CL:0002322", + description="A stem cell of embryonic origin.", + meaning=CL["0002322"])) + setattr(cls, "CL:0000451", + PermissibleValue( + text="CL:0000451", + description="""A cell of hematopoietic origin, typically resident in particular tissues, specialized in the uptake, processing, and transport of antigens to lymph nodes for the purpose of stimulating an immune response via T cell activation. These cells are lineage negative (CD3-negative, CD19-negative, CD34-negative, and CD56-negative).""", + meaning=CL["0000451"])) + setattr(cls, "CL:4023016", + PermissibleValue( + text="CL:4023016", + description="""A GABAergic neuron located in the cerebral cortex that expresses vasoactive intestinal polypeptide""", + meaning=CL["4023016"])) + setattr(cls, "CL:0009073", + PermissibleValue( + text="CL:0009073", + description="""A thymic medullary epithelial cell considered to be a post-AIRE cell. This group of AIRE-mTECs is heterogeneous and also includes mTECs within Hassall's Corpuscles.""", + meaning=CL["0009073"])) + setattr(cls, "CL:1000282", + PermissibleValue( + text="CL:1000282", + description="A smooth muscle cell that is part of the ascending colon.", + meaning=CL["1000282"])) + setattr(cls, "CL:1000315", + PermissibleValue( + text="CL:1000315", + description="A goblet cell that is part of the epithelium of principal gastric gland.", + meaning=CL["1000315"])) + setattr(cls, "CL:0000536", + PermissibleValue( + text="CL:0000536", + description="A secondary neuron (sensu Teleostei) that has a motor function.", + meaning=CL["0000536"])) + setattr(cls, "CL:0011024", + PermissibleValue( + text="CL:0011024", + description="""A double negative thymocyte that is CD3-positive, CD4-negative, CD8-negative, that that are present in the periphery in very low numbers and predominantly produce INF-gamma, TNF-alpha, and a low amount of TGF-beta, but not IL-2, IL-4, IL-10 or IL-13 upon activation.""", + meaning=CL["0011024"])) + setattr(cls, "CL:0002148", + PermissibleValue( + text="CL:0002148", + description="A cell found within the dental pulp.", + meaning=CL["0002148"])) + setattr(cls, "CL:0000530", + PermissibleValue( + text="CL:0000530", + description="""A neuron that develops during the early segmentation stages in teleosts, before the neural tube is formed.""", + meaning=CL["0000530"])) + setattr(cls, "CL:0000439", + PermissibleValue( + text="CL:0000439", + description="A peptide hormone cell that secretes prolactin.", + meaning=CL["0000439"])) + setattr(cls, "CL:0002409", + PermissibleValue( + text="CL:0002409", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain that does not contain the Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative.""", + meaning=CL["0002409"])) + setattr(cls, "CL:1001210", + PermissibleValue( + text="CL:1001210", + description="""Any vasa recta ascending limb cell that is part of some outer medulla vasa recta ascending limb.""", + meaning=CL["1001210"])) + setattr(cls, "CL:0002221", + PermissibleValue( + text="CL:0002221", + description="A squamous cell that has keratin in the esophagus.", + meaning=CL["0002221"])) + setattr(cls, "CL:0003020", + PermissibleValue( + text="CL:0003020", + description="A retinal ganglion cell C that has post-synaptic terminals in S2.", + meaning=CL["0003020"])) + setattr(cls, "CL:1000489", + PermissibleValue( + text="CL:1000489", + description="A reticular cell that is part of the splenic cord.", + meaning=CL["1000489"])) + setattr(cls, "CL:0000376", + PermissibleValue( + text="CL:0000376", + meaning=CL["0000376"])) + setattr(cls, "CL:0009000", + PermissibleValue( + text="CL:0009000", + description="""A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord.""", + meaning=CL["0009000"])) + setattr(cls, "CL:0000757", + PermissibleValue( + text="CL:0000757", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The axon terminal is restricted to sublamina 3 of the inner plexiform layer. It is narrowly stratified and branched. The dendritic tree has many delicate branches.""", + meaning=CL["0000757"])) + setattr(cls, "CL:0002012", + PermissibleValue( + text="CL:0002012", + description="A proerythoblast that is Kit-low, Lyg76-positive, and CD71-positive.", + meaning=CL["0002012"])) + setattr(cls, "CL:0000794", + PermissibleValue( + text="CL:0000794", + description="""A CD8-positive, alpha-beta T cell that is capable of killing target cells in an antigen specific manner with the phenotype perforin-positive and granzyme B-positive.""", + meaning=CL["0000794"])) + setattr(cls, "CL:0000223", + PermissibleValue( + text="CL:0000223", + description="A cell of the inner of the three germ layers of the embryo.", + meaning=CL["0000223"])) + setattr(cls, "CL:0000134", + PermissibleValue( + text="CL:0000134", + description="""A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs.""", + meaning=CL["0000134"])) + setattr(cls, "CL:1000307", + PermissibleValue( + text="CL:1000307", + description="A fibroblast that is part of the dense regular elastic tissue.", + meaning=CL["1000307"])) + setattr(cls, "CL:0000971", + PermissibleValue( + text="CL:0000971", + description="""An IgM memory B cell is an unswitched memory B cell with the phenotype IgM-positive and IgD-negative.""", + meaning=CL["0000971"])) + setattr(cls, "CL:0011009", + PermissibleValue( + text="CL:0011009", + description="A plasmatocyte derived from the embryonic head mesoderm.", + meaning=CL["0011009"])) + setattr(cls, "CL:0000462", + PermissibleValue( + text="CL:0000462", + description="""A cell of mesodermal origin that is closely associated with the epithelium of an imaginal disc. It is a precursor of some of the insect's adult muscles.""", + meaning=CL["0000462"])) + setattr(cls, "CL:0001065", + PermissibleValue( + text="CL:0001065", + description="""A lymphocyte that lacks characteristic T cell, B cell, myeloid cell, and dendritic cell markers, that functions as part of the innate immune response to produce cytokines and other effector responses.""", + meaning=CL["0001065"])) + setattr(cls, "CL:0000997", + PermissibleValue( + text="CL:0000997", + description="""Immature CD8_alpha-negative CD11b-positive dendritic cell is a CD8_alpha-negative CD11b-positive dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0000997"])) + setattr(cls, "CL:0003028", + PermissibleValue( + text="CL:0003028", + description="""A monostratified retinal ganglion cell that has a small dendrite field with a dense dendrite arbor with post synaptic terminals in sublaminer layer S4.""", + meaning=CL["0003028"])) + setattr(cls, "CL:0000854", + PermissibleValue( + text="CL:0000854", + description="""Interneuromast cell is a neuroectodermal cell deposited by the migrating lateral line primordium between the neuromasts. Interneuromast cells proliferate and migrate to form additional neuromasts.""", + meaning=CL["0000854"])) + setattr(cls, "CL:0002333", + PermissibleValue( + text="CL:0002333", + description="An adipocyte derived from a neural crest cell.", + meaning=CL["0002333"])) + setattr(cls, "CL:0002616", + PermissibleValue( + text="CL:0002616", + description="An adipocyte of perirenal fat tissue.", + meaning=CL["0002616"])) + setattr(cls, "CL:0007012", + PermissibleValue( + text="CL:0007012", + description="""Odontoblast that non-terminally differentiated, located in the odontogenic papilla and dentine tissue, and transforms from a odontoblast cell.""", + meaning=CL["0007012"])) + setattr(cls, "CL:1000083", + PermissibleValue( + text="CL:1000083", + meaning=CL["1000083"])) + setattr(cls, "CL:0002415", + PermissibleValue( + text="CL:0002415", + description="A Vgamma1.1-positive, Vdelta6.3-positive thymocyte that is CD24-positive.", + meaning=CL["0002415"])) + setattr(cls, "CL:2000062", + PermissibleValue( + text="CL:2000062", + description="Any capillary endothelial cell that is part of a placenta.", + meaning=CL["2000062"])) + setattr(cls, "CL:1001221", + PermissibleValue( + text="CL:1001221", + description="Any smooth muscle cell that is part of some kidney arcuate vein.", + meaning=CL["1001221"])) + setattr(cls, "CL:4030053", + PermissibleValue( + text="CL:4030053", + description="""A DRD1-expressing, medium spiny neuron-like granule cell that is part of an Island of Calleja.""", + meaning=CL["4030053"])) + setattr(cls, "CL:0001027", + PermissibleValue( + text="CL:0001027", + description="""CD7-negative lymphoid progenitor cell is a lymphoid progenitor cell that is CD34-positive, CD7-negative and CD45RA-negative.""", + meaning=CL["0001027"])) + setattr(cls, "CL:4030055", + PermissibleValue( + text="CL:4030055", + description="""A urothelial cell that is part of the regenerative layer(s) of cells directly superficial to basal cells in urothelium. The layer of intermediate cells in the urothelium ranges from one to several layers thick depending on the species with intermediate cells attached to adjacent cell layers and one another via desmosomes.""", + meaning=CL["4030055"])) + setattr(cls, "CL:2000060", + PermissibleValue( + text="CL:2000060", + description="""A trophoblast of placental villi. These cells fuse to form synctial trophoplast - the placental side of the interface between the placenta and maternal blood sinusoids in the decidua.""", + meaning=CL["2000060"])) + setattr(cls, "CL:1000682", + PermissibleValue( + text="CL:1000682", + description="A cell that is part of an interstitum of a renal medulla.", + meaning=CL["1000682"])) + setattr(cls, "CL:1000291", + PermissibleValue( + text="CL:1000291", + description="A muscle cell that is part of the posterior internodal tract.", + meaning=CL["1000291"])) + setattr(cls, "CL:0009108", + PermissibleValue( + text="CL:0009108", + description="""A lymphatic endothelial cell located in the subcapsular sinus floor of a lymph node. In human, it's characterized by a unique marker expression (TNFRSF9+).""", + meaning=CL["0009108"])) + setattr(cls, "CL:1000301", + PermissibleValue( + text="CL:1000301", + description="A fibroblast that is part of the subepithelial connective tissue of prostatic gland.", + meaning=CL["1000301"])) + setattr(cls, "CL:0009065", + PermissibleValue( + text="CL:0009065", + description="An intestinal tuft cell that is located in the anorectum.", + meaning=CL["0009065"])) + setattr(cls, "CL:0000681", + PermissibleValue( + text="CL:0000681", + description="""A cell present in the developing CNS. Functions as both a precursor cell and as a scaffold to support neuronal migration.""", + meaning=CL["0000681"])) + setattr(cls, "CL:0002593", + PermissibleValue( + text="CL:0002593", + description="A smooth muscle of the internal thoracic artery.", + meaning=CL["0002593"])) + setattr(cls, "CL:4023112", + PermissibleValue( + text="CL:4023112", + description="""An afferent neuron of the vestibular system that innervate the base of the hair cell and increase or decrease their neural firing rate as the receptor cell is excited or inhibited.""", + meaning=CL["4023112"])) + setattr(cls, "CL:0002023", + PermissibleValue( + text="CL:0002023", + description="""A megakaroycotye progenitor cell that is CD34-positive, CD41-positive and CD42-positive on the cell surface.""", + meaning=CL["0002023"])) + setattr(cls, "CL:0000458", + PermissibleValue( + text="CL:0000458", + description="A cell type that secretes 5-Hydroxytryptamine (serotonin).", + meaning=CL["0000458"])) + setattr(cls, "CL:0002029", + PermissibleValue( + text="CL:0002029", + description="""A lineage-negative, Kit-positive, CD45-positive mast cell progenitor that is Fc-epsilon RIalpha-low.""", + meaning=CL["0002029"])) + setattr(cls, "CL:0000178", + PermissibleValue( + text="CL:0000178", + description="""A Leydig cell is a testosterone-secreting cell in the interstitial area, between the seminiferous tubules, in the testis.""", + meaning=CL["0000178"])) + setattr(cls, "CL:1000804", + PermissibleValue( + text="CL:1000804", + description="A kidney cell that is part of an interstitial compartment of an outer renal medulla.", + meaning=CL["1000804"])) + setattr(cls, "CL:0000384", + PermissibleValue( + text="CL:0000384", + meaning=CL["0000384"])) + setattr(cls, "CL:1000497", + PermissibleValue( + text="CL:1000497", + description="A cell that is part of a kidney.", + meaning=CL["1000497"])) + setattr(cls, "CL:0000949", + PermissibleValue( + text="CL:0000949", + description="""A plasmablast that secretes IgD, and which occur in a small proportion of B cells in the adult.""", + meaning=CL["0000949"])) + setattr(cls, "CL:0011019", + PermissibleValue( + text="CL:0011019", + description="A mesothelial cell that is part of the epicardium.", + meaning=CL["0011019"])) + setattr(cls, "CL:0000469", + PermissibleValue( + text="CL:0000469", + description="""A neural progenitor cell that is the daughter of a neuroblast (sensu arthopoda). The progeny of ganglion mother cells develop into neurons, glia and (occasionally) epithelial cells.""", + meaning=CL["0000469"])) + setattr(cls, "CL:4030060", + PermissibleValue( + text="CL:4030060", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 2.""", + meaning=CL["4030060"])) + setattr(cls, "CL:4030003", + PermissibleValue( + text="CL:4030003", + description="A cell that makes up the loose connective tissue of the thymus.", + meaning=CL["4030003"])) + setattr(cls, "CL:0002471", + PermissibleValue( + text="CL:0002471", + description="Gr1-low non-classical monocyte that lacks expression of a MHC-II complex.", + meaning=CL["0002471"])) + setattr(cls, "CL:2000042", + PermissibleValue( + text="CL:2000042", + description="Any fibroblast that is part of a embryo.", + meaning=CL["2000042"])) + setattr(cls, "CL:0000346", + PermissibleValue( + text="CL:0000346", + description="""A specialized mesenchymal cell that resides in the dermal papilla located at the bottom of hair follicles. This cell plays a pivotal roles in hair formation, growth, and cycling.""", + meaning=CL["0000346"])) + setattr(cls, "CL:1001571", + PermissibleValue( + text="CL:1001571", + description="A pyramidal neuron with a soma found in the hippocampus.", + meaning=CL["1001571"])) + setattr(cls, "CL:0002463", + PermissibleValue( + text="CL:0002463", + description="An adipose dendritic cell that is SIRPa-positive.", + meaning=CL["0002463"])) + setattr(cls, "CL:0000415", + PermissibleValue( + text="CL:0000415", + description="A cell whose nucleus has two haploid genomes.", + meaning=CL["0000415"])) + setattr(cls, "CL:0002507", + PermissibleValue( + text="CL:0002507", + description="""A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-positive, MHC-II-positive, and CD4-negative and CD8a-negative.""", + meaning=CL["0002507"])) + setattr(cls, "CL:0000210", + PermissibleValue( + text="CL:0000210", + description="A cell specialized to detect and transduce light.", + meaning=CL["0000210"])) + setattr(cls, "CL:0002036", + PermissibleValue( + text="CL:0002036", + description="""A hematopoietic progenitor that has some limited self-renewal capability. Cells are lin-negative, Kit-positive, CD34-positive, and Slamf1-positive.""", + meaning=CL["0002036"])) + setattr(cls, "CL:1000361", + PermissibleValue( + text="CL:1000361", + description="A transitional myocyte that is part of the interatrial septum.", + meaning=CL["1000361"])) + setattr(cls, "CL:0000101", + PermissibleValue( + text="CL:0000101", + description="Any neuron having a sensory function; an afferent neuron conveying sensory impulses.", + meaning=CL["0000101"])) + setattr(cls, "CL:1001220", + PermissibleValue( + text="CL:1001220", + description="Any endothelial cell that is part of some kidney arcuate vein.", + meaning=CL["1001220"])) + setattr(cls, "CL:0003033", + PermissibleValue( + text="CL:0003033", + description="""A monostratified retinal ganglion cell that has a large soma, a medium dendritic field with post synaptic terminals in sublaminar layer S3.""", + meaning=CL["0003033"])) + setattr(cls, "CL:0002351", + PermissibleValue( + text="CL:0002351", + description="""A progenitor cell that is able to differentiate into the pancreas alpha, beta and delta endocrine cells. This cell type expresses neurogenin-3 and Isl-1.""", + meaning=CL["0002351"])) + setattr(cls, "CL:0000725", + PermissibleValue( + text="CL:0000725", + description="Any cell that is capable of some nitrogen fixation.", + meaning=CL["0000725"])) + setattr(cls, "CL:1001209", + PermissibleValue( + text="CL:1001209", + description="""Any vasa recta ascending limb cell that is part of some inner medulla vasa recta ascending limb.""", + meaning=CL["1001209"])) + setattr(cls, "CL:0002002", + PermissibleValue( + text="CL:0002002", + description="""A granulocyte monocyte progenitor that is Kit-positive, CD34-positive, Fc-gamma receptor II/II-positive, and is Sca-1-negative, Il7ra-negative, Cxc3r1-negative, and CD90-negative.""", + meaning=CL["0002002"])) + setattr(cls, "CL:0000529", + PermissibleValue( + text="CL:0000529", + meaning=CL["0000529"])) + setattr(cls, "CL:0002678", + PermissibleValue( + text="CL:0002678", + description="""A CD4-positive, CD25-positive alpha-beta regulatory T cell that has encountered antigen.""", + meaning=CL["0002678"])) + setattr(cls, "CL:0000764", + PermissibleValue( + text="CL:0000764", + description="A immature or mature cell in the lineage leading to and including erythrocytes.", + meaning=CL["0000764"])) + setattr(cls, "CL:4023060", + PermissibleValue( + text="CL:4023060", + description="A neuron that has its soma located in CA1-3 of the hippocampus.", + meaning=CL["4023060"])) + setattr(cls, "CL:0009021", + PermissibleValue( + text="CL:0009021", + description="A stromal cell found in the lamina propria of the large intestine.", + meaning=CL["0009021"])) + setattr(cls, "CL:2000074", + PermissibleValue( + text="CL:2000074", + description="Any leukocyte that is part of a spleen.", + meaning=CL["2000074"])) + setattr(cls, "CL:0009104", + PermissibleValue( + text="CL:0009104", + description="""A fibroblastic reticular cell found in the lymph node germinal center dark zone (B cell zone).""", + meaning=CL["0009104"])) + setattr(cls, "CL:1000397", + PermissibleValue( + text="CL:1000397", + description="An endothelial cell that is part of the venous sinus of red pulp of spleen.", + meaning=CL["1000397"])) + setattr(cls, "CL:0001017", + PermissibleValue( + text="CL:0001017", + description="""Mature CD1a-positive Langerhans cell is a CD1a-positive Langerhans cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001017"])) + setattr(cls, "CL:0004236", + PermissibleValue( + text="CL:0004236", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004236"])) + setattr(cls, "CL:4042012", + PermissibleValue( + text="CL:4042012", + description="""An L2 intratelencephalic projecting glutamatergic neuron with a soma on the L1-L2 border. This neuron type has small apical dendrites projecting to L1.""", + meaning=CL["4042012"])) + setattr(cls, "CL:1001591", + PermissibleValue( + text="CL:1001591", + description="Glandular cell of oviduct epithelium. Example: peg cells, ciliated cells.", + meaning=CL["1001591"])) + setattr(cls, "CL:0000676", + PermissibleValue( + text="CL:0000676", + meaning=CL["0000676"])) + setattr(cls, "CL:2000067", + PermissibleValue( + text="CL:2000067", + description="Any fibroblast that is part of a cardiac atrium.", + meaning=CL["2000067"])) + setattr(cls, "CL:0001074", + PermissibleValue( + text="CL:0001074", + description="""An innate lymphoid cell precursor in the human with the phenotype CD34-positive, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.""", + meaning=CL["0001074"])) + setattr(cls, "CL:0000843", + PermissibleValue( + text="CL:0000843", + description="""A resting mature B cell that has the phenotype IgM-positive, IgD-positive, CD23-positive and CD21-positive, and found in the B cell follicles of the white pulp of the spleen or the corticol areas of the peripheral lymph nodes. This cell type is also described as being CD19-positive, B220-positive, AA4-negative, CD43-negative, and CD5-negative.""", + meaning=CL["0000843"])) + setattr(cls, "CL:0002261", + PermissibleValue( + text="CL:0002261", + description="An endothelial cell found in the mucosa associated with the facial skeleton.", + meaning=CL["0002261"])) + setattr(cls, "CL:0000942", + PermissibleValue( + text="CL:0000942", + description="""A plasmacytoid dendritic cell developing in the thymus with phenotype CD11c-negative or low, CD45RA-positive, CD11b-negative, and CD123-positive.""", + meaning=CL["0000942"])) + setattr(cls, "CL:4030009", + PermissibleValue( + text="CL:4030009", + description="""A brush border cell that is part of segment 1 (S1) of the proximal tubule epithelium, located in the renal cortex.""", + meaning=CL["4030009"])) + setattr(cls, "CL:0002362", + PermissibleValue( + text="CL:0002362", + description="""A cell located in the outermost proliferative zone of the external germinal layer that can differentiate into astroglial cells and granule cells. This cell type is glial fibrillary acidic protein-positive and HNK1-positive.""", + meaning=CL["0002362"])) + setattr(cls, "CL:1000617", + PermissibleValue( + text="CL:1000617", + description="Any kidney medulla cell that is part of some inner medulla of kidney.", + meaning=CL["1000617"])) + setattr(cls, "CL:0002380", + PermissibleValue( + text="CL:0002380", + description="An asexual spore formed by Oomycetes; formed upon fertilization of an oosphere.", + meaning=CL["0002380"])) + setattr(cls, "CL:4040001", + PermissibleValue( + text="CL:4040001", + description="""A horse-specific, highly invasive trophoblast cell that invades the endometrium where it forms endometrial cups.""", + meaning=CL["4040001"])) + setattr(cls, "CL:0000163", + PermissibleValue( + text="CL:0000163", + description="""A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions.""", + meaning=CL["0000163"])) + setattr(cls, "CL:0000634", + PermissibleValue( + text="CL:0000634", + description="""A cuboidal cell which along with Boettcher's cells form the floor of the external spiral sulcus, external to the organ of Corti.""", + meaning=CL["0000634"])) + setattr(cls, "CL:0003041", + PermissibleValue( + text="CL:0003041", + description="""An M9 retinal ganglion cells with synaptic terminals in S2 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003041"])) + setattr(cls, "CL:0000905", + PermissibleValue( + text="CL:0000905", + description="""CD4-positive, alpha-beta memory T cell with the phenotype CCR7-negative, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000905"])) + setattr(cls, "CL:4023128", + PermissibleValue( + text="CL:4023128", + description="""a KNDy neuron that is located in the rostral periventricular region of the third ventricle.""", + meaning=CL["4023128"])) + setattr(cls, "CL:0000951", + PermissibleValue( + text="CL:0000951", + description="A short lived plasma cell that secretes IgE.", + meaning=CL["0000951"])) + setattr(cls, "CL:0000607", + PermissibleValue( + text="CL:0000607", + description="""A thick walled spore that stores and protects one or more nuclei following sexual reproduction in an Ascomycete.""", + meaning=CL["0000607"])) + setattr(cls, "CL:0000145", + PermissibleValue( + text="CL:0000145", + description="""A cell capable of processing and presenting lipid and protein antigens to T cells in order to initiate an immune response.""", + meaning=CL["0000145"])) + setattr(cls, "CL:0000805", + PermissibleValue( + text="CL:0000805", + description="""A thymocyte that has the phenotype CD4-negative, CD8-positive, CD44-negative, CD25-negative, and pre-TCR-positive.""", + meaning=CL["0000805"])) + setattr(cls, "CL:4030001", + PermissibleValue( + text="CL:4030001", + description="A stromal cell that is part of the thymus.", + meaning=CL["4030001"])) + setattr(cls, "CL:0002252", + PermissibleValue( + text="CL:0002252", + description="An epithelial cell of the esophagus.", + meaning=CL["0002252"])) + setattr(cls, "CL:0009003", + PermissibleValue( + text="CL:0009003", + description="Any cell in the midgut (middle subdivision of a digestive tract) of an insect larva.", + meaning=CL["0009003"])) + setattr(cls, "CL:0002197", + PermissibleValue( + text="CL:0002197", + description="""A parathyroid chief cell that is not actively secreting hormone. Contains small Golgi complexes with only a few grouped vesicles and membrane-bound secretory granules; glycogen and many lipofuscin granules abound but sacs of granular endoplasmic reticulum are rare and dispersed. In normal humans, inactive chief cells out number active chief cells in a ratio of 3-5:1.""", + meaning=CL["0002197"])) + setattr(cls, "CL:0007018", + PermissibleValue( + text="CL:0007018", + description="Ciliated cell of the embryonic epidermis and functions in embryonic movements.", + meaning=CL["0007018"])) + setattr(cls, "CL:0008021", + PermissibleValue( + text="CL:0008021", + description="Any neuron that has its soma located in some anterior lateral line ganglion.", + meaning=CL["0008021"])) + setattr(cls, "CL:0000886", + PermissibleValue( + text="CL:0000886", + description="""A mucosa-associated lymphoid tissue macrophage found in the nasal and bronchial mucosa-associated lymphoid tissues.""", + meaning=CL["0000886"])) + setattr(cls, "CL:0002241", + PermissibleValue( + text="CL:0002241", + description="""A fibroblasts found in interstitial spaces in the pulmonary tract. Greater numbers of these cells are found in idiopathic pulmonary fibrosis.""", + meaning=CL["0002241"])) + setattr(cls, "CL:0000135", + PermissibleValue( + text="CL:0000135", + description="""An inactive fibroblast; cytoplasm is sparse, endoplasmic reticulum is scanty with flattened nucleus. Term used by some histologists; when fibroblasts become relatively inactive in fiber formation. However, this cell has the potential for fibrogenesis in quiescent connective tissue of the adult, as well as during development, other histologists prefer to use the term fibroblast in all circumstances. These cells represent ~0.5% of peripheral blood leukocytes.""", + meaning=CL["0000135"])) + setattr(cls, "CL:0004218", + PermissibleValue( + text="CL:0004218", + description="A horizontal cell with a small cell body, thin dendrites, and small dendritic arbor.", + meaning=CL["0004218"])) + setattr(cls, "CL:0000005", + PermissibleValue( + text="CL:0000005", + description="Any fibroblast that is derived from the neural crest.", + meaning=CL["0000005"])) + setattr(cls, "CL:0009093", + PermissibleValue( + text="CL:0009093", + description="A smooth muscle cell that is part of a placenta.", + meaning=CL["0009093"])) + setattr(cls, "CL:0000686", + PermissibleValue( + text="CL:0000686", + description="A columnar/cuboidal epithelial cell that secretes cerebrospinal fluid.", + meaning=CL["0000686"])) + setattr(cls, "CL:0000081", + PermissibleValue( + text="CL:0000081", + description="A cell found predominately in the blood.", + meaning=CL["0000081"])) + setattr(cls, "CL:4023079", + PermissibleValue( + text="CL:4023079", + description="A GABAergic inhibitory neuron that is derived from the midbrain.", + meaning=CL["4023079"])) + setattr(cls, "CL:0000907", + PermissibleValue( + text="CL:0000907", + description="""CD8-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000907"])) + setattr(cls, "CL:1001578", + PermissibleValue( + text="CL:1001578", + description="Squamous cell of vaginal epithelium.", + meaning=CL["1001578"])) + setattr(cls, "CL:0000850", + PermissibleValue( + text="CL:0000850", + description="A neuron that releases serotonin as a neurotransmitter.", + meaning=CL["0000850"])) + setattr(cls, "CL:0001054", + PermissibleValue( + text="CL:0001054", + description="""A monocyte that expresses CD14 and is negative for the lineage markers CD3, CD19, and CD20.""", + meaning=CL["0001054"])) + setattr(cls, "CL:0008015", + PermissibleValue( + text="CL:0008015", + description="A motor neuron that is capable of directly inhibiting muscle contraction.", + meaning=CL["0008015"])) + setattr(cls, "CL:4033049", + PermissibleValue( + text="CL:4033049", + description="A taste receptor cell that is part of a taste bud of a tongue.", + meaning=CL["4033049"])) + setattr(cls, "CL:0000788", + PermissibleValue( + text="CL:0000788", + description="""A naive B cell is a mature B cell that has the phenotype surface IgD-positive, surface IgM-positive, CD20-positive, CD27-negative and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0000788"])) + setattr(cls, "CL:0002239", + PermissibleValue( + text="CL:0002239", + description="A primordial cell from which an oocyte (ovum) ultimately is developed.", + meaning=CL["0002239"])) + setattr(cls, "CL:0000513", + PermissibleValue( + text="CL:0000513", + description="A precursor cell destined to differentiate into cardiac muscle cell.", + meaning=CL["0000513"])) + setattr(cls, "CL:0000592", + PermissibleValue( + text="CL:0000592", + description="""A large, progesterone secreting cell in the corpus luteum that develops from the granulosa cells.""", + meaning=CL["0000592"])) + setattr(cls, "CL:4023129", + PermissibleValue( + text="CL:4023129", + description="A retinal cell that is immature or undifferentiated.", + meaning=CL["4023129"])) + setattr(cls, "CL:4023019", + PermissibleValue( + text="CL:4023019", + description="""A vip GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.""", + meaning=CL["4023019"])) + setattr(cls, "CL:0000404", + PermissibleValue( + text="CL:0000404", + description="A cell that initiates an electrical signal and passes that signal to another cell.", + meaning=CL["0000404"])) + setattr(cls, "CL:0002545", + PermissibleValue( + text="CL:0002545", + description="An endothelial cell that is part of the thoracic endothelium.", + meaning=CL["0002545"])) + setattr(cls, "CL:0007023", + PermissibleValue( + text="CL:0007023", + description="Epidermal cell rich in mitochondria. In amphibians, appears during metamorphosis.", + meaning=CL["0007023"])) + setattr(cls, "CL:0000200", + PermissibleValue( + text="CL:0000200", + description="""Any neuron that is capable of some detection of mechanical stimulus involved in sensory perception of touch.""", + meaning=CL["0000200"])) + setattr(cls, "CL:2000076", + PermissibleValue( + text="CL:2000076", + description="Any vein endothelial cell that is part of a hindlimb stylopod.", + meaning=CL["2000076"])) + setattr(cls, "CL:0000910", + PermissibleValue( + text="CL:0000910", + description="""A mature T cell that differentiated and acquired cytotoxic function with the phenotype perforin-positive and granzyme-B positive.""", + meaning=CL["0000910"])) + setattr(cls, "CL:0002524", + PermissibleValue( + text="CL:0002524", + description="""A disseminated nephrocyte is a nephrocyte that filters hemolymph and is found at scattered locations in the fat body or other tissues.""", + meaning=CL["0002524"])) + setattr(cls, "CL:0000715", + PermissibleValue( + text="CL:0000715", + description="A crystal cell that derives from the embryonic head mesoderm.", + meaning=CL["0000715"])) + setattr(cls, "CL:0000875", + PermissibleValue( + text="CL:0000875", + description="""A type of monocyte characterized by low expression of CCR2, low responsiveness to monocyte chemoattractant CCL2/MCP1, low phagocytic activity, and decrease size relative to classical monocytes, but increased co-stimulatory activity. May also play a role in tissue repair.""", + meaning=CL["0000875"])) + setattr(cls, "CL:0002332", + PermissibleValue( + text="CL:0002332", + description="A ciliated cell of the bronchus.", + meaning=CL["0002332"])) + setattr(cls, "CL:0009110", + PermissibleValue( + text="CL:0009110", + description="A lymphatic endothelial cell located in the ceiling part of a lymph node medulla.", + meaning=CL["0009110"])) + setattr(cls, "CL:0002485", + PermissibleValue( + text="CL:0002485", + description="""A melanocyte of the retina. This cell type is distinct from pigmented retinal epithelium.""", + meaning=CL["0002485"])) + setattr(cls, "CL:1001135", + PermissibleValue( + text="CL:1001135", + description="Any kidney cortex artery cell that is part of some kidney arcuate artery.", + meaning=CL["1001135"])) + setattr(cls, "CL:0002467", + PermissibleValue( + text="CL:0002467", + description="A myeloid suppressor cell that is Gr1-high and CD11c-negative.", + meaning=CL["0002467"])) + setattr(cls, "CL:0009076", + PermissibleValue( + text="CL:0009076", + description="A thymic medullary epithelial cell that expresses neuroendocrine biomarkers.", + meaning=CL["0009076"])) + setattr(cls, "CL:0004161", + PermissibleValue( + text="CL:0004161", + description="""A cone whose sensitivity measurements have an average spectral peak of 510 nm. These cones are described in rat.""", + meaning=CL["0004161"])) + setattr(cls, "CL:0000380", + PermissibleValue( + text="CL:0000380", + description="""The support cell that makes the thecogen dendritic cap - a cuticle-like matrix around the tip of the eo-dendrite and which encloses the soma of the eo-neuron.""", + meaning=CL["0000380"])) + setattr(cls, "CL:0000301", + PermissibleValue( + text="CL:0000301", + description="""A primordial germ cell of insects. Such cells form at the posterior pole of the early embryo.""", + meaning=CL["0000301"])) + setattr(cls, "CL:4030012", + PermissibleValue( + text="CL:4030012", + description="""Epithelial cell of the descending thin limb of the short loop (cortical) nephron limited to the outer medulla (mainly inner strip). It is known in some mammalian species that the short descending limb of the loop of Henle selectively expresses the serine protease Corin, the homeobox TF Uncx, and the urea channel Slc14a2.""", + meaning=CL["4030012"])) + setattr(cls, "CL:1000348", + PermissibleValue( + text="CL:1000348", + description="A basal cell that is part of the epithelium of trachea.", + meaning=CL["1000348"])) + setattr(cls, "CL:0000441", + PermissibleValue( + text="CL:0000441", + description="""A stem cell that gives rise to the follicle cells that surround the oocyte in female arthropods.""", + meaning=CL["0000441"])) + setattr(cls, "CL:4023118", + PermissibleValue( + text="CL:4023118", + description="""A sst GABAergic interneuron does not have Martinotti morphology with a soma found in L5/6 of the cerebral cortex.""", + meaning=CL["4023118"])) + setattr(cls, "CL:4023053", + PermissibleValue( + text="CL:4023053", + description="A Betz cell that syanpses with spinal interneurons.", + meaning=CL["4023053"])) + setattr(cls, "CL:0002393", + PermissibleValue( + text="CL:0002393", + description="A monocyte that has characteristics of both patrolling and inflammatory monocytes.", + meaning=CL["0002393"])) + setattr(cls, "CL:0010015", + PermissibleValue( + text="CL:0010015", + description="""A highly specialized cell type exclusive to and forming neuroepithelium of the Saccus vasculosus, covering the caudal diverticulum of the infundibular recess.""", + meaning=CL["0010015"])) + setattr(cls, "CL:0002454", + PermissibleValue( + text="CL:0002454", + description="""Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell is a conventional dendritic cell that is CD11b-positive, CD4-negative, CD8_alpha-negative and is CD205-positive.""", + meaning=CL["0002454"])) + setattr(cls, "CL:1001596", + PermissibleValue( + text="CL:1001596", + description="""Glandular cell of salivary gland. Example: Serous cells, mucous cells, cuboidal epithelial cells of the intercalated ducts, simple cuboidal epithelium of the striated ducts, epithelial cells of excretory ducts.""", + meaning=CL["1001596"])) + setattr(cls, "CL:1000357", + PermissibleValue( + text="CL:1000357", + description="A M cell that is part of the epithelium proper of jejunum.", + meaning=CL["1000357"])) + setattr(cls, "CL:0002133", + PermissibleValue( + text="CL:0002133", + description="A stromal cell of the ovarian cortex.", + meaning=CL["0002133"])) + setattr(cls, "CL:0007005", + PermissibleValue( + text="CL:0007005", + description="Cell that is part of the notochord.", + meaning=CL["0007005"])) + setattr(cls, "CL:0000837", + PermissibleValue( + text="CL:0000837", + description="""A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans.""", + meaning=CL["0000837"])) + setattr(cls, "CL:0002304", + PermissibleValue( + text="CL:0002304", + description="""A cell that is part of non-pigmented ciliary epithelium. This cell type participates in aqueous humor formation by releasing solute, principally sodium and chloride ions received from pigmented epithelial cells via gap junctions, into the aqueous humor of the eye.""", + meaning=CL["0002304"])) + setattr(cls, "CL:0002395", + PermissibleValue( + text="CL:0002395", + description="""A resident monocyte that is Gr-1 high, CD43-negative, CX3CR1-negative, CD115-positive, and B220-negative.""", + meaning=CL["0002395"])) + setattr(cls, "CL:0000784", + PermissibleValue( + text="CL:0000784", + description="""A dendritic cell type of distinct morphology, localization, and surface marker expression (CD123-positive) from other dendritic cell types and associated with early stage immune responses, particularly the release of physiologically abundant amounts of type I interferons in response to infection.""", + meaning=CL["0000784"])) + setattr(cls, "CL:0002215", + PermissibleValue( + text="CL:0002215", + description="""A type II muscle cell that contains a low content of myoglobin, relatively few mitochondria, relatively few blood capillaries and large amounts of glycogen. Type II B fibres are white, geared to generate ATP by anaerobic metabolic processes, not able to supply skeletal muscle fibres continuously with sufficient ATP, fatigue easily, split ATP at a fast rate and have a fast contraction velocity.""", + meaning=CL["0002215"])) + setattr(cls, "CL:0002200", + PermissibleValue( + text="CL:0002200", + description="An oncocyte located in the thyroid.", + meaning=CL["0002200"])) + setattr(cls, "CL:0017010", + PermissibleValue( + text="CL:0017010", + description="A hillock cell that is part of the urethra.", + meaning=CL["0017010"])) + setattr(cls, "CL:0000152", + PermissibleValue( + text="CL:0000152", + description="A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct.", + meaning=CL["0000152"])) + setattr(cls, "CL:1001213", + PermissibleValue( + text="CL:1001213", + description="Any endothelial cell that is part of some kidney arcuate artery.", + meaning=CL["1001213"])) + setattr(cls, "CL:0000117", + PermissibleValue( + text="CL:0000117", + meaning=CL["0000117"])) + setattr(cls, "CL:4042010", + PermissibleValue( + text="CL:4042010", + description="""An interlaminar astrocyte whose soma is part of the first layer of a neocortex and is in contact with a pia surface.""", + meaning=CL["4042010"])) + setattr(cls, "CL:0000783", + PermissibleValue( + text="CL:0000783", + description="A phagocyte formed by the fusion of mononuclear phagocytes.", + meaning=CL["0000783"])) + setattr(cls, "CL:0009014", + PermissibleValue( + text="CL:0009014", + description="""A lymphocyte that is part of a Peyer's patch. These cells have a major role in driving the immune response to antigens sampled from the intestinal lumen, and in regulating the formation of follicle-associated epithelium and M cells in Peyer's patches by converting intestitial enterocytes into M cells.""", + meaning=CL["0009014"])) + setattr(cls, "CL:0003007", + PermissibleValue( + text="CL:0003007", + description="""A G4 retinal ganglion cell that has post sympatic terminals in sublaminar layers S2 and S3 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003007"])) + setattr(cls, "CL:0000931", + PermissibleValue( + text="CL:0000931", + description="""A type II NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000931"])) + setattr(cls, "CL:0009040", + PermissibleValue( + text="CL:0009040", + description="A stromal cell found in the lamina propria of the colon.", + meaning=CL["0009040"])) + setattr(cls, "CL:0000868", + PermissibleValue( + text="CL:0000868", + description="A secondary lymphoid organ macrophage found in a lymph node. This cell is CD169-high.", + meaning=CL["0000868"])) + setattr(cls, "CL:0000390", + PermissibleValue( + text="CL:0000390", + meaning=CL["0000390"])) + setattr(cls, "CL:1000425", + PermissibleValue( + text="CL:1000425", + description="A chromaffin cell that is part of the paraganglion.", + meaning=CL["1000425"])) + setattr(cls, "CL:2000058", + PermissibleValue( + text="CL:2000058", + description="Any osteoblast that is part of a skull.", + meaning=CL["2000058"])) + setattr(cls, "CL:4023026", + PermissibleValue( + text="CL:4023026", + description="""A medium spiny neuron that expresses dopamine type 1 receptors and projects to the globus pallidus internus or the substantia nigra pars reticulata.""", + meaning=CL["4023026"])) + setattr(cls, "CL:0011021", + PermissibleValue( + text="CL:0011021", + description="A fibroblast that is part of upper back skin.", + meaning=CL["0011021"])) + setattr(cls, "CL:1000382", + PermissibleValue( + text="CL:1000382", + description="A type II vestibular sensory cell that is part of the stato-acoustic epithelium.", + meaning=CL["1000382"])) + setattr(cls, "CL:4023002", + PermissibleValue( + text="CL:4023002", + description="A beta motor neuron that innervates the nuclear bag fibers of muscle spindles.", + meaning=CL["4023002"])) + setattr(cls, "CL:2000012", + PermissibleValue( + text="CL:2000012", + description="Any skin fibroblast that is part of a pedal digit skin.", + meaning=CL["2000012"])) + setattr(cls, "CL:0000960", + PermissibleValue( + text="CL:0000960", + description="""A transitional stage B cell that expresses surface IgM and IgD, and CD62L. This cell type appears to be an anergic B cell that does not proliferate upon BCR signaling, is found in the spleen and lymph nodes, and has the phenotype surface IgM-positive, surface IgD-positive, CD21-positive, CD23-positive, CD62L-positive, and CD93-positive. This cell type has also been described as IgM-low, CD19-positive, B220-positive, AA4-positive, and CD23-positive (i.e. this cell-type is distinguished from T2 cells by surface expression of IgM).""", + meaning=CL["0000960"])) + setattr(cls, "CL:2000059", + PermissibleValue( + text="CL:2000059", + description="Any microvascular endothelial cell that is part of a prostate gland.", + meaning=CL["2000059"])) + setattr(cls, "CL:0002297", + PermissibleValue( + text="CL:0002297", + description="""A thymic epithelial cell with moderate nuclear and cytoplasmic electron-density. Scattered in the cortex, this cell type is predominant in the mid and deep cortex.""", + meaning=CL["0002297"])) + setattr(cls, "CL:0000575", + PermissibleValue( + text="CL:0000575", + description="An epithelial cell of the cornea.", + meaning=CL["0000575"])) + setattr(cls, "CL:0000923", + PermissibleValue( + text="CL:0000923", + description="A type I NK T cell that has the phenotype CD4-positive.", + meaning=CL["0000923"])) + setattr(cls, "CL:0000482", + PermissibleValue( + text="CL:0000482", + description="An endocrine cell that secretes juvenile hormone.", + meaning=CL["0000482"])) + setattr(cls, "CL:0002364", + PermissibleValue( + text="CL:0002364", + description="""An epithelial cell of the cortical portion of the thymus. Epithelial cells in this region are required for positive selection of CD8-positive T cells.""", + meaning=CL["0002364"])) + setattr(cls, "CL:0007009", + PermissibleValue( + text="CL:0007009", + description="""Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells.""", + meaning=CL["0007009"])) + setattr(cls, "CL:0000828", + PermissibleValue( + text="CL:0000828", + description="""A progenitor cell of the thrombocyte, a nucleated blood cell involved in coagulation typically seen in birds and other non-mammalian vertebrates.""", + meaning=CL["0000828"])) + setattr(cls, "CL:0002114", + PermissibleValue( + text="CL:0002114", + description="""A CD38-positive unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-positive, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002114"])) + setattr(cls, "CL:0000924", + PermissibleValue( + text="CL:0000924", + description="A type I NK T cell that has the phenotype CD4-negative and CD8-negative.", + meaning=CL["0000924"])) + setattr(cls, "CL:1000290", + PermissibleValue( + text="CL:1000290", + description="A muscle cell that is part of the middle internodal tract.", + meaning=CL["1000290"])) + setattr(cls, "CL:0002314", + PermissibleValue( + text="CL:0002314", + description="""An auditory epithelial support cell located in the vestibular epithelium that has many hallmarks of glial cells. This cell type express glial markers such as vimentin, S100, glutamate-aspartate transporter, low affinity neurotrophin receptor p75, glial fibrillary acidic protein, and proteolipid protein.""", + meaning=CL["0002314"])) + setattr(cls, "CL:1000287", + PermissibleValue( + text="CL:1000287", + description="A muscle cell that is part of the anterior internodal tract.", + meaning=CL["1000287"])) + setattr(cls, "CL:2000075", + PermissibleValue( + text="CL:2000075", + description="Any endodermal cell that is part of a anterior visceral endoderm.", + meaning=CL["2000075"])) + setattr(cls, "CL:0002077", + PermissibleValue( + text="CL:0002077", + description="An epithelial cell derived from ectoderm.", + meaning=CL["0002077"])) + setattr(cls, "CL:4028002", + PermissibleValue( + text="CL:4028002", + description="""An alveolar capillary endothelial cell that is located distally to alveolar capillary type 2 endothelial cells.""", + meaning=CL["4028002"])) + setattr(cls, "CL:0000187", + PermissibleValue( + text="CL:0000187", + description="""A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns.""", + meaning=CL["0000187"])) + setattr(cls, "CL:4040000", + PermissibleValue( + text="CL:4040000", + description="""A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.""", + meaning=CL["4040000"])) + setattr(cls, "CL:1000379", + PermissibleValue( + text="CL:1000379", + description="""A type I vestibular sensory cell that is part of the epithelium of macula of utricle of membranous labyrinth.""", + meaning=CL["1000379"])) + setattr(cls, "CL:0002360", + PermissibleValue( + text="CL:0002360", + description="""A hematopoietic stem cell from the aorta-gonad-mesonephros region of the developing embryo. First seen at E10.5 in mouse embryos. May give rise to fetal liver HSC.""", + meaning=CL["0002360"])) + setattr(cls, "CL:0004117", + PermissibleValue( + text="CL:0004117", + description="A monostratified retinal ganglion cell with large soma and large dendritic field.", + meaning=CL["0004117"])) + setattr(cls, "CL:0004213", + PermissibleValue( + text="CL:0004213", + description="A type of type 3 cone bipolar cell with distinctive curly dendrites.", + meaning=CL["0004213"])) + setattr(cls, "CL:1000699", + PermissibleValue( + text="CL:1000699", + description="A resident-dendritic cell that is part of a kidney.", + meaning=CL["1000699"])) + setattr(cls, "CL:0004251", + PermissibleValue( + text="CL:0004251", + description="An amicrine that has a narrow dendritic field.", + meaning=CL["0004251"])) + setattr(cls, "CL:0002505", + PermissibleValue( + text="CL:0002505", + description="""A CD11b-positive dendritic cell that is CD11b-high, CD45-positive, MHC-II-positive and CD103-negative.""", + meaning=CL["0002505"])) + setattr(cls, "CL:0001045", + PermissibleValue( + text="CL:0001045", + description="""A naive regulatory T cell with the phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-negative.""", + meaning=CL["0001045"])) + setattr(cls, "CL:0000756", + PermissibleValue( + text="CL:0000756", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The cell has a diffuse axon terminal with varicosities in sublaminae 1 and 2 of the inner plexiform layer.""", + meaning=CL["0000756"])) + setattr(cls, "CL:4030038", + PermissibleValue( + text="CL:4030038", + description="""A CD24-positive, CD-133-positive, vimentin-positive cell found scattered throughout a renal proximal tubule and that may participate in tubular regeneration. Compared to other proximal tubular cell types, this cell contains less cytoplasm, fewer mitochondria and no brush border.""", + meaning=CL["4030038"])) + setattr(cls, "CL:0002272", + PermissibleValue( + text="CL:0002272", + description="""A cell that secretes motilin, a gastric hormone that at low pH inhibits gastric motor activity, whereas at high pH has a stimulating effect.""", + meaning=CL["0002272"])) + setattr(cls, "CL:2000073", + PermissibleValue( + text="CL:2000073", + description="Any migratory neural crest cell that is part of a cardiac neural crest.", + meaning=CL["2000073"])) + setattr(cls, "CL:1001437", + PermissibleValue( + text="CL:1001437", + description="The subcutaneous mechanoreceptors that innervate vellus hairs.", + meaning=CL["1001437"])) + setattr(cls, "CL:0002418", + PermissibleValue( + text="CL:0002418", + description="""A pluripotent cell in the yolk sac that can give rise to mesenchymal cells including erythrocytes and endothelial cells.""", + meaning=CL["0002418"])) + setattr(cls, "CL:4023021", + PermissibleValue( + text="CL:4023021", + description="""A gamma motor neuron that innervates static nuclear bag fibers (bag2 fibers) and increases their firing, in response to an increase in the magnitude of change in length, and controls the static sensitivity of the stretch reflex.""", + meaning=CL["4023021"])) + setattr(cls, "CL:0000554", + PermissibleValue( + text="CL:0000554", + description="A peptide hormone secreting cell that secretes gastrin stimulating hormone.", + meaning=CL["0000554"])) + setattr(cls, "CL:4030027", + PermissibleValue( + text="CL:4030027", + description="An amacrine cell that uses GABA as a neurotransmitter.", + meaning=CL["4030027"])) + setattr(cls, "CL:0000524", + PermissibleValue( + text="CL:0000524", + description="A cell, usually of bacteria or yeast, which has partially lost its cell wall.", + meaning=CL["0000524"])) + setattr(cls, "CL:0000516", + PermissibleValue( + text="CL:0000516", + description="A non-neuronal cell that surrounds the neuronal cell bodies of the ganglia.", + meaning=CL["0000516"])) + setattr(cls, "CL:0002353", + PermissibleValue( + text="CL:0002353", + description="""A hematopoietic stem cell that resides in the fetal liver. In mice, this cell type is first observed at E10.5. This cell type is MHC-positive, HSA-positive, AA4.1-positive, CD45-positive, Sca-1 positive, CD150-positive, CD48-negative and CD244-negative.""", + meaning=CL["0002353"])) + setattr(cls, "CL:0001046", + PermissibleValue( + text="CL:0001046", + description="""A memory regulatory T cell with phenotype CD4-positive, CD25-positive, CD127lo, CCR4-positive, and CD45RO-positive.""", + meaning=CL["0001046"])) + setattr(cls, "CL:4033007", + PermissibleValue( + text="CL:4033007", + description="A(n) brush cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033007"])) + setattr(cls, "CL:0009039", + PermissibleValue( + text="CL:0009039", + description="A goblet cell that is located in the colon.", + meaning=CL["0009039"])) + setattr(cls, "CL:0002119", + PermissibleValue( + text="CL:0002119", + description="""A CD38-positive IgG-negative memory B cell is an IgG-negative class switched memory B cell that lacks IgG on the cell surface with the phenotype CD38-positive and IgG-negative.""", + meaning=CL["0002119"])) + setattr(cls, "CL:0005009", + PermissibleValue( + text="CL:0005009", + description="""A cuboidal epithelial cell of the kidney which regulates sodium and potassium balance. The activity of sodium and potassium channels on the apical membrane of the cell is regulated by aldosterone and vasopressin. In mammals this cell type is located in the renal collecting duct system.""", + meaning=CL["0005009"])) + setattr(cls, "CL:2000049", + PermissibleValue( + text="CL:2000049", + description="Any pyramidal cell that is part of a primary motor cortex.", + meaning=CL["2000049"])) + setattr(cls, "CL:0000799", + PermissibleValue( + text="CL:0000799", + description="A gamma-delta T cell that has an immature phenotype.", + meaning=CL["0000799"])) + setattr(cls, "CL:4033010", + PermissibleValue( + text="CL:4033010", + description="A(n) neuroendocrine cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033010"])) + setattr(cls, "CL:0007007", + PermissibleValue( + text="CL:0007007", + description="""Notochordal cell that is part of the outer epithelium of the notochord and surrounds the vacuolated notochord cells.""", + meaning=CL["0007007"])) + setattr(cls, "CL:0000541", + PermissibleValue( + text="CL:0000541", + description="A cell that originates from the neural crest and differentiates into a pigment cell.", + meaning=CL["0000541"])) + setattr(cls, "CL:0000564", + PermissibleValue( + text="CL:0000564", + description="""A promyelocyte committed to the neutrophil lineage. This cell type is GATA-1-positive, C/EBPa-positive, AML-1-positive, MPO-positive, has low expression of PU.1 transcription factor and lacks lactotransferrin expression.""", + meaning=CL["0000564"])) + setattr(cls, "CL:0000497", + PermissibleValue( + text="CL:0000497", + description="A photoreceptor cell that is sensitive to red light.", + meaning=CL["0000497"])) + setattr(cls, "CL:0003049", + PermissibleValue( + text="CL:0003049", + description="""A cone cell that detects medium wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 534-545 nm.""", + meaning=CL["0003049"])) + setattr(cls, "CL:0000556", + PermissibleValue( + text="CL:0000556", + description="""A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release.""", + meaning=CL["0000556"])) + setattr(cls, "CL:0000876", + PermissibleValue( + text="CL:0000876", + description="""A splenic macrophage found in the white pulp of the spleen. Markers include F4/80-negative, CD68-positive, and macrosialin-positive.""", + meaning=CL["0000876"])) + setattr(cls, "CL:0002399", + PermissibleValue( + text="CL:0002399", + description="A myeloid dendritic cell found in the blood that is CD1c-positive.", + meaning=CL["0002399"])) + setattr(cls, "CL:4023048", + PermissibleValue( + text="CL:4023048", + description="""An intratelencephalic-projecting glutamatergic with a soma located in upper L5 of the primary motor cortex. These cells have thin untufted apical dendrites.""", + meaning=CL["4023048"])) + setattr(cls, "CL:0009046", + PermissibleValue( + text="CL:0009046", + description="A T cell found in the lymph node medullary sinus.", + meaning=CL["0009046"])) + setattr(cls, "CL:1000298", + PermissibleValue( + text="CL:1000298", + description="A mesothelial cell that is part of the dura mater.", + meaning=CL["1000298"])) + setattr(cls, "CL:0008039", + PermissibleValue( + text="CL:0008039", + description="""The motor neurons of vertebrates that directly innervate skeletal muscles. They receive input from upper motor neurons.""", + meaning=CL["0008039"])) + setattr(cls, "CL:0000387", + PermissibleValue( + text="CL:0000387", + description="A blood cell of the circulatory system of arthropods.", + meaning=CL["0000387"])) + setattr(cls, "CL:1001609", + PermissibleValue( + text="CL:1001609", + description="Fibroblast from muscle organ.", + meaning=CL["1001609"])) + setattr(cls, "CL:1000601", + PermissibleValue( + text="CL:1000601", + description="Any cell that is part of some ureter.", + meaning=CL["1000601"])) + setattr(cls, "CL:0000140", + PermissibleValue( + text="CL:0000140", + description="""Skeletogenic cell that secretes dentine matrix, is derived from odontogenic papilla. Embedded in dentine tissue, and is the transformation of a non-terminally differentiated odontoblast cell.""", + meaning=CL["0000140"])) + setattr(cls, "CL:0000505", + PermissibleValue( + text="CL:0000505", + description="A peptide hormone secreting cell that secretes substance P.", + meaning=CL["0000505"])) + setattr(cls, "CL:4032001", + PermissibleValue( + text="CL:4032001", + description="A GABAergic interneuron located in the cerebral cortex that expresses reelin (rln).", + meaning=CL["4032001"])) + setattr(cls, "CL:0002434", + PermissibleValue( + text="CL:0002434", + description="""A CD8-positive, CD4-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.""", + meaning=CL["0002434"])) + setattr(cls, "CL:0000531", + PermissibleValue( + text="CL:0000531", + description="A primary neuron (sensu Teleostei) that has a sensory function.", + meaning=CL["0000531"])) + setattr(cls, "CL:1000278", + PermissibleValue( + text="CL:1000278", + description="A smooth muscle cell that is part of the ileum.", + meaning=CL["1000278"])) + setattr(cls, "CL:1001586", + PermissibleValue( + text="CL:1001586", + description="""Glandular cell of mammary epithelium. Example: glandular cells of large and intermediate ducts, glandular cells in terminal ducts.""", + meaning=CL["1001586"])) + setattr(cls, "CL:0001008", + PermissibleValue( + text="CL:0001008", + description="""A hematopoietic stem cell that has plasma membrane part Kit-positive, SCA-1-positive, CD150-positive and CD34-negative.""", + meaning=CL["0001008"])) + setattr(cls, "CL:0002166", + PermissibleValue( + text="CL:0002166", + description="""An epithelial cell that remains from the disintegration of the epithelial root sheath involved in the development of teeth.""", + meaning=CL["0002166"])) + setattr(cls, "CL:0000216", + PermissibleValue( + text="CL:0000216", + description="""A supporting cell projecting inward from the basement membrane of seminiferous tubules. They surround and nourish the developing male germ cells and secrete androgen binding protein. Their tight junctions with the spermatogonia and spermatocytes provide a blood-testis barrier.""", + meaning=CL["0000216"])) + setattr(cls, "CL:0002391", + PermissibleValue( + text="CL:0002391", + description="A blastoconidium that has more than one nucleus.", + meaning=CL["0002391"])) + setattr(cls, "CL:2000084", + PermissibleValue( + text="CL:2000084", + description="Any goblet cell that is part of a conjunctiva.", + meaning=CL["2000084"])) + setattr(cls, "CL:0011012", + PermissibleValue( + text="CL:0011012", + description="""A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells.""", + meaning=CL["0011012"])) + setattr(cls, "CL:0009028", + PermissibleValue( + text="CL:0009028", + description="""An intestinal crypt stem cell that is located in the vermiform appendix. These stem cells reside at the bottom of crypts in the appendix and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009028"])) + setattr(cls, "CL:0002196", + PermissibleValue( + text="CL:0002196", + description="""A transient hepatic stem cell observed after liver injury with a high nuclear to cytoplasm ratio that can differentiate into mature hepatocytes and bile duct cells. Arises from more than one tissue.""", + meaning=CL["0002196"])) + setattr(cls, "CL:0002072", + PermissibleValue( + text="CL:0002072", + description="""A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery.""", + meaning=CL["0002072"])) + setattr(cls, "CL:0002534", + PermissibleValue( + text="CL:0002534", + description="""A mature CD16-positive myeloid dendritic cell is CD80-high, CD83-positive, CD86-high, and MHCII-high.""", + meaning=CL["0002534"])) + setattr(cls, "CL:0000820", + PermissibleValue( + text="CL:0000820", + description="A B-1 B cell that has the phenotype CD5-positive.", + meaning=CL["0000820"])) + setattr(cls, "CL:0000038", + PermissibleValue( + text="CL:0000038", + description="A progenitor cell committed to the erythroid lineage.", + meaning=CL["0000038"])) + setattr(cls, "CL:0009094", + PermissibleValue( + text="CL:0009094", + description="An endothelial cell that is part of a hepatic portal vein.", + meaning=CL["0009094"])) + setattr(cls, "CL:4042002", + PermissibleValue( + text="CL:4042002", + description="""A nucleus accumbens shell and olfactory tubercle D1 medium spiny neuron that co-expresses TAC3 and the DRD1 receptor.""", + meaning=CL["4042002"])) + setattr(cls, "CL:0000452", + PermissibleValue( + text="CL:0000452", + meaning=CL["0000452"])) + setattr(cls, "CL:0000215", + PermissibleValue( + text="CL:0000215", + description="""A cell whose primary function is to prevent the transport of stuff across compartments.""", + meaning=CL["0000215"])) + setattr(cls, "CL:0002376", + PermissibleValue( + text="CL:0002376", + description="""A glial cell that ensheaths multiple small diameter axons in the peripheral nervous system. The non-myelinating Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. These cells can de-differentiate into immature Schwann cells.""", + meaning=CL["0002376"])) + setattr(cls, "CL:0002495", + PermissibleValue( + text="CL:0002495", + description="""A fetal and neonatal heart cell that undergoes proliferation and is not yet terminally differentiated into a binucleate or a multinucleate cardiac myocyte.""", + meaning=CL["0002495"])) + setattr(cls, "CL:0000773", + PermissibleValue( + text="CL:0000773", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a eosinophilic myelocyte and a band form eosinophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are integrin alpha-M-positive, fucosyltransferase FUT4-positive, low affinity immunoglobulin gamma Fc region receptor III-positive, CD33-positive, CD24-positive and aminopeptidase N-negative.""", + meaning=CL["0000773"])) + setattr(cls, "CL:0000393", + PermissibleValue( + text="CL:0000393", + description="A cell whose function is determined by its response to an electric signal.", + meaning=CL["0000393"])) + setattr(cls, "CL:1000450", + PermissibleValue( + text="CL:1000450", + description="An epithelial cell that is part of the glomerular capsule.", + meaning=CL["1000450"])) + setattr(cls, "CL:1001287", + PermissibleValue( + text="CL:1001287", + description="""Any vasa recta descending limb cell that is part of some outer medulla vasa recta descending limb.""", + meaning=CL["1001287"])) + setattr(cls, "CL:0009056", + PermissibleValue( + text="CL:0009056", + description="A transit amplifying cell that is located in the anorectum.", + meaning=CL["0009056"])) + setattr(cls, "CL:0000934", + PermissibleValue( + text="CL:0000934", + description="A CD4-positive, alpha-beta T cell that has cytotoxic function.", + meaning=CL["0000934"])) + setattr(cls, "CL:0000771", + PermissibleValue( + text="CL:0000771", + description="""Any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin. Eosinophils are CD9-positive, CD191-positive, and CD193-positive.""", + meaning=CL["0000771"])) + setattr(cls, "CL:0003046", + PermissibleValue( + text="CL:0003046", + description="""A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S2 and S4.""", + meaning=CL["0003046"])) + setattr(cls, "CL:4023017", + PermissibleValue( + text="CL:4023017", + description="A GABAergic neuron located in the cerebral cortex that expresses somatostatin (sst)", + meaning=CL["4023017"])) + setattr(cls, "CL:0002591", + PermissibleValue( + text="CL:0002591", + description="A smooth muscle of the pulmonary artery.", + meaning=CL["0002591"])) + setattr(cls, "CL:0002423", + PermissibleValue( + text="CL:0002423", + description="A DN2 thymocyte that is Kit-hi.", + meaning=CL["0002423"])) + setattr(cls, "CL:0000697", + PermissibleValue( + text="CL:0000697", + meaning=CL["0000697"])) + setattr(cls, "CL:0000856", + PermissibleValue( + text="CL:0000856", + description="""Neuromast hair cell is a hair cell that acts as a sensory receptor of the neuromast; it is morphologically polarized as a result of the relative position of the single kinocilium and the clusters of stereocilia on its apical surface.""", + meaning=CL["0000856"])) + setattr(cls, "CL:2000057", + PermissibleValue( + text="CL:2000057", + description="Any osteoblast that is part of a femur.", + meaning=CL["2000057"])) + setattr(cls, "CL:1000436", + PermissibleValue( + text="CL:1000436", + description="An epithelial cell that is part of the lacrimal sac.", + meaning=CL["1000436"])) + setattr(cls, "CL:0000062", + PermissibleValue( + text="CL:0000062", + description="""Skeletogenic cell that secretes osteoid, is capable of producing mineralized (hydroxyapatite) matrix, is located adjacent to or within osteoid tissue, and arises from the transformation of a preosteoblast cell.""", + meaning=CL["0000062"])) + setattr(cls, "CL:2000063", + PermissibleValue( + text="CL:2000063", + description="Any fibroblast that is part of a female gonad.", + meaning=CL["2000063"])) + setattr(cls, "CL:0000835", + PermissibleValue( + text="CL:0000835", + description="""The most primitive precursor in the granulocytic series, having fine, evenly distributed chromatin, several nucleoli, a high nuclear-to-cytoplasmic ration (5:1-7:1), and a nongranular basophilic cytoplasm. They reside in the bone marrow.""", + meaning=CL["0000835"])) + setattr(cls, "CL:4023086", + PermissibleValue( + text="CL:4023086", + description="""A Martinotti neuron that has axons that form a horizontal ramification, making it T-shaped.""", + meaning=CL["4023086"])) + setattr(cls, "CL:0002315", + PermissibleValue( + text="CL:0002315", + description="An epithelial supporting cell located in the cochlea.", + meaning=CL["0002315"])) + setattr(cls, "CL:0000658", + PermissibleValue( + text="CL:0000658", + description="An epithelial cell that secretes cuticle.", + meaning=CL["0000658"])) + setattr(cls, "CL:0000166", + PermissibleValue( + text="CL:0000166", + description="""A cell that stores epinephrine secretory vesicles. During times of stress, the nervous system signals the vesicles to secrete their hormonal content. Their name derives from their ability to stain a brownish color with chromic salts. Characteristically, they are located in the adrenal medulla and paraganglia of the sympathetic nervous system.""", + meaning=CL["0000166"])) + setattr(cls, "CL:0000419", + PermissibleValue( + text="CL:0000419", + description="An epithelial fate stem cell found in flatworms.", + meaning=CL["0000419"])) + setattr(cls, "CL:0000978", + PermissibleValue( + text="CL:0000978", + description="A short lived plasma cell that secretes IgM.", + meaning=CL["0000978"])) + setattr(cls, "CL:1000692", + PermissibleValue( + text="CL:1000692", + description="A fibroblast that is part of an interstitial compartment of a kidney.", + meaning=CL["1000692"])) + setattr(cls, "CL:0002624", + PermissibleValue( + text="CL:0002624", + description="A paneth cell of the appendix.", + meaning=CL["0002624"])) + setattr(cls, "CL:0009096", + PermissibleValue( + text="CL:0009096", + description="""Any cell that is part of the esophageal non-keratinized stratified squamous epithelium. In humans, the esophagus, which requires flexibility to accommodate swallowing of a bolus, is covered with a non-keratinized epithelium.""", + meaning=CL["0009096"])) + setattr(cls, "CL:1000369", + PermissibleValue( + text="CL:1000369", + description="""A transitional myocyte that is part of the septal division of left branch of atrioventricular bundle.""", + meaning=CL["1000369"])) + setattr(cls, "CL:4030022", + PermissibleValue( + text="CL:4030022", + description="A fibroblast that is located in the renal medulla interstitium.", + meaning=CL["4030022"])) + setattr(cls, "CL:0000115", + PermissibleValue( + text="CL:0000115", + description="""An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm.""", + meaning=CL["0000115"])) + setattr(cls, "CL:1000426", + PermissibleValue( + text="CL:1000426", + description="A chromaffin cell that is part of the adrenal gland.", + meaning=CL["1000426"])) + setattr(cls, "CL:0004121", + PermissibleValue( + text="CL:0004121", + description="""A retinal ganglion cell B that has a very small but very dense dendritic field, and has post synaptic terminals in S2.""", + meaning=CL["0004121"])) + setattr(cls, "CL:1000371", + PermissibleValue( + text="CL:1000371", + description="A transitional myocyte that is part of the right branch of atrioventricular bundle.", + meaning=CL["1000371"])) + setattr(cls, "CL:0009102", + PermissibleValue( + text="CL:0009102", + description="""A specialized, fibroblastic reticular cell of mesenchymal origin found in lymph nodes. In human, it expresses several markers common to myofibroblasts (desmin, vimentin, CD73, CD90, α-smooth muscle actin (αSMA)), and can be differentiated from endothelial cells by its lack of CD31 expression. These cells are critical for the overall organization and function of the lymph node. Lymph node fibroblastic reticular cells (FRCs) can be further classified based on their location, function, and unique marker expression.""", + meaning=CL["0009102"])) + setattr(cls, "CL:0002635", + PermissibleValue( + text="CL:0002635", + description="A nonkeratinized epithelial cell of the anal canal.", + meaning=CL["0002635"])) + setattr(cls, "CL:0002189", + PermissibleValue( + text="CL:0002189", + description="""A keratinocyte of the epidermis that is characterized by containing granules of keratohyalin and lamellar granules.""", + meaning=CL["0002189"])) + setattr(cls, "CL:0000042", + PermissibleValue( + text="CL:0000042", + description="""A myeloblast committed to the neutrophil lineage. This cell type is GATA-1 positive, C/EBPa-positive, AML-1-positive, c-myb-positive and has low expression of PU.1 transcription factor.""", + meaning=CL["0000042"])) + setattr(cls, "CL:4033044", + PermissibleValue( + text="CL:4033044", + description="""An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis.""", + meaning=CL["4033044"])) + setattr(cls, "CL:0000520", + PermissibleValue( + text="CL:0000520", + meaning=CL["0000520"])) + setattr(cls, "CL:1000341", + PermissibleValue( + text="CL:1000341", + description="An enterocyte that is part of the epithelium proper of jejunum.", + meaning=CL["1000341"])) + setattr(cls, "CL:0000950", + PermissibleValue( + text="CL:0000950", + description="A plasmablast that secretes IgE.", + meaning=CL["0000950"])) + setattr(cls, "CL:0000049", + PermissibleValue( + text="CL:0000049", + description="""A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages.""", + meaning=CL["0000049"])) + setattr(cls, "CL:0000831", + PermissibleValue( + text="CL:0000831", + description="""A progenitor cell of the mast cell lineage. Markers for this cell are FceRIa-low, CD117-positive, CD9-positive, T1/ST2-positive, SCA1-negative, and lineage-negative.""", + meaning=CL["0000831"])) + setattr(cls, "CL:4023119", + PermissibleValue( + text="CL:4023119", + description="""A subpopulation of amacrine cell that migrate further than other amacrine cells, and come to lie basal to the inner plexiform layer (IPL) in the ganglion cell layer. Displaced amacrine cells still have their neurites extending apically into the IPL, and therefore exhibit an inverted polarity with respect to the other amacrine cells.""", + meaning=CL["4023119"])) + setattr(cls, "CL:0000645", + PermissibleValue( + text="CL:0000645", + description="""A glial cell of astrocytic lineage with long processes running parallel to adjacent axons in the proximal infundibulum of the neurohypophysis. These processes form a three-dimensional network among the axons of the hypothalamic neurosecretory cells and are connected by gap junctions which provide for their metabolic coupling. This cell type constitutes most of the nonexcitable tissue in the neurohypophsis; function may include possibly acting as an intermediate in the modulation of oxytocin and vasopressin release. This cell type is highly variable in size and shape and commonly contain lipid droplets and deposits of lipochrome pigment.""", + meaning=CL["0000645"])) + setattr(cls, "CL:0000755", + PermissibleValue( + text="CL:0000755", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is delicate and the dendritic tips appear small when compared with type 1 cells. The axon terminal is stratified and restricted to sublamina 2 of the inner plexiform layer.""", + meaning=CL["0000755"])) + setattr(cls, "CL:0002290", + PermissibleValue( + text="CL:0002290", + description="""A sperm bearing a Y chromosome. Chromosomal and genetic sex is established at fertilization in mammals and depends upon whether an X-bearing sperm or a Y-bearing sperm fertilizes the X-bearing ovum.""", + meaning=CL["0002290"])) + setattr(cls, "CL:0000866", + PermissibleValue( + text="CL:0000866", + description="""A tissue-resident macrophage resident found in the thymus, involved in the clearance of apoptotic thymocytes.""", + meaning=CL["0000866"])) + setattr(cls, "CL:0000382", + PermissibleValue( + text="CL:0000382", + description="""A cell that is part of a scolopidium and surrounds the dendrite of a scolopidial neuron.""", + meaning=CL["0000382"])) + setattr(cls, "CL:4023043", + PermissibleValue( + text="CL:4023043", + description="""A near-projecting glutamatergic neuron with a soma found in layer 5/6 of the primary motor cortex.""", + meaning=CL["4023043"])) + setattr(cls, "CL:0002132", + PermissibleValue( + text="CL:0002132", + description="A stomal cell of the ovary", + meaning=CL["0002132"])) + setattr(cls, "CL:0000947", + PermissibleValue( + text="CL:0000947", + description="A long lived plasma cell that secretes IgE.", + meaning=CL["0000947"])) + setattr(cls, "CL:0002034", + PermissibleValue( + text="CL:0002034", + description="""A hematopoietic stem cell with long term self renewal capability. This cell is Kit-positive, Sca1-positive, CD150-positive, CD90-low, CD34-negative and Flt3-negative.""", + meaning=CL["0002034"])) + setattr(cls, "CL:0008024", + PermissibleValue( + text="CL:0008024", + description="An endocrine cell that is part of the pancreas.", + meaning=CL["0008024"])) + setattr(cls, "CL:0002552", + PermissibleValue( + text="CL:0002552", + description="Any fibroblast that is part of some gingiva.", + meaning=CL["0002552"])) + setattr(cls, "CL:0000227", + PermissibleValue( + text="CL:0000227", + description="Any cell that has characteristic some binucleate.", + meaning=CL["0000227"])) + setattr(cls, "CL:2000071", + PermissibleValue( + text="CL:2000071", + description="Any microvascular endothelial cell that is part of a breast.", + meaning=CL["2000071"])) + setattr(cls, "CL:0000882", + PermissibleValue( + text="CL:0000882", + description="A thymic macrophage found in the thymic medulla.", + meaning=CL["0000882"])) + setattr(cls, "CL:0000551", + PermissibleValue( + text="CL:0000551", + meaning=CL["0000551"])) + setattr(cls, "CL:0000926", + PermissibleValue( + text="CL:0000926", + description="""A mature NK T cell that secretes interferon-gamma and enhances type 1 immune responses.""", + meaning=CL["0000926"])) + setattr(cls, "CL:0002124", + PermissibleValue( + text="CL:0002124", + description="""A circulating gamma-delta T cell that is CD27-positive and capable of producing IFN-gamma.""", + meaning=CL["0002124"])) + setattr(cls, "CL:0010008", + PermissibleValue( + text="CL:0010008", + description="Any endothelial cell that is part of some heart.", + meaning=CL["0010008"])) + setattr(cls, "CL:0000731", + PermissibleValue( + text="CL:0000731", + description="""A cell of a layer of transitional epithelium in the wall of the proximal urethra, bladder, ureter or renal pelvis, external to the lamina propria.""", + meaning=CL["0000731"])) + setattr(cls, "CL:0009090", + PermissibleValue( + text="CL:0009090", + description="""An adult endothelial progenitor cell that is resident of adult vasculature and capable of differentiating to regenerate endothelial cell populations. Endothelial colony forming cells are characterised in vivo by clonal proliferative status, de novo vessel formation, homing to ischemic sites and paracrine support of angiogenesis. These cells are phenotypically similar to endothelial cells.""", + meaning=CL["0009090"])) + setattr(cls, "CL:0009067", + PermissibleValue( + text="CL:0009067", + description="""An enterocyte found in the small intestine of newborn mammals and characterized by the presence of an apical canalicular system (ACS) leading to production of large vacuoles, important for colostral macromolecule uptake. After birth, the vacuolated fetal-type enterocytes are replaced with enterocytes lacking an ACS.""", + meaning=CL["0009067"])) + setattr(cls, "CL:0002059", + PermissibleValue( + text="CL:0002059", + description="A conventional thymic dendritic cell that is CD8alpha-positive.", + meaning=CL["0002059"])) + setattr(cls, "CL:0002460", + PermissibleValue( + text="CL:0002460", + description="A conventional thymic dendritic cell that is CD8alpha-negative.", + meaning=CL["0002460"])) + setattr(cls, "CL:0000286", + PermissibleValue( + text="CL:0000286", + description="A cell of a filament of a fungal mycelium.", + meaning=CL["0000286"])) + setattr(cls, "CL:4023154", + PermissibleValue( + text="CL:4023154", + description="A glial cell that myelinates axonal processes.", + meaning=CL["4023154"])) + setattr(cls, "CL:0004253", + PermissibleValue( + text="CL:0004253", + description="An amicrine that has a wide dendritic field.", + meaning=CL["0004253"])) + setattr(cls, "CL:0019015", + PermissibleValue( + text="CL:0019015", + description="""An eosinophil with a ring-shaped nucleus that is resident in the lung parenchyma. In mouse, lung parenchyma resident eosinophils are IL-5-independent Siglec-F(intermediate) CD62L+ CD101(low). In human, they are Siglec-8+ CD62L+ IL-3R(low).""", + meaning=CL["0019015"])) + setattr(cls, "CL:1001096", + PermissibleValue( + text="CL:1001096", + description="Any endothelial cell that is part of some renal afferent arteriole.", + meaning=CL["1001096"])) + setattr(cls, "CL:0000192", + PermissibleValue( + text="CL:0000192", + description="""A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast).""", + meaning=CL["0000192"])) + setattr(cls, "CL:1000719", + PermissibleValue( + text="CL:1000719", + description="Any renal intercalated cell that is part of some inner medullary collecting duct.", + meaning=CL["1000719"])) + setattr(cls, "CL:1000343", + PermissibleValue( + text="CL:1000343", + description="A paneth cell that is part of the epithelium of small intestine.", + meaning=CL["1000343"])) + setattr(cls, "CL:0000590", + PermissibleValue( + text="CL:0000590", + description="A progesterone secreting cell in the corpus luteum that develops from theca cells.", + meaning=CL["0000590"])) + setattr(cls, "CL:0000533", + PermissibleValue( + text="CL:0000533", + description="A primary neuron (sensu Teleostei) that has a motor function.", + meaning=CL["0000533"])) + setattr(cls, "CL:0001011", + PermissibleValue( + text="CL:0001011", + description="""Immature interstitial dendritic cell is a interstitial dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001011"])) + setattr(cls, "CL:0000718", + PermissibleValue( + text="CL:0000718", + description="A cell of an ommatidium that secretes lens materials.", + meaning=CL["0000718"])) + setattr(cls, "CL:0000684", + PermissibleValue( + text="CL:0000684", + meaning=CL["0000684"])) + setattr(cls, "CL:4030068", + PermissibleValue( + text="CL:4030068", + description="""A transcriptomically distinct intratelencepalic-projecting glutamatergic neuron that expresses Car3 with a soma found in L6 . The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_cluster', L6 IT Car3.""", + meaning=CL["4030068"])) + setattr(cls, "CL:0002087", + PermissibleValue( + text="CL:0002087", + description="A leukocyte that lacks granules.", + meaning=CL["0002087"])) + setattr(cls, "CL:0000952", + PermissibleValue( + text="CL:0000952", + description="""An preBRC-positive large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-positive, composed of surrogate light chain protein (SL), which is composed of VpreB , Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu) on the cell surface.""", + meaning=CL["0000952"])) + setattr(cls, "CL:1000300", + PermissibleValue( + text="CL:1000300", + description="A fibroblast that is part of the outer membrane of prostatic capsule.", + meaning=CL["1000300"])) + setattr(cls, "CL:0000526", + PermissibleValue( + text="CL:0000526", + description="A neuron which conveys sensory information centrally from the periphery.", + meaning=CL["0000526"])) + setattr(cls, "CL:0002537", + PermissibleValue( + text="CL:0002537", + description="A mesenchymal stem cell of the amnion membrane.", + meaning=CL["0002537"])) + setattr(cls, "CL:1000481", + PermissibleValue( + text="CL:1000481", + description="A transitional myocyte that is part of the atrioventricular bundle.", + meaning=CL["1000481"])) + setattr(cls, "CL:0002000", + PermissibleValue( + text="CL:0002000", + description="""An erythroid progenitor cell is Kit-positive, Ly6A-negative, CD41-negative, CD127-negative, and CD123-negative. This cell type is also described as being lin-negative, Kit-positive, CD150-negative, CD41-negative, CD105-positive, and FcgR-negative.""", + meaning=CL["0002000"])) + setattr(cls, "CL:0004138", + PermissibleValue( + text="CL:0004138", + description="A retinal ganglion A cell with dense arbor near soma.", + meaning=CL["0004138"])) + setattr(cls, "CL:0000700", + PermissibleValue( + text="CL:0000700", + description="A neuron that releases dopamine as a neurotransmitter.", + meaning=CL["0000700"])) + setattr(cls, "CL:0000863", + PermissibleValue( + text="CL:0000863", + description="""An elicited macrophage that is recruited into the tissues in response to injury and infection as part of an inflammatory response, expresses high levels of pro-inflammatory cytokines, ROS and NO, and shows potent microbicidal activity.""", + meaning=CL["0000863"])) + setattr(cls, "CL:0002477", + PermissibleValue( + text="CL:0002477", + description="""A macrophage located in adipose tissue that is CD45-positive, CD11c-positive, and SIRPa-positive.""", + meaning=CL["0002477"])) + setattr(cls, "CL:0002182", + PermissibleValue( + text="CL:0002182", + description="""A simple columnar cell that populates the entire luminal surface including the gastric pits. This cell types secrete mucus to form a thick protective, lubricant layer over the gastric wall.""", + meaning=CL["0002182"])) + setattr(cls, "CL:0000333", + PermissibleValue( + text="CL:0000333", + description="""A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body.""", + meaning=CL["0000333"])) + setattr(cls, "CL:0002345", + PermissibleValue( + text="CL:0002345", + description="""An immature natural killer cell that is NK1.1-positive, DX5-positive, Ly49-positive, CD27-low and CD11b-low. This cell type is found in high numbers in the liver.""", + meaning=CL["0002345"])) + setattr(cls, "CL:0002090", + PermissibleValue( + text="CL:0002090", + description="One of two small cells formed by the first and second meiotic division of oocytes.", + meaning=CL["0002090"])) + setattr(cls, "CL:0002615", + PermissibleValue( + text="CL:0002615", + description="An adipocyte that is part of omentum tissue.", + meaning=CL["0002615"])) + setattr(cls, "CL:0001042", + PermissibleValue( + text="CL:0001042", + description="CD4-positive, alpha-beta T cell that produces IL-22.", + meaning=CL["0001042"])) + setattr(cls, "CL:0009010", + PermissibleValue( + text="CL:0009010", + description="""Transit-amplifying cells (TACs) are an undifferentiated population in transition between stem cells and differentiated cells.""", + meaning=CL["0009010"])) + setattr(cls, "CL:4030029", + PermissibleValue( + text="CL:4030029", + description="A lymphocyte located in blood.", + meaning=CL["4030029"])) + setattr(cls, "CL:1000708", + PermissibleValue( + text="CL:1000708", + description="Any ureteral cell that is part of some adventitia of ureter.", + meaning=CL["1000708"])) + setattr(cls, "CL:0000707", + PermissibleValue( + text="CL:0000707", + meaning=CL["0000707"])) + setattr(cls, "CL:0009100", + PermissibleValue( + text="CL:0009100", + description="""A fibroblast located in the portal triad. Hepatic portal fibroblast are a non-parenchymal cell population located adjacent to bile duct epithelia in liver and are distinct from stellate cells. They differentiate into fibrogenic myofibroblasts during chronic injury states producing high levels of collagen.""", + meaning=CL["0009100"])) + setattr(cls, "CL:0011001", + PermissibleValue( + text="CL:0011001", + description="""A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement.""", + meaning=CL["0011001"])) + setattr(cls, "CL:0011111", + PermissibleValue( + text="CL:0011111", + description="""A neuroendocrine cell that secretes gonadotropin-releasing hormone (GnRH). A GnRH neuron is born in the nasal placode during embryonic development and migrates through the nose and forebrain to the hypothalamus. This cell regulates reproduction by secreting GnRH into the pituitary portal vessels to induce the release of gonadotropins into the general circulation.""", + meaning=CL["0011111"])) + setattr(cls, "CL:1001320", + PermissibleValue( + text="CL:1001320", + description="Any cell that is part of some urethra.", + meaning=CL["1001320"])) + setattr(cls, "CL:1000311", + PermissibleValue( + text="CL:1000311", + description="An adipocyte that is part of the epicardial fat of left ventricle.", + meaning=CL["1000311"])) + setattr(cls, "CL:0002484", + PermissibleValue( + text="CL:0002484", + description="A melanocyte that produces pigment in the epithelium.", + meaning=CL["0002484"])) + setattr(cls, "CL:0000326", + PermissibleValue( + text="CL:0000326", + meaning=CL["0000326"])) + setattr(cls, "CL:0001055", + PermissibleValue( + text="CL:0001055", + description="An intermediate monocyte that is CD14-positive and with low amounts of CD16.", + meaning=CL["0001055"])) + setattr(cls, "CL:0000750", + PermissibleValue( + text="CL:0000750", + description="""A bipolar neuron found in the retina and having connections with photoreceptors cells and neurons in the outer half of the inner plexiform layer. These cells depolarize in response to light to dark transition.""", + meaning=CL["0000750"])) + setattr(cls, "CL:4042013", + PermissibleValue( + text="CL:4042013", + description="""A transcriptomically distinct lamp5 GABAergic cortical interneuron located in the cerebral cortex that expresses Lamp5 and Lhx6. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: CGE-derived interneurons', Author Categories: 'CrossArea_subclass', Lamp5 Lhx6.""", + meaning=CL["4042013"])) + setattr(cls, "CL:1000443", + PermissibleValue( + text="CL:1000443", + description="A smooth muscle cell that is part of the ciliary body.", + meaning=CL["1000443"])) + setattr(cls, "CL:0000709", + PermissibleValue( + text="CL:0000709", + meaning=CL["0000709"])) + setattr(cls, "CL:0000083", + PermissibleValue( + text="CL:0000083", + description="An epithelial cell of the pancreas.", + meaning=CL["0000083"])) + setattr(cls, "CL:4030047", + PermissibleValue( + text="CL:4030047", + description="""A DRD2-expressing medium spiny neuron that is part of a matrix compartment of dorsal striatum.""", + meaning=CL["4030047"])) + setattr(cls, "CL:0000007", + PermissibleValue( + text="CL:0000007", + description="A cell found in the embryo before the formation of all the gem layers is complete.", + meaning=CL["0000007"])) + setattr(cls, "CL:0008026", + PermissibleValue( + text="CL:0008026", + description="""An epithelial cell that is part of the epithelium of a tracheal tube in an open tracheal system, such as that found in insects.""", + meaning=CL["0008026"])) + setattr(cls, "CL:0002486", + PermissibleValue( + text="CL:0002486", + description="""A melanocyte located between the epithelial marginal cell layer and the mesodermal basal cell layer within the intrastrial space; the predominant cellular component of the electrogenic machinery that generates an endocochlear potential (80-100 mV) .""", + meaning=CL["0002486"])) + setattr(cls, "CL:0009083", + PermissibleValue( + text="CL:0009083", + description="The human equivalent of a DN4 thymocyte.", + meaning=CL["0009083"])) + setattr(cls, "CL:0002213", + PermissibleValue( + text="CL:0002213", + description="""A muscle cell with low content of myoglobin and other oxygen storing proteins. This muscle cell has a white appearance.""", + meaning=CL["0002213"])) + setattr(cls, "CL:2000038", + PermissibleValue( + text="CL:2000038", + description="Any neuromast mantle cell that is part of a posterior lateral line.", + meaning=CL["2000038"])) + setattr(cls, "CL:0003013", + PermissibleValue( + text="CL:0003013", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field, a medium dendritic arbor, and a long secondary dendrite shaft with post synaptic terminals in sublaminar layer S4.""", + meaning=CL["0003013"])) + setattr(cls, "CL:1000445", + PermissibleValue( + text="CL:1000445", + description="A myoepithelial cell that is part of the dilatator pupillae.", + meaning=CL["1000445"])) + setattr(cls, "CL:4033033", + PermissibleValue( + text="CL:4033033", + description="""An OFF bipolar cell with a small dendritic tree that provides most of the triad-associated basal (flat) contacts at cone pedicles.""", + meaning=CL["4033033"])) + setattr(cls, "CL:0000825", + PermissibleValue( + text="CL:0000825", + description="""A lymphoid progenitor cell that is committed to the natural killer cell lineage, expressing CD122 (IL-15) receptor, but lacking many of the phenotypic characteristics of later stages of natural killer cell development such as expression of NK activating and inhibitory molecules. In human this cell has the phenotype CD34-positive, CD45RA-positive, CD10-positive, CD117-negative, and CD161 negative.""", + meaning=CL["0000825"])) + setattr(cls, "CL:1000495", + PermissibleValue( + text="CL:1000495", + description="A goblet cell that is part of the small intestine.", + meaning=CL["1000495"])) + setattr(cls, "CL:2000068", + PermissibleValue( + text="CL:2000068", + description="Any fibroblast that is part of a pericardium.", + meaning=CL["2000068"])) + setattr(cls, "CL:0004228", + PermissibleValue( + text="CL:0004228", + description="""An amacrine cell with a small dendritic field that has post-synaptic terminals in S1, S2, S3, and S4.""", + meaning=CL["0004228"])) + setattr(cls, "CL:1001607", + PermissibleValue( + text="CL:1001607", + description="Chondrocyte forming the hyaline cartilage found in joints.", + meaning=CL["1001607"])) + setattr(cls, "CL:4028003", + PermissibleValue( + text="CL:4028003", + description="""An alveolar capillary endothelial cell that is located proximally to alveolar capillary type 1 endothelial cells and in close apposition to alveolar type 1 epithelial cells (also known as type I pneumocytes).""", + meaning=CL["4028003"])) + setattr(cls, "CL:0000247", + PermissibleValue( + text="CL:0000247", + description="""Type of neuron that is a primary mechanosensory cell, with peripheral neurites innervating the skin with free nerve endings.""", + meaning=CL["0000247"])) + setattr(cls, "CL:0005006", + PermissibleValue( + text="CL:0005006", + description="""Specialized epithelial cells involved in the maintenance of osmotic homeostasis. They are characterized by abundant mitochondria and ion transporters. In amniotes, they are present in the renal system. In freshwater fish, ionocytes in the skin and gills help maintain osmotic homeostasis by absorbing salt from the external environment.""", + meaning=CL["0005006"])) + setattr(cls, "CL:0002061", + PermissibleValue( + text="CL:0002061", + description="""A T-helper cell that is characterized by secreting interleukin 9 and responding to helminth infections. This cell-type can derives from Th2 cells in the presence of TGF-beta and IL-4. Th2 cytokine production is surpressed.""", + meaning=CL["0002061"])) + setattr(cls, "CL:0002580", + PermissibleValue( + text="CL:0002580", + description="A preadipocyte that is part of the breast.", + meaning=CL["0002580"])) + setattr(cls, "CL:0002229", + PermissibleValue( + text="CL:0002229", + description="""A chief cell that is bigger than dark chief cells and has a larger and lighter nucleus and a cytoplasm with few granules.""", + meaning=CL["0002229"])) + setattr(cls, "CL:1001064", + PermissibleValue( + text="CL:1001064", + meaning=CL["1001064"])) + setattr(cls, "CL:4030021", + PermissibleValue( + text="CL:4030021", + description="A renal beta-intercalated cell that is part of the renal connecting tubule.", + meaning=CL["4030021"])) + setattr(cls, "CL:0000846", + PermissibleValue( + text="CL:0000846", + description="""An epithelial cell of the vestibular sensory organ that is characterized by intense enzymatic activities and numerous basal membrane infoldings.""", + meaning=CL["0000846"])) + setattr(cls, "CL:0002469", + PermissibleValue( + text="CL:0002469", + description="Gr1-high monocyte that lacks MHC-II receptor complex.", + meaning=CL["0002469"])) + setattr(cls, "CL:1000466", + PermissibleValue( + text="CL:1000466", + description="A chromaffin cell that is part of the right ovary.", + meaning=CL["1000466"])) + setattr(cls, "CL:0005013", + PermissibleValue( + text="CL:0005013", + description="A ciliated epithelial cell with a single cilium.", + meaning=CL["0005013"])) + setattr(cls, "CL:0000176", + PermissibleValue( + text="CL:0000176", + description="Any secretory cell that is capable of some ecdysteroid secretion.", + meaning=CL["0000176"])) + setattr(cls, "CL:0009050", + PermissibleValue( + text="CL:0009050", + description="A B cell that is located in the anorectum.", + meaning=CL["0009050"])) + setattr(cls, "CL:1000305", + PermissibleValue( + text="CL:1000305", + description="A fibroblast that is part of the connective tissue of glandular part of prostate.", + meaning=CL["1000305"])) + setattr(cls, "CL:0002003", + PermissibleValue( + text="CL:0002003", + description="An erythroid progenitor cell that is CD34-positive and is GlyA-negative.", + meaning=CL["0002003"])) + setattr(cls, "CL:0002164", + PermissibleValue( + text="CL:0002164", + description="""A rod-shaped cell found in 3 or 4 rows that lie adjacent to and support the outer hair cells.""", + meaning=CL["0002164"])) + setattr(cls, "CL:0002135", + PermissibleValue( + text="CL:0002135", + description="""Epidermal cells that do not contain keratin. Cell type is usually associated with moist epidermal tissues.""", + meaning=CL["0002135"])) + setattr(cls, "CL:4023027", + PermissibleValue( + text="CL:4023027", + description="""A sst GABAergic cortical interneuron with a soma found in L5 and possesses 'T-shaped' Martinotti morphologies with local axonal plexus in L5a and translaminar axons restricted to the uppermost part of L1. They show low-threshold spiking patterns with strong rebound firing, and inhibit the L1 apical tuft of nearby pyramidal cells.""", + meaning=CL["4023027"])) + setattr(cls, "CL:0000179", + PermissibleValue( + text="CL:0000179", + description="Any secretory cell that is capable of some progesterone secretion.", + meaning=CL["0000179"])) + setattr(cls, "CL:0002082", + PermissibleValue( + text="CL:0002082", + description="A chromaffin cell of the adrenal medulla that produces epinephrine.", + meaning=CL["0002082"])) + setattr(cls, "CL:0000094", + PermissibleValue( + text="CL:0000094", + description="A leukocyte with abundant granules in the cytoplasm.", + meaning=CL["0000094"])) + setattr(cls, "CL:0003038", + PermissibleValue( + text="CL:0003038", + description="""An M7 retinal ganglion cells with synaptic terminals in S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003038"])) + setattr(cls, "CL:0002369", + PermissibleValue( + text="CL:0002369", + description="""A differentiated form of a fungus produced during or as a result of an asexual or sexual reproductive process; usually a cell with a thick cell wall that stores and protects one or more nuclei. Spores may be produced in response to, and are characteristically resistant to, adverse environmental conditions.""", + meaning=CL["0002369"])) + setattr(cls, "CL:1000716", + PermissibleValue( + text="CL:1000716", + description="""Principal cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may express the epithelial sodium channel (ENaC).""", + meaning=CL["1000716"])) + setattr(cls, "CL:0000970", + PermissibleValue( + text="CL:0000970", + description="""An unswitched memory B cell is a memory B cell that has the phenotype IgM-positive, IgD-positive, CD27-positive, CD138-negative, IgG-negative, IgE-negative, and IgA-negative.""", + meaning=CL["0000970"])) + setattr(cls, "CL:0003002", + PermissibleValue( + text="CL:0003002", + description="""A retinal ganglion cell that has a small dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S3.""", + meaning=CL["0003002"])) + setattr(cls, "CL:0000454", + PermissibleValue( + text="CL:0000454", + description="""A cell capable of producing epinephrine. Epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme, which is expressed in the adrenal glands, androgenic neurons, and in other cell types.""", + meaning=CL["0000454"])) + setattr(cls, "CL:0002561", + PermissibleValue( + text="CL:0002561", + description="An epithelial cell that is part of the outer root sheath.", + meaning=CL["0002561"])) + setattr(cls, "CL:0000477", + PermissibleValue( + text="CL:0000477", + description="A somatic epithelial cell of the insect egg chamber.", + meaning=CL["0000477"])) + setattr(cls, "CL:0000674", + PermissibleValue( + text="CL:0000674", + description="A follicle cell that is part of the stalk connecting adjacent egg chambers.", + meaning=CL["0000674"])) + setattr(cls, "CL:0003029", + PermissibleValue( + text="CL:0003029", + description="""A monostratified retinal ganglion cell that has a small soma, a small dendrite field with a dense dendrite arbor, and post synaptic terminals in sublaminer layer S2 and S3.""", + meaning=CL["0003029"])) + setattr(cls, "CL:4023162", + PermissibleValue( + text="CL:4023162", + description="""A neuron found in the anterior part of the ventral cochlear nucleus that has the appearance of bushes, having short dendrites. Bushy cells give outputs to different parts of the superior olivary complex.""", + meaning=CL["4023162"])) + setattr(cls, "CL:1001599", + PermissibleValue( + text="CL:1001599", + description="""Glandular cell of exocrine pancreas epithelium. Example: pancreatic acinar cell, glandular cells in pancreatic canaliculi, glandular cells in pancreatic ducts.""", + meaning=CL["1001599"])) + setattr(cls, "CL:1001577", + PermissibleValue( + text="CL:1001577", + description="Squamous cell of tonsil epithelium.", + meaning=CL["1001577"])) + setattr(cls, "CL:0008009", + PermissibleValue( + text="CL:0008009", + description="""A visceral muscle that is transversely striated. Examples include the visceral muscle cells of arthropods.""", + meaning=CL["0008009"])) + setattr(cls, "CL:0003030", + PermissibleValue( + text="CL:0003030", + description="""A monostratified retinal ganglion cell that has a medium soma and a small dendrite field.""", + meaning=CL["0003030"])) + setattr(cls, "CL:0003022", + PermissibleValue( + text="CL:0003022", + description="A retinal ganglion cell C outer that has medium dendritic density and field size.", + meaning=CL["0003022"])) + setattr(cls, "CL:0002101", + PermissibleValue( + text="CL:0002101", + description="""A CD38-positive naive B cell is a mature B cell that has the phenotype CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002101"])) + setattr(cls, "CL:0009032", + PermissibleValue( + text="CL:0009032", + description="A B cell that is located in a vermiform appendix.", + meaning=CL["0009032"])) + setattr(cls, "CL:1001138", + PermissibleValue( + text="CL:1001138", + description="Any kidney cortex artery cell that is part of some interlobular artery.", + meaning=CL["1001138"])) + setattr(cls, "CL:0002461", + PermissibleValue( + text="CL:0002461", + description="""A conventional dendritic cell that is CD103-positive. This cell type is usually found in non-lymphoid tissue.""", + meaning=CL["0002461"])) + setattr(cls, "CL:0000635", + PermissibleValue( + text="CL:0000635", + description="""The outer phalangeal cells of the organ of Corti. This cell holds the base of the hair cell in a cup-shaped depression.""", + meaning=CL["0000635"])) + setattr(cls, "CL:0002366", + PermissibleValue( + text="CL:0002366", + description="""A smooth muscle cell of the myometrium that enlarges and stretches during pregnancy, and contracts in response to oxytocin.""", + meaning=CL["0002366"])) + setattr(cls, "CL:0002441", + PermissibleValue( + text="CL:0002441", + description="A NK1.1-positive T cell that is CD94-positive.", + meaning=CL["0002441"])) + setattr(cls, "CL:0002079", + PermissibleValue( + text="CL:0002079", + description="""Epithelial cell found in the ducts of the pancreas. This cell type contributes to the high luminal pH.""", + meaning=CL["0002079"])) + setattr(cls, "CL:0002655", + PermissibleValue( + text="CL:0002655", + description="An epithelial cell of stratum spinosum of esophageal epithelium.", + meaning=CL["0002655"])) + setattr(cls, "CL:4033036", + PermissibleValue( + text="CL:4033036", + description="An OFF bipolar cell that is fovea-specific and expresses FEZF1, NXPH1 and NXPH2.", + meaning=CL["4033036"])) + setattr(cls, "CL:0002255", + PermissibleValue( + text="CL:0002255", + description="""A stromal cell of the endometrium that is fibroblastic in appearance. During decidualization this cell may differentiate into a decidual stromal cell.""", + meaning=CL["0002255"])) + setattr(cls, "CL:0002553", + PermissibleValue( + text="CL:0002553", + description="A fibroblast that is part of lung.", + meaning=CL["0002553"])) + setattr(cls, "CL:0002476", + PermissibleValue( + text="CL:0002476", + description="""A tissue-resident macrophage located in the bone marrow. This cell type is B220-negative, CD3e-negative, Ly-6C-negative, CD115-positive, F4/80-positive.""", + meaning=CL["0002476"])) + setattr(cls, "CL:0002568", + PermissibleValue( + text="CL:0002568", + description="A mesenchymal stem cell that is part of Wharton's jelly.", + meaning=CL["0002568"])) + setattr(cls, "CL:0017001", + PermissibleValue( + text="CL:0017001", + description="A mesodermal cell that is part of the splanchnic layer of lateral plate mesoderm.", + meaning=CL["0017001"])) + setattr(cls, "CL:0002071", + PermissibleValue( + text="CL:0002071", + description="""Columnar cell which populate the epithelium of large intestine and absorb water. This cell is the most numerous of the epithelial cell types in the large intestine; bear apical microvilli, contain secretory granules in their apical cytoplasm; secretion appears to be largely mucins, but is also rich in antibodies of the IgA type.""", + meaning=CL["0002071"])) + setattr(cls, "CL:4030010", + PermissibleValue( + text="CL:4030010", + description="""A brush border cell that is part of segment 2 (S2) of the proximal tubule epithelium, located in the renal cortex. In addition to its reabsorptive functions, it is also specialized in the secretion of organic anions and cations, including para-aminohippurate.""", + meaning=CL["4030010"])) + setattr(cls, "CL:0000869", + PermissibleValue( + text="CL:0000869", + description="A gut-associated lymphoid tissue macrophage found in tonsils.", + meaning=CL["0000869"])) + setattr(cls, "CL:0000903", + PermissibleValue( + text="CL:0000903", + description="""CD4-positive alpha-beta T cell with the phenotype FoxP3-positive, CD25-positive, CD62L-positive, and CTLA-4 positive with regulatory function.""", + meaning=CL["0000903"])) + setattr(cls, "CL:4023069", + PermissibleValue( + text="CL:4023069", + description="""A GABAergic cortical interneuron that develops from the medial ganglionic eminence and has migrated to the cerebral cortex.""", + meaning=CL["4023069"])) + setattr(cls, "CL:0002226", + PermissibleValue( + text="CL:0002226", + description="A secondary lens fiber cell that lacks a nucleus.", + meaning=CL["0002226"])) + setattr(cls, "CL:0000448", + PermissibleValue( + text="CL:0000448", + description="""An adipocyte with light coloration and few mitochondria. It contains a scant ring of cytoplasm surrounding a single large lipid droplet or vacuole.""", + meaning=CL["0000448"])) + setattr(cls, "CL:0000630", + PermissibleValue( + text="CL:0000630", + description="A cell whose primary function is to support other cell types.", + meaning=CL["0000630"])) + setattr(cls, "CL:0002585", + PermissibleValue( + text="CL:0002585", + description="A blood vessel endothelial cell that is part of the retina.", + meaning=CL["0002585"])) + setattr(cls, "CL:0000976", + PermissibleValue( + text="CL:0000976", + description="""A short lived plasma cell that secretes IgA. These cells may be found in the bone marrow as well as in the mucosal immune system.""", + meaning=CL["0000976"])) + setattr(cls, "CL:0008006", + PermissibleValue( + text="CL:0008006", + description="""A myoblast that detemines the properties (size, shape and attachment to the epidermis) of a `somatic muscle myotube` (CL:0008003) . It develops into a somatic muscle myotube via fusion with `fusion component myoblasts` (CL:0000621).""", + meaning=CL["0008006"])) + setattr(cls, "CL:0002487", + PermissibleValue( + text="CL:0002487", + description="A neuronal receptor that respond to mechanical pressure or distortion in the skin.", + meaning=CL["0002487"])) + setattr(cls, "CL:1000547", + PermissibleValue( + text="CL:1000547", + description="An epithelial cell that is part of some inner medullary collecting duct.", + meaning=CL["1000547"])) + setattr(cls, "CL:0001202", + PermissibleValue( + text="CL:0001202", + description="A plasmablast that is CD86-positive.", + meaning=CL["0001202"])) + setattr(cls, "CL:4023071", + PermissibleValue( + text="CL:4023071", + description="""A GABAergic cortical interneuron that expresses cck. L5/6 cck cells have soma found mainly in L5 and L6 and have large axonal arborization.""", + meaning=CL["4023071"])) + setattr(cls, "CL:0011006", + PermissibleValue( + text="CL:0011006", + description="An inhibitory GABAergic interneuron found in the cerebellar cortex.", + meaning=CL["0011006"])) + setattr(cls, "CL:0002134", + PermissibleValue( + text="CL:0002134", + description="A stromal cell of the ovarian medulla.", + meaning=CL["0002134"])) + setattr(cls, "CL:0002500", + PermissibleValue( + text="CL:0002500", + description="""A P/D1 enteroendocrine cell that is Grimelius positive and stores bombesin-like polypeptide.""", + meaning=CL["0002500"])) + setattr(cls, "CL:0000666", + PermissibleValue( + text="CL:0000666", + description="""An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues.""", + meaning=CL["0000666"])) + setattr(cls, "CL:0002663", + PermissibleValue( + text="CL:0002663", + description="A myocardial endocrine cell that is part of the atrium.", + meaning=CL["0002663"])) + setattr(cls, "CL:0000329", + PermissibleValue( + text="CL:0000329", + description="Any cell that is capable of some oxygen transport.", + meaning=CL["0000329"])) + setattr(cls, "CL:0000494", + PermissibleValue( + text="CL:0000494", + description="A photoreceptor cell that detects ultraviolet light.", + meaning=CL["0000494"])) + setattr(cls, "CL:0002277", + PermissibleValue( + text="CL:0002277", + description="""An enteroendocrine cell commonest in the duodenum and jejunum, rare in ileum, that secretes cholecystokinin. This cell type is involved in the regulation of digestive enzymes and bile.""", + meaning=CL["0002277"])) + setattr(cls, "CL:0002010", + PermissibleValue( + text="CL:0002010", + description="""A lin-negative, MHC-II-negative, CD11c-positive, FLT3-positive cell with intermediate expression of SIRP-alpha.""", + meaning=CL["0002010"])) + setattr(cls, "CL:0002161", + PermissibleValue( + text="CL:0002161", + description="""A cell type found on the superficial layer of the external side of the tympanic membrane. This cell-type lacks a nucleus.""", + meaning=CL["0002161"])) + setattr(cls, "CL:0002231", + PermissibleValue( + text="CL:0002231", + description="An epithelial cell of the prostate.", + meaning=CL["0002231"])) + setattr(cls, "CL:4030014", + PermissibleValue( + text="CL:4030014", + description="""Epithelial cell of the descending thin limb of the long loop (juxtamedullary) nephron that spans the inner medulla. It is known in some mammalian species that the long descending limb of the loop of Henle in the inner medulla selectively expresses the nuclear receptor Nr2e3, the Ig kappa chain Igkc, and the secreted protein dermokine (Dmkn). SLC14A2, which expresses a urea transporter, is also expressed in the inner medulla.""", + meaning=CL["4030014"])) + setattr(cls, "CL:1000334", + PermissibleValue( + text="CL:1000334", + description="An enterocyte that is part of the epithelium of small intestine.", + meaning=CL["1000334"])) + setattr(cls, "CL:1001045", + PermissibleValue( + text="CL:1001045", + description="Any kidney arterial blood vessel cell that is part of some renal cortex artery.", + meaning=CL["1001045"])) + setattr(cls, "CL:0002015", + PermissibleValue( + text="CL:0002015", + description="A polychromatophilic erythroblast that is Lyg 76-high and is Kit-negative.", + meaning=CL["0002015"])) + setattr(cls, "CL:1001588", + PermissibleValue( + text="CL:1001588", + description="""Glandular cell of colon epithelium. Example: Goblet cells; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001588"])) + setattr(cls, "CL:0002193", + PermissibleValue( + text="CL:0002193", + description="""A cell type that is the first of the maturation stages of the granulocytic leukocytes normally found in the bone marrow. Granules are seen in the cytoplasm. The nuclear material of the myelocyte is denser than that of the myeloblast but lacks a definable membrane. The cell is flat and contains increasing numbers of granules as maturation progresses.""", + meaning=CL["0002193"])) + setattr(cls, "CL:0001658", + PermissibleValue( + text="CL:0001658", + meaning=CL["0001658"])) + setattr(cls, "CL:0002169", + PermissibleValue( + text="CL:0002169", + description="An epithelial cell located on the basal lamina of the olfactory epithelium.", + meaning=CL["0002169"])) + setattr(cls, "CL:0002405", + PermissibleValue( + text="CL:0002405", + description="""A post-natal thymocyte expressing components of the gamma-delta T cell receptor. This cell type is always double-negative (i.e. CD4-negative, CD8-negative).""", + meaning=CL["0002405"])) + setattr(cls, "CL:1000768", + PermissibleValue( + text="CL:1000768", + description="Any nephron tubule epithelial cell that is part of some renal connecting tubule.", + meaning=CL["1000768"])) + setattr(cls, "CL:4030052", + PermissibleValue( + text="CL:4030052", + description="""A DRD2-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.""", + meaning=CL["4030052"])) + setattr(cls, "CL:0001066", + PermissibleValue( + text="CL:0001066", + description="""A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative).""", + meaning=CL["0001066"])) + setattr(cls, "CL:4023011", + PermissibleValue( + text="CL:4023011", + description="A GABAergic neuron located in the cerebral cortex that expresses Lamp5", + meaning=CL["4023011"])) + setattr(cls, "CL:1000415", + PermissibleValue( + text="CL:1000415", + description="An epithelial cell that is part of the gallbladder.", + meaning=CL["1000415"])) + setattr(cls, "CL:4033009", + PermissibleValue( + text="CL:4033009", + description="A(n) goblet cell that is part of a(n) epithelium of lobar bronchus.", + meaning=CL["4033009"])) + setattr(cls, "CL:0009085", + PermissibleValue( + text="CL:0009085", + description="""An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. They may form discrete colonies.""", + meaning=CL["0009085"])) + setattr(cls, "CL:0004137", + PermissibleValue( + text="CL:0004137", + description="A retinal ganglion A2 cell with dendrites terminating in S4.", + meaning=CL["0004137"])) + setattr(cls, "CL:1000615", + PermissibleValue( + text="CL:1000615", + description="Any kidney tubule cell that is part of some renal cortex tubule.", + meaning=CL["1000615"])) + setattr(cls, "CL:1000477", + PermissibleValue( + text="CL:1000477", + description="A nodal myocyte that is part of the sinoatrial node.", + meaning=CL["1000477"])) + setattr(cls, "CL:0002158", + PermissibleValue( + text="CL:0002158", + description="Epithelial cell found on the external side of the tympanic membrane", + meaning=CL["0002158"])) + setattr(cls, "CL:0000967", + PermissibleValue( + text="CL:0000967", + description="""A memory B cell arising in the germinal center that is IgD-negative and has undergone somatic mutation of the variable region of the immunoglobulin heavy and light chain genes.""", + meaning=CL["0000967"])) + setattr(cls, "CL:0010012", + PermissibleValue( + text="CL:0010012", + description="A CNS neuron of the cerebral cortex.", + meaning=CL["0010012"])) + setattr(cls, "CL:1000703", + PermissibleValue( + text="CL:1000703", + description="Any kidney epithelial cell that is part of some kidney pelvis urothelium.", + meaning=CL["1000703"])) + setattr(cls, "CL:0004240", + PermissibleValue( + text="CL:0004240", + description="""An amacrine cell with a wide dendritic field, dendrites in S1, and post-synaptic terminals in S1.""", + meaning=CL["0004240"])) + setattr(cls, "CL:0000726", + PermissibleValue( + text="CL:0000726", + description="""An asexual 1-celled spore (primarily for perennation, not dissemination). Originates endogenously and singly within part of a pre-existing cell by the contraction of the protoplast. Possesses an inner secondary and often thickened hyaline or brown wall, usually impregnated with hydrophobic material.""", + meaning=CL["0000726"])) + setattr(cls, "CL:4023003", + PermissibleValue( + text="CL:4023003", + description="""A type of intrafusal muscle fiber that has nuclei arranged in a linear row. Unlike nuclear bag fibers, the equatorial region of these fibers (in the centre of the spindle) is not expanded. These fibers are responsible for the detection of changes in muscle length. They are innervated by static gamma motor neurons and are principally associated with type II sensory fibers.""", + meaning=CL["4023003"])) + setattr(cls, "CL:0000915", + PermissibleValue( + text="CL:0000915", + description="""An alpha-beta intraepithelial T cell with the phenotype CD8-alpha-alpha-positive located in the columnar epithelium of the gastrointestinal tract. These cells have a memory phenotype of CD2-negative and CD5-negative.""", + meaning=CL["0000915"])) + setattr(cls, "CL:0000434", + PermissibleValue( + text="CL:0000434", + description="A secretory cell that discharges its product without loss of cytoplasm.", + meaning=CL["0000434"])) + setattr(cls, "CL:0002444", + PermissibleValue( + text="CL:0002444", + description="A NK1.1-positive T cell that is Ly49H-positive.", + meaning=CL["0002444"])) + setattr(cls, "CL:0002234", + PermissibleValue( + text="CL:0002234", + description="A cell of the basal layer of the epithelium in the prostatic acinus.", + meaning=CL["0002234"])) + setattr(cls, "CL:4030063", + PermissibleValue( + text="CL:4030063", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3-4. This neuron type can have a pyramidal, star-pyramidal or spiny stellate morphology and projects its output to L2/3 and L5A/B. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', L4 IT.""", + meaning=CL["4030063"])) + setattr(cls, "CL:0000324", + PermissibleValue( + text="CL:0000324", + meaning=CL["0000324"])) + setattr(cls, "CL:1000492", + PermissibleValue( + text="CL:1000492", + description="A mesothelial cell that is part of the parietal pleura.", + meaning=CL["1000492"])) + setattr(cls, "CL:0000627", + PermissibleValue( + text="CL:0000627", + description="""A cell involved in transporting nutrients, minerals, water, gases and other chemicals between cells for a variety of purposes including conveying nutrition to other tissues, removing waste products from the tissues, conveying gases for respiration, distributing heat and repelling invasion of foreign substances.""", + meaning=CL["0000627"])) + setattr(cls, "CL:0002617", + PermissibleValue( + text="CL:0002617", + description="An adipocyte that is part of the breast.", + meaning=CL["0002617"])) + setattr(cls, "CL:0001001", + PermissibleValue( + text="CL:0001001", + description="""Immature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001001"])) + setattr(cls, "CL:0011023", + PermissibleValue( + text="CL:0011023", + description="A mast cell that is CD25+.", + meaning=CL["0011023"])) + setattr(cls, "CL:2000005", + PermissibleValue( + text="CL:2000005", + description="Any macroglial cell that is part of a brain.", + meaning=CL["2000005"])) + setattr(cls, "CL:0000105", + PermissibleValue( + text="CL:0000105", + description="""Neuron with two neurites that are fused grossly when they protrude from the soma and bifurcate a short distance from the soma.""", + meaning=CL["0000105"])) + setattr(cls, "CL:2000066", + PermissibleValue( + text="CL:2000066", + description="Any fibroblast that is part of a cardiac ventricle.", + meaning=CL["2000066"])) + setattr(cls, "CL:0000877", + PermissibleValue( + text="CL:0000877", + description="""A splenic white pulp macrophage found in and around the germinal centers of the white pulp of the spleen that participates in phagocytosis of apoptotic B cells from the germinal centers. A marker for a cell of this type is Mertk-positive.""", + meaning=CL["0000877"])) + setattr(cls, "CL:0002343", + PermissibleValue( + text="CL:0002343", + description="""A natural killer cell subset that is found in the decidual of the uterus and is CD56-high, Galectin-1-positive and CD16-negative. This cell type represents the most abundant immune cell type in the decidual during the first trimester of pregnancy.""", + meaning=CL["0002343"])) + setattr(cls, "CL:1000217", + PermissibleValue( + text="CL:1000217", + description="Any chondrocyte that is part of some growth plate cartilage.", + meaning=CL["1000217"])) + setattr(cls, "CL:1000354", + PermissibleValue( + text="CL:1000354", + description="A M cell that is part of the epithelium of intestinal villus.", + meaning=CL["1000354"])) + setattr(cls, "CL:0000345", + PermissibleValue( + text="CL:0000345", + description="""A mesenchymal cell that is part of a small mass of condensed mesenchyme in the enamel organ; it differentiates into the dentin and dental pulp.""", + meaning=CL["0000345"])) + setattr(cls, "CL:0000322", + PermissibleValue( + text="CL:0000322", + description="""An epithelial cell that lines the peripheral gas exchange region of the lungs of air-breathing vertebrates.""", + meaning=CL["0000322"])) + setattr(cls, "CL:2000045", + PermissibleValue( + text="CL:2000045", + description="Any melanocyte of skin that is part of a skin of prepuce of penis.", + meaning=CL["2000045"])) + setattr(cls, "CL:0000887", + PermissibleValue( + text="CL:0000887", + description="""A lymph node macrophage found in the subcapsular sinus of lymph nodes that participates in sensing, clearance, and antigen presentation of lymph-borne particulate antigens. This macrophage is capable of activating invaraint NKT cells and is CD169-positive.""", + meaning=CL["0000887"])) + setattr(cls, "CL:0000465", + PermissibleValue( + text="CL:0000465", + description="A precursor of the cells that form the dorsal vessel of arthropods.", + meaning=CL["0000465"])) + setattr(cls, "CL:0002356", + PermissibleValue( + text="CL:0002356", + description="""A primitive erythrocyte that has undergone enucleation. This cell type is 3-6 fold bigger than the fetal derived erythrocytes that they co-circulate with during fetal development. Expresses epsilon-gamma hemoglobin chains.""", + meaning=CL["0002356"])) + setattr(cls, "CL:1000330", + PermissibleValue( + text="CL:1000330", + description="A serous secreting cell that is part of the epithelium of trachea.", + meaning=CL["1000330"])) + setattr(cls, "CL:0002285", + PermissibleValue( + text="CL:0002285", + description="""A taste receptor cell that is characterized by morphologically identifiable synaptic contacts with the gustatory nerve fibers and expression of the synaptic membrane protein-25 (SNAP-25) and NCAM.""", + meaning=CL["0002285"])) + setattr(cls, "CL:0017004", + PermissibleValue( + text="CL:0017004", + description="""A supportive cell with a small, oval-shaped body and one to five telopodes. Telopodes are cytoplasmic protrusions from tens to hundreds of micrometers long and mostly below 0.2 microns of caliber.""", + meaning=CL["0017004"])) + setattr(cls, "CL:0002043", + PermissibleValue( + text="CL:0002043", + description="""A hematopoietic multipotent progenitor cell that is CD34-positive, CD38-negative, CD45RA-negative, and CD90-negative.""", + meaning=CL["0002043"])) + setattr(cls, "CL:0001047", + PermissibleValue( + text="CL:0001047", + description="""A CD4-positive, CD25-positive, alpha-beta regulatory T cell with the additional phenotype CCR4-positive.""", + meaning=CL["0001047"])) + setattr(cls, "CL:1000468", + PermissibleValue( + text="CL:1000468", + description="A myoepithelial cell that is part of the acinus of lactiferous gland.", + meaning=CL["1000468"])) + setattr(cls, "CL:0000459", + PermissibleValue( + text="CL:0000459", + description="""A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme.""", + meaning=CL["0000459"])) + setattr(cls, "CL:0000765", + PermissibleValue( + text="CL:0000765", + description="A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers.", + meaning=CL["0000765"])) + setattr(cls, "CL:1000340", + PermissibleValue( + text="CL:1000340", + description="An enterocyte that is part of the epithelium proper of duodenum.", + meaning=CL["1000340"])) + setattr(cls, "CL:4033034", + PermissibleValue( + text="CL:4033034", + description="""An ON bipolar cell with a small dendritic tree that forms most of the central (invaginating) elements opposite the synaptic ribbon at the cone triad.""", + meaning=CL["4033034"])) + setattr(cls, "CL:0002171", + PermissibleValue( + text="CL:0002171", + description="""A rounded or elliptical epithelial cell, with pale-staining open face nucleus and pale cytoplasm rich in free ribosomes and clusters of centrioles; form a distinct basal zone spaced slightly from the basal surface of the epithelium.""", + meaning=CL["0002171"])) + setattr(cls, "CL:0000318", + PermissibleValue( + text="CL:0000318", + description="""A cell secreting sweat, the fluid excreted by the sweat glands of mammals. It consists of water containing sodium chloride, phosphate, urea, ammonia, and other waste products.""", + meaning=CL["0000318"])) + setattr(cls, "CL:0002005", + PermissibleValue( + text="CL:0002005", + description="""A megakaryocyte erythroid progenitor cell is CD34-positive, CD38-positive and is IL3-receptor alpha-negative and CD45RA-negative.""", + meaning=CL["0002005"])) + setattr(cls, "CL:0002377", + PermissibleValue( + text="CL:0002377", + description="""A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons.""", + meaning=CL["0002377"])) + setattr(cls, "CL:0009047", + PermissibleValue( + text="CL:0009047", + description="A macrophage found in the medullary sinus of the lymph node.", + meaning=CL["0009047"])) + setattr(cls, "CL:0002309", + PermissibleValue( + text="CL:0002309", + description="""A basophil chromphil cell of the anterior pitiutary gland that produce adrenocorticotropic hormone, melanocyte-stimulating hormone and lipotropin. This cell type is irregular in shape and has short dendritic processes which are inserted among other neighboring cells;""", + meaning=CL["0002309"])) + setattr(cls, "CL:0000412", + PermissibleValue( + text="CL:0000412", + description="A cell that contains more than two haploid sets of chromosomes.", + meaning=CL["0000412"])) + setattr(cls, "CL:1000412", + PermissibleValue( + text="CL:1000412", + description="An endothelial cell that is part of the arteriole.", + meaning=CL["1000412"])) + setattr(cls, "CL:0002049", + PermissibleValue( + text="CL:0002049", + description="""A precursor B cell that is CD45R-positive, CD43-positive, CD24-positive, and BP-positive. Intracellularly expression of surrogate light chain, Rag1 and Rag2, TdT, occurs while there is no expression of mu heavy chain.""", + meaning=CL["0002049"])) + setattr(cls, "CL:0000034", + PermissibleValue( + text="CL:0000034", + description="""A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells.""", + meaning=CL["0000034"])) + setattr(cls, "CL:0002325", + PermissibleValue( + text="CL:0002325", + description="""A milk-producing glandular epithelial cell that is part of a mammary gland alveolus and differentiates from a luminal adaptive secretory precursor cell during secretory differentiation (also termed lactogenesis I). Following secretory activation (also termed lactogenesis II), a lactocyte is involved in the synthesis and/or transport of milk constituents including proteins, oligosaccharides, lactose, micronutrients, fat, hormones, immunoglobulins, and cytokines into the lumen of the lactating mammary gland.""", + meaning=CL["0002325"])) + setattr(cls, "CL:2000004", + PermissibleValue( + text="CL:2000004", + description="Any cell that is part of a pituitary gland.", + meaning=CL["2000004"])) + setattr(cls, "CL:0002330", + PermissibleValue( + text="CL:0002330", + description="An undifferentiated columnar cell of the bronchus epithelium", + meaning=CL["0002330"])) + setattr(cls, "CL:0002400", + PermissibleValue( + text="CL:0002400", + description="""A precursor B cell that is AA4-positive, IgM-negative, CD19-positive, CD43-positive and HSA-positive.""", + meaning=CL["0002400"])) + setattr(cls, "CL:4023001", + PermissibleValue( + text="CL:4023001", + description="A beta motor neuron that innervates nuclear chain fibers.", + meaning=CL["4023001"])) + setattr(cls, "CL:2000022", + PermissibleValue( + text="CL:2000022", + description="Any native cell that is part of a cardiac septum.", + meaning=CL["2000022"])) + setattr(cls, "CL:4030061", + PermissibleValue( + text="CL:4030061", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layer 3.""", + meaning=CL["4030061"])) + setattr(cls, "CL:0000879", + PermissibleValue( + text="CL:0000879", + description="""A border associated macrophage that is part of a meninx. This macrophage type is elongated and amoeboid spindle-shaped with limited mobility. This macrophage is highly phagocytic, expresses scavenger receptors, has dynamic protrusions and extends its processes during inflammation.""", + meaning=CL["0000879"])) + setattr(cls, "CL:4023052", + PermissibleValue( + text="CL:4023052", + description="A Betz cell that synapses with lower motor neurons directly.", + meaning=CL["4023052"])) + setattr(cls, "CL:0000800", + PermissibleValue( + text="CL:0000800", + description="""A gamma-delta T cell that has a mature phenotype. These cells can be found in tissues and circulation where they express unique TCR repertoire depending on their location.""", + meaning=CL["0000800"])) + setattr(cls, "CL:0002566", + PermissibleValue( + text="CL:0002566", + description="A melanocyte that appears darker due to content or amount of melanin granules.", + meaning=CL["0002566"])) + setattr(cls, "CL:0002216", + PermissibleValue( + text="CL:0002216", + description="""An intermediate muscle cell that has characteristics of both fast and slow muscle cells.""", + meaning=CL["0002216"])) + setattr(cls, "CL:0000808", + PermissibleValue( + text="CL:0000808", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-negative, CD25-negative, and pre-TCR-positive.""", + meaning=CL["0000808"])) + setattr(cls, "CL:4042003", + PermissibleValue( + text="CL:4042003", + description="""A central nervous system macrophage that is part of a choroid plexus, a meninx and a perivascular space. A border associated macrophage interacts with various components of the CNS vasculature and meninges, it participates in immune surveillance and in the regulation of the blood brain barrier.""", + meaning=CL["4042003"])) + setattr(cls, "CL:0000673", + PermissibleValue( + text="CL:0000673", + description="""An intrinsic neuron of the mushroom body of arthropods and annelids. They have tightly packed, cytoplasm-poor cell bodies.""", + meaning=CL["0000673"])) + setattr(cls, "CL:2000034", + PermissibleValue( + text="CL:2000034", + description="Any neuromast hair cell that is part of a anterior lateral line.", + meaning=CL["2000034"])) + setattr(cls, "CL:0000143", + PermissibleValue( + text="CL:0000143", + meaning=CL["0000143"])) + setattr(cls, "CL:0000625", + PermissibleValue( + text="CL:0000625", + description="A T cell expressing an alpha-beta T cell receptor and the CD8 coreceptor.", + meaning=CL["0000625"])) + setattr(cls, "CL:1000693", + PermissibleValue( + text="CL:1000693", + meaning=CL["1000693"])) + setattr(cls, "CL:0000567", + PermissibleValue( + text="CL:0000567", + meaning=CL["0000567"])) + setattr(cls, "CL:1001597", + PermissibleValue( + text="CL:1001597", + description="Glandular cell of seminal vesicle epithelium.", + meaning=CL["1001597"])) + setattr(cls, "CL:1000223", + PermissibleValue( + text="CL:1000223", + description="""A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Lung neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Lung neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury.""", + meaning=CL["1000223"])) + setattr(cls, "CL:0000445", + PermissibleValue( + text="CL:0000445", + meaning=CL["0000445"])) + setattr(cls, "CL:4023089", + PermissibleValue( + text="CL:4023089", + description="""A basket cell which has simpler dendritic arbors (compared to small or large basket cells), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches.""", + meaning=CL["4023089"])) + setattr(cls, "CL:1000696", + PermissibleValue( + text="CL:1000696", + meaning=CL["1000696"])) + setattr(cls, "CL:1000314", + PermissibleValue( + text="CL:1000314", + description="A goblet cell that is part of the epithelium of gastric cardiac gland.", + meaning=CL["1000314"])) + setattr(cls, "CL:0004237", + PermissibleValue( + text="CL:0004237", + description="""A retinal amacrine cell with a medium dendritic field and post-synaptic terminals in S1, S2, S3, and S4. This cell type releases the neurotransmitter gamma-aminobutyric acid (GABA).""", + meaning=CL["0004237"])) + setattr(cls, "CL:1000479", + PermissibleValue( + text="CL:1000479", + description="A Purkinje myocyte that is part of the atrioventricular node.", + meaning=CL["1000479"])) + setattr(cls, "CL:0007004", + PermissibleValue( + text="CL:0007004", + description="""Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells.""", + meaning=CL["0007004"])) + setattr(cls, "CL:4030042", + PermissibleValue( + text="CL:4030042", + description="A ciliated cell of the endometrial glandular epithelium.", + meaning=CL["4030042"])) + setattr(cls, "CL:0000354", + PermissibleValue( + text="CL:0000354", + meaning=CL["0000354"])) + setattr(cls, "CL:0000793", + PermissibleValue( + text="CL:0000793", + description="""A CD4-positive, alpha-beta T cell that is found in the columnar epithelium of the gastrointestinal tract.""", + meaning=CL["0000793"])) + setattr(cls, "CL:1000362", + PermissibleValue( + text="CL:1000362", + description="A transitional myocyte that is part of the interventricular septum.", + meaning=CL["1000362"])) + setattr(cls, "CL:0002339", + PermissibleValue( + text="CL:0002339", + description="""A prostate epithelial cell that is CD133-positive, CD44-positive, integrin A2beta3-high. This cell is a stem cell for the prostate epithelium.""", + meaning=CL["0002339"])) + setattr(cls, "CL:0002247", + PermissibleValue( + text="CL:0002247", + description="A tissue macrophage that is in the pleural space.", + meaning=CL["0002247"])) + setattr(cls, "CL:0002211", + PermissibleValue( + text="CL:0002211", + description="""A slow muscle cell that has large amounts of myoglobin, stores energy as triglycerides, generates ATP by the oxidative method and is resistant to fatigue.""", + meaning=CL["0002211"])) + setattr(cls, "CL:0000655", + PermissibleValue( + text="CL:0000655", + description="A secondary oocyte is an oocyte that has not completed meiosis II.", + meaning=CL["0000655"])) + setattr(cls, "CL:4023015", + PermissibleValue( + text="CL:4023015", + description="A GABAergic neuron located in the cerebral cortex that expresses Gamma-synuclein", + meaning=CL["4023015"])) + setattr(cls, "CL:0000814", + PermissibleValue( + text="CL:0000814", + description="""A mature alpha-beta T cell of a distinct lineage that bears natural killer markers and a T cell receptor specific for a limited set of ligands. NK T cells have activation and regulatory roles particularly early in an immune response.""", + meaning=CL["0000814"])) + setattr(cls, "CL:0002298", + PermissibleValue( + text="CL:0002298", + description="""A thymic epithelial cell type with low nuclear and cytoplasmic electrondensity; has a round, euchromatic nucleus and occurs in small groups at the corticomedullary junction or scattered singly in the medulla.""", + meaning=CL["0002298"])) + setattr(cls, "CL:0000011", + PermissibleValue( + text="CL:0000011", + description="""Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination.""", + meaning=CL["0000011"])) + setattr(cls, "CL:0000669", + PermissibleValue( + text="CL:0000669", + description="""An elongated, contractile cell found wrapped about precapillary arterioles outside the basement membrane. Pericytes are present in capillaries where proper adventitia and muscle layer are missing (thus distingushing this cell type from adventitial cells). They are relatively undifferentiated and may become fibroblasts, macrophages, or smooth muscle cells.""", + meaning=CL["0000669"])) + setattr(cls, "CL:0000125", + PermissibleValue( + text="CL:0000125", + description="""A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons.""", + meaning=CL["0000125"])) + setattr(cls, "CL:1000453", + PermissibleValue( + text="CL:1000453", + description="An epithelial cell that is part of the intermediate tubule.", + meaning=CL["1000453"])) + setattr(cls, "CL:0002028", + PermissibleValue( + text="CL:0002028", + description="""A cell type that can give rise to basophil and mast cells. This cell is CD34-positive, CD117-positive, CD125-positive, FceRIa-negative, and T1/ST2-negative, and expresses Gata-1, Gata-2, C/EBPa""", + meaning=CL["0002028"])) + setattr(cls, "CL:0000222", + PermissibleValue( + text="CL:0000222", + description="A cell of the middle germ layer of the embryo.", + meaning=CL["0000222"])) + setattr(cls, "CL:0002397", + PermissibleValue( + text="CL:0002397", + description="A CD14-positive monocyte that is also CD16-positive and CCR2-negative.", + meaning=CL["0002397"])) + setattr(cls, "CL:1000618", + PermissibleValue( + text="CL:1000618", + description="Any kidney cortical cell that is part of some juxtaglomerular apparatus.", + meaning=CL["1000618"])) + setattr(cls, "CL:0002634", + PermissibleValue( + text="CL:0002634", + description="An epithelial cell of the anal column.", + meaning=CL["0002634"])) + setattr(cls, "CL:4033040", + PermissibleValue( + text="CL:4033040", + description="A lung resident memory CD8-positive, alpha-beta T cell that is CD103-positive.", + meaning=CL["4033040"])) + setattr(cls, "CL:0011003", + PermissibleValue( + text="CL:0011003", + description="""A neurosecretory neuron residing mainly in the hypothalamic supraoptic and paraventricular nuclei and in a number of smaller accessory cell groups between these two nuclei, that is capable of secreting the hormones oxytocin or vasopressin, and sometimes both, into the systemic circulation.""", + meaning=CL["0011003"])) + setattr(cls, "CL:0002459", + PermissibleValue( + text="CL:0002459", + description="A dermal dendritic cell that is langerin-negative, CD103-negative, and CD11b-positive.", + meaning=CL["0002459"])) + setattr(cls, "CL:0002237", + PermissibleValue( + text="CL:0002237", + description="A cell that constitutes the luminal layer of epithelium of prostatic duct.", + meaning=CL["0002237"])) + setattr(cls, "CL:0002521", + PermissibleValue( + text="CL:0002521", + description="An adipocyte that is part of subcutaneous adipose tissue.", + meaning=CL["0002521"])) + setattr(cls, "CL:0002244", + PermissibleValue( + text="CL:0002244", + description="A nonstratified squamous cell located in the ectocervix.", + meaning=CL["0002244"])) + setattr(cls, "CL:0000498", + PermissibleValue( + text="CL:0000498", + description="""An interneuron (also called relay neuron, association neuron or local circuit neuron) is a multipolar neuron which connects afferent neurons and efferent neurons in neural pathways. Like motor neurons, interneuron cell bodies are always located in the central nervous system (CNS).""", + meaning=CL["0000498"])) + setattr(cls, "CL:0002547", + PermissibleValue( + text="CL:0002547", + description="A fibroblast of the aortic adventitia.", + meaning=CL["0002547"])) + setattr(cls, "CL:0002579", + PermissibleValue( + text="CL:0002579", + description="A preadipocyte that is part of an omentum.", + meaning=CL["0002579"])) + setattr(cls, "CL:0000213", + PermissibleValue( + text="CL:0000213", + description="""A cell within an epithelial cell sheet whose main function is to act as an internal or external covering for a tissue or an organism.""", + meaning=CL["0000213"])) + setattr(cls, "CL:0017002", + PermissibleValue( + text="CL:0017002", + description="A neuroendocrine cell that is part of the prostate epithelium.", + meaning=CL["0017002"])) + setattr(cls, "CL:0002421", + PermissibleValue( + text="CL:0002421", + description="""A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles.""", + meaning=CL["0002421"])) + setattr(cls, "CL:4033057", + PermissibleValue( + text="CL:4033057", + description="""A luminal epithelial cell of the mammary gland that can proliferate and has the potential to differentiate into a lactocyte during pregnancy. In humans, a luminal adaptive secretory precursor cell can be identified by high levels of the markers EpCAM and CD49f, and in mice it can be identified by low levels of CD29 and high levels of CD14, Kit, CD61, and Tspan8.""", + meaning=CL["4033057"])) + setattr(cls, "CL:1001016", + PermissibleValue( + text="CL:1001016", + description="""Any kidney loop of Henle epithelial cell that is part of some ascending limb of loop of Henle.""", + meaning=CL["1001016"])) + setattr(cls, "CL:0002109", + PermissibleValue( + text="CL:0002109", + description="""A B220-positive CD38-positive naive B cell is a CD38-positive naive B cell that has the phenotype B220-positive, CD38-positive, surface IgD-positive, surface IgM-positive, and CD27-negative, and that has not yet been activated by antigen in the periphery.""", + meaning=CL["0002109"])) + setattr(cls, "CL:1000274", + PermissibleValue( + text="CL:1000274", + meaning=CL["1000274"])) + setattr(cls, "CL:0000591", + PermissibleValue( + text="CL:0000591", + description="A thermoreceptor cell that detects increased temperatures.", + meaning=CL["0000591"])) + setattr(cls, "CL:0000699", + PermissibleValue( + text="CL:0000699", + description="A type of glomus or chief cell, is sensitive to hypoxia and produce catecholamines.", + meaning=CL["0000699"])) + setattr(cls, "CL:0002644", + PermissibleValue( + text="CL:0002644", + description="""An endothelial cell of viscerocranial mucosa that is part of the tympanic region of the viscerocranial mucosa.""", + meaning=CL["0002644"])) + setattr(cls, "CL:0000319", + PermissibleValue( + text="CL:0000319", + description="Any secretory cell that is capable of some mucus secretion.", + meaning=CL["0000319"])) + setattr(cls, "CL:0002137", + PermissibleValue( + text="CL:0002137", + description="A cell in the zona reticularis that produce sex hormones.", + meaning=CL["0002137"])) + setattr(cls, "CL:0000413", + PermissibleValue( + text="CL:0000413", + description="A cell whose nucleus contains a single haploid genome.", + meaning=CL["0000413"])) + setattr(cls, "CL:0000100", + PermissibleValue( + text="CL:0000100", + description="""An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement.""", + meaning=CL["0000100"])) + setattr(cls, "CL:0000490", + PermissibleValue( + text="CL:0000490", + meaning=CL["0000490"])) + setattr(cls, "CL:0002628", + PermissibleValue( + text="CL:0002628", + description="An immature microglial cell with a ramified morphology.", + meaning=CL["0002628"])) + setattr(cls, "CL:0000933", + PermissibleValue( + text="CL:0000933", + description="""A type II NK T cell that has been recently activated, secretes interleukin-4, and has the phenotype CD69-positive and downregulated NK markers.""", + meaning=CL["0000933"])) + setattr(cls, "CL:0000679", + PermissibleValue( + text="CL:0000679", + description="A neuron that is capable of some neurotansmission by glutamate secretion.", + meaning=CL["0000679"])) + setattr(cls, "CL:0002572", + PermissibleValue( + text="CL:0002572", + description="A mesenchymal stem cell of the vertebrae.", + meaning=CL["0002572"])) + setattr(cls, "CL:0010022", + PermissibleValue( + text="CL:0010022", + description="A neuron that has its soma in the heart.", + meaning=CL["0010022"])) + setattr(cls, "CL:0004239", + PermissibleValue( + text="CL:0004239", + description="""A bistratified amacrine cell with a medium dendritic field and post-synaptic terminals in S1-S2, and S4.""", + meaning=CL["0004239"])) + setattr(cls, "CL:0005001", + PermissibleValue( + text="CL:0005001", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into an iridophore.""", + meaning=CL["0005001"])) + setattr(cls, "CL:0000691", + PermissibleValue( + text="CL:0000691", + description="Any interneuron that has characteristic some stellate morphology.", + meaning=CL["0000691"])) + setattr(cls, "CL:2000015", + PermissibleValue( + text="CL:2000015", + description="Any skin fibroblast that is part of a arm.", + meaning=CL["2000015"])) + setattr(cls, "CL:0002586", + PermissibleValue( + text="CL:0002586", + description="An epithelial cell of the retinal pigmented epithelium.", + meaning=CL["0002586"])) + setattr(cls, "CL:0000453", + PermissibleValue( + text="CL:0000453", + description="""Langerhans cell is a conventional dendritic cell that has plasma membrane part CD207. A Langerhans cell is a stellate dendritic cell of myeloid origin, that appears clear on light microscopy and has a dark-staining, indented nucleus and characteristic inclusions (Birbeck granules) in the cytoplasm; Langerhans cells are found principally in the stratum spinosum of the epidermis, but they also occur in other stratified epithelia and have been identified in the lung, lymph nodes, spleen, and thymus.""", + meaning=CL["0000453"])) + setattr(cls, "CL:0002222", + PermissibleValue( + text="CL:0002222", + description="""A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye.""", + meaning=CL["0002222"])) + setattr(cls, "CL:0000770", + PermissibleValue( + text="CL:0000770", + description="""A late basophilic metamyelocyte in which the nucleus is in the form of a curved or coiled band, not having acquired the typical multilobar shape of the mature basophil.""", + meaning=CL["0000770"])) + setattr(cls, "CL:0000823", + PermissibleValue( + text="CL:0000823", + description="""A natural killer cell that is developmentally immature and expresses natural killer cell receptors (NKR).""", + meaning=CL["0000823"])) + setattr(cls, "CL:0005018", + PermissibleValue( + text="CL:0005018", + description="A cell that secretes ghrelin, the peptide hormone that stimulates hunger.", + meaning=CL["0005018"])) + setattr(cls, "CL:1000378", + PermissibleValue( + text="CL:1000378", + description="A type I vestibular sensory cell that is part of the stato-acoustic epithelium.", + meaning=CL["1000378"])) + setattr(cls, "CL:0002536", + PermissibleValue( + text="CL:0002536", + description="An epithelial cell that is part of the amnion.", + meaning=CL["0002536"])) + setattr(cls, "CL:0000758", + PermissibleValue( + text="CL:0000758", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. The cell has a loose, delicate axon terminal that opens in sublamina 3 of the inner plexiform layer and descends into sublamina 4.""", + meaning=CL["0000758"])) + setattr(cls, "CL:2000036", + PermissibleValue( + text="CL:2000036", + description="Any neuromast support cell that is part of a anterior lateral line.", + meaning=CL["2000036"])) + setattr(cls, "CL:0002610", + PermissibleValue( + text="CL:0002610", + description="A neuron of the raphe nuclei.", + meaning=CL["0002610"])) + setattr(cls, "CL:4023031", + PermissibleValue( + text="CL:4023031", + description="""A sst GABAergic cortical interneuron with a soma found in lower L2/3 and upper 5, L4 Sst cells have Martinotti morphology with ascending axons but denser local axons and sparser ‘fanning-out’ projections to L1. L4 sst cells have smaller membrane time constant to calb2 (L2/3/5 fan Martinotti Cell) and non-zero afterdepolarization (ADP).""", + meaning=CL["4023031"])) + setattr(cls, "CL:0002145", + PermissibleValue( + text="CL:0002145", + description="""A ciliated columnar cell found in the trachea and bronchus. Vary from low to tall columnar; possesses up to 300 cilia at its surface, interspersed with long irregular microvilli with the cilia varying in length from about 6um in the trachea to about 4um in the terminal bronchioles; driving force of the ciliary current in the bronchial tree.""", + meaning=CL["0002145"])) + setattr(cls, "CL:0000965", + PermissibleValue( + text="CL:0000965", + description="""A germinal center B cell that is rapidly dividing and has the phenotype IgD-negative, CD38-positive, and CD77-positive. Somatic hypermutation of the immunoglobulin V gene region can occur during proliferation of this cell type.""", + meaning=CL["0000965"])) + setattr(cls, "CL:1000494", + PermissibleValue( + text="CL:1000494", + description="An epithelial cell that is part of a nephron tubule.", + meaning=CL["1000494"])) + setattr(cls, "CL:0011115", + PermissibleValue( + text="CL:0011115", + description="""A cell that, by division or terminal differentiation, can give rise to other cell types.""", + meaning=CL["0011115"])) + setattr(cls, "CL:0002527", + PermissibleValue( + text="CL:0002527", + description="An immature CD14-positive dermal dendritic cell is CD80-low, CD86-low, and MHCII-low.", + meaning=CL["0002527"])) + setattr(cls, "CL:0009113", + PermissibleValue( + text="CL:0009113", + description="""A regulatory T cell present in the B cell follicles and germinal centers of lymphoid tissues. In humans, it is CXCR5+.""", + meaning=CL["0009113"])) + setattr(cls, "CL:0009012", + PermissibleValue( + text="CL:0009012", + description="""A rapidly proliferating population of cells that differentiate from stem cells of the intestinal crypt of the small intestine. Stem cells located in the crypts of Lieberkühn give rise to proliferating progenitor or transit amplifying cells that differentiate into the four major epithelial cell types. These include columnar absorptive cells or enterocytes, mucous secreting goblet cells, enteroendocrine cells and paneth cells.""", + meaning=CL["0009012"])) + setattr(cls, "CL:0000628", + PermissibleValue( + text="CL:0000628", + description="""A cell that can perform photosynthesis, in which carbohydrates are synthesized from carbon dioxide and water, using light as the energy source.""", + meaning=CL["0000628"])) + setattr(cls, "CL:0000712", + PermissibleValue( + text="CL:0000712", + description="Any epidermal cell that is part of some stratum granulosum of epidermis.", + meaning=CL["0000712"])) + setattr(cls, "CL:0000099", + PermissibleValue( + text="CL:0000099", + description="""Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions.""", + meaning=CL["0000099"])) + setattr(cls, "CL:4023024", + PermissibleValue( + text="CL:4023024", + description="""A lamp5 GABAergic cortical interneuron with layer-adapting morphology. NGC lamp5 cells have a small round soma, short dendrites, and a wide dense axonal arbor that tends to establish a dense axonal mesh with high connection probability both to themselves and L2 pyramidal cells. NGC lamp5 cells have unique synaptic properties that distinguish them from other GABAergic interneurons, including the release of GABA to the extracellular space via volume transmission, and the ability to produce GABA-B responses in connected postsynaptic targets.""", + meaning=CL["4023024"])) + setattr(cls, "CL:4023095", + PermissibleValue( + text="CL:4023095", + description="""A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances.""", + meaning=CL["4023095"])) + setattr(cls, "CL:0000639", + PermissibleValue( + text="CL:0000639", + description="A basophilic chromophil cell that of the anterior pituitary gland.", + meaning=CL["0000639"])) + setattr(cls, "CL:0000385", + PermissibleValue( + text="CL:0000385", + description="A precursor of mature hemocytes.", + meaning=CL["0000385"])) + setattr(cls, "CL:0000359", + PermissibleValue( + text="CL:0000359", + description="A smooth muscle cell associated with the vasculature.", + meaning=CL["0000359"])) + setattr(cls, "CL:0002619", + PermissibleValue( + text="CL:0002619", + description="""An adult angioblastic cell released from the bone marrow, or from the kidney in some teleost species, capable of blood circulation and participation in angiogenesis by differentiating into blood vessel endothelial cells.""", + meaning=CL["0002619"])) + setattr(cls, "CL:0009107", + PermissibleValue( + text="CL:0009107", + description="""A lymphatic endothelial cell located in the subcapsular sinus ceiling of a lymph node. In human, it's characterized by a unique marker expression (NT5e+ and Caveolin-1+).""", + meaning=CL["0009107"])) + setattr(cls, "CL:0002175", + PermissibleValue( + text="CL:0002175", + description="A cell within the primary follicle of the ovary.", + meaning=CL["0002175"])) + setattr(cls, "CL:4023045", + PermissibleValue( + text="CL:4023045", + description="""An extratelencephalic-projecting glutamatergic neuron located in layer 5b of the primary motor cortex that projects to the medulla. MY ET cells are large, big-tufted cells with the apical dendrite often bifurcating close to the soma, suggesting they are corticospinal cells. MY ET cells have bigger hyperpolarization sag, lower input resistance, and smaller AP width, compared to L5 IT neurons.""", + meaning=CL["4023045"])) + setattr(cls, "CL:4033023", + PermissibleValue( + text="CL:4033023", + description="An epithelial cell that is part of a collecting duct of an airway submucosal gland.", + meaning=CL["4033023"])) + setattr(cls, "CL:4033015", + PermissibleValue( + text="CL:4033015", + description="""A star-shaped glial cell that is part of some retina. This cell links neurons to blood vessels and may provide structural and physiological support to optic nerve head axons.""", + meaning=CL["4033015"])) + setattr(cls, "CL:0000528", + PermissibleValue( + text="CL:0000528", + description="A nerve cell where transmission is mediated by nitric oxide.", + meaning=CL["0000528"])) + setattr(cls, "CL:0000402", + PermissibleValue( + text="CL:0000402", + description="An interneuron that has its cell body in a central nervous system.", + meaning=CL["0000402"])) + setattr(cls, "CL:0002104", + PermissibleValue( + text="CL:0002104", + description="""An IgG-negative double negative memory B cell is a double negative memory B cell with the phenotype IgG-negative, IgD-negative, and CD27-negative.""", + meaning=CL["0002104"])) + setattr(cls, "CL:0002032", + PermissibleValue( + text="CL:0002032", + description="""A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities.""", + meaning=CL["0002032"])) + setattr(cls, "CL:0002605", + PermissibleValue( + text="CL:0002605", + description="An astrocyte of the cerebral cortex.", + meaning=CL["0002605"])) + setattr(cls, "CL:0011114", + PermissibleValue( + text="CL:0011114", + description="""A segmented neutrophilic cell of the bone marrow reserve pool that expresses CD11b (integrin alpha-M) and high levels of CD16 (low affinity immunoglobulin gamma Fc region receptor III) on its cell surface.""", + meaning=CL["0011114"])) + setattr(cls, "CL:0001000", + PermissibleValue( + text="CL:0001000", + description="""CD8_alpha-positive CD11b-negative dendritic cell is a conventional dendritic cell that is CD11b-negative, CD4-negative and is CD205-positive and CD8_alpha-positive.""", + meaning=CL["0001000"])) + setattr(cls, "CL:0002021", + PermissibleValue( + text="CL:0002021", + description="An enucleate erythrocyte that is GlyA-positive.", + meaning=CL["0002021"])) + setattr(cls, "CL:0007022", + PermissibleValue( + text="CL:0007022", + description="""A specialized pore forming cell of the follicle, located adjacent to the animal pole of the oocyte. The micropylar cell makes the single micropyle (pore) through the chorion through which the sperm fertilizes the egg.""", + meaning=CL["0007022"])) + setattr(cls, "CL:2000030", + PermissibleValue( + text="CL:2000030", + description="Any native cell that is part of a hypothalamus.", + meaning=CL["2000030"])) + setattr(cls, "CL:0002081", + PermissibleValue( + text="CL:0002081", + description="""This cell resembles a glia cell, express the glial marker S100 and act as a supporting cell to type I cell. This cell is located in a small cluster of type I and type II cells near the fork of the carotid artery.""", + meaning=CL["0002081"])) + setattr(cls, "CL:0000138", + PermissibleValue( + text="CL:0000138", + description="""Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell.""", + meaning=CL["0000138"])) + setattr(cls, "CL:0000943", + PermissibleValue( + text="CL:0000943", + description="""A Be cell that facilitates development of T-helper 1 (Th1) phenotype in CD4-positive T cells, and secretes high levels of interleukin-2, tumor necrosis factor-alpha and interferon-gamma.""", + meaning=CL["0000943"])) + setattr(cls, "CL:0004234", + PermissibleValue( + text="CL:0004234", + description="""An amacrine cell with a medium dendritic field and post-synaptic terminals in S2, and in S3-S4.""", + meaning=CL["0004234"])) + setattr(cls, "CL:0000119", + PermissibleValue( + text="CL:0000119", + description="""Large intrinsic neuron located in the granule layer of the cerebellar cortex that extends its dendrites into the molecular layer where they receive contact from parallel fibers. The axon of the Golgi cell ramifies densely in the granule layer and enters into a complex arrangement with mossy fiber terminals and granule cell dendrites to form the cerebellar glomerulus. Llinas, Walton and Lang. In The Synaptic Organization of the Brain. 5th ed. 2004.""", + meaning=CL["0000119"])) + setattr(cls, "CL:1000339", + PermissibleValue( + text="CL:1000339", + description="An enterocyte that is part of the epithelium proper of small intestine.", + meaning=CL["1000339"])) + setattr(cls, "CL:0000959", + PermissibleValue( + text="CL:0000959", + description="""A transitional stage B cell that has the phenotype surface IgM-positive, surface IgD-postive, CD21-positive, CD23-positive, CD62L-negative, CD93-positive and is located in the splenic B follicles. This cell type has also been described as IgM-high, CD19-positive, B220-positive, AA4-positive, and CD23-positive.""", + meaning=CL["0000959"])) + setattr(cls, "CL:0010005", + PermissibleValue( + text="CL:0010005", + description="""A specialized cardiomyocyte that transmit signals from the AV node to the cardiac Purkinje fibers.""", + meaning=CL["0010005"])) + setattr(cls, "CL:0002020", + PermissibleValue( + text="CL:0002020", + description="A reticulocyte that is GlyA-positive.", + meaning=CL["0002020"])) + setattr(cls, "CL:4023058", + PermissibleValue( + text="CL:4023058", + description="A mesothelial fibroblast found in the leptomeninx.", + meaning=CL["4023058"])) + setattr(cls, "CL:0010002", + PermissibleValue( + text="CL:0010002", + description="An epithelial cell that is part_of a umbilical artery.", + meaning=CL["0010002"])) + setattr(cls, "CL:0009064", + PermissibleValue( + text="CL:0009064", + description="""A T cell located in the lymph node paracortex, where macrophages and dendritic cells present antigenic peptides to these naïve T cells, stimulating them to become activated helper T cells or cytotoxic T lymphocytes.""", + meaning=CL["0009064"])) + setattr(cls, "CL:4033004", + PermissibleValue( + text="CL:4033004", + description="A(n) smooth muscle cell that is part of a(n) taenia coli.", + meaning=CL["4033004"])) + setattr(cls, "CL:0000449", + PermissibleValue( + text="CL:0000449", + description="""A cell from the thermogenic form of adipose tissue found in many species, particularly in newborns and hibernating mammals, but also in lesser amounts in adults of other mammals including humans. Brown fat is capable of rapid liberation of energy and seems to be important in the maintenance of body temperature immediately after birth and upon waking from hibernation.""", + meaning=CL["0000449"])) + setattr(cls, "CL:0000689", + PermissibleValue( + text="CL:0000689", + description="A cell with both myofibrils and secretory granules.", + meaning=CL["0000689"])) + setattr(cls, "CL:0002334", + PermissibleValue( + text="CL:0002334", + description="An undifferentiated fibroblast that can be stimulated to form a fat cell.", + meaning=CL["0002334"])) + setattr(cls, "CL:1000596", + PermissibleValue( + text="CL:1000596", + description="Any kidney cell that is part of some juxtamedullary cortex.", + meaning=CL["1000596"])) + setattr(cls, "CL:0000343", + PermissibleValue( + text="CL:0000343", + description="""A pigment cell that is capable of detecting light stimulus that is involved in visual perception.""", + meaning=CL["0000343"])) + setattr(cls, "CL:4023077", + PermissibleValue( + text="CL:4023077", + description="""A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma.""", + meaning=CL["4023077"])) + setattr(cls, "CL:0002316", + PermissibleValue( + text="CL:0002316", + description="A supporting cell of the vestibular epithelium.", + meaning=CL["0002316"])) + setattr(cls, "CL:1000351", + PermissibleValue( + text="CL:1000351", + description="A basal cell that is part of the epithelium of respiratory bronchiole.", + meaning=CL["1000351"])) + setattr(cls, "CL:0000517", + PermissibleValue( + text="CL:0000517", + description="""A type of foam cell derived from a macrophage containing lipids in small vacuoles and typically seen in atherolosclerotic lesions, as well as other conditions.""", + meaning=CL["0000517"])) + setattr(cls, "CL:0000047", + PermissibleValue( + text="CL:0000047", + description="""An undifferentiated neural cell that originates from the neuroectoderm and has the capacity both to perpetually self-renew without differentiating and to generate multiple central nervous system neuronal and glial cell types.""", + meaning=CL["0000047"])) + setattr(cls, "CL:0009001", + PermissibleValue( + text="CL:0009001", + description="Any cell in the compound eye, a light sensing organ composed of ommatidia.", + meaning=CL["0009001"])) + setattr(cls, "CL:0002674", + PermissibleValue( + text="CL:0002674", + description="A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus.", + meaning=CL["0002674"])) + setattr(cls, "CL:0019002", + PermissibleValue( + text="CL:0019002", + description="Any chondrocyte that is part of the tracheobronchial tree.", + meaning=CL["0019002"])) + setattr(cls, "CL:0002001", + PermissibleValue( + text="CL:0002001", + description="""A granulocyte monocyte progenitor is CD34-positive, CD38-positive, IL-3receptor-alpha-positive and is CD45RA-negative.""", + meaning=CL["0002001"])) + setattr(cls, "CL:0002163", + PermissibleValue( + text="CL:0002163", + description="""A rod-shpaed cell that forms a single row adjacent to and supporting the inner hair cells.""", + meaning=CL["0002163"])) + setattr(cls, "CL:0009053", + PermissibleValue( + text="CL:0009053", + description="A stromal cell found in the lamina propria of the anorectum.", + meaning=CL["0009053"])) + setattr(cls, "CL:0000411", + PermissibleValue( + text="CL:0000411", + description="An epithelial cell of the hypodermis of Caenorhabditis.", + meaning=CL["0000411"])) + setattr(cls, "CL:0005020", + PermissibleValue( + text="CL:0005020", + description="Lymphatic progenitor cells.", + meaning=CL["0005020"])) + setattr(cls, "CL:0000785", + PermissibleValue( + text="CL:0000785", + description="""A B cell that is mature, having left the bone marrow. Initially, these cells are IgM-positive and IgD-positive, and they can be activated by antigen.""", + meaning=CL["0000785"])) + setattr(cls, "CL:0008016", + PermissibleValue( + text="CL:0008016", + description="""A skeletal muscle satellite cell that has become mitotically active - typically following muscle damage.""", + meaning=CL["0008016"])) + setattr(cls, "CL:0002438", + PermissibleValue( + text="CL:0002438", + description="A mature NK cell that is NK1.1-positive.", + meaning=CL["0002438"])) + setattr(cls, "CL:0002328", + PermissibleValue( + text="CL:0002328", + description="An epithelial cell of the bronchus.", + meaning=CL["0002328"])) + setattr(cls, "CL:0000253", + PermissibleValue( + text="CL:0000253", + meaning=CL["0000253"])) + setattr(cls, "CL:0004220", + PermissibleValue( + text="CL:0004220", + description="An amacrine cell with a small, asymteric dendritic field.", + meaning=CL["0004220"])) + setattr(cls, "CL:0000075", + PermissibleValue( + text="CL:0000075", + description="""A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube.""", + meaning=CL["0000075"])) + setattr(cls, "CL:0002555", + PermissibleValue( + text="CL:0002555", + description="A fibroblast that is part of the mammary gland.", + meaning=CL["0002555"])) + setattr(cls, "CL:0000379", + PermissibleValue( + text="CL:0000379", + meaning=CL["0000379"])) + setattr(cls, "CL:0000108", + PermissibleValue( + text="CL:0000108", + description="A neuron that uses acetylcholine as a vesicular neurotransmitter.", + meaning=CL["0000108"])) + setattr(cls, "CL:0004226", + PermissibleValue( + text="CL:0004226", + description="""An amacrine cell with a small dendritic field with post-synaptic terminals in S3 and S4.""", + meaning=CL["0004226"])) + setattr(cls, "CL:4033060", + PermissibleValue( + text="CL:4033060", + description="""A lactocyte that highly expresses genes associated with lipid production and milk component biosynthesis.""", + meaning=CL["4033060"])) + setattr(cls, "CL:0002019", + PermissibleValue( + text="CL:0002019", + description="A reticulocyte that is Ly76-high and is Kit-negative.", + meaning=CL["0002019"])) + setattr(cls, "CL:0000232", + PermissibleValue( + text="CL:0000232", + description="""A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen.""", + meaning=CL["0000232"])) + setattr(cls, "CL:0000704", + PermissibleValue( + text="CL:0000704", + description="""A specialized endothelial cell that senses extracellular signals and guides the directed growth of blood vessels.""", + meaning=CL["0000704"])) + setattr(cls, "CL:0011008", + PermissibleValue( + text="CL:0011008", + description="""A hemocyte derived from the embryonic head mesoderm, which enters the hemolymph as a circulating cell.""", + meaning=CL["0011008"])) + setattr(cls, "CL:1000303", + PermissibleValue( + text="CL:1000303", + description="A fibroblast that is part of the areolar connective tissue.", + meaning=CL["1000303"])) + setattr(cls, "CL:0000018", + PermissibleValue( + text="CL:0000018", + description="""A male germ cell that develops from the haploid secondary spermatocytes. Without further division, spermatids undergo structural changes and give rise to spermatozoa.""", + meaning=CL["0000018"])) + setattr(cls, "CL:0009088", + PermissibleValue( + text="CL:0009088", + description="""An adult endothelial progenitor cell characterised in vivo by homing to ischemic sites and paracrine support of angiogenesis. These cells do not form colonies.""", + meaning=CL["0009088"])) + setattr(cls, "CL:0008034", + PermissibleValue( + text="CL:0008034", + description="""Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation.""", + meaning=CL["0008034"])) + setattr(cls, "CL:1001611", + PermissibleValue( + text="CL:1001611", + description="Neuron of the cerebellum.", + meaning=CL["1001611"])) + setattr(cls, "CL:0009020", + PermissibleValue( + text="CL:0009020", + description="An intestinal tuft cell that is a part of a vermiform appendix.", + meaning=CL["0009020"])) + setattr(cls, "CL:2000061", + PermissibleValue( + text="CL:2000061", + description="Any mesenchymal stem cell that is part of a placenta.", + meaning=CL["2000061"])) + setattr(cls, "CL:0000207", + PermissibleValue( + text="CL:0000207", + description="""Any neuron that is capable of some detection of chemical stimulus involved in sensory perception of smell.""", + meaning=CL["0000207"])) + setattr(cls, "CL:0002117", + PermissibleValue( + text="CL:0002117", + description="A class switched memory B cell that lacks IgG on the cell surface.", + meaning=CL["0002117"])) + setattr(cls, "CL:0000371", + PermissibleValue( + text="CL:0000371", + description="The cell protoplasm after removal of the cell wall.", + meaning=CL["0000371"])) + setattr(cls, "CL:0002174", + PermissibleValue( + text="CL:0002174", + description="A cell within the follicle of an ovary.", + meaning=CL["0002174"])) + setattr(cls, "CL:0001015", + PermissibleValue( + text="CL:0001015", + description="""CD8_alpha-low Langerhans cell is a Langerhans cell that is CD205-high and is CD8_alpha-low.""", + meaning=CL["0001015"])) + setattr(cls, "CL:0000848", + PermissibleValue( + text="CL:0000848", + description="""An olfactory receptor cell in which the apical ending of the dendrite is a knob that bears numerous microvilli.""", + meaning=CL["0000848"])) + setattr(cls, "CL:1001502", + PermissibleValue( + text="CL:1001502", + description="""The large glutaminergic nerve cells whose dendrites synapse with axons of the olfactory receptor neurons in the glomerular layer of the olfactory bulb, and whose axons pass centrally in the olfactory tract to the olfactory cortex.""", + meaning=CL["1001502"])) + setattr(cls, "CL:4042007", + PermissibleValue( + text="CL:4042007", + description="""An astrocyte with highly branched protrusions, found in neocortex layers 2-6. It is involved with the formation and elimination of synapses, glutamate clearance, modulation of synaptic functions and regulation of blood flow in response to synaptic activity.""", + meaning=CL["4042007"])) + setattr(cls, "CL:0010007", + PermissibleValue( + text="CL:0010007", + description="Any cell that is part of some His-Purkinje system.", + meaning=CL["0010007"])) + setattr(cls, "CL:0008018", + PermissibleValue( + text="CL:0008018", + description="A myoblast that is commited to developing into a somatic muscle.", + meaning=CL["0008018"])) + setattr(cls, "CL:0002097", + PermissibleValue( + text="CL:0002097", + description="""A cell of the adrenal cortex. Cell types include those that synthesize and secrete chemical derivatives (steroids) of cholesterol.""", + meaning=CL["0002097"])) + setattr(cls, "CL:1000410", + PermissibleValue( + text="CL:1000410", + description="A muscle cell that is part of the atrioventricular node.", + meaning=CL["1000410"])) + setattr(cls, "CL:0008033", + PermissibleValue( + text="CL:0008033", + description="A pericyte of the decidual vasculature.", + meaning=CL["0008033"])) + setattr(cls, "CL:0000209", + PermissibleValue( + text="CL:0000209", + description="A specialized cell involved in gustatory sensory perception.", + meaning=CL["0000209"])) + setattr(cls, "CL:0003018", + PermissibleValue( + text="CL:0003018", + description="A retinal ganglion B3 cell with dentrites terminating in S4.", + meaning=CL["0003018"])) + setattr(cls, "CL:0000027", + PermissibleValue( + text="CL:0000027", + description="A smooth muscle cell derived from the neural crest.", + meaning=CL["0000027"])) + setattr(cls, "CL:0002170", + PermissibleValue( + text="CL:0002170", + description="A keratinized cell located in the hard palate or gingiva.", + meaning=CL["0002170"])) + setattr(cls, "CL:0002262", + PermissibleValue( + text="CL:0002262", + description="""An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver.""", + meaning=CL["0002262"])) + setattr(cls, "CL:0000796", + PermissibleValue( + text="CL:0000796", + description="""A alpha-beta intraepithelial T cell found in the columnar epithelium of the gastrointestinal tract. Intraepithelial T cells often have distinct developmental pathways and activation requirements.""", + meaning=CL["0000796"])) + setattr(cls, "CL:0007017", + PermissibleValue( + text="CL:0007017", + description="""An epidermal cell with apical microvilli or a single apical projection have synaptic associations with nerve fibres in the epidermis.""", + meaning=CL["0007017"])) + setattr(cls, "CL:0002668", + PermissibleValue( + text="CL:0002668", + description="""An otic fibrocyte that is lateral to the basilar membrane and anchoris it to the lateral wall.""", + meaning=CL["0002668"])) + setattr(cls, "CL:1000470", + PermissibleValue( + text="CL:1000470", + description="A myoepithelial cell that is part of the primary lactiferous duct.", + meaning=CL["1000470"])) + setattr(cls, "CL:0000682", + PermissibleValue( + text="CL:0000682", + description="""An absorptive cell of the gut epithelium that endocytoses microorganisms and intact macromolecules from the gut lumen and transports them to the subepithelial space where they are presented to antigen-presenting cells and lymphocytes.""", + meaning=CL["0000682"])) + setattr(cls, "CL:0005026", + PermissibleValue( + text="CL:0005026", + description="""Multi fate stem cell that gives rise to both hepatocytes and cholangiocytes as descendants. The term often refers to fetal precursors of hepatocytes (differently from 'hepatic stem cell', usually applied to the self-renewing pool of hepatocyte precursors in the adult liver). Hepatoblasts may also be endogenous, as some stem cells found in the liver come from the bone marrow via blood circulation.""", + meaning=CL["0005026"])) + setattr(cls, "CL:0011011", + PermissibleValue( + text="CL:0011011", + description="""A cell derived from the mesoderm that is located between the paraxial mesoderm and the lateral plate.""", + meaning=CL["0011011"])) + setattr(cls, "CL:0005015", + PermissibleValue( + text="CL:0005015", + description="""An auditory epithelial support cell that surrounds the nerve fibers and synapses of the auditory inner hair cells.""", + meaning=CL["0005015"])) + setattr(cls, "CL:0000954", + PermissibleValue( + text="CL:0000954", + description="""A small pre-B-II cell is a pre-B-II cell that is Rag1-positive, Rag2-positive, pre-BCR-negative, and BCR-negative, is not proliferating, and carries a DNA rearrangement of one or more immunoglobulin light chain genes.""", + meaning=CL["0000954"])) + setattr(cls, "CL:0000972", + PermissibleValue( + text="CL:0000972", + description="""A class switched memory B cell is a memory B cell that has undergone Ig class switching and therefore is IgM-negative on the cell surface. These cells are CD27-positive and have either IgG, IgE, or IgA on the cell surface.""", + meaning=CL["0000972"])) + setattr(cls, "CL:0000789", + PermissibleValue( + text="CL:0000789", + description="A T cell that expresses an alpha-beta T cell receptor complex.", + meaning=CL["0000789"])) + setattr(cls, "CL:0009019", + PermissibleValue( + text="CL:0009019", + description="A kidney cortical cell that is part of the nephrogenic zone.", + meaning=CL["0009019"])) + setattr(cls, "CL:0017011", + PermissibleValue( + text="CL:0017011", + description="A hillock cell that is part of the prostatic urethra.", + meaning=CL["0017011"])) + setattr(cls, "CL:0000904", + PermissibleValue( + text="CL:0000904", + description="""CD4-positive, alpha-beta memory T cell with the phenotype CCR7-positive, CD127-positive, CD45RA-negative, CD45RO-positive, and CD25-negative.""", + meaning=CL["0000904"])) + setattr(cls, "CL:0004139", + PermissibleValue( + text="CL:0004139", + description="A retinal ganglion A2 cell with dendrites terminating in S2.", + meaning=CL["0004139"])) + setattr(cls, "CL:0009016", + PermissibleValue( + text="CL:0009016", + description="""An intestinal stem cell that is located in the large intestine crypt of Liberkuhn. These stem cells reside at the bottom of crypts in the large intestine and are highly proliferative. They either differentiate into transit amplifying cells or self-renew to form new stem cells.""", + meaning=CL["0009016"])) + setattr(cls, "CL:4023087", + PermissibleValue( + text="CL:4023087", + description="A Martinotti neuron that has axons that form a fan-like plexus.", + meaning=CL["4023087"])) + setattr(cls, "CL:0000840", + PermissibleValue( + text="CL:0000840", + description="""An immature cell of the conventional dendritic cell lineage, characterized by high levels of antigen uptake via endocytosis, macropinocytosis, and phagocytosis, and typically found resident in the tissues. Markers for this cell are CD80-low, CD86-low, and MHC-II-low.""", + meaning=CL["0000840"])) + setattr(cls, "CL:0008049", + PermissibleValue( + text="CL:0008049", + description="""A giant pyramidal neuron with a soma in layer Vb of the primary motor cortex that sends its axons down the spinal cord via the corticospinal tract, either synapsing directly with alpha motor neurons, or targeting interneurons in the spinal cord. In humans, Betz cells are the largest known in the central nervous system.""", + meaning=CL["0008049"])) + setattr(cls, "CL:0002473", + PermissibleValue( + text="CL:0002473", + description="Gr1-low non-classical monocyte that has high surface expression of a MHC-II complex.", + meaning=CL["0002473"])) + setattr(cls, "CL:0010009", + PermissibleValue( + text="CL:0010009", + description="Any photoreceptor cell that is part of some camera-type eye.", + meaning=CL["0010009"])) + setattr(cls, "CL:0002206", + PermissibleValue( + text="CL:0002206", + description="A brush cell of the epithelium in the terminal bronchiole.", + meaning=CL["0002206"])) + setattr(cls, "CL:0000287", + PermissibleValue( + text="CL:0000287", + description="Any photoreceptor cell that is part of some eye.", + meaning=CL["0000287"])) + setattr(cls, "CL:0009063", + PermissibleValue( + text="CL:0009063", + description="An enteroendocrine cell that is located in the anorectum.", + meaning=CL["0009063"])) + setattr(cls, "CL:0002370", + PermissibleValue( + text="CL:0002370", + description="""A simple columnar epithelial cell that secretes mucin. Rough endoplasmic reticulum, mitochondria, the nucleus, and other organelles are concentrated in the basal portion. The apical plasma membrane projects microvilli to increase surface area for secretion.""", + meaning=CL["0002370"])) + setattr(cls, "CL:0000851", + PermissibleValue( + text="CL:0000851", + description="""Neuromast mantle cell is a non-sensory cell. Neuromast mantle cells surround the neuromast support cells and neuromast hair cells, separating the neuromast from the epidermis, and secrete cupula in which the ciliary bundles of all the hair cells are embedded.""", + meaning=CL["0000851"])) + setattr(cls, "CL:0000701", + PermissibleValue( + text="CL:0000701", + description="Supports paraganglial type 1 cell.", + meaning=CL["0000701"])) + setattr(cls, "CL:1001595", + PermissibleValue( + text="CL:1001595", + description="""Glandular cell of rectal epithelium. Example: Goblet cell; enterocytes or absorptive cells; enteroendocrine and M cells.""", + meaning=CL["1001595"])) + setattr(cls, "CL:4030026", + PermissibleValue( + text="CL:4030026", + description="""An absorptive epithelial cell of the human intestine expressing bestrophin-4 (BEST4) calcium-activated ion channels.""", + meaning=CL["4030026"])) + setattr(cls, "CL:0000456", + PermissibleValue( + text="CL:0000456", + description="Any secretory cell that is capable of some mineralocorticoid secretion.", + meaning=CL["0000456"])) + setattr(cls, "CL:0002449", + PermissibleValue( + text="CL:0002449", + description="A NK1.1-positive T cell that is CD94-positive and Ly49Cl-positive.", + meaning=CL["0002449"])) + setattr(cls, "CL:0000742", + PermissibleValue( + text="CL:0000742", + description="""A round chondrocyte that first differentiates in the late embryonic growth plate of bone.""", + meaning=CL["0000742"])) + setattr(cls, "CL:1000385", + PermissibleValue( + text="CL:1000385", + description="""A type II vestibular sensory cell that is part of the epithelium of crista of ampulla of semicircular duct of membranous labyrinth.""", + meaning=CL["1000385"])) + setattr(cls, "CL:0002327", + PermissibleValue( + text="CL:0002327", + description="An epithelial cell of the mammary gland.", + meaning=CL["0002327"])) + setattr(cls, "CL:0002013", + PermissibleValue( + text="CL:0002013", + description="A basophilic erythroblast that is GlyA-positive.", + meaning=CL["0002013"])) + setattr(cls, "CL:0002361", + PermissibleValue( + text="CL:0002361", + description="""A progenitor cell that is capable of forming colonies of primitive erythrocytes in the blood island of the yolk sac. First arrive at E7.5 in mouse and expresses CD41.""", + meaning=CL["0002361"])) + setattr(cls, "CL:1000082", + PermissibleValue( + text="CL:1000082", + meaning=CL["1000082"])) + setattr(cls, "CL:1001581", + PermissibleValue( + text="CL:1001581", + description="Glial cell of lateral ventricle.", + meaning=CL["1001581"])) + setattr(cls, "CL:1000302", + PermissibleValue( + text="CL:1000302", + description="A fibroblast that is part of the papillary layer of dermis.", + meaning=CL["1000302"])) + setattr(cls, "CL:0003032", + PermissibleValue( + text="CL:0003032", + description="""A monostratified retinal ganglion cell that has post synaptic terminals in sublaminar layer S2 and is depolarized by decreased illumination of their receptive field center""", + meaning=CL["0003032"])) + setattr(cls, "CL:0002502", + PermissibleValue( + text="CL:0002502", + description="An enteroendocrine cell of the small intestine that secretes motilin.", + meaning=CL["0002502"])) + setattr(cls, "CL:4023022", + PermissibleValue( + text="CL:4023022", + description="""A Lamp5 GABAergic cortical interneuron that has extended axons in the surface of L1. Canopy Lamp5 cells resemble neurogliaform cells in having elongated horizontal axonal arbors largely confined to L1; but the dendritic arbors are wider and have fewer branches, while the axon is less tortuous and extends further from the soma""", + meaning=CL["4023022"])) + setattr(cls, "CL:0019028", + PermissibleValue( + text="CL:0019028", + description="""Any hepatocyte that is part of the liver lobule midzonal region. These cells have mixed functionality in comparison with those in the other two regions of the liver lobule.""", + meaning=CL["0019028"])) + setattr(cls, "CL:0000803", + PermissibleValue( + text="CL:0000803", + description="""A gamma-delta intraepithelial T cell that has the phenotype CD4-negative and CD8-negative.""", + meaning=CL["0000803"])) + setattr(cls, "CL:0002335", + PermissibleValue( + text="CL:0002335", + description="""A preadipocyte that is capable of differentiating into a brown adipocyte. This cell type expresses uncoupling protein-1, PPAR-gamma, PR-domain-containing 16; and PGC-1alpha (peroxisome proliferator-activated receptor-gamma (PPARgamma) coactivator-1alpha).""", + meaning=CL["0002335"])) + setattr(cls, "CL:0004223", + PermissibleValue( + text="CL:0004223", + description="""A amacrine cell with a small dendritic field and post-synaptic terminals in S1, S2, S3, and S4. AB diffuse-1 amacrine cells have a tent-shaped dendritic arbor and undulate dendrites.""", + meaning=CL["0004223"])) + setattr(cls, "CL:0000484", + PermissibleValue( + text="CL:0000484", + description="""Mast cell subtype whose granules contain both the serine proteases tryptase and chymase. These cells are primarily found in connective tissue, such as the peritoneal cavity, skin, and intestinal submucosa. Their development is T-cell independent.""", + meaning=CL["0000484"])) + setattr(cls, "CL:1001579", + PermissibleValue( + text="CL:1001579", + description="Glial cell of cerebral cortex.", + meaning=CL["1001579"])) + setattr(cls, "CL:0002653", + PermissibleValue( + text="CL:0002653", + description="A squamous shaped endothelial cell.", + meaning=CL["0002653"])) + setattr(cls, "CL:0002340", + PermissibleValue( + text="CL:0002340", + description="""The exocrine cell of the prostate, this epithelial cell secretes prostatic acid phosphotase and PSA, and is dependent on androgen hormones for survival.""", + meaning=CL["0002340"])) + setattr(cls, "CL:0002258", + PermissibleValue( + text="CL:0002258", + description="""A cell type that varies from squamous to columnar, depending on their activity with microvillus directed luminally. This cell produces and secretes thyroid hormones.""", + meaning=CL["0002258"])) + setattr(cls, "CL:0002414", + PermissibleValue( + text="CL:0002414", + description="A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-positive.", + meaning=CL["0002414"])) + setattr(cls, "CL:4030059", + PermissibleValue( + text="CL:4030059", + description="""A transcriptomically distinct intratelencephalic-projecting glutamatergic neuron with a soma found between cortical layer 2-4. This intratelencephalic-projecting glutamatergic neuron has thin-tufted apical dendrites and extends its axonal projection into L5 in the neocortex. This neuronal type has a hyperpolarised resting membrane potential. The standard transcriptomic reference data for this cell type can be found on the CellxGene census under the collection: 'Transcriptomic cytoarchitecture reveals principles of human neocortex organization', dataset: 'Supercluster: IT-projecting excitatory neurons', Author Categories: 'CrossArea_subclass', clusters L2/3 IT.""", + meaning=CL["4030059"])) + setattr(cls, "CL:1000706", + PermissibleValue( + text="CL:1000706", + description="Any urothelial cell that is part of some urothelium of ureter.", + meaning=CL["1000706"])) + setattr(cls, "CL:4030015", + PermissibleValue( + text="CL:4030015", + description="""A renal alpha-intercalated cell that is part of the collecting duct of the renal tubule.""", + meaning=CL["4030015"])) + setattr(cls, "CL:0000310", + PermissibleValue( + text="CL:0000310", + meaning=CL["0000310"])) + setattr(cls, "CL:0002679", + PermissibleValue( + text="CL:0002679", + description="""A lymphocyte found in adipose tissue that lacks lineage markers of other lymphocytes but is capable of mediating TH2 cytokine responses. This cell type is found in fat associated lymphoid clusters, proliferates in response to IL2 and produce large amounts of TH2 cytokines such as IL5, IL6 and IL13""", + meaning=CL["0002679"])) + setattr(cls, "CL:0002080", + PermissibleValue( + text="CL:0002080", + description="""A cubodial epithelial cell that is continuous with the lining of intercalated ducts that drain the acinus. This cell type secretes a high pH solution to aid in activation of zymogens, and can differentiate into endocrine and exocrine pancreatic cell types.""", + meaning=CL["0002080"])) + setattr(cls, "CL:0003005", + PermissibleValue( + text="CL:0003005", + description="""A mono-stratified retinal ganglion cell that has a small dendritic field and dense dendritic arbor.""", + meaning=CL["0003005"])) + setattr(cls, "CL:0000974", + PermissibleValue( + text="CL:0000974", + description="""A fully differentiated plasma cell that lives for years, as opposed to months, secretes immunoglobulin, and has the phenotype weakly CD19-positive, CD20-negative, CD38-negative, strongly CD138-positive, MHC Class II-negative, surface immunoglobulin-negative, IgD-negative, and strongly CXCR4-positive. The majority of these cells of this type reside in the bone marrow.""", + meaning=CL["0000974"])) + setattr(cls, "CL:0000133", + PermissibleValue( + text="CL:0000133", + description="Ectoderm destined to be nervous tissue.", + meaning=CL["0000133"])) + setattr(cls, "CL:0002468", + PermissibleValue( + text="CL:0002468", + description="A myeloid suppressor cell that is Gr1-low and CD11c-positive.", + meaning=CL["0002468"])) + setattr(cls, "CL:0002177", + PermissibleValue( + text="CL:0002177", + description="""A supporting cell of the anterior pituitary gland involved in trophic and catabolic processes; expresses a broad spectrum of cytokeratins indicative of their epithelial nature.""", + meaning=CL["0002177"])) + setattr(cls, "CL:4030050", + PermissibleValue( + text="CL:4030050", + description="""A medium spiny neuron that expresses both DRD1 and DRD2 and is part of an extra-striosomal part of dorsal striatum.""", + meaning=CL["4030050"])) + setattr(cls, "CL:0000300", + PermissibleValue( + text="CL:0000300", + description="A mature sexual reproductive cell having a single set of unpaired chromosomes.", + meaning=CL["0000300"])) + setattr(cls, "CL:2000092", + PermissibleValue( + text="CL:2000092", + description="Any keratinocyte that is part of a hair follicle.", + meaning=CL["2000092"])) + setattr(cls, "CL:4033061", + PermissibleValue( + text="CL:4033061", + description="An endothelial cell that is part of a central vein of liver.", + meaning=CL["4033061"])) + setattr(cls, "CL:0000656", + PermissibleValue( + text="CL:0000656", + description="""A diploid cell that has derived from a spermatogonium and can subsequently begin meiosis and divide into two haploid secondary spermatocytes.""", + meaning=CL["0000656"])) + setattr(cls, "CL:0000150", + PermissibleValue( + text="CL:0000150", + description="""A specialized epithelial cell that is capable of synthesizing and secreting certain biomolecules.""", + meaning=CL["0000150"])) + setattr(cls, "CL:0000549", + PermissibleValue( + text="CL:0000549", + description="""A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers.""", + meaning=CL["0000549"])) + setattr(cls, "CL:0000902", + PermissibleValue( + text="CL:0000902", + description="""CD4-positive alpha-beta T cell with the phenotype CD25-positive, CTLA-4-positive, and FoxP3-positive with regulatory function.""", + meaning=CL["0000902"])) + setattr(cls, "CL:0000944", + PermissibleValue( + text="CL:0000944", + description="""A Be cell that facilitates development of T-helper 2 (Th2) phenotype T cells, and secretes high levels of interleukin-2, interleukin-10, interleukin-4, and interleukin-6.""", + meaning=CL["0000944"])) + setattr(cls, "CL:0002544", + PermissibleValue( + text="CL:0002544", + description="An arterial endothelial cell that is part of the aorta endothelium.", + meaning=CL["0002544"])) + setattr(cls, "CL:0000833", + PermissibleValue( + text="CL:0000833", + description="A promyelocyte committed to the eosinophil lineage.", + meaning=CL["0000833"])) + setattr(cls, "CL:4023122", + PermissibleValue( + text="CL:4023122", + description="""An interneuron located in the cerebral cortex that expresses the oxytocin receptor. These interneurons also express somatostatin.""", + meaning=CL["4023122"])) + setattr(cls, "CL:0000158", + PermissibleValue( + text="CL:0000158", + description="""A non-mucous, epithelial secretory cell that is part of the tracheobronchial tree. A club cell has short microvilli but no cilia. A club cell is able to multiply and differentiate into ciliated cells to regenerate the bronchiolar epithelium and it also protects the tracheobronchial epithelium.""", + meaning=CL["0000158"])) + setattr(cls, "CL:0003043", + PermissibleValue( + text="CL:0003043", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with dense dendritic arbor.""", + meaning=CL["0003043"])) + setattr(cls, "CL:0002613", + PermissibleValue( + text="CL:0002613", + description="A neuron of the striatum.", + meaning=CL["0002613"])) + setattr(cls, "CL:0008003", + PermissibleValue( + text="CL:0008003", + description="""A myotube that is part of some somatic muscle. Examples include arthropod somatic muscle cells.""", + meaning=CL["0008003"])) + setattr(cls, "CL:4023061", + PermissibleValue( + text="CL:4023061", + description="A neuron that has its soma located in CA4 of the hippocampus.", + meaning=CL["4023061"])) + setattr(cls, "CL:0002227", + PermissibleValue( + text="CL:0002227", + description="A secondary fiber cell that contains a nucleus.", + meaning=CL["0002227"])) + setattr(cls, "CL:1000449", + PermissibleValue( + text="CL:1000449", + description="An epithelial cell that is part of the nephron.", + meaning=CL["1000449"])) + setattr(cls, "CL:0009002", + PermissibleValue( + text="CL:0009002", + description="""Any cell participating in the inflammatory response to a foreign substance, e.g. neutrophil, macrophage.""", + meaning=CL["0009002"])) + setattr(cls, "CL:1000427", + PermissibleValue( + text="CL:1000427", + description="A chromaffin cell that is part of the adrenal cortex.", + meaning=CL["1000427"])) + setattr(cls, "CL:0008020", + PermissibleValue( + text="CL:0008020", + description="""A skeletal muscle satellite cell that undergoes symmetric division to produce two adult skeleltal muscle myoblasts.""", + meaning=CL["0008020"])) + setattr(cls, "CL:0000546", + PermissibleValue( + text="CL:0000546", + description="""A CD4-positive, alpha-beta T cell that has the phenotype GATA-3-positive, CXCR3-negative, CCR6-negative, and is capable of producing interleukin-4.""", + meaning=CL["0000546"])) + setattr(cls, "CL:0000914", + PermissibleValue( + text="CL:0000914", + description="""An immature alpha-beta T-cell that express Egr2. These cells give rise to T cells expressing NK markers.""", + meaning=CL["0000914"])) + setattr(cls, "CL:0001002", + PermissibleValue( + text="CL:0001002", + description="""Mature CD8_alpha-negative CD11b-negative dendritic cell is a CD8_alpha-negative CD11b-negative dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001002"])) + setattr(cls, "CL:0000159", + PermissibleValue( + text="CL:0000159", + meaning=CL["0000159"])) + setattr(cls, "CL:0002385", + PermissibleValue( + text="CL:0002385", + description="An oblong or round asexual spore formed from conidial chains.", + meaning=CL["0002385"])) + setattr(cls, "CL:0000928", + PermissibleValue( + text="CL:0000928", + description="""A type I NK T cell that has been recently activated, secretes interferon-gamma and interleukin-4, and has phenotype CD4-negative, CD8-negative, CD69-positive, and downregulated NK markers.""", + meaning=CL["0000928"])) + setattr(cls, "CL:0001062", + PermissibleValue( + text="CL:0001062", + description="""A CD8-positive, alpha beta memory T cell with the phenotype CD45RA-positive, CD45RO-negative, and CCR7-negative.""", + meaning=CL["0001062"])) + setattr(cls, "CL:1001108", + PermissibleValue( + text="CL:1001108", + description="""An epithelial cell that is part of some loop of Henle thick ascending limb segment located in the renal medulla.""", + meaning=CL["1001108"])) + setattr(cls, "CL:0002092", + PermissibleValue( + text="CL:0002092", + description="""A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells.""", + meaning=CL["0002092"])) + setattr(cls, "CL:2000018", + PermissibleValue( + text="CL:2000018", + description="Any endothelial cell of artery that is part of a coronary artery.", + meaning=CL["2000018"])) + setattr(cls, "CL:0009089", + PermissibleValue( + text="CL:0009089", + description="A pericyte cell that is part of a lung.", + meaning=CL["0009089"])) + setattr(cls, "CL:1001592", + PermissibleValue( + text="CL:1001592", + description="Glandular cell of gallbladder epithelium.", + meaning=CL["1001592"])) + setattr(cls, "CL:0002590", + PermissibleValue( + text="CL:0002590", + description="A vascular associated smooth muscle cell of the brain vasculature.", + meaning=CL["0002590"])) + setattr(cls, "CL:0000113", + PermissibleValue( + text="CL:0000113", + description="A vertebrate phagocyte with a single nucleus.", + meaning=CL["0000113"])) + setattr(cls, "CL:0000203", + PermissibleValue( + text="CL:0000203", + description="""Any neuronal receptor cell that is capable of some detection of mechanical stimulus involved in sensory perception of gravity.""", + meaning=CL["0000203"])) + setattr(cls, "CL:0002563", + PermissibleValue( + text="CL:0002563", + description="An epithelial cell of the intestine.", + meaning=CL["0002563"])) + setattr(cls, "CL:0002403", + PermissibleValue( + text="CL:0002403", + description="""A thymocyte that has a T cell receptor consisting of a gamma chain containing Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-negative. This cell-type is found in the fetal thymus.""", + meaning=CL["0002403"])) + setattr(cls, "CL:0002611", + PermissibleValue( + text="CL:0002611", + description="A CNS neuron of the dorsal spinal cord.", + meaning=CL["0002611"])) + setattr(cls, "CL:4030008", + PermissibleValue( + text="CL:4030008", + description="""A specialized epithelial cell that contains \"feet\" that interdigitate with the \"feet\" of other glomerular epithelial cells in the pronephros.""", + meaning=CL["4030008"])) + setattr(cls, "CL:0009091", + PermissibleValue( + text="CL:0009091", + description="""A stem cell found in the interstitial compartment of the neonatal testis; it is capable of self-renewal as well as differentiation into steroidogenic cells (adult Leydig cells). Intermediate stages of development include progenitor Leydig cells and immature Leydig cells.""", + meaning=CL["0009091"])) + setattr(cls, "CL:0000806", + PermissibleValue( + text="CL:0000806", + description="""A thymocyte that has the phenotype CD4-negative, CD8-negative, CD44-positive, and CD25-positive.""", + meaning=CL["0000806"])) + setattr(cls, "CL:4023076", + PermissibleValue( + text="CL:4023076", + description="""An interneuron that has Martinotti morphology. These interneurons are scattered throughout various layers of the cerebral cortex, sending their axons up to the cortical layer I where they form axonal arborization.""", + meaning=CL["4023076"])) + setattr(cls, "CL:0000392", + PermissibleValue( + text="CL:0000392", + description="""A hemocyte that synthesizes and secretes melanins as part of the antimicrobial immune response. It is characterized morphologically by crystal inclusions of phenoloxidases in its cytoplasm, hence its name.""", + meaning=CL["0000392"])) + setattr(cls, "CL:4023187", + PermissibleValue( + text="CL:4023187", + description="""A neuron with a small cell body that is located in a koniocellular layer of the lateral geniculate nucleus (LGN).""", + meaning=CL["4023187"])) + setattr(cls, "CL:0000874", + PermissibleValue( + text="CL:0000874", + description="""A splenic macrophage found in the red-pulp of the spleen, and involved in immune responses to blood-borne pathogens and in the clearance of senescent erythrocytes. Markers include F4/80-positive, CD68-positive, MR-positive, Dectin2-positive, macrosialin-positive, and sialoadhesin-low.""", + meaning=CL["0000874"])) + setattr(cls, "CL:1000435", + PermissibleValue( + text="CL:1000435", + description="An epithelial cell that is part of the lacrimal drainage system.", + meaning=CL["1000435"])) + setattr(cls, "CL:1000717", + PermissibleValue( + text="CL:1000717", + description="""Intercalated cell that is part of some outer medullary collecting duct. It is known in some mammalian species that this cell may contribute in the maintenance of acid/base homeostasis.""", + meaning=CL["1000717"])) + setattr(cls, "CL:0000239", + PermissibleValue( + text="CL:0000239", + description="""An epithelial cell characterized by the presence of a brush border on its apical surface, which increases the surface area for absorption.""", + meaning=CL["0000239"])) + setattr(cls, "CL:0000511", + PermissibleValue( + text="CL:0000511", + description="A peptide hormone secreting cell that secretes androgen binding protein.", + meaning=CL["0000511"])) + setattr(cls, "CL:4030039", + PermissibleValue( + text="CL:4030039", + description="""An extratelencephalic-projecting glutamatergic cortical neuron that is morphologically-defined with a large, spindle-shaped cell body, thick bipolar dendrites with limited branching and a moderate density of spines, and often an axon initial segment that emanates from the side of the cell body. This cell type is associated with markers POU3F, BMP3 and ITGA4.""", + meaning=CL["4030039"])) + setattr(cls, "CL:0000550", + PermissibleValue( + text="CL:0000550", + description="""A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers.""", + meaning=CL["0000550"])) + setattr(cls, "CL:0000525", + PermissibleValue( + text="CL:0000525", + description="""A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy.""", + meaning=CL["0000525"])) + setattr(cls, "CL:0019003", + PermissibleValue( + text="CL:0019003", + description="Any goblet cell that is part of the tracheobronchial epithelium.", + meaning=CL["0019003"])) + setattr(cls, "CL:0000438", + PermissibleValue( + text="CL:0000438", + description="A peptide hormone secreting cell pituitary that produces luteinizing hormone.", + meaning=CL["0000438"])) + setattr(cls, "CL:0000052", + PermissibleValue( + text="CL:0000052", + description="A stem cell from which all cells of the body can form.", + meaning=CL["0000052"])) + setattr(cls, "CL:0000981", + PermissibleValue( + text="CL:0000981", + description="A memory B cell with the phenotype IgD-negative and CD27-negative.", + meaning=CL["0000981"])) + setattr(cls, "CL:4023066", + PermissibleValue( + text="CL:4023066", + description="""A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically.""", + meaning=CL["4023066"])) + setattr(cls, "CL:0011101", + PermissibleValue( + text="CL:0011101", + description="""Cells of the uterine chorion that acquire specialized structural and/or functional features that characterize chorionic trophoblasts. These cells will migrate towards the spongiotrophoblast layer and give rise to syncytiotrophoblasts of the labyrinthine layer.""", + meaning=CL["0011101"])) + setattr(cls, "CL:4033031", + PermissibleValue( + text="CL:4033031", + description="""An ON diffuse bipolar cell that predominantly connects to ON parasol cells and lateral amacrine cells.""", + meaning=CL["4033031"])) + setattr(cls, "CL:0000151", + PermissibleValue( + text="CL:0000151", + description="A cell that specializes in controlled release of one or more substances.", + meaning=CL["0000151"])) + setattr(cls, "CL:1000374", + PermissibleValue( + text="CL:1000374", + description="""A transitional myocyte that is part of the posterior division of left branch of atrioventricular bundle.""", + meaning=CL["1000374"])) + setattr(cls, "CL:0000542", + PermissibleValue( + text="CL:0000542", + description="""A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin.""", + meaning=CL["0000542"])) + setattr(cls, "CL:4030011", + PermissibleValue( + text="CL:4030011", + description="""A brush border cell that is part of segment 3 (S3) of the proximal tubule epithelium, which extends from the medullary rays of the renal cortex into the outer medulla.""", + meaning=CL["4030011"])) + setattr(cls, "CL:0000540", + PermissibleValue( + text="CL:0000540", + description="""The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system.""", + meaning=CL["0000540"])) + setattr(cls, "CL:0000580", + PermissibleValue( + text="CL:0000580", + description="""A neutrophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte; in this stage, production of primary granules is complete and neutrophil-specific granules has started. No nucleolus is present. This cell type is CD13-positive, CD16-negative, integrin alpha-M-positive, CD15-positive, CD33-positive, CD24-positive, C/EBP-a-positive, C/EBPe-positive, PU.1-positive, lactotransferrin-positive, myeloperoxidase-positive and NGAL-positive.""", + meaning=CL["0000580"])) + setattr(cls, "CL:0001009", + PermissibleValue( + text="CL:0001009", + description="""Immature dermal dendritic cell is a dermal dendritic cell that is CD80-low, CD86-low, and MHCII-low.""", + meaning=CL["0001009"])) + setattr(cls, "CL:0000588", + PermissibleValue( + text="CL:0000588", + description="A specialized osteoclast associated with the absorption and removal of cementum.", + meaning=CL["0000588"])) + setattr(cls, "CL:0011014", + PermissibleValue( + text="CL:0011014", + description="A sperm cell that is not cabaple of motion (motility).", + meaning=CL["0011014"])) + setattr(cls, "CL:4033042", + PermissibleValue( + text="CL:4033042", + description="An alveolar macrophage that expresses metallothionein.", + meaning=CL["4033042"])) + setattr(cls, "CL:0000816", + PermissibleValue( + text="CL:0000816", + description="""An immature B cell is a B cell that has the phenotype surface IgM-positive and surface IgD-negative, and have not undergone class immunoglobulin class switching or peripheral encounter with antigen and activation.""", + meaning=CL["0000816"])) + setattr(cls, "CL:0000558", + PermissibleValue( + text="CL:0000558", + description="""An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds.""", + meaning=CL["0000558"])) + setattr(cls, "CL:0000778", + PermissibleValue( + text="CL:0000778", + description="""A specialized mononuclear osteoclast associated with the absorption and removal of bone, precursor of multinuclear osteoclasts.""", + meaning=CL["0000778"])) + setattr(cls, "CL:0000500", + PermissibleValue( + text="CL:0000500", + description="An epithelial somatic cell associated with a maturing oocyte.", + meaning=CL["0000500"])) + setattr(cls, "CL:0009030", + PermissibleValue( + text="CL:0009030", + description="An intestinal enteroendocrine cell that is located in a vermiform appendix.", + meaning=CL["0009030"])) + setattr(cls, "CL:0008017", + PermissibleValue( + text="CL:0008017", + description="""A skeletal muscle myoblast that is part of a skeletal mucle. These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers.""", + meaning=CL["0008017"])) + setattr(cls, "CL:4023159", + PermissibleValue( + text="CL:4023159", + description="An interneuron that has double bouquet morphology.", + meaning=CL["4023159"])) + setattr(cls, "CL:0002504", + PermissibleValue( + text="CL:0002504", + description="A smooth muscle cell of the intestine.", + meaning=CL["0002504"])) + setattr(cls, "CL:0000690", + PermissibleValue( + text="CL:0000690", + meaning=CL["0000690"])) + setattr(cls, "CL:0002317", + PermissibleValue( + text="CL:0002317", + description="An external limiting cell found in the vestibular epithelium.", + meaning=CL["0002317"])) + setattr(cls, "CL:2000079", + PermissibleValue( + text="CL:2000079", + description="Any mesenchymal stem cell of the bone marrow that is part of a femur.", + meaning=CL["2000079"])) + setattr(cls, "CL:4023120", + PermissibleValue( + text="CL:4023120", + description="An auditory hair cell found in the cochlea.", + meaning=CL["4023120"])) + setattr(cls, "CL:0002629", + PermissibleValue( + text="CL:0002629", + description="""A mature microglial cell that has changed shape to an amoeboid morphology and is capable of cytokine production and antigen presentation.""", + meaning=CL["0002629"])) + setattr(cls, "CL:0017009", + PermissibleValue( + text="CL:0017009", + description="A human dendritic cell that expresses the AXL and SIGLEC6 genes.", + meaning=CL["0017009"])) + setattr(cls, "CL:0000573", + PermissibleValue( + text="CL:0000573", + description="""One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision.""", + meaning=CL["0000573"])) + setattr(cls, "CL:1000313", + PermissibleValue( + text="CL:1000313", + description="A goblet cell that is part of the epithelium of stomach.", + meaning=CL["1000313"])) + setattr(cls, "CL:0002253", + PermissibleValue( + text="CL:0002253", + description="An epithelial cell of the large intestine.", + meaning=CL["0002253"])) + setattr(cls, "CL:0019029", + PermissibleValue( + text="CL:0019029", + description="""Any hepatocyte that is part of the liver lobule centrilobular region. These cells are the primary location for the biotransformation of drugs.""", + meaning=CL["0019029"])) + setattr(cls, "CL:0000648", + PermissibleValue( + text="CL:0000648", + description="""A smooth muscle cell that synthesizes, stores, and secretes the enzyme renin. This cell type are located in the wall of the afferent arteriole at the entrance to the glomerulus. While having a different origin than other kidney smooth muscle cells, this cell type expresses smooth muscle actin upon maturation.""", + meaning=CL["0000648"])) + setattr(cls, "CL:0000870", + PermissibleValue( + text="CL:0000870", + description="A gut-associated lymphoid tissue macrophage found in the Peyer's patches.", + meaning=CL["0000870"])) + setattr(cls, "CL:1000236", + PermissibleValue( + text="CL:1000236", + description="Any glial cell that is part of some posterior lateral line nerve.", + meaning=CL["1000236"])) + setattr(cls, "CL:0001069", + PermissibleValue( + text="CL:0001069", + description="""An innate lymphoid cell that is capable of producing T-helper 2-cell associated cytokines upon stimulation.""", + meaning=CL["0001069"])) + setattr(cls, "CL:0002084", + PermissibleValue( + text="CL:0002084", + description="""A Boettcher cell is a polyhedral cells on the basilar membrane of the cochlea, and is located beneath Claudius cells. A Boettcher cell is considered a supporting cell for the organ of Corti, and is present only in the lower turn of the cochlea. These cells interweave with each other, and project microvilli into the intercellular space. Because of their structural specialization, a Boettcher cell is believed to play a significant role in the function of the cochlea. They demonstrate high levels of calmodulin, and may be involved in mediating Ca(2+) regulation and ion transport.""", + meaning=CL["0002084"])) + setattr(cls, "CL:1000367", + PermissibleValue( + text="CL:1000367", + description="A transitional myocyte that is part of the posterior internodal tract.", + meaning=CL["1000367"])) + setattr(cls, "CL:4029001", + PermissibleValue( + text="CL:4029001", + description="""A cell that supports the development of a gamete by providing it cytoplasmic material (including entire organelles) by direct cross-membrane channels (del Pino, 2021).""", + meaning=CL["4029001"])) + setattr(cls, "CL:4033000", + PermissibleValue( + text="CL:4033000", + description="A(n) endothelial cell that is part of a(n) venule of lymph node.", + meaning=CL["4033000"])) + setattr(cls, "CL:0002658", + PermissibleValue( + text="CL:0002658", + description="A glandular epithelial cell of the large intestine.", + meaning=CL["0002658"])) + setattr(cls, "CL:0000565", + PermissibleValue( + text="CL:0000565", + description="A cell found in fat bodies whose primary function is intermediary metabolism.", + meaning=CL["0000565"])) + setattr(cls, "CL:0001033", + PermissibleValue( + text="CL:0001033", + description="Granule cell with a soma found in the hippocampus.", + meaning=CL["0001033"])) + setattr(cls, "CL:0000479", + PermissibleValue( + text="CL:0000479", + description="A peptide hormone secreting cell that secretes vasopressin stimulating hormone", + meaning=CL["0000479"])) + setattr(cls, "CL:0002508", + PermissibleValue( + text="CL:0002508", + description="""A dermal dendritic cell isolated from skin draining lymph nodes that is langerin-negative, MHC-II-positive, and CD4-negative and CD8a-negative.""", + meaning=CL["0002508"])) + setattr(cls, "CL:0000141", + PermissibleValue( + text="CL:0000141", + description="""An osteocytelike cell with numerous processes, trapped in a lacuna in the cement of the tooth.""", + meaning=CL["0000141"])) + setattr(cls, "CL:0002592", + PermissibleValue( + text="CL:0002592", + description="A smooth muscle cell of the coronary artery.", + meaning=CL["0002592"])) + setattr(cls, "CL:1001131", + PermissibleValue( + text="CL:1001131", + description="A cell that is part of some vasa recta ascending limb.", + meaning=CL["1001131"])) + setattr(cls, "CL:0000849", + PermissibleValue( + text="CL:0000849", + description="""An olfactory receptor cell with short cilia growing in an invagination bordered by microvilli.""", + meaning=CL["0000849"])) + setattr(cls, "CL:0009109", + PermissibleValue( + text="CL:0009109", + description="A lymphatic endothelial cell located in a lymph node trabecula.", + meaning=CL["0009109"])) + setattr(cls, "CL:4030023", + PermissibleValue( + text="CL:4030023", + description="""A hillock cell that is located in respiratory epithelium. In some mammalian species, this cell type has been noted to express KRT13 and KRT4 and is postulated to play a role in squamous barrier function and immunomodulation.""", + meaning=CL["4030023"])) + setattr(cls, "CL:0004247", + PermissibleValue( + text="CL:0004247", + description="A neuron that stratifies dendrites at two and only two locations.", + meaning=CL["0004247"])) + setattr(cls, "CL:0000091", + PermissibleValue( + text="CL:0000091", + description="""A tissue-resident macrophage of the reticuloendothelial system found on the luminal surface of the hepatic sinusoids involved in erythrocyte clearance. Markers include F4/80+, CD11b-low, CD68-positive, sialoadhesin-positive, CD163/SRCR-positive. Irregular, with long processes including lamellipodia extending into the sinusoid lumen, have flattened nucleus with cytoplasm containing characteristic invaginations of the plasma membrane (vermiform bodies); lie within the sinusoid lumen attached to the endothelial surface; derived from the bone marrow, form a major part of the body's mononuclear phagocyte system.""", + meaning=CL["0000091"])) + setattr(cls, "CL:0000122", + PermissibleValue( + text="CL:0000122", + description="""A neuron that has dendritic processes radiating from the cell body forming a star-like shape.""", + meaning=CL["0000122"])) + setattr(cls, "CL:0000741", + PermissibleValue( + text="CL:0000741", + description="""A motor neuron that is located in the cervical region of the spinal cord and selectively innervates the sternocleidmastoid or trapezius muscle. Unlike other motor neurons, they extend axons dorsally along lateral margins of the spinal cord.""", + meaning=CL["0000741"])) + setattr(cls, "CL:1001005", + PermissibleValue( + text="CL:1001005", + description="""Any kidney capillary endothelial cell that is part of some glomerular capillary endothelium.""", + meaning=CL["1001005"])) + setattr(cls, "CL:0001023", + PermissibleValue( + text="CL:0001023", + description="""A common myeloid progenitor that is Kit-positive and CD34-positive, Il7ra-negative, and is SCA1-low and Fcgr2-low and Fcgr3-low.""", + meaning=CL["0001023"])) + setattr(cls, "CL:0000065", + PermissibleValue( + text="CL:0000065", + description="A neurectoderm derived cell that lines the neural lumen.", + meaning=CL["0000065"])) + setattr(cls, "CL:2000089", + PermissibleValue( + text="CL:2000089", + description="""A granule cell that has soma location in the dentate gyrus cell layer of the hippocampal formation and has an elliptical cell body and characteristic cone-shaped tree of spiny apical dendrites. The branches extend throughout the molecular layer and the distal tips of the dendritic tree end just at the hippocampal fissure or at the ventricular surface. The dentate gyrus granule cell is the principal cell type of the dentate gyrus.""", + meaning=CL["2000089"])) + setattr(cls, "CL:1000505", + PermissibleValue( + text="CL:1000505", + description="A cell that is part of a renal pelvis.", + meaning=CL["1000505"])) + setattr(cls, "CL:0002178", + PermissibleValue( + text="CL:0002178", + description="An epithelial cell found in the lining of the stomach.", + meaning=CL["0002178"])) + setattr(cls, "CL:0003008", + PermissibleValue( + text="CL:0003008", + description="""A mono-stratified retinal ganglion cell that has a medium dendritic field and a medium dendritic arbor with post sympatic terminals in sublaminar layer S2.""", + meaning=CL["0003008"])) + setattr(cls, "CL:0002209", + PermissibleValue( + text="CL:0002209", + description="""An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells.""", + meaning=CL["0002209"])) + setattr(cls, "CL:4023006", + PermissibleValue( + text="CL:4023006", + description="""A nuclear bag fiber that is sensitive only changes in muscle length but not the rate of that change.""", + meaning=CL["4023006"])) + setattr(cls, "CL:0000754", + PermissibleValue( + text="CL:0000754", + description="""An OFF-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the outer half of the inner plexiform layer. The dendritic tree is not well filled and the dendrites are more delicate than in type 1 cells. The axon terminal is bushier and exhibits a dense plexus of varicosities in the inner part of sublamina 1 (Ghosh et al., 2004). It can be differentiated from other retinal bipolar neurons by its expression of marker genes: Neto1, Lhx3 and Irx-6 (Shekhar, 2016).""", + meaning=CL["0000754"])) + setattr(cls, "CL:0000841", + PermissibleValue( + text="CL:0000841", + description="""A mature cell of the conventional dendritic cell lineage, characterized by a high capacity for antigen presentation and typically found in a lymph node.""", + meaning=CL["0000841"])) + setattr(cls, "CL:0000175", + PermissibleValue( + text="CL:0000175", + description="""A progesterone secreting cell in the corpus luteum. The large luteal cells develop from the granulosa cells. The small luteal cells develop from the theca cells.""", + meaning=CL["0000175"])) + setattr(cls, "CL:0004120", + PermissibleValue( + text="CL:0004120", + description="""A retinal ganglion A cell found in the retina with large somata, often polygonal in shape. The dendritic fields consist of three to seven stout dendrites that are sparce near soma. Dendrites terminate in S4.""", + meaning=CL["0004120"])) + setattr(cls, "CL:0002424", + PermissibleValue( + text="CL:0002424", + description="A DN2 thymocyte that is Kit-low.", + meaning=CL["0002424"])) + setattr(cls, "CL:0000865", + PermissibleValue( + text="CL:0000865", + description="A gut-associated lymphoid tissue macrophage found in lamina propria of the gut.", + meaning=CL["0000865"])) + setattr(cls, "CL:1000600", + PermissibleValue( + text="CL:1000600", + description="Any cell that is part of some lower urinary tract.", + meaning=CL["1000600"])) + setattr(cls, "CL:1000321", + PermissibleValue( + text="CL:1000321", + description="""A goblet cell that is part of the epithelium of crypt of Lieberkuhn of large intestine.""", + meaning=CL["1000321"])) + setattr(cls, "CL:0002063", + PermissibleValue( + text="CL:0002063", + description="""A pulmonary alveolar epithelial cell that modulates the fluid surrounding the alveolar epithelium by secreting and recycling surfactants. This cell type also contributes to tissue repair and can differentiate after injury into a pulmonary alveolar type 1 cell. This cuboidal cell is thicker than squamous alveolar cells, have a rounded apical surface that projects above the level of surrounding epithelium. The free surface is covered by short microvilli.""", + meaning=CL["0002063"])) + setattr(cls, "CL:4023097", + PermissibleValue( + text="CL:4023097", + description="""A mesothelial fibroblast of the arachnoid barrier layer. Arachnoid barrier cells make up the tight-junctioned layer in the leptomeninx that functions as the physiologic barrier between the cerebrospinal fluid in the subarachnoid space and the fenestrated capillaries in the dura.""", + meaning=CL["4023097"])) + setattr(cls, "CL:0002198", + PermissibleValue( + text="CL:0002198", + description="""A large epithelial cell with an extremely acidophilic and granular cytoplasm, containing vast numbers of mitochondria; such cells may undergo neoplastic transformation. From the Greek word onkos meaning swelling, this cell type is found in parathyroid, salivary and thyroid glands.""", + meaning=CL["0002198"])) + setattr(cls, "CL:4030007", + PermissibleValue( + text="CL:4030007", + description="""An epithelial ciliated cell that is part of the fallopian tube. This cell type is found mainly on the apex of the mucosal folds and contributes, together with peristaltic contractions, to the self-propulsion of spermatozoa, the transport of ovum during ovulation and the transport of the fertilized ovum to the intramural fallopian tube. A fallopian tube ciliated cell has a columnar shape and contains an oval or round nucleus, often located perpendicular or parallel to the long axis of the cell.""", + meaning=CL["4030007"])) + setattr(cls, "CL:4023161", + PermissibleValue( + text="CL:4023161", + description="""An excitatory glutamatergic interneuron found in the granular layer of the cerebellar cortex and also in the granule cell domain of the cochlear nucleus. Unipolar brush cells have a round or oval cell body with usually a single short dendrite that ends in a brush-like tuft of short dendrites unique to them known as dendrioles.""", + meaning=CL["4023161"])) + setattr(cls, "CL:0000218", + PermissibleValue( + text="CL:0000218", + description="""A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons.""", + meaning=CL["0000218"])) + setattr(cls, "CL:0000021", + PermissibleValue( + text="CL:0000021", + description="Female germ cell is a germ cell that supports female gamete production.", + meaning=CL["0000021"])) + setattr(cls, "CL:0000064", + PermissibleValue( + text="CL:0000064", + description="A cell that has a filiform extrusion of the cell surface.", + meaning=CL["0000064"])) + setattr(cls, "CL:1000352", + PermissibleValue( + text="CL:1000352", + description="A basal cell that is part of the epithelium of bronchiole.", + meaning=CL["1000352"])) + setattr(cls, "CL:1000417", + PermissibleValue( + text="CL:1000417", + description="A myoepithelial cell that is part of the sweat gland.", + meaning=CL["1000417"])) + setattr(cls, "CL:0000167", + PermissibleValue( + text="CL:0000167", + description="Any secretory cell that is capable of some peptide hormone secretion.", + meaning=CL["0000167"])) + setattr(cls, "CL:2000069", + PermissibleValue( + text="CL:2000069", + description="Any fibroblast that is part of a gallbladder.", + meaning=CL["2000069"])) + setattr(cls, "CL:0002040", + PermissibleValue( + text="CL:0002040", + description="A CD24-low, CD44-negative, NK1.1-negative NK T cell.", + meaning=CL["0002040"])) + setattr(cls, "CL:4030018", + PermissibleValue( + text="CL:4030018", + description="A renal principal cell located in the connecting tubule.", + meaning=CL["4030018"])) + setattr(cls, "CL:0004231", + PermissibleValue( + text="CL:0004231", + description="""A broadly stratifying amacrine cell with a small dendritic field and a complex dendritic arbor. Recurving diffuse amacrine cells have post-synaptic terminals in S2, S3, and S4.""", + meaning=CL["0004231"])) + setattr(cls, "CL:0000054", + PermissibleValue( + text="CL:0000054", + meaning=CL["0000054"])) + setattr(cls, "CL:0000532", + PermissibleValue( + text="CL:0000532", + meaning=CL["0000532"])) + setattr(cls, "CL:1000500", + PermissibleValue( + text="CL:1000500", + description="A cell that is part of kidney interstitium.", + meaning=CL["1000500"])) + setattr(cls, "CL:0000830", + PermissibleValue( + text="CL:0000830", + description="A promyelocyte committed to the basophil lineage.", + meaning=CL["0000830"])) + setattr(cls, "CL:4023171", + PermissibleValue( + text="CL:4023171", + description="""A trigeminal neuron that is responsible for motor functions such as biting and chewing.""", + meaning=CL["4023171"])) + setattr(cls, "CL:0000114", + PermissibleValue( + text="CL:0000114", + meaning=CL["0000114"])) + setattr(cls, "CL:0000622", + PermissibleValue( + text="CL:0000622", + description="""A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus).""", + meaning=CL["0000622"])) + setattr(cls, "CL:0002429", + PermissibleValue( + text="CL:0002429", + description="A double-positive thymocyte that is CD69-positive and has begun positive selection.", + meaning=CL["0002429"])) + setattr(cls, "CL:0001067", + PermissibleValue( + text="CL:0001067", + description="""An innate lymphoid cell that is capable of producing the type 1 cytokine IFN-gamma, but not Th2 or Th17 cell-associated cytokines.""", + meaning=CL["0001067"])) + setattr(cls, "CL:0002047", + PermissibleValue( + text="CL:0002047", + description="""A precursor B cell that is CD45RA-positive, CD43-positive, CD24-positive and BP-1-negative.""", + meaning=CL["0002047"])) + setattr(cls, "CL:0007013", + PermissibleValue( + text="CL:0007013", + description="""Odontoblast that is terminally differentiated and derived from an odontogenic papilla and associated with dentine.""", + meaning=CL["0007013"])) + setattr(cls, "CL:0002638", + PermissibleValue( + text="CL:0002638", + description="""A respiratory stem cell found at the junction of the terminal (conductive) bronchiole and the respiratory bronchiole. This cell types gives rise to alveolar cell types and club cells in response to lung injury. This cell type expresses markers Scgb1a1 and Sftpc.""", + meaning=CL["0002638"])) + setattr(cls, "CL:0000646", + PermissibleValue( + text="CL:0000646", + description="""Undifferentiated; mitotic stem cell for other epithelial cell types; rounded or elliptical with little cytoplasm and few organelles; contain cytokeratin intermediate filament.""", + meaning=CL["0000646"])) + setattr(cls, "CL:1000484", + PermissibleValue( + text="CL:1000484", + description="A Purkinje myocyte that is part of the atrioventricular bundle.", + meaning=CL["1000484"])) + setattr(cls, "CL:1000892", + PermissibleValue( + text="CL:1000892", + description="Any kidney blood vessel cell that is part of some kidney capillary.", + meaning=CL["1000892"])) + setattr(cls, "CL:0002172", + PermissibleValue( + text="CL:0002172", + description="""A long, spindle-shaped supporting cells arranged in parallel rows that secretes components of the tectorial membrane and potassium ions into the endolymph.""", + meaning=CL["0002172"])) + setattr(cls, "CL:0000228", + PermissibleValue( + text="CL:0000228", + description="A cell with more than one nucleus.", + meaning=CL["0000228"])) + setattr(cls, "CL:0000174", + PermissibleValue( + text="CL:0000174", + description="Any secretory cell that is capable of some steroid hormone secretion.", + meaning=CL["0000174"])) + setattr(cls, "CL:0002212", + PermissibleValue( + text="CL:0002212", + description="""A fast muscle fiber cell that stores energy in the form of glycogen and creatine phosphate.""", + meaning=CL["0002212"])) + setattr(cls, "CL:1000380", + PermissibleValue( + text="CL:1000380", + description="""A type I vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.""", + meaning=CL["1000380"])) + setattr(cls, "CL:1000438", + PermissibleValue( + text="CL:1000438", + description="An epithelial cell that is part of the wall of inferior part of anal canal.", + meaning=CL["1000438"])) + setattr(cls, "CL:4023094", + PermissibleValue( + text="CL:4023094", + description="A pyramidal neuron which has a distinctive tuft formation, distal from the soma.", + meaning=CL["4023094"])) + setattr(cls, "CL:0002066", + PermissibleValue( + text="CL:0002066", + description="""A neuroendocrine cell found in the epithelium of the lungs and respiratory tract. This cell type is rounded or elliptical in shape, situated mainly in the basal part of the epithelium; regulates bronchial secretion, smooth muscle contraction, lobular growth, ciliary activity and chemoreception. Cell has an electron-lucent cytoplasm, contains numerous dense-cored vesicles with a clear halo between the core and the limiting membrane.""", + meaning=CL["0002066"])) + setattr(cls, "CL:0009084", + PermissibleValue( + text="CL:0009084", + description="An epithelial cell that is part of an endometrial gland.", + meaning=CL["0009084"])) + setattr(cls, "CL:2000023", + PermissibleValue( + text="CL:2000023", + description="Any interneuron that is part of a spinal cord ventral column.", + meaning=CL["2000023"])) + setattr(cls, "CL:0004229", + PermissibleValue( + text="CL:0004229", + description="""A bistratified amacrine cell with a small dendritic field that has dendrite stratification in S2, and in S3 and S4.""", + meaning=CL["0004229"])) + setattr(cls, "CL:0002676", + PermissibleValue( + text="CL:0002676", + description="A neuroblast derived from a neural crest cell.", + meaning=CL["0002676"])) + setattr(cls, "CL:0002091", + PermissibleValue( + text="CL:0002091", + description="A small cell formed by the first meiotic division of oocytes.", + meaning=CL["0002091"])) + setattr(cls, "CL:0001064", + PermissibleValue( + text="CL:0001064", + description="A neoplastic cell that is capable of entering a surrounding tissue", + meaning=CL["0001064"])) + setattr(cls, "CL:0000615", + PermissibleValue( + text="CL:0000615", + description="""A thick walled spore containing one or more haploid nuclei produced by sexual reproduction in an Basidiomycete; formed externally on extrusions of the basidium.""", + meaning=CL["0000615"])) + setattr(cls, "CL:0005007", + PermissibleValue( + text="CL:0005007", + description="""Kolmer-Agduhr neurons are ciliated GABAergic neurons that contact the central canal of the spinal cord and have ipsilateral ascending axons.""", + meaning=CL["0005007"])) + setattr(cls, "CL:0001012", + PermissibleValue( + text="CL:0001012", + meaning=CL["0001012"])) + setattr(cls, "CL:1000346", + PermissibleValue( + text="CL:1000346", + description="An enterocyte that is part of the epithelium proper of large intestine.", + meaning=CL["1000346"])) + setattr(cls, "CL:0000061", + PermissibleValue( + text="CL:0000061", + description="""Skeletogenic cell that produces cementum (a bony substance that covers the root of a tooth), is part of the odontogenic papilla, and develops from a precementoblast cell.""", + meaning=CL["0000061"])) + setattr(cls, "CL:0000687", + PermissibleValue( + text="CL:0000687", + meaning=CL["0000687"])) + setattr(cls, "CL:0000148", + PermissibleValue( + text="CL:0000148", + description="""A pigment cell derived from the neural crest. Contains melanin-filled pigment granules, which gives a brown to black appearance.""", + meaning=CL["0000148"])) + setattr(cls, "CL:1000370", + PermissibleValue( + text="CL:1000370", + description="A transitional myocyte that is part of the left branch of atrioventricular bundle.", + meaning=CL["1000370"])) + setattr(cls, "CL:0002372", + PermissibleValue( + text="CL:0002372", + description="A transversely striated, synctial muscle cell, formed by the fusion of myoblasts.", + meaning=CL["0002372"])) + setattr(cls, "CL:0000430", + PermissibleValue( + text="CL:0000430", + description="""A pigment cell derived from the neural crest. Contains cartenoid pigments in structures called pterinosomes or xanthosomes. This gives an appearance ranging from a golden yellow to orange and red.""", + meaning=CL["0000430"])) + setattr(cls, "CL:0009026", + PermissibleValue( + text="CL:0009026", + description="An enterocyte that is a part of a vermiform appendix.", + meaning=CL["0009026"])) + setattr(cls, "CL:1001569", + PermissibleValue( + text="CL:1001569", + description="An interneuron with a soma found in the hippocampus.", + meaning=CL["1001569"])) + setattr(cls, "CL:0002386", + PermissibleValue( + text="CL:0002386", + description="A macroconidium that has more than one nucleus.", + meaning=CL["0002386"])) + setattr(cls, "CL:0002299", + PermissibleValue( + text="CL:0002299", + description="""An epithelial cell scattered in the cortex, predominant in the outer cortex with a large pale nucleus and a prominent nucleolus.""", + meaning=CL["0002299"])) + setattr(cls, "CL:0000383", + PermissibleValue( + text="CL:0000383", + meaning=CL["0000383"])) + setattr(cls, "CL:0002127", + PermissibleValue( + text="CL:0002127", + description="""A T cell with a receptor of limited diversity that is capable of immediate effector functions upon stimulation.""", + meaning=CL["0002127"])) + setattr(cls, "CL:0003044", + PermissibleValue( + text="CL:0003044", + description="""A bistratified ganglion cell with small, dense dendritic fields that terminate in S1 and S3.""", + meaning=CL["0003044"])) + setattr(cls, "CL:1000444", + PermissibleValue( + text="CL:1000444", + description="A mesothelial cell that is part of the anterior chamber of eyeball.", + meaning=CL["1000444"])) + setattr(cls, "CL:0002195", + PermissibleValue( + text="CL:0002195", + description="""A stem cell that can give rise to the cells of the liver. The term usually refers to the self-renewing pool of hepatocyte precursors in the adult liver (differently from 'hepatoblast', often used for fetal precursors of hepatocytes).""", + meaning=CL["0002195"])) + setattr(cls, "CL:0003050", + PermissibleValue( + text="CL:0003050", + description="""A cone cell that detects short wavelength light. Exact peak of spectra detected differs between species. In humans, spectra peaks at 420-440 nm.""", + meaning=CL["0003050"])) + setattr(cls, "CL:0000873", + PermissibleValue( + text="CL:0000873", + description="""A splenic macrophage found in the areas surrounding the white pulp of the spleen, adjacent to the marginal sinus. Markers include F4/80-negative, Dectin2-low, sialoadhesin-positive.""", + meaning=CL["0000873"])) + setattr(cls, "CL:0002589", + PermissibleValue( + text="CL:0002589", + description="A smooth muscle cell of the bachiocephalic vasculature.", + meaning=CL["0002589"])) + setattr(cls, "CL:0009037", + PermissibleValue( + text="CL:0009037", + description="""A B lymphocyte that resides in the mantle zone of the lymph node germinal center. These are generally IgM and IgD positive activated B cells that form a 'corona' around the germinal center and are part of the establishment of a secondary lymphatic follicule.""", + meaning=CL["0009037"])) + setattr(cls, "CL:0005022", + PermissibleValue( + text="CL:0005022", + description="""Lymphatic progenitor cells, derived from the veins, that give rise to lymphatic endothelial cells.""", + meaning=CL["0005022"])) + setattr(cls, "CL:0002099", + PermissibleValue( + text="CL:0002099", + description="""A small, polyhedral, cell found in rounded groups or curved columns with deeply staining nuclei, scanty basophilic cytoplasm and a few lipid droplets. This cell in the zona glomerulosa produces mineralocorticoids.""", + meaning=CL["0002099"])) + setattr(cls, "CL:0002431", + PermissibleValue( + text="CL:0002431", + description="""A double-positive thymocyte that is undergoing positive selection, has high expression of the alpha-beta T cell receptor, is CD69-positive, and is in the process of down regulating the CD8 co-receptor.""", + meaning=CL["0002431"])) + setattr(cls, "CL:0000242", + PermissibleValue( + text="CL:0000242", + description="""A modified epidermal cell located in the stratum basale. They are found mostly in areas where sensory perception is acute. Merkel cells are closely associated with an expanded terminal bulb of an afferent myelinated nerve fiber.""", + meaning=CL["0000242"])) + setattr(cls, "CL:0000829", + PermissibleValue( + text="CL:0000829", + description="A myeloblast committed to the basophil lineage.", + meaning=CL["0000829"])) + setattr(cls, "CL:0003047", + PermissibleValue( + text="CL:0003047", + description="""A bistratifed retinal ganglion cell that has small, symmetric dendritic fields that terminate in S1 and S4-S5.""", + meaning=CL["0003047"])) + setattr(cls, "CL:1000546", + PermissibleValue( + text="CL:1000546", + description="An epithelial cell that is part of a renal medulla collecting duct.", + meaning=CL["1000546"])) + setattr(cls, "CL:0000464", + PermissibleValue( + text="CL:0000464", + description="""An epidermal progenitor cell that arises from neuroectoderm and in turn gives rise to the epidermal sheath of ventral and cephalic regions.""", + meaning=CL["0000464"])) + setattr(cls, "CL:0002413", + PermissibleValue( + text="CL:0002413", + description="A Vgamma1.1-positive, Vdelta6.3-negative thymocyte that is CD24-negative.", + meaning=CL["0002413"])) + setattr(cls, "CL:0002515", + PermissibleValue( + text="CL:0002515", + description="""An interrenal chromaffin cell found in teleosts that contain heterogeneous vesicles with electron-dense granules located asymmetrically within the vesicular membrane.""", + meaning=CL["0002515"])) + setattr(cls, "CL:0002492", + PermissibleValue( + text="CL:0002492", + description="""A polarized columnar cell that covesr the lateral surface of the cochlear duct, secretes potassium ions and forms a continuous sheet in contact with the endolymph; marginal cells form extensive interdigitations with the basal and intermediate cells in the normal adult stria.""", + meaning=CL["0002492"])) + setattr(cls, "CL:0002073", + PermissibleValue( + text="CL:0002073", + description="""Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes.""", + meaning=CL["0002073"])) + setattr(cls, "CL:1000377", + PermissibleValue( + text="CL:1000377", + description="A Feyrter cell that is part of the epithelium of trachea.", + meaning=CL["1000377"])) + setattr(cls, "CL:1000155", + PermissibleValue( + text="CL:1000155", + description="""A specialized epithelial secretory cell that moves chloride ions and water across the tubule epithelium.""", + meaning=CL["1000155"])) + setattr(cls, "CL:0003036", + PermissibleValue( + text="CL:0003036", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 2 and 5.""", + meaning=CL["0003036"])) + setattr(cls, "CL:1000742", + PermissibleValue( + text="CL:1000742", + description="A mesangial cell located among the glomerular capillaries in a renal corpuscle.", + meaning=CL["1000742"])) + setattr(cls, "CL:0001025", + PermissibleValue( + text="CL:0001025", + description="""A common lymphoid progenitor that is Kit-low, FLT3-positive, IL7ralpha-positive, and SCA1-low.""", + meaning=CL["0001025"])) + setattr(cls, "CL:0004183", + PermissibleValue( + text="CL:0004183", + description="""A monostratified retinal ganglion cell with medium soma, sparse dendritic tree, and medium dendritic field.""", + meaning=CL["0004183"])) + setattr(cls, "CL:1000288", + PermissibleValue( + text="CL:1000288", + description="A muscle cell that is part of the atrial branch of anterior internodal tract.", + meaning=CL["1000288"])) + setattr(cls, "CL:0002510", + PermissibleValue( + text="CL:0002510", + description="A langerin-positive lymph node dendritic cell that is CD103-negative and CD11b-high.", + meaning=CL["0002510"])) + setattr(cls, "CL:0002494", + PermissibleValue( + text="CL:0002494", + description="A cell located in the heart, including both muscle and non muscle cells.", + meaning=CL["0002494"])) + setattr(cls, "CL:2000070", + PermissibleValue( + text="CL:2000070", + description="Any fibroblast that is part of a optic choroid.", + meaning=CL["2000070"])) + setattr(cls, "CL:0002131", + PermissibleValue( + text="CL:0002131", + description="Regular cardiac myocyte of a cardiac ventricle.", + meaning=CL["0002131"])) + setattr(cls, "CL:0001073", + PermissibleValue( + text="CL:0001073", + description="""An innate lymphoid cell in the human with the phenotype CD34-negative, CD56-positive, CD117-positive.Thie cell type may include precusors to NK cells and ILC3 cells.""", + meaning=CL["0001073"])) + setattr(cls, "CL:4023050", + PermissibleValue( + text="CL:4023050", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in L6 of the primary motor cortex. These cells are short untufted pyramidal cells, which could be stellate or inverted.""", + meaning=CL["4023050"])) + setattr(cls, "CL:0002426", + PermissibleValue( + text="CL:0002426", + description="A mature natural killer cell that is CD11b-positive and CD27-positive.", + meaning=CL["0002426"])) + setattr(cls, "CL:0002167", + PermissibleValue( + text="CL:0002167", + description="A specialized cell involved in sensory perception of smell.", + meaning=CL["0002167"])) + setattr(cls, "CL:1000001", + PermissibleValue( + text="CL:1000001", + description="Any neuron that has its soma located in some retrotrapezoid nucleus.", + meaning=CL["1000001"])) + setattr(cls, "CL:0000604", + PermissibleValue( + text="CL:0000604", + description="""One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision.""", + meaning=CL["0000604"])) + setattr(cls, "CL:0009057", + PermissibleValue( + text="CL:0009057", + description="A goblet cell that is located in the anorectum.", + meaning=CL["0009057"])) + setattr(cls, "CL:0000702", + PermissibleValue( + text="CL:0000702", + meaning=CL["0000702"])) + setattr(cls, "CL:0003037", + PermissibleValue( + text="CL:0003037", + description="""An M7 retinal ganglion cells with synaptic terminals in S4 and is depolarized by illumination of its receptive field center.""", + meaning=CL["0003037"])) + setattr(cls, "CL:4023107", + PermissibleValue( + text="CL:4023107", + description="""A neuron with soma location in the reticular formation with axons that extend into the spinal cord such. Reticulospinal neuron activity can lead to a variety of motor behaviors.""", + meaning=CL["4023107"])) + setattr(cls, "CL:0002057", + PermissibleValue( + text="CL:0002057", + description="""A classical monocyte that is CD14-positive, CD16-negative, CD64-positive, CD163-positive.""", + meaning=CL["0002057"])) + setattr(cls, "CL:4033032", + PermissibleValue( + text="CL:4033032", + description="""An ON diffuse bipolar cell that has a large dendritic field and large axon terminals, which show little or no overlap. This cell predominantly connects to narrow thorny ganglion cells.""", + meaning=CL["4033032"])) + setattr(cls, "CL:4033005", + PermissibleValue( + text="CL:4033005", + description="A(n) serous secreting cell that is part of a(n) bronchus submucosal gland.", + meaning=CL["4033005"])) + setattr(cls, "CL:0000917", + PermissibleValue( + text="CL:0000917", + description="""A CD8-positive, alpha-beta positive T cell that has the phenotype T-bet-positive, eomesodermin-positive, CXCR3-positive, CCR6-negative, and is capable of producing interferon-gamma.""", + meaning=CL["0000917"])) + setattr(cls, "CL:0011013", + PermissibleValue( + text="CL:0011013", + description="A sperm cell that is cabaple of motion (motility).", + meaning=CL["0011013"])) + setattr(cls, "CL:0000821", + PermissibleValue( + text="CL:0000821", + description="""A B-1 B cell that has the phenotype CD5-negative, but having other phenotypic attributes of a B-1 B cell.""", + meaning=CL["0000821"])) + setattr(cls, "CL:0000973", + PermissibleValue( + text="CL:0000973", + description="A class switched memory B cell that expresses IgA.", + meaning=CL["0000973"])) + setattr(cls, "CL:0000671", + PermissibleValue( + text="CL:0000671", + description="""A follicle cell that migrates from the dorso-anterior part of the oocyte associated follicular epithelium, in between the nurse cells and the oocyte, and participates in the formation of the operculum.""", + meaning=CL["0000671"])) + setattr(cls, "CL:1000359", + PermissibleValue( + text="CL:1000359", + description="A M cell that is part of the epithelium proper of appendix.", + meaning=CL["1000359"])) + setattr(cls, "CL:1000320", + PermissibleValue( + text="CL:1000320", + description="A goblet cell that is part of the epithelium of large intestine.", + meaning=CL["1000320"])) + setattr(cls, "CL:0000657", + PermissibleValue( + text="CL:0000657", + description="""One of the two haploid cells into which a primary spermatocyte divides, and which in turn gives origin to spermatids.""", + meaning=CL["0000657"])) + setattr(cls, "CL:0000705", + PermissibleValue( + text="CL:0000705", + meaning=CL["0000705"])) + setattr(cls, "CL:0002601", + PermissibleValue( + text="CL:0002601", + description="A smooth muscle cell of the uterus.", + meaning=CL["0002601"])) + setattr(cls, "CL:0000598", + PermissibleValue( + text="CL:0000598", + description="""Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala.""", + meaning=CL["0000598"])) + setattr(cls, "CL:0000327", + PermissibleValue( + text="CL:0000327", + meaning=CL["0000327"])) + setattr(cls, "CL:1000471", + PermissibleValue( + text="CL:1000471", + description="A myoepithelial cell that is part of the secondary lactiferous duct.", + meaning=CL["1000471"])) + setattr(cls, "CL:1000310", + PermissibleValue( + text="CL:1000310", + description="An adipocyte that is part of the epicardial fat of right ventricle.", + meaning=CL["1000310"])) + setattr(cls, "CL:4032000", + PermissibleValue( + text="CL:4032000", + description="""An epithelial cell of the urethra that has an expression profile similar to lung club cells. Club-like cells of the urethra epithelium are similar to lung club cells in their expression of SCGB1A1 and in their enrichment of immunomodulatory programs.""", + meaning=CL["4032000"])) + setattr(cls, "CL:0000016", + PermissibleValue( + text="CL:0000016", + description="A stem cell that is the precursor of male gametes.", + meaning=CL["0000016"])) + setattr(cls, "CL:0002645", + PermissibleValue( + text="CL:0002645", + description="An endocranial viscerocranial mucosa cell that is part of viscerocranial mucosa.", + meaning=CL["0002645"])) + setattr(cls, "CL:0015000", + PermissibleValue( + text="CL:0015000", + description="""Motor neuron that innervate muscles that control eye, jaw, and facial movements of the vertebrate head and parasympathetic neurons that innervate certain glands and organs.""", + meaning=CL["0015000"])) + setattr(cls, "CL:1001099", + PermissibleValue( + text="CL:1001099", + description="Any endothelial cell that is part of some renal efferent arteriole.", + meaning=CL["1001099"])) + setattr(cls, "CL:2000029", + PermissibleValue( + text="CL:2000029", + description="Any neuron that is part of a central nervous system.", + meaning=CL["2000029"])) + setattr(cls, "CL:0000733", + PermissibleValue( + text="CL:0000733", + description="A plasmatocyte that derives from the larval lymph gland.", + meaning=CL["0000733"])) + setattr(cls, "CL:4033021", + PermissibleValue( + text="CL:4033021", + description="A myoepithelial cell that is part of a submucosal gland of the trachea.", + meaning=CL["4033021"])) + setattr(cls, "CL:0002462", + PermissibleValue( + text="CL:0002462", + description="A F4/80-negative dendritic cell located in adipose tissue.", + meaning=CL["0002462"])) + setattr(cls, "CL:0000596", + PermissibleValue( + text="CL:0000596", + description="""A spore formed following meiosis. Sometimes following meiosis, prospores may undergo one or more rounds of mitosis before they are fully mature.""", + meaning=CL["0000596"])) + setattr(cls, "CL:0009070", + PermissibleValue( + text="CL:0009070", + description="A thymic epithelial cell located at the corticomedullary junction.", + meaning=CL["0009070"])) + setattr(cls, "CL:2000054", + PermissibleValue( + text="CL:2000054", + description="""A large, granular, liver specific natural killer cell that adheres to the endothelial cells of the hepatic sinusoid.""", + meaning=CL["2000054"])) + setattr(cls, "CL:4030034", + PermissibleValue( + text="CL:4030034", + description="""A ciliated cell of the respiratory system. Ciliated cells are present in airway epithelium.""", + meaning=CL["4030034"])) + setattr(cls, "CL:0002033", + PermissibleValue( + text="CL:0002033", + description="""A hematopoietic stem cell capable of rapid replenishment of myeloerythroid progenitors and limited self renewal capability. This cell is Kit-positive, Sca1-positive, CD34-positive, CD150-positive, and is Flt3-negative.""", + meaning=CL["0002033"])) + setattr(cls, "CL:0004119", + PermissibleValue( + text="CL:0004119", + description="""A retinal ganglion cell B that has medium body size, medium dendritic field and dense dendritic arbor, and has post synaptic terminals in S2.""", + meaning=CL["0004119"])) + setattr(cls, "CL:0000360", + PermissibleValue( + text="CL:0000360", + description="""A cell of the early embryo at the developmental stage in which the blastomeres, resulting from repeated mitotic divisions of the fertilized ovum (zygote), form a compact cell mass.""", + meaning=CL["0000360"])) + setattr(cls, "CL:0000515", + PermissibleValue( + text="CL:0000515", + description="A myoblast that differentiates into skeletal muscle fibers.", + meaning=CL["0000515"])) + setattr(cls, "CL:2000056", + PermissibleValue( + text="CL:2000056", + description="Any pyramidal cell that is part of a regional part of cerebral cortex.", + meaning=CL["2000056"])) + setattr(cls, "CL:0007020", + PermissibleValue( + text="CL:0007020", + description="""Characteristic early embryonic cell with a bottle or flask shape that is first to migrate inwards at the blastopore during gastrulation in amphibians.""", + meaning=CL["0007020"])) + setattr(cls, "CL:0002018", + PermissibleValue( + text="CL:0002018", + description="An erythroblast that is GlyA-positive and CD71-negative.", + meaning=CL["0002018"])) + setattr(cls, "CL:2000081", + PermissibleValue( + text="CL:2000081", + description="Any melanocyte of skin that is part of a skin of face.", + meaning=CL["2000081"])) + setattr(cls, "CL:4023068", + PermissibleValue( + text="CL:4023068", + description="An excitatory neuron that has its soma located in the thalamic complex.", + meaning=CL["4023068"])) + setattr(cls, "CL:1001216", + PermissibleValue( + text="CL:1001216", + description="Any endothelial cell that is part of some interlobular artery.", + meaning=CL["1001216"])) + setattr(cls, "CL:0000000", + PermissibleValue( + text="CL:0000000", + description="""A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane.""", + meaning=CL["0000000"])) + setattr(cls, "CL:1000364", + PermissibleValue( + text="CL:1000364", + description="A transitional myocyte that is part of the anterior internodal tract.", + meaning=CL["1000364"])) + setattr(cls, "CL:0000238", + PermissibleValue( + text="CL:0000238", + meaning=CL["0000238"])) + setattr(cls, "CL:0003040", + PermissibleValue( + text="CL:0003040", + description="""A monostratified retinal ganglion cell with large soma and large dendritic field, with medium dendritic arbor, and has dendrites in layers 1 and 5.""", + meaning=CL["0003040"])) + setattr(cls, "CL:0009023", + PermissibleValue( + text="CL:0009023", + description="A T cell which resides in the Peyer's patch of the small intestine.", + meaning=CL["0009023"])) + setattr(cls, "CL:0000593", + PermissibleValue( + text="CL:0000593", + description="A steroid hormone secreting cell that secretes androgen.", + meaning=CL["0000593"])) + setattr(cls, "CL:0002447", + PermissibleValue( + text="CL:0002447", + description="A NK1.1-positive T cell that is CD94-negative.", + meaning=CL["0002447"])) + setattr(cls, "CL:1000411", + PermissibleValue( + text="CL:1000411", + description="An endothelial cell that is part of the small intestine Peyer's patch.", + meaning=CL["1000411"])) + setattr(cls, "CL:0000420", + PermissibleValue( + text="CL:0000420", + meaning=CL["0000420"])) + setattr(cls, "CL:1000375", + PermissibleValue( + text="CL:1000375", + description="""A myocardial endocrine cell that is part of the septal division of left branch of atrioventricular bundle.""", + meaning=CL["1000375"])) + setattr(cls, "CL:0000834", + PermissibleValue( + text="CL:0000834", + description="A progenitor cell of the neutrophil lineage.", + meaning=CL["0000834"])) + setattr(cls, "CL:0000994", + PermissibleValue( + text="CL:0000994", + description="""Immature CD11c-negative plasmacytoid dendritic cell is a CD11c-negative plasmacytoid dendritic cell is CD80-negative, CD86-low and MHCII-low.""", + meaning=CL["0000994"])) + setattr(cls, "CL:0002268", + PermissibleValue( + text="CL:0002268", + description="An enteroendocrine cell that stores and secretes Ghrelin.", + meaning=CL["0002268"])) + setattr(cls, "CL:0000880", + PermissibleValue( + text="CL:0000880", + description="""A border associated macrophage found at the interface between the blood and the cerebrospinal fluid in the brain. This central nervous system macrophage has a star-like shaped body and expresses scavenger receptors.""", + meaning=CL["0000880"])) + setattr(cls, "CL:0002168", + PermissibleValue( + text="CL:0002168", + description="""A border cell is a slender columnar cell on the medial portion of the basilar membrane.""", + meaning=CL["0002168"])) + setattr(cls, "CL:0002100", + PermissibleValue( + text="CL:0002100", + description="A regular cardiac myocyte of the interventricular region of the heart.", + meaning=CL["0002100"])) + setattr(cls, "CL:0000351", + PermissibleValue( + text="CL:0000351", + description="""A cell lining the outside of the blastocyst. After binding to the endometrium, trophoblast cells develop into two distinct layers, an inner layer of mononuclear cytotrophoblast cells and an outer layer of continuous multinuclear cytoplasm, the syncytiotrophoblast cells, which form the early fetal-maternal interface.""", + meaning=CL["0000351"])) + setattr(cls, "CL:0002271", + PermissibleValue( + text="CL:0002271", + description="""A type EC enteredocrine cell in the intestines that stores and secretes substance P and 5-hydroxytryptamine.""", + meaning=CL["0002271"])) + setattr(cls, "CL:0000896", + PermissibleValue( + text="CL:0000896", + description="""A recently activated CD4-positive, alpha-beta T cell with the phenotype CD69-positive, CD62L-negative, CD127-negative, and CD25-positive.""", + meaning=CL["0000896"])) + setattr(cls, "CL:0000095", + PermissibleValue( + text="CL:0000095", + meaning=CL["0000095"])) + setattr(cls, "CL:0002208", + PermissibleValue( + text="CL:0002208", + description="A brush cell found in the epithelium of bronchus.", + meaning=CL["0002208"])) + setattr(cls, "CL:0004246", + PermissibleValue( + text="CL:0004246", + description="A central nervous system neuron that stratifies at one and only one location.", + meaning=CL["0004246"])) + setattr(cls, "CL:0002491", + PermissibleValue( + text="CL:0002491", + description="A specialized cell involved in auditory sensory perception.", + meaning=CL["0002491"])) + setattr(cls, "CL:0000508", + PermissibleValue( + text="CL:0000508", + description="""An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.""", + meaning=CL["0000508"])) + setattr(cls, "CL:0002660", + PermissibleValue( + text="CL:0002660", + description="A luminal epithelial cell of mammary gland located in acinus of structure.", + meaning=CL["0002660"])) + setattr(cls, "CL:4023113", + PermissibleValue( + text="CL:4023113", + description="A vestibular afferent neuron that makes bouton synapses to type II hair cells.", + meaning=CL["4023113"])) + setattr(cls, "CL:0001010", + PermissibleValue( + text="CL:0001010", + description="""Mature dermal dendritic cell is a dermal dendritic cell that is CD80-high, CD86-high, MHCII-high and is CD83-positive.""", + meaning=CL["0001010"])) + setattr(cls, "CL:4023014", + PermissibleValue( + text="CL:4023014", + description="""A vip GABAergic cortical interneuron with a soma found in L5. L5 vip cells have mostly local morphology with some deep-projecting axons. They show only moderate resistance, comparable to that of sst subclass and unlike typical Vip subclass cells that tend to show high input resistance. L5 vip cells show particularly low resting membrane potential.""", + meaning=CL["4023014"])) + setattr(cls, "CL:0002214", + PermissibleValue( + text="CL:0002214", + description="""A type II muscle cell that contains large amounts of myoglobin, has many mitochondria and very many blood capillaries. Type II A cells are red, have a very high capacity for generating ATP by oxidative metabolic processes, split ATP at a very rapid rate, have a fast contraction velocity and are resistant to fatigue.""", + meaning=CL["0002214"])) + setattr(cls, "CL:0000378", + PermissibleValue( + text="CL:0000378", + meaning=CL["0000378"])) + setattr(cls, "CL:1000491", + PermissibleValue( + text="CL:1000491", + description="A mesothelial cell that is part of the pleura.", + meaning=CL["1000491"])) + setattr(cls, "CL:0001007", + PermissibleValue( + text="CL:0001007", + description="""Interstitial dendritic cell is a conventional dendritic cell that is CD11b-positive, CD1a-positive, CD206-positive, CD209-positive, and CD36-positive.""", + meaning=CL["0001007"])) + setattr(cls, "CL:0000612", + PermissibleValue( + text="CL:0000612", + description="""A eosinophil precursor in the granulocytic series, being a cell intermediate in development between a promyelocyte and a metamyelocyte;in this stage, production of primary granules is complete and eosinophil-specific granules has started. No nucleolus is present. These cells are integrin alpha-M-positive, CD13-positive, CD15-positive, CD16-negative, CD24-positive, and CD33-positive.""", + meaning=CL["0000612"])) + setattr(cls, "CL:0002136", + PermissibleValue( + text="CL:0002136", + description="A cell in the zona fasciculata that produce glucocorticoids, e.g cortisol.", + meaning=CL["0002136"])) + setattr(cls, "CL:0008047", + PermissibleValue( + text="CL:0008047", + description="""A skeletal muscle fiber that is part of a muscle spindle. These are specialized muscle fibers that serve as proprioceptors, detecting the amount and rate of change in length of a muscle. They are innervated by both sensory neurons and motor neurons (gamma and beta motorneurons, collectively referred to as fusimotor neurons).""", + meaning=CL["0008047"])) + setattr(cls, "CL:0002056", + PermissibleValue( + text="CL:0002056", + description="""A mature B cell subset originally defined as having being CD45R-positive, IgM-positive, IgD-positive and CD43-negative. Subsequent research demonstrated being CD21-positive and CD23-negative and CD93 negative.""", + meaning=CL["0002056"])) + setattr(cls, "CL:0002442", + PermissibleValue( + text="CL:0002442", + description="A NK1.1-positive T cell that is CD94-negative and Ly49Cl-negative.", + meaning=CL["0002442"])) + setattr(cls, "CL:0002058", + PermissibleValue( + text="CL:0002058", + description="A resident monocyte that is Gr-1 low, CD43-positive, and CX3CR1-positive.", + meaning=CL["0002058"])) + setattr(cls, "CL:0010020", + PermissibleValue( + text="CL:0010020", + description="Any glial cell that is part of some heart.", + meaning=CL["0010020"])) + setattr(cls, "CL:0002238", + PermissibleValue( + text="CL:0002238", + description="A primordial germ cell that is destined to become a male germ cell.", + meaning=CL["0002238"])) + setattr(cls, "CL:0000440", + PermissibleValue( + text="CL:0000440", + description="A cell of the intermediate pituitary that produces melanocyte stimulating hormone.", + meaning=CL["0000440"])) + setattr(cls, "CL:1000469", + PermissibleValue( + text="CL:1000469", + description="A myoepithelial cell that is part of the main lactiferous duct.", + meaning=CL["1000469"])) + setattr(cls, "CL:1000222", + PermissibleValue( + text="CL:1000222", + description="Any neuroendocrine cell that is part of some stomach.", + meaning=CL["1000222"])) + setattr(cls, "CL:0000164", + PermissibleValue( + text="CL:0000164", + description="""An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas.""", + meaning=CL["0000164"])) + setattr(cls, "CL:4023051", + PermissibleValue( + text="CL:4023051", + description="""A type of mesothelial fibroblast that is derived from the neural crest, is localized on blood vessels, and is a key component of the pia and arachnoid membranes surrounding the brain.""", + meaning=CL["4023051"])) + setattr(cls, "CL:1000331", + PermissibleValue( + text="CL:1000331", + description="A serous secreting cell that is part of the epithelium of bronchus.", + meaning=CL["1000331"])) + setattr(cls, "CL:0000092", + PermissibleValue( + text="CL:0000092", + description="""A specialized phagocytic cell associated with the absorption and removal of the mineralized matrix of bone tissue, which typically differentiates from monocytes. This cell has the following markers: tartrate-resistant acid phosphatase type 5-positive, PU.1-positive, c-fos-positive, nuclear factor NF-kappa-B p100 subunit-positive, tumor necrosis factor receptor superfamily member 11A-positive and macrophage colony-stimulating factor 1 receptor-positive.""", + meaning=CL["0000092"])) + setattr(cls, "CL:0002565", + PermissibleValue( + text="CL:0002565", + description="A pigment cell located in the epithelium of the iris.", + meaning=CL["0002565"])) + setattr(cls, "CL:0000895", + PermissibleValue( + text="CL:0000895", + description="""An antigen inexperienced CD4-positive, alpha-beta T cell with the phenotype CCR7-positive, CD127-positive and CD62L-positive. This cell type develops in the thymus. This cell type is also described as being CD25-negative, CD62L-high, and CD44-low.""", + meaning=CL["0000895"])) + setattr(cls, "CL:0001075", + PermissibleValue( + text="CL:0001075", + description="""An innate lymphoid cell in the human with the phenotype KLRG1-positive that is a precusor for ILC2 cells.""", + meaning=CL["0001075"])) + setattr(cls, "CL:0001200", + PermissibleValue( + text="CL:0001200", + description="A lymphocyte of B lineage that is CD19-positive.", + meaning=CL["0001200"])) + setattr(cls, "CL:0002188", + PermissibleValue( + text="CL:0002188", + description="""An endothelial cell found in the glomerulus of the kidney. This cell is flattened, highly fenestrated, and plays a vital role in the formation of glomerular ultrafiltrate.""", + meaning=CL["0002188"])) + setattr(cls, "CL:0003026", + PermissibleValue( + text="CL:0003026", + description="""A bistratified retinal ganglion cell that has a small dendrite fields with a sparse dendrite arbor terminating in S2 and S3.""", + meaning=CL["0003026"])) + setattr(cls, "CL:0002499", + PermissibleValue( + text="CL:0002499", + description="A trophoblast cell that arises in the junctional zone (basal plate) of the placenta.", + meaning=CL["0002499"])) + setattr(cls, "CL:0000786", + PermissibleValue( + text="CL:0000786", + description="""A terminally differentiated, post-mitotic, antibody secreting cell of the B cell lineage with the phenotype CD138-positive, surface immunonoglobulin-negative, and MHC Class II-negative. Plasma cells are oval or round with extensive rough endoplasmic reticulum, a well-developed Golgi apparatus, and a round nucleus having a characteristic cartwheel heterochromatin pattern and are devoted to producing large amounts of immunoglobulin.""", + meaning=CL["0000786"])) + setattr(cls, "CL:0000983", + PermissibleValue( + text="CL:0000983", + description="A plasmablast that secretes IgM.", + meaning=CL["0000983"])) + setattr(cls, "CL:0000760", + PermissibleValue( + text="CL:0000760", + description="""An ON-bipolar neuron found in the retina and having connections with cone photoreceptors cells and neurons in the inner half of the inner plexiform layer. This cell has the widest dendritic field and the widest axon terminal of all retinal bipolar cells. The axon terminal is delicate and stratified through sublaminae 4 and 5 of the inner plexiform layer.""", + meaning=CL["0000760"])) + setattr(cls, "CL:0000447", + PermissibleValue( + text="CL:0000447", + meaning=CL["0000447"])) + setattr(cls, "CL:0002263", + PermissibleValue( + text="CL:0002263", + description="""One of three types of epithelial cells that populate the parathyroid gland; cytological characteristics intermediate between those of the chief cell and of the oxyphil cell. Because only one hormone is produced, the three cell forms are widely believed to be different phases in the life cycle of a single cell type, with the chief cell being its physiologically active stage.""", + meaning=CL["0002263"])) + setattr(cls, "CL:0002288", + PermissibleValue( + text="CL:0002288", + description="A cell type that forms the boundary with the surrounding epithelium.", + meaning=CL["0002288"])) + setattr(cls, "CL:2000053", + PermissibleValue( + text="CL:2000053", + description="Any endothelial cell that is part of a spleen.", + meaning=CL["2000053"])) + setattr(cls, "CL:0002671", + PermissibleValue( + text="CL:0002671", + description="""An endothelial stalk cell is a specialized endothelial cell that follows behind the tip cell of an angiogenic sprout.""", + meaning=CL["0002671"])) + setattr(cls, "CL:0000912", + PermissibleValue( + text="CL:0000912", + description="""A effector T cell that provides help in the form of secreted cytokines to other immune cells.""", + meaning=CL["0000912"])) + setattr(cls, "CL:0002187", + PermissibleValue( + text="CL:0002187", + description="""A basally situated, mitotically active, columnar-shaped keratinocyte attached to the basement membrane.""", + meaning=CL["0002187"])) + setattr(cls, "CL:0000692", + PermissibleValue( + text="CL:0000692", + description="""A neuroglial cell of the peripheral nervous system inside the basal lamina of the neuromuscular junction providing chemical and physical support to the synapse.""", + meaning=CL["0000692"])) + setattr(cls, "CL:0000193", + PermissibleValue( + text="CL:0000193", + description="A striated muscle cell of an arthropod heart that participates in heart contraction.", + meaning=CL["0000193"])) + setattr(cls, "CL:0002301", + PermissibleValue( + text="CL:0002301", + description="""A resident stromal cell located in the synovial membrane and responsible for the production of immune-related cytokines and chemokines. This cell type secretes glycoproteins and hyaluronic acid, has abundant granular endoplasmic reticulum, but contains fewer vacuoles and vesicles.""", + meaning=CL["0002301"])) + setattr(cls, "CL:0001014", + PermissibleValue( + text="CL:0001014", + description="""CD1a-positive Langerhans cell is a Langerhans_cell that is CD1a-positive and CD324-positive.""", + meaning=CL["0001014"])) + setattr(cls, "CL:0002346", + PermissibleValue( + text="CL:0002346", + description="An immature natural killer cell that is NK1.1-positive and DX-5 negative.", + meaning=CL["0002346"])) + setattr(cls, "CL:0000495", + PermissibleValue( + text="CL:0000495", + description="A photoreceptor cell that is sensitive to blue light.", + meaning=CL["0000495"])) + setattr(cls, "CL:0011016", + PermissibleValue( + text="CL:0011016", + description="""A motile sperm cell that contains a slender threadlike microscopic appendage that enables motion.""", + meaning=CL["0011016"])) + setattr(cls, "CL:0005004", + PermissibleValue( + text="CL:0005004", + description="""A non-terminally differentiated cell that originates from the neural crest and differentiates into an erythrophore.""", + meaning=CL["0005004"])) + setattr(cls, "CL:4030024", + PermissibleValue( + text="CL:4030024", + description="""An epithelial, transitional cell type between basal and secretory; located in stratified, non-ciliated structures (called hillocks) with high cell turnover in epithelium. In some mammalian species, this cell type has been noted to express KRT13 and is postulated to play a role in squamous barrier function and immunomodulation.""", + meaning=CL["4030024"])) + setattr(cls, "CL:0000769", + PermissibleValue( + text="CL:0000769", + description="""A basophil precursor in the granulocytic series, being a cell intermediate in development between a basophilic myelocyte and a band form basophil. The nucleus becomes indented where the indentation is smaller than half the distance to the farthest nuclear margin; chromatin becomes coarse and clumped; specific granules predominate while primary granules are rare. Markers are CD11b-positive, CD15-positive, CD16-positive, CD24-positive, CD33-positive, and CD13-positive.""", + meaning=CL["0000769"])) + setattr(cls, "CL:2000028", + PermissibleValue( + text="CL:2000028", + description="Any glutamatergic neuron that is part of a cerebellum.", + meaning=CL["2000028"])) + setattr(cls, "CL:0002389", + PermissibleValue( + text="CL:0002389", + description="An arthroconidium that has only one nucleus.", + meaning=CL["0002389"])) + setattr(cls, "CL:0002260", + PermissibleValue( + text="CL:0002260", + description="An epithelial cell of the parathyroid gland.", + meaning=CL["0002260"])) + setattr(cls, "CL:0000171", + PermissibleValue( + text="CL:0000171", + description="""A type of enteocrine cell found in the periphery of the islets of Langerhans that secretes glucagon.""", + meaning=CL["0000171"])) + setattr(cls, "CL:0000323", + PermissibleValue( + text="CL:0000323", + meaning=CL["0000323"])) + setattr(cls, "CL:0008007", + PermissibleValue( + text="CL:0008007", + description="A muscle cell that is part of some visceral muscle.", + meaning=CL["0008007"])) + setattr(cls, "CL:0002432", + PermissibleValue( + text="CL:0002432", + description="""A CD4-positive, CD8-negative thymocyte that is CD24-positive and expresses high levels of the alpha-beta T cell receptor.""", + meaning=CL["0002432"])) + setattr(cls, "CL:0000979", + PermissibleValue( + text="CL:0000979", + description="""An IgG memory B cell is a class switched memory B cell that is class switched and expresses IgG on the cell surface.""", + meaning=CL["0000979"])) + setattr(cls, "CL:0001024", + PermissibleValue( + text="CL:0001024", + description="""CD133-positive hematopoietic stem cell is a hematopoietic stem cell that is CD34-positive, CD90-positive, and CD133-positive.""", + meaning=CL["0001024"])) + setattr(cls, "CL:0000899", + PermissibleValue( + text="CL:0000899", + description="""CD4-positive, alpha-beta T cell with the phenotype RORgamma-t-positive, CXCR3-negative, CCR6-positive, and capable of producing IL-17.""", + meaning=CL["0000899"])) + setattr(cls, "CL:0000076", + PermissibleValue( + text="CL:0000076", + meaning=CL["0000076"])) + setattr(cls, "CL:0001078", + PermissibleValue( + text="CL:0001078", + description="A group 3 innate lymphoid cell in the human with the phenotype IL-7Ralpha-positive.", + meaning=CL["0001078"])) + setattr(cls, "CL:0001060", + PermissibleValue( + text="CL:0001060", + description="""A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers.""", + meaning=CL["0001060"])) + setattr(cls, "CL:0007002", + PermissibleValue( + text="CL:0007002", + description="Skeletogenic cell that has the potential to develop into a cementoblast.", + meaning=CL["0007002"])) + setattr(cls, "CL:0008000", + PermissibleValue( + text="CL:0008000", + description="Any muscle cell in which the fibers are not organised into sarcomeres.", + meaning=CL["0008000"])) + setattr(cls, "CL:0002621", + PermissibleValue( + text="CL:0002621", + description="Any epithelial cell that is part of some gingival epithelium.", + meaning=CL["0002621"])) + setattr(cls, "CL:1001601", + PermissibleValue( + text="CL:1001601", + description="""Hormone secreting cell located in the cortex of adrenal gland. Glandular cells in the adrenal cortex secrete mineralocorticoids, glucocorticoids and androgens.""", + meaning=CL["1001601"])) + setattr(cls, "CL:0002637", + PermissibleValue( + text="CL:0002637", + description="""An epithelial cell of the anal canal that is keratinized. This cell type is found towards the lower, rectal end of the anal canal.""", + meaning=CL["0002637"])) + setattr(cls, "CL:2000039", + PermissibleValue( + text="CL:2000039", + description="Any neuromast support cell that is part of a posterior lateral line.", + meaning=CL["2000039"])) + setattr(cls, "CL:1000306", + PermissibleValue( + text="CL:1000306", + description="A fibroblast that is part of the tunica adventitia of artery.", + meaning=CL["1000306"])) + setattr(cls, "CL:0001203", + PermissibleValue( + text="CL:0001203", + description="""A CD8-positive, alpha-beta T cell with memory phenotype indicated by being CD45RO and CD127-positive. This cell type is also described as being CD25-negative, CD44-high, and CD122-high.""", + meaning=CL["0001203"])) + setattr(cls, "CL:1000467", + PermissibleValue( + text="CL:1000467", + description="A chromaffin cell that is part of the left ovary.", + meaning=CL["1000467"])) + setattr(cls, "CL:0000888", + PermissibleValue( + text="CL:0000888", + description="""A lymph node macrophage found in the cortex of lymph nodes, in particular in and around the germinal centers, and that participates in phagocytosis of apoptotic B cells from the germinal centers.""", + meaning=CL["0000888"])) + setattr(cls, "CL:0000050", + PermissibleValue( + text="CL:0000050", + description="A progenitor cell committed to the megakaryocyte and erythroid lineages.", + meaning=CL["0000050"])) + setattr(cls, "CL:0002191", + PermissibleValue( + text="CL:0002191", + description="A cell involved in the formation of a granulocyte.", + meaning=CL["0002191"])) + setattr(cls, "CL:0010010", + PermissibleValue( + text="CL:0010010", + description="Any stellate neuron that has its soma located in some cerebellum.", + meaning=CL["0010010"])) + setattr(cls, "CL:0000436", + PermissibleValue( + text="CL:0000436", + meaning=CL["0000436"])) + setattr(cls, "CL:0011109", + PermissibleValue( + text="CL:0011109", + description="A neuron that releases hypocretin as a neurotransmitter.", + meaning=CL["0011109"])) + setattr(cls, "CL:0001068", + PermissibleValue( + text="CL:0001068", + description="A group 1 innate lymphoid cell that is non-cytotoxic.", + meaning=CL["0001068"])) + setattr(cls, "CL:0002286", + PermissibleValue( + text="CL:0002286", + description="""A taste receptor cell that has a short microvilli, a projecting apical region, a large rounded nucleus, and expresses taste chemoreceptors thus making them the transducing cell for taste qualities.""", + meaning=CL["0002286"])) + setattr(cls, "CL:0000132", + PermissibleValue( + text="CL:0000132", + description="""An hexagonal, flattened, mitochondria-rich endothelial cell that forms a monolayer on the posterior surface of the cornea (the corneal endothelium). Corneal endothelial cells are derived from the neural crest and are responsible for keeping the cornea transparent by maintaining the tissue in a semi-dry state through the action of their ionic pumps and tight junction barrier.""", + meaning=CL["0000132"])) + setattr(cls, "CL:2000087", + PermissibleValue( + text="CL:2000087", + description="Any basket cell that is part of a dentate gyrus of hippocampal formation.", + meaning=CL["2000087"])) + setattr(cls, "CL:2000097", + PermissibleValue( + text="CL:2000097", + description="Any dopaminergic neuron that is part of a midbrain.", + meaning=CL["2000097"])) + setattr(cls, "CL:0003003", + PermissibleValue( + text="CL:0003003", + description="""A mono-stratified retinal ganglion cell that has a small dendritic field and a sparse dendritic arbor with post sympatic terminals in sublaminar layer S3.""", + meaning=CL["0003003"])) + setattr(cls, "CL:0000492", + PermissibleValue( + text="CL:0000492", + description="""A CD4-positive, alpha-beta T cell that cooperates with other lymphocytes via direct contact or cytokine release to initiate a variety of immune functions.""", + meaning=CL["0000492"])) + setattr(cls, "CL:1000452", + PermissibleValue( + text="CL:1000452", + description="An epithelial cell that is part of the glomerular parietal epithelium.", + meaning=CL["1000452"])) + setattr(cls, "CL:0000510", + PermissibleValue( + text="CL:0000510", + description="""An epithelial cell found in the basal part of the intestinal glands (crypts of Lieberkuhn) including the appendix. Paneth cells synthesize and secrete lysozyme and cryptdins. Numerous in the deeper parts of the intestinal crypts, particularly in the duodenum, rich in zinc, contain large acidophilic granules, with irregular apical microvilli and prominent membrane-bound vacuoles containing matrix.""", + meaning=CL["0000510"])) + setattr(cls, "CL:0002232", + PermissibleValue( + text="CL:0002232", + description="An epithelial cell of prostatic duct.", + meaning=CL["0002232"])) + setattr(cls, "CL:4023115", + PermissibleValue( + text="CL:4023115", + description="""A spiral ganglion neuron that innervates inner hair cells. Type 1 spiral ganglion neurons are myelinated and bipolar.""", + meaning=CL["4023115"])) + setattr(cls, "CL:0002041", + PermissibleValue( + text="CL:0002041", + description="A CD24-low, CD44-positive, DX5-low, NK1.1-negative NK T cell.", + meaning=CL["0002041"])) + setattr(cls, "CL:0000661", + PermissibleValue( + text="CL:0000661", + meaning=CL["0000661"])) + setattr(cls, "CL:2000064", + PermissibleValue( + text="CL:2000064", + description="Any epithelial cell that is part of a female gonad.", + meaning=CL["2000064"])) + setattr(cls, "CL:0002573", + PermissibleValue( + text="CL:0002573", + description="A glial cell that myelinates or ensheathes axons in the peripheral nervous system.", + meaning=CL["0002573"])) + setattr(cls, "CL:0000779", + PermissibleValue( + text="CL:0000779", + description="""A specialized multinuclear osteoclast associated with the absorption and removal of bone.""", + meaning=CL["0000779"])) + setattr(cls, "CL:1000277", + PermissibleValue( + text="CL:1000277", + description="A smooth muscle cell that is part of the jejunum.", + meaning=CL["1000277"])) + setattr(cls, "CL:0000487", + PermissibleValue( + text="CL:0000487", + description="""A secretory cell of ectodermal origin. This cell may have important functions in fatty acid and hydrocarbon metabolism and is metabolically linked to the fat body and tracheae. This cell is exclusive of arthropods.""", + meaning=CL["0000487"])) + setattr(cls, "CL:0000559", + PermissibleValue( + text="CL:0000559", + description="""A precursor in the monocytic series, being a cell intermediate in development between the monoblast and monocyte. This cell is CD11b-positive and has fine azurophil granules.""", + meaning=CL["0000559"])) + setattr(cls, "CL:0000920", + PermissibleValue( + text="CL:0000920", + description="""CD8-positive, alpha-beta positive regulatory T cell with the phenotype CD28-negative and FoxP3-positive.""", + meaning=CL["0000920"])) + setattr(cls, "CL:0000562", + PermissibleValue( + text="CL:0000562", + description="An erythrocyte having a nucleus.", + meaning=CL["0000562"])) + setattr(cls, "CL:0003012", + PermissibleValue( + text="CL:0003012", + description="""A mono-stratified retinal ganglion cell that has a large dendritic field and a medium dendritic arbor with post synaptic terminals in sublaminar layer S1 and S2.""", + meaning=CL["0003012"])) + setattr(cls, "CL:0008008", + PermissibleValue( + text="CL:0008008", + description="""A visceral muscle cell that is striated. Examples include the visceral muscle cells of arhtropods.""", + meaning=CL["0008008"])) + setattr(cls, "CL:0002480", + PermissibleValue( + text="CL:0002480", + description="A goblet cell located in the nasal epithelium.", + meaning=CL["0002480"])) + setattr(cls, "CL:4030040", + PermissibleValue( + text="CL:4030040", + description="""A ciliated cell of the endometrial epithelium. The cilia of this cell type help move mucus from glandular tissue of the endometrium.""", + meaning=CL["4030040"])) + setattr(cls, "CL:4023023", + PermissibleValue( + text="CL:4023023", + description="""A lamp 5 GABAergic cortical interneuron with neurogliaform morphology with a soma found in L5,6. L5,6 NGC lamp5 have deep afterhyperpolarization (AHP) but narrow action potentials (APs). Unlike other deep neurogliaform cells (which are caudal ganglionic eminence (CGE) derived), L5,6 NGC lamp5 cells are medial ganglionic eminence (MGE)-derived""", + meaning=CL["4023023"])) + setattr(cls, "CL:0011104", + PermissibleValue( + text="CL:0011104", + description="""A type of interneuron in the retinal inner nuclear layer which carries information from the inner plexiform layer and the outer plexiform layer.""", + meaning=CL["0011104"])) + setattr(cls, "CL:0000918", + PermissibleValue( + text="CL:0000918", + description="A CD8-positive, alpha-beta positive T cell expressing GATA-3 and secreting IL-4.", + meaning=CL["0000918"])) + setattr(cls, "CL:0000938", + PermissibleValue( + text="CL:0000938", + description="""NK cell that has the phenotype CD56-bright, CD16-negative, and CD84-positive with the function to secrete interferon-gamma but is not cytotoxic.""", + meaning=CL["0000938"])) + setattr(cls, "CL:4023130", + PermissibleValue( + text="CL:4023130", + description="""A neuron that expresses kisspeptin. These neurons are predominantly located in the hypothalamus, but also found in other parts of the brain including the hippocampal dentate gyrus.""", + meaning=CL["4023130"])) + setattr(cls, "CL:4030051", + PermissibleValue( + text="CL:4030051", + description="""A DRD1-expressing medium spiny neuron that is part of a nucleus accumbens shell or olfactory tubercle.""", + meaning=CL["4030051"])) + setattr(cls, "CL:0002111", + PermissibleValue( + text="CL:0002111", + description="""An CD38-negative unswitched memory B cell is an unswitched memory B cell that has the phenotype CD38-negative, IgD-positive, CD138-negative, and IgG-negative.""", + meaning=CL["0002111"])) + setattr(cls, "CL:1000349", + PermissibleValue( + text="CL:1000349", + description="A basal cell found in the bronchus epithelium.", + meaning=CL["1000349"])) + setattr(cls, "CL:4033050", + PermissibleValue( + text="CL:4033050", + description="A neuron that releases catecholamine as a neurotransmitter.", + meaning=CL["4033050"])) + setattr(cls, "CL:0000927", + PermissibleValue( + text="CL:0000927", + description="""A mature NK T cell that predominantly secretes type 2 cytokines such as interleukin-4 and interleukin-13 and enhances type 2 immune responses.""", + meaning=CL["0000927"])) + setattr(cls, "CL:0011026", + PermissibleValue( + text="CL:0011026", + description="""A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses.""", + meaning=CL["0011026"])) + setattr(cls, "CL:0002529", + PermissibleValue( + text="CL:0002529", + description="A dermal dendritic cell that is CD1a-positive and CD14-negative.", + meaning=CL["0002529"])) + setattr(cls, "CL:0000623", + PermissibleValue( + text="CL:0000623", + description="""A lymphocyte that can spontaneously kill a variety of target cells without prior antigenic activation via germline encoded activation receptors and also regulate immune responses via cytokine release and direct contact with other cells.""", + meaning=CL["0000623"])) + setattr(cls, "CL:0000791", + PermissibleValue( + text="CL:0000791", + description="A alpha-beta T cell that has a mature phenotype.", + meaning=CL["0000791"])) + setattr(cls, "CL:1000073", + PermissibleValue( + text="CL:1000073", + description="Any radial glial cell that is part of some spinal cord.", + meaning=CL["1000073"])) + setattr(cls, "CL:0000317", + PermissibleValue( + text="CL:0000317", + description="""A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.""", + meaning=CL["0000317"])) + setattr(cls, "CL:0000953", + PermissibleValue( + text="CL:0000953", + description="""A pre-BCR-negative large pre-B-II cell is a large pre-B-II cell that is pre-B cell receptor-negative, composed of surrogate light chain protein (SL), which is composed of VpreB and Lambda 5/14.1, in complex with immunoglobulin mu heavy chain (IgHmu), on the cell surface, and lack a DNA rearrangement of immunoglobulin light chain genes.""", + meaning=CL["0000953"])) + setattr(cls, "CL:1000548", + PermissibleValue( + text="CL:1000548", + description="An epithelial cell that is part of an outer medullary collecting duct.", + meaning=CL["1000548"])) + setattr(cls, "CL:1000483", + PermissibleValue( + text="CL:1000483", + description="A Purkinje myocyte that is part of the internodal tract.", + meaning=CL["1000483"])) + setattr(cls, "CL:0001070", + PermissibleValue( + text="CL:0001070", + description="""An adipocyte that is beige in color, thermogenic, and which differentiates in white fat tissue from a Myf5-negative progenitor.""", + meaning=CL["0001070"])) + setattr(cls, "CL:0003051", + PermissibleValue( + text="CL:0003051", + description="A cone cell that detects ultraviolet (UV) wavelength light.", + meaning=CL["0003051"])) + setattr(cls, "CL:0011005", + PermissibleValue( + text="CL:0011005", + description="""An interneuron that uses GABA as a vesicular neurotransmitter. These interneurons are inhibitory""", + meaning=CL["0011005"])) + setattr(cls, "CL:0002055", + PermissibleValue( + text="CL:0002055", + description="An immature B cell that is CD38-negative, CD10-low, CD21-low, and CD22-high.", + meaning=CL["0002055"])) + setattr(cls, "CL:1000715", + PermissibleValue( + text="CL:1000715", + description="Any renal intercalated cell that is part of some cortical collecting duct.", + meaning=CL["1000715"])) + setattr(cls, "CL:0002324", + PermissibleValue( + text="CL:0002324", + description="""A myoepithelial cell that is part of a mammary gland and is located in the basal layer. During lactation, a basal-myoepithelial cell of mammary gland contracts under the stimulation of oxytocin. In humans, a basal-myoepithelial cell of mammary gland can be identified by high levels of CD49f and low levels of EpCAM.""", + meaning=CL["0002324"])) + setattr(cls, "CL:0002378", + PermissibleValue( + text="CL:0002378", + description="""A double negative thymocyte that has a T cell receptor consisting of a gamma chain containing a Vgamma2 segment, and a delta chain. This cell type is CD4-negative, CD8-negative and CD24-positive and is found in the fetal thymus.""", + meaning=CL["0002378"])) + setattr(cls, "CL:1000384", + PermissibleValue( + text="CL:1000384", + description="""A type II vestibular sensory cell that is part of the epithelium of macula of saccule of membranous labyrinth.""", + meaning=CL["1000384"])) + setattr(cls, "CL:3000003", + PermissibleValue( + text="CL:3000003", + description="Sympathetic cholinergic neuron.", + meaning=CL["3000003"])) + setattr(cls, "CL:4042004", + PermissibleValue( + text="CL:4042004", + description="""A choroid plexus macrophage that is part of the apical surface of some choroid plexus epithelium. This macrophage has a star-like shaped body.""", + meaning=CL["4042004"])) + setattr(cls, "CL:0003023", + PermissibleValue( + text="CL:0003023", + description="A retinal ganglion cell C outer that has dense dendritic diversity.", + meaning=CL["0003023"])) + setattr(cls, "CL:0002396", + PermissibleValue( + text="CL:0002396", + description="A patrolling monocyte that is CD14-low and CD16-positive.", + meaning=CL["0002396"])) + setattr(cls, "CL:1000697", + PermissibleValue( + text="CL:1000697", + meaning=CL["1000697"])) + setattr(cls, "CL:0000306", + PermissibleValue( + text="CL:0000306", + meaning=CL["0000306"])) + setattr(cls, "CL:0002264", + PermissibleValue( + text="CL:0002264", + description="A type of enteroendocrine cell found in the stomach that secretes glucagon.", + meaning=CL["0002264"])) + setattr(cls, "CL:4023040", + PermissibleValue( + text="CL:4023040", + description="""An intratelencephalic-projecting glutamatergic neuron with a soma found in cortical layers L2/3-6.""", + meaning=CL["4023040"])) + # Slots class slots: pass diff --git a/src/cell_annotation_schema/generator/dataclassgen.py b/src/cell_annotation_schema/generator/dataclassgen.py index ed4796f..ecb4290 100644 --- a/src/cell_annotation_schema/generator/dataclassgen.py +++ b/src/cell_annotation_schema/generator/dataclassgen.py @@ -72,6 +72,12 @@ def get_py_instance(instance_dict, schema_name, schema_def, root_class=None): Returns: The Python instance of the schema class. """ + for annotation in instance_dict.get("annotations", []): + # remove empty cell_ontology_term_id to prevent enum value failure + if annotation.get("cell_ontology_term_id", None) == "": + annotation.pop("cell_ontology_term_id", None) + annotation.pop("cell_ontology_term", None) + if isinstance(schema_name, str): if schema_name.lower() == "base": return Taxonomy(**instance_dict) diff --git a/src/cell_annotation_schema/schema/cell_annotation_schema.yaml b/src/cell_annotation_schema/schema/cell_annotation_schema.yaml index ef2e38f..467d84c 100644 --- a/src/cell_annotation_schema/schema/cell_annotation_schema.yaml +++ b/src/cell_annotation_schema/schema/cell_annotation_schema.yaml @@ -212,12 +212,12 @@ slots: range: Labelset required: true multivalued: true - inlined: true + inlined_as_list: true annotations: range: Annotation required: true multivalued: true - inlined: true + inlined_as_list: true id: identifier: true range: uriorcurie diff --git a/src/cell_annotation_schema/schema_expander.py b/src/cell_annotation_schema/schema_expander.py new file mode 100644 index 0000000..5b09966 --- /dev/null +++ b/src/cell_annotation_schema/schema_expander.py @@ -0,0 +1,30 @@ +import click + +from linkml_runtime.utils.schema_as_dict import schema_as_dict +from schema_automator.utils.schemautils import write_schema + +from cell_annotation_schema.file_utils import read_schema +from cell_annotation_schema.ontology.schema import expand_schema + + +@click.group() +def cli(): + pass + + +@cli.command() +@click.option('-i', '--input', type=click.Path(exists=True), help='Input schema path.') +@click.option('-o', '--output', type=click.Path(), help='Output file path.') +def expand(input, output): + schema_obj = read_schema(input) + input_schema = schema_as_dict(schema_obj) + expanded_schema = expand_schema( + config=None, yaml_obj=input_schema, value_set_names=["CellTypeEnum"] + ) + write_schema(expanded_schema, output) + + + + +if __name__ == '__main__': + cli() \ No newline at end of file diff --git a/tests/dataclassgen_test.py b/tests/dataclassgen_test.py index 739e4a7..9f6a1c1 100644 --- a/tests/dataclassgen_test.py +++ b/tests/dataclassgen_test.py @@ -3,6 +3,7 @@ from cell_annotation_schema.file_utils import read_schema, get_json_from_file from cell_annotation_schema.generator.dataclassgen import get_py_instance +from cell_annotation_schema.datamodel.bican.cell_annotation_schema import BicanAnnotation, BicanTaxonomy from rdflib import Graph @@ -23,7 +24,7 @@ def test_instantiate_class(self): self.assertIsNotNone(obj) self.assertEqual(obj.title, "MTG") self.assertEqual(1, len(obj.annotations)) - annotation_0 = next(iter(obj.annotations.values())) + annotation_0 = obj.annotations[0] self.assertEqual("VLMC_1", annotation_0.cell_fullname) def test_instantiate_class2(self): @@ -33,5 +34,21 @@ def test_instantiate_class2(self): self.assertIsNotNone(obj) self.assertEqual(obj.title, "title") self.assertEqual(3, len(obj.annotations)) - annotation_0 = next(iter(obj.annotations.values())) + + annotation_0 = obj.annotations[0] self.assertEqual("1_MSN", annotation_0.cell_label) + + def test_instantiate_class_siletti(self): + json_data = get_json_from_file(os.path.join(TESTDATA, "Siletti_all_non_neuronal_cells.json")) + print(len(json_data["annotations"])) + bican_linkml_schema = read_schema("bican") + obj = get_py_instance(json_data, "bican", bican_linkml_schema) + self.assertIsNotNone(obj) + self.assertEqual(BicanTaxonomy, type(obj)) + self.assertEqual(obj.title, "Cell type annotations for the whole human brain") + self.assertEqual(89, len(obj.annotations)) + self.assertEqual(BicanAnnotation, type(obj.annotations[0])) + + annotation_0 = obj.annotations[0] + self.assertEqual("Microglia", annotation_0.cell_label) + self.assertEqual("supercluster_term", annotation_0.labelset) diff --git a/tests/test_data/rdf/AIT_MTG.json b/tests/test_data/rdf/AIT_MTG.json index 386f809..f106940 100644 --- a/tests/test_data/rdf/AIT_MTG.json +++ b/tests/test_data/rdf/AIT_MTG.json @@ -243488,7 +243488,7 @@ "cell_label": "Pax6", "cell_fullname": "Pax6", "cell_set_accession": "CrossArea_subclass:ae541c9995", - "cell_ontology_term_id": "CL:4023070", + "cell_ontology_term_id": "CL:4023064", "cell_ontology_term": "caudal ganglionic eminence derived GABAergic cortical interneuron", "cell_ids": [ "CCGGACAGTCATCACA-33L8TX_191126_01_H01",