ENCODE metadata sample obtained by running the following code:
1 2 3 4 5 6 | gene <- "EIF4G1"
cellLine <- "HepG2"
ENCODEmetadata <- downloadENCODEknockdownMetadata(cellLine, gene)
table(ENCODEmetadata$`Experiment target`)
length(unique(ENCODEmetadata$`Experiment target`))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.