Description Usage Arguments Details Author(s) Examples
Extract the allele based on SNP location from the reference fasta file
1 | refAllele(x, fasta)
|
x |
|
fasta |
path to fasta file, index should be located in the same folder |
The alleles will be placed in the rowRanges() meta column 'ref'
Jesper R. Gadin, Lasse Folkersen
1 2 3 4 5 | #load example data
data(ASEset.sim)
fasta <- system.file('extdata/hg19.chr17.subset.fa', package='AllelicImbalance')
a <- refAllele(ASEset.sim,fasta=fasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.