tidy_vst_expr | R Documentation |
Reshape a wide vast-tools expression table to a long format
tidy_vst_expr(
data,
expression_unit = c("TPM", "cRPKM"),
ID_cols = c("ID", "NAME", "Names", "ensembl_gene_id")
)
data |
A dataframe generated with |
expression_unit |
Character: either |
ID_cols |
The columns names to use as IDs in |
A reshaped data.frame
in long format as tibble
.
grep_gene_expression(path_to_vst_Expression_tbl, ensembl_gene_id) |>
tidy_vst_expr(ID_cols = "ensembl_geneid", expression_unit = "TMP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.