-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: scMitoMut
Title: Single-cell Mitochondrial Mutation Analysis Tool
Version: 1.3.1
Authors@R: c(
person("Wenjie", "Sun", email = "[email protected]", role = c("cre", "aut"), comment=c(ORCID="0000-0002-3100-2346")),
person("Leila", "Perie", email = "[email protected]", role = "ctb")
)
Description:
This package is designed for calling lineage-informative mitochondrial
mutations using single-cell sequencing data, such as scRNASeq and scATACSeq
(preferably the latter due to RNA editing issues). It includes functions for
mutation calling and visualization. Mutation calling is done using
beta-binomial distribution.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.3.0)
Imports:
data.table,
Rcpp,
magrittr,
plyr,
stringr,
utils,
stats,
methods,
ggplot2,
pheatmap,
RColorBrewer,
rhdf5,
readr,
parallel,
grDevices
LinkingTo:
Rcpp,
RcppArmadillo
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), BiocStyle, knitr, rmarkdown, VGAM, R.utils
Config/testthat/edition: 3
BugReports: https://github.com/wenjie1991/scMitoMut/issues
URL: http://github.com/wenjie1991/scMitoMut
VignetteBuilder: knitr
NeedsCompilation: yes
biocViews: Preprocessing, Sequencing, SingleCell