View source: R/plot_motif_coverage.R
This function takes a DATA.FRAME with Mean Depth Coverage data as input, and plots it
1 2 3 4 5 6 7 | plot_motif_coverage(
data = "",
trend_line = TRUE,
tf_name = "",
sample_name = "",
output_dir = ""
)
|
data |
Data.frame with mean depth coverage data. |
trend_line |
Draw trend line. Default TRUE |
tf_name |
Transcription Factor name |
sample_name |
Sample name |
output_dir |
Directory to output results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.