powered by
PCA analysis for scRNA sequencing data
scRNAtools_pca(example1, types)
scRNA sequencing data with header.
Cell types in the example data.
# NOT RUN { data(example1) data(types) pdf(file=file.path(tempdir(), "PCA_result-R.pdf"))##Save the figures of PCA results. scRNAtools_pca(example1,types) dev.off() # }
Run the code above in your browser using DataLab