jonaszierer
by jonaszierer
by jonaszierer
| Ranking | Name | Version |
|---|
To install packages from this channel, use the channel temporarily with conda or add it to your .condarc file for configured ongoing access. Learn more
| Name | Latest Version | Summary | Updated | License |
|---|
| pcangsd | 0.98.2 | Framework for analyzing low depth NGS data in heterogeneous populations using PCA | Mar 25, 2025 | GNU General Public License v3.0 |
| r-cause | 0.3.0.0172 | Identify causal patterns using pairs of GWAS summary statistics. | Mar 25, 2025 | GPL (>= 2) |
| r-coloc | 4.0_4 | Performs the colocalisation tests described in Plagnol et al (2009) <doi:10.1093/biostatistics/kxn039>, Wallace et al (2013) <doi:10.1002/gepi.21765>, Giambartolomei et al (2013) <doi:10.1371/journal.pgen.1004383>, Wallace (2020) <doi:doi.org/10.1371/journal.pgen.1008720>. | Mar 25, 2025 | GPL-3 |
| r-finemapr | 0.1.0 | R wrapper to fine-mappers. | Mar 25, 2025 | GPL-3 |
| r-fst | 0.9.0 | Multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows for random access of stored data and compression with the LZ4 and ZSTD compressors created by Yann Collet. The ZSTD compression library is owned by Facebook Inc. | Mar 25, 2025 | AGPL-3 | file LICENSE |
| r-genesis | 2.15.5_1 | The GENESIS package provides methodology for estimating, inferring, and accounting for population and pedigree structure in genetic analyses. The current implementation provides functions to perform PC-AiR (Conomos et al., 2015, Gen Epi) and PC-Relate (Conomos et al., 2016, AJHG). PC-AiR performs a Principal Components Analysis on genome-wide SNP data for the detection of population structure in a sample that may contain known or cryptic relatedness. Unlike standard PCA, PC-AiR accounts for relatedness in the sample to provide accurate ancestry inference that is not confounded by family structure. PC-Relate uses ancestry representative principal components to adjust for population structure/ancestry and accurately estimate measures of recent genetic relatedness such as kinship coefficients, IBD sharing probabilities, and inbreeding coefficients. Additionally, functions are provided to perform efficient variance component estimation and mixed model association testing for both quantitative and binary phenotypes. | Mar 25, 2025 | GPL-3 |
| r-genetics.binaries | 0.0.0.9000 | Convenient way to make binaries such as plink, bcftools etc available to other packages | Mar 25, 2025 | MIT |
| r-ggbio | 1.37.1 | The ggbio package extends and specializes the grammar of graphics for biological data. The graphics are designed to answer common scientific questions, in particular those often asked of high throughput genomics data. All core Bioconductor data structures are supported, where appropriate. The package supports detailed views of particular genomic regions, as well as genome-wide overviews. Supported overviews include ideograms and grand linear views. High-level plots include sequence fragment length, edge-linked interval to data view, mismatch pileup, and several splicing summaries. | Mar 25, 2025 | Artistic-2.0 |
| r-gwasglue | 0.0.9007 | Many tools exist that use GWAS summary data for colocalisation, fine mapping, Mendelian randomization, visualisation, etc. This package is a conduit that connects R packages that can retrieve GWAS summary data to various tools for analysing those data. | Mar 25, 2025 | MIT |
| r-gwasvcf | 0.1.5 | Tools for dealing with GWAS summary data in VCF format. Includes reading, querying, writing, as well as helper functions such as LD proxy searches. | Mar 25, 2025 | MIT |
| r-ieugwasr | 0.1.5 | R interface to the IEU GWAS database API. Includes a wrapper to make generic calls to the API, plus convenience functions for specific queries. | Mar 25, 2025 | MIT |
| r-lme4qtl | 0.1.11 | Linear mixed models (lme4) with flexible covariance structure for qtl and association analysis. | Mar 25, 2025 | GPL (>= 3) |
| r-mendelianrandomization | 0.4.2 | Encodes several methods for performing Mendelian randomization analyses with summarized data. Summarized data on genetic associations with the exposure and with the outcome can be obtained from large consortia. These data can be used for obtaining causal estimates using instrumental variable methods. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-mrpresso | 1.0 | MR-PRESSO (Mendelian Randomization Pleiotropy RESidual Sum and Outlier) is a framework that allows for the evaluation of pleiotropy in multi-instrument Mendelian Randomization utilizing genome-wide summary association statistics. | Mar 25, 2025 | GPL-3 |
| r-openmpcontroller | 0.2_5 | The OpenMPController package provides a function omp_set_num_threads() to set the number of OpenMP threads to be used. This may be useful, for example, when linking against a vendor optimised BLAS/LAPACK library (e.g. the AMD Core Math Library), since the defaults used by those libraries may not be highly performant. | Mar 25, 2025 | GPL-2 |
| r-racer | 1.0.0 | In order to investigate and compare regional association data, one may need to create a single plot of a regional association, a scatter plot of the -log10(p-values)s of two studies, or a mirror plot, a plot comparing two sets of -log10(p-value)s that are mirrored across a common x-axis. RACER can be used to create these three types of plots. This package is described further in Sabik and Farber (2018) <doi:10.1101/495366>. | Mar 25, 2025 | GPL-3 |
| r-radialmr | 0.4 | A package for implementing radial inverse variance weighted and MR-Egger methods. | Mar 25, 2025 | GPL(>= 2) |
| r-snprelate | 1.18.0 | Genome-wide association studies (GWAS) are widely used to investigate the genetic basis of diseases and traits, but they pose many computational challenges. We developed an R package SNPRelate to provide a binary format for single-nucleotide polymorphism (SNP) data in GWAS utilizing CoreArray Genomic Data Structure (GDS) data files. The GDS format offers the efficient operations specifically designed for integers with two bits, since a SNP could occupy only two bits. SNPRelate is also designed to accelerate two key computations on SNP data using parallel computing for multi-core symmetric multiprocessing computer architectures: Principal Component Analysis (PCA) and relatedness analysis using Identity-By-Descent measures. The SNP GDS format is also used by the GWASTools package with the support of S4 classes and generic functions. The extended GDS format is implemented in the SeqArray package to support the storage of single nucleotide variations (SNVs), insertion/deletion polymorphism (indel) and structural variation calls. | Mar 25, 2025 | GPL-3 |
| r-twosamplemr | 0.5.4 | A package for performing Mendelian randomization using GWAS summary data. It uses the IEU GWAS database to obtain data automatically, and a wide range of methods to run the analysis. You can use the MR-Base web app to try out a limited range of the functionality in this package, but for any serious work we strongly recommend using this R package. | Mar 25, 2025 | MIT |