File: control

package info (click to toggle)
r-bioc-rwikipathways 1.26.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,160 kB
  • sloc: javascript: 267; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,684 bytes parent folder | download
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
Source: r-bioc-rwikipathways
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-rwikipathways
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-rwikipathways.git
Homepage: https://bioconductor.org/packages/rWikiPathways/
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-httr,
               r-cran-xml,
               r-cran-rjson,
               r-cran-data.table,
               r-cran-rcurl,
               r-cran-dplyr,
               r-cran-tidyr,
               r-cran-readr,
               r-cran-stringr,
               r-cran-purrr,
               r-cran-lubridate
Testsuite: autopkgtest-pkg-r

Package: r-bioc-rwikipathways
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R client library for the WikiPathways API
 WikiPathways is a well-known repository for biological pathways that
 provides unique tools to the research community for content creation,
 editing and utilization.
 .
 The package rWikiPathways leverages the WikiPathways API to
 communicate between GNU R and WikiPathways, allowing any pathway to
 be queried, interrogated and downloaded in both data and image formats.
 Queries are typically performed based on "Xrefs", standardized
 identifiers for genes, proteins and metabolites. Once you can
 identified a pathway, you can use the WPID (WikiPathways identifier)
 to make additional queries.