Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zeller Group
SIAMCAT
Commits
cf368d89
Commit
cf368d89
authored
Apr 03, 2022
by
Jakob Wirbel
Browse files
updated namespace via roxygen2.
parent
c15e496f
Changes
1
Hide whitespace changes
Inline
Side-by-side
NAMESPACE
View file @
cf368d89
...
...
@@ -14,6 +14,7 @@ export("pred_matrix<-")
export(accessSlot)
export(add.meta.pred)
export(assoc_param)
export(association.plot)
export(associations)
export(check.associations)
export(check.confounders)
...
...
@@ -54,17 +55,18 @@ export(siamcat.to.maaslin)
export(summarize.features)
export(train.model)
export(validate.data)
export(volcano.plot)
export(weight_matrix)
exportClasses(siamcat)
import(LiblineaR)
import(glmnet
, except = 'auc'
)
import(glmnet)
import(methods)
import(mlr)
import(mlr3)
import(mlr3learners)
import(mlr3tuning)
import(paradox)
import(phyloseq)
importFrom(PRROC,pr.curve)
importFrom(ParamHelpers,makeDiscreteParam)
importFrom(ParamHelpers,makeNumericParam)
importFrom(ParamHelpers,makeParamSet)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(beanplot,beanplot)
...
...
@@ -110,6 +112,9 @@ importFrom(gridExtra,grid.table)
importFrom(gridExtra,ttheme_minimal)
importFrom(infotheo,condentropy)
importFrom(infotheo,discretize)
importFrom(infotheo,mutinformation)
importFrom(lgr,get_logger)
importFrom(lmerTest,lmer)
importFrom(matrixStats,colRanks)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMedians)
...
...
@@ -120,6 +125,7 @@ importFrom(pROC,roc)
importFrom(progress,progress_bar)
importFrom(scales,alpha)
importFrom(stats,addmargins)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,coefficients)
...
...
@@ -127,6 +133,7 @@ importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,fisher.test)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment