Description Usage Arguments Value
Create X Y linked SNP's allelic expression
Create Non Sexual linked SNP's allelic expression
1 2 3 4 5 | processSexualData(gatk_ai, countsToCall, total, callheteroThr,
species = c("hsapien", "mmusculus"), removeNonDBsnp = TRUE)
processNonSexualData(gatk_ai, countsToCall, total, callheteroThr,
species = c("hsapien", "mmusculus"), removeNonDBsnp = TRUE)
|
gatk_ai |
allelic imbalance from |
countsToCall |
how many counts to the alternative allele to call |
total |
use tota as denominator in the allele ratios |
callheteroThr |
the threshold to call hetorozygous |
species |
either hsapiens or mmusculus. Choose the species to remove pseudoAutosomal regions |
removeNonDBsnp |
should I remove the non DBsnp SNPs |
a list with
genes |
genes related object for visualization |
snps |
snps related object for visualization |
geneSummary |
tabular summary of the genes |
snpSummary |
tabular summary of the SNPs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.