Results for "R"

Tags

  • Fitting a neural network in R; neuralnet package http://www.r-bloggers.com/fitting-a-neural-network-in-r-neuralnet-package/ #R #Neural #Network #Neuralnet

    Tags: R, Neural, Network, Neuralnet

    3130 days ago

  • #Bioinformatics, #R, #Genomics and #big #data #tutorial https://bioconductor.org/help/course-materials/

    Tags: Bioinformatics, R, Genomics, big, data, tutorial

    3045 days ago

  • Machine Learning Pipelines for R https://www.r-bloggers.com/machine-learning-pipelines-for-r/ #R #Machine #Learning

    Tags: R, Machine, Learning

    2537 days ago

  • #R training/learning @ stanford https://lagunita.stanford.edu/courses/HumanitiesSciences/StatLearning/Winter2016/about

    Tags: R

    3021 days ago

  • #R #workshop http://bitsathy.ac.in/event/asbur/index.html #India #DBT

    Tags: R, workshop, India, DBT

    3002 days ago

  • A Typical Annoying #Example of using #R/BioConductor http://moo.nac.uci.edu/~hjm/R_BioC_example.html

    Tags: Example, R

    2984 days ago

  • Efficient genome searching with Biostrings and the BSgenome data package

    Tags: BioStrings, R, Search, Pattern, Genome, Chromosome, Bioinformatics

    2965 days ago

  • #R #PiratePlot are cool, and impressive http://www.r-bloggers.com/the-pirate-plot-2-0-the-rdi-plotting-choice-of-r-pirates/

    Tags: R, PiratePlot

    2935 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")

    Tags: Bioinformatics, Computational Biology, R, VennDiagram, Plot, R

    2915 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 development. With devtools, developing a package becomes so easy that it will be your default layout whenever you’re writing a...

    Tags: Bioinformatics, R, Dev, Package, Devtools, RPackages, Tutorial

    2908 days ago