print_read_end_heatmap | R Documentation |
Function to print out metaheatmaps of reads around start and stop codons for all samples to a pdf file.
print_read_end_heatmap(reads_list, annotation, outfile, cl = 85, utr5l = 50, cdsl = 50, utr3l = 50)
reads_list |
A reads_list object produced by |
annotation |
Annotation data table 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 uncommon read lengths. Default:85. |
utr5l |
Length of 5'UTR segment to be included upstream of translation start site. Default: 50. |
cdsl |
Length of coding sequence to be included downstream of translation start site and upstream of translation termination site. Default: 50. |
utr3l |
Length of 3'UTR segment to be included downstream of translation termination site. Default: 50. |
Heatmaps of reads (stratified by read length) mapping to positions around the start and stop codon provide a visual sense regarding a reasonable offset for p-site assignment as well as the 3-base periodicity of RPF reads.
print_read_end_heatmap(reads_list_LMCN, annotation_human_cDNA, "<file.path>/LMCN_RPF_read_end_heatmaps.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.