Description Usage Arguments Value Author(s) Examples
View source: R/motif_analysis.R
Load SNP data.
1  | LoadFastaData(ref.data, snp.data, snpids = NULL, default.par = FALSE)
 | 
ref.data | 
 Fastq file name for the reference allele sequences.  | 
snp.data | 
 Fastq file name for the SNP allele sequences.  | 
default.par | 
 A boolean for whether using the default Markov parameters. Default: FALSE.  | 
A list object containing the following components:
| sequence_matrix | A list of integer vectors representing the deroxyribose sequence around each SNP. | 
| a1 | An integer vector for the deroxyribose at the SNP location on the reference genome. | 
| a2 | An integer vector for the deroxyribose at the SNP location on the SNP genome. | 
The results are coded as: "A"-1, "C"-2, "G"-3, "T"-4.
Chandler Zuo zuo@stat.wisc.edu
1  | ## Not run: LoadFastaData("http://pages.stat.wisc.edu/~keles/atSNP-Data/sample_1.fasta", "http://pages.stat.wisc.edu/~keles/atSNP-Data/sample_2.fasta")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.