powered by
Removes columns and rows which have been exported from 'Freesurfer' and may cause classification problems
removeabnormalrowsandcols(df, verbose)
The data frame imported using fsimport
Whether the print debug information
The data frame with abnormal rows and columns removed
# NOT RUN { data <- generaterandomsubjects() data <- removeabnormalrowsandcols(data,T) # }
Run the code above in your browser using DataLab