View source: R/name_and_count_bigsnp.R
name_and_count_bigsnp | R Documentation |
bigSNP
A helper function to label and summarize the contents of a bigSNP
name_and_count_bigsnp(obj, id_var, quiet, outfile)
obj |
a |
id_var |
String specifying which column of the PLINK |
quiet |
Logical: should messages be printed to the console? Defaults to TRUE |
outfile |
The string with the name of the .log file |
a list with components:
counts: column-wise summary of the minor allele counts in 'genotypes'
obj: a modified bigSNP
list with additional components
X: the obj$genotypes
as its own FBM
pos: the obj$map$physical.pos
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.