mergeStrandseqFiles | R Documentation |
Merge strand libraries to generate a high-coverage Strand-seq library.
mergeStrandseqFiles(files, assembly, chromosomes = NULL,
pairedEndReads = FALSE, min.mapq = 10, remove.duplicate.reads = TRUE,
max.fragment.width = 1000)
files |
A character vector with files with aligned reads. |
assembly |
Please see |
chromosomes |
If only a subset of the chromosomes should be imported, specify them here. |
pairedEndReads |
Set to |
min.mapq |
Minimum mapping quality when importing from BAM files. Set |
remove.duplicate.reads |
A logical indicating whether or not duplicate reads should be removed. |
max.fragment.width |
Maximum allowed fragment length. This is to filter out erroneously wrong fragments due to mapping errors of paired end reads. |
A GRanges-class
object with reads.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.