Help with error makeTxDbFromGFF in GenomicFeatures package
0
0
Entering edit mode
13 months ago
Chris ▴ 280

Hi all,

Would you have a suggestion for the error below? Thank you so much.

txdb <- makeTxDbFromGFF(opt$gtf)

Error in .detect_file_format(file) : Invalid 'file'. Must be a path to a file, or an URL, or a connection object, or a GFF3File or GTFFile object.

opt $cores [1] 1

$help [1] FALSE

I am trying to follow the codes here to annotate Grange object created from DiffBind but not sure if the input for the list function below correct:

https://github.com/jianhong/atacseq/blob/master/bin/diffbind.r

option_list <- list(make_option(c("-d", "--design"), type="character", default=NULL, help="samplesheet_DiffBind.csv", metavar="path"),
                    make_option(c("-p", "--peaks"), type="character", default=NULL, help="peak files", metavar="string"),
                    make_option(c("-g", "--gtf"), type="character", default=NULL, help="Homo_sapiens.GRCh38.107.gtf", metavar="path"),
                    make_option(c("-b", "--blacklist"), type="character", default=NULL, help="hg38-blacklist.v2.bed", metavar="path"),
                    make_option(c("-s", "--species"), type="character", default=NULL, help="species", metavar="string"),
                    make_option(c("-c", "--cores"), type="integer", default=1, help="16", metavar="integer"))
ATAC-seq • 813 views
ADD COMMENT
1
Entering edit mode

Replace opt$gtf with a path to your GTF file such as "/file/path/genome.gtf" If you're processing this in the R interpreter instead of running this on the command line and providing those options as arguments to the script.

ADD REPLY
0
Entering edit mode

I tried that before seeing your suggestion but I saw the infinity sign when running so not sure if that is correct. Thank you for your reply!

ADD REPLY
1
Entering edit mode

If it's a large gtf and/or compressed it might take a minute or two to load. I would give it some time and see if it completes.

ADD REPLY
0
Entering edit mode

Could I ask a follow up question about the output of annotatePeakInBatch() below?enter image description here

ADD REPLY

Login before adding your answer.

Traffic: 1649 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6