Al J Abadi
Al J Abadi
see final paragraphs in https://mixomics-users.discourse.group/t/project-method-for-si-pca-and-consistent-element-names-for-pca-and-si-pca/711
see https://mixomics-users.discourse.group/t/project-method-for-si-pca-and-consistent-element-names-for-pca-and-si-pca/711
``` r data("breast.TCGA") data = list(mrna = breast.TCGA$data.train$mrna, mirna = breast.TCGA$data.train$mirna, protein = breast.TCGA$data.train$protein) # set number of variables to select, per component and per data set (this is set...
Hi, I tried to install and got this error: ``` devtools::install_github("AndreaCirilloAC/updateR") Downloading GitHub repo AndreaCirilloAC/updateR@master Error in process_initialize(self, private, command, args, stdin, stdout, : processx error: 'No such file or...
DataProfiler has a [strict requirement](https://github.com/capitalone/DataProfiler/blob/main/requirements.txt#L16) for 'requests' which makes it difficult to use as a dependency in large projects. I was wondering if this can be avoided.
Thank you for the fantastic package. I tend to use it a lot with notebooks inside R projects. The only hurdle is that since my notebooks sit in, say, `here('notebook')`,...