MarkerQuery: Select the marker of interest for visualisation

Description Usage Arguments Value Examples

View source: R/MarkerQuery.R

Description

It selects the marker to be plotted and tabulated.

Usage

1
MarkerQuery(Data, marker)

Arguments

Data

list. The outcome of readData().

marker

character. The ID of the marker to be visualised.

Value

data list. A list includying the outcome of readData() and an extra slot 'selectedData' with the data of the marker that has been selected for visualisation.

Examples

1
2
3
data(nMyo_Data)
data<-readData(nMyo_Data,Markers_file=NULL,is.Exact=TRUE,logFC_cutoff=0,FDR_cutoff=1)
data<-MarkerQuery(Data=data,marker="Postn")

dianalow/nMyo documentation built on June 2, 2020, 12:03 a.m.