R/getTDRows2.R

Defines functions `getTDRows2`

`getTDRows2` <-
function(ids){

# GIVES URLs in  "microrna.sanger.ac.uk" database 

# getQueryLink 
temp = paste("http://microrna.sanger.ac.uk/cgi-bin/sequences/mirna_entry.pl?acc=",ids,sep="")  

# getCells
out <- paste(" <A HREF=\"", temp, "\">", ids, "</A>",  sep = "")

# getTDRows 
rows <- paste("<TD>",out, "</TD>", sep = "")
return=(rows)
}

Try the AgiMicroRna package in your browser

Any scripts or data that you put into this service are public.

AgiMicroRna documentation built on Nov. 8, 2020, 5:25 p.m.