SpidermiRprepare_NET: Prepare matrix of gene network from Genamania with Ensembl...

Description Usage Arguments Value Examples

View source: R/SpidermiRprepare.R

Description

The user in this step obtained a gene network matrix with the integration of gene symbols ID.

Usage

1

Arguments

organismID

is the index of SpidermiRquery_spec_networks output

data

is the output of function SpidermiRdownload_net

Value

A list of tables.

Examples

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)

SpidermiR documentation built on Nov. 8, 2020, 8:25 p.m.