Description Usage Arguments Value Examples
View source: R/plotting_summaryStats.R
Plots a line for each fast 5 file, arranged by channel and experiment time when the signal was being recorded. The colour of each line can be specified by the user to reflect any metric they wish. The intention of the plot is to investigate trends that may appear at specific time points, or influence a subset of channels.
1 | channelActivityPlot(summaryData, zScale = NULL, zAverage = TRUE)
|
summaryData |
Object of class Fast5Summary. |
zScale |
A data.frame containg two columns. The first must be labelled 'id' and correspond to id field present in all slots in summaryData. The second column should contain data pertaining to that reads that you wish to be represented on the coloured z-axis. |
zAverage |
Logical indicating if a bar showing the mean across all channel for the choosen zScale should be shown on the plot. Defaults to TRUE. |
Returns an object of class gg
representing the plot.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.