rlength_distr_rW | R Documentation |
Function to plot ribo-seq read length distribution of a sample.
rlength_distr_rW(reads_list, sample, transcripts = NULL, cl = 99)
reads_list |
A reads_list object produced by |
sample |
Sample name. |
transcripts |
A vector containing the names of transcripts to be included. Default: NULL (all transcripts are included). |
cl |
An integer in [1,100] specifying a confidence level to restrict the plot to a sub-range of read lengths. Default: 99. Use this argument to avoid printing out extremely uncommon read lengths. Default:99. |
This function produces a read length histogram for the specified sample.
rlength_distr_rW(reads_list_LMCN, "CN34_r1_rpf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.