-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: invalid subscript #238
Comments
Hi, I encountered the same issue, and here's the solution: |
Hi @YujingLin123 What do you mean by "fix the GFF file using TBtools to update it to the latest version"? What's the problem with the GTF or GFF downloaded from Ensembl directly? Thanks. |
The original GFF : And then convert this GFF to the new GFF using TBtools, like this: Finally, convert this new GFF to GTF using gffread. |
Hi, thanks for your tools.
When I try to give annotion to my bed file of ATAC-Seq data, I used code of following.
peakAnno <- annotatePeak(Ascl1_1_peaks,TxDb=txdb,tssRegion=c(-3000, 3000), verbose=FALSE,addFlankGeneInfo=TRUE, flankDistance=5000,annoDb="org.Mm.eg.db")
But it always prompts the error like 'Error: invalid subscript'.
So I try to check my input file with
head(peaks)
.Is there any mistakes in my file, or how can I solve this problem?
The text was updated successfully, but these errors were encountered: