Skip to content

Latest commit

History

History
executable file
19 lines (13 loc) 路 410 Bytes

README.md

File metadata and controls

executable file
19 lines (13 loc) 路 410 Bytes

exp2vec

Tissue-specific gene embeddings trained on GTEx data.

Installing dependencies

To restore the R package dependencies used by this project:

renv::restore()

This pipeline uses an older version of text2vec (0.5.1), which will require compilation (and thus Rtools on Windows). You can also install it manually by running:

remotes::install_version("text2vec", version = "0.5.1")