TENxPeaks-class | R Documentation |
This class is designed to work with the files denoted with "peak_annotation"
in the file name. These are usually produced as tab separated value files,
i.e., .tsv
.
## S4 method for signature 'TENxPeaks,ANY,ANY'
import(con, format, text, ...)
## S4 replacement method for signature 'SingleCellExperiment,ANY'
annotation(object, ...) <- value
## S4 method for signature 'SingleCellExperiment'
annotation(object, ...)
con |
The connection from which data is loaded or to which data is
saved. If this is a |
format |
The format of the output. If missing and |
text |
If |
... |
Parameters to pass to the format-specific method. |
object |
The object to export. |
value |
The annotation information to set on |
This class is a straightforward class for handling peak data. It can
be used in conjunction with the annotation
method on a
SingleCellExperiment
to add peak information to the experiment. The
ranged data is represented as a GRanges
class object.
A TENxPeaks
class object
import(con = TENxPeaks, format = ANY, text = ANY)
: Import a peaks_annotation file from 10x as a
GRanges
representation
annotation(object = SingleCellExperiment) <- value
: Replacement method to add annotation data to a
SingleCellExperiment
annotation(SingleCellExperiment)
: Extraction method to obtain annotation data from
a SingleCellExperiment
representation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.