Bioconductor
- Where do I start using Bioconductor? blog post by Leo.
- How to ask for help for Bioconductor packages blog post by Leo.
- Bioconductor workflows such as rnaseqGene and sequencing are very helpful to get started in the RNA sequencing (RNA-seq) field.
- BioC2019 workshops are available here.
- limma: is one of the main packages we use for analyzing data, particularly with the limma-voom method. Check the Bioconductor workflows that explain limma in more detail here.
- GenomicRanges: is the package we use for interacting with genomic data across ranges. Check the introduction for more information.
- SummarizedExperiment: is the package we use for creating and interacting with
RangedSummarizedExperiment
objects.
- bsseq: is highly useful for analyzing DNA methylation data, particularly whole genome bisulfite sequencing (WGBS) data.
- Biostrings: is useful for dealing with sequence information such as the human genome sequence.
- recount: contains the
getRPKM
function that we use frequently and allows accessing data from many human RNA-seq projects.
- derfinder: contains functions for BigWig files and other related RNA-seq methods.