View source: R/deannotateDetails.R
deannotateDetails | R Documentation |
deannotateDetails
takes a data.frame that contains annotated
experimental details and converts it from having columns for each file and
rows for each experimental detail to having rows for each file and columns
for each detail.
deannotateDetails(existing_exp_details, apply_class = TRUE)
existing_exp_details |
the annotated output from
|
apply_class |
TRUE (default) or FALSE for whether to set the class of
each column to numeric or character data based on the data classes listed
in |
a list of simulator experimental details
Annotated <- annotateDetails(MDZdetails)
Deannotated <- deannotateDetails(Annotated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.