Hello, I am having problem with reading feature-table.biom from qiime export.
When I convert it into qzv file there is an error with the feature detail page.
THe one thing for notice is that I used 19000 SE 16S rRNA v4 region file for 100nt. Is it the problem for too much data?
And the error for biom file in R is:
Error in read_biom(biom_file = BIOMfilename) :
Both attempts to read input file:
/Users/jihwanlim/Desktop/featuretable.biom
either as JSON (BIOM-v1) or HDF5 (BIOM-v2).
Check file path, file name, file itself, then try again.
I cannot even convert biom file to tsp file using biom in python due to utf-8 error.
Please anyone help me and thanks in advance.
Note the different paths and the hyphen present in the second one but missing in the first. Is it possible that you misspelled the file or got the file path wrong?
Ah okay. I unfortunately don't have any experience with the phyloseq package (which is where the import_biom function is coming from it looks like). Maybe you could open an issue on their GitHub page?