-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.16 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
Package: BioSeqUtils
Title: Extract Sequence of Different Features From Annotation and Genome File
Version: 0.0.9
Maintainer: Jun Zhang <[email protected]>
Authors@R:
person("Jun", "Zhang", , "[email protected]", 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,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