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

what is the difference between "motifAnnotations" and "motifAnnotations_hgnc_v9" , and what impact will it have on the results? #447

Open
Chenchen3Chen opened this issue Mar 13, 2024 · 0 comments

Comments

@Chenchen3Chen
Copy link

Chenchen3Chen commented Mar 13, 2024

I'm sorry, I'm still new to SCENIC and RStudio.

when I was running it on RStudio , it always reported following error when creating scenicOptions.

Report error:
Motif databases selected:
hg19-500bp-upstream-7species.mc9nr.feather
hg19-tss-centered-10kb-7species.mc9nr.feather
Error in eval(as.name(motifAnnotName)) :
object 'motifAnnotations_hgnc' not found;

After Report error;
NitializeScenic did create the object (object_name is "motifAnnotations") will appear in Environment of RStudio.
Then all I had to do was

           motifAnnotations_hgnc <- motifAnnotations

then run initializeScenic again. The code runs smoothly.

However, I see that others can also run it through annother line of code.

code:
data(list="motifAnnotations_hgnc_v9", package="RcisTarget")

             motifAnnotations_hgnc <- motifAnnotations_hgnc_v9

The two objects "motifAnnotations" and "motifAnnotations_hgnc_v9" are different in Environment of RStudio;

1111

Therefore, I am very confused about the differences between these two methods, and which method is better to use.

I would really appreciate it if any one can give some suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant