map.to.polarity: Map polarity

Description Usage Arguments Examples

Description

Uses PCA to map polarity of transcripts given an ROI.

Usage

1
map.to.polarity(transcripts, contour, plot = TRUE)

Arguments

transcripts

FISSEQ readr output tsv file path or a tibble object or data frame.

contour

data frame, a polygon data frame with list items x, y, and id.

plot

boolean, if the result should be displayed.

Examples

1
2
3
4
nuclei.folder<-system.file('roi/RoiSet_nuclei', package='leeplyr')
contour<-get.rois(nuclei.folder)
transcripts<-system.file('fisseq/res_001_001FISSEQ.out', package='leeplyr')
polarity<-map.to.polarity(transcripts, contour, plot = TRUE)

jleelab/leeplyr documentation built on May 3, 2019, 9:38 p.m.