getSampleList: Get the sample list from the panglaoDB database.

Description Usage Value Examples

View source: R/getSampleList.R

Description

Get the sample list from the panglaoDB database.

Usage

1

Value

This function returns a data frame with 6 columns as follows:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# From the PanglaoDB database
# https://panglaodb.se/samples.html

sampleList <- getSampleList()
head(sampleList)

#       SRA        SRS                          Tissue     Protocol      Species Cells
# SRA553822 SRS2119548   Cultured embryonic stem cells 10x chromium Homo sapiens  6501
# SRA570744 SRS2253536                 Lung mesenchyme 10x chromium Mus musculus  4611
# SRA598936 SRS2428405                   Kidney cortex 10x chromium Homo sapiens  3759
# SRA644036 SRS2808714 Cervical and lumbar spinal cord 10x chromium Mus musculus  1025
# SRA670243 SRS3078084                Ventral midbrain 10x chromium Mus musculus  5603
# SRA689041 SRS3166675                           Colon 10x chromium Mus musculus  2878

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