Output descriptions
“Here’s the output directory structure: each line represents a file or folder, indicated by “├──”, and the numbers indicate three important output files.
./
├── outs
│ ├── filtered_feature_bc_matrix 1
│ │ ├── barcodes.tsv.gz
│ │ ├── features.tsv.gz
│ │ └── matrix.mtx.gz
│ ├── filtered_peaks_bc_matrix 2
│ │ ├── barcodes.tsv.gz
│ │ ├── features.tsv.gz
│ │ └── matrix.mtx.gz
│ ├── raw_feature_bc_matrix 3
│ │ ├── barcodes.tsv.gz
│ │ ├── features.tsv.gz
│ │ └── matrix.mtx.gz
│ ├── raw_peaks_bc_matrix 4
│ │ ├── barcodes.tsv.gz
│ │ ├── features.tsv.gz
│ │ └── matrix.mtx.gz
│ ├── demo_A_fragments.tsv.gz 5
│ ├── demo_A_fragments.tsv.gz.tbi 6
│ ├── demo_A_mem_pe_Sort.bam 7
│ ├── demo_A_peaks.bed 8
│ ├── demo_E_SortedByName.bam 9
│ ├── demo.rds 10
│ ├── demo_report.html 11
│ └── demo_summary.csv 12
└── analysis
Transcriptome cell sparse matrix
ATAC cell sparse matrix
Transcriptome raw sparse matrix
ATAC raw sparse matrix
ATAC per fragment information file
Fragments file index
The bam file of ATAC libiary
ATAC peaks
The bam file of RNA libiary
Matrix in rds format
Final report in html
Quality control information in csv