glasgowcompbio / pyMultiOmics

Python toolbox for multi-omics data mapping and analysis
MIT License
19 stars 4 forks source link

Add pre-processing codes #21

Open joewandy opened 3 years ago

joewandy commented 3 years ago
  1. Add codes to remove missing data (above a certain threshold)
  2. Add codes to imput missing data (KNN, or others)
  3. Add codes to normalise data (log, quantile normalisation)