Skip to content

Commit

Permalink
adjust example for merging with external counts to new strandSpecific…
Browse files Browse the repository at this point in the history
… vector
  • Loading branch information
ischeller committed May 2, 2024
1 parent 291cfcc commit be67137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mergeExternalData.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mergeExternalData <- function(fds, countFiles, sampleIDs, annotation=NULL){
rownames(annotation) <- annotation[,"sampleID"]
newColData <- DataFrame(rbind(fill=TRUE,
as.data.table(colData(fds)),
as.data.table(annotation[sampleIDs,])))
as.data.table(annotation[sampleIDs,,drop=FALSE])))
rownames(newColData) <- newColData[,"sampleID"]

#
Expand Down
Binary file modified inst/extdata/externalCounts/annotation.tsv.gz
Binary file not shown.

0 comments on commit be67137

Please sign in to comment.