Description Usage Arguments Value Author(s) Examples
Helper to performs the workflow analysis with CNVPanelizer from the read counts and splitting the batch of samples analyzed
1 2 3 4 5 6 7 8 9  |             CNVPanelizerFromReadCountsHELPER(sampleReadCounts,
                                             referenceReadCounts,
                                             genomicRangesFromBed,
                                             numberOfBootstrapReplicates = 10000,
                                             normalizationMethod = "tmm",
                                             robust = TRUE,
                                             backgroundSignificanceLevel = 0.05,
                                             outputDir = file.path(getwd(), "CNVPanelizer"),
                                             splitSize = 5)
 | 
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  | 
splitSize | 
 Split size of the batches analyzed  | 
Returns a list with the results of each samples analyzed
Cristiano Oliveira
1 2 3 4 5 6 7 8 9 10 11 12  |     
    
            CNVPanelizerFromReadCountsHELPER(sampleReadCounts,
                                             referenceReadCounts,
                                             genomicRangesFromBed,
                                             numberOfBootstrapReplicates = 10000,
                                             normalizationMethod = "tmm",
                                             robust = TRUE,
                                             backgroundSignificanceLevel = 0.05,
                                             outputDir = file.path(getwd(), "CNVPanelizer"),
                                             splitSize = 5)
    
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.