Skip to content

Commit

Permalink
Merge pull request #27 from PNNL-Comp-Mass-Spec/improve/update_existing
Browse files Browse the repository at this point in the history
Add complex_heatmap, plot_upset and update plotting functions
  • Loading branch information
TylerSagendorf authored Apr 14, 2022
2 parents a1f8410 + ec9204d commit ad60027
Show file tree
Hide file tree
Showing 15 changed files with 1,532 additions and 347 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Imports:
Biobase,
BiocParallel,
Boruta,
ComplexHeatmap,
circlize,
data.table,
doParallel,
DOSE,
Expand All @@ -30,6 +32,7 @@ Imports:
ggrepel,
glmnet,
gplots,
grid,
Heatplus,
invgamma,
iterators,
Expand All @@ -38,7 +41,6 @@ Imports:
Matrix,
outliers,
parallel,
pheatmap,
purrr,
qvalue,
randomForest,
Expand Down
19 changes: 14 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export(ComBat.NA)
export(blue.colors)
export(complex_heatmap)
export(concatenate_by_features)
export(correct_batch_effect)
export(correct_batch_effect_NA)
Expand Down Expand Up @@ -39,9 +40,8 @@ export(plotAUC)
export(plot_annHeatmap2)
export(plot_feature)
export(plot_pca)
export(plot_sample_correlation_heatmap)
export(plot_sample_correlation_pheatmap)
export(plot_umap)
export(plot_upset)
export(plot_volcano)
export(protein_inference)
export(readMaxQuantPeptides)
Expand All @@ -55,8 +55,10 @@ export(rollup_using_representative)
export(rrollup)
export(subset_by_size)
export(xtable2)
import(ComplexHeatmap)
import(ggplot2)
import(glmnet)
import(grid)
import(limma)
import(statmod)
importClassesFrom(Matrix,dgCMatrix)
Expand Down Expand Up @@ -85,6 +87,7 @@ importFrom(MSnbase,sampleNames)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(WGCNA,empiricalBayesLM)
importFrom(circlize,colorRamp2)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(doParallel,registerDoParallel)
Expand All @@ -97,7 +100,6 @@ importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
Expand Down Expand Up @@ -153,8 +155,14 @@ importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_label_repel)
importFrom(gplots,bluered)
importFrom(gplots,heatmap.2)
importFrom(grDevices,bmp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
Expand Down Expand Up @@ -186,7 +194,6 @@ importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(pheatmap,pheatmap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
Expand All @@ -203,6 +210,7 @@ importFrom(scales,log_breaks)
importFrom(scales,pretty_breaks)
importFrom(scales,rescale)
importFrom(scales,trans_new)
importFrom(scales,viridis_pal)
importFrom(stats,anova)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
Expand All @@ -219,7 +227,6 @@ importFrom(stats,dnorm)
importFrom(stats,fisher.test)
importFrom(stats,glm)
importFrom(stats,hclust)
importFrom(stats,heatmap)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,loess.control)
Expand All @@ -243,6 +250,7 @@ importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(stats,terms)
importFrom(stats,var)
Expand All @@ -259,6 +267,7 @@ importFrom(umap,umap)
importFrom(umap,umap.defaults)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
Expand Down
Loading

0 comments on commit ad60027

Please sign in to comment.