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

getFootprints #2113

Open
uhnxuxi opened this issue Feb 13, 2024 · 2 comments
Open

getFootprints #2113

uhnxuxi opened this issue Feb 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@uhnxuxi
Copy link

uhnxuxi commented Feb 13, 2024

seTSS <- getFootprints(
ArchRProj = Fibroblast_mCAF,
positions = GRangesList(TSS = getTSS(Fibroblast_mCAF)),
groupBy = "group",
flank = 250)

ArchR logging to : ArchRLogs/ArchR-getFootprints-2fcf91d741-Date-2024-02-12_Time-22-30-36.917754.log
If there is an issue, please report to github with logFile!
2024-02-12 22:30:37.004513 : Computing Kmer Bias Table, 0.001 mins elapsed.
2024-02-12 22:30:50.2054 : Finished Computing Kmer Tables, 0.22 mins elapsed.
2024-02-12 22:30:50.206266 : Computing Footprints, 0.221 mins elapsed.
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'values' in selecting a method for function 'Rle': Object 'Coverage/chrY/Values' does not exist in this HDF5 file.

This is breast cancer patients' single cell multiome data.So all the patients are female. When I add the addGroupCoverages, there is for sure no chrY exists. I don't know how to fix it.

@uhnxuxi uhnxuxi added the bug Something isn't working label Feb 13, 2024
@rcorces
Copy link
Collaborator

rcorces commented Feb 13, 2024

Hi @uhnxuxi! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.

It is worth noting that there are very few actual bugs in ArchR. If you are getting an error, it is probably something specific to your dataset, usage, or computational environment, all of which are extremely challenging to troubleshoot. As such, we require reproducible examples (preferably using the tutorial dataset) from users who want assistance. If you cannot reproduce your error, we will not be able to help.
Before going through the work of making a reproducible example, search the previous Issues, Discussions, function definitions, or the ArchR manual and you will likely find the answers you are looking for.
If your post does not contain a reproducible example, it is unlikely to receive a response.

__In addition to a reproducible example, you must do the following things before we help you, unless your original post already contained this information:
1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved?
2. Did you post your log file? If not, add it now.
3. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.

@uhnxuxi
Copy link
Author

uhnxuxi commented Feb 13, 2024

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

2 participants