:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-imputelcmd' .. highlight: bash r-imputelcmd ============ .. conda:recipe:: r-imputelcmd :replaces_section_title: :noindex: The package contains a collection of functions for left\-censored missing data imputation. Left\-censoring is a special case of missing not at random \(MNAR\) mechanism that generates non\-responses in proteomics experiments. The package also contains functions to artificially generate peptide\/protein expression data \(log\-transformed\) as random draws from a multivariate Gaussian distribution as well as a function to generate missing data \(both randomly and non\-randomly\). For comparison reasons\, the package also contains several wrapper functions for the imputation of non\-responses that are missing at random. \* New functionality has been added\: a hybrid method that allows the imputation of missing values in a more complex scenario where the missing data are both MAR and MNAR. :homepage: https://CRAN.R-project.org/package=imputeLCMD :license: GPL3 / GPL-2.0-or-later :recipe: /`r-imputelcmd `_/`meta.yaml `_ .. conda:package:: r-imputelcmd |downloads_r-imputelcmd| |docker_r-imputelcmd| :versions: .. raw:: html
2.1-22.1-12.1-02.0-62.0-52.0-42.0-32.0-22.0-1 ``2.1-2``,  ``2.1-1``,  ``2.1-0``,  ``2.0-6``,  ``2.0-5``,  ``2.0-4``,  ``2.0-3``,  ``2.0-2``,  ``2.0-1``,  ``2.0-0`` .. raw:: html
:depends bioconductor-impute: :depends bioconductor-pcamethods: :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-norm: :depends r-tmvtnorm: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install r-imputelcmd and update with:: mamba update r-imputelcmd To create a new environment, run:: mamba create --name myenvname r-imputelcmd with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/r-imputelcmd: (see `r-imputelcmd/tags`_ for valid values for ````) .. |downloads_r-imputelcmd| image:: https://img.shields.io/conda/dn/bioconda/r-imputelcmd.svg?style=flat :target: https://anaconda.org/bioconda/r-imputelcmd :alt: (downloads) .. |docker_r-imputelcmd| image:: https://quay.io/repository/biocontainers/r-imputelcmd/status :target: https://quay.io/repository/biocontainers/r-imputelcmd .. _`r-imputelcmd/tags`: https://quay.io/repository/biocontainers/r-imputelcmd?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/r-imputelcmd/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/r-imputelcmd/README.html