You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly: nice job in trying to automate a FacileDataSet data-package creation via the create_FDS_pkg function.
While you have gone through the trouble of implementing this, you might want to go the last mile and have the dataset object that is created from the constructor function you are glue-ing together be a subclass of the FacileDataSet.
Minimally, this will allow the user to then create a dataset-specific facet_frame so it can more easily/transparently be used in TFE's faceted-analyses functionalities.
it might make sense to make these source and feature_type values you are setting here to be parameters of this function, as I'd imagine most people these days will probably be using "ensembl" feature types.
Good catch on the IGIS thing.
The package creation magic was Jonathan. Pretty cool, I agree. Yes, I
suppose we should get "IGIS" and "entrez" as args.
Pete
____________________
Peter M. Haverty, Ph.D.
Genentech, Inc.
phaverty@gene.com
On Wed, Sep 26, 2018 at 9:56 AM, Steve Lianoglou ***@***.***> wrote:
Also, is this function supposed to be a Genentech-only function? I ask
because:
1.
The @examples code is quite GNE-specific w/ the ep.* stuff (I
understand the convenience of putting that there for now); and
2.
This code block:
mcols(x)$source = "IGIS"
mcols(x)$feature_type = "entrez"
it might make sense to make these source and feature_type values you
are setting here to be parameters of this function, as I'd imagine most
people these days will probably be using "ensembl" feature types.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH02K3eDoSI1-EojRdmeS8OO23V_W8PMks5ue7HSgaJpZM4W7FkY>
.
Firstly: nice job in trying to automate a FacileDataSet data-package creation via the
create_FDS_pkg
function.While you have gone through the trouble of implementing this, you might want to go the last mile and have the dataset object that is created from the constructor function you are glue-ing together be a subclass of the FacileDataSet.
Minimally, this will allow the user to then create a dataset-specific
facet_frame
so it can more easily/transparently be used in TFE's faceted-analyses functionalities.You might change the end of the function from something like this:
To this (untested: I don't really use glue, so might be totally wrong :-)
The text was updated successfully, but these errors were encountered: