MCPcopy Create free account

hub / github.com/deweylab/RSEM / functions

Functions5,402 in github.com/deweylab/RSEM

↓ 2 callersMethodcalcNumGeneMultiReads
HitContainer.h:94
↓ 2 callersMethodcalcNumIsoformMultiReads
HitContainer.h:111
↓ 2 callersFunctioncalmd_usage
samtools-1.3/bam_md.c:333
↓ 2 callersFunctioncast_ptr
If T is of reference type, trying to get a pointer to the held value must result in a compile-time error. Decent compilers should disallow conversions
boost/optional/optional.hpp:487
↓ 2 callersFunctioncdf
boost/math/distributions/normal.hpp:147
↓ 2 callersFunctioncdf
boost/math/distributions/detail/derived_accessors.hpp:113
↓ 2 callersFunctionchange_SO
samtools-1.3/bam_sort.c:1502
↓ 2 callersFunctioncheck_probability
boost/math/distributions/detail/common_error_handling.hpp:21
↓ 2 callersFunctioncigar_iref2iseq_next
samtools-1.3/htslib-1.3/sam.c:1700
↓ 2 callersFunctioncigar_iref2iseq_set
* cigar_iref2iseq_set() - find the first CMATCH setting the ref and the read index * cigar_iref2iseq_next() - get the next CMATCH base * @cigar:
samtools-1.3/htslib-1.3/sam.c:1665
↓ 2 callersFunctioncleanup_state
samtools-1.3/bam_addrprg.c:74
↓ 2 callersFunctioncleanup_stats
samtools-1.3/stats.c:1395
↓ 2 callersFunctionclear_best
samtools-1.3/bam_rmdup.c:97
↓ 2 callersFunctionclear_besthash
samtools-1.3/bam_rmdupse.c:88
↓ 2 callersMethodclear_buffer
boost/format/alt_sstream.hpp:150
↓ 2 callersFunctionclear_del_set
samtools-1.3/bam_rmdup.c:73
↓ 2 callersFunctionclose_plugin
samtools-1.3/htslib-1.3/plugin.c:164
↓ 2 callersFunctioncodec2str
samtools-1.3/htslib-1.3/cram/cram_codecs.c:45
↓ 2 callersFunctioncompare_and_swap
boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp:31
↓ 2 callersMethodconcat
boost/fusion/view/joint_view/joint_view.hpp:64
↓ 2 callersFunctionconfirm_overwrite
samtools-1.3/htslib-1.3/bgzip.c:50
↓ 2 callersFunctionconfirm_rg
Confirms the existance of an RG line with a given ID in a bam header
samtools-1.3/bam_addrprg.c:178
↓ 2 callersFunctioncontinued_fraction_b
boost/math/tools/fraction.hpp:88
↓ 2 callersMethodconvert
BamConverter.h:150
↓ 2 callersFunctioncopy_boost_exception
boost/exception/exception.hpp:410
↓ 2 callersFunctioncount_RG
Parse the header, count the number of RG tags and return a list of their names
samtools-1.3/bam_split.c:200
↓ 2 callersFunctioncram_add_base
samtools-1.3/htslib-1.3/cram/cram_encode.c:1752
↓ 2 callersFunctioncram_add_bases
samtools-1.3/htslib-1.3/cram/cram_encode.c:1739
↓ 2 callersFunctioncram_add_substitution
samtools-1.3/htslib-1.3/cram/cram_encode.c:1716
↓ 2 callersFunctioncram_block_get_data
samtools-1.3/htslib-1.3/cram/cram_external.c:199
↓ 2 callersFunctioncram_block_get_offset
Offset is known as "size" internally, but it can be confusing.
samtools-1.3/htslib-1.3/cram/cram_external.c:219
↓ 2 callersFunctioncram_block_set_offset
samtools-1.3/htslib-1.3/cram/cram_external.c:220
↓ 2 callersFunctioncram_block_update_size
samtools-1.3/htslib-1.3/cram/cram_external.c:216
↓ 2 callersFunctioncram_container_set_length
samtools-1.3/htslib-1.3/cram/cram_external.c:71
↓ 2 callersFunctioncram_container_size
MAXIMUM storage size needed for the container. */
samtools-1.3/htslib-1.3/cram/cram_io.c:3017
↓ 2 callersFunctioncram_copy_slice
* Copies the blocks representing the next num_slice slices from a * container from 'in' to 'out'. It is expected that the file pointer * is just af
samtools-1.3/htslib-1.3/cram/cram_external.c:232
↓ 2 callersFunctioncram_decode_slice_header
* Decodes a CRAM (un)mapped slice header block. * Returns slice header ptr on success * NULL on failure */
samtools-1.3/htslib-1.3/cram/cram_decode.c:1060
↓ 2 callersFunctioncram_dopen
Opens an existing stream for reading or writing. * * Returns file handle on success; * NULL on failure. */
samtools-1.3/htslib-1.3/cram/cram_io.c:4110
↓ 2 callersFunctioncram_ds_unique
* Checks whether an external block is used solely by a single data series. * Returns the codec type if so (EXTERNAL, BYTE_ARRAY_LEN, BYTE_ARRAY_STOP)
samtools-1.3/htslib-1.3/cram/cram_decode.c:984
↓ 2 callersFunctioncram_encode_compression_header
* Encodes a compression header block into a generic cram_block structure. * * Returns cram_block ptr on success * NULL on failure */
samtools-1.3/htslib-1.3/cram/cram_encode.c:74
↓ 2 callersFunctioncram_encode_container
* Encodes all slices in a container into blocks. * Returns 0 on success * -1 on failure */
samtools-1.3/htslib-1.3/cram/cram_encode.c:1228
↓ 2 callersFunctioncram_eof
* Returns 1 if we hit an EOF while reading. */
samtools-1.3/htslib-1.3/cram/cram_io.c:4378
↓ 2 callersFunctioncram_extract_block
* Returns the next 'size' bytes from a block, or NULL if insufficient * data left.This is just a pointer into the block data and not an * allocated
samtools-1.3/htslib-1.3/cram/cram_codecs.c:316
↓ 2 callersFunctioncram_fd_set_header
samtools-1.3/htslib-1.3/cram/cram_external.c:51
↓ 2 callersFunctioncram_flush_container
* Flushes a completely or partially full container to disk, writing * container structure, header and blocks. This also calls the encoder * function
samtools-1.3/htslib-1.3/cram/cram_io.c:3189
↓ 2 callersFunctioncram_flush_container2
common component shared by cram_flush_container{,_mt}
samtools-1.3/htslib-1.3/cram/cram_io.c:3149
↓ 2 callersFunctioncram_flush_result
samtools-1.3/htslib-1.3/cram/cram_io.c:3214
↓ 2 callersFunctioncram_free_slice_header
samtools-1.3/htslib-1.3/cram/cram_io.c:3355
↓ 2 callersFunctioncram_index_free
samtools-1.3/htslib-1.3/cram/cram_index.c:315
↓ 2 callersFunctioncram_load_reference
* If fd has been opened for reading, it may be permitted to specify 'fn' * as NULL and let the code auto-detect the reference by parsing the * SAM h
samtools-1.3/htslib-1.3/cram/cram_io.c:2763
↓ 2 callersFunctioncram_read_slice
* Loads an entire slice. * FIXME: In 1.0 the native unit of slices within CRAM is broken * as slices contain references to objects in other slices.
samtools-1.3/htslib-1.3/cram/cram_io.c:3519
↓ 2 callersFunctioncram_set_voption
* Sets options on the cram_fd. See CRAM_OPT_* definitions in cram_structs.h. * Use this immediately after opening. * * Returns 0 on success *
samtools-1.3/htslib-1.3/cram/cram_io.c:4408
↓ 2 callersFunctioncram_store_container
* Stores the container structure in dat and returns *size as the * number of bytes written to dat[]. The input size of dat is also * held in *size
samtools-1.3/htslib-1.3/cram/cram_io.c:3030
↓ 2 callersMethodcreate_header
SamHeader.hpp:52
↓ 2 callersFunctionctos
my_assert.h:25
↓ 2 callersFunctioncubic_interpolate
boost/math/tools/toms748_solve.hpp:234
↓ 2 callersFunctioncurses_init_colors
samtools-1.3/bam_tview_curses.c:104
↓ 2 callersFunctioncyl_bessel_k
boost/math/special_functions/bessel.hpp:601
↓ 2 callersFunctiondeflate_block
Deflate the block in fp->uncompressed_block into fp->compressed_block. Also adds an extra field that stores the compressed block length.
samtools-1.3/htslib-1.3/bgzf.c:273
↓ 2 callersFunctiondidonato_SN
boost/math/special_functions/detail/igamma_inverse.hpp:53
↓ 2 callersMethoddistance_to
boost/iterator/iterator_adaptor.hpp:344
↓ 2 callersFunctiondump_aln
samtools-1.3/phase.c:336
↓ 2 callersFunctiondump_best
samtools-1.3/bam_rmdup.c:63
↓ 2 callersFunctiondup_stdout
samtools-1.3/htslib-1.3/htsfile.c:42
↓ 2 callersFunctioned_swap_2p
samtools-1.3/htslib-1.3/htslib/hts.h:606
↓ 2 callersFunctionellint_e_imp
boost/math/special_functions/ellint_2.hpp:43
↓ 2 callersFunctionellint_pi_imp
boost/math/special_functions/ellint_3.hpp:43
↓ 2 callersFunctionellint_rc
boost/math/special_functions/ellint_rc.hpp:94
↓ 2 callersMethodempty
boost/array.hpp:160
↓ 2 callersMethodempty
boost/range/iterator_range_core.hpp:258
↓ 2 callersFunctionenable_error_info
boost/exception/exception.hpp:372
↓ 2 callersFunctionepsilon
boost/math/tools/precision.hpp:155
↓ 2 callersMethodequal_imp
* Does the work of operator==. This is in a member function * for portability. Some compilers, such as msvc 7.1 and * Sun CC 5.10 can't ac
boost/random/mersenne_twister.hpp:274
↓ 2 callersFunctionequal_impl
boost/range/algorithm/equal.hpp:27
↓ 2 callersFunctionequation_as_10_4_105
boost/math/special_functions/detail/airy_ai_bi_zero.hpp:35
↓ 2 callersFunctionequation_as_9_5_26
boost/math/special_functions/detail/bessel_jy_zero.hpp:87
↓ 2 callersFunctionequation_nist_10_21_19
boost/math/special_functions/detail/bessel_jy_zero.hpp:33
↓ 2 callersFunctionerf_imp
boost/math/special_functions/erf.hpp:117
↓ 2 callersFunctionerf_inv_imp
boost/math/special_functions/detail/erf_inv.hpp:21
↓ 2 callersFunctionest_indelreg
samtools-1.3/bam2bcf_indel.c:125
↓ 2 callersFunctionest_seqQ
FIXME: check if the inserted sequence is consistent with the homopolymer run l is the relative gap length and l_run is the length of the homopolymer o
samtools-1.3/bam2bcf_indel.c:117
↓ 2 callersFunctionevaluate_rational_c_imp
boost/math/tools/rational.hpp:266
↓ 2 callersFunctionexpand_cache_path
* Converts a directory and a filename into an expanded path, replacing %s * in directory with the filename and %[0-9]+s with portions of the filename
samtools-1.3/htslib-1.3/cram/cram_io.c:2086
↓ 2 callersFunctionexpand_format_string
Expands a output filename format string
samtools-1.3/bam_split.c:156
↓ 2 callersFunctionexpand_path
* Takes a dirname possibly including % rules and appends the filename * to it. * * Returns expanded pathname or NULL for malloc failure. */
samtools-1.3/htslib-1.3/cram/open_trace_file.c:211
↓ 2 callersFunctionexpand_tilde_open
samtools-1.3/htslib-1.3/hfile_libcurl.c:695
↓ 2 callersFunctionfaidx_fetch_seq
samtools-1.3/htslib-1.3/faidx.c:439
↓ 2 callersFunctionfail
samtools-1.3/test/vcf-miniview.c:41
↓ 2 callersFunctionfalling_factorial
boost/math/special_functions/factorials.hpp:200
↓ 2 callersFunctionfalling_factorial_imp
boost/math/special_functions/factorials.hpp:153
↓ 2 callersFunctionfile_type
samtools-1.3/htslib-1.3/tabix.c:69
↓ 2 callersFunctionfind_file_dir
* Searches for file in the directory 'dirname'. If it finds it, it opens * it. This also searches for compressed versions of the file in dirname * t
samtools-1.3/htslib-1.3/cram/open_trace_file.c:275
↓ 2 callersFunctionfind_file_url
samtools-1.3/htslib-1.3/cram/open_trace_file.c:167
↓ 2 callersFunctionfind_scheme_handler
Returns the appropriate handler, or NULL if the string isn't an URL. */
samtools-1.3/htslib-1.3/hfile.c:703
↓ 2 callersMethodfinish
PairedEndQModel.h:299
↓ 2 callersMethodfinish
SingleModel.h:323
↓ 2 callersFunctionfinish_rg_pg
samtools-1.3/bam_sort.c:702
↓ 2 callersFunctionfloat_types_converter_internal
boost/lexical_cast.hpp:2182
↓ 2 callersFunctionfragphase
phase each fragment
samtools-1.3/phase.c:186
↓ 2 callersFunctionftos
n : number of significant digits
my_assert.h:19
← previousnext →901–1,000 of 5,402, ranked by callers