Skip to content

Commit

Permalink
better information about summarize: assignRanges
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Jun 8, 2024
1 parent 7b618e5 commit ccf9675
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tximeta
Version: 1.23.1
Version: 1.23.2
Title: Transcript Quantification Import with Automatic Metadata
Description: Transcript quantification import from Salmon and
other quantifiers with automatic attachment of transcript ranges
Expand Down
6 changes: 4 additions & 2 deletions R/summarizeToGene.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ summarizeToGene.SummarizedExperiment <- function(object,

# note here about how ranges are assigned
if (assignRanges == "abundant") {
message("gene ranges assigned by isoform abundance, see `assignRanges`")
message("assignRanges='abundant': gene ranges assigned by isoform abundance
see details at: ?summarizeToGene,SummarizedExperiment-method")
} else {
message("gene ranges assigned by total range of isoforms, see `assignRanges`")
message("assignRanges='range': gene ranges assigned by total range of isoforms
see details at: ?summarizeToGene,SummarizedExperiment-method")
}

txi.gene <- summarizeToGene(object=txi, tx2gene=tx2gene, varReduce=varReduce, ...)
Expand Down
3 changes: 1 addition & 2 deletions R/tximeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@
#'
#' @author Michael I. Love, Charlotte Soneson, Peter Hickey, Rob Patro
#'
#' @docType package
#' @name tximeta-package
#' @aliases tximeta-package
#' @keywords package
NULL
"_PACKAGE"

#' Import transcript quantification with metadata
#'
Expand Down

0 comments on commit ccf9675

Please sign in to comment.