| downloadENCODEsamples {cTRAP} | R Documentation |
Download ENCODE samples
downloadENCODEsamples(metadata)
metadata |
Character: ENCODE metadata |
List of loaded ENCODE samples
if (interactive()) {
# Download ENCODE metadata for a specific cell line and gene
cellLine <- "HepG2"
gene <- "EIF4G1"
ENCODEmetadata <- downloadENCODEknockdownMetadata(cellLine, gene)
# Download samples based on filtered ENCODE metadata
ENCODEsamples <- downloadENCODEsamples(ENCODEmetadata)
}