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

Expose transform/transmute in Java/Python/R #1615

Closed
fnothaft opened this issue Jul 21, 2017 · 0 comments
Closed

Expose transform/transmute in Java/Python/R #1615

fnothaft opened this issue Jul 21, 2017 · 0 comments
Assignees
Milestone

Comments

@fnothaft
Copy link
Member

Another one that I realized that we're missing and that should be straightforward after #1613.

@fnothaft fnothaft added this to the 0.23.0 milestone Jul 21, 2017
@fnothaft fnothaft self-assigned this Jul 21, 2017
fnothaft added a commit to fnothaft/adam that referenced this issue Jul 24, 2017
Resolves bigdatagenomics#1615. Adds `GenomicDatasetConversion` class to adam-core API, along
with accompanying implementations in `org.bdgenomics.adam.api.java` package.
Adds `transformDataFrame` and `transmuteDataFrame` to `GenomicRDD` API. To
enable use from Python and R, we provide a `DataFrameConversionWrapper` that
wraps the product of an R/Python function in a Spark Java API `Function`.
fnothaft added a commit to fnothaft/adam that referenced this issue Jul 24, 2017
Resolves bigdatagenomics#1615. Adds `GenomicDatasetConversion` class to adam-core API, along
with accompanying implementations in `org.bdgenomics.adam.api.java` package.
Adds `transformDataFrame` and `transmuteDataFrame` to `GenomicRDD` API. To
enable use from Python and R, we provide a `DataFrameConversionWrapper` that
wraps the product of an R/Python function in a Spark Java API `Function`.
fnothaft added a commit to fnothaft/adam that referenced this issue Aug 2, 2017
Resolves bigdatagenomics#1615. Adds `GenomicDatasetConversion` class to adam-core API, along
with accompanying implementations in `org.bdgenomics.adam.api.java` package.
Adds `transformDataFrame` and `transmuteDataFrame` to `GenomicRDD` API. To
enable use from Python and R, we provide a `DataFrameConversionWrapper` that
wraps the product of an R/Python function in a Spark Java API `Function`.
heuermh pushed a commit that referenced this issue Aug 2, 2017
Resolves #1615. Adds `GenomicDatasetConversion` class to adam-core API, along
with accompanying implementations in `org.bdgenomics.adam.api.java` package.
Adds `transformDataFrame` and `transmuteDataFrame` to `GenomicRDD` API. To
enable use from Python and R, we provide a `DataFrameConversionWrapper` that
wraps the product of an R/Python function in a Spark Java API `Function`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant