Skip to content

Commit

Permalink
Merge pull request #15 from LUMC/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tomkuipers1402 authored Nov 16, 2020
2 parents 0a5c8d9 + 1b88119 commit f269097
Show file tree
Hide file tree
Showing 35 changed files with 980 additions and 2,239 deletions.
20 changes: 7 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dgeAnalysis
Type: Package
Title: dgeAnalysis
Version: 1.3.2
Version: 1.4.1
Author@R:
person("Tom", "Kuipers", email = "t.b.kuipers@outlook.com", role = c("aut", "cre"))
Description:
Expand All @@ -19,23 +19,17 @@ Imports:
shinyjs (>= 2.0.0),
BiocManager (>= 1.30.10),
knitr (>= 1.30),
tidyr (>= 1.1.2),
scales (>= 1.1.1),
broom (>= 0.7.1),
plotly (>= 4.9.2),
igraph (>= 1.2.5),
reshape2 (>= 1.4.4),
SummarizedExperiment (>= 1.18.2),
edgeR (>= 3.30.3),
limma (>= 3.44.3),
DESeq2 (>= 1.28.1),
clusterProfiler (>= 3.16.1),
DOSE (>= 3.14.0),
graphite (>= 1.34.0),
ReactomePA (>= 1.32.0),
org.Hs.eg.db (>= 3.11.4),
org.Mm.eg.db (>= 3.11.4),
tidyr (>= 1.1.2),
scales (>= 1.1.1),
broom (>= 0.7.1),
plotly (>= 4.9.2),
rmarkdown (>= 2.4),
gprofiler2 (>= 0.2.0),
igraph (>= 1.2.5),
WGCNA (>= 1.69)
biocViews: Annotation, Clustering, GeneSetEnrichment, GO, KEGG,
MultipleComparison, Pathways, Reactome, Visualization,
Expand Down
Binary file modified MANUAL.pdf
Binary file not shown.
5 changes: 1 addition & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ export(createContrast)
export(createDesign)
export(createMatrix)
export(deRatioPlot)
export(emap_plotly)
export(enrichBarplot)
export(enrichDE)
export(extract_geneSets)
export(gamConfidenceFit)
export(geneStrandBar)
export(getCount)
export(get_dendrogram_data)
export(get_geneList)
export(get_organismID)
export(heatplotly)
export(informationBox)
Expand All @@ -31,7 +30,6 @@ export(list2graph)
export(ma_plot)
export(multidimensionalScaling2dPlot)
export(multidimensionalScaling3dPlot)
export(overlap_ratio)
export(pValuePlot)
export(plot_module_trait_relation_heat)
export(plot_modules)
Expand All @@ -48,7 +46,6 @@ export(samplePca3dPlot)
export(stackDge)
export(startApp)
export(topDgeHeatmapPlot)
export(update_n)
export(variableHeatmapPlot)
export(variancePcaPlot)
export(volcanoPlot)
Expand Down
Loading

0 comments on commit f269097

Please sign in to comment.