Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phyloseq_to_metagenomeSeq function #1216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 23, 2019

  1. Update phyloseq_to_metagenomeSeq function

    This function crashes on line 50 as follows:
    
    > data.frame(tax_table(physeq))
    Error in dimnames(x) <- dn : 
      length of 'dimnames' [1] not equal to array extent
    
    The proposed change is to use instead:  
    > data.frame(tax_table(physeq)@.Data)
    jordiestelle authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7bc806c View commit details
    Browse the repository at this point in the history