There are two methods for uploading your scRNA-seq data:
Condition
..CSV
file. Counts can either be a .CSV
file or a .TXT
file; if it is a .TXT
file, the delimitor
argument should be specified.Condition
.Additionally, for comparison analysis, a Differentially Expressed Genes (DEG) .CSV
file is needed. If multiple samples are detected and a DEG file is not provided, FlyPhone will generate its own DEG object to use for comparison analysis. Any user-uploaded file will override this. The required columns are listed below:
Gene
- Gene nameavg_log2FC
- Log 2 Fold Change valuecell_type
- The cell type associated with a given geneThese variables are required, regardless of the data uploaded:
Version 1
- Utilizes FlyPhone V1's versionVersion 2 All
- Utilizes FlyPhoneDB2's versionVersion 2 High
- Filters the L-R pairs to include those with a "High" rankVersion 2 High/Moderate
- Filters the L-R pairs to include those with either a "High" or "Moderate" rankThese variables are required if there are multiple samples present:
Condition
column in your metadata.Condition
column in your metadata.The remaining arguments are optional and have default values:
#1: Example of a Counts & Metadata file pair upload. Since the counts is a text file separated by spaces, the appropriate delimitor option is also selected. No DEG file was provided for this multi-sample analysis.
#2: Example uploading of a Seurat Object. A DEG file has also been uploaded, which FlyPhoneDB2 will use instead of generating a DEG object.
Example status page after a FlyPhoneDB2 submission has successfully been uploaded and started.
Example status page after a FlyPhoneDB2 run has finished.