1 Introduction

scATAC-pro generates results in plain texts, tables and .rds objects. This tutorial shows how some modules can be re-run using different options or parameters. We will use 10x PBMC 10x data as in the manuscript, except for the integrate module, where data from another study was used for illustration purpose. Download pbmc10x_scATACpro_output data to reproduce this tutorial.

2 Reanalyze data alternatively

2.1 Clustering

2.1.2 Reclustering using different methods

You can recluster the data by different methods, such as kmeans ( generalCluster function), cisTopic (run_cisTopic), scABC (run_scABC), SCRAT (run_scrat) and chromVAR (run_chromVAR).

2.1.2.6 scABC

This method is also pretty slow.

2.1.2.7 LSI

This is the original LSI method (the first PC was discarded), and you can specify different number of PCs and filter peaks

2.3 Differential accessible analysis

Update soon…

2.4 GO analysis

Update soon…

2.5 Integration analysis

Update soon…