help for genNullSeqs()
when I used genNullSeqs()
genNullSeqs('test.bed',genomeVersion = 'hg19',length_match_tol=500)
somthing wrong as following:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘seqnames’ for signature ‘"NULL"’
please help, thanks so much
• 1,367 views
•
link
1 answer
Thanks for your reply. I just find I did not import related genome (BiocManager::install('BSgenome.Hsapiens.UCSC.hg19.masked'))
It is now working normally.
• 0 views
•
link
Log in to answer this question.
I do not know the package but it could be that the
test.bedis empty or not existing at that location. Be sure to give the full path to the file like'path/to/test.bed'.