Code Monkey home page Code Monkey logo

Comments (5)

natir avatar natir commented on June 1, 2024 1

With this low coverage I think yacrd can generate some false positive. There is a high chance that a region of the genome is sequenced only once, yacrd can't made difference between this type of read and chimera.

If you have a good reference genome I think map reads on reference is a best way to detect chimera. Alvis should help you, don't trust yacrd result present in publication they made a little mistake 😃.

If you have any other question please ask.

from yacrd.

natir avatar natir commented on June 1, 2024

Hi, thank for your interest to yacrd.

As I understand it, out of 1.9m reads, only 454k are NotBad and can therefore be used in further analyses ?

To a first approximation I would say yes.

But it is possible that the recommended parameter is a bit to strict for your data.

Based on your message I guess your data is genomic nanopore R9.4 of rat

What is your coverage? What is your error rate?

from yacrd.

colindaven avatar colindaven commented on June 1, 2024

Thanks for that.

Coverage is about 3X, I have another one at about 7X too though.

It's ONT 9.4.1, the accuracy is about 92% from memory.

from yacrd.

natir avatar natir commented on June 1, 2024

Ok it's clearer now, the recommended parameters were determined on datasets with coverage around 30x and 60x, I will add this information in the readme thanks for the bug report.

If you just want detect chimera I think you should run:

minimap2 -x {corresponding preset} {your other parameter} reads.fq reads.fq > overlap.paf
yacrd -i overlap.paf -o reads.yacrd

I don't think run scrubbing reads datasets with such a low coverage rate is a good idea. There is already not enough data for an assembly, reduce information isn't efficient. But if you want to try I think you should lower the minimum coverage to 1 -c 1.

from yacrd.

colindaven avatar colindaven commented on June 1, 2024

Ok, thanks. I'll just do the chimeric read detection. Certainly this was just a Minion test, I won't be performing assemblies on these datasets.

from yacrd.

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.