metataxa2subcounts {manta}R Documentation

create a new (sub) count table out of a subcomponent of the metatranscriptome

Description

A simple and easy way to pull a subcomponent transcriptome out of the metatranscriptome. This one line function is useful for those wanting to just see the count data for one species or to create a new DGE or manta object on a subset of data.

Usage

metataxa2subcounts(x, meta.lev='species', taxa.filter)

Arguments

x

a manta object.

meta.lev

the name of the taxinomic rank on which to subset.

taxa.filter

the name of the taxonomy at the meta.lev rank on which to subset.

Value

a count table

See Also

manta

Examples


load(system.file('extdata','PapaGO-BLAST.results-diatoms.Rdata',package='manta'))
metataxa2subcounts(x, meta.lev='species', taxa.filter='Pseudo-nitzschia granii')


[Package manta version 1.30.0 Index]