Convert into genofile
See
MagicBase.rabbitgeno_mma2jlfor converting a Mathematica-version RABBIT genofile in CSV format into a julia-version RABBIT vcf genofile.See
MagicBase.arrayfile2vcffor converting a SNP array genofile into a vcf genofile. An array genofile is a CSV file with delim=',', consisting of one marker column plus one column for each sample. Each genotype cell is one of the combinations of alleles A, T, G, C, and - (missing allele).See
MagicBase.hapmap2vcffor converting a hapmap genofile into a vcf genofile. A hapmap genofile is a text file with extension ".hmp.txt" and delim='\t', consisting of 11 columns (rs#, alleles, chrom, pos, strand, assembly#, center, protLSID, assayLSID, panelLSID, QCcode) plus one column for each sample.See
MagicBase.merge_vcffilesfor merging a list of vcf genofiles into a single vcf genofile.See
MagicBase.merge_arrayfilesfor merging a list of SNP array genofiles into a single arrayfile.
Convert into pedfile
See
MagicBase.rabbitped_mma2jlfor converting a Mathematica-version RABBIT pedfile into a julia-version RABBIT pedfile.See
MagicBase.array_extract_pedfilefor extracting apedfilefrom an array file and adesigncodefor a non-subdivided population.See
MagicBase.vcf_extract_pedfilefor extracting apedfilefrom a vcf file and adesigncodefor a non-subdivided population.See
MagicBase.parsebreedpedfor converting abreedpedfile into a magicped file. A breedped file consists of three columns: individual, pedcode, and nself; the latter two columns constitute adesigncodein form ofbreedcross(pedcode=>nself). Offspring with the samedesigncodeforms a subpopulation.See
MagicBase.merge_pedfilesfor merging a list of RABBIT (julia-version) pedfiles into a single pedfile.