paulsen(SMPracticals)
paulsen()所属R语言包:SMPracticals
Neurotransmission in Guinea Pig Brains
在豚鼠大脑的神经传递
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The 'paulsen' data frame has 346 rows and 1 columns.
“保尔森的数据框有346行1列。
Sections were prepared from the brain of adult guinea pigs. Spontaneous currents that flowed into individual brain cells were then recorded and the peak amplitude of each current measured. The aim of the experiment was to see if the current flow was quantal in nature (i.e. that it is not a single burst but instead is built up of many smaller bursts of current). If the current was indeed quantal then it would be expected that the distribution of the current amplitude would be multimodal with modes at regular intervals. The modes would be expected to decrease in magnitude for higher current amplitudes.
切片制备从成年豚鼠大脑。自发性电流流入个别脑单元,然后记录和测量每个电流的峰值幅度。实验的目的是看到如果量子性质(即,它不是一个单脉冲串,而是建立许多更小的脉冲串的电流)的电流流动。如果当前的确是量子然后将期望的电流振幅的分布将是多峰与以规则的时间间隔模式。将期望的模式,以降低较高的电流振幅的大小。
用法----------Usage----------
data(paulsen)
格式----------Format----------
This data frame contains the following column:
此数据框包含下面几列:
y The current flowing into individual brain cells. The currents
y的电流流入个别的脑单元。电流
源----------Source----------
The data were kindly made available by Dr. O. Paulsen of the Department of Pharmacology, University of Oxford.
好心提供的数据由的澳保尔森博士,牛津大学药理学部。
Paulsen, O. and Heggelund, P. (1994) The quantal size at retinogeniculate synapses determined from spontaneous and evoked EPSCs in guinea-pig thalamic slices. Journal of Physiology, 480, 505-511.
保尔森,O.和Heggelund的,P.(1994)量子尺寸确定自发和诱发的兴奋性突触后电流在豚鼠丘脑片retinogeniculate突触。生理学杂志,480,505-511。
实例----------Examples----------
data(paulsen)
hist(paulsen$y,prob=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|