Learn R Programming

rcellminer (version 1.4.2)

isPublic: Check if an NSC ID is public

Description

Check if an NSC ID is public

Usage

isPublic(nscs)

Arguments

nscs
a vector of NSC string IDs

Value

  • a vector of boolean values of whether each NSC is public

concept

rcellminer

Examples

Run this code
isPublic("-1")
isPublic(c("-1", "609699"))

Run the code above in your browser using DataLab