-
Notifications
You must be signed in to change notification settings - Fork 12
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 #6
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 |
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, The whole code is as following : ascp -QT -l 300m -P33001 -i ~/miniconda3/envs/my10x/etc/asperaweb_id_dsa.openssh \era-fasp@fasp.sra.ebi.ac.uk:/vol1/srr/SRR186/006/SRR18613306 . mv SRR18613306 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 cellranger-atac count --id=SRR18613295-P5 could you help me? |
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: