Description Usage Arguments Value Examples
Prep rna snps and create DNA & RNA snps (snpsGeno2) and RNA snps (snpsCalled)
1 | make_snpsRNA(genotyped, called)
|
genotyped |
CollapsedVCF containing snp info for genotype data |
called |
CollapsedVCF containing filtered snp info for rna data (generated by filtered_called) |
Named list containing snpsGeno2 and snpsCalled, both representing snp arrays as integers.
1 2 3 4 | snpsCalled_filter <- filter_called(snpsCalled_VCF)
snpsRNA <- make_snpsRNA(snpsGeno_VCF, snpsCalled_filter)
snpsRNA$snpsGeno2[1:5, 1:5]
snpsRNA$snpsCalled[1:5, 1:5]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.