Skip to content

Commit

Permalink
Remove merge resolution comment
Browse files Browse the repository at this point in the history
  • Loading branch information
william-hutchison committed Sep 3, 2024
1 parent e3f50e7 commit 6ba2954
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions R/methods_SE.R
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,6 @@ setMethod("describe_transcript", "SummarizedExperiment",
#' @docType methods
#' @rdname describe_transcript-methods
#'
<<<<<<< HEAD
#' @return A consistent object (to the input) including additional columns for transcript symbol
setMethod("describe_transcript", "RangedSummarizedExperiment", .describe_transcript_SE)

Expand Down Expand Up @@ -2966,9 +2965,3 @@ setMethod("resolve_complete_confounders_of_non_interest",
setMethod("resolve_complete_confounders_of_non_interest",
"RangedSummarizedExperiment",
.resolve_complete_confounders_of_non_interest)
=======
#' @return A consistent object (to the input) including additional columns
#' for transcript symbol
setMethod("describe_transcript", "RangedSummarizedExperiment",
.describe_transcript_SE)
>>>>>>> chilampoon-improve-documentation

0 comments on commit 6ba2954

Please sign in to comment.