Skip to content

Commit

Permalink
add note pca protein integration
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Sep 11, 2024
1 parent b3edb2e commit f9e0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_preprocess_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Whether applying scaling or not is still a matter of debate, as stated in the [L
Specify if you want to save the prot normalised assay additionally as a txt file.

- <span class="parameter">pca</span> `Boolean`, Default: False<br>
Specify if you want to run PCA on the normalised protein data. This might be useful, when you have more than 50 features in your protein assay.
Specify if you want to run PCA on the normalised protein data. This might be useful, when you have more than 50 features in your protein assay. Further, this dimensionality reduction can be used in the integration workflow.

- <span class="parameter">n_pcs</span> `Integer`, Default: 50<br>
Number of principal components to compute. Specify at least n_pcs <= number of features -1.
Expand Down

0 comments on commit f9e0682

Please sign in to comment.