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
|
Source: r-bioc-structuralvariantannotation
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-structuralvariantannotation
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-structuralvariantannotation.git
Homepage: https://bioconductor.org/packages/StructuralVariantAnnotation/
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-bioc-genomicranges,
r-bioc-rtracklayer,
r-bioc-variantannotation,
r-bioc-biocgenerics,
r-cran-assertthat,
r-bioc-biostrings,
r-cran-stringr,
r-cran-dplyr,
r-cran-rlang,
r-bioc-genomicfeatures,
r-bioc-iranges,
r-bioc-s4vectors,
r-bioc-summarizedexperiment,
r-bioc-genomeinfodb
Testsuite: autopkgtest-pkg-r
Package: r-bioc-structuralvariantannotation
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Variant annotations for structural variants
StructuralVariantAnnotation contains useful helper
functions for dealing with structural variants in VCF format.
The packages contains functions for parsing VCFs from a number
of popular callers as well as functions for dealing with
breakpoints involving two separate genomic loci encoded as
GRanges objects.
|