View source: R/SpidermiRprepare.R
SpidermiRprepare_NET | R Documentation |
The user in this step obtained a gene network matrix with the integration of gene symbols ID.
SpidermiRprepare_NET(organismID, data)
organismID |
is the index of SpidermiRquery_spec_networks output |
data |
is the output of function SpidermiRdownload_net |
A list of tables.
org<-SpidermiRquery_species(species) net_shar_prot<-SpidermiRquery_spec_networks(organismID = org[9,], network = "SHpd") out_net<-SpidermiRdownload_net(data=net_shar_prot) geneSymb_net<-SpidermiRprepare_NET(organismID = org[9,], data = out_net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.