Skip to contents

Methods for IterableFragments objects

Usage

# S4 method for IterableFragments
show(object)

cellNames(x)

cellNames(x, ...) <- value

chrNames(x)

chrNames(x, ...) <- value

Arguments

object

IterableFragments object

x

an IterableFragments object

value

Character vector of new names

Value

  • cellNames() Character vector of cell names, or NULL if none are known

  • chrNames(): Character vector of chromosome names, or NULL if none are known

Details

  • cellNames<- It is only possible to replace names, not add new names.

  • chrNames<- It is only possible to replace names, not add new names.

Functions

  • show(IterableFragments): Print IterableFragments

  • cellNames(): Get cell names

  • cellNames(x, ...) <- value: Set cell names

  • chrNames(): Set chromosome names

  • chrNames(x, ...) <- value: Set chromosome names