Closed minsiksudo closed 2 years ago
Hi @minsiksudo -- thanks for your patience and apologies on the delay. Unfortunately I don't have great options to suggest -- with your envy-inspiring deep sequencing, you are probably ok to just perform regression modeling on the sample richness (I expect you don't have unobserved diversity given the frequency count tables you have). You can use either lm
or betta
for this, and you could feed it breakaway::observed_richness
as your response variable. I hope that helps -- thanks for asking, hope you're well!
Hi,
I am trying to employ breakaway::breakaway to my metagenomic sequenced data with deep sequencing depth.
Summary(phyloseq::sample_sums(water_order))
Even though I have conducted deep sequencing with a medium of 3 M reads, there are still some correlations between sequencing depth and observed species.

However, the breakaway::breakaway does not work well with our current dataset. I assume it is due to our nature of data; as I have conducted sequencing deeply, the frequency table is too well distributed.

In these cases, what modifications should I give to run breakaway::breakaway successfully?
Thanks in advance!