Skip to content

Commit

Permalink
Fix Imports for rowData<- qfeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Nov 13, 2024
1 parent 4e82129 commit e96dd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ importFrom("utils", "flush.console", "read.table")


importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowData,rowData<-)
importFrom(SummarizedExperiment,assay)
1 change: 1 addition & 0 deletions R/parsePeakAbundanceMatrixQF.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ parsePeakAbundanceMatrixQF <- function(qfeatures,
#'
#' @return
#' @export
#' @importFrom SummarizedExperiment rowData<-
#'
#' @examples
addSiriusAnnotations <- function(qfeatures,
Expand Down

0 comments on commit e96dd6b

Please sign in to comment.