This is a test version of Biostars. For the public version, visit https://www.biostars.org.
TRRUST v2 down , how to get trrust_rawdata.[].tsv

Hi community,

Recently, I've been working with TRRUST2 to predict TF. However, in the past week, it seems to be down... I've been trying to access over here: https://www.grnpedia.org/trrust/v1/ and then going to V2, but the access is no longer available ,and I can't download the reference from there or by using:

library(OmnipathR)
trrust_interactions <- trrust_download()

I would like to retrieve this information from both mouse and human. Does anyone have any idea what is going on and if it is possible to download the trrust_rawdata.human.tsv and/or trrust_rawdata.mouse.tsv from somewhere else?

Thank you very much in advance!

trrust human mouse tf

post has been updated

Have you tried to write to the email address shown on the V1 page? V1 data is downloadable from the page you linked above.

yes, I am still waiting for a reply :(

1 answer

Try the following repository,

https://github.com/bioinfonerd/Transcription-Factor-Databases/tree/master/Ttrust_v2

Fantastic!!! Thank you!

I've also been able to retrieve it by querying OmnipathR

library(OmnipathR)
trrust <- import_tf_target_interactions(
  resources = "TRRUST",
  organism = 9606  
)

Will check the concordance :) Thank you!

This is pretty cool! How did you make it?

Internet Archive/WayBackMachine (https://archive.org/ ) takes snapshots of web pages around the globe over time. You can search the archive for sites that may no longer be there or are temporarily down. Sometimes they will capture deep links to text files, such as in the case.

Log in to answer this question.