getCellsInSelections {pagoda2} | R Documentation |
Returns all the cells that are in the designated selections. Given a pagoda2 selections object and the names of some selections in it returns the names of the cells that are in these selections removed any duplicates
Description
Returns all the cells that are in the designated selections. Given a pagoda2 selections object and the names of some selections in it returns the names of the cells that are in these selections removed any duplicates
Usage
getCellsInSelections(p2selections, selectionNames)
Arguments
p2selections |
a p2 selections object |
selectionNames |
the names of some selections in th p2 object |
Value
a character vector of cell names
[Package pagoda2 version 1.0.12 Index]