Description Usage Arguments Value Author(s) Examples
Extracts the first occurence of a pattern like [A/T], along with the 5' and 3' flanking sequences.
1 | parse.snps(seqs, seqnames = NULL)
|
seqs |
a (vector of) sequences. |
seqnames |
optional names. |
A data frame with seven columns, called seq5p, len5p, poly, alleleA, alleleB, seq3p, and len3p.
Toby Johnson Toby.x.Johnson@gsk.com
1 2 | data(snps.BRCA1)
parse.snps(snps.BRCA1$SourceSeq[1:10])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.