-
Notifications
You must be signed in to change notification settings - Fork 99
/
DESCRIPTION
22 lines (22 loc) · 931 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: MuSiC
Type: Package
Title: Multi-subject single cell deconvolution
Version: 1.0.0
Authors@R: c(person("Xuran", "Wang", role = c('aut', 'cre'), email = '[email protected]'),
person("Jiaxin", "Fan", role = c('aut'), email = '[email protected]'))
Maintainer: Xuran Wang <[email protected]>
Description: Companion package to: A bulk tissue deconvolution method with multi-subject single cell expression reference. This package provide functions to estimate bulk tissue cell type proportions with multi-subject single cell expression as reference.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.2), nnls (>= 1.4), ggplot2 (>= 2.2.1), TOAST (>= 1.10.1)
Imports:
Biobase,
SingleCellExperiment,
Matrix,
MCMCpack
URL: https://github.com/xuranw/MuSiC
BugReports: https://github.com/xuranw/MuSiC/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Remotes: