Description Usage Arguments Details Value
Takes wide/matrix RFI data exported from Zeptosens where each row is an sample and each column is an antibody and turns it into tidy data.
1 |
df |
Dataframe in the (matrix) format of the raw data. |
ABnames |
Dataframe containing the antibody number - full antibody name key-pairs. |
Batch |
Batch code of the run. Can be single string or number. A column of this code will be added to the output dataframe. |
ave_reps |
Single logical indicating whether technical replicates (samples with the same names) should be averaged. |
pheno |
Dataframe containing information on the sample phenotypes, to merge with the data using sample names. |
A "Batch" column is added by default so that batches can be identified if tidy dataframes from several runs are joined together.
If the exact same sample name appears multiple times, they represent technical replicates and can be averaged using 'ave_reps'.
Tidy dataframe with columns containing full antibody names and phenotype information can also be merged into the base RFI dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.