-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
78 lines (77 loc) · 2.34 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
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
export(CpGtoRanges)
export(TCGAbarcode)
export(TCGAbiospec)
export(TCGAprimaryTumors)
export(TCGAsampleSelect)
export(TCGAsplitAssays)
export(UUIDhistory)
export(UUIDtoBarcode)
export(UUIDtoUUID)
export(barcodeToUUID)
export(correctBuild)
export(extractBuild)
export(filenameToBarcode)
export(findGRangesCols)
export(generateMap)
export(getClinicalNames)
export(getFileName)
export(getSubtypeMap)
export(imputeAssay)
export(isCorrect)
export(makeGRangesListFromCopyNumber)
export(makeGRangesListFromExonFiles)
export(mergeColData)
export(mirToRanges)
export(oncoPrintTCGA)
export(qreduceTCGA)
export(sampleTables)
export(simplifyTCGA)
export(symbolsToRanges)
export(translateBuild)
export(trimColData)
export(uniformBuilds)
import(methods)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,"seqlevelsStyle<-")
importFrom(GenomeInfoDb,genome)
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomicDataCommons,cases)
importFrom(GenomicDataCommons,expand)
importFrom(GenomicDataCommons,files)
importFrom(GenomicDataCommons,filter)
importFrom(GenomicDataCommons,ids)
importFrom(GenomicDataCommons,results_all)
importFrom(GenomicDataCommons,select)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,microRNAs)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,granges)
importFrom(GenomicRanges,makeGRangesListFromDataFrame)
importFrom(MultiAssayExperiment,"colData<-")
importFrom(MultiAssayExperiment,ExperimentList)
importFrom(MultiAssayExperiment,colData)
importFrom(MultiAssayExperiment,experiments)
importFrom(MultiAssayExperiment,metadata)
importFrom(MultiAssayExperiment,subsetByColumn)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,isSingleInteger)
importFrom(S4Vectors,isSingleNumber)
importFrom(S4Vectors,isSingleString)
importFrom(SummarizedExperiment,"mcols<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,mcols)
importFrom(SummarizedExperiment,rowData)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(stats,as.formula)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(xml2,read_html)