getMarkers: Get the list of samples from the panglaoDB database with a...

Description Usage Arguments Value Examples

View source: R/getMarkers.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
## 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

rPanglaoDB documentation built on May 13, 2021, 1:07 a.m.