readPagoda2SelectionAsFactor {pagoda2} | R Documentation |
Read a pagoda2 cell selection file and return it as a factor while removing any mutliclassified cells
Description
Read a pagoda2 cell selection file and return it as a factor while removing any mutliclassified cells
Usage
readPagoda2SelectionAsFactor(filepath, use.internal.name = FALSE)
Arguments
filepath |
name of the selection file |
use.internal.name |
boolean Use field 'internal.name' as factor names (default=FALSE). Passed to factorFromP2Selection |
Value
a name factor with the membership of all the cells that are not multiclassified
[Package pagoda2 version 1.0.12 Index]