Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected score_genes default in pipeline_ingestion_yml.md #225

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/yaml_docs/pipeline_ingestion_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ exclude: exclude these genes from the HVG selection, if they are deemed HV.
<span class="parameter">calc_proportions</span> `String` (comma-separated), Default: hb,mt,rp<br>
Specify what gene proportions you want to calculate for each cell (e.g. mt for mitochondrial).

<span class="parameter">score_genes</span> `String`, Default: MarkersNeutro<br>
Specify what genes should be scored.
<span class="parameter">score_genes</span> `String`, Default: (blank) <br>
Specify what genes should be scored.

Furthermore, there is the possibility to define a cell cycle action:

Expand Down Expand Up @@ -432,4 +432,4 @@ This can help to determine any inconsistencies in staining per channel and other
The maximum value will be set at the value of the 99.5% quantile, applied per feature.
Note that this feature is in the default muon `mu.pp.dsb` code, but manually implemented here.