Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/10XGenomics/longranger
/ functions
Functions
2,707 in github.com/10XGenomics/longranger
⨍
Functions
2,707
◇
Types & classes
362
↓ 5 callers
Function
LoadBreakpoints
* * Load a breakpoints file from disk. */
lib/go/src/loupe/formats/sv.go:189
↓ 5 callers
Method
Multistream
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 callers
Method
RGs
()
lib/go/src/code.google.com/p/biogo.bam/header.go:192
↓ 5 callers
Method
Reference
Reference returns the records reference.
lib/go/src/code.google.com/p/biogo.bam/record.go:126
↓ 5 callers
Method
Reset
(io.Reader)
lib/go/src/code.google.com/p/biogo.bam/bgzf/reader.go:82
↓ 5 callers
Method
Reset
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 callers
Method
Wait
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/writer.go:217
↓ 5 callers
Method
_x_to_idx
(self, x)
tenkit/lib/python/tenkit/summary_manager.py:295
↓ 5 callers
Method
bitLength
(freq []int32)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:98
↓ 5 callers
Function
checkFragPos
(fS, fE int)
lib/go/src/cnv/molecular_count/bed.go:435
↓ 5 callers
Function
check_key
(n, dict_in, name, tys)
mro/stages/reads/setup_chunks/__init__.py:75
↓ 5 callers
Function
compare_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 callers
Method
contains_point
Determines whether a point is contained in one of the regions
tenkit/lib/python/tenkit/regions.py:125
↓ 5 callers
Function
create_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 callers
Method
drop
(&mut self)
lib/rust/report_single_partition/src/thread_iterator.rs:140
↓ 5 callers
Method
estimate_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 callers
Function
generate_chrom_loci
(target_regions, chrom, chrom_length, chunk_size, overlap = 0)
tenkit/lib/python/tenkit/chunk_utils.py:56
↓ 5 callers
Function
get_column_intersection
(target_cols, query_cols)
tenkit/lib/python/tenkit/hdf5.py:307
↓ 5 callers
Function
get_fasta_base
(fasta, chrom, pos)
lib/python/longranger/sv/io.py:459
↓ 5 callers
Function
get_haplotype
(rec: &Record)
lib/pvc/src/call.rs:22
↓ 5 callers
Function
get_non_overlapping_wins
(starts, stops)
mro/stages/structvars/count_reads_bcs/__init__.py:356
↓ 5 callers
Method
get_specific_contig
Gets the specific contig the variant is contained on
mro/stages/snpindels/phase_snpindels/phaser.py:150
↓ 5 callers
Function
get_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 callers
Function
has_levels
Determine if a data column is leveled
tenkit/lib/python/tenkit/hdf5.py:234
↓ 5 callers
Method
head
FASTQ read header
lib/tada/src/cmd_sort_fastq.rs:69
↓ 5 callers
Function
infile
(path)
mro/stages/structvars/analyze_sv_calls/test/test_analyze_sv_calls.py:18
↓ 5 callers
Function
infile
(path)
mro/stages/snpindels/analyze_snpindel_calls/test/test_analyze_snpindel_calls.py:19
↓ 5 callers
Method
init
Initialize Huffman decoding tables from array of code lengths.
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/gen.go:48
↓ 5 callers
Function
isfile
(fn)
mro/stages/structvars/analyze_known_breaks/__init__.py:72
↓ 5 callers
Function
isfile
(fn)
mro/stages/structvars/analyze_known_breaks_frag/__init__.py:73
↓ 5 callers
Method
kmers
Get a vector of the kmers in the sequence
lib/tada/src/kmer/mod.rs:153
↓ 5 callers
Function
main
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 callers
Function
makeOffset
(vOff uint64)
lib/go/src/code.google.com/p/biogo.bam/index.go:21
↓ 5 callers
Function
make_event
(chrom: &str, ev: (usize, usize), qual: usize, zyg: Zyg,
lib/pvc/src/event.rs:161
↓ 5 callers
Method
merge
Takes the other regions and merges
tenkit/lib/python/tenkit/regions.py:261
↓ 5 callers
Method
merge_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 callers
Function
newHuffmanEncoder
(size int)
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/huffman_code.go:44
↓ 5 callers
Function
newRemains
(rms, regionID, binID)
mro/stages/cnv/modify_bed_file/__init__.py:33
↓ 5 callers
Method
num_positions
(&self)
lib/pvc/src/hmm.rs:83
↓ 5 callers
Method
pref
Get the prefix of a given size.
lib/tada/src/bitenc.rs:221
↓ 5 callers
Function
read_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 callers
Method
reduce
(mut self, other: &PhasedReads)
lib/pvc/src/asm_caller.rs:86
↓ 5 callers
Method
score_state
(&self, pos: usize, state: usize)
lib/rust/hmm-bc-cnv/src/hmm.rs:237
↓ 5 callers
Function
section_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 callers
Method
set
Set the value as position `i`.
lib/tada/src/bitenc.rs:163
↓ 5 callers
Function
simple_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 callers
Method
suf
(&self, k: usize)
lib/tada/src/bitenc.rs:242
↓ 5 callers
Function
update_info
None will remove the info field
lib/python/longranger/sv/io.py:56
↓ 5 callers
Method
viterbi
(&self)
lib/rust/hmm-bc-cnv/src/hmm.rs:35
↓ 5 callers
Function
writeOut
(bed_dict, bedOut)
tenkit/lib/python/tenkit/bed_utils.py:5
↓ 4 callers
Function
Assemble
* * This assembles data into a single 64-bit integer that we can store */
lib/go/src/loupe/formats/blocked_index.go:120
↓ 4 callers
Method
Clone
()
lib/go/src/code.google.com/p/biogo.bam/header.go:117
↓ 4 callers
Method
Close
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/writer.go:239
↓ 4 callers
Method
Error
()
lib/go/src/code.google.com/p/biogo.bam/bgzf/flate/inflate.go:45
↓ 4 callers
Method
InnerBaits
(chrom string, fragS, fragE int)
lib/go/src/cnv/molecular_count/bed.go:89
↓ 4 callers
Function
NewReader
(r io.Reader)
lib/go/src/code.google.com/p/biogo.bam/bgzf/reader.go:56
↓ 4 callers
Function
NewWriterDict
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 callers
Function
ParseBarcode
* * 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 callers
Method
Progs
()
lib/go/src/code.google.com/p/biogo.bam/header.go:196
↓ 4 callers
Method
Read
(p []byte)
lib/go/src/code.google.com/p/biogo.bam/reader.go:255
↓ 4 callers
Function
ReadIndex
(r io.Reader)
lib/go/src/code.google.com/p/biogo.bam/index_read.go:17
↓ 4 callers
Method
Tag
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 callers
Method
Type
Type returns the type of the CIGAR operation for the CigarOp.
lib/go/src/code.google.com/p/biogo.bam/cigar.go:48
↓ 4 callers
Function
Variants2Track
(svs []*StructuralVariant)
lib/go/src/loupe/formats/sv.go:128
↓ 4 callers
Method
WriteRecord
(record *FastqRecord)
tenkit/lib/go/src/tenkit/fastq/io.go:191
↓ 4 callers
Method
addr
(&self, pos: usize)
lib/tada/src/kmer/mod.rs:527
↓ 4 callers
Method
align
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 callers
Function
align_destroy
tenkit/lib/python/striped_smith_waterman/ssw.c:870
↓ 4 callers
Function
all_kmers
(k: usize, seq: &[T])
lib/tada/src/msp/mod.rs:137
↓ 4 callers
Method
buf_alloc
* * Allocate some bytes from the arena built into each record. */
lib/go/src/code.google.com/p/biogo.bam/record.go:39
↓ 4 callers
Method
check_range
(self, x)
tenkit/lib/python/tenkit/summary_manager.py:304
↓ 4 callers
Function
check_reads
(runinfo)
tenkit/mro/stages/bcl_processor/bcl_processor_preflight/__init__.py:106
↓ 4 callers
Function
create_levels
(ds, levels)
tenkit/lib/python/tenkit/hdf5.py:289
↓ 4 callers
Method
dir_bits
(&self, dir: Dir)
lib/tada/src/kmer/exts.rs:47
↓ 4 callers
Function
filter_variant
(var, bam, reference_pyfasta)
mro/stages/snpindels/call_haploid_snpindels/__init__.py:127
↓ 4 callers
Function
find_ref_pos_in_read
Find the position in the read of `ref_pos`.
lib/pvc/src/call.rs:196
↓ 4 callers
Method
get
(self, k)
tenkit/lib/python/tenkit/summary_manager.py:411
↓ 4 callers
Function
getInterleavedRead
(reader *bufio.Reader)
lib/go/src/reads/fastq_util/fastq_util.go:199
↓ 4 callers
Function
getRead
read a single read
lib/go/src/reads/fastq_util/fastq_util.go:180
↓ 4 callers
Function
get_bc
(pos)
mro/stages/snpindels/barcode_aware_filter_snpindels/__init__.py:143
↓ 4 callers
Method
get_bc_contig_info
Gets the information on called contigs by barcode
mro/stages/snpindels/phase_snpindels/phaser.py:115
↓ 4 callers
Method
get_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 callers
Function
get_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 callers
Function
get_dataframe_loc
(df, loc)
lib/python/longranger/sv/utils.py:723
↓ 4 callers
Function
get_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 callers
Function
get_ord
(c)
tenkit/lib/python/tenkit/bam.py:985
↓ 4 callers
Function
get_phase_block_for_pos
(frags, chrom, pos)
mro/stages/snpindels/phase_snpindels/stitcher.py:34
↓ 4 callers
Function
get_phase_set
(info, break_num=1)
lib/python/longranger/sv/io.py:138
↓ 4 callers
Function
get_record_chrom
(record)
tenkit/lib/python/tenkit/bio_io.py:266
↓ 4 callers
Function
get_record_pos
(record)
tenkit/lib/python/tenkit/bio_io.py:269
↓ 4 callers
Method
get_region_containing_point
Determines which (if any) region contains a point
tenkit/lib/python/tenkit/regions.py:136
↓ 4 callers
Method
get_region_list
Returns list of non-overlapping regions
tenkit/lib/python/tenkit/regions.py:56
↓ 4 callers
Method
get_summary
(self)
tenkit/mro/stages/bcl_processor/demultiplex/test/test_demultiplex.py:93
↓ 4 callers
Function
get_tag
(r: &bam::record::Record, tag: &str)
lib/rust/report_single_partition/src/ec_las_fg.rs:745
↓ 4 callers
Function
high_level_stats
(prefix, fragment_df, bc_df)
mro/stages/reporter/report_single_partition/__init__.py:75
↓ 4 callers
Function
high_level_stats
(prefix, fragment_df, bc_df)
mro/stages/reads/merge_pos_bam/__init__.py:460
↓ 4 callers
Function
incr_cov
(events: &Vec<AlignedSegment>, array: &mut Array<u32, Ix>, offset: u32)
lib/pvc/src/detector.rs:185
↓ 4 callers
Function
init_destroy
tenkit/lib/python/striped_smith_waterman/ssw.c:772
↓ 4 callers
Function
ln_factorial
(x: f64)
lib/rust/hmm-bc-cnv/src/math.rs:12
↓ 4 callers
Function
loci_to_named_region_map
(loci, singletons = False)
lib/python/longranger/sv/utils.py:155
← previous
next →
201–300 of 2,707, ranked by callers