how to get frequencies from plotDistToTSS
0
0
Entering edit mode
KKO • 0
@kko-18809
Last seen 4.9 years ago

I got a plot from plotDistToTSS().

I want to know how to get numerical values (frequency for each region) used for the plot.

Thank you for the help.

Best regards,

 

chipseeker • 1.2k views
ADD COMMENT
0
Entering edit mode

as the output is a ggplot object, you can try:

p <- plotDistToTSS(...)
p$data

The p$data should contains relative information.

ADD REPLY
0
Entering edit mode

I could get the values. Thanks!

ADD REPLY

Login before adding your answer.

Traffic: 568 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6