-
Notifications
You must be signed in to change notification settings - Fork 49
/
NAMESPACE
73 lines (72 loc) · 1.97 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
# Generated by roxygen2: do not edit by hand
export(plot.haplotype.data)
export(GetChromosomeBAFs)
export(GetChromosomeBAFs_SNP6)
export(allele_ratio_plot)
export(battenberg)
export(calc_rho_psi_refit)
export(callChrXsubclones)
export(callSubclones)
export(call_multisample_MSAI)
export(cel2baf.logr)
export(cnfit_to_refit_suggestions)
export(combine.baf.files)
export(combine.impute.output)
export(convert.impute.input.to.beagle.input)
export(coverage_plot)
export(fit.copy.number)
export(gc.correct)
export(gc.correct.wgs)
export(generate.impute.input.snp6)
export(generate.impute.input.wgs)
export(get.chrom.names)
export(getAlleleCounts)
export(getBAFsAndLogRs)
export(get_multisample_phasing)
export(infer_gender_birdseed)
export(input_known_haplotypes)
export(make_posthoc_plots)
export(parse.imputeinfofile)
export(prepare_snp6)
export(prepare_wgs)
export(prepare_wgs_cell_line)
export(cell_line_baf_logR)
export(standardiseChrNotation)
export(cell_line_reconstruct_normal)
export(read_table_generic)
export(run.beagle5)
export(run.impute)
export(run_haplotyping)
export(segment.baf.phased)
export(segment.baf.phased.legacy)
export(segment.baf.phased.multisample)
export(segment.baf.phased.sv)
export(split_input_haplotypes)
export(squaresplot)
export(suggest_refit)
export(totalcn_chrom_plot)
export(write_battenberg_phasing)
export(writebeagle.as.impute)
export(writevcf.beagle)
import(ggplot2)
import(grDevices)
import(graphics)
import(stats)
import(utils)
importFrom(ASCAT,ascat.plotAscatProfile)
importFrom(ASCAT,ascat.plotNonRounded)
importFrom(ASCAT,ascat.plotSunrise)
importFrom(ASCAT,make_segments)
importFrom(RColorBrewer,brewer.pal)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gtools,mixedsort)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(readr,cols)
importFrom(readr,read_table)
importFrom(readr,write_tsv)
importFrom(splines,ns)