-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMeasure_Calcium_Imaging_Tech.tex
2952 lines (2459 loc) · 134 KB
/
Measure_Calcium_Imaging_Tech.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\chapter{Measuring $[\Ca]$ using Imaging Techniques}
\label{chap:Imaging_Tech}
Electrical recording techniques have proved to be an powerful (invasive) tools
in measuring channel kinetics (Chap.\ref{chap:kinetics-channels}). However, in
order to measure intracellular signaling, especially calcium, a non-invasive
technique is required. Optical imaging using confocal scanning microscopy has
proved to be a powerful non-invasive tool is discussed
(Sect.\ref{sec:confocal-line-scan}, and Sect.\ref{sec:confocal_imaging}). The
method requires using some fluroescent probe to be immersed into the cells
(Sect.\ref{sec:intro_measure-Ca-imaging}). Details of the fluorescence
microscopy is described in Appendix \ref{apdx:optical_imaging}.
A large fraction of intracellular calcium is bount to buffer. The total calcium
is estimated using fast buffering assumption and the proper formula for
back-calculating the amount of free calcium based on the fluorescent signals.
An example \citep{bassani1995fsr}
\begin{equation}
[\Ca]_\tot = [\Ca]_i + \frac{B_{\max,1}}{1+(K_1/[\Ca]_i)} +
\frac{B_{\max,2}}{1+(K_2/[\Ca]_i)} + \frac{[\text{Indo-1}]}{1+(K_d/[\Ca]_i)}
\end{equation}
with the free intracellular calcium, in the case of Indo-1 fluorescent signal,
is calculated based on
\begin{equation}
[\Ca]_i = K_d \times \beta \frac{R - R_\min}{R_\max - R}
\end{equation}
with $K_d=0.44\muM$ (in vitro, at 22$^\circ$C). NOTE: The value {\it in vivo}
can be different; yet there is no way to know the value {\it in vivo}. $\beta$
is the ratio of free/bound Indo-1 at 485nm. Total
$[\text{Indo-1}]=50\muM$, R=$F_{405}/F_{485}$. The two endogenous buffer with
maximum capacities are assumed: $B_{\max,1}, B_{\max,2}$, with empirical constant.
In Sect.\ref{sec:fluorescence-dyes}, we will cover different dyes being used as
a calcium indicator. Techniques and algorithms from which we can estimate
calcium level is described in Sect.\ref{sec:estimate-Ca} and
Sect.\ref{sec:calibrate_Fluo}). A widely-used application of the technique is in
detecting local calcium signal, known as calcium sparks. This is a
time-consuming process. Then, there has been some algorithm developed to
automate the process (Sect.\ref{sec:spark-detection}). Also, techniques to
generate the synthetic image of line-scan images from the simulation result are
discussed (Sect.\ref{sec:artificial-line-scan}).
\section{Introduction}
\label{sec:intro_measure-Ca-imaging}
When the important role of calcium was becoming more clear, it's a daunting task
to estimate this level in cardiac cells. Efforts to detect free $[\Ca]_i$
started since 1920s, yet very few was successful. In 1970s, Ridgeway et al.
first proposed a reliable way to measure calcium concentration using
photoprotein aequorin in giant muscle fibre of the barnacle
(\citep{ridgeway1976, ridgway1977}), which then being applied on frog cardiac
muscle \citep{allen1978}, frog skeletal muscle fibre \citep{blinks1978} and on
canine Purkinje fibers \citep{wier1980, wier1982}. The concentration of aequorin
added was about 150$\muM$. However, its sensitivity is poor for measuring
resting calcium which is very low in concentration. This is a challenge due to
cell signalling can be the result of a local elevation of calcium within
small sample volumes, under physiologic conditions.
In 1980s, Tsiens group was pioneered in developing different fluorescent probe
that can serve as calcium indicators
\citep{grynkiewicz1985,minta1989,tsien1989}. These probes are now being used in
fluoresence confocal microscopes \citep{baylor2000}. Other choices were
$\Ca$-selective microelectrodes \citep{lopez1983}, metallochromic dyes
\citep{baylor1982}. Different types of calcium indicators are discussed in
Sect.\ref{sec:fluorescence-dyes}.
\begin{framed}
The probe (or dye) can be injected into the cell using acetoxymethyl (-AM) ester
derivation of the dye. E.g.: Quin-2 is introduced into the cell by
using a membrane-permeant ester derivative. Then, cytosolic esterases will split
off the ester group, leaving Quin-2 (membrane-impermeant) trapped inside of the
cell. NOTE: $5\muM$ of Fura-2 AM injected created 50-100$\muM$ of
Fura-2\citep{wier1987}.
The Fluo-3 can be introduced into the cell by diffusion from the cut ends. The
solution at the cut ends were 'internal' (in mM): 125 Cesium Glutamate, 10
Cs-HEPES, 5.5 $\ce{MgCl2}$, 1.0 EGTA (nominal $[\Ca]$ set to 100nM), 0.1
Fluo-3, 5 Creatine-phosphate, 5 ATP, and 5 Glucose, pH 7.0. The cut ends are
separated from external media by double Vaseline gaps. The external media were
(in mM): 131.5 TEA-methane-sulfonate, 10 TEA-HEPES, 10 Calcium Methanesulfonate,
TTX (10$^{-4}$ g/l), pH 7.0, 17$^\circ$C \citep{cheng1999}.
\end{framed}
The signal that we measure is the {\bf fluorescence} which occurs when a
molecule absorbs light photon from the UV-visible light spectrum (the excitation
wavelength), and then release these light photons to return to the ground-state
(under the affect of the light in a different wavelength, known as emission
wavelength). The duration between absorbtion and emission is very small,
$<10^{-9}$ (sec). Not all excited molecules retur to the ground-state during
that short period of time. The difference between excitation and emission
wavelengths is called {\bf Stokes shift}. The intensity of the emitted light is
defined as F
\begin{equation}
F = \phi I_0 \left( 1-e^{-\varepsilon bc} \right)
\end{equation}
where $\phi$ is the quantum efficiency (percentage of molecules in an excited
electronic state that decay to ground-state by fluorescent emission), $I_0$ is
the incident radiant power, $\varepsilon$ is the molar absorptivity, $b$ is the
path length of the cell, $c$ is the molar concentration of the fluorescent dye
(i.e. calcium-bound dye). A reduced form in the case of dilute concentration,
i.e. $\varepsilon bc <0.05$, is
\begin{equation}
F = k \phi I_0 \varepsilon bc
\end{equation}
So, when $\phi, I_0, \varepsilon, b$ remain constant, and the assumption of
1:1 binding of calcium to the probe molecule, the fluorescent signal is linearly
proportional to the calcium concentration.
Calcium-bound fluorescent probe absorb the light in a particular
wavelength, and then release the photons in a different wavelength. By measuring
this emitted photons,
The kinetics of the dyes can be accurately measured in a controlled medium ({\it
in vitro}). However, due to the complex constituents in the myoplasm, the
properties of the dyes can change dramatically {\it in vivo} media, as a
significant of dye bound to proteins in the myoplasm which can alter both
absorbance spectral and kinetics properties of the dyes.
In the myoplasm, aldolase is an abundant myoplasmic protein. Thus, a proper
estimating of $K_d$ {\it in vivo} should be made with buffer plus aldolase
\citep{harkins1993} (Sect.\ref{sec:Kd_dyes}. Dyes are mobile
exogenous buffers, and its mobility inside the cytosol of the cell is an
important as well, Sect.\ref{sec:dye_diffusion}.
Using these dyes, fluorescence imaging is a novel technique to observe very
small and local change in calcium concentration. The idea of using dyes
(fluorescent probe) is as follows. The energy of the light (normal, or UV-light,
or laser-light) coming to the dye can trigger the fluorescence from the dye at
the focal point, which can then detected by the optical device. The signal
represents the fluorescent level.
Typically, the free indicator has very weak fluorescence. Yet once bound to
calcium, it shifts the fluorescence intensity. With the stoichiometry 1:1, the
level (or the change) of calcium-bound fluorescence can be used to infer the
level of free calcium in the media, using a proper calibration method
(Sect.\ref{sec:estimate-Ca} and Sect.\ref{sec:calibrate_Fluo}). The ability to
detect these small changes in calcium concentration is important as many weak
interactions are important in cell functions.
The device to generate the laser light is called laser scanning microscopy
(Sect.\ref{sec:confocal-line-scan}). Among the two major platforms, confocal
laser scanning microscopy will be focused in this chapter. Confocal laser
scanning microscope was developed in 1980s. The image is recorded in line-scan
mode (X-t scans), yielding a 2D image with spatial information on y-axis and
temporal information on x-axis (Sect.\ref{sec:confocal-line-scan}).
The intensities of the pixel is typically represented as R=F/F0 or $\Delta $F/F,
with F0 and F are intensity of Calcium-bound fluorescence CaF at resting
$[\Ca]_i$ (the base-line intensity or before stimulation) and dynamics value,
respectively.
\begin{equation}
\Delta F/F0 = \frac{F-F_0}{F_0-B}
\end{equation}
with $B$ is the background signal from averaged areas
adjacent to the cell (which is assumed to be zero), and $F_0$ is the average
background area inside the cell before the stimulation.
\begin{framed}
Recently multi-photon microscopy allows precise spatial and temporal analysis of
intracellular $\Ca$ activity \citep{denk1997, wilt2009}. This allows not only
the measurement of $\Ca$ concentration at a small volume, but also the detection
of $\Ca$ movement in cells. Novel techniques have been developed to use multiple
dyes to investigate different parameters simultaneously (e.g. $[\Ca]$ and pH
level).
\begin{enumerate}
\item High temporal resolution (that can detect $[\Ca]$ change in the order
of ms) use {\it photodiode-based} TILL Photometry setup.
\item High spatial resolution (that can measure tens of ms upto 200Hz) using
fast integrate CCD cameras.
\end{enumerate}
\end{framed}
The local elevatin of calcium is detected as calcium sparks in the line-scan
images. To detect and quantify sparks's properties from the line-scan images,
different methods have been proposed to automate the process
(Sect.\ref{sec:spark-detection}). Also, to test the model's result, computer
generated line-scan images is a useful technique
(Sect.\ref{sec:artificial-line-scan}).
\section{Calcium indicators}
\label{sec:calcium-indicator}
$\Ca$ indicators (probes or reporters or sensors) are those that can form
reversible complexes with $\Ca$ ions. There are two types of indicators:
\begin{enumerate}
\item chemical indicator (chelate $\Ca$ ions): give a visible sign
(usually by color change), on the presence or absence of a
threshold concentration of a chemical species
\item adsorption indicator (e.g. fluorescen): indicate an excess of
a substance.
\end{enumerate}
Historical use:
\begin{enumerate}
\item bioluminescent calcium-binding photoproteins (Ashley, Ridgeway, 1968) -
Sect.\ref{sec:aequorin}
\item synthetic compound aresenazo III - absorbance dye that change its
absorption spectrum as a function of bound calcium (Brown et al., 1975)
\end{enumerate}
Nowadays, there are two methods of choices:
\begin{enumerate}
\item synthetic indicators delivered by invasive chemical or physical
methods: typically more sensitive - Sect.\ref{sec:fluorescence-dyes}
Roger Tsien got the Nobel prize for the discovery of fluorescent calcium
indicator in 1980. These indicators were the result of the hybridization of
highly calcium-selective chelators like EGTA or BAPTA with a fluorescent
chromophore.
\item protein-based sensors delivered with genetic methods:
typically less sensitive - Sect.\ref{sec:calcium-indicator-protein-based}
\end{enumerate}
NOTE: single fluorophore sensor GCaMP and several families of Forster resonance
energy transfer based sensors, e.g. yellow Cameleon-Nano, are protein-based
indicators, though have yet surpassed the sensitivity and speed of commonly used
synthetic calcium indicators (e.g., Oregon Green Bapta-1-AM, OGB1-AM).
\section{-- Fluorescence dyes }
\label{sec:fluorescence-dyes}
Review: \citep{paredes2008}.
% However, the ultimate goal is to measure free calcium concentration. This
% requires a proper calibration method, which is covered in
% Sect.\ref{sec:calibrate_Fluo}.
For review: Sect.\ref{sec:calcium-indicator}. In this section, we only focus on
adsorption indicator, e.g. fluorescence.
Roger Tsien got the Nobel prize for the discovery of fluorescent calcium
indicator in 1980. These indicators were the result of the hybridization of
highly calcium-selective chelators like EGTA or BAPTA with a fluorescent
chromophore.
The fluorescent indicators are very powerful, which can be measured using UV
light (e.g. Fura-2, Indo-1) or visible light (e.g. Fluo-3).
Under ultraviolet or visible radiation, the change in fluoresence intensity
($\Delta F$) from resting value (F0) is measured, and this is mapped to the
change in free calcium concentration $\Delta [\Ca]$ using a proper calibration
method (Sect.\ref{sec:calibrate_Fluo}).
\begin{framed}
$\Ca$ indicators are dyes that change their spectral
properties when bind to $\Ca$ \citep{takahashi1999}. If the indicator is
fluorescence, it can absorb the light in a given wavelength $\lambda_\ex$
(excitation) and emit the light in a different wavelength $\lambda_\emi$
(emission) based on its binding to a given molecule.
A higher emitted wavelength reflects the release of energy in the form of
photons. The number of photons released (in a small region, within a small time
duration) is detected by the confocal microscopy.
The flurescent intensity is then mapped to color value (from 0 to 255).
\end{framed}
Using calcium-indicator like fluorescence allow detecting the change in calcium
concentration at rest ($\sim 0.1\muM$).
The main weakness of using fluorescence is that all dyes with the visible
excitation wavelength lack a major shift in their emission spectra upon
$\Ca$-binding, i.e. the number of photons released is low. This prevents the
measurement at the subcellular level, especially in moving preparation like
muscle cells. In such measurement, the change in fluorescence in a volume
element (voxel) may not from the change in $[\Ca]$ per se, but may also a
result from changes in local dyes concentration (as another cellular structure
enters the voxel as the cell moves) \citep{lipp1994}.u
Many fluorescences are derived from $\Ca$ buffer EGTA synthesized by Tsien's
group. In cardiac cells, the fluo series of indicators are often prefered.
\begin{itemize}
\item EDTA (Ethylenediaminetetraacetic acid) : chelating agent that
can bind to different metal ions ($\Ca, \mg, \ce{Fe^3+}$). So, it's not a
good indicator for $[\Ca]$. However, due to this property, it's more widely
used than EGTA in medicine (e.g. cure metal poisoning)
\item EGTA (ethylene glycol tetraacetic acid): like EDTA, yet with a
much higher affinity to $\Ca$ than to $\mg$. It is useful for
making buffer solution that resemble the environment inside the
cells where $\Ca$ is often at least a 100-fold less concentration
than $[\Mg]$.
\item Quin-2 : (Sect.\ref{sec:quin-2})
\item BAPTA \citep{tsien1980}: a homologue to EGTA (very high affinity to
$\Ca$ over $\Mg$ with $10^5$-fold higher). It's better in that the affinity is
less affected by pH, and faster binding/unbinding (Sect.~\ref{sec:bapta}) with
$K_d = 0.11\muM$ in 0.1M KCl.
\item Fura-2:the first-widely use dyes for $\Ca$-imaging
with $K_d = 0.04\muM$ (Sect.~\ref{sec:fura-2}). The excitable wavelength is
$\sim 380$ nm.
\item Fluo-3: Sect.\ref{sec:fluo-3}. The excitable wavelength is $\sim 480$
nm, with higher $\Ca$ affinity than Fura-2 (about 200-fold).
\item Fluo-4: Sect.\ref{sec:fluo-4}
\item Fluo-5: Sect.\ref{sec:fluo5N}
\end{itemize}
The properties of dyes are different between {\it in vitro} and {\it in vivo}
environment. One important factor in choosing the dye to use is $K_d$ the
dissociation constant. Thus, a throughly studies of the difference in the
dissociation constants of the fluorescences are important \citep{hagen2012}.
Dyes with high $\Ca$-affinity is used to measure $[\ca]_i$ at very low level,
while dyes with low $\Ca$-affinity is used to measure $[\ca]_i$ at higher
concentration. However, hig-affinity dye can become saturated at relatively low
$[\Ca]$, so it may not give accurate estimation of how high $[\Ca]$, e.g. at
$[\Ca]_\ds$. Here, we need to use low-affinity dyes.
\begin{framed}
Fluo-2, -3, and -4 are often used to measured cytosolic calcium
concentration. Fluo-5N is used to measured calcium in the SR. Rho-2 is used to
measured calcium in the mitochondria.
\end{framed}
\subsection{Low affinity vs. High affinity}
Depending on the affinity to calcium, the fluorescence dyes can be classified
into low and high affinity. For high affinity indicators (Fura-2, Fluo-3), we
typically need to add milimolar concentration of added $\Ca$ buffers (e.g. EGTA)
to achieve high accuracy {\it in vitro} measurement.
Besides a family of indacators of high $\Ca$ affinity ($K_d < 1\muM$), there is
also a family of indicators of low $\Ca$ affinity ($K_d > 10\muM$). The large
increase in $K_d=k^-/k^+$ is mainly caused by the increase in dissociation
constant $k^-$, rather than a decrease in association constant $k^+$. For
low-affinity indicators (e.g. Furaptra), the adding of another $\Ca$ buffers is
less critical.
Examples:
\begin{enumerate}
\item mag-Fura-2 (aka Furaptra), Fura-2FF and BTC \citep{hyrc2000}: Furaptra:
with $K_d = 50\muM$ (about 250-fold larger than $K_d$ of Fura-2).
\item Info 1FF, Fura 2FF: These dyes show low-affinity for $\Ca$, but
high-affinity for $\Mg$: Mag-indo 1, Mag-fura 2, Mag-fura 5 (with $K_{d,\Mg} =
$2.7, 1.9, and 2.3mM, respectively)\citep{takahashi1999}.
\end{enumerate}
\begin{figure}[hbt]
\centerline{\includegraphics[height=4cm,
angle=0]{./images/ratiometric_nonratiometric.eps}}
\caption{(A) Non-ratiometric and (B)
ratiometric\footnote{\url{http://www.hexec.it/tesi/node89.html}}}
\label{fig:ratiometric_nonratiometric}
\end{figure}
\subsection{Ratiometric vs. Non-ratiometric}
Another way to classify fluorescent indicators (probes) is its reflection to
wavelengths: ratiometric (dual-wavelength) vs. nonratiometric (single
wavelength) indicators, Fig.\ref{fig:ratiometric_nonratiometric}.
\begin{enumerate}
\item ratiometric group: Indo-1, Fura-2 (red), or
(as long as pH remain constant) SNARF (seminaphtho-rhodafluors)
\item nonratiometric group: Quin-2, Fluo-3, Fluo-4, $\Ca$ green-2, $\Ca$
Orange, Rhod-2
\end{enumerate}
Ratiometric indicators have 2 sets of excitation/emission wavelengths. By taking the ratio
of the two fluorescence intensity values taken at two different excitation
wavelength, it allows detecting $[\Ca]$ more accurately, avoiding the effect of
unequal dye loading, bleaching and focal-plane shift. An example is that we have
two cells with the same $[\Ca]_i$, but different dye concentration, so by taking
the ratio, it will reveal that their $[\Ca]$ are identical. Using the ratio
corrects the variation due to unequal dye loading, bleaching. However, due to
the quick binding saturation, it has limited application to measuring a wide
variation of $[\Ca]$.
Non-ratiometric indicators have only 1 pair of excitation/emission wavelength.
Advantage of non-ratiometric indicators is that an increase in fluorescence
signal can be related directly to an increase in $[\Ca]$ and it can measure a
wide range of $[\Ca]$ change. A drawback is that the measured intensity depends
on many factors not related to $[\Ca]$, e.g.
acquisition condition, probe concentration, and optical path length. So, it's
important to emphaisize using the same total dye concentration when using
non-ratiometric dyes, e.g. Fluo-3, Fluo-4.
\subsection{Emission spectra: blue, green, etc.}
Another way is to classify calcium-indicators into several groups
based on the emission spectra:
\begin{enumerate}
\item blue-emission: Quin-2, Indo-1, Benzothiaza, Fura-2
\item green-emission: Fura-2, BTC, Fluo-3, Calcium green, Oregon green
1,2-bis(2-amino-phenoxy)ethane-N,N,N',N'-tetraacetic acid (BAPTA)
\item yellow, orange-emission: calcium orange, cal- cium crimson, and rhod 2
\item red and near-infrared emission: calcium crimson and Fura red
\end{enumerate}
\subsection{Chemical form}
Another way of classification is based on their chemical form: salt (acid),
ester, and dextran conjugates.
\subsection{EGTA}
EGTA is an early $\Ca$ indicator. For
calibration, see Sect.\ref{sec:calibrate_EGTA}.
\subsection{BAPTA}
\label{sec:bapta}
BAPTA can binds to $\Mg$ ions, yet to $\Ca$ with $10^5$-fold higher
\citep{tsien1980}.
Recent studies showed that BAPTA have higher affinity to \ce{Zn^2+} (zinc) than
to $\Ca$. The dissociation constant for $\Ca$ binding is $K_d\sim 0.11\mu$M
at 0.1M KCl. The rate constant of $\Ca$ binding is
$k^+ = 500\muM^{-1}.s^{-1}$ ~\citep{pethig1989}.
\subsection{Quin-2 (1980)}
\label{sec:quin-2}
Quin-2 is the first generation non-ratiometric fluorescent $\Ca$ indicator
\citep{tsien1980, tsien1982,tsien1989}. Quin-2 has a single excitation and
emission wave length ($\lambda_{ex}=332$ nm, $\lambda_{em}=498$ nm).
The excitation wavelength $\lambda_{ex}=339$ nm is too short, as a significant
amount can comes from autofluorescence $F_\min$ (i.e. where $[\Ca]=0$). So, this
is a weak point of using Quin-2.
\textcolor{red}{When bound to $\Ca$, the emission fluorescence increase 5-6
fold}.
Quin-2 has a high affinity of $\Ca$, making it work well to measure $[\Ca]_i$ at
resting levels, i.e. near $10^{-7}$M or 0.1$\muM$. \citep{sheu1984} shown the
resting $[\Ca]_i$ in rat ventricular myocyte was about 0.18$\muM$ using with
$K_d = 0.115\muM$ {\it in
vivo}.
Quin-2 also binds to $\mg$ with $K_d=1-2$mM (low-affinity). In vivo, the
dissociation constant can be different due to the effect of Mg; thus it is
called the effective dissociation constant, whose value is $K_d = 115$ (nM) (at
$[\Mg]_i=1$ mM). This can be altered by changing $[\Mg]_i$, e.g. $K_d=60$ (nM)
at $[\Mg]_i=0.0$.
Quin-2 also serve as a buffer for $\Ca$. At higher levels, the dye approaches
saturation and lose resolution.
It means that at high $[\Ca]_i$, we need dyes with low $\Ca$-affinity to
measure. Increase in Quin-2 fluorescence indicates an increase
in $[\ca]_i$, without much shifting in emission and excitation wave
length between bound vs. unbound Quin-2).
Newer dyes of choice, with 2 different wave lengths, are Fura-2
(Sect.~\ref{sec:fura-2}) and Indo-1 (Sect.~\ref{sec:indo-1}). This gave birth
to the quantitative ratio fluorescent techniques $\Delta F=F_a/F_b$. The key
characteristic of these new indicators is the wavelength shift (in either
emission or excitation) upon binding with an ion, e.g. $\Ca$.
\subsection{Fura-2 (1985)}
\label{sec:fura-2}
Fura-2 is a ratiometric fluorescent dye which binds to free intracellular $\Ca$
with 30-fold brighter than Quin-2~\citep{grynkiewicz1985}.
\textcolor{red}{ Newer calcium indicators is Cameleons}
(Sect.~\ref{sec:cameleons}).
\begin{itemize}
\item In the absence of $\Ca$, excitation maximum is 372nm. When bound
to calcium, the maximum shift is 340nm.
\item In both bound and unbound, the emission wavelength of the Fura-2
is $\lambda_{em}=510$ nm.
\end{itemize}
So, using the ratio of the fluorescence excited at these two
wavelengths $F_{340}/F_{380}$ is directly correlated to the amount of
free $[\ca]_i$. Recently, they also use
$F_{335}/F_{405}$~\citep{goldhaber1991,chudin1999icd}, as well as
$F_{360}/F_{390}$~\citep{Larbig2010}. However, the emission at 360nm
is closed to the noise floor, so an alternate approach is to use
{\bf ``self-ratio''}. Particularly, only the emission data at 390nm is
used. The inverse of the emission at this single wavelength is
normalized ($\Delta F/F_0$).
Fura-2AM added to the cell is about 0.5$\muM$ \citep{williams1990qic} which
gives level of Fura-2 about 13-27$\muM$.
In chromaffin cells, fura-2 has $k^-_m=97$ (1/s), and $k^+_m=601
(\mu$M$^{-1}$.s$^{-1}$. Fura-2 has a rapid binding kinetics, with the relaxation
time is of the order of 5ms. The dissociation constant for Fura-2 is thus
$K_d=k^-/k^+=0.16\mu$M~\citep{wagner1994erb}.
\citep{blatter1990} measured the diffusion coefficient of Fura-2 is $D_F =
31.9\mum^2/s$.
This value is about 3x lower than the expected value of free diffusion in the
myoplasm. It means that a certain amount of dyes bound to the non-mobile
proteins. Assuming of instantaneous binding, this gave 30-35\% of the Fura-2 are
available for diffusion.
The diffusion of free Fura-2 and Ca-bound Fura-2 are quite similar.
% Depening on the dye, if there are two
% excitation wavelength, then we have two values of R: $R_\min$ (lower wavelength), and $R_\max$ (higher wavelength).
\begin{framed}
Nikon Diaphot can excite wavelength at 1200Hz, so that both
wavelengths can be updated at every 800$\mu$s. All fluorescence data
are filtered with a 50Hz lowpass Gaussian filter (Clampex 9).
\end{framed}
% \subsection{Fura-2AM}
% \label{sec:fura-2am}
\subsection{Indo-1 (1985)}
\label{sec:indo-1}
Indo-1 is a ratiometric indicator synthesized by Tsien
group~\citep{grynkiewicz1985}.
It has about 30-fold brighter than Quin-2, which means the affinity to $\Ca$ is
high, i.e. a small change in $[\Ca$ can be easily detected using a smaller
amount of dyes, and thus avoid the buffering effect of the dye on $\Ca$.
Indo-1 is different from Fura-2 in that it has dual emission peak, rather than
dual excitation peak.
\begin{itemize}
\item The main emission peak, in $\Ca$-free solution, is 485nm; while
in $\Ca$ solution, it shifts to 405nm. Some uses a slightly different
wavelength, e.g. 400/475. Fluorescence emitted by the cell was recorded as
photon counts per second at 405 and 485 nm, i.e. $F_{405}$ and $F_{485}$. The
illumination field was restricted to a circular spot 30$\mu$m in diameter. The
background fluorescence recorded from a field of the same size at both
wavelengths was subtracted from the signal recorded, e.g.
$R_{405}=F_{405}-\text{background}$ and $R_{485}=F_{485}-\text{background}$,
before the fluorescence ratio $R=R_{405}/R_{485}$ was computed.
\item In both bound and unbound state, the excitation wavelength of
Indo-1 is 365nm \citep{grynkiewicz1985}. Newer samples use a different
wavelength, e.g. 353nm by \citep{}
\end{itemize}
\citep{blatter1990} measured the diffusion coefficient $D_F = 15.7\mum^2/s$.
\citep{westerblad1996} measured $K_d = 311$ (nM) and resting calcium in Xenopus
muscle is 0.052$\muM$.
\begin{framed}
Indo-1 is more pH-insensitive than EGTA between pH 6.0 and 8.1, and has high
selectivity to $\Ca$ than other ions ($\Mg, \Zn, \Mn$). Similar to Fura-2,
Indo-1 is not cell permeable. However, Indo-1AM is membrane-permeable.
\end{framed}
The main disadvantage of Indo-1 is that it has rapid photobleaching under UV
illumination, which generate $\Ca$-insentive fluorescent compount from Indo
whose emission spectrum is very closed to $\Ca$-free Indo-1. Also,
autofluorescence due to NADH also overlap with the spectrum of $\Ca$-free
Indo-1 \citep{takahashi1999}.
Many {\it in vivo} methods estimate the {\it in vivo} values of
minimum and maximum fluorescence ratios ($R_{min}, R_{max}$) and using
an {\it in vitro} dissociation constant $K_d$.
\begin{itemize}
\item $R_{min}$ is hard to measure reliably as it's difficult to get
$[\ca]_i$ to a very low level ($< 1$nM).
\item $R_{max}$ is also hard to measure reliably in cardiac myocytes
as the high concentration cause massive hypercontracture of the
cell, which can destroy cellular integrity.
\end{itemize}
\begin{framed}
{\it In vivo} measurement of $R_{min}$~\citep{bassani1995a}:
\begin{itemize}
\item indo-1 loaded cells were exposed to 10 mM caffeine twice, to
empty SR $\Ca$ stores, then superfused with 0Ca solution for 15min
\item bath solution was then switched to K-buffer containing 5 mM
EGTA, leaving for 20min perfusion
\item
\end{itemize}
{\it In vivo} measurement of $R_{max}$
\end{framed}
\subsubsection{Finally}
\label{sec:finally}
\begin{equation}
\label{eq:966}
[\ca]_{i,tot} = [\ca]_i + \frac{B_{max1}}{1+(K_1/[\ca]_i)}+
\frac{B_{max2}}{1+(K_2/[\ca]_i)}+ \frac{[\text{indo}]_i}{1+(K_{in}/[\ca]_i)}
\end{equation}
with $B_{max1},B_{max2},K_1,K_2$ are empirical constants for
buffering. The last term reflects $\Ca$ bindings to indo-1,
i.e. $[\text{indo}]_i=50 \mu M$, $K_{in}=250 nM$. To obtain the rate
of transport, we differentiate it
\begin{equation}
\label{eq:967}
\frac{d[\ca]_{i,tot}}{dt} = J_{sr}+J_\ncx+J_{slow}-J_\leak
\end{equation}
The fluxes can be described using simple quasi-empirical $[\ca]$
dependent of the form
\begin{equation}
\label{eq:968}
J_x = \frac{v_{max}}{1+(K_m/[\ca]_i)^n}
\end{equation}
with $v_{max}$ is the maximum flux rate, $K_m$ is Michaelis-Menten
constant, $n$ is Hill coefficient. and then fitted with experimental
data to find the parameters~\citep{bassani1994rir}.
\subsection{Fluo-2 (1988)}
\label{sec:fluo-2}
The {\it in vitro} $K_{d,\ca} = 390$ nM for Fluo-2AM (measured at 20$^\circ$C,
in quart capillary tubes filled with Fura-2 solution, sealved by Vaseline at
each end \citep{baylor1988})\citep{hagen2012}. There're evidences that in
myoplasm of frog skeletal muscle fibers, the diffusion constant is 3-fold
smaller than expected on the basis of the molecular weight \citep{baylor1988},
which suggests a majority of Fura-2 molecules bind to protein. The {\it in vivo}
$K_d = ???$ can be estimated using least-square fitting \citep{konishi1988}.
\begin{equation}
K_d = \frac{F-F_\min}{F_\max-F}[\Ca]
\end{equation}
with $F_\max, F_\min$ are fluorescence intensities measured at zero $[\Ca]$
(EGTA solution), and saturating $[\Ca]$, respectively. This can also be derived
from the fomula
\begin{equation}
K_d = K_{d,\ca}(1 + \frac{[\Mg]}{K_{d,\Mg}})
\end{equation}
with $K_{d,\ca}$ is the dissociation constant for $\Ca$ in the absence of $\Mg$,
and $K_{d,\Mg}$ is the dissociation constant for $\Mg$ in the absence of $\Ca$.
The normal concentration of $\Mg$ in the cytosol is about 1.5mM. This gives the
$K_d=188$nM in vivo. \citep{minta1989} estimated effective $K_d=0.37\muM$.
The dissociation constant $K_{d,\Mg}=1.9$mM.
\begin{framed}
The Fluo family share a common molecular structure: a BAPTA-like $\Ca$-binding
site linked covanlently to a xanthene moiety. It also shows an increase in
cellular loading efficiency, reduced pH sensitivity, and the excitation maxima
that match the emission wavelength of common lasers \citep{hagen2012}.
\end{framed}
\subsection{Fluo-3 (1989)}
\label{sec:fluo-3}
Fluo-3 is a nonratiometric indicator discovered by Tsien
group~\citep{minta1989,kao1989} from BAPTA combined with a fluorescein-like
structure. The excitation and emission wavelengths are $\lambda_{ex}=506$ nm,
$\lambda_{em}=526$ nm.
The freeform excited wavelength (448nm) make Fluo-3 producing little
autofluorescence and thus inducing less photodamage in dye-loaded cells than
previous dyes. So, it's suitable for use in flow cytometry, confocal laser
scanning microscopy, microplate screening assays, or light microscopy.
Fluorescence of $\Ca$-bound fluo-3 has about 40x-200x more intensity than its
$\Ca$-free counterpart~\citep{harkins1993} making it the most widely used dye in
detecting $[\Ca]_i$, yet it's quite suceptible to photobleaching than many other
indicators.
As the increase in $[\Ca]_\myo$ is in the range of 5x-10x, Fluo-3 is good enough
to detect these changes.
This yields a high $F_\max/F_\min$ ratio making it superior in detecting local
$\Ca$ elevations, than Fura-2 and indo-1.
% \begin{framed}
% Fluo-3 is unsuitable for two-wavelength ratiometric,
% i.e. $R_\max/R_\min$. Ratiometric measurements can be made using Fura red, or
% (as long as pH remain constant) SNARF (seminaphtho-rhodafluors).
% However, it has high $F_\max/F_\min$ which
% produce high signal contrast and high signal-to-noise ratio, making
% Fluo-3 is superior to Fura-2 or Indo-1.
% \end{framed}
Fluo-3 is a penta-valent anion (mol wt 765) and is predicted to have a
\textcolor{red}{ diffusion coefficient of $90\mu m^2/s$}.
However, in skeletal muscles, the diffusion was measured between 12 to 30 $\mu
m^2/s$~\citep{harkins1993}, suggesting that about 80\% of the dyes bound to
immobile cellular constituents ~\citep{smith1998}. Experimental results showed
the evidence that fluo-3 interact with large molecular weight proteins, e.g.
aldolase. So, computational models either (1) use small diffusion constant, (2)
use real diffusion constant and consider mobile Fluo-3 and immobile
protein-bound Fluo-3 explicitly in the model.
Fluo-3AM added to the cell is about 2$\muM$ \citep{williams1990qic} which
results into total [Fluo-3] $\sim 50\muM$.
With the presence of proteins in the myoplasm, it also affect the $K_d$ with
calcium. In vitro $K_d$ was measured using various solutions of known $[\Ca]$,
created by mixing 4mM EGTA and 4mM Ca-EGTA in various ratios \citep{mcguian1991,
zhao1997}. The dissociation constant with $\Ca$ {\it in vitro} is $K_d=325$nM
(or $\approx 335$
nM\footnote{\url{http://www.invitrogen.com/1/1/604-fluo-3-am-cell-permeant-special-packaging.html}}
or 390
nM\footnote{\url{http://www.embl.de/eamnet/html/calcium/nonratio.htm}}\citep{hagen2012}
or $K_d=400$nM \citep{trafford1999nrr}). \citep{minta1989} estimated effective
$K_d = 0.4\muM$
{\it In vivo}, the calcium-affinity is becoming lower, i.e. higher dissociation
constants. \citep{smith1998} estimated it to be $K_d\sim
1.13\muM$. Recent measurement showed $K_d=0.8\muM$ \citep{hagen2012}, or
$K_d=0.89\muM$ measured on rabbit cardiac myocytes \citep{loughrey2003} (i.e.
$k^+=80\muM^{-1}.s^{-1}, k^-=72.s^{-1}$).
\begin{framed}
The cytoplasmic environment also alters the interaction with calcium, i.e.
slowing both the dissociation constant and association rate. In particular, $k^- = 200-700 $ per second
\citep{eberhard1989} to 90 (per second) \citep{harkins1993}; $k^+=1000
\muM^{-1}.s^{-1}$ {\it in vitro} to 80 $\muM^{-1}.s^{-1}$ {\it in vivo}. This
eventually increase $K_d$ from 0.4$\muM$ (in vitro) to 1-3$\muM$ (in vivo).
\end{framed}
The cell is stimulated using field stimulation (e.g. Voltage-clamp 25-30V for
2.0ms) or by current-injection (I-clamp 2nA for 2.0ms). In patch-clamp
experiment (i.e. AP or current clamp), the elapsed time between 10\% rise and
90\% decay, known asn APD90, and the $t_{90-10}$ the time required for the
calcium transient (CaT) to decay from 90\% to 10\% of the peak amplitude, are
\citep{hagen2012}
\begin{itemize}
\item APD90 = 38.6$\pm 2$ms, first transient $t_{90-10}=599\pm 42$ms, and
steady-state $t_{90-10}=631\pm 29$ms (Fluo-4)
\item APD90 = 39.2$\pm 1.6$ms, first transient $t_{90-10}=415\pm 24$ms, and
steady-state $t_{90-10}=426\pm 24$ms (Fluo-3)
\item APD90 = 37.0$\pm 1.0$ms, first transient $t_{90-10}=777\pm 40$ms, and
steady-state $t_{90-10}=682\pm 40$ms (Fluo-2)
\end{itemize}
In rat ventricular myocyte, the average volume was 36.8pL/cell, and cytosolic
fraction is 0.65 \citep{bers2001ecc}. At high stimulation rate (1Hz vs. 0.5Hz),
there's an increase in fluorescence baseline (F0) in Fluo-2 and Fluo-3, but not
in Fluo-3.
\subsubsection{Cordeiro et al. (2001) - Rabbit heart Purkinje fiber}
\label{sec:cordeiro_2001}
\citep{cordeiro2001} used confocal microscopy (Bio-Rad 1024 laser-scanning confocal
microscope) and 100$\muM$ Fluo-3.
Staining with 5$\muM$ di-8-ANEPPS dye, the results shown that Purkinje fibers
lack T-tubular structure. The calcium was modelled binding to ATP, Fluo-3 and
Troponin (Trpn). The cell was modeled as a cylinder divided into 100 concentric
compartments to allow diffusion equations of $\Ca, \Mg, \ATP$ and Fluo-3. The
rate constants for $\ATP$ binding was based on \citep{baylor1998}, adjusted to
36$^\circ$C with $Q_{10}=2.0$. Other diffusion constants: $D_\Ca= 300 \mum^2/s$
and $D_F = 25\mum^2/s$. The total concentration of buffers, as claimed by the
authors unknown at that time, so they were fitted to experimental data by
adjusting the concentration of [Trpn], [ATP], and [Fluo-3].
They estimated peak F/F0 reached $\sim 2.0$ at the surface and $1.75$ at the
center.
\subsubsection{Inoue - Bridge (2003) - rabbit ventricular myocytes}
\label{sec:Inoue-Bridge_2003}
\citep{inoue2003} (Sect.\ref{sec:spark_Inoue-Bridge_2003}) used BioRad MCR-1024
laser scanning confocal microscope, and Fluo-3. Images were captured with
0.15$\mum$ and 2ms per pixel resolution.
Under AP stimulus, spark appearances are litmited to the beginning of APs. After
treatment with 1$\muM$ thapsigargin, the sparks disappear.
The peak F/F0 values are greater than 1.5. The FWHM spark size were 1.8$\mum$
(in mice), and $2\mum$ (in rats).
\subsection{Calcium Green-1 (CG-1)}
\label{sec:Green-1}
\label{sec:CG-1}
Calcium Green-1 (two wavelengths: 506/531 nm) can increase intensity up to
14-fold upon $\Ca$ binding, with little shift in wavelengths.
Although Calcium Green-1 is structurally similar to Fluo-3
(Sect.\ref{sec:fluo-3}, it is more fluorescent at low calcium concentrations,
facilitating the determination of baseline Ca2+ levels and increasing the
visibility of resting cells, i.e. $K_d = 315$ nM.
The probe is excited by visible light, as the energy required for excitation is
low, which means less photodamage for cell. Commonly used laser-based
instruments (i.e., confocal laser scanning microscopes) are able to efficiently
excite these indicators, and their emissions are in regions of the spectrum
where cellular autofluorescence and scattering backgrounds are often less of a
problem.
\subsection{Cameleons (1997)}
\label{sec:cameleons}
Cameleons are genetically-encoded calcium indicators.
\subsection{Rhod 2 (1989)}
\label{sec:rhod_2}
\citep{minta1989} developed Rhod2. Rhod 2 is used to measure mitochondrial
$\Ca$. As the mitochondrial membran exihibits a large potential difference, the
AM form of Rhod2 can be easily injected into the mitochondria membrane.
Effective dissociation constant $K_d=1.0\muM$ \citep{minta1989}.
\subsection{Fura-red (1989)}
Fura-red is chemically similar to Fura-2, but the absorbance and
fluorescence-excitation band is in visible, not ultra-violet, wavelengths
\citep{demarinis1990}. Fluorescence excited with 2 wavelengths: 420nm and 480nm
(using Lens 32x, N.A.=0.60) after noise correction are $F_{420}, F_{480}$.
The fluorescence emission at wavelength greater than 550nm was selected with a
barrier filter. The ratio $R=F_{420}/F_{480}$ is calculated. The values of R for
the calcium-free and Ca-bound forms of the indicator are denoted as $R_\min,
R_\max$.
Based on Sect.\ref{sec:in_vitro_measure_Fluo}, parameters for {\it in vitro}
measurements are:
\begin{enumerate}
\item At buffers 2.0cP (no aldolase): (1) 420nm excitation: $Y_1=1.050$
(Calcium-free), $Y_1=1.122$ (Calcium-bound); (2) 480nm excitation: $Y_1=1.100$
(Calcium-free), $Y_1=1.037$ (Calcium-bound).
\item At bufers 1.6cP (with aldolase): (1) 420nm excitation: $Y_1=1.038$
(Calcium-free), $Y_1=1.106$ (Calcium-bound); (2) 480nm excitation: $Y_1=1.101$
(Calcium-free), $Y_1=1.033$ (Calcium-bound).
\end{enumerate}
The dissociation constant $K_d$ was estimated using the least-square fit for the
equation, assuming 1:1 binding of calcium
\begin{equation}
\label{eq:mc154}
f = \frac{[\Ca]}{[\Ca]+K_d}
\end{equation}
with $f$ is the fraction of calcium-bound fluorescence. This gives {\it in
vitro} $K_d = 0.41\muM$.
Fura-red has been used in measuring free-calcium in frog skeletal muscles
\citep{kurebayashi1993}, with [Fura-red] = 25$\muM$.
% $\ge$ 0.2-0.3mM.
To estimate free calcium, first they map R to $f$, and then using equation
\ref{eq:mc154} with a given value of $K_d$ to find $[\Ca]$.
\subsection{Fluo-4 (2000)}
\label{sec:fluo-4}
Fluo-4 is an improved version of Fluo-3 (Sect.\ref{sec:fluo-3}), with
freeform excited wavelength is higher $\lambda_{ex}= 488$ nm, which provides
brighter fluorescence emission.
The wavelengths in $\Ca$-bound form are ($\lambda_{ex}=494$ nm,
$\lambda_{em}=516$ nm).
Fluo-4 is similar to Fluo-3 in several ways, e.g. spectral properties,
stability, $K_{d,(\Ca)}$, convenience and ease of loading, and high $\Ca$-
dependent fluorescence enhancement \citep{gee2000}.
It is often used in the form of Fluo-4AM so that can be inserted into the cell
via diffusion. However, using AM ester form, it leads to significant organellar
compartmentalization in Fluo4-AM than in Fluo3-AM \citep{hagen2012}.
The {\it in vivo} dissociation constant was estimated about $K_d=9.7 \muM$
\citep{} or $K_d = 1.400\muM$ \citep{hagen2012}.
Fluo-4 can quantify $[\ca]_i$ in the range 100nM to 1$\mu$M.
{\bf In vitro} dissociation constant is about $K_d=350$nM \citep{hagen2012}. Due
to its higher fluorescence emission intensity, we can use a lower amount of
Fluo-4, compared to Fluo-3, to measure intracellular $\Ca$ concentration.
\begin{framed}
Fluo-4FF is Fluo-4 related dyes that have lower $\Ca$-affinity so
that can measure $[\ca]$ at higher level and wider range (from 1$\muM$ to 1 mM).
Fluo-4FF can excite under argon-ion laser source with $\lambda_{ex}=488$ nm. In
$\Ca$-bound form, $\lambda_{ex}/\lambda_{em}=494/516$ nm.
\end{framed}
\begin{figure}[hbt]
\centerline{\includegraphics[height=2.2cm,
angle=0]{./images/fluo-4_lowaffinity.eps}}
\caption{Low-affinity $\Ca$-indicator dyes: Fluo-5F, Fluo-5Cl,
Mag-fluo-4, Fluo-5N}
\label{fig:low-affinity}
\end{figure}
The data is captured using Omega Optical bypass filter (Brattleboro, VT, USA).
Images were acquired with Quantix HCCD camera. The images were then analyzed
using MetaFluor imaging software (Universal Imaging Corp, PA, USA). A normalized
fluorescence image is generated: (1) each image was 'background-corrected' by
pixel-by-pixel subtraction of the average measured value from a sampled
extracellular region, (2) the background-corrected fluorescence image was then
normalized, pixel by pixel, to the fluorescence masured in a single image from
the initial control conditions (to subtract autofluorscence)
\subsection{Oregon Green BAPTA}
\label{sec:Oregon-Green-BAPTA}
Oregon Green 488 BAPTA-1 is a fluorescent dye $\Ca$ indicator, with two
wavelengths 494/523 nm. It can detects $\Ca$ increase upto 14 fold.
\subsection{GFP-based $\Ca$ indicators}
\label{sec:GFP_dye}
Green fluorescent protein (GFP) is a protein composed of 238 a.a residues
(26.9kDa) from jellyfish {\it Aequoria victoria} that exhibits blight green
fluorescence when exposed to light in the range of wavelength from blue to
ultraviolet. GFP-based forms are used as biosensors, e.g. a reporter of gene
expressions. Half-life of GSP was estimated to be $\tilde 26$ hours.
PROS: it can be introduced into the cells and maintained in the genome through
breeding.
\subsection{-- GCaMP: GCaMP6}
%\subsection{GCaMP6}
\label{sec:GCaMP6}
GCaMP is a fusion of GFP, calmodulin and M13, that is used as a calcium
indicator with a good signal-to-noise. The widely use is in neurons, where
calcium can bind to calmodulin (up to 4 calcium ions per calmodulin).
The highest performance GCaMP are GCaMP3 \citep{tian2009} and GCaMP5 of faster
kinetics and greater response than the original GCaMP.
GCaMP6 has been introduced since 2013 (Chen et al., 2013) which has been shown
to outperform other sensors in cultured neurons and in zebrafish, flies, and
mice {\it in vivo}.
\begin{itemize}
\item layer 2/3 pyramidal neurons of the mouse visual cortex
GCaMP6 reliably detected single action potentials in neuronal somata and
orientation-tuned synaptic calcium transients in individual dendritic spines.
\item
\end{itemize}
\subsection{Fluo 5N}
\label{sec:fluo5N}
Fluo-5N is used to measure $[\Ca]$ in the SR which was pioneered by Bers and
colleagues \citep{shannon2003,shannon2003cs}.
To calibrate $[\Ca]_\SR$ from the fluorescence intensity, \citep{shannon2003}
suggested the formula for {\it in situ} calibration
\begin{equation}
\Delta [\Ca]_\sr = K_d \frac{1+\frac{\Delta
F}{F_0-F_\min}}{K_d/C_0-\frac{\Delta F}{F_0-F_\min}}-C_0
\end{equation}
with $F_0$ and $F_\min$ is the fluoresence level at rest, and after emptying SR,
respectively. With Fluo-5N, $K_d = 400\muM$, and diastolic $[\Ca]$ is
$C_0=1.0\mM$ .
Fractional change in CSQN-bound $\Ca$ is calculated as
\begin{equation}
\Delta [\text{CaCSQN}] = K_{d,\CSQN} \frac{\Delta
[\Ca]_\sr}{C_0(K_{d,\CSQN}+[\Ca]_\sr)}
\end{equation}
with $\Ca$ dissociation constant of CSQN: $K_{d,\CSQN}= 500\muM$.
\subsection{Citrate and Maleate and ADA}
\label{sec:citrate-maleate}
Citrate is a weak acid, can be used as $\Ca$ chelating agent
($K_d=0.47$mM). Maleate has $K_d=11$mM). They can be effectively
transported into the SR, thus increasing $\Ca$ buffering capacity of
the SR.
They are diffusible exogenous buffers.
\subsection{Asante Calcium Red (ACaR)}
Asante Calcium Red (ACaR) is a new ratiometric $\Ca$ indicator.
\subsection{Fluorescence in myoplasm vs. nucleoplasm}
It has been shown that Fluo-3 and Fluo-4 have distinct characteristics in the
cytoplasmic vs. nucleoplasmic compartment \citep{thomas2000}. Some studies
reported the leak of indicators from the cytoplasm to the extracellular medium
via sarcolemmal anion transporters \citep{mcdonough1989,mitsui1993}.
\section{-- Protein-based calcium indicator}
\label{sec:calcium-indicator-protein-based}
Protein-based genetically encoded calcium indicators (GECIs) is another
breakthrough come from Roger Tsien (Miyawaki et al., 1997).
Early GECIs are not powerful due to slow response kinetics and low
signal-to-noise ratios.
\section{Buffers (in vitro + in vivo) and Dyes Properties}
\label{sec:buffers-dyes}
\subsection{Buffers alone (in vitro)}
The standard buffer solution contained (in mM) \citep{kurebayashi1993}: 97.7
KCl, 10 PIPES (piperazine-NN'-bis[2-ethane-sulfonic acid]) and either 10 EGTA
('0 $\Ca$' solution) or 10 \ce{CaCl2} ('sat. $\Ca$' solution). The ionic
strength was 0.15 M and, unless indicated otherwise, had a pH of 7.03. [Note:
all solutions were titrated to a pH of 7.00 at room temperature (-200C). At 16C,
a solution pH of 7.03 is expected, given the temperature dependence of the PIPES