View source: R/strandBiasLib.R
sampleStrandBias | R Documentation |
This function computes the transcription/replication strand bias of a given set of single base substitutions, typically from a single sample. The function returns the bias of the mutations with and without the trinucleotide context.
sampleStrandBias(snv_table, genomev = "hg19")
snv_table |
data frame with subs from a single sample and the following minimal columns: chr, position, REF, ALT. |
genome.v |
either "hg38" (will load BSgenome.Hsapiens.NCBI.GRCh38), "hg19" (will load BSgenome.Hsapiens.UCSC.hg19), mm10 (will load BSgenome.Mmusculus.UCSC.mm10::BSgenome.Mmusculus.UCSC.mm10) or canFam3 (will load BSgenome.Cfamiliaris.UCSC.canFam3::BSgenome.Cfamiliaris.UCSC.canFam3) |
strand bias results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.