Giter Site home page Giter Site logo

Comments (3)

belgravia avatar belgravia commented on August 11, 2024

Hi,

Thanks for the details. There's a bug here somewhere...

  1. Did you get any error messages?
  2. Can you run with the option --keep_intermediate so you can see at which step the failure is occurring? You may also want to specify the directory of intermediate files (--temp_dir) to somewhere more convenient for you to look at. It would be nice to know if there are empty/badly formatted files early on in the pipeline that are responsible for the failure.

-Alison

from flair.

martynakgajos avatar martynakgajos commented on August 11, 2024
  1. I didn't get any failure message.
  2. In general, I do get results, however many isoforms detected for a given sample are absent in the results if I analyze together multiple samples.

from flair.

belgravia avatar belgravia commented on August 11, 2024

Ok, it's possible what's happening is that with additional data, you are getting a greater amount of firstpass isoforms (you can verify this by running flair-collapse with --keep_intermediate and you can specify a --temp_dir if you like), which would mean more ambiguity when assigning reads to isoforms, which causes fewer reads to be aligning with mapping quality>0, which in turn results in fewer isoforms that pass the coverage threshold of 3.

You could try running collapse with --quality 0 to allow the primary alignments of reads that align equally well to multiple isoforms to be counted. This could potentially add more noise to the dataset, but I expect it should prevent the problem of more reads -> fewer final isoforms.

-Alison

from flair.

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.