An open API service indexing awesome lists of open source software.

https://github.com/neurogenomics/phenomix

Explore the phenome ✨🎆✨
https://github.com/neurogenomics/phenomix

decomposition-algorithm dimensionality-reduction genomics gwas phenomics

Last synced: 3 months ago
JSON representation

Explore the phenome ✨🎆✨

Awesome Lists containing this project

README

        

---
title: ""
author: "`r rworkflows::use_badges(branch = 'main')`"
date: "

Most recent update: `r format( Sys.Date(), '%b-%d-%Y')`

"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
```

## `r description`

## Installation

```{r, eval=FALSE}
if(require("remotes") install.packages("remotes")
remotes::install_github("neurogenomics/phenomix")
```

## Documentation

### [Documentation site](https://neurogenomics.github.io/phenomix)
### [Vignette: Celltype enrichment](https://neurogenomics.github.io/phenomix/articles/celltype_enrichment.html)

# Session Info

```{r Session Info}
utils::sessionInfo()
```