MCPcopy Create free account

hub / github.com/NVlabs/nvbio / functions

Functions4,415 in github.com/NVlabs/nvbio

↓ 5 callersFunctioncram_write_block
* Writes a CRAM block. * Returns 0 on success * -1 on failure */
contrib/htslib/cram/cram_io.c:732
↓ 5 callersFunctiondevice_copy
nvbio/sufsort/sufsort_priv.h:2133
↓ 5 callersFunctiondistant
nvbio-aln-diff/alignment.h:98
↓ 5 callersFunctiondistinct_alignments
check whether two alignments are distinct
nvbio/io/alignments_inl.h:35
↓ 5 callersMethodextract
extract the radices corresponding to a given word of the given suffixes \param n_indices the input number of suffixes \param d_indices
nvbio/sufsort/sufsort_priv.h:1659
↓ 5 callersMethodfront
nvBowtie/bowtie2/cuda/seed_hit.h:148
↓ 5 callersMethodget
get the next character, or 255 if EOF
nvbio/fastq/fastq_inl.h:34
↓ 5 callersMethodget_readtype
nvBowtie/bowtie2/cuda/seed_hit.h:221
↓ 5 callersFunctionhclose_abruptly
contrib/htslib/hfile.c:284
↓ 5 callersFunctionhfile_destroy
contrib/htslib/hfile.c:89
↓ 5 callersFunctionhypergeo_acc
incremental version of hypergenometric distribution
contrib/htslib/kfunc.c:190
↓ 5 callersFunctioninclusive_to_exclusive
convert a range from a [begin,last] representation to a [begin,end) one
nvBowtie/bowtie2/cuda/utils.h:52
↓ 5 callersMethodis_discordant
nvbio/io/alignments.h:123
↓ 5 callersFunctionis_valid_until
contrib/priority-deque/priority_deque_verify.hpp:11
↓ 5 callersMethodload
nvbio/sufsort/sufsort_priv.h:1231
↓ 5 callersFunctionmatch_range
nvBowtie/bowtie2/cuda/mapping_inl.h:82
↓ 5 callersFunctionmedian3
contrib/libdivsufsortxx/divsufsortxx.h:161
↓ 5 callersMethodmerge
merge stats
nvBowtie/bowtie2/cuda/stats.h:93
↓ 5 callersFunctionmfdestroy
* Destroys an mFILE structure but does not flush or close it */
contrib/htslib/cram/mFILE.c:339
↓ 5 callersMethodname_index
nvbio/io/sequence/sequence.h:572
↓ 5 callersMethodname_stream
nvbio/io/sequence/sequence.h:574
↓ 5 callersFunctionoverlap_remove
contrib/htslib/sam.c:1567
↓ 5 callersFunctionplain_view
return a plain view of a ReadData object
nvbio/io/reads/reads.h:542
↓ 5 callersMethodpop_back
nvBowtie/bowtie2/cuda/seed_hit.h:179
↓ 5 callersMethodpop_bottom
nvBowtie/bowtie2/cuda/seed_hit_deque_array.h:319
↓ 5 callersFunctionpopc_2bit_all
nvbio/basic/popcount_inl.h:266
↓ 5 callersFunctionputShortMSB
========================================================================= * Put a short in the pending buffer. The 16-bit value is put in MSB order.
contrib/zlib-1.2.7/deflate.c:626
↓ 5 callersMethodranges
nvbio/strings/string_set.h:686
↓ 5 callersMethodread
read a buffer
nvbio/fastq/fastq.cpp:98
↓ 5 callersFunctionread_stream
nvbio/io/reads/reads.h:219
↓ 5 callersFunctionreference_cigar_length
nvbio/io/output/output_utils.h:44
↓ 5 callersMethodresize
alloc enough storage for max_size hits
nvBowtie/bowtie2/cuda/scoring_queues_inl.h:34
↓ 5 callersFunctionround_z
nvbio/basic/numbers.h:152
↓ 5 callersFunctionrunlength_encode
nvbio/basic/primitives_inl.h:651
↓ 5 callersFunctionsam_hdr_error
contrib/htslib/cram/sam_header.c:45
↓ 5 callersFunctionsam_hdr_find_key
* Looks for a specific key in a single sam header line. * If prev is non-NULL it also fills this out with the previous tag, to * permit use in key r
contrib/htslib/cram/sam_header.c:672
↓ 5 callersMethodsetup
nvbio/basic/sum_tree_inl.h:63
↓ 5 callersMethodshow_score
nvBowtie/bowtie2/cuda/defs.h:130
↓ 5 callersMethodshow_select
nvBowtie/bowtie2/cuda/defs.h:128
↓ 5 callersFunctionss_median3
Returns the median of three elements. */
contrib/libdivsufsort-lite/divsufsort.c:308
↓ 5 callersFunctionstring_dup
contrib/htslib/cram/string_alloc.c:140
↓ 5 callersFunctionstring_pool_destroy
contrib/htslib/cram/string_alloc.c:94
↓ 5 callersMethodsubstitution
nvbio/alignment/utils.h:124
↓ 5 callersFunctionswap
nvbio/basic/packedstream.h:668
↓ 5 callersFunctiont_pool_delete_result
* Frees a result 'r' and if free_data is true also frees * the internal r->data result too. */
contrib/htslib/cram/thread_pool.c:238
↓ 5 callersFunctiontbx_index_load
contrib/htslib/tbx.c:243
↓ 5 callersMethodtext_length
nvbio/alignment/batched_inl.h:935
↓ 5 callersFunctiontr_median3
Returns the median of three elements. */
contrib/libdivsufsort-lite/divsufsort.c:971
↓ 5 callersFunctionvecswap
contrib/libdivsufsortxx/divsufsortxx.h:148
↓ 5 callersMethodwait
nvbio/basic/cuda/condition.h:61
↓ 5 callersMethodwords
nvbio/io/sequence/sequence.h:220
↓ 4 callersFunctionMD5_Final
contrib/htslib/cram/md5.c:244
↓ 4 callersFunctionMD5_Init
contrib/htslib/cram/md5.c:199
↓ 4 callersFunctionMD5_Update
contrib/htslib/cram/md5.c:210
↓ 4 callersMethodTell
contrib/bamtools/BGZF.cpp:411
↓ 4 callersMethodactive_read
nvBowtie/bowtie2/cuda/scoring_queues.h:401
↓ 4 callersFunctionalloc
alloc some slots from a counter using a warp-synchronous reduction
nvBowtie/bowtie2/cuda/utils.h:58
↓ 4 callersFunctionand_op
nvbio/basic/simd_inl.h:236
↓ 4 callersFunctionaux_type2size
contrib/htslib/sam.c:244
↓ 4 callersMethodavg_speed
return the average speed
nvbio/basic/timer.h:168
↓ 4 callersFunctionbam_hdr_init
contrib/htslib/sam.c:21
↓ 4 callersFunctionbam_read1
contrib/htslib/sam.c:299
↓ 4 callersFunctionbatched_alignment_score
nvbio/alignment/batched_inl.h:49
↓ 4 callersFunctionbcf_dec_size
contrib/htslib/htslib/vcf.h:819
↓ 4 callersFunctionbcf_get_variant_types
contrib/htslib/vcf.c:2471
↓ 4 callersFunctionbcf_hdr_fmt_text
contrib/htslib/vcf.c:1236
↓ 4 callersFunctionbcf_hdr_init
contrib/htslib/vcf.c:634
↓ 4 callersFunctionbcf_hdr_parse
contrib/htslib/vcf.c:505
↓ 4 callersFunctionbcf_unpack_info_core1
contrib/htslib/vcf.c:1839
↓ 4 callersFunctionbcf_update_format
contrib/htslib/vcf.c:2591
↓ 4 callersMethodbegin
begin iterator
nvbio/strings/suffix.h:477
↓ 4 callersFunctionbgzf_index_build_init
contrib/htslib/bgzf.c:906
↓ 4 callersFunctionbody
* This processes one or more 64-byte data blocks, but does NOT update * the bit counters. There are no alignment requirements. */
contrib/htslib/cram/md5.c:92
↓ 4 callersMethodbwt
nvbio/fmindex/fmindex.h:363
↓ 4 callersMethodcell
nvbio/basic/sum_tree.h:161
↓ 4 callersMethodclip
nvbio-test/alignment_test_utils.h:632
↓ 4 callersFunctioncram_seek
* Seek within a CRAM file. * * Returns 0 on success * -1 on failure */
contrib/htslib/cram/cram_io.c:3363
↓ 4 callersFunctioncram_stats_del
contrib/htslib/cram/cram_stats.c:78
↓ 4 callersFunctioncrcInit
* * Function: crcInit() * * Description: Populate the partial CRC lookup table. * * Notes: This function must be rerun any time the CRC stan
contrib/crc/crc.cpp:98
↓ 4 callersMethoddeletion
nvbio/alignment/utils.h:102
↓ 4 callersFunctiondevice_view
nvbio/basic/vector_array.h:403
↓ 4 callersFunctiondivide_rz
nvbio/basic/numbers.h:137
↓ 4 callersFunctioned_swap_8
contrib/htslib/htslib/hts.h:293
↓ 4 callersMethodend
begin iterator
nvbio/strings/suffix.h:481
↓ 4 callersFunctionfind_gt2
nvbio-aln-diff/html.h:75
↓ 4 callersFunctionfinish_alignment_best
nvBowtie/bowtie2/cuda/traceback_inl.h:729
↓ 4 callersFunctionfloat_option
nvbio/basic/options.h:114
↓ 4 callersMethodflush
flush the file
nvbio-aln-diff/filter.h:101
↓ 4 callersFunctionflush_buffer
Flushes the write buffer, fp->[buffer,begin), out through the backend returning 0 on success or negative if an error occurred. */
contrib/htslib/hfile.c:186
↓ 4 callersFunctiongf2_matrix_square
========================================================================= */
contrib/zlib-1.2.7/crc32.c:344
↓ 4 callersFunctiongz_init
Initialize state for writing a gzip file. Mark initialization by setting state->size to non-zero. Return -1 on failure or 0 on success. */
contrib/zlib-1.2.7/gzwrite.c:15
↓ 4 callersFunctiongz_open
Open a gzip file either by name or file descriptor. */
contrib/zlib-1.2.7/gzlib.c:91
↓ 4 callersFunctiongzwrite
-- see zlib.h -- */
contrib/zlib-1.2.7/gzwrite.c:165
↓ 4 callersFunctionhfile_init
contrib/htslib/hfile.c:64
↓ 4 callersFunctionhibits_2bit
given a 32-bit word encoding a set of 2-bit symbols, return a submask containing all but the first 'i' entries.
nvbio/basic/popcount_inl.h:327
↓ 4 callersFunctionhts_idx_finish
contrib/htslib/hts.c:619
↓ 4 callersMethodindex
nvbio/fmindex/ssa_inl.h:156
↓ 4 callersMethodinsertion
nvbio/alignment/utils.h:103
↓ 4 callersMethodis_unpaired
nvbio/io/alignments.h:121
↓ 4 callersFunctionkftp_get_response
contrib/htslib/knetfile.c:204
← previousnext →401–500 of 4,415, ranked by callers