ChiLiubio / microeco

An R package for data analysis in microbial community ecology
GNU General Public License v3.0
195 stars 56 forks source link

t1 <- trans_diff$new(dataset = dataset, method = "metagenomeSeq", group = "Group", taxa_level = "Genus") #Error in h(simpleError(msg, call)) : Error in evaluating 'x' argument for selecting a method for the 'unique' function: There is no function called "setkey". #334

Closed xinguo1236 closed 6 months ago

xinguo1236 commented 6 months ago

Hello, It throws an error when I execute the following command: t1 <- trans_diff$new(dataset = dataset, method = "metagenomeSeq", group = "Group", taxa_level = "Genus")

Error in h(simpleError(msg, call)) :

Error in evaluating 'x' argument for selecting a method for the 'unique' function: There is no function called "setkey".

t1 <- trans_diff$new(dataset = dataset, method = "metagenomeSeq", group = "Group", taxa_level = "OTU") Error in h(simpleError(msg, call)) : Error in evaluating 'x' argument for selecting a method for the 'unique' function: There is no function called "setkey".