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
Im trying to normalize a transformed phyloseq (which I did sucesssfully) object; ps.sp is a Large Phyloseq object in the above line of code.
And for normalization, Im using:
Transform OTU table
ps.sp.trans <- transform_sample_counts(ps.sp, function(x) log10(x))
Im trying to normalize a transformed phyloseq (which I did sucesssfully) object; ps.sp is a Large Phyloseq object in the above line of code.
And for normalization, Im using:
Normalize OTU table
ps.sp.norm <- normalize(ps.sp.trans, method = "CSS")
ERROR:
The text was updated successfully, but these errors were encountered: