Skip to content

GuillermoPoblete/PGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use PGL

  1. Install R Language https://cloud.r-project.org/
  2. Download PGL.R anf HumanBrainAtlas.Rdata files from this repository.
  3. Copy your genes and/or brain regions lists in the same folder. Make sure all files are in the same folder.
  4. Run the Source() command so you can execute the PGL's functions from the command line:
source('PGL.R')
  1. Run the command
GetROIs('<your_genes_list.csv>')

or

Result<-GetGenes('<your_ROIs_list.csv>')

You can also use the ROIs and genes lists uploaded in this repository to try PGL for the first time.

When the process is completed, you will find a .csv and a .Rdata file containing the results, in the same directory where you placed the PGL script and the lists to be processed. This new .csv and .Rdata results files will be named as follows: PGLResults_<your_genes_list>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages