Description Usage Arguments Details Value Author(s) See Also Examples
A convenience function for retrieving simple barcodes from idat file names.
1 | getBarcodes(path = getwd(), recurse = FALSE)
|
path |
The path or a character vector to the directory or directories in which to find the idat files. |
recurse |
logical; should the function check subdirectories to derive barcodes from any found idat files. The default is |
Barcodes will be generated by all found idats in path(s). The default path is the current working directory.
A character vector of barcodes.
Ryan Putney ryanputney@gmail.com
1 2 3 4 | if(require(minfiData)){
path <- system.file("extdata/5723646052", package="minfiData")
barcodes <- getBarcodes(path = path)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.