Description Usage Arguments Details Value
Will try to guess paired / unpaired wig, bed, bam files.
1 | findLibrariesInFolder(dir, types, pairedEndBam = FALSE)
|
dir |
Which directory / directories to create experiment from |
types |
Default (bam, bed, wig), which types of libraries to allow |
pairedEndBam |
logical FALSE, else TRUE, or a logical list of TRUE/FALSE per library you see will be included (run first without and check what order the files will come in) 1 paired end file, then two single will be c(T, F, F). If you have a SRA metadata csv file, you can set this argument to study$LibraryLayout == "PAIRED", where study is the SRA metadata for all files that was aligned. |
Set pairedEndBam if you have paired end reads as a single bam file.
(data.table) All files found from types parameter. With 2 extra column (logical), is it wig pairs, and paired bam files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.