ionChannelData {eglhmm} | R Documentation |
Ion channel data
Description
Time series of observations, made by means of patch clamps, of current in picoamps, across cell membranes.
Notes
The data sets are named ic25kHz_12_sgmnt1
,
ic25kHz_13_sgmnt2
, ic25kHz_14_sgmnt2
,
ic25kHz_15_sgmnt2
, ic50kHz_06_sgmnt2
,
ic50kHz_08_sgmnt2
, ic50kHz_09_sgmnt1
and
ic50kHz_10_sgmnt1
.
These data are not immediately available in the eglhmm
package. Their presence would cause the size of the data
directory to exceed 4.5 Mb., which is unacceptably large.
Consequently these data sets have been placed in a separate
“data only” package called ionChannelData
, which
is available from github
. This package may be obtained by
executing the command:
install.packages("ionChannelData",repos="https://rolfturner.r-universe.dev")
After having installed the ionChannelData
package, you may
load it via library(ionChannelData)
and then access the data
sets in the usual way, e.g. X <- ic25kHz_12_sgmnt1
.
Alternatively (after having installed the ionChannelData
package) you may use the ::
syntax to access a single data
set, e.g. X <- ionChannelData::ic25kHz_12_sgmnt1
.
You can access the documentation via,
e.g. ?ionChannelData::ionChannelData
.