kraken2 icon indicating copy to clipboard operation
kraken2 copied to clipboard

Filtering Alignment Results for Fungi in PlusPF Database

Open anzhi525 opened this issue 1 year ago • 1 comments

"I have already downloaded the PlusPF database from https://benlangmead.github.io/aws-indexes/k2. This database includes Refeq archaea, bacteria, viral, plasmid, human1, UniVec_Core, protozoa & fungi. I want to output only the alignment results for fungi. How should I proceed?"

anzhi525 avatar Jan 15 '24 15:01 anzhi525

I would suggest using kraken-biom to convert your output report files to a BIOM table, then import into phyloseq where you can filter based on taxa:

GP.chl = subset_taxa(GlobalPatterns, Phylum=="Chlamydiae")

smdabdoub avatar Jan 17 '24 01:01 smdabdoub