find_papers {rPDBapi}R Documentation

Search for and Retrieve Paper Titles from PDB

Description

This function searches for papers in the Protein Data Bank (PDB) using a specified search term. It retrieves the titles of papers up to a specified maximum number of results. The function assumes the presence of 'query_search' and 'get_info' functions to perform the search and fetch paper details.

Usage

find_papers(search_term, max_results = 10)

Arguments

search_term

A string specifying the term to search for in the PDB.

max_results

An integer indicating the maximum number of paper titles to retrieve. Defaults to 10.

Value

A named list where each element's name is a PDB ID and its value is the title of the corresponding paper.

Examples


find_papers("CRISPR")


[Package rPDBapi version 1.3 Index]