Description Usage Arguments Value
View source: R/branchpoint-investigation.R
For a given pair of segments, this shows the branchpoint fusion details in the form of a series of tSNE plots. Each moving window through pseudotime that was considered is rendered as a plot, in order of pseudotime. (So, the first plots are near the root.) Cells within the window are colored according to their visitation frequency from the two segments in a dual color plot. Red is visitation from one segment, green is visitation from the other segment. Cells that are visited equally will be yellow.
1 2 3 4 5 6 7 8  | branchpointDetailsVisitTsne(
  object,
  seg.1,
  seg.2,
  file = NULL,
  file.width = 750,
  file.height = 600
)
 | 
object | 
 An URD object  | 
seg.1 | 
 (Character) Segment 1 of fusion  | 
seg.2 | 
 (Character) Segment 2 of fusion  | 
file | 
 (Character) Path to save plot to. (If   | 
file.width | 
 (Numeric) Width per plot (in pixels) if saving file.  | 
file.height | 
 (Numeric) Height per plot (in pixels) if saving file.  | 
Nothing. If file==NULL, will display a plot, otherwise will produce a file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.