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
|
Source: r-cran-gprofiler2
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-jsonlite,
r-cran-rcurl,
r-cran-ggplot2,
r-cran-plotly,
r-cran-tidyr,
r-cran-crosstalk,
r-cran-gridextra,
r-cran-viridislite,
r-cran-dplyr,
r-cran-knitr,
r-cran-markdown
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-gprofiler2
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-gprofiler2.git
Homepage: https://cran.r-project.org/package=gprofiler2
Rules-Requires-Root: no
Package: r-cran-gprofiler2
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Breaks: r-cran-gprofiler
Replaces: r-cran-gprofiler
Description: Interface to the 'g:Profiler' Toolset
A toolset for functional enrichment analysis and visualization,
gene/protein/SNP identifier conversion and mapping orthologous genes
across species via 'g:Profiler' (<https://biit.cs.ut.ee/gprofiler>). The
main tools are:
(1) 'g:GOSt' - functional enrichment analysis and visualization of
gene lists;
(2) 'g:Convert' - gene/protein/transcript identifier conversion across
various namespaces;
(3) 'g:Orth' - orthology search across species;
(4) 'g:SNPense' - mapping SNP rs identifiers to chromosome positions,
genes and variant effects This package is an R interface
corresponding to the 2019 update of 'g:Profiler' and provides access
to 'g:Profiler' for versions 'e94_eg41_p11' and higher. See the
package 'gProfileR' for accessing older versions from the
'g:Profiler' toolset.
|