Coder Social home page Coder Social logo

DA.aov/DA.lao and DA.TukeyHSD about datest HOT 4 CLOSED

DitteOL avatar DitteOL commented on August 17, 2024
DA.aov/DA.lao and DA.TukeyHSD

from datest.

Comments (4)

Russel88 avatar Russel88 commented on August 17, 2024

Can you try running a Tukey test just on one of the OTUs:
TukeyHSD(results[[1]])
Is there any output from this?

Also, what version of R and DAtest are you using?

from datest.

DitteOL avatar DitteOL commented on August 17, 2024

I'm using version 2.7.11

t<-TukeyHSD(results[[1]])

Output:
Tukey multiple comparisons of means
95% family-wise confidence level

Fit: aov(formula = as.formula(form))

$predictor
diff lwr upr p adj
GF-BB -2.033594e-07 -0.0001514614 0.0001510547 0.9978192

from datest.

Russel88 avatar Russel88 commented on August 17, 2024

Ahh. With only two classes in the predictor (GF and BB) there is no need to run the TukeyHSD, it's designed for >2 classes.

testDA shouldn't run lao, aov and llm2 when you only have two classes in the predictor. Did you use another phyloseq object for this? If you did use the same object, try re-running testDA with the predictor converted to a character:
sample_data(BB_GF)$Mouse_classification2 <- as.character(sample_data(BB_GF)$Mouse_classification)
res <- testDA(BB_GF, "Mouse_classification2")

from datest.

DitteOL avatar DitteOL commented on August 17, 2024

Ahh I'm sorry for my ignorance! It seem to be working now. Thank you for taking the time and answering me so quickly. I hope that if I encounter other problems I can contact you again.
And I will of cause remember to cite the functions I'am ending up using from your package 👍

from datest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.