encode_df_lite: ENCODE file metadata, Light version

Description Format See Also Examples

Description

Metadata for the files made available by ENCODE database as a data.table object. See inst/scripts/make-data.R for the generation process. encode_df_lite contains a curated subset of the full metadata and is faster to load and easier to work with than encode_df_full.

Format

A data table

See Also

generate_encode_df_lite, encode_df_full

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
    # You can use AnnotationHub to retrieve encode_df_lite.
    library(AnnotationHub)
    hub <- AnnotationHub()
    myfiles <- subset(hub, title=="ENCODE File Metadata (Light, 2019-04-12 build)")

    # You can then have a look at the metadata of the retrieved object.
    myfiles

    # Finally, you can access the data.table itself by indexing into the 
    # object returned by subset.
    myfiles[[1]]

ArnaudDroitLab/ENCODExplorerData documentation built on Oct. 8, 2020, 1:32 a.m.