Biomart package listFilter function with with_mirbase vs other mir information
1
0
Entering edit mode
5.6 years ago
landscape95 ▴ 190

Hi everyone, I am using Biomart package, when I searched for miRNA information by listFilters(mart), I found a lot of filter options, does anyone know what do they mean especially the difference between with_mirbase versus other? Thank you!

enter image description here

R biomart • 1.1k views
ADD COMMENT
1
Entering edit mode
5.6 years ago
Mike Smith ★ 2.0k

The two filters that start with_ are boolean filters, meaning that take either TRUE or FALSE. You can use these to return only the entries stored in Ensembl that have a particular type of ID. So if you want the list of all entries that have a mirbase ID you would use the with_mirbase filter and a value of TRUE. Similarly you could exclude anything with a mirebase ID (but it doesn't sound like you want to do that).

The other filters are more specific and let you search for one or more values that you're interest in. So if you you wanted to find out more information about hsa-let-7a-1 then you could use the mirbase_id filter to search for that particular term, and then provide the names of the other attributes you're interested in.

ADD COMMENT

Login before adding your answer.

Traffic: 1829 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