You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test DEScan2 on hg38 aligned bam files, however it does not seem to work at the countFinalRegions step:
finalRegions <- DEScan2::countFinalRegions(regionsGRanges=regionsGR, readsFilePath=bam.files, fileType="bam", minCarriers=1,genomeName="hg38", onlyStdChrs=TRUE, saveFlag=FALSE,verbose=FALSE)
Error in setGRGenomeInfo(GRanges = regionsGRanges, genomeName = genomeName) :
Cannot find the in genome hg38 Maybe a problem of chromosome labels
How can I resolve this?
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to test DEScan2 on hg38 aligned bam files, however it does not seem to work at the countFinalRegions step:
How can I resolve this?
The text was updated successfully, but these errors were encountered: