how to extract human from mature.fa?
Hello,
I downloaded mature.fa files from mirbase database. it contains all of species but i want only human. is there any script/ Rpackage ect to extract only one species?
Thanks Sara
• 2,291 views
•
link
1 answer
grep -A 1 "sapien" mature.fa > human.fa should be all you need.
Alternatively you may be able to selectively download things from RNACentral. See this example. Limit datasets by options in left column.
• 0 views
•
link
Log in to answer this question.
For those who don't know how your data looks like, it's probably most helpful to post an few entries from mature.fa to help you filter.