Skip to content

Tuteja-Lab/TissueEnrich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TissueEnrich: R package to carry out tissue-specific gene enrichment.

Requirement

You need R version above 3.2 to run this application. Other dependencies are:

  • dplyr (>= 0.7.3)
  • ensurer (>= 1.1)
  • ggplot2 (>= 2.2.1)
  • tidyr (>=0.8.0)

How to install the R package

  • Download or fork the bitbucket repository
  • Open R terminal or RStudio terminal
  • Install Dependencies
  • install.packages(c("dplyr","ensurer","ggplot2","tidyr"))
  • Set the current path to the Bitbucket repository setwd(<Path of bitbucket repository>)
  • Run command install.packages("TissueEnrich_1.0.0.tar.gz", repos = NULL, type="source")

More about the package

  • Check more details about the package in the vignette vignette(“TissueEnrich”)

About

R package for tissue-specific gene enrichment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages