ENCODEmetadata {cTRAP}R Documentation

ENCODE metadata sample

Description

ENCODE metadata sample obtained by running the following code:

gene <- "EIF4G1"
cellLine <- "HepG2"
ENCODEmetadata <- downloadENCODEknockdownMetadata(cellLine, gene)

table(ENCODEmetadata$`Experiment target`)
length(unique(ENCODEmetadata$`Experiment target`))

[Package cTRAP version 1.8.0 Index]