Description Usage Arguments Details Value Examples
After running the prepare_ENCODEDb
function, this function will allow
you to extract a subset of data encording to the following criteria :
accession, assay name, biosample, dataset accession, file accession,
file format, laboratory, donor organism, target and treatment.
1 2 3 4 5 |
df |
|
set_accession |
character string to select the experiment or dataset accession |
assay |
character string to select the assay type |
biosample |
character string to select the biosample name |
dataset_accession |
character string to select the dataset accession |
file_accession |
character string to select the file accesion |
file_format |
character string to select the file format |
lab |
character string to select the laboratory |
organism |
character string to select the donor organism |
target |
character string to select the experimental target |
treatment |
character string to select the treatment |
file_status |
character string to select the file status ("released", "revoked", "all"). Default "released" |
status |
character string to select the dataset/experiment status |
fixed |
logical. If TRUE, pattern is a string to be matched as it is. |
By default, the query can be made on an exact match term. This behaviour can
be modified by setting the fixed
argument at TRUE
a list
of two data.frame
s containing data about ENCODE
experiments and datasets
1 | queryEncode(biosample = "A549", file_format = "bam")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.