-
Notifications
You must be signed in to change notification settings - Fork 0
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
plyranges
: facilitate adding metadata columns via join_mcols_*
#10
Comments
@mikelove this looks simple enough (I could be very wrong). I will explore the source code and if I can do it, I will assign myself |
I think it should be simple. You can make a PR by forking plyranges and working on a new feature branch, and then we can ping Stuart to see if he likes it. |
Hi, @nahid18 still working on this? |
There is a related work from tidySE to allow joins on DataFrames. See the project list, I think it’s @lambdamoses |
Thanks for the pointer, @mikelove - the issue seems to be completed. Did you mean the mcols support for GRange? |
Sorry — from phone — but I thought it would allow for join onto DataFrame such as rowData. |
I believe we developed left join from DataFrama in tidy transcriptomics. Should be one of the challenges. As a note: could left_join be the method extended here rather than creating a new method? |
Currently, for GRanges
x
, to add metadata tomcols(x)
one must do:This could be turned into a plyranges convenience function,
join_mcols_*
, with * beingleft
orinner
.The text was updated successfully, but these errors were encountered: