knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/" )
DURIAN (Deconvolution and mUltitask-Regression-based ImputAtioN) is a hybrid, iterative method for imputation of drop-out in single-cell expression data. Automatic recovery of missing single-cell reads is supervised by deconvoluted bulk expression data.
For examples of pipelines involving DURIAN, users should consult the scripts used to generate the benchmarking and figures for our paper.
vignette("basic_usage")
.vignette("module_selection")
.vignette("signaling")
.```{julia,eval = FALSE} ENV["JULIA_PROJECT"]=pwd() ENV["R_HOME"]="/usr/local/lib/R" using Pkg Pkg.add("Distributed") Pkg.add("RCall") Pkg.build("RCall") using RCall
Pkg.add(url="https://github.com/mkarikom/DistributedStwdLDA.jl.git")
```r # Install the latest version and dependencies from github library(devtools) devtools::install_github("mkarikom/MuSiC@biobaseImport") devtools::install_github("mkarikom/mtSCRABBLE") install.packages("foreach") Sys.setenv(JULIA_HOME="/usr/local/julia-1.6.6/bin") install.packages("JuliaCall") library(JuliaCall) julia_setup(JULIA_HOME = Sys.getenv("JULIA_HOME"),verbose=TRUE,rebuild = TRUE,install=FALSE)
install_github("mkarikom/DURIAN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.