View source: R/limma_aux_functions.R
make_df_and_targets_great_again | R Documentation |
make_df_and_targets_great_again
This function Check wether sample names are coherent between the measurment dataframe and the target dataframe. If they are coherent, the target dataframe rows are reordered to match the column order of the measurment dataframe.
make_df_and_targets_great_again(df, targets)
df |
the measurment n*m dataframe (n is number of omic features, m is number of samples) where columns are ordered by conditions. |
targets |
A n*2 dataframe, where n is the number of samples. First column correspond to samples, second column correspond to conditions. |
A list, first element is the cleaned measurment dataframe and second element is the cleaned target dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.