Giter Site home page Giter Site logo

Comments (4)

belgravia avatar belgravia commented on August 11, 2024

Thanks for reaching out and your patience! Happy to help.

  1. -n flag is probably not necessary for 1D cDNA reads. So the -n nanopore native RNA flag in flair align uses the minimap2 recommended parameters for direct RNA. That looks like minimap2 -ax splice -uf -k14. Without specifying the flag, the spliced alignment is done with minimap2 defaults like so: minimap2 -ax splice, which according to the minimap2 readme is the recommended command for nanopore 2D cDNA-seq. There's nothing written explicitly for 1D cDNA-seq, so we have been using the 2D cDNA-seq parameters. (Side note: for both direct RNA and 1D cDNA, an additional --secondary=no argument is added to the minimap2 call to keep only the primary alignment for each read).

  2. We have since updated how we correct reads. We no longer require mRNAtoGene, as mRNAtoGene functionality has been incorporated into flair-correct.

  3. By including the TSS/TES, do you mean the -i argument for flair-collapse?

-Alison

from flair.

drc111 avatar drc111 commented on August 11, 2024

Thanks for your comprehensive answers.

In 1), do you have to add another flag to set '--secondary=no', or is that automatically detected by minimap2?

In 3), yes, I am referring to the -i argument for flair-collapse.

from flair.

belgravia avatar belgravia commented on August 11, 2024
  1. --secondary=no is already included in the command from the flair.py wrapper script.

  2. If you specify -i, then after reads are grouped by their spice junction chains, the most frequently used transcription start and end sites for that isoform group are picked. If -i is not specified, then the most frequently used TSS/TESs for all the isoforms of that gene will be used for each isoform. I uploaded a little diagram onto my google drive here to illustrate the difference: https://drive.google.com/open?id=1Aom1_SyhEQYyxjl1n_j86RmEbIFuxRfk

I would specify -i if you are interested in transcript start and end sites on an isoform-level. In terms of isoform sensitivity, you will still pick up essentially the same number of isoforms regardless of whether you specify or not.

-Alison

from flair.

drc111 avatar drc111 commented on August 11, 2024

Thank you!

  • Sebastian

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.