Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

taxpasta2tse

N.B.: The functionality presented here, was merged into the mia R-package and is available as the mia::importTaxpasta function from version 1.13.28. Development here is discontinued.

taxpasta2tse provides convenience functions that load taxpasta output (primarily in BIOM format) into a TreeSummarizedExperiment (TSE) object with a correctly formatted taxonomic tree.

Installation

You can install the development version of taxpasta2tse like so:

devtools::install_github("https://github.com/taxprofiler/taxpasta2tse")

Example

This is a basic example which shows you how to solve a common problem:

tse <- taxpasta2tse::load_biom("your-file.biom")

Copyright