Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,17 @@ Imports:
BiocParallel,
Biostrings,
bluster,
data.table,
DECIPHER,
decontam,
DelayedArray,
DelayedMatrixStats,
DirichletMultinomial,
dplyr,
httr2,
IRanges,
MASS,
Matrix,
MatrixGenerics,
methods,
ecodive,
Expand Down
19 changes: 19 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export(estimateDominance)
export(estimateEvenness)
export(estimateFaith)
export(estimateRichness)
export(fetchMetalogTSE)
export(full_join)
export(getAbundanceClass)
export(getAbundant)
Expand Down Expand Up @@ -361,6 +362,8 @@ importFrom(IRanges,LogicalList)
importFrom(IRanges,NumericList)
importFrom(IRanges,relist)
importFrom(MASS,isoMDS)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(MatrixGenerics,rowSums2)
importFrom(MultiAssayExperiment,ExperimentList)
importFrom(MultiAssayExperiment,MultiAssayExperiment)
Expand Down Expand Up @@ -400,6 +403,7 @@ importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(TreeSummarizedExperiment,TreeSummarizedExperiment)
importFrom(TreeSummarizedExperiment,changeTree)
importFrom(TreeSummarizedExperiment,subsetByLeaf)
importFrom(ape,as.phylo)
Expand All @@ -413,6 +417,11 @@ importFrom(ape,is.rooted)
importFrom(ape,read.tree)
importFrom(ape,reorder.phylo)
importFrom(bluster,clusterRows)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,tstrsplit)
importFrom(decontam,isContaminant)
importFrom(decontam,isNotContaminant)
importFrom(dplyr,"%>%")
Expand All @@ -431,6 +440,16 @@ importFrom(dplyr,sym)
importFrom(dplyr,tally)
importFrom(ecodive,unweighted_unifrac)
importFrom(ecodive,weighted_unifrac)
importFrom(httr2,req_error)
importFrom(httr2,req_options)
importFrom(httr2,req_perform)
importFrom(httr2,req_progress)
importFrom(httr2,req_retry)
importFrom(httr2,req_timeout)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_header)
importFrom(httr2,resp_status)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(scater,calculateMDS)
Expand Down
Loading
Loading