initiate_grn | R Documentation |
RegulatoryNetwork
object.Initiate the RegulatoryNetwork
object.
Initiate the RegulatoryNetwork
object.
initiate_grn(object, ...)
## S3 method for class 'Seurat'
initiate_grn(
object,
regions = NULL,
peak_assay = "peaks",
rna_assay = "RNA",
exclude_exons = TRUE
)
## S3 method for class 'GRNData'
initiate_grn(
object,
regions = NULL,
peak_assay = "peaks",
rna_assay = "RNA",
exclude_exons = TRUE
)
object |
An object. |
regions |
Candidate regions to consider for binding site inference.
If |
peak_assay |
A character vector indicating the name of the chromatin
accessibility assay in the |
rna_assay |
A character vector indicating the name of the gene expression
assay in the |
exclude_exons |
Logical. Whether to consider exons for binding site inference. |
A GRNData object containing a RegulatoryNetwork object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.