View source: R/calculateScore.R
calculateScore | R Documentation |
calculate Score
calculateScore( readsMatrix, abSamples, abTargets, roi = "Gene", sep = "-", thrScore = 7 )
readsMatrix |
a reads matrix with samples in columns and targets in lines (the first column are the targets) |
abSamples |
the abSamples list result of the abSamples function |
abTargets |
a list of dataframes of the targets tagged as outliers result of the abTargets() function |
roi |
the region of interest (Gene or Gene-Exon) |
sep |
a character the separator between roi in the bed file |
thrScore |
(default 0) a threshold on the localization score |
the score associated with the abSamples in the desired roi
abS <- abSamples(readsMatrixExample) abT <- abTargets(readsMatrixExample,abSamples(readsMatrixExample)) calculateScore(readsMatrixExample, abS, abT, sep="-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.