get_marker_intersection | R Documentation |
The function creates marker sub sets from genotype object, three options are available:
1. an input file of a set of markers
2. a phenotype object
3. another genotype object
get_marker_intersection(genotypes,input_geno_file,pheno,geno)
genotypes |
Required: input genotype object |
input_geno_file |
Optional: an input genotype file |
pheno |
Optional: a phenotype object |
geno |
Optional: a genotype object |
a genotype object of two datasets; genotypes and gen2phy
get_marker_intersection(genotypes=genotypes,input_geno_file = input_geno_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.