Skip to content

changxinw/CompassR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompassR

Overview

We developed CompassR to support more in-depth analyses and visualizations of CRE-gene linkages. CompassR is an open source R package built upon CompassDB. CompassR can be used to analyze and visualize CRE-gene linkages in one or multiple samples, and identify TFs whose motifs are enriched in selected CREs.

Installation

To install the latest release of CompassR from GitHub:

if (!requireNamespace("remotes", quietly = TRUE))
    install.packages("remotes")
remotes::install_github("changxinw/CompassR")

Tutorial

Here, we provide three examples for using CompassR from tissue level, celltype level, and single-sample level.

  1. Tissue level: Please go the the tissue_example.Rmd for tissue-level example.
  2. Celltype level: Please go the the celltype_example.Rmd for celltype-level example.
  3. Sample level: Please go the the sample_example.Rmd for sample-level example.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages