Description Format See Also Examples
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
.
A data table
generate_encode_df_lite
, encode_df_full
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]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.