More posts like this
-
Single cell multiomics data i.e, sc(RNA+ATAC) seq data tar file
written by Rupanjali •Hello everyone, I have downloaded the dataset GSEXXXXXX from NCBI which provides single-cell multiome data (scRNA-seq + scATAC-seq). For each sample, the .tar.gz archive (GSEXXXXXX_10x_filtered_matrix.tar.gz) …
-
Unusual File Count in 10x scMultiome Data for Cell Ranger ARC Processing
written by Wu-Sheng Zhang •I just downloaded some single cell multiomics original sequencing data (.fastq.gz) from human cell atlas (HCA) from [here][1]. There are both single omics data and …
-
Transcriptome Improvement Using Cell Ranger Count vs. ARC for RNA-Seq Data from Frozen Nuclei in Mu…
written by NaomiK •Hi everyone, I'm working on a multimodal analysis of single cells from frozen nuclei, capturing both ATAC and RNA data from the same nuclei. While …
-
Integrate several multiome objects
written by Sky •I have scRNA-seq and scATAC-seq for two conditions (a control and stimulus). I have been trying to find a good tutorial but all I can …
-
Mutual information method for gene markers identification ???
written by Ondina •Hello everyone, I'm searching for an R or Python package which would allow an efficient gene marker selection with the usage of Mutual Information. The …
-
How to aggregate scATAC and multiome scATAC data while preserving the barcodes from the multiome
written by Luna_P •Hello everyone, I am working on single-cell analysis of my data. From 10X Genomics, I have scATAC-seq data and also multiome (measurements of scRNA + …
-
Is there a tutorial/ demo on single cell nuclei-seq analysis
written by Emily •Is there a tutorial/demo on single cell nuclei-seq (snRNA-seq or sNuc-seq) downstream analysis? I see lots of scRNA-seq when trying to google it but not …
-
Analyzing Single Cell Multiom ATAC Seq data (without Single Cell RNA Seq data) using SEURAT
written by halimaakhter014 •I am a newbie in analyzing single-cell data. I am working with single cell multiom ATAC seq data and I don't have the relevant single …
-
Data integration tools for multi-omics sequencing data
written by marina.v.yurievaI was wondering what are the best tools used for sequencing data integration? What I have is multiple bulk RNA-seq, scRNA-seq, ATAC-seq, scATAC-seq, Hi-C and …
-
Regulatory Network Inference from Single-cell RNAseq Data
written by whou •Dear all, I am a postdoc with applied mathematics and bioinformatics background. I recently proceed to work on dynamic network inference from single-cell RNA-seq (scRNA-seq) …
You could try the Seurat WNN tutorial for integrating Multiome 10x RNA + ATAC data. Basically you would pre-process the datasets independently (RNA with Seurat and ATAC with Signac/Seurat) and then join them in the same Seurat object.