Open lpantano opened 6 years ago
Is this count matrix the one created in gff/convert.py ? (example file at data/examples/gff/gff_tsv_expression_counts.tsv)
Hi! This would be to do an extra step from that matrix. So, the idea is once you have the matrix, apply this calculation to get a normalize one.
Add the code that from a count matrix, can get the size factor to normalize the data.
So, input would be: count data and output: normalized count data.
In R the code is like this:
This code can be inside
libs/math.py