TENxFragments-class | R Documentation |
GRanges
This class is designed to work mainly with fragments.tsv.gz
files from
10x pipelines.
## S4 method for signature 'TENxFragments,ANY,ANY'
import(con, format, text, ...)
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. |
Fragments data from 10x can be quite large. In order to speed up
the initial exploration of the data, we use a default of 200 records
for loading. Users can change this default value by specifying a new one
via the yieldSize
argument in the constructor function.
A TENxFragments
class object
import(con = TENxFragments, format = ANY, text = ANY)
: Import method for representing fragments.tsv.gz
data from 10x via Rsamtools
and RaggedExperiment
which
GRanges() A GRanges indicating the regions of interest. This
get sent to RSamtools
as the param
input.
yieldSize
numeric() The number of records to read by default, 200 records will be imported. A warning will be emitted if not modified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.