Displaying 1 result from an estimated 1 matches for "consumung".
Did you mean:
consuming
2009 Jul 01
3
is there a way to extract fata from web pages through some R function ?
...See for instance
http://mirdb.org/cgi-bin/search.cgi,
http://mirecords.umn.edu/miRecords/interactions.php?species=Homo+sapiens&mirna_acc=Any&targetgene_type=refseq_acc&targetgene_info=&v=yes&search_int=Search
Downloading data manually from the web pages is a painstaking time-consumung and error-prone activity.
I came across a Python script that downloads (dumps) whole web pages into a text file that is then parsed.
This is possible because Python has a library to access web pages.
But I have no experience with Python programming nor I like such a programming language whose synt...