loadENCODEsamples: Load ENCODE samples

Description Usage Arguments Value See Also Examples

View source: R/ENCODE.R

Description

Samples are automatically downloaded if they are not found in the current working directory.

Usage

1

Arguments

metadata

Character: ENCODE metadata

Value

List of loaded ENCODE samples

See Also

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

Examples

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

  # Load samples based on filtered ENCODE metadata
  loadENCODEsamples(ENCODEmetadata)
}

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