MCPcopy Create free account

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

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

↓ 5 callersFunctionLoadBreakpoints
* * Load a breakpoints file from disk. */
lib/go/src/loupe/formats/sv.go:189
↓ 5 callersMethodMultistream
Multistream controls whether the reader supports multistream files. If enabled (the default), the Reader expects the input to be a sequence of indivi
lib/go/src/code.google.com/p/biogo.bam/bgzf/gzip/gunzip.go:121
↓ 5 callersMethodRGs
()
lib/go/src/code.google.com/p/biogo.bam/header.go:192
↓ 5 callersMethodReference
Reference returns the records reference.
lib/go/src/code.google.com/p/biogo.bam/record.go:126
↓ 5 callersMethodReset
(io.Reader)
lib/go/src/code.google.com/p/biogo.bam/bgzf/reader.go:82
↓ 5 callersMethodReset
Reset discards the Reader z's state and makes it equivalent to the result of its original state from NewReader, but reading from r instead. This permi
lib/go/src/code.google.com/p/biogo.bam/bgzf/gzip/gunzip.go:92
↓ 5 callersMethodWait
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/writer.go:217
↓ 5 callersMethod_x_to_idx
(self, x)
tenkit/lib/python/tenkit/summary_manager.py:295
↓ 5 callersMethodbitLength
(freq []int32)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:98
↓ 5 callersFunctioncheckFragPos
(fS, fE int)
lib/go/src/cnv/molecular_count/bed.go:435
↓ 5 callersFunctioncheck_key
(n, dict_in, name, tys)
mro/stages/reads/setup_chunks/__init__.py:75
↓ 5 callersFunctioncompare_breaks
pred_file: BEDPE file with sv calls or pandas DataFrame as returned by tk_sv_io.read_sv_bedpe_to_df true_file: BEDPE file with ground truth v
lib/python/longranger/sv/utils.py:311
↓ 5 callersMethodcontains_point
Determines whether a point is contained in one of the regions
tenkit/lib/python/tenkit/regions.py:125
↓ 5 callersFunctioncreate_bc_matrix_step
Creates a (BCs X Windows) sparse matrix of barcodes (columns) versus windowed locations
mro/stages/structvars/count_reads_bcs/__init__.py:305
↓ 5 callersMethoddrop
(&mut self)
lib/rust/report_single_partition/src/thread_iterator.rs:140
↓ 5 callersMethodestimate_extent
Finds the maximum extension to the left and right of [start_pos, end_pos) such that the probability of observing no reads in the extension is
lib/python/longranger/sv/stats.py:545
↓ 5 callersFunctiongenerate_chrom_loci
(target_regions, chrom, chrom_length, chunk_size, overlap = 0)
tenkit/lib/python/tenkit/chunk_utils.py:56
↓ 5 callersFunctionget_column_intersection
(target_cols, query_cols)
tenkit/lib/python/tenkit/hdf5.py:307
↓ 5 callersFunctionget_fasta_base
(fasta, chrom, pos)
lib/python/longranger/sv/io.py:459
↓ 5 callersFunctionget_haplotype
(rec: &Record)
lib/pvc/src/call.rs:22
↓ 5 callersFunctionget_non_overlapping_wins
(starts, stops)
mro/stages/structvars/count_reads_bcs/__init__.py:356
↓ 5 callersMethodget_specific_contig
Gets the specific contig the variant is contained on
mro/stages/snpindels/phase_snpindels/phaser.py:150
↓ 5 callersFunctionget_type
Get the go type for the given value. If the value is not one with a good representation in Go, such as a list with inconsistent type, returns
tenkit/lib/go/src/tenkit/tenkit_py/export.py:80
↓ 5 callersFunctionhas_levels
Determine if a data column is leveled
tenkit/lib/python/tenkit/hdf5.py:234
↓ 5 callersMethodhead
FASTQ read header
lib/tada/src/cmd_sort_fastq.rs:69
↓ 5 callersFunctioninfile
(path)
mro/stages/structvars/analyze_sv_calls/test/test_analyze_sv_calls.py:18
↓ 5 callersFunctioninfile
(path)
mro/stages/snpindels/analyze_snpindel_calls/test/test_analyze_snpindel_calls.py:19
↓ 5 callersMethodinit
Initialize Huffman decoding tables from array of code lengths.
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/gen.go:48
↓ 5 callersFunctionisfile
(fn)
mro/stages/structvars/analyze_known_breaks/__init__.py:72
↓ 5 callersFunctionisfile
(fn)
mro/stages/structvars/analyze_known_breaks_frag/__init__.py:73
↓ 5 callersMethodkmers
Get a vector of the kmers in the sequence
lib/tada/src/kmer/mod.rs:153
↓ 5 callersFunctionmain
Combine reads from multiple input FASTQ files, and potentially trim. Demultiplex outputs a series of FASTQ files with filenames of the form:
mro/stages/reads/setup_chunks/__init__.py:69
↓ 5 callersFunctionmakeOffset
(vOff uint64)
lib/go/src/code.google.com/p/biogo.bam/index.go:21
↓ 5 callersFunctionmake_event
(chrom: &str, ev: (usize, usize), qual: usize, zyg: Zyg,
lib/pvc/src/event.rs:161
↓ 5 callersMethodmerge
Takes the other regions and merges
tenkit/lib/python/tenkit/regions.py:261
↓ 5 callersMethodmerge_lr_target
Computes the log-probabilities that two fragments with the same barcode come from the same or different molecules. Args: - As in lr_ta
lib/python/longranger/sv/stats.py:574
↓ 5 callersFunctionnewHuffmanEncoder
(size int)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:44
↓ 5 callersFunctionnewRemains
(rms, regionID, binID)
mro/stages/cnv/modify_bed_file/__init__.py:33
↓ 5 callersMethodnum_positions
(&self)
lib/pvc/src/hmm.rs:83
↓ 5 callersMethodpref
Get the prefix of a given size.
lib/tada/src/bitenc.rs:221
↓ 5 callersFunctionread_csv_rows
Extract the rows from the CSV at the specified path. Will throw an error if the file doesn't exist. :type path: string :rtype: list[
tenkit/lib/python/tenkit/samplesheet.py:49
↓ 5 callersMethodreduce
(mut self, other: &PhasedReads)
lib/pvc/src/asm_caller.rs:86
↓ 5 callersMethodscore_state
(&self, pos: usize, state: usize)
lib/rust/hmm-bc-cnv/src/hmm.rs:237
↓ 5 callersFunctionsection_is_valid_data
Return whether the specified section contains sufficient information to populate bcl2fastq. :type rows: SampleSheetSection :rtype: bo
tenkit/lib/python/tenkit/samplesheet.py:277
↓ 5 callersMethodset
Set the value as position `i`.
lib/tada/src/bitenc.rs:163
↓ 5 callersFunctionsimple_scan
Determine MSP substrings of seq, for given k and p. Returns a vector of tuples indicating the substrings, and the pmer values: (p-mer value, min p-mer
lib/tada/src/msp/mod.rs:60
↓ 5 callersMethodsuf
(&self, k: usize)
lib/tada/src/bitenc.rs:242
↓ 5 callersFunctionupdate_info
None will remove the info field
lib/python/longranger/sv/io.py:56
↓ 5 callersMethodviterbi
(&self)
lib/rust/hmm-bc-cnv/src/hmm.rs:35
↓ 5 callersFunctionwriteOut
(bed_dict, bedOut)
tenkit/lib/python/tenkit/bed_utils.py:5
↓ 4 callersFunctionAssemble
* * This assembles data into a single 64-bit integer that we can store */
lib/go/src/loupe/formats/blocked_index.go:120
↓ 4 callersMethodClone
()
lib/go/src/code.google.com/p/biogo.bam/header.go:117
↓ 4 callersMethodClose
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/writer.go:239
↓ 4 callersMethodError
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/inflate.go:45
↓ 4 callersMethodInnerBaits
(chrom string, fragS, fragE int)
lib/go/src/cnv/molecular_count/bed.go:89
↓ 4 callersFunctionNewReader
(r io.Reader)
lib/go/src/code.google.com/p/biogo.bam/bgzf/reader.go:56
↓ 4 callersFunctionNewWriterDict
NewWriterDict is like NewWriter but initializes the new Writer with a preset dictionary. The returned Writer behaves as if the dictionary had been wr
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/deflate.go:499
↓ 4 callersFunctionParseBarcode
* * Parse a 10X barcode field from a VCF file. This parses a string like * ATTTAAA_12;ACCATA_14,CCCCCCCC_99;GGGGGGGGG_0;ATATATATAT_43 * into a pai
lib/go/src/loupe/formats/vcf.go:574
↓ 4 callersMethodProgs
()
lib/go/src/code.google.com/p/biogo.bam/header.go:196
↓ 4 callersMethodRead
(p []byte)
lib/go/src/code.google.com/p/biogo.bam/reader.go:255
↓ 4 callersFunctionReadIndex
(r io.Reader)
lib/go/src/code.google.com/p/biogo.bam/index_read.go:17
↓ 4 callersMethodTag
Tag returns an Aux tag whose tag ID matches the first two bytes of tag and true. If no tag matches, nil and false are returned.
lib/go/src/code.google.com/p/biogo.bam/record.go:140
↓ 4 callersMethodType
Type returns the type of the CIGAR operation for the CigarOp.
lib/go/src/code.google.com/p/biogo.bam/cigar.go:48
↓ 4 callersFunctionVariants2Track
(svs []*StructuralVariant)
lib/go/src/loupe/formats/sv.go:128
↓ 4 callersMethodWriteRecord
(record *FastqRecord)
tenkit/lib/go/src/tenkit/fastq/io.go:191
↓ 4 callersMethodaddr
(&self, pos: usize)
lib/tada/src/kmer/mod.rs:527
↓ 4 callersMethodalign
Perform the alignment of query against the object reference sequence @param query_seq Query sequence as a python string (case insensi
tenkit/lib/python/striped_smith_waterman/ssw_wrap.py:174
↓ 4 callersFunctionalign_destroy
tenkit/lib/python/striped_smith_waterman/ssw.c:870
↓ 4 callersFunctionall_kmers
(k: usize, seq: &[T])
lib/tada/src/msp/mod.rs:137
↓ 4 callersMethodbuf_alloc
* * Allocate some bytes from the arena built into each record. */
lib/go/src/code.google.com/p/biogo.bam/record.go:39
↓ 4 callersMethodcheck_range
(self, x)
tenkit/lib/python/tenkit/summary_manager.py:304
↓ 4 callersFunctioncheck_reads
(runinfo)
tenkit/mro/stages/bcl_processor/bcl_processor_preflight/__init__.py:106
↓ 4 callersFunctioncreate_levels
(ds, levels)
tenkit/lib/python/tenkit/hdf5.py:289
↓ 4 callersMethoddir_bits
(&self, dir: Dir)
lib/tada/src/kmer/exts.rs:47
↓ 4 callersFunctionfilter_variant
(var, bam, reference_pyfasta)
mro/stages/snpindels/call_haploid_snpindels/__init__.py:127
↓ 4 callersFunctionfind_ref_pos_in_read
Find the position in the read of `ref_pos`.
lib/pvc/src/call.rs:196
↓ 4 callersMethodget
(self, k)
tenkit/lib/python/tenkit/summary_manager.py:411
↓ 4 callersFunctiongetInterleavedRead
(reader *bufio.Reader)
lib/go/src/reads/fastq_util/fastq_util.go:199
↓ 4 callersFunctiongetRead
read a single read
lib/go/src/reads/fastq_util/fastq_util.go:180
↓ 4 callersFunctionget_bc
(pos)
mro/stages/snpindels/barcode_aware_filter_snpindels/__init__.py:143
↓ 4 callersMethodget_bc_contig_info
Gets the information on called contigs by barcode
mro/stages/snpindels/phase_snpindels/phaser.py:115
↓ 4 callersMethodget_closest_regions
Get a list of target regions that are within (ext_start, ext_stop), sorted by their distance from (start, stop)
lib/python/longranger/sv/breakpoint_analyzer.py:59
↓ 4 callersFunctionget_cov_bases
Number of bases of [start, stop) covered by the targets. Args: - target_coverage: an array with the number of bases covered in bins [0, co
lib/python/longranger/sv/stats.py:263
↓ 4 callersFunctionget_dataframe_loc
(df, loc)
lib/python/longranger/sv/utils.py:723
↓ 4 callersFunctionget_discordant_loci
Gets discordant reads in a given st of loci. - chrom, start, stop: a region from which reads will be fetched. loci might be outside this regio
lib/python/longranger/sv/readpairs.py:134
↓ 4 callersFunctionget_ord
(c)
tenkit/lib/python/tenkit/bam.py:985
↓ 4 callersFunctionget_phase_block_for_pos
(frags, chrom, pos)
mro/stages/snpindels/phase_snpindels/stitcher.py:34
↓ 4 callersFunctionget_phase_set
(info, break_num=1)
lib/python/longranger/sv/io.py:138
↓ 4 callersFunctionget_record_chrom
(record)
tenkit/lib/python/tenkit/bio_io.py:266
↓ 4 callersFunctionget_record_pos
(record)
tenkit/lib/python/tenkit/bio_io.py:269
↓ 4 callersMethodget_region_containing_point
Determines which (if any) region contains a point
tenkit/lib/python/tenkit/regions.py:136
↓ 4 callersMethodget_region_list
Returns list of non-overlapping regions
tenkit/lib/python/tenkit/regions.py:56
↓ 4 callersMethodget_summary
(self)
tenkit/mro/stages/bcl_processor/demultiplex/test/test_demultiplex.py:93
↓ 4 callersFunctionget_tag
(r: &bam::record::Record, tag: &str)
lib/rust/report_single_partition/src/ec_las_fg.rs:745
↓ 4 callersFunctionhigh_level_stats
(prefix, fragment_df, bc_df)
mro/stages/reporter/report_single_partition/__init__.py:75
↓ 4 callersFunctionhigh_level_stats
(prefix, fragment_df, bc_df)
mro/stages/reads/merge_pos_bam/__init__.py:460
↓ 4 callersFunctionincr_cov
(events: &Vec<AlignedSegment>, array: &mut Array<u32, Ix>, offset: u32)
lib/pvc/src/detector.rs:185
↓ 4 callersFunctioninit_destroy
tenkit/lib/python/striped_smith_waterman/ssw.c:772
↓ 4 callersFunctionln_factorial
(x: f64)
lib/rust/hmm-bc-cnv/src/math.rs:12
↓ 4 callersFunctionloci_to_named_region_map
(loci, singletons = False)
lib/python/longranger/sv/utils.py:155
← previousnext →201–300 of 2,707, ranked by callers