Description Usage Arguments Value See Also Examples
First, the iseq_split_reads function uses shortread package function "readFastq" to load all reads from a .fastq or .fastq.gz file. Then the reads containing an anchor sequence are extracted and these reads are split to retreive - UMI - Barcode_1 sequences (and stored in a table with 2 columns) Finally a column with the sample_ID is added.
1 | raid_split_reads(fastq_file)
|
fastq_file |
fastq formatted files in a directory path. Default settings or more information from ShortRead::readFastq(fastq_file) |
a tsv file with three columns: UMI , Barcode_1 , sample_ID
1 | RAID_split_reads("experiment/data/sample-ID.fastq.gz")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.