Description Usage Arguments Value
View source: R/reference_based.R
Find overlapping samples in single-cell and bulk data
1 | GetOverlappingSamples(sc.eset, bulk.eset, subject.names, verbose)
|
sc.eset |
Expression Set with single-cell data |
bulk.eset |
Expression Set with bulk data |
subject.names |
A character string. Name of phenoData attribute in sc.eset that indicates individual ID (that would be found in bulk.eset if overlapping) |
verbose |
Boolean. Print logging info |
samples A list with attributes overlapping and remaining. Each attribute refers to a character vector that lists the samples found in both datasets and samples found only in bulk, respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.