会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Datapotumas
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
数据处理小代码
统计碱基数目、GC含量、read数、最长的read、最短的read及平均read长度
摘要:# 用于fasta格式文件的碱基数目和GC含量的统计 grep -v '>' input.fa| perl -ne '{$count_A=$count_A+($_=~tr/A//);$count_T=$count_T+($_=~tr/T//);$count_G=$count_G+($_=~tr/G/
阅读全文
posted @
2017-01-19 13:14
Datapotumas
阅读(7604)
评论(1)
推荐(1)
公告