We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c3179 commit 0e673e4Copy full SHA for 0e673e4
1 file changed
R/readWrite.R
@@ -327,7 +327,7 @@ readFromGTF <- function(file, keep.extra.columns = NULL){
327
#' ))
328
#' path <- tempdir()
329
#' writeBambuOutput(se, path)
330
-importBambuResults <- function(path, prefixes = NA){
+importBambuResults <- function(path, prefixes){
331
if(is.na(prefixes)){
332
path <- paste0(path,"/")
333
} else{
@@ -359,4 +359,4 @@ importBambuResults <- function(path, prefixes = NA){
359
colData(countsSe) = DataFrame(colData)
360
colnames(countsSe) = colData[,1]
361
return(countsSe)
362
-}
+}
0 commit comments