Hi everyone
I have multiple fasta files. There are two queries.
I need to merge these files into one.
Relabel these files.
Is it possible to perform this in R-studio?
cderv
April 15, 2018, 6:34am
2
Hi,
Can you help us help you by providing more detail on your problem ?
Basically yes you can merge data and relabel data. But what are fasta files ? And what exactly did you try that do not work ?
This FAQ post can help you ask a helpful question
Why reprex?
Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it and feel your pain. Then, hopefully, folks can more easily provide a solution.
What's in a Reproducible Example?
Parts of a reproducible example:
background information - Describe what you are trying to do. What have you already done?
complete set up - include any library() calls and data to reproduce your issue.
data for a reprex: Here's a discussion on setting up data for a reprex
make it run - include the minimal code required to reproduce your error on the data…
Thanks !
1 Like