-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 889 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(CellBaseParam)
export(CellBaseR)
export(createGeneModel)
export(getCellBaseResourceHelp)
export(getConservationByRegion)
export(getGeneInfo)
export(getProteinInfo)
export(getRegulatoryByRegion)
export(getTranscriptByGene)
export(getVariantAnnotation)
exportClasses(CellBaseParam)
exportClasses(CellBaseR)
exportMethods(AnnotateVcf)
exportMethods(getCellBase)
exportMethods(getChromosomeInfo)
exportMethods(getClinical)
exportMethods(getGene)
exportMethods(getMeta)
exportMethods(getProtein)
exportMethods(getRegion)
exportMethods(getTranscript)
exportMethods(getVariant)
exportMethods(getXref)
import(BiocParallel)
import(Rsamtools)
import(data.table)
import(doParallel)
import(foreach)
import(httr)
import(jsonlite)
import(methods)
import(parallel)
import(pbapply)
import(utils)
importFrom(R.utils,countLines)
importFrom(tidyr,unnest)