![]() |
![]()
| ![]() |
![]()
NAMEfasda abundance - Compute abundances from SAM/BAM/CRAM data SYNOPSISfasda abundance \ DESCRIPTIONfasda abundance computes raw read counts from one or more SAM/BAM/CRAM files overlapping each features in a GFF3 file. Output is an abundance.tsv file in the same format as those produced by kallisto. Estimated counts may not match those produced by kallisto as they are calculated differently. However, the ratio of kallisto counts / fasda counts should be fairly consistent, and the fold-changes produced by fasda fold-change should therefore be highly similar. The GFF3 and SAM/BAM/CRAM inputs must be sorted in the same order. By default, sort order is checked for both input streams using bl_chrom_name_cmp(3), and fasda abundance aborts if either is out of order. If this check is disabled using --ignore-chromosome-order, and chromosomes in the inputs are not in the same order, fasda abundance may produce incorrect output. Abundances in the output are raw counts of properly paired reads that aligned to a feature of the selected type, are not flagged as secondary, duplicate, or supplementary alignments, and did not fail QC. For paired-end reads, both mates are counted separately, so the counts should be expected to reflect about double the number of fragments aligned. Any normalization of counts is left to downstream tools such as fasda-normalize(1). OPTIONS
FILESfeatures.gff3 alignment.bam SEE ALSOfasda-normalize(1), fasda-fold-change(1) BUGSPlease report bugs to the author and send patches in unified diff format. (man diff for more information) AUTHORJ. Bacon
|