check_in: Check the proportion of species that are annotated in the...

Description Usage Arguments Examples

View source: R/mdat_check_in.R

Description

This function takes the microbe directory dataframe and the species list as input. It reports the proportion of species in the input list that are present in the microbe directory. If the parameter guess_names == TRUE then it will try and guess names of the input to match the microbe directory. The function returns the species list (revised or original depending if names were guessed)

Usage

1
2
check_in(microbe_directory = microbe_directory,
  species_list = species_list, guess_names = TRUE)

Arguments

microbe_directory

species_list guess_names

Examples

1
check_in(microbe_directory=microbe_directory, species_list=species_list, guess_names=TRUE)

nickilott/MDAT documentation built on Sept. 7, 2020, 7:03 a.m.