Last modified 2025-06-16

Support

Query SDK fileType

Abbreviations Key
AIFIAllen Institute for ImmunologyQCquality control
FQfast queueTEA-seqtranscripts, epitopes, and chromatin accessibility sequencin
fRNAfixed RNATSStranscription start site
GSgating setscATAC-seqsmall cytoplasmic assays for transposase-accessible chromatin sequencing

At a Glance

This document lists and describes all available result file types in the HISE SDK and explains how to retrieve file metadata. Python users can generate a current list of available fileTypes by calling hp.get_result_files().

Retrieve File Metadata

Each result file has associated metadata fields. To obtain file information, use get_file_descriptors(), along with the fileType parameter and a filter, as in the following examples. The string values you pass in, however, are not always clear.

Pythonhp.get_file_descriptors({‘fileType’:[‘atac-assembly-archr-arrow’]}) 
RgetFileDescriptors(fileType=’atac-assembly-archr-arrow’)

Query Available fileTypes

The following table lists all the result files you can query for. 

Filetype

Description

Group

Account

atac-assembly-archr-arrowscATAC-seq .arrow file for use with the ArchR frameworkATAC-seqAll
atac-assembly-filtered-fragments-tsv-gzscATAC-seq fragments.tsv.gz file for use with other analysis frameworksATAC-seqAll
atac-assembly-read-counts-per-windows-h5scATAC-seq fragment counts per genomic 5kb windowATAC-seqAll
atac-assembly-read-counts-gene-bodies-h5scATAC-seq fragment counts per gene bodyATAC-seqAll
atac-assembly-read-counts-per-region-h5scATAC-seq fragment counts per TSS (+/-2kb)ATAC-seqAll
atac-archr-label-resultsATAC archer label resultsATAC-seqAll
cellranger-atac-possorted_genomeCellranger atac possorted genomeATAC-seqAll
OlinkOlink data matrix (cross-project)Olink proteomicsAll
frna-labled-h5Labeled H5 FilesFixed RNAAll
frna-qc-reportfRNA QC reportFixed RNAAll
Fixed RNA FQvalign="top" Fixed RNA fast queueFixed RNAAIFI Internal
Fixed RNA-seq manifestFixed RNA Seq Manigest fileFixed RNAAIFI Internal
scRNA seq FQ filescRNA-seq FQscRNA-seqAll
scRNA-seq manifestscRNA-seq ManifestscRNA-seqAll
scRNA cellhashing main QC reportscRNA-seq-CellHashing-Main-QC-reportscRNA-seqAll
Labeled scRNA-seq .h5 dataset“scRNA-seq-labeled”scRNA-seqAll
Cytometry - live logical transform csvFlowCytometry-decoration-report-csvCytometryAll
Flow QC report HTMLFlowCytometry-decoration-report-htmlCytometryAll
FlowCytometry-labeled-expr-csvCyanno - Labeled Expr CSVCytometryAll
FlowCytometry-prediction-reportPipeline result report fileCytometryAll
FlowCytometry-summary-frequency-statsCyanno - summary frequency stats csvCytometryAll
FlowCytometry-supervised-compCytometry - supervised gating compensationCytometryAll
FlowCytometry-supervised-gating-set-gsCytometry - Supervised Gating Set GSCytometryAll
FlowCytometry-supervised-gating-set-h5Cytometry - Supervised Gating Set H5CytometryAll
FlowCytometry-supervised-gating-set-pbCytometry - Supervised Gating Set PBCytometryAll
FlowCytometry-supervised-mfisCytometry - Supervised Gating MFICytometryAll
FlowCytometry-supervised-statsCytometry - Supervised Gating Population CountsCytometryAll
adt-batch-summary-reportPipeline result report fileTEA-seqAll
adt-tea-seq-well-reportTEA-seq adt well reportTEA-seqAll
tea-main-batch-summary-reportPipeline result report file TEA-seqAll
spatial-analysis-metric-viewSpatial analysis metrics viewSpatialAll
spatial-analysis-qx-reportPipeline result report fileSpatialAll

Related Resources

Use HISE SDK Methods

Use the HISE SDK to Create Visualizaitons (Tutorial)