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
I am trying to use SparseDOSSA2 to simulate a metagenome dataset with multiple sample groups (such as simple case/control). After looking at the tutorial, it seems I want to use the spike-in feature. However, it seems one step is missing from the tutorial (to generate the spike_in_setup dataframe). How would you recommend generating this one?
I also tried simply to do:
But it doesn't seem the metadata does anything (when I do an NMDS plot of sim$simulated_data, I don't see any grouping). Is it because I need to add something for the spike-in feature_metadata_spike_df argument?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I think I ran into similar issues as yours and can share the solution that worked for me.
Looking at the code revision history, I found the corresponding part of the code that is removed in the current version:
Also the feature_metadata_spike_df parameter no longer exists in the current version of SparseDOSSA2(). The df_metadata_spike object can however be read via the spike_metadata parameter.
Hello,
I am trying to use SparseDOSSA2 to simulate a metagenome dataset with multiple sample groups (such as simple case/control). After looking at the tutorial, it seems I want to use the spike-in feature. However, it seems one step is missing from the tutorial (to generate the
spike_in_setup
dataframe). How would you recommend generating this one?I also tried simply to do:
But it doesn't seem the metadata does anything (when I do an NMDS plot of
sim$simulated_data
, I don't see any grouping). Is it because I need to add something for the spike-infeature_metadata_spike_df
argument?Thank you for your help!
The text was updated successfully, but these errors were encountered: