deannotateDetails: De-annotate a data.frame of experimental details that was...

View source: R/deannotateDetails.R

deannotateDetailsR Documentation

De-annotate a data.frame of experimental details that was previously annotated

Description

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.

Usage

deannotateDetails(existing_exp_details, apply_class = TRUE)

Arguments

existing_exp_details

the annotated output from extractExpDetails or extractExpDetails_mult where the argument "annotate_details" was set to TRUE or the output from annotateDetails

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 AllExpDetails. If set to FALSE, all data classes will be character.

Value

a list of simulator experimental details

Examples


Annotated <- annotateDetails(MDZdetails)
Deannotated <- deannotateDetails(Annotated)


shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.