Entering edit mode
Ali Mohammadian
▴
290
@ali-mohammadian-5008
Last seen 10.2 years ago
Dear all,
Newbie Here,
I have a matrix a data with genes in rows and sample in columns.
# express is my expression matrix
normalize.invariantset (expres, as.matrix (apply(expres,1,mean)))
#gives
Error in while ((ns.old - ns) > 50) { :
missing value where TRUE/FALSE needed
What should I do?