plotDistrib | R Documentation |
This function allows you to plot TFBS distributions in a given list of peak sets from the output of motifDistrib().
plotDistrib(motifDistrib)
motifDistrib |
Required. motifDistrib() output. |
TFBS distribution PDF file.
CEBPB_peaks <- loadPeaks(id = "MM1_HSA_K562_CEBPB") motifDistrib_output <- motifDistrib(id = "MM1_HSA_K562_CEBPB", peak_list = list(CEBPB_peaks[1:100,]), peak_id = c("MM1_HSA_K562_CEBPB")) plotDistrib(motifDistrib = motifDistrib_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.