meta_otu_sort: [text]

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

[text]

Usage

1
meta_otu_sort(otu_table, meta_sample_id)

Arguments

otu_table

[text]

meta_sample_id

[text]

Details

[text]

Value

[text]

Note

[text]

Author(s)

[text]

References

[text]

See Also

[text]

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (otu_table, meta_sample_id) 
{
    otu.sort = otu_table[, match(meta_sample_id, names(otu_table))]
    return(otu.sort)
  }

dlemas/microbes documentation built on May 15, 2019, 9:15 a.m.