prepareENCODEgeneExpression: Load ENCODE gene expression data

Description Usage Arguments Value See Also Examples

View source: R/ENCODE.R

Description

Load ENCODE gene expression data

Usage

1

Arguments

samples

List of loaded ENCODE samples

Value

Data frame containing gene read counts

See Also

convertENSEMBLtoGeneSymbols()

Other functions related with using ENCODE expression data: downloadENCODEknockdownMetadata(), loadENCODEsamples(), performDifferentialExpression()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
if (interactive()) {
  # Load ENCODE metadata for a specific cell line and gene
  cellLine <- "HepG2"
  gene <- "EIF4G1"
  ENCODEmetadata <- downloadENCODEknockdownMetadata(cellLine, gene)

  # Load samples based on filtered ENCODE metadata
  ENCODEsamples <- loadENCODEsamples(ENCODEmetadata)[[1]]

  prepareENCODEgeneExpression(ENCODEsamples)
}

cTRAP documentation built on Nov. 8, 2020, 10:58 p.m.