摘要: 转自:https://scrnaseq-course.cog.sanger.ac.uk/website/seurat-chapter.html#finding-differentially-expressed-genes-cluster-biomarkers https://satijalab.or 阅读全文
posted @ 2022-01-07 11:24 lypbendlf 阅读(4942) 评论(0) 推荐(0)
摘要: 1.针对一维 append: 列表添加一个元素(直接嵌套一个list) l1 = [2, 3, 4] l2 = [7, 8, 9] l1.append(l2) l1 [2, 3, 4, [7, 8, 9]] extend:两个列表合并: l1 = [2, 3, 4] l2 = [7, 8, 9] l 阅读全文
posted @ 2022-01-07 03:27 lypbendlf 阅读(203) 评论(0) 推荐(0)