Create_redeemR_model | R Documentation |
This function is to create redeemR with basic information, modeled by binomial distribution maxctscut is removed, replaced by the modeling, will generate statistics and p value
Create_redeemR_model(
VariantsGTSummary = VariantsGTSummary,
qualifiedCellCut = 10,
VAFcut = 1,
Cellcut = 2
)
VariantsGTSummary |
simply put GTSummary (Generated by redeemR.read) |
qualifiedCellCut |
The minimum median mitochondrial coverage for a qualified cell, default is 10 |
VAFcut |
only use variants with VAF smaller than VAFcut. Default is 1. We can use smaller value to constrain into only using rare variants |
Cellcut |
only use variants with at least cellcut cells carry |
OnlyHetero |
If only consider the heteroplasmy variants, default is T |
redeemR class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.