Showing 199 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Manage your hosting business with our vacation rental software Icon
    Manage your hosting business with our vacation rental software

    Empowering your short-term rental business to succeed

    Whether you’re a new or established business, you can rely on Lodgify’s vacation rental property management software for support through every step of your journey.
    Learn More
  • Reliable Phone Service for Your Home or Business Icon
    Reliable Phone Service for Your Home or Business

    Businesses that want a modern business phone system using their current phones

    Calling made modern. Your business number. Your employees' phones. Our amazing features. A dial menu spoken by our voice actors. Callers press numbers to make purchases, hear MP3s, connect to specific staff, and more. Make and answer calls using your number on multiple phones without the caller ever knowing. Employees hear secret in-house menus, transfer calls, and send voicemails to their email, all from their dialpad. These business features require no new software or hardware. Your dialpad come to life. Porting your business or personal number at the press of a button. Select from our menu of modern voice features for your business or personal line. We'll activate these features on your current phone for you. No work (or learning) required from you. We'll be here to transform your number whenever your desires change.
    Learn More
  • 1
    parFE is fully-parallel high-performance finite element code targeted to the modeling of trabecular bones in humans. It employs scalable multigrid solvers for efficient solutions on massively parallel computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    DyMMM

    Dynamic Multispecies Metabolic Modeling framework

    ...The DyMMM framework was formerly known as the DMMM framework. Please use the following citation for bibliographical purposes: Zhuang, K., Izallalen, M., Mouser, P., Richter, H., Risso, C., Mahadevan, R., & Lovley, D. R. (2011). Genome-scale dynamic modeling of the competition between Rhodoferax and Geobacter in anoxic subsurface environments. The ISME journal. Zhuang, K., Ma, E., Lovley, D. R., & Mahadevan, R. (2012). The design of long-term effective uranium bioremediation strategy using a community metabolic model. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NeedlemanWunsch

    NeedlemanWunsch

    Fast global sequence alignment for the masses!

    MOVED TO GITHUB: https://github.com/noporpoise/seq-align Global optimal sequence alignment using the Needleman-Wunsch algorithm. Aligns DNA, RNA, protein sequence and more! See our sister project local alignment using Smith-Waterman: http://sourceforge.net/projects/smithwaterman/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    MCPerm: Monte Carlo SNP permutation

    Monte Carlo permutation method for SNP multiple test correlation

    ...However, it relies on the original single nucleotide polymorphism (SNP) genotypes and phenotypes data to perform a large number of random shuffles, and thus it is computationally intensive, especially for genome-wide association study (GWAS). To improve the calculation speed without changing the size of the TradPerm p-value, we developed a Monte Carlo permutation (MCPerm) method as an efficient alternative to TradPerm. Methods: MCPerm does not need to shuffle the original genotypes and phenotypes data. It uses Monte Carlo method, employs two-step hypergeometric distribution to generate the random number of genotypes (AA, Aa and aa) in cases and controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • CloudZero: The Cloud Cost Optimization Platform Icon
    CloudZero: The Cloud Cost Optimization Platform

    CloudZero automates the collection, allocation, and analysis of your infrastructure and AI spend to uncover waste and improve unit economics.

    CloudZero is the leader in proactive cloud cost efficiency. We enable engineers to build cost-efficient software without slowing down innovation. CloudZero's next-generation cloud cost optimization platform automates the collection, allocation, and analysis of cloud costs to uncover savings opportunities and improve unit economics. We are the only platform that enables companies to understand 100% of their operational cloud spend and take an engineering-led approach to optimizing that spend. CloudZero is used by industry leaders worldwide, such as Coinbase, Klaviyo, Miro, Nubank, and Rapid7.
    Learn More
  • 5

    SPA - SNP based pathway analysis

    SNP based pathway analysis

    Name: SPA Full name: SNP based pathway analysis Maintainer: jiangyongshuai@gmail.com liuguiyou1981@163.com Language: R package Description: SPA is an R package which can identify disease or phenotype related pathways. Input rs# and GWAS test p-values, you can get the related pathways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Javamony

    Javamony

    A Student's Approach to the Phylogenetic Problem

    ...Not meant as a competitive phylogenetic inference program, Javamony is an opportunity for me to acquire the Java language while learning to address and solve fundamental problems in phylogenetics. Therefore, for my own educational benefit, all code is original. Of course, there are probably a good deal of mistakes as well. I distribute Javamony, as I did Pysimony, hoping that it will be of educational value to someone else or at least vaguely amusing. Upcoming features will be: - Support for Amino Acid sequences - Support for additional file formats (e.g. Nexus) - Multithreading - Additional scoring methods (e.g. maximum likelihood)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Swift Sequence Alignment Program

    Swift Sequence Alignment Program

    GPU-based DNA sequence alignment program using Smith-Waterman

    ...sessionTopic=58&searchByKeyword=&submit=&select=+&sessionEvent=&sessionYear=&sessionFormat=#1303. To install and run Swift, please refer to the Wiki page: http://sourceforge.net/p/swiftseqaligner/wiki/Home/ If you need further help installing or running Swift, please contact Pankaj Gupta at pankaj.gupta@stjude.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    samsn

    A tool to handle multi-stage mass spectrometry data

    The source code for SAMSN can be found in github at https://github.com/miquelrojascherto/samsn
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MIDA

    MIDA

    Mitochondiral Infectious Damage Adaptation (MIDA) model of aging

    ...Please, send email to thilo.figge<at>hki-jena.de to request a copy of the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Process Street | Compliance Operations Platform Icon
    Process Street | Compliance Operations Platform

    Systemize execution. Prove compliance.

    Bring compliance and operations under one roof with an AI agent that automates workflows, policies that enforce rules, and a platform that delivers results.
    Learn More
  • 10

    Atlas2Cloud

    Atlas2 Genome Analysis Pipeline on Amazon Web Services

    This is the backend source code of the Atlas2-Cloud pipeline on Amazon which starts and terminates worker nodes, runs analysis and monitors worker instances. It is PRIMARILY meant to be used through Amazon Web Services (AWS) management console by looking for the public Atlas2-Cloud machine image. Alternatively, the code can also be used for running the pipeline from your computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SmithWaterman

    SmithWaterman

    Fast local sequence alignment for the masses!

    MOVED TO GITHUB: https://github.com/noporpoise/seq-align An implementation of the Smith-Waterman local sequence alignment algorithm. See our sister project global alignment using Needleman-Wunsch: http://sourceforge.net/projects/needlemanwunsch/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    Clinical Evidence Detector

    Detector of clinical evidence

    This is a Python program based on the NegEx algorithm that detects the polarity of the clinical evidence in clinical random trials. If you use this code please cite this paper: P. Davis-Desmond and Diego Mollá. Detection of Evidence in Clinical Research Papers (2012). Australasian Workshop On Health Informatics and Knowledge Management (HIKM 2012), Melbourne, Australia. http://www.ics.mq.edu.au/~diego/publications/hikm12.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    coords-view

    Graphically displays nucmer/mummer mapping results

    Displays mummer/nucmer mappings and prints PNG to stdout via the "show-coords -lcdTH" output. The output file is <coords-output>.png. Command line options allow for different features when producing the image. Within the code there are comment blocks which give examples of how to further customize it i.e. grouping based on name similarity, color, etc. This program is aimed at providing full customization within the limits of the Bio-Graphics module. Current version supported is Bio-Graphics-2.25
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a Java-based project for complex event extraction from text and co-reference resolution. Currently the code can read BioNLP shared task format (http://2011.bionlp-st.org/) and i2b2 Natural Language Processing for Clinical Data shared task format (https://www.i2b2.org/NLP/DataSets/Main.php). Event extraction includes finding events and the parameters for an event in a text. The method is based on SVM but other ML algorithms can be adopted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SVGMap

    Open source web tool to help you in the data visualisation

    SVGMap is an open source web tool to help you in the visualisation of experimental data associated to some graphical representation. More at : 1. Project website http://bg.upf.edu/svgmap 2. Reference : Xavier Rafael-Palou, Michael P. Schroeder, and Nuria Lopez-Bigas SVGMap: configurable image browser for experimental data Bioinformatics 2011 : btr581v1-btr581.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    miRDeep-P
    miRDeep-P,miRDP for short, is a computational tool for analyzing the microRNA (miRNA) transcriptome in plants.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A Generalized Combinatorial Approach for Detecting Gene-by-Gene and Gene-by-Environment Interactions
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    CALBC
    The code here is a parser for CALBC corpus into Java object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Biologic Institute's Stylus simulation software suite. (See the SVN repository for source code.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Scanner based Bioparsers
    Parsers for biological data based on scanner generators like Flex (C), Re2c(C), Jflex (Java) and Ifickle (Tcl). This scanner generators are providing easier maintainance, development and higher speed than hand written scanners. Scanner output is SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GEAX is a Java application used to visualize and analyze cross-species gene expression microarray data.The program allows comparisons based on fold-change, p-value, quantile matching, or a combination of criteria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FastPval is multiple stage p-value computing software that computes empirical p-values from a large set of permutated/resampled background data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Protein Geometry Database hosts the development code for a flexible database for searching protein geometry, as well as a library for accessing this data for protein modeling & refinement programs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The Xholon project explores: software as systems of linked nodes, organized hierarchically. The Xholon toolkit supports this back-to-basics approach, and demonstrates practical benefits through examples from numerous domains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Foad (EKG Processing)
    ...Finding patient disease started by taking Fourier transform (FFT) from input signal and extract a single cycle. Based on some heuristic algorithm the most important feature like P , Q , R , S , T captured and feed to trained neural network. and so the final decision made by CNN library. As mentioned before this software also capable do some image processing on scanned paper to lower the final costs.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB