add_atac_metadata | R Documentation |
Add nucleosome signal, TSS enrichment, and FRiP to a Seurat object
add_atac_metadata(
sobject,
gtf,
nucl_cutoff = 4,
tss_cutoff = 2,
frag_files,
verbose = TRUE
)
sobject |
Seurat object to be processed |
gtf |
String of path to a gtf file. |
nucl_cutoff |
Cutoff for nucleosome signal |
tss_cutoff |
Cutoff for TSS enrichment |
frag_files |
Named list of paths to fragment files. |
verbose |
Should functions be verbose? |
A Seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.