cuffgtf2sam
Convert GTF files to SAM files
Description
cuffgtf2sam(
converts the assembled transcripts in the GTF file input
,output
)input
to the
SAM-format file output
[1].
cuffgtf2sam
requires the Cufflinks Support Package for the Bioinformatics Toolbox™. If the support package is not installed, then the function provides a download
link. For details, see Bioinformatics Toolbox Software Support Packages.
cuffgtf2sam(
uses additional options specified by one or more name-value pair arguments. For example,
input
,output
,Name,Value
)gtf2sam('hum37_2_1M.gtf','hum37_2_1M.sam','UseFPKM',true)
inserts the
FPKM value into the SAM records.
Examples
Input Arguments
References
[1] Trapnell, Cole, Brian A Williams, Geo Pertea, Ali Mortazavi, Gordon Kwan, Marijke J van Baren, Steven L Salzberg, Barbara J Wold, and Lior Pachter. “Transcript Assembly and Quantification by RNA-Seq Reveals Unannotated Transcripts and Isoform Switching during Cell Differentiation.” Nature Biotechnology 28, no. 5 (May 2010): 511–15.
[2] Li, H., B. Handsaker, A. Wysoker, T. Fennell, J. Ruan, N. Homer, G. Marth, G. Abecasis, R. Durbin, and 1000 Genome Project Data Processing Subgroup. “The Sequence Alignment/Map Format and SAMtools.” Bioinformatics 25, no. 16 (August 15, 2009): 2078–79.
Version History
Introduced in R2019a