Skip to content

Commit

Permalink
Update documentation (no major changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
shbrief committed Jul 26, 2022
1 parent 52a5bdb commit d33811f
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 350 deletions.
2 changes: 2 additions & 0 deletions R/PCAGenomicSignatures-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#' @param ... Additional arguments for supporting functions.
#'
#' @return a character vector
#'
#' @keywords internal
#'
.RAVName <- function(x, ...) {
rownames(x@colData) <- paste0("RAV", seq_len(ncol(x)))
Expand Down
2 changes: 2 additions & 0 deletions R/buildAvgLoading.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#' @param kmeansRes Output from \code{stats::kmeans}.
#'
#' @return Silhouette-class object, which is an n x 3 matrix with attributes.
#'
#' @keywords internal
#'
#' @seealso \code{\link[stats]{kmeans}}
#'
Expand Down
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


#' @name filterList
#' @title RAVs that will output with quanlity-control messages
#' @title RAVs that will output with quality-control messages
#' @format A named list with four elements - "Cluster_Size_filter",
#' "GSEA_C2_filter", "GSEA_PLIERpriors_filter", and "Redundancy_filter".
#' @author Sehyun Oh \email{[email protected]}
Expand Down
185 changes: 0 additions & 185 deletions R/funcForGSEA.R

This file was deleted.

1 change: 0 additions & 1 deletion R/plotAnnotatedPCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#'
#' @import ggpubr
#' @import ggplot2
#' @import flextable
#'
#' @param dataset A gene expression profile to be validated. Different classes
#' of objects can be used including ExpressionSet, SummarizedExperiment,
Expand Down
9 changes: 9 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ reference:
- plotAnnotatedPCA
- plotValidate
- sampleScoreHeatmap
- title: Misc. Package Docs
desc: Other package information and data
contents:
- droplist
- filterList
- miniAllZ
- miniRAVmodel
- miniTCGA
- res_hcut

navbar:
title: ~
Expand Down
1 change: 1 addition & 0 deletions man/dot-RAVName.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dot-calculateSilhouetteWidth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dot-loadingCor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/filterList.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions man/makeGeneList.Rd

This file was deleted.

60 changes: 0 additions & 60 deletions man/msigdb_gsea.Rd

This file was deleted.

7 changes: 4 additions & 3 deletions man/plotAnnotatedPCA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d33811f

Please sign in to comment.