This Function will give the data.cq samples for one Cq type in a dataframe

  • helper function.

Cq.data.df(CqType = NA, onlyNumeric = FALSE, return = FALSE)

Arguments

CqType

this is the Cq value columns from the input.cq that should be used.

onlyNumeric

Will only use samples that are a numerical (for percentages the "%" will be stripped)

return

standard=FALSE will write in global scope! Otherwise will return the dataframe.

Value

standard: returns nothing. Creates a dataframe or creates a a dataframe data.cq.sum in global scope