Git Product home page Git Product logo

rnaseqmut's People

Contributors

davidliwei avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

rnaseqmut's Issues

rnaseqmut can not deal with indel reads correctly without a reference fasta.

I test a bam file with indel reads, and all the reads has a MD tag. If the reference fasta file is provided, the reference base in the ouput will be the correct one. But if I do not provide the reference sequence, and let rnaseqmut infer that from the MD tag., then some position can no be inferred correctly.

Demo run without reference seq:

(The 4th row in the output show ref base of pos:4 is G, while it should be C)

$ rnaseqmut -s 6 -m 3 -i 1 -k test.bam | head -5

rRNA-RNA18SN1   3       C       G       35      0       4       0
rRNA-RNA18SN1   3       C       A       35      0       2       0
rRNA-RNA18SN1   4       C       T       45      0       1       0
rRNA-RNA18SN1   4       G       T       45      0       1       0
rRNA-RNA18SN1   5       T       G       38      0       4       0

Demo run withreference seq:

$ rnaseqmut -s 6 -m 3 -i 1 -k -r test.fa test.bam | head -5

rRNA-RNA18SN1   3       C       G       36      0       4       0
rRNA-RNA18SN1   3       C       A       36      0       2       0
rRNA-RNA18SN1   4       C       T       45      0       1       0
rRNA-RNA18SN1   5       T       G       42      0       4       0
rRNA-RNA18SN1   5       T       A       42      0       1       0

demo files: test.tar.gz

Values -1 in mutation position

Hi!
Thanks a lot for you work on rnaseqmut, so useful!
I'm trying to find mutations from rnaseq data. When I obtain my mutation list from bam file, I find some mutation positions corrisponding to a cromosome but with the value "-1". I do not observe no "-1" in files generated from demo bam files. What does it means "-1"?
Thanks in advance,
Francesco

How to generate vcf simply for a single bam file

Hi there,
Thanks for the brilliant work on rnaseqmut! Been trying to call variants on a single BAM file and I get a tab delimited file in the output, so step 1 working fine. However, when I pass this text file to filtermut.py I get nothing in the output. Have you got any guidelines on how to simply produce vcf files from rnaseqmut? Are you planning on adding any of the fields usually coming from tools such as FreeBayes and Gatk, like AD and DP etc.?

Much appreciated,
Thanks,
Miika

Output non-mutated site?

I think it would be better if non-mutated sites can also show up in the result, when -i flag is set to 0?

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.