Skip to content

DmitryVel/NATs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

NATs

A Python script to identify noncoding Natural Antisense Transcripts (NATs) from AceView transcriptomic database.

Usage:

  1. Download AceView GTF file from:

human: ftp://ftp.ncbi.nih.gov/repository/acedb/ncbi_37_Aug10.human.genes/AceView.ncbi_37.genes_gff.gff.gz

mouse: ftp://ftp.ncbi.nih.gov/repository/acedb/ncbi_37_Sep07.mouse.genes/AceView.mm_37.genes_gff.tar.gz

  1. Untar the archive into the directory with the Python script.

  2. Run the script and type in "filter" when asked for mode. Choose your GTF file. The script will filter and sort the GTF file and will save it with "_filtered" suffix.

  3. Prepare the list of genes of interest to look for NATs. The file should be in text format containing official gene symbols, one per line.

  4. Save the input file in the same folder with the script and the GTF file.

  5. Run the script again, this time type type in "find" when asked for mode.

  6. Specify the reference GTF file (filtered and sorted) and the input file.

  7. After search is done type in the output file name.

  8. The output will be saved in the file.

About

Python script for identification of Natural Antisense Transcripts (NATs) from AceView database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages