File: methods-import.R

package info (click to toggle)
r-bioc-variantannotation 1.52.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,372 kB
  • sloc: ansic: 1,357; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
### =========================================================================
### import methods 
### =========================================================================

setMethod("import", "VcfFile", function(con, format, text, ...) {
    if (!missing(format))
        rtracklayer:::checkArgFormat(con, format)
    readVcf(con, ...)
})