Skip to content

gerko0914/GVES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GVES


GVES: Gene Vector for Each Sample

Data formats


gene expression(example_expression.pkl) : a DataFrame file n+1 rows(index) and s columns. n is the number of genes and s is the number of samples. The additional row at first is the 0/1 binary prognosis labels.

	sample_1	sample_2	sample_3	sample_4 ... sample_s
OSEVENT     0              1                1              0     ...    0
gene_1
gene_2
gene_3
gene_4
'''
gene_n

gene network(example_network.txt) : a text file with the number of edges. It consists of two genes per row.

Run GVES


In the terminal,

    python GVES.py "example_expression.pkl" "example_network.txt" "Result_folder"

where Result_folder is the path where the results will be saved.

About

method upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages