This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to read .wig and .tab files into Rstudio?

Hi, all GSEXXXX files were downloaded from GEOdatasets, and then gunzip them. I got some .wig & .tab files, however, I cant read these files into Rstudio.

r chip-seq sequencing

1 answer

.tab files can be read with read.delim(). You can use the rtracklayer package for the wiggle files.

Log in to answer this question.