filterType {biomaRt} | R Documentation |
Displays the type of the filer given a filter name.
filterType(filter,mart)
filter |
A valid filter name. Valid filters are given by the listFilters function |
mart |
object of class Mart, created using the useMart function |
Steffen Durinck
if(interactive()){ mart = useMart("ensembl", dataset="hsapiens_gene_ensembl") filterType("chromosome_name", mart) }