methylKit icon indicating copy to clipboard operation
methylKit copied to clipboard

NA values

Open Silvia-Giorgia-Signorini opened this issue 1 year ago • 1 comments
trafficstars

Hi! I am analysing methylation data with methylKit on R and I got some NA values after the unite function, after merging samples:

meth=unite(myobj, destrand=FALSE)

This issue does not allow me to do:

getCorrelation(meth) clusterSamples(meth) PCASamples(meth)

because of this NA. What can I do to solve this issue? Do you have any advice? I really thank you in advance for your help. Silvia