用 marker 基因来鉴定细胞类型
cth <- newCellTypeHierarchy()
: 创建cth
对象
cth <- addCellType(cth, "RPL35", classify_func = function(x) { x["RPL35",] >= 0 })
: 添加鉴定标准
monocle2_object_used <- classifyCells(monocle2_object_used, cth)
: 进行细胞类型鉴定
https://cole-trapnell-lab.github.io/monocle-release/docs/#installing-monocle
查看以上三个函数的帮助文件,可理解更多相关内容