how can I address the Error in DGEList when i analyse the sequence of 16S of microbiota
1
0
Entering edit mode
2.6 years ago

Error in DGEList(counts = sub_dat, group = factor(sub_metadata$group)) : non-numeric values found in counts Calls: compare -> DGEList

DGEList • 479 views
ADD COMMENT
1
Entering edit mode
2.6 years ago

As the error says - there are non-numeric values in your data. Assuming that sub_dat is a matrix, you can find them with sub_dat[which(sapply(sub_dat,is.nan))].

ADD COMMENT

Login before adding your answer.

Traffic: 1935 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