annotateSHARK: Annotate the downloaded dataset

View source: R/importShark.R

annotateSHARKR Documentation

Annotate the downloaded dataset

Description

Annotate the downloaded dataset

Usage

annotateSHARK(data)

Arguments

data

(Required) The dataset.

possibly

(Optional, default=TRUE) Logical. If TRUE: datasets that does not fit the format (cannot be read as TSV) will not be downloaded. If FALSE: the function will stop if an errournous dataset is encountered.

Value

Annotated dataframe.

Examples

data <- getSHARK("Phytoplankton") %>%
   addDyntaxa() %>%
   annotateSHARK()


andreasnovotny/shaRk documentation built on Feb. 12, 2023, 7:06 p.m.