Package: rnaseqGene
Title: RNA-seq workflow: gene-level exploratory analysis and
        differential expression
Version: 1.0.0
Date: 2017-09-05
Authors@R: c(person(role=c("aut", "cre"), "Michael", "Love", email = "michaelisaiahlove@gmail.com"))
Description: Here we walk through an end-to-end gene-level RNA-seq differential
    expression workflow using Bioconductor packages.  We will start from
    the FASTQ files, show how these were aligned to the reference genome,
    and prepare a count matrix which tallies the number of RNA-seq
    reads/fragments within each gene for each sample.  We will
    perform exploratory data analysis (EDA) for quality assessment and to
    explore the relationship between samples, perform differential gene
    expression analysis, and visually explore the results.
Depends: R (>= 3.3.0), BiocStyle, airway, Rsamtools, GenomicFeatures,
        GenomicAlignments, BiocParallel, magrittr, DESeq2, vsn, dplyr,
        ggplot2, pheatmap, RColorBrewer, PoiClaClu, ggbeeswarm,
        genefilter, AnnotationDbi, org.Hs.eg.db, ReportingTools, Gviz,
        sva, fission,
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
biocViews: DifferentialExpression, RNASeq
Suggests: knitr, rmarkdown
NeedsCompilation: no
URL: https://www.bioconductor.org/help/workflows/rnaseqGene/
Packaged: 2017-09-15 23:07:00 UTC; SYSTEM
Author: Michael Love [aut, cre]
Maintainer: Michael Love <michaelisaiahlove@gmail.com>
Built: R 3.4.0; ; 2017-09-15 23:14:40 UTC; windows
