Heya Luke,Can you answer this one? Part of the answer is the make_otu_network, possibly combined with filtering of low abundance samples to get only shared and abundant OTUs.
Joanito--
--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
| k__Bacteria;
p__Actinobacteria; c__Actinobacteria; o__Actinomycetales;
f__Pseudonocardiaceae as name for each otu... As you might imagine, in this way the network becomes completely unreadable... is there a way to retain only the last name of the assignment (in this case only Pseudonocardiaceae) instead of the complete assignment without having to rename every single otu in the network manually? I've been thinking one way around this would be to open the otu table in Megan, so that it will cluster different otus belonging to the same taxa together and then export the assignments, the export file will then have only the last level of the taxonomy, but then is it possible to convert this back in the biom format to make it readable for qiime again? Also I don't know if this would be the best way because for example if there are originally two Pseudonocardia otus with one shared between two samples and one another not, I would loose this kind of detail... Another question, but this is more general... when one removes singletons with this command filter_otus_from_otu_table.py -i otu_table.biom -o otu_table_no_singletons.biom -n 2 |
| k__Bacteria; p__Actinobacteria; c__Actinobacteria; o__Actinomycetales; f__Pseudonocardiaceae as name for each otu... As you might imagine, in this way the network becomes completely unreadable... is there a way to retain only the last name of the assignment (in this case only Pseudonocardiaceae) instead of the complete assignment without having to rename every single otu in the network manually? I've been thinking one way around this would be to open the otu table in Megan, so that it will cluster different otus belonging to the same taxa together and then export the assignments, the export file will then have only the last level of the taxonomy, but then is it possible to convert this back in the biom format to make it readable for qiime again? Also I don't know if this would be the best way because for example if there are originally two Pseudonocardia otus with one shared between two samples and one another not, I would loose this kind of detail... Another question, but this is more general... when one removes singletons with this command filter_otus_from_otu_table.py -i otu_table.biom -o otu_table_no_singletons.biom -n 2 |
Another question, but this is more general... when one removes singletons with this command filter_otus_from_otu_table.py -i otu_table.biom -o otu_table_no_singletons.biom -n 2
this removes all otus that are represented by only a single sequence across all the dataset. Now my doubt is... if I have for example one OTU that is abundant in one sample but represented with only 1 sequence in another sample, should I remove that 1 sequence and consider that sample to be instead negative regarding that particular OTU? In other words how likely it is that that 1 sequence is just an artifact in that particular sample when in fact that otu is present in other samples? What could be the reason for this? Is it possible that this is due to carryover during the sequencing run? Or because of a barcode mismatch that single sequence should instead belong to the other sample where that otu is abundant? I have this issue in mind particularly because I have done some PCR work on some of these bacteria and I fail to amplify them from some specific samples from which I have pyrosequencing data that tells me they are there but maybe just with 1-2 or maximum 4 sequences…