Giter Club home page Giter Club logo

Comments (1)

tjs23 avatar tjs23 commented on July 30, 2024

This file should be a tab-separated list of paired chromosome/sequence identifiers (i.e. one pair per line), where each pair specifies two chromosome sequences, from different genome builds, which are homologous. However, this mechanism is now deprecated for calculating structures from hybrid data. Instead it is better to use the latest "master" branch version (not the first release version), which is more advanced.

In the more recent version there should be a chromosome naming file for each genome build (specified with -cn and -cn2 flags); two columns, space/tab separated. These map from the chromosome sequence identifier in the first column (e.g. as appears in the FASTA sequence file) to a simple name, like "chr1", in the second column. For example, for mouse build mm10:

NC_000067.6	chr1
NC_000068.7	chr2
NC_000069.6	chr3
...

The simple name should match another chromosome in the other naming file to define a homologous pair. The "nuc_sequence_names" program is provided to automatically create a naming file; seeking simple chromosome names from the sequence accession codes found in a FASTA file of a genome build. Note that if the sequence names for the genome build are already "chr1", "chr2", "chr3" etc. Then you can use a naming file of the form:

chr1	chr1
chr2	chr2
chr3	chr3
...

And naturally the second column should match the names for the hybrid's other genome build.

from nuc_processing.

Related Issues (11)

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.