View source: R/splicewiz_wrappers.R
get_genes_from_event_name | R Documentation |
Get gene names from spliceWiz's EventName column.
get_genes_from_event_name(x)
x |
a character vector denoting EventNames of SpliceWiz. |
a character vector of gene names
se <- SpliceWiz::SpliceWiz_example_NxtSE(novelSplicing = TRUE)
SpliceWiz::colData(se)$treatment <- rep(c("A", "B"), each = 3)
SpliceWiz::colData(se)$replicate <- rep(c("P","Q","R"), 2)
res_edgeR <- SpliceWiz::ASE_edgeR(se, "treatment", "A", "B", useQL = FALSE)
get_genes_from_event_name(res_edgeR$EventName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.