Description Usage Arguments Value
This functions gives a vector of annotated markers of a cell type within a predefined species.
1 2 3 | getMarkerGenes(celltype, species, field = c("marker_accession",
"marker_name"), positive = TRUE, filter_list = list(),
exclusive = NULL, server = "http://markers.blebli.de")
|
celltype |
name of celltype |
species |
name of species (as can be found using getSpecies function) |
field |
can be either "marker_accession" to get GeneIDs or "marker_name" to return gene names |
positive |
True by default. Only return positive markers |
filter_list |
Additional filters in list format (i.e: list(stage = "p7")). Wildcards can be added by using a "%" sign. So, if all embryonic mouse markers are wanted, a list like list(stage="E%") can be used. |
exclusive |
Either Null, "all" or a vector with celltypes. If provided, only marker genes are returned that are exclusive to the celltype specified in "celltype" amongst all annotated markers or the celltypes given in this parameter. |
server |
URL of the server hosting the markerDB website. |
character vector of marker genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.