Description Usage Arguments Details Value Examples
View source: R/createOmics_CheckSampleIDs.R
Check the class of the sample IDs and if they are unique. This assumes that the sample IDs are in the first column.
1 |
df |
An assay or phenotype data frame supplied to the
|
This function checks that the sample IDs are unique, then coerces them from factor to character (if necessary), stores these IDs as the first column, then returns the same data frame.
The same data frame, if the sample IDs pass sanity checks, with the sample IDs as a character vector.
1 2 3 4 5 6 7 | # DO NOT CALL THIS FUNCTION DIRECTLY. CALL FROM WITHIN CreateOmics().
## Not run:
data("colonSurv_df")
CheckSampleIDs(colonSurv_df[, -(2:3)])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.