cfToolsData 1.4.0
The cfToolsData package provides two pre-trained deep neural network (DNN) models for the cfSort() function in cfTools.
## DNN1
## "/home/biocbuild/.cache/R/ExperimentHub/1247a529e259ee_8476"
## DNN2
## "/home/biocbuild/.cache/R/ExperimentHub/1247a53aa764d2_8477"
Users can locate the data file at the specified output file path.
It also provides the shape parameters of beta distribution characterizing methylation markers associated with four cancer types for the CancerDetector() function in cfTools.
tumorMarkerParams <- c(
COAD.tumorMarkerParams.hg19(),
LIHC.tumorMarkerParams.hg19(),
LUNG.tumorMarkerParams.hg19(),
STAD.tumorMarkerParams.hg19()
)
names(tumorMarkerParams) <- c(
"COAD.tumorMarkerParams",
"LIHC.tumorMarkerParams",
"LUNG.tumorMarkerParams",
"STAD.tumorMarkerParams"
)
tumorMarkerParams
## COAD.tumorMarkerParams
## "/home/biocbuild/.cache/R/ExperimentHub/4c43f5406c28b_8470"
## LIHC.tumorMarkerParams
## "/home/biocbuild/.cache/R/ExperimentHub/4c43febf0f07_8471"
## LUNG.tumorMarkerParams
## "/home/biocbuild/.cache/R/ExperimentHub/4c43f283aa6cc_8472"
## STAD.tumorMarkerParams
## "/home/biocbuild/.cache/R/ExperimentHub/4c43f6dcd1ec5_8473"
Additionally, it includes the shape parameters of beta distribution characterizing methylation markers specific to 29 primary human tissue types for the cfDeconvolve() function in cfTools, as well as the annotations of these markers.
## EH8415
## "/home/biocbuild/.cache/R/ExperimentHub/4c43f5861c5a0_8474"
## EH8416
## "/home/biocbuild/.cache/R/ExperimentHub/4c43f278677af_8475"
## R version 4.4.1 (2024-06-14)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 24.04.1 LTS
##
## Matrix products: default
## BLAS: /home/biocbuild/bbs-3.20-bioc/R/lib/libRblas.so
## LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.0
##
## locale:
## [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
## [3] LC_TIME=en_GB LC_COLLATE=C
## [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
## [7] LC_PAPER=en_US.UTF-8 LC_NAME=C
## [9] LC_ADDRESS=C LC_TELEPHONE=C
## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
##
## time zone: America/New_York
## tzcode source: system (glibc)
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] cfToolsData_1.4.0 BiocStyle_2.34.0
##
## loaded via a namespace (and not attached):
## [1] rappdirs_0.3.3 sass_0.4.9 utf8_1.2.4
## [4] generics_0.1.3 BiocVersion_3.20.0 RSQLite_2.3.7
## [7] digest_0.6.37 magrittr_2.0.3 evaluate_1.0.1
## [10] bookdown_0.41 fastmap_1.2.0 blob_1.2.4
## [13] AnnotationHub_3.14.0 jsonlite_1.8.9 AnnotationDbi_1.68.0
## [16] GenomeInfoDb_1.42.0 DBI_1.2.3 BiocManager_1.30.25
## [19] httr_1.4.7 purrr_1.0.2 fansi_1.0.6
## [22] UCSC.utils_1.2.0 Biostrings_2.74.0 jquerylib_0.1.4
## [25] cli_3.6.3 crayon_1.5.3 rlang_1.1.4
## [28] XVector_0.46.0 dbplyr_2.5.0 Biobase_2.66.0
## [31] bit64_4.5.2 withr_3.0.2 cachem_1.1.0
## [34] yaml_2.3.10 tools_4.4.1 memoise_2.0.1
## [37] dplyr_1.1.4 GenomeInfoDbData_1.2.13 filelock_1.0.3
## [40] ExperimentHub_2.14.0 BiocGenerics_0.52.0 curl_5.2.3
## [43] mime_0.12 png_0.1-8 vctrs_0.6.5
## [46] R6_2.5.1 stats4_4.4.1 BiocFileCache_2.14.0
## [49] lifecycle_1.0.4 zlibbioc_1.52.0 KEGGREST_1.46.0
## [52] S4Vectors_0.44.0 IRanges_2.40.0 bit_4.5.0
## [55] pkgconfig_2.0.3 pillar_1.9.0 bslib_0.8.0
## [58] glue_1.8.0 xfun_0.48 tibble_3.2.1
## [61] tidyselect_1.2.1 knitr_1.48 htmltools_0.5.8.1
## [64] rmarkdown_2.28 compiler_4.4.1