-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
47 lines (46 loc) · 1 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
# Generated by roxygen2: do not edit by hand
S3method(summary,proteusData)
export(aggregateHifly)
export(aggregateMedian)
export(aggregateSum)
export(allowedUniProtColumns)
export(annotateProteins)
export(evidenceColumns)
export(fetchFromUniProt)
export(goodData)
export(intensityStats)
export(jaccardSimilarity)
export(limmaDE)
export(limmaRatioDE)
export(makePeptideTable)
export(makeProteinTable)
export(measureColumns)
export(normalizeData)
export(normalizeMedian)
export(normalizeTMT)
export(plotClustering)
export(plotCount)
export(plotDetectionSimilarity)
export(plotDistanceMatrix)
export(plotFID)
export(plotFID_live)
export(plotIntensities)
export(plotMV)
export(plotPCA)
export(plotPdist)
export(plotProtPeptides)
export(plotSampleDistributions)
export(plotVolcano)
export(plotVolcano_live)
export(proteinColumns)
export(readColumnNames)
export(readEvidenceFile)
export(readProteinGroups)
import(ggplot2)
import(graphics)
import(methods)
import(parallel)
import(shiny)
import(stats)
import(utils)
import(viridis)