You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use the R script for CTF_normalization for my work and some of my data has missing values or NAs. How to deal with NAs I'm getting an error,
norm_factors <- calcNormFactors(object = t, lib.size = lib_size, method = "TMM")
Error in calcNormFactors.default(object = t, lib.size = lib_size, method = "TMM") :
NA counts not permitted
Please suggest how should I proceed. Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to use the R script for CTF_normalization for my work and some of my data has missing values or NAs. How to deal with NAs I'm getting an error,
The text was updated successfully, but these errors were encountered: