-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
66 lines (66 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
66
Package: GenomicDistributions
Version: 1.11.1
Date: 2024-04-26
Title: GenomicDistributions: fast analysis of genomic intervals with Bioconductor
Description: If you have a set of genomic ranges, this package can help you with
visualization and comparison. It produces several kinds of plots, for example:
Chromosome distribution plots, which visualize how your regions are distributed
over chromosomes; feature distance distribution plots, which visualizes how
your regions are distributed relative to a feature of interest, like
Transcription Start Sites (TSSs); genomic partition plots, which visualize
how your regions overlap given genomic features such as promoters, introns,
exons, or intergenic regions. It also makes it easy to compare one set of
ranges to another.
Authors@R: c(
person("Kristyna", "Kupkova", role=c("aut", "cre"),
email = "[email protected]"),
person("Jose", "Verdezoto", role="aut"),
person("Tessa", "Danehy", role="aut"),
person("John", "Lawson", role="aut"),
person("Jose", "Verdezoto", role="aut"),
person("Michal", "Stolarczyk", role="aut"),
person("Jason", "Smith", role="aut"),
person("Bingjie", "Xue", role="aut"),
person("Sophia", "Rogers", role="aut"),
person("John", "Stubbs", role="aut"),
person(given=c("Nathan", "C."), "Sheffield",
email = "[email protected]", role="aut"))
Depends:
R (>= 4.0),
IRanges,
GenomicRanges
Imports:
data.table,
ggplot2,
reshape2,
methods,
utils,
Biostrings,
plyr,
dplyr,
scales,
broom,
GenomeInfoDb,
stats
Suggests:
AnnotationFilter,
rtracklayer,
testthat,
knitr,
BiocStyle,
rmarkdown,
GenomicDistributionsData
Enhances:
BSgenome,
extrafont,
ensembldb,
GenomicFeatures
LazyData: true
VignetteBuilder: knitr
License: BSD_2_clause + file LICENSE
biocViews: Software, GenomeAnnotation, GenomeAssembly, DataRepresentation, Sequencing,
Coverage, FunctionalGenomics, Visualization
RoxygenNote: 7.2.0
URL: http://code.databio.org/GenomicDistributions
BugReports: http://github.com/databio/GenomicDistributions
Encoding: UTF-8