Efficiently retrieve only certain assays for all features
1 2 3 4 5 6 | get_all_results(
ods,
assays = c("pValue", "zScore"),
meta = c("feature_id"),
id.as.int = F
)
|
ods |
OUTRIDER data set |
assays |
to subset which values are to be extracted. Vector can either be empty or contain only names of existing assays in the ods (names(assays(ods))) |
meta |
metadata columns to include |
id.as.int |
wether gene name should be coerced to integer (useful for feature_ids) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.