CNS、ENS和PNS的发育过程

Wesley13
• 阅读 674
  • central nervous system (CNS)
  • peripheral nervous system (PNS)
  • enteric nervous system (ENS)

做这部分的科研必须要把这个问题搞得一清二楚,当前到底研究到什么地步了?

从胚胎发育的起源到成熟个体大脑中各种subtype的细胞类型的作用。

  • entoderm 内
  • mesoderm 中
  • ectoderm 外

分清两个发育过程:

  • 生命发育,就是个体的其他器官的发育
  • 智能发育,特指神经系统地发育

The single-cell transcriptional landscape of mammalian organogenesis - introduction

  • The implantation of the blastocyst on embryonic day (E) 4.0 is followed by gastrulation and the formation of germ layers on E6.5–E7.51,2 .
  • At the early-somite stages, the embryo transits from gastrulation to early organogenesis, forming the neural plate and heart tube (E8.0–E8.5).
  • In the ensuing days (E9.5–E13.5), the embryo expands from hundreds-of-thousands to over ten million cells, and concurrently develops nearly all major organ systems.
  • Unsurprisingly, these four days have been intensively studied. Indeed, most genes that underlie major developmental defects can be studied in this window3,4.

首先,看一下成熟的人和老鼠体内的神经系统是什么样的;

Nervous System - 粗略大概

Nervous System - 3D

其次,每部分的神经系统里面各有哪些subtype的神经细胞; 

Nervous system physiology Khan Academy - 神经系统生理学

Neuronal subtype specification in the cerebral cortex

Neuronal subtypes and diversity revealed by single-nucleus RNA sequencing of the human brain

Neuronal subtype specification in establishing mammalian neocortical circuits

最后,这些神经细胞是如何一步一步从受精卵发育而来的;

这就是我要做的工作

Development of the Nervous System - 在线阅读,看书是学习最快的方法

另附一门课程:Medical Neuroscience


neuron structure神经元结构

soma - cell body 细胞躯体

neurite - 神经突起

dentrite and axon - 树突和轴突

hillock - 突起与soma连接的部分

myelin - 髓鞘

ranvier - gap of myelin

synapse - 突触,不是递质

neural stem cell -> neuroblast -> unipolar -> bipolar -> multiplor -> pseudo-unipolar

neuron function神经元功能

gun and target 枪靶

resting membrane potential 静止膜电位,外正内负

graded potential 级量点位

neurotransmitter 神经递质

整体分类

  • afferent 传入 and sensory 感觉
  • efferent:motor and autonomic 
  • interneuron

neuron types常见神经元类型

Astrocytes - star cells,glial cells,derive from neural stem cells,end feet特征,form the scaffold of CNS,CNS中的保姆细胞;

Microglia - small glue,very small,mesoderm

Ependymal cells - 室管膜细胞,也是glial cells,epithelium表层

Oligodendrocytes - 少突细胞,也是glial cells,连接

Schwann cells - 许旺细胞,PNS的glial cells,derive from neural crest cells,单独包裹

Neuron resting potential电位

神经细胞膜,外正内负。将膜外电压设为0,则膜内电压大约为-60mV。

由一些核心的离子iron来维持电压,特定的离子通道非常重要。

胞外环境就像大海,离子的进出只会改变胞内的浓度,胞外的大海的改变可以忽略不计。

Neuron graded potential

级量电位幅值随阈上刺激强度的增大而变高,而反应频率不发生变化的电位。与动作电位不同,不是可传递神经信息的表达形式,只能引起感受器或突触后膜的局部兴奋性变化。这种变化可以发生时间和空间总和,最终导致突触后神经元的发放或与此相联系的感觉神经元的兴奋。

Neuron action potential 

动作电位,形式固定,有髓鞘绝缘,可以传递得很快很远。

总结:释放的神经递质会通过离子蛋白来改变神经元膜上的电位,电位达到一个阈值就会产生动作电位,动作电位可以在轴突里高速传递,直到抵达突触,释放神经递质,影响靶细胞。

Effects of axon diameter and myelination

影响传递速度的两个因素

Action potential patterns

和计算机科学高度相关,多个输入信号如何整合成输出信号。

Synapse structure突触结构

有两个类型:

  • chemical
  • electrical

cleft

Types of neurotransmitters

  • amino acids: glutamate, gamma-aminobutryic (GABA), glycine [两种功能:depolarization, excite; inhibitory, hyperpolarization]
  • peptides
  • monoamines

Types of neurotransmitter receptors

Neurotransmitter removal

Neuroplasticity

Membrane Receptors

Ligand Gated Ion Channels

G Protein Coupled Receptors

Enzyme Linked Receptors

相关数据库:

Molecular Architecture of the Mouse Nervous System - p19-p23, 8w

The single-cell transcriptional landscape of mammalian organogenesis - 部分数据可用

待续~

点赞
收藏
评论区
推荐文章
blmius blmius
3年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
皕杰报表之UUID
​在我们用皕杰报表工具设计填报报表时,如何在新增行里自动增加id呢?能新增整数排序id吗?目前可以在新增行里自动增加id,但只能用uuid函数增加UUID编码,不能新增整数排序id。uuid函数说明:获取一个UUID,可以在填报表中用来创建数据ID语法:uuid()或uuid(sep)参数说明:sep布尔值,生成的uuid中是否包含分隔符'',缺省为
待兔 待兔
4个月前
手写Java HashMap源码
HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22
Jacquelyn38 Jacquelyn38
3年前
2020年前端实用代码段,为你的工作保驾护航
有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )
Wesley13 Wesley13
3年前
mysql设置时区
mysql设置时区mysql\_query("SETtime\_zone'8:00'")ordie('时区设置失败,请联系管理员!');中国在东8区所以加8方法二:selectcount(user\_id)asdevice,CONVERT\_TZ(FROM\_UNIXTIME(reg\_time),'08:00','0
Stella981 Stella981
3年前
HIVE 时间操作函数
日期函数UNIX时间戳转日期函数: from\_unixtime语法:   from\_unixtime(bigint unixtime\, string format\)返回值: string说明: 转化UNIX时间戳(从19700101 00:00:00 UTC到指定时间的秒数)到当前时区的时间格式举例:hive   selec
Wesley13 Wesley13
3年前
00:Java简单了解
浅谈Java之概述Java是SUN(StanfordUniversityNetwork),斯坦福大学网络公司)1995年推出的一门高级编程语言。Java是一种面向Internet的编程语言。随着Java技术在web方面的不断成熟,已经成为Web应用程序的首选开发语言。Java是简单易学,完全面向对象,安全可靠,与平台无关的编程语言。
Stella981 Stella981
3年前
Django中Admin中的一些参数配置
设置在列表中显示的字段,id为django模型默认的主键list_display('id','name','sex','profession','email','qq','phone','status','create_time')设置在列表可编辑字段list_editable
Wesley13 Wesley13
3年前
MySQL部分从库上面因为大量的临时表tmp_table造成慢查询
背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_
Python进阶者 Python进阶者
10个月前
Excel中这日期老是出来00:00:00,怎么用Pandas把这个去除
大家好,我是皮皮。一、前言前几天在Python白银交流群【上海新年人】问了一个Pandas数据筛选的问题。问题如下:这日期老是出来00:00:00,怎么把这个去除。二、实现过程后来【论草莓如何成为冻干莓】给了一个思路和代码如下:pd.toexcel之前把这