Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ functions
Functions
2,058 in github.com/BirolLab/abyss
⨍
Functions
2,058
◇
Types & classes
463
↓ 8 callers
Function
progressUpdate
RResolver/RUtils.cpp:33
↓ 8 callers
Function
removeFileIfExists
Delete a file if it exists */
BloomDBG/Checkpoint.h:231
↓ 8 callers
Method
size
Return the size (in discrete elements) of the bit array. */
LogKmerCount/CountingBloomFilter.h:34
↓ 8 callers
Method
vertices
Returns an iterator-range to the vertices. */
Graph/DirectedGraph.h:366
↓ 7 callers
Function
ambiguityOr
Return the bitwise-or of the specified ambiguity codes. */
Common/Sequence.h:102
↓ 7 callers
Function
chomp
If the last character of s is c, remove it and return true. */
Common/StringUtil.h:21
↓ 7 callers
Method
clear
Common/InsOrderedMap.h:77
↓ 7 callers
Method
clear
Free all allocated memory and reset parameters to defaults */
Bloom/HashAgnosticCascadingBloom.h:164
↓ 7 callers
Function
clear_vertex
Graph/ContigGraph.h:358
↓ 7 callers
Function
distanceBetween
RResolver/Contigs.cpp:12
↓ 7 callers
Function
edges
Iterate through the edges of this graph. */
Assembly/DBG.h:831
↓ 7 callers
Method
getDirection
return the direction of growth
Assembly/BranchGroup.h:114
↓ 7 callers
Function
in_degree
Graph/ContigGraph.h:270
↓ 7 callers
Function
openInputStream
Bloom/bloom.cc:346
↓ 7 callers
Function
parseGlobalOpts
Bloom/bloom.cc:296
↓ 7 callers
Method
pathsToGoal
Graph/ConstrainedBFSVisitor.h:129
↓ 7 callers
Function
percent
Return the specified number formatted as a percent. */
ParseAligns/abyss-fixmate.cc:322
↓ 7 callers
Method
pop_back
Remove the last k-mer. */
Assembly/BranchRecordBase.h:63
↓ 7 callers
Method
pos
return position of current k-mer */
BloomDBG/RollingHashIterator.h:187
↓ 7 callers
Function
remove_vertex_if
Graph/ContigGraphAlgorithms.h:136
↓ 7 callers
Method
rollLeft
* Compute hash values for next k-mer to the left and * update internal state. * @param prevKmer k-mer we are rolling into * @param kmer current
BloomDBG/RollingHash.h:110
↓ 7 callers
Method
setAlphabet
FMIndex/FMIndex.h:476
↓ 7 callers
Method
size
Common/Histogram.h:85
↓ 6 callers
Function
align
MergePaths/MergePaths.cpp:1369
↓ 6 callers
Function
ambiguityToBitmask
Convert the specified ambiguity code to a bitmask. */
Common/Sequence.cpp:141
↓ 6 callers
Function
assemble
ABYSS/abyss.cc:57
↓ 6 callers
Function
blank_line
dialign/io.c:1120
↓ 6 callers
Method
canonicalize
Common/Kmer.cpp:312
↓ 6 callers
Function
complementBaseChar
Return the complement of the specified nucleotide. */
Common/Sequence.cpp:21
↓ 6 callers
Function
contiguous_out
Graph/ContigGraphAlgorithms.h:40
↓ 6 callers
Function
correctSingleBaseError
Konnector/DBGBloomAlgorithms.h:127
↓ 6 callers
Function
depth
Graph/ExtendPath.h:472
↓ 6 callers
Function
flattenAmbiguityCodes
* Convert each ambiguity code to the lexicographically smallest * matching base. */
Common/Sequence.h:50
↓ 6 callers
Function
free_alignment
* free alignment * */
dialign/alig.c:139
↓ 6 callers
Function
free_diag_col
* frees a diagcol and all data included in it */
dialign/diag.c:418
↓ 6 callers
Method
hasExtension
Return whether this kmer has any adjacent kmer. */
Assembly/SeqExt.h:82
↓ 6 callers
Function
hashmem
Common/HashFunction.h:8
↓ 6 callers
Function
loadFilters
Bloom/bloom.cc:406
↓ 6 callers
Method
out_degree
Graph/HashGraph.h:100
↓ 6 callers
Function
overlaySeq
* Overlay one sequence on top of another to create a new sequence. * In the cases of differences, the bases in the overlaid sequence * take preceden
Common/Sequence.h:128
↓ 6 callers
Function
prepare_alignment
* * prepares the alignment: calculates the position number of each residue * */
dialign/alig.c:977
↓ 6 callers
Method
read
Read a bloom filter from a stream. */
Bloom/BloomFilter.h:111
↓ 6 callers
Function
readFile
Common/IOUtil.h:100
↓ 6 callers
Function
remove_edge
Graph/ContigGraph.h:377
↓ 6 callers
Function
remove_edges
Graph/GraphAlgorithms.h:105
↓ 6 callers
Function
reverseComplement
Return the reverse complement of the specified k-mer. */
BloomDBG/MaskedKmer.h:102
↓ 6 callers
Method
sd
Common/Histogram.h:129
↓ 6 callers
Function
seqIndexToBaseIndex
Common/Kmer.cpp:443
↓ 6 callers
Function
successor
Graph/ExtendPath.h:315
↓ 6 callers
Function
trueBranch
Graph/ExtendPath.h:174
↓ 6 callers
Method
unknown
RResolver/RAlgorithmsShort.h:144
↓ 6 callers
Function
vertex_exists
Konnector/DBGBloom.h:295
↓ 6 callers
Function
vertex_exists
BloomDBG/RollingBloomDBG.h:437
↓ 6 callers
Method
write
Write out a dot graph for the specified collection. */
Assembly/DotWriter.h:197
↓ 6 callers
Function
writeBloom
Bloom/bloom.cc:417
↓ 5 callers
Function
Uint128High64
Common/city.h:56
↓ 5 callers
Method
add_edge
Graph/HashGraph.h:122
↓ 5 callers
Function
alignGlobal
Find the optimal global alignment of the two sequences using the * Needleman-Wunsch algorithm and the improvement by Gotoh to use an * affine gap pe
Align/alignGlobal.cc:144
↓ 5 callers
Method
alphabetSize
The size of the alphabet. */
FMIndex/FMIndex.h:81
↓ 5 callers
Function
assembleContig
Assembly/AssembleAlgorithm.h:14
↓ 5 callers
Function
breadthFirstSearchImpl
Graph/BreadthFirstSearch.h:96
↓ 5 callers
Function
checkSeqContiguity
Return the adjacency of this sequence. * @param considerMarks when true, treat a marked vertex as having * no edges */
Assembly/AssemblyAlgorithms.h:79
↓ 5 callers
Function
chop
Return the last character of s and remove it. */
Common/StringUtil.h:11
↓ 5 callers
Function
clear_out_edges
Graph/ContigGraph.h:398
↓ 5 callers
Function
closeInputStream
Bloom/bloom.cc:362
↓ 5 callers
Function
colorPath
Konnector/konnector.h:175
↓ 5 callers
Function
create_empty_alignment
* creates initial empty alignment data structure * * The pointer returned (and the ones included in the struct) * has to be deallocted explicitely
dialign/alig.c:43
↓ 5 callers
Method
descriptor
PathOverlap/PathOverlap.cpp:163
↓ 5 callers
Method
edge
Return true if edge (u,v) exists. */
Graph/UndirectedGraph.h:336
↓ 5 callers
Method
empty
Return true if this sequence has no elements. */
Assembly/BranchRecordBase.h:54
↓ 5 callers
Method
gapStart
The start of the gap. */
Sealer/sealer.cc:329
↓ 5 callers
Function
generateSequencesFromExtension
Assembly/AssemblyAlgorithms.h:52
↓ 5 callers
Function
get
Common/ContigNode.h:192
↓ 5 callers
Function
getPath
Return the specified path. */
MergePaths/MergePaths.cpp:313
↓ 5 callers
Method
getSeqData
Return the data of the specified key. */
Assembly/DBG.h:340
↓ 5 callers
Function
getSequence
Return the sequence of the specified contig node. The sequence * may be ambiguous or reverse complemented. */
MergePaths/PathConsensus.cpp:191
↓ 5 callers
Method
initialized
Return true if all required members are initialized */
BloomDBG/AssemblyParams.h:85
↓ 5 callers
Method
isCanonical
Common/Kmer.cpp:297
↓ 5 callers
Method
isDuplicate
Return whether this seed is a duplciate. */
KAligner/Aligner.h:50
↓ 5 callers
Function
loadSequences
Assembly/LoadAlgorithm.h:74
↓ 5 callers
Method
mark
Mark the specified sequence in both directions. */
Assembly/DBG.h:246
↓ 5 callers
Function
maskNew
Uppercase only bases that are present in original reads. * @return number of mis-matching bases. */
Konnector/DBGBloomAlgorithms.h:183
↓ 5 callers
Method
outDegree
Return the out degree. */
Assembly/SeqExt.h:42
↓ 5 callers
Method
out_edges
Returns an iterator-range to the out edges of vertex u. */
Graph/UndirectedGraph.h:277
↓ 5 callers
Function
pathToSeq
Konnector/DBGBloomAlgorithms.h:20
↓ 5 callers
Function
printBloomStats
Bloom/bloom.cc:435
↓ 5 callers
Method
receiveEmpty
Return true if no message has been received. */
Parallel/CommLayer.cpp:71
↓ 5 callers
Method
removeNoise
Remove noise from the histogram. Noise is defined as a * sample x where h[x-1] == 0 && h[x+1] == 0. */
Common/Histogram.h:223
↓ 5 callers
Method
reverseComplement
* Reverse complement the hash state, so that rolling right becomes * rolling left, and vice versa. This operation is needed * whenever we reverse
BloomDBG/RollingHash.h:202
↓ 5 callers
Method
sampleSA
Sample the suffix array. */
FMIndex/FMIndex.h:218
↓ 5 callers
Function
seqIndexToByteNumber
Common/Kmer.cpp:438
↓ 5 callers
Method
setBase
Set the specified adjacency. */
Assembly/SeqExt.h:52
↓ 5 callers
Function
setMaxOption
* Set the value for a commandline option, using "nolimit" * to represent NO_LIMIT. */
Sealer/sealer.cc:403
↓ 5 callers
Method
swap
Swap this graph with graph x. */
Graph/DirectedGraph.h:351
↓ 5 callers
Method
unchaste
Returns the number of unchaste reads. */
DataLayer/FastaReader.h:65
↓ 4 callers
Function
CityHash128WithSeed
Common/city.cc:285
↓ 4 callers
Function
Uint128Low64
Common/city.h:55
↓ 4 callers
Method
a
Return the first nucleotide. */
PairedDBG/Dinuc.h:34
↓ 4 callers
Function
addComplementaryEdges
Graph/ContigGraphAlgorithms.h:351
↓ 4 callers
Function
addEstimate
ParseAligns/ParseAligns.cpp:143
← previous
next →
201–300 of 2,058, ranked by callers