_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-wavscalogram 1.1.3
Propagated dependencies: r-fields@16.3 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wavScalogram
Licenses: GPL 2+ GPL 3+
Synopsis: Wavelet Scalogram Tools for Time Series Analysis
Description:

This package provides scalogram based wavelet tools for time series analysis: wavelet power spectrum, scalogram, windowed scalogram, windowed scalogram difference (see Bolos et al. (2017) <doi:10.1016/j.amc.2017.05.046>), scale index and windowed scale index (Benitez et al. (2010) <doi:10.1016/j.camwa.2010.05.010>).

r-sharedobject 1.20.0
Propagated dependencies: r-rcpp@1.0.13-1 r-biocgenerics@0.52.0 r-bh@1.84.0-0
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://bioconductor.org/packages/SharedObject
Licenses: GPL 3
Synopsis: Sharing R objects across multiple R processes without memory duplication
Description:

This package is developed for facilitating parallel computing in R. It is capable to create an R object in the shared memory space and share the data across multiple R processes. It avoids the overhead of memory dulplication and data transfer, which make sharing big data object across many clusters possible.

r-spatialdecon 1.16.0
Propagated dependencies: r-seuratobject@5.0.2 r-repmis@0.5 r-matrix@1.7-1 r-lognormreg@0.5-0 r-geomxtools@3.10.0 r-biobase@2.66.0
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://bioconductor.org/packages/SpatialDecon
Licenses: Expat
Synopsis: Deconvolution of mixed cells from spatial and/or bulk gene expression data
Description:

Using spatial or bulk gene expression data, estimates abundance of mixed cell types within each observation. Based on "Advances in mixed cell deconvolution enable quantification of cell types in spatial transcriptomic data", Danaher (2022). Designed for use with the NanoString GeoMx platform, but applicable to any gene expression data.

r-multidataset 1.34.0
Propagated dependencies: r-biobase@2.66.0 r-biocgenerics@0.52.0 r-genomicranges@1.58.0 r-ggplot2@3.5.1 r-ggrepel@0.9.6 r-iranges@2.40.0 r-limma@3.62.1 r-qqman@0.1.9 r-s4vectors@0.44.0 r-summarizedexperiment@1.36.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/MultiDataSet/
Licenses: Expat
Synopsis: Implementation of MultiDataSet and ResultSet
Description:

This package provides an implementation of the BRGE's (Bioinformatic Research Group in Epidemiology from Center for Research in Environmental Epidemiology) MultiDataSet and ResultSet. MultiDataSet is designed for integrating multi omics data sets and ResultSet is a container for omics results. This package contains base classes for MEAL and rexposome packages.

r-dropletutils 1.26.0
Propagated dependencies: r-beachmat@2.22.0 r-bh@1.84.0-0 r-biocgenerics@0.52.0 r-biocparallel@1.40.0 r-delayedarray@0.32.0 r-delayedmatrixstats@1.28.0 r-dqrng@0.4.1 r-edger@4.4.0 r-genomicranges@1.58.0 r-hdf5array@1.34.0 r-iranges@2.40.0 r-matrix@1.7-1 r-r-utils@2.12.3 r-rcpp@1.0.13-1 r-rhdf5@2.50.0 r-rhdf5lib@1.28.0 r-s4vectors@0.44.0 r-scuttle@1.16.0 r-singlecellexperiment@1.28.1 r-sparsearray@1.6.0 r-summarizedexperiment@1.36.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/DropletUtils
Licenses: GPL 3
Synopsis: Utilities for handling single-cell droplet data
Description:

This package provides a number of utility functions for handling single-cell RNA-seq data from droplet technologies such as 10X Genomics. This includes data loading from count matrices or molecule information files, identification of cells from empty droplets, removal of barcode-swapped pseudo-cells, and downsampling of the count matrix.

r-alabaster-se 1.6.0
Propagated dependencies: r-alabaster-base@1.6.1 r-alabaster-matrix@1.6.0 r-alabaster-ranges@1.6.0 r-biocgenerics@0.52.0 r-genomicranges@1.58.0 r-iranges@2.40.0 r-jsonlite@1.8.9 r-s4vectors@0.44.0 r-summarizedexperiment@1.36.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/alabaster.se
Licenses: Expat
Synopsis: Load and save SummarizedExperiments from file
Description:

This is a package for saving SummarizedExperiments into file artifacts, and loading them back into memory. This is a more portable alternative to serialization of such objects into RDS files. Each artifact is associated with metadata for further interpretation; downstream applications can enrich this metadata with context-specific properties.

rust-str-stack 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Stebalien/str_stack
Licenses: Expat ASL 2.0
Synopsis: String allocator for allocating many write-once strings
Description:

This package provides a string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.

r-cinterpolate 1.0.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/mrc-ide/cinterpolate
Licenses: Expat
Synopsis: Interpolation From C
Description:

Simple interpolation methods designed to be used from C code. Supports constant, linear and spline interpolation. An R wrapper is included but this package is primarily designed to be used from C code using LinkingTo'. The spline calculations are classical cubic interpolation, e.g., Forsythe, Malcolm and Moler (1977) <ISBN: 9780131653320>.

r-correctedfdr 1.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CorrectedFDR
Licenses: LGPL 3
Synopsis: Correcting False Discovery Rates
Description:

There are many estimators of false discovery rate. In this package we compute the Nonlocal False Discovery Rate (NFDR) and the estimators of local false discovery rate: Corrected False discovery Rate (CFDR), Re-ranked False Discovery rate (RFDR) and the blended estimator. Bickel, D.R., Rahal, A. (2019) <https://tinyurl.com/kkdc9rk8>.

r-nhsrdatasets 0.3.0
Propagated dependencies: r-tibble@3.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/nhs-r-community/NHSRdatasets
Licenses: CC0
Synopsis: NHS and Healthcare-Related Data for Education and Training
Description:

Free United Kingdom National Health Service (NHS) and other healthcare, or population health-related data for education and training purposes. This package contains synthetic data based on real healthcare datasets, or cuts of open-licenced official data. This package exists to support skills development in the NHS-R community: <https://nhsrcommunity.com/>.

r-metabosignal 1.36.0
Propagated dependencies: r-rcurl@1.98-1.16 r-org-hs-eg-db@3.20.0 r-mygene@1.42.0 r-mwastools@1.30.0 r-keggrest@1.46.0 r-kegggraph@1.66.0 r-igraph@2.1.1 r-hpar@1.48.0 r-ensdb-hsapiens-v75@2.99.0 r-biomart@2.62.0 r-annotationdbi@1.68.0
Channel: guix-bioc
Location: guix-bioc/packages/m.scm (guix-bioc packages m)
Home page: https://bioconductor.org/packages/MetaboSignal
Licenses: GPL 3
Synopsis: MetaboSignal: a network-based approach to overlay and explore metabolic and signaling KEGG pathways
Description:

MetaboSignal is an R package that allows merging, analyzing and customizing metabolic and signaling KEGG pathways. It is a network-based approach designed to explore the topological relationship between genes (signaling- or enzymatic-genes) and metabolites, representing a powerful tool to investigate the genetic landscape and regulatory networks of metabolic phenotypes.

r-normalyzerde 1.24.0
Propagated dependencies: r-vsn@3.74.0 r-summarizedexperiment@1.36.0 r-preprocesscore@1.68.0 r-matrixstats@1.4.1 r-mass@7.3-61 r-limma@3.62.1 r-ggplot2@3.5.1 r-ggforce@0.4.2 r-car@3.1-3 r-ape@5.8
Channel: guix-bioc
Location: guix-bioc/packages/n.scm (guix-bioc packages n)
Home page: https://github.com/ComputationalProteomics/NormalyzerDE
Licenses: Artistic License 2.0
Synopsis: Evaluation of normalization methods and calculation of differential expression analysis statistics
Description:

NormalyzerDE provides screening of normalization methods for LC-MS based expression data. It calculates a range of normalized matrices using both existing approaches and a novel time-segmented approach, calculates performance measures and generates an evaluation report. Furthermore, it provides an easy utility for Limma- or ANOVA- based differential expression analysis.

r-synaptome-db 0.99.16
Propagated dependencies: r-synaptome-data@0.99.6 r-rsqlite@2.3.7 r-rdpack@2.6.1 r-igraph@2.1.1 r-dplyr@1.1.4 r-dbplyr@2.5.0 r-dbi@1.2.3 r-annotationhub@3.14.0
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://bioconductor.org/packages/synaptome.db
Licenses: Artistic License 2.0
Synopsis: Synamptosome Proteome Database
Description:

The package contains local copy of the Synaptic proteome database. On top of this it provide a set of utility R functions to query and analyse its content. It allows extraction of information for specific genes and building the protein-protein interaction graph for gene sets, synaptic compartments, and brain regions.

r-rvinecopulib 0.7.2.1.0
Propagated dependencies: r-wdm@0.2.6 r-rcppthread@2.1.7 r-rcppeigen@0.3.4.0.2 r-rcpp@1.0.13-1 r-lattice@0.22-6 r-kde1d@1.1.0 r-bh@1.84.0-0 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://vinecopulib.github.io/rvinecopulib/
Licenses: GPL 3 FSDG-compatible
Synopsis: High Performance Algorithms for Vine Copula Modeling
Description:

This package provides an interface to vinecopulib', a C++ library for vine copula modeling. The rvinecopulib package implements the core features of the popular VineCopula package, in particular inference algorithms for both vine copula and bivariate copula models. Advantages over VineCopula are a sleeker and more modern API, improved performances, especially in high dimensions, nonparametric and multi-parameter families, and the ability to model discrete variables. The rvinecopulib package includes vinecopulib as header-only C++ library (currently version 0.7.2). Thus users do not need to install vinecopulib itself in order to use rvinecopulib'. Since their initial releases, vinecopulib is licensed under the MIT License, and rvinecopulib is licensed under the GNU GPL version 3.

emacs-org-roam 2.2.2-7.5c06471
Dependencies: graphviz@7.0.1
Propagated dependencies: emacs-dash@2.19.1 emacs-emacsql@4.2.0 emacs-f@0.21.0 emacs-magit@4.3.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/org-roam/org-roam/
Licenses: GPL 3+
Synopsis: Non-hierarchical note-taking with Org mode
Description:

Emacs Org Roam is a solution for taking non-hierarchical notes with Org mode. Notes are captured without hierarchy and are connected by tags. Notes can be found and created quickly. Org Roam should also work as a plug-and-play solution for anyone already using Org mode for their personal wiki.

r-bulkanalyser 1.1.0
Propagated dependencies: r-visnetwork@2.1.2 r-upsetr@1.4.0 r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-shinywidgets@0.9.0 r-shinylp@1.1.3 r-shinyjs@2.1.0 r-shinyjqui@0.4.1 r-shiny@1.8.1 r-scales@1.3.0 r-rlang@1.1.4 r-rcolorbrewer@1.1-3 r-preprocesscore@1.68.0 r-noisyr@1.0.0 r-matrixstats@1.4.1 r-magrittr@2.0.3 r-gprofiler2@0.2.3 r-glue@1.8.0 r-ggvenndiagram@1.5.2 r-ggrepel@0.9.6 r-ggrastr@1.0.2 r-ggplot2@3.5.1 r-ggnewscale@0.5.0 r-ggforce@0.4.2 r-genie3@1.28.0 r-edger@4.4.0 r-dt@0.33 r-dplyr@1.1.4 r-deseq2@1.46.0 r-complexheatmap@2.22.0 r-circlize@0.4.16
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/Core-Bioinformatics/bulkAnalyseR
Licenses: GPL 2
Synopsis: Interactive Shiny App for Bulk Sequencing Data
Description:

Given an expression matrix from a bulk sequencing experiment, pre-processes it and creates a shiny app for interactive data analysis and visualisation. The app contains quality checks, differential expression analysis, volcano and cross plots, enrichment analysis and gene regulatory network inference, and can be customised to contain more panels by the user.

r-baggingbwsel 1.1
Propagated dependencies: r-sm@2.2-6.0 r-rcpp@1.0.13-1 r-nor1mix@1.3-3 r-misc3d@0.9-1 r-mclust@6.1.1 r-kedd@1.0.4 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://rubenfcasal.github.io/baggingbwsel/
Licenses: GPL 3
Synopsis: Bagging Bandwidth Selection in Kernel Density and Regression Estimation
Description:

Bagging bandwidth selection methods for the Parzen-Rosenblatt and Nadaraya-Watson estimators. These bandwidth selectors can achieve greater statistical precision than their non-bagged counterparts while being computationally fast. See Barreiro-Ures et al. (2020) <doi:10.1093/biomet/asaa092> and Barreiro-Ures et al. (2021) <doi:10.48550/arXiv.2105.04134>.

r-circacompare 0.2.0
Propagated dependencies: r-withr@3.0.2 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://rwparsons.github.io/circacompare/
Licenses: Expat
Synopsis: Analyses of Circadian Data
Description:

Uses non-linear regression to statistically compare two circadian rhythms. Groups are only compared if both are rhythmic (amplitude is non-zero). Performs analyses regarding mesor, phase, and amplitude, reporting on estimates and statistical differences, for each, between groups. Details can be found in Parsons et al (2020) <doi:10.1093/bioinformatics/btz730>.

r-dosportfolio 0.1.0
Propagated dependencies: r-rdpack@2.6.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/Statistics-In-Portfolio-Theory/DOSportfolio
Licenses: GPL 3
Synopsis: Dynamic Optimal Shrinkage Portfolio
Description:

Constructs dynamic optimal shrinkage estimators for the weights of the global minimum variance portfolio which are reconstructed at given reallocation points as derived in Bodnar, Parolya, and Thorsén (2021) (<arXiv:2106.02131>). Two dynamic shrinkage estimators are available in this package. One using overlapping samples while the other use nonoverlapping samples.

r-diseasystore 0.3.1
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-stringr@1.5.1 r-scdb@0.5.1 r-rlang@1.1.4 r-readr@2.1.5 r-r6@2.5.1 r-purrr@1.0.2 r-pkgcond@0.1.1 r-lubridate@1.9.3 r-jsonlite@1.8.9 r-isoweek@0.6-2 r-glue@1.8.0 r-dplyr@1.1.4 r-dbplyr@2.5.0 r-dbi@1.2.3 r-curl@6.0.1 r-checkmate@2.3.2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/ssi-dk/diseasystore
Licenses: GPL 3+
Synopsis: Feature Stores for the 'diseasy' Framework
Description:

Simple feature stores and tools for creating personalised feature stores. diseasystore powers feature stores which can automatically link and aggregate features to a given stratification level. These feature stores are automatically time-versioned (powered by the SCDB package) and allows you to easily and dynamically compute features as part of your continuous integration.

r-extremeindex 0.0.3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=extremeIndex
Licenses: GPL 3
Synopsis: Forecast Verification for Extreme Events
Description:

An index measuring the amount of information brought by forecasts for extreme events, subject to calibration, is computed. This index is originally designed for weather or climate forecasts, but it may be used in other forecasting contexts. This is the implementation of the index in Taillardat et al. (2019) <arXiv:1905.04022>.

r-ibmacousticr 0.2.1
Propagated dependencies: r-xml@3.99-0.17 r-jsonlite@1.8.9 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ibmAcousticR
Licenses: CC0
Synopsis: Connect to Your 'IBM Acoustic' Data
Description:

Authentication can be the most difficult part about working with a new API. ibmAcousticR facilitates making a connection to the IBM Acoustic email campaign management API and executing various queries. The IBM Acoustic API documentation is available at <https://developer.ibm.com/customer-engagement/docs/>. This package is not supported by IBM'.

r-nmaplateplot 1.0.2
Propagated dependencies: r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nmaplateplot
Licenses: GPL 2+
Synopsis: The Plate Plot for Network Meta-Analysis Results
Description:

This package provides a graphical display of results from network meta-analysis (NMA). It is suitable for outcomes like odds ratio (OR), risk ratio (RR), risk difference (RD) and standardized mean difference (SMD). It also has an option to visually display and compare the surface under the cumulative ranking (SUCRA) of different treatments.

r-querybuilder 0.1.0
Propagated dependencies: r-rlang@1.1.4 r-purrr@1.0.2 r-magrittr@2.0.3 r-glue@1.8.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=queryBuilder
Licenses: Expat
Synopsis: Programmatic Way to Construct Complex Filtering Queries
Description:

Syntax for defining complex filtering expressions in a programmatic way. A filtering query, built as a nested list configuration, can be easily stored in other formats like YAML or JSON'. What's more, it's possible to convert such configuration to a valid expression that can be applied to popular dplyr package operations.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
Total results: 36249