-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
69 lines (68 loc) · 1.82 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
# Generated by roxygen2: do not edit by hand
export("reduced<-")
export(ConnectedComponents)
export(PSM)
export(addFragments)
export(ccMatrix)
export(connectedComponents)
export(defaultNeutralLoss)
export(describePeptides)
export(describeProteins)
export(filterPSMs)
export(filterPsmDecoy)
export(filterPsmFdr)
export(filterPsmRank)
export(filterPsmShared)
export(getAminoAcids)
export(getAtomicMass)
export(makeAdjacencyMatrix)
export(makePeptideProteinVector)
export(plotAdjacencyMatrix)
export(prioritiseConnectedComponents)
export(prioritizeConnectedComponents)
export(psmVariables)
export(readPSMs)
export(reducePSMs)
export(reduced)
exportClasses(PSM)
exportMethods("[")
exportMethods(adjacencyMatrix)
exportMethods(calculateFragments)
exportMethods(dims)
exportMethods(length)
exportMethods(ncols)
exportMethods(nrows)
import(BiocParallel)
import(S4Vectors)
importClassesFrom(S4Vectors,DFrame)
importClassesFrom(S4Vectors,DataFrame)
importFrom(BiocGenerics,dims)
importFrom(BiocGenerics,fileName)
importFrom(BiocGenerics,ncols)
importFrom(BiocGenerics,nrows)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(MsCoreUtils,common)
importFrom(ProtGenerics,adjacencyMatrix)
importFrom(ProtGenerics,calculateFragments)
importFrom(QFeatures,reduceDataFrame)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,cluster_louvain)
importFrom(igraph,components)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_biadjacency_matrix)
importFrom(igraph,groups)
importFrom(igraph,layout_nicely)
importFrom(igraph,modularity)
importFrom(igraph,plot.igraph)
importFrom(igraph,set_vertex_attr)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,setNames)
importFrom(utils,adist)