MCPcopy Create free account

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

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

↓ 2 callersMethodWrite
(p []byte)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/deflate_test.go:171
↓ 2 callersMethodWriteHeader
* Write a header to a loupe file. Many '\n' will be appended to the header to make things more intelligable. */
lib/go/src/loupe/formats/compressed_writer.go:127
↓ 2 callersMethodWriteMode
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/deflate_test.go:177
↓ 2 callersFunctionWriteOneChunk
* * Write single chink of VCF entries as a complete JSON blob to a file. Additionally, * update "index" to include an index record for those entries
lib/go/src/loupe/formats/variant_index.go:101
↓ 2 callersFunctionWriteOut
* * Add a single datum to a histogram. We quantize everything by the quantization * factor and add the "end-start" to said histogram. */
lib/go/src/loupe/formats/histogram.go:25
↓ 2 callersMethod_DNA_to_int_mat
Cast a python DNA string into a Ctype int8 matrix
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:234
↓ 2 callersMethod__init__
(self, value)
tenkit/lib/python/tenkit/bam.py:604
↓ 2 callersMethod_asdict
(self)
tenkit/lib/python/tenkit/bio_io.py:532
↓ 2 callersFunction_get_sliced_df
(h5file, column_names, row_slices, id_column=None)
tenkit/lib/python/tenkit/hdf5.py:527
↓ 2 callersMethod_init_indices
(self)
tenkit/lib/python/tenkit/summary_manager.py:79
↓ 2 callersMethod_largest_level
(self)
tenkit/lib/python/tenkit/summary_manager.py:65
↓ 2 callersFunction_ranges_from_chunks
(start_chunks, end_chunks, gap_jump=0)
tenkit/lib/python/tenkit/hdf5.py:909
↓ 2 callersFunction_read_data_frame_indexed_sub
Read rows from the HDF5 data frame that match the tabix query. A tabix query is in the form ('chr1', 100, 200). query_cols is a list of colum
tenkit/lib/python/tenkit/hdf5.py:494
↓ 2 callersFunction_render_list
Render the elements of a list.
tenkit/lib/go/src/tenkit/tenkit_py/export.py:173
↓ 2 callersFunction_tile_for_fastq_file
(args, ilmnFastqFile)
tenkit/mro/stages/bcl_processor/demultiplex/__init__.py:285
↓ 2 callersFunctionadjust_phasing
(record, new_phase_set, flip=False)
mro/stages/snpindels/phase_snpindels/stitcher.py:114
↓ 2 callersFunctionadjust_start
(chrom, start, regions)
tenkit/lib/python/tenkit/chunk_utils.py:34
↓ 2 callersFunctionalarm_all_parents
(name)
tenkit/lib/python/tenkit/alarms.py:62
↓ 2 callersMethodassert_files_same
(self, file1, file2, match_order = True)
lib/python/longranger/test/test_sv_utils.py:261
↓ 2 callersMethodbackward
(&self)
lib/rust/hmm-bc-cnv/src/hmm.rs:112
↓ 2 callersFunctionbase_probability
Given a base position, deletion range and coverage, returns P(Base Deletion | Coverage) if the base position is withing deletion range Otherwise retur
lib/pvc/src/validate.rs:405
↓ 2 callersFunctionbases_used
(variant)
mro/stages/reads/merge_pos_bam/__init__.py:453
↓ 2 callersFunctionbc_map_from_inv
(inv_bc_map, is_nx_bc)
lib/python/longranger/sv/utils.py:99
↓ 2 callersFunctionbed_to_region_map
(bed_file, merge = False, extend = 0)
lib/python/longranger/sv/utils.py:169
↓ 2 callersFunctionbits_to_ascii
Convert a 2-bit representation of a base to a char
lib/tada/src/kmer/mod.rs:333
↓ 2 callersMethodcalc_hap1_hap2_logprob
Calculates the probability that the variant was on haplotype 1 or haplotype 2 given the assignment at all other locations.
mro/stages/snpindels/phase_snpindels/phaser.py:920
↓ 2 callersFunctioncall_breaks_from_readpairs
(in_bam, pair_info, ins_logsf_fun, max_insert, max_merge_range, min_sv_len, min
lib/python/longranger/sv/readpairs.py:290
↓ 2 callersFunctioncall_haploid
(haplotype, bam, locus, reference_path, variant_caller, gatk_path, mem_gb)
mro/stages/snpindels/call_haploid_snpindels/__init__.py:175
↓ 2 callersMethodcall_haps
(self, vfw, fragment_phasing)
mro/stages/snpindels/phase_snpindels/phaser.py:293
↓ 2 callersFunctioncall_locus
(bam: &mut bam::IndexedReader, fa: &mut fasta::IndexedReader<File>, locus:
lib/pvc/src/asm_caller.rs:295
↓ 2 callersFunctioncall_one
(args: &Args)
lib/pvc/src/call.rs:64
↓ 2 callersFunctioncands
Get the set of canditate alleles: If this variant is phased, it's the allele corresponding to this phasing state. If unphased, then it's
mro/stages/snpindels/analyze_trio_variants/trio.py:84
↓ 2 callersFunctioncanonicalize
(filename, output_name)
lib/python/longranger/variants.py:6
↓ 2 callersFunctioncell_is_valid_lane
(cell)
tenkit/lib/python/tenkit/samplesheet.py:122
↓ 2 callersMethodcheckCallPerformance
(self, SENIDX=0, PPVIDX=2, trackAvoided=[], overlapThr={})
lib/python/longranger/cnv/analysis.py:191
↓ 2 callersMethodcheck_delete
(self, filename = None)
tenkit/lib/python/tenkit/supernova.py:151
↓ 2 callersFunctioncheck_folder
(folder_type, folder_path, hostname, permission=os.X_OK)
tenkit/lib/python/tenkit/preflight.py:37
↓ 2 callersFunctioncheck_overlaps
Find cases where adjacent phase blocks overlap. Ignore overlaps that are less than max_allowable_overlap (useful when working with canoni
mro/stages/snpindels/analyze_snpindel_calls/validation.py:84
↓ 2 callersFunctioncheck_sv_names
(bedpe_df)
lib/python/longranger/sv/io.py:193
↓ 2 callersMethodcheck_whitelist
(self, whitelist, whitelist_name)
lib/python/longranger/cnv/event_bed.py:136
↓ 2 callersMethodcoalescence_analysis
Compute the BC-BC overlap matrix, threshold it and convert to a graph, and report large clusters
mro/stages/reporter/filter_barcodes/coalescence.py:146
↓ 2 callersFunctioncompat
Given the parent and child genotypes, and which alleles are supposedly being inherited, see if the actual haplotypes are consistent.
mro/stages/snpindels/analyze_trio_variants/trio.py:95
↓ 2 callersMethodcompute
(&mut self)
lib/rust/hmm-bc-cnv/src/hmm.rs:150
↓ 2 callersFunctioncompute_pvals
(p: usize, seq: &[u8])
lib/tada/src/msp/mod.rs:17
↓ 2 callersFunctionconvert_fragments_to_csv
(h5_file, frag_csv, oiringal_bin_size, allow_bin_size_adj)
mro/stages/structvars/call_hmm_bc_cnv/__init__.py:148
↓ 2 callersFunctionconvert_offset
(s)
tenkit/lib/python/tenkit/bam.py:495
↓ 2 callersMethodconvert_to_lane_coords
Convert within-tile coords to lane coords
tenkit/lib/python/tenkit/lane.py:161
↓ 2 callersMethodcopyHist
copyHist copies f.copyLen bytes from f.hist (f.copyDist bytes ago) to itself. It reports whether the f.hist buffer is full.
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/inflate.go:523
↓ 2 callersFunctioncount_seq
Count the number of sequences in a fastq or a fastq file @param filename Path to a valid readeable file @param file_type Should be either
tenkit/lib/python/striped_smith_waterman/pyssw.py:169
↓ 2 callersMethodcreate_prob_store_target
(target_ratio, target_ratio_up, target_ratio_down, len_bins, on_prob, read_pr
lib/python/longranger/sv/stats.py:526
↓ 2 callersFunctiondefault_range
()
lib/python/longranger/sv/readpairs.py:421
↓ 2 callersFunctiondist_to_breaks
(pos, s, e)
mro/stages/structvars/analyze_sv_calls/__init__.py:631
↓ 2 callersMethoddistance_from_closest_fragment
(&self, pos:(i32, i32))
lib/rust/report_single_partition/src/fragment.rs:167
↓ 2 callersMethodem_it_away
(self, loci, read_groups, phase_set1, phase_set2, bc_phase_set_dict1=None, bc_phase_set_dic
lib/python/longranger/sv/read_model.py:371
↓ 2 callersFunctionextend_range
(r1, r2)
lib/python/longranger/sv/readpairs.py:418
↓ 2 callersMethodextract_prob_store_target
(store)
lib/python/longranger/sv/stats.py:534
↓ 2 callersFunctionextract_sv_hap
(info_str)
lib/python/longranger/sv/io.py:113
↓ 2 callersFunctionfilter_fun
Return a function for filtering groups of barcodes. The returned function will only keep reads that satisfy the following: - their barcode is
mro/stages/structvars/call_structvars/__init__.py:476
↓ 2 callersFunctionfind_intervals
(iter: I, f: F)
lib/pvc/src/detector.rs:243
↓ 2 callersFunctionfind_overlap
(chrom, start, end, database_bed, trackName)
lib/python/longranger/cnv/compare_utils.py:31
↓ 2 callersFunctionfind_overlap
(chrom, start, end, database_bed, trackName)
lib/python/longranger/cnv/analysis.py:31
↓ 2 callersFunctionfind_sv_file
(genome, file_name)
tenkit/lib/python/tenkit/constants.py:24
↓ 2 callersMethodfinish
(&self)
lib/rust/report_single_partition/src/fx.rs:111
↓ 2 callersMethodfirst_kmer
(&self)
lib/tada/src/bitenc.rs:336
↓ 2 callersMethodfirst_kmer
Get the first kmer in the sequence
lib/tada/src/kmer/mod.rs:100
↓ 2 callersFunctionflip_phasing
(record)
mro/stages/snpindels/phase_snpindels/stitcher.py:119
↓ 2 callersMethodforward
(&self)
lib/rust/hmm-bc-cnv/src/hmm.rs:93
↓ 2 callersFunctionforwardCopy
forwardCopy is like the built-in copy function except that it always goes forward from the start, even if the dst and src overlap. It is equivalent to
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/copy.go:13
↓ 2 callersMethodfrom_dict
Read from a dict
tenkit/lib/python/tenkit/lane.py:115
↓ 2 callersMethodfrom_native
(line)
lib/python/longranger/cnv/event_bed.py:19
↓ 2 callersMethodfrom_str
(s)
tenkit/lib/python/tenkit/regions.py:21
↓ 2 callersMethodget
(&self, dir: Dir)
lib/tada/src/kmer/exts.rs:54
↓ 2 callersMethodgetFalseNegative
(self, whichTD=0, num=20, outfile=None)
lib/python/longranger/cnv/analysis.py:269
↓ 2 callersMethodgetFalsePos
(self, whichTD=1, num=20, outfile=None)
lib/python/longranger/cnv/analysis.py:245
↓ 2 callersFunctiongetFreq
(numzero, rPM)
mro/stages/cnv/call_cnv/rPM_test.py:59
↓ 2 callersFunctiongetFreq
(numzero, rPM)
mro/stages/cnv/call_cnv/old_code.py:29
↓ 2 callersFunctiongetLeftNearTargetBins
(preEnd, curStart)
mro/stages/cnv/modify_bed_file/__init__.py:68
↓ 2 callersMethodgetSensitivity
(self)
lib/python/longranger/cnv/compare_utils.py:99
↓ 2 callersMethodgetSensitivity
(self)
lib/python/longranger/cnv/analysis.py:97
↓ 2 callersFunctionget_additional_reads
(c, s, e)
lib/python/longranger/sv/readpairs.py:114
↓ 2 callersFunctionget_all_sv_types
(df)
mro/stages/structvars/analyze_sv_calls/__init__.py:933
↓ 2 callersMethodget_bc_id
Return a BC id for a BC string. bc_id = bc_number + (gem_group - 1) * num_bcs + 1 BC ID 0 is reserved, so the bc_is offset by 1. The GEM group increme
lib/tada/src/utils.rs:145
↓ 2 callersFunctionget_bcl2fastq_v2
(hostname)
tenkit/lib/python/tenkit/bcl.py:30
↓ 2 callersMethodget_bed_output
(self)
lib/python/longranger/cnv/event_bed.py:145
↓ 2 callersMethodget_best_hap_block_beam
(self, hap1_matrix, hap2_matrix, mix_matrix, start_pos_index, end_pos_index, beam=DEFAULT_BEAM_WIDTH)
mro/stages/snpindels/phase_snpindels/phaser.py:575
↓ 2 callersMethodget_chimera_rate
(self, chimera_rates)
lib/python/longranger/sv/readpairs.py:835
↓ 2 callersMethodget_closest_region
Returns the start and end of the closest region, and whether the region contains the point
tenkit/lib/python/tenkit/regions.py:147
↓ 2 callersMethodget_closest_region_to_region
Closest region to a given region and distance. direction: 1 means try to get the closest upstream region, -1 means closest downstream,
tenkit/lib/python/tenkit/regions.py:172
↓ 2 callersFunctionget_closest_variant_pos
Get closest variant to target, looking in specified direction (-1 = before target, 1 = after target)
mro/stages/snpindels/phase_snpindels/stitcher.py:326
↓ 2 callersFunctionget_col_type
Get logical type of column
tenkit/lib/python/tenkit/hdf5.py:262
↓ 2 callersFunctionget_depth_positional_cv
(info, trim_tail)
mro/stages/reporter/summarize_reports/__init__.py:382
↓ 2 callersFunctionget_df_region_dist
Computes the distance between the breakpoints of the BEDPE (read as dataframe) and a set of regions. region_names is a dict (start, stop) -> n
mro/stages/structvars/analyze_sv_calls/__init__.py:560
↓ 2 callersFunctionget_ec_table
get_ec_table takes a list of codes (either the left 7-mer or the right 9-mer) to generate error correction table, wwhich is a HashMap of n-mer, Correc
lib/rust/report_single_partition/src/aux.rs:13
↓ 2 callersMethodget_extensions
(&self, exts: Exts, dir: Dir)
lib/tada/src/kmer/mod.rs:614
↓ 2 callersFunctionget_frag_coverage
(frag_phasing, chrom, start, stop)
mro/stages/structvars/get_joint_read_lr/__init__.py:70
↓ 2 callersFunctionget_frag_data
Get the data structures required for fragment-based sv-calling. Args: - frag_hist_file: histogram json like the one produced by REPORT_SINGLE_
lib/python/longranger/sv/stats.py:48
↓ 2 callersFunctionget_gc
(chrom, interval, fasta)
mro/stages/reporter/report_baits/__init__.py:134
↓ 2 callersFunctionget_hap_coverage
Return a dataframe with coverage per haplotype. Args: - in_bam: reader for a position sorted bam - ps_h5: HDF5 with phase set coordinates
tenkit/lib/python/tenkit/coverage.py:104
↓ 2 callersMethodget_inference
(&self, default_state: u16)
lib/rust/hmm-bc-cnv/src/hmm.rs:130
↓ 2 callersMethodget_kmer
Get the kmer starting at position pos
lib/tada/src/kmer/mod.rs:90
← previousnext →501–600 of 2,707, ranked by callers