MCPcopy Create free account

hub / github.com/deweylab/RSEM / functions

Functions5,402 in github.com/deweylab/RSEM

↓ 3 callersFunctioninit_mstdin
samtools-1.3/htslib-1.3/cram/mFILE.c:152
↓ 3 callersFunctionint32_put_blk
As int32_decoded/encode, but from/to blocks instead of cram_fd */
samtools-1.3/htslib-1.3/cram/cram_io.c:679
↓ 3 callersFunctionis_file
samtools-1.3/htslib-1.3/cram/files.c:55
↓ 3 callersFunctionisfinite_impl
boost/math/special_functions/fpclassify.hpp:292
↓ 3 callersFunctionisinf_impl
boost/math/special_functions/fpclassify.hpp:434
↓ 3 callersFunctionisnormal_impl
boost/math/special_functions/fpclassify.hpp:363
↓ 3 callersFunctionitf8_encode
* Encodes and writes a single integer in ITF-8 format. * Returns 0 on success * -1 on failure */
samtools-1.3/htslib-1.3/cram/cram_io.c:236
↓ 3 callersFunctionkf_erfc
complementary error function * \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2} dt * AS66, 2nd algorithm, http://lib.stat.cmu.edu/apstat/66 */
samtools-1.3/htslib-1.3/kfunc.c:54
↓ 3 callersFunctionkhash_str2int_has_key
* Returns 1 if key exists or 0 if not */
samtools-1.3/htslib-1.3/htslib/khash_str2int.h:66
↓ 3 callersFunctionlbinom
log\binom{n}{k}
samtools-1.3/htslib-1.3/kfunc.c:193
↓ 3 callersFunctionlc_iequal
boost/lexical_cast.hpp:993
↓ 3 callersFunctionlcast_set_precision
boost/detail/lcast_precision.hpp:168
↓ 3 callersFunctionlegendre_imp
boost/math/special_functions/legendre.hpp:34
↓ 3 callersFunctionmake_range_impl
boost/range/iterator_range_core.hpp:575
↓ 3 callersFunctionmaqmap_read_header
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/maqmap.c:36
↓ 3 callersFunctionmaqmap_read_header
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/maqmap.c:36
↓ 3 callersFunctionmfflush
* Flushes an mFILE. If this is a real open of a file in write mode then * mFILE->fp will be set. We then write out any new data in mFILE since the *
samtools-1.3/htslib-1.3/cram/mFILE.c:594
↓ 3 callersFunctionmp_alloc
samtools-1.3/htslib-1.3/sam.c:1491
↓ 3 callersMethodn
Returns the "n" parameter of the distribution. */
boost/random/fisher_f_distribution.hpp:119
↓ 3 callersFunctionowens_t_dispatch
boost/math/special_functions/owens_t.hpp:765
↓ 3 callersMethodp
Returns: the distribution parameter @c p */
boost/random/geometric_distribution.hpp:124
↓ 3 callersMethodparam
Returns the parameters of the distribution. */
boost/random/piecewise_linear_distribution.hpp:429
↓ 3 callersFunctionparse_args
Takes the command line options and turns them into something we can understand
samtools-1.3/bam_split.c:91
↓ 3 callersFunctionphase
samtools-1.3/phase.c:372
↓ 3 callersFunctionpool_create
* Creates a pool. * Pool allocations are approx minimum of 1024*dsize or PSIZE. * (Assumes we're not trying to use pools for >= 2Gb or more) */
samtools-1.3/htslib-1.3/cram/pooled_alloc.c:62
↓ 3 callersMethodprobabilities
* Returns a vector containing the probabilities of each * value of the distribution. For example, given * * @code * discrete_dist
boost/random/discrete_distribution.hpp:311
↓ 3 callersFunctionpush_digit
samtools-1.3/htslib-1.3/hts.c:1826
↓ 3 callersFunctionpush_queue
samtools-1.3/bam_rmdupse.c:78
↓ 3 callersFunctionput_last
boost/format/feed_args.hpp:82
↓ 3 callersFunctionrans_compress
----------------------------------------------------------------------------- * Simple interface to the order-0 vs order-1 encoders and decoders. */
samtools-1.3/htslib-1.3/cram/rANS_static.c:739
↓ 3 callersFunctionrealloc_rseq_buffer
samtools-1.3/stats.c:532
↓ 3 callersFunctionref_entry_free_seq
* Frees/unmaps a reference sequence and associated file handles. */
samtools-1.3/htslib-1.3/cram/cram_io.c:1673
↓ 3 callersFunctionrefill_buffer
Refills the read buffer from the backend (once, so may only partially fill the buffer), returning the number of additional characters read (whic
samtools-1.3/htslib-1.3/hfile.c:117
↓ 3 callersFunctionrefs2id
* Indexes references by the order they appear in a BAM file. This may not * necessarily be the same order they appear in the fasta reference file. *
samtools-1.3/htslib-1.3/cram/cram_io.c:1980
↓ 3 callersFunctionrefs_create
samtools-1.3/htslib-1.3/cram/cram_io.c:1723
↓ 3 callersFunctionregidx_init
samtools-1.3/htslib-1.3/regidx.c:167
↓ 3 callersFunctionrising_factorial_ratio
boost/math/special_functions/beta.hpp:682
↓ 3 callersFunctionsam_format1
samtools-1.3/htslib-1.3/sam.c:1059
↓ 3 callersFunctionsam_hdr_find_rg
* Looks up a read-group by name and returns a pointer to the start of the * associated tag list. * * Returns NULL on failure */
samtools-1.3/htslib-1.3/cram/sam_header.c:1087
↓ 3 callersFunctionsam_hdr_parse
samtools-1.3/htslib-1.3/sam.c:694
↓ 3 callersFunctionsam_hdr_vadd
* sam_hdr_add with a va_list interface. * * Note: this function invokes va_arg at least once, making the value * of ap indeterminate after the retu
samtools-1.3/htslib-1.3/cram/sam_header.c:436
↓ 3 callersFunctionsam_index_build2
samtools-1.3/htslib-1.3/sam.c:502
↓ 3 callersFunctionsample
arr should be cumulative! interval : [,) random number should be in [0, arr[len - 1]) If by chance arr[len - 1] == 0.0, one possibility is to sample u
sampling.h:50
↓ 3 callersFunctionsecant_interpolate
boost/math/tools/toms748_solve.hpp:157
↓ 3 callersMethodsetNeedCalcConPrb
SingleModel.h:222
↓ 3 callersFunctionshl_input_streamable
boost/lexical_cast.hpp:1612
↓ 3 callersFunctionsocket_connect
This function does not work with Windows due to the lack of * getaddrinfo() in winsock. It is addapted from an example in "Beej's * Guide to Network
samtools-1.3/htslib-1.3/knetfile.c:86
↓ 3 callersFunctionsocket_wait
This function tests if the file handler is ready for reading (or * writing if is_read==0). */
samtools-1.3/htslib-1.3/knetfile.c:60
↓ 3 callersFunctionsort_usage
samtools-1.3/bam_sort.c:1745
↓ 3 callersFunctionsparse_get_f
samtools-1.3/stats_isize.c:39
↓ 3 callersFunctionsparse_set_f
samtools-1.3/stats_isize.c:76
↓ 3 callersFunctionspherical_harmonic_prefix
boost/math/special_functions/spherical_harmonic.hpp:29
↓ 3 callersFunctionstr2int
boost/format/parsing.hpp:70
↓ 3 callersFunctionsw_seek
samtools-1.3/htslib-1.3/vcf_sweep.c:133
↓ 3 callersFunctionswap
boost/optional/optional.hpp:984
↓ 3 callersFunctionswap_bins
samtools-1.3/htslib-1.3/hts.c:1386
↓ 3 callersFunctionswap_data
samtools-1.3/htslib-1.3/sam.c:362
↓ 3 callersFunctiont_pool_next_result
* Pulls a result off the head of the result queue. Caller should * free it (and any internals as appropriate) after use. This doesn't * wait for a r
samtools-1.3/htslib-1.3/cram/thread_pool.c:159
↓ 3 callersFunctiont_results_queue_init
* Initialises a results queue. * * Results queue pointer on success; * NULL on failure */
samtools-1.3/htslib-1.3/cram/thread_pool.c:259
↓ 3 callersFunctiontest
boost/concept_check.hpp:314
↓ 3 callersFunctiontie
boost/tuple/detail/tuple_basic.hpp:865
↓ 3 callersMethodupdate
Profile.h:91
↓ 3 callersMethodupdate
SingleModel.h:163
↓ 3 callersFunctionusage
samtools-1.3/bam_mate.c:298
↓ 3 callersFunctionusage
samtools-1.3/sam_view.c:512
↓ 3 callersFunctionusage
samtools-1.3/bam_reheader.c:405
↓ 3 callersFunctionusage
samtools-1.3/bam_split.c:68
↓ 3 callersFunctionusage
samtools-1.3/htslib-1.3/htsfile.c:146
↓ 3 callersMethodweak_release
boost/smart_ptr/detail/sp_counted_base_nt.hpp:90
↓ 3 callersFunctionwrap_narrow
boost/format/parsing.hpp:41
↓ 3 callersFunctionyield
boost/smart_ptr/detail/yield_k.hpp:60
↓ 3 callersFunctionzfclose
samtools-1.3/htslib-1.3/cram/zfio.c:179
↓ 3 callersFunctionzfputs
* A wrapper for either fputs or gzputs depending on what has been * opened. */
samtools-1.3/htslib-1.3/cram/zfio.c:76
↓ 2 callersFunctionBamRegion
constructor
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamAux.h:115
↓ 2 callersFunctionBamRegion
constructor
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamAux.h:115
↓ 2 callersMethodGetNextAlignment
get next alignment among all files
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamMultiReader.cpp:168
↓ 2 callersMethodGetNextAlignment
get next alignment among all files
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamMultiReader.cpp:168
↓ 2 callersMethodHasAlignments
returns whether reference has alignments or no
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamToolsIndex_p.cpp:255
↓ 2 callersMethodHasAlignments
returns whether reference has alignments or no
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamToolsIndex_p.cpp:255
↓ 2 callersMethodIsOpen
return true if FILE* is open
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamIndex.cpp:108
↓ 2 callersMethodIsOpen
return true if FILE* is open
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamIndex.cpp:108
↓ 2 callersMethodIsReverseStrand
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamAlignment.cpp:65
↓ 2 callersMethodIsReverseStrand
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamAlignment.cpp:65
↓ 2 callersFunctionRansDecSymbolInit
Initialize a decoder symbol to start "start" and frequency "freq"
samtools-1.3/htslib-1.3/cram/rANS_byte.h:257
↓ 2 callersFunctionRansEncSymbolInit
Initializes an encoder symbol to start "start" and frequency "freq"
samtools-1.3/htslib-1.3/cram/rANS_byte.h:183
↓ 2 callersFunctionSwapEndian_16p
swaps endianness of 'next 2 bytes' in a char buffer (in-place)
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamAux.h:202
↓ 2 callersFunctionSwapEndian_16p
swaps endianness of 'next 2 bytes' in a char buffer (in-place)
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamAux.h:202
↓ 2 callersFunctionSwapEndian_64p
swaps endianness of 'next 8 bytes' in a char buffer (in-place)
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.3/src/BamAux.h:214
↓ 2 callersFunctionSwapEndian_64p
swaps endianness of 'next 8 bytes' in a char buffer (in-place)
pRSEM/phantompeakqualtools/spp_1.10.1_on_R3.2/src/BamAux.h:214
↓ 2 callersFunctionX31_hash_string
samtools-1.3/phase.c:81
↓ 2 callersFunction_bcf1_sync_alleles
samtools-1.3/htslib-1.3/vcf.c:3059
↓ 2 callersFunction_bcf_hrec_format
samtools-1.3/htslib-1.3/vcf.c:1334
↓ 2 callersFunction_kf_gammap
regularized lower incomplete gamma function, by series expansion
samtools-1.3/htslib-1.3/kfunc.c:99
↓ 2 callersFunction_kf_gammaq
regularized upper incomplete gamma function, by continued fraction
samtools-1.3/htslib-1.3/kfunc.c:110
↓ 2 callersFunction_reader_next_line
samtools-1.3/htslib-1.3/synced_bcf_reader.c:627
↓ 2 callersFunction_reader_seek
samtools-1.3/htslib-1.3/synced_bcf_reader.c:398
↓ 2 callersFunction_regions_init_string
File name or a list of genomic locations. If file name, NULL is returned.
samtools-1.3/htslib-1.3/synced_bcf_reader.c:878
↓ 2 callersMethoda
Returns the "a" parameter of the distribution. */
boost/random/weibull_distribution.hpp:114
↓ 2 callersMethoda
Returns the "a" parameter of the distribution. */
boost/random/extreme_value_distribution.hpp:113
↓ 2 callersMethoda
Returns the @c a parameter of the distribution */
boost/random/triangle_distribution.hpp:128
← previousnext →701–800 of 5,402, ranked by callers