CNVPanelizerFromReadCounts: CNVPanelizerFromReadCounts

Description Usage Arguments Value Author(s) Examples

Description

Performs the workflow analysis with CNVPanelizer from the read counts and splitting the batch of samples analyzed

Usage

1
2
3
4
5
6
7
8
            CNVPanelizerFromReadCounts(sampleReadCounts,
                                       referenceReadCounts,
                                       genomicRangesFromBed,
                                       numberOfBootstrapReplicates = 10000,
                                       normalizationMethod = "tmm",
                                       robust = TRUE,
                                       backgroundSignificanceLevel = 0.05,
                                       outputDir = file.path(getwd(), "CNVPanelizer"))

Arguments

sampleReadCounts

samples read counts matrix

referenceReadCounts

reference read counts matrix

genomicRangesFromBed

genomic ranges from bed

numberOfBootstrapReplicates

number of bootstrap replicates

normalizationMethod

Normalization method ("tmm" or "tss")

robust

if TRUE, the median is used instead of mean

backgroundSignificanceLevel

The background Significance Level

outputDir

Output directory

Value

Returns a list with the results of each samples analyzed

Author(s)

Cristiano Oliveira

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
    
    
            CNVPanelizerFromReadCounts(sampleReadCounts,
                                       referenceReadCounts,
                                       genomicRangesFromBed,
                                       numberOfBootstrapReplicates = 10000,
                                       normalizationMethod = "tmm",
                                       robust = TRUE,
                                       backgroundSignificanceLevel = 0.05,
                                       outputDir = file.path(getwd(), "CNVPanelizer"))
    

biostuff/CNVPanelizer documentation built on May 12, 2019, 9:25 p.m.