| read.var.table | R Documentation |
Note - ensure the status in the names match your desired encoding! There are individuals with ambiguous statues, that you may require to be encoded in a specific fashion for you current purposes.
read.var.table(fname)
fname |
A file name, expected format of contents is: #CHROM POS REF ALT MS-5678-1001_A MS-5678-1002_U ... chr3 46203838 G A 0/1 0/0 ... |
A dataframe. Data will be worked into a data frame with format. name status variant MS-5678-1001 A 0/1
ex.infile <-system.file('extdata/example_vcf_extract_5678.tsv',
package = 'KinformR')
read.var.table(ex.infile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.