-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 884 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
36
37
38
# Generated by roxygen2: do not edit by hand
export(addAnatomy)
export(addOntology)
export(createGene)
export(displayPathwayById)
export(downloadFromZfin)
export(downloadFromZfinMultiple)
export(fetchPathwayById)
export(getAnatomy)
export(getGeneInfo)
export(getOntologies)
export(getZfinBackgroundInfo)
export(getZfinGeneExpression)
export(getZfinMutatationInfo)
export(importGeneExpressionData)
export(plotGeneExpression)
export(plotMultipleGeneExpression)
export(runAtlaZ)
export(selectPathwayById)
export(setAnatomy)
export(setOntologies)
export(setOntology)
export(setZfinID)
export(validateGeneNames)
exportClasses(Anatomy)
exportClasses(AnatomyList)
exportClasses(Gene)
exportClasses(Ontology)
exportClasses(OntologyList)
exportMethods(show)
import(dplyr)
import(ggplot2)
import(httr)
import(tidyr)
importFrom(dplyr,filter)
importFrom(readr,read_tsv)
importFrom(shiny,runApp)