print_read_ldist | R Documentation |
Function to print out read length distributions of all samples in a reads_list object to a pdf file.
print_read_ldist(reads_list, outfile, cl = 99)
reads_list |
A reads_list object produced by |
outfile |
The path and name of the output pdf file. |
cl |
An integer in [1,100] specifying a confidence level to restrict the plot to a sub-range of read lengths. Use this argument to avoid printing out extremely uncommon read lengths. Default: 99. |
This function saves the read length histograms of all samples in a reads_list object to a pdf file.
print_read_ldist(reads_list_LMCN, "<file.path>/LMCN_RPF_Read_length_distributions.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.