Skip to content

Commit

Permalink
Merge pull request #33 from broadinstitute/sc_by_guide
Browse files Browse the repository at this point in the history
add single_cell_by_guide to normalize
  • Loading branch information
ErinWeisbart authored Jan 28, 2022
2 parents 5c5c239 + 5b256d9 commit a82c905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/docs/options_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ e.g.* median
Set to* true *or* false.
`force_overwrite:` *Do you want to overwrite any existing data?
Set to* true *or* false.
`output_single_cell_by_guide:` *Do you want to create an additional output of normalized single cell profiles saved on a per-guide basis?
Set to* true *or* false.
`method:` *String indicating how the dataframe will be normalized. e.g.* standardize
`levels:` *This step "normalizes" the features to exist on the same scale and range. The levels argument asks at which "profile" level is the normalization performed. e.g.*
- gene
Expand Down
1 change: 1 addition & 0 deletions config/options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ profile:
normalize:
perform: true
force_overwrite: true
output_single_cell_by_guide: true
method: standardize
levels:
- gene
Expand Down

0 comments on commit a82c905

Please sign in to comment.