MCPcopy Create free account

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

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

↓ 4 callersFunctionloci_to_region_map
(loci, merge = False)
lib/python/longranger/sv/utils.py:142
↓ 4 callersFunctionlog10_binom_pval
(nov, bcs1, bcs2, nbcs)
lib/python/longranger/sv/utils.py:70
↓ 4 callersFunctionloglikelihood
(exp: f64, obs: i32)
lib/rust/hmm-bc-cnv/src/math.rs:17
↓ 4 callersFunctionmask
()
lib/tada/src/bitenc.rs:17
↓ 4 callersFunctionmerge_multiple_breaks
(in_bedpes, out_bedpe, merge_win = 10000, max_range = np.inf)
lib/python/longranger/sv/utils.py:621
↓ 4 callersMethodmin_hash_signature
(&self, values: &[T], signature: &mut Vec<u64>)
lib/tada/src/min_hash/mod.rs:34
↓ 4 callersFunctionmsp_read
(p: usize, partition: u32, permutation: &Vec<usize>, _read: u16,
lib/tada/src/cmd_msp.rs:118
↓ 4 callersFunctionpack_loci
(loci)
tenkit/lib/python/tenkit/chunk_utils.py:13
↓ 4 callersFunctionpos_overlaps
(pos, region)
lib/python/longranger/sv/readpairs.py:39
↓ 4 callersMethodprob_no_reads
(self, tot_len, target_ratio)
lib/python/longranger/sv/stats.py:539
↓ 4 callersFunctionrandom_dna
(sz: usize, r: &mut R)
lib/tada/src/msp/mod.rs:158
↓ 4 callersMethodraw_bc_seq
Raw, uncorrected barcode sequence
lib/tada/src/cmd_sort_fastq.rs:104
↓ 4 callersFunctionrc_seq
(vec: &Vec<u8>)
lib/pvc/src/event.rs:75
↓ 4 callersMethodread_fastq
(self)
tenkit/mro/stages/bcl_processor/demultiplex/__init__.py:128
↓ 4 callersFunctionread_generator_fastq
Returns an interator over a fastq file tha produces (name, seq, qual) If paired_end, returns both reads (assuming interleaving fastq)
tenkit/lib/python/tenkit/fasta.py:90
↓ 4 callersFunctionread_obj
(filename: P)
lib/tada/src/utils.rs:32
↓ 4 callersMethodreverse
(&self)
lib/tada/src/bitenc.rs:254
↓ 4 callersFunctionreverseBits
(number uint16, bitLength byte)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/reverse_bits.go:46
↓ 4 callersFunctionrows_iem_section_generator
Yields groups of rows corresponding to each section of an Illumina sample sheet. The format will be { 'section': (name of sectio
tenkit/lib/python/tenkit/samplesheet.py:349
↓ 4 callersMethodrun_demultiplex
(self, args)
tenkit/mro/stages/bcl_processor/demultiplex/test/test_demultiplex.py:80
↓ 4 callersFunctionsafe_logaddexp
(arr)
lib/python/longranger/sv/stats.py:167
↓ 4 callersFunctionsafe_poisson_logpmf
(n, alpha)
lib/python/longranger/sv/stats.py:195
↓ 4 callersFunctionsafe_poisson_logpmf2
(n, alphas)
lib/python/longranger/sv/stats.py:204
↓ 4 callersMethodscore_trans
(&self, pos: usize, prev_state: usize, state: usize)
lib/rust/hmm-bc-cnv/src/hmm.rs:247
↓ 4 callersFunctionsimple_example
()
lib/rust/hmm-bc-cnv/src/hmm.rs:256
↓ 4 callersFunctionssw_align
tenkit/lib/python/striped_smith_waterman/ssw.c:778
↓ 4 callersFunctionssw_init
tenkit/lib/python/striped_smith_waterman/ssw.c:749
↓ 4 callersFunctionssw_write
tenkit/lib/python/striped_smith_waterman/main.c:59
↓ 4 callersMethodsvs_to_dataframe
(sv_call_list)
lib/python/longranger/sv/sv_call.py:121
↓ 4 callersMethodupdate_log_probs
Updates the new log probabilities
mro/stages/snpindels/phase_snpindels/phaser.py:638
↓ 4 callersFunctionvalidLen
(i int)
lib/go/src/code.google.com/p/biogo.bam/bam.go:24
↓ 4 callersMethodwriteCode
(code *huffmanEncoder, literal uint32)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_bit_writer.go:287
↓ 4 callersFunctionwriteRead
write a single read
lib/go/src/reads/fastq_util/fastq_util.go:99
↓ 4 callersMethodwriteStoredHeader
(length int, isEof bool)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_bit_writer.go:344
↓ 4 callersFunctionwrite_read_fastq
Writes a single read to a fastq file
tenkit/lib/python/tenkit/fasta.py:70
↓ 3 callersFunctionBuildBAMIndexAndData
* * .Loupe-ify a BAM file. This involves copying the "interesting" data from the bam * file into the .loupe data section using the BlockedIndex mec
lib/go/src/loupe/formats/bam.go:182
↓ 3 callersFunctionChromosomeCMP
* * Compare the (correct) sorting order of two chromosomes. The order that this * yields is: * chr1, chr2, ... chr10, chr11, .. chr20, chr21, .. ch
lib/go/src/loupe/formats/vcf.go:213
↓ 3 callersFunctionCleanPreviousMOperator
@Function: Calculate the length of the previous cigar operator and store it in new_cigar and new_cigar_string. Clean up in_M (false), in_X (false), le
tenkit/lib/python/striped_smith_waterman/ssw_cpp.cpp:92
↓ 3 callersMethodConsumes
Consumes returns the CIGAR operation alignment consumption characteristics for the CigarOpType.
lib/go/src/code.google.com/p/biogo.bam/cigar.go:76
↓ 3 callersMethodGet
(filename string)
tenkit/lib/go/src/tenkit/fastq/io.go:233
↓ 3 callersMethodGetReadPair
to make reading easy
lib/go/src/reads/fastq_util/fastq_util.go:30
↓ 3 callersFunctionHarmonic
(x float64)
lib/go/src/cnv/wgs/binning.go:22
↓ 3 callersMethodLen
Len returns the number of positions affected by the CigarOp CIGAR operation.
lib/go/src/code.google.com/p/biogo.bam/cigar.go:51
↓ 3 callersFunctionLoadBreakpointsWithDetails
(svPath string, detailsPath string)
lib/go/src/loupe/formats/sv.go:79
↓ 3 callersMethodMergeChunks
(s Strategy)
lib/go/src/code.google.com/p/biogo.bam/index.go:303
↓ 3 callersFunctionNewCompressedWriter
* Create a new loupe file. |headerspace| is the number of bytes to reserve at the begining of the file for the preamble */
lib/go/src/loupe/formats/compressed_writer.go:157
↓ 3 callersFunctionNewFullCoverage
(bs *BedSet)
lib/go/src/cnv/molecular_count/coverage.go:89
↓ 3 callersFunctionNewWriter
(w io.Writer, h *Header, wc int)
lib/go/src/code.google.com/p/biogo.bam/writer.go:23
↓ 3 callersFunctionOpenBlockIndex
* * Open a file to store the data section of a blocked index and prepare a BlockIndexBuilder * data structure. * The generate approach here is to c
lib/go/src/loupe/formats/blocked_index.go:159
↓ 3 callersMethodRead
* * Implement a "ReRead" function. It reads from a Reader and it retries * if it gets fewer bytes than it wanted. It will always completely fill *
lib/go/src/loupe/formats/bam.go:42
↓ 3 callersFunctionReadGenericBedFile
* * Read a generic bed file into a GenericTrackData array. * fieldnames is an array of strings that specify the names of the fields * after the fir
lib/go/src/loupe/formats/generic_tsv.go:136
↓ 3 callersFunctionReadGenericTsvFile
(path string, fieldnames []string, callback TsvCallback)
lib/go/src/loupe/formats/generic_tsv.go:96
↓ 3 callersFunctionReadVCFWithCallback
(path string, callback func(logical_row int, physical_row int, data *SimpleVCFRow) bool)
lib/go/src/loupe/formats/vcf.go:240
↓ 3 callersFunctionSortIntervalArray
* * Sort (destructively) an array of pointers to intervals. */
lib/go/src/loupe/formats/tree.go:81
↓ 3 callersMethodString
()
lib/go/src/code.google.com/p/biogo.bam/bam_test.go:31
↓ 3 callersFunctionVCFtoJSON
(vcf_array []*SimpleVCFRow, writer *CompressedWriter, chunk_size int, gene_track *BundledTrackData, refseq
lib/go/src/loupe/formats/variant_index.go:143
↓ 3 callersMethodWriteReadPair
to make writing reads easy
lib/go/src/reads/fastq_util/fastq_util.go:60
↓ 3 callersFunctionWriteTrackDataToFile
* * Write a BundledTrackData instance to a file. */
lib/go/src/loupe/formats/track.go:157
↓ 3 callersMethod_idx_to_x
(self, idx)
tenkit/lib/python/tenkit/summary_manager.py:299
↓ 3 callersFunction_overwrite_cell
Either: -- overwrite the cell at row[idx] if it exists -- pad the row until you can append the idx col, and then write it
tenkit/lib/python/tenkit/samplesheet.py:460
↓ 3 callersMethodadd
(self, x)
tenkit/lib/python/tenkit/summary_manager.py:446
↓ 3 callersMethodadd_region
(&mut self, c: Chrom, s: i32, e: i32)
lib/rust/report_single_partition/src/bed.rs:94
↓ 3 callersFunctionaln_read
(read_seq: &[u8], ref_seq: &[u8], rc_ref_seq: &[u8], aligner: &mut Aligner
lib/pvc/src/validate.rs:45
↓ 3 callersMethodcalc_bc_block_matrices
Calculates the log probability matrices for blocks
mro/stages/snpindels/phase_snpindels/phaser.py:729
↓ 3 callersFunctioncheck_vcf
(filename, args)
mro/stages/preflight/phaser_svcaller/__init__.py:178
↓ 3 callersFunctionchrom_size
(bam, chrom)
tenkit/lib/python/tenkit/chunk_utils.py:158
↓ 3 callersFunctionchunk_iter
(ds, chunk_size)
tenkit/lib/python/tenkit/hdf5.py:558
↓ 3 callersMethodcombine
(self, b)
tenkit/lib/python/tenkit/summary_manager.py:498
↓ 3 callersMethodcompare_dfs_without_names
(self, file1, file2)
lib/python/longranger/test/test_sv_utils.py:179
↓ 3 callersFunctioncreate_bam_infile
(file_name)
tenkit/lib/python/tenkit/bam.py:102
↓ 3 callersFunctioncreate_bam_outfile
Creates a bam file with given chromosome names and lengths. template is an existing bam file. If it is specified, chrom_names and chrom_lengths
tenkit/lib/python/tenkit/bam.py:61
↓ 3 callersMethodcreate_initial_log_probs
Creates the initial data structure to hold the bc log probabilities for a given hap assignment Stored as: key: tuple of haplotype ass
mro/stages/snpindels/phase_snpindels/phaser.py:629
↓ 3 callersFunctionfastq_data_estimate
(fn, num_reads = 5000)
mro/stages/reads/setup_chunks/__init__.py:494
↓ 3 callersMethodfc_lane_key
Build a key from a flowcell and lane
tenkit/lib/python/tenkit/lane.py:145
↓ 3 callersFunctionfind_trim_len
Find the longest prefix of read such that all bases in the final kmer have qv >= min_qual Should implement https://github.com/10XDev/supernova/blob/ma
lib/tada/src/cmd_msp.rs:149
↓ 3 callersMethodflip
Return a fresh Dir with the opposite direction
lib/tada/src/kmer/dir.rs:14
↓ 3 callersFunctionfrag_size_logpmf
Returns a tuple (P, S) where: P is an array with log-probability of length being L for all L in frag_sizes that are > min_frag_len S[i] i
lib/python/longranger/sv/stats.py:184
↓ 3 callersMethodfrom_em_results
(cls, c1, c2, ps1, ps2, max_lrs, max_locus, sv_type, zygosity, max_hap, support,
lib/python/longranger/sv/sv_call.py:70
↓ 3 callersMethodgenerate
Update this Huffman Code object to be the minimum code for the specified frequency count. freq An array of frequencies, in which frequency[i] gives
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:263
↓ 3 callersFunctionget4
GZIP (RFC 1952) is little-endian, unlike ZLIB (RFC 1950).
lib/go/src/code.google.com/p/biogo.bam/bgzf/gzip/gunzip.go:126
↓ 3 callersMethodget_all_best_hap_blocks
Returns the best haplotype assignments over all blocks Potential improvement: Calculate on larger (overlapping) blocks and only retai
mro/stages/snpindels/phase_snpindels/phaser.py:509
↓ 3 callersMethodget_all_bin_status
(&self)
lib/rust/hmm-bc-cnv/src/bed.rs:60
↓ 3 callersFunctionget_allele_length
(ref, alt)
tenkit/lib/python/tenkit/bio_io.py:232
↓ 3 callersMethodget_bedpe_output
(self)
lib/python/longranger/cnv/event_bed.py:163
↓ 3 callersMethodget_bin_arrays
(&self, value: T)
lib/rust/hmm-bc-cnv/src/support.rs:112
↓ 3 callersMethodget_layout_rows
(self)
tenkit/mro/stages/make_fastqs/prepare_samplesheet/test/__init__.py:24
↓ 3 callersMethodget_prob_correct
Log-probability of a ReadPair being mapped correctly
lib/python/longranger/sv/readpairs.py:826
↓ 3 callersFunctionget_reads
(in_bam, chrom, start, stop, in_read_df=None, min_mapq=30, max_reads=500000, blacklist_barcodes=
mro/stages/structvars/call_structvars/__init__.py:174
↓ 3 callersFunctionget_reads
(in_bam, chrom, start, stop, min_mapq=60)
mro/stages/structvars/call_structvars_frag/__init__.py:68
↓ 3 callersFunctionget_record_alt_alleles
(record)
tenkit/lib/python/tenkit/bio_io.py:332
↓ 3 callersFunctionget_record_ref
(record)
tenkit/lib/python/tenkit/bio_io.py:329
↓ 3 callersFunctionget_seq_bounded
(rec: &Record, locus: &Locus)
lib/pvc/src/call.rs:235
↓ 3 callersMethodget_sub_bc
(self, bc, start, stop)
mro/stages/snpindels/phase_snpindels/phaser.py:1075
↓ 3 callersFunctionget_variant_iterator
(vars_file, targets_file_name, restrict_locus, edge_case_filter)
tenkit/lib/python/tenkit/bio_io.py:101
↓ 3 callersFunctionget_vcf_gt
Converts the HAPS info field into a VCF commpatible genotype call
lib/python/longranger/sv/io.py:294
↓ 3 callersFunctionhash
(v: &T)
lib/tada/src/fx.rs:115
↓ 3 callersMethodhuffSym
Read the next Huffman-encoded symbol from f according to h.
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/inflate.go:645
↓ 3 callersMethodhuffmanBlock
Decode a single Huffman block from f. hl and hd are the Huffman states for the lit/length values and the distance values, respectively. If hd == nil,
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/inflate.go:404
↓ 3 callersFunctioninfer_fragments
Clusters reads within window distance of each other.
mro/stages/reads/infer_fragments/__init__.py:126
↓ 3 callersFunctioninfile
(path)
lib/python/longranger/test/test_readpairs.py:14
← previousnext →301–400 of 2,707, ranked by callers