openPlink | R Documentation |
Open binary PLINK files
openPlink(fileName)
fileName |
character, represents the prefix of PLINK input file |
an PLINK file object with class name ("PlinkFile")
fileName = system.file("plink/all.anno.filtered.extract.bed", package = "seqminer")
fileName = sub(fileName, pattern = ".bed", replacement = "")
plinkObj <- openPlink(fileName)
str(plinkObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.