Description Usage Arguments Value Examples
Select landmark on the virtual map
1 | selectLandmark(VM, reference_group, type, landmark_name)
|
VM |
Virtual map data frame |
reference_group |
Group in which landmark will be located. The reference group must be included in cluster_annot |
type |
Whether the landmark will be the central position on the cluster ('centroid'), the left-most cells ('vertical_line') or the upper-most cells ('horizontal-line') |
landmark_name |
Name assigned to the landmark |
A virtual map data.frame containing an additional column called is.landmark with the corresponding values
1 2 | VM <- selectLandmark(VM, reference_group='Antenna_A3_Arista', type='centroid', landmark_name='Antenna')
VM <- selectLandmark(VM, reference_group='MF_Morphogenetic_Furrow', type='vertical_line', landmark_name='Eye')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.