lookup_symbol: Retrieve information about a sequence via gene symbol and...

Description Usage Arguments References Examples

Description

Retrieve information about a sequence via gene symbol and species

Usage

1
2
lookup_symbol(symbol, expand = FALSE, species = "homo_sapiens",
  format = "full", return_format = "json")

Arguments

symbol

character, gene symbol(s) from which to retreive information.

species

character, species from which to retreieve information. See info_species for a list of avaliable species. Defaults to homo_sapiens

format,

character, type of record to return either 'full' or 'condensed'

return_format,

character method by which record is returned. Defaults to json

symbol

logical, if TRUE return information about transcripts/proteins associated with these record. Defaults to FALSE

References

lhttp://rest.ensembl.org/documentation/info/symbol_lookup

Examples

1
2
3
human_brca <- lookup_symbol("BRCA2")
chimp_brca <- lookup_symbol("BRCA2", species="ptro")
chimp_brca_expanded <- lookup_symbol("BRCA2", species="ptro", expand=TRUE)

dwinter/rensembl documentation built on May 15, 2019, 6:22 p.m.