跳到正文
学而记

百科词条

4. 硫解:硫解酶(thiolase)

Cn:β-酮脂酰CoA(β-ketoacyl-CoA) + 辅酶A - 比原来少两个碳原子的 Cn:脂酰CoA(Acyl-CoA) + C2:乙酰CoA(Acetyl-CoA) $化学方程式:$ - tikz \usepackage chemfig \begin document \chemfig \fbox R - 7,0.8 - 1,0.6 = 2,

催化反应

[[Cn:β-酮脂酰CoA(β-ketoacyl-CoA)]]+[[辅酶A]]->比原来少两个碳原子的[[Cn:脂酰CoA(Acyl-CoA)]]+[[C2:乙酰CoA(Acetyl-CoA)]]

$化学方程式:$

-

\usepackage{chemfig}
\begin{document}
\chemfig{
	\fbox{R}-[7,0.8]-[1,0.6](=[2,0.5]O)-[7,0.6]-[1,0.6]
	(-[7,0.8]SCoA)
	(=[2,0.5]O)
}

+CoASH

\begin{tikzpicture} 
\draw [->] (0,0) to node[above] {thiolase} (1,0);
\end{tikzpicture}

\chemfig{
	\fbox{R}-[7,0.8]-[1,0.6]-[7,0.6]-[1,0.6]
	(-[7,0.8]SCoA)
	(=[2,0.5]O)
}
+
\chemfig{
	(-[5,0.6])
	(=[2,0.6]O)
	(-[7,0.8]SCoA
	)
}

\end{document}

-

\usepackage{chemfig}
\begin{document}
\chemfig{
	\fbox{R}-[,0.8]CH_2-[,0.6]C(=[2,0.5]O)-[,0.6]CH_2-[,0.6]C
	(-[,0.8]SCoA)
	(=[2,0.5]O)
}

+CoASH

\begin{tikzpicture} 
\draw [->] (0,0) to node[above] {thiolase} (1,0);
\end{tikzpicture}

\chemfig{
	\fbox{R}-[,0.8]CH_2-[,0.6]C
	(-[,0.8]SCoA)
	(=[2,0.5]O)
}
+
\chemfig{
	CH_3-[,0.6]C
	(-[,0.8]SCoA)
	(=[2,0.5]O)
}

\end{document}