Giter VIP home page Giter VIP logo

Comments (2)

haydenm avatar haydenm commented on June 17, 2024

-ps is not affected in any direct way by -e.

The probe stride (-ps) just determines how candidate probes are generated by tiling: in general smaller values are better, but lead to higher runtime and more memory. The probe stride should almost always be less than the probe length (-pl). For example, we commonly use -pl 75 -ps 25 or -pl 100 -ps 50. In experiments it seems this has little impact on the output, and I would recommend choosing a value that's ~1/2 or ~1/3 of the probe length.

The extension (-e) defines how many nucleotides on each site of a probe you assume to be captured along with the region complementary to the probe. You can usually determine this based on expected fragment length. For example, if your probe length is 100 nt and you expect fragments of length 300 nt, -e could be as high as 100. We have never used greater than -e 50, which is a conservative choice. You can view -ps and -e independently, as long as the probe stride is less than the probe length.

-m does not make a distinction between contiguous and non-contiguous mismatches—it's simply the total number of mismatches tolerated across the probe (unless you use -l/--lcf-thres, in which case it is the number tolerated over that length). But the argument --island-of-exact-match might be relevant to you if you care about this, and is often useful in practice: it enforces a certain number of contiguous nucleotides to match.

from catch.

EnriqueDoster avatar EnriqueDoster commented on June 17, 2024

Great, thanks for help!

from catch.

Related Issues (14)

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.