-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
export(getCNCounts)
export(getIDCounts)
export(getMNVCounts)
export(getSBSCounts)
export(groupsCNPlot)
export(groupsCXPlot)
export(groupsIDPlot)
export(groupsMNVPlot)
export(groupsSBSPlot)
export(patientsCNPlot)
export(patientsCXPlot)
export(patientsIDPlot)
export(patientsMNVPlot)
export(patientsSBSPlot)
export(signaturesAssignment)
export(signaturesCNPlot)
export(signaturesCV)
export(signaturesCXPlot)
export(signaturesDecomposition)
export(signaturesIDPlot)
export(signaturesMNVPlot)
export(signaturesSBSPlot)
export(signaturesSignificance)
import(BSgenome.Hsapiens.1000genomes.hs37d5)
import(GenomeInfoDb)
import(GenomicRanges)
import(IRanges)
import(RhpcBLASctl)
import(ggplot2)
import(glmnet)
import(gridExtra)
import(lsa)
import(nnls)
import(parallel)
importFrom(BSgenome,getSeq)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,complement)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,subseq)
importFrom(MutationalPatterns,count_dbs_contexts)
importFrom(MutationalPatterns,count_indel_contexts)
importFrom(MutationalPatterns,get_dbs_context)
importFrom(MutationalPatterns,get_indel_context)
importFrom(MutationalPatterns,get_mut_type)
importFrom(S4Vectors,metadata)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(reshape2,melt)