Skip to contents

This function combines GETSI (Gene Expression Tissue Specificity Index) data with RETSI (Regulatory Element Tissue Specificity Index) results, matching on gene symbols and cell types. It renames entropy columns, performs joins to merge relevant annotations, and resolves coordinate conflicts.

Usage

link_spicey_coaccessible(retsi_annotated_coacc, getsi)

Arguments

getsi

A data.frame or tibble containing GETSI results with at least the columns:

  • gene_id: gene gene_id

  • cell_type

  • GETSI

  • norm_entropy

  • seqnames, start, end

re

A data.frame or tibble containing RETSI results with at least the columns:

  • gene_coacc: gene symbols of the coaccessible gene to that region

  • cell_type

  • norm_entropy

  • seqnames, start, end, annotation, distanceToTSS, region, RETSI

Value

A data.frame with combined RETSI and GETSI information including entropy values, gene annotations, and harmonized genomic coordinates.