Description Usage Arguments Value Author(s)
View source: R/functions_main.R
This function will scan the subfolders of files/input folder for .fastq.gz or .bam files, or the files/output folder for .bam files. To generate .bam files from .fastq files, the input folders should be scanned using the type = "fastq" parameter. Next, to conduct the analysis on .bam files that were generated in this step, use type = "bam". Please refer to the tutorial for more details.
1 | AlleleProfileR.read.folders(type = "fastq")
|
type |
Input data type in the files/input folder, use either 'fastq' or 'bam'. If QC processing was conducted using AlleleProfileR, use fastq-clean. |
Sample table, listing the fastq or bam files for each sample.
Arne Bruyneel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.