MCPcopy Create free account

hub / github.com/BirolLab/abyss / functions

Functions2,058 in github.com/BirolLab/abyss

↓ 8 callersFunctionprogressUpdate
RResolver/RUtils.cpp:33
↓ 8 callersFunctionremoveFileIfExists
Delete a file if it exists */
BloomDBG/Checkpoint.h:231
↓ 8 callersMethodsize
Return the size (in discrete elements) of the bit array. */
LogKmerCount/CountingBloomFilter.h:34
↓ 8 callersMethodvertices
Returns an iterator-range to the vertices. */
Graph/DirectedGraph.h:366
↓ 7 callersFunctionambiguityOr
Return the bitwise-or of the specified ambiguity codes. */
Common/Sequence.h:102
↓ 7 callersFunctionchomp
If the last character of s is c, remove it and return true. */
Common/StringUtil.h:21
↓ 7 callersMethodclear
Common/InsOrderedMap.h:77
↓ 7 callersMethodclear
Free all allocated memory and reset parameters to defaults */
Bloom/HashAgnosticCascadingBloom.h:164
↓ 7 callersFunctionclear_vertex
Graph/ContigGraph.h:358
↓ 7 callersFunctiondistanceBetween
RResolver/Contigs.cpp:12
↓ 7 callersFunctionedges
Iterate through the edges of this graph. */
Assembly/DBG.h:831
↓ 7 callersMethodgetDirection
return the direction of growth
Assembly/BranchGroup.h:114
↓ 7 callersFunctionin_degree
Graph/ContigGraph.h:270
↓ 7 callersFunctionopenInputStream
Bloom/bloom.cc:346
↓ 7 callersFunctionparseGlobalOpts
Bloom/bloom.cc:296
↓ 7 callersMethodpathsToGoal
Graph/ConstrainedBFSVisitor.h:129
↓ 7 callersFunctionpercent
Return the specified number formatted as a percent. */
ParseAligns/abyss-fixmate.cc:322
↓ 7 callersMethodpop_back
Remove the last k-mer. */
Assembly/BranchRecordBase.h:63
↓ 7 callersMethodpos
return position of current k-mer */
BloomDBG/RollingHashIterator.h:187
↓ 7 callersFunctionremove_vertex_if
Graph/ContigGraphAlgorithms.h:136
↓ 7 callersMethodrollLeft
* 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 callersMethodsetAlphabet
FMIndex/FMIndex.h:476
↓ 7 callersMethodsize
Common/Histogram.h:85
↓ 6 callersFunctionalign
MergePaths/MergePaths.cpp:1369
↓ 6 callersFunctionambiguityToBitmask
Convert the specified ambiguity code to a bitmask. */
Common/Sequence.cpp:141
↓ 6 callersFunctionassemble
ABYSS/abyss.cc:57
↓ 6 callersFunctionblank_line
dialign/io.c:1120
↓ 6 callersMethodcanonicalize
Common/Kmer.cpp:312
↓ 6 callersFunctioncomplementBaseChar
Return the complement of the specified nucleotide. */
Common/Sequence.cpp:21
↓ 6 callersFunctioncontiguous_out
Graph/ContigGraphAlgorithms.h:40
↓ 6 callersFunctioncorrectSingleBaseError
Konnector/DBGBloomAlgorithms.h:127
↓ 6 callersFunctiondepth
Graph/ExtendPath.h:472
↓ 6 callersFunctionflattenAmbiguityCodes
* Convert each ambiguity code to the lexicographically smallest * matching base. */
Common/Sequence.h:50
↓ 6 callersFunctionfree_alignment
* free alignment * */
dialign/alig.c:139
↓ 6 callersFunctionfree_diag_col
* frees a diagcol and all data included in it */
dialign/diag.c:418
↓ 6 callersMethodhasExtension
Return whether this kmer has any adjacent kmer. */
Assembly/SeqExt.h:82
↓ 6 callersFunctionhashmem
Common/HashFunction.h:8
↓ 6 callersFunctionloadFilters
Bloom/bloom.cc:406
↓ 6 callersMethodout_degree
Graph/HashGraph.h:100
↓ 6 callersFunctionoverlaySeq
* 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 callersFunctionprepare_alignment
* * prepares the alignment: calculates the position number of each residue * */
dialign/alig.c:977
↓ 6 callersMethodread
Read a bloom filter from a stream. */
Bloom/BloomFilter.h:111
↓ 6 callersFunctionreadFile
Common/IOUtil.h:100
↓ 6 callersFunctionremove_edge
Graph/ContigGraph.h:377
↓ 6 callersFunctionremove_edges
Graph/GraphAlgorithms.h:105
↓ 6 callersFunctionreverseComplement
Return the reverse complement of the specified k-mer. */
BloomDBG/MaskedKmer.h:102
↓ 6 callersMethodsd
Common/Histogram.h:129
↓ 6 callersFunctionseqIndexToBaseIndex
Common/Kmer.cpp:443
↓ 6 callersFunctionsuccessor
Graph/ExtendPath.h:315
↓ 6 callersFunctiontrueBranch
Graph/ExtendPath.h:174
↓ 6 callersMethodunknown
RResolver/RAlgorithmsShort.h:144
↓ 6 callersFunctionvertex_exists
Konnector/DBGBloom.h:295
↓ 6 callersFunctionvertex_exists
BloomDBG/RollingBloomDBG.h:437
↓ 6 callersMethodwrite
Write out a dot graph for the specified collection. */
Assembly/DotWriter.h:197
↓ 6 callersFunctionwriteBloom
Bloom/bloom.cc:417
↓ 5 callersFunctionUint128High64
Common/city.h:56
↓ 5 callersMethodadd_edge
Graph/HashGraph.h:122
↓ 5 callersFunctionalignGlobal
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 callersMethodalphabetSize
The size of the alphabet. */
FMIndex/FMIndex.h:81
↓ 5 callersFunctionassembleContig
Assembly/AssembleAlgorithm.h:14
↓ 5 callersFunctionbreadthFirstSearchImpl
Graph/BreadthFirstSearch.h:96
↓ 5 callersFunctioncheckSeqContiguity
Return the adjacency of this sequence. * @param considerMarks when true, treat a marked vertex as having * no edges */
Assembly/AssemblyAlgorithms.h:79
↓ 5 callersFunctionchop
Return the last character of s and remove it. */
Common/StringUtil.h:11
↓ 5 callersFunctionclear_out_edges
Graph/ContigGraph.h:398
↓ 5 callersFunctioncloseInputStream
Bloom/bloom.cc:362
↓ 5 callersFunctioncolorPath
Konnector/konnector.h:175
↓ 5 callersFunctioncreate_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 callersMethoddescriptor
PathOverlap/PathOverlap.cpp:163
↓ 5 callersMethodedge
Return true if edge (u,v) exists. */
Graph/UndirectedGraph.h:336
↓ 5 callersMethodempty
Return true if this sequence has no elements. */
Assembly/BranchRecordBase.h:54
↓ 5 callersMethodgapStart
The start of the gap. */
Sealer/sealer.cc:329
↓ 5 callersFunctiongenerateSequencesFromExtension
Assembly/AssemblyAlgorithms.h:52
↓ 5 callersFunctionget
Common/ContigNode.h:192
↓ 5 callersFunctiongetPath
Return the specified path. */
MergePaths/MergePaths.cpp:313
↓ 5 callersMethodgetSeqData
Return the data of the specified key. */
Assembly/DBG.h:340
↓ 5 callersFunctiongetSequence
Return the sequence of the specified contig node. The sequence * may be ambiguous or reverse complemented. */
MergePaths/PathConsensus.cpp:191
↓ 5 callersMethodinitialized
Return true if all required members are initialized */
BloomDBG/AssemblyParams.h:85
↓ 5 callersMethodisCanonical
Common/Kmer.cpp:297
↓ 5 callersMethodisDuplicate
Return whether this seed is a duplciate. */
KAligner/Aligner.h:50
↓ 5 callersFunctionloadSequences
Assembly/LoadAlgorithm.h:74
↓ 5 callersMethodmark
Mark the specified sequence in both directions. */
Assembly/DBG.h:246
↓ 5 callersFunctionmaskNew
Uppercase only bases that are present in original reads. * @return number of mis-matching bases. */
Konnector/DBGBloomAlgorithms.h:183
↓ 5 callersMethodoutDegree
Return the out degree. */
Assembly/SeqExt.h:42
↓ 5 callersMethodout_edges
Returns an iterator-range to the out edges of vertex u. */
Graph/UndirectedGraph.h:277
↓ 5 callersFunctionpathToSeq
Konnector/DBGBloomAlgorithms.h:20
↓ 5 callersFunctionprintBloomStats
Bloom/bloom.cc:435
↓ 5 callersMethodreceiveEmpty
Return true if no message has been received. */
Parallel/CommLayer.cpp:71
↓ 5 callersMethodremoveNoise
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 callersMethodreverseComplement
* 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 callersMethodsampleSA
Sample the suffix array. */
FMIndex/FMIndex.h:218
↓ 5 callersFunctionseqIndexToByteNumber
Common/Kmer.cpp:438
↓ 5 callersMethodsetBase
Set the specified adjacency. */
Assembly/SeqExt.h:52
↓ 5 callersFunctionsetMaxOption
* Set the value for a commandline option, using "nolimit" * to represent NO_LIMIT. */
Sealer/sealer.cc:403
↓ 5 callersMethodswap
Swap this graph with graph x. */
Graph/DirectedGraph.h:351
↓ 5 callersMethodunchaste
Returns the number of unchaste reads. */
DataLayer/FastaReader.h:65
↓ 4 callersFunctionCityHash128WithSeed
Common/city.cc:285
↓ 4 callersFunctionUint128Low64
Common/city.h:55
↓ 4 callersMethoda
Return the first nucleotide. */
PairedDBG/Dinuc.h:34
↓ 4 callersFunctionaddComplementaryEdges
Graph/ContigGraphAlgorithms.h:351
↓ 4 callersFunctionaddEstimate
ParseAligns/ParseAligns.cpp:143
← previousnext →201–300 of 2,058, ranked by callers