Description Usage Arguments Value Examples
View source: R/SpidermiRprepare.R
The user in this step obtained a gene network matrix with the integration of gene symbols ID.
1 | 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.
1 2 3 4 5 6 | 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.