GenomicRanges Tutorial

Posted by Cooper on March 10, 2021

#Introduction

1
2
3
4
if (!require("BiocManager"))
    install.packages("BiocManager")
BiocManager::install("GenomicRanges")
library(GenomicRanges)

Reference: An Introduction to the GenomicRanges Package