Description Usage Arguments Value See Also Examples
This method returns the name of the families in an ExposomeSet, but it can return a vector, labeled with the exposures in the ExposomeSet, containing the family belonging to each exposure.
1 | familyNames(object, by.exposure = FALSE)
|
object |
|
by.exposure |
(default |
The families of the exposures into the ExposomeSet, or the family of each exposure into the ExposomeSet.
exposureNames to get the name of the exposures, phenotypeNames to get the phenotypes
1 2 3 4 5 | data("exposome")
# Get families
familyNames(expo)
# Get the family of each exposure
familyNames(expo, by.exposure = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.