-
Notifications
You must be signed in to change notification settings - Fork 33
Output files
Roberto Vera Alvarez edited this page May 3, 2018
·
2 revisions
This file is created per sample and includes the TPM values at gene or transcript level.
The columns are:
- Gene_Id
- Chr
- Length (Transcript length)
- Count_Reads (Reads assigned to the gene or transcript)
- TPM (TPM value for the gene or transcript)
- Length of non-overlapping gene exons
- Reads assigned to the non-overlapping gene exons
- TPM for the non-overlapping gene exons
- Length of non-overlapping gene introns
- Reads assigned to the non-overlapping gene introns
- TPM for the non-overlapping gene introns
- Exon_Length (Sum of all exonic regions)
- Exon_Count_Reads (All reads assigned to the exonic regions)
- Exon_TPM (TPM for all the exonic regions)
- Intron_Length (Sum of all intronic regions)
- Intron_Count_Reads (All reads assigned to the intronic regions)
- Intron_TPM (TPM for all the intronic regions)
This file is created per sample and includes the TPM values at gene or transcript level.
The columns are:
- Gene_Id
- Transcript_Id (Not present in the gene file)
- Chr
- Length (Transcript length)
- Count_Reads (Reads assigned to the gene or transcript)
- TPM (TPM value for the gene or transcript)
- Exon_Length (Sum of all exonic regions)
- Exon_Count_Reads (All reads assigned to the exonic regions)
- Exon_TPM (TPM for all the exonic regions)
- Intron_Length (Sum of all intronic regions)
- Intron_Count_Reads (All reads assigned to the intronic regions)
- Intron_TPM (TPM for all the intronic regions)
This file is per sample and includes the TPM values for each exon and intron at gene or transcript level.
The columns are:
- Gene_Id
- Transcript_Id (Not present in the gene file)
- Chr
- Type ( feature type: exon or intron)
- Type_Number (the consecutive number starting from 1)
- start (feature start coordinate)
- end (feature end coordinate)
- Length (feature length)
- Count_Reads (reads assigned to the feature)
- TPM (TPM calculated for the feature)
This file is created when multiple BAM files are processed from a directory. It includes the TPM values for exonic region and intronic region calculated for each gene or transcript for each sample.
The columns are (using the same names than before):
- Gene_Id
- Transcript_Id (Not present in the gene file)
- sample1_exon
- sample1_intron
- sample2_exon
- sample2_intron