Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deweylab/RSEM
/ functions
Functions
5,402 in github.com/deweylab/RSEM
⨍
Functions
5,402
◇
Types & classes
14,945
↓ 1 callers
Function
cram_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 callers
Function
cram_index_free_recurse
samtools-1.3/htslib-1.3/cram/cram_index.c:305
↓ 1 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_itr_query
samtools-1.3/htslib-1.3/sam.c:605
↓ 1 callers
Function
cram_minor_vers
samtools-1.3/htslib-1.3/cram/cram_external.c:57
↓ 1 callers
Function
cram_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 callers
Function
cram_new_metrics
samtools-1.3/htslib-1.3/cram/cram_io.c:1584
↓ 1 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_ref_decr_locked
samtools-1.3/htslib-1.3/cram/cram_io.c:2377
↓ 1 callers
Function
cram_ref_incr
samtools-1.3/htslib-1.3/cram/cram_io.c:2371
↓ 1 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_reheader_inplace
samtools-1.3/bam_reheader.c:392
↓ 1 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_slice_hdr_get_num_blocks
*----------------------------------------------------------------------------- * cram_slice */
samtools-1.3/htslib-1.3/cram/cram_external.c:186
↓ 1 callers
Function
cram_stats_create
samtools-1.3/htslib-1.3/cram/cram_stats.c:47
↓ 1 callers
Function
cram_stats_free
samtools-1.3/htslib-1.3/cram/cram_stats.c:444
↓ 1 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Function
cram_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 callers
Method
cur_str
boost/format/alt_sstream.hpp:89
↓ 1 callers
Function
curses_tv_init
samtools-1.3/bam_tview_curses.c:298
↓ 1 callers
Function
cyl_bessel_j_imp
boost/math/special_functions/bessel.hpp:91
↓ 1 callers
Function
cyl_bessel_j_zero_imp
boost/math/special_functions/bessel.hpp:369
↓ 1 callers
Function
cyl_neumann_imp
boost/math/special_functions/bessel.hpp:266
↓ 1 callers
Function
debug_buffer
samtools-1.3/htslib-1.3/synced_bcf_reader.c:357
↓ 1 callers
Function
decompress_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 callers
Method
defineTSSAndTES
define TSS and TES
pRSEM/Transcript.py:93
↓ 1 callers
Function
deref
boost/fusion/iterator/deref.hpp:57
↓ 1 callers
Function
deref_data
boost/fusion/iterator/deref_data.hpp:42
↓ 1 callers
Method
destroy
boost/smart_ptr/detail/sp_counted_base_nt.hpp:56
↓ 1 callers
Function
destroy_impl
boost/optional/optional.hpp:477
↓ 1 callers
Function
destroy_regions
samtools-1.3/stats.c:1279
↓ 1 callers
Function
destroy_split_stats
samtools-1.3/stats.c:1449
↓ 1 callers
Function
destroy_state
samtools-1.3/sam_view.c:887
↓ 1 callers
Function
dict_main
samtools-1.3/dict.c:110
↓ 1 callers
Function
digamma_imp
boost/math/special_functions/digamma.hpp:347
↓ 1 callers
Function
digamma_imp_1_2
boost/math/special_functions/digamma.hpp:148
↓ 1 callers
Function
digamma_imp_large
boost/math/special_functions/digamma.hpp:43
↓ 1 callers
Function
digamma_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 callers
Function
do_format
boost/math/policies/error_handling.hpp:76
↓ 1 callers
Function
doesUpdateModel
EM.cpp:307
↓ 1 callers
Function
download_and_open
samtools-1.3/htslib-1.3/faidx.c:248
↓ 1 callers
Function
drop_rg
samtools-1.3/sam_view.c:113
↓ 1 callers
Function
dump_index_
samtools-1.3/htslib-1.3/cram/cram_index.c:71
↓ 1 callers
Function
dump_rtrans
samtools-1.3/test/merge/test_rtrans_build.c:27
↓ 1 callers
Function
dynaprog
phasing
samtools-1.3/phase.c:138
↓ 1 callers
Function
ed_swap_2
samtools-1.3/htslib-1.3/htslib/hts.h:602
↓ 1 callers
Function
ellint_rc_imp
boost/math/special_functions/ellint_rc.hpp:31
↓ 1 callers
Function
ellint_rf
boost/math/special_functions/ellint_rf.hpp:110
↓ 1 callers
Function
ellint_rj
boost/math/special_functions/ellint_rj.hpp:156
↓ 1 callers
Function
enable_current_exception
boost/exception/exception.hpp:472
↓ 1 callers
Function
equal_to
boost/fusion/sequence/comparison/equal_to.hpp:26
↓ 1 callers
Function
equation_nist_10_21_40_a
boost/math/special_functions/detail/bessel_jy_zero.hpp:169
↓ 1 callers
Function
equation_nist_10_21_40_b
boost/math/special_functions/detail/bessel_jy_zero.hpp:387
↓ 1 callers
Function
erf_asymptotic_limit_N
boost/math/special_functions/erf.hpp:59
↓ 1 callers
Method
estimateFromReads
SingleModel.h:273
↓ 1 callers
Function
expand_data_size
sam_utils.h:33
↓ 1 callers
Function
expint_1_rational
boost/math/special_functions/expint.hpp:31
↓ 1 callers
Function
expint_as_fraction
boost/math/special_functions/expint.hpp:360
↓ 1 callers
Function
expint_as_series
boost/math/special_functions/expint.hpp:400
↓ 1 callers
Function
expint_forwarder
boost/math/special_functions/expint.hpp:1565
↓ 1 callers
Function
expint_i_113b
boost/math/special_functions/expint.hpp:1034
↓ 1 callers
Function
expint_i_113c
boost/math/special_functions/expint.hpp:1084
↓ 1 callers
Function
expint_i_113d
boost/math/special_functions/expint.hpp:1137
↓ 1 callers
Function
expint_i_113e
boost/math/special_functions/expint.hpp:1188
↓ 1 callers
Function
expint_i_113f
boost/math/special_functions/expint.hpp:1242
↓ 1 callers
Function
expint_i_113g
boost/math/special_functions/expint.hpp:1289
↓ 1 callers
Function
expint_i_113h
boost/math/special_functions/expint.hpp:1334
↓ 1 callers
Function
expint_i_as_series
boost/math/special_functions/expint.hpp:491
↓ 1 callers
Function
expint_i_imp
boost/math/special_functions/expint.hpp:504
↓ 1 callers
Function
expint_i_imp_113a
boost/math/special_functions/expint.hpp:966
↓ 1 callers
Function
expm1_imp
boost/math/special_functions/expm1.hpp:105
↓ 1 callers
Method
extractSeq
gseq : genomic sequence
Transcript.h:90
↓ 1 callers
Function
fai_build_core
samtools-1.3/htslib-1.3/faidx.c:82
↓ 1 callers
Function
fai_gc_content
samtools-1.3/stats.c:508
↓ 1 callers
Function
fai_read
samtools-1.3/htslib-1.3/faidx.c:173
↓ 1 callers
Function
fai_save
samtools-1.3/htslib-1.3/faidx.c:157
↓ 1 callers
Function
faidx1
samtools-1.3/htslib-1.3/test/sam.c:163
↓ 1 callers
Function
faidx_fetch_nseq
samtools-1.3/htslib-1.3/faidx.c:417
↓ 1 callers
Function
faidx_has_seq
samtools-1.3/htslib-1.3/faidx.c:478
↓ 1 callers
Function
faidx_main
samtools-1.3/faidx.c:54
↓ 1 callers
Function
faidx_nseq
samtools-1.3/htslib-1.3/faidx.c:422
↓ 1 callers
Function
fast_students_t_quantile_imp
boost/math/special_functions/detail/t_distribution_inv.hpp:430
↓ 1 callers
Function
fetch_func
pRSEM/filterSam2Bed.c:14
↓ 1 callers
Function
filter_it_out
samtools-1.3/sam_view.c:901
↓ 1 callers
Function
find_ibeta_inv_from_t_dist
boost/math/special_functions/detail/t_distribution_inv.hpp:419
↓ 1 callers
Function
find_inverse_s
boost/math/special_functions/detail/igamma_inverse.hpp:24
← previous
next →
1,501–1,600 of 5,402, ranked by callers