Skip to content

Commit

Permalink
forgot to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-leary7 committed Dec 20, 2021
1 parent 5a97100 commit bbb2192
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
17 changes: 14 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,36 @@ export(RunPHATE)
export(theme_yehlab)
import(Seurat)
import(biomaRt)
import(dplyr)
import(ggplot2)
import(magrittr)
import(phateR)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(Matrix,t)
importFrom(Seurat,CreateDimReducObject)
importFrom(Seurat,DimPlot)
importFrom(Seurat,Embeddings)
importFrom(Seurat,FindAllMarkers)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,Idents)
importFrom(Seurat,RunPCA)
importFrom(Seurat,RunTSNE)
importFrom(Seurat,RunUMAP)
importFrom(Seurat,Stdev)
importFrom(Seurat,VariableFeatures)
importFrom(biomaRt,getLDS)
importFrom(biomaRt,useMart)
importFrom(cluster,silhouette)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(matrixStats,rowVars)
importFrom(phateR,phate)
importFrom(stats,dist)
3 changes: 3 additions & 0 deletions man/IntegrateSubclusters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions man/ReduceDimensions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/RunPHATE.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions man/theme_yehlab.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbb2192

Please sign in to comment.