HTSeq-count后产生多个gene表达的count文件,需要合并一下
实际代码
!/usr/bin/python3
def combine_count(count_list): ##定义一个合并的函数
mydict={
} #创建字典
for file in count_list: #读取count_list里面的每一个文件
HTSeq-count后产生多个gene表达的count文件,需要合并一下
实际代码
!/usr/bin/python3
def combine_count(count_list): ##定义一个合并的函数
mydict={
} #创建字典
for file in count_list: #读取count_list里面的每一个文件
2156
2万+

被折叠的 条评论
为什么被折叠?