File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ quantgene [-h] [--x_label X_LABEL] [--y_label Y_LABEL] [--p_title P_TITLE] [--o_
29
29
```
30
30
required arguments:
31
31
{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
34
34
out_dir Directory to save the output plot or converted files
35
35
options:
36
36
-h, --help show this help message and exit
@@ -41,7 +41,7 @@ options:
41
41
--converted CONVERTED
42
42
Name of the output file for convert mode
43
43
--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
45
45
```
46
46
Example to use convert:
47
47
```
You can’t perform that action at this time.
0 commit comments