Description Usage Format References
This data set give the first 1000 lines of a RNA-Seq experiment in human B lymphoma cells. The cufflinks suite was used to assemble the transcripts and search for differenly expressed genes. For the identification of the transcripts and exons the Ensembl annotations were used.
1  | 
A data frame with 1000 observations on the following 16 variables from a cuffmerge run:
chrChromosome or contig name
programThe name of the program that generated this file
featureThe type of record (always either "transcript" or "exon"
startThe leftmost coordinate of this record
endThe rightmost coordinate of this record
scoreThe most abundant isoform for each gene is assigned a score of 1000. Minor isoforms are scored by the ratio (minor FPKM/major FPKM)
strandCufflinks' guess for which strand the isoform came from. Always one of "+", "-", "."
framedeprecated - field not used
gene_idCufflinks gene id
transcript_idCufflinks transcript id
exon_numbernumber of exon for this transcript
gene_nameThe gene_name attribute of the reference GTF record for this transcript, if present. Otherwise gene_id is used.
oIdold identifier of this gene e.g. in cufflinks output
contained_inis this transcript contained in a nother bigger transcript
nearest_refThe reference transcript to which the class code refers, if any
class_codeThe type of relationship between the Cufflinks transcripts and the reference transcript
tss_idThe tss_id associated with the object, or "-" if not a transcript/primary transcript, or if tss_id isn't present
Cuffmerge Output:http://cufflinks.cbcb.umd.edu/manual.html#merger_output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.