-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
35 lines (34 loc) · 922 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(AppendCellHashing)
export(CalculateSaturationFor10x)
export(CallAndGenerateReport)
export(EstimateMultipletRate)
export(GenerateCellHashingCalls)
export(GetExampleMarkdown)
export(GetSeed)
export(ParameterScan)
export(PlotLibrarySaturation)
export(PlotLibrarySaturationByMarker)
export(PlotNormalizationQC)
export(ProcessCountMatrix)
export(SetSeed)
export(SummarizeCellsByClassification)
import(Matrix, except = c('tail', 'head'))
import(Seurat)
import(ggplot2)
import(patchwork)
import(utils)
importFrom(KernSmooth,bkde)
importFrom(Matrix,t)
importFrom(cluster,clara)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(fitdistrplus,fitdist)
importFrom(magrittr,"%>%")
importFrom(rmdformats,html_clean)
importFrom(stats,approxfun)
importFrom(stats,quantile)