-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 999 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: PhosphoFind
Title: Package for assigning phosphorylation sites from phosphoproteomics data.
Version: 0.0.0.9000
Authors@R:
person("Rafael", "Romero-Becerra", , "rafrombec@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3935-2647"))
Description: This package implements several functions to assign phosphorylation sites to phosphopeptides obtain from phosphoproteomics experiments. The main function, `PhosphoFind`, receives a dataframe in which there should be a column specifying the peptide sequence, and additional columns with the position of the phosphosites in the peptide. The function then looks for alignments of the phosphopeptide to assign the phosphorylation site in the protein.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
stringr,
janitor,
tidyr,
magrittr,
progress
Depends:
R (>= 2.10)
LazyData: true