View source: R/TENxFragments-class.R
TENxFragments | R Documentation |
TENxFragments: Import fragments files from 10X
TENxFragments(resource, yieldSize = 200, which = GRanges(), ...)
resource |
character(1) The file path to the fragments resource, usually
a compressed tabix file with extension |
yieldSize |
numeric() The number of records to read by default, 200 records will be imported. A warning will be emitted if not modified. |
which |
GRanges() A GRanges indicating the regions of interest. This
get sent to |
... |
Further arguments to the class generator function (currently not used) |
A RaggedExperiment
object class
fr <- system.file(
"extdata", "pbmc_3k_atac_ex_fragments.tsv.gz",
package = "TENxIO", mustWork = TRUE
)
tfr <- TENxFragments(fr)
fra <- import(tfr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.