check_gene_pair | R Documentation |
This function is called internally by find_codiu_genes
to iteratively check each gene pair for isoform co-expression.
check_gene_pair(pair, intersections)
pair |
A character vector of length 2 containing gene IDs for a candidate gene pair. |
intersections |
A data.frame including binary presence/absence patterns
for genes across clusters. Typically, the output of |
A logical indicating whether the pair of genes under evaluation presents isoform co-expression across any of the analyzed clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.