Indexing fragments file created using a custom script (paired RNA, ATAC single-end reads) #1504
sallyseullee-0821
started this conversation in
General
Replies: 1 comment 3 replies
-
The error indicates that the fragments are not correctly sorted by coordinate. FYI, the fragment file you're constructing here will not be correct. The start and end coordinates of each entry represent the two Tn5 cut sites that generated the fragment. In this case, you have one cut site and then are adding another one 150 bp away which is not necessarily where Tn5 cut. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I used custom scripts to process paired RNA and ATAC data (single-end reads) into matrix files and bam output files for joint analysis, and also fragments.tsv.gz for the ATAC data.
I am trying to create ATAC assay using CreateChromatinAssay with the fragments file I generated. However, it seems like I require an indexed fragments file in the same directory.
The code I used to generate my fragments.tsv.gz from the bam files is the following:
With the generated tsv.gz file, I used
However, I get an error saying
I would really appreciate your help with troubleshooting this.
Thank you! Looking forward to any insights!
Best,
Sally
Beta Was this translation helpful? Give feedback.
All reactions