Git Product home page Git Product logo

scanstatistics / treescan Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 136.22 MB

Software for the Tree-Based Scan Statistic

Home Page: https://www.treescan.org

License: Other

Makefile 0.99% C++ 37.51% HTML 0.99% Shell 0.64% C 27.32% Batchfile 0.24% Java 20.57% Rich Text Format 2.10% Visual Basic 6.0 0.01% Inno Setup 0.10% CMake 0.17% SAS 0.04% CLIPS 0.13% Pascal 1.69% Ada 2.15% Assembly 3.34% C# 1.30% M4 0.02% DIGITAL Command Language 0.66% Module Management System 0.04%
data-mining disease-surveillance scan-statistic

treescan's Introduction

drawing TreeScan - Software for the Tree-Based Scan Statistic

TreeScan™ is a free data mining software that implements the tree-based scan statistic, a data mining method that simultaneously looks for excess risk in any of a large number of individual cells in a database as well as in groups of closely related cells, adjusting for the multiple testing inherent in the large number of overlapping groups evaluated. Developed for disease surveillance, it can be used for the following types of problems:

  • In pharmacovigilance, it can be used to simultaneously evaluate hundreds or thousands of potential adverse events and groups of adverse events, to determine if any one of them occur with higher probability among patients exposed to a particular pharmaceutical drug, device or vaccine, adjusting for the multiple tests inherent in the many adverse events evaluated.
  • Also in pharmacovigilance, for a particular disease outcome such as liver failure, it can be used to simultaneously evaluate if it occurs with increased risk among people exposed any of hundreds of pharmaceutical drugs, or groups of related drugs, adjusting for the multiple testing inherent in the many drugs evaluated.
  • In genomic surveillance for infectious diseases, it can be used to detect clusters on a phylogenetic tree representing disease variants, adjusting for multiple variants and time periods evaluated.
  • In occupational health surveillance, it can be used for a particular disease to evaluate whether certain occupations, or group of related occupations, are at higher risk to die from that disease.

You can find more information about TreeScan on the homepage and in the user guide. Prebuilt installers for Windows, Linux, and macOS are also available.

License

TreeScan source code is released under the following terms:

Copyright © 2023 Martin Kulldorff

Without warranty of any kind, permission is hereby granted to any person to copy, publish, distribute, and share all or portions of this open-source TreeScan Software; to use, modify, merge, adapt, and build upon the Software; and to publish and distribute derivates of the Software, so long as (i) attribution is given to the creator, (ii) the above copyright and this permission notice is included with all copies of the Software and portions of the Software, and (iii) any published, distributed or shared modification, adaption or derivative of the Software must be shared under identical licensing and permission terms.

Building Native Binaries

The following are the prerequisites for compiling the command-line C/C++ application and dynamic-link library (.dll) / shared objects file (.so) / java native interface library (.jnilib).

General Prerequisites

  • Boost C++ Libraries, current version 1.81.0 (libraries do not need to be build).
  • Java Development Kit 17

Windows

Prerequisites

  • Visual Studio 2022
  • Microsoft Windows SDK v10.0 (or newer)

The Visual Studio Solution references relative paths to the Boost library and JDK C++ headers. These can be either copied into the repository directory or a symbolic link can be created using mklink to reference shared resources:

  • boost\boost_1_81_0
    ex. mklink /d boost "C:\Users\joeuser\boost"
  • jdk\include
    ex. mklink /d jdk "C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot"

Linux

Prerequisites

  • GCC (compiled with 4.8.5 or 8.5.0 currently)

The Linux binaries are built through the Linux build_binaries shell script.

macOS

Prerequisites

  • Apple clang 15

The macOS binaries are built through the macOS build_binaries shell script.

Building Java User Interface

The Java user interface provides the graphical front-end to the native library file written in C/C++ (.dll/.so/.jnilib).

Prerequisites

Architecture

See our architecture document for an overview of the source code design.

treescan's People

Contributors

spatovich avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.