Skip to content

Commit

Permalink
add shiny and wrapper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnesmits committed Aug 23, 2017
1 parent 4f34149 commit a785379
Show file tree
Hide file tree
Showing 9 changed files with 1,277 additions and 304 deletions.
24 changes: 15 additions & 9 deletions R/DEP.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' \item \code{\link{run_app}}: Shiny apps for interactive analysis.
#' }
#'
#' @section Wrapper functions:
#' @section Workflow functions:
#' \itemize{
#' \item \code{\link{LFQ}}:
#' Label-free quantification (LFQ) workflow wrapper.
Expand All @@ -34,6 +34,20 @@
#' Create a rmarkdown report wrapper.
#' }
#'
#' @section Wrapper functions:
#' \itemize{
#' \item \code{\link{import_MaxQuant}}:
#' Import data from MaxQuant into a SummarizedExperiment object.
#' \item \code{\link{import_IsobarQuant}}:
#' Import data from IsobarQuant into a SummarizedExperiment object.
#' \item \code{\link{process}}:
#' Perform filtering, normalization and imputation on protein data.
#' \item \code{\link{analyze_dep}}:
#' Differential protein expression analysis.
#' \item \code{\link{plot_all}}:
#' Visualize the results in different types of plots.
#' }
#'
#' @section Main functions:
#' \itemize{
#' \item \code{\link{make_unique}}:
Expand Down Expand Up @@ -118,13 +132,6 @@
#' (UbIA-MS dataset) (Zhang, Smits, van Tilburg et al. Mol. Cell 2017).
#' \item \code{\link{DiUbi_ExpDesign}}:
#' Experimental design of the DiUbi dataset.
#' \item \code{\link{GFPip}}:
#' EED protein interactors (IP-MS dataset)
#' (Kloet et al. Nat. Struct. Mol. Biol. 2016).
#' \item \code{\link{GFPip_ExpDesign}}:
#' Experimental design of the GFPip dataset.
#' \item \code{\link{GFPip_pep}}:
#' Peptides table of the GFPip dataset.
#' }
#'
#' @docType package
Expand All @@ -141,7 +148,6 @@
#' @importFrom purrr map_df
#' @importFrom readr parse_factor
#' @importFrom stats median model.matrix rnorm sd cor prcomp
#' @importFrom utils combn write.table
#' @importFrom broom tidy
#'
#'
Expand Down
Loading

0 comments on commit a785379

Please sign in to comment.