View source: R/callingCardsFunctions.R
rank_response_plot | R Documentation |
Given expresion and binding signal, plot the rank response a la doi:
rank_response_plot(
expression_df_list,
binding_df_list,
tf,
random_ratio,
lfc_thres = 0,
padj_thres = 0.05
)
expression_df_list |
a NAMED list of gene expression dataframes. Each dataframe must have the following columns, at minimum: c('gene', "log2FoldChange", "padj"). Names of items in the list must correspond to the data source (eg, 'kemmeren', 'brentlab', etc) |
binding_df_list |
a NAMED list of gene expression dataframes. Each dataframe must have the following columns, at minimum: c('gene', 'binding_signal'). Names of items in the list must correspond to the data source (eg, 'chip-chip', 'calling-cards', etc) |
tf |
the name of the TF – this will be the plot title |
lfc_thres |
expression log2foldchange threshold. default is 0 |
padj_thres |
expression padj threshold. default is .05 |
a ggplot object rank response plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.