CheckVerticeType: Test Vertice Type

Description Usage Arguments Value Author(s) References Examples

View source: R/CheckVerticeType.R

Description

This function check a vertice whether belongs to a real vertice or a virtual one.

Usage

1

Arguments

Vertice

character. A vertice in the network, namely, the graph.

Value

Whether: logical. Whether the checked vertice belongs to a real vertice or a virtual one.

Author(s)

Junliang Shang shangjunliang110@163.com

References

None

Examples

1
2
3
4
5
6
Vertice <- "rs1366208"
Whether <- CheckVerticeType(Vertice)
Whether <- Whether$Whether
Vertice <- "rs2801008:rs4763023"
Whether <- CheckVerticeType(Vertice)
Whether <- Whether$Whether

CINOEDV documentation built on May 29, 2017, 9:07 p.m.