Remove from a list or replace NaN with a value
1
0
Entering edit mode
5.4 years ago

Hi every one, During microarray meta-analysis, I encounter below error.

# "anals” class is a list.

es_res <- es_meta(anals, by_source = TRUE) Error in quantile.default(x, probs = c(0.25, 0.75)) : missing values and NaN's not allowed if 'na.rm' is FALSE

please guide me, which one is more logical, remove NaN or replace with a value? How to remove or replace NaN with a value? I would be very pleased if you could guide me.

R software error • 1.9k views
ADD COMMENT
1
Entering edit mode
5.4 years ago

Removing NaNs and missing values is an R programming exercise. Replacing missing values is called imputation. There are quite a few articles on methods for doing this with microarray data. See for example:

ADD COMMENT

Login before adding your answer.

Traffic: 2453 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6