Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Aug 29, 2023
1 parent bcf69a7 commit f8d1f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/makeTreeSummarizedExperimentFromBiom.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ makeTreeSummarizedExperimentFromBiom <- function(obj, ...){
return(temp)
})
} else{
# Remove patterns specified by user
# Remove pattern specified by user
x <- apply(x, 2, gsub, pattern = pattern, replacement = "")
}
x <- as.data.frame(x)
Expand Down

0 comments on commit f8d1f1c

Please sign in to comment.