View source: R/dist_stopcodon.R
dist_stopcodon | R Documentation |
Calculate the distance between peak center to stop condon.
dist_stopcodon(target_peakcenter, annotation_file)
target_peakcenter |
A |
annotation_file |
A |
The calculation of distance between the peak center and stop codon is based on the transcriptome coordinates eliminating the disturbance of intron.
It will return a data.frame
file specifing the distance of peak center to stop cond and the site of each peak center.
## Not run: Group1_peakcenter2stopcondon <- dist_stopcodon(target_peakcenter=Group1_peakcenter, annotation_file=GENE_ANNO_GTF) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.