Fork me on GitHub

01 2021 档案

摘要:pandas data structure Series: one-dimension array, similar to python list, but only can storage same type of data. Time-Series: index as time series. 阅读全文
posted @ 2021-01-10 14:06 ~Anti 阅读(95) 评论(0) 推荐(0)
摘要:因为毕设需要用到BLASTN做本地序列比对,参考https://www.jianshu.com/p/de28be1a3bea博客所写的教程和本人的使用经历,写这篇博客 BLAST下载与安装 从NCBI的网站上下载需要的软件也就是BLAST的Linux系统版本的最新版本 Download: https 阅读全文
posted @ 2021-01-06 15:21 ~Anti 阅读(701) 评论(0) 推荐(0)
摘要:--《美帝国的崩溃:过去、现在和未来》 美国人不会从整体来思考问题 美国人不会辩证地思考问题 美国人不会考虑公平的问题 帝国的崩溃 帝国的定义: 跨国界性、文化合法化、中心-边缘处于不平等交换状态的结构。 从经济上说:是剥削与被剥削的关系,造成苦难; 从军事上说:是杀戮者与被杀戮者的关系,造成死亡; 阅读全文
posted @ 2021-01-05 17:36 ~Anti 阅读(226) 评论(0) 推荐(0)
摘要:NAME samtools – Utilities for the Sequence Alignment/Map (SAM) format SYNOPSIS samtools view -bt ref_list.txt -o aln.bam aln.sam.gz samtools sort -T / 阅读全文
posted @ 2021-01-03 17:35 ~Anti 阅读(979) 评论(0) 推荐(0)