R/AromaUcscGenomeTextFile.R

setConstructorS3("AromaUcscGenomeTextFile", function(...) {
  extend(AromaGenomeTextFile(...), "AromaUcscGenomeTextFile")
})


setMethodS3("findByGenome", "AromaUcscGenomeTextFile", function(static, genome, type, tags=NULL, pattern=sprintf("^%s,UCSC(|,%s),%s[.]txt$", genome, paste(tags, collapse=","), type), ...) {
  NextMethod("findByGenome", genome=genome, tags=NULL, pattern=pattern)
}, static=TRUE)

setMethodS3("readDataFrame", "AromaUcscGenomeTextFile", function(this, colClasses=c("*"=NA), ...) {
  NextMethod("readDataFrame", colClasses=colClasses)
})

Try the aroma.core package in your browser

Any scripts or data that you put into this service are public.

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.