Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Sep 20, 2024
1 parent 606e136 commit 769955d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Run `python test_client.py` to run GEX and DNAm prediction on test datasets.
Run `pytest`.

## Preprocessing GEX data
To prepare gene expression for prediction using ALLIUM, you will need a CSV file with raw gene transcript counts. The gene identifiers should be HGNC gene symbols.
To prepare gene expression for prediction using ALLIUM, you will need a CSV file with raw gene transcript counts. The leftmost column should be HGNC gene symbols or Ensembl identifiers.

| | Sample_1 | Sample_2 | ... |
| --------| -------- | -------- | --- |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- numpy==1.19.5
- pandas>=1.1.5
- requests
- gene-thesaurus
- gene-thesaurus>=2.2.0

0 comments on commit 769955d

Please sign in to comment.