SkillAgentSearch skills...

Genesearchr

Fast full-text search in NCBI RefSeq, UniProt-KB and Genome DNA sequence

Install / Use

/learn @dritoshi/Genesearchr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

MIT

Author

dritoshi

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated7y ago
Forks0

Languages

R

Security Score

55/100

Audited on Jun 2, 2018

No findings