![[PgamScene.mp4]]
称谓
磷酸甘油酸变位酶 phosphoglycerate mutase PGAM
催化反应
[[C3:3-磷酸甘油酸(PGA,3PG)]]<->[[C3:2-磷酸甘油酸(2PG)]]
$化学方程式:$ -
\usepackage{chemfig}
\definecolor{cpk_P1}{rgb}{0.50, 0.75, 0.50} % P1
\begin{document}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
COO^{-}
-[6]C(-OH)(-[4]H)
-[6]CH_2O
% P
(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P}
% 下边界支撑
-[6,0.5,,,,transparent]
)
}
}{3-phosphoglycerate}
\begin{tikzpicture}
\draw [<->] (0,0) to node[above] {phosphoglycerate mutase} (4.2,0);
\end{tikzpicture}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
COO^{-}
-[6]C(-O(
% P
(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P})
))(-[4]H)
-[6]CH_2OH
}
}{2-phosphoglycerate}
\end{document}^1
-
\usepackage{chemfig}
\definecolor{cpk_P1}{rgb}{0.50, 0.75, 0.50} % P1
\begin{document}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
COO^{-}
-[6]C(-OH)(-[4]H)
-[6]CH_2O
% P
(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P}
% 下边界支撑
-[6,0.5,,,,transparent]
)
}
}{}
\begin{tikzpicture}
\draw [<->] (0,0) to node[above] {} (1,0);
\end{tikzpicture}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
COO^{-}
-[6]C(-O(
% P
(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P})
))(-[4]H)
-[6]CH_2OH
}
}{}
\end{document}^2
-
\usepackage{chemfig}
\begin{document}
\chemname{
\chemfig[atom sep=2em]{
COO^{-}
-[6]C(-OH)(-[4]H)
-[6]CH_2OPO_3^{2-}
}
}{3-phosphoglycerate}
\begin{tikzpicture}
\draw [<->] (0,0) to node[above] {phosphoglycerate mutase} (4.2,0);
\end{tikzpicture}
\chemname{
\chemfig[atom sep=2em]{
COO^{-}
-[6]C(-OPO_3^{2-})(-[4]H)
-[6]CH_2OH
}
}{2-phosphoglycerate}
\end{document}-
\usepackage{chemfig}
\begin{document}
\chemfig{
COOH
(-[6,0.5]C(-[,0.6]OH)
(-[6,0.5]CH_2
(-[,0.8]\fbox{P}
)
)
)
}
\begin{tikzpicture}
\draw [<->] (0,0) to node[above] {PGAM} (1.2,0);
\end{tikzpicture}
\chemfig{
COOH
(-[6,0.5]CH(-[,0.7]\fbox{P})
(-[6,0.5]CH_2-[,0.6]OH)
)
}
\end{document}-
\usepackage{chemfig}
\begin{document}
\chemfig{
(=[2,0.8]O)
(-[7.5,0.8]OH)
(-[4.5,0.8]
(<:[6,0.8]OH)
(-[3.5,0.5]
-[4.5,0.5]\fbox{P})
)
}
\begin{tikzpicture}
\draw [<->] (0,0) to node[above] {PGAM} (1.2,0);
\end{tikzpicture}
\chemfig{
(-[4,0.5]HO)
(-[7,0.5]
(-[5,0.8]\fbox{P})
(-[,0.5]
(-[1,0.8]OH)
(=[7,0.8]O)
)
)
}
\end{document}