Pepkio Mendelian Cross Solver

github.com/pepkio/pepkio-mendelian-cross-solver

Constructs Punnett squares and offspring genotype and phenotype ratios for complete, incomplete, codominant, ABO multiple-allele, and sex-linked Mendelian crosses from parent genotypes, with step-by-step walkthroughs and reduced ratio output. A browser calculator provides live grids, textbook presets, PNG and SVG export, and shareable links; a Python library and command-line tool submit the same parameters to the Pepkio Tools API for scripted use. Calculator arithmetic for the API client is hosted remotely; the client transmits cross inputs and returns structured grids, ratios, walkthroughs, and shareable run identifiers.

Sourced from

Related resources

Evaluates Hardy-Weinberg equilibrium for diploid loci with two to six alleles using chi-square and Guo-Thompson exact tests, inbreeding coefficient F, and plain-language verdicts from observed genotype counts, allele frequencies, or biallelic disease incidence. A browser calculator provides De Finetti plots, export, and Wright-Fisher simulation under selection, drift, mutation, and migration; a Python library and command-line tool submit the same parameters to the Pepkio Tools API for scripted use. Calculator arithmetic for the API client is hosted remotely; the client transmits genotype or simulation inputs and returns structured results and shareable run identifiers.

Using single-cell RNA-Seq expression to visualize CNV in cells.

Idle6717 months ago
R
BSD-3-Clause

Probabilistic framework for inferring cell fate decisions and trajectory dynamics from multi-view single-cell data using Markov chains and machine learning, integrating RNA velocity, pseudotime, and metabolic labeling to predict differentiation paths and terminal states (scverse/Theis Lab, 449+ stars, BSD 3-Clause)

Active4501 month ago
Python
BSD-3-Clause

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 in whole-genome and whole-exome variant data.

Active1131 month ago
R
GPL-3.0

Used to determine which cell types are enriched within gene lists. The package provides tools for testing enrichments within simple gene lists (such as human disease associated genes) and those resulting from differential expression studies. The package does not depend upon any particular Single Cell Transcriptome dataset and user defined datasets can be loaded in and used in the analyses.

Active592 months ago
R
GPL-3.0

`orthogene` is an R package for easy mapping of orthologous genes across hundreds of species. It pulls up-to-date gene ortholog mappings across **700+ organisms**. It also provides various utility functions to aggregate/expand common objects (e.g. data.frames, gene expression matrices, lists) using **1:1**, **many:1**, **1:many** or **many:many** gene mappings, both within- and between-species.

Active571 month ago
R
GPL-3.0