Skip to content

afrendeiro/quantile_normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantile_normalize

Quantile normalization of masked numpy arrays per Bolstad et al.

NOTE: quantile_norm normalizes a matrix in place; it does not return a copy.

USE

import quantile_normalize, numpy
M = numpy.load("my_masked_matrix.npy")
quantile_normalize.quantile_norm(M)

About

Quantile normalization of masked numpy arrays per Bolstad et. al

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages