joey711 / phyloseq

phyloseq is a set of classes, wrappers, and tools (in R) to make it easier to import, store, and analyze phylogenetic sequencing data; and to reproducibly share that data and analysis with others. See the phyloseq front page:
http://joey711.github.io/phyloseq/
577 stars 187 forks source link

PLS-DA #853

Open AndreaQ7 opened 6 years ago

AndreaQ7 commented 6 years ago

Goodmornig everyone,

Is there a way to perform PLS-DA analysis starting from a phyloseq object? does it already exist a pipeline for this kind of analysis? thanks a lot

spholmes commented 6 years ago

Please look at page 24 of the F1000R workflow, https://f1000research.com/articles/5-1492/v2

there is a full example of using pls there.

On Mon, Dec 4, 2017 at 5:10 AM, AndreaQ7 notifications@github.com wrote:

Goodmornig everyone,

Is there a way to perform PLS-DA analysis starting from a phyloseq object? does it already exist a pipeline for this kind of analysis? thanks a lot

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joey711/phyloseq/issues/853, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJcvekXCsIW0sS2T9ZwMsORjYezWPqvks5s8-9QgaJpZM4Q0oPQ .

-- Susan Holmes John Henry Samter Fellow in Undergraduate Education Professor, Statistics 2017-2018 CASBS Fellow, Sequoia Hall, 390 Serra Mall Stanford, CA 94305 http://www-stat.stanford.edu/~susan/

AndreaQ7 commented 6 years ago

Thank you a lot for your suggestion