Skip to content

Commit 4017bf9

Browse files
authored
Merge pull request #2 from iibadshah/main
protools2 v0.2.9
2 parents b6c7ac5 + 97b7c75 commit 4017bf9

24 files changed

Lines changed: 49513 additions & 16 deletions

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3+
^LICENSE\.md$

DESCRIPTION

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,51 @@
11
Package: protools2
22
Type: Package
3-
Title: A set of tools for proteomics and phosphoproteomics data analysis
4-
Version: 0.2.1
5-
Date: 2023-01-07
6-
Author: Pedro Rodriguez Cutillas
3+
Title: A Set Of Tools For Proteomics And Phosphoproteomics Data Analysis
4+
Version: 0.2.9
5+
Date: 2023-06-22
6+
Author: Pedro Rodriguez Cutillas, Irbaz I. Badshah
77
Maintainer: Pedro Rodriguez Cutillas <p.cutillas@qmul.ac.uk>
88
Description: Reads and normalizes data from Pescal. Does statistical analysis using limma or t-test. It also incoroporates functions for KSEA, pathway analysis and network visualization tools.
9-
License: CC-BY-NC-ND 4.0
9+
License: MIT + file LICENSE
1010
Encoding: UTF-8
1111
LazyData: true
1212
Depends:
13-
R (>= 2.10)
14-
Imports:
15-
doParallel,
16-
dplyr,
17-
foreach,
18-
ggplot2,
13+
R (>= 3.5.0)
14+
Imports:
15+
knitr,
16+
devtools,
17+
webshot,
18+
webshot2,
19+
flextable,
20+
kableExtra,
1921
ggpubr,
22+
gplots,
23+
grid,
24+
gridExtra,
25+
cowplot,
2026
ggrepel,
21-
igraph,
22-
limma,
27+
reshape2,
28+
viridisLite,
29+
plotly,
30+
heatmaply,
31+
umap,
32+
openxlsx,
2333
readxl,
24-
stringr
34+
tools,
35+
igraph,
36+
data.table,
37+
magrittr,
38+
tibble,
39+
ggplot2,
40+
dplyr,
41+
tidyr,
42+
readr,
43+
purrr,
44+
stringr,
45+
forcats,
46+
dtplyr,
47+
parallel,
48+
foreach,
49+
doParallel,
50+
limma
2551
RoxygenNote: 7.2.3

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2023
2+
COPYRIGHT HOLDER: protools2 authors

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2023 protools2 authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NAMESPACE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
# Generated by roxygen2: do not edit by hand
2+
13
exportPattern("^[[:alpha:]]+")
4+
export(complex_heatmap)
5+
export(fix_combiPeptData)
6+
export(installer)
7+
export(mergeDTs)
8+
export(myHeatMap_With_PValues)
9+
export(remove_outlier_samples_from_dataset_edit)
10+
export(umap_and_plot)
11+
export(update_protools)

0 commit comments

Comments
 (0)