psite_info_rW | R Documentation |
Function to add p-site offset information to a reads_list object
psite_info_rW(reads_list, offset, site = NULL, fastapath = NULL, fasta_genome = TRUE, refseq_sep = NULL, bsgenome = NULL, gtfpath = NULL, txdb = NULL, dataSource = NA, organism = NA, granges = FALSE)
reads_list |
A reads_list object produced by |
offset |
Offset data table produced by |
... |
... |
This functions adds to each read four pieces of information regarding its p-site: distance from start of the transcript, distance from start and end of the coding sequence (CDS), and region (5' UTR, CDS or 3' UTR).
reads_psite_list_LMCN <- psite_info_rW(reads_list_LMCN, psite_offset_LMCN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.