I have a text document met a table
descriptions.txt
SeqName pep genome gene transcipt gene_biotype transcript_biotype gene_symbol description
ENSLRBP00000000002.1 pep wcLumRube1.1:1:59122596:59150433:1 gene:ENSLRBG00000000011.1 transcript:ENSLRBT00000000003.1 gene_biotype:protein_coding transcript_biotype:protein_coding
ENSLRBP00000000006.1 pep wcLumRube1.1:1:58409504:58410031:1 gene:ENSLRBG00000000007.1 transcript:ENSLRBT00000000004.1 gene_biotype:protein_coding transcript_biotype:protein_coding
ENSLRBP00000000007.1 pep wcLumRube1.1:1:33927253:33928875:1 gene:ENSLRBG00000000012.1 transcript:ENSLRBT00000000006.1 gene_biotype:protein_coding transcript_biotype:protein_coding gene_symbol:CD164 description:"CD164 molecule [Ensembl NN prediction with score 75.03%]"
But by de colom description I get
description:"CD164 ipv description:"CD164 molecule [Ensembl NN prediction with score 75.03%]"
What can I do to change that?
I used:
L_rubellus_pepb <- read_table("/home/1770042/regenworm/raw_data/Lumbricus_rubellus/descriptions.txt")
I tried to use chatGPT but that did not make a difference
New contributor
Soroya Mossel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3