At least for me it seems the rmsk-fetch step fails using the following code:
mySession <- browserSession("UCSC")genome(mySession) <- "hg38"hg38.rmsk <- getTable(ucscTableQuery(mySession, track="RepeatMasker", table="rmsk"))
`hg38.rmskGRanges <- GRanges(seqnames=hg38.rmsk$genoName,
Manual download from UCSC gives ~5+M-lines of elements but download using code above only fetches 1M lines. Don't know if there is some extra option one can use to get the full matrix but on my machine I get 1M lines. Ran your excellent pipeline some years back and then I got the full rmsk-file. Rerunning same code now does not.
Hi,
Followed the CNEr workflow outlined in https://bioconductor.org/packages/release/bioc/vignettes/CNEr/inst/doc/CNEr.html#cne-identification.
At least for me it seems the rmsk-fetch step fails using the following code:
mySession <- browserSession("UCSC")
genome(mySession) <- "hg38"
hg38.rmsk <- getTable(ucscTableQuery(mySession, track="RepeatMasker", table="rmsk"))
`hg38.rmskGRanges <- GRanges(seqnames=hg38.rmsk$genoName,The UCSC coordinate is 0-based.
Manual download from UCSC gives ~5+M-lines of elements but download using code above only fetches 1M lines. Don't know if there is some extra option one can use to get the full matrix but on my machine I get 1M lines. Ran your excellent pipeline some years back and then I got the full rmsk-file. Rerunning same code now does not.