Linux:根据基因ID从fasta文件中提取序列
Linux:根据基因ID从fasta文件中提取序列faSomeRecords
·
1,下载 faSomeRecords
网址:http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/faSomeRecords
2,解压后即可使用
./faSomeRecords refseq.fasta ID.list query.fasta
这样我们就从refseq.fasta文件中提取到我们需要的基因序列啦
3. 从文件内容查找匹配指定字符串的行:
$ grep "被查找的字符串" 文件名
更多推荐



所有评论(0)