R/biomaRtClasses.R

setClass("Mart",
         representation(biomart = "character",
                        host = "character",
                        vschema = "character",
                        version = "character",
                        dataset = "character",
                        filters = "data.frame",
                        attributes = "data.frame"#,
                       # archive = "logical"
                        ),
         prototype(dataset = "",
                   vschema="default"#,
                  # archive = FALSE
                   )
         )

Try the biomaRt package in your browser

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

biomaRt documentation built on Feb. 11, 2021, 2:01 a.m.