跳到正文
学而记

百科词条

CMP:胞苷酸,胞嘧啶核糖核苷酸,单磷酸胞苷

cytidine monophosphate smiles C1=CN C =O N=C1N C@H 2 C@@H C@@H C@H O2 COP =O O O O O $结构式:$ - tikz \usepackage chemfig \usetikzlibrary decorations.pathmorphing \definecolor cpk

称谓

cytidine monophosphate

3D结构

C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O

$结构式:$

-

\usepackage{chemfig}
\usetikzlibrary{decorations.pathmorphing}
\definecolor{cpk_P}{rgb}{1.00, 0.50, 0.00}     % P
\begin{document}
\chemfig[atom sep=2em,cram width=2pt]{
		% P
		-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P,line width=2pt] (0.1,0.12)circle(6pt);}P}
	-O-CH_2-[6,]
% 腺苷
    (-[6,]H)
	(-[0.75,1.2]O)
	<[6.75,]
	(-[6,1,,2]HO)
	(-[2,0.8]H)
	-[,,,, line width=2pt]
	(-[6,]OH)(-[2,0.8]H)>[1.25,](-[3.25,])
	(-[6,]H)
	(-[2,]N
		*6(-(=O)-[,,,1]N=(-NH_2
			-[2,0.5,,,,transparent] %上边界支撑
		)-=-)
	)
}
\end{document}

^3

-

\usepackage{chemfig}
\begin{document}
\chemfig[atom sep=2em,cram width=2pt]{
	% 焦磷酸(Pantothenate)
	HO-P
		(=[2,]O)
		(-[6,]OH)
	-O-CH_2-[6,]
% 腺苷
    (-[6,]H)
	(-[0.75,1.2]O)
	<[6.75,]
	(-[6,1,,2]HO)
	(-[2,0.8]H)
	-[,,,, line width=2pt]
	(-[6,]OH)(-[2,0.8]H)>[1.25,](-[3.25,])
	(-[6,]H)
	(-[2,]N
		*6(-(=O)-[,,,1]N=(-NH_2
			-[2,0.5,,,,transparent] %上边界支撑
		)-=-)
	)
}
\end{document}

^1

-

\usepackage{chemfig}
\begin{document}
\chemfig{
	\fbox{P}-[7,0.7]-[6,0.4]
	(-[0.5,0.65]O-[7.5,0.65])
	<[7,0.5](-[5.5,0.5]O-[4,0.3]H)
	-[,0.5,,, line width=2pt]
	(-[6.5,0.5]OH)>[1,0.5]
	-[2,0.5]N-[0.7,0.5](=[7.3,0.5]O)
	-[2,0.5]N
		=[3.3,0.5](-[2,0.5]NH_2
			-[2,0.5,,,,transparent] %上边界支撑
		)
			-[4.7,0.5]
				=[6,0.5]
					-[7.3,0.4]
} 
\end{document}

^2