MCPcopy Create free account

hub / github.com/10XGenomics/longranger / functions

Functions2,707 in github.com/10XGenomics/longranger

↓ 1 callersFunctionReadBam
(file string, bs *BedSet, fragS *FragmentSet)
lib/go/src/cnv/molecular_count/readBam.go:17
↓ 1 callersFunctionReadBamViaFetch
(bamFile string, bs *BedSet, fragS *FragmentSet, ncpu int)
lib/go/src/cnv/molecular_count/readBam.go:201
↓ 1 callersFunctionReadEvenMoreGenericTsvFile
(path string, callback func(int, *bufio.Reader) error)
lib/go/src/loupe/formats/generic_tsv.go:58
↓ 1 callersFunctionReadFrags
(csvFile string)
lib/go/src/cnv/molecular_count/fragment.go:40
↓ 1 callersFunctionReadTags
(record *bam.Record)
lib/go/src/loupe/formats/bam.go:90
↓ 1 callersFunctionReadVCFWithCallbackUnordered
* * Parse (very simply) a VCF file into SimpleVCFRow structs. * This parses a file that looks like: * * [chromosome] [offset] [reference-id] [refe
lib/go/src/loupe/formats/vcf.go:300
↓ 1 callersFunctionRefseqIterate
* * This is a rediculously simple VCF parser that only knows how to parse the * first three elements of each line to produce a chr+offset-->rsid map
lib/go/src/loupe/formats/refseq.go:73
↓ 1 callersFunctionRenderVCFSliceToJSON
(rows []SimpleVCFRow)
lib/go/src/loupe/formats/vcf.go:66
↓ 1 callersMethodReset
Reset discards the writer's state and makes it equivalent to the result of NewWriter or NewWriterDict called with dst and w's level and dictionary.
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/deflate.go:558
↓ 1 callersMethodReset
Reset discards the Writer z's state and makes it equivalent to the result of its original state from NewWriter or NewWriterLevel, but writing to w ins
lib/go/src/code.google.com/p/biogo.bam/bgzf/gzip/gzip.go:97
↓ 1 callersFunctionReverseComplementSeq
(seq []byte)
tenkit/lib/go/src/tenkit/fastq/io.go:74
↓ 1 callersFunctionSearchIntervalTree
* * Search an interval tree. Calls |callback| for each interval found that * overlaps with location. */
lib/go/src/loupe/formats/tree.go:139
↓ 1 callersFunctionSeqBytesToString
(seq [MAX_BARCODE_BYTES]byte, l int)
lib/go/src/loupe/formats/vcf.go:148
↓ 1 callersFunctionSeqStringToBytes
(seq string, b *[MAX_BARCODE_BYTES]byte, l *byte)
lib/go/src/loupe/formats/vcf.go:180
↓ 1 callersMethodSetBarcode
(seq string)
lib/go/src/loupe/formats/vcf.go:99
↓ 1 callersMethodShowrPMWithMID
(allMolInfo *FullCoverage)
lib/go/src/cnv/molecular_count/coverage.go:256
↓ 1 callersFunctionSortGenericTrackData
* Sort an array of GenericTrackData objects. This returns an array of pointers, sorted by the chromosome and start. */
lib/go/src/loupe/formats/blocked_json_index.go:86
↓ 1 callersFunctionVCFEntryCompare
* * Compare sort-order of an VCF entry with what we're looking for. * We return less-than-zero, zero, or greater-than-zero depending * on how they
lib/go/src/loupe/formats/bsearch.go:15
↓ 1 callersMethodValues
()
tenkit/lib/go/src/tenkit/fastq/utils.go:64
↓ 1 callersMethodWriteFromFile
* * This copies a file into the compressed Loupe file and returns * loupesection object for that file. No transformations (compression or * otherwi
lib/go/src/loupe/formats/compressed_writer.go:76
↓ 1 callersFunctionWriteIndex
(w io.Writer, idx *Index)
lib/go/src/code.google.com/p/biogo.bam/index_write.go:15
↓ 1 callersMethodWriteIndex
* * Write the index part to a file */
lib/go/src/loupe/formats/blocked_index.go:256
↓ 1 callersFunctionWriteIndexFile
(writer *CompressedWriter, index map[string]LoupeSection, hash string)
lib/go/src/loupe/formats/summary.go:47
↓ 1 callersFunctionWritePBHistogram
(path string, vcf_array []*SimpleVCFRow)
lib/go/src/loupe/formats/histogram.go:73
↓ 1 callersFunctionWriteRSIndexToFile
(writer *CompressedWriter, rsindex map[string]string)
lib/go/src/loupe/formats/refseq.go:19
↓ 1 callersMethodWriteRecords
(siRecord *FastqRecord, read1Record *FastqRecord, read2Record *FastqRecord, otherIndexRecord *FastqRecord)
tenkit/lib/go/src/tenkit/fastq/io.go:310
↓ 1 callersFunctionWriteSVDataToFile
* * Serialize a StructuralVariant array to JSON */
lib/go/src/loupe/formats/sv.go:111
↓ 1 callersFunctionWriteSummaryFile
* * Write summary data to the given path. */
lib/go/src/loupe/formats/summary.go:63
↓ 1 callersMethod__init__
(self, line=None)
lib/python/longranger/cnv/rpm_utils.py:16
↓ 1 callersMethod__str__
(self)
lib/python/longranger/sv/sv_call.py:165
↓ 1 callersMethod__str__
(self)
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:99
↓ 1 callersMethod__str__
(self)
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:311
↓ 1 callersMethod_align_destroy
Free the space alocated for the matrix used by align
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:260
↓ 1 callersMethod_call_haps
Calls haplotypes and outputs the variant file
mro/stages/snpindels/phase_snpindels/phaser.py:270
↓ 1 callersMethod_cigar_string
Convert cigar and cigarLen into an human readable Cigar string as in SAM files
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:349
↓ 1 callersFunction_compute_yield_pf
Compute the yield (number of bases passing filter) from a populated metrics object generated by get_illumina_sequencing_metrics()
tenkit/lib/python/tenkit/qc.py:308
↓ 1 callersFunction_compute_yield_pf_q30
Compute the number of bases passing filter + Q30 from a populated metrics dictionary generated by get_illumina_sequencing_metrics()
tenkit/lib/python/tenkit/qc.py:325
↓ 1 callersFunction_compute_yield_raw
Compute raw yield (number of bases total) from a populated metrics object generated by get_illumina_sequencing_metrics()
tenkit/lib/python/tenkit/qc.py:291
↓ 1 callersFunction_get_complex_type
Recursively gets teh go type name for the given value for sets, lists, or maps.
tenkit/lib/go/src/tenkit/tenkit_py/export.py:107
↓ 1 callersMethod_init_destroy
Free the space alocated for the matrix used by init
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:254
↓ 1 callersMethod_init_indices
(self)
tenkit/lib/python/tenkit/summary_manager.py:214
↓ 1 callersFunction_split_by_tile
Whether to split bcl2fastq into a number of stages by tile.
tenkit/mro/stages/bcl_processor/compute_demux_params/__init__.py:44
↓ 1 callersFunction_string_type
Returns 'string' unless the value is a paths based on the runtime path of the module, since those will not be accurite.
tenkit/lib/go/src/tenkit/tenkit_py/export.py:99
↓ 1 callersMethodabstract_raw_fragments
(&self)
lib/rust/report_single_partition/src/ec_las_fg.rs:487
↓ 1 callersFunctionadd_dicts
(in_dict1, in_dict2, depth)
tenkit/lib/python/tenkit/dict_utils.py:9
↓ 1 callersFunctionadd_filters
(pred_df, pred_to_match, black_dists1, black_dists2, black_names1, black_names2,
mro/stages/structvars/analyze_sv_calls/__init__.py:654
↓ 1 callersMethodadd_info
(self, key, value)
lib/python/longranger/sv/sv_call.py:190
↓ 1 callersMethodadd_mean_quality_score
Add an average quality score to the stats :param average: The average quality score of the bases :param total_bases: The numb
tenkit/mro/stages/make_fastqs/make_qc_summary/__init__.py:120
↓ 1 callersFunctionadd_metrics
(pred_df, true_df, metrics)
mro/stages/structvars/analyze_sv_calls/__init__.py:333
↓ 1 callersMethodadd_read
Update the barcode state in with the new read. If this read should actually create a new fragment, we should return the old fragment and set the state
lib/rust/report_single_partition/src/fragment.rs:80
↓ 1 callersFunctionadd_variant_counts
(read, variant_heap, variant_map)
mro/stages/reads/merge_pos_bam/__init__.py:385
↓ 1 callersFunctionadjacent
(chunks []Chunk)
lib/go/src/code.google.com/p/biogo.bam/index.go:269
↓ 1 callersFunctionaligned_pairs
Convert a BAM alignment into a sequence of `AlignedSegments`
lib/pvc/src/detector.rs:134
↓ 1 callersFunctionall_within_hamming_distance
(bcs, dist)
mro/stages/reporter/filter_barcodes/__init__.py:129
↓ 1 callersFunctionalways_get_levels
(ds)
tenkit/lib/python/tenkit/hdf5.py:671
↓ 1 callersFunctionappend_data_column
(ds, column)
tenkit/lib/python/tenkit/hdf5.py:154
↓ 1 callersFunctionarg_min
(vals, k)
mro/stages/snpindels/analyze_trio_variants/trio.py:267
↓ 1 callersMethodascii
(&self)
lib/tada/src/bitenc.rs:422
↓ 1 callersMethodassignEncodingAndSize
Look at the leaves and assign them a bit count and an encoding as specified in RFC 1951 3.2.2
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:237
↓ 1 callersFunctionbam_is_empty
(fn)
tenkit/lib/python/tenkit/bam.py:247
↓ 1 callersFunctionbanded_sw
tenkit/lib/python/striped_smith_waterman/ssw.c:548
↓ 1 callersFunctionbarcode_aware_filter
(record, phase_set_barcodes)
mro/stages/snpindels/barcode_aware_filter_snpindels/__init__.py:130
↓ 1 callersFunctionbase_mask
(read)
tenkit/lib/python/tenkit/bcl.py:252
↓ 1 callersFunctionbase_to_bits
Convert an ASCII-encoded DNA base to a 2-bit representation
lib/tada/src/kmer/mod.rs:311
↓ 1 callersFunctionbcs_overlap
(bcs1, bcs2, min_bc_overlap)
mro/stages/structvars/merge_sv_calls/__init__.py:133
↓ 1 callersFunctionbedpe_df_to_named_region_map
(df)
lib/python/longranger/sv/utils.py:194
↓ 1 callersFunctionbinomial_coefficient_log
(n: f64, k: f64)
lib/rust/hmm-bc-cnv/src/math.rs:23
↓ 1 callersMethodbitCounts
Return the number of literals assigned to each bit size in the Huffman encoding This method is only called when list.length >= 3 The cases of 0, 1, a
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:123
↓ 1 callersFunctionblock_get
(kmer: u64, pos: usize)
lib/tada/src/kmer/mod.rs:42
↓ 1 callersFunctionblock_set
(kmer: u64, pos: usize, val: u8)
lib/tada/src/kmer/mod.rs:35
↓ 1 callersFunctionbroadcast
send each item in the source generator to each consumer in the list
mro/stages/reads/mark_duplicates/__init__.py:90
↓ 1 callersMethodbuf_reset
* * Clear out the arena in each record. */
lib/go/src/code.google.com/p/biogo.bam/record.go:51
↓ 1 callersFunctionbuildAux
buildAux constructs a single byte slice that represents a slice of Aux.
lib/go/src/code.google.com/p/biogo.bam/auxtags.go:84
↓ 1 callersFunctionbwa_align_paired
Runs bwa paired-end aligner on reads using paired-end information Algorithm choices are currently MEM: Maximal Exact Matching (better for long
tenkit/lib/python/tenkit/align.py:98
↓ 1 callersFunctionbwa_align_unpaired
Runs bwa aligner on reads without using paired-information (using bam as input format).
tenkit/lib/python/tenkit/align.py:51
↓ 1 callersMethodcalc_fragment_hap_posterior
Calculate the posterior distribution of the haplotype state of each fragment
mro/stages/snpindels/phase_snpindels/phaser.py:696
↓ 1 callersFunctioncalc_match_scores
(vfr_left, vfr_right, shared_locus)
mro/stages/snpindels/phase_snpindels/stitcher.py:64
↓ 1 callersFunctioncalculate_psuedo_genotype_likelihoods
(rec)
mro/stages/snpindels/populate_info/__init__.py:201
↓ 1 callersFunctioncall_bed
(args: &Args)
lib/pvc/src/call.rs:76
↓ 1 callersFunctioncall_breaks_from_clusters
(in_bam, cluster_pairs, ins_logsf_fun, max_insert, max_merge_range, min_sv_len,
lib/python/longranger/sv/readpairs.py:242
↓ 1 callersFunctioncall_dels
(bam: &mut bam::IndexedReader, locus: &Locus, dels: &mut Vec<BedpeRow>)
lib/pvc/src/bam_event.rs:58
↓ 1 callersFunctioncall_distal
Evaluate a pair of loci (c1, s1, e1), (c2, s2, e2) for distal SV calls. Return value: a list of SvCall objects.
mro/stages/structvars/call_structvars/__init__.py:510
↓ 1 callersFunctioncall_proximal
Evaluate a pair of loci (c1, s1, e1), (c1, s2, e2) for proximal SV calls. Return value: A tuple (results, reads). results is a list of SvCall
mro/stages/structvars/call_structvars/__init__.py:398
↓ 1 callersFunctioncell_expand_lanes
Given the value of the lanes in the cell and a lane count from the flowcell, generate the set of lanes represented by the cell value. Fo
tenkit/lib/python/tenkit/samplesheet.py:135
↓ 1 callersMethodcheckOverlap
(self, chrom, start, end)
lib/python/longranger/cnv/compare_utils.py:108
↓ 1 callersMethodcheckOverlap
(self, chrom, start, end)
lib/python/longranger/cnv/analysis.py:104
↓ 1 callersFunctioncheck_alert
(stage, alert)
tenkit/lib/python/tenkit/supernova.py:17
↓ 1 callersFunctioncheck_bcl2fastq
(hostname, rta_str)
tenkit/lib/python/tenkit/bcl.py:50
↓ 1 callersFunctioncheck_bcl2fastq_v1
(hostname)
tenkit/mro/stages/bcl_processor/bcl_processor_preflight/__init__.py:78
↓ 1 callersFunctioncheck_bcl2fastq_v2
(hostname)
tenkit/mro/stages/bcl_processor/bcl_processor_preflight/__init__.py:89
↓ 1 callersMethodcheck_blacklist
(self, blacklist, blacklist_name)
lib/python/longranger/cnv/event_bed.py:129
↓ 1 callersFunctioncheck_bsp_sequence
MSP a random string & verify that the BSPs match the original string
lib/tada/src/kmer/mod.rs:1053
↓ 1 callersFunctioncheck_concordance
Compare two sets of phase blocks - what's shared and what's different. The max_allowable_overhang parameters allow one to ignore minor diffe
mro/stages/snpindels/analyze_snpindel_calls/validation.py:99
↓ 1 callersFunctioncheck_correct_bc
Attempt to correct an incorrect BC sequence by computing the probability that a Hamming distance=1 BC generated the observed sequence, a
mro/stages/reads/attach_bcs/__init__.py:301
↓ 1 callersFunctioncheck_dual_index
This assumes that the spreadsheet and runinfo have been validated already.
tenkit/mro/stages/make_fastqs/make_fastqs_preflight_local/__init__.py:100
↓ 1 callersFunctioncheck_fastq
(fastq)
mro/stages/reads/setup_chunks/__init__.py:345
↓ 1 callersFunctioncheck_fastq_types
Validate that the path and fastqprefix arguments are compatible and allowed. Return the input_mode and sample_name that should be sent downs
tenkit/lib/python/tenkit/fasta.py:290
↓ 1 callersFunctioncheck_fastqs
(chunks)
mro/stages/reads/setup_chunks/__init__.py:342
↓ 1 callersFunctioncheck_file
(file_type, file_path, hostname)
tenkit/lib/python/tenkit/preflight.py:26
↓ 1 callersFunctioncheck_gatk
(jar_path, hostname)
mro/stages/preflight/phaser_svcaller/__init__.py:279
← previousnext →801–900 of 2,707, ranked by callers