MCPcopy Create free account

hub / github.com/deweylab/RSEM / functions

Functions5,402 in github.com/deweylab/RSEM

↓ 1 callersFunctioncram_index_build_multiref
* A specialised form of cram_index_build (below) that deals with slices * having multiple references in this (ref_id -2). In this scenario we * deco
samtools-1.3/htslib-1.3/cram/cram_index.c:447
↓ 1 callersFunctioncram_index_free_recurse
samtools-1.3/htslib-1.3/cram/cram_index.c:305
↓ 1 callersFunctioncram_index_load
* Loads a CRAM .crai index into memory. * * Returns 0 for success * -1 for failure */
samtools-1.3/htslib-1.3/cram/cram_index.c:140
↓ 1 callersFunctioncram_index_query
* Searches the index for the first slice overlapping a reference ID * and position, or one immediately preceding it if none is found in * the index
samtools-1.3/htslib-1.3/cram/cram_index.c:343
↓ 1 callersFunctioncram_init_tables
* Initialises the lookup tables. These could be global statics, but they're * clumsy to setup in a multi-threaded environment unless we generate * v
samtools-1.3/htslib-1.3/cram/cram_io.c:3995
↓ 1 callersFunctioncram_itr_query
samtools-1.3/htslib-1.3/sam.c:605
↓ 1 callersFunctioncram_minor_vers
samtools-1.3/htslib-1.3/cram/cram_external.c:57
↓ 1 callersFunctioncram_new_compression_header
* Creates a new blank container compression header * * Returns header ptr on success * NULL on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:3278
↓ 1 callersFunctioncram_new_metrics
samtools-1.3/htslib-1.3/cram/cram_io.c:1584
↓ 1 callersFunctioncram_new_slice
* Creates a new empty slice in memory, for subsequent writing to * disk. * * Returns cram_slice ptr on success * NULL on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:3457
↓ 1 callersFunctioncram_next_container
* Handles creation of a new container or new slice, flushing any * existing containers when appropriate. * * Really this is next slice, which may
samtools-1.3/htslib-1.3/cram/cram_encode.c:2344
↓ 1 callersFunctioncram_next_slice
* Here be dragons! The multi-threading code in this is crufty beyond belief. */
samtools-1.3/htslib-1.3/cram/cram_decode.c:2831
↓ 1 callersFunctioncram_populate_ref
* Queries the M5 string from the header and attempts to populate the * reference from this using the REF_PATH environment. * * Returns 0 on sucess
samtools-1.3/htslib-1.3/cram/cram_io.c:2184
↓ 1 callersFunctioncram_put_bam_seq
* Write iterator: put BAM format sequences into a CRAM file. * We buffer up a containers worth of data at a time. * * Returns 0 on success *
samtools-1.3/htslib-1.3/cram/cram_encode.c:2975
↓ 1 callersFunctioncram_read_SAM_hdr
* Reads the SAM header from the first CRAM data block. * Also performs minimal parsing to extract read-group * and sample information. * Returns S
samtools-1.3/htslib-1.3/cram/cram_io.c:3665
↓ 1 callersFunctioncram_read_file_def
* Reads a CRAM file definition structure. * Returns file_def ptr on success * NULL on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:3610
↓ 1 callersFunctioncram_ref_decr_locked
samtools-1.3/htslib-1.3/cram/cram_io.c:2377
↓ 1 callersFunctioncram_ref_incr
samtools-1.3/htslib-1.3/cram/cram_io.c:2371
↓ 1 callersFunctioncram_ref_load
* Load the entire reference 'id'. * This also increments the reference count by 1. * * Returns ref_entry on success; * NULL on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:2485
↓ 1 callersFunctioncram_reheader
* Reads a file and outputs a new CRAM file to stdout with 'h' * replaced as the header. No checks are made to the validity. * * FIXME: error check
samtools-1.3/bam_reheader.c:95
↓ 1 callersFunctioncram_reheader_inplace
samtools-1.3/bam_reheader.c:392
↓ 1 callersFunctioncram_reheader_inplace2
* Reads a version 2 CRAM file and replaces the header in-place, * provided the header is small enough to fit without growing the * entire file. *
samtools-1.3/bam_reheader.c:163
↓ 1 callersFunctioncram_reheader_inplace3
* Reads a version 3 CRAM file and replaces the header in-place, * provided the header is small enough to fit without growing the * entire file. *
samtools-1.3/bam_reheader.c:257
↓ 1 callersFunctioncram_seek_to_refpos
* Skips to a container overlapping the start coordinate listed in * cram_range. * * In theory we call cram_index_query multiple times, once per sli
samtools-1.3/htslib-1.3/cram/cram_index.c:416
↓ 1 callersFunctioncram_set_header
* Attaches a header to a cram_fd. * * This should be used when creating a new cram_fd for writing where * we have an SAM_hdr already constructed (e
samtools-1.3/htslib-1.3/cram/cram_io.c:2074
↓ 1 callersFunctioncram_slice_hdr_get_num_blocks
*----------------------------------------------------------------------------- * cram_slice */
samtools-1.3/htslib-1.3/cram/cram_external.c:186
↓ 1 callersFunctioncram_stats_create
samtools-1.3/htslib-1.3/cram/cram_stats.c:47
↓ 1 callersFunctioncram_stats_free
samtools-1.3/htslib-1.3/cram/cram_stats.c:444
↓ 1 callersFunctioncram_to_bam
* Converts a cram in-memory record into a bam in-memory record. We * pass a pointer to a bam_seq_t pointer along with the a pointer to * the allocat
samtools-1.3/htslib-1.3/cram/cram_decode.c:2733
↓ 1 callersFunctioncram_transcode_rg
* Renumbers RG numbers in a cram compression header. * * CRAM stores RG as the Nth number in the header, rather than a * string holding the ID: tag
samtools-1.3/htslib-1.3/cram/cram_external.c:296
↓ 1 callersFunctioncram_write_SAM_hdr
* Writes a CRAM SAM header. * Returns 0 on success * -1 on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:3797
↓ 1 callersFunctioncram_write_file_def
* Writes a cram_file_def structure to cram_fd. * Returns 0 on success * -1 on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:3644
↓ 1 callersMethodcur_str
boost/format/alt_sstream.hpp:89
↓ 1 callersFunctioncurses_tv_init
samtools-1.3/bam_tview_curses.c:298
↓ 1 callersFunctioncyl_bessel_j_imp
boost/math/special_functions/bessel.hpp:91
↓ 1 callersFunctioncyl_bessel_j_zero_imp
boost/math/special_functions/bessel.hpp:369
↓ 1 callersFunctioncyl_neumann_imp
boost/math/special_functions/bessel.hpp:266
↓ 1 callersFunctiondebug_buffer
samtools-1.3/htslib-1.3/synced_bcf_reader.c:357
↓ 1 callersFunctiondecompress_peek
Decompress up to ten or so bytes by peeking at the file, which must be positioned at the start of a GZIP block.
samtools-1.3/htslib-1.3/hts.c:125
↓ 1 callersMethoddefineTSSAndTES
define TSS and TES
pRSEM/Transcript.py:93
↓ 1 callersFunctionderef
boost/fusion/iterator/deref.hpp:57
↓ 1 callersFunctionderef_data
boost/fusion/iterator/deref_data.hpp:42
↓ 1 callersMethoddestroy
boost/smart_ptr/detail/sp_counted_base_nt.hpp:56
↓ 1 callersFunctiondestroy_impl
boost/optional/optional.hpp:477
↓ 1 callersFunctiondestroy_regions
samtools-1.3/stats.c:1279
↓ 1 callersFunctiondestroy_split_stats
samtools-1.3/stats.c:1449
↓ 1 callersFunctiondestroy_state
samtools-1.3/sam_view.c:887
↓ 1 callersFunctiondict_main
samtools-1.3/dict.c:110
↓ 1 callersFunctiondigamma_imp
boost/math/special_functions/digamma.hpp:347
↓ 1 callersFunctiondigamma_imp_1_2
boost/math/special_functions/digamma.hpp:148
↓ 1 callersFunctiondigamma_imp_large
boost/math/special_functions/digamma.hpp:43
↓ 1 callersFunctiondigamma_large_lim
Begin by defining the smallest value for which it is safe to use the asymptotic expansion for digamma:
boost/math/special_functions/digamma.hpp:27
↓ 1 callersFunctiondo_format
boost/math/policies/error_handling.hpp:76
↓ 1 callersFunctiondoesUpdateModel
EM.cpp:307
↓ 1 callersFunctiondownload_and_open
samtools-1.3/htslib-1.3/faidx.c:248
↓ 1 callersFunctiondrop_rg
samtools-1.3/sam_view.c:113
↓ 1 callersFunctiondump_index_
samtools-1.3/htslib-1.3/cram/cram_index.c:71
↓ 1 callersFunctiondump_rtrans
samtools-1.3/test/merge/test_rtrans_build.c:27
↓ 1 callersFunctiondynaprog
phasing
samtools-1.3/phase.c:138
↓ 1 callersFunctioned_swap_2
samtools-1.3/htslib-1.3/htslib/hts.h:602
↓ 1 callersFunctionellint_rc_imp
boost/math/special_functions/ellint_rc.hpp:31
↓ 1 callersFunctionellint_rf
boost/math/special_functions/ellint_rf.hpp:110
↓ 1 callersFunctionellint_rj
boost/math/special_functions/ellint_rj.hpp:156
↓ 1 callersFunctionenable_current_exception
boost/exception/exception.hpp:472
↓ 1 callersFunctionequal_to
boost/fusion/sequence/comparison/equal_to.hpp:26
↓ 1 callersFunctionequation_nist_10_21_40_a
boost/math/special_functions/detail/bessel_jy_zero.hpp:169
↓ 1 callersFunctionequation_nist_10_21_40_b
boost/math/special_functions/detail/bessel_jy_zero.hpp:387
↓ 1 callersFunctionerf_asymptotic_limit_N
boost/math/special_functions/erf.hpp:59
↓ 1 callersMethodestimateFromReads
SingleModel.h:273
↓ 1 callersFunctionexpand_data_size
sam_utils.h:33
↓ 1 callersFunctionexpint_1_rational
boost/math/special_functions/expint.hpp:31
↓ 1 callersFunctionexpint_as_fraction
boost/math/special_functions/expint.hpp:360
↓ 1 callersFunctionexpint_as_series
boost/math/special_functions/expint.hpp:400
↓ 1 callersFunctionexpint_forwarder
boost/math/special_functions/expint.hpp:1565
↓ 1 callersFunctionexpint_i_113b
boost/math/special_functions/expint.hpp:1034
↓ 1 callersFunctionexpint_i_113c
boost/math/special_functions/expint.hpp:1084
↓ 1 callersFunctionexpint_i_113d
boost/math/special_functions/expint.hpp:1137
↓ 1 callersFunctionexpint_i_113e
boost/math/special_functions/expint.hpp:1188
↓ 1 callersFunctionexpint_i_113f
boost/math/special_functions/expint.hpp:1242
↓ 1 callersFunctionexpint_i_113g
boost/math/special_functions/expint.hpp:1289
↓ 1 callersFunctionexpint_i_113h
boost/math/special_functions/expint.hpp:1334
↓ 1 callersFunctionexpint_i_as_series
boost/math/special_functions/expint.hpp:491
↓ 1 callersFunctionexpint_i_imp
boost/math/special_functions/expint.hpp:504
↓ 1 callersFunctionexpint_i_imp_113a
boost/math/special_functions/expint.hpp:966
↓ 1 callersFunctionexpm1_imp
boost/math/special_functions/expm1.hpp:105
↓ 1 callersMethodextractSeq
gseq : genomic sequence
Transcript.h:90
↓ 1 callersFunctionfai_build_core
samtools-1.3/htslib-1.3/faidx.c:82
↓ 1 callersFunctionfai_gc_content
samtools-1.3/stats.c:508
↓ 1 callersFunctionfai_read
samtools-1.3/htslib-1.3/faidx.c:173
↓ 1 callersFunctionfai_save
samtools-1.3/htslib-1.3/faidx.c:157
↓ 1 callersFunctionfaidx1
samtools-1.3/htslib-1.3/test/sam.c:163
↓ 1 callersFunctionfaidx_fetch_nseq
samtools-1.3/htslib-1.3/faidx.c:417
↓ 1 callersFunctionfaidx_has_seq
samtools-1.3/htslib-1.3/faidx.c:478
↓ 1 callersFunctionfaidx_main
samtools-1.3/faidx.c:54
↓ 1 callersFunctionfaidx_nseq
samtools-1.3/htslib-1.3/faidx.c:422
↓ 1 callersFunctionfast_students_t_quantile_imp
boost/math/special_functions/detail/t_distribution_inv.hpp:430
↓ 1 callersFunctionfetch_func
pRSEM/filterSam2Bed.c:14
↓ 1 callersFunctionfilter_it_out
samtools-1.3/sam_view.c:901
↓ 1 callersFunctionfind_ibeta_inv_from_t_dist
boost/math/special_functions/detail/t_distribution_inv.hpp:419
↓ 1 callersFunctionfind_inverse_s
boost/math/special_functions/detail/igamma_inverse.hpp:24
← previousnext →1,501–1,600 of 5,402, ranked by callers