View source: R/subset_allelic.R
A function that returns multi-allelic SNPs.
1 | subset_allelic(df, col.set.uniq = 1, return.everything = TRUE, how = "MULTI")
|
df |
data.frame or data.table |
col.set.uniq |
column number that should be used to check for uniqness |
return.everything |
should the whole data.frame be returned? |
how |
a string that must be either 'multi' or 'bi' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.