2012-1-9 16:32:57 阅读10 评论0 92012/01 Jan9
原理:Alamar blue法的原理为氧化型Alamar blue可被活细胞中的线粒体酶还原,还原后染料发生颜色和荧光改变,其深浅与活细胞数量成正比,可用分光光度计或荧光检测仪检。通过与对照组的比较得到试验组的增殖率,从而测定受试样品的细胞毒性。
Resazurin, a non-fluorescent indicator dye, is converted to bright red–fluorescent resorufin via the reduction reactions of metabolically active cells. The amount of fluorescence produced is proportional to the number of living cells。
2012-1-8 0:01:40 阅读7 评论0 82012/01 Jan8
http://hmg.oxfordjournals.org/content/17/R1/R48.full
2012-1-6 23:45:01 阅读7 评论0 62012/01 Jan6
R语言 生成图片 存储图片 存储图片格式 存储位置
第一种png格式png(file="myplot.png", bg="transparent")
画图程序
dev.off()
第二种jpeg格式
jpeg(file="myplot.jpeg")
画图程序
dev.off()
文件都放在getwd()里了
第三种pdf格式
pdf(file="myplot.pdf")
画图程序
dev.off()
当数据图很多时,记得用paste(), for(i in genid){
pdf(file=paste(i,'.pdf',sep=''))
hist(get(i))
dev.off()
}
高清作图
bitmap(file
2012-1-3 22:53:29 阅读9 评论0 32012/01 Jan3
2012-1-3 22:20:02 阅读8 评论0 32012/01 Jan3