-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.39 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
Package: MSstatsBioNet
Type: Package
Title: Network Analysis for MS-based Proteomics Experiments
Version: 0.99.6
Authors@R: c(
person("Anthony", "Wu", email = "wu.anthon@northeastern.edu",
role = c("aut", "cre")),
person("Olga", "Vitek", email = "o.vitek@northeastern.edu",
role = "aut", comment=c(ORCID = "0000-0003-1728-1104")))
Description: A set of tools for network analysis using mass
spectrometry-based proteomics data and network databases. The package takes
as input the output of MSstats differential abundance analysis and provides
functions to perform enrichment analysis and visualization in the
context of prior knowledge from past literature. Notably, this package
integrates with INDRA, which is a database of biological networks
extracted from the literature using text mining techniques.
License: file LICENSE
Depends: R (>= 4.4.0)
Imports:
RCy3,
httr,
jsonlite,
r2r,
MSstats
Suggests:
data.table,
BiocStyle,
knitr,
rmarkdown,
testthat (>= 3.0.0),
mockery,
MSstatsConvert
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software,
QualityControl, NetworkEnrichment, Network
Encoding: UTF-8
URL: http://msstats.org, https://vitek-lab.github.io/MSstatsBioNet/
BugReports: https://groups.google.com/forum/#!forum/msstats
Config/testthat/edition: 3
RoxygenNote: 7.3.2