GCcorrect | R Documentation |
Method for correcting for GC biases
GCcorrect(
tumour.logR,
exons,
exonList,
gene.fasta,
hg19_or38 = "hg19",
sliding = 1000
)
tumour.logR |
LogR values |
exons |
Location of exons |
exonList |
GC content of exons |
gene.fasta |
offset for FASTA file, e.g 21999999 for TCRA in hg19 |
hg19_or38 |
What genome version to use, must be 'hg19' or 'hg38' |
sliding |
number of bp for gc windows |
data frame of GC correct logR values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.