1
vote
2answers
130 views

How to calculate similarity in gene expression for each gene in two conditions and rank them?

I have expression values (log2) for 200 genes in two conditions treated and untreated and for each condition I have 20 replicates. The dataset looks like this: ...
3
votes
2answers
157 views

Efficient Empirical CDF Computation / Storage

I'm trying to precompute the distributions of several random variables. In particular, these random variables are the results of functions evaluated at locations in a genome, so there will be on the ...