Skip to content

Commit e0dd793

Browse files
committed
fix typo in left join
1 parent d451cde commit e0dd793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bambu-extendAnnotations-utilityCombine.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ updateStartEndReadCount <- function(combinedFeatureTibble){
104104

105105
combinedFeatureTibble <- startEndDt[combinedFeatureTibble[,.(intronStarts, intronEnds, chr, strand, maxTxScore,
106106
maxTxScore.noFit, NSampleReadCount, NSampleReadProp,
107-
NSampleTxScore, rowID)], by = rowID]
107+
NSampleTxScore, rowID)], on = "rowID"]
108108
combinedFeatureTibble[, rowID := NULL]
109109
return(combinedFeatureTibble)
110110
}

0 commit comments

Comments
 (0)