-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 1.85 KB
/
NAMESPACE
File metadata and controls
61 lines (60 loc) · 1.85 KB
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
# Generated by roxygen2: do not edit by hand
export(browseMIontology)
export(cleanMITAB)
export(edgelist2degree)
export(edgelist2degreeFreq)
export(edgelist2degree_slow)
export(extractInteractors)
export(fullInteractome)
export(humanViralDegree)
export(interSpeciesInteractome)
export(interactorFeatureTypes)
export(lastIntActRelease)
export(loadAllIDProteins)
export(loadBioplex)
export(loadHumanViralPPI)
export(loadIntActFTP)
export(loadMIontology)
export(loadTaxIDAllLower)
export(loadTaxIDProteins)
export(print.RAW_MItab25)
export(print.RAW_MItab25_fullInteractome)
export(print.RAW_MItab25_interSpeciesInteractome)
export(print.RAW_MItab27)
export(print.RAW_MItab27_fullInteractome)
export(print.RAW_MItab27_interSpeciesInteractome)
export(print.clean_MItab25)
export(print.clean_MItab25_fullInteractome)
export(print.clean_MItab25_fullInteractome_subset)
export(print.clean_MItab25_interSpeciesInteractome)
export(print.clean_MItab25_interSpeciesInteractome_subset)
export(print.clean_MItab25_randomInteractome)
export(print.clean_MItab25_subset)
export(print.clean_MItab27)
export(print.clean_MItab27_fullInteractome)
export(print.clean_MItab27_fullInteractome_subset)
export(print.clean_MItab27_interSpeciesInteractome)
export(print.clean_MItab27_interSpeciesInteractome_subset)
export(print.clean_MItab27_subset)
export(queryPSICQUIC)
export(queryPSICQUICrlib)
export(randomInteractome)
export(removeInteractionNoFASTA)
export(removeInteractionObsoleteID)
export(removeSelfLoops)
export(subsetMITABbyID)
export(subsetMITABbyMethod)
export(subsetMITABbyPMIDs)
export(uniqueNinteractions)
export(uniqueNinteractors)
import(Biostrings)
import(PSICQUIC)
import(data.table)
import(ontologyIndex)
importFrom(R.utils,gunzip)
importFrom(R.utils,gzip)
importFrom(downloader,download)
importFrom(gsubfn,strapplyc)
importFrom(httr,GET)
importFrom(httr,headers)
importFrom(jsonlite,fromJSON)