We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Input data matrix of gene expression data for each sample.
Data should be log-normalized TPM or FPKM values
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)