-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 825 Bytes
/
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
Package: Infernape
Title: Identify and quantify 3'UTR peaks from scRNA-seq data
Version: 0.1.0
Authors@R:
person("Bowei", "Kang", , "[email protected]", role = c("aut", "cre"))
Description: Identify and quantify 3'UTR peaks from scRNA-seq data. First step is peak calling.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
BiocGenerics,
Biostrings,
BSgenome,
BSgenome.Mmusculus.UCSC.mm10,
doParallel,
dplyr,
foreach,
GenomeInfoDb,
GenomicAlignments,
GenomicRanges,
ggplot2,
IRanges,
magrittr,
Matrix,
MGLM,
parallel,
plyr,
Rsamtools,
S4Vectors,
stats,
tictoc,
tidyr,
utils
URL: https://github.com/kangbw702/Infernape
BugReports: https://github.com/kangbw702/Infernape/issues