as.table {metadna} R Documentation

Extract the annotation result from metaDNA algorithm module as data table

Description

Usage

as.table(metaDNA, result,
    unique = FALSE,
    cutoff = 0.75);

Arguments

metaDNA

[as Algorithm]

result

a collection of the CandidateInfer.

unique

[as boolean]

cutoff

the score cutoff for filter the result list. [as double]

env

[as Environment]

Details

Authors

BioNovoGene

Value

A collection of the MetaDNAResult data objects that could be used for represented as the result table.

clr value class

Examples


[Package metadna version 1.0.0.0 Index]