GetAlignment: Get alignment

Description Usage Arguments Value Author(s) See Also Examples

View source: R/OrthologousCluster.R

Description

Given a query, fetch the alignment of its orthologous cluster from gOrtholog website

Usage

1
2
3
4
GetAlignment(query.id = query.id, id.type = c("entrez_gene_id",
  "ensembl_pep_id", "ensembl_gene_id"), taxid = taxid, clusterid.cidx = 1,
  taxid.cidx = 2, id.cidx = 3, no.id = NA, diagnose = FALSE,
  url.base = "http://resdev.gene.com/gOrtholog/")

Arguments

query.id

query IDs

id.type

type.id which type of IDs are used: Entrez Gene ID, Ensembl gene ID, Ensembl peptide ID

taxid

query species

Value

an object of class AAMultipleAlignment (see MultipleAlignment-class)

Author(s)

Mark J Chen chenj99@gene.com

See Also

MultipleAlignment-class

Examples

1
ptpn4a1.aln <- GetAlignment(query.id="ENSP00000359685", id.type="ensembl_pep_id")

markgene/gorthoR documentation built on May 21, 2019, noon