GithubHelp home page GithubHelp logo

hoarder's Introduction

hoardeR

R-package for information retrieval from various bioinformatic-related databases.

Installation

The package depends on quite a few libraries and it can be cumbersome to install them manually. The easiest way to install the latest version of the package is with the help of the devtools package like this

install.packages("devtools")
devtools::install_github("fischuu/hoardeR")

hoarder's People

Contributors

fischuu avatar

Stargazers

 avatar

Watchers

 avatar

hoarder's Issues

problem with installation

Hi,

Im trying to install hoardeR as i would like to use subPhased, but complains that is not available (for R version 3.4), i have tried with 3.2.5 but get the same problem.
Would you be so kind to help me with this issue?

Thanks a lot,
Laura

Unable to Use targetScan function with mapply

Hi @fischuu,
I have been using hoardeR for a project and it appears that there is an issue when using it with mapply. Instead of returning the data frame as expected it returns the following. I am providing my test code and will be happy to provide more information. Thanks for all your hard work on this package.
`test <- mapply(targetScan, mirna=c("hsa-miR-99b-5p", "hsa-miR-99b-3p", "hsa-miR-99a-5p"), species = c("Human", "Human", "Human"), release =c("7.2", "7.2", "7.2"), maxOut = c(5,5,5))'
Screen Shot 2022-02-08 at 19 25 14

Optimize getFastaFromBed

Currently the function loops through all entries in a bed data frame and loads one fasta file after another. This could be optimized by looping through the required Chromosomes instead, then each chromosomal fasta file would only be loaded once.

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.