R语言处理PCR数据,一步画柱状图、添加显著性标志并实现截断

比如有如下的一个表格

library(DT)
pcr<-read.csv('~/Desktop/pcr.csv')
knitr::kable(pcr)
groupGAPDHST3GAL5X_Ctcycle
NC12.1723.7611.59first
NC11.8823.7911.91first
NC11.9223.5711.65first
OE11.8119.067.25first
OE11.6619.147.48first
OE11.5918.817.22first
NC11.6624.0612.40secend
NC11.6024.0012.40secend
NC11.5224.1612.64secend
OE11.9718.776.80secend
OE11.8518.897.04secend
OE11.9118.846.93secend
NC12.0123.9811.97third
NC12.0123.9911.98third
NC11.9523.8011.85third
OE11.7819.898.11third
OE11.8519.757.90third
OE11.8119.477.66third
欧阳松
欧阳松
主治医师、讲师

My research interests include urogenital tumors, urolithiasis, male infertility, male erectile dysfunction,etc.

Related