View source: R/get_snp_lists.R
get_snp_lists | R Documentation |
Create gene list data.frame from input SNP lists
get_snp_lists(infile, genes)
infile |
a data.frame or a file path of SNP lists (two columns with header: listName, SNP) |
genes |
vector of gene names (genes detected in proteomic data) |
data.frame containing listName, gene and SNP columns (restricting to genes in input genes vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.