上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 34 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-05-09 13:52 nkwy2012 阅读(9) 评论(0) 推荐(0) 编辑
摘要: http://daler.github.io/pybedtools/ 用个下面这个 >>> fn = pybedtools.example_filename('test.fa') >>> BedTool.seq('chr1:2-10', fn) 'GATGAGTCT' >>> BedTool.seq 阅读全文
posted @ 2017-05-04 15:42 nkwy2012 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: https://www.biostars.org/p/198405/ Quick question is: I have some mapped reads in bam file which have good read quality, but they have sam flag 0x200 阅读全文
posted @ 2017-04-21 13:48 nkwy2012 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Chembl数据库是欧洲生物信息研究所(European Bioinformatics Institute,EBI)开发的一个在线的免费数据库,它通过从大量文献中收集各种靶点及化合物的生物活性数据,为药物化学家们提供了一个非常便利的查询靶点或化合物的生物活性数据的平台。目前,该数据库共收集了9414 阅读全文
posted @ 2017-04-21 10:52 nkwy2012 阅读(7292) 评论(0) 推荐(0) 编辑
摘要: evince [filename] linux下打开图片文件的命令 eog全称:eye of gmone,是linux下内置的图片查看器。 阅读全文
posted @ 2017-04-20 08:39 nkwy2012 阅读(7917) 评论(0) 推荐(1) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-04-01 11:04 nkwy2012 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Python中字符串自带的split方法一次只能使用一个字符对字符串进行分割,但是python的正则模块则可以实现多个字符分割 1 2 1 2 返回的是一个列表(list),输出结果如下: 阅读全文
posted @ 2017-03-29 16:00 nkwy2012 阅读(20162) 评论(0) 推荐(0) 编辑
摘要: 描述 Python isspace() 方法检测字符串是否只由空格组成。 语法 isspace()方法语法: 参数 无。 返回值 如果字符串中只包含空格,则返回 True,否则返回 False. 实例 以下实例展示了isspace()方法的实例: 以上实例输出结果如下: 阅读全文
posted @ 2017-03-29 14:09 nkwy2012 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 作者:Lingfeng Ai链接:https://www.zhihu.com/question/245****83/answer/924****71来源:知乎 这又是一个 Awesome XXX 系列的资源整理,由 vinta 发起和维护。内容包括:Web框架、网络爬虫、网络内容提取、模板引擎、数据 阅读全文
posted @ 2017-03-23 17:26 nkwy2012 阅读(1979) 评论(0) 推荐(0) 编辑
摘要: 英文文档: callable(object) Return True if the object argument appears callable, False if not. If this returns true, it is still possible that a call fails 阅读全文
posted @ 2017-03-22 10:03 nkwy2012 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 34 下一页