I have a table of genomic data. The rows are the patients, the columns are the genes and the entries are the gene abundances. I need to binarize the data so that above a threshold the entries are substituted by 1's and below the threshold, the entries are substituted by 0's. Which is the best way to do this? How do I find the correct threshold?
I need to binarize the data to obtain the correspondent biadjacency matrix of an unweighted network. Thank you for your help.