Scriptfastq2fasta by sed I've been having fun with sed this morning. I'm testing using Illumina data as input to Newbler, jus... 03月08日2,4962sed 阅读全文
ScriptSED单行脚本快速参考 文本间隔: -------- # 在每一行后面增加一空行 [code lang="shell"]sed G[/code] # 将原来的所有空行删除并在每一行后面增加一空行。 # 这样在输出的文本中每一... 03月08日1,929评论linux shell 阅读全文
ScriptR语言基础和画图相关资料 http://www.r-project.org/ R 的官方网站 http://cran.r-project.org/manuals.html R 官方文档 http://www.biocond... 03月07日2,084评论R 阅读全文
ScriptR语言绘图符号 R语言画图的时候,所能利用的绘图pch参数值如下图,可有下面的R代码生成 [code language="R"] plot(rep(1,10),ylim=c(-2,1.2),pch=1:10,cex=... 03月06日9,8552R 绘图 阅读全文