Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 469 Bytes

KEGGmeta

Ucell is used to calculate the metabolic score of every single cell based on gene expression value. The metabolic score was assessed with the KEGG metabolic gene sets library. KEGGmeta is an R package for comparing the metabolic changes between different conditions with single-cell RNA-seq data.

Installation

if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}
devtools::install_github("littleju777/KEGGmeta")