codon2transcript | R Documentation |
Function to sum up codon counts per transcript.
codon2transcript(tr_codon_read_count_loess_corrected_list, count_type)
tr_codon_read_count_loess_corrected_list |
A list of codon level read counts for all samples and transcripts.
It is the second element of a tr_codon_bias_coeff_corrected_count object produced by |
count_type |
Options: "observed_count", "corrected_count". |
Stalling bias correction is performed at the codon level but differential translational efficiency analysis is ususally performed at transcript level. This function sums up codon level counts (observed or corrected) for each transcript.
A data frame where the first column is transcript IDs and the remaining columns contain per transcript read counts for all samples.
rpf_observed_sum_LMCN <- codon2transcript(tr_codon_bias_coeff_loess_corrected_count_LMCN$tr_codon_read_count_loess_corrected, "observed_count") rpf_corrected_sum_LMCN <- codon2transcript(tr_codon_bias_coeff_loess_corrected_count_LMCN$tr_codon_read_count_loess_corrected, "corrected_count")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.