Skip to content
Snippets Groups Projects
NAMESPACE 4.73 KiB
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
# Generated by roxygen2: do not edit by hand

export("%>%")
export(addBasalExpression)
export(add_interaction)
export(already_init_variable)
export(anovaParallel)
export(averageByGroup)
export(build_missingColumn_with_na)
export(calculate_actualMixed)
export(calculate_actual_interactionX2_values)
export(calculate_actual_interactionX3_values)
export(check_input2interaction)
export(clean_variable_name)
export(compareInferenceToExpected)
export(computeActualInteractionFixEff)
export(compute_covariation)
export(convert2Factor)
export(correlation_matrix_2df)
export(countMatrix_2longDtf)
export(counts_plot)
export(dispersion_plot)
export(drop_randfx)
export(endsWithDigit)
export(evaluateDispersion)
export(exportReportFile)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(extract_ddsDispersion)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(extract_fixed_effect)
export(extract_ran_pars)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(extract_tmbDispersion)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(fillInCovarMatrice)
export(fillInInteraction)
export(fillInVariable)
export(filter_dataframe)
export(findAttribute)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(fitModel)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(fitModelParallel)
export(fitUpdate)
export(generateActualForMainFixEff)
export(generateActualInteractionX2_FixEff)
export(generateActualInteractionX3_FixEff)
export(generateCountTable)
export(generateGridCombination_fromListVar)
export(generateReplicationMatrix)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(generate_basal_expression)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getActualInteractionFixEff)
export(getActualIntercept)
export(getActualMainFixEff)
export(getActualMixed_typeI)
export(getBinExpression)
export(getCategoricalVar_inFixedEffect)
export(getCoefficients)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getColumnWithSampleID)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getCovarianceMatrix)
export(getData2computeActualFixEffect)
export(getDataFromMvrnorm)
export(getDataFromUser)
export(getDispersionComparison)
export(getDispersionMatrix)
export(getEstimate_df)
export(getGeneMetadata)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getGivenAttribute)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getGlance)
export(getGridCombination)
export(getGrobTable)
export(getInput2mvrnorm)
export(getInput2simulation)
export(getLabelExpected)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getLabels)
export(getListVar)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(getLog_qij)
export(getMu_ij)
export(getMu_ij_matrix)
export(getNumberOfCombinationsInInteraction)
export(getReplicationMatrix)
export(getSE_df)
export(getSampleID)
export(getSampleMetadata)
export(getSettingsTable)
export(getStandardDeviationInCorrelation)
export(getTidyGlmmTMB)
export(getValidDispersion)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(get_inference_dds)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(glance_tmb)
export(group_logQij_per_genes_and_labels)
export(handleAnovaError)
export(identity_plot)
export(inferenceToExpected_withFixedEff)
export(inferenceToExpected_withMixedEff)
export(init_variable)
export(inputs_checking)
export(isValidInput2fit)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(is_dispersionMatrixValid)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(is_formula_mixedTypeI)
export(is_fullrank)
export(is_mixedEffect_inFormula)
export(is_positive_definite)
export(join_dtf)
export(launchFit)
export(launchUpdate)
export(medianRatioNormalization)
export(metrics_plot)
export(mock_rnaseq)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(parallel_fit)
export(parallel_update)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(prepareData2computeInteraction)
export(prepareData2fit)
export(removeDigitsAtEnd)
export(removeDuplicatedWord)
export(renameColumns)
export(reorderColumns)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(replicateByGroup)
export(replicateMatrix)
export(replicateRows)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(roc_plot)
export(samplingFromMvrnorm)
export(scaleCountsTable)
export(set_correlation)
export(simulationReport)
export(subsetByTermLabel)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(subsetData_andfit)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(subsetFixEffectInferred)
export(subsetGenes)
export(subset_glance)
export(tidy_results)
export(tidy_tmb)
export(updateParallel)
export(wald_test)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(wrap_dds)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
export(wrapper_var_cor)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(MASS,mvrnorm)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(car,Anova)
importFrom(data.table,data.table)
importFrom(data.table,setDT)
importFrom(data.table,setorderv)
importFrom(data.table,tstrsplit)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_density)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(ggplot2,geom_histogram)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,sym)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_minimal)
importFrom(magrittr,"%>%")
importFrom(plotROC,geom_roc)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,":=")
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,cor)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(stats,drop.terms)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,rnbinom)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(utils,tail)