Skip to content

Commit ccf9675

Browse files
committed
better information about summarize: assignRanges
1 parent 7b618e5 commit ccf9675

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tximeta
2-
Version: 1.23.1
2+
Version: 1.23.2
33
Title: Transcript Quantification Import with Automatic Metadata
44
Description: Transcript quantification import from Salmon and
55
other quantifiers with automatic attachment of transcript ranges

R/summarizeToGene.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ summarizeToGene.SummarizedExperiment <- function(object,
5050

5151
# note here about how ranges are assigned
5252
if (assignRanges == "abundant") {
53-
message("gene ranges assigned by isoform abundance, see `assignRanges`")
53+
message("assignRanges='abundant': gene ranges assigned by isoform abundance
54+
see details at: ?summarizeToGene,SummarizedExperiment-method")
5455
} else {
55-
message("gene ranges assigned by total range of isoforms, see `assignRanges`")
56+
message("assignRanges='range': gene ranges assigned by total range of isoforms
57+
see details at: ?summarizeToGene,SummarizedExperiment-method")
5658
}
5759

5860
txi.gene <- summarizeToGene(object=txi, tx2gene=tx2gene, varReduce=varReduce, ...)

R/tximeta.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@
4747
#'
4848
#' @author Michael I. Love, Charlotte Soneson, Peter Hickey, Rob Patro
4949
#'
50-
#' @docType package
5150
#' @name tximeta-package
5251
#' @aliases tximeta-package
5352
#' @keywords package
54-
NULL
53+
"_PACKAGE"
5554

5655
#' Import transcript quantification with metadata
5756
#'

0 commit comments

Comments
 (0)