if (FALSE) {
toConv <- data.frame(a=1:2, b=3:4)
rownames(toConv) <- c("10", "100")
convDfBeIds(
df=toConv,
from="Gene",
from.source="EntrezGene",
from.org="human",
to.source="Ens_gene"
)
}
Run the code above in your browser using DataLab