Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sqjin committed Feb 14, 2024
1 parent ae4b543 commit 2e009b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Imports:
reticulate,
scales,
sna,
forcats,
reshape2,
FNN,
shape,
Expand All @@ -45,6 +44,6 @@ Imports:
plotly,shiny,bslib,presto,tidyverse
LinkingTo: Rcpp, RcppEigen
Suggests:
rmarkdown, knitr, roxygen2, Seurat (>= 4.0.0), SingleCellExperiment, SummarizedExperiment, purrr,uwot,gg.gap,wordcloud,bsicons
rmarkdown, knitr, roxygen2, Seurat (>= 4.0.0), SingleCellExperiment, SummarizedExperiment, purrr,uwot,gg.gap,wordcloud,bsicons,tidyr
RoxygenNote: 7.2.3
VignetteBuilder: knitr
9 changes: 1 addition & 8 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(CellChat_theme_opts)
export(StackedVlnPlot)
export(addMeta)
export(addReduction)
export(aggregateNet)
export(barPlot)
export(barplot_internal)
Expand Down Expand Up @@ -229,14 +230,6 @@ importFrom(methods,setClassUnion)
importFrom(methods,slot)
importFrom(patchwork,wrap_plots)
importFrom(pbapply,pbsapply)
importFrom(plotly,add_markers)
importFrom(plotly,ggplotly)
importFrom(plotly,highlight)
importFrom(plotly,highlight_key)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,subplot)
importFrom(plyr,mapvalues)
importFrom(presto,wilcoxauc)
importFrom(reshape2,melt)
Expand Down

0 comments on commit 2e009b2

Please sign in to comment.