Entering edit mode
6.1 years ago
ailtonpcf
•
0
I used miranda and RNAhybrid to find miRNAs in a miRNA-seq. My database was the 3'UTR from Homo sapiens hosted in the UTRDB. In the end I have a csv file with the ID of thousands of targets. So, how I can get the genes targets from a dat file usind the csv file as input? Summarizing, I want to provide the 'ID' and get back the 'DE'.
ID 3HSAA000001; SV 1; linear; mRNA; STD; HUM; 216 BP.
XX
AC CA000001;
XX
DT 01-JUL-2009 (Rel. 1, Created)
DT 01-JUL-2009 (Rel. 1, Last updated, Version 1)
XX
DE 3'UTR in Homo sapiens alpha-1-B glycoprotein (A1BG), mRNA.
XX
DR ASPicDB; b7e045ed97;
DR UTRaspic; BA000001;
DR GeneID; 1;
XX
OS Homo sapiens (human)
OC Eukaryota; Metazoa; Chordata; Craniata; Vertebrata; Euteleostomi; Mammalia;
OC Eutheria; Euarchontoglires; Primates; Haplorrhini; Catarrhini; Hominidae;
OC Homo.
XX
UT 3'UTR; Complete; 1 exon(s)
XX
FH Key Location/Qualifiers
FH
FT source 1..216
FT /organism="Homo sapiens"
FT /mol_type="mRNA"
FT /db_xref="taxon:9606"
FT /db_xref="RefSeq:NM_130786"
FT 3'UTR 1..216
FT /source="ASPicDB::b7e045ed97:1551..1766"
FT /gene="A1BG"
Thank you finswimmer for the help.
Finswimmer, would you know how to get specifics "DE", based on a file.txt containing a list of "ID"?
ailtonpcf please specify how your input file(s) and output file should look like (show examples).