Bam file for single-cell ATAC-seq data (GEO Accession GSE65360).
Original .fastq files were downloaded and then alignments were performed to obtained these files
Source: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE65360
1 2 3 | library(GenomicAlignments)
fl <- system.file("extdata", "GSM1596874.bam", package = "SCATEData")
a <- readGAlignments(fl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.