PS- If you have single-cell RNASeq data, I would recommend using some single-cell specific packages such as seurat in R or ScanPy in python to do your analysis. They include everything from data-processing, clustering and generating plots such as these within them. It will make your life...
# Where 'data_to_be_imported' can either be a Seurat object or an SCESet.# 将其他格式的数据导入为CellDataSet对象importCDS(data_to_be_imported)# We can set the parameter 'import_all' to TRUE if we'd like to import all the slots from our Seurat object or SCESet. (Default is FALSE ...