if (FALSE) {
oriId <- c("10", "100")
convBeIds(
ids=oriId,
from="Gene",
from.source="EntrezGene",
from.org="human",
to.source="Ens_gene"
)
convBeIds(
ids=oriId,
from="Gene",
from.source="EntrezGene",
from.org="human",
to="Peptide",
to.source="Ens_translation"
)
convBeIds(
ids=oriId,
from="Gene",
from.source="EntrezGene",
from.org="human",
to="Peptide",
to.source="Ens_translation",
to.org="mouse"
)
}
Run the code above in your browser using DataLab