Skip to content

Taxonomic levels Genus names at Family rank #13

@microsud

Description

@microsud

Dear Authors,
Congrats on this huge task and thanks for creating this resource.
When exploring the data at family level, I noticed an issue regarding taxonomy that was highlighted couple of year back in the dada2 silva database. I am not sure if the source database used in this study is from this repository but there seems to be the same issue.
mikemc/dada2-reference-databases#1

# BiocManager::install('seandavi/MicroBioMap')
library(MicroBioMap)
library(mia)
library(dplyr)
cpd <- getCompendium()
saveRDS(cpd, 'MicroBioMapDataTSE.rds')

vcpd <- mia::subsetByPrevalentFeatures(cpd, 
                                       detection=0.0001, 
                                       prevalence=0.01,
                                       as_relative = TRUE)

dplyr::count(as.data.frame(rowData(vcpd)), family)

examples of genus level names at family level are Anaerococcus, Ezakiella, Finegoldia, Parvimonas, Peptoniphilus etc

Best wishes,
Sudarshan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions