metagene: strand orientation of plot?
1
0
Entering edit mode
anton.kratz ▴ 60
@antonkratz-8836
Last seen 23 days ago
Japan, Tokyo, The Systems Biology Insti…

I am using the metagene package (http://www.bioconductor.org/packages/release/bioc/html/metagene.html) by Charles Joly Beauparlant and others. I would like to know if the plot considers strand orientation or not. I.e. the genomic regions used as input might be on the plus or on the minus strand. Now when the package generates the final plot, are the genomic ranges oriented in the same direction in the plot, or not?

Reaching out in the hope to get an answer from someone who uses this package, or maybe the devloper might even read this. Thank you.

 

--

R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"

Ubuntu 16.04.1 LTS

metagene • 1.1k views
ADD COMMENT
3
Entering edit mode
@charles-joly-beauparlant-4777
Last seen 5.1 years ago
Canada

Hello Anton,

By default, the strand orientation is not taken into account. But you do have the option to flip the regions based on the strand during the production of the matrices:

mg <- metagene$new(regions = regions, bam_files = bam_files)

mg$produce_matrices(flip_regions = TRUE)

Cheers!

Charles.

ADD COMMENT

Login before adding your answer.

Traffic: 517 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