Outputs
Time: 1 min
Words: 180 words
Updated: 2026-02-27
Reads: 0 times
The following is the output directory structure: Each line represents a file or folder, denoted by "├──", and numbers indicate important output files.
shell
./
├── Outs
│ ├── demo_report.html 1
│ ├── demo_summary.csv 2
│ ├── demo_aligned_DAPI.png 3
│ ├── demo_aligned_HE.png (optional) 4
│ ├── demo_aligned_HE_TIMG.png (optional) 5
│ ├── demo_filtered_feature_bc_matrix 6
│ │ ├── barcode.tsv.gz
│ │ ├── feature.tsv.gz
│ │ ├── matrix.tsv.gz
│ │ └── cell_location.tsv.gz 7
│ └── clustering
│ └── demo.rds 8
└── Analysis
├── scRNA-seq_Analysis
│ ├── step1
│ ├── step2
│ │ ├── featureCounts
│ │ │ └── demo_SortedByName.bam
│ │ └── STAR
│ │ │ ├── demo_Log.final.out
│ │ │ └── demo_SortedByCoordinate.bam
│ │ └── step3
│ │ ├── filtered_feature_bc_matrix
│ │ └── raw_feature_bc_matrix
├── Spatial_Positioning
│ ├── demo_valid_spatial_umis.csv.gz
│ ├── demo_spatial_umis_cleaned.csv.gz
│ └── Tissue_Detection
│ └── demo_bc_under_tissue.csv- HTML report of the sample.
- CSV format quality control information of the sample.
- DAPI stained image of the sample.
- High-definition H&E stained image of the sample (optional).
- Thumbnail H&E stained image of the sample (optional).
- Cell sparse matrix.
- Cell spatial coordinate file.
- Sample results in RDS format.
