-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.3 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
45
46
47
48
49
50
51
52
53
54
55
56
Package: BioSeqUtils
Title: Extract Sequence of Different Features From Annotation and Genome File
Version: 0.0.9
Maintainer: Jun Zhang <3219030654@stu.cpu.edu.cn>
Authors@R:
person("Jun", "Zhang", , "3219030654@stu.cpu.edu.cn", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: For Extracting multiple different features sequence of gene, here supply
a way to get the sequence like exon,5UTR,3UTR,CDS,intron from your own local GTF/GFF
annotation file and genome file. Track visualization is good choice for this package.
Other useful functions are implemented.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
Biostrings,
data.table,
DescTools,
dplyr,
fastplyr,
furrr,
GenomicRanges,
ggbio,
ggh4x,
ggnewscale,
ggplot2,
ggrepel,
HiCcompare,
jjAnno,
jjPlot,
magrittr,
megadepth,
methods,
plotgardener,
plyr,
plyranges,
progress,
purrr,
RColorBrewer,
reticulate,
rhdf5,
rtracklayer,
scales,
tibble,
tidyr,
utils,
zplyr
Remotes:
burchill/zplyr,
junjunlab/jjAnno,
junjunlab/jjPlot
biocViews: Biostrings,GenomicRanges,rtracklayer,plotgardener,megadepth,ggbio
Depends:
R (>= 2.10)
LazyData: true