I would like to compute correlation between genes actually, to make clusters then. I work on metagenomics data.
I use "propr" package :
library(propr)
test<-read.table("/home/vipailler/PROJET_M2/raw/truelength2.prok2.uniref2.rare> tsv", h=T, row.names=1, sep="\t")
test<-t(test)
propr<-propr(test, metric="rho")
Alert: Replacing 0s with next smallest value. Alert: Saving log-ratio transformed counts to @logratio. Erreur : impossible d'allouer un vecteur de taille 4994.2 Go
are you clustering the genes or the samples?
I am clustering genes