Skip to content

Commit 11548d2

Browse files
authored
Update README.md
1 parent a00a4e1 commit 11548d2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,10 @@ Make sure the following packages are installed:
4545
- Use **raw counts** (e.g., from RNA-seq) → script uses `kcdf="Poisson"`
4646
- For **log-transformed data** (e.g., log2(TPM+1)), you must modify the script to use `kcdf="Gaussian"`
4747

48-
Example (`input.csv`):
49-
```csv
50-
,SAMPLE_A,SAMPLE_B,SAMPLE_C
51-
TP53,120,98,105
52-
CD3D,450,512,488
53-
FOXP3,320,290,310
54-
...
5548

56-
## Usage
5749

50+
## Usage
51+
Example (`input.csv`):
5852
```bash
5953
Rscript script.R -i input_file.csv -o output_file.csv
60-
54+
```

0 commit comments

Comments
 (0)