GitHub - genesofeve/projectR (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Overview
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 and the Bioinformatics article to learn more about projectR.