Skip to content

Profile RNA-Seq Data Using TB Pathway Signatures

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jessmcc22/TBSignatureProfiler

 
 

Repository files navigation

TBSignatureProfiler

codecov

Documentation

Please check our website at https://compbiomed.github.io/TBSignatureProfiler-docs/.

What is the TBSignatureProfiler?

The TBSignatureProfiler is an R package that allows researchers to easily profile RNA-seq data using signatures for TB progression, TB disease, and other TB disease states, using common signature profiling tools including ASSIGN, GSVA, and ssGSEA.

Installation

The TBSignatureProfiler requires R Version 4.1 and Bioconductor 3.14.

  • Install the development version of the package from Github:
if (!requireNamespace("devtools", quietly=TRUE))
  install.packages("devtools")
devtools::install_github("compbiomed/TBSignatureProfiler")
  • Install the release version of the package from Bioconductor:
if (!requireNamespace("BiocManager", quietly=TRUE))
  install.packages("BiocManager")
BiocManager::install("TBSignatureProfiler")

About

Profile RNA-Seq Data Using TB Pathway Signatures

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%