Results for "R"

Tags

  • Next generation sequencing in R or bioconductor environment

    There are many R software and bioconductor packages for NGS data analysis, some of them are as follows Biostrings The Biostrings package from Bioconductor provides an advanced environment for efficient sequence management and analysis in R. It contains many speed and memory effective string con...

    Tags: Bioinformatics, Computational Biology, NGS, R, Bioconductor, Packages, Modules, Next generation sequencing

    3624 days ago

  • A guide for complete R beginners !

    This tutorial is intended to introduce users quickly to the basics of R, focusing on a few common tasks that  biologists need to perform  some basic analysis:  load a table, plot some graphs, and perform some basic statistics. More extensive tutorials can be found on the project we...

    Tags: Bioinformatics, Computational Biology, Education, Tutorial, R, Basics

    3360 days ago

  • Import R Data

    It is often necessary to import sample textbook data into R before you start working on your homework. Excel File Quite frequently, the sample data is in Excel format, and needs to be imported into R prior to use. For this, we can use the function read.xls from the ...

    Tags: Import, R, Data

    2488 days ago