Description Usage Arguments Functions
Calculates the fold changes between samples for a given set of comparisons.
plotFC
plots these fold changes as a bar graph.
1 2 3 4 |
tidydf |
Tidy dataframe of RFI values and their corresponding sample and phenotype information. There should NOT be any technical replicates (samples with the same sample name). |
comparisons |
Dataframe with 2 columns and n rows, where n is the
number of desired comparisons. The fold change to be calculated will be
column 1 divided by column 2, for each comparison/row. For |
logdata |
Single logical indicating: |
RFI_col |
Name of column containing RFI values, as string. |
samples |
Single logical indicating whether the comparison is of samples or ABs. |
ABnames |
Optional argument. Merges full antibody names to the output dataframe. |
fc_df |
Dataframe of fold changes generated by |
normalised |
Single logical indicating whether the data have been normalised. |
calcFC
: Generates a dataframe of fold changes for each
comparison, with columns of corresponding names of samples compared and
their phenotype description.
plotFC
: Creates faceted barplots of fold changes of the
desired comparisons for each antibody/sample, in the current graphics
device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.