A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.bioconductor.org/packages/devel/bioc/html/../vignettes/UniProt.ws/inst/doc/UniProt.ws.R below:

## ----include=FALSE,results="hide",message=FALSE,warning=FALSE----------------- library(BiocStyle) ## ----eval=FALSE--------------------------------------------------------------- # if (!requireNamespace("BiocManager", quietly = TRUE)) # install.packages("BiocManager") # BiocManager::install("UniProt.ws") ## ----loadPkg------------------------------------------------------------------ suppressPackageStartupMessages({ library(UniProt.ws) }) up <- UniProt.ws(taxId=9606) ## ----help,eval=FALSE---------------------------------------------------------- # help("UniProt.ws") ## ----show--------------------------------------------------------------------- up ## ----availSpecies------------------------------------------------------------- availableUniprotSpecies(pattern="musculus") ## ----setTaxID----------------------------------------------------------------- mouseUp <- UniProt.ws(10090) mouseUp ## ----columns------------------------------------------------------------------ head(keytypes(up)) ## ----keytypes----------------------------------------------------------------- head(columns(up)) ## ----keys,eval=FALSE---------------------------------------------------------- # egs <- keys(up, "GeneID") ## ----select------------------------------------------------------------------- keys <- c("1","2") columns <- c("xref_pdb", "xref_hgnc", "sequence") kt <- "GeneID" res <- select(up, keys, columns, kt) res ## ----

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4