Coder Social home page Coder Social logo

pbr's People

Contributors

brentp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

y9c animesh

pbr's Issues

enh: strand-specific pileup mode

It has bothered me for years that there is no useful tool to pileup mutation at strand-specific mode, which is particularly important for analyzing RNA libraries. I have written a tool (https://github.com/y9c/cpup) to parse the samtools mpileup result to achive this, but the performance is bad. I am curious if future releases of pbr will incorporate support for this feature. If that is the case, I am willing to submit a pull request to contribute to its development.

Installation

Hello,

Thank you for your effort and for this tool!
I was trying to install it as sh build.sh but I got this error build.sh: line 5: cross: command not found.

I am not sure if this is because of the cross compiler? I have already installed perbase.

Am I missing something?

Thank you in advance!

enh: filter tags

Will it be useful to add filter for tags, such as "[NH]>1" to filter reads of multiple hits? Will the same grammar as --input-fmt-option of samtools help?

Thank you.

performance

lua performance can be improved quite a bit by using methods:

read:mapping_quality() < 0.5

instead of properties:

read.mapping_quality < 0.5

I prefer the former syntax, but the performance difference might be enough to warrant a change.

enh: output reference base in the pileup

It would be great if the reference base of the site can be ouput into the pileup table, which would make it easy to call and filter mutation ratio of each site.

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.