4.8 实战八 | Smart-seq2 | 人胰腺细胞
刘小泽写于2020.7.20
1 前言
数据准备
library(scRNAseq)
sce.seger <- SegerstolpePancreasData()
sce.seger
# class: SingleCellExperiment
# dim: 26179 3514
# metadata(0):
# assays(1): counts
# rownames(26179): SGIP1 AZIN2 ... BIVM-ERCC5 eGFP
# rowData names(2): symbol refseq
# colnames(3514): HP1502401_N13 HP1502401_D14 ...
# HP1526901T2D_O11 HP1526901T2D_A8
# colData names(8): Source Name individual ... age
# body mass index
# reducedDimNames(0):
# altExpNames(1): ERCC
ID转换
编辑样本信息
2 质控


3 归一化
4 找表达量高变化基因

5 降维聚类
降维
聚类
检查聚类分群与批次


6 补充矫正批次效应
利用fastMNN矫正
降维聚类

最后更新于