PAS2GEF | R Documentation |
Build 3'UTR PAS and IPA (IPA and LE) Reference using GTF file.
PAS2GEF(GTFfile,AnnoMethod="V2")
GTFfile |
GTF file of gene annotation |
AnnoMethod |
annotation method used to build PAS reference, either 'legacy' or 'V2', default is 'V2' |
The function PAS2GEF()
returns 3 input tables of PAS references:
PASREF$refUTRraw is for 3'UTR PAS,
PASREF$dfIPA and PASREF$dfLE are for IPA references.
Ruijia Wang
## build Reference ranges for 3'UTR PASs in mouse download.file(url='ftp://ftp.ensembl.org/pub/release-99/gtf/mus_musculus/Mus_musculus.GRCm38.99.gtf.gz', destfile='Mus_musculus.GRCm38.99.gtf.gz') GTFfile="Mus_musculus.GRCm38.99.gtf.gz" PASREF=PAS2GEF(GTFfile, AnnoMethod="V2") refUTRraw=PASREF$refUTRraw dfIPA=PASREF$dfIPA dfLE=PASREF$dfLE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.