knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(rrrSingleCellUtils)
multiomics_hg19 <- tenx_load_qc(h5_file = "/home/gdrobertslab/lab/Counts/S0150/filtered_feature_bc_matrix.h5", species_pattern = "^hg19-", exp_type = "GEX+ATAC") multiomics_hg19
Seurat::DefaultAssay(multiomics_hg19) <- "ATAC" multiomics_hg19 <- annotate_atac(multiomics_hg19, "/home/gdrobertslab/lab/GenRef/10x-human_arc/genes/genes.gtf")
multiomics_hg19 <- add_nucleosome_signal(multiomics_hg19)
multiomics_hg19 <- tss_enrichment(multiomics_hg19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.