EESI / themetagenomics

Other
23 stars 4 forks source link

Output file from dada2 to use in Tax4Fun #5

Open owenNewcastle opened 5 years ago

owenNewcastle commented 5 years ago

I'm investigating biofilms living on plastic debris. I want to find out if there is differential expression of certain KEGG Orthologs (KO) at week 0 and week 7 of my microcosm experiment (as well as between different treatments - all of which are variables in my phyloseq object.

I am trying to work from this tutorial: https://cran.r-project.org/web/packages/themetagenomics/vignettes/thematic_structure.html (see sections titled Preprocessing and Functions)

How would I convert my dada2 output (or phyloseq object) into a format similar to the DAVID dataset mentioned in this tutorial??

sw1 commented 5 years ago

As long as you make your data matrices look the same as the input in the david tutorial you should be fine. Have you tried that? Any trouble? str() and the like are your friends here.

Sorry for the delayed response btw.

Steve


From: owenNewcastle notifications@github.com Sent: Thursday, February 28, 2019 8:53 PM To: EESI/themetagenomics Cc: Subscribed Subject: [EESI/themetagenomics] Output file from dada2 to use in Tax4Fun (#5)

I'm investigating biofilms living on plastic debris. I want to find out if there is differential expression of certain KEGG Orthologs (KO) at week 0 and week 7 of my microcosm experiment (as well as between different treatments - all of which are variables in my phyloseq object.

I am trying to work from this tutorial: https://cran.r-project.org/web/packages/themetagenomics/vignettes/thematic_structure.html (see sections titled Preprocessing and Functions)

How would I convert my dada2 output (or phyloseq object) into a format similar to the DAVID dataset mentioned in this tutorial??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/EESI/themetagenomics/issues/5, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AIZzAcx8GF9D7Q1qjvU7a3wX5IYIdYYQks5vSIgYgaJpZM4bYG1N.

ivanepg commented 5 years ago

Hi. I also have the same problem now. I do not know how to convert my dada2 output similar to DAVID dataset.