Entering edit mode
5.5 years ago
Bioinfonext
▴
470
Hi,
Could you please suggest to me in R
, how I can extract count information across all samples for the selected list of OTU ID
from the OTU table where the first column is OTU ID.
I have identified some differential OTU abundance and now for heatmap, I need the count information for these OTU across all samples.
You cannot (and should not) ask for direct answers. Show us what you have tried so far. Also, don't assume that everyone will know what an OTU table is ; rather provide a snapshot of how the table looks like. for example you can provide
summary(OTU_TABLE)
orstr(OTU_TABLE)
orhead(OTU_TABLE)
thanks, sorry for that: I do have OTU Id in first column and sample count like this, I need to extract information for based on selected OTU ids.
I do have long list of this data but here suppose if I need information only for like these below OTU ID how i can do this in R:
Thanks for your help. Bioinfonext
Dear Vijay,
Thanks, could you please suggest now, how I can do the filtering for required list of OTU ID in R?
Thanks Bioinfornext