Giter Site home page Giter Site logo

zhenlisme / heliano Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 1.0 1.43 MB

HELIANO is a software for detection and classification of Helitron-like elements.

Home Page: https://github.com/Zhenlisme/HELIANO/

License: GNU General Public License v3.0

Shell 2.33% R 9.10% Python 88.57%
helentron helitron transposon-detection

heliano's People

Contributors

npollet avatar zhenlisme avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

creeki

heliano's Issues

Do we need RepeatMasker with RC.representative.fa after HELIANO running

Hi, @Zhenlisme

Thanks for this nice tool! I am just curious about the postprocessing of Heliano output. Should we use RC.representativate.fa for RepeatMasker to get an estimation of the fragmented one? Or RC.representativate.bed should be the result I should use to complementary with other TEs annotation gff (such as EDTA, RepeatModeler2)

Question: Evalue cutoffs for HELIANO

Hi @Zhenlisme,

Super cool tool, and great paper to go with it! I just had a question about the E-value cutoffs used in HELIANO.

My understanding was that a lower Evalue was better, for example with an Evalue of 0.001 being worse than 0.00001 (ie a lower chance of finding the sequence by random chance). In the main python script, it looks like sequences are filtered out if they have an Evalue lower than 1e-5 (0.00001). Does this mean that sequences with very low Evalues are filtered out? Should it be sequences with Evalues higher than 1e-5 that are removed?

E.g Line 260-262 in the main script:

c_evalue, i_evalue = splitlines[11:13]
                if float(c_evalue) > 1e-5 or float(i_evalue) > 1e-5:
                    continue

Maybe I misunderstood how this is filtered too, so apologies in advance if I have got confused!

Thanks!

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.