This package provides a package for typesetting scholarly critical editions, replacing the established ledmac
and eledmac
packages. It supports indexing by page and by line numbers, and simple tabular
- and array
-style environments. The package is distributed with the related reledpar
package.
The package adds a macro \rgcounts
which displays the allocation status of the TeX registers. The display is written into the .log
file as it is a bit verbose. An automatic call to \rgcounts
is done at \begin{document}
and \end{document}
.
Several tools for analyzing diagnostic tests and 2x2 contingency tables are provided. In particular, positive and negative predictive values for a diagnostic tests can be calculated from prevalence, sensitivity and specificity values. For contingency tables, relative risk and odds ratio measures are estimated. Furthermore, confidence intervals are provided.
An algorithm for identifying combinations of mutually exclusive alterations in cancer genomes. CoMEt
represents the mutations in a set M of k genes with a 2^k dimensional contingency table, and then computes the tail probability of observing T(M) exclusive alterations using an exact statistical test.
Markov chain Monte Carlo (MCMC) sampler for fully Bayesian estimation of latent factor stochastic volatility models with interweaving <doi:10.1080/10618600.2017.1322091>. Sparsity can be achieved through the usage of Normal-Gamma priors on the factor loading matrix <doi:10.1016/j.jeconom.2018.11.007>.
The weighted scores method and composite likelihood information criteria as an intermediate step for variable/correlation selection for longitudinal ordinal and count data in Nikoloulopoulos, Joe and Chaganty (2011) <doi:10.1093/biostatistics/kxr005>, Nikoloulopoulos (2016) <doi:10.1002/sim.6871> and Nikoloulopoulos (2017) <arXiv:1510.07376>
.
Graph alignment is an extension package for the R programming environment which provides functions for finding an alignment between two networks based on link and node similarity scores. (J. Berg and M. Laessig, "Cross-species analysis of biological networks by Bayesian alignment", PNAS 103 (29), 10967-10972 (2006)).
Markup allows the use of HTML syntax with in Common Lisp code. This has the advantage of being able to copy HTML snippets and have them instantly be functional, less double quotes than a s-expression approach, and designers will be able to understand the embedded HTML.
File::Remove::remove
removes files and directories. It acts like /bin/rm
, for the most part. Although unlink
can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for file names.
This package provides the \setcounterref
and \addtocounterref
commands which use the section (or other) number from the reference as the value to put into the counter. It also provides \setcounterpageref
and \addtocounterpageref
that do the corresponding thing with the page reference of the label.
This package implements the semiparametric efficient estimators of continuous-time causal models for time-varying treatments and confounders in the presence of dependent censoring (including structural failure time model and Cox proportional hazards marginal structural model). S. Yang, K. Pieper, and F. Cools (2019) <doi:10.1111/biom.12845>.
Econometric analysis of multiple-input-multiple-output production technologies with ray-based input distance functions as suggested by Price and Henningsen (2022): "A Ray-Based Input Distance Function to Model Zero-Valued Output Quantities: Derivation and an Empirical Application", <https://ideas.repec.org/p/foi/wpaper/2022_03.html>.
This package provides functions to parse and analyze logs generated by ShinyProxy
containers. It extracts metadata from log file names, reads log contents, and computes summary statistics (such as the total number of lines and lines containing error messages), facilitating efficient monitoring and debugging of ShinyProxy
deployments.
Pacote para a analise de experimentos com um ou dois fatores com testemunhas adicionais conduzidos no delineamento inteiramente casualizado ou em blocos casualizados. "Package for the analysis of one or two-way experiments with additional controls conducted in a completely randomized design or in a randomized block design".
This package contains a collection of trans-omics datasets generated using various sequencing technologies such as RNA-seq, Mass spectrometry and ChIP-seq
. Modalities include the bulk profiling of the phosphoproteome, proteome, transcriptome and epigenome. Data reflects the timecourses of different developmental systems from the mouse or human.
This package provides an alternative interface to Bioconductor annotation
resources, in particular the gene identifier mapping functionality of the org
packages (e.g., org.Hs.eg.db
) and the genome coordinate functionality of the TxDb
packages (e.g., TxDb.Hsapiens.UCSC.hg38.knownGene
).
This package provides a developer-facing interface to the Arrow Database Connectivity ('ADBC') PostgreSQL
driver for the purposes of building high-level database interfaces for users. ADBC <https://arrow.apache.org/adbc/> is an API standard for database access libraries that uses Arrow for result sets and query parameters.
Statistical analysis of axial using distributions Nonnegative Trigonometric Sums (NNTS). The package includes functions for calculation of densities and distributions, for the estimation of parameters, and more. Fernandez-Duran, J.J. and Gregorio-Dominguez, M.M. (2025), Multimodal distributions for circular axial data", <doi:10.48550/arXiv.2504.04681>
.
Discretize multivariate continuous data using a grid that captures the joint distribution via preserving clusters in the original data (Wang et al 2020) <doi:10.1145/3388440.3412415>. Joint grid discretization is applicable as a data transformation step to prepare data for model-free inference of association, function, or causality.
The population proportion using group testing can be estimated by different methods. Four functions including p.mle()
, p.gart()
, p.burrow()
and p.order()
are provided to implement four estimating methods including the maximum likelihood estimate, Gart's estimate, Burrow's estimate, and order statistic estimate.
This package provides a suite of statistical methods for analysis of single-cell omics data including linear model-based methods for differential abundance analysis for individual level single-cell RNA-seq data. For more details see Zhang, et al. (Submitted to Bioinformatics)<https://github.com/Lujun995/DiSC_Replication_Code>
.
This package allows the user to create, manipulate, and visualize splicing graphs and their bubbles based on a gene model for a given organism. Additionally it allows the user to assign RNA-seq reads to the edges of a set of splicing graphs, and to summarize them in different ways.
This package includes size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program.
This gem provides the classes LinkHeader
and LinkHeader::Link
, which represent HTTP Link
headers conforming to RFC 5988. Objects can be constructed from and converted to text or a JSON-friendly Array
representation. They can also be used to generate corresponding HTML link
elements.