Description Usage Arguments Value
Given an encode biosample identifier (GM12878, MCF-7, etc.), this function retrieved processed expression levels.
1 2 3 | download_encode_rna(biosample, assembly,
download.filter = default_download_filter_rna,
download.dir = file.path("input/ENCODE", biosample, assembly, "rna-seq"))
|
biosample |
The biosample identifier from ENCODE. Valid examples are GM12878, K562 or MCF-7. |
download.filter |
A filtering function to be applied to the experiment
data-frame returned by |
download.dir |
The folder where the downloaded files should be stored.
defaults to |
genome.assembly |
Which genome assembly should the results come from? |
A list containing three elements:
The metadata returned by queryEncode, containing information about all files which matched the query.
The list of files which were downloaded.
A data-frame with processed expression levels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.