lefser icon indicating copy to clipboard operation
lefser copied to clipboard

errors in lefser

Open dannynielsen0 opened this issue 3 years ago • 0 comments

I have created the attached summarized experiment for analysis, but keep getting the following errors when I try to run lefser.

I have followed the tutorial for creating the summarized experiment and running the analysis, so I am hoping you can tell me if I have some bug in my code:

#create the SE - I transpose the counts data as it needs to match # rows with # cols throat_exp <- SummarizedExperiment(assays=list(counts=t(counts)), colData=colData)

#should be simple to then run the lefser

throat_res <- lefser(expr=throat_exp, groupCol = "Staph.culture", blockCol = "Location")

#the above line generates the following error: Error in .local(.Object, ...) : ‘x’ and ‘y’ do not contain data

throat_exp.RDS.zip

dannynielsen0 avatar Jul 01 '22 14:07 dannynielsen0