View source: R/clean_endPoint_info.R
clean_endPoint_info | R Documentation |
As of ToxCast 4.1, this function only helps clean up abbrieviations found in the end_point_info data frame.
clean_endPoint_info(end_point_info)
end_point_info |
Data frame Endpoint information from ToxCast. |
The returned data frame is based on end_point_info, but with some endPoints filtered out and some additional categories in intended_target_family and intended_target_family_sub. The names in intended_target_family are revised to look more appealing in graphs and tables.
end_point_info <- end_point_info
nrow(end_point_info)
cleaned_ep <- clean_endPoint_info(end_point_info)
nrow(cleaned_ep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.