forked from Stasharofi/ypssc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.6 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
Package: ypssc
Type: Package
Title: Yeast-Proteome Secondary-Structure Calculator
Description: An extension for 'NetSurfP-2.0' (Klausen et al. (2019) <doi:10.1002/prot.25674>)
which is specifically designed to analyze the results of bottom-up-proteomics that is
primarily analyzed with 'MaxQuant' (Cox, J., Mann, M. (2008) <doi:10.1038/nbt.1511>).
This tool is designed to process a large number of yeast peptides that produced as a
results of whole yeast cell-proteome digestion and provide a coherent picture of
secondary structure of proteins.
Version: 1.1.0.9000
Authors@R: c(
person(given = "Sajad",
family = "Tasharofi",
role = c("aut", "cph"),
email = "[email protected]"),
person(given = "Shashank",
family = "Kumbhare",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Bent",
family = "Petersen",
role = c("aut"),
email = "[email protected]"),
person(given = "Morteza",
family = "Khaledi",
role = c("aut"),
email = "[email protected]"),
person(given = "Amir",
family = "Shahmoradi",
role = c("aut"),
email = "[email protected]") )
License: GPL (>= 3)
Encoding: UTF-8
StagedInstall: yes
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Imports:
spelling,
dplyr,
readxl,
stringr,
eulerr,
Peptides,
utils,
svDialogs,
tcltk
Depends:
R (>= 2.10)
Config/testthat/edition: 3