- https://booleangenenetworks.math.iastate.edu/static/data/pidToTitle.txt
- https://booleangenenetworks.math.iastate.edu/static/data/stratification.csv
webread can't read the table of a website
18 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Wisteria
il 18 Dic 2025 alle 3:38
Risposto: Steven Lord
circa 17 ore fa
Hi, I want to read the table in the left of this website:
I'm using
a=webread("https://booleangenenetworks.math.iastate.edu/")
but the table is hiden inside the source code (line 153) so I can't get the content of the table.
"<table id="rowSelectTable0" onmousedown="toggleSelecting(true)" onmouseup="toggleSelecting(false)"></table>"
How should I get the table?
Thanks!
0 Commenti
Risposta accettata
Rik
il 18 Dic 2025 alle 10:47
The reason is that this data is loaded separately from the rest of the web page.
The data seems to be loaded from these two pages:
I found these using the network monitor of my browser. This extra work is an artifact of the modern web, which allows the page itself to be loaded quickly, but also allows editing/updating the data without having to rewrite all pages using this data for display.
You should be able to read these files with webread and do the processing required.
Più risposte (1)
Steven Lord
circa 9 ore fa
Are you trying to read in the data sets? If so I'd look at the "Download Dataset" link in the upper-right corner. Once you have that ZIP file the unzip command will let you access the files archived inside it.
Alternately, you may want to contact the authors and/or maintainers and ask them to help you access that information, if it's not in the ZIP file.
0 Commenti
Vedere anche
Categorie
Scopri di più su Downloads in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!