Description Usage Arguments Value Author(s) Examples
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 | CNVPanelizerFromReadCounts(sampleReadCounts,
referenceReadCounts,
genomicRangesFromBed,
numberOfBootstrapReplicates = 10000,
normalizationMethod = "tmm",
robust = TRUE,
backgroundSignificanceLevel = 0.05,
outputDir = file.path(getwd(), "CNVPanelizer"))
|
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 |
Returns a list with the results of each samples analyzed
Cristiano Oliveira
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.