-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.16 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
export(AssignCellType)
export(CalculateUCellScores)
export(Classify_ImmuneCells)
export(Classify_Myeloid)
export(Classify_TNK)
export(DownloadFromGEO)
export(ExpandGeneList)
export(ExtractGeneWeights)
export(FilterDisallowedClasses)
export(GetActivationClassMapping)
export(GetAvailableScGates)
export(GetGeneSet)
export(GetMMul10IgGenes)
export(GetMMul10TcrGenes)
export(GetScGateModel)
export(GetSeed)
export(InterpretModels)
export(ListGeneSets)
export(MakePhenotypingDotPlot)
export(PlotImmuneMarkers)
export(PlotMarkerSeries)
export(PlotUcellCorrelation)
export(PredictCellTypeProbability)
export(PredictTcellActivation)
export(PredictTcellActivationUsingCustomModel)
export(RunCellTypist)
export(RunScGate)
export(RunScGateForModels)
export(RunScGateWithDefaultModels)
export(RunScGateWithRhesusModels)
export(ScoreCellsWithSavedModel)
export(ScoreUsingSavedComponent)
export(SetSeed)
export(TrainCellTypist)
export(TrainModel)
export(TrainModelsFromSeurat)
import(Seurat)
import(ggplot2)
import(mlr3)
import(mlr3learners)
import(nnet)
import(patchwork)
import(ranger)
import(scGate)
importFrom(dplyr,"%>%")
importFrom(magrittr,"%>%")