check_consistency: check_consistency

Description Usage Arguments Value Author(s) Examples

View source: R/scsR.R

Description

This method takes an siRNA screen as input and check its consistency (i.e. check that the format of the data is suitable for the usage with our scsR package). The method prints meaningful warnings for every inconsistency that can be detected

Usage

1
2
check_consistency(screen, scoreColName = "score", geneColName = "GeneID",
                                  seqColName="siRNA_seq")

Arguments

screen

Dataframe containing the results of the siRNA scree

scoreColName

name of the column that contains the score of the screen (character vector)

geneColName

name of the column that contains the gene identifier of the screen (character vector)

seqColName

name of the column that contains the siRNA sequences in the screen. (the sequences have to be provided in the guide/antisense orientation and each sequence must be in the format of a character vector, i.e. a simple string). (character vector)

Value

return the data frame passed in input with possible consistency corrections.

Author(s)

Andrea Franceschini

Examples

1
2

scsR documentation built on April 28, 2020, 7:11 p.m.