Description Usage Arguments Value See Also Examples
View source: R/summaryBuilders.R
ENCODE files are automatically split by biosample_description (which will separate samples from different cell fractions or sequencing methods) and by the treatment columns.
1 2 3 4 5 6 7 8 | queryExpressionGeneric(
biosample_name,
level = "gene quantifications",
assay = NULL,
assembly = NULL,
simplify = TRUE,
use_interactive = FALSE
)
|
biosample_name |
The cell-line/tissue for which average expression levels should be queried. |
level |
The type of expression level to summarize, either "gene quantifications" or "transcript quantifications". |
assay |
The assay type to summarize. If |
assembly |
The target genomic assembly. If |
simplify |
If TRUE, non-discriminatory columns are removed from the metadata, and if only one sample group is found, it is renamed "All". |
use_interactive |
If TRUE, the user will be prompted to select prefered metadata values when multiple possibilities are available. |
An object of class ENCODEExpressionSummary.
buildExpressionSummary
,
queryGeneExpression
1 | queryExpressionGeneric("bone marrow")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.