Hi,
Sample
Well, a sample is a sample of DNA or cDNA that has been sequenced - it relates to a person, patient, or specific site biopsy of an individual (if dealing with humans). Typically, DNA is extracted from blood or a buccal swab biopsy and then this DNA is sequenced - this is a single sample. In cancer, it could be a tumour biopsy.
Sample prep
When a single DNA sample is being prepared for sequencing, it will typically be digested by enzymes, amplified by PCR, and then 'thrown' into the sequencer, or, to be more proper, it will be pipetted onto on a chip [Edit:] or onto a lane on a chip along with other samples in other lanes. In many situations, multiple samples are included together and they are distinguished later by software by unique sequence barcodes that are added during the preparation steps - this is called multiplexing.
In the sequencer / Reads
In the sequencer, each DNA fragment per sample is sequenced and, concurrently, read by a fluorescent detector (Illumina) or through the change in acidity as measured across a semiconductor (Ion Torrent, etc.). The sequencer will typically only sequence one strand, i.e., sense or antisense, and the DNA from both paternal and maternal chromosomes will be sequenced.
After the sequencing run has finished, we will have data in the form of fluorescent intensities or electrical signals for each DNA fragment from the initial sample. These are then decoded as base-calls through the use of a program called a base caller, which interprets the signals and infers the bases. Each DNA fragment will then have a single associated 'read' of bases, which is recorded in a FASTQ file typically. These are then obviously the reads. There will be 1 FASTQ per sample (or 1 FASTQ pair if mate-pair sequencing).
Analysis
Aligners and variant callers will process the FASTQ file(s) and produce a single VCF. If multiple samples were sequenced, we can merge all of the data into a single VCF and maintain sample-specific variant calls by adding extra columns to the VCF after the FORMAT column. Take a look here to understand better the VCF format: http://www.internationalgenome.org/wiki/Analysis/vcf4.0/
Encoding in the VCF
Each line in the VCF reports a variant that was encountered in the sample when comparing the sample's reads against the elected reference genome. The 0/1 is not the PL. It is the GT, i.e., genotype, and indicates the zygosity of the reported variant on whose line this appears in the VCF. 0/1 indicates a heterozygous call, meaning that both a statistically significant proportion of reference and variant bases were found at the position of interest. This means that one of the maternal or paternal chromosomes carried the variant base, whilst the other carried the reference base. 1/1 would indicate that both maternal and paternal carried the variant base. This does not relate to sense/antisense.
Phasing
If the GTs in the VCF have the pipe symbol instead of the forward slash, i.e., 1|0, 1|1, or 0|1, it means that we know which variants were called on the same paternal or maternal chromosome, i.e., the same haplotype. To get this level of information, faithfully, requires a special type of sample prep that I won't go into right now. To interpret this data, all variants reported on the left of the pipe symbol will be on the same haplotype, whilst all on the right will be on the another.
This is the best that I can do for now in terms of an answer. Others will be happy to provide more material.
Kevin
The sense and antisense strand are reverse complements of each other, they are essentially the same sequence. But a diploid organism has two copies of the whole genome, so each copy can have a different letter at a given point. A non-clonal mix of organisms can also show two (or more) different letters at a given point.