-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.46 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: transmogR
Type: Package
Title: Modify a set of reference sequences using a set of variants
Version: 1.3.0
Authors@R: person("Stevie", "Pederson",
email = "stephen.pederson.au@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8197-3303")
)
Description: transmogR provides the tools needed to crate a new reference
genome or reference transcriptome, using a set of variants. Variants can
be any combination of SNPs, Insertions and Deletions. The intended
use-case is to enable creation of variant-modified reference
transcriptomes for incorporation into transcriptomic pseudo-alignment
workflows, such as salmon.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/smped/transmogR
BugReports: https://github.com/smped/transmogR/issues
Depends:
Biostrings,
GenomicRanges
Imports:
BSgenome,
dplyr,
GenomeInfoDb,
GenomicFeatures,
ggplot2 (>= 3.5.0),
IRanges,
jsonlite,
matrixStats,
methods,
parallel,
rlang,
scales,
stats,
S4Vectors,
SummarizedExperiment,
VariantAnnotation,
vroom
Suggests:
BiocStyle,
BSgenome.Hsapiens.UCSC.hg38,
ComplexUpset,
extraChIPs,
InteractionSet,
knitr,
rmarkdown,
rtracklayer,
testthat (>= 3.0.0)
biocViews: Alignment, GenomicVariation, Sequencing, TranscriptomeVariant
BiocType: Software
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3