Skip to content

Commit 2ff43a1

Browse files
committed
Update README.md
1 parent 5184091 commit 2ff43a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ quantgene [-h] [--x_label X_LABEL] [--y_label Y_LABEL] [--p_title P_TITLE] [--o_
2929
```
3030
required arguments:
3131
{scatter,convert} Mode of operation: scatter for scatter plot, convert for gene expression conversion
32-
file1 Path to the first gene.results file
33-
file2 Path to the second gene.results file (not required for convert mode)
32+
file1 Path to the first file, need to have column gene_id and FPKM for convert and TPM for scatter
33+
file2 Path to the second file (not required for convert mode), need to have column TPM for scatter
3434
out_dir Directory to save the output plot or converted files
3535
options:
3636
-h, --help show this help message and exit
@@ -41,7 +41,7 @@ options:
4141
--converted CONVERTED
4242
Name of the output file for convert mode
4343
--input_dir INPUT_DIR
44-
Directory containing input files for batch conversion
44+
Directory containing input files for batch conversion, files must be ending with _fpkm.csv and each file have column gene_id and FPKM
4545
```
4646
Example to use convert:
4747
```

0 commit comments

Comments
 (0)