Output Files¶
The various output files produced by lineage are detailed below. Output files are saved in
the output directory, which is defined at the instantiation of the Lineage
object. Generation of output files can usually be enabled or disabled via a save_output
argument to the associated method.
Save SNPs¶
See here.
Find Discordant SNPs¶
Discordant SNPs between two or three individuals can be identified with
find_discordant_snps(). One CSV file is optionally output when
save_output=True.
discordant_snps_<name1>_<name2>_GRCh37.csv¶
Where name1 is the name of the first Individual and
name2 is the name of the second Individual.
Column |
Description |
|---|---|
rsid |
SNP ID |
chrom |
Chromosome of SNP |
pos |
Position of SNP |
genotype_<name1> |
Genotype of first individual |
genotype_<name2> |
Genotype of second individual |
discordant_snps_<name1><name2><name3>_GRCh37.csv¶
Where name1 is the name of the first Individual,
name2 is the name of the second Individual, and name3 is
the name of the third Individual.
Column |
Description |
|---|---|
rsid |
SNP ID |
chrom |
Chromosome of SNP |
pos |
Position of SNP |
genotype_<name1> |
Genotype of first individual |
genotype_<name2> |
Genotype of second individual |
genotype_<name3> |
Genotype of third individual |

