subset_research {miRetrieve}R Documentation

Subset data frame for abstracts of research articles

Description

Subset data frame for abstracts of research articles only.

Usage

subset_research(df, col.type = Type)

Arguments

df

Data frame containing article types.

col.type

Symbol. Column containing articles types.

Details

Subset data frame for abstracts of research articles only. At the same time, abstracts from other article types such as Review, Letter, etc. are dropped.

Value

Data frame containing abstracts of research articles only.

See Also

subset_review(), subset_year()

Other subset functions: subset_df(), subset_mir_threshold(), subset_mir(), subset_review(), subset_snp(), subset_year()


[Package miRetrieve version 1.3.4 Index]