greenelab / ADAGEpath

An R package (ADAGEpath) to perform signature analysis using methodology from the ADAGE manuscript
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Data normalization #10

Closed tj8901nm closed 7 years ago

tj8901nm commented 7 years ago

This PR added two new functions for loading processed microarray datasets: impute_miss_values() and quantile_norm() and also modified load_dataset() accordingly to incorporate the two functions.