-
Notifications
You must be signed in to change notification settings - Fork 25
Expression File
Purpose: This file contains the measurements of a study; in RNA-Seq, this would be the expression of your cells. The values are used throughout the study in many visualizations. Although the form of the expression data is ultimately up to the author of the study, we recommend some variant of log2(TPM +1). You will be able to indicate what format you are uploading in the upload wizard so that, when viewing expression, the axes are correctly labeled. We encourage you to also upload a raw matrix of measurements (like a count matrix), this can be done as a miscellaneous file in the wizard.
Format: This is a tab or comma delimited file with columns as cells, rows as genes. The first column should be gene names, the first row should be cell names. When defining names, please use alphanumeric characters; underscores are also valid. Please note, cell names and gene names should match other cell names or gene names in other study files
Example Expression Matrices File
Note: Required for study visualization.
# To check the format of your file use the script verify_portal_file.py
# Requires python 3.x
python verify_portal_file.py --expression-files expression_example.txt