Skip to content

Commit

Permalink
[FIX] - table specification mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldguyot committed Jul 12, 2024
1 parent cb6714e commit b593b35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
##' - participated: a logical vector
##' - peptide: a character vector
##'
##' @usage data("mqScpData")
##' @usage data("inputTable")
##'
##' @details
##'
Expand Down Expand Up @@ -180,7 +180,7 @@
##' - sortday: a character vector
##' - digest: a character vector
##'
##' @usage data("sampleAnnotation")
##' @usage data("sampleTable")
##'
##' @details
##'
Expand Down
1 change: 1 addition & 0 deletions R/utils_global.R
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ pca_plotly <- function(df, pca_result, color_name, show_legend) {
#' @rdname INTERNAL_add_assays_to_global_rv
#' @keywords internal
#'
#' @return (NULL) does not return anything but will add the assays to the global_rv qfeatures object
#' @importFrom QFeatures addAssayLink

add_assays_to_global_rv <- function(processed_qfeatures, step_number) {
Expand Down
2 changes: 1 addition & 1 deletion man/inputTable.Rd

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

2 changes: 1 addition & 1 deletion man/sampleTable.Rd

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

0 comments on commit b593b35

Please sign in to comment.