Skip to content

Outputs

Author: SeekGene
Time: 1 min
Words: 180 words
Updated: 2026-02-27
Reads: 0 times
SeekSpace™ Tools

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
  1. HTML report of the sample.
  2. CSV format quality control information of the sample.
  3. DAPI stained image of the sample.
  4. High-definition H&E stained image of the sample (optional).
  5. Thumbnail H&E stained image of the sample (optional).
  6. Cell sparse matrix.
  7. Cell spatial coordinate file.
  8. Sample results in RDS format.
0 comments·0 replies