-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 845 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 845 Bytes
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
Package: scanBit
Type: Package
Title: A Set of Tools to Analyze SNV Data in Single Cell RNA-seq
Version: 1.0.1
Author: Matt Cannon
Maintainer: Matt Cannon <matthewvc1@gmail.com>
Description: This is a set of functions to analyze variants in single cell data.
The primary purpose is to help distinguish tumor cells. Primarily designed for
use by folks within the Roberts lab but may be of use to others.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
magrittr,
dplyr,
readr,
stringr,
utils,
stats,
ggplot2,
patchwork,
png,
ggpubr
Depends: R (>= 3.5.0)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
tibble,
Seurat,
tidyverse
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-06-03 17:21:13 UTC; mvc002
VignetteBuilder: knitr