wvictor14 / planet

For inferring ancestry, gestational age, and cell type proportions from placental DNA methylation array data
4 stars 1 forks source link

eoPred release #17

Open wvictor14 opened 1 year ago

wvictor14 commented 1 year ago

add @iciarfernandez preeclampsia predictor

Address #16 #11

wvictor14 commented 1 year ago

todo:

wvictor14 commented 1 year ago

saving model with usethis::use_data(mod) results in a 409 mb .rda file.

which will make package size over 5mb limit of bioconductor

I think easiest option is to make an experimenthub data package to host the model. But we can create functions here to work with the model object (apply predict, and curate results, plot etc.)

Some example data packages:

https://github.com/crisprVerse/crisprScoreData https://bioconductor.org/packages/release/data/experiment/ https://bioconductor.org/packages/release/data/experiment/html/preciseTADhub.html

wvictor14 commented 1 year ago

@iciarfernandez :

@wvictor14