You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A use case I sometimes find myself in when analyzing taxonomic bias in a CoDA framework is wanting to zero-out a specific set of observations (e.g. of a particular taxon in a particular set of samples). Sometimes this is very easy to do in the melted data frame given by psmelt() or ps_tibble(); but we currently lack an easy way to convert these back into a phyloseq object. I suspect there are other use cases for this workflow of phyloseq -> data frame -> modify abundances -> phyloseq
The text was updated successfully, but these errors were encountered:
Can create a genetic method as_phyloseq() that converts data frames to phyloseq objects based on matching the special column names used in the as_tibble() methods
A use case I sometimes find myself in when analyzing taxonomic bias in a CoDA framework is wanting to zero-out a specific set of observations (e.g. of a particular taxon in a particular set of samples). Sometimes this is very easy to do in the melted data frame given by
psmelt()
orps_tibble()
; but we currently lack an easy way to convert these back into a phyloseq object. I suspect there are other use cases for this workflow of phyloseq -> data frame -> modify abundances -> phyloseqThe text was updated successfully, but these errors were encountered: