_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-conf 1.9.2
Propagated dependencies: r-statmod@1.5.1 r-rootsolve@1.8.2.4 r-pracma@2.4.6 r-fitdistrplus@1.2-4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=conf
Licenses: FSDG-compatible
Synopsis: Visualization and Analysis of Statistical Measures of Confidence
Description:

Enables: (1) plotting two-dimensional confidence regions, (2) coverage analysis of confidence region simulations, (3) calculating confidence intervals and the associated actual coverage for binomial proportions, (4) calculating the support values and the probability mass function of the Kaplan-Meier product-limit estimator, and (5) plotting the actual coverage function associated with a confidence interval for the survivor function from a randomly right-censored data set. Each is given in greater detail next. (1) Plots the two-dimensional confidence region for probability distribution parameters (supported distribution suffixes: cauchy, gamma, invgauss, logis, llogis, lnorm, norm, unif, weibull) corresponding to a user-given complete or right-censored dataset and level of significance. The crplot() algorithm plots more points in areas of greater curvature to ensure a smooth appearance throughout the confidence region boundary. An alternative heuristic plots a specified number of points at roughly uniform intervals along its boundary. Both heuristics build upon the radial profile log-likelihood ratio technique for plotting confidence regions given by Jaeger (2016) <doi:10.1080/00031305.2016.1182946>, and are detailed in a publication by Weld et al. (2019) <doi:10.1080/00031305.2018.1564696>. (2) Performs confidence region coverage simulations for a random sample drawn from a user- specified parametric population distribution, or for a user-specified dataset and point of interest with coversim(). (3) Calculates confidence interval bounds for a binomial proportion with binomTest(), calculates the actual coverage with binomTestCoverage(), and plots the actual coverage with binomTestCoveragePlot(). Calculates confidence interval bounds for the binomial proportion using an ensemble of constituent confidence intervals with binomTestEnsemble(). Calculates confidence interval bounds for the binomial proportion using a complete enumeration of all possible transitions from one actual coverage acceptance curve to another which minimizes the root mean square error for n <= 15 and follows the transitions for well-known confidence intervals for n > 15 using binomTestMSE(). (4) The km.support() function calculates the support values of the Kaplan-Meier product-limit estimator for a given sample size n using an induction algorithm described in Qin et al. (2023) <doi:10.1080/00031305.2022.2070279>. The km.outcomes() function generates a matrix containing all possible outcomes (all possible sequences of failure times and right-censoring times) of the value of the Kaplan-Meier product-limit estimator for a particular sample size n. The km.pmf() function generates the probability mass function for the support values of the Kaplan-Meier product-limit estimator for a particular sample size n, probability of observing a failure h at the time of interest expressed as the cumulative probability percentile associated with X = min(T, C), where T is the failure time and C is the censoring time under a random-censoring scheme. The km.surv() function generates multiple probability mass functions of the Kaplan-Meier product-limit estimator for the same arguments as those given for km.pmf(). (5) The km.coverage() function plots the actual coverage function associated with a confidence interval for the survivor function from a randomly right-censored data set for one or more of the following confidence intervals: Greenwood, log-minus-log, Peto, arcsine, and exponential Greenwood. The actual coverage function is plotted for a small number of items on test, stated coverage, failure rate, and censoring rate. The km.coverage() function can print an optional table containing all possible failure/censoring orderings, along with their contribution to the actual coverage function.

r-crmetrics 0.3.2
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-sparsematrixstats@1.22.0 r-sccore@1.0.6 r-scales@1.4.0 r-r6@2.6.1 r-matrix@1.7-4 r-magrittr@2.0.4 r-ggrepel@0.9.6 r-ggpubr@0.6.2 r-ggpmisc@0.6.2 r-ggplot2@4.0.1 r-ggbeeswarm@0.7.2 r-dplyr@1.1.4 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/khodosevichlab/CRMetrics
Licenses: GPL 3
Synopsis: Cell Ranger Output Filtering and Metrics Visualization
Description:

Sample and cell filtering as well as visualisation of output metrics from Cell Ranger by Grace X.Y. Zheng et al. (2017) <doi:10.1038/ncomms14049>. CRMetrics allows for easy plotting of output metrics across multiple samples as well as comparative plots including statistical assessments of these. CRMetrics allows for easy removal of ambient RNA using SoupX by Matthew D Young and Sam Behjati (2020) <doi:10.1093/gigascience/giaa151> or CellBender by Stephen J Fleming et al. (2022) <doi:10.1101/791699>. Furthermore, it is possible to preprocess data using Pagoda2 by Nikolas Barkas et al. (2021) <https://github.com/kharchenkolab/pagoda2> or Seurat by Yuhan Hao et al. (2021) <doi:10.1016/j.cell.2021.04.048> followed by embedding of cells using Conos by Nikolas Barkas et al. (2019) <doi:10.1038/s41592-019-0466-z>. Finally, doublets can be detected using scrublet by Samuel L. Wolock et al. (2019) <doi:10.1016/j.cels.2018.11.005> or DoubletDetection by Gayoso et al. (2020) <doi:10.5281/zenodo.2678041>. In the end, cells are filtered based on user input for use in downstream applications.

r-cgp 2.1-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CGP
Licenses: LGPL 2.1
Synopsis: Composite Gaussian Process Models
Description:

Fit composite Gaussian process (CGP) models as described in Ba and Joseph (2012) "Composite Gaussian Process Models for Emulating Expensive Functions", Annals of Applied Statistics. The CGP model is capable of approximating complex surfaces that are not second-order stationary. Important functions in this package are CGP, print.CGP, summary.CGP, predict.CGP and plotCGP.

r-ctsemomx 1.0.7
Propagated dependencies: r-plyr@1.8.9 r-openmx@2.22.10 r-matrix@1.7-4 r-ctsem@3.10.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/cdriveraus/ctsemOMX
Licenses: GPL 3
Synopsis: Continuous Time SEM - 'OpenMx' Based Functions
Description:

Original ctsem (continuous time structural equation modelling) functionality, based on the OpenMx software, as described in Driver, Oud, Voelkle (2017) <doi:10.18637/jss.v077.i05>, with updated details in vignette. Combines stochastic differential equations representing latent processes with structural equation measurement models. These functions were split off from the main package of ctsem', as the main package uses the rstan package as a backend now -- offering estimation options from max likelihood to Bayesian. There are nevertheless use cases for the wide format SEM style approach as offered here, particularly when there are no individual differences in observation timing and the number of individuals is large. For the main ctsem package, see <https://cran.r-project.org/package=ctsem>.

r-clugenr 1.0.4
Propagated dependencies: r-mathjaxr@1.8-0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://clugen.github.io/clugenr/
Licenses: Expat
Synopsis: Multidimensional Cluster Generation Using Support Lines
Description:

An implementation of the clugen algorithm for generating multidimensional clusters with arbitrary distributions. Each cluster is supported by a line segment, the position, orientation and length of which guide where the respective points are placed. This package is described in Fachada & de Andrade (2023) <doi:10.1016/j.knosys.2023.110836>.

r-cocotest 1.0.3
Propagated dependencies: r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cocotest
Licenses: GPL 3
Synopsis: Dependence Condition Test Using Ranked Correlation Coefficients
Description:

This package provides a common misconception is that the Hochberg procedure comes up with adequate overall type I error control when test statistics are positively correlated. However, unless the test statistics follow some standard distributions, the Hochberg procedure requires a more stringent positive dependence assumption, beyond mere positive correlation, to ensure valid overall type I error control. To fill this gap, we formulate statistical tests grounded in rank correlation coefficients to validate fulfillment of the positive dependence through stochastic ordering (PDS) condition. See Gou, J., Wu, K. and Chen, O. Y. (2024). Rank correlation coefficient based tests on positive dependence through stochastic ordering with application in cancer studies, Technical Report.

r-cmfsurrogate 1.0
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CMFsurrogate
Licenses: GPL 2+ GPL 3+
Synopsis: Calibrated Model Fusion Approach to Combine Surrogate Markers
Description:

Uses a calibrated model fusion approach to optimally combine multiple surrogate markers. Specifically, two initial estimates of optimal composite scores of the markers are obtained; the optimal calibrated combination of the two estimated scores is then constructed which ensures both validity of the final combined score and optimality with respect to the proportion of treatment effect explained (PTE) by the final combined score. The primary function, pte.estimate.multiple(), estimates the PTE of the identified combination of multiple surrogate markers. Details are described in Wang et al (2022) <doi:10.1111/biom.13677>.

r-chemodiv 0.3.1
Propagated dependencies: r-webchem@1.3.1 r-vegan@2.7-2 r-tidyr@1.3.1 r-tidygraph@1.3.1 r-rlang@1.1.6 r-jsonlite@2.0.0 r-igraph@2.2.1 r-httr@1.4.7 r-hillr@0.5.2 r-gunifrac@1.9 r-gridextra@2.3 r-ggraph@2.2.2 r-ggplot2@4.0.1 r-ggdendro@0.2.0 r-fmcsr@1.52.0 r-curl@7.0.0 r-chemminer@3.62.0 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/hpetren/chemodiv
Licenses: GPL 3+
Synopsis: Analysing Chemodiversity of Phytochemical Data
Description:

Quantify and visualise various measures of chemical diversity and dissimilarity, for phytochemical compounds and other sets of chemical composition data. Importantly, these measures can incorporate biosynthetic and/or structural properties of the chemical compounds, resulting in a more comprehensive quantification of diversity and dissimilarity. For details, see Petrén, Köllner and Junker (2023) <doi:10.1111/nph.18685>.

r-colorblindcheck 1.0.4
Propagated dependencies: r-spacesxyz@1.6-0 r-colorspace@2.1-2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://jakubnowosad.com/colorblindcheck/
Licenses: Expat
Synopsis: Check Color Palettes for Problems with Color Vision Deficiency
Description:

Compare color palettes with simulations of color vision deficiencies - deuteranopia, protanopia, and tritanopia. It includes calculation of distances between colors, and creating summaries of differences between a color palette and simulations of color vision deficiencies. This work was inspired by the blog post at <https://www.datawrapper.de/blog/colorblind-check>.

r-cronr 0.6.5
Propagated dependencies: r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/bnosac/cronR
Licenses: Expat
Synopsis: Schedule R Scripts and Processes with the 'cron' Job Scheduler
Description:

Create, edit, and remove cron jobs on your unix-alike system. The package provides a set of easy-to-use wrappers to crontab'. It also provides an RStudio add-in to easily launch and schedule your scripts.

r-crosswalkr 0.3.0
Propagated dependencies: r-tibble@3.3.0 r-readxl@1.4.5 r-readr@2.1.6 r-labelled@2.16.0 r-haven@2.5.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/btskinner/crosswalkr
Licenses: Expat
Synopsis: Rename and Encode Data Frames Using External Crosswalk Files
Description:

This package provides a pair of functions for renaming and encoding data frames using external crosswalk files. It is especially useful when constructing master data sets from multiple smaller data sets that do not name or encode variables consistently across files. Based on similar commands in Stata'.

r-clustermq 0.9.9
Dependencies: zlib@1.3.1
Propagated dependencies: r-rcpp@1.1.0 r-r6@2.6.1 r-progress@1.2.3 r-globals@0.18.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://mschubert.github.io/clustermq/
Licenses: ASL 2.0 FSDG-compatible
Synopsis: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM, PBS/Torque)
Description:

Evaluate arbitrary function calls using workers on HPC schedulers in single line of code. All processing is done on the network without accessing the file system. Remote schedulers are supported via SSH.

r-cpmerccutoff 1.0.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CpmERCCutoff
Licenses: GPL 3+
Synopsis: Calculation of Log2 Counts per Million Cutoff from ERCC Controls
Description:

Implementation of the empirical method to derive log2 counts per million (CPM) cutoff to filter out lowly expressed genes using ERCC spike-ins as described in Goll and Bosinger et.al (2022)<doi:10.1101/2022.06.23.497396>. This package utilizes the synthetic mRNA control pairs developed by the External RNA Controls Consortium (ERCC) (ERCC 1 / ERCC 2) that are spiked into sample pairs at known ratios at various absolute abundances. The relationship between the observed and expected fold changes is then used to empirically determine an optimal log2 CPM cutoff for filtering out lowly expressed genes.

r-cimpleg 1.0.1
Propagated dependencies: r-yardstick@1.3.2 r-workflows@1.3.0 r-vroom@1.6.6 r-tune@2.0.1 r-tsutils@0.9.4 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tictoc@1.2.1 r-tibble@3.3.0 r-scales@1.4.0 r-rsample@1.3.1 r-rlang@1.1.6 r-recipes@1.3.1 r-purrr@1.2.0 r-patchwork@1.3.2 r-parsnip@1.3.3 r-oner@2.2 r-nnls@1.6 r-matrixstats@1.5.0 r-magrittr@2.0.4 r-gtools@3.9.5 r-ggsci@4.1.0 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-ggextra@0.11.0 r-forcats@1.0.1 r-dplyr@1.1.4 r-data-table@1.17.8 r-caret@7.0-1 r-butcher@0.3.6 r-broom@1.0.10 r-assertthat@0.2.1 r-archive@1.1.12
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/CostaLab/CimpleG
Licenses: GPL 3+
Synopsis: Method to Identify Single CpG Sites for Classification and Deconvolution
Description:

DNA methylation signatures are usually based on multivariate approaches that require hundreds of sites for predictions. CimpleG is a method for the detection of small CpG methylation signatures used for cell-type classification and deconvolution. CimpleG is time efficient and performs as well as top performing methods for cell-type classification of blood cells and other somatic cells, while basing its prediction on a single DNA methylation site per cell type (but users can also select more sites if they so wish). Users can train cell type classifiers ('CimpleG based, and others) and directly apply these in a deconvolution of cell mixes context. Altogether, CimpleG provides a complete computational framework for the delineation of DNAm signatures and cellular deconvolution. For more details see Maié et al. (2023) <doi:10.1186/s13059-023-03000-0>.

r-ccdr 1.1.0
Propagated dependencies: r-urltools@1.7.3.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-jsonlite@2.0.0 r-httr@1.4.7 r-data-table@1.17.8 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/USEPA/ccdR
Licenses: GPL 3+
Synopsis: Utilities for Interacting with the 'CTX' APIs
Description:

Access chemical, hazard, bioactivity, and exposure data from the Computational Toxicology and Exposure ('CTX') APIs <https://api-ccte.epa.gov/docs/>. ccdR was developed to streamline the process of accessing the information available through the CTX APIs without requiring prior knowledge of how to use APIs. Most data is also available on the CompTox Chemical Dashboard ('CCD') <https://comptox.epa.gov/dashboard/> and other resources found at the EPA Computational Toxicology and Exposure Online Resources <https://www.epa.gov/comptox-tools>.

r-clam 2.6.3
Propagated dependencies: r-rintcal@1.3.1 r-rice@1.5.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=clam
Licenses: GPL 2+
Synopsis: Classical Age-Depth Modelling of Cores from Deposits
Description:

This package performs classical age-depth modelling of dated sediment deposits - prior to applying more sophisticated techniques such as Bayesian age-depth modelling. Any radiocarbon dated depths are calibrated. Age-depth models are constructed by sampling repeatedly from the dated levels, each time drawing age-depth curves. Model types include linear interpolation, linear or polynomial regression, and a range of splines. See Blaauw (2010) <doi:10.1016/j.quageo.2010.01.002>.

r-countdata 1.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=countdata
Licenses: Modified BSD
Synopsis: The Beta-Binomial Test for Count Data
Description:

The beta-binomial test is used for significance analysis of independent samples by Pham et al. (2010) <doi:10.1093/bioinformatics/btp677>. The inverted beta-binomial test is used for paired sample testing, e.g. pre-treatment and post-treatment data, by Pham and Jimenez (2012) <doi:10.1093/bioinformatics/bts394>.

r-chouca 0.1.99
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-plyr@1.8.9 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/alexgenin/chouca
Licenses: GPL 3+
Synopsis: Stochastic Cellular Automaton Engine
Description:

An engine for stochastic cellular automata. It provides a high-level interface to declare a model, which can then be simulated by various backends (Genin et al. (2023) <doi:10.1101/2023.11.08.566206>).

r-cppcontainers 1.0.5
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/cdueben/cppcontainers
Licenses: Expat
Synopsis: 'C++' Standard Template Library Containers
Description:

Use C++ Standard Template Library containers interactively in R. Includes sets, unordered sets, multisets, unordered multisets, maps, unordered maps, multimaps, unordered multimaps, stacks, queues, priority queues, vectors, deques, forward lists, and lists.

r-cliff 0.1.2
Propagated dependencies: r-rlang@1.1.6 r-processx@3.8.6 r-ellipsis@0.3.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/RTagBot/cliff
Licenses: Expat
Synopsis: Execute Command Line Programs Interactively
Description:

Execute command line programs and format results for interactive use. It is based on the package processx so it does not use shell to start up the process like system() and system2(). It also provides a simpler and cleaner interface than processx::run().

r-consolechoice 1.1.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=consolechoice
Licenses: Expat
Synopsis: An Easy and Quick Way to Loop a Character Vector as a Menu in the Console
Description:

This package provides a fast way to loop a character vector or file names as a menu in the console for the user to choose an option.

r-chess 1.0.1
Propagated dependencies: r-rsvg@2.7.0 r-reticulate@1.44.1 r-purrr@1.2.0 r-magrittr@2.0.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/curso-r/chess
Licenses: GPL 3
Synopsis: Read, Write, Create and Explore Chess Games
Description:

This is an opinionated wrapper around the python-chess package. It allows users to read and write PGN files as well as create and explore game trees such as the ones seen in chess books.

r-climatrends 1.2
Propagated dependencies: r-nasapower@4.2.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://agrdatasci.github.io/climatrends/
Licenses: Expat
Synopsis: Climate Variability Indices for Ecological Modelling
Description:

Supports analysis of trends in climate change, ecological and crop modelling.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
Total results: 21208