Skip to main content

Showing 1–11 of 11 results for author: Mura, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2206.01092  [pdf

    q-bio.QM cs.LG cs.MA q-bio.CB

    Innovations in Integrating Machine Learning and Agent-Based Modeling of Biomedical Systems

    Authors: Nikita Sivakumar, Cameron Mura, Shayn M. Peirce

    Abstract: Agent-based modeling (ABM) is a well-established paradigm for simulating complex systems via interactions between constituent entities. Machine learning (ML) refers to approaches whereby statistical algorithms 'learn' from data on their own, without imposing a priori theories of system behavior. Biological systems -- from molecules, to cells, to entire organisms -- consist of vast numbers of entit… ▽ More

    Submitted 9 November, 2022; v1 submitted 2 June, 2022; originally announced June 2022.

    Comments: 32 pages, 1 table, 8 figures

  2. arXiv:2111.14283  [pdf, other

    q-bio.QM cs.AI cs.LG

    Exploration of Dark Chemical Genomics Space via Portal Learning: Applied to Targeting the Undruggable Genome and COVID-19 Anti-Infective Polypharmacology

    Authors: Tian Cai, Li Xie, Muge Chen, Yang Liu, Di He, Shuo Zhang, Cameron Mura, Philip E. Bourne, Lei Xie

    Abstract: Advances in biomedicine are largely fueled by exploring uncharted territories of human biology. Machine learning can both enable and accelerate discovery, but faces a fundamental hurdle when applied to unseen data with distributions that differ from previously observed ones -- a common dilemma in scientific inquiry. We have developed a new deep learning framework, called {\textit{Portal Learning}}… ▽ More

    Submitted 23 November, 2021; originally announced November 2021.

    Comments: 18 pages, 6 figures

    MSC Class: 68T07

  3. arXiv:2103.00262  [pdf, other

    cs.CV cs.AI cs.GR cs.LG

    Walk2Map: Extracting Floor Plans from Indoor Walk Trajectories

    Authors: Claudio Mura, Renato Pajarola, Konrad Schindler, Niloy Mitra

    Abstract: Recent years have seen a proliferation of new digital products for the efficient management of indoor spaces, with important applications like emergency management, virtual property showcasing and interior design. These products rely on accurate 3D models of the environments considered, including information on both architectural and non-permanent elements. These models must be created from measur… ▽ More

    Submitted 27 February, 2021; originally announced March 2021.

    Comments: To be published in Computer Graphics Forum (Proc. Eurographics 2021)

  4. arXiv:1905.00455  [pdf

    q-bio.BM cs.LG q-bio.QM

    Machine Learning for Classification of Protein Helix Cap** Motifs

    Authors: Sean Mullane, Ruoyan Chen, Sri Vaishnavi Vemulapalli, Eli J. Draizen, Ke Wang, Cameron Mura, Philip E. Bourne

    Abstract: The biological function of a protein stems from its 3-dimensional structure, which is thermodynamically determined by the energetics of interatomic forces between its amino acid building blocks (the order of amino acids, known as the sequence, defines a protein). Given the costs (time, money, human resources) of determining protein structures via experimental means such as X-ray crystallography, c… ▽ More

    Submitted 1 May, 2019; originally announced May 2019.

    Comments: 6 pages, 3 figures, 4 tables

  5. A Robust Feature-aware Sparse Mesh Representation

    Authors: Lizeth J. Fuentes Perez, Luciano A. Romero Calla, Anselmo A. Montenegro, Claudio Mura, Renato Pajarola

    Abstract: The sparse representation of signals defined on Euclidean domains has been successfully applied in signal processing. Bringing the power of sparse representations to non-regular domains is still a challenge, but promising approaches have started emerging recently. In this paper, we investigate the problem of sparsely representing discrete surfaces and propose a new representation that is capable o… ▽ More

    Submitted 24 November, 2020; v1 submitted 18 October, 2018; originally announced October 2018.

    Comments: Preprint submitted to Pacific Graphics

  6. Ten Quick Tips for Using a Raspberry Pi

    Authors: Anthony C Fletcher, Cameron Mura

    Abstract: Much of biology (and, indeed, all of science) is becoming increasingly computational. We tend to think of this in regards to algorithmic approaches and software tools, as well as increased computing power. There has also been a shift towards slicker, packaged solutions--which mirrors everyday life, from smart phones to smart homes. As a result, it's all too easy to be detached from the fundamental… ▽ More

    Submitted 8 February, 2019; v1 submitted 28 September, 2018; originally announced October 2018.

    Comments: 12 pages, 2 figures

  7. An Introduction to Programming for Bioscientists: A Python-based Primer

    Authors: Berk Ekmekci, Charles E. McAnany, Cameron Mura

    Abstract: Computing has revolutionized the biological sciences over the past several decades, such that virtually all contemporary research in the biosciences utilizes computer programs. The computational advances have come on many fronts, spurred by fundamental developments in hardware, software, and algorithms. These advances have influenced, and even engendered, a phenomenal array of bioscience fields, i… ▽ More

    Submitted 17 May, 2016; originally announced May 2016.

    Comments: 65 pages total, including 45 pages text, 3 figures, 4 tables, numerous exercises, and 19 pages of Supporting Information; currently in press at PLOS Computational Biology

  8. arXiv:1407.5218  [pdf, other

    q-bio.BM cs.DS cs.SE

    Abstractions, Algorithms and Data Structures for Structural Bioinformatics in PyCogent

    Authors: Marcin Cieslik, Zygmunt Derewenda, Cameron Mura

    Abstract: To facilitate flexible and efficient structural bioinformatics analyses, new functionality for three-dimensional structure processing and analysis has been introduced into PyCogent -- a popular feature-rich framework for sequence-based bioinformatics, but one which has lacked equally powerful tools for handling stuctural/coordinate-based data. Extensible Python modules have been developed, which p… ▽ More

    Submitted 19 July, 2014; originally announced July 2014.

    Comments: 36 pages, 4 figures (including supplemental information)

    Journal ref: Journal of Applied Crystallography (2011), 44(2), 424-428

  9. arXiv:1407.5211  [pdf, other

    q-bio.BM cs.GR

    Development & Implementation of a PyMOL 'putty' Representation

    Authors: Cameron Mura

    Abstract: The PyMOL molecular graphics program has been modified to introduce a new 'putty' cartoon representation, akin to the 'sausage'-style representation of the MOLMOL molecular visualization (MolVis) software package. This document outlines the development and implementation of the putty representation.

    Submitted 19 July, 2014; originally announced July 2014.

    Comments: 3 pages, 4 figures

  10. arXiv:1407.4378  [pdf

    cs.PL q-bio.QM

    PaPy: Parallel and Distributed Data-processing Pipelines in Python

    Authors: Marcin Cieslik, Cameron Mura

    Abstract: PaPy, which stands for parallel pipelines in Python, is a highly flexible framework that enables the construction of robust, scalable workflows for either generating or processing voluminous datasets. A workflow is created from user-written Python functions (nodes) connected by 'pipes' (edges) into a directed acyclic graph. These functions are arbitrarily definable, and can make use of any Python… ▽ More

    Submitted 14 July, 2014; originally announced July 2014.

    Comments: 7 pages, 5 figures, 2 tables, some use-cases; more at http://muralab.org/PaPy

  11. Ten Simple Rules for Creating Biomolecular Graphics

    Authors: Cameron Mura

    Abstract: One need only compare the number of three-dimensional molecular illustrations in the first (1990) and third (2004) editions of Voet & Voet's "Biochemistry" in order to appreciate this field's profound communicative value in modern biological sciences -- ranging from medicine, physiology, and cell biology, to pharmaceutical chemistry and drug design, to structural and computational biology. The cli… ▽ More

    Submitted 15 July, 2014; originally announced July 2014.

    Comments: 3 pages, 0 figures; see also the full-length article in PLoS Computational Biology (cited below)

    Journal ref: PLoS Computational Biology (2010), 6(8): e1000918