-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
151 lines (150 loc) · 3.86 KB
/
NAMESPACE
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Generated by roxygen2: do not edit by hand
export(AddNewMetaColumn)
export(AppendCiteSeq)
export(AppendPerCellSaturation)
export(AppendPerCellSaturationInBulk)
export(AvgExpression)
export(CalculateClusterEnrichment)
export(CalculatePercentMito)
export(CalculateTcrDiversity)
export(CalculateTcrDiversityFromSeurat)
export(CalculateUcellPerFeature)
export(CellCycleScoring_UCell)
export(CiteSeqDimRedux.Dist)
export(CiteSeqDimRedux.PCA)
export(ClrNormalizeByGroup)
export(ClusteredDotPlot)
export(ConstructEnrichmentDataFrameAndDoStatistics)
export(CreateSeuratObj)
export(DesignModelMatrix)
export(DetectCellStructuresBasedOnCellType)
export(DoLdaParameterScan)
export(DownsampleSeurat)
export(FeaturePlotAcrossReductions)
export(FilterCloneNames)
export(FilterPseudobulkContrasts)
export(FilterRawCounts)
export(FindClustersAndDimRedux)
export(FindDoublets)
export(Find_Markers)
export(FitRegularizedClassificationGlm)
export(GetAssayMetadataSlotName)
export(GetChiDF)
export(GetG2MGenes)
export(GetGeneIds)
export(GetSPhaseGenes)
export(GetSeed)
export(GetXYDataFromPlot)
export(HasSplitLayers)
export(HighlightCellsOnSeuratPlot)
export(InspectSeurat)
export(LogNormalizeUsingAlternateAssay)
export(MakeEnrichmentDotPlot)
export(MergeSeuratObjs)
export(MergeSplitLayers)
export(NanoString_Housekeeping_Normalization)
export(NormalizeAndScale)
export(PerformDifferentialExpression)
export(PerformGlmFit)
export(PerformIntegration)
export(PlotAverageAdtCounts)
export(PlotSdaCellScores)
export(PlotSeuratVariables)
export(PlotTfData)
export(Plot_SDAScoresPerFeature)
export(PredictScTourPseudotime)
export(PseudobulkSeurat)
export(PseudobulkingBarPlot)
export(PseudobulkingDEHeatmap)
export(Q3_Normalization)
export(QuantifyTcrClones)
export(RLE_Plot)
export(RUVg_Housekeeping_Normalization)
export(ReadAndFilter10xData)
export(RegressCellCycle)
export(RenameUsingCD)
export(ResolveLocGenes)
export(RunCoNGA)
export(RunCsCore)
export(RunDecoupleR)
export(RunEscape)
export(RunFilteredContrasts)
export(RunPHATE)
export(RunPcaSteps)
export(RunSDA)
export(RunSeuratWnn)
export(RunSingleR)
export(RunUmapOnSDA)
export(SDAToSeuratMetadata)
export(SDAToSeuratReduction)
export(SDA_GO_Enrichment)
export(ScaleFeaturesIfNeeded)
export(ScoreCellCycle)
export(SetSeed)
export(SeuratToCoNGA)
export(SpatialNormalizeByGroup)
export(SplitSeurat)
export(SubsetSeurat)
export(TrainSctourModel)
export(UpdateMacaqueMmul10NcbiGeneSymbols)
export(WriteCellBarcodes)
export(WriteSummaryMetrics)
export(runLDA)
import(DESeq2)
import(MAST)
import(Seurat)
import(SingleR)
import(dplyr)
import(ggplot2)
import(mlr3verse)
import(patchwork)
importFrom(DropletUtils,barcodeRanks)
importFrom(Matrix,colSums)
importFrom(Seurat,Read10X)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,coalesce)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(jsonlite,write_json)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(mlr3,as_task_classif)
importFrom(mlr3,lrn)
importFrom(mlr3,partition)
importFrom(rlang,":=")
importFrom(scuttle,logNormCounts)
importFrom(stats,approxfun)
importFrom(stats,cmdscale)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,wilcox.test)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)