Skip to content
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

Creating ARROW files :ERROR Found in .fastTSSCounts for (Mock1 : 1 of 1) #2149

Open
YaoyJiang opened this issue Apr 16, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@YaoyJiang
Copy link

My log file:
ArchR-createArrows-2a3c284c353742-Date-2024-04-15_Time-01-37-40.623548.log

I removed chromosomes that are reported to be detected 0 Fragments according to the log file by adding excludeChr = chromosome_ids when creating ARROW file. I still encountered ERROR:

<simpleError in .getFragsFromArrow(ArrowFile = ArrowFile, chr = names(featureList)[x], out = "IRanges", cellNames = cellNames): Chromosome NA not in ArrowFile! Available Chromosomes are : NC_013276.1,NW_024429180.1,NW_024429181.1,NW_024429182.1,...

Below are the code that I used to create gene annotation:
genomeAnnotation <- createGenomeAnnotation(genome = Bsgenome.BCM.Maur2.0, filter=FALSE) txdb <- TxDb.Mesocricetus.auratus.v1 genes <- genes(txdb) tss <- promoters(genes, upstream = 0, downstream = 1) exons <- exons(txdb) geneAnnotation <- createGeneAnnotation( TSS = tss, exons = exons, genes = genes )

Below are the code that I used to create ARROW files:
ArrowFiles <- createArrowFiles( inputFiles = inputFiles, sampleNames = names(inputFiles), minTSS = 4, minFrags = 1000, addTileMat = TRUE, addGeneScoreMat = TRUE, genomeAnnotation = genomeAnnotation, geneAnnotation = geneAnnotation, subThreading = FALSE, excludeChr = chromosome_ids )

What should I do next to create the ARROW files?

@YaoyJiang YaoyJiang added the bug Something isn't working label Apr 16, 2024
@rcorces
Copy link
Collaborator

rcorces commented Apr 16, 2024

Hi @YaoyJiang! Thanks for using ArchR! Lately, it has been very challenging for me to keep up with maintenance of this package and all of my other
responsibilities as a PI. I have not been responding to issue posts and I have not been pushing updates to the software. We are actively searching to hire
a computational biologist to continue to develop and maintain ArchR and related tools. If you know someone who might be a good fit, please let us know!
In the meantime, your issue will likely go without a reply. Most issues with ArchR right not relate to compatibility. Try reverting to R 4.1 and Bioconductor 3.15.
Newer versions of Seurat and Matrix also are causing issues. Sorry for not being able to provide active support for this package at this time.

@rersister
Copy link

@YaoyJiang Hello, how about this question, I am facing this problem same as you. Is there any suggestion to solve it. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants