RnaSeqTutorial-functionalGenomics: Functional Genomics High-Level functions

Description Usage Arguments Value Examples

Description

High level functions for the Functional Genomics course computer lab

Usage

1
2
readAbundance(x, pattern = character(0), type = c("kallisto",
  "salmon"))

Arguments

x

a character value (readAbundance), a DESeqDataSet (reportSizeFactor, transform) or a matrix (all other functions)

pattern

a character pattern to match the abundance files (readAbundance)

type

a character value to define the type of quantification (readAbundance)

y

a data.frame (createDESeqDataSet amd plotPca)

design

a design expression (createDESeqDataSet)

Value

TODO FIXME

Examples

1
2
3
4
5
6
7
## Not run: 
  counts <- readAbundance(x="path-to-kallisto-output-dir")
  nonExpressed(counts)
  rawDataMeanPlot(counts)
  rawDataSamplePlot(counts)

## End(Not run)

UPSCb/RnaSeqTutorial documentation built on Nov. 24, 2020, 12:40 a.m.