Error when adding Kmer Bias to Coverage Files in addGroupCoverages #1946
Replies: 2 comments 6 replies
-
As far as I know, this:
doesnt do anything to the actual underlying sequences? |
Beta Was this translation helpful? Give feedback.
-
This is definitely not the case. The BSgenome object is obtained from the project: Lines 248 to 255 in c61b064 You'll have to step through the code to figure this out on your end. There isnt much more I can do. This is where the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone:
I am using the custom genome annotation of the T2T.CHM13v2.0.
How I create the annotation files is as follows:
As you can see I change the seqnames to fit them to my reference file.
The analysis process goes well until I use the addGroupCoverages() to make the pseudo-bulk replicates.
I got an error "chr1 Error in BSgenome[[availableChr[x]]] : no such sequence" when it went to add the kmer bias.
I notice that I may have the same problem as #322 , but the author didn't provide his solution there.
I think that the command didn't use the genome I created but use the seqname from the original "BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0", so it can't match to the chromosome name in my project file.
I want to ask can I let the addGroupCoverages() use the custom annotation file to add kmer bias?
Here is my log file:
ArchR-addGroupCoverages-618b45f340f2-Date-2023-05-14_Time-15-16-12.log
Beta Was this translation helpful? Give feedback.
All reactions