@@ -38,6 +38,7 @@ export(AddScoreLISI)
3838export(AddScoreNMI)
3939export(AddScoreRegressPC)
4040export(AddScoreRegressPC.CellCycle)
41+ export(AddScoreScGraph)
4142export(CellCycleScoringPerBatch)
4243export(CombatIntegration)
4344export(CondaEnv)
@@ -70,6 +71,7 @@ export(ScoreLISI)
7071export(ScoreNMI)
7172export(ScoreRegressPC)
7273export(ScoreRegressPC.CellCycle)
74+ export(ScoreScGraph)
7375export(SymmetrizeKnn)
7476export(UpdateEnvCache)
7577export(bbknnIntegration)
@@ -121,11 +123,14 @@ importFrom(Seurat,CreateSeuratObject)
121123importFrom(Seurat,DefaultAssay)
122124importFrom(Seurat,FindClusters)
123125importFrom(Seurat,FindNeighbors)
126+ importFrom(Seurat,FindVariableFeatures)
124127importFrom(Seurat,LogSeuratCommand)
125128importFrom(Seurat,RunPCA)
129+ importFrom(Seurat,ScaleData)
126130importFrom(Seurat,SelectIntegrationFeatures)
127131importFrom(Seurat,SelectIntegrationFeatures5)
128132importFrom(Seurat,SelectSCTIntegrationFeatures)
133+ importFrom(Seurat,SplitObject)
129134importFrom(Seurat,VariableFeatures)
130135importFrom(Seurat,as.SingleCellExperiment)
131136importFrom(SeuratObject,"%iff%")
@@ -144,6 +149,7 @@ importFrom(SeuratObject,Features)
144149importFrom(SeuratObject,GetAssayData)
145150importFrom(SeuratObject,Graphs)
146151importFrom(SeuratObject,JoinLayers)
152+ importFrom(SeuratObject,Key)
147153importFrom(SeuratObject,LayerData)
148154importFrom(SeuratObject,Layers)
149155importFrom(SeuratObject,LogSeuratCommand)
@@ -184,6 +190,7 @@ importFrom(dplyr,case_when)
184190importFrom(dplyr,count)
185191importFrom(dplyr,cur_column)
186192importFrom(dplyr,desc)
193+ importFrom(dplyr,everything)
187194importFrom(dplyr,filter)
188195importFrom(dplyr,group_by)
189196importFrom(dplyr,group_map)
@@ -197,6 +204,7 @@ importFrom(dplyr,pull)
197204importFrom(dplyr,rename)
198205importFrom(dplyr,rowwise)
199206importFrom(dplyr,select)
207+ importFrom(dplyr,starts_with)
200208importFrom(dplyr,summarise)
201209importFrom(dplyr,summarize)
202210importFrom(dplyr,ungroup)
@@ -243,6 +251,7 @@ importFrom(harmony,harmony_options)
243251importFrom(igraph,components)
244252importFrom(igraph,distances)
245253importFrom(igraph,graph_from_adjacency_matrix)
254+ importFrom(matrixStats,rowMaxs)
246255importFrom(methods,"slot<-")
247256importFrom(methods,as)
248257importFrom(methods,callNextMethod)
@@ -253,6 +262,9 @@ importFrom(methods,slotNames)
253262importFrom(methods,validObject)
254263importFrom(parallel,mcmapply)
255264importFrom(parallelly,supportsMulticore)
265+ importFrom(pbapply,pblapply)
266+ importFrom(pbapply,pbmapply)
267+ importFrom(pbapply,pbsapply)
256268importFrom(purrr,imap)
257269importFrom(purrr,map2)
258270importFrom(purrr,reduce)
@@ -300,6 +312,7 @@ importFrom(stats,bw.bcv)
300312importFrom(stats,bw.nrd)
301313importFrom(stats,bw.nrd0)
302314importFrom(stats,bw.ucv)
315+ importFrom(stats,cor)
303316importFrom(stats,density)
304317importFrom(stats,lm)
305318importFrom(stats,median)
@@ -311,6 +324,7 @@ importFrom(sva,ComBat)
311324importFrom(sva,ComBat_seq)
312325importFrom(tibble,add_column)
313326importFrom(tibble,add_row)
327+ importFrom(tibble,column_to_rownames)
314328importFrom(tibble,rownames_to_column)
315329importFrom(tibble,tibble)
316330importFrom(tidyr,pivot_longer)
0 commit comments