Bioconductor: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 38: Line 38:


== Annotation packages ==
== Annotation packages ==
http://bioconductor.org/help/course-materials/2012/SeattleFeb2012/Annotation.pdf
* http://bioconductor.org/help/course-materials/2012/SeattleFeb2012/Annotation.pdf
* https://bioconductor.org/help/course-materials/2017/CSAMA/lectures/1-monday/lecture-04-a-annotation-intro/lecture-04a-annotation-intro.html


=== Gene centric ===
=== Gene centric ===

Revision as of 18:34, 9 July 2017

Github Mirrors

NIH mirror

We can safely replace http://www.bioconductor.org/ with http://watson.nci.nih.gov/bioc_mirror/.

For example, the 'Biobase' url in the original and nih mirror can be found in

http://www.bioconductor.org/packages/release/bioc/html/Biobase.html 
-> 
http://watson.nci.nih.gov/bioc_mirror/packages/release/bioc/html/Biobase.html

and the hgu133plusdb is

http://www.bioconductor.org/packages/release/data/annotation/html/hgu133plus2.db.html
->
http://watson.nci.nih.gov/bioc_mirror/packages/release/data/annotation/html/hgu133plus2.db.html

and the experiment data package like pasilla

http://www.bioconductor.org/packages/release/data/experiment/html/pasilla.html
->
http://watson.nci.nih.gov/bioc_mirror/packages/release/data/experiment/html/pasilla.html

For R software, the NIH mirror is http://watson.nci.nih.gov/cran_mirror. So for example, the R v3.2.1 url in main CRAN and NIH is

http://cran.r-project.org/bin/windows/base/R-3.2.1-win.exe
->
http://watson.nci.nih.gov/cran_mirror/bin/windows/base/R-3.2.1-win.exe

and the 'MASS' package is

http://cran.r-project.org/web/packages/MASS/index.html
->
http://watson.nci.nih.gov/cran_mirror/web/packages/MASS/index.html

Annotation packages

Gene centric

Genomic centric

Web based