Skip to content

Commit

Permalink
updated sample table so everything was lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharw committed Oct 27, 2023
1 parent 69a4f78 commit 1d10393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Once Priori is downloaded, the input data needs to be formatted for analysis. Ac
1. Gene symbols stored in a column labeled "features".
2. Separate columns of normalized gene expression values for each sample. Label each column with the sample name.

| features | Sample_1 | Sample_2 | ... | Sample_n |
| features | sample_1 | sample_2 | ... | sample_n |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| Gene_1 | # | # | ... | # |
| Gene_2 | # | # | ... | # |
| gene_1 | # | # | ... | # |
| gene_2 | # | # | ... | # |
| ... | ... | ... | ... | ... |
| Gene_n | # | # | ... | # |
| gene_n | # | # | ... | # |

# Usage
```
Expand Down

0 comments on commit 1d10393

Please sign in to comment.