getSampleList {rPanglaoDB}R Documentation

Get the sample list from the panglaoDB database.

Description

Get the sample list from the panglaoDB database.

Usage

getSampleList()

Value

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

Examples

# 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

[Package rPanglaoDB version 0.2.1 Index]