Results for "R-package"

Bookmarks

  • Citrus Perl

    Citrus Perl is a binary distribution of Perl created for GUI application developers. The distribution includes wxPerl, the Perl wrapper for wxWidgets. Where supported by the operating system wxWidgets is available as a package for the 2.8.x stable branch and the 2.9.x development branch.

    3931 days ago

  • Janggu - Deep learning for Genomics

    Janggu is a python package that facilitates deep learning in the context of genomics. The package is freely available under a GPL-3.0 license. Detail tutorial at https://janggu.readthedocs.io/en/latest/ USE cases https://github.com/wkopp/janggu_usecases

    1153 days ago

  • Bioinformatics Protocols

    RNA Seq Basic Galaxy Tutorial RNA-Seq tutorial based on Trapnell et al. (2012) Nature Protocols In this tutorial we cover the concepts of RNA-Seq differential...

    3667 days ago

  • Orange-Bioinformatics 2.5.34

    Orange Bioinformatics extends Orange, a data mining software package, with common functionality for bioinformatics. The provided functionality can be accessed as a Pytho...

    3513 days ago

  • A simple tutorial for a complex ComplexHeatmap

    ComplexHeatmap (Gu, Eils, and Schlesner (2016)) is an R Programming Language (R Core Team (2020)) package that is currently listed in the Bioconductor pac...

    1143 days ago

  • liftover

    Convenient conversions between genome assemblie. The liftover package makes it easy to remap genomic coordinates to a different genome assembly. More at https://github.com/aaronwolen/liftover https://www.bioconductor.org/help/workflows/liftOver/

    3023 days ago

  • BioToolbox

    This is a collection of libraries and high-quality end-user scripts for bioinformatic analysis, including working with gene annotation, collecting data scores from a var...

    3012 days ago

  • Venn Diagrams on R Studio

    First step: Install & load “VennDiagram” package. # install.packages('VennDiagram') library(VennDiagram) Second step: Load data Add filepath if “catdoge.csv” is not in working-directory. d <- read.csv("catdoge.csv")

    2946 days ago

  • Painless package development for R

    Devtools makes package development a breeze: it works with R’s existing conventions for code structure, adding efficient tools to support the cycle of package deve...

    2938 days ago