rends_heat_rW | R Documentation |
Function to print out read end heatmaps of a sample.
rends_heat_rW(reads_list, annotation, sample, transcripts = NULL, cl = 95, utr5l = 50, cdsl = 50, utr3l = 50, log_colour = F, colour = "black")
reads_list |
A reads_list object produced by |
annotation |
Annotation data table produced by |
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. |
outfile |
The path and name of the output pdf file. |
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.