{% extends 'base.html' %} {% load static %} {% block title %} EXPath Tool 2.0{% endblock %} {% block content %}

Upload Files for {{ project.name }}

Please confirm the followings before you upload files:

  • The annotation and expression files are required. (Filename Extension: .txt, .tsv, .tab).
  • The column name only uses numbers, letters, and underscores(_).
  • The sequence ID should be the same in each file.
  • The maximum file size is 100 MB.

{% csrf_token %}

Example: Example_dataset_expression.txt
📥 Download







If you want to use DESeq2/EdgeR for differential expression analysis, please upload the raw (integer) count table here.


Example: Example_dataset_pathway.txt
📥 Download



File format:


Example: Example_dataset_GO.txt
📥 Download







Example: Example_dataset_additional_gene_description.txt
📥 Download


📥 Example Format Download


Example: Example_dataset_fasta.fasta
📥 Download



📥 Example Format Download

Example: Example_GID_TID_mapping.txt
📥 Download
* Must be a Tab-delimited text file (.txt/.tsv). The 1st column is GID, and the 2nd column is TID.
* Do NOT include column names (headers). The first row must be data.
* Supported formats: One GID to multiple TIDs across separate rows, or multiple TIDs separated by semicolons (e.g., TID1;TID2).
{% endblock %}