Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ functions
Functions
640 in github.com/BoevaLab/FREEC
⨍
Functions
640
◇
Types & classes
40
Method
SignTest
src/SeekSubclones.cpp:132
Method
Thread
src/ThreadPool.h:78
Method
ThreadPool
src/ThreadPool.h:183
Method
ThreadPoolManager
src/ThreadPool.cpp:13
Method
_i_cmatrixgemmf
complex GEMM kernel ********************************************************************/
src/ialglib.cpp:785
Method
_i_cmatrixlefttrsmf
complex TRSM kernel ********************************************************************/
src/ialglib.cpp:1013
Method
_i_cmatrixrank1f
complex rank-1 kernel ********************************************************************/
src/ialglib.cpp:1338
Method
_i_cmatrixrighttrsmf
complex TRSM kernel ********************************************************************/
src/ialglib.cpp:861
Method
_i_cmatrixsyrkf
complex SYRK kernel ********************************************************************/
src/ialglib.cpp:1166
Method
_i_rmatrixgemmf
This is real GEMM kernel ********************************************************************/
src/ialglib.cpp:710
Method
_i_rmatrixlefttrsmf
real TRSM kernel ********************************************************************/
src/ialglib.cpp:1093
Method
_i_rmatrixrank1f
real rank-1 kernel ********************************************************************/
src/ialglib.cpp:1393
Method
_i_rmatrixrighttrsmf
real TRSM kernel ********************************************************************/
src/ialglib.cpp:941
Method
_i_rmatrixsyrkf
real SYRK kernel ********************************************************************/
src/ialglib.cpp:1254
Function
_vdotproduct
src/apvt.h:136
Function
_vmove
src/apvt.h:215
Function
_vmoveneg
src/apvt.h:293
Function
_vmul
src/apvt.h:724
Function
_vsub
src/apvt.h:627
Method
abscomplex
src/ap.cpp:123
Method
addBAFinfo
src/GenomeCopyNumber.cpp:3537
Method
addInfoFromAPileUp
src/SNPinGenome.cpp:476
Method
afree
src/ap.cpp:1566
Method
amalloc
Service routines: ********************************************************************/
src/ap.cpp:1538
Method
ap_error
src/ap.h:96
Method
assignValues
src/SNPinGenome.cpp:381
Function
bidiagonalsvddecomposition
src/bdsvd.cpp:163
Function
binomialdistribution
Binomial distribution Returns the sum of the terms 0 through k of the Binomial probability density: k -- ( n ) j n-j > ( ) p (1-
src/binomialdistr.cpp:62
Method
calculateBAFBreakpoints
src/GenomeCopyNumber.cpp:236
Method
calculateFlankLength
src/BAFpileup.cpp:62
Method
calculateLogRatio
src/GenomeDensity.cpp:232
Method
calculateLogRatio
src/ChrDensity.cpp:108
Method
calculateMedianAround
src/GenomeCopyNumber.cpp:1026
Method
calculateMedianRatioAround
src/GenomeCopyNumber.cpp:955
Method
calculateNewBoundaries
src/BAFpileup.cpp:158
Method
calculateNormalizationConstant
src/GenomeCopyNumber.cpp:1643
Method
calculatePloidy
src/GenomeCopyNumber.cpp:3227
Method
calculateRatioUsingCG_Regression
src/GenomeCopyNumber.cpp:1205
Method
calculateSDAndMed
src/GenomeCopyNumber.cpp:3266
Method
calculateSDs
src/GenomeCopyNumber.cpp:3305
Method
calculateVarianceForNormalCopy
src/GenomeCopyNumber.cpp:3343
Method
calculateXiSum
src/GenomeCopyNumber.cpp:3242
Method
calculateXiSum
src/ChrCopyNumber.cpp:1186
Function
calculateadev
ADev Input parameters: X - sample (array indexes: [0..N-1]) N - sample size Output parameters: ADev- ADev -- ALGLIB --
src/descriptivestatistics.cpp:129
Function
calculatemedian
Median calculation. Input parameters: X - sample (array indexes: [0..N-1]) N - sample size Output parameters: Median -- ALGLI
src/descriptivestatistics.cpp:174
Function
calculatepercentile
Percentile calculation. Input parameters: X - sample (array indexes: [0..N-1]) N - sample size, N>1 P - percentile (0<=P<=1)
src/descriptivestatistics.cpp:322
Method
checkOneThreadFinished
src/ThreadPool.cpp:120
Function
chisquarecdistribution
Complemented Chi-square distribution Returns the area under the right hand tail (from x to infinity) of the Chi square probability density function w
src/chisquaredistr.cpp:105
Function
chisquaredistribution
Chi-square distribution Returns the area under the left hand tail (from 0 to x) of the Chi square probability density function with v degrees of free
src/chisquaredistr.cpp:64
Function
cmatrixlefttrsm
This subroutine calculates op(A^-1)*X where: * X is MxN general matrix * A is MxM upper/lower triangular/unitriangular matrix * "op" may be identity t
src/ablas.cpp:864
Function
cmatrixlq
LQ decomposition of a rectangular complex matrix of size MxN Input parameters: A - matrix A whose indexes range within [0..M-1, 0..N-1] M
src/ortfac.cpp:505
Function
cmatrixlqunpackl
Unpacking of matrix L from the LQ decomposition of a matrix A Input parameters: A - matrices Q and L in compact form. Out
src/ortfac.cpp:1327
Function
cmatrixlqunpackq
Partial unpacking of matrix Q from LQ decomposition of a complex matrix A. Input parameters: A - matrices Q and R in compact form.
src/ortfac.cpp:1191
Function
cmatrixmv
Matrix-vector product: y := op(A)*x INPUT PARAMETERS: M - number of rows of op(A) M>=0 N - number of columns of op(A)
src/ablas.cpp:534
Function
cmatrixqr
QR decomposition of a rectangular complex matrix of size MxN Input parameters: A - matrix A whose indexes range within [0..M-1, 0..N-1] M
src/ortfac.cpp:373
Function
cmatrixqrunpackq
Partial unpacking of matrix Q from QR decomposition of a complex matrix A. Input parameters: A - matrices Q and R in compact form.
src/ortfac.cpp:1004
Function
cmatrixqrunpackr
Unpacking of matrix R from the QR decomposition of a matrix A Input parameters: A - matrices Q and R in compact form. Out
src/ortfac.cpp:1141
Function
cmatrixrank1
Rank-1 correction: A := A + u*v' INPUT PARAMETERS: M - number of rows N - number of columns A - target matrix, MxN submatrix
src/ablas.cpp:431
Function
cmatrixrighttrsm
This subroutine calculates X*op(A^-1) where: * X is MxN general matrix * A is NxN upper/lower triangular/unitriangular matrix * "op" may be identity t
src/ablas.cpp:734
Function
cmatrixsyrk
This subroutine calculates C=alpha*A*A^H+beta*C or C=alpha*A^H*A+beta*C where: * C is NxN Hermitian matrix given by its upper/lower triangle * A is
src/ablas.cpp:1206
Function
cmatrixtranspose
Cache-oblivous complex "copy-and-transpose" Input parameters: M - number of rows N - number of columns A - source matrix, MxN
src/ablas.cpp:250
Function
columnidxabsmax
src/blas.cpp:86
Method
complex
src/ap.h:116
Method
conj
src/ap.cpp:143
Method
const_raw_vector
src/apvt.h:38
Method
createBAF
src/ChrCopyNumber.cpp:1622
Method
createBAFvalues
src/ChrCopyNumber.cpp:1626
Method
createBedFileWithChromosomeLengths
src/BAFpileup.cpp:186
Method
createPileUpFile
src/BAFpileup.cpp:294
Method
csqr
src/ap.cpp:146
Method
deleteFlanks
src/GenomeCopyNumber.cpp:1742
Method
deleteFragment
src/ChrCopyNumber.cpp:1549
Method
fillCGprofile
src/GenomeCopyNumber.cpp:3387
Method
fillInRatio
src/GenomeCopyNumber.cpp:1284
Method
fillMyHash
src/GenomeCopyNumber.cpp:270
Method
fp_eq
src/ap.cpp:1073
Method
fp_greater
src/ap.cpp:1103
Method
fp_greater_eq
src/ap.cpp:1111
Method
fp_less
src/ap.cpp:1087
Method
fp_less_eq
src/ap.cpp:1095
Method
fp_neq
src/ap.cpp:1081
Method
getCoveredPart
src/ChrCopyNumber.cpp:703
Method
getEndCoord
src/EntryCNV.cpp:84
Method
getFragmentLengths_notNA
src/ChrCopyNumber.cpp:1106
Method
getInstance
src/ThreadPool.h:45
Method
getMaxThreads
src/ThreadPool.h:51
Method
getMedianRatio
src/GenomeCopyNumber.cpp:1627
Method
getSDs
src/ChrCopyNumber.cpp:1103
Method
getSegmentsInfo
src/SeekSubclones.cpp:42
Method
getStartCoord
src/EntryCNV.cpp:81
Method
getTotalNumberOfPairs
src/GenomeDensity.cpp:145
Method
getTotalNumberOfPairs
src/GenomeCopyNumber.cpp:219
Method
getXiSum
src/ChrCopyNumber.cpp:1165
Function
get_quartiles
src/myFunc.cpp:2727
Function
get_sum
Calculate sum ---------------------------------------------------------------------------
src/myFunc.cpp:112
Method
getcolumn
src/ap.h:558
Method
gethighbound
src/ap.h:376
Method
gethighbound
src/ap.h:553
Method
getlowbound
src/ap.h:370
Method
getlowbound
src/ap.h:548
← previous
next →
401–500 of 640, ranked by callers