Skip to content

Commit

Permalink
Add note about count file length
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Apr 10, 2024
1 parent cfce831 commit d5f18e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ sample2,condition1,sample2_counts.txt
sample3,condition2,sample3_counts.txt
```

In this case, the count files should look like this:
```
10
20
30
```
The number of rows in each count file needs to match the number of rows in the gene list file.

#### Batch effect correction

Optionally, you can specify a column `batch` in the design matrix to correct for batch effects. The batch effect correction is performed using DESeq2. This is possible for both the single count matrix and the gene list with multiple count files.
Expand Down

0 comments on commit d5f18e5

Please sign in to comment.