Code Monkey home page Code Monkey logo

planttfhunter's Introduction

planttfhunter

GitHub issues Lifecycle: stable R-CMD-check-bioc Codecov test coverage

The goal of planttfhunter is to identify plant transcription factors from protein sequence data and classify them into families and subfamilies using the classification scheme implemented in PlantTFDB.

Installation instructions

Get the latest stable R release from CRAN. Then install planttfhunter from Bioconductor using the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("planttfhunter")

And the development version from GitHub with:

BiocManager::install("almeidasilvaf/planttfhunter")

Citation

Below is the citation output from using citation('planttfhunter') in R. Please run this yourself to check for any updates on how to cite planttfhunter.

print(citation('planttfhunter'), bibtex = TRUE)
#> 
#> To cite package 'planttfhunter' in publications use:
#> 
#>   Almeida-Silva F, Van de Peer Y (2022). _planttfhunter: Identification
#>   and classification of plant transcription factors_. R package version
#>   0.99.0, <https://github.com/almeidasilvaf/planttfhunter>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {planttfhunter: Identification and classification of plant transcription factors},
#>     author = {Fabrício Almeida-Silva and Yves {Van de Peer}},
#>     year = {2022},
#>     note = {R package version 0.99.0},
#>     url = {https://github.com/almeidasilvaf/planttfhunter},
#>   }

Please note that the planttfhunter project was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the planttfhunter project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

This package was developed using biocthis.

planttfhunter's People

Contributors

almeidasilvaf avatar

Watchers

 avatar

planttfhunter's Issues

Error: Target Sequence Length Exceeds Limit (While Using Multiple Species)

Hello,

I'm impressed with the tool's capabilities, but I've run into a problem that I believe needs attention.
I encountered the following error while running PlantTFHunter:
`if(hmmer_is_installed()) {

  • tf_counts <- get_tf_counts(proteomes)
  • }
    Fatal exception (source file p7_pipeline.c, line 714):
    Target sequence length > 100K, over comparison pipeline limit.
    (Did you mean to use nhmmer/nhmmscan?)
    Aborted (core dumped)`
    It appears that the target sequence length exceeds the comparison pipeline limit.
    Thank you for your assistance.

Best regards,
Praveen

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.