wejlab / animalcules

R shiny app for interactive microbiome analysis
https://wejlab.github.io/animalcules-docs/
Other
51 stars 16 forks source link

categorized variables need to be as.character() #42

Closed jasonzhao0307 closed 4 years ago

jasonzhao0307 commented 4 years ago

categorized var by default will be treated as factor, which will be treated as non-character variables in alpha diversity test (this will trigger an error as being not numeric). We need to add an as.character() to make this new variable being character in the sample dataframe.