-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
## `bean create-screen`: Create ReporterScreen object from flat files | ||
# `bean create-screen`: Create ReporterScreen object from flat files | ||
```bash | ||
bean create-screen gRNA_library.csv sample_list.csv gRNA_counts_table.csv | ||
``` | ||
### Input | ||
* [gRNA_library.csv](#1-gRNA_librarycsv) | ||
* [sample_list.csv](#2-sample_listcsv) | ||
## Input | ||
* gRNA_library.csv | ||
* sample_list.csv | ||
* gRNA_counts_table.csv: Table with gRNA ID in the first column and sample IDs as the column names (first row) | ||
|
||
### Full Parameters | ||
* `-e`, `--edits` (default: `None`): Path to edit counts .csv table, with index at first column and column names at the first row. | ||
* `-o`, `--output-prefix` (default: `None`): Output file prefix (output will be saved as `output_prefix.h5ad`). If not provided, `gRNA_counts_table_csv` file prefix is used. | ||
`gRNA_library.csv` and `sample_list.csv` should be formatted as :ref:`input`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ Subcommands | |
qc | ||
filter | ||
run | ||
create_screen |