-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(AnnotateWithTCGA)
export(AnnotateWithVEP)
export(AnnotatedVariableFeaturePlot)
export(CellSimilarityToGenotypes)
export(Classify)
export(ClassifyManual)
export(ComputeMitoContent)
export(CreateGenotypeObject)
export(CrossImpute)
export(Export10X)
export(ExportGenotype)
export(FindDifferentVariants)
export(FindInformativeVariants)
export(FractionDifferingVariants)
export(GatherFeatures)
export(GenerateGates)
export(GenotypeObject)
export(GenotypeSimilarityHeatmap)
export(GetAllSignatureGenes)
export(IdentPlotQC)
export(Import10X)
export(Impute)
export(InformativeVariantPlot)
export(NormalizeHTO)
export(PrefilterVartrix)
export(PseudoBulkGenotypes)
export(ReadSignatures)
export(ReadTCGA)
export(ReadVEP)
export(ReadVartrix)
export(ReadVcf)
export(RunMDS)
export(RunQC)
export(ScoreSignature)
export(ScoreSignatures)
export(SeuratAddVariants)
export(SignaturePlotQC)
export(SignatureScatterPlot)
export(TagCells)
export(VariantPlot)
export(WriteSignatures)
exportClasses(genotype)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("colnames<-")
exportMethods("rownames<-")
exportMethods(colSums)
exportMethods(colnames)
exportMethods(dim)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(rowSums)
exportMethods(rownames)
exportMethods(show)