Your browser doesn't support javascript.
loading
Show: 20 | 50 | 100
Results 1 - 20 de 21
Filter
Add more filters










Publication year range
1.
Curr Top Med Chem ; 20(18): 1582-1592, 2020.
Article in English | MEDLINE | ID: mdl-32493194

ABSTRACT

BACKGROUND: Graph edit distance is a methodology used to solve error-tolerant graph matching. This methodology estimates a distance between two graphs by determining the minimum number of modifications required to transform one graph into the other. These modifications, known as edit operations, have an edit cost associated that has to be determined depending on the problem. OBJECTIVE: This study focuses on the use of optimization techniques in order to learn the edit costs used when comparing graphs by means of the graph edit distance. METHODS: Graphs represent reduced structural representations of molecules using pharmacophore-type node descriptions to encode the relevant molecular properties. This reduction technique is known as extended reduced graphs. The screening and statistical tools available on the ligand-based virtual screening benchmarking platform and the RDKit were used. RESULTS: In the experiments, the graph edit distance using learned costs performed better or equally good than using predefined costs. This is exemplified with six publicly available datasets: DUD-E, MUV, GLL&GDD, CAPST, NRLiSt BDB, and ULS-UDS. CONCLUSION: This study shows that the graph edit distance along with learned edit costs is useful to identify bioactivity similarities in a structurally diverse group of molecules. Furthermore, the target-specific edit costs might provide useful structure-activity information for future drug-design efforts.


Subject(s)
Computer Graphics/economics , Learning , Databases, Factual , Drug Evaluation, Preclinical/economics , Ligands
2.
PLoS One ; 15(1): e0227032, 2020.
Article in English | MEDLINE | ID: mdl-31978075

ABSTRACT

How can we analyze large graphs such as the Web, and social networks with hundreds of billions of vertices and edges? Although many graph mining systems have been proposed to perform various graph mining algorithms on such large graphs, they have difficulties in processing Web-scale graphs due to massive communication and I/O costs caused by communication between workers, and reading subgraphs repeatedly. In this paper, we propose FlexGraph, a scalable distributed graph mining method reducing the costs by exploiting properties of real-world graphs. FlexGraph significantly decreases the communication cost, which is the main bottleneck of distributed systems, by exploiting different edge placement policies based on types of vertices. Furthermore, we propose a flexible storage format to reduce I/O costs when reading input graph repeatedly. Experiments show that FlexGraph succeeds in processing up to 64× larger graphs than existing distributed memory-based graph mining methods, and consistently outperforms previous disk-based graph mining methods.


Subject(s)
Algorithms , Computer Graphics/standards , Computer Graphics/economics , Data Mining/methods , Information Storage and Retrieval/methods
4.
Med Phys ; 41(12): 121707, 2014 Dec.
Article in English | MEDLINE | ID: mdl-25471954

ABSTRACT

PURPOSE: Conventional spot scanning intensity modulated proton therapy (IMPT) treatment planning systems (TPSs) optimize proton spot weights based on analytical dose calculations. These analytical dose calculations have been shown to have severe limitations in heterogeneous materials. Monte Carlo (MC) methods do not have these limitations; however, MC-based systems have been of limited clinical use due to the large number of beam spots in IMPT and the extremely long calculation time of traditional MC techniques. In this work, the authors present a clinically applicable IMPT TPS that utilizes a very fast MC calculation. METHODS: An in-house graphics processing unit (GPU)-based MC dose calculation engine was employed to generate the dose influence map for each proton spot. With the MC generated influence map, a modified least-squares optimization method was used to achieve the desired dose volume histograms (DVHs). The intrinsic CT image resolution was adopted for voxelization in simulation and optimization to preserve spatial resolution. The optimizations were computed on a multi-GPU framework to mitigate the memory limitation issues for the large dose influence maps that resulted from maintaining the intrinsic CT resolution. The effects of tail cutoff and starting condition were studied and minimized in this work. RESULTS: For relatively large and complex three-field head and neck cases, i.e., >100,000 spots with a target volume of ∼ 1000 cm(3) and multiple surrounding critical structures, the optimization together with the initial MC dose influence map calculation was done in a clinically viable time frame (less than 30 min) on a GPU cluster consisting of 24 Nvidia GeForce GTX Titan cards. The in-house MC TPS plans were comparable to a commercial TPS plans based on DVH comparisons. CONCLUSIONS: A MC-based treatment planning system was developed. The treatment planning can be performed in a clinically viable time frame on a hardware system costing around 45,000 dollars. The fast calculation and optimization make the system easily expandable to robust and multicriteria optimization.


Subject(s)
Computer Graphics , Monte Carlo Method , Proton Therapy/methods , Radiotherapy Planning, Computer-Assisted/instrumentation , Radiotherapy Planning, Computer-Assisted/methods , Radiotherapy, Intensity-Modulated/methods , Computer Graphics/economics , Head and Neck Neoplasms/diagnostic imaging , Head and Neck Neoplasms/radiotherapy , Humans , Proton Therapy/economics , Proton Therapy/instrumentation , Radiotherapy Dosage , Radiotherapy Planning, Computer-Assisted/economics , Radiotherapy, Intensity-Modulated/economics , Radiotherapy, Intensity-Modulated/instrumentation , Time Factors , Tomography, X-Ray Computed/economics , Tomography, X-Ray Computed/instrumentation , Tomography, X-Ray Computed/methods
6.
Anat Sci Educ ; 6(6): 393-403, 2013.
Article in English | MEDLINE | ID: mdl-23633266

ABSTRACT

The use of three-dimensional (3D) models for education, pre-operative assessment, presurgical planning, and measurement have become more prevalent. With the increase in prevalence of 3D models there has also been an increase in 3D reconstructive software programs that are used to create these models. These software programs differ in reconstruction concepts, operating system requirements, user features, cost, and no one program has emerged as the standard. The purpose of this study was to conduct a systematic comparison of three widely available 3D reconstructive software programs, Amira(®), OsiriX, and Mimics(®) , with respect to the software's ability to be used in two broad themes: morphometric research and education to translate morphological knowledge. Cost, system requirements, and inherent features of each program were compared. A novel concept selection tool, a decision matrix, was used to objectify comparisons of usability of the interface, quality of the output, and efficiency of the tools. Findings indicate that Mimics was the best-suited program for construction of 3D anatomical models and morphometric analysis, but for creating a learning tool the results were less clear. OsiriX was very user-friendly; however, it had limited capabilities. Conversely, although Amira had endless potential and could create complex dynamic videos, it had a challenging interface. These results provide a resource for morphometric researchers and educators to assist the selection of appropriate reconstruction programs when starting a new 3D modeling project.


Subject(s)
Anatomy/education , Computer Graphics , Computer-Assisted Instruction/methods , Decision Support Techniques , Education, Medical/methods , Imaging, Three-Dimensional , Models, Anatomic , Software Design , Attitude to Computers , Computer Graphics/economics , Computer Simulation , Computer-Assisted Instruction/economics , Consumer Behavior , Cost-Benefit Analysis , Education, Medical/economics , Humans , Imaging, Three-Dimensional/economics , Learning , Surveys and Questionnaires , User-Computer Interface
7.
Methods Inf Med ; 52(1): 80-90, 2013.
Article in English | MEDLINE | ID: mdl-23223611

ABSTRACT

BACKGROUND: Advances in DNA Microarray devices and next-generation massively parallel DNA sequencing platforms have led to an exponential growth in data availability but the arising opportunities require adequate computing resources. High Performance Computing (HPC) in the Cloud offers an affordable way of meeting this need. OBJECTIVES: Bioconductor, a popular tool for high-throughput genomic data analysis, is distributed as add-on modules for the R statistical programming language but R has no native capabilities for exploiting multi-processor architectures. SPRINT is an R package that enables easy access to HPC for genomics researchers. This paper investigates: setting up and running SPRINT-enabled genomic analyses on Amazon's Elastic Compute Cloud (EC2), the advantages of submitting applications to EC2 from different parts of the world and, if resource underutilization can improve application performance. METHODS: The SPRINT parallel implementations of correlation, permutation testing, partitioning around medoids and the multi-purpose papply have been benchmarked on data sets of various size on Amazon EC2. Jobs have been submitted from both the UK and Thailand to investigate monetary differences. RESULTS: It is possible to obtain good, scalable performance but the level of improvement is dependent upon the nature of the algorithm. Resource underutilization can further improve the time to result. End-user's location impacts on costs due to factors such as local taxation. CONCLUSIONS: Although not designed to satisfy HPC requirements, Amazon EC2 and cloud computing in general provides an interesting alternative and provides new possibilities for smaller organisations with limited funds.


Subject(s)
Computing Methodologies , Genomics , Information Storage and Retrieval/methods , Medical Informatics/methods , Microarray Analysis , Animals , Computer Graphics/economics , Costs and Cost Analysis , Database Management Systems/economics , Genomics/economics , Humans , Information Storage and Retrieval/economics , Internet/economics , Medical Informatics/economics , Microarray Analysis/economics , Natural Language Processing , Sequence Analysis, DNA/economics
8.
BMC Bioinformatics ; 8: 474, 2007 Dec 10.
Article in English | MEDLINE | ID: mdl-18070356

ABSTRACT

BACKGROUND: The recent availability of new, less expensive high-throughput DNA sequencing technologies has yielded a dramatic increase in the volume of sequence data that must be analyzed. These data are being generated for several purposes, including genotyping, genome resequencing, metagenomics, and de novo genome assembly projects. Sequence alignment programs such as MUMmer have proven essential for analysis of these data, but researchers will need ever faster, high-throughput alignment tools running on inexpensive hardware to keep up with new sequence technologies. RESULTS: This paper describes MUMmerGPU, an open-source high-throughput parallel pairwise local sequence alignment program that runs on commodity Graphics Processing Units (GPUs) in common workstations. MUMmerGPU uses the new Compute Unified Device Architecture (CUDA) from nVidia to align multiple query sequences against a single reference sequence stored as a suffix tree. By processing the queries in parallel on the highly parallel graphics card, MUMmerGPU achieves more than a 10-fold speedup over a serial CPU version of the sequence alignment kernel, and outperforms the exact alignment component of MUMmer on a high end CPU by 3.5-fold in total application time when aligning reads from recent sequencing projects using Solexa/Illumina, 454, and Sanger sequencing technologies. CONCLUSION: MUMmerGPU is a low cost, ultra-fast sequence alignment program designed to handle the increasing volume of data produced by new, high-throughput sequencing technologies. MUMmerGPU demonstrates that even memory-intensive applications can run significantly faster on the relatively low-cost GPU than on the CPU.


Subject(s)
Computer Graphics/instrumentation , Database Management Systems , Sequence Alignment/economics , Sequence Alignment/instrumentation , Animals , Bacillus anthracis/genetics , Base Sequence , Caenorhabditis/genetics , Computer Graphics/economics , Computers/economics , Contig Mapping/economics , Contig Mapping/instrumentation , DNA/ultrastructure , Databases, Genetic , Genomic Library , Listeria monocytogenes/genetics , Sequence Alignment/methods , Sequence Analysis, DNA/economics , Sequence Analysis, DNA/instrumentation , Sequence Analysis, DNA/methods , Streptococcus suis/genetics , Time Factors , Work Simplification
12.
J Neurosci Methods ; 125(1-2): 1-6, 2003 May 30.
Article in English | MEDLINE | ID: mdl-12763224

ABSTRACT

We describe an inexpensive method for digital video recording of behavioral experiments and present a simple, freely-redistributable software tool enabling ethographic analysis of these recordings via classification of video frames into user-defined categories. While high-end commercial solutions already exist for these purposes, we focus on minimizing equipment expenses and complexity for research projects or undergraduate laboratory courses employing compatible behavioral paradigms.


Subject(s)
Computer Graphics/economics , Signal Processing, Computer-Assisted , Software , Video Recording/methods , Computer Graphics/instrumentation , Electronic Data Processing , Microcomputers , Photography , Video Recording/economics
13.
Adv Imaging ; 16(6): 47-51, 2001 Jun.
Article in English | MEDLINE | ID: mdl-14677552

ABSTRACT

NASA: Commercial use of three-dimensional imaging is discussed. Applications include surgical simulation in medical education, simulation of stealthy torpedos, astronaut training, and data visualization.^ieng


Subject(s)
Computer Graphics/trends , Imaging, Three-Dimensional/trends , User-Computer Interface , Astronauts/education , Computer Graphics/economics , Imaging, Three-Dimensional/economics , Military Science , Software , Space Flight/education
14.
J Biocommun ; 23(3): 2-7, 1996.
Article in English | MEDLINE | ID: mdl-8912097

ABSTRACT

As digital audiovisual media become dominant in biomedical communications, the skills of human interface design and the technology of client-server multimedia data networks will underlie and influence virtually every aspect of biocommunications professional practice. The transition to digital communications media will require financial, organizational, and professional changes in current biomedical communications departments, and will require a multi-disciplinary approach that will blur the boundaries of the current biocommunications professions.


Subject(s)
Computer Graphics , Medical Illustration , Computer Communication Networks , Computer Graphics/economics , Computer Graphics/trends , Costs and Cost Analysis , Forecasting , Humans , Patient Care Team
16.
Ann Plast Surg ; 32(3): 332-3, 1994 Mar.
Article in English | MEDLINE | ID: mdl-7514853

ABSTRACT

The use of computer-generated slides in weekly didactic conferences and at regional and national meetings is commonplace. Though adding a professional look, the expense of computer-generated slides can be prohibitive. We herein present a simple technique for generating color slides that captures the professional look of computer-generated slides at a fraction of the cost.


Subject(s)
Audiovisual Aids/economics , Computer Graphics/economics , Surgery, Plastic/education , Budgets , Costs and Cost Analysis , Humans
17.
J Mol Graph ; 9(4): 249-53, 247, 1991 Dec.
Article in English | MEDLINE | ID: mdl-1772850

ABSTRACT

Ray tracing is a powerful, and highly computer intensive means for generating high-quality molecular displays. A variety of simple, yet effective optimization strategies are described that allow large molecular models to be ray traced on microcomputers and low-cost desktop workstations. In particular, the method of fractal clustering provides a time and space-efficient means for spatially subdividing the molecular scene into a hierarchy of spherical bounding volumes, permitting ray-atom intersections to be determined by a form of binary search. An implementation of the algorithms, MolRay, is described which demonstrates that large structures may be ray traced in a reasonable time on a PC or small Unix workstation. Images generated by PC and Unix versions of MolRay are shown.


Subject(s)
Algorithms , Computer Graphics , Models, Molecular , Computer Graphics/economics , Light , Microcomputers/economics
18.
Radiologe ; 31(4): 220-2, 1991 Apr.
Article in German | MEDLINE | ID: mdl-2068285

ABSTRACT

Function and usage of the graphic-software "MacDraw" is described and illustrated by drawing a lumbar vertebrae and pathologic clefts in a layer technique.


Subject(s)
Anatomy, Artistic , Computer Graphics , Microcomputers , Computer Graphics/economics , Costs and Cost Analysis , Germany , Humans , Microcomputers/economics , United States
19.
Pharmacotherapy ; 11(2): 168-70, 1991.
Article in English | MEDLINE | ID: mdl-2052471
SELECTION OF CITATIONS
SEARCH DETAIL
...