Skip to content

Commit

Permalink
properly export importTreeSE method
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Jun 26, 2024
1 parent 0029c2b commit 35db929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export(importMetaPhlAn)
export(importMothur)
export(importPhyloseq)
export(importQIIME2)
export(importTreeSE)
export(importTreeSummarizedExperiment)
export(rankedAbundance)
export(selfCorrelation)
Expand Down
3 changes: 2 additions & 1 deletion R/importers-MbioDataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ importTreeSummarizedExperiment <- function(data, normalizationMethod = c("TSS",
}

#' @rdname importTreeSummarizedExperiment
#' @export
importTreeSE <- importTreeSummarizedExperiment

## lean on miaverse to import biom, phyloseq, csv, etc
Expand Down Expand Up @@ -460,4 +461,4 @@ importPhyloseq <- function(normalizationMethod = c("TSS", "none"), keepRawValues

mbioDataset <- importTreeSummarizedExperiment(treeSE, normalizationMethod = normalizationMethod, keepRawValues = keepRawValues, verbose = verbose)
return(mbioDataset)
}
}

0 comments on commit 35db929

Please sign in to comment.