REF3UTR | R Documentation |
Build 3'UTR PAS Reference for distal and proximal PAS.
REF3UTR(refUTR)
refUTR |
a dataframe containing 6 colmuns for 3'UTR PASs: 'gene_symbol', 'Chrom', 'Strand', 'Proximal', 'Distal', 'cdsend' |
The function REF3UTR()
returns a genomic ranges of aUTR(pPAS to dPAS)
and cUTR(cdsend to pPAS) regions for each gene
Ruijia Wang
## build Reference ranges for 3'UTR PASs in mouse library(repmis) URL="https://github.com/RJWANGbioinfo/PAS_reference_RData/blob/master/" file="mm9_REF.RData" source_data(paste0(URL,file,"?raw=True")) refUTRraw=refUTRraw[which(refUTRraw$Chrom=='chr19'),] UTRdbraw=REF3UTR(refUTRraw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.