We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to run the following laml.plus.gistic command but getting this error. laml.plus.gistic = read.maf(maf = MIBC_cleanmaf,
gisticAllLesionsFile = "all_lesions.conf_99.txt",
gisticAmpGenesFile = "amp_genes.conf_99.txt",
gisticDelGenesFile = "del_genes.conf_99.txt",
gisticScoresFile = "scores.gistic",
isTCGA = TRUE,
verbose = FALSE,
Note that my working directory is set to the folder of my PC that contains gistic result files.
sessionInfo() R version 4.3.1 (2023-06-16 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 11 x64 (build 22631)
Matrix products: default
locale: [1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 [3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C [5] LC_TIME=English_United States.utf8
time zone: Europe/Stockholm tzcode source: internal
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] maftools_2.18.0
loaded via a namespace (and not attached): [1] Matrix_1.6-4 gtable_0.3.6 miniUI_0.1.1.1 compiler_4.3.1 [5] BiocManager_1.30.25 promises_1.3.0 Rcpp_1.0.13 later_1.3.2 [9] scales_1.3.0 splines_4.3.1 fastmap_1.2.0 mime_0.12 [13] lattice_0.21-8 DNAcopy_1.76.0 R6_2.5.1 htmlwidgets_1.6.4 [17] profvis_0.4.0 munsell_0.5.1 shiny_1.9.1 RColorBrewer_1.1-3 [21] rlang_1.1.2 cachem_1.1.0 httpuv_1.6.15 fs_1.6.5 [25] pkgload_1.4.0 memoise_2.0.1 cli_3.6.1 magrittr_2.0.3 [29] digest_0.6.37 grid_4.3.1 rstudioapi_0.17.1 xtable_1.8-4 [33] remotes_2.5.0 devtools_2.4.5 lifecycle_1.0.4 vctrs_0.6.4 [37] pheatmap_1.0.12 glue_1.6.2 data.table_1.14.8 urlchecker_1.0.1 [41] sessioninfo_1.2.2 survival_3.7-0 pkgbuild_1.4.5 colorspace_2.1-0 [45] purrr_1.0.2 tools_4.3.1 usethis_3.0.0 ellipsis_0.3.2 [49] htmltools_0.5.8.1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
I am trying to run the following laml.plus.gistic command but getting this error.
laml.plus.gistic = read.maf(maf = MIBC_cleanmaf,
Error in file.info(file) : invalid filename argument
Note that my working directory is set to the folder of my PC that contains gistic result files.
sessionInfo()
R version 4.3.1 (2023-06-16 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 22631)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8
time zone: Europe/Stockholm
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] maftools_2.18.0
loaded via a namespace (and not attached):
[1] Matrix_1.6-4 gtable_0.3.6 miniUI_0.1.1.1 compiler_4.3.1
[5] BiocManager_1.30.25 promises_1.3.0 Rcpp_1.0.13 later_1.3.2
[9] scales_1.3.0 splines_4.3.1 fastmap_1.2.0 mime_0.12
[13] lattice_0.21-8 DNAcopy_1.76.0 R6_2.5.1 htmlwidgets_1.6.4
[17] profvis_0.4.0 munsell_0.5.1 shiny_1.9.1 RColorBrewer_1.1-3
[21] rlang_1.1.2 cachem_1.1.0 httpuv_1.6.15 fs_1.6.5
[25] pkgload_1.4.0 memoise_2.0.1 cli_3.6.1 magrittr_2.0.3
[29] digest_0.6.37 grid_4.3.1 rstudioapi_0.17.1 xtable_1.8-4
[33] remotes_2.5.0 devtools_2.4.5 lifecycle_1.0.4 vctrs_0.6.4
[37] pheatmap_1.0.12 glue_1.6.2 data.table_1.14.8 urlchecker_1.0.1
[41] sessioninfo_1.2.2 survival_3.7-0 pkgbuild_1.4.5 colorspace_2.1-0
[45] purrr_1.0.2 tools_4.3.1 usethis_3.0.0 ellipsis_0.3.2
[49] htmltools_0.5.8.1
The text was updated successfully, but these errors were encountered: