Hi Team,
I followed the below step for installation. The installation has been completed. I wonder how to open the software in windows?
https://bioconductor.org/install/
Thanks,
Fahad
Hi Team,
I followed the below step for installation. The installation has been completed. I wonder how to open the software in windows?
https://bioconductor.org/install/
Thanks,
Fahad
Bioconductor is a repository for a wide variety of packages. Usage is basically not different than any other R package, e.g. from CRAN. If you install a package, say GenomicRanges then follow the instructions on the linked page, and then type library(GenomicRanges)
to load the library. If this is all news to you I recommend to take a course in R basics to learn about packages and its usage in general. This all is (mostly) independent on whether you use Windows, macOS or any Linux-ish flavour.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.