Code Monkey home page Code Monkey logo

cs4850's Introduction

CS4850

Curriculum Based Chromosome Reconstruction: CBCR

Van Hovenga

Usage:

Matlab: To use, type in the terminal CBCR(input, curricula, alpha, gamma_1, gamma_2, learning_rate, max_iter, final_iter)

Parameters

  • input: A string for the path of the input file.
  • curricula: Integer. The number of curricula to be trained.
  • alpha: Number between 0 and 1. The scaling factor for the trained data (values close to .5 are recommended).
  • gamma_1: Number between 0 and 1. The scaling factor for the first moment estimator in the adam optimizer (.9 is recommended).
  • gamma_2: Number between 0 and 1. The scaling factor for the second moment estimator in the adam optimizer (.999 is recommended).
  • learning_rate: Learning rate for the optimizer (values less than .15 are recommended).
  • max_iter: The maximumum iterations for training on the individual curricula.
  • final_iter: The maximum iterations for training on the whole data set after completion of curriculum training.

Input:

There are two possible input formats.

  1. 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
  2. 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.

Output:

All outputs will be saved in a folder called Scores in the working directory.

  • output.log: A .log file that displays the optimal conversion factor for the trained structure along with the corresponding root mean-squared error, Pearson correlation distance, and Spearman correlation distance.
  • name_CONVERT_FACTOR=cfN=n.pdb: A .pdb file that shows the name of the imput data (name), the conversion factor for the corresponding structure (cf), and the number of curricula (n).

cs4850's People

Contributors

vhovenga 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.