UW-GAC / genetable

A set of R functions to obtain gene definitions from an outside data source and make a table of those gene definitions in the GAC database
Other
0 stars 0 forks source link

make function to select by feature and attribute. #4

Closed bheavner closed 7 years ago

bheavner commented 7 years ago

given a tibble produced by importing the gencode file, I want to be able to subset it by feature and attribute (default feature = "transcript", attribute = "tag basic").

I can likely take tests and preliminary code from test_import_gencode.r and import-gencode.r