common_core: Common Core

View source: R/common_core.R

common_coreR Documentation

Common Core

Description

Using the core_methods output, return a dataframe of taxa IDs, the number of core methods they are included in, and the name of the core methods of inclusion

Usage

common_core(data, threshhold = 0)

Arguments

data

the core_methods output of your taxa table

threshhold

number of methods to include in results, all methods included by default

Examples

## Not run: 
core_methods(arabidopsis) %>% common_core(threshhold = 2)

## End(Not run)

MayaGans/CoreMicro documentation built on March 5, 2023, 2:54 a.m.