Description Usage Arguments Value Examples
View source: R/detectFileFormat.R
Detect file format
1 |
file |
file name |
FastqFile or BamFiles objects
1 2 3 4 | folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147")
files <- list.files(full.names=TRUE, path=folder)
input <- lapply(files, detectFileFormat)
sapply(input, class)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.