View source: R/wholeGenomeCor.R
wholeGenomeCor | R Documentation |
Whole-genome correlation between samples
wholeGenomeCor(
bam_files,
chr_sizes,
suffix = ".bam",
bin_size = 10000,
nthreads = 3,
paired_end = FALSE
)
bam_files |
Character vector of bam file paths. |
chr_sizes |
Text files with the sizes for each chormosome, as obtain from |
suffix |
Suffix to remove from bam files to use as sample names. Default: ".bam". |
nthreads |
Number of cores to use for the analysis. |
paired_end |
Logical indicating whether the libraries are paired end or not. (Default: FALSE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.