I am encountering this error, and I am not sure why.
Has anyone have an idea how to deal with this?
aide(gtf_path = "./Homo_sapiens.GRCh38.105.gtf", bam_path = "./KUKS10_Aligned.sortedByCoord.out.bam", fasta_path = "./Homo_sapiens.GRCh38.dna.primary_assembly.fa", out_dir = "./", readLen = 100, strandmode = 0, ncores = 20)
[1] "extracting gene models from GTF "
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK...
[1] "estimating fragment length ..."
[1] "start estimating mean and sd of fragment length ..."
[1] "number of genes used: 11529"
*Error in (1 - h) qs[i] : non-numeric argument to binary operator**
Hello,
I am encountering this error, and I am not sure why. Has anyone have an idea how to deal with this?
aide(gtf_path = "./Homo_sapiens.GRCh38.105.gtf", bam_path = "./KUKS10_Aligned.sortedByCoord.out.bam", fasta_path = "./Homo_sapiens.GRCh38.dna.primary_assembly.fa", out_dir = "./", readLen = 100, strandmode = 0, ncores = 20) [1] "extracting gene models from GTF " Import genomic features from the file as a GRanges object ... OK Prepare the 'metadata' data frame ... OK Make the TxDb object ... OK...
[1] "estimating fragment length ..." [1] "start estimating mean and sd of fragment length ..." [1] "number of genes used: 11529" *Error in (1 - h) qs[i] : non-numeric argument to binary operator**
Thank you! Asta