_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-musclesynergies 1.2.5
Propagated dependencies: r-umap@0.2.10.0 r-signal@1.8-1 r-reshape2@1.4.4 r-proxy@0.4-27 r-plyr@1.8.9 r-gridextra@2.3 r-ggplot2@3.5.1 r-fnn@1.1.4.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/alesantuz/musclesyneRgies
Licenses: Expat
Synopsis: Extract Muscle Synergies from Electromyography
Description:

This package provides a framework to factorise electromyography (EMG) data. Tools are provided for raw data pre-processing, non negative matrix factorisation, classification of factorised data and plotting of obtained outcomes. In particular, reading from ASCII files is supported, along with wide-used filtering approaches to process EMG data. All steps include one or more sensible defaults that aim at simplifying the workflow. Yet, all functions are largely tunable at need. Example data sets are included.

r-multispatialccm 1.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multispatialCCM
Licenses: GPL 2+
Synopsis: Multispatial Convergent Cross Mapping
Description:

The multispatial convergent cross mapping algorithm can be used as a test for causal associations between pairs of processes represented by time series. This is a combination of convergent cross mapping (CCM), described in Sugihara et al., 2012, Science, 338, 496-500, and dew-drop regression, described in Hsieh et al., 2008, American Naturalist, 171, 71รข 80. The algorithm allows CCM to be implemented on data that are not from a single long time series. Instead, data can come from many short time series, which are stitched together using bootstrapping.

r-multinttestfunc 0.3.0
Propagated dependencies: r-pracma@2.4.4 r-mvtnorm@1.3-2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/KlausHerrmann/multIntTestFunc
Licenses: Expat
Synopsis: Provides Test Functions for Multivariate Integration
Description:

This package provides implementations of functions that can be used to test multivariate integration routines. The package covers six different integration domains (unit hypercube, unit ball, unit sphere, standard simplex, non-negative real numbers and R^n). For each domain several functions with different properties (smooth, non-differentiable, ...) are available. The functions are available in all dimensions n >= 1. For each function the exact value of the integral is known and implemented to allow testing the accuracy of multivariate integration routines. Details on the available test functions can be found at on the development website.

r-multiplestressr 0.1.1
Propagated dependencies: r-viridis@0.6.5 r-patchwork@1.3.0 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://benjburgess.github.io/multiplestressR/
Licenses: GPL 3+
Synopsis: Additive and Multiplicative Null Models for Multiple Stressor Data
Description:

An implementation of the additive (Gurevitch et al., 2000 <doi:10.1086/303337>) and multiplicative (Lajeunesse, 2011 <doi:10.1890/11-0423.1>) factorial null models for multiple stressor data (Burgess et al., 2021 <doi:10.1101/2021.07.21.453207>). Effect sizes are able to be calculated for either null model, and subsequently classified into one of four different interaction classifications (e.g., antagonistic or synergistic interactions). Analyses can be conducted on data for single experiments through to large meta-analytical datasets. Minimal input (or statistical knowledge) is required, with any output easily understood. Summary figures are also able to be easily generated.

r-multihiccompare 1.24.0
Propagated dependencies: r-qqman@0.1.9 r-pheatmap@1.0.12 r-pbapply@1.7-2 r-hiccompare@1.28.0 r-genomicranges@1.58.0 r-genomeinfodbdata@1.2.13 r-genomeinfodb@1.42.0 r-edger@4.4.0 r-dplyr@1.1.4 r-data-table@1.16.2 r-biocparallel@1.40.0 r-aggregation@1.0.1
Channel: guix-bioc
Location: guix-bioc/packages/m.scm (guix-bioc packages m)
Home page: https://github.com/dozmorovlab/multiHiCcompare
Licenses: Expat
Synopsis: Normalize and detect differences between Hi-C datasets when replicates of each experimental condition are available
Description:

multiHiCcompare provides functions for joint normalization and difference detection in multiple Hi-C datasets. This extension of the original HiCcompare package now allows for Hi-C experiments with more than 2 groups and multiple samples per group. multiHiCcompare operates on processed Hi-C data in the form of sparse upper triangular matrices. It accepts four column (chromosome, region1, region2, IF) tab-separated text files storing chromatin interaction matrices. multiHiCcompare provides cyclic loess and fast loess (fastlo) methods adapted to jointly normalizing Hi-C data. Additionally, it provides a general linear model (GLM) framework adapting the edgeR package to detect differences in Hi-C data in a distance dependent manner.

r-multiclasspairs 0.4.3
Propagated dependencies: r-rdist@0.0.5 r-ranger@0.17.0 r-e1071@1.7-16 r-dunn-test@1.3.6 r-caret@6.0-94 r-boruta@8.0.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/NourMarzouka/multiclassPairs
Licenses: GPL 2+
Synopsis: Build MultiClass Pair-Based Classifiers using TSPs or RF
Description:

This package provides a toolbox to train a single sample classifier that uses in-sample feature relationships. The relationships are represented as feature1 < feature2 (e.g. gene1 < gene2). We provide two options to go with. First is based on switchBox package which uses Top-score pairs algorithm. Second is a novel implementation based on random forest algorithm. For simple problems we recommend to use one-vs-rest using TSP option due to its simplicity and for being easy to interpret. For complex problems RF performs better. Both lines filter the features first then combine the filtered features to make the list of all the possible rules (i.e. rule1: feature1 < feature2, rule2: feature1 < feature3, etc...). Then the list of rules will be filtered and the most important and informative rules will be kept. The informative rules will be assembled in an one-vs-rest model or in an RF model. We provide a detailed description with each function in this package to explain the filtration and training methodology in each line. Reference: Marzouka & Eriksson (2021) <doi:10.1093/bioinformatics/btab088>.

r-multipleoutcomes 0.4
Propagated dependencies: r-survival@3.7-0 r-stringr@1.5.1 r-numderiv@2016.8-1.1 r-momentfit@0.5 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multipleOutcomes
Licenses: Expat
Synopsis: Asymptotic Covariance Matrix of Regression Models for Multiple Outcomes
Description:

Regression models can be fitted for multiple outcomes simultaneously. This package computes estimates of parameters across fitted models and returns the matrix of asymptotic covariance. Various applications of this package, including CUPED (Controlled Experiments Utilizing Pre-Experiment Data), multiple comparison adjustment, are illustrated.

r-multipanelfigure 2.1.6
Propagated dependencies: r-stringi@1.8.4 r-magrittr@2.0.3 r-magick@2.8.5 r-gtable@0.3.6 r-gridgraphics@0.5-1 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multipanelfigure
Licenses: GPL 3+
Synopsis: Infrastructure to Assemble Multi-Panel Figures (from Grobs)
Description:

This package provides tools to create a layout for figures made of multiple panels, and to fill the panels with base, lattice', ggplot2 and ComplexHeatmap plots, grobs, as well as content from all image formats supported by ImageMagick (accessed through magick').

mutation-simulator 2.0.3-1.9cb6bd2
Dependencies: bash-minimal@5.1.16 python@3.10.7 python-blist@1.3.6 python-pyfaidx@0.7.2.1 python-numpy@1.24.4 python-tqdm@4.67.1
Channel: gn-bioinformatics
Location: gn/packages/bioinformatics.scm (gn packages bioinformatics)
Home page: https://github.com/mkpython3/mutation-simulator
Licenses: GPL 3+
Synopsis: Simulate mutations on given fasta files
Description:

Mutation-Simulator is a Python tool for simulating SNPs and SVs in any reference genome with cohesive documentation about implemented mutations. With Mutation-Simulator, the new file format RMT is introduced, which gives more simulation power to the user by creating an interface for more natural simulations within specific genomes. Mutation-Simulator provides 3 different modes to simulate SNPs, insertions, deletions, tandem duplications, inversions, translocations and interchromosomal translocations from the commandline or with highly configureable RMT files.

emacs-mustang-theme 20170719.946
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/mswift42/mustang-theme
Licenses:
Synopsis: port of vim's mustang theme
Description:

Documentation at https://melpa.org/#/mustang-theme

emacs-mustache-mode 20141024.1432
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: A major mode for editing Mustache files.
Description:

Documentation at https://melpa.org/#/mustache-mode

emacs-mustard-theme 20170808.1319
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacsfodder/tmtheme-to-deftheme
Licenses:
Synopsis: an Emacs 24 theme based on Mustard (tmTheme)
Description:

Documentation at https://melpa.org/#/mustard-theme

emacs-mu4e-overview 20250406.1225
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mkcms/mu4e-overview
Licenses:
Synopsis: Show overview of maildir
Description:

Documentation at https://melpa.org/#/mu4e-overview

emacs-mark-multiple 20121118.1554
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Sorta lets you mark several regions at once.
Description:

Documentation at https://melpa.org/#/mark-multiple

emacs-netease-music 20210411.603
Propagated dependencies: emacs-names@20221227.1825
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nicehiro/netease-music
Licenses:
Synopsis: listen netease music
Description:

Documentation at https://melpa.org/#/netease-music

emacs-multi-compile 20211113.2119
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ReanGD/emacs-multi-compile
Licenses:
Synopsis: Multi target interface to compile.
Description:

Documentation at https://melpa.org/#/multi-compile

emacs-multi-project 20240115.1635
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ellisvelo/multi-project.git
Licenses:
Synopsis: Find files, compile, and search in multiple projects
Description:

Documentation at https://melpa.org/#/multi-project

emacs-compile-multi 20250101.2156
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mohkale/compile-multi
Licenses:
Synopsis: A multi target interface to compile
Description:

Documentation at https://melpa.org/#/compile-multi

r-multiactionbutton 1.0.0
Propagated dependencies: r-shiny@1.8.1 r-htmltools@0.5.8.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/stla/multiActionButton
Licenses: GPL 3
Synopsis: Multi Action Button for 'Shiny' Applications
Description:

This package provides a multi action button for usage in shiny applications.

r-multiassetoptions 0.1-2
Propagated dependencies: r-matrix@1.7-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multiAssetOptions
Licenses: GPL 2 GPL 3
Synopsis: Finite Difference Method for Multi-Asset Option Valuation
Description:

Efficient finite difference method for valuing European and American multi-asset options.

r-multiglarmavarsel 1.0
Propagated dependencies: r-matrix@1.7-1 r-glmnet@4.1-8 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MultiGlarmaVarSel
Licenses: GPL 2
Synopsis: Variable Selection in Sparse Multivariate GLARMA Models
Description:

This package performs variable selection in high-dimensional sparse GLARMA models. For further details we refer the reader to the paper Gomtsyan et al. (2022), <arXiv:2208.14721>.

mullvad-vpn-desktop 2025.3
Dependencies: iputils@20221126 libnotify@0.8.3
Channel: small-guix
Location: small-guix/packages/mullvad.scm (small-guix packages mullvad)
Home page: https://mullvad.net
Licenses: GPL 3
Synopsis: The Mullvad VPN client app for desktop
Description:

This is the VPN client software for the Mullvad VPN service. For more information about the service, please visit Mullvad's website, mullvad.net (Also accessible via Tor on this onion service).

emacs-evil-multiedit 20211121.1650
Propagated dependencies: emacs-evil@20250318.1816 emacs-iedit@20220216.717
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/hlissner/evil-multiedit
Licenses:
Synopsis: multiple cursors for evil-mode
Description:

Documentation at https://melpa.org/#/evil-multiedit

emacs-smtpmail-multi 20160218.2349
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/vapniks/smtpmail-multi
Licenses:
Synopsis: Use different smtp servers for sending mail
Description:

Documentation at https://melpa.org/#/smtpmail-multi

Total results: 291