Learn R Programming

vascr (version 0.1.4)

vascr_exclude: Exclude samples from a vascr dataset

Description

Exclude samples from a vascr dataset

Usage

vascr_exclude(data.df, well = NULL, experiment = NULL, sampleid = NULL)

Value

A smaller vascr dataset

Arguments

data.df

the vascr data set to exclude things from

well

wells to exclude

experiment

experiments to exclude

sampleid

sampleID (or vector or sampleIDs) to exclude from analysis

Examples

Run this code
vascr_exclude(growth.df, c("A01", "E01"))
vascr_exclude(growth.df, sampleid = 1)


Run the code above in your browser using DataLab