坐山雕

导航

2021年7月16日

genomation: a toolkit for annotation and visualization of genomic data

摘要: https://rdrr.io/bioc/genomation/f/vignettes/GenomationManual.Rmd 阅读全文

posted @ 2021-07-16 16:53 坐山雕 阅读(51) 评论(0) 推荐(0) 编辑

circos plot in R

摘要: FIN=read.table(IN,header=TRUE) circos.clear() circos.par("start.degree" = 90) circos.initialize("chrB", xlim = c(0, 171823)) circos.track(ylim = c(0, 阅读全文

posted @ 2021-07-16 12:59 坐山雕 阅读(101) 评论(0) 推荐(0) 编辑

geom_smooth trasparent alpha 透明度

摘要: stat_smooth (geom="line", alpha=0.3, size=3, span=0.5) + geom_line(stat="smooth",method = "loess", formula = y ~x,span=0.3, size = 1.5, #linetype ="da 阅读全文

posted @ 2021-07-16 12:50 坐山雕 阅读(175) 评论(0) 推荐(0) 编辑