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 ✨🎆✨
- Host: GitHub
- URL: https://github.com/neurogenomics/phenomix
- Owner: neurogenomics
- Created: 2021-07-26T11:29:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:01:35.000Z (9 months ago)
- Last Synced: 2025-02-08T17:16:59.832Z (4 months ago)
- Topics: decomposition-algorithm, dimensionality-reduction, genomics, gwas, phenomics
- Language: Jupyter Notebook
- Homepage:
- Size: 64.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.Rmd
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()
```