MCPcopy Create free account

hub / github.com/Illumina/paragraph / functions

Functions1,164 in github.com/Illumina/paragraph

MethoddecodeUnicodeCodePoint
external/jsoncpp/jsoncpp.cpp:908
MethoddecodeUnicodeEscapeSequence
external/jsoncpp/jsoncpp.cpp:937
Methoddecrement
external/jsoncpp/jsoncpp.cpp:2322
FunctiondoubleToStr
* Convert double to string with a fixed precision */
src/c++/include/common/StringUtil.hh:191
MethoddropNullPlaceholders
external/jsoncpp/jsoncpp.cpp:4486
MethodenableYAMLCompatibility
external/jsoncpp/jsoncpp.cpp:4484
Methodend
src/c++/include/genotyping/GenotypeSet.hh:69
Methodend
src/c++/include/common/ReadPileup.hh:48
Methodenque
src/c++/include/common/Threads.hh:290
Functionequal
* Check bcf records for equality * Equality is determined via chrom, pos, alleles * @param a first bcf record * @param b second bcf record * @retu
src/c++/include/common/BCFHelpers.hh:360
Methodexecute
src/c++/include/common/Threads.hh:219
MethodexecuteAllPending
src/c++/include/common/Threads.hh:393
FunctionextractRefFromMNP
src/c++/lib/common/BCFHelpers.cpp:1499
MethodfilterRead
src/c++/lib/paragraph/ReadFilter.cpp:47
MethodfilterRead
src/c++/lib/paragraph/readfilters/NonUniq.hh:48
MethodfilterRead
src/c++/lib/paragraph/readfilters/BadAlign.hh:62
MethodfindNext
* \brief find next suitable executor for the current thread */
src/c++/include/common/Threads.hh:299
Methodfit
* Fit the observed data using the 1D Minimum covariance determinant method * @param nums a vector of doubles */
src/c++/lib/statistics/MinCovDetGaussian.cpp:169
Functiongenerate_and_update_manifest
update manifest data from generated idxdepth results dump manifest into the new path
src/python/lib/grm/graph_typing/sample_manifest.py:108
Functiongenerate_idxdepth_json
Generate idxdepth JSON for all samples :param bam_manifest: list of BAM file information records :type bam_manifest: list of grm.graph_t
src/python/lib/grm/graph_typing/idx_depth_wrapper.py:29
MethodgenotypeGraphs
src/c++/lib/grmpy/Workflow.cpp:148
MethodgenotypeLikelihood
* return genotype likelihood given genotype (using Poisson model with internal parameters) * @param lambda Poisson distribution parameter * @param g
src/c++/lib/genotyping/BreakpointGenotyper.cpp:200
Methodget
external/jsoncpp/jsoncpp.cpp:3562
FunctiongetAD
read AD */
src/c++/lib/common/BCFHelpers.cpp:563
MethodgetAlleleFrequencies
* @return allele frequencies */
src/c++/lib/genotyping/PopulationStatistics.cpp:286
MethodgetAlleleNames
* Get the names of all alleles * @return vector of allele names */
src/c++/include/genotyping/GenotypeSet.hh:75
MethodgetCStringLength
external/jsoncpp/jsoncpp.cpp:3146
MethodgetCallrate
* @return fraction of samples with unfiltered calls */
src/c++/include/genotyping/PopulationStatistics.hh:67
MethodgetContigNames
src/c++/lib/common/Fasta.cpp:309
MethodgetCount
src/c++/lib/genotyping/BreakpointStatistics.cpp:152
FunctiongetDP
read DP(I) -- will use in this order: DP, DPI, -1 */
src/c++/lib/common/BCFHelpers.cpp:584
MethodgetDepthSD
* Get depth standard deviation for a sample * @param sample_index * @return std deviation of average depth. if not available, return 0 */
src/c++/lib/genotyping/GraphGenotyper.cpp:415
MethodgetFilename
src/c++/lib/common/Fasta.cpp:401
FunctiongetFormatFloat
read a format field as a single float. default return value is NaN */
src/c++/lib/common/BCFHelpers.cpp:641
FunctiongetFormatFloats
src/c++/lib/common/BCFHelpers.cpp:662
FunctiongetFormatInt
read a format field as a single int. */
src/c++/lib/common/BCFHelpers.cpp:611
FunctiongetFormatInts
src/c++/lib/common/BCFHelpers.cpp:631
FunctiongetFormatString
read a format field as a single double. result will not be overwritten on failure */
src/c++/lib/common/BCFHelpers.cpp:672
MethodgetFormatedErrorMessages
Deprecated. Preserved for backward compatibility
external/jsoncpp/jsoncpp.cpp:1036
FunctiongetGQ
read GQ(X) -- will use in this order: GQX, GQ, -1 * * This is somewhat Illumina-specific, TODO: refactor to avoid using this function in a general s
src/c++/lib/common/BCFHelpers.cpp:536
FunctiongetGT
* @brief Read the GT field */
src/c++/lib/common/BCFHelpers.cpp:477
MethodgetGenotype
* Get the genotype for a particular sample * * @param samplename sample name * @param breakpointname name of breakpoint ("" for combined GT) * @re
src/c++/lib/genotyping/GraphGenotyper.cpp:365
MethodgetHG19Path
src/c++/test/common.hh:91
MethodgetHG38Path
src/c++/test/common.hh:93
FunctiongetInfoFlag
* @brief Retrieve an info flag * * @return true of the flag is set */
src/c++/lib/common/BCFHelpers.cpp:468
FunctiongetInfoFloat
* @brief Retrieve an info field as a double * * @return the value or NaN */
src/c++/lib/common/BCFHelpers.cpp:434
FunctiongetInfoFloats
src/c++/lib/common/BCFHelpers.cpp:447
FunctiongetInfoInts
src/c++/lib/common/BCFHelpers.cpp:413
FunctiongetInfoString
* @brief Retrieve an info field as an integer * * @param result the default to return if the field is not present */
src/c++/lib/common/BCFHelpers.cpp:384
MethodgetLeftFlank
src/c++/include/common/Region.hh:52
MethodgetLocationLineAndColumn
external/jsoncpp/jsoncpp.cpp:1004
FunctiongetMaxKmer
src/c++/include/oligo/Kmer.hh:228
FunctiongetMinAltLen
* Get the length of the shortest ALT allele for a vector of refVars * @param rv * @return */
src/c++/include/variant/RefVar.hh:270
MethodgetNextChar
external/jsoncpp/jsoncpp.cpp:998
MethodgetNodes
src/c++/lib/grm/ValidationAligner.cpp:96
MethodgetParameters
src/c++/lib/common/Klib.cpp:59
FunctiongetQuality
src/c++/include/oligo/Nucleotides.hh:369
FunctiongetReferenceBaseFromBcl
* \return uppercase base or N for bcl N */
src/c++/include/oligo/Nucleotides.hh:374
FunctiongetReverseBcl
* \brief reverse-complements the base bits of a bcl byte * * \returns 0 for 0, reverse-complemented lower bits with quality bits unchanged */
src/c++/include/oligo/Nucleotides.hh:443
MethodgetRightFlank
src/c++/include/common/Region.hh:61
FunctiongetSampleNames
return sample names from header */
src/c++/lib/common/BCFHelpers.cpp:892
MethodgetSamplePloidy
src/c++/lib/genotyping/GraphBreakpointGenotyper.cpp:105
MethodgetSampleSex
* Get sex integer for a sample */
src/c++/lib/genotyping/GraphGenotyper.cpp:420
FunctiongetSequenceBaseFromBcl
* \return uppercase base or N for bcl N */
src/c++/include/oligo/Nucleotides.hh:382
MethodgetSimulatedPathId
src/c++/lib/grm/ValidationAligner.cpp:122
MethodgetStructuredErrors
external/jsoncpp/jsoncpp.cpp:1056
MethodgetTranslatorTable
src/c++/include/oligo/Nucleotides.hh:64
FunctiongetValue
src/c++/include/oligo/Nucleotides.hh:342
FunctiongetVariantsFromCigar
make variants from a cigar string */
src/c++/lib/common/Alignment.cpp:169
Methodget_fragment_id
src/c++/include/common/Fragment.hh:51
Methodgraph_sequence_matching
src/c++/include/paragraph/Parameters.hh:99
Functiongssw_dna_recover_log_base
external/gssw/gssw.c:4372
Functiongssw_dna_scaled_adjusted_qual_matrix
automatically adds 0-scoring N to the final row and column
external/gssw/gssw.c:4526
Functiongssw_fill
external/gssw/gssw.c:869
Functiongssw_graph_cigar_create
external/gssw/gssw.c:2546
Functiongssw_graph_cigar_destroy
external/gssw/gssw.c:2550
Functiongssw_graph_clear_alignment
external/gssw/gssw.c:4135
Functiongssw_graph_print
external/gssw/gssw.c:1000
Functiongssw_graph_print_score_matrices
external/gssw/gssw.c:1032
Functiongssw_graph_print_stderr
external/gssw/gssw.c:1016
Functiongssw_graph_trace_back_pinned
external/gssw/gssw.c:3586
Functiongssw_graph_trace_back_pinned_multi
external/gssw/gssw.c:3635
Functiongssw_graph_trace_back_pinned_qual_adj
external/gssw/gssw.c:3610
Functiongssw_graph_trace_back_pinned_qual_adj_multi
external/gssw/gssw.c:3657
Functiongssw_graph_trace_back_qual_adj
external/gssw/gssw.c:3562
Functiongssw_init_destroy
external/gssw/gssw.c:863
Functiongssw_node_replace_next
external/gssw/gssw.c:3887
Functiongssw_node_replace_prev
external/gssw/gssw.c:3877
Functiongssw_nodes_del_edge
external/gssw/gssw.c:3872
Functiongssw_print_graph_mapping
external/gssw/gssw.c:2569
Functiongssw_seq_reverse
external/gssw/gssw.c:788
MethodhasCommentForValue
external/jsoncpp/jsoncpp.cpp:4759
FunctionhasSymbolicAllele
* Check if variant has any symbolic alleles */
src/c++/include/common/BCFHelpers.hh:184
Methodhelp
src/c++/lib/common/Program.cpp:197
MethodhelpDefaults
src/c++/lib/common/Program.cpp:161
Methodimportexception
src/c++/include/common/BCFHelpers.hh:60
Methodincrement
external/jsoncpp/jsoncpp.cpp:2318
Methodindent
external/jsoncpp/jsoncpp.cpp:4721
MethodinitBasic
external/jsoncpp/jsoncpp.cpp:3513
Methodinitialize
src/c++/include/oligo/KmerGenerator.hh:125
← previousnext →801–900 of 1,164, ranked by callers