8 skills found
pyt-team / TopoNetXComputing on Topological Domains
wuyangf7 / OPERAThis software tool implements the OPERA (omics pleiotropic association) method to test for combinatorial pleiotropic associations of molecular phenotypes (e.g., expression level of a gene and DNA methylation level at CpG sites) with a complex trait of interest using summary-level data from GWAS and molecular QTL studies. OPERA is a Bayesian generalization of the SMR & HEIDI approach8 to a multi-omics model, where the molecular phenotypes are considered as exposures and only the complex trait is considered as the outcome. This tool can therefore be used to prioritize molecular phenotypes that mediate the genetic effects for complex trait and provide mechanistic interpretation of the GWAS signal.
nebneuron / Simplicial.jlA package for various computations with simplicial complexes, combinatorial codes, directed complexes and their filtrations.
AkashKV-1998 / Warehouse Management SystemThe successful and effective management of a busy and complex warehouse relies upon the control and location of stock within the warehouse. It is essential that stock is located in the most suitable locations, to optimize storage capability and increase resource efficiency. It is critical that the warehouse team has control and visibility at all times. A warehouse needs to be defined in multiple ways to reflect your individual characteristics, with your own location descriptions. The warehouse management system is a combinatorial optimization problem, where given a map (a set of racks and their positions in a warehouse), one wants to find an order for visiting the corresponding racks in such a way that the distance is minimal. Warehouse operational costs are heavily influenced by the efficiency in which workers are able to traverse the warehouse and gather items on orders around the warehouse that must be shipped to customers. The act of traversing the warehouse is greatly optimized by finding a shortest path possible to collect the order from the specified rack position .The main goal of Warehouse Management System is to ensure consistent availability of supplies for consumers. In general, there are two issues in optimizing a system: where in the warehouse each rack should be located and also to find an optimized possible path to retrieve the order. Therefore, we propose an implementation of a warehouse management system based on Dijkstra’s Algorithm to find the best shortest path.
deepeshpatel / JnumbertoolsJNumberTools is an open-source Java library for solving complex problems in combinatorics and number theory. Whether you're a researcher, developer, or student, this library offers a comprehensive set of APIs to efficiently handle a wide range of mathematical tasks, from basic to advanced combinatorial computations
AdrienC21 / CCSDCombinatorial Complex Score-based Diffusion model using stochastic differential equations
BojarLab / GIFFLARGlycan Informed Foundational Framework for Learning Abstract Representations, based on Combinatorial Complexes and Heterogeneous GNNs
MansourZarrin / Flexible Job Shop Scheduling Problem Constraint ProgrammingThe flexible job shop scheduling problem optimizes task allocation to minimize makespan in manufacturing, posing complex constraints. CP solvers excel via constraint propagation and systematic search, adept at intricate combinatorial problems with discrete variables and diverse constraints.