contig_pca {demic}R Documentation

A function to return the first dimension of PCA on an input matrix

Description

A function to return the first dimension of PCA on an input matrix

Usage

contig_pca(X)

Arguments

X

a matrix to undergo PCA

Value

first dimension of the PCA results


[Package demic version 2.0.0 Index]