get_mouse_tissue_devel_tbl | R Documentation |
Wrapper function to import pre-processed vast-tool analysis tables of Mouse Development ENCODE data.
get_mouse_tissue_devel_tbl(
inclusion_tbl = NULL,
vst_expression_tbl = NULL,
metadata_path = NULL,
ensembl_gene_id,
vst_id,
filter_tbl = TRUE
)
inclusion_tbl |
Path to vast-tools inclusion table that contains a |
vst_expression_tbl |
Path to a vast-tools expression table (either |
metadata_path |
A path to a metadata table. Use default ( |
ensembl_gene_id |
A valid Mouse ENSEMBL gene ID. |
vst_id |
A valid Mouse Vast-tools ID. |
filter_tbl |
Whether you want the full table to the filtered one with all the data. |
A tibble
plot_mouse_tissue_devel()
# Get Pax6 gene expression and Pax6 exon 6 PSI across mouse tissues development.
get_mouse_tissue_devel_tbl(ensembl_gene_id = "ENSMUSG00000027168", vst_id = "MmuEX0033804")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.