This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

rna-seq

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.

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.

Log in to answer this question.