GenomicsDB / GenomicsDB-R

Experimental R bindings to the native GenomicsDB library
GNU General Public License v2.0
4 stars 2 forks source link

Add support for returning results in the form of data.table in addition to list of lists. #6

Open nalinigans opened 5 years ago

nalinigans commented 5 years ago

Add an option to request to query for variants/calls as either List of Lists or a data.table. This will probably require another instance of GenomicsDBVariantCallProcessor to be registered.