Giter VIP home page Giter VIP logo

Comments (3)

lcoombe avatar lcoombe commented on June 6, 2024

Hi @sunnycqcn,

c is an ARCS parameter, while l and a are LINKS parameters. The respective help pages describe what they do:

   -c, --min_reads=N     min aligned read pairs per barcode mapping [5]

This means that at least c read pairs of a barcode must map to a contig end before ARCS considers that the barcode hits to that contig end.

-l  minimum number of links (k-mer pairs) to compute scaffold (default -l 5, optional)
-a  maximum link ratio between two best contig pairs (default -a 0.3, optional)
	 *higher values lead to least accurate scaffolding*

Both of these parameters control how LINKS traverses through the scaffold gap, and merges sequences.
In the case of ARCS, there must be at least l barcode links between the contigs for LINKS to consider merging them. In addition, when LINKS is extending a contig using the scaffold graph, and it comes to a point where there are multiple possible contigs to extend to, it uses a to determine if the link with the highest # supporting barcodes is most dominant. If checks if (# links with second-best neighbour)/(# links with best neighbour) < a. There is more detail about these parameters and and an example on the LINKS github page (https://github.com/bcgsc/LINKS)

Lower c, higher a and lower l decrease the stringency of the scaffolding.

Hope that helps!
Lauren

from arcs.

lcoombe avatar lcoombe commented on June 6, 2024

I'll close this for now, but feel free to re-open if you have further questions about the parameters.

from arcs.

sunnycqcn avatar sunnycqcn commented on June 6, 2024

from arcs.

Related Issues (20)

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.