Documentation ¶
Overview ¶
Package convert handles the merging of microarray genotype calls with the more detailed information required for a VCF.
Included is a VCF with the union of the loci included in 23andme and ancestry.com microarray chips. The convert package intersects this VCF with the sites in the raw data by marker name, the `rsid`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewclientWithRef ¶
NewclientWithRef returns a new Client, containing the specified ref
func (*Client) Convert23AndMe ¶
func (c *Client) Convert23AndMe()
func (*Client) ConvertAncestry ¶
func (c *Client) ConvertAncestry()
Click to show internal directories.
Click to hide internal directories.