-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
25 lines (25 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
Package: PolyAtailor
Type: Package
Title: a toolkit for analyzing poly(A) tail length dynamics from xxx
RNA-seq data
Version: 0.1.0
Author: person("Mengfei","Liu",email="[email protected]",role=c("aut", "cre"))
Maintainer: Mengfei Liu <[email protected]>
Description: This package contains most of the functions required in poly(A) tail research, including tail recognition from sequence, tail length calculation, non-A base recognition and quantifying tail, PA site determination, tail length difference significance detection, basic data statistics, and so on.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: Biostrings, conflicted, data.table, DescTools, dplyr, eoffice,
esquisse, GeneAnswers, GenomicRanges, GGally,
ggplot2, ggpubr, ggsci, ggthemes, gridExtra, magrittr, movAPA,
org.At.tair.db, org.Hs.eg.db, org.Mm.eg.db, plotrix, purrr,
remotes, Rsamtools, seqRFLP, ShortRead, sqldf, stringi,
stringr, tidyr, UpSetR, VennDiagram,
TxDb.Athaliana.BioMart.plantsmart28,
BSgenome.Athaliana.TAIR.TAIR9, RColorBrewer, pracma
Depends: R (>= 3.1.0), tidyverse
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-12-27 05:17:21 UTC; 飞飞飞