Coder Social home page Coder Social logo

Circle-Map Output File about circle-map HOT 6 CLOSED

iprada avatar iprada commented on August 19, 2024
Circle-Map Output File

from circle-map.

Comments (6)

iprada avatar iprada commented on August 19, 2024

Dear Abdul,

-My question is, How can I apply filter on my output bed file to know the reads evidence of my circular DNA?

I am not sure if I understand your question. I will assume that you want to remove the circular DNA that do not have enough split reads. Let me know if I am wrong.

You can do this in many ways. For example, using gawk:

cat my_circles.bed | gawk '$5>4' > filtered_circles.bed

This command will remove all the circular DNA not containing at least 5 split reads.

Best regards,

Iñigo

from circle-map.

Abdubidopsis avatar Abdubidopsis commented on August 19, 2024

Yes, you are right. You got my question, thanks. I have one more question, Can I apply a one time filter on the same way from column #5 to column #11, to get the most cleaned and good quality circular DNA in a single file?

from circle-map.

iprada avatar iprada commented on August 19, 2024

Dear Abdul,

Yes, of course.

cat my_circles.bed | gawk '$5>4' | gawk '$11<=0.2' > filtered_circles.bed

In this way you will get circles with at least 5 split reads, and, covered by sequencing at 80%.

Best wishes,

Iñigo

from circle-map.

Abdubidopsis avatar Abdubidopsis commented on August 19, 2024

Thanks.

from circle-map.

Abdubidopsis avatar Abdubidopsis commented on August 19, 2024

The question is related to the above discussion, I want to know how can i find the corresponding genes of these circular DNAs? please tell me, I will be glad to know about the genes of my circular DNA.

from circle-map.

iprada avatar iprada commented on August 19, 2024

Dear Abdul,

That is outside the scope of Circle-Map. I encourage you to look at Bedtools software to do that.

I am closing the issue since it is not related to Circle-Map. Please, feel free to open a new issue if you have any questions regarding Circle-Map.

Best wishes,

Iñigo

from circle-map.

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.