metaprofile_psite_rW | R Documentation |
Function to plot read metaprofiles around the start and stop codons for a sample
metaprofile_psite_rW(reads_psite_list, annotation, sample, scale_factors = NULL, length_range = "all", transcripts = NULL, utr5l = 25, cdsl = 50, utr3l = 25, plot_title = NULL)
reads_psite_list |
A list of reads and their psite coordinates produced by |
annotation |
Annotation data table produced by |
sample |
Sample to be plotted. |
length_range |
Range of read lengths to be included. Default: "all". |
transcripts |
Vector of transcript names to be included. Default: NULL (includes all transcripts). |
utr5l |
Length of the 5'UTR upstream of start codon to be included in the plot. Default: 25. |
cdsl |
Length of the cds downstream of start codon and upstream od stop codon to be included in the plot. Default: 50. |
utr3l |
Length of the 3'UTR downstream of stop codon to be included in the plot. Default: 25. |
plot_title |
Title of the plot. Default: NULL. |
Read metaprofiles (ribosome occupancy plots) visualize the positional distribution of reads mapping around start and stop codons.
print_rop(reads_psite_list_LMCN, annotation_human_cDNA, "<file.path>/LMCN_RPF_ribosome_occupancy_profiles_from_annotation.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.