Writing a fasta file in R
1
0
Entering edit mode
21 months ago
margo ▴ 40

I am trying to write a fasta file in R using this code:

write.fasta(sequences=df$seq, names=df$location, file.out="fasta", open = "w", nbchar = 33, as.string = FALSE)

df$seq contains my sequences and df$locations contains locations

However, my file produced looks like this

> +111
> +4675
> -837
> -2793
> +283
> +398
AGGGGGGCCCCA....

Can anyone understand why my sequences are not linking to their specific location?

My dataframe looks like this:

location  seq
+111      AGGGGC...
+4675     ATTTGGGC...
-837      AGGGTTGC...
-2793     AGGGGC...
+283      AGTGGGC...
+398      AGGGTTGC...
fasta sequencing R • 860 views
ADD COMMENT
2
Entering edit mode
21 months ago
margo ▴ 40

I have managed to solve my problems with the details in this link: https://bootstrappers.umassmed.edu/guides/main/r_writeFasta.html

ADD COMMENT

Login before adding your answer.

Traffic: 1424 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6