getMarkers {rPanglaoDB}R Documentation

Get the list of samples from the panglaoDB database with a pattern of expression for a set of molecular markers.

Description

Get the list of samples from the panglaoDB database with a pattern of expression for a set of molecular markers.

Usage

getMarkers(include, exclude = NULL)

Arguments

include

A set of molecular markers to query the database. This set of genes needs to be expressed in the sample.

exclude

A set of molecular markers to query the database. This set of genes needs to be absent in the sample.

Value

The rows in the data frame are the samples matching the requested pattern. The returned data frame contain 7 columns as follows:

Examples

## Not run: 
Fibrocytes <- getMarkers(include = c('ACTA2', 'CD34', 'FAP'))
Fibrocytes
## End(Not run)

#       SRA        SRS       Specie Tissue Cluster   Cell-Type         Markers
# SRA681285 SRS3121028 Mus musculus Dermis       4 Fibroblasts +ACTA2+CD34+FAP

[Package rPanglaoDB version 0.2.1 Index]