Giter Site home page Giter Site logo

Comments (4)

mattloose avatar mattloose commented on July 21, 2024

Hi Chris,

We do a couple of different types of experiment here - one assumes knowledge of the input material - for this you simply make a reference containing all the sequences you wish to either include or exclude and compile a toml file accordingly - so lets say you have one species you wish to reject, define the whole of it's genome as a target and specify anything that matches to it to be rejected.

We have a second method - iteralign - which will fetch references from a database as it identifies them. This used centrifuge to identify reads and then grab the appropriate reference genomes.

Which sort of approach are you after?

Best

Matt

from readfish.

tchrisboles avatar tchrisboles commented on July 21, 2024

I am making low input Rapid libraries using a phage lambda or T4 carrier DNA. The low input library is sometimes a human whole genome library. Sometimes it is a long human CATCH fragment (~1Mb).

I was think that to reject the off targets it might be more efficient to have mapping against both lambda and human references. This assumes that if an off-target sequence is mapped it can be rejected more quckly/efficiently - is that reasonable?

If this is a viable approach, I don't know how to set up such .mmi files. For instance, do I add a "chrL" to the hg38 ref fasta and make the minimap2 index from my "new" hybrid ref fasta?

from readfish.

mattloose avatar mattloose commented on July 21, 2024

To build your own reference, just cat together the two reference fastas and then build an mmi using the -d flag in minimap2 (see https://github.com/lh3/minimap2 documentation).

I think this should work. If you want to paste your toml file here once you've made it I'd be happy to look and see if it does what I think it should! It depends a little on the strategy you choose.

from readfish.

tchrisboles avatar tchrisboles commented on July 21, 2024

Got it - thanks.

from readfish.

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.