Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.lintr 100644 0 kb
.travis.yml 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 15 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
# Overview [![R-CMD-check](https://github.com/genesofeve/projectR/actions/workflows/r-build-check.yml/badge.svg)](https://github.com/genesofeve/projectR/actions/workflows/r-build-check.yml) An R package for creating projection matrices from gene weights extracted from high dimensional genomic analysis. The most up-to-date version of *projectR* can be installed directly from the Github Repository: ## Installation ``` ## Method 1 from Bioconductor ## Deprecated for now; use Method 2 instead BiocManager::install("projectR") ## Method 2 from Github BiocManager::install("genesofeve/projectR") ``` ## Getting Started We recommend going through the [vignette](https://www.bioconductor.org/packages/release/bioc/vignettes/projectR/inst/doc/projectR.pdf) and the [Bioinformatics article](https://academic.oup.com/bioinformatics/article/36/11/3592/5804979) to learn more about **projectR**.