Skip to content

Gene Expression Matrix

mattjones315 edited this page Aug 18, 2017 · 1 revision

Input data matrix of gene expression data for each sample.

Data should be log-normalized TPM or FPKM values

  • If the data hasn't been normalized, FastProject will detect this and automatically apply log(x+1)

Text, Tab-delimited matrix with row and column labels Rows are genes, columns are samples (cells)

First row in the file is a tab-separated list of sample labels Then, each following row has the format:

<Gene Name> TAB <Expression Value 1> TAB <Expression Value 2> TAB … (etc)
Clone this wiki locally