plotFeatures(x, geneID = NULL, geneName = NULL, which = NULL,
tx_view = FALSE, cex = 1, assay = "FPKM", include = c("junctions",
"exons", "both"), transform = function(x) { log2(x + 1) },
Rowv = NULL, distfun = dist, hclustfun = hclust, margin = 0.2,
RowSideColors = NULL, square = FALSE, cexRow = 1, cexCol = 1,
labRow = colnames(x), col = colorRampPalette(c("black", "gold"))(256),
zlim = NULL, heightPanels = c(1, 2), ...)SGFeatureCounts objectxxGRanges used to subset xNA to suppress reordering, or NULL for
hierarchical clustering.square is TRUE.ncol(x) containing color names for
horizontal side bars for sample annotationTRUE margins are set such that
cells in the heatmap are squareNULL range of finite valuesplotSpliceGraphdata.frame with information on exon bins and
splice junctions included in the splice graphsgfc_annotated <- annotate(sgfc_pred, txf_ann)
plotFeatures(sgfc_annotated)
NULLRun the code above in your browser using DataLab