-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inquiry about Loading scATAC-seq matrices into R #2
Comments
jzhou@jiang:/mnt/d/##files/#atac/HD2$ tail atac_peaks.bed jzhou@jiang:/mnt/d/##files/#atac/HD2$ head atac_peak_annotation.tsv jzhou@jiang:/mnt/d/##files/#atac/HD2$ tail -5 atac_fragments.tsv |
For RNA, I suppose you are using the 10X Genomics 3' kit, and For ATAC, what method are you using? It seems you are missing the |
Hello,
i analyzed upstream data in this dataset (GSE199994) . i download SRA file from EBI, then i change then into fastq file, then i transform their names to standard name and run cellranger_atac. i got error as following:
2.7% (< 10%) of read pairs have a valid 10x barcode. This could be a result of poor sequencing quality,
a sample mixup, or running the wrong pipeline, for example, running `cellranger-atac` on Multiome ATAC + GEX data, or vice versa.
The whole code is as following :
ascp -QT -l 300m -P33001 \-i ~/miniconda3/envs/my10x/etc/asperaweb_id_dsa.openssh ***@***.***:/vol1/srr/SRR186/006/SRR18613306 .
mv SRR18613306 SRR18613306.sra
parallel-fastq-dump -t 12 -O ./ --split-files --gzip -s SRR18613306.sra
mv *.fastq.gz /home/ubuntu/GSE199994/scATAC/2.raw_fastq
mv SRR18613295_1.fastq.gz SRR18613295-P5_S9_L001_I1_001.fastq.gz
mv SRR18613295_2.fastq.gz SRR18613295-P5_S9_L001_R1_001.fastq.gz
mv SRR18613295_3.fastq.gz SRR18613295-P5_S9_L001_R2_001.fastq.gz
mv SRR18613295_4.fastq.gz SRR18613295-P5_S9_L001_R3_001.fastq.gz
cellranger-atac count --id=SRR18613295-P5 \
--reference=/home/ubuntu/biosoftware/refdata-cellranger-arc-GRCh38-2020-A-2.0.0 \
--fastqs=/home/ubuntu/GSE199994/scATAC/2.raw_fastq \
--sample=SRR18613295-P5 \
--localcores=24 \
--localmem=96
could you help me?
best wishes
Jiang
At 2022-11-12 16:38:18, "Xi Chen" ***@***.***> wrote:
Hi @jiangzh-coder
For RNA, I suppose you are using the 10X Genomics 3' kit, and filtered_feature_bc_matrix is generated by cellranger. You can use Seurat to load and analysis the data.
For ATAC, what method are you using? It seems you are missing the matrix.mtx file. Since you have the fragment file, maybe you can generate the matrix by yourself. I think Signac can do this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
If you read the method section of GSE199994 from this publication, you will realise that they were not using the 10x scATAC kit. Instead, they used the 10x Multiome Kit that profiles ATAC and RNA from the same single cell. You should use cellranger-arc for this type of data. I hope this helps. |
Hi
Thanks lot!
However, when i tried another dataset, metadata is missing.
i got following errors for upstream analysis.
(my10x) ***@***.***:/home/ubuntu/GSE158398/scATAC/sra# cellranger-atac count --id=SRR12695067 \
--reference=/ home/ ubuntu/ biosoftware/ refdata-cellranger-arc-GRCh38-2020-A-2.0.0 \
--fastqs=/ home/ ubuntu/ GSE158398/ scATAC/ sra \
error: Found argument 'home/' which wasn't expected, or isn't valid in this context
If you tried to supply `home/` as a PATTERN use `-- home/`
USAGE:
cellranger-atac count [FLAGS] [OPTIONS] --id <ID> --reference <PATH> --fastqs <PATH>...
For more information try --help
(my10x) ***@***.***:/home/ubuntu/GSE158398/scATAC/sra# --sample=SRR12695067 \
--localcores=24 \
--localmem=96
--sample=SRR12695067: command not found
best wishes
Jiang
At 2022-11-15 18:57:38, "Xi Chen" ***@***.***> wrote:
Hi @jiangzh-coder
If you read the method section of GSE199994 from this publication, you will realise that they were not using the 10x scATAC kit. Instead, they used the 10x Multiome Kit that profiles ATAC and RNA from the same single cell.
You should use cellranger-arc for this type of data.
I hope this helps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi
It works for reading but fail for this dataset pepline.
cellranger-atac count --id=sample345 \
--reference=/home/ubuntu/biosoftware/refdata-cellranger-arc-GRCh38-2020-A-2.0.0 \
--fastqs=/home/ubuntu/GSE158398/scATAC/sra \
--sample=SRR12695067 \
--localcores=24 \
--localmem=96
[error] Pipestance failed. Error log at:
sample345/SC_ATAC_COUNTER_CS/SC_ATAC_COUNTER/_BASIC_SC_ATAC_COUNTER/_ATAC_MATRIX_COMPUTER/MAKE_ATAC_SHARDS/fork0/chnk0-u809b7395e4/_errors
Log message:
Unable to read barcode sequence for read ID SRR12695067.1 1 length=50: there was no I2 read FASTQ and we were unable to read a 16-base barcode from the FASTQ header. Make sure that the flow cell was demultiplexed correctly.
Waiting 6 seconds for UI to do final refresh.
Pipestance failed. Use --noexit option to keep UI running after failure.
best
At 2022-11-15 18:57:38, "Xi Chen" ***@***.***> wrote:
Hi @jiangzh-coder
If you read the method section of GSE199994 from this publication, you will realise that they were not using the 10x scATAC kit. Instead, they used the 10x Multiome Kit that profiles ATAC and RNA from the same single cell.
You should use cellranger-arc for this type of data.
I hope this helps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Can I analyze only the ATAC data from my single cell multiome experiment? – 10X Genomics
https://kb.10xgenomics.com/hc/en-us/articles/360061165691-Can-I-analyze-only-the-ATAC-data-from-my-single-cell-multiome-experiment-
At 2022-11-15 18:57:38, "Xi Chen" ***@***.***> wrote:
Hi @jiangzh-coder
If you read the method section of GSE199994 from this publication, you will realise that they were not using the 10x scATAC kit. Instead, they used the 10x Multiome Kit that profiles ATAC and RNA from the same single cell.
You should use cellranger-arc for this type of data.
I hope this helps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi
i want to analyze some scATAC-seq data. And after unzip, i got 10 folders (1 patient per folder). In folder, there are 2 subfolders in whcih scRNAseq data and scATAC-seq data exist seperately. Within these 2 subfolders, there are files generated by cell ranger ( i attached 2 pic.)
How may i loading scATAC-seq matrices as well as scRNAseq data into R? Could you kindly provide some codes?
The text was updated successfully, but these errors were encountered: