Closed wvictor14 closed 3 years ago
All exported functions and data objects have been renamed to camelCase convention, as per Bioconductor coding style.
pl_infer_ethnicity
predictEthnicity
pl_infer_age
predictAge
pl_betas
plBetas
pl_pDat
plPhenoData
pl_cell_cpgs_third
plCellCpGsThird
pl_cell_cpgs_first
plCellCpGsFirst
pl_colors
plColors
pl_infer_ethnicity and pl_infer_age are deprecated.
bumped version to 0.99.0 for bioconductor release
From NEWS:
biocthis
viridis
planet-deprecated.R
pl_infer_ethnicity()
pl_infer_age()
All exported functions and data objects have been renamed to camelCase convention, as per Bioconductor coding style.
pl_infer_ethnicity
->predictEthnicity
pl_infer_age
->predictAge
pl_betas
->plBetas
pl_pDat
->plPhenoData
pl_cell_cpgs_third
->plCellCpGsThird
pl_cell_cpgs_first
->plCellCpGsFirst
pl_colors
<-plColors
pl_infer_ethnicity
andpl_infer_age
are deprecated.bumped version to 0.99.0 for bioconductor release