SpliceRList object from two GRanges objects, an assembly id, and a source id.
The first GRanges, transcript_features, containing a list of transcripts, and including the columns gene_id for gene id, tx_id for transcript id, sample_1 and sample_2 for sample identifiers, expression_1 and expression_2 for expression values for sample 1 and sample 2, respectively (typically FPKM values or some other normalized count values), and additional optional columns (see prepareCuff).
The second, exon_features, containing a list of exons, and including the columns gene_id for gene id and tx_id for transcript id.
Assembly id, denoting genome assembly ('hg19', 'hg18', 'mm9', etc.)
Source id, denoting source of transcript assembly (currently 'cufflinks' or 'other')
Note, that the cromosome identifiers should match the assembly. For experiments SpliceRList(transcript_features, exon_features, assembly_id, source_id, conditions, transcripts_plot=NULL,filter_params=NULL)GRanges object containing transcript features.GRanges object containing transcript features.SpliceRList object.
prepareCuff to prepare a SpliceRList.
For other RNA-seq assemblies, use this constructor to create a SpliceRList.See the spliceR vignette for an example of creating a spliceRList from another source than Cufflinks.