-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.r
30 lines (29 loc) · 1.11 KB
/
data.r
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#' Foliar endophytic fungi across the Hawaiian Archipelago
#'
#' A dataset containing an OTU table (species-by-site), environmental
#' metadata, and host plant phylogeny.
#'
#' @format A list containing 4 objects:
#' \describe{
#' \item{otutable:}{
#' data.frame object where each row is a sample and each column is a
#' fungal OTU (actually ASV from DADA2). Rownames are sample IDs.
#' }
#' \item{metadata:}{
#' data.frame object containing environmental metadata for samples in
#' otutable. SampleID column of metadata matches rownames of otutable.
#' }
#' \item{supertree:}{
#' Phylogenetic tree containing all host plant genera in PlantGenus
#' column of metadata.
#' }
#' \item{taxonomy:}{
#' UNITE (v8) taxonomy for OTUs in otutable. Assigned using BLAST, e-value (eval) and UNITE best hit (hit) are given as well.
#' }
#' }
#' @source Darcy et al. (2020) Fungal communities living within leaves
#' of native Hawaiian dicots are structured by landscape‐scale
#' variables as well as by host plants. Mol Ecol 29:3102-3115
#' https://doi.org/10.1111/mec.15544
#'
"endophyte"