find_codiu_genes | R Documentation |
This function reports pairs of genes that present co-expressed isoforms given a list of previously-detected isoform clusters. The aim is to enable co-Differential Isoform Usage (co-DIU) analysis on the returned gene pairs, which will be candidates for co-DIU.
find_codiu_genes(cluster_list, gene_tr_table, parallel = TRUE, t = 4)
cluster_list |
A list of character vectors containing isoform IDs. Each element of the list represents a cluster of isoforms. |
gene_tr_table |
A data.frame or tibble object containing two columns
named |
parallel |
A logical. When |
t |
An integer indicating the number of threads to be used for
parallelization. This will be passed to the |
We define coordinated splicing patterns as a situation where post-transcriptional regulation, defined by isoform expression, can be detected independently of transcriptional regulation, i.e. gene-level expression. To detect splicing coordination, we defined co-Differential Isoform Usage (co-DIU) as a pattern where a group of genes shows co-expression of their isoforms, but no co-expression can be detected when only gene expression is considered. In the context of our pipeline, a set of potentially co-DIU genes will have at least two of their isoforms assigned to the same clusters, therefore showing detectable isoform-level co-expression, and suggesting coordinated splicing regulation in that group of genes (see Arzalluz-Luque et al. 2021).
A matrix containing two rows and as many columns as potentially
co-DIU gene pairs detected, that is, genes co-expressing isoforms across
two or more clusters. Genes will be represented by the IDs provided in
{gene_tr_table}
.
Arzalluz-Luque2021acorde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.