Skip to content

R script that extracts Gene names from the FASTA identifiers for each row in an IDq file.

Notifications You must be signed in to change notification settings

CNIC-Proteomics/get_Gene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

get_Gene

A series of R scripts for extracting gene names from various file formats.

get_Gene_from_IDq

R script that extracts Gene names from the FASTA identifiers for each row in an IDq file, checking for redundancies from a user-defined species.

  • If no redundancy for that species is found, the original Gene name from the FASTA identifier will be returned.

  • If redundancies for that species are found, the Gene name for the first redundancy will be returned. If there is no Gene name, or if the Gene name is of type LOC*, the original Gene name will be returned.

The procedence of the retrieved Gene name is specified in a separate column. Rows where no Gene name is found are removed.

get_Gene_from_Rel_Table

R script that extracts Gene names from the FASTA identifiers for each row in the file. Rows where no Gene name is found are removed.

About

R script that extracts Gene names from the FASTA identifiers for each row in an IDq file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages