smorabit / hdWGCNA

High dimensional weighted gene co-expression network analysis
https://smorabit.github.io/hdWGCNA/
Other
316 stars 31 forks source link

Zhou dataset not available #205

Closed dimitrisokolowskei closed 4 months ago

dimitrisokolowskei commented 4 months ago

Hi Sam,

Thanks for the great package. I was trying to download the Zhou_2020.rds dataset for the hdWGCNA tutorial. However, I couldn't download it using wget nor from google drive link (not available in the google drive).

Is there a way I could get this dataset to reproduce the tutorial? Thanks once again.

Best

DelongZHOU commented 4 months ago

Hi Dimitri,

I downloaded the rds without problem using wget - did you receive an message indicating you may use --no-check-certificate to by pass the verification?

The following code worked for me: wget https://swaruplab.bio.uci.edu/public_data/Zhou_2020.rds --no-check-certificate

dimitrisokolowskei commented 4 months ago

Hi @DelongZHOU,

Thank you for your assistance. I managed to download it successfully.

Best