Browse code

bioc updates

keniajin authored on 22/12/2021 09:25:24
Showing 3 changed files

... ...
@@ -5,6 +5,7 @@ Version: 0.99.1
5 5
 Authors@R: c(person("Kennedy", "Mwai", role = c("cre", "aut"), email = "keniajin@gmail.com"),
6 6
              person(c("James", "Mburu"), role = "aut" , email = "mburuwanja@gmail.com") ,
7 7
              person(c("Jacqueline", "Waeni"), role = "ctb" , email = "jacqwaeni@gmail.com"))
8
+Maintainer: K Mwai <keniajin@gmail.com>
8 9
 Description: A generic three-step pre-processing package for protein microarray data. This package contains different data pre-processing procedures to allow comparison of their performance.These steps are background correction, the coefficient of variation (CV) based filtering,  batch correction and normalization.
9 10
 License: GPL-3
10 11
 URL: https://github.com/Keniajin/protGear
... ...
@@ -18,7 +19,7 @@ Imports:
18 19
     shiny (>= 1.0.0) , trend (>= 1.1.4),  purrr (>= 0.3.4),  plotly (>= 4.9.0) , MASS (>= 7.3) , 
19 20
     htmltools (>= 0.4.0) , flexdashboard (>= 0.5.2) , shinydashboard (>= 0.7.1) , kableExtra (>= 1.3.4), GGally (>= 2.1.2) , pheatmap (>= 1.0.12) , png (>= 0.1-7) , grid(>= 4.1.1),
20 21
      styler (>= 1.6.1) , factoextra (>= 1.0.7) ,FactoMineR (>= 2.4) , magick (>= 2.7.3) , rlang (>= 0.4.11),
21
-     ggplotify (>= 0.1.0) , remotes (>= 2.4.0)
22
+     ggplotify (>= 0.1.0) , remotes (>= 2.4.0) , factoextra (>= 1.0.7)
22 23
 biocViews: Microarray, OneChannel, Preprocessing , BiomedicalInformatics , Proteomics , BatchEffect, Normalization
23 24
 Encoding: UTF-8
24 25
 LazyData: false
... ...
@@ -13,7 +13,7 @@ runtime: shiny
13 13
 ```{r setup, include=FALSE}
14 14
 ## Inside the working directory create a sampleID folder to contain information of the sampleIDs
15 15
 ## they should be named according to the sampleID names
16
-pac_loads <- c('tidyverse','ggpubr','limma','vsn','ggpubr','gtools','plotly','shinythemes','shinyjs','shinyWidgets','GGally' ,'DT',   'shinycssloaders', 'gridExtra','pheatmap','scales','shinyFeedback','shinyalert', 'data.table','stringr', 'trend',   'flexdashboard', 'shiny')
16
+pac_loads <- c('tidyverse','ggpubr','limma','vsn','ggpubr','gtools','plotly','shinythemes','shinyjs','shinyWidgets','GGally' ,'DT',   'shinycssloaders', 'gridExtra','pheatmap','scales','shinyFeedback','shinyalert', 'data.table','stringr', 'trend',   'flexdashboard', 'shiny','factoextra')
17 17
 
18 18
 sapply(pac_loads, require, character.only = TRUE)
19 19
 
... ...
@@ -26,8 +26,26 @@ output:
26 26
 
27 27
 
28 28
 ```{r setup, include=FALSE}
29
-ploads <- c('tidyverse','ggpubr','gtools','purrr','scales','pheatmap', 'data.table','kableExtra','gridExtra', 'png','knitr' ,'grid','styler',  'factoextra','FactoMineR','magick','rlang','GGally','ggplotify', 'remotes')
30
-sapply(ploads, require, character.only = TRUE)
29
+library(ggpubr)
30
+library(gtools)
31
+library(purrr)
32
+library(scales)
33
+library(pheatmap)
34
+library(data.table)
35
+library(kableExtra)
36
+library(gridExtra)
37
+library(png)
38
+library(knitr)
39
+library(grid)
40
+library(styler)
41
+library(FactoMineR)
42
+library(factoextra)
43
+library(magick)
44
+library(rlang)
45
+library(GGally)
46
+library(ggplotify)
47
+library(remotes)
48
+
31 49
 knitr::opts_chunk$set(echo = TRUE, message=FALSE,warning = FALSE,
32 50
                       fig.align = 'center',#tidy = T,tidy.opts=list(arrow=TRUE, indent=2),
33 51
                       dev = "png", dev.args = list(type = "cairo-png"),