MCPcopy Create free account

hub / github.com/Illumina/paragraph / functions

Functions1,164 in github.com/Illumina/paragraph

Methodoperator[]
src/c++/include/oligo/Nucleotides.hh:61
Methodoperator^
src/c++/include/oligo/Kmer.hh:177
Methodoperator|
src/c++/include/oligo/Kmer.hh:164
Methodoperator~
src/c++/include/oligo/Kmer.hh:191
Methodoutput_enabled
src/c++/include/paragraph/Parameters.hh:96
Functionpack32BclBases
src/c++/include/oligo/Nucleotides.hh:530
FunctionpackBclBases
src/c++/include/oligo/Nucleotides.hh:568
Methodparse
src/c++/lib/common/Program.cpp:64
Methodparse
* \brief remembers the original argv array and hands over to the base implementation */
src/c++/main/paragraph.cpp:146
Methodparse
external/jsoncpp/jsoncpp.cpp:2148
FunctionpathIds
Returns a string with all nodeIDs in a path
src/c++/lib/paragraph/HaplotypePaths.cpp:65
Methodpath_sequence_matching
src/c++/include/paragraph/Parameters.hh:98
MethodpickBest
src/c++/lib/grm/KmerAligner.cpp:479
MethodpickBest
* \return best path id * \precondition non-empty candidates list */
src/c++/lib/grm/KlibAligner.cpp:349
Methodpos
src/c++/include/common/ReadPileup.hh:47
MethodpostProcess
src/c++/main/grmpy.cpp:147
MethodpostProcess
src/c++/main/paragraph.cpp:156
MethodpostProcess
src/c++/include/common/Program.hh:82
FunctionprintRefVar
* A simple debugging function for printing a RefVar */
src/c++/include/variant/RefVar.hh:287
MethodprocessGraph
src/c++/lib/paragraph/Workflow.cpp:87
MethodprocessGraphs
src/c++/lib/paragraph/Workflow.cpp:138
MethodpushError
external/jsoncpp/jsoncpp.cpp:1071
MethodpushValue
external/jsoncpp/jsoncpp.cpp:4698
MethodreadArray
external/jsoncpp/jsoncpp.cpp:732
MethodreadCStyleComment
external/jsoncpp/jsoncpp.cpp:617
MethodreadComment
external/jsoncpp/jsoncpp.cpp:563
MethodreadCppStyleComment
external/jsoncpp/jsoncpp.cpp:626
MethodreadNumber
external/jsoncpp/jsoncpp.cpp:642
MethodreadObject
external/jsoncpp/jsoncpp.cpp:676
MethodreadString
external/jsoncpp/jsoncpp.cpp:664
MethodreadStringSingleQuote
external/jsoncpp/jsoncpp.cpp:1666
MethodreadToken
external/jsoncpp/jsoncpp.cpp:471
MethodreadValue
external/jsoncpp/jsoncpp.cpp:380
Functionread_grmpy
Read grmpy output :param grmpyJsonName: input filename :return: grmpy output
src/python/lib/grm/vcfgraph/vcfupdate.py:48
MethodrecoverFromError
external/jsoncpp/jsoncpp.cpp:976
MethodremoveIndex
external/jsoncpp/jsoncpp.cpp:3674
Functionremove_empty_nodes
Remove nodes without sequence (from deletions / skipped insertions or split ref nodes) Merge in & out edge pairs to keep connections
src/python/lib/grm/vcfgraph/graphUtils.py:103
Functionremove_redundant_edge_labels
Remove edge sequence labels that don't add information about haplotypes.
src/python/lib/grm/vcfgraph/graphUtils.py:160
FunctionreplaceAllInplace
* @brief Replace all instances of find with replace in str */
src/c++/include/common/StringUtil.hh:103
Methodreset
* \brief clears and repopulates ThreadPool. Use at your own risk. The only reasonable situation you'd might * want to do this is in the se
src/c++/include/common/Threads.hh:164
Methodresolve
external/jsoncpp/jsoncpp.cpp:4092
FunctionreverseBases
src/c++/include/oligo/Kmer.hh:337
FunctionrightShift
src/c++/include/variant/RefVar.hh:182
Methodrun
src/c++/lib/paragraph/Workflow.cpp:192
MethodrunGenotyping
src/c++/lib/genotyping/GraphBreakpointGenotyper.cpp:47
FunctionrunGrmpy
src/c++/main/grmpy.cpp:247
FunctionrunParagraph
src/c++/main/paragraph.cpp:263
Functionrun_paragraph
Wrapper function to run paragraph :param event_and_args: tuple of event to validate and args structure :return:
src/python/bin/multiparagraph.py:37
Functionrun_vcf2paragraph
run vcf2paragraph for one single variant
src/python/lib/grm/vcf2paragraph/__init__.py:265
MethodsafeExecute
* \brief executes and stores the exception information so that it can be rethrown on the main thread */
src/c++/include/common/Threads.hh:350
FunctionsafeShl
src/c++/include/oligo/Kmer.hh:321
Functionsafe_gssw_graph_destroy
src/c++/lib/grm/GraphAligner.cpp:48
Functionsafe_gssw_graph_mapping_destroy
src/c++/lib/grm/GraphAligner.cpp:56
MethodsetAlleleErrorRate
src/c++/lib/genotyping/GenotypingParameters.cpp:206
MethodsetDefaults
static
external/jsoncpp/jsoncpp.cpp:2231
FunctionsetFormatFloats
update format with single float values. */
src/c++/lib/common/BCFHelpers.cpp:813
FunctionsetFormatInts
src/c++/lib/common/BCFHelpers.cpp:852
FunctionsetFormatStrings
update format string for a single sample. */
src/c++/lib/common/BCFHelpers.cpp:772
MethodsetGenotype
* Set the genotype for a particular sample * * @param samplename sample name * @param breakpointname name of breakpoint ("" for combined GT) * @pa
src/c++/lib/genotyping/GraphGenotyper.cpp:353
MethodsetGenotypeFractions
src/c++/lib/genotyping/GenotypingParameters.cpp:242
MethodsetGraph
src/c++/lib/grm/CompositeAligner.cpp:52
MethodsetGraph
src/c++/lib/grm/PathAligner.cpp:70
MethodsetGraph
src/c++/lib/grm/GraphAligner.cpp:277
MethodsetGraph
src/c++/lib/grm/KlibAligner.cpp:186
MethodsetHetHaplotypeFractions
src/c++/lib/genotyping/GenotypingParameters.cpp:227
MethodsetParameters
* Function to set parameter values in derived classes * @param parameters set of parameters */
src/c++/include/genotyping/GraphGenotyper.hh:82
MethodsetPossibleGenotypes
src/c++/lib/genotyping/GenotypingParameters.cpp:54
MethodsetUp
(self)
src/python/test/test_VCF2Paragraph.py:31
MethodsetUp
(self)
src/python/test/test_variants.py:34
MethodsetUp
(self)
src/python/test/test_multiparagraph.py:44
MethodsetUp
(self)
src/python/test/test_multigrmpy.py:56
MethodsetUp
(self)
src/python/test/test_phasing.py:52
Methodset_contig
src/c++/include/variant/Variant.hh:93
Methodset_threads
src/c++/include/paragraph/Parameters.hh:106
Methodsize
* @return The number of samples we have genotypes for */
src/c++/include/genotyping/GenotypeSet.hh:62
Methodskip
* \brief skip n kmers on the last generator used. * * \param n number of would be generated kmers to skip including those containing INVALID
src/c++/include/oligo/KmerGenerator.hh:230
Methodskip
* \brief skip n kmers on the last generator used. * * \param n number of would be generated kmers to skip including those containing INVALID
src/c++/include/oligo/KmerGenerator.hh:264
MethodskipCommentTokens
external/jsoncpp/jsoncpp.cpp:461
MethodskipSpaces
external/jsoncpp/jsoncpp.cpp:542
FunctionsplitMultiAllelics
src/c++/lib/common/BCFHelpers.cpp:1418
Functionsplit_alt_nodes
Split long alternate nodes :param graph: graph to work on :param max_len: max length of reference node with no sequences :param paddi
src/python/lib/grm/vcfgraph/graphUtils.py:78
Functionsplit_ref_nodes
Split long reference nodes :param graph: graph to work on :param max_len: max length of reference node with no sequences :param paddi
src/python/lib/grm/vcfgraph/graphUtils.py:54
MethodstrictMode
external/jsoncpp/jsoncpp.cpp:286
Functionsummarize
* @brief produces a string represent the variant (for printing etc) * * @param rec a points to a bcf1_t * @param hdr the respective header for rec
src/c++/include/common/BCFHelpers.hh:389
FunctionsupportedKmersString
src/c++/include/oligo/Kmer.hh:103
Methodtarget_regions
src/c++/include/paragraph/Parameters.hh:92
Methodtest_allele_graph_insertion_vcfs
(self)
src/python/test/test_VCF2Paragraph.py:54
Methodtest_alt_snv
(self)
src/python/test/test_variants.py:88
Methodtest_deletion
(self)
src/python/test/test_variants.py:116
Methodtest_examples
(self)
src/python/test/test_variants.py:39
Methodtest_ins_end
(self)
src/python/test/test_variants.py:177
Methodtest_insertion
(self)
src/python/test/test_variants.py:100
Methodtest_multigrmpy
(self)
src/python/test/test_multigrmpy.py:64
Methodtest_multiparagraph
(self)
src/python/test/test_multiparagraph.py:49
Methodtest_overlapping_deletion
(self)
src/python/test/test_variants.py:197
Methodtest_phasing
(self)
src/python/test/test_phasing.py:57
Methodtest_ref_snv
(self)
src/python/test/test_variants.py:69
Methodtest_var_begin
(self)
src/python/test/test_variants.py:133
Methodtest_var_end
(self)
src/python/test/test_variants.py:155
MethodthreadFunc
src/c++/include/common/Threads.hh:370
← previousnext →1,001–1,100 of 1,164, ranked by callers