-
Notifications
You must be signed in to change notification settings - Fork 308
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
R language package for Adam #882
Milestone
Comments
Very cool! Easiest would be a pull request against this repo and then everyone could evaluate where it best fits. If you would like to contribute to bigdatagenomics repositories, and haven't yet, you may want to fill out a contributor license agreement. |
Just pinged @chanwit; he's working on licensing with his institution. We'll watch this ticket! |
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Jun 26, 2017
Resolves bigdatagenomics#882. Adds an R API that binds around the ADAM GenomicRDD APIs. Supports Spark 2.x and onwards, as accessible SparkR functionality for binding to Java libraries was added in Spark 2.0.0.
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Jun 26, 2017
Resolves bigdatagenomics#882. Adds an R API that binds around the ADAM GenomicRDD APIs. Supports Spark 2.x and onwards, as accessible SparkR functionality for binding to Java libraries was added in Spark 2.0.0.
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Jun 27, 2017
Resolves bigdatagenomics#882. Adds an R API that binds around the ADAM GenomicRDD APIs. Supports Spark 2.x and onwards, as accessible SparkR functionality for binding to Java libraries was added in Spark 2.0.0.
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Jul 11, 2017
Resolves bigdatagenomics#882. Adds an R API that binds around the ADAM GenomicRDD APIs. Supports Spark 2.x and onwards, as accessible SparkR functionality for binding to Java libraries was added in Spark 2.0.0.
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Jul 19, 2017
Resolves bigdatagenomics#882. Adds an R API that binds around the ADAM GenomicRDD APIs. Supports Spark 2.x and onwards, as accessible SparkR functionality for binding to Java libraries was added in Spark 2.0.0.
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Jul 21, 2017
Resolves bigdatagenomics#882. Adds an R API that binds around the ADAM GenomicRDD APIs. Supports Spark 2.x and onwards, as accessible SparkR functionality for binding to Java libraries was added in Spark 2.0.0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've successfully created a simple R package
AdamR
similar toSparkR
in the Spark project.It's been working greatly enough for me to do
countKmers
and turn its result into a local R dataset.How could I contribute this package? Does it fit into this project?
The text was updated successfully, but these errors were encountered: