Hello Papyrus.
Thank you so much for your response and detailed explanation! It is really helpful for me to learn about that!
I'd like to ask one more question if it doesn't bother you.
If I got this message:
txdb <- makeTxDbFromGFF(file = "Cricetulus_griseus_picr.CriGri-PICR.104.gtf.gz") Import genomic features from the file as a GRanges object ... OK Prepare the 'metadata' data frame ... OK Make the TxDb object ... OK In .get_cds_IDX(mcols0$type, mcols0$phase) : The "phase" metadata column contains non-NA values for features of type stop_codon. This information was ignored. 'select()' returned 1:many mapping between keys and columns
Is it okay to just ignore it or should I use gff3 instead of gtf?(Running the same code with gff3.gz seems working well!)