Description Usage Arguments Value Author(s) See Also Examples
tries to find taxonomic names for samples (rows) in a dataset (data.frame),
1 | dataQC.TaxonListFromData(dataset)
|
dataset |
a data.frame. The dataset with samples as rows, and taxonomy information in the columns. using the MIxS or DarwinCore taxonomy terms, the taxonomy information will be extracted |
a vector with the highest level taxonomic name found, with genus and species epithet separated by a space.
Maxime Sweetlove CC-0 2020
Other quality control functions:
dataQC.LatitudeLongitudeCheck()
,
dataQC.TermsCheck()
,
dataQC.completeTaxaNamesFromRegistery()
,
dataQC.dateCheck()
,
dataQC.eventStructure()
,
dataQC.findNames()
,
dataQC.generate.footprintWKT()
,
dataQC.guess.env_package.from.data()
,
dataQC.taxaNames()
1 2 3 4 5 6 | test_metadata <- data.frame(sample_name=paste("sample", 1:5, sep="_"),
genus=c("Aulacoseira", "Calothrix confervicola",
"unknown species", "Micrasterias cf. denticulata",
"Calothrix sp."),
row.names=paste("sample", 1:5, sep="_"))
dataQC.TaxonListFromData(test_metadata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.