BioProviders
BioProviders copied to clipboard
F# library for accessing and manipulating bioinformatic datasets.
There are a couple of issues with the current generation of documentation using fsdocs. I've spent some time trying to figure these out, but have not had any success yet....
At present, the type provider only supports GenBank, though there are routes to use RefSeq data that lead to "unsupported" message outputs. Once we are happy with the state of...
According to Alex, the Metadata in the GenBankFlatFile type does not provide all the available metadata fields. We need to check whether there are any useful ones (such as Locus)...
At present, the [BioProviders examples](https://github.com/fsprojects/BioProviders) only show how to use the type provider in an .fsx script file. Since we are publishing on NuGet, it will likely be used in...