摘要:
1,删除文件file 中第一行内容 命令:sed -i 1d file
阅读全文
posted @ 2020-03-18 15:44
YUANya
阅读(110)
推荐(0)
摘要:
cat block/partial|while read a b ;do cat all-opsin.pep.genblast.tab|awk '$1=="'$a'"';done|les
阅读全文
posted @ 2020-03-18 12:49
YUANya
阅读(218)
推荐(0)
摘要:
$ awk -F ',' '{print $2, $3}' employee.txt
阅读全文
posted @ 2020-03-17 14:55
YUANya
阅读(136)
推荐(0)
摘要:
Whereas gene nomenclature focuses on gene and gene products, the Gene Ontology focuses on the function of the genes and gene products The Gene Ontolog
阅读全文
posted @ 2020-03-16 10:14
YUANya
阅读(105)
推荐(0)
摘要:
align是仅仅是存在而已,比如在第一个位置上,query是A,而subject上是T,也是align上了 而没有align是指并不存在,比如在第一个位置上,query是A,而subject上是没有,这就是没有align上 可见下图中粉色部分,粉色区域就是align上的部分 与align相对应的ra
阅读全文
posted @ 2020-03-14 16:05
YUANya
阅读(293)
推荐(0)
摘要:
KEGG数据库简介 KEGG,(Kyoto Encyclopedia of Genes and Genomes,京都基因与基因组百科全书)。是一个整合了基因组、化学和系统功能信息的数据库,旨在揭示生命现象的遗传与化学蓝图。它是由人工创建的一个知识库,是基于使用一种可计算的形式捕捉和组织实验得到的知识
阅读全文
posted @ 2020-03-13 13:35
YUANya
阅读(1110)
推荐(0)
摘要:
InterProScan是一个蛋白质功能数据库,输入蛋白质结构和位点可以预测蛋白质功能。 interproscan回答的问题是:I have a new protein sequence, and I don’t know anything about it. Is there some known
阅读全文
posted @ 2020-03-13 09:50
YUANya
阅读(5053)
推荐(0)
摘要:
Functional annotation is defined as the process of collecting information about and describing a gene's biological identity—its various aliases, molec
阅读全文
posted @ 2020-03-12 10:22
YUANya
阅读(401)
推荐(0)
摘要:
Predicts gene structure using similar protein sequences. GeneWise is heavily used by the Ensembl annotation system. It was developed from a principled
阅读全文
posted @ 2020-03-09 17:51
YUANya
阅读(285)
推荐(0)
摘要:
cat all-opsin.pep|head -7|tail -6|wc 6 6 368
阅读全文
posted @ 2020-03-08 17:17
YUANya
阅读(122)
推荐(0)