Replies: 1 comment
-
Hi @akhst7 This is very interesting; thanks for sharing your pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to create the pipeline to analyze 10x multiome data (PBMC from a Healthy Donor - Granulocytes Removed Through Cell Sorting (3k)) which contains both GEX and ATAC sequencing results from single nuclei. I have a following working pipeline and I'd appreciate any comments and suggestions.
I also run CellRanger ARC (v2.0.2) as follows in my institutional HPC for comparison;
I am comparing outputs by CellRanger-ARC to those by StarSolo (STAR version=2.7.10b_alpha_23-06-09).
For GEX, there is a good agreement in CB counts between CellRanger ARC and STAR Solo.
First thing first is to find corresponding line numbers of GEX bardoes from a barcode.tsv to the ARC GEX barcode whitelist (737K-arc-v1.gex.txt).
#Barcode matching between GEX and ATAC
To get line numbers
To get cell barcodes based off the line number
Seurat and Signac were used for further analyses and visualization. Prior to this step, doublets and lower expression cells were removed by scDBlFinder and scttule. Following shows UMAP of single GEX and ATAC assays as well as an integrated GEX and ATAC assays. Results from Cell Ranger outputs are also shown as a comparison.
Solo;
Cell Ranger;
Beta Was this translation helpful? Give feedback.
All reactions