Genesearchr
Fast full-text search in NCBI RefSeq, UniProt-KB and Genome DNA sequence
Install / Use
/learn @dritoshi/GenesearchrREADME
genesearchR
This R package can quickly search full-text of NCBI RefSeq, UniProt-KB and whole genome DNA sequence from GGRNA/GGGenome and G-links Web API.
Install
Start R
sudo R
Install packages
source("http://bioconductor.org/biocLite.R")
biocLite("GenomicRanges")
install.packages("devtools")
install.packages("roxygen2")
library(devtools)
install_github("dritoshi/genesearchr")
Usage
library("genesearchr")
## RefSeq
my.hs.gene <- refSeqSearch(query = "NM_001518", species = "hs")
my.mm.gene <- refSeqSearch(query = "homeobox", species = "mm")
## UniProt-KB
my.gid.gene <- uniprotSearch(query = "GeneID:93986")
my.eco.gene <- uniprotSearch(query = "eco:b2699")
## Genome DNA Sequence
my.mm10.dna <- genomeSearch(query = "TTCATTGACAACATTGCGT", db = "mm10", k = 2)
Search operator
Licence
Author
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
