
Last chance! 50% off unlimited learning
Sale ends in
Get or set the genomic link information for a Seurat object or ChromatinAssay
Links(object, ...)Links(object, ...) <- value
# S3 method for ChromatinAssay
Links(object, ...)
# S3 method for Seurat
Links(object, ...)
# S3 method for ChromatinAssay
Links(object, ...) <- value
# S3 method for Seurat
Links(object, ...) <- value
A Seurat object
Arguments passed to other methods
A GRanges
object
# NOT RUN {
Links(atac_small[["peaks"]])
Links(atac_small)
links <- Links(atac_small)
Links(atac_small[["peaks"]]) <- links
links <- Links(atac_small)
Links(atac_small) <- links
# }
Run the code above in your browser using DataLab