Skip to contents

Retrieve the pyTCR data of a project by its ID.

Usage

get_study(id, attr_col)

Arguments

id

Character. Project ID.

attr_col

Character. Attribute column name.

Value

An object of class reTCRProj.

Examples

if (FALSE) { # \dontrun{
proj <- reTCR::get_study(id="PRJNA473147", attr_col="cmv_status")
} # }