genome resource of other species #940
Unanswered
pengxin2019
asked this question in
Questions / Documentation
Replies: 1 comment
-
Please see the manual https://www.archrproject.com/bookdown/getting-set-up.html section 1.5.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear ArchR development team,
I am handling scATAC data of other species. (neither human nor mouse).
From the document of addArchRGenome function, I realize that it is possible to create this global environment variable representing the genome: https://www.archrproject.com/reference/addArchRGenome.html
Taking
createArrowFiles
as example, https://www.archrproject.com/reference/createArrowFiles.htmlIt seems like both the input of the
getGeneAnnotation
andgetGenomeAnnotation
is an ArchRProject object. But I did not find the function to create this ArchRProject object using a non-ArrowFiles. I findArchRProject
but is requires aArrowFiles
as input. I can query the gene annotation from other packages likeAnnotationHub
but I do not know how to make it to be a ArchRProject object.Also, in terms of
createGenomeAnnotation
at https://www.archrproject.com/reference/createGenomeAnnotation.htmlIf I remember correctly, the source of the BSgenome is UCSC not ensembl which is what we preferred in terms of the species we are working on. It seems like only a BSgenome object could be accepted by createGenomeAnnotation. Providing the http to the gtf file of the genome or annotation would not work, right?
Is creating a BSgenome by myself the only solution that might work?
Thanks
Best
PENNY
Beta Was this translation helpful? Give feedback.
All reactions