-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
77 lines (77 loc) · 1.82 KB
/
DESCRIPTION
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
Package: contiBAIT
Type: Package
Title: Improves Early Build Genome Assemblies using Strand-Seq Data
Version: 1.17.0
Date: 2019-10-03
Author: Kieran O'Neill, Mark Hills, Mike Gottlieb
Maintainer: Kieran O'Neill <[email protected]>
Description: Using strand inheritance data from multiple single cells
from the organism whose genome is to be assembled, contiBAIT
can cluster unbridged contigs together into putative
chromosomes, and order the contigs within those chromosomes.
License: BSD_2_clause + file LICENSE
Depends:
BH (>= 1.51.0-3),
Rsamtools (>= 1.21)
LinkingTo: Rcpp, BH
Imports:
data.table,
grDevices,
clue,
cluster,
gplots,
BiocGenerics (>= 0.31.6),
S4Vectors,
IRanges,
GenomicRanges,
Rcpp,
TSP,
GenomicFiles,
gtools,
rtracklayer,
BiocParallel,
DNAcopy,
colorspace,
reshape2,
ggplot2,
methods,
exomeCopy,
GenomicAlignments,
diagram
Suggests:
BiocStyle
biocViews: ImmunoOncology, CellBasedAssays, QualityControl, WholeGenome, Genetics,
GenomeAssembly
Collate:
'AllClasses.R'
'AllGenerics.R'
'BAIT.R'
'barplotLinkageGroupCalls.R'
'clusterContigs.R'
'computeConsensus.R'
'computeSim.R'
'contiBAIT.R'
'findSexGroups.R'
'findSimilarLibraries.R'
'fixLinkageGroups.R'
'flipOrderedLinkageGroups.R'
'highlightAssemblyErrors.R'
'ideogramPlot.R'
'locateMisorients.R'
'makeBoxPlot.R'
'makeChrTable.R'
'mapGapFromOverlap.R'
'mergeFlankedLGs.R'
'orderAllLinkageGroups.R'
'orderContigsGreedy.R'
'orderContigsTSP.R'
'plotContigOrder.R'
'plotLGDistances.R'
'plotWCdistribution.R'
'preprocessStrandTable.R'
'reorientAndMergeLGs.R'
'strandSeqFreqTable.R'
'thoroughBed.R'
'writeBed.R'
RoxygenNote: 6.0.1.9000
NeedsCompilation: yes