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 cufflinks 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
fpkmIsoform-level relative abundance in Fragments Per Kilobase of exon model per Million mapped fragment
fracdeprecated value
conf_loLower bound of the 95% confidence interval of the abundance of this isoform, as a fraction of the isoform abundance. That is, lower bound = FPKM * (1.0 - conf_lo)
conf_hiUpper bound of the 95% confidence interval of the abundance of this isoform, as a fraction of the isoform abundance. That is, upper bound = FPKM * (1.0 + conf_lo)
covEstimate for the absolute depth of read coverage across the whole transcript
full_read_supportWhen RABT assembly is used, this attribute reports whether or not all introns and internal exons were fully covered by reads from the data.
Cufflinks Output: http://cufflinks.cbcb.umd.edu/manual.html#cufflinks_output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.