Learn R Programming

SimRVSequences (version 0.2.7)

get_SMindex_by_person: Returns the row and columns locations of mutations for a person

Description

Returns the row and columns locations of mutations for a person

Usage

get_SMindex_by_person(person_index, person_genos)

Arguments

person_index

The column location of the person

person_genos

The genotype vector for the person

Value

A list containing two vectors, the first contains the row locations of mutations, the second contains the column locations of mutations.