Showing 27 open source projects for "novel."

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1

    ExCon Imager

    Gigapixel GPU accelerated radio interferometric imager

    ExCon can create images with a very wide field of view (more than billion pixels). It implements novel gridding and image weighting algorithms. It is well suited to make ultra deep radio interferometric images, minimizing aliasing artefacts and PSF variation. NVIDIA GPU acceleration is available. JAVA/SCALA support available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CAMPARI

    CAMPARI

    Software for molecular simulations and trajectory analysis

    We are proud to introduce version 5 of CAMPARI. We have added a number of new features, most notably a Python interface for interpreting user-supplied code (with the help of ForPy), a novel trajectory storage standard (with the help of libpqxx/PostgreSQL), and a module for performing transition path theory. Naturally, CAMPARI continues to provide the reference implementation of the ABSINTH force field paradigm and implicit solvation model. CAMPARI is a joint package for performing and analyzing molecular simulations, in particular of systems of biological relevance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Direct LiDAR-Inertial Odometry

    Direct LiDAR-Inertial Odometry

    A new lightweight LiDAR-inertial odometry algorithm

    DLIO is a new lightweight LiDAR-inertial odometry algorithm with a novel coarse-to-fine approach in constructing continuous-time trajectories for precise motion correction. It features several algorithmic improvements over its predecessor, DLO, and was presented at the IEEE International Conference on Robotics and Automation (ICRA) in London, UK in 2023.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    sRNAWorkbench

    sRNAWorkbench

    The UEA sRNA Workbench

    A suite of tools for analysing small RNA (sRNA) data from Next Generation Sequencing devices. Including expression profiling of known mirco RNA (miRNA), identification of novel miRNA in deep-sequencing data and identification of other interesting landmarks within high-throughput genetic data
    Downloads: 9 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    miRPV

    miRPV: An automated pipeline for miRNA Prediction and Validation in si

    miRPV is an Automated tool that allows users to predict and validate microRNA from genome/gene sequence. System Requirement CPU: AMD64 (64bit) Memory: 2Gb RAM Storage: 5Gb Ubuntu 18.04
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    The Rotations Conversion Library (RCL) is a collection of C++ functions that address common computations and numerical handling of rotations in 3D Euclidean space, including support for rotation matrices (`Rotmat`), Quaternions (`Quat`), intrinsic ZYX Euler angles (`Euler`), fused angles (`Fused`) and tilt angles (`Tilt`). In addition to the core competency of being able to convert between each of the representations, operations such as inversion, ZYX yaw extraction, fused yaw extraction,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    irayMol

    Molecular visualization

    Analyses and Interactive visualizations of the structures, functions and actions of biomolecules including molecular surface computation, and protein-ligand interface and protein-ligand docking where the ligand could a small compound, a nucleic acid, membrane and other proteins, written in C++/Qt/openGL/GLSL with more than 125,000 lines of codes. In addition to Qt, the only external library needed is GSL everything else is coded from the scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Community Detection Modularity Suite

    Community Detection Modularity Suite

    Suite of community detection algorithms based on Modularity

    - MixtureModel_v1r1: overlapping community algorithm [3], which includes novel partition density and fuzzy modularity metrics. - OpenMP versions of algorithms in [1] are available to download. - Main suite containing three community detection algorithms based on the Modularity measure containing: Geodesic and Random Walk edge Betweenness [1] and Spectral Modularity [2]. Collaborator: Theologos Kotsos
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    skewer

    A fast and sensitive adapter trimmer for illumina paired-end sequences

    This program implements a novel dynamic programming algorithm dedicated to the task of adapter trimming and it is specially designed for processing illumina paired-end sequences.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    denovo_hit

    Outputs potential denovo variants from VCF given pedigree information.

    Program takes variants calls and determines if the call is novel for a child compared to parents. Program can handle both annotated and unannotated VCF files, however output file is not compatible with GATK's snpEff, so you should annotate prior to using denovo_hit. Usage: ./denovo_hit <VCF file> <PED file> Output: ./potential_denovo.txt To compile: g++ -std=c++11 denovo_hit.cpp -o denovo_hit Please see files for example VCF file, and pedigree file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LightSpMV

    lightweight GPU-based sparse matrix-vector multiplication (SpMV)

    LightSpMV is a novel CUDA-compatible sparse matrix-vector multiplication (SpMv) algorithm using the standard compressed sparse row (CSR) storage format. We have evaluated LightSpMV using various sparse matrices and further compared it to the CSR-based SpMV subprograms in the state-of-the-art CUSP and cuSPARSE. Performance evaluation reveals that on a single Tesla K40c GPU, LightSpMV is superior to both CUSP and cuSPARSE, with a speedup of up to 2.60 and 2.63 over CUSP, and up to 1.93 and 1.79 over cuSPARSE for single and double precision, respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SPA

    SPA: a short peptide assembler for metagenomic data

    ...A nucleotide assembly-based strategy does not fare much better since metagenomic assemblies are typically very fragmented and also leave a large fraction of reads unassembled. We present a method for reconstructing complete protein sequences directly from NGS metagenomic data. Our framework is based on a novel Short Peptide Assembler (SPA) that assembles protein sequences from their constituent peptide fragments identified on short reads. We also present a new implementation of SPA based on suffix array (SFA-SPA) which runs significantly faster than SPA. Youngik Yang, Cuncong Zhong, and Shibu Yooseph* J. Craig Venter Institute, San Diego, CA {yyang,czhong,syooseph}@jcvi.org * Corresponding author SPA is available in binary on 64 bit Linux OS. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ...Python implementation is more versatile (2D and 3D data). * a Leica file reader, * Steindhard bond orientational order calculation * a VTK file writer 1. Leocmach, M. & Tanaka, H. A novel particle tracking method with individual particle size measurement and its application to ordering in glassy hard sphere colloids. Soft Matter 9, 1447–1457 (2013). https://dx.doi.org/10.1039/C2SM27107A (http://arxiv.org/pdf/1301.7237.pdf)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gen3D

    Gen3D

    A tool for 3D genome and chromosome structural model construction

    Gen3D is an application designed to determine three-dimensional genome and chromosome models. It uses chromosomal contact data to construct three-dimensional conformations. This method can generate three-dimensional chromosomal models satisfying a large portion of chromosomal contacts. The software is developed in Prof. Jianlin Cheng's Bioinformatics, Data Mining and Machine Learning Laboratory in the Computer Science Department at the University of Missouri - Columbia, USA. The project...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    SplitMEM

    Graphical pan-genome analysis with suffix skips

    With the rise of improved sequencing technologies, genomics is expanding from a single reference per species paradigm into a more comprehensive pan-genome approach with multiple individuals represented and analyzed together. Here we introduce a novel O(n log n) time and space algorithm called splitMEM, that directly constructs the compressed de Bruijn graph for a pan-genome of total length n. To achieve this time complexity, we augment the suffix tree with suffix skips, a new construct that allows us to traverse several suffix links in constant time, and use them to efficiently decompose maximal exact matches (MEMs) during a suffix tree traversal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    reynard

    A novel universal genome assembly tool

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    BiomeNet

    BAYESIAN INFERENCE OF METABOLIC DIVERGENCE AMONG MICROBIAL COMMUNITIES

    Metagenomics yields enormous numbers of microbial sequences that can be assigned a metabolic function. Using such data to infer community-level metabolic divergence is hindered by the lack of a suitable statistical framework. Here, we describe a novel hierarchical Bayesian model, called BiomeNet (Bayesian inference of metabolic networks), for inferring differential prevalence of metabolic networks among microbial communities. To infer the structure of community-level metabolic interactions, BiomeNet applies a mixed-membership modelling framework to enzyme abundance information. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SNPTools is a suite of tools that enables integrative SNP analysis in next generation sequencing data with large cohorts. It not only calls SNP in a population with high sensitivity and accuracy, but also employs a novel imputation engine to achieve highly accurate genotype calling and phasing in an efficient way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Hierachical_DNAcoder

    An Hierachical Approach to Multi-Reference Genome compression

    The storage and data transferring of large genome data are becoming important concerns for biomedical researchers. We present a novel multi-reference based genome compression method with a hierachical structure. Our approach works for the de facto standard alignment format (i.e., BAM) compression that is the pressing need at present. We align new sequences to a reference sequence using SOAP3, a GPU-based aligning software, and summarize mapping properties and information for exact mapped reads. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Real-Time eXperiment Interface is an extensible hard realtime platform for the development of novel experiment control and signal processing applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    NovelSeq

    Novel sequence insertion detection

    The NovelSeq pipeline is designed to detect novel sequence insertions using high throughput paired-end whole genome sequencing data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CDNSimulator provides several libraries for ns2 simulator to extend it with content delivery networks (CDN).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VISPA is a novel development environment for high energy physics analyses, based on a combination of graphical and textual steering. The main goal of VISPA is to support users in prototyping, performing, and verifying a data analysis of any complexity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SuperHirn
    SuperHirn is a novel tool to quantitatively analyze LC-MS data sets in a label-free approach. It was developed by the group of Prof. Ruedi Aebersold at the Institute of Molecular Systems Biology (ETHZ, Switzerland).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Cell++

    A novel stochastic simulation environment for biochemical modeling

    UPDATE(2017-07-24) This repository has moved to BitBucket: https://bitbucket.org/parkinsonlab/cell-2017 Cell++ is a novel stochastic simulation environment which is capable of modeling diverse biochemical phenomena including signal transduction pathways, metabolic pathways and intracellular calcium signaling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB