Skip to content

antalbalint/Mineotaur

Repository files navigation

Mineotaur is a visual analytics tool for high-throughput / high-content microscopy screens developed at the Univeristy of Cambridge, UK at the Carazo Salas group of the Department of Genetics by Bálint Antal.

You can find more information on Mineotaur at http://www.mineotaur.org where you can download the latest binary version.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Mineotaur installation:

  1. Download the latest jar file from http://www.mineotaur.org.
  2. Create a property file, a data file and a label file (see documentation and example input data)
  3. Start the data import with the following command: java -jar <path_to_jar file> -import mineotaur.input chia_sample.tsv chia_labels.ts
  4. After the database creation is completed you can start your Mineotaur instance with the following command: java –jar <path_to_jar file> -start <instance_name>
  5. You can start querying at http://127.0.0.1:8080 in your browser.

Import data

The graph model for each Mineotaur instance can be generated by providing a CSV (comma separated value) file in the following format:
First line: column headers. These will serve as the property names for their respective object types in the database.
Second line: object names. These describe the names of the objects of interest to be stored in the database. The property in each column described in the first line will be associated with the object described here.
Third line: property types. These describe the data types of the properties for each column. The possible values are:
  • TEXT: the column contains a text. Stored as a metadata.
  • NUMBER: the column contains a number, thus it will be become a queryable information if stored in a descriptive object.
  • ID: identifier of the object. Multiple ID properties can be set to an object.
Each line after the third provides a descriptive object instance.
To provide annotation for the grouping objects, an additional input file providing the labels is needed. The first n column describe the IDs for the grouping object. All other columns provide a binary value for a label (1=the grouping object possesses the annotation, 0=otherwise).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published