assay_summary: Identify the number of each assay run across specific...

View source: R/assay-data.R

assay_summaryR Documentation

Identify the number of each assay run across specific samples.

Description

The default assay is listed first, the rest of the order is undetermined.

Usage

assay_summary(x, ...)

Arguments

x

FacileDataSet

samples

sample descriptor

with_count

return the number of samples in samples that are assayed over each assay as a column in return

Details

A tibble: 2 × 3
assay    ndatasets nsamples
<chr>        <int>    <int>
scrnaseq         3       26
snrnaseq         3       20

Value

rows from assay_info_tbl that correspond to the assays defined over the given samples. If no assays are defined over these samples, you're going to get an empty tibble.


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.