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.
• 3,151 views
•
link
1 answer
.tab files can be read with read.delim(). You can use the rtracklayer package for the wiggle files.
• 1 views
•
link
Log in to answer this question.