| Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-10-16 11:41 -0400 (Thu, 16 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4833 |
| merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.1 RC (2025-06-05 r88288) -- "Great Square Root" | 4614 |
| kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4555 |
| kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4586 |
| Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X | ||||
| Package 968/2341 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| HIBAG 1.44.0 (landing page) Xiuwen Zheng
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
|
To the developers/maintainers of the HIBAG package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/HIBAG.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
| Package: HIBAG |
| Version: 1.44.0 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:HIBAG.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings HIBAG_1.44.0.tar.gz |
| StartedAt: 2025-10-14 10:06:56 -0000 (Tue, 14 Oct 2025) |
| EndedAt: 2025-10-14 10:08:22 -0000 (Tue, 14 Oct 2025) |
| EllapsedTime: 86.0 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: HIBAG.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:HIBAG.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings HIBAG_1.44.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/HIBAG.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘HIBAG/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘HIBAG’ version ‘1.44.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘HIBAG’ can be installed ... OK
* used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
* used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
* checking C++ specification ... NOTE
Specified C++11: please drop specification unless essential
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... INFO
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘HIBAG/libs/HIBAG.so’:
Found non-API call to R: ‘R_new_custom_connection’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘runTests.R’/home/biocbuild/R/R/bin/BATCH: line 60: 1072347 Bus error (core dumped) ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1
ERROR
Running the tests in ‘tests/runTests.R’ failed.
Last 13 lines of output:
+ stop("HLA - ", hla.id, ", 'acc.haplo' should be >= ", hla.acc[hla.idx], ".")
+
+ cat("\n\n")
+ }
Build a HIBAG model with 10 individual classifiers:
MAF threshold: NaN
excluding 11 monomorphic SNPs
# of SNPs randomly sampled as candidates for each selection: 17
# of SNPs: 264
# of samples: 34
# of unique HLA alleles: 14
CPU flags: 64-bit
*** caught bus error ***
address 0x14, cause 'invalid alignment'
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 2 NOTEs
See
‘/home/biocbuild/bbs-3.21-bioc/meat/HIBAG.Rcheck/00check.log’
for details.
HIBAG.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD INSTALL HIBAG
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘HIBAG’ ...
** this is package ‘HIBAG’ version ‘1.44.0’
** using staged installation
** libs
using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
using C++11
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c HIBAG.cpp -o HIBAG.o
In file included from /home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/tbb.h:32,
from /home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/RcppParallel/TBB.h:10,
from /home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/RcppParallel.h:24,
from HIBAG.cpp:32:
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h: In instantiation of ‘tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]’:
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting ‘long unsigned int’ to ‘tbb::atomic<long unsigned int>&’ does not use ‘constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)’ [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h: In instantiation of ‘tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]’:
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting ‘tbb::interface5::internal::hash_map_base::bucket*’ to ‘tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&’ does not use ‘constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]’ [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA.cpp -o LibHLA.o
In file included from /home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/tbb.h:32,
from /home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/RcppParallel/TBB.h:10,
from /home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/RcppParallel.h:24,
from LibHLA.cpp:49:
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h: In instantiation of ‘tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]’:
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting ‘long unsigned int’ to ‘tbb::atomic<long unsigned int>&’ does not use ‘constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)’ [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h: In instantiation of ‘tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]’:
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting ‘tbb::interface5::internal::hash_map_base::bucket*’ to ‘tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&’ does not use ‘constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]’ [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_avx.cpp -o LibHLA_ext_avx.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_avx2.cpp -o LibHLA_ext_avx2.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_avx512bw.cpp -o LibHLA_ext_avx512bw.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_avx512f.cpp -o LibHLA_ext_avx512f.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_avx512vpopcnt.cpp -o LibHLA_ext_avx512vpopcnt.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_sse2.cpp -o LibHLA_ext_sse2.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c LibHLA_ext_sse4_2.cpp -o LibHLA_ext_sse4_2.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG -I../inst/include -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppParallel/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c samtools_ext.c -o samtools_ext.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o HIBAG.so HIBAG.o LibHLA.o LibHLA_ext_avx.o LibHLA_ext_avx2.o LibHLA_ext_avx512bw.o LibHLA_ext_avx512f.o LibHLA_ext_avx512vpopcnt.o LibHLA_ext_sse2.o LibHLA_ext_sse4_2.o samtools_ext.o -lgcc -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-devel_2025-02-19/site-library/00LOCK-HIBAG/00new/HIBAG/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (HIBAG)
HIBAG.Rcheck/tests/runTests.Rout.fail
R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> #############################################################
> #
> # DESCRIPTION: Unit tests in the HIBAG package
> #
>
> # load the HIBAG package
> library(HIBAG)
HIBAG (HLA Genotype Imputation with Attribute Bagging)
Kernel Version: v1.5 (64-bit)
>
>
> #############################################################
>
> # a list of HLA genes
> hla.list <- c("A", "B", "C", "DQA1", "DQB1", "DRB1")
>
> # pre-defined lower bound of prediction accuracy
> hla.acc <- c(0.9, 0.8, 0.8, 0.8, 0.8, 0.7)
>
>
> for (hla.idx in seq_along(hla.list))
+ {
+ hla.id <- hla.list[hla.idx]
+
+ # make a "hlaAlleleClass" object
+ hla <- hlaAllele(HLA_Type_Table$sample.id,
+ H1 = HLA_Type_Table[, paste(hla.id, ".1", sep="")],
+ H2 = HLA_Type_Table[, paste(hla.id, ".2", sep="")],
+ locus=hla.id, assembly="hg19")
+
+ # divide HLA types randomly
+ set.seed(100)
+ hlatab <- hlaSplitAllele(hla, train.prop=0.5)
+
+ # SNP predictors within the flanking region on each side
+ region <- 500 # kb
+ snpid <- hlaFlankingSNP(HapMap_CEU_Geno$snp.id,
+ HapMap_CEU_Geno$snp.position,
+ hla.id, region*1000, assembly="hg19")
+
+ # training and validation genotypes
+ train.geno <- hlaGenoSubset(HapMap_CEU_Geno,
+ snp.sel=match(snpid, HapMap_CEU_Geno$snp.id),
+ samp.sel=match(hlatab$training$value$sample.id,
+ HapMap_CEU_Geno$sample.id))
+ test.geno <- hlaGenoSubset(HapMap_CEU_Geno,
+ samp.sel=match(hlatab$validation$value$sample.id,
+ HapMap_CEU_Geno$sample.id))
+
+
+ # train a HIBAG model
+ set.seed(100)
+ model <- hlaAttrBagging(hlatab$training, train.geno, nclassifier=10)
+ summary(model)
+
+ # validation
+ pred <- hlaPredict(model, test.geno, type="response")
+ summary(pred)
+
+ # compare
+ comp <- hlaCompareAllele(hlatab$validation, pred, allele.limit=model,
+ call.threshold=0)
+ print(comp$overall)
+
+ # check
+ if (comp$overall$acc.haplo < hla.acc[hla.idx])
+ stop("HLA - ", hla.id, ", 'acc.haplo' should be >= ", hla.acc[hla.idx], ".")
+
+ cat("\n\n")
+ }
Build a HIBAG model with 10 individual classifiers:
MAF threshold: NaN
excluding 11 monomorphic SNPs
# of SNPs randomly sampled as candidates for each selection: 17
# of SNPs: 264
# of samples: 34
# of unique HLA alleles: 14
CPU flags: 64-bit
*** caught bus error ***
address 0x14, cause 'invalid alignment'
HIBAG.Rcheck/HIBAG-Ex.timings
| name | user | system | elapsed | |
| HIBAG-package | 0.408 | 0.012 | 0.427 | |
| hlaAllele | 0.018 | 0.000 | 0.017 | |
| hlaAlleleDigit | 0.012 | 0.000 | 0.012 | |
| hlaAlleleSubset | 0.016 | 0.000 | 0.016 | |
| hlaAlleleToVCF | 2.245 | 0.000 | 2.249 | |
| hlaAssocTest | 0.989 | 0.007 | 0.998 | |
| hlaAttrBagging | 0.391 | 0.004 | 0.396 | |
| hlaBED2Geno | 0.125 | 0.004 | 0.130 | |
| hlaCheckAllele | 0 | 0 | 0 | |
| hlaCheckSNPs | 0.073 | 0.008 | 0.081 | |
| hlaCombineAllele | 0.014 | 0.003 | 0.018 | |
| hlaCombineModelObj | 0.251 | 0.008 | 0.259 | |
| hlaCompareAllele | 0.277 | 0.000 | 0.278 | |
| hlaConvSequence | 3.129 | 0.092 | 3.231 | |
| hlaDistance | 1.382 | 0.000 | 1.385 | |
| hlaFlankingSNP | 0.012 | 0.000 | 0.012 | |
| hlaGDS2Geno | 0.097 | 0.000 | 0.100 | |
| hlaGeno2PED | 0.023 | 0.000 | 0.023 | |
| hlaGenoAFreq | 0.009 | 0.000 | 0.010 | |
| hlaGenoCombine | 0.046 | 0.000 | 0.046 | |
| hlaGenoLD | 1.318 | 0.000 | 1.321 | |
| hlaGenoMFreq | 0.010 | 0.000 | 0.009 | |
| hlaGenoMRate | 0.009 | 0.000 | 0.009 | |
| hlaGenoMRate_Samp | 0.009 | 0.000 | 0.009 | |
| hlaGenoSubset | 0.015 | 0.000 | 0.014 | |
| hlaGenoSwitchStrand | 0.063 | 0.004 | 0.066 | |
| hlaLDMatrix | 2.469 | 0.100 | 2.575 | |
| hlaLociInfo | 0.004 | 0.000 | 0.004 | |
| hlaMakeSNPGeno | 0.029 | 0.000 | 0.028 | |
| hlaModelFiles | 0.199 | 0.004 | 0.204 | |
| hlaModelFromObj | 0.072 | 0.004 | 0.076 | |
| hlaOutOfBag | 0.446 | 0.000 | 0.447 | |
| hlaParallelAttrBagging | 0.480 | 0.080 | 1.224 | |
| hlaPredMerge | 0.346 | 0.004 | 0.350 | |
| hlaPredict | 0.281 | 0.000 | 0.281 | |
| hlaPublish | 0.388 | 0.000 | 0.391 | |
| hlaReport | 0.270 | 0.016 | 0.287 | |
| hlaReportPlot | 2.393 | 0.044 | 2.440 | |
| hlaSNPID | 0 | 0 | 0 | |
| hlaSampleAllele | 0.006 | 0.000 | 0.006 | |
| hlaSetKernelTarget | 0.000 | 0.000 | 0.001 | |
| hlaSplitAllele | 0.043 | 0.000 | 0.043 | |
| hlaSubModelObj | 0.074 | 0.000 | 0.074 | |
| hlaUniqueAllele | 0.006 | 0.000 | 0.006 | |
| plot.hlaAttrBagObj | 0.464 | 0.008 | 0.472 | |
| print.hlaAttrBagClass | 0.125 | 0.000 | 0.125 | |
| summary.hlaSNPGenoClass | 0.008 | 0.000 | 0.008 | |