library(SpaCCI)
#Load the example data
data(test_data)
#Load the example self-identified database
#(for more instructions please check the online tutorial)
data(DB_dataframe)
gene_spot_df <- test_data$gene_spot_df
result <- self_identified_LR( DB_dataframe = DB_dataframe,
gene_spot_expression_dataframe = gene_spot_df)
Run the code above in your browser using DataLab