Skip to content

Data issue and update readme file #11

@shenwanxiang

Description

@shenwanxiang

@eprifti Hi Edi, thanks for your nice work!

I checked the Table S1 in your paper (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7062144/#bib48), It seems that the datasets in Table S1 are not as the same datasets in this repo.

The datasets in this repo are all with 1045 features, while the datasets you've used in your paper have different number of features, and none of these datasets contain 1045 features.

image

It would be great if you can provideand creat those datasets you've used as benchmark datasets with pure csv format, thanks!

In addtion, I aslo fixed the installation part of predomics package, in the future, it can be very good if you can make it easy to be installed by install.package('predomics') in R. Also, I may help you convert your R predomics as Python predomics to make a Pythonic package.

install dependencies

R-version: 4.2

install.packages(c("doSNOW", "foreach", "snow", "yaml","doRNG", "gtools", "glmnet", "pROC", "viridis", "kernlab", "randomForest"))
if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("BioQC")

install.packages("testthat")
install.packages("roxygen2")
install.packages("reshape2")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions