Skip to content
Prev 12952 / 21312 Next

[Bioc-devel] IGV VCF demo, other suggestions? [was Re: IGV - a new package in preparation]

You could look at the rtracklayer API. For example, using gets functions
like track<-() and range<-() to set track and region may be more natural to
R users. Then again, if there were endomorphic functions add_track() and
set_range(), the API would support chaining. There should be no need to
explicitly construct a track; just rely on dispatch and class semantics,
i.e., passing a VCF object to add_track() would create a variant track
automatically.




On Mon, Mar 12, 2018 at 5:20 PM, Paul Shannon <
paul.thurmond.shannon at gmail.com> wrote: