-
Notifications
You must be signed in to change notification settings - Fork 10
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
Preprocess pipeline yaml documentation #200
Conversation
|
||
- <span class="parameter">n_cells_by_counts</span> `Integer`<br> | ||
|
||
### Protein-specific filtering (prot) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we still list the entire structure (obs: min / max, var: min / max) here, although there are no specific parameters in the respective sections?
- <span class="parameter">color_by</span> `String`, Default: sample_id<br> | ||
Specify the covariate you want to use to color the dimensionality reduction plot. | ||
|
||
- <span class="parameter">dim_remove</span> `TODO`<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure in what format the dim_remove
parameter should be provided. As a boolean? Or an integer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's an integer, it should be the component associated with tech noise (the first normally)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add the .md to the index so it's rendered in the documentation and i can check how the filtering dictionary is rendered (and answer your comment)?
thanks!
@@ -328,8 +329,8 @@ Whether applying scaling or not is still a matter of debate, as stated in the [L | |||
Parameter for CLR normalisation. | |||
The CLR margin determines whether you normalise per cell (as you would normalise RNA data), or by feature (recommended, due to the variable nature of protein assays). | |||
Hence, CLR margin 0 is recommended for informative qc plots in this pipeline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
margin =1 is recommended
This PR introduces a separate documentation file for all the preprocess
pipeline.yml
parameters. Additionally, I removed all the parameter explanations from thepipeline.yml
itself to make the file easier to read.Once this PR is merged, meaning we have settled on the final format of the file, I'll also adjust the prefilled file for the preprocessing tutorial to match the structure here.
There were a few things I wasn't entirely sure about, and I'll mention those in separate comments below.