Giter Club home page Giter Club logo

3dmax's Introduction


A maximum likelihood algorithm for reconstructing 3D structures of human chromosomes from chromosomal contact data - 3DMax


Bioinformatics, Data Mining, Machine Learning (BDM) Laboratory,

University of Missouri, Columbia MO 65211


Developer:
              Oluwatosin Oluwadare
              Department of Computer Science
              University of Missouri, Columbia
              Email: [email protected]

Contact:
              Jianlin Cheng, PhD
              Department of Computer Science
              University of Missouri, Columbia
              Email: [email protected]


1. Content of folders:

  • executable: latest version can be downloaded from the release tab
  • examples: contains example data and outputs generated from 3DMax for these datasets
  • src: 3DMax Java and MATLAB source codes
  • lib: The dependency libraries used for the Java source code

2. Hi-C Data used in this study:

In our study, we used the synthetic dataset from Trussart et al. The contact maps, the original models and their reconstructed models used in this study were downloaded from http://sgt.cnag.cat/3dg/datasets/.

The Hi-C datasets we used can be downloaded from here : http://sysbio.rnet.missouri.edu/bdm_download/3DMax/

3. Input matrix file format:

3DMax allows two formats:

  • Tuple Input format(preferred) : A hi-C contact file, each line contains 3 numbers (separated by a space) of a contact, position_1 position_2 interaction_frequencies
  • Square Matrix Input format: The square matrix is a comma seperated N by N intra-chromosomal contact matrix derived from Hi-C data, where N is the number of equal-sized regions of a chromosome.

4. Usage:

4.1. Java:
To run the tool, open command line interface and type: java -jar 3DMax.jar parameters.txt

  • Parameters are configured in the 'parameters.txt' file:
    • NUM: number of models to generate
    • OUTPUT_FOLDER: output folder
    • INPUT_FILE: hi-C contact file, each line contains 3 numbers (separated by a space) of a contact, position_1 position_2 interaction_frequencies or a square matrix seperated by comma
    • CONVERT_FACTOR: the factor used to convert IF to distance, distance = 1/(IF^factor), when not specified, the program will search for it in range [0.1, 2.0], step = 0.1
    • CHROMOSOME_LENGTH: remove it if there is only one chromosome. If there are multiple chromosomes in the input data, specify number of points (or beads) of chromosomes in the input data, separated by a comma. These numbers must be consistent with the input data.
    • VERBOSE: true or false to output gradient values during optmization
    • LEARNING_RATE: learning rate for the optimization. Increase the learning rate to reduce running time. [Max recommended = 1]
    • MAX_ITERATION: maximum number of iterations, the optimization may converge before this number

See in /examples/ for sample files

4.2. MATLAB:
Instructions on how to run the MATLAB source code is given here /src/MATLAB/

4.3. A short video demonstration of how to use the Java and MATLAB versions can be found here: https://youtu.be/ehQUFWoHwfo

5. Output

3DMax produces 4 files"

  • Output: there are 4 files
    • *.pdb: contains the model and can be visualized by pyMol, Chimera or GenomeFlow
    • *_log_a_number.txt: contains the settings used to build the model and Spearman's correlation of reconstructed distances and input IFs
    • *_log.txt: NUM > 1, the files contains settings and average root means square error (RMSE) and average correlation of Spearman's and Pearson's correlations of separate models
    • *_coordinate_mapping.txt: contains the mapping of genomic positions to indices in the model. Notice that indices start from 0, while in pyMol or Chimera, id starts from 1

6. Disclaimer

The executable software and the source code of 3DMax is distributed free of charge as it is to any non-commercial users. The authors hold no liabilities to the performance of the program.

7. Citations

Oluwadare, Oluwatosin, Yuxiang Zhang, and Jianlin Cheng. "A maximum likelihood algorithm for reconstructing 3D structures of human chromosomes from chromosomal contact data." BMC genomics 19.1 (2018): 161.

8. Common questions

8.1. Is there a computing speed difference between the Java and MATLAB implementation?

Yes, we explained this in our manuscript, the Java implementation is faster than the MATLAB implementation on all datasets

8.2. Is there a significant difference in the model generated by the Java and MATLAB implementation?

No, their is no significant difference in the models from both.

8.3. Can the MATLAB implementation perform whole genome structure prediction just like the Java version?

No, the MATLAB implementation is designed to only model chromosome structures.


3dmax's People

Contributors

oluwatosin-oluwadare 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.