We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using get_names = T, with pre_skids are excitatory uPNs, post_skids Duck and Pigeon.
get_names = T
pre_skids
post_skids
One VA1v uPN name shows up as a target, even though the skid matches Duck.
duck = catmaid_skids("Duck R") pigeon = catmaid_skids("Pigeon R") av1a_fafb = c(duck, pigeon) inputs_av1a_fafb = catmaid_get_connectors_between(pre_skids = upns_fafbsk, post_skids = av1a_fafb, get_names = T) table(inputs_av1a_fafb$post_name) AV1a1#1 2659705 FML Duck - downstream of DL4 691 AV1a1#2 2684793 Pigeon RJVR FML ZM 302 PN glomerulus VA1v 52107 AA inputs_av1a_fafb %>% filter(post_skid == av1a_fafb & !(post_name%in%unique(inputs_av1a_fafb$post_name)[2:3])) 1
I assume the skid is correct, and the name is not.
The text was updated successfully, but these errors were encountered:
807d8e8
No branches or pull requests
Using
get_names = T
, withpre_skids
are excitatory uPNs,post_skids
Duck and Pigeon.One VA1v uPN name shows up as a target, even though the skid matches Duck.
I assume the skid is correct, and the name is not.
The text was updated successfully, but these errors were encountered: