Bioconductor RNA-seq bed file read-in/download then wavelet transform
1
0
Entering edit mode
whgsnp • 0
@whgsnp-12809
Last seen 6.9 years ago
Rome

Hi there,

I'm at a beginner level using R/Bioconductor. I'm currently trying to read in RNA-seq bed files from local and web (UCSC) sources and then hand over the score of every chromosome separately to a wavelet transform (packages "Wavelets", "WaveletComp"). Could you give me a brief instruction how to proceed? I would be very grateful for your help.

Cheers! SNP

bed files wavelet rna-seq • 1.0k views
ADD COMMENT
0
Entering edit mode
shepherl 3.8k
@lshep
Last seen 16 hours ago
United States

The Bioconductor package rtracklayer provides for reading in bed files.

 

source("https://bioconductor.org/biocLite.R")

biocLite("rtracklayer")

library("rtracklayer")

?BEDFile

 

I'm not exactly sure what you mean by score of every chromosome, is that something that is provided in the file or is it something that requires calculation? 

ADD COMMENT

Login before adding your answer.

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