Closed faricazjj closed 2 years ago
@faricazjj thanks for the feedback, I will use this example file to check it
@faricazjj , this issue is caused by the conflict between the annotator and GTF format in the previous version. It has been fixed now in the latest version. You can update your APAlyzer through:
BiocManager::install('RJWANGbioinfo/APAlyzer')
Then build the reference through using your GTF file:
GTFfile="gencode_2genes_Chr_prefix.vM18.annotation.gtf"
PASREFraw=PAS2GEF(GTFfile, AnnoMethod="V2")
refUTRraw=PASREFraw$refUTRraw
dfIPAraw=PASREFraw$dfIPA
dfLEraw=PASREFraw$dfLE
PASREF=REF4PAS(refUTRraw,dfIPAraw,dfLEraw)
close this ticket since it's fixed
Hi,
I'm provided a small Gencode GTF file with ~500 lines that I'd like to use to obtain reference regions from for APAlyzer. The code I'm using is:
However, I'm getting the following error: