Skip to content
/ MELODY Public

Cell deconvolution method for whole bllod RNA seq samples

Notifications You must be signed in to change notification settings

mackaay/MELODY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MELODY

Cell deconvolution for whole blood RNAseq samples

Installation You can install the released version of MELODY from github with:

install.packages("devtools")
devtools::install_github("mackaay/MELODY")

install.packages("e1071")
install.packages("furrr")

Example

library(e1071)
library(furrr)
library(MELODY)
data("blood_signature")
data("example")
results <- MELODY(sig_matrix = blood_signature, mixture_file = example)

About

Cell deconvolution method for whole bllod RNA seq samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages