hello, everybody,
I am wondering if there is a package or function in R which can replace the empty value in microarray data based on the normalized abundance distribution. because otherwise I have to remove them along with other non-empty replicates since the log transformation will return error. I know some software can do that. I am wondering which function/package can do the same job in R. there must be something available there in R. please let me know, thanks!
What format is your data in? If you've already read in the values into a matrix or eSet, then just substitute NA for the 0s.