TransProRBook

TransProR User Manual.
Author

Dongyue Yu

Published

October 18, 2023

Preface

Analysis and visualization of transcriptomic data are currently in progress. Future directions include multi-modal fusion, sparse learning, and the investigation of spatio-temporal effects.

TransProR Installation

You can install the released version of TransProR from CRAN with:

install.packages("TransProR")

You can install the development version of TransProR like so:

install.packages("devtools")
devtools::install_github("SSSYDYSSS/TransProR")

install.packages("remotes")
devtools::install_github("SSSYDYSSS/TransProR")

System Requirements

  • R (>= 2.10)

Citation

Yu Dongyue (2023). TransProR: Analysis and visualization of transcriptomic data are currently in progress. Future directions include multi-modal fusion, sparse learning, and the investigation of spatio-temporal effects. https://github.com/SSSYDYSSS/TransProR, https://sssydysss.github.io/TransProRBook/.

Contributing

This manual is free and open source, so please do open an issue if you notice a problem!