You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,15 @@ If you want to use a specified list of valid cell barcodes, you can provide the
97
97
98
98
To reduce runtime, you may enable the `--skip_umap_tsne` option to bypass dimensionality reduction and visualization steps.
99
99
100
-
**7- Debug-level message**
100
+
**7- Export the summary metrics**
101
+
102
+
To export the summary metrics, specify the directory where the summary table should be saved as a CSV file.
103
+
104
+
**8- Debug-level message**
101
105
102
106
To get debug-level messages and more intermediate computation in cell calling step, you can specify `--verbose`
103
107
104
-
**8- Re-run QCatch on modified h5ad file**
108
+
**9- Re-run QCatch on modified h5ad file**
105
109
If you re-run QCatch analysis on a modified `.h5ad` file (i.e., an `.h5ad` file with additional columns added for cell calling results), the existing cell calling-related columns will be removed and then replaced with new results. The new cell calling can be generated either through QCatch's internal method or based on a user-specified list of valid cell barcodes.
106
110
107
111
**Example directory structures:**
@@ -148,6 +152,7 @@ For more advanced options and usage details, see the sections below.
148
152
|`--valid_cell_list`|`-l`|`str` (Optional) |File provides a user-specified list of valid cell barcode. The file must be a TSV containing one column with cell barcodes without a header row. If provided, qcatch will skip the internal cell calling steps and and use the supplied list instead|
149
153
|`--n_partitions`|`-n`|`int` (Optional) | Number of partitions (max number of barcodes to consider forambient estimation). Skip this step if you already specified `--chemistry`. Only use `--n_partitions` when your experiment uses a custom chemistry not listedin the predefined chemistry options.|
150
154
|`--skip_umap_tsne`|`-u`|`flag` (Optional) | If provided, skips generation of UMAP and t-SNE plots. |
155
+
|`--summary_table_file`|`-t`|`Path` (Optional) | Path to a directory where the summary metrics will be saved as a CSV file. |
151
156
|`--verbose`|`-b`|`flag` (Optional) | Enable verbose logging with debug-level messages. |
152
157
|`--version`|`-v`|`flag` (Optional) | Display the installed version of qcatch. |
0 commit comments