# HG changeset patch # User iuc # Date 1761426039 0 # Node ID f86862ab76fb380bb4a2ae79d47a218d271cf03f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/muon commit fef10e0d450018d1e6ba4cbbda76c7686edc8aae diff -r 000000000000 -r f86862ab76fb macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sat Oct 25 21:00:39 2025 +0000 @@ -0,0 +1,264 @@ + + 0.1.7 + 0 + 23.0 + + + muon + leidenalg + louvain + mofapy2 + + + + + muon + + + + + + + + + + 10.1186/s13059-021-02577-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '$hidden_output' && +python '$script_file' >> '$hidden_output' && +touch 'mudata_info.txt' && +cat 'mudata_info.txt' @CMD_prettify_stdout@ + ]]> + + + + + + + + +
+ +
+
+ + + advanced_common['show_log'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff -r 000000000000 -r f86862ab76fb preprocess_muon.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/preprocess_muon.xml Sat Oct 25 21:00:39 2025 +0000 @@ -0,0 +1,322 @@ + + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + +
+
+ `__ + +Filter: Filter variables (features) ('muon.pp.filter_var') +========================================================== + + Filter variables (features, e.g. genes) in-place using any column in .var or row in .X. + + More details on the `muon documentation + `__ + +Subset: Subset observations (samples or cells) in-place taking observations present only in all modalities ('muon.pp.intersect_obs') +==================================================================================================================================== + + Subset observations (samples or cells) in-place taking observations present only in all modalities. + + More details on the `muon documentation + `__ + +Normalize: Normalize observations to unit L2 norm ('muon.pp.l2norm') +==================================================================== + + Normalize observations to unit L2 norm. + + More details on the `muon documentation + `__ + +Search: Multimodal nearest neighbor search ('muon.pp.neighbors') +================================================================ + + Multimodal nearest neighbor search by implementing the multimodal nearest neighbor method of Hao et al. and Swanson et al. + The neighbor search efficiency on this heavily relies on UMAP. In particular, you may want to decrease + n_multineighbors for large data set to avoid excessive peak memory use. To achieve results as close as possible + to the Seurat implementation, observations must be normalized to unit L2 norm prior to running per-modality + nearest-neighbor search. + + More details on the `muon documentation + `__ + + ]]> + +
\ No newline at end of file